Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||
| scoid | BIGINT | 19 | null |
|
|
The id of the scorm_scoes table |
||||
| attemptid | BIGINT | 19 | null |
|
|
id from scorm_attempt |
||||
| elementid | BIGINT | 19 | null |
|
|
id from scorm_element |
||||
| value | LONGTEXT | 2147483647 | null |
|
|
Value passed from SCORM package |
||||
| timemodified | BIGINT | 19 | 0 |
|
|
Time value last changed. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| scorscoevalu_att2_ix | Performance | Asc | attemptid |
| scorscoevalu_ele2_ix | Performance | Asc | elementid |
| scorscoevalu_sco2_ix | Performance | Asc | scoid |