Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
abundance_id | int8 | 19 | √ |
|
|
Primary key (automatically incremented). |
|||||||
taxon_id | int4 | 10 |
|
|
Specifies the taxonomic unit related to this record. |
||||||||
analysis_entity_id | int8 | 19 |
|
|
Identifies the specific analysis entity associated with this record. |
||||||||
abundance_element_id | int4 | 10 | √ |
|
|
Specifies specific parts of a taxon, like leaf, seed, or MNI (Minimum Number of Individuals), enabling detailed taxonomic recording. |
|||||||
abundance | int4 | 10 |
|
|
Represents the frequency of occurrence, which is usually a numerical count, but can also indicate presence (1), a categorical value, or a value on a relative scale, in accordance with the dataset’s data type. |
||||||||
date_updated | timestamptz | 35,6 | √ |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_abundances_pkey | Primary key | Asc | abundance_id |
idx_abundances_abundance_element_id | Performance | Asc | abundance_element_id |
idx_abundances_analysis_entity_id | Performance | Asc | analysis_entity_id |
idx_abundances_taxon_id | Performance | Asc | taxon_id |