CONG

9 rows


Description

Table for the general metadata of a consolidation test

Columns

Column Type Size Nulls Auto Default Children Parents Comments
CONG_ID INT UNSIGNED 10 null
CON_STGE.CONG_ID CON_STGE_ibfk_1C

Unique ID for entries in the CONG table

SPEC_ID INT UNSIGNED 10 null
SPEC.SPEC_ID CONG_ibfk_1C

Unique ID for the table SPEC

CONG_H0 FLOAT 12 null

Initial height of the consolidation specimen (cm)

CONG_D0 FLOAT 12 null

Diameter of the consolidation specimen (cm)

CONG_E0 FLOAT 12 null

Initial void ratio of the consolidation specimen

CONG_W0 FLOAT 12 null

Initial water content of the consolidation specimen (%)

CONG_S0 FLOAT 12 null

Initial saturation of the consolidation specimen (%)

CONG_DR BIT 1 null

Drainage state of the consolidation test (0=double, 1=single)

CONG_DESC VARCHAR 1000 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc CONG_ID
CONG_ibfk_1_idx Performance Asc SPEC_ID

Relationships