Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
SMPAGEID | int4 | 10 | null |
|
|
Arbitrary identifier. Is original Neotoma sampleageid |
|||||
SAMPLEID | int4 | 10 | null |
|
|
Arbitrary identifier. Is original Neotoma sampleid |
|||||
CHRONLGYID | int4 | 10 | null |
|
|
Arbitrary identifier. Is original Neotoma chronologyid |
|||||
AGE | numeric | 0 | √ | null |
|
|
Is age of the sample |
||||
AGEYOUNGER | numeric | 0 | √ | null |
|
|
Is the younger error estimate of the age. The definition of this estimate is an attribute of the chronology. Many ages do not have explicit error estimates assigned |
||||
AGEOLDER | numeric | 0 | √ | null |
|
|
Is the older error estimate of the age. The definition of this estimate is an attribute of the chronology. Many ages do not have explicit error estimates assigned |
||||
CREATED_AT | timestamptz | 35,6 | timezone('UTC'::text, now()) |
|
|
Is record timestamp with timezone based on UTC |
|||||
UPDATED_AT | timestamptz | 35,6 | √ | timezone('UTC'::text, now()) |
|
|
Is timestamp of record update with timezone based on UTC |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
ippd_sampleages_pkey | Primary key | Asc | SMPAGEID |