Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
iso_alpha3 | varchar | 3 | null |
|
|
ISO 3166-1 alpha-3 three-letter country codes as defined in ISO 3166-1. https://unstats.un.org/unsd/tradekb/knowledgebase/country-code |
||||||||||||||||||
country_name | text | 2147483647 | null |
|
|
country name |
||||||||||||||||||
unregion | text | 2147483647 | √ | null |
|
|
UN Geographical region name. https://unstats.un.org/unsd/methodology/m49/ |
|||||||||||||||||
unregion_code | int4 | 10 | √ | null |
|
|
UN Geographical region code. https://unstats.un.org/unsd/methodology/m49/ |
|||||||||||||||||
created_at | timestamp | 29,6 | now() |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
countries_pkey | Primary key | Asc | iso_alpha3 |