Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
INDX_ID | INT UNSIGNED | 10 | √ | null |
|
|
Unique ID (primary key) for entries in the INDX table |
|||
SPEC_ID | INT UNSIGNED | 10 | √ | null |
|
|
||||
INDX_BDEN | FLOAT | 12 | √ | null |
|
|
Total density of soil in g/cm3 |
|||
INDX_DDEN | FLOAT | 12 | √ | null |
|
|
Dry density of soil in g/cm3 |
|||
INDX_GS | FLOAT | 12 | √ | null |
|
|
Specific gravity of solid particles in g/cm3 |
|||
INDX_WC | FLOAT | 12 | √ | null |
|
|
Natural water (moisture) content (%) |
|||
INDX_FINE | FLOAT | 12 | √ | null |
|
|
Fines content (Portion of particles passing the No.200 sieve; 0.075 mm) (%) |
|||
INDX_METH | VARCHAR | 1000 | √ | null |
|
|
Method (Standard) used for index tests if different from recommended standards (density: ASTM D7263-09; water content: ASTM D2216-10; Atterberg limits: ASTM D4318-10e1) |
|||
INDX_REM | VARCHAR | 1000 | √ | null |
|
|
Remarks |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | INDX_ID |
SPEC_ID | Performance | Asc | SPEC_ID |