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