menu
angel3_migration_runner package
documentation
mariadb.dart
MariaDbAlterTable
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
mariadb
MariaDbAlterTable
dropNotNull method
MariaDbAlterTable class