Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
OTHF_ID | INT UNSIGNED | 10 | √ | null |
|
|
Unique ID (primary key) for entries in the OTHF table |
|||
TEST_ID | INT UNSIGNED | 10 | √ | null |
|
|
||||
OTHF_NAME | VARCHAR | 100 | √ | null |
|
|
Name of the test uploaded |
|||
OTHF_TYPE | VARCHAR | 50 | √ | null |
|
|
Type of other field test (e.g. Pressuremeter, Dilatometer) |
|||
OTHF_STAR | DATETIME | 19 | √ | null |
|
|
Start date of activity |
|||
OTHF_ENDD | DATETIME | 19 | √ | null |
|
|
End date of activity |
|||
OTHF_DESC | VARCHAR | 1000 | √ | null |
|
|
Test description |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | OTHF_ID |
TEST_ID | Performance | Asc | TEST_ID |