Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
genus_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||||||||
date_updated | timestamptz | 35,6 | √ |
|
|
|||||||||||
family_id | int4 | 10 | √ |
|
|
Specifies the taxonomic family. |
||||||||||
genus_name | varchar(100) | 100 | √ |
|
|
Name of the genus. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_taxa_tree_genera_pkey | Primary key | Asc | genus_id |
idx_taxa_tree_genera_family_id | Performance | Asc | family_id |
idx_taxa_tree_genera_name | Performance | Asc | genus_name |