Workshopform Rubric Config Table Schema (workshopform_rubric_config)


Description

Configuration table for the Rubric grading strategy

workshopform_rubric_config table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
workshopid BIGINT 19 null
workshop.id Implied Constraint R

The id of workshop this configuartion applies for

layout VARCHAR 30 list

How should the rubric be displayed for reviewers

Table contained -1 rows

workshopform_rubric_config table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
workrubrconf_wor_uix Must be unique Asc workshopid

workshopform_rubric_config table relationships