menu
angel3_migration_runner package
documentation
postgres.dart
PostgresIndexes
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
postgres
PostgresIndexes
dropIndex method
PostgresIndexes class