W3cubDocs
/
SQLite
W3cubTools
Cheatsheets
About
table-constraint
CONSTRAINT
name
PRIMARY
KEY
(
indexed-column
)
conflict-clause
,
UNIQUE
CHECK
(
expr
)
FOREIGN
KEY
(
column-name
)
foreign-key-clause
,
Used by:
create-table-stmt
References:
conflict-clause
expr
foreign-key-clause
indexed-column
See also:
lang_createtable.html
SQLite is in the Public Domain.
https://sqlite.org/syntax/table-constraint.html