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