51 lines
5.0 KiB
SQL
51 lines
5.0 KiB
SQL
/*
|
|
SQLyog Community v13.1.9 (64 bit)
|
|
MySQL - 8.0.35
|
|
*********************************************************************
|
|
*/
|
|
/*!40101 SET NAMES utf8 */;
|
|
|
|
create table `appoinment_slots` (
|
|
`slot_id` int (11),
|
|
`slot` time ,
|
|
`slot_end` time ,
|
|
`slot_count` int (11),
|
|
`app_type` varchar (60)
|
|
);
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('12','07:00:00','08:30:00','10','MED');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('13','10:30:00','10:45:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('14','10:45:00','11:00:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('15','11:00:00','11:15:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('16','11:15:00','11:30:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('17','11:30:00','11:45:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('18','11:45:00','12:00:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('19','12:00:00','12:15:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('20','12:15:00','12:30:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('21','13:00:00','13:15:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('22','13:15:00','13:30:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('23','13:30:00','13:45:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('24','13:45:00','14:00:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('25','14:00:00','14:15:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('26','14:15:00','14:30:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('27','14:30:00','14:45:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('28','14:45:00','15:00:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('29','15:00:00','15:15:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('30','15:15:00','15:30:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('31','15:30:00','15:45:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('32','15:45:00','16:00:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('33','16:00:00','16:15:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('34','16:15:00','16:30:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('35','16:30:00','16:45:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('36','16:45:00','17:00:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('37','17:00:00','17:15:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('38','17:15:00','17:30:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('39','17:30:00','17:45:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('40','17:45:00','18:00:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('41','18:00:00','18:15:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('42','18:15:00','18:30:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('43','18:30:00','18:45:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('44','18:45:00','19:00:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('45','19:00:00','19:15:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('46','19:15:00','19:30:00','1','OPD');
|
|
insert into `appoinment_slots` (`slot_id`, `slot`, `slot_end`, `slot_count`, `app_type`) values('47','19:30:00','19:45:00','1','OPD');
|