Table class abstract

Implementers

Constructors

Table()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

boolean(String name) MigrationColumn
date(String name) MigrationColumn
declare(String name, ColumnType type) MigrationColumn
declareColumn(String name, Column column) MigrationColumn
double(String name) MigrationColumn
float(String name) MigrationColumn
integer(String name) MigrationColumn
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
numeric(String name, {int precision = 17, int scale = 3}) MigrationColumn
serial(String name) MigrationColumn
text(String name) MigrationColumn
timeStamp(String name, {bool timezone = false}) MigrationColumn
toString() String
A string representation of this object.
inherited
varChar(String name, {int? length}) MigrationColumn

Operators

operator ==(Object other) bool
The equality operator.
inherited