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