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