|
id
|
int(11)
|
|
|
|
|
work_schedule_id
|
int(11)
|
|
|
|
|
shift_code
|
varchar(30)
|
|
|
|
|
shift_name
|
varchar(100)
|
|
|
|
|
schedule_type
|
enum
|
-- |
|
fixed
|
|
start_time
|
time
|
|
|
|
|
end_time
|
time
|
|
|
|
|
break_minutes
|
int(11)
|
|
|
60
|
|
paid_hours
|
decimal(5,2)
|
|
|
8.00
|
|
late_grace_minutes
|
int(11)
|
|
|
0
|
|
is_active
|
tinyint(1)
|
|
|
1
|
|
remarks
|
text
|
|
|
|
|
created_at
|
datetime
|
|
|
current_timestamp()
|
|
updated_at
|
datetime
|
|
|
|