Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_lti_id_seq'::regclass) |
|
|
|||||||||||
course | int8 | 19 | 0 |
|
|
||||||||||||
name | varchar | 255 | ''::character varying |
|
|
||||||||||||
intro | text | 2147483647 | √ | null |
|
|
|||||||||||
introformat | int2 | 5 | √ | 0 |
|
|
|||||||||||
timecreated | int8 | 19 | 0 |
|
|
||||||||||||
timemodified | int8 | 19 | 0 |
|
|
||||||||||||
typeid | int8 | 19 | √ | null |
|
|
|||||||||||
toolurl | text | 2147483647 | null |
|
|
||||||||||||
securetoolurl | text | 2147483647 | √ | null |
|
|
|||||||||||
instructorchoicesendname | int2 | 5 | √ | null |
|
|
|||||||||||
instructorchoicesendemailaddr | int2 | 5 | √ | null |
|
|
|||||||||||
instructorchoiceallowroster | int2 | 5 | √ | null |
|
|
|||||||||||
instructorchoiceallowsetting | int2 | 5 | √ | null |
|
|
|||||||||||
instructorcustomparameters | text | 2147483647 | √ | null |
|
|
|||||||||||
instructorchoiceacceptgrades | int2 | 5 | √ | null |
|
|
|||||||||||
grade | int8 | 19 | 100 |
|
|
||||||||||||
launchcontainer | int2 | 5 | 1 |
|
|
||||||||||||
resourcekey | varchar | 255 | √ | null |
|
|
|||||||||||
password | varchar | 255 | √ | null |
|
|
|||||||||||
debuglaunch | int2 | 5 | 0 |
|
|
||||||||||||
showtitlelaunch | int2 | 5 | 0 |
|
|
||||||||||||
showdescriptionlaunch | int2 | 5 | 0 |
|
|
||||||||||||
servicesalt | varchar | 40 | √ | null |
|
|
|||||||||||
icon | text | 2147483647 | √ | null |
|
|
|||||||||||
secureicon | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_lti_id_pk | Primary key | Asc | id |
app_lti_cou_ix | Performance | Asc | course |