Appraisal Role Changes Table Schema (appraisal_role_changes)


Description

Store role changes for assignments

appraisal_role_changes table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
userassignmentid BIGINT 19 null
user.id Implied Constraint R
originaluserid BIGINT 19 null
newuserid BIGINT 19 null
role SMALLINT 5 null
timecreated BIGINT 19 0

Table contained -1 rows

appraisal_role_changes table indexes

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

appraisal_role_changes table relationships