pub const TIMESTAMP: TypeMarker;Expand description
Specifies a TIMESTAMP column type (without timezone).
TIMESTAMP stores date and time without timezone.
See: https://www.postgresql.org/docs/current/datatype-datetime.html
pub const TIMESTAMP: TypeMarker;Specifies a TIMESTAMP column type (without timezone).
TIMESTAMP stores date and time without timezone.
See: https://www.postgresql.org/docs/current/datatype-datetime.html