mirkosertic/MogwaiERDesignerNG

PostgreSQL timestamp data type has an optional precision/fraction parameter

momeni opened this issue · 0 comments

As written in the PostgreSQL documentation, Table 8.9, the timestamp data type supports an optional precision parameter which indicates the number of fractional digits retained in the seconds field. It might be zero (to store a timestamp with seconds resolution) and it can be at most 6.
Current editor does not allow a fraction to be entered for the timestamp data type.