blob: f019eb577035d1aa2131b3f39dbbc276ebc95515 [file] [log] [blame]
CREATE TABLE table1 (a STRING, b STRING, primary key (a) disable);
CREATE TABLE table2 (a STRING, b STRING, primary key (a) disable rely);
alter table table2 add constraint fk1 foreign key (b) references table3(a) disable novalidate;