Thank you for the changes.
However, I can't get the restaurant to show "open". Even if I select 24/7 the restaurant remains closed.
This is what shows on the front end.
CLOSED
Delivery is CLOSED
Pick-up is CLOSED
This is what the error log is showing when I try to set times.
ERROR - 2016-04-08 11:02:49 --> Query error: Unknown column 'type' in 'field list' - Invalid query: INSERT INTO `hqid1k8vh_working_hours` (`location_id`, `weekday`, `type`, `opening_time`, `closing_time`, `status`) VALUES ('11', '4', 'collection', '10:00', '23:00', '1')
ERROR - 2016-04-08 11:02:49 --> Query error: Unknown column 'type' in 'field list' - Invalid query: INSERT INTO `hqid1k8vh_working_hours` (`location_id`, `weekday`, `type`, `opening_time`, `closing_time`, `status`) VALUES ('11', '5', 'collection', '00:00', '23:59', '1')