If the column has constrained values they are listed under values on the far right. Click on MORE to see full list and description of constrained values.
Back to table listings
Columns in table "country_name"
Column |
Data Type |
Null |
Description |
Values |
country_name_id |
bigint |
NO |
Integer primary key. Uniquely identifies each record in this table. |
|
country_id |
bigint |
YES |
Foreign key to table country |
|
country_name |
text |
YES |
Alternative name for this country |
|
country_name_std |
text |
YES |
Standard name from this country |
|
name_type |
text |
YES |
Source of the alternative name |
'fips code', 'iso alpha3 code', 'iso code', 'or… MORE |
|