create table setlist_types( id integer not null ,list_name varchar(100) ,primary key(id) );