Just trying to get some feedback on a decent table structure for employee schedules. Would you have a separate field for begin time and end time?
SSN (Primary key)
Sat_Begin
Sat_End
Sun_Begin
Sun_End
etc.
or combine them? Or is there a whole other way to do this that I'm not seeing? Thanks
SSN (Primary key)
Sat_Begin
Sat_End
Sun_Begin
Sun_End
etc.
or combine them? Or is there a whole other way to do this that I'm not seeing? Thanks