Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
course | BIGINT | 19 | null |
|
|
ID of the course this activity is part of. |
||||
name | VARCHAR | 255 |
|
|
The name of the activity module instance |
|||||
timecreated | BIGINT | 19 | 0 |
|
|
Timestamp of when the instance was added to the course. |
||||
timemodified | BIGINT | 19 | 0 |
|
|
Timestamp of when the instance was last modified. |
||||
intro | LONGTEXT | 2147483647 | √ | null |
|
|
Activity description. |
|||
introformat | SMALLINT | 5 | 0 |
|
|
The format of the intro field. |
||||
type | VARCHAR | 40 |
|
|
The sub type of the activity module instance, e.g. standard, system, etc |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
qban_cou2_ix | Performance | Asc | course |