Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
RDEN_ID | INT UNSIGNED | 10 | √ | null |
|
|
Unique ID (primary key) for entries in the RDEN table |
|||
SPEC_ID | INT UNSIGNED | 10 | √ | null |
|
|
||||
RDEN_EMIN | FLOAT | 12 | √ | null |
|
|
Minimum void ratio |
|||
RDEN_EMAX | FLOAT | 12 | √ | null |
|
|
Maximum void ration |
|||
RDEN_METH | VARCHAR | 1000 | √ | null |
|
|
Method used |
|||
RDEN_REM | VARCHAR | 1000 | √ | null |
|
|
Remarks |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | RDEN_ID |
SPEC_ID | Performance | Asc | SPEC_ID |