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
Constructors
new
Properties
hashCode
runtimeType
tableName
Methods
addIndex
boolean
changeColumnType
compile
date
declare
declareColumn
double
dropColumn
dropIndex
dropNotNull
dropPrimaryIndex
float
integer
noSuchMethod
numeric
rename
renameColumn
serial
setNotNull
text
timeStamp
toString
varChar
Operators
operator ==