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