Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
GINV_ID | INT UNSIGNED | 10 | √ | null |
|
|
Unique ID (primary key) for entries in the GINV table |
|||
TEST_ID | INT UNSIGNED | 10 | √ | null |
|
|
||||
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 |