The Minnesota County Well Index |
Database Dictionary |
Home | | | Table Relationships | | | Data Tables | | | Code Tables | | | Views | | | Data Entry |
Table: C5WL |
Column Name |
Type |
Length |
Precision |
Scale |
Null |
Default |
Code Table Data Range |
Description |
C5WL_SEQ_NO |
NUMBER |
12 |
|
|
N |
|
|
Primary Key |
RELATEID |
CHAR |
10 |
|
|
N |
|
|
Minnesota
Unique Well Number |
MEAS_TYPE |
CHAR |
2 |
|
|
Y |
|
What the SWL reading was taken for. |
|
MEAS_DATE |
NUMBER |
|
|
|
Y |
|
|
Date the static water level was
taken. Year/Month/Day - YYYYMMDD |
MEAS_TIME |
NUMBER |
|
|
|
Y |
|
|
Time the static water level reading
was taken. Hour:Minute:Second |
M_PT_CODE |
CHAR |
1 |
|
|
Y |
|
Location the reading was taken. |
|
MEAS_POINT |
NUMBER |
|
|
|
Y |
|
|
Measuring point |
MEASUREMT |
NUMBER |
|
|
|
Y |
|
|
Depth in feet from the land surface
to the water level. |
MEAS_ELEV |
NUMBER |
|
|
|
Y |
|
|
Static water level elevation. This is a calculated field (c5ix.elevation – c5wl.measurement). |
DATA_SRC |
CHAR |
5 |
|
|
Y |
|
DATA_SRC |
Source
providing the data. |
PROGRAM |
CHAR |
7 |
|
|
Y |
|
PROGRAM |
Program
the reading was taken for. |
ENTRY_DATE |
NUMBER |
|
|
0 |
Y |
|
|
Date
reading was entered. Year/Month/Day - YYYYMMDD |
UPDT_DATE |
NUMBER |
|
|
0 |
Y |
|
|
Date
reading was revised. Year/Month/Day - YYYYMMDD |
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 | | | Data Entry |