The Minnesota County Well Index |
Database Dictionary |
Home | | | Table Relationships | | | Data Tables | | | Code Tables | | | Views | | | Data Entry |
Table: C5ST |
Column Name |
Type |
Length |
Precision |
Scale |
Null |
Default |
Code Table Data Range |
Description |
C5ST_SEQ_NO |
NUMBER |
12 |
|
|
N |
|
|
Primary Key |
RELATEID |
CHAR |
10 |
|
|
N |
|
|
Minnesota Unique Well Number. |
DEPTH_TOP |
NUMBER |
|
|
|
Y |
|
|
Depth to the top of the interval
measured in feet from the land surface. |
DEPTH_BOT |
NUMBER |
|
|
|
Y |
|
|
Depth to the bottom of the interval
measured in feet from the land surface. |
DRLLR_DESC |
VARCHAR2 |
34 |
|
|
Y |
|
|
Geologic materials as described on
the original well log reporting form for the interval whose top is at the DEPTH_TOP and whose bottom is at the DEPTH_BOT. Except for the correction of spelling errors, this should be the driller’s exact description for this depth interval. |
COLOR |
CHAR |
8 |
|
|
Y |
|
Contains the color of the geologic
materials as described by the driller. |
|
HARDNESS |
CHAR |
8 |
|
|
Y |
|
Indicates the subjective hardness of
the materials in the interval as reported by the driller. Occasionally the hardness is reported as range (soft to hard). |
|
STRAT |
CHAR |
4 |
|
|
Y |
|
The interpreted stratigraphic unit. A 4-character code indicating the geologic unit to which the interval has been assigned by the interpreting geologist. No entry indicates that the log has not been geologically interpreted. |
|
LITH_PRIM |
CHAR |
4 |
|
|
Y |
|
LTH_CODE |
The interpreted primary lithology. A 4-character code indicating the most prevalent geologic material in the interval as assigned by the interpreting geologist. |
LITH_SEC |
CHAR |
4 |
|
|
Y |
|
LTH_CODE |
The secondary lithology. A 4-character code indicating the second most abundant geologic material in the interval assigned by the interpreting geologist. (see previous field). |
LITH_MINOR |
CHAR |
4 |
|
|
Y |
|
LTH_CODE |
The minor lithology. A 4-character code describing the third most abundant geologic material in the interval (see previous two fields). |
OBJECTID | NUMBER | 38 | 0 | N | An ObjectID is a unique, not null integer field used to uniquely identify rows in tables in a geodatabase | |||
WELLID | NUMBER | 10 | 0 | N | Minnesota Unique Well Number and Foreign Key |
Home | | | Table Relationships | | | Data Tables | | | Code Tables | | | Views | | | Data Entry |