Skip to content

CONSTRAINT

Mathias Rangel Wulff edited this page Jun 12, 2015 · 2 revisions

Keyword CONSTRAINT

AlaSQL supports table and column constrints, including:

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