create table status( id serial primary key, description varchar(25) not null);