Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_gradingform_rubric_levels_id_seq'::regclass) |
|
|
||||
criterionid | int8 | 19 | null |
|
|
|||||
score | numeric | 10,5 | null |
|
|
|||||
definition | text | 2147483647 | √ | null |
|
|
||||
definitionformat | int8 | 19 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_gradrubrleve_id_pk | Primary key | Asc | id |
app_gradrubrleve_cri_ix | Performance | Asc | criterionid |