|
id
|
bigint(20) unsigned
|
|
|
|
|
nomination_no
|
varchar(80)
|
|
|
|
|
call_id
|
bigint(20) unsigned
|
|
|
Browse foreign values
|
|
category_id
|
bigint(20) unsigned
|
|
|
|
|
subject_type
|
enum
|
-- |
|
person
|
|
employee_id
|
int(10) unsigned
|
|
|
Browse foreign values
|
|
school_id
|
int(10) unsigned
|
|
|
Browse foreign values
|
|
office_id
|
int(10) unsigned
|
|
|
|
|
team_name
|
varchar(220)
|
|
|
|
|
source_type
|
enum
|
-- |
|
manual
|
|
source_id
|
bigint(20) unsigned
|
|
|
|
|
achievement_title
|
varchar(255)
|
|
|
|
|
achievement_summary
|
text
|
|
|
|
|
justification
|
text
|
|
|
|
|
documentary_summary
|
text
|
|
|
|
|
status
|
enum
|
-- |
|
draft
|
|
nominated_by
|
int(10) unsigned
|
|
|
|
|
submitted_at
|
datetime
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|