|
id
|
int(10) unsigned
|
|
|
|
|
department_id
|
int(10) unsigned
|
|
|
|
|
category_id
|
int(10) unsigned
|
|
|
|
|
code
|
varchar(30)
|
|
|
|
|
title
|
varchar(255)
|
|
|
|
|
description
|
text
|
|
|
|
|
objectives
|
text
|
|
|
|
|
target_audience
|
varchar(255)
|
|
|
|
|
duration_hours
|
decimal(5,2)
|
|
|
0.00
|
|
max_participants
|
int(10) unsigned
|
|
|
30
|
|
is_cpd
|
tinyint(1)
|
|
|
0
|
|
cpd_points
|
decimal(5,2)
|
|
|
0.00
|
|
status
|
enum
|
-- |
|
draft
|
|
created_by
|
int(10) unsigned
|
|
|
|
|
created_at
|
datetime
|
|
|
current_timestamp()
|
|
updated_at
|
datetime
|
|
|
|