menu
angel3_migration_runner package
documentation
postgres.dart
PostgresTable
date method
date method
dark_mode
light_mode
date
method
MigrationColumn
date
(
String
name
)
inherited
Implementation
MigrationColumn date(String name) => declare(name, ColumnType.date);
angel3_migration_runner package
documentation
postgres
PostgresTable
date method
PostgresTable class