Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||||||||
courseid | BIGINT | 19 | √ | null |
|
|
||||||||||
categoryid | BIGINT | 19 | √ | null |
|
|
||||||||||
itemname | VARCHAR | 255 | √ | null |
|
|
||||||||||
itemtype | VARCHAR | 30 |
|
|
||||||||||||
itemmodule | VARCHAR | 30 | √ | null |
|
|
||||||||||
iteminstance | BIGINT | 19 | √ | null |
|
|
||||||||||
itemnumber | BIGINT | 19 | √ | null |
|
|
||||||||||
iteminfo | LONGTEXT | 2147483647 | √ | null |
|
|
||||||||||
idnumber | VARCHAR | 255 | √ | null |
|
|
||||||||||
calculation | LONGTEXT | 2147483647 | √ | null |
|
|
||||||||||
gradetype | SMALLINT | 5 | 1 |
|
|
|||||||||||
grademax | DECIMAL | 10,5 | 100.00000 |
|
|
|||||||||||
grademin | DECIMAL | 10,5 | 0.00000 |
|
|
|||||||||||
scaleid | BIGINT | 19 | √ | null |
|
|
||||||||||
outcomeid | BIGINT | 19 | √ | null |
|
|
||||||||||
gradepass | DECIMAL | 10,5 | 0.00000 |
|
|
|||||||||||
multfactor | DECIMAL | 10,5 | 1.00000 |
|
|
|||||||||||
plusfactor | DECIMAL | 10,5 | 0.00000 |
|
|
|||||||||||
aggregationcoef | DECIMAL | 10,5 | 0.00000 |
|
|
|||||||||||
aggregationcoef2 | DECIMAL | 10,5 | 0.00000 |
|
|
|||||||||||
sortorder | BIGINT | 19 | 0 |
|
|
|||||||||||
display | BIGINT | 19 | 0 |
|
|
|||||||||||
decimals | BIT | 1 | √ | null |
|
|
||||||||||
BIGINT | 19 | 0 |
|
|
||||||||||||
locked | BIGINT | 19 | 0 |
|
|
|||||||||||
locktime | BIGINT | 19 | 0 |
|
|
|||||||||||
needsupdate | BIGINT | 19 | 0 |
|
|
|||||||||||
weightoverride | BIT | 1 | 0 |
|
|
|||||||||||
timecreated | BIGINT | 19 | √ | null |
|
|
||||||||||
timemodified | BIGINT | 19 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
graditem_cat4_ix | Performance | Asc | categoryid |
graditem_cou4_ix | Performance | Asc | courseid |
graditem_gra2_ix | Performance | Asc | gradetype |
graditem_idncou2_ix | Performance | Asc/Asc | idnumber + courseid |
graditem_itenee2_ix | Performance | Asc/Asc | itemtype + needsupdate |
graditem_locloc2_ix | Performance | Asc/Asc | locked + locktime |
graditem_out4_ix | Performance | Asc | outcomeid |
graditem_sca4_ix | Performance | Asc | scaleid |