
id : bigint(20) unsigned
|

activity_id : bigint(20) unsigned
|

employee_id : int(10) unsigned
|

development_need_id : bigint(20) unsigned
|

nomination_source : enum('idp','performance','competency_gap','supervisor','mandatory','self','other')
|

nomination_status : enum('nominated','for_approval','approved','declined','waitlisted')
|

attendance_status : enum('not_started','attended','partial','absent')
|

completion_status : enum('not_started','completed','incomplete','failed','waived')
|

hours_completed : decimal(8,2)
|

certificate_reference : varchar(255)
|

immediate_rating : decimal(8,2)
|

learning_rating : decimal(8,2)
|

application_rating : decimal(8,2)
|

results_rating : decimal(8,2)
|

reentry_plan : text
|

application_evidence : text
|

supervisor_validation : text
|

completion_date : date
|

created_by : int(10) unsigned
|

created_at : timestamp
|

updated_at : timestamp
|