|
id
|
bigint(20) unsigned
|
|
|
|
|
category_id
|
bigint(20) unsigned
|
|
|
|
|
call_title
|
varchar(220)
|
|
|
|
|
award_year
|
varchar(20)
|
|
|
|
|
opening_date
|
date
|
|
|
|
|
closing_date
|
date
|
|
|
|
|
ceremony_date
|
date
|
|
|
|
|
status
|
enum
|
-- |
|
draft
|
|
guidelines
|
text
|
|
|
|
|
created_by
|
int(10) unsigned
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|