countries


Description

Countries that are used in the locations type tables in Germinate. These are the ISO codes for countries.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null
institutions.country_id institutions_ibfk_1R
locations.country_id locations_ibfk_1R

Primary id for this table. This uniquely identifies the row.

country_code2 CHAR 2

ISO 2 Code for country.

country_code3 CHAR 3

ISO 3 Code for country.

country_name VARCHAR 255

Country name.

created_on DATETIME 26 CURRENT_TIMESTAMP

When the record was created.

updated_on TIMESTAMP 26 CURRENT_TIMESTAMP

When the record was updated. This may be different from the created on date if subsequent changes have been made to the underlying record.

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id

Relationships