| id |
bigint(20)
|
|
|
|
| cycle_id |
int(10)
|
|
|
|
| employee_id |
int(10)
|
|
|
Browse foreign values
|
| rater_user_id |
int(10)
|
|
|
|
| approving_user_id |
int(10)
|
|
|
|
| legacy_rating_id |
int(11)
|
|
|
|
| legacy_rating_source |
varchar(40)
|
utf8mb4_unicode_ci
|
|
|
| current_phase |
enum('planning', 'monitoring', 'evaluation', 'development', 'closed')
|
utf8mb4_unicode_ci
|
|
|
| plan_status |
enum('not_started', 'draft', 'submitted', 'returned', 'rater_concurred', 'approved')
|
utf8mb4_unicode_ci
|
|
|
| monitoring_status |
enum('not_started', 'active', 'completed')
|
utf8mb4_unicode_ci
|
|
|
| midyear_status |
enum('not_started', 'draft', 'submitted', 'acknowledged', 'completed')
|
utf8mb4_unicode_ci
|
|
|
| evaluation_status |
enum('not_started', 'self_assessment', 'rater_review', 'validation', 'approved', 'finalized')
|
utf8mb4_unicode_ci
|
|
|
| development_status |
enum('not_started', 'draft', 'for_employee_review', 'discussion_requested', 'employee_acknowledged', 'rater_finalized', 'for_approval', 'approved', 'returned', 'referred', 'in_progress', 'completed', 'closed')
|
utf8mb4_unicode_ci
|
|
|
| overall_rating |
decimal(6,2)
|
|
|
|
| adjectival_rating |
varchar(80)
|
utf8mb4_unicode_ci
|
|
|
| plan_submitted_at |
datetime
|
|
|
|
| plan_approved_at |
datetime
|
|
|
|
| finalized_at |
datetime
|
|
|
|
| created_at |
timestamp
|
|
|
|
| updated_at |
timestamp
|
|
|
|