Columns
| Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|
| synonym_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
| biblio_id | int4 | 10 |
|
|
Specifies the publication that describes or mentions then taxon synonym. |
|||||
| date_updated | timestamptz | 35,6 | √ |
|
|
|||||
| family_id | int4 | 10 | √ |
|
|
Specifies the taxonomic family related to the taxon synonym. |
||||
| genus_id | int4 | 10 | √ |
|
|
Specifies the genus related to the taxon synonym. |
||||
| notes | text | 2147483647 | √ |
|
|
Additional information relevant to the history or usage of the synonym. |
||||
| taxon_id | int4 | 10 | √ |
|
|
Specifies the taxonomic unit related to this record. |
||||
| int4 | 10 | √ |
|
|
Specifies the author related to the taxon synonym. |
|||||
| synonym | varchar(255) | 255 | √ |
|
|
The synonym at the specified taxonomic level. A separate record is used for different taxonomic levels when names differ from the master list. |
||||
| reference_type | varchar | 2147483647 | √ |
|
|
Type of reference related to the synonym, such as usage, definition, or incorrect usage. |
||||
| synonym_uuid | uuid | 2147483647 |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_taxa_synonyms_pkey | Primary key | Asc | synonym_id |
| pk_tbl_taxa_synonyms | Must be unique | Asc | synonym_uuid |



