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