Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
TXS_ID | INT UNSIGNED | 10 | √ | null |
|
|
Unique ID (primary key) for entries in the TXS table |
|||
TXG_ID | INT UNSIGNED | 10 | √ | null |
|
|
||||
TXS_ST | INT | 10 | √ | null |
|
|
Stage Number |
|||
TXS_TY | INT | 10 | √ | null |
|
|
Type of stage (i.e. Consolidation, Monotonic Loading, Cyclic Loading |
|||
TXS_DR | BIT | 1 | √ | null |
|
|
Is the stage drained or undrained? |
|||
TXS_DESC | VARCHAR | 1000 | √ | null |
|
|
Description |
|||
TXS_DATA | MEDIUMTEXT | 16777215 | √ | null |
|
|
JSON string containing triaxial test stage data |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | TXS_ID |
TXG_ID | Performance | Asc | TXG_ID |