Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
contextid | BIGINT | 19 | null |
|
|
The context of the gradable area, eg module instance context. |
||||
component | VARCHAR | 100 |
|
|
Frankenstyle name of the component holding this area |
|||||
areaname | VARCHAR | 100 |
|
|
The name of gradable area |
|||||
activemethod | VARCHAR | 100 | √ | null |
|
|
The default grading method (plugin) that should be used for this area |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
gradarea_con_ix | Performance | Asc | contextid |
gradarea_concomare_uix | Must be unique | Asc/Asc/Asc | contextid + component + areaname |