User Tools

Site Tools


podoc:country_sql_table

This is an old revision of the document!


Database Table Description of "country"

Name

country

Description

Purpose

Schema

create table country (
  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 country (
  identifier            integer not null primary key,
  code                  varchar(5),
  value                 varchar(40)
);
podoc/country_sql_table.1176382503.txt.gz · Last modified: 2007/04/12 12:55 by Luud