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