interpreted_age

76643 rows


Description

The interpreted age of the sample in millions of years, with justification.

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_provided_by.interpreted_age_id interpreted_age_interpreted_age_provided_by_fkR
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
sample.sample_id sample_interpreted_age_fkR

FK. ID for the sample. Links to the sample table.

reference_id int4 10 null
reference_work.reference_id reference_work_interpreted_age_fkR
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

Relationships