Table countries

Table countries

Table Type: MyISAM

Field Type Default Description
countries_id int (11) NOT NULL PRIMARY KEY - Auto-increment number for record id.
countries_name varchar (64) NOT NULL Name of the country. Can be modified for localization
countries_iso_code_2 char (2) NOT NULL ISO 2 Country Code (uppercase)
countries_iso_code_3 char (3) NOT NULL ISO 3 Country Code (uppercase)