Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| geochronid | int4 | 10 | null |
|
|
Geochronologic identification number. Field links to the Geochronology table. |
||||
| publicationid | int4 | 10 | null |
|
|
Publication identification number. Field links to the Publications table. |
||||
| recdatecreated | timestamp | 22 | timezone('UTC'::text, now()) |
|
|
|||||
| recdatemodified | timestamp | 22 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| geochronpublications_pkey | Primary key | Asc/Asc | geochronid + publicationid |
| ix_geochronid_geochronpublications | Performance | Asc | geochronid |
| ix_publicationid_geochronpublications | Performance | Asc | publicationid |