date method

MigrationColumn date(
  1. String name
)
inherited

Implementation

MigrationColumn date(String name) => declare(name, ColumnType.date);