|
id
|
bigint(20) unsigned
|
|
|
|
|
plan_id
|
bigint(20) unsigned
|
|
|
|
|
development_need_id
|
bigint(20) unsigned
|
|
|
|
|
development_area
|
varchar(220)
|
|
|
|
|
source_type
|
enum
|
-- |
|
performance_gap
|
|
source_reference
|
varchar(255)
|
|
|
|
|
priority
|
enum
|
-- |
|
medium
|
|
development_objective
|
text
|
|
|
|
|
intervention_type
|
enum
|
-- |
|
training
|
|
intervention_description
|
text
|
|
|
|
|
expected_outcome
|
text
|
|
|
|
|
success_indicator
|
text
|
|
|
|
|
target_completion
|
date
|
|
|
|
|
responsible_type
|
enum
|
-- |
|
employee
|
|
responsible_user_id
|
int(10) unsigned
|
|
|
|
|
requires_ld
|
tinyint(1)
|
|
|
0
|
|
performance_ld_referral_id
|
bigint(20) unsigned
|
|
|
Browse foreign values
|
|
ld_development_need_id
|
bigint(20) unsigned
|
|
|
Browse foreign values
|
|
status
|
enum
|
-- |
|
planned
|
|
completion_note
|
text
|
|
|
|
|
effectiveness_rating
|
decimal(6,2)
|
|
|
|
|
effectiveness_notes
|
text
|
|
|
|
|
created_by
|
int(10) unsigned
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|