|
id
|
bigint(20) unsigned
|
|
|
|
|
employee_id
|
int(10) unsigned
|
|
|
Browse foreign values
|
|
plan_year
|
varchar(20)
|
|
|
|
|
career_goal
|
text
|
|
|
|
|
development_objective
|
text
|
|
|
|
|
employee_commitment
|
text
|
|
|
|
|
supervisor_support
|
text
|
|
|
|
|
status
|
enum
|
-- |
|
draft
|
|
approved_by
|
int(10) unsigned
|
|
|
|
|
approved_at
|
datetime
|
|
|
|
|
created_by
|
int(10) unsigned
|
|
|
|
|
performance_development_plan_id
|
bigint(20) unsigned
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|