Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
courseid | BIGINT | 19 | null |
|
|
Course id the item belongs to |
||||
cmid | BIGINT | 19 | null |
|
|
Item course module id |
||||
userid | BIGINT | 19 | null |
|
|
User id that accessed the item |
||||
timeaccess | BIGINT | 19 | null |
|
|
Time the user accessed the last time an item |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
blocrece_cmi_ix | Performance | Asc | cmid |
blocrece_cou_ix | Performance | Asc | courseid |
blocrece_use_ix | Performance | Asc | userid |
blocrece_usecoucmi_uix | Must be unique | Asc/Asc/Asc | userid + courseid + cmid |