Skip to content
# Type Alias: TableConstraintKind

TableConstraintKind = "primary-key" | "unique" | "foreign-key" | "check" | "raw"

Defined in: packages/core/src/models/CreateTableQuery.ts:96

Released under the MIT License.