create table foo (
id integer not null primary key,
name varchar(32) not null
);