Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
specimendateid | serial | 10 | √ | nextval('ndb.seq_specimendates_specimendateid'::regclass) |
|
|
An arbitrary specimen date ID |
|||
geochronid | int4 | 10 | null |
|
|
Geochronologic identification number. Field links to the Geochronology table. |
||||
taxonid | int4 | 10 | null |
|
|
Accepted name in Neotoma. Field links to Taxa table. |
||||
fractionid | int4 | 10 | √ | null |
|
|
||||
sampleid | int4 | 10 | null |
|
|
Sample ID number. Field links to the Samples table. |
||||
notes | text | 2147483647 | √ | null |
|
|
Free form notes or comments about dated specimens. |
|||
elementtypeid | int4 | 10 | √ | null |
|
|
||||
recdatecreated | timestamp | 22 | timezone('UTC'::text, now()) |
|
|
|||||
recdatemodified | timestamp | 22 | null |
|
|
|||||
specimenid | int4 | 10 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
specimendates_pkey | Primary key | Asc | specimendateid |
ix_sampleid_specimendates | Performance | Asc | sampleid |
ix_taxonid_specimendates | Performance | Asc | taxonid |