create table setlists( id serial ,event_id integer ,list_type integer ,order_index integer ,song_id integer ,comments text ,primary key(id) );