Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_grade_grades_id_seq'::regclass) |
|
|
||||
itemid | int8 | 19 | null |
|
|
|||||
userid | int8 | 19 | null |
|
|
|||||
rawgrade | numeric | 10,5 | √ | null |
|
|
||||
rawgrademax | numeric | 10,5 | 100 |
|
|
|||||
rawgrademin | numeric | 10,5 | 0 |
|
|
|||||
rawscaleid | int8 | 19 | √ | null |
|
|
||||
usermodified | int8 | 19 | √ | null |
|
|
||||
finalgrade | numeric | 10,5 | √ | null |
|
|
||||
int8 | 19 | 0 |
|
|
||||||
locked | int8 | 19 | 0 |
|
|
|||||
locktime | int8 | 19 | 0 |
|
|
|||||
exported | int8 | 19 | 0 |
|
|
|||||
overridden | int8 | 19 | 0 |
|
|
|||||
excluded | int8 | 19 | 0 |
|
|
|||||
feedback | text | 2147483647 | √ | null |
|
|
||||
feedbackformat | int8 | 19 | 0 |
|
|
|||||
information | text | 2147483647 | √ | null |
|
|
||||
informationformat | int8 | 19 | 0 |
|
|
|||||
timecreated | int8 | 19 | √ | null |
|
|
||||
timemodified | int8 | 19 | √ | null |
|
|
||||
aggregationstatus | varchar | 10 | 'unknown'::character varying |
|
|
|||||
aggregationweight | numeric | 10,5 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_gradgrad_id_pk | Primary key | Asc | id |
app_gradgrad_ite_ix | Performance | Asc | itemid |
app_gradgrad_locloc_ix | Performance | Asc/Asc | locked + locktime |
app_gradgrad_raw_ix | Performance | Asc | rawscaleid |
app_gradgrad_use2_ix | Performance | Asc | usermodified |
app_gradgrad_use_ix | Performance | Asc | userid |
app_gradgrad_useite_uix | Must be unique | Asc/Asc | userid + itemid |