Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
CON_STGE_ID | INT UNSIGNED | 10 | √ | null |
|
|
Unique ID (primary key) for entries in the STGE2 table |
|||
CONG_ID | INT UNSIGNED | 10 | √ | null |
|
|
Unique ID for entries in the CONG table |
|||
CON_STGE_NUMB | INT UNSIGNED | 10 | √ | null |
|
|
Consolidation stage number |
|||
CON_STGE_SIGV | FLOAT | 12 | √ | null |
|
|
Final effective vertical stress |
|||
CON_STGE_TYPE | INT | 10 | √ | 0 |
|
|
0 = Constant vertical total stress, 1 = Constant rate of strain |
|||
CON_STGE_DATA | MEDIUMTEXT | 16777215 | √ | null |
|
|
JSON string containing consolidation stage data |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | CON_STGE_ID |
CON_STGE_ibfk_1_idx | Performance | Asc | CONG_ID |