Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
chronology_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
age_model | text | 2147483647 | √ |
|
|
The methodology or model applied to determine the ages of samples within this chronology. |
||||
relative_age_type_id | int4 | 10 | √ |
|
|
This was previously constrained by the obsolete tbl_age_types table. Now, it serves as a non-binding reference to relative_age_types, although not fully implemented. Relevant notes should document year types and construction methods for the chronology. |
||||
chronology_name | text | 2147483647 | √ |
|
|
A descriptive title for the chronology, indicating its purpose and extent. |
||||
contact_id | int4 | 10 | √ |
|
|
Identifies the contact person or organization for the chronology. |
||||
date_prepared | timestamp | 22 | √ |
|
|
The date the chronology was initially created or most recently updated. |
||||
date_updated | timestamptz | 35,6 | √ |
|
|
|||||
notes | text | 2147483647 | √ |
|
|
Supplementary information or anlabels related to the chronology, including data sources, assumptions, or constraints. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_chronologies_pkey | Primary key | Asc | chronology_id |
tbl_chronologies_chronology_name_key | Must be unique | Asc | chronology_name |
tbl_chronologies_chronology_name_unique | Must be unique | Asc | chronology_name |