Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
DSSG_ID | INT UNSIGNED | 10 | √ | null |
|
|
Unique ID (primary key) for entries in the DSSG2 table |
|||
SPEC_ID | INT UNSIGNED | 10 | √ | null |
|
|
||||
DSSG_E0 | FLOAT | 12 | √ | null |
|
|
Initial void ratio |
|||
DSSG_W0 | FLOAT | 12 | √ | null |
|
|
Initial water content |
|||
DSSG_DIAM | FLOAT | 12 | √ | null |
|
|
Specimen diameter in cm |
|||
DSSG_H0 | FLOAT | 12 | √ | null |
|
|
Specimen initial height in cm |
|||
DSSG_DESC | VARCHAR | 1000 | √ | null |
|
|
Description |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | DSSG_ID |
DSSG_ibfk_1_idx | Performance | Asc | SPEC_ID |