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