Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
relative_age_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
|||||||
relative_age_type_id | int4 | 10 | √ |
|
|
Specifies the type of relative age. |
|||||||
relative_age_name | varchar(50) | 50 | √ |
|
|
Name of the dating period, e.g., ‘Bronze Age’. Calendar ages should be named appropriately, such as ‘AD 1492’ or ‘74 BC’. |
|||||||
description | text | 2147483647 | √ |
|
|
A detailed description of the period, typically outlining its characteristics. |
|||||||
c14_age_older | numeric(20,5) | 20,5 | √ |
|
|
C14 age of the older boundary of the period, if applicable. |
|||||||
c14_age_younger | numeric(20,5) | 20,5 | √ |
|
|
C14 age of the younger boundary of the period, if applicable. Leave blank for calendar ages. |
|||||||
cal_age_older | numeric(20,5) | 20,5 | √ |
|
|
Approximate age before present (1950) of the earliest boundary of the period, or the calendar age converted to BP if applicable. |
|||||||
cal_age_younger | numeric(20,5) | 20,5 | √ |
|
|
Approximate age before present (1950) of the latest boundary of the period, or the calendar age converted to BP if applicable. |
|||||||
notes | text | 2147483647 | √ |
|
|
Additional notes on the period, such as definitions’ reliability or boundary uncertainties. |
|||||||
date_updated | timestamptz | 35,6 | √ |
|
|
||||||||
location_id | int4 | 10 | √ |
|
|
Specifies the location related to the period. |
|||||||
abbreviation | varchar | 2147483647 | √ |
|
|
Standard abbreviated form of the period name, if available. |
|||||||
relative_age_uuid | uuid | 2147483647 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_relative_ages_pkey | Primary key | Asc | relative_age_id |
pk_tbl_relative_ages | Must be unique | Asc | relative_age_uuid |