Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
family_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||||||||
date_updated | timestamptz | 35,6 | √ |
|
|
|||||||||||
family_name | varchar(100) | 100 | √ |
|
|
Name of the taxonomic family. |
||||||||||
order_id | int4 | 10 |
|
|
Specifies the taxonomic order this family belongs to. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_taxa_tree_families_pkey | Primary key | Asc | family_id |
idx_taxa_tree_families_name | Performance | Asc | family_name |
idx_taxa_tree_families_order_id | Performance | Asc | order_id |