Skip to content

Instance Property

tableConstraints

A list of zero or more table constraints to specify on the new table.
var tableConstraints: [any SQLExpression]

Discussion

These are usually SQLTableConstraintAlgorithms and/or SQLConstraints. Constraints may be specified for a table even if no column defintions are given (see columns).