Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
courseid | BIGINT | 19 | null |
|
|
Course id |
||||
cmid | BIGINT | 19 | null |
|
|
Course module id |
||||
timecreated | BIGINT | 19 | null |
|
|
|||||
userid | BIGINT | 19 | null |
|
|
User performing the action |
||||
action | BIT | 1 | null |
|
|
0 created, 1 updated, 2 deleted |
||||
modname | VARCHAR | 20 | √ | null |
|
|
module type name (for delete action) |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
block_recent_activity_erd_user_id | Performance | Asc | userid |
blocreceacti_coutim_ix | Performance | Asc/Asc | courseid + timecreated |