menu
needle_orm_migration_runner package
documentation
mysql.dart
MysqlAlterTable
float method
float method
dark_mode
light_mode
float
method
MigrationColumn
float
(
String
name
)
inherited
Implementation
MigrationColumn float(String name) => declare(name, ColumnType.float);
needle_orm_migration_runner package
documentation
mysql
MysqlAlterTable
float method
MysqlAlterTable class