menu
angel3_migration_runner package
documentation
postgres.dart
PostgresTable
numeric method
numeric method
dark_mode
light_mode
numeric
method
MigrationColumn
numeric
(
String
name
)
inherited
Implementation
MigrationColumn numeric(
String
name) => declare(name, ColumnType.numeric);
angel3_migration_runner package
documentation
postgres
PostgresTable
numeric method
PostgresTable class
Constructors
new
Properties
hashCode
runtimeType
Methods
boolean
compile
date
dateTime
declare
declareColumn
float
integer
noSuchMethod
numeric
serial
text
timeStamp
toString
varChar
Operators
operator ==