Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
abundance_element_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
|||||||
record_type_id | int4 | 10 | √ |
|
|
Specifies record types, thereby restricting the list of available elements based on the record type. This facilitates the use of the same term for different proxies, such as ‘mni insects’ versus ‘mni seeds’, without causing confusion. |
|||||||
element_name | varchar(100) | 100 |
|
|
Abbreviated name for the element, such as ‘mni’, ‘seed’, or ‘leaf’. |
||||||||
element_description | text | 2147483647 | √ |
|
|
Detailed description of the element, such as ‘minimum number of individuals’, ‘base of seed grain’, or ‘covering of leaf or flower bud’. |
|||||||
date_updated | timestamptz | 35,6 | √ |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_abundance_elements_pkey | Primary key | Asc | abundance_element_id |