TEPT

3 rows


Description

Test Pit

Columns

Column Type Size Nulls Auto Default Children Parents Comments
TEPT_ID INT UNSIGNED 10 null

Unique ID (primary key) for entries in the TEPT table

TEST_ID INT UNSIGNED 10 null
TEST.TEST_ID TEPT_ibfk_1C
TEPT_BASE FLOAT 12 null

Depth to the base of pit in m

TEPT_METH VARCHAR 100 null

Digging method

TEPT_CREW VARCHAR 100 null

Name of logger / organization

TEPT_STAR DATETIME 19 null

Start date of activity

TEPT_ENDD DATETIME 19 null

End date of activity

TEPT_REM VARCHAR 1000 null

Remarks

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc TEPT_ID
TEST_ID Performance Asc TEST_ID

Relationships