Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||
| student | BIGINT | 19 | 0 |
|
|
User ID of student this marker is allocated to |
||||
| assignment | BIGINT | 19 | 0 |
|
|
The id of the assignment this marker is allocated to |
||||
| marker | BIGINT | 19 | 0 |
|
|
User ID of teacher allocated to mark this student |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| assiallomark_ass_ix | Performance | Asc | assignment |
| assiallomark_mar_ix | Performance | Asc | marker |
| assiallomark_stu_ix | Performance | Asc | student |