Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
interpreted_age_id | serial | 10 | √ | nextval('interpreted_age_interpreted_age_id_seq'::regclass) |
|
|
|||||
interpreted_age | numeric | 6,2 | null |
|
|
Interpreted age in Ma |
|||||
interpreted_age_notes | varchar | 4000 | √ | null |
|
|
Justification for assigned interpreted age |
||||
timestamp_created | timestamptz | 35,6 | now() |
|
|
||||||
timestamp_modified | timestamptz | 35,6 | √ | now() |
|
|
|||||
sample_id | int4 | 10 | √ | null |
|
|
FK. ID for the sample. Links to the sample table. |
||||
reference_id | int4 | 10 | √ | null |
|
|
FK. ID for reference where if the age in Ma comes from the published paper. Links to reference_work table. |
||||
min_age | numeric | 6,2 | √ | null |
|
|
Minimum (youngest) age in Ma |
||||
max_age | numeric | 6,2 | √ | null |
|
|
Maximum (oldest) age in Ma |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
interpreted_age_id | Primary key | Asc | interpreted_age_id |
sample_id_uniq | Must be unique | Asc | sample_id |