|
id
|
bigint(20) unsigned
|
|
|
|
|
applicant_id
|
bigint(20) unsigned
|
|
|
Browse foreign values
|
|
vacancy_id
|
bigint(20) unsigned
|
|
|
|
|
application_date
|
date
|
|
|
|
|
documentary_status
|
enum
|
-- |
|
pending
|
|
initial_screening
|
enum
|
-- |
|
pending
|
|
assessment_status
|
enum
|
-- |
|
not_started
|
|
total_score
|
decimal(10,4)
|
|
|
|
|
rank_no
|
int(11)
|
|
|
|
|
hrmpsb_recommendation
|
enum
|
-- |
|
pending
|
|
selection_status
|
enum
|
-- |
|
pending
|
|
remarks
|
text
|
|
|
|
|
created_by
|
int(10) unsigned
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|