|
id
|
bigint(20) unsigned
|
|
|
|
|
program_code
|
varchar(80)
|
|
|
|
|
title
|
varchar(220)
|
|
|
|
|
program_type
|
enum
|
-- |
|
training
|
|
competency_id
|
int(10) unsigned
|
|
|
Browse foreign values
|
|
target_audience
|
text
|
|
|
|
|
objectives
|
text
|
|
|
|
|
provider
|
varchar(180)
|
|
|
|
|
delivery_mode
|
enum
|
-- |
|
face_to_face
|
|
standard_hours
|
decimal(8,2)
|
|
|
|
|
estimated_cost
|
decimal(14,2)
|
|
|
|
|
is_mandatory
|
tinyint(1)
|
|
|
0
|
|
is_active
|
tinyint(1)
|
|
|
1
|
|
created_by
|
int(10) unsigned
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|