Appraisal Scale Value Table Schema (appraisal_scale_value)


Description

Multiple choice options (score can be used when applicable)

appraisal_scale_value table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
appraisal_scale_data.appraisalscalevalueid apprscaldata_app4_fk R
appraisalscaleid BIGINT 19 null
appraisal_scale.id apprscalvalu_app2_fk R
name VARCHAR 255 null
score BIGINT 19 null

Table contained -1 rows

appraisal_scale_value table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
apprscalvalu_app_ix Performance Asc appraisalscaleid
apprscalvalu_appnamsco_uix Must be unique Asc/Asc/Asc appraisalscaleid + name + score

appraisal_scale_value table relationships