Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| taxon_id | int8 | 19 | null |
|
|
|||
| vernacular_name | text | 2147483647 | null |
|
|
|||
| language | text | 2147483647 | √ | null |
|
|
||
| country_code | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| gbif_vernacular_names_taxon_id_idx | Performance | Asc | taxon_id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| gbif_vernacular_names_language_check | (language !~ similar_to_escape(' *'::text)) |
| gbif_vernacular_names_country_code_check | (country_code !~ similar_to_escape(' *'::text)) |