Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
DETL_ID | INT UNSIGNED | 10 | √ | null |
|
|
Unique ID (primary key) for entries in the DETL table |
|||
TEST_ID | INT UNSIGNED | 10 | √ | null |
|
|
||||
DETL_DPTH | FLOAT | 12 | √ | null |
|
|
Specific depth for within-layer description in m |
|||
DETL_DESC | VARCHAR | 1000 | √ | null |
|
|
Description of soil at this depth |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | DETL_ID |
TEST_ID | Performance | Asc | TEST_ID |