Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
PLAS_ID | INT UNSIGNED | 10 | √ | null |
|
|
Unique ID (primary key) for entries in the PLAS table |
|||
SPEC_ID | INT UNSIGNED | 10 | √ | null |
|
|
||||
PLAS_LL | FLOAT | 12 | √ | null |
|
|
Liquid limit (%) |
|||
PLAS_PL | FLOAT | 12 | √ | null |
|
|
Plastic limit (%) |
|||
PLAS_METH | VARCHAR | 1000 | √ | null |
|
|
Method (Standard) used for Atterberg limits |
|||
PLAS_REM | VARCHAR | 1000 | √ | null |
|
|
Remarks |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | PLAS_ID |
SPEC_ID | Performance | Asc | SPEC_ID |