| id |
bigint(20)
|
|
|
|
| nomination_no |
varchar(80)
|
utf8mb4_unicode_ci
|
|
|
| call_id |
bigint(20)
|
|
|
Browse foreign values
|
| category_id |
bigint(20)
|
|
|
|
| subject_type |
enum('person', 'team', 'school', 'office')
|
utf8mb4_unicode_ci
|
|
|
| employee_id |
int(10)
|
|
|
Browse foreign values
|
| school_id |
int(10)
|
|
|
Browse foreign values
|
| office_id |
int(10)
|
|
|
|
| team_name |
varchar(220)
|
utf8mb4_unicode_ci
|
|
|
| source_type |
enum('manual', 'performance', 'organizational_performance', 'client_commendation', 'innovation', 'service', 'other')
|
utf8mb4_unicode_ci
|
|
|
| source_id |
bigint(20)
|
|
|
|
| achievement_title |
varchar(255)
|
utf8mb4_unicode_ci
|
|
|
| achievement_summary |
text
|
utf8mb4_unicode_ci
|
|
|
| justification |
text
|
utf8mb4_unicode_ci
|
|
|
| documentary_summary |
text
|
utf8mb4_unicode_ci
|
|
|
| status |
enum('draft', 'submitted', 'screening', 'eligible', 'ineligible', 'committee_review', 'finalist', 'approved', 'declined', 'awarded', 'closed')
|
utf8mb4_unicode_ci
|
|
|
| nominated_by |
int(10)
|
|
|
|
| submitted_at |
datetime
|
|
|
|
| created_at |
timestamp
|
|
|
|
| updated_at |
timestamp
|
|
|
|