| id |
int(10)
|
|
|
|
| name |
varchar(160)
|
utf8mb4_unicode_ci
|
|
|
| cycle_year |
int(11)
|
|
|
|
| framework |
varchar(80)
|
utf8mb4_unicode_ci
|
|
|
| scope_type |
enum('all', 'division', 'school')
|
utf8mb4_unicode_ci
|
|
|
| start_date |
date
|
|
|
|
| end_date |
date
|
|
|
|
| planning_start |
date
|
|
|
|
| planning_end |
date
|
|
|
|
| monitoring_start |
date
|
|
|
|
| monitoring_end |
date
|
|
|
|
| midyear_start |
date
|
|
|
|
| midyear_end |
date
|
|
|
|
| evaluation_start |
date
|
|
|
|
| evaluation_end |
date
|
|
|
|
| development_start |
date
|
|
|
|
| development_end |
date
|
|
|
|
| development_approval_mode |
enum('inherit', 'rater_only', 'approving_authority')
|
utf8mb4_unicode_ci
|
|
|
| orientation_notes |
text
|
utf8mb4_unicode_ci
|
|
|
| status |
enum('draft', 'active', 'closed', 'archived')
|
utf8mb4_unicode_ci
|
|
|
| created_by |
int(10)
|
|
|
|
| created_at |
timestamp
|
|
|
|
| updated_at |
timestamp
|
|
|
|