Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
chronologyid | serial | 10 | √ | nextval('ndb.seq_chronologies_chronologyid'::regclass) |
|
|
An arbitrary Chronology identification number. |
|||||||
collectionunitid | int4 | 10 | null |
|
|
Collection Unit to which the Chronology applies. Field links to the CollectionUnits table. |
||||||||
agetypeid | int4 | 10 | null |
|
|
Age type or units. Field links to the AgeTypes table. |
||||||||
contactid | int4 | 10 | √ | null |
|
|
Person who developed the Age Model. Field links to the Contacts table. |
|||||||
isdefault | bool | 1 | null |
|
|
Indicates whether the Chronology is a default chronology or not. Default status is determined by a Neotoma data steward. Collection Units may have more than one default Chronology, but may have only one default Chronology per Age Type. Thus, there may be a default radiocarbon year Chronology and a default calibrated radiocarbon year Chronology, but only one of each. Default Chronologies may be used by the Neotoma web site, or other web sites, for displaying default diagrams or time series of data. Default Chronologies may also be of considerable use for actual research purposes; however, users may of course choose to develop their own chronologies. |
||||||||
chronologyname | varchar | 80 | √ | null |
|
|
Optional name for the Chronology. Some examples are: |
|||||||
dateprepared | date | 13 | √ | null |
|
|
Date that the Chronology was prepared. |
|||||||
agemodel | varchar | 80 | √ | null |
|
|
The age model used for the Chronology. Some examples are: linear interpolation, 3rd order polynomial, and individually dated analysis units. |
|||||||
ageboundyounger | int4 | 10 | √ | null |
|
|
The younger reliable age bound for the 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 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 Chronology. |
|||||||
recdatecreated | timestamp | 22 | timezone('UTC'::text, now()) |
|
|
|||||||||
recdatemodified | timestamp | 22 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
chronologies_pkey | Primary key | Asc | chronologyid |
chroldage_idx | Performance | Asc | ageboundolder |
chryoungage_idx | Performance | Asc | ageboundyounger |
oldage_idx | Performance | Asc | ageboundolder |
youngage_idx | Performance | Asc | ageboundyounger |