Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
aggregatechronid | serial | 10 | √ | nextval('ndb.seq_aggregatechronologies_aggregatechronid'::regclass) |
|
|
PK: An arbitrary Aggregate Chronology identification number |
|||
aggregatedatasetid | int4 | 10 | null |
|
|
Dataset to which the Aggregate Chronology applies. Field links to the AggregateDatasets table. |
||||
agetypeid | int4 | 10 | null |
|
|
Age type or units. Field links to the AgeTypes table. |
||||
isdefault | bool | 1 | null |
|
|
Indicates whether the Aggregate Chronology is a default or not. Default status is determined by a Neotoma data steward. Aggregate Datasets may have more than one default Aggregate Chronology, but may have only one default Aggregate Chronology per Age Type. |
||||
chronologyname | varchar | 80 | √ | null |
|
|
Optional name for the Chronology. |
|||
ageboundyounger | int4 | 10 | √ | null |
|
|
The younger reliable age bound for the Aggregate Chronology. Younger ages may be assigned to samples, but are not regarded as reliable. If the entire Chronology is considered reliable, AgeBoundYounger is assigned the youngest sample age rounded down to the nearest 10. Thus, for 72 BP, AgeBoundYounger = 70 BP; for -45 BP, AgeBoundYounger = -50 BP. |
|||
ageboundolder | int4 | 10 | √ | null |
|
|
The older reliable age bound for the Aggregate Chronology. Ages older than AgeOlderBound may be assigned to samples, but are not regarded as reliable. This situation is particularly true for ages extrapolated beyond the oldest Chron Control. If the entire Chronology is considered reliable, AgeBoundOlder is assigned the oldest sample age rounded up to the nearest 10. Thus, for 12564 BP, AgeBoundOlder is 12570. |
|||
notes | text | 2147483647 | √ | null |
|
|
Free form notes or comments about the Aggregate Chronology. |
|||
recdatecreated | timestamp | 22 | timezone('UTC'::text, now()) |
|
|
|||||
recdatemodified | timestamp | 22 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
aggregatechronologies_pkey | Primary key | Asc | aggregatechronid |