create table a(i integer not null, primary key(i)); create table t(b boolean);