menu
needle_orm_migration_runner package
documentation
postgres.dart
PostgresAlterTable
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
postgres
PostgresAlterTable
binary method
PostgresAlterTable class