PgDateColumn typedef

PgDateColumn = Column<PgDate>

Type for columns storing dates directly as (PgDate).

Implementation

typedef PgDateColumn = Column<PgDate>;