app_grading_areas

0 rows


Description

Identifies gradable areas where advanced grading can happen. For each area, the current active plugin can be set.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_grading_areas_id_seq'::regclass)
app_grading_definitions.areaid Defined in XMLR
contextid int8 19 null
app_context.id Defined in XMLR
component varchar 100 ''::character varying
areaname varchar 100 ''::character varying
activemethod varchar 100 null

Indexes

Constraint Name Type Sort Column(s)
app_gradarea_id_pk Primary key Asc id
app_gradarea_con_ix Performance Asc contextid
app_gradarea_concomare_uix Must be unique Asc/Asc/Asc contextid + component + areaname

Relationships