Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
lithologyid | serial | 10 | √ | nextval('ndb.seq_lithology_lithologyid'::regclass) |
|
|
An arbitrary identification number for a lithologic unit. |
|||
collectionunitid | int4 | 10 | null |
|
|
Collection Unit identification number. Field links to the CollectionUnits table. |
||||
depthtop | float8 | 17,17 | √ | null |
|
|
Depth of the top of the lithologic unit in cm. |
|||
depthbottom | float8 | 17,17 | √ | null |
|
|
Depth of the bottom of the lithologic unit in cm. |
|||
lowerboundary | varchar | 255 | √ | null |
|
|
||||
description | text | 2147483647 | √ | null |
|
|
Description of the lithologic unit. These can be quite detailed, with Munsell color or Troels-Smith descriptions. Some examples: |
|||
recdatecreated | timestamp | 22 | timezone('UTC'::text, now()) |
|
|
|||||
recdatemodified | timestamp | 22 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
lithology_pkey | Primary key | Asc | lithologyid |
ix_collectionunitid_lithology | Performance | Asc | collectionunitid |