menu
angel3_migration_runner package
documentation
mysql.dart
MysqlIndexes
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` ON `$tableName`;'); }
angel3_migration_runner package
documentation
mysql
MysqlIndexes
dropIndex method
MysqlIndexes class