The Minnesota County Well Index |
Database Dictionary |
Home | | | Table Relationships | | | Data Tables | | | Code Tables | | | Views |
Table: C5C2 |
Column Name |
Type |
Length |
Precision |
Scale |
Null |
Default |
Code Table Data Range |
Description |
C5C2_SEQ_NO |
NUMBER |
12 |
|
0 |
N |
|
|
Primary
Key. |
RELATEID |
CHAR |
10 |
|
|
N |
|
|
Minnesota
Unique Well Number. |
CONSTYPE |
CHAR |
1 |
|
|
Y |
|
|
Construction
types; C - Casing, G - Grout, H - Open hole, S - Screen |
FROM_DEPTH |
NUMBER |
|
|
|
Y |
|
|
From
depth in feet. |
TO_DEPTH |
NUMBER |
|
|
|
Y |
|
|
To
depth in feet. |
DIAMETER |
NUMBER |
|
|
|
Y |
|
|
Diameter
in inches. |
SLOT |
NUMBER |
|
|
|
Y |
|
|
For
screen only (CONSTYPE = S). Slot refers to the width of screen openings in
number of openings per inch |
LENGTH |
NUMBER |
|
|
|
Y |
|
|
Length
of screen (CONSTYPE = S) |
MATERIAL |
CHAR |
1 |
|
|
Y |
|
Type
of grout material (CONSTYPE = G only) |
|
AMOUNT |
NUMBER |
|
|
|
Y |
|
|
Amount
of grout used (CONSTYPE = G - grout only) |
UNITS |
CHAR |
1 |
|
|
Y |
|
Units for grout material. (CONSTYPE
= G only). |
|
OBJECTID | NUMBER | 38 | 0 | 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 | 0 | N |
Minnesota Unique Well Number and Foreign Key |
Home | | | Table Relationships | | | Data Tables | | | Code Tables | | | Views |