date method

MigrationColumn date(
  1. String name
)

Implementation

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