PostgresTableBlueprintExtensions extension
Methods
-
bit(
String name, {ColumnMutation mutation = ColumnMutation.add, int? length}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
box(
String name, {ColumnMutation mutation = ColumnMutation.add}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
cidr(
String name, {ColumnMutation mutation = ColumnMutation.add}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
circle(
String name, {ColumnMutation mutation = ColumnMutation.add}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
citext(
String name, {ColumnMutation mutation = ColumnMutation.add}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
daterange(
String name, {ColumnMutation mutation = ColumnMutation.add}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
hstore(
String name, {ColumnMutation mutation = ColumnMutation.add}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
inet(
String name, {ColumnMutation mutation = ColumnMutation.add}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
int4range(
String name, {ColumnMutation mutation = ColumnMutation.add}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
int8range(
String name, {ColumnMutation mutation = ColumnMutation.add}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
intArray(
String name, {ColumnMutation mutation = ColumnMutation.add}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
interval(
String name, {ColumnMutation mutation = ColumnMutation.add}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
line(
String name, {ColumnMutation mutation = ColumnMutation.add}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
lseg(
String name, {ColumnMutation mutation = ColumnMutation.add}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
ltree(
String name, {ColumnMutation mutation = ColumnMutation.add}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
macaddr(
String name, {ColumnMutation mutation = ColumnMutation.add}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
macaddr8(
String name, {ColumnMutation mutation = ColumnMutation.add}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
money(
String name, {ColumnMutation mutation = ColumnMutation.add}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
numrange(
String name, {ColumnMutation mutation = ColumnMutation.add}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
path(
String name, {ColumnMutation mutation = ColumnMutation.add}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
pgArray(
String name, String elementType, {ColumnMutation mutation = ColumnMutation.add}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
pgLsn(
String name, {ColumnMutation mutation = ColumnMutation.add}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
pgSnapshot(
String name, {ColumnMutation mutation = ColumnMutation.add}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
pgVector(
String name, {ColumnMutation mutation = ColumnMutation.add, int? dimensions}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
textArray(
String name, {ColumnMutation mutation = ColumnMutation.add}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
timetz(
String name, {ColumnMutation mutation = ColumnMutation.add, int? precision}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
tsquery(
String name, {ColumnMutation mutation = ColumnMutation.add}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
tsrange(
String name, {ColumnMutation mutation = ColumnMutation.add}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
tstzrange(
String name, {ColumnMutation mutation = ColumnMutation.add}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
tsvector(
String name, {ColumnMutation mutation = ColumnMutation.add}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
txidSnapshot(
String name, {ColumnMutation mutation = ColumnMutation.add}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
uuidArray(
String name, {ColumnMutation mutation = ColumnMutation.add}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
varbit(
String name, {ColumnMutation mutation = ColumnMutation.add, int? length}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension
-
xml(
String name, {ColumnMutation mutation = ColumnMutation.add}) → ColumnBuilder -
Available on TableBlueprint, provided by the PostgresTableBlueprintExtensions extension