Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('app_grading_instances_id_seq'::regclass) |
|
|
||||||
| definitionid | int8 | 19 | null |
|
|
|||||||
| raterid | int8 | 19 | null |
|
|
|||||||
| itemid | int8 | 19 | √ | null |
|
|
||||||
| rawgrade | numeric | 10,5 | √ | null |
|
|
||||||
| status | int8 | 19 | 0 |
|
|
|||||||
| feedback | text | 2147483647 | √ | null |
|
|
||||||
| feedbackformat | int2 | 5 | √ | null |
|
|
||||||
| timemodified | int8 | 19 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| app_gradinst_id_pk | Primary key | Asc | id |
| app_gradinst_def_ix | Performance | Asc | definitionid |
| app_gradinst_rat_ix | Performance | Asc | raterid |

