I\'ve got 3 tables:
create table events (id serial, ...) create table devices (id serial, ...) create table event_devices (event_id int, device_id int, ...)