pub const INTERVAL: TypeMarker;Expand description
Specifies an INTERVAL column type.
INTERVAL stores time intervals.
Requires the chrono feature.
See: https://www.postgresql.org/docs/current/datatype-datetime.html
pub const INTERVAL: TypeMarker;Specifies an INTERVAL column type.
INTERVAL stores time intervals.
Requires the chrono feature.
See: https://www.postgresql.org/docs/current/datatype-datetime.html