Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
name_english | varchar | 2147483647 | null |
|
|
Official or directly translated name of the system owner in English |
||||||||||
name_localized | jsonb | 2147483647 | √ | null |
|
|
Official name or names of the system owner in other languages and respective locale. Country name and species name should be included only if in local name. |
|||||||||
code | varchar | 2147483647 | null |
|
|
Abbreviation of system owner name. If one is in use in local language this is the preferred one to use. If one is in use in English this would be next choice. If none is known, create from local name. |
||||||||||
code_localized | jsonb | 2147483647 | √ | null |
|
|
All official known abbreviations of system owner name and respective locale. |
|||||||||
code_official | bool | 1 | null |
|
|
|||||||||||
multinational | bool | 1 | null |
|
|
|||||||||||
country | varchar | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
system_owners_pkey | Primary key | Asc | code |