menu
angel3_migration_runner package
documentation
postgres.dart
PostgresAlterTable
text method
text method
dark_mode
light_mode
text
method
MigrationColumn
text
(
String
name
)
inherited
Implementation
MigrationColumn text(
String
name) => declare(name, ColumnType.text);
angel3_migration_runner package
documentation
postgres
PostgresAlterTable
text 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 ==