| id |
bigint(20)
|
|
|
|
| applicant_id |
bigint(20)
|
|
|
Browse foreign values
|
| vacancy_id |
bigint(20)
|
|
|
|
| application_date |
date
|
|
|
|
| documentary_status |
enum('pending', 'incomplete', 'complete', 'validated')
|
utf8mb4_unicode_ci
|
|
|
| initial_screening |
enum('pending', 'qualified', 'not_qualified')
|
utf8mb4_unicode_ci
|
|
|
| assessment_status |
enum('not_started', 'ongoing', 'completed')
|
utf8mb4_unicode_ci
|
|
|
| total_score |
decimal(10,4)
|
|
|
|
| rank_no |
int(11)
|
|
|
|
| hrmpsb_recommendation |
enum('pending', 'recommended', 'not_recommended', 'reserve')
|
utf8mb4_unicode_ci
|
|
|
| selection_status |
enum('pending', 'shortlisted', 'selected', 'not_selected', 'withdrawn')
|
utf8mb4_unicode_ci
|
|
|
| remarks |
text
|
utf8mb4_unicode_ci
|
|
|
| created_by |
int(10)
|
|
|
|
| created_at |
timestamp
|
|
|
|
| updated_at |
timestamp
|
|
|
|