Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||
| assignment | BIGINT | 19 | 0 |
|
|
The ID of the assignment this mark applies to |
||||
| gradeid | BIGINT | 19 | 0 |
|
|
The ID of an assign_grades row |
||||
| timecreated | BIGINT | 19 | 0 |
|
|
The time this mark was created |
||||
| timemodified | BIGINT | 19 | 0 |
|
|
The time this mark was modified |
||||
| marker | BIGINT | 19 | 0 |
|
|
The user ID of the marker |
||||
| mark | DECIMAL | 10,5 | √ | null |
|
|
Mark given by marker |
|||
| workflowstate | VARCHAR | 20 | √ | null |
|
|
The current workflow state of the mark |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| assimark_ass_ix | Performance | Asc | assignment |
| assimark_gra_ix | Performance | Asc | gradeid |
| assimark_mar_ix | Performance | Asc | marker |