Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
WATR_ID | INT UNSIGNED | 10 | √ | null |
|
|
Unique ID (primary key) for entries in the WATR table |
|||
TEST_ID | INT UNSIGNED | 10 | √ | null |
|
|
||||
WATR_DPTH | FLOAT | 12 | √ | null |
|
|
Depth to ground water table from surface in m |
|||
WATR_DATE | DATETIME | 19 | √ | null |
|
|
Date of ground water table measurement |
|||
WATR_REM | VARCHAR | 1000 | √ | null |
|
|
Remarks |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | WATR_ID |
TEST_ID | Performance | Asc | TEST_ID |