Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
taxon_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
int4 | 10 | √ |
|
|
Specifies the author of the taxonomic classification. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
date_updated | timestamptz | 35,6 | √ |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
genus_id | int4 | 10 | √ |
|
|
Specifies the genus related to this taxon. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
species | varchar(255) | 255 | √ |
|
|
Name of the species or designation for unspecified species (e.g., ‘sp.’, ‘spp.’). |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_taxa_tree_master_pkey | Primary key | Asc | taxon_id |
idx_taxa_tree_master_author_id | Performance | Asc | author_id |
idx_taxa_tree_master_genus_id | Performance | Asc | genus_id |