local_ld_lastactivity table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
userid | BIGINT | 19 | null |
|
|
Foreign key to the user table |
||||
lastaccess | BIGINT | 19 | null |
|
|
When the activity has occurred |
||||
courseid | BIGINT | 19 | null |
|
|
Course ID |
||||
coursemoduleid | BIGINT | 19 | 0 |
|
|
Coursemodule id |
Table contained -1 rows
local_ld_lastactivity table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
localdlast_use_uix | Must be unique | Asc | userid |