5 lines
355 B
Text
5 lines
355 B
Text
statement error ^External error: unimplemented_sql/ysnkhzw6ukbms: CREATE TABLE with table constraint PRIMARY KEY \.\. INITIALLY DEFERRED$
|
|
CREATE TABLE myschema.mytable (mycolumn BIGINT NOT NULL, PRIMARY KEY (mycolumn) INITIALLY DEFERRED);
|
|
|
|
statement ok
|
|
CREATE TABLE myschema.mytable (mycolumn BIGINT NOT NULL, PRIMARY KEY (mycolumn) INITIALLY IMMEDIATE);
|