menu
angel3_migration_runner package
documentation
postgres.dart
PostgresAlterTable
rename method
rename method
dark_mode
light_mode
rename
method
@
override
void
rename
(
String
newName
)
Implementation
@override
void
rename(
String
newName) { _stack.add(
'RENAME TO "
$newName
"'
); }
angel3_migration_runner package
documentation
postgres
PostgresAlterTable
rename 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 ==