local_ld_module table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
ldcourseid | BIGINT | 19 | null |
|
|
Foreign key to the local_ld_course table |
||||
coursemoduleid | BIGINT | 19 | null |
|
|
Foreign key to the course_modules table |
||||
totaldedication | BIGINT | 19 | 0 |
|
|
Total time spent on this module, in seconds |
Table contained -1 rows
local_ld_module table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
localdmodu_cou_ix | Performance | Asc | coursemoduleid |
localdmodu_ldc_ix | Performance | Asc | ldcourseid |
localdmodu_ldccou_uix | Must be unique | Asc/Asc | ldcourseid + coursemoduleid |