Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
geochron_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
|||||||
analysis_entity_id | int8 | 19 |
|
|
Identifies the specific analysis entity associated with this record. |
||||||||
dating_lab_id | int4 | 10 | √ |
|
|
Foreign key identifying the laboratory that conducted the dating analysis. |
|||||||
lab_number | varchar(40) | 40 | √ |
|
|
Identifier assigned by the laboratory for the sample. |
|||||||
age | numeric(20,5) | 20,5 | √ |
|
|
Measured radiometric age of the sample, expressed in years. |
|||||||
error_older | numeric(20,5) | 20,5 | √ |
|
|
Upper bound of the measured error range. Matches ‘error_younger’ for symmetrical errors. |
|||||||
error_younger | numeric(20,5) | 20,5 | √ |
|
|
Lower bound of the measured error range. Matches ‘error_older’ for symmetrical errors. |
|||||||
delta_13c | numeric(10,5) | 10,5 | √ |
|
|
Delta 13C value used for calibration correction, when available. |
|||||||
notes | text | 2147483647 | √ |
|
|
Additional notes or comments pertinent to this specific date. |
|||||||
date_updated | timestamptz | 35,6 | √ |
|
|
||||||||
dating_uncertainty_id | int4 | 10 | √ |
|
|
Specifies the uncertainty category related to the dating method used. |
|||||||
geochron_uuid | uuid | 2147483647 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_geochronology_pkey | Primary key | Asc | geochron_id |
pk_tbl_geochronology | Must be unique | Asc | geochron_uuid |