Skip to content
# Type Alias: ColumnConstraintKind

ColumnConstraintKind = "not-null" | "null" | "default" | "primary-key" | "unique" | "references" | "check" | "generated-always-identity" | "generated-by-default-identity" | "raw"

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

Released under the MIT License.