Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
analysis_entity_age_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
age | numeric(20,5) | 20,5 | √ |
|
|
Represents the estimated age derived from analysis. |
||||
age_older | numeric(20,5) | 20,5 | √ |
|
|
The upper bound of the age range estimate. |
||||
age_younger | numeric(20,5) | 20,5 | √ |
|
|
The lower bound of the age range estimate. |
||||
analysis_entity_id | int8 | 19 | √ |
|
|
Identifies the specific analysis entity associated with this record. |
||||
chronology_id | int4 | 10 | √ |
|
|
Specifies the the identifier of a specific chronology. |
||||
date_updated | timestamptz | 35,6 | √ |
|
|
|||||
dating_specifier | text | 2147483647 | √ |
|
|
Specifies the method or criteria used for dating the sample. |
||||
age_range | int4range | 2147483647 | √ |
|
|
The range as a tyed (int4range) value. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_analysis_entity_ages_pkey | Primary key | Asc | analysis_entity_age_id |