interval constant

CustomSqlType<Duration> const interval

The interval type in Postgres.

Implementation

static const CustomSqlType<Duration> interval = IntervalType();