DateTimeColumn typedef

DateTimeColumn = Column<DateTime>

A column that stores a DateTime. Times will be stored as unix timestamp and will thus have a second accuracy.

Implementation

typedef DateTimeColumn = Column<DateTime>;