|
id
|
bigint(20) unsigned
|
|
|
|
|
employee_id
|
int(10) unsigned
|
|
|
Browse foreign values
|
|
movement_type
|
enum
|
-- |
|
|
|
previous_position_id
|
int(10) unsigned
|
|
|
|
|
new_position_id
|
int(10) unsigned
|
|
|
|
|
previous_office_id
|
int(10) unsigned
|
|
|
|
|
new_office_id
|
int(10) unsigned
|
|
|
|
|
previous_school_id
|
int(10) unsigned
|
|
|
Browse foreign values
|
|
new_school_id
|
int(10) unsigned
|
|
|
Browse foreign values
|
|
previous_employment_status
|
varchar(80)
|
|
|
|
|
new_employment_status
|
varchar(80)
|
|
|
|
|
effective_date
|
date
|
|
|
|
|
order_no
|
varchar(120)
|
|
|
|
|
order_date
|
date
|
|
|
|
|
remarks
|
text
|
|
|
|
|
status
|
enum
|
-- |
|
scheduled
|
|
applied_at
|
datetime
|
|
|
|
|
created_by
|
int(10) unsigned
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|