Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('app_grade_import_values_id_seq'::regclass) |
|
|
||||
| itemid | int8 | 19 | √ | null |
|
|
||||
| newgradeitem | int8 | 19 | √ | null |
|
|
||||
| userid | int8 | 19 | null |
|
|
|||||
| finalgrade | numeric | 10,5 | √ | null |
|
|
||||
| feedback | text | 2147483647 | √ | null |
|
|
||||
| importcode | int8 | 19 | null |
|
|
|||||
| importer | int8 | 19 | √ | null |
|
|
||||
| importonlyfeedback | int2 | 5 | √ | 0 |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| app_gradimpovalu_id_pk | Primary key | Asc | id |
| app_gradimpovalu_imp_ix | Performance | Asc | importer |
| app_gradimpovalu_ite_ix | Performance | Asc | itemid |
| app_gradimpovalu_new_ix | Performance | Asc | newgradeitem |

