User Tools

Site Tools


podoc:state_sql_table

This is an old revision of the document!


Database Table Description of "state"

Name

state

Description

Purpose

Schema

create table state (
  identifier            integer not null primary key,
  code                  varchar(5),
  value                 varchar(40)
);

History

Used first

Version 2.5

Used last

Still in use

Change history

= Version 2.5 =

create table state (
  identifier            integer not null primary key,
  code                  varchar(5),
  value                 varchar(40)
);
podoc/state_sql_table.1176382744.txt.gz · Last modified: 2007/04/12 12:59 by Luud