Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
taxonomic_order_biblio_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
biblio_id | int4 | 10 | √ |
|
|
Specifies the publication that describes or mentions the taxon synonym. |
||||
date_updated | timestamptz | 35,6 | √ |
|
|
|||||
taxonomic_order_system_id | int4 | 10 | √ |
|
|
Specifies the the taxonomic order system. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_taxonomic_order_biblio_pkey | Primary key | Asc | taxonomic_order_biblio_id |
idx_taxonomic_order_biblio_biblio_id | Performance | Asc | biblio_id |
idx_taxonomic_order_biblio_taxonomic_order_biblio_id | Performance | Asc | taxonomic_order_biblio_id |
idx_taxonomic_order_biblio_taxonomic_order_system_id | Performance | Asc | taxonomic_order_system_id |