Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
DSSS_ID | INT UNSIGNED | 10 | √ | null |
|
|
Unique ID (primary key) for entries in the DSSS2 table |
|||||
DSSG_ID | INT UNSIGNED | 10 | √ | null |
|
|
||||||
DSSS_ST | INT UNSIGNED | 10 | √ | null |
|
|
Stage Number |
|||||
DSSS_TY | INT | 10 | √ | null |
|
|
Type of stage (i.e. Consolidation(0), Monotonic Loading(1), Cyclic Loading(2)) |
|||||
DSSS_DR | BIT | 1 | √ | null |
|
|
Is the stage drained(0) or undrained(1)? |
|||||
DSSS_DESC | VARCHAR | 1000 | √ | null |
|
|
Description |
|||||
DSSS_DATA | MEDIUMTEXT | 16777215 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | DSSS_ID |
DSSS2_jbfk_1_idx | Performance | Asc | DSSG_ID |