relativeageunits

12 rows


Description

Lookup table of RelativeAgeUnits. Table is referenced by the RelativeAges table.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
relativeageunitid serial 10 nextval('ndb.seq_relativeageunits_relativeageunitid'::regclass)
relativeages.relativeageunitid fk_relativeages_relativeageunitsC

An arbitrary Relative Age Unit identification number.

relativeageunit varchar 64 null

Relative Age Unit. Below are the Relative Age Units for the «Geologic time scale» with an example Relative Age.

recdatecreated timestamp 22 timezone('UTC'::text, now())
recdatemodified timestamp 22 null

Indexes

Constraint Name Type Sort Column(s)
relativeageunits_pkey Primary key Asc relativeageunitid

Relationships