The default value of the column, if one should exist.
True if the schema has been modified since created/loaded.
True if this resource exists, in some form, in the schema.
If the resource exists in the schema, the unaltered values it has.
True if the column should allow NULL values.
True if this is a primary key constraint.
True if this column should contain distinct values.
Whether or not the schema item should be dropped.
exists
- drop if existsThe name the schema item should have if renaming.
If true, apply IF NOT EXISTS syntax.
The data length of this column, if set
The data type of the column.
Specify the default value of the column.
Mark the resource to be removed.
Mark the resource to be removed, if it exists.
Used internally.
Mark that the resource exists in the schema in some form,
and reset the dirty
flag.
Get the default value of the column, if it exists.
Get the data-type length of the column, if it exists.
Get the name this resource should be renamed to, if it exists.
Mark the resource to use IF NOT EXISTS syntax.
True if the resource has been modified since created/loaded.
True if this resource should be dropped.
True if this resource should be dropped with IF EXISTS syntax.
True if the resource already exists in some form in the schema.
True if the column should allow NULL values.
True if the column is a primary key.
True if this resource should be created with IF NOT EXISTS syntax.
True if the column should require unique values.
Set the length of this column's data type.
Make the column nullable.
Get a Pipe containing this instance.
Make this a primary-key column.
Rename the resource to a different name.
Make the column non-nullable.
Specify the data type of the column.
Make this column require distinct values.
extollo (v. latin) - to lift up, to elevate
Extollo is a free & libre application framework in TypeScript.
Builder to specify the schema of a table column.