This is an old revision of the document!
state
create table state ( identifier integer not null primary key, code varchar(5), value varchar(40) );
Version 2.5
Still in use
= Version 2.5 =
create table state ( identifier integer not null primary key, code varchar(5), value varchar(40) );