| id |
bigint(20)
|
|
|
|
| application_id |
bigint(20)
|
|
|
Browse foreign values
|
| employee_id |
int(10)
|
|
|
Browse foreign values
|
| appointment_no |
varchar(100)
|
utf8mb4_unicode_ci
|
|
|
| appointment_type |
varchar(100)
|
utf8mb4_unicode_ci
|
|
|
| appointment_date |
date
|
|
|
|
| assumption_date |
date
|
|
|
|
| position_id |
int(10)
|
|
|
|
| office_id |
int(10)
|
|
|
|
| school_id |
int(10)
|
|
|
Browse foreign values
|
| item_no |
varchar(100)
|
utf8mb4_unicode_ci
|
|
|
| salary_grade |
varchar(30)
|
utf8mb4_unicode_ci
|
|
|
| step_no |
varchar(30)
|
utf8mb4_unicode_ci
|
|
|
| status |
enum('preparing', 'for_signature', 'issued', 'assumed', 'completed', 'cancelled')
|
utf8mb4_unicode_ci
|
|
|
| onboarding_status |
enum('not_started', 'ongoing', 'completed')
|
utf8mb4_unicode_ci
|
|
|
| remarks |
text
|
utf8mb4_unicode_ci
|
|
|
| created_by |
int(10)
|
|
|
|
| created_at |
timestamp
|
|
|
|
| updated_at |
timestamp
|
|
|
|