create table trades ( id serial primary key not null, character1 integer references character (id) not null, character2 integer references character (id) not null, );