Columns
| Column | Type | Size | Nulls | Auto | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| order_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
|||||||
| date_updated | timestamptz | 35,6 | √ |
|
|
||||||||
| order_name | varchar(50) | 50 | √ |
|
|
The name of the taxonomic order. |
|||||||
| record_type_id | int4 | 10 | √ |
|
|
Specifies the record type, indicating the type of taxonomic record. |
|||||||
| sort_order | int4 | 10 | √ |
|
|
Specifies the display order of taxonomic orders. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_taxa_tree_orders_pkey | Primary key | Asc | order_id |
| idx_taxa_tree_orders_order_id | Performance | Asc | order_id |



