timestampNoTimezone constant
CustomSqlType<PgDateTime>
const timestampNoTimezone
The timestamp without time zone
type in Postgres.
Implementation
static const CustomSqlType<PgDateTime> timestampNoTimezone = DateType(
pg.Type.timestampWithoutTimezone,
'timestamp without time zone',
PgDateTime.new,
);