Gradingform Guide Comments Table Schema (gradingform_guide_comments)


Description

frequently used comments used in marking guide

gradingform_guide_comments table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
definitionid BIGINT 19 null
grading_definitions.id gradguidcomm_def2_fk R

The ID of the form definition this faq is part of

sortorder BIGINT 19 null

Defines the order of the comments

description LONGTEXT 2147483647 null

The comment description

descriptionformat TINYINT 3 null

The format of the description field

Table contained -1 rows

gradingform_guide_comments table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
gradguidcomm_def_ix Performance Asc definitionid

gradingform_guide_comments table relationships