Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
taxonomic_order_system_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
|||||||
date_updated | timestamptz | 35,6 | √ |
|
|
||||||||
system_description | text | 2147483647 | √ |
|
|
A detailed description of the taxonomic order system. |
|||||||
system_name | varchar(50) | 50 | √ |
|
|
The name of the taxonomic order system. |
|||||||
taxonomic_order_system_uuid | uuid | 2147483647 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_taxonomic_order_systems_pkey | Primary key | Asc | taxonomic_order_system_id |
idx_taxonomic_order_systems_taxonomic_system_id | Performance | Asc | taxonomic_order_system_id |
pk_tbl_taxonomic_order_systems | Must be unique | Asc | taxonomic_order_system_uuid |