GINV

125 rows


Description

General information for geophysical investigation

Columns

Column Type Size Nulls Auto Default Children Parents Comments
GINV_ID INT UNSIGNED 10 null
GIND.GINV_ID GIND_ibfk_1C

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

TEST_ID INT UNSIGNED 10 null
TEST.TEST_ID GINV_ibfk_1C
GINV_TYPE VARCHAR 50 null

Test type (e.g., Downhole, Crosshole, Suspension logging)

GINV_CONF VARCHAR 1000 null

Test configuration

GINV_CREW VARCHAR 100 null

Name of logger / organization

GINV_STAR DATETIME 19 null

Start date of activity

GINV_ENDD DATETIME 19 null

End date of activity

Indexes

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

Relationships