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