Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
GRAG_ID | INT UNSIGNED | 10 | √ | null |
|
|
Unique ID (primary key) for entries in the GRAG table |
|||
SPEC_ID | INT UNSIGNED | 10 | √ | null |
|
|
||||
GRAG_METH | VARCHAR | 1000 | √ | null |
|
|
Method used for particle distribution analysis |
|||
GRAG_REM | VARCHAR | 1000 | √ | null |
|
|
Remarks |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | GRAG_ID |
SPEC_ID | Performance | Asc | SPEC_ID |