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