Appraisal User Event Table Schema (appraisal_user_event)


Description

Appraisal events scheduled to specific users

appraisal_user_event table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
userid BIGINT 19 null
user.id apprusereven_use2_fk R
eventid BIGINT 19 null
appraisal_event.id apprusereven_eve2_fk R
timescheduled BIGINT 19 null

Table contained -1 rows

appraisal_user_event table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
apprusereven_eve_ix Performance Asc eventid
apprusereven_use_ix Performance Asc userid

appraisal_user_event table relationships