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 |
|
|