Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
SPEC_ID | INT UNSIGNED | 10 | √ | null |
|
|
Unique ID (primary key) for entries in the SPEC table |
|||||||||||||||||
SAMP_ID | INT UNSIGNED | 10 | √ | null |
|
|
||||||||||||||||||
SPEC_REF | VARCHAR | 64 | √ | null |
|
|
Reference name specified for a specimen within a sample |
|||||||||||||||||
SPEC_TOP | FLOAT | 12 | √ | null |
|
|
Depth to the top of specimen from the surface of borehole in m |
|||||||||||||||||
SPEC_BASE | FLOAT | 12 | √ | null |
|
|
Depth to the bottom of specimen from the surface of borehole in m |
|||||||||||||||||
SPEC_CREW | VARCHAR | 100 | √ | null |
|
|
Name of testing technician and organization |
|||||||||||||||||
SPEC_REM | VARCHAR | 1000 | √ | null |
|
|
Remarks |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | SPEC_ID |
SAMP_ID | Performance | Asc | SAMP_ID |