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