Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||||||
course | BIGINT | 19 | 0 |
|
|
|||||||||
name | VARCHAR | 255 |
|
|
||||||||||
intro | LONGTEXT | 2147483647 | √ | null |
|
|
||||||||
introformat | SMALLINT | 5 | √ | 0 |
|
|
||||||||
timecreated | BIGINT | 19 | 0 |
|
|
|||||||||
timemodified | BIGINT | 19 | 0 |
|
|
|||||||||
typeid | BIGINT | 19 | √ | null |
|
|
||||||||
toolurl | LONGTEXT | 2147483647 | null |
|
|
|||||||||
securetoolurl | LONGTEXT | 2147483647 | √ | null |
|
|
||||||||
instructorchoicesendname | BIT | 1 | √ | null |
|
|
||||||||
instructorchoicesendemailaddr | BIT | 1 | √ | null |
|
|
||||||||
instructorchoiceallowroster | BIT | 1 | √ | null |
|
|
||||||||
instructorchoiceallowsetting | BIT | 1 | √ | null |
|
|
||||||||
instructorcustomparameters | LONGTEXT | 2147483647 | √ | null |
|
|
||||||||
instructorchoiceacceptgrades | BIT | 1 | √ | null |
|
|
||||||||
grade | BIGINT | 19 | 100 |
|
|
|||||||||
launchcontainer | TINYINT | 3 | 1 |
|
|
|||||||||
resourcekey | VARCHAR | 255 | √ | null |
|
|
||||||||
password | VARCHAR | 255 | √ | null |
|
|
||||||||
debuglaunch | BIT | 1 | 0 |
|
|
|||||||||
showtitlelaunch | BIT | 1 | 0 |
|
|
|||||||||
showdescriptionlaunch | BIT | 1 | 0 |
|
|
|||||||||
servicesalt | VARCHAR | 40 | √ | null |
|
|
||||||||
icon | LONGTEXT | 2147483647 | √ | null |
|
|
||||||||
secureicon | LONGTEXT | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
lti_cou2_ix | Performance | Asc | course |
lti_erd_lti_types_id | Performance | Asc | typeid |