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 |
|
|
||||
min_age | numeric | 6,2 | √ | null |
|
|
||||
max_age | numeric | 6,2 | √ | null |
|
|
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 |