interval constant
CustomSqlType<Duration>
const interval
The interval type in Postgres.
Implementation
static const CustomSqlType<Duration> interval = IntervalType();
The interval type in Postgres.
static const CustomSqlType<Duration> interval = IntervalType();