PostgresTable class
Constructors
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 -
inherited
-
compile(
StringBuffer buf, int indent) → void -
date(
String name) → MigrationColumn -
inherited
-
declare(
String name, ColumnType type) → MigrationColumn -
inherited
-
declareColumn(
String name, Column column) → MigrationColumn -
double(
String name) → MigrationColumn -
inherited
-
float(
String name) → MigrationColumn -
inherited
-
integer(
String name) → MigrationColumn -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
numeric(
String name, {int precision = 17, int scale = 3}) → MigrationColumn -
inherited
-
serial(
String name) → MigrationColumn -
inherited
-
text(
String name) → MigrationColumn -
inherited
-
timeStamp(
String name, {bool timezone = false}) → MigrationColumn -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
varChar(
String name, {int? length}) → MigrationColumn -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited