create table one (
	foo integer not null primary key,
	bar varchar(255)
)

create table two (
	foo integer not null primary key,
	bar varchar(255)
)