Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||
| instanceid | BIGINT | 19 | null |
|
|
The ID of the grading form instance |
||||
| criterionid | BIGINT | 19 | null |
|
|
The ID of the criterion (row) in the guide |
||||
| remark | LONGTEXT | 2147483647 | √ | null |
|
|
Side note feedback regarding this particular criterion |
|||
| remarkformat | TINYINT | 3 | √ | null |
|
|
The format of the remark field |
|||
| score | DECIMAL | 10,5 | null |
|
|
The score assigned |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| gradguidfill_cri_ix | Performance | Asc | criterionid |
| gradguidfill_ins_ix | Performance | Asc | instanceid |
| gradguidfill_inscri_uix | Must be unique | Asc/Asc | instanceid + criterionid |