Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
TXG_ID | INT UNSIGNED | 10 | √ | null |
|
|
Unique ID (primary key) for entries in the TXG table |
|||
SPEC_ID | INT UNSIGNED | 10 | √ | null |
|
|
||||
TXG_E0 | FLOAT | 12 | √ | null |
|
|
Initial void ratio |
|||
TXG_W0 | FLOAT | 12 | √ | null |
|
|
Initial water content |
|||
TXG_DIAM | FLOAT | 12 | √ | null |
|
|
Specimen diameter in cm |
|||
TXG_H0 | FLOAT | 12 | √ | null |
|
|
Specimen initial height in cm |
|||
TXG_B | FLOAT | 12 | √ | null |
|
|
Measured B value |
|||
TXG_BSTG | INT | 10 | √ | null |
|
|
Stage Number that occurred immediately after the B value test |
|||
TXG_DESC | VARCHAR | 1000 | √ | null |
|
|
Description |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | TXG_ID |
TXG_ibfk_1_idx | Performance | Asc | SPEC_ID |