Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
definitionid | BIGINT | 19 | null |
|
|
The ID of the form definition this criterion is part of |
||||
sortorder | BIGINT | 19 | null |
|
|
Defines the order of the criterion in the guide |
||||
shortname | VARCHAR | 255 |
|
|
shortname of this criterion |
|||||
description | LONGTEXT | 2147483647 | √ | null |
|
|
The criterion description for students |
|||
descriptionformat | TINYINT | 3 | √ | null |
|
|
The format of the description field |
|||
descriptionmarkers | LONGTEXT | 2147483647 | √ | null |
|
|
Description for Markers |
|||
descriptionmarkersformat | TINYINT | 3 | √ | null |
|
|
||||
maxscore | DECIMAL | 10,5 | null |
|
|
maximum grade that can be assigned using this criterion |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
gradguidcrit_def_ix | Performance | Asc | definitionid |