| id |
bigint(20)
|
|
|
|
| employee_id |
int(10)
|
|
|
Browse foreign values
|
| movement_type |
enum('promotion', 'transfer', 'reassignment', 'designation', 'detail', 'change_of_station', 'salary_adjustment', 'demotion', 'return_to_assignment', 'other')
|
utf8mb4_unicode_ci
|
|
|
| previous_position_id |
int(10)
|
|
|
|
| new_position_id |
int(10)
|
|
|
|
| previous_office_id |
int(10)
|
|
|
|
| new_office_id |
int(10)
|
|
|
|
| previous_school_id |
int(10)
|
|
|
Browse foreign values
|
| new_school_id |
int(10)
|
|
|
Browse foreign values
|
| previous_employment_status |
varchar(80)
|
utf8mb4_unicode_ci
|
|
|
| new_employment_status |
varchar(80)
|
utf8mb4_unicode_ci
|
|
|
| effective_date |
date
|
|
|
|
| order_no |
varchar(120)
|
utf8mb4_unicode_ci
|
|
|
| order_date |
date
|
|
|
|
| remarks |
text
|
utf8mb4_unicode_ci
|
|
|
| status |
enum('scheduled', 'effective', 'cancelled')
|
utf8mb4_unicode_ci
|
|
|
| applied_at |
datetime
|
|
|
|
| created_by |
int(10)
|
|
|
|
| created_at |
timestamp
|
|
|
|
| updated_at |
timestamp
|
|
|
|