Columns
| Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|
| taxonomic_order_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
| date_updated | timestamptz | 35,6 | √ |
|
|
|||||
| taxon_id | int4 | 10 | √ |
|
|
Specifies the taxonomic unit related to this record. |
||||
| taxonomic_code | numeric(18,10) | 18,10 | √ |
|
|
Unique code representing the taxonomic classification. |
||||
| taxonomic_order_system_id | int4 | 10 | √ |
|
|
Specifies the taxonomic ordering system. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_taxonomic_order_pkey | Primary key | Asc | taxonomic_order_id |
| idx_taxonomic_order_taxon_id | Performance | Asc | taxon_id |
| idx_taxonomic_order_taxonomic_code | Performance | Asc | taxonomic_code |
| idx_taxonomic_order_taxonomic_order_id | Performance | Asc | taxonomic_order_id |
| idx_taxonomic_order_taxonomic_system_id | Performance | Asc | taxonomic_order_system_id |

