public.iso3166
Description
This is a complete list of all country ISO codes as described in the ISO 3166 international standard. Country Codes Alpha-2 & Alpha-3 https://www.iban.com/country-codes
Columns
| Name | Type | Default | Nullable |
|---|---|---|---|
| alpha_2 | text | true | |
| alpha_3 | text | true | |
| country | text | true | |
| id | integer | true |
Relations
erDiagram
"public.iso3166" {
text alpha_2 ""
text alpha_3 ""
text country ""
integer id ""
}
Generated by tbls