blob: c270db6551d7d10f222ab57d494070c5305ca231 [file] [log] [blame]
CREATE TABLE table1 (a STRING PRIMARY KEY DISABLE, b STRING, CONSTRAINT fk1 FOREIGN KEY (a) REFERENCES table1(a) DISABLE);