|
id
|
int(11)
|
|
|
|
|
request_number
|
varchar(50)
|
|
|
|
|
person_type
|
enum
|
-- |
|
|
|
person_id
|
int(11)
|
|
|
|
|
reason
|
enum
|
-- |
|
resignation
|
|
reason_notes
|
text
|
|
|
|
|
last_working_day
|
date
|
|
|
|
|
status
|
enum
|
-- |
|
pending
|
|
notes
|
text
|
|
|
|
|
created_by
|
int(11)
|
|
|
|
|
completed_at
|
timestamp
|
|
|
|
|
rejected_by
|
int(11)
|
|
|
|
|
rejected_at
|
timestamp
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|
|
journal_entry_id
|
int(11)
|
|
|
|