menu
needle_orm_migration_runner package
documentation
postgres.dart
PostgresAlterTable
blob method
blob method
dark_mode
light_mode
blob
method
MigrationColumn
blob
(
String
name
)
inherited
Implementation
MigrationColumn blob(String name) => declare(name, ColumnType.blob);
needle_orm_migration_runner package
documentation
postgres
PostgresAlterTable
blob method
PostgresAlterTable class