create table tours( id serial ,tour_name varchar(200) ,tour_start date ,tour_end date ,comments text ,primary key (id) );