menu
angel3_migration_runner package
documentation
postgres.dart
PostgresAlterTable
dropNotNull method
dropNotNull method
dark_mode
light_mode
dropNotNull
method
@
override
void
dropNotNull
(
String
name
)
Implementation
@override void dropNotNull(String name) { _stack.add('ALTER COLUMN "$name" DROP NOT NULL'); }
angel3_migration_runner package
documentation
postgres
PostgresAlterTable
dropNotNull method
PostgresAlterTable class