interval constant

CustomSqlType<Interval> const interval

The interval type in Postgres.

Implementation

static const CustomSqlType<pg.Interval> interval = IntervalType();