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

create table links (
	foo integer not null,
	bar integer not null
)