Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
taxon_id | int4 | 10 | √ |
|
|
Primary key. Specifies the taxonomic unit related to this record. |
||||
comparison_notes | varchar(255) | 255 | √ |
|
|
Additional notes for cross-referencing and comparison with other taxa. |
||||
date_updated | timestamptz | 35,6 | √ |
|
|
|||||
mcr_name_trim | varchar(80) | 80 | √ |
|
|
The abbreviated or trimmed version of the MCR taxon name for consistency. |
||||
mcr_number | int2 | 5 | √ |
|
|
A unique identifier related to each MCR taxon name. |
||||
mcr_species_name | varchar(200) | 200 | √ |
|
|
The full scientific name of the species as used in MCR calculations. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_mcr_names_pkey | Primary key | Asc | taxon_id |