Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_gradingform_guide_criteria_id_seq'::regclass) |
|
|
||||
definitionid | int8 | 19 | null |
|
|
|||||
sortorder | int8 | 19 | null |
|
|
|||||
shortname | varchar | 255 | ''::character varying |
|
|
|||||
description | text | 2147483647 | √ | null |
|
|
||||
descriptionformat | int2 | 5 | √ | null |
|
|
||||
descriptionmarkers | text | 2147483647 | √ | null |
|
|
||||
descriptionmarkersformat | int2 | 5 | √ | null |
|
|
||||
maxscore | numeric | 10,5 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_gradguidcrit_id_pk | Primary key | Asc | id |
app_gradguidcrit_def_ix | Performance | Asc | definitionid |