|
id
|
int(11)
|
|
|
|
|
request_number
|
varchar(50)
|
|
|
|
|
employee_id
|
int(11)
|
|
|
|
|
leave_type_id
|
int(11)
|
|
|
|
|
start_date
|
date
|
|
|
|
|
end_date
|
date
|
|
|
|
|
days_count
|
decimal(5,1)
|
|
|
1.0
|
|
reason
|
text
|
|
|
|
|
status
|
enum
|
-- |
|
pending
|
|
manager_id
|
int(11)
|
|
|
|
|
manager_notes
|
text
|
|
|
|
|
manager_decided_at
|
timestamp
|
|
|
|
|
hr_id
|
int(11)
|
|
|
|
|
hr_notes
|
text
|
|
|
|
|
hr_decided_at
|
timestamp
|
|
|
|
|
created_by
|
int(11)
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|