|
id
|
int(11)
|
|
|
|
|
name
|
varchar(100)
|
|
|
|
|
work_start
|
time
|
|
|
08:00:00.000000
|
|
work_end
|
time
|
|
|
16:00:00.000000
|
|
late_tolerance
|
int(11)
|
|
|
15
|
|
work_days
|
varchar(20)
|
|
|
0,1,2,3,4
|
|
is_default
|
tinyint(1)
|
|
|
0
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
early_leave_tolerance
|
int(11)
|
|
|
15
|
|
break_duration
|
int(11)
|
|
|
60
|
|
break_start
|
time
|
|
|
|
|
break_end
|
time
|
|
|
|
|
total_hours
|
decimal(4,2)
|
|
|
8.00
|
|
overtime_allowed
|
tinyint(4)
|
|
|
1
|
|
notes
|
text
|
|
|
|