Workshopform Rubric Levels Table Schema (workshopform_rubric_levels)


Description

The definition of rubric rating scales

workshopform_rubric_levels table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
dimensionid BIGINT 19 null
workshopform_rubric.id workrubrleve_dim2_fk R

Which criterion this level is part of

grade DECIMAL 10,5 null

Grade representing this level.

definition LONGTEXT 2147483647 null

The definition of this level

definitionformat SMALLINT 5 0

The format of the definition field

Table contained -1 rows

workshopform_rubric_levels table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
workrubrleve_dim_ix Performance Asc dimensionid

workshopform_rubric_levels table relationships