quiz_slot_tags table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
slotid | BIGINT | 19 | √ | null |
|
|
The quiz slot that this tag belong to |
|||
tagid | BIGINT | 19 | √ | null |
|
|
||||
tagname | VARCHAR | 255 | √ | null |
|
|
The tag name is to be stored as well, so we won't lose data if the tag is removed from Moodle (A tag with the same name might be added in future). |
Table contained -1 rows
quiz_slot_tags table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
quizslottags_slo_ix | Performance | Asc | slotid |
quizslottags_tag_ix | Performance | Asc | tagid |