INTERVAL

Constant INTERVAL 

Source
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