windows changes
[csql.git] / test / tools / csqldump / foreign2.sql
blob3b4c48cd6a229c12f0c48b31319cb8213358d5ee
1 CREATE TABLE t1(f1 char,f2 int,primary key(f1));
2 CREATE TABLE t2(f1 char,f2 int,foreign key(f1) references t1(f1));