menu
angel3_migration_runner package
documentation
postgres.dart
PostgresAlterTable
dropIndex method
dropIndex method
dark_mode
light_mode
dropIndex
method
@
override
void
dropIndex
(
String
name
)
Implementation
@override
void
dropIndex(
String
name) { _stack.add(
'DROP CONSTRAINT "
$name
"'
); }
angel3_migration_runner package
documentation
postgres
PostgresAlterTable
dropIndex method
PostgresAlterTable class