|
id
|
bigint(20) unsigned
|
|
|
|
|
user_id
|
bigint(20) unsigned
|
|
|
|
|
evaluator_id
|
bigint(20) unsigned
|
|
|
|
|
evaluation_year
|
year(4)
|
|
|
|
|
evaluation_month
|
tinyint(4)
|
|
|
|
|
work_behavior_score
|
decimal(5,2)
|
|
|
|
|
competency_score
|
decimal(5,2)
|
|
|
|
|
leadership_score
|
decimal(5,2)
|
|
|
|
|
evaluation_total_score
|
decimal(5,2)
|
|
|
|
|
evaluation_notes
|
text
|
|
|
|
|
strengths
|
text
|
|
|
|
|
improvements
|
text
|
|
|
|
|
development_plan
|
text
|
|
|
|
|
status
|
enum
|
-- |
|
draft
|
|
submitted_at
|
timestamp
|
|
|
|
|
approved_at
|
timestamp
|
|
|
|
|
approved_by
|
bigint(20) unsigned
|
|
|
|
|
created_at
|
timestamp
|
|
|
|
|
updated_at
|
timestamp
|
|
|
|