Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 204 Bytes

CONSTRAINT.md

File metadata and controls

8 lines (7 loc) · 204 Bytes

Keyword CONSTRAINT

AlaSQL supports table and column constrints, including:

  • CHECK
  • [NULL / NOT NULL](Not Null)
  • UNIQUE
  • [PRIMARY KEY](Primary Key)
  • [FOREIGN KEY](Foreign Key)