| id |
bigint(20)
|
|
|
|
| program_code |
varchar(80)
|
utf8mb4_unicode_ci
|
|
|
| title |
varchar(220)
|
utf8mb4_unicode_ci
|
|
|
| program_type |
enum('training', 'workshop', 'coaching', 'mentoring', 'technical_assistance', 'job_rotation', 'scholarship', 'conference', 'self_directed', 'other')
|
utf8mb4_unicode_ci
|
|
|
| competency_id |
int(10)
|
|
|
Browse foreign values
|
| target_audience |
text
|
utf8mb4_unicode_ci
|
|
|
| objectives |
text
|
utf8mb4_unicode_ci
|
|
|
| provider |
varchar(180)
|
utf8mb4_unicode_ci
|
|
|
| delivery_mode |
enum('face_to_face', 'online', 'blended', 'workplace', 'other')
|
utf8mb4_unicode_ci
|
|
|
| standard_hours |
decimal(8,2)
|
|
|
|
| estimated_cost |
decimal(14,2)
|
|
|
|
| is_mandatory |
tinyint(1)
|
|
|
|
| is_active |
tinyint(1)
|
|
|
|
| created_by |
int(10)
|
|
|
|
| created_at |
timestamp
|
|
|
|
| updated_at |
timestamp
|
|
|
|