DETL

783 rows


Description

Within-layer Description

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
TEST.TEST_ID DETL_ibfk_1C
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

Relationships