menu
angel3_migration_runner package
documentation
mysql.dart
MysqlAlterTable
dropIndex method
dropIndex method
dark_mode
light_mode
dropIndex
method
@
override
void
dropIndex
(
String
name
)
Implementation
@override void dropIndex(String name) { _stack.add('DROP INDEX `$name`'); }
angel3_migration_runner package
documentation
mysql
MysqlAlterTable
dropIndex method
MysqlAlterTable class