[EDIT] FILE: kaberaglobalcom_kabera_laravel.sql
-- phpMyAdmin SQL Dump -- version 4.9.5 -- https://www.phpmyadmin.net/ -- -- Host: localhost:3306 -- Generation Time: Jun 17, 2020 at 03:04 PM -- Server version: 10.3.19-MariaDB-log -- PHP Version: 7.3.6 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `kaberaglobalcom_kabera_laravel` -- -- -------------------------------------------------------- -- -- Table structure for table `agents` -- CREATE TABLE `agents` ( `id` bigint(20) NOT NULL, `user_id` bigint(20) NOT NULL, `profile_pic` varchar(255) DEFAULT NULL, `address` varchar(500) DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `agents` -- INSERT INTO `agents` (`id`, `user_id`, `profile_pic`, `address`, `created_at`, `updated_at`) VALUES (2, 60, NULL, NULL, '2020-02-11 12:38:42', '2020-02-11 12:38:42'), (3, 61, 'agent/593561download.png', NULL, '2020-02-11 12:40:33', '2020-02-11 12:40:33'); -- -------------------------------------------------------- -- -- Table structure for table `appointment_lists` -- CREATE TABLE `appointment_lists` ( `id` int(11) NOT NULL, `procedure_id` int(11) NOT NULL DEFAULT 0, `user_id` int(11) NOT NULL, `doctor_id` int(11) NOT NULL DEFAULT 0, `assistant_ids` text DEFAULT NULL, `service_id` int(11) NOT NULL, `type` enum('A','V') DEFAULT NULL, `appointment_date` datetime DEFAULT NULL, `appointment_to_date` datetime NOT NULL, `status` enum('0','1') DEFAULT '0' COMMENT '0(Pending) Or 1(Done) ', `appointment_status` enum('cancel','reschedule','completed','new') DEFAULT NULL, `note` text DEFAULT NULL, `doctor_comment` text DEFAULT NULL, `doctor_approved` enum('0','1') NOT NULL, `user_approved` enum('0','1') NOT NULL DEFAULT '0', `report_check` enum('0','1') NOT NULL DEFAULT '0', `report_by_doctors` text DEFAULT NULL, `is_visited` int(11) NOT NULL DEFAULT 0, `visit_first` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1 status if user visited at least one time', `call_status` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'status 0 for call pending from doctor end and 1 for doctor deal done', `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `appointment_lists` -- INSERT INTO `appointment_lists` (`id`, `procedure_id`, `user_id`, `doctor_id`, `assistant_ids`, `service_id`, `type`, `appointment_date`, `appointment_to_date`, `status`, `appointment_status`, `note`, `doctor_comment`, `doctor_approved`, `user_approved`, `report_check`, `report_by_doctors`, `is_visited`, `visit_first`, `call_status`, `created_at`, `updated_at`) VALUES (1, 1, 2, 6, NULL, 2, NULL, '2020-03-10 11:00:00', '2020-03-10 13:00:00', '1', 'completed', 'Test notes', NULL, '1', '1', '1', NULL, 0, 1, 0, '2020-02-10 06:16:45', '2020-02-10 06:28:30'), (2, 1, 2, 0, '0', 2, NULL, '2021-04-12 07:00:00', '2021-04-12 09:00:00', '0', 'new', 'Fbgfg', NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-10 06:26:30', '2020-02-10 07:30:04'), (3, 3, 2, 0, NULL, 2, NULL, '2020-02-19 15:00:00', '2020-02-19 17:00:00', '0', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-10 06:48:14', '2020-02-10 08:30:03'), (4, 5, 4, 0, NULL, 2, NULL, '2020-02-14 11:00:00', '2020-02-14 13:00:00', '0', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-10 07:24:48', '2020-02-10 08:30:03'), (11, 12, 19, 0, NULL, 2, NULL, '2020-02-20 11:00:00', '2020-02-20 13:00:00', '0', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-10 11:15:06', '2020-02-10 15:30:02'), (12, 13, 22, 0, NULL, 2, NULL, '2020-02-19 11:00:00', '2020-02-19 13:00:00', '0', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-10 11:21:08', '2020-02-10 11:21:08'), (13, 14, 22, 9, NULL, 2, NULL, '2020-02-27 13:00:00', '2020-02-27 15:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-10 11:21:42', '2020-02-13 09:19:44'), (18, 21, 19, 18, '76', 2, NULL, '2020-02-20 11:00:00', '2020-02-20 13:00:00', '1', 'new', 'Good g', NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-10 14:10:17', '2020-02-14 09:52:00'), (19, 22, 19, 0, NULL, 2, NULL, '2020-02-19 13:00:00', '2020-02-19 15:00:00', '0', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-10 14:14:33', '2020-02-10 14:14:33'), (20, 23, 19, 0, NULL, 2, NULL, '2020-02-18 13:00:00', '2020-02-18 15:00:00', '0', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-10 14:21:54', '2020-02-10 15:30:03'), (21, 24, 19, 0, NULL, 2, NULL, '2020-02-28 11:00:00', '2020-02-28 13:00:00', '0', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-10 14:25:05', '2020-02-10 15:30:04'), (22, 27, 1, 0, NULL, 7, NULL, '2020-02-12 09:00:00', '2020-02-12 11:00:00', '0', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-10 14:59:04', '2020-02-10 16:30:02'), (23, 26, 1, 0, NULL, 2, NULL, '2020-02-11 17:00:00', '2020-02-11 19:00:00', '0', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-10 15:01:40', '2020-02-10 16:30:03'), (24, 30, 19, 0, NULL, 2, NULL, '2020-02-25 15:00:00', '2020-02-25 17:00:00', '0', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-10 15:08:28', '2020-02-10 16:30:04'), (25, 32, 22, 0, NULL, 2, NULL, '2020-02-13 13:00:00', '2020-02-13 15:00:00', '0', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-10 15:31:21', '2020-02-10 17:30:02'), (26, 33, 1, 0, NULL, 3, NULL, '2020-02-13 09:00:00', '2020-02-13 11:00:00', '0', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-10 15:33:46', '2020-02-10 17:30:03'), (29, 35, 30, 13, NULL, 2, NULL, '2020-02-20 13:00:00', '2020-02-20 15:00:00', '1', 'completed', NULL, NULL, '1', '1', '1', NULL, 0, 0, 0, '2020-02-11 05:34:55', '2020-02-11 05:43:25'), (30, 37, 31, 0, NULL, 2, NULL, '2020-02-12 15:00:00', '2020-02-12 17:00:00', '0', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-11 05:38:17', '2020-02-11 05:38:17'), (33, 40, 33, 13, NULL, 2, NULL, '2020-02-20 11:00:00', '2020-02-20 13:00:00', '1', 'completed', NULL, NULL, '1', '1', '1', NULL, 0, 0, 0, '2020-02-11 06:50:19', '2020-02-11 07:26:12'), (34, 41, 7, 18, '48', 3, NULL, '2020-03-17 13:00:00', '2020-03-17 15:00:00', '1', 'completed', NULL, NULL, '1', '1', '1', NULL, 1, 1, 0, '2020-02-11 09:07:43', '2020-03-17 07:30:56'), (35, 43, 42, 13, NULL, 2, NULL, '2020-02-21 15:00:00', '2020-02-21 17:00:00', '1', 'completed', NULL, NULL, '1', '1', '1', NULL, 0, 0, 0, '2020-02-11 09:45:57', '2020-02-11 09:50:52'), (36, 45, 44, 18, '111', 2, NULL, '2020-02-28 13:00:00', '2020-02-28 15:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-11 10:52:55', '2020-02-19 05:46:30'), (37, 47, 46, 0, NULL, 2, NULL, '2020-02-28 13:00:00', '2020-02-28 15:00:00', '0', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-11 11:28:07', '2020-02-11 11:28:07'), (38, 48, 46, 0, NULL, 2, NULL, '2020-02-20 17:00:00', '2020-02-20 19:00:00', '0', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-11 11:33:02', '2020-02-11 11:33:02'), (39, 49, 46, 18, '48', 2, NULL, '2020-02-20 11:00:00', '2020-02-20 13:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-11 11:34:46', '2020-02-13 11:58:15'), (40, 51, 51, 18, '48', 2, NULL, '2020-02-13 15:00:00', '2020-02-13 17:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-11 11:59:26', '2020-02-13 11:58:11'), (41, 52, 1, 54, NULL, 2, NULL, '2020-02-18 09:00:00', '2020-02-18 11:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-11 12:20:20', '2020-02-11 12:20:38'), (42, 53, 59, 54, NULL, 2, NULL, '2020-02-24 09:00:00', '2020-02-24 11:00:00', '1', 'completed', NULL, NULL, '1', '0', '0', NULL, 0, 0, 0, '2020-02-11 12:37:59', '2020-02-11 13:44:28'), (44, 54, 1, 18, NULL, 2, NULL, '2020-02-13 13:00:00', '2020-02-13 15:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-11 12:45:37', '2020-02-11 12:47:01'), (45, 53, 46, 0, NULL, 2, NULL, '2020-02-24 09:00:00', '2020-02-24 11:00:00', '0', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-11 12:37:59', '2020-02-11 12:38:08'), (46, 56, 64, 65, NULL, 2, NULL, '2020-02-28 15:00:00', '2020-02-28 17:00:00', '1', 'completed', NULL, NULL, '1', '1', '1', 'doctor/report_by_doctors/670206.jpeg,', 0, 0, 0, '2020-02-12 05:46:33', '2020-02-12 05:58:28'), (47, 57, 7, 18, NULL, 6, NULL, '2020-05-16 09:00:00', '2020-05-16 11:00:00', '1', 'cancel', NULL, NULL, '1', '1', '1', NULL, 0, 0, 0, '2020-02-12 10:16:24', '2020-03-11 10:17:42'), (48, 58, 64, 9, NULL, 2, NULL, '2020-02-13 09:00:00', '2020-02-13 11:00:00', '1', 'new', 'hello', NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-12 11:49:55', '2020-02-12 11:50:44'), (49, 59, 64, 9, NULL, 2, NULL, '2020-04-06 07:00:00', '2020-04-06 09:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-12 12:07:47', '2020-03-18 05:58:07'), (50, 63, 70, 0, NULL, 13, NULL, '2020-03-13 07:00:00', '2020-03-13 09:00:00', '0', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-13 09:44:14', '2020-02-13 09:44:14'), (51, 63, 70, 0, NULL, 13, NULL, '2020-03-13 07:00:00', '2020-03-13 09:00:00', '0', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-13 09:45:52', '2020-02-13 09:45:52'), (52, 63, 70, 9, NULL, 13, NULL, '2020-03-13 07:00:00', '2020-03-13 09:00:00', '1', 'cancel', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-13 09:47:48', '2020-02-13 10:29:41'), (53, 63, 70, 9, '0', 13, NULL, '2020-02-14 17:00:00', '2020-02-14 19:00:00', '1', 'cancel', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-13 09:48:42', '2020-02-13 09:52:25'), (54, 63, 70, 9, '0', 13, NULL, '2020-02-14 17:00:00', '2020-02-14 19:00:00', '1', 'cancel', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-13 09:53:41', '2020-02-13 10:06:29'), (55, 63, 70, 9, '0', 13, NULL, '2020-02-15 15:00:00', '2020-02-15 17:00:00', '1', 'cancel', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-13 09:55:20', '2020-02-13 10:11:52'), (56, 63, 70, 9, '0', 13, NULL, '2020-02-15 19:00:00', '2020-02-15 21:00:00', '1', 'cancel', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-13 09:59:48', '2020-02-13 10:09:30'), (57, 63, 70, 9, '0', 13, NULL, '2020-02-15 15:00:00', '2020-02-15 17:00:00', '1', 'cancel', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-13 10:15:59', '2020-02-13 10:17:08'), (58, 63, 70, 9, '0', 13, NULL, '2020-02-16 15:00:00', '2020-02-16 17:00:00', '1', 'cancel', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-13 10:22:26', '2020-02-13 10:23:20'), (59, 63, 70, 9, '0', 13, NULL, '2020-02-15 15:00:00', '2020-02-15 17:00:00', '1', 'cancel', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-13 10:28:10', '2020-02-13 13:03:11'), (60, 63, 70, 9, '0', 13, NULL, '2020-02-15 11:00:00', '2020-02-15 13:00:00', '1', 'cancel', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-13 10:37:16', '2020-02-13 10:37:54'), (61, 63, 70, 9, '0', 13, NULL, '2020-02-16 17:00:00', '2020-02-16 19:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-13 10:39:03', '2020-02-13 10:39:03'), (62, 63, 70, 9, '0', 13, NULL, '2020-02-16 17:00:00', '2020-02-16 19:00:00', '1', 'cancel', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-13 10:42:43', '2020-02-13 12:07:15'), (63, 64, 71, 9, NULL, 2, NULL, '2020-03-13 07:00:00', '2020-03-13 09:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-13 10:51:11', '2020-02-13 10:51:34'), (64, 64, 71, 9, '0', 2, NULL, '2020-02-15 19:00:00', '2020-02-15 21:00:00', '1', 'cancel', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-13 10:51:57', '2020-02-13 11:00:32'), (65, 64, 71, 9, '0', 2, NULL, '2020-02-16 11:00:00', '2020-02-16 13:00:00', '1', 'cancel', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-13 11:00:07', '2020-02-13 11:37:50'), (66, 64, 71, 9, '0', 2, NULL, '2020-02-16 19:00:00', '2020-02-16 21:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-13 11:37:20', '2020-02-13 11:37:20'), (67, 65, 72, 9, NULL, 2, NULL, '2020-02-16 09:00:00', '2020-02-16 11:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-13 11:50:38', '2020-02-13 11:56:51'), (68, 66, 72, 9, NULL, 2, NULL, '2020-03-03 09:00:00', '2020-03-03 11:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-13 11:55:28', '2020-02-13 11:56:46'), (69, 67, 72, 35, '36', 2, NULL, '2020-03-06 09:00:00', '2020-03-06 11:00:00', '1', 'new', 'Test', NULL, '0', '0', '0', NULL, 1, 1, 0, '2020-02-13 11:59:38', '2020-02-13 12:24:43'), (70, 63, 70, 9, '0', 13, NULL, '2020-02-13 15:00:00', '2020-02-13 17:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-13 12:07:45', '2020-02-13 12:07:45'), (71, 68, 75, 35, '36', 2, NULL, '2020-02-14 11:00:00', '2020-02-14 13:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-13 12:18:15', '2020-02-13 12:25:56'), (72, 64, 71, 9, '0', 2, NULL, '2020-02-23 19:00:00', '2020-02-23 21:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-13 12:29:39', '2020-02-13 12:29:39'), (73, 69, 7, 18, '76', 12, NULL, '2020-02-16 11:00:00', '2020-02-16 13:00:00', '1', 'cancel', 'Hi', NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-13 12:32:00', '2020-02-13 13:45:53'), (74, 70, 72, 35, '73', 3, NULL, '2020-04-13 09:00:00', '2020-04-13 11:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 1, 0, '2020-02-13 12:33:01', '2020-02-13 12:41:59'), (75, 70, 72, 35, '73', 3, NULL, '2020-03-14 09:00:00', '2020-03-14 11:00:00', '1', 'new', NULL, NULL, '0', '0', '0', 'doctor/report_by_doctors/392891.png,doctor/report_by_doctors/302151.png,', 0, 0, 0, '2020-02-13 12:43:10', '2020-02-14 06:32:54'), (76, 64, 71, 9, '0', 2, NULL, '2020-02-15 15:00:00', '2020-02-15 17:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-13 12:46:36', '2020-02-13 12:46:36'), (77, 64, 71, 9, '0', 2, NULL, '2020-02-16 13:00:00', '2020-02-16 15:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-13 12:48:57', '2020-02-13 12:48:57'), (78, 64, 71, 9, '0', 2, NULL, '2020-02-23 15:00:00', '2020-02-23 17:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-13 12:59:38', '2020-02-13 12:59:38'), (79, 71, 10, 18, '111', 3, NULL, '2020-03-18 11:00:00', '2020-03-18 13:00:00', '1', 'new', NULL, NULL, '0', '0', '0', 'doctor/report_by_doctors/152081.png,doctor/report_by_doctors/342821.png,doctor/report_by_doctors/661540.png,doctor/report_by_doctors/873138.png,doctor/report_by_doctors/924856.png,doctor/report_by_doctors/617471.png,', 1, 1, 0, '2020-02-13 14:17:03', '2020-03-18 05:52:24'), (80, 73, 81, 35, '73', 2, NULL, '2020-03-01 09:00:00', '2020-03-01 11:00:00', '1', 'completed', 'Test 1', NULL, '1', '1', '1', 'doctor/report_by_doctors/162070.png,doctor/report_by_doctors/400221.png,', 0, 1, 0, '2020-02-14 06:41:16', '2020-02-14 07:05:38'), (81, 73, 81, 35, '73', 2, NULL, '2020-03-16 09:00:00', '2020-03-16 11:00:00', '1', 'new', 'Test', NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-14 06:50:06', '2020-02-14 06:50:06'), (82, 75, 81, 84, NULL, 9, NULL, '2020-02-11 11:00:00', '2020-02-11 13:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-14 09:50:01', '2020-02-14 09:54:29'), (83, 76, 81, 84, NULL, 3, NULL, '2020-02-13 11:00:00', '2020-02-13 13:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-14 09:57:37', '2020-02-14 09:57:44'), (84, 77, 81, 84, '85', 9, NULL, '2020-04-14 09:00:00', '2020-04-14 11:00:00', '1', 'completed', 'Not', NULL, '1', '1', '1', 'doctor/report_by_doctors/620804.png,', 0, 1, 0, '2020-02-14 10:03:11', '2020-02-14 10:38:36'), (85, 77, 81, 84, '85', 9, NULL, '2020-02-16 09:00:00', '2020-02-16 11:00:00', '1', 'new', 'Tester', NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-14 10:07:56', '2020-02-14 10:27:47'), (86, 78, 81, 35, '73', 3, NULL, '2020-02-18 11:00:00', '2020-02-18 13:00:00', '1', 'new', NULL, NULL, '0', '0', '0', 'doctor/report_by_doctors/445130.png,', 0, 0, 0, '2020-02-14 10:51:11', '2020-02-14 11:39:15'), (87, 79, 81, 35, '73', 7, NULL, '2020-02-24 11:00:00', '2020-02-24 13:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-14 10:56:19', '2020-02-14 10:57:24'), (88, 80, 81, 84, NULL, 7, NULL, '2020-02-20 11:00:00', '2020-02-20 13:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-14 11:03:37', '2020-02-17 04:32:21'), (89, 57, 7, 18, '0', 6, NULL, '2023-02-14 17:00:00', '2023-02-14 19:00:00', '1', 'new', 'Good', NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-14 11:50:22', '2020-02-14 11:50:22'), (90, 82, 8, 6, NULL, 9, NULL, '2020-02-22 09:00:00', '2020-02-22 11:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-17 04:31:50', '2020-02-17 04:34:19'), (91, 83, 8, 6, '68', 2, NULL, '2020-07-17 13:00:00', '2020-07-17 15:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-17 05:37:07', '2020-02-17 05:52:16'), (92, 84, 101, 94, '95', 2, NULL, '2020-03-18 09:00:00', '2020-03-18 11:00:00', '1', 'new', 'hi', NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-17 09:37:10', '2020-02-17 09:57:38'), (93, 84, 101, 94, '95', 2, NULL, '2020-02-27 11:00:00', '2020-02-27 13:00:00', '1', 'new', 'no', NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-17 09:59:14', '2020-02-17 09:59:14'), (94, 85, 105, 106, '107', 2, NULL, '2020-02-20 11:00:00', '2020-02-20 13:00:00', '1', 'new', 'No', NULL, '0', '0', '0', NULL, 0, 1, 0, '2020-02-18 05:33:46', '2020-02-18 06:18:31'), (95, 86, 10, 18, '76', 3, NULL, '2020-05-18 13:00:00', '2020-05-18 15:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-18 10:07:17', '2020-02-18 10:11:15'), (96, 88, 1, 191, NULL, 2, NULL, '2020-02-27 17:00:00', '2020-02-27 19:00:00', '1', 'new', NULL, NULL, '0', '0', '0', 'doctor/report_by_doctors/877366.jpeg,', 1, 1, 0, '2020-02-25 10:45:58', '2020-02-25 10:52:54'), (97, 89, 75, 189, NULL, 2, NULL, '2020-02-25 15:00:00', '2020-02-25 17:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-25 10:56:11', '2020-02-25 12:05:50'), (99, 93, 2, 9, NULL, 2, NULL, '2020-02-29 11:00:00', '2020-02-29 13:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 1, 1, 0, '2020-02-26 11:20:38', '2020-02-26 11:23:10'), (100, 93, 2, 9, '0', 2, NULL, '2020-02-28 15:00:00', '2020-02-28 17:00:00', '1', 'new', 'v fg g', NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-26 11:23:43', '2020-02-26 11:23:43'), (101, 94, 194, 9, NULL, 3, NULL, '2020-02-26 13:00:00', '2020-02-26 15:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-26 12:11:39', '2020-02-26 12:12:21'), (102, 98, 195, 189, NULL, 2, NULL, '2020-02-26 17:00:00', '2020-02-26 19:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-26 12:49:08', '2020-06-16 10:33:32'), (103, 99, 195, 189, NULL, 7, NULL, '2020-02-28 13:00:00', '2020-02-28 15:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-26 12:50:22', '2020-06-16 10:33:37'), (104, 105, 195, 114, NULL, 2, NULL, '2020-03-26 09:00:00', '2020-03-26 11:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-02-26 13:24:50', '2020-02-29 16:32:19'), (105, 109, 64, 220, NULL, 2, NULL, '2020-03-20 09:00:00', '2020-03-20 11:00:00', '1', 'new', 'Hello', NULL, '0', '0', '0', NULL, 0, 1, 0, '2020-03-16 10:02:29', '2020-03-18 06:11:43'), (106, 110, 64, 220, NULL, 2, NULL, '2020-03-26 09:00:00', '2020-03-26 11:00:00', '1', 'cancel', NULL, NULL, '1', '1', '1', 'doctor/report_by_doctors/538588.png,doctor/report_by_doctors/668529.png,', 1, 1, 0, '2020-03-16 12:18:33', '2020-03-17 09:54:13'), (107, 113, 7, 220, NULL, 3, NULL, '2020-06-14 11:00:00', '2020-06-14 13:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-03-17 07:52:30', '2020-03-17 09:28:27'), (108, 115, 7, 220, NULL, 12, NULL, '2020-03-18 09:00:00', '2020-03-18 11:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-03-17 09:48:26', '2020-03-17 09:48:51'), (109, 120, 64, 231, NULL, 2, NULL, '2020-03-23 11:00:00', '2020-03-23 13:00:00', '1', 'cancel', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-03-17 12:05:26', '2020-03-17 12:25:44'), (110, 121, 64, 231, '232', 2, NULL, '2020-03-23 11:00:00', '2020-03-23 13:00:00', '1', 'completed', NULL, NULL, '1', '1', '1', NULL, 0, 0, 0, '2020-03-17 12:37:18', '2020-03-18 06:32:12'), (111, 122, 64, 35, '227', 2, NULL, '2020-03-23 09:00:00', '2020-03-23 11:00:00', '1', 'completed', NULL, NULL, '1', '1', '1', NULL, 0, 0, 0, '2020-03-18 04:44:28', '2020-03-18 07:57:45'), (112, 123, 64, 231, NULL, 2, NULL, '2020-03-28 09:00:00', '2020-03-28 11:00:00', '1', 'completed', NULL, NULL, '1', '1', '1', NULL, 0, 0, 0, '2020-03-18 05:19:36', '2020-03-18 06:36:27'), (113, 124, 10, 18, '76', 2, NULL, '2020-04-18 09:00:00', '2020-04-18 11:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-03-18 06:22:30', '2020-03-18 07:03:13'), (114, 117, 64, 189, NULL, 3, NULL, '2020-04-22 09:00:00', '2020-04-22 11:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-03-18 07:57:02', '2020-06-16 10:33:42'), (115, 128, 246, 220, NULL, 3, NULL, '2020-04-01 11:00:00', '2020-04-01 13:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-03-27 06:23:23', '2020-03-27 06:53:52'), (116, 129, 248, 245, NULL, 2, NULL, '2020-04-10 15:00:00', '2020-04-10 17:00:00', '1', 'completed', NULL, NULL, '1', '1', '1', NULL, 0, 0, 0, '2020-03-27 06:35:31', '2020-03-27 06:39:25'), (117, 132, 267, 189, NULL, 2, NULL, '2020-05-23 13:00:00', '2020-05-23 15:00:00', '1', 'new', 'testing', NULL, '0', '0', '0', 'doctor/report_by_doctors/776751.jpeg,', 1, 1, 0, '2020-05-21 08:23:08', '2020-05-21 08:38:02'), (118, 133, 267, 189, NULL, 2, NULL, '2020-06-17 13:00:00', '2020-06-17 15:00:00', '1', 'completed', 'tested', NULL, '1', '1', '1', NULL, 0, 0, 0, '2020-05-21 09:25:07', '2020-05-21 09:45:38'), (119, 134, 75, 189, NULL, 2, NULL, '2020-05-25 07:00:00', '2020-05-25 09:00:00', '1', 'new', 'hi test', NULL, '0', '0', '0', NULL, 1, 1, 0, '2020-05-22 09:06:27', '2020-05-22 09:44:16'), (120, 135, 278, 245, '279', 2, NULL, '2020-07-06 09:00:00', '2020-07-06 11:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-06-12 11:12:03', '2020-06-13 16:00:33'), (121, 136, 187, 189, NULL, 12, NULL, '2020-06-17 15:00:00', '2020-06-17 17:00:00', '1', 'new', NULL, NULL, '0', '0', '0', 'doctor/report_by_doctors/791256.jpeg,doctor/report_by_doctors/289894.jpeg,', 1, 1, 0, '2020-06-16 10:09:19', '2020-06-17 07:16:10'), (122, 138, 187, 189, NULL, 2, NULL, '2020-06-18 11:00:00', '2020-06-18 13:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-06-17 06:44:48', '2020-06-17 07:02:50'), (123, 139, 187, 189, NULL, 6, NULL, '2020-06-17 13:00:00', '2020-06-17 15:00:00', '1', 'new', NULL, NULL, '0', '0', '0', NULL, 0, 0, 0, '2020-06-17 08:24:32', '2020-06-17 09:21:39'); -- -------------------------------------------------------- -- -- Table structure for table `appointment_requests` -- CREATE TABLE `appointment_requests` ( `id` int(11) NOT NULL, `appointment_id` int(11) NOT NULL, `doctor_id` int(11) NOT NULL, `service_id` int(11) NOT NULL, `request_date` datetime NOT NULL, `request_time` varchar(50) NOT NULL, `status` int(11) NOT NULL DEFAULT 0, `created_at` datetime NOT NULL DEFAULT current_timestamp(), `updated_at` datetime NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `appointment_requests` -- INSERT INTO `appointment_requests` (`id`, `appointment_id`, `doctor_id`, `service_id`, `request_date`, `request_time`, `status`, `created_at`, `updated_at`) VALUES (1, 1, 6, 2, '2020-02-11 13:00:00', '13:0 PM', 1, '2020-02-10 11:46:45', '2020-02-10 11:50:04'), (3, 4, 6, 2, '2020-02-14 11:00:00', '11:0 AM', 0, '2020-02-10 12:54:48', '2020-02-10 12:54:48'), (5, 5, 6, 2, '2020-02-11 09:00:00', '09:0 AM', 0, '2020-02-10 13:22:19', '2020-02-10 13:22:19'), (7, 6, 6, 2, '2020-02-11 09:00:00', '09:0 AM', 0, '2020-02-10 13:26:00', '2020-02-10 13:26:00'), (8, 6, 9, 2, '2020-02-11 09:00:00', '09:0 AM', 1, '2020-02-10 13:26:00', '2020-02-13 14:49:32'), (9, 7, 6, 2, '2020-02-11 09:00:00', '09:0 AM', 0, '2020-02-10 15:06:37', '2020-02-10 15:06:37'), (10, 7, 9, 2, '2020-02-11 09:00:00', '09:0 AM', 0, '2020-02-10 15:06:37', '2020-02-10 15:06:37'), (11, 8, 6, 2, '2020-02-12 09:00:00', '09:0 AM', 0, '2020-02-10 15:07:09', '2020-02-10 15:07:09'), (12, 8, 9, 2, '2020-02-12 09:00:00', '09:0 AM', 0, '2020-02-10 15:07:09', '2020-02-10 15:07:09'), (13, 9, 6, 2, '2020-02-25 09:00:00', '09:0 AM', 0, '2020-02-10 15:09:26', '2020-02-10 15:09:26'), (14, 9, 13, 2, '2020-02-25 09:00:00', '09:0 AM', 1, '2020-02-10 15:09:26', '2020-02-10 15:09:36'), (15, 9, 9, 2, '2020-02-25 09:00:00', '09:0 AM', 0, '2020-02-10 15:09:27', '2020-02-10 15:09:27'), (16, 11, 6, 2, '2020-02-20 11:00:00', '11:0 AM', 0, '2020-02-10 16:45:06', '2020-02-10 16:45:06'), (18, 11, 16, 2, '2020-02-20 11:00:00', '11:0 AM', 0, '2020-02-10 16:45:07', '2020-02-10 16:45:07'), (20, 12, 9, 2, '2020-02-19 11:00:00', '11:0 AM', 0, '2020-02-10 16:51:08', '2020-02-10 16:51:08'), (21, 12, 6, 2, '2020-02-19 11:00:00', '11:0 AM', 0, '2020-02-10 16:51:08', '2020-02-10 16:51:08'), (22, 12, 13, 2, '2020-02-19 11:00:00', '11:0 AM', 0, '2020-02-10 16:51:08', '2020-02-10 16:51:08'), (23, 12, 16, 2, '2020-02-19 11:00:00', '11:0 AM', 0, '2020-02-10 16:51:09', '2020-02-10 16:51:09'), (24, 13, 9, 2, '2020-02-27 13:00:00', '13:0 PM', 1, '2020-02-10 16:51:42', '2020-02-13 14:49:44'), (25, 13, 6, 2, '2020-02-27 13:00:00', '13:0 PM', 0, '2020-02-10 16:51:42', '2020-02-10 16:51:42'), (26, 13, 13, 2, '2020-02-27 13:00:00', '13:0 PM', 0, '2020-02-10 16:51:43', '2020-02-10 16:51:43'), (27, 13, 16, 2, '2020-02-27 13:00:00', '13:0 PM', 0, '2020-02-10 16:51:43', '2020-02-10 16:51:43'), (28, 14, 9, 2, '2020-04-12 09:00:00', '09:0 AM', 0, '2020-02-10 17:49:27', '2020-02-10 17:49:27'), (29, 14, 6, 2, '2020-04-12 09:00:00', '09:0 AM', 0, '2020-02-10 17:49:27', '2020-02-10 17:49:27'), (30, 14, 13, 2, '2020-04-12 09:00:00', '09:0 AM', 0, '2020-02-10 17:49:27', '2020-02-10 17:49:27'), (31, 14, 16, 2, '2020-04-12 09:00:00', '09:0 AM', 0, '2020-02-10 17:49:28', '2020-02-10 17:49:28'), (33, 15, 9, 6, '2020-04-10 09:00:00', '09:0 AM', 0, '2020-02-10 19:13:47', '2020-02-10 19:13:47'), (34, 15, 6, 6, '2020-04-10 09:00:00', '09:0 AM', 0, '2020-02-10 19:13:47', '2020-02-10 19:13:47'), (35, 15, 16, 6, '2020-04-10 09:00:00', '09:0 AM', 0, '2020-02-10 19:13:48', '2020-02-10 19:13:48'), (36, 15, 18, 6, '2020-04-10 09:00:00', '09:0 AM', 1, '2020-02-10 19:13:48', '2020-02-10 19:13:52'), (37, 16, 9, 3, '2020-02-08 13:00:00', '13:0 PM', 0, '2020-02-10 19:26:09', '2020-02-10 19:26:09'), (38, 16, 16, 3, '2020-02-08 13:00:00', '13:0 PM', 0, '2020-02-10 19:26:09', '2020-02-10 19:26:09'), (40, 16, 6, 3, '2020-02-08 13:00:00', '13:0 PM', 0, '2020-02-10 19:26:09', '2020-02-10 19:26:09'), (41, 17, 9, 3, '2020-05-10 09:00:00', '09:0 AM', 0, '2020-02-10 19:31:09', '2020-02-10 19:31:09'), (42, 17, 6, 3, '2020-05-10 09:00:00', '09:0 AM', 0, '2020-02-10 19:31:09', '2020-02-10 19:31:09'), (43, 17, 16, 3, '2020-05-10 09:00:00', '09:0 AM', 0, '2020-02-10 19:31:09', '2020-02-10 19:31:09'), (45, 18, 6, 2, '2020-02-20 11:00:00', '11:0 AM', 0, '2020-02-10 19:40:17', '2020-02-10 19:40:17'), (46, 18, 16, 2, '2020-02-20 11:00:00', '11:0 AM', 0, '2020-02-10 19:40:17', '2020-02-10 19:40:17'), (47, 18, 18, 2, '2020-02-20 11:00:00', '11:0 AM', 1, '2020-02-10 19:40:17', '2020-02-13 19:25:09'), (48, 18, 9, 2, '2020-02-20 11:00:00', '11:0 AM', 0, '2020-02-10 19:40:18', '2020-02-10 19:40:18'), (49, 19, 6, 2, '2020-02-19 13:00:00', '13:0 PM', 0, '2020-02-10 19:44:33', '2020-02-10 19:44:33'), (50, 19, 16, 2, '2020-02-19 13:00:00', '13:0 PM', 0, '2020-02-10 19:44:33', '2020-02-10 19:44:33'), (51, 19, 18, 2, '2020-02-19 13:00:00', '13:0 PM', 0, '2020-02-10 19:44:33', '2020-02-10 19:44:33'), (52, 19, 9, 2, '2020-02-19 13:00:00', '13:0 PM', 0, '2020-02-10 19:44:33', '2020-02-10 19:44:33'), (53, 20, 6, 2, '2020-02-18 13:00:00', '13:0 PM', 0, '2020-02-10 19:51:54', '2020-02-10 19:51:54'), (55, 20, 16, 2, '2020-02-18 13:00:00', '13:0 PM', 0, '2020-02-10 19:51:55', '2020-02-10 19:51:55'), (56, 20, 18, 2, '2020-02-18 13:00:00', '13:0 PM', 0, '2020-02-10 19:51:55', '2020-02-10 19:51:55'), (57, 20, 9, 2, '2020-02-18 13:00:00', '13:0 PM', 0, '2020-02-10 19:51:55', '2020-02-10 19:51:55'), (58, 21, 6, 2, '2020-02-28 11:00:00', '11:0 AM', 0, '2020-02-10 19:55:05', '2020-02-10 19:55:05'), (60, 21, 16, 2, '2020-02-28 11:00:00', '11:0 AM', 0, '2020-02-10 19:55:05', '2020-02-10 19:55:05'), (61, 21, 18, 2, '2020-02-28 11:00:00', '11:0 AM', 0, '2020-02-10 19:55:06', '2020-02-10 19:55:06'), (62, 21, 9, 2, '2020-02-28 11:00:00', '11:0 AM', 0, '2020-02-10 19:55:06', '2020-02-10 19:55:06'), (63, 22, 6, 7, '2020-02-12 09:00:00', '09:0 AM', 0, '2020-02-10 20:29:04', '2020-02-10 20:29:04'), (65, 22, 16, 7, '2020-02-12 09:00:00', '09:0 AM', 0, '2020-02-10 20:29:05', '2020-02-10 20:29:05'), (66, 22, 18, 7, '2020-02-12 09:00:00', '09:0 AM', 0, '2020-02-10 20:29:05', '2020-02-10 20:29:05'), (67, 23, 6, 2, '2020-02-11 17:00:00', '17:0 PM', 0, '2020-02-10 20:31:40', '2020-02-10 20:31:40'), (69, 23, 16, 2, '2020-02-11 17:00:00', '17:0 PM', 0, '2020-02-10 20:31:40', '2020-02-10 20:31:40'), (70, 23, 18, 2, '2020-02-11 17:00:00', '17:0 PM', 0, '2020-02-10 20:31:40', '2020-02-10 20:31:40'), (71, 23, 9, 2, '2020-02-11 17:00:00', '17:0 PM', 0, '2020-02-10 20:31:41', '2020-02-10 20:31:41'), (72, 24, 6, 2, '2020-02-25 15:00:00', '15:0 PM', 0, '2020-02-10 20:38:28', '2020-02-10 20:38:28'), (74, 24, 16, 2, '2020-02-25 15:00:00', '15:0 PM', 0, '2020-02-10 20:38:29', '2020-02-10 20:38:29'), (75, 24, 18, 2, '2020-02-25 15:00:00', '15:0 PM', 0, '2020-02-10 20:38:29', '2020-02-10 20:38:29'), (76, 24, 9, 2, '2020-02-25 15:00:00', '15:0 PM', 0, '2020-02-10 20:38:29', '2020-02-10 20:38:29'), (77, 25, 9, 2, '2020-02-13 13:00:00', '13:0 PM', 0, '2020-02-10 21:01:21', '2020-02-10 21:01:21'), (78, 25, 6, 2, '2020-02-13 13:00:00', '13:0 PM', 0, '2020-02-10 21:01:21', '2020-02-10 21:01:21'), (79, 25, 13, 2, '2020-02-13 13:00:00', '13:0 PM', 0, '2020-02-10 21:01:21', '2020-02-10 21:01:21'), (80, 25, 16, 2, '2020-02-13 13:00:00', '13:0 PM', 0, '2020-02-10 21:01:21', '2020-02-10 21:01:21'), (82, 26, 6, 3, '2020-02-13 09:00:00', '09:0 AM', 0, '2020-02-10 21:03:46', '2020-02-10 21:03:46'), (83, 26, 13, 3, '2020-02-13 09:00:00', '09:0 AM', 0, '2020-02-10 21:03:46', '2020-02-10 21:03:46'), (84, 26, 16, 3, '2020-02-13 09:00:00', '09:0 AM', 0, '2020-02-10 21:03:46', '2020-02-10 21:03:46'), (86, 26, 9, 3, '2020-02-13 09:00:00', '09:0 AM', 0, '2020-02-10 21:03:46', '2020-02-10 21:03:46'), (87, 27, 6, 2, '2020-03-12 09:00:00', '09:0 AM', 0, '2020-02-11 10:19:22', '2020-02-11 10:19:22'), (88, 27, 13, 2, '2020-03-12 09:00:00', '09:0 AM', 1, '2020-02-11 10:19:22', '2020-02-11 10:21:08'), (89, 27, 16, 2, '2020-03-12 09:00:00', '09:0 AM', 0, '2020-02-11 10:19:23', '2020-02-11 10:19:23'), (90, 27, 18, 2, '2020-03-12 09:00:00', '09:0 AM', 0, '2020-02-11 10:19:23', '2020-02-11 10:19:23'), (91, 27, 9, 2, '2020-03-12 09:00:00', '09:0 AM', 0, '2020-02-11 10:19:24', '2020-02-11 10:19:24'), (92, 29, 6, 2, '2020-02-20 13:00:00', '13:0 PM', 0, '2020-02-11 11:04:55', '2020-02-11 11:04:55'), (93, 29, 13, 2, '2020-02-20 13:00:00', '13:0 PM', 1, '2020-02-11 11:04:55', '2020-02-11 11:07:49'), (94, 29, 16, 2, '2020-02-20 13:00:00', '13:0 PM', 0, '2020-02-11 11:04:56', '2020-02-11 11:04:56'), (95, 29, 18, 2, '2020-02-20 13:00:00', '13:0 PM', 0, '2020-02-11 11:04:56', '2020-02-11 11:04:56'), (96, 29, 9, 2, '2020-02-20 13:00:00', '13:0 PM', 0, '2020-02-11 11:04:57', '2020-02-11 11:04:57'), (97, 30, 13, 2, '2020-02-12 15:00:00', '15:0 PM', 0, '2020-02-11 11:08:17', '2020-02-11 11:08:17'), (98, 30, 16, 2, '2020-02-12 15:00:00', '15:0 PM', 0, '2020-02-11 11:08:18', '2020-02-11 11:08:18'), (99, 30, 18, 2, '2020-02-12 15:00:00', '15:0 PM', 0, '2020-02-11 11:08:18', '2020-02-11 11:08:18'), (100, 30, 6, 2, '2020-02-12 15:00:00', '15:0 PM', 0, '2020-02-11 11:08:18', '2020-02-11 11:08:18'), (101, 30, 9, 2, '2020-02-12 15:00:00', '15:0 PM', 0, '2020-02-11 11:08:18', '2020-02-11 11:08:18'), (102, 31, 6, 6, '2020-02-22 09:00:00', '09:0 AM', 1, '2020-02-11 11:22:38', '2020-02-17 11:02:41'), (104, 31, 16, 6, '2020-02-22 09:00:00', '09:0 AM', 0, '2020-02-11 11:22:39', '2020-02-11 11:22:39'), (105, 31, 18, 6, '2020-02-22 09:00:00', '09:0 AM', 0, '2020-02-11 11:22:39', '2020-02-11 11:22:39'), (106, 31, 9, 6, '2020-02-22 09:00:00', '09:0 AM', 0, '2020-02-11 11:22:40', '2020-02-11 11:22:40'), (107, 32, 9, 3, '2020-05-10 13:00:00', '13:0 PM', 0, '2020-02-11 11:23:49', '2020-02-11 11:23:49'), (108, 32, 6, 3, '2020-05-10 13:00:00', '13:0 PM', 0, '2020-02-11 11:23:49', '2020-02-11 11:23:49'), (109, 32, 13, 3, '2020-05-10 13:00:00', '13:0 PM', 0, '2020-02-11 11:23:49', '2020-02-11 11:23:49'), (110, 32, 16, 3, '2020-05-10 13:00:00', '13:0 PM', 0, '2020-02-11 11:23:50', '2020-02-11 11:23:50'), (112, 33, 6, 2, '2020-02-20 11:00:00', '11:0 AM', 0, '2020-02-11 12:20:19', '2020-02-11 12:20:19'), (113, 33, 13, 2, '2020-02-20 11:00:00', '11:0 AM', 1, '2020-02-11 12:20:19', '2020-02-11 12:51:25'), (114, 33, 16, 2, '2020-02-20 11:00:00', '11:0 AM', 0, '2020-02-11 12:20:19', '2020-02-11 12:20:19'), (115, 33, 18, 2, '2020-02-20 11:00:00', '11:0 AM', 0, '2020-02-11 12:20:19', '2020-02-11 12:20:19'), (116, 33, 9, 2, '2020-02-20 11:00:00', '11:0 AM', 0, '2020-02-11 12:20:20', '2020-02-11 12:20:20'), (117, 34, 9, 3, '2020-04-10 09:00:00', '09:0 AM', 0, '2020-02-11 14:37:43', '2020-02-11 14:37:43'), (118, 34, 6, 3, '2020-04-10 09:00:00', '09:0 AM', 0, '2020-02-11 14:37:43', '2020-02-11 14:37:43'), (119, 34, 13, 3, '2020-04-10 09:00:00', '09:0 AM', 0, '2020-02-11 14:37:43', '2020-02-11 14:37:43'), (120, 34, 16, 3, '2020-04-10 09:00:00', '09:0 AM', 0, '2020-02-11 14:37:43', '2020-02-11 14:37:43'), (121, 34, 18, 3, '2020-04-10 09:00:00', '09:0 AM', 1, '2020-02-11 14:37:43', '2020-02-11 14:37:51'), (122, 35, 6, 2, '2020-02-21 15:00:00', '15:0 PM', 0, '2020-02-11 15:15:57', '2020-02-11 15:15:57'), (123, 35, 13, 2, '2020-02-21 15:00:00', '15:0 PM', 1, '2020-02-11 15:15:57', '2020-02-11 15:17:35'), (124, 35, 16, 2, '2020-02-21 15:00:00', '15:0 PM', 0, '2020-02-11 15:15:57', '2020-02-11 15:15:57'), (125, 35, 18, 2, '2020-02-21 15:00:00', '15:0 PM', 0, '2020-02-11 15:15:57', '2020-02-11 15:15:57'), (126, 35, 9, 2, '2020-02-21 15:00:00', '15:0 PM', 0, '2020-02-11 15:15:58', '2020-02-11 15:15:58'), (127, 36, 6, 2, '2020-02-28 13:00:00', '13:0 PM', 0, '2020-02-11 16:22:55', '2020-02-11 16:22:55'), (129, 36, 16, 2, '2020-02-28 13:00:00', '13:0 PM', 0, '2020-02-11 16:22:56', '2020-02-11 16:22:56'), (130, 36, 18, 2, '2020-02-28 13:00:00', '13:0 PM', 1, '2020-02-11 16:22:56', '2020-02-14 15:30:42'), (131, 36, 9, 2, '2020-02-28 13:00:00', '13:0 PM', 0, '2020-02-11 16:22:57', '2020-02-11 16:22:57'), (132, 37, 13, 2, '2020-02-28 13:00:00', '13:0 PM', 0, '2020-02-11 16:58:07', '2020-02-11 16:58:07'), (133, 37, 16, 2, '2020-02-28 13:00:00', '13:0 PM', 0, '2020-02-11 16:58:08', '2020-02-11 16:58:08'), (134, 37, 18, 2, '2020-02-28 13:00:00', '13:0 PM', 0, '2020-02-11 16:58:08', '2020-02-11 16:58:08'), (135, 37, 6, 2, '2020-02-28 13:00:00', '13:0 PM', 0, '2020-02-11 16:58:08', '2020-02-11 16:58:08'), (136, 37, 9, 2, '2020-02-28 13:00:00', '13:0 PM', 0, '2020-02-11 16:58:09', '2020-02-11 16:58:09'), (137, 38, 13, 2, '2020-02-20 17:00:00', '17:0 PM', 0, '2020-02-11 17:03:02', '2020-02-11 17:03:02'), (138, 38, 16, 2, '2020-02-20 17:00:00', '17:0 PM', 0, '2020-02-11 17:03:02', '2020-02-11 17:03:02'), (139, 38, 18, 2, '2020-02-20 17:00:00', '17:0 PM', 0, '2020-02-11 17:03:02', '2020-02-11 17:03:02'), (140, 38, 6, 2, '2020-02-20 17:00:00', '17:0 PM', 0, '2020-02-11 17:03:02', '2020-02-11 17:03:02'), (141, 38, 9, 2, '2020-02-20 17:00:00', '17:0 PM', 0, '2020-02-11 17:03:03', '2020-02-11 17:03:03'), (142, 39, 13, 2, '2020-02-20 11:00:00', '11:0 AM', 0, '2020-02-11 17:04:46', '2020-02-11 17:04:46'), (143, 39, 16, 2, '2020-02-20 11:00:00', '11:0 AM', 0, '2020-02-11 17:04:46', '2020-02-11 17:04:46'), (144, 39, 18, 2, '2020-02-20 11:00:00', '11:0 AM', 1, '2020-02-11 17:04:46', '2020-02-13 17:28:15'), (145, 39, 6, 2, '2020-02-20 11:00:00', '11:0 AM', 0, '2020-02-11 17:04:46', '2020-02-11 17:04:46'), (146, 39, 9, 2, '2020-02-20 11:00:00', '11:0 AM', 0, '2020-02-11 17:04:46', '2020-02-11 17:04:46'), (147, 40, 13, 2, '2020-02-13 15:00:00', '15:0 PM', 0, '2020-02-11 17:29:26', '2020-02-11 17:29:26'), (148, 40, 16, 2, '2020-02-13 15:00:00', '15:0 PM', 0, '2020-02-11 17:29:27', '2020-02-11 17:29:27'), (149, 40, 18, 2, '2020-02-13 15:00:00', '15:0 PM', 1, '2020-02-11 17:29:27', '2020-02-13 17:28:11'), (150, 40, 6, 2, '2020-02-13 15:00:00', '15:0 PM', 0, '2020-02-11 17:29:27', '2020-02-11 17:29:27'), (151, 40, 9, 2, '2020-02-13 15:00:00', '15:0 PM', 0, '2020-02-11 17:29:27', '2020-02-11 17:29:27'), (152, 41, 6, 2, '2020-02-18 09:00:00', '09:0 AM', 0, '2020-02-11 17:50:20', '2020-02-11 17:50:20'), (153, 41, 16, 2, '2020-02-18 09:00:00', '09:0 AM', 0, '2020-02-11 17:50:20', '2020-02-11 17:50:20'), (154, 41, 18, 2, '2020-02-18 09:00:00', '09:0 AM', 0, '2020-02-11 17:50:20', '2020-02-11 17:50:20'), (155, 41, 54, 2, '2020-02-18 09:00:00', '09:0 AM', 1, '2020-02-11 17:50:21', '2020-02-11 17:50:38'), (156, 41, 9, 2, '2020-02-18 09:00:00', '09:0 AM', 0, '2020-02-11 17:50:22', '2020-02-11 17:50:22'), (157, 42, 6, 2, '2020-02-24 09:00:00', '09:0 AM', 0, '2020-02-11 18:07:59', '2020-02-11 18:07:59'), (158, 42, 16, 2, '2020-02-24 09:00:00', '09:0 AM', 0, '2020-02-11 18:07:59', '2020-02-11 18:07:59'), (159, 42, 18, 2, '2020-02-24 09:00:00', '09:0 AM', 0, '2020-02-11 18:08:00', '2020-02-11 18:08:00'), (160, 42, 54, 2, '2020-02-24 09:00:00', '09:0 AM', 1, '2020-02-11 18:08:00', '2020-02-11 18:08:08'), (161, 42, 9, 2, '2020-02-24 09:00:00', '09:0 AM', 0, '2020-02-11 18:08:01', '2020-02-11 18:08:01'), (162, 43, 6, 2, '2020-02-13 17:00:00', '17:0 PM', 0, '2020-02-11 18:08:44', '2020-02-11 18:08:44'), (163, 43, 16, 2, '2020-02-13 17:00:00', '17:0 PM', 0, '2020-02-11 18:08:44', '2020-02-11 18:08:44'), (164, 43, 18, 2, '2020-02-13 17:00:00', '17:0 PM', 0, '2020-02-11 18:08:44', '2020-02-11 18:08:44'), (165, 43, 54, 2, '2020-02-13 17:00:00', '17:0 PM', 0, '2020-02-11 18:08:44', '2020-02-11 18:08:44'), (166, 43, 9, 2, '2020-02-13 17:00:00', '17:0 PM', 0, '2020-02-11 18:08:45', '2020-02-11 18:08:45'), (167, 44, 6, 2, '2020-02-13 13:00:00', '13:0 PM', 0, '2020-02-11 18:15:37', '2020-02-11 18:15:37'), (168, 44, 16, 2, '2020-02-13 13:00:00', '13:0 PM', 0, '2020-02-11 18:15:38', '2020-02-11 18:15:38'), (169, 44, 18, 2, '2020-02-13 13:00:00', '13:0 PM', 1, '2020-02-11 18:15:38', '2020-02-11 18:17:01'), (170, 44, 54, 2, '2020-02-13 13:00:00', '13:0 PM', 0, '2020-02-11 18:15:38', '2020-02-11 18:15:38'), (171, 44, 9, 2, '2020-02-13 13:00:00', '13:0 PM', 0, '2020-02-11 18:15:39', '2020-02-11 18:15:39'), (172, 46, 6, 2, '2020-02-28 15:00:00', '15:0 PM', 0, '2020-02-12 11:16:33', '2020-02-12 11:16:33'), (173, 46, 16, 2, '2020-02-28 15:00:00', '15:0 PM', 0, '2020-02-12 11:16:33', '2020-02-12 11:16:33'), (174, 46, 18, 2, '2020-02-28 15:00:00', '15:0 PM', 0, '2020-02-12 11:16:33', '2020-02-12 11:16:33'), (175, 46, 54, 2, '2020-02-28 15:00:00', '15:0 PM', 0, '2020-02-12 11:16:35', '2020-02-12 11:16:35'), (176, 46, 9, 2, '2020-02-28 15:00:00', '15:0 PM', 0, '2020-02-12 11:16:36', '2020-02-12 11:16:36'), (177, 46, 65, 2, '2020-02-28 15:00:00', '15:0 PM', 1, '2020-02-12 11:16:36', '2020-02-12 11:16:41'), (178, 47, 9, 6, '2020-05-16 09:00:00', '09:0 AM', 0, '2020-02-12 15:46:24', '2020-02-12 15:46:24'), (179, 47, 6, 6, '2020-05-16 09:00:00', '09:0 AM', 0, '2020-02-12 15:46:24', '2020-02-12 15:46:24'), (180, 47, 16, 6, '2020-05-16 09:00:00', '09:0 AM', 0, '2020-02-12 15:46:25', '2020-02-12 15:46:25'), (181, 47, 18, 6, '2020-05-16 09:00:00', '09:0 AM', 1, '2020-02-12 15:46:25', '2020-02-12 15:46:35'), (182, 47, 54, 6, '2020-05-16 09:00:00', '09:0 AM', 0, '2020-02-12 15:46:25', '2020-02-12 15:46:25'), (183, 47, 65, 6, '2020-05-16 09:00:00', '09:0 AM', 0, '2020-02-12 15:46:26', '2020-02-12 15:46:26'), (184, 48, 6, 2, '2020-02-13 09:00:00', '09:0 AM', 0, '2020-02-12 17:19:55', '2020-02-12 17:19:55'), (185, 48, 16, 2, '2020-02-13 09:00:00', '09:0 AM', 0, '2020-02-12 17:19:56', '2020-02-12 17:19:56'), (186, 48, 18, 2, '2020-02-13 09:00:00', '09:0 AM', 0, '2020-02-12 17:19:56', '2020-02-12 17:19:56'), (187, 48, 54, 2, '2020-02-13 09:00:00', '09:0 AM', 0, '2020-02-12 17:19:57', '2020-02-12 17:19:57'), (188, 48, 9, 2, '2020-02-13 09:00:00', '09:0 AM', 1, '2020-02-12 17:19:57', '2020-02-12 17:20:09'), (189, 48, 65, 2, '2020-02-13 09:00:00', '09:0 AM', 0, '2020-02-12 17:19:57', '2020-02-12 17:19:57'), (190, 49, 6, 2, '2020-02-13 09:00:00', '09:0 AM', 0, '2020-02-12 17:37:47', '2020-02-12 17:37:47'), (191, 49, 16, 2, '2020-02-13 09:00:00', '09:0 AM', 0, '2020-02-12 17:37:47', '2020-02-12 17:37:47'), (192, 49, 18, 2, '2020-02-13 09:00:00', '09:0 AM', 0, '2020-02-12 17:37:47', '2020-02-12 17:37:47'), (193, 49, 54, 2, '2020-02-13 09:00:00', '09:0 AM', 0, '2020-02-12 17:37:48', '2020-02-12 17:37:48'), (194, 49, 9, 2, '2020-02-13 09:00:00', '09:0 AM', 1, '2020-02-12 17:37:48', '2020-02-13 14:49:55'), (195, 49, 65, 2, '2020-02-13 09:00:00', '09:0 AM', 0, '2020-02-12 17:37:49', '2020-02-12 17:37:49'), (196, 50, 6, 13, '2020-03-13 07:00:00', '07:0 AM', 0, '2020-02-13 15:14:14', '2020-02-13 15:14:14'), (197, 50, 16, 13, '2020-03-13 07:00:00', '07:0 AM', 0, '2020-02-13 15:14:14', '2020-02-13 15:14:14'), (198, 50, 54, 13, '2020-03-13 07:00:00', '07:0 AM', 0, '2020-02-13 15:14:14', '2020-02-13 15:14:14'), (199, 50, 65, 13, '2020-03-13 07:00:00', '07:0 AM', 0, '2020-02-13 15:14:15', '2020-02-13 15:14:15'), (200, 51, 6, 13, '2020-03-13 07:00:00', '07:0 AM', 0, '2020-02-13 15:15:52', '2020-02-13 15:15:52'), (201, 51, 16, 13, '2020-03-13 07:00:00', '07:0 AM', 0, '2020-02-13 15:15:53', '2020-02-13 15:15:53'), (202, 51, 54, 13, '2020-03-13 07:00:00', '07:0 AM', 0, '2020-02-13 15:15:53', '2020-02-13 15:15:53'), (203, 51, 65, 13, '2020-03-13 07:00:00', '07:0 AM', 0, '2020-02-13 15:15:53', '2020-02-13 15:15:53'), (204, 52, 6, 13, '2020-03-13 07:00:00', '07:0 AM', 0, '2020-02-13 15:17:48', '2020-02-13 15:17:48'), (205, 52, 16, 13, '2020-03-13 07:00:00', '07:0 AM', 0, '2020-02-13 15:17:49', '2020-02-13 15:17:49'), (206, 52, 54, 13, '2020-03-13 07:00:00', '07:0 AM', 0, '2020-02-13 15:17:49', '2020-02-13 15:17:49'), (207, 52, 9, 13, '2020-03-13 07:00:00', '07:0 AM', 1, '2020-02-13 15:17:49', '2020-02-13 15:18:03'), (208, 52, 65, 13, '2020-03-13 07:00:00', '07:0 AM', 0, '2020-02-13 15:17:49', '2020-02-13 15:17:49'), (209, 63, 6, 2, '2020-03-13 07:00:00', '07:0 AM', 0, '2020-02-13 16:21:11', '2020-02-13 16:21:11'), (210, 63, 16, 2, '2020-03-13 07:00:00', '07:0 AM', 0, '2020-02-13 16:21:12', '2020-02-13 16:21:12'), (211, 63, 18, 2, '2020-03-13 07:00:00', '07:0 AM', 0, '2020-02-13 16:21:12', '2020-02-13 16:21:12'), (212, 63, 54, 2, '2020-03-13 07:00:00', '07:0 AM', 0, '2020-02-13 16:21:13', '2020-02-13 16:21:13'), (213, 63, 9, 2, '2020-03-13 07:00:00', '07:0 AM', 1, '2020-02-13 16:21:13', '2020-02-13 16:21:34'), (214, 63, 65, 2, '2020-03-13 07:00:00', '07:0 AM', 0, '2020-02-13 16:21:14', '2020-02-13 16:21:14'), (215, 67, 6, 2, '2020-02-16 09:00:00', '09:0 AM', 0, '2020-02-13 17:20:38', '2020-02-13 17:20:38'), (216, 67, 16, 2, '2020-02-16 09:00:00', '09:0 AM', 0, '2020-02-13 17:20:38', '2020-02-13 17:20:38'), (217, 67, 18, 2, '2020-02-16 09:00:00', '09:0 AM', 0, '2020-02-13 17:20:39', '2020-02-13 17:20:39'), (218, 67, 54, 2, '2020-02-16 09:00:00', '09:0 AM', 0, '2020-02-13 17:20:40', '2020-02-13 17:20:40'), (219, 67, 9, 2, '2020-02-16 09:00:00', '09:0 AM', 1, '2020-02-13 17:20:40', '2020-02-13 17:26:51'), (220, 67, 65, 2, '2020-02-16 09:00:00', '09:0 AM', 0, '2020-02-13 17:20:40', '2020-02-13 17:20:40'), (221, 68, 6, 2, '2020-03-03 09:00:00', '09:0 AM', 0, '2020-02-13 17:25:28', '2020-02-13 17:25:28'), (222, 68, 16, 2, '2020-03-03 09:00:00', '09:0 AM', 0, '2020-02-13 17:25:28', '2020-02-13 17:25:28'), (223, 68, 18, 2, '2020-03-03 09:00:00', '09:0 AM', 0, '2020-02-13 17:25:28', '2020-02-13 17:25:28'), (224, 68, 35, 2, '2020-03-03 09:00:00', '09:0 AM', 0, '2020-02-13 17:25:29', '2020-02-13 17:25:29'), (225, 68, 54, 2, '2020-03-03 09:00:00', '09:0 AM', 0, '2020-02-13 17:25:30', '2020-02-13 17:25:30'), (226, 68, 9, 2, '2020-03-03 09:00:00', '09:0 AM', 1, '2020-02-13 17:25:30', '2020-02-13 17:26:46'), (227, 68, 65, 2, '2020-03-03 09:00:00', '09:0 AM', 0, '2020-02-13 17:25:30', '2020-02-13 17:25:30'), (228, 69, 6, 2, '2020-03-06 09:00:00', '09:0 AM', 0, '2020-02-13 17:29:38', '2020-02-13 17:29:38'), (229, 69, 16, 2, '2020-03-06 09:00:00', '09:0 AM', 0, '2020-02-13 17:29:38', '2020-02-13 17:29:38'), (230, 69, 18, 2, '2020-03-06 09:00:00', '09:0 AM', 0, '2020-02-13 17:29:38', '2020-02-13 17:29:38'), (231, 69, 35, 2, '2020-03-06 09:00:00', '09:0 AM', 1, '2020-02-13 17:29:39', '2020-02-13 17:42:13'), (232, 69, 54, 2, '2020-03-06 09:00:00', '09:0 AM', 0, '2020-02-13 17:29:39', '2020-02-13 17:29:39'), (233, 69, 9, 2, '2020-03-06 09:00:00', '09:0 AM', 0, '2020-02-13 17:29:39', '2020-02-13 17:29:39'), (234, 69, 65, 2, '2020-03-06 09:00:00', '09:0 AM', 0, '2020-02-13 17:29:39', '2020-02-13 17:29:39'), (235, 71, 9, 2, '2020-02-14 11:00:00', '11:0 AM', 0, '2020-02-13 17:48:15', '2020-02-13 17:48:15'), (236, 71, 6, 2, '2020-02-14 11:00:00', '11:0 AM', 0, '2020-02-13 17:48:16', '2020-02-13 17:48:16'), (237, 71, 16, 2, '2020-02-14 11:00:00', '11:0 AM', 0, '2020-02-13 17:48:16', '2020-02-13 17:48:16'), (238, 71, 18, 2, '2020-02-14 11:00:00', '11:0 AM', 0, '2020-02-13 17:48:16', '2020-02-13 17:48:16'), (239, 71, 35, 2, '2020-02-14 11:00:00', '11:0 AM', 1, '2020-02-13 17:48:17', '2020-02-13 17:55:49'), (240, 71, 54, 2, '2020-02-14 11:00:00', '11:0 AM', 0, '2020-02-13 17:48:17', '2020-02-13 17:48:17'), (241, 71, 65, 2, '2020-02-14 11:00:00', '11:0 AM', 0, '2020-02-13 17:48:17', '2020-02-13 17:48:17'), (242, 73, 9, 12, '2020-02-16 11:00:00', '11:0 AM', 0, '2020-02-13 18:02:00', '2020-02-13 18:02:00'), (243, 73, 6, 12, '2020-02-16 11:00:00', '11:0 AM', 0, '2020-02-13 18:02:00', '2020-02-13 18:02:00'), (244, 73, 16, 12, '2020-02-16 11:00:00', '11:0 AM', 0, '2020-02-13 18:02:00', '2020-02-13 18:02:00'), (245, 73, 18, 12, '2020-02-16 11:00:00', '11:0 AM', 1, '2020-02-13 18:02:00', '2020-02-13 18:02:47'), (246, 73, 35, 12, '2020-02-16 11:00:00', '11:0 AM', 0, '2020-02-13 18:02:01', '2020-02-13 18:02:01'), (247, 73, 54, 12, '2020-02-16 11:00:00', '11:0 AM', 0, '2020-02-13 18:02:01', '2020-02-13 18:02:01'), (248, 73, 65, 12, '2020-02-16 11:00:00', '11:0 AM', 0, '2020-02-13 18:02:02', '2020-02-13 18:02:02'), (249, 74, 6, 3, '2020-03-09 09:00:00', '09:0 AM', 0, '2020-02-13 18:03:01', '2020-02-13 18:03:01'), (250, 74, 16, 3, '2020-03-09 09:00:00', '09:0 AM', 0, '2020-02-13 18:03:02', '2020-02-13 18:03:02'), (251, 74, 18, 3, '2020-03-09 09:00:00', '09:0 AM', 0, '2020-02-13 18:03:02', '2020-02-13 18:03:02'), (252, 74, 35, 3, '2020-03-09 09:00:00', '09:0 AM', 1, '2020-02-13 18:03:02', '2020-02-13 18:03:19'), (253, 74, 54, 3, '2020-03-09 09:00:00', '09:0 AM', 0, '2020-02-13 18:03:03', '2020-02-13 18:03:03'), (254, 74, 9, 3, '2020-03-09 09:00:00', '09:0 AM', 0, '2020-02-13 18:03:03', '2020-02-13 18:03:03'), (255, 74, 65, 3, '2020-03-09 09:00:00', '09:0 AM', 0, '2020-02-13 18:03:03', '2020-02-13 18:03:03'), (256, 79, 9, 3, '2020-07-13 11:00:00', '11:0 AM', 0, '2020-02-13 19:47:03', '2020-02-13 19:47:03'), (257, 79, 6, 3, '2020-07-13 11:00:00', '11:0 AM', 0, '2020-02-13 19:47:03', '2020-02-13 19:47:03'), (258, 79, 16, 3, '2020-07-13 11:00:00', '11:0 AM', 0, '2020-02-13 19:47:03', '2020-02-13 19:47:03'), (259, 79, 18, 3, '2020-07-13 11:00:00', '11:0 AM', 1, '2020-02-13 19:47:03', '2020-02-13 19:47:15'), (260, 79, 35, 3, '2020-07-13 11:00:00', '11:0 AM', 0, '2020-02-13 19:47:05', '2020-02-13 19:47:05'), (261, 79, 54, 3, '2020-07-13 11:00:00', '11:0 AM', 0, '2020-02-13 19:47:05', '2020-02-13 19:47:05'), (262, 79, 65, 3, '2020-07-13 11:00:00', '11:0 AM', 0, '2020-02-13 19:47:05', '2020-02-13 19:47:05'), (263, 80, 6, 2, '2020-02-17 09:00:00', '09:0 AM', 0, '2020-02-14 12:11:16', '2020-02-14 12:11:16'), (264, 80, 16, 2, '2020-02-17 09:00:00', '09:0 AM', 0, '2020-02-14 12:11:17', '2020-02-14 12:11:17'), (265, 80, 18, 2, '2020-02-17 09:00:00', '09:0 AM', 0, '2020-02-14 12:11:17', '2020-02-14 12:11:17'), (266, 80, 35, 2, '2020-02-17 09:00:00', '09:0 AM', 1, '2020-02-14 12:11:18', '2020-02-14 12:11:31'), (267, 80, 54, 2, '2020-02-17 09:00:00', '09:0 AM', 0, '2020-02-14 12:11:18', '2020-02-14 12:11:18'), (268, 80, 9, 2, '2020-02-17 09:00:00', '09:0 AM', 0, '2020-02-14 12:11:18', '2020-02-14 12:11:18'), (269, 80, 65, 2, '2020-02-17 09:00:00', '09:0 AM', 0, '2020-02-14 12:11:18', '2020-02-14 12:11:18'), (270, 82, 6, 9, '2020-02-11 11:00:00', '11:0 AM', 0, '2020-02-14 15:20:01', '2020-02-14 15:20:01'), (271, 82, 16, 9, '2020-02-11 11:00:00', '11:0 AM', 0, '2020-02-14 15:20:02', '2020-02-14 15:20:02'), (272, 82, 35, 9, '2020-02-11 11:00:00', '11:0 AM', 0, '2020-02-14 15:20:03', '2020-02-14 15:20:03'), (273, 82, 54, 9, '2020-02-11 11:00:00', '11:0 AM', 0, '2020-02-14 15:20:03', '2020-02-14 15:20:03'), (274, 82, 84, 9, '2020-02-11 11:00:00', '11:0 AM', 1, '2020-02-14 15:20:03', '2020-02-14 15:24:29'), (275, 82, 9, 9, '2020-02-11 11:00:00', '11:0 AM', 0, '2020-02-14 15:20:04', '2020-02-14 15:20:04'), (276, 82, 65, 9, '2020-02-11 11:00:00', '11:0 AM', 0, '2020-02-14 15:20:04', '2020-02-14 15:20:04'), (277, 83, 6, 3, '2020-02-13 11:00:00', '11:0 AM', 0, '2020-02-14 15:27:37', '2020-02-14 15:27:37'), (278, 83, 16, 3, '2020-02-13 11:00:00', '11:0 AM', 0, '2020-02-14 15:27:37', '2020-02-14 15:27:37'), (279, 83, 18, 3, '2020-02-13 11:00:00', '11:0 AM', 0, '2020-02-14 15:27:37', '2020-02-14 15:27:37'), (280, 83, 35, 3, '2020-02-13 11:00:00', '11:0 AM', 0, '2020-02-14 15:27:39', '2020-02-14 15:27:39'), (281, 83, 54, 3, '2020-02-13 11:00:00', '11:0 AM', 0, '2020-02-14 15:27:39', '2020-02-14 15:27:39'), (282, 83, 80, 3, '2020-02-13 11:00:00', '11:0 AM', 0, '2020-02-14 15:27:39', '2020-02-14 15:27:39'), (283, 83, 82, 3, '2020-02-13 11:00:00', '11:0 AM', 0, '2020-02-14 15:27:39', '2020-02-14 15:27:39'), (284, 83, 83, 3, '2020-02-13 11:00:00', '11:0 AM', 0, '2020-02-14 15:27:39', '2020-02-14 15:27:39'), (285, 83, 84, 3, '2020-02-13 11:00:00', '11:0 AM', 1, '2020-02-14 15:27:39', '2020-02-14 15:27:44'), (286, 83, 9, 3, '2020-02-13 11:00:00', '11:0 AM', 0, '2020-02-14 15:27:40', '2020-02-14 15:27:40'), (287, 83, 65, 3, '2020-02-13 11:00:00', '11:0 AM', 0, '2020-02-14 15:27:40', '2020-02-14 15:27:40'), (288, 84, 6, 9, '2020-02-17 11:00:00', '11:0 AM', 0, '2020-02-14 15:33:11', '2020-02-14 15:33:11'), (289, 84, 16, 9, '2020-02-17 11:00:00', '11:0 AM', 0, '2020-02-14 15:33:11', '2020-02-14 15:33:11'), (290, 84, 35, 9, '2020-02-17 11:00:00', '11:0 AM', 0, '2020-02-14 15:33:11', '2020-02-14 15:33:11'), (291, 84, 54, 9, '2020-02-17 11:00:00', '11:0 AM', 0, '2020-02-14 15:33:11', '2020-02-14 15:33:11'), (292, 84, 84, 9, '2020-02-17 11:00:00', '11:0 AM', 1, '2020-02-14 15:33:12', '2020-02-14 15:33:24'), (293, 84, 9, 9, '2020-02-17 11:00:00', '11:0 AM', 0, '2020-02-14 15:33:12', '2020-02-14 15:33:12'), (294, 84, 65, 9, '2020-02-17 11:00:00', '11:0 AM', 0, '2020-02-14 15:33:12', '2020-02-14 15:33:12'), (295, 86, 6, 3, '2020-02-18 11:00:00', '11:0 AM', 0, '2020-02-14 16:21:11', '2020-02-14 16:21:11'), (296, 86, 16, 3, '2020-02-18 11:00:00', '11:0 AM', 0, '2020-02-14 16:21:11', '2020-02-14 16:21:11'), (297, 86, 18, 3, '2020-02-18 11:00:00', '11:0 AM', 0, '2020-02-14 16:21:11', '2020-02-14 16:21:11'), (298, 86, 35, 3, '2020-02-18 11:00:00', '11:0 AM', 1, '2020-02-14 16:21:12', '2020-02-14 16:21:53'), (299, 86, 54, 3, '2020-02-18 11:00:00', '11:0 AM', 0, '2020-02-14 16:21:13', '2020-02-14 16:21:13'), (300, 86, 80, 3, '2020-02-18 11:00:00', '11:0 AM', 0, '2020-02-14 16:21:13', '2020-02-14 16:21:13'), (301, 86, 82, 3, '2020-02-18 11:00:00', '11:0 AM', 0, '2020-02-14 16:21:13', '2020-02-14 16:21:13'), (302, 86, 83, 3, '2020-02-18 11:00:00', '11:0 AM', 0, '2020-02-14 16:21:13', '2020-02-14 16:21:13'), (303, 86, 84, 3, '2020-02-18 11:00:00', '11:0 AM', 0, '2020-02-14 16:21:13', '2020-02-14 16:21:13'), (304, 86, 9, 3, '2020-02-18 11:00:00', '11:0 AM', 0, '2020-02-14 16:21:13', '2020-02-14 16:21:13'), (305, 86, 65, 3, '2020-02-18 11:00:00', '11:0 AM', 0, '2020-02-14 16:21:13', '2020-02-14 16:21:13'), (306, 87, 6, 7, '2020-02-24 11:00:00', '11:0 AM', 0, '2020-02-14 16:26:19', '2020-02-14 16:26:19'), (307, 87, 16, 7, '2020-02-24 11:00:00', '11:0 AM', 0, '2020-02-14 16:26:19', '2020-02-14 16:26:19'), (308, 87, 35, 7, '2020-02-24 11:00:00', '11:0 AM', 1, '2020-02-14 16:26:19', '2020-02-14 16:27:24'), (309, 87, 54, 7, '2020-02-24 11:00:00', '11:0 AM', 0, '2020-02-14 16:26:20', '2020-02-14 16:26:20'), (310, 87, 82, 7, '2020-02-24 11:00:00', '11:0 AM', 0, '2020-02-14 16:26:20', '2020-02-14 16:26:20'), (311, 87, 83, 7, '2020-02-24 11:00:00', '11:0 AM', 0, '2020-02-14 16:26:20', '2020-02-14 16:26:20'), (312, 87, 84, 7, '2020-02-24 11:00:00', '11:0 AM', 0, '2020-02-14 16:26:20', '2020-02-14 16:26:20'), (313, 87, 9, 7, '2020-02-24 11:00:00', '11:0 AM', 0, '2020-02-14 16:26:20', '2020-02-14 16:26:20'), (314, 87, 65, 7, '2020-02-24 11:00:00', '11:0 AM', 0, '2020-02-14 16:26:21', '2020-02-14 16:26:21'), (315, 88, 6, 7, '2020-02-20 11:00:00', '11:0 AM', 0, '2020-02-14 16:33:37', '2020-02-14 16:33:37'), (316, 88, 16, 7, '2020-02-20 11:00:00', '11:0 AM', 0, '2020-02-14 16:33:37', '2020-02-14 16:33:37'), (317, 88, 35, 7, '2020-02-20 11:00:00', '11:0 AM', 0, '2020-02-14 16:33:37', '2020-02-14 16:33:37'), (318, 88, 54, 7, '2020-02-20 11:00:00', '11:0 AM', 0, '2020-02-14 16:33:38', '2020-02-14 16:33:38'), (319, 88, 82, 7, '2020-02-20 11:00:00', '11:0 AM', 0, '2020-02-14 16:33:38', '2020-02-14 16:33:38'), (320, 88, 83, 7, '2020-02-20 11:00:00', '11:0 AM', 0, '2020-02-14 16:33:38', '2020-02-14 16:33:38'), (321, 88, 84, 7, '2020-02-20 11:00:00', '11:0 AM', 1, '2020-02-14 16:33:38', '2020-02-17 10:02:21'), (322, 88, 9, 7, '2020-02-20 11:00:00', '11:0 AM', 0, '2020-02-14 16:33:39', '2020-02-14 16:33:39'), (323, 88, 65, 7, '2020-02-20 11:00:00', '11:0 AM', 0, '2020-02-14 16:33:39', '2020-02-14 16:33:39'), (324, 90, 6, 9, '2020-02-22 09:00:00', '09:0 AM', 1, '2020-02-17 10:01:50', '2020-02-17 10:04:19'), (325, 90, 16, 9, '2020-02-22 09:00:00', '09:0 AM', 0, '2020-02-17 10:01:51', '2020-02-17 10:01:51'), (326, 90, 35, 9, '2020-02-22 09:00:00', '09:0 AM', 0, '2020-02-17 10:01:51', '2020-02-17 10:01:51'), (327, 90, 54, 9, '2020-02-22 09:00:00', '09:0 AM', 0, '2020-02-17 10:01:52', '2020-02-17 10:01:52'), (328, 90, 9, 9, '2020-02-22 09:00:00', '09:0 AM', 0, '2020-02-17 10:01:52', '2020-02-17 10:01:52'), (329, 90, 65, 9, '2020-02-22 09:00:00', '09:0 AM', 0, '2020-02-17 10:01:52', '2020-02-17 10:01:52'), (330, 91, 6, 2, '2020-07-17 13:00:00', '13:0 PM', 1, '2020-02-17 11:07:07', '2020-02-17 11:22:16'), (331, 91, 16, 2, '2020-07-17 13:00:00', '13:0 PM', 0, '2020-02-17 11:07:08', '2020-02-17 11:07:08'), (332, 91, 18, 2, '2020-07-17 13:00:00', '13:0 PM', 0, '2020-02-17 11:07:08', '2020-02-17 11:07:08'), (333, 91, 35, 2, '2020-07-17 13:00:00', '13:0 PM', 0, '2020-02-17 11:07:09', '2020-02-17 11:07:09'), (334, 91, 54, 2, '2020-07-17 13:00:00', '13:0 PM', 0, '2020-02-17 11:07:09', '2020-02-17 11:07:09'), (335, 91, 80, 2, '2020-07-17 13:00:00', '13:0 PM', 0, '2020-02-17 11:07:09', '2020-02-17 11:07:09'), (336, 91, 82, 2, '2020-07-17 13:00:00', '13:0 PM', 0, '2020-02-17 11:07:10', '2020-02-17 11:07:10'), (337, 91, 83, 2, '2020-07-17 13:00:00', '13:0 PM', 0, '2020-02-17 11:07:10', '2020-02-17 11:07:10'), (338, 91, 9, 2, '2020-07-17 13:00:00', '13:0 PM', 0, '2020-02-17 11:07:10', '2020-02-17 11:07:10'), (339, 91, 65, 2, '2020-07-17 13:00:00', '13:0 PM', 0, '2020-02-17 11:07:10', '2020-02-17 11:07:10'), (340, 92, 6, 2, '2020-03-18 09:00:00', '09:0 AM', 0, '2020-02-17 15:07:10', '2020-02-17 15:07:10'), (341, 92, 16, 2, '2020-03-18 09:00:00', '09:0 AM', 0, '2020-02-17 15:07:11', '2020-02-17 15:07:11'), (342, 92, 18, 2, '2020-03-18 09:00:00', '09:0 AM', 0, '2020-02-17 15:07:11', '2020-02-17 15:07:11'), (343, 92, 35, 2, '2020-03-18 09:00:00', '09:0 AM', 0, '2020-02-17 15:07:12', '2020-02-17 15:07:12'), (344, 92, 54, 2, '2020-03-18 09:00:00', '09:0 AM', 0, '2020-02-17 15:07:12', '2020-02-17 15:07:12'), (345, 92, 80, 2, '2020-03-18 09:00:00', '09:0 AM', 0, '2020-02-17 15:07:12', '2020-02-17 15:07:12'), (346, 92, 82, 2, '2020-03-18 09:00:00', '09:0 AM', 0, '2020-02-17 15:07:12', '2020-02-17 15:07:12'), (347, 92, 83, 2, '2020-03-18 09:00:00', '09:0 AM', 0, '2020-02-17 15:07:12', '2020-02-17 15:07:12'), (348, 92, 9, 2, '2020-03-18 09:00:00', '09:0 AM', 0, '2020-02-17 15:07:12', '2020-02-17 15:07:12'), (349, 92, 65, 2, '2020-03-18 09:00:00', '09:0 AM', 0, '2020-02-17 15:07:12', '2020-02-17 15:07:12'), (350, 92, 94, 2, '2020-03-18 09:00:00', '09:0 AM', 1, '2020-02-17 15:07:13', '2020-02-17 15:07:28'), (351, 94, 6, 2, '2020-02-26 11:00:00', '11:0 AM', 0, '2020-02-18 11:03:46', '2020-02-18 11:03:46'), (352, 94, 16, 2, '2020-02-26 11:00:00', '11:0 AM', 0, '2020-02-18 11:03:47', '2020-02-18 11:03:47'), (353, 94, 18, 2, '2020-02-26 11:00:00', '11:0 AM', 0, '2020-02-18 11:03:47', '2020-02-18 11:03:47'), (354, 94, 35, 2, '2020-02-26 11:00:00', '11:0 AM', 0, '2020-02-18 11:03:49', '2020-02-18 11:03:49'), (355, 94, 54, 2, '2020-02-26 11:00:00', '11:0 AM', 0, '2020-02-18 11:03:49', '2020-02-18 11:03:49'), (356, 94, 80, 2, '2020-02-26 11:00:00', '11:0 AM', 0, '2020-02-18 11:03:49', '2020-02-18 11:03:49'), (357, 94, 82, 2, '2020-02-26 11:00:00', '11:0 AM', 0, '2020-02-18 11:03:49', '2020-02-18 11:03:49'), (358, 94, 83, 2, '2020-02-26 11:00:00', '11:0 AM', 0, '2020-02-18 11:03:50', '2020-02-18 11:03:50'), (359, 94, 106, 2, '2020-02-26 11:00:00', '11:0 AM', 1, '2020-02-18 11:03:50', '2020-02-18 11:15:20'), (360, 94, 9, 2, '2020-02-26 11:00:00', '11:0 AM', 0, '2020-02-18 11:03:51', '2020-02-18 11:03:51'), (361, 94, 65, 2, '2020-02-26 11:00:00', '11:0 AM', 0, '2020-02-18 11:03:51', '2020-02-18 11:03:51'), (362, 94, 94, 2, '2020-02-26 11:00:00', '11:0 AM', 0, '2020-02-18 11:03:51', '2020-02-18 11:03:51'), (363, 95, 94, 3, '2020-05-18 13:00:00', '13:0 PM', 0, '2020-02-18 15:37:17', '2020-02-18 15:37:17'), (364, 95, 9, 3, '2020-05-18 13:00:00', '13:0 PM', 0, '2020-02-18 15:37:18', '2020-02-18 15:37:18'), (365, 95, 6, 3, '2020-05-18 13:00:00', '13:0 PM', 0, '2020-02-18 15:37:18', '2020-02-18 15:37:18'), (366, 95, 16, 3, '2020-05-18 13:00:00', '13:0 PM', 0, '2020-02-18 15:37:18', '2020-02-18 15:37:18'), (367, 95, 18, 3, '2020-05-18 13:00:00', '13:0 PM', 1, '2020-02-18 15:37:18', '2020-02-18 15:41:15'), (368, 95, 35, 3, '2020-05-18 13:00:00', '13:0 PM', 0, '2020-02-18 15:37:19', '2020-02-18 15:37:19'), (369, 95, 54, 3, '2020-05-18 13:00:00', '13:0 PM', 0, '2020-02-18 15:37:19', '2020-02-18 15:37:19'), (370, 95, 80, 3, '2020-05-18 13:00:00', '13:0 PM', 0, '2020-02-18 15:37:19', '2020-02-18 15:37:19'), (371, 95, 82, 3, '2020-05-18 13:00:00', '13:0 PM', 0, '2020-02-18 15:37:19', '2020-02-18 15:37:19'), (372, 95, 83, 3, '2020-05-18 13:00:00', '13:0 PM', 0, '2020-02-18 15:37:19', '2020-02-18 15:37:19'), (373, 95, 106, 3, '2020-05-18 13:00:00', '13:0 PM', 0, '2020-02-18 15:37:19', '2020-02-18 15:37:19'), (374, 95, 109, 3, '2020-05-18 13:00:00', '13:0 PM', 0, '2020-02-18 15:37:20', '2020-02-18 15:37:20'), (375, 95, 110, 3, '2020-05-18 13:00:00', '13:0 PM', 0, '2020-02-18 15:37:20', '2020-02-18 15:37:20'), (376, 95, 65, 3, '2020-05-18 13:00:00', '13:0 PM', 0, '2020-02-18 15:37:20', '2020-02-18 15:37:20'), (377, 96, 6, 2, '2020-02-27 17:00:00', '17:0 PM', 0, '2020-02-25 16:15:58', '2020-02-25 16:15:58'), (378, 96, 16, 2, '2020-02-27 17:00:00', '17:0 PM', 0, '2020-02-25 16:15:58', '2020-02-25 16:15:58'), (379, 96, 18, 2, '2020-02-27 17:00:00', '17:0 PM', 0, '2020-02-25 16:15:58', '2020-02-25 16:15:58'), (380, 96, 35, 2, '2020-02-27 17:00:00', '17:0 PM', 0, '2020-02-25 16:16:00', '2020-02-25 16:16:00'), (381, 96, 54, 2, '2020-02-27 17:00:00', '17:0 PM', 0, '2020-02-25 16:16:00', '2020-02-25 16:16:00'), (382, 96, 80, 2, '2020-02-27 17:00:00', '17:0 PM', 0, '2020-02-25 16:16:00', '2020-02-25 16:16:00'), (383, 96, 82, 2, '2020-02-27 17:00:00', '17:0 PM', 0, '2020-02-25 16:16:00', '2020-02-25 16:16:00'), (384, 96, 83, 2, '2020-02-27 17:00:00', '17:0 PM', 0, '2020-02-25 16:16:00', '2020-02-25 16:16:00'), (385, 96, 106, 2, '2020-02-27 17:00:00', '17:0 PM', 0, '2020-02-25 16:16:00', '2020-02-25 16:16:00'), (386, 96, 109, 2, '2020-02-27 17:00:00', '17:0 PM', 0, '2020-02-25 16:16:00', '2020-02-25 16:16:00'), (387, 96, 110, 2, '2020-02-27 17:00:00', '17:0 PM', 0, '2020-02-25 16:16:00', '2020-02-25 16:16:00'), (388, 96, 114, 2, '2020-02-27 17:00:00', '17:0 PM', 0, '2020-02-25 16:16:00', '2020-02-25 16:16:00'), (389, 96, 9, 2, '2020-02-27 17:00:00', '17:0 PM', 0, '2020-02-25 16:16:00', '2020-02-25 16:16:00'), (390, 96, 65, 2, '2020-02-27 17:00:00', '17:0 PM', 0, '2020-02-25 16:16:01', '2020-02-25 16:16:01'), (391, 96, 189, 2, '2020-02-27 17:00:00', '17:0 PM', 0, '2020-02-25 16:16:01', '2020-02-25 16:16:01'), (392, 96, 191, 2, '2020-02-27 17:00:00', '17:0 PM', 1, '2020-02-25 16:16:01', '2020-02-25 16:16:16'), (393, 96, 94, 2, '2020-02-27 17:00:00', '17:0 PM', 0, '2020-02-25 16:16:01', '2020-02-25 16:16:01'), (394, 97, 94, 2, '2020-02-25 15:00:00', '15:0 PM', 0, '2020-02-25 16:26:11', '2020-02-25 16:26:11'), (395, 97, 9, 2, '2020-02-25 15:00:00', '15:0 PM', 0, '2020-02-25 16:26:12', '2020-02-25 16:26:12'), (396, 97, 6, 2, '2020-02-25 15:00:00', '15:0 PM', 0, '2020-02-25 16:26:13', '2020-02-25 16:26:13'), (397, 97, 16, 2, '2020-02-25 15:00:00', '15:0 PM', 0, '2020-02-25 16:26:13', '2020-02-25 16:26:13'), (398, 97, 18, 2, '2020-02-25 15:00:00', '15:0 PM', 0, '2020-02-25 16:26:13', '2020-02-25 16:26:13'), (399, 97, 35, 2, '2020-02-25 15:00:00', '15:0 PM', 0, '2020-02-25 16:26:15', '2020-02-25 16:26:15'), (400, 97, 54, 2, '2020-02-25 15:00:00', '15:0 PM', 0, '2020-02-25 16:26:15', '2020-02-25 16:26:15'), (401, 97, 80, 2, '2020-02-25 15:00:00', '15:0 PM', 0, '2020-02-25 16:26:15', '2020-02-25 16:26:15'), (402, 97, 82, 2, '2020-02-25 15:00:00', '15:0 PM', 0, '2020-02-25 16:26:15', '2020-02-25 16:26:15'), (403, 97, 83, 2, '2020-02-25 15:00:00', '15:0 PM', 0, '2020-02-25 16:26:15', '2020-02-25 16:26:15'), (404, 97, 106, 2, '2020-02-25 15:00:00', '15:0 PM', 0, '2020-02-25 16:26:16', '2020-02-25 16:26:16'), (405, 97, 109, 2, '2020-02-25 15:00:00', '15:0 PM', 0, '2020-02-25 16:26:16', '2020-02-25 16:26:16'), (406, 97, 110, 2, '2020-02-25 15:00:00', '15:0 PM', 0, '2020-02-25 16:26:16', '2020-02-25 16:26:16'), (407, 97, 114, 2, '2020-02-25 15:00:00', '15:0 PM', 0, '2020-02-25 16:26:16', '2020-02-25 16:26:16'), (408, 97, 65, 2, '2020-02-25 15:00:00', '15:0 PM', 0, '2020-02-25 16:26:16', '2020-02-25 16:26:16'), (409, 97, 189, 2, '2020-02-25 15:00:00', '15:0 PM', 1, '2020-02-25 16:26:16', '2020-02-25 17:35:50'), (410, 97, 191, 2, '2020-02-25 15:00:00', '15:0 PM', 0, '2020-02-25 16:26:16', '2020-02-25 16:26:16'), (411, 98, 94, 2, '2020-02-25 19:00:00', '19:0 PM', 0, '2020-02-25 17:33:07', '2020-02-25 17:33:07'), (412, 98, 9, 2, '2020-02-25 19:00:00', '19:0 PM', 0, '2020-02-25 17:33:07', '2020-02-25 17:33:07'), (413, 98, 6, 2, '2020-02-25 19:00:00', '19:0 PM', 0, '2020-02-25 17:33:08', '2020-02-25 17:33:08'), (414, 98, 16, 2, '2020-02-25 19:00:00', '19:0 PM', 0, '2020-02-25 17:33:08', '2020-02-25 17:33:08'), (415, 98, 18, 2, '2020-02-25 19:00:00', '19:0 PM', 0, '2020-02-25 17:33:08', '2020-02-25 17:33:08'), (416, 98, 35, 2, '2020-02-25 19:00:00', '19:0 PM', 0, '2020-02-25 17:33:09', '2020-02-25 17:33:09'), (417, 98, 54, 2, '2020-02-25 19:00:00', '19:0 PM', 0, '2020-02-25 17:33:09', '2020-02-25 17:33:09'), (418, 98, 80, 2, '2020-02-25 19:00:00', '19:0 PM', 0, '2020-02-25 17:33:10', '2020-02-25 17:33:10'), (419, 98, 82, 2, '2020-02-25 19:00:00', '19:0 PM', 0, '2020-02-25 17:33:10', '2020-02-25 17:33:10'), (420, 98, 83, 2, '2020-02-25 19:00:00', '19:0 PM', 0, '2020-02-25 17:33:10', '2020-02-25 17:33:10'), (421, 98, 106, 2, '2020-02-25 19:00:00', '19:0 PM', 0, '2020-02-25 17:33:10', '2020-02-25 17:33:10'), (422, 98, 109, 2, '2020-02-25 19:00:00', '19:0 PM', 0, '2020-02-25 17:33:10', '2020-02-25 17:33:10'), (423, 98, 110, 2, '2020-02-25 19:00:00', '19:0 PM', 0, '2020-02-25 17:33:10', '2020-02-25 17:33:10'), (424, 98, 114, 2, '2020-02-25 19:00:00', '19:0 PM', 0, '2020-02-25 17:33:10', '2020-02-25 17:33:10'), (425, 98, 65, 2, '2020-02-25 19:00:00', '19:0 PM', 0, '2020-02-25 17:33:10', '2020-02-25 17:33:10'), (426, 98, 189, 2, '2020-02-25 19:00:00', '19:0 PM', 0, '2020-02-25 17:33:10', '2020-02-25 17:33:10'), (427, 98, 191, 2, '2020-02-25 19:00:00', '19:0 PM', 0, '2020-02-25 17:33:11', '2020-02-25 17:33:11'), (428, 99, 6, 2, '2020-02-29 11:00:00', '11:0 AM', 0, '2020-02-26 16:50:38', '2020-02-26 16:50:38'), (429, 99, 16, 2, '2020-02-29 11:00:00', '11:0 AM', 0, '2020-02-26 16:50:38', '2020-02-26 16:50:38'), (430, 99, 18, 2, '2020-02-29 11:00:00', '11:0 AM', 0, '2020-02-26 16:50:38', '2020-02-26 16:50:38'), (431, 99, 35, 2, '2020-02-29 11:00:00', '11:0 AM', 0, '2020-02-26 16:50:40', '2020-02-26 16:50:40'), (432, 99, 54, 2, '2020-02-29 11:00:00', '11:0 AM', 0, '2020-02-26 16:50:40', '2020-02-26 16:50:40'), (433, 99, 80, 2, '2020-02-29 11:00:00', '11:0 AM', 0, '2020-02-26 16:50:40', '2020-02-26 16:50:40'), (434, 99, 82, 2, '2020-02-29 11:00:00', '11:0 AM', 0, '2020-02-26 16:50:40', '2020-02-26 16:50:40'), (435, 99, 83, 2, '2020-02-29 11:00:00', '11:0 AM', 0, '2020-02-26 16:50:40', '2020-02-26 16:50:40'), (436, 99, 106, 2, '2020-02-29 11:00:00', '11:0 AM', 0, '2020-02-26 16:50:40', '2020-02-26 16:50:40'), (437, 99, 109, 2, '2020-02-29 11:00:00', '11:0 AM', 0, '2020-02-26 16:50:40', '2020-02-26 16:50:40'), (438, 99, 110, 2, '2020-02-29 11:00:00', '11:0 AM', 0, '2020-02-26 16:50:40', '2020-02-26 16:50:40'), (439, 99, 114, 2, '2020-02-29 11:00:00', '11:0 AM', 0, '2020-02-26 16:50:41', '2020-02-26 16:50:41'), (440, 99, 9, 2, '2020-02-29 11:00:00', '11:0 AM', 1, '2020-02-26 16:50:41', '2020-02-26 16:51:00'), (441, 99, 65, 2, '2020-02-29 11:00:00', '11:0 AM', 0, '2020-02-26 16:50:41', '2020-02-26 16:50:41'), (442, 99, 189, 2, '2020-02-29 11:00:00', '11:0 AM', 0, '2020-02-26 16:50:41', '2020-02-26 16:50:41'), (443, 99, 191, 2, '2020-02-29 11:00:00', '11:0 AM', 0, '2020-02-26 16:50:41', '2020-02-26 16:50:41'), (444, 99, 94, 2, '2020-02-29 11:00:00', '11:0 AM', 0, '2020-02-26 16:50:41', '2020-02-26 16:50:41'), (445, 101, 6, 3, '2020-02-26 13:00:00', '13:0 PM', 0, '2020-02-26 17:41:39', '2020-02-26 17:41:39'), (446, 101, 16, 3, '2020-02-26 13:00:00', '13:0 PM', 0, '2020-02-26 17:41:39', '2020-02-26 17:41:39'), (447, 101, 18, 3, '2020-02-26 13:00:00', '13:0 PM', 0, '2020-02-26 17:41:39', '2020-02-26 17:41:39'), (448, 101, 35, 3, '2020-02-26 13:00:00', '13:0 PM', 0, '2020-02-26 17:41:41', '2020-02-26 17:41:41'), (449, 101, 54, 3, '2020-02-26 13:00:00', '13:0 PM', 0, '2020-02-26 17:41:41', '2020-02-26 17:41:41'), (450, 101, 80, 3, '2020-02-26 13:00:00', '13:0 PM', 0, '2020-02-26 17:41:41', '2020-02-26 17:41:41'), (451, 101, 82, 3, '2020-02-26 13:00:00', '13:0 PM', 0, '2020-02-26 17:41:41', '2020-02-26 17:41:41'), (452, 101, 83, 3, '2020-02-26 13:00:00', '13:0 PM', 0, '2020-02-26 17:41:41', '2020-02-26 17:41:41'), (453, 101, 106, 3, '2020-02-26 13:00:00', '13:0 PM', 0, '2020-02-26 17:41:41', '2020-02-26 17:41:41'), (454, 101, 109, 3, '2020-02-26 13:00:00', '13:0 PM', 0, '2020-02-26 17:41:41', '2020-02-26 17:41:41'), (455, 101, 110, 3, '2020-02-26 13:00:00', '13:0 PM', 0, '2020-02-26 17:41:41', '2020-02-26 17:41:41'), (456, 101, 114, 3, '2020-02-26 13:00:00', '13:0 PM', 0, '2020-02-26 17:41:42', '2020-02-26 17:41:42'), (457, 101, 9, 3, '2020-02-26 13:00:00', '13:0 PM', 1, '2020-02-26 17:41:42', '2020-02-26 17:42:21'), (458, 101, 65, 3, '2020-02-26 13:00:00', '13:0 PM', 0, '2020-02-26 17:41:42', '2020-02-26 17:41:42'), (459, 101, 189, 3, '2020-02-26 13:00:00', '13:0 PM', 0, '2020-02-26 17:41:42', '2020-02-26 17:41:42'), (460, 101, 191, 3, '2020-02-26 13:00:00', '13:0 PM', 0, '2020-02-26 17:41:42', '2020-02-26 17:41:42'), (461, 101, 94, 3, '2020-02-26 13:00:00', '13:0 PM', 0, '2020-02-26 17:41:42', '2020-02-26 17:41:42'), (462, 102, 6, 2, '2020-02-26 17:00:00', '17:0 PM', 0, '2020-02-26 18:19:08', '2020-02-26 18:19:08'), (463, 102, 16, 2, '2020-02-26 17:00:00', '17:0 PM', 0, '2020-02-26 18:19:09', '2020-02-26 18:19:09'), (464, 102, 18, 2, '2020-02-26 17:00:00', '17:0 PM', 0, '2020-02-26 18:19:09', '2020-02-26 18:19:09'), (465, 102, 35, 2, '2020-02-26 17:00:00', '17:0 PM', 0, '2020-02-26 18:19:11', '2020-02-26 18:19:11'), (466, 102, 54, 2, '2020-02-26 17:00:00', '17:0 PM', 0, '2020-02-26 18:19:11', '2020-02-26 18:19:11'), (467, 102, 80, 2, '2020-02-26 17:00:00', '17:0 PM', 0, '2020-02-26 18:19:11', '2020-02-26 18:19:11'), (468, 102, 82, 2, '2020-02-26 17:00:00', '17:0 PM', 0, '2020-02-26 18:19:11', '2020-02-26 18:19:11'), (469, 102, 83, 2, '2020-02-26 17:00:00', '17:0 PM', 0, '2020-02-26 18:19:11', '2020-02-26 18:19:11'), (470, 102, 106, 2, '2020-02-26 17:00:00', '17:0 PM', 0, '2020-02-26 18:19:11', '2020-02-26 18:19:11'), (471, 102, 109, 2, '2020-02-26 17:00:00', '17:0 PM', 0, '2020-02-26 18:19:12', '2020-02-26 18:19:12'), (472, 102, 110, 2, '2020-02-26 17:00:00', '17:0 PM', 0, '2020-02-26 18:19:12', '2020-02-26 18:19:12'), (473, 102, 114, 2, '2020-02-26 17:00:00', '17:0 PM', 0, '2020-02-26 18:19:12', '2020-02-26 18:19:12'), (474, 102, 9, 2, '2020-02-26 17:00:00', '17:0 PM', 0, '2020-02-26 18:19:12', '2020-02-26 18:19:12'), (475, 102, 65, 2, '2020-02-26 17:00:00', '17:0 PM', 0, '2020-02-26 18:19:12', '2020-02-26 18:19:12'), (476, 102, 189, 2, '2020-02-26 17:00:00', '17:0 PM', 1, '2020-02-26 18:19:12', '2020-06-16 16:03:32'), (477, 102, 191, 2, '2020-02-26 17:00:00', '17:0 PM', 0, '2020-02-26 18:19:12', '2020-02-26 18:19:12'), (478, 102, 94, 2, '2020-02-26 17:00:00', '17:0 PM', 0, '2020-02-26 18:19:13', '2020-02-26 18:19:13'), (479, 103, 6, 7, '2020-02-28 13:00:00', '13:0 PM', 0, '2020-02-26 18:20:22', '2020-02-26 18:20:22'), (480, 103, 16, 7, '2020-02-28 13:00:00', '13:0 PM', 0, '2020-02-26 18:20:22', '2020-02-26 18:20:22'), (481, 103, 35, 7, '2020-02-28 13:00:00', '13:0 PM', 0, '2020-02-26 18:20:22', '2020-02-26 18:20:22'), (482, 103, 54, 7, '2020-02-28 13:00:00', '13:0 PM', 0, '2020-02-26 18:20:22', '2020-02-26 18:20:22'), (483, 103, 82, 7, '2020-02-28 13:00:00', '13:0 PM', 0, '2020-02-26 18:20:22', '2020-02-26 18:20:22'), (484, 103, 83, 7, '2020-02-28 13:00:00', '13:0 PM', 0, '2020-02-26 18:20:23', '2020-02-26 18:20:23'), (485, 103, 106, 7, '2020-02-28 13:00:00', '13:0 PM', 0, '2020-02-26 18:20:23', '2020-02-26 18:20:23'), (486, 103, 109, 7, '2020-02-28 13:00:00', '13:0 PM', 0, '2020-02-26 18:20:23', '2020-02-26 18:20:23'), (487, 103, 114, 7, '2020-02-28 13:00:00', '13:0 PM', 0, '2020-02-26 18:20:23', '2020-02-26 18:20:23'), (488, 103, 9, 7, '2020-02-28 13:00:00', '13:0 PM', 0, '2020-02-26 18:20:23', '2020-02-26 18:20:23'), (489, 103, 65, 7, '2020-02-28 13:00:00', '13:0 PM', 0, '2020-02-26 18:20:23', '2020-02-26 18:20:23'), (490, 103, 189, 7, '2020-02-28 13:00:00', '13:0 PM', 1, '2020-02-26 18:20:23', '2020-06-16 16:03:37'), (491, 103, 191, 7, '2020-02-28 13:00:00', '13:0 PM', 0, '2020-02-26 18:20:23', '2020-02-26 18:20:23'), (492, 103, 94, 7, '2020-02-28 13:00:00', '13:0 PM', 0, '2020-02-26 18:20:23', '2020-02-26 18:20:23'), (493, 104, 6, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-02-26 18:54:50', '2020-02-26 18:54:50'), (494, 104, 16, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-02-26 18:54:50', '2020-02-26 18:54:50'), (495, 104, 18, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-02-26 18:54:50', '2020-02-26 18:54:50'), (496, 104, 35, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-02-26 18:54:52', '2020-02-26 18:54:52'), (497, 104, 54, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-02-26 18:54:52', '2020-02-26 18:54:52'), (498, 104, 80, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-02-26 18:54:52', '2020-02-26 18:54:52'), (499, 104, 82, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-02-26 18:54:52', '2020-02-26 18:54:52'), (500, 104, 83, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-02-26 18:54:52', '2020-02-26 18:54:52'), (501, 104, 106, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-02-26 18:54:52', '2020-02-26 18:54:52'), (502, 104, 109, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-02-26 18:54:52', '2020-02-26 18:54:52'), (503, 104, 110, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-02-26 18:54:52', '2020-02-26 18:54:52'), (504, 104, 114, 2, '2020-03-26 09:00:00', '09:0 AM', 1, '2020-02-26 18:54:52', '2020-02-29 22:02:19'), (505, 104, 9, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-02-26 18:54:53', '2020-02-26 18:54:53'), (506, 104, 65, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-02-26 18:54:53', '2020-02-26 18:54:53'), (507, 104, 189, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-02-26 18:54:53', '2020-02-26 18:54:53'), (508, 104, 191, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-02-26 18:54:53', '2020-02-26 18:54:53'), (509, 104, 94, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-02-26 18:54:53', '2020-02-26 18:54:53'), (510, 105, 6, 2, '2020-03-17 09:00:00', '09:0 AM', 0, '2020-03-16 15:32:29', '2020-03-16 15:32:29'), (511, 105, 16, 2, '2020-03-17 09:00:00', '09:0 AM', 0, '2020-03-16 15:32:29', '2020-03-16 15:32:29'), (512, 105, 18, 2, '2020-03-17 09:00:00', '09:0 AM', 0, '2020-03-16 15:32:29', '2020-03-16 15:32:29'), (513, 105, 35, 2, '2020-03-17 09:00:00', '09:0 AM', 0, '2020-03-16 15:32:31', '2020-03-16 15:32:31'), (514, 105, 54, 2, '2020-03-17 09:00:00', '09:0 AM', 0, '2020-03-16 15:32:32', '2020-03-16 15:32:32'), (515, 105, 80, 2, '2020-03-17 09:00:00', '09:0 AM', 0, '2020-03-16 15:32:32', '2020-03-16 15:32:32'), (516, 105, 82, 2, '2020-03-17 09:00:00', '09:0 AM', 0, '2020-03-16 15:32:32', '2020-03-16 15:32:32'), (517, 105, 83, 2, '2020-03-17 09:00:00', '09:0 AM', 0, '2020-03-16 15:32:32', '2020-03-16 15:32:32'), (518, 105, 106, 2, '2020-03-17 09:00:00', '09:0 AM', 0, '2020-03-16 15:32:32', '2020-03-16 15:32:32'), (519, 105, 109, 2, '2020-03-17 09:00:00', '09:0 AM', 0, '2020-03-16 15:32:32', '2020-03-16 15:32:32'), (520, 105, 110, 2, '2020-03-17 09:00:00', '09:0 AM', 0, '2020-03-16 15:32:32', '2020-03-16 15:32:32'), (521, 105, 114, 2, '2020-03-17 09:00:00', '09:0 AM', 0, '2020-03-16 15:32:33', '2020-03-16 15:32:33'), (522, 105, 215, 2, '2020-03-17 09:00:00', '09:0 AM', 0, '2020-03-16 15:32:33', '2020-03-16 15:32:33'); INSERT INTO `appointment_requests` (`id`, `appointment_id`, `doctor_id`, `service_id`, `request_date`, `request_time`, `status`, `created_at`, `updated_at`) VALUES (523, 105, 220, 2, '2020-03-17 09:00:00', '09:0 AM', 1, '2020-03-16 15:32:33', '2020-03-16 15:32:50'), (524, 105, 222, 2, '2020-03-17 09:00:00', '09:0 AM', 0, '2020-03-16 15:32:34', '2020-03-16 15:32:34'), (525, 105, 9, 2, '2020-03-17 09:00:00', '09:0 AM', 0, '2020-03-16 15:32:34', '2020-03-16 15:32:34'), (526, 105, 65, 2, '2020-03-17 09:00:00', '09:0 AM', 0, '2020-03-16 15:32:34', '2020-03-16 15:32:34'), (527, 105, 189, 2, '2020-03-17 09:00:00', '09:0 AM', 0, '2020-03-16 15:32:34', '2020-03-16 15:32:34'), (528, 105, 191, 2, '2020-03-17 09:00:00', '09:0 AM', 0, '2020-03-16 15:32:35', '2020-03-16 15:32:35'), (529, 105, 94, 2, '2020-03-17 09:00:00', '09:0 AM', 0, '2020-03-16 15:32:35', '2020-03-16 15:32:35'), (530, 106, 6, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-03-16 17:48:33', '2020-03-16 17:48:33'), (531, 106, 16, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-03-16 17:48:33', '2020-03-16 17:48:33'), (532, 106, 18, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-03-16 17:48:33', '2020-03-16 17:48:33'), (533, 106, 35, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-03-16 17:48:35', '2020-03-16 17:48:35'), (534, 106, 54, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-03-16 17:48:35', '2020-03-16 17:48:35'), (535, 106, 80, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-03-16 17:48:35', '2020-03-16 17:48:35'), (536, 106, 82, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-03-16 17:48:35', '2020-03-16 17:48:35'), (537, 106, 83, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-03-16 17:48:35', '2020-03-16 17:48:35'), (538, 106, 106, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-03-16 17:48:35', '2020-03-16 17:48:35'), (539, 106, 109, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-03-16 17:48:36', '2020-03-16 17:48:36'), (540, 106, 110, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-03-16 17:48:36', '2020-03-16 17:48:36'), (541, 106, 114, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-03-16 17:48:36', '2020-03-16 17:48:36'), (542, 106, 215, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-03-16 17:48:36', '2020-03-16 17:48:36'), (543, 106, 220, 2, '2020-03-26 09:00:00', '09:0 AM', 1, '2020-03-16 17:48:36', '2020-03-16 17:48:44'), (544, 106, 222, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-03-16 17:48:37', '2020-03-16 17:48:37'), (545, 106, 9, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-03-16 17:48:37', '2020-03-16 17:48:37'), (546, 106, 65, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-03-16 17:48:37', '2020-03-16 17:48:37'), (547, 106, 189, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-03-16 17:48:37', '2020-03-16 17:48:37'), (548, 106, 191, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-03-16 17:48:37', '2020-03-16 17:48:37'), (549, 106, 94, 2, '2020-03-26 09:00:00', '09:0 AM', 0, '2020-03-16 17:48:37', '2020-03-16 17:48:37'), (550, 107, 94, 3, '2020-06-14 11:00:00', '11:0 AM', 0, '2020-03-17 13:22:30', '2020-03-17 13:22:30'), (551, 107, 9, 3, '2020-06-14 11:00:00', '11:0 AM', 0, '2020-03-17 13:22:30', '2020-03-17 13:22:30'), (552, 107, 6, 3, '2020-06-14 11:00:00', '11:0 AM', 0, '2020-03-17 13:22:30', '2020-03-17 13:22:30'), (553, 107, 16, 3, '2020-06-14 11:00:00', '11:0 AM', 0, '2020-03-17 13:22:31', '2020-03-17 13:22:31'), (554, 107, 18, 3, '2020-06-14 11:00:00', '11:0 AM', 0, '2020-03-17 13:22:31', '2020-03-17 13:22:31'), (555, 107, 35, 3, '2020-06-14 11:00:00', '11:0 AM', 0, '2020-03-17 13:22:32', '2020-03-17 13:22:32'), (556, 107, 54, 3, '2020-06-14 11:00:00', '11:0 AM', 0, '2020-03-17 13:22:32', '2020-03-17 13:22:32'), (557, 107, 80, 3, '2020-06-14 11:00:00', '11:0 AM', 0, '2020-03-17 13:22:32', '2020-03-17 13:22:32'), (558, 107, 82, 3, '2020-06-14 11:00:00', '11:0 AM', 0, '2020-03-17 13:22:33', '2020-03-17 13:22:33'), (559, 107, 83, 3, '2020-06-14 11:00:00', '11:0 AM', 0, '2020-03-17 13:22:33', '2020-03-17 13:22:33'), (560, 107, 106, 3, '2020-06-14 11:00:00', '11:0 AM', 0, '2020-03-17 13:22:33', '2020-03-17 13:22:33'), (561, 107, 109, 3, '2020-06-14 11:00:00', '11:0 AM', 0, '2020-03-17 13:22:33', '2020-03-17 13:22:33'), (562, 107, 110, 3, '2020-06-14 11:00:00', '11:0 AM', 0, '2020-03-17 13:22:33', '2020-03-17 13:22:33'), (563, 107, 114, 3, '2020-06-14 11:00:00', '11:0 AM', 0, '2020-03-17 13:22:33', '2020-03-17 13:22:33'), (564, 107, 215, 3, '2020-06-14 11:00:00', '11:0 AM', 0, '2020-03-17 13:22:33', '2020-03-17 13:22:33'), (565, 107, 220, 3, '2020-06-14 11:00:00', '11:0 AM', 1, '2020-03-17 13:22:34', '2020-03-17 14:58:27'), (566, 107, 222, 3, '2020-06-14 11:00:00', '11:0 AM', 0, '2020-03-17 13:22:34', '2020-03-17 13:22:34'), (567, 107, 65, 3, '2020-06-14 11:00:00', '11:0 AM', 0, '2020-03-17 13:22:34', '2020-03-17 13:22:34'), (568, 107, 189, 3, '2020-06-14 11:00:00', '11:0 AM', 0, '2020-03-17 13:22:34', '2020-03-17 13:22:34'), (569, 107, 191, 3, '2020-06-14 11:00:00', '11:0 AM', 0, '2020-03-17 13:22:34', '2020-03-17 13:22:34'), (570, 108, 94, 12, '2020-03-18 09:00:00', '09:0 AM', 0, '2020-03-17 15:18:26', '2020-03-17 15:18:26'), (571, 108, 9, 12, '2020-03-18 09:00:00', '09:0 AM', 0, '2020-03-17 15:18:26', '2020-03-17 15:18:26'), (572, 108, 6, 12, '2020-03-18 09:00:00', '09:0 AM', 0, '2020-03-17 15:18:26', '2020-03-17 15:18:26'), (573, 108, 16, 12, '2020-03-18 09:00:00', '09:0 AM', 0, '2020-03-17 15:18:27', '2020-03-17 15:18:27'), (574, 108, 18, 12, '2020-03-18 09:00:00', '09:0 AM', 0, '2020-03-17 15:18:27', '2020-03-17 15:18:27'), (575, 108, 35, 12, '2020-03-18 09:00:00', '09:0 AM', 0, '2020-03-17 15:18:29', '2020-03-17 15:18:29'), (576, 108, 54, 12, '2020-03-18 09:00:00', '09:0 AM', 0, '2020-03-17 15:18:29', '2020-03-17 15:18:29'), (577, 108, 80, 12, '2020-03-18 09:00:00', '09:0 AM', 0, '2020-03-17 15:18:29', '2020-03-17 15:18:29'), (578, 108, 82, 12, '2020-03-18 09:00:00', '09:0 AM', 0, '2020-03-17 15:18:29', '2020-03-17 15:18:29'), (579, 108, 83, 12, '2020-03-18 09:00:00', '09:0 AM', 0, '2020-03-17 15:18:29', '2020-03-17 15:18:29'), (580, 108, 106, 12, '2020-03-18 09:00:00', '09:0 AM', 0, '2020-03-17 15:18:29', '2020-03-17 15:18:29'), (581, 108, 109, 12, '2020-03-18 09:00:00', '09:0 AM', 0, '2020-03-17 15:18:29', '2020-03-17 15:18:29'), (582, 108, 114, 12, '2020-03-18 09:00:00', '09:0 AM', 0, '2020-03-17 15:18:29', '2020-03-17 15:18:29'), (583, 108, 215, 12, '2020-03-18 09:00:00', '09:0 AM', 0, '2020-03-17 15:18:29', '2020-03-17 15:18:29'), (584, 108, 220, 12, '2020-03-18 09:00:00', '09:0 AM', 1, '2020-03-17 15:18:30', '2020-03-17 15:18:51'), (585, 108, 222, 12, '2020-03-18 09:00:00', '09:0 AM', 0, '2020-03-17 15:18:30', '2020-03-17 15:18:30'), (586, 108, 65, 12, '2020-03-18 09:00:00', '09:0 AM', 0, '2020-03-17 15:18:31', '2020-03-17 15:18:31'), (587, 108, 189, 12, '2020-03-18 09:00:00', '09:0 AM', 0, '2020-03-17 15:18:31', '2020-03-17 15:18:31'), (588, 109, 6, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 17:35:26', '2020-03-17 17:35:26'), (589, 109, 16, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 17:35:27', '2020-03-17 17:35:27'), (590, 109, 18, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 17:35:27', '2020-03-17 17:35:27'), (591, 109, 35, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 17:35:29', '2020-03-17 17:35:29'), (592, 109, 54, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 17:35:29', '2020-03-17 17:35:29'), (593, 109, 80, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 17:35:29', '2020-03-17 17:35:29'), (594, 109, 82, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 17:35:29', '2020-03-17 17:35:29'), (595, 109, 83, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 17:35:29', '2020-03-17 17:35:29'), (596, 109, 106, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 17:35:29', '2020-03-17 17:35:29'), (597, 109, 109, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 17:35:29', '2020-03-17 17:35:29'), (598, 109, 110, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 17:35:29', '2020-03-17 17:35:29'), (599, 109, 114, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 17:35:29', '2020-03-17 17:35:29'), (600, 109, 215, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 17:35:30', '2020-03-17 17:35:30'), (601, 109, 220, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 17:35:30', '2020-03-17 17:35:30'), (602, 109, 222, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 17:35:30', '2020-03-17 17:35:30'), (603, 109, 231, 2, '2020-03-23 11:00:00', '11:0 AM', 1, '2020-03-17 17:35:30', '2020-03-17 17:35:40'), (604, 109, 9, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 17:35:31', '2020-03-17 17:35:31'), (605, 109, 65, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 17:35:31', '2020-03-17 17:35:31'), (606, 109, 189, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 17:35:31', '2020-03-17 17:35:31'), (607, 109, 191, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 17:35:31', '2020-03-17 17:35:31'), (608, 109, 94, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 17:35:31', '2020-03-17 17:35:31'), (609, 110, 6, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 18:07:18', '2020-03-17 18:07:18'), (610, 110, 16, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 18:07:18', '2020-03-17 18:07:18'), (611, 110, 18, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 18:07:18', '2020-03-17 18:07:18'), (612, 110, 35, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 18:07:20', '2020-03-17 18:07:20'), (613, 110, 54, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 18:07:20', '2020-03-17 18:07:20'), (614, 110, 80, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 18:07:20', '2020-03-17 18:07:20'), (615, 110, 82, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 18:07:20', '2020-03-17 18:07:20'), (616, 110, 83, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 18:07:20', '2020-03-17 18:07:20'), (617, 110, 106, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 18:07:20', '2020-03-17 18:07:20'), (618, 110, 109, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 18:07:20', '2020-03-17 18:07:20'), (619, 110, 110, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 18:07:20', '2020-03-17 18:07:20'), (620, 110, 114, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 18:07:20', '2020-03-17 18:07:20'), (621, 110, 215, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 18:07:20', '2020-03-17 18:07:20'), (622, 110, 220, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 18:07:20', '2020-03-17 18:07:20'), (623, 110, 222, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 18:07:21', '2020-03-17 18:07:21'), (624, 110, 231, 2, '2020-03-23 11:00:00', '11:0 AM', 1, '2020-03-17 18:07:21', '2020-03-17 18:07:42'), (625, 110, 9, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 18:07:21', '2020-03-17 18:07:21'), (626, 110, 65, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 18:07:21', '2020-03-17 18:07:21'), (627, 110, 189, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 18:07:21', '2020-03-17 18:07:21'), (628, 110, 191, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 18:07:21', '2020-03-17 18:07:21'), (629, 110, 94, 2, '2020-03-23 11:00:00', '11:0 AM', 0, '2020-03-17 18:07:21', '2020-03-17 18:07:21'), (630, 111, 6, 2, '2020-03-23 09:00:00', '09:0 AM', 0, '2020-03-18 10:14:28', '2020-03-18 10:14:28'), (631, 111, 16, 2, '2020-03-23 09:00:00', '09:0 AM', 0, '2020-03-18 10:14:29', '2020-03-18 10:14:29'), (632, 111, 18, 2, '2020-03-23 09:00:00', '09:0 AM', 0, '2020-03-18 10:14:29', '2020-03-18 10:14:29'), (633, 111, 35, 2, '2020-03-23 09:00:00', '09:0 AM', 1, '2020-03-18 10:14:31', '2020-03-18 13:27:45'), (634, 111, 54, 2, '2020-03-23 09:00:00', '09:0 AM', 0, '2020-03-18 10:14:31', '2020-03-18 10:14:31'), (635, 111, 80, 2, '2020-03-23 09:00:00', '09:0 AM', 0, '2020-03-18 10:14:31', '2020-03-18 10:14:31'), (636, 111, 82, 2, '2020-03-23 09:00:00', '09:0 AM', 0, '2020-03-18 10:14:31', '2020-03-18 10:14:31'), (637, 111, 83, 2, '2020-03-23 09:00:00', '09:0 AM', 0, '2020-03-18 10:14:31', '2020-03-18 10:14:31'), (638, 111, 106, 2, '2020-03-23 09:00:00', '09:0 AM', 0, '2020-03-18 10:14:31', '2020-03-18 10:14:31'), (639, 111, 109, 2, '2020-03-23 09:00:00', '09:0 AM', 0, '2020-03-18 10:14:31', '2020-03-18 10:14:31'), (640, 111, 110, 2, '2020-03-23 09:00:00', '09:0 AM', 0, '2020-03-18 10:14:31', '2020-03-18 10:14:31'), (641, 111, 114, 2, '2020-03-23 09:00:00', '09:0 AM', 0, '2020-03-18 10:14:31', '2020-03-18 10:14:31'), (642, 111, 215, 2, '2020-03-23 09:00:00', '09:0 AM', 0, '2020-03-18 10:14:31', '2020-03-18 10:14:31'), (643, 111, 220, 2, '2020-03-23 09:00:00', '09:0 AM', 1, '2020-03-18 10:14:31', '2020-03-18 10:14:46'), (644, 111, 222, 2, '2020-03-23 09:00:00', '09:0 AM', 0, '2020-03-18 10:14:32', '2020-03-18 10:14:32'), (645, 111, 231, 2, '2020-03-23 09:00:00', '09:0 AM', 0, '2020-03-18 10:14:32', '2020-03-18 10:14:32'), (646, 111, 9, 2, '2020-03-23 09:00:00', '09:0 AM', 0, '2020-03-18 10:14:32', '2020-03-18 10:14:32'), (647, 111, 65, 2, '2020-03-23 09:00:00', '09:0 AM', 0, '2020-03-18 10:14:33', '2020-03-18 10:14:33'), (648, 111, 189, 2, '2020-03-23 09:00:00', '09:0 AM', 0, '2020-03-18 10:14:33', '2020-03-18 10:14:33'), (649, 111, 191, 2, '2020-03-23 09:00:00', '09:0 AM', 0, '2020-03-18 10:14:33', '2020-03-18 10:14:33'), (650, 111, 94, 2, '2020-03-23 09:00:00', '09:0 AM', 0, '2020-03-18 10:14:33', '2020-03-18 10:14:33'), (651, 112, 6, 2, '2020-03-28 09:00:00', '09:0 AM', 0, '2020-03-18 10:49:36', '2020-03-18 10:49:36'), (652, 112, 16, 2, '2020-03-28 09:00:00', '09:0 AM', 0, '2020-03-18 10:49:36', '2020-03-18 10:49:36'), (653, 112, 18, 2, '2020-03-28 09:00:00', '09:0 AM', 0, '2020-03-18 10:49:36', '2020-03-18 10:49:36'), (654, 112, 35, 2, '2020-03-28 09:00:00', '09:0 AM', 0, '2020-03-18 10:49:38', '2020-03-18 10:49:38'), (655, 112, 54, 2, '2020-03-28 09:00:00', '09:0 AM', 0, '2020-03-18 10:49:38', '2020-03-18 10:49:38'), (656, 112, 80, 2, '2020-03-28 09:00:00', '09:0 AM', 0, '2020-03-18 10:49:39', '2020-03-18 10:49:39'), (657, 112, 82, 2, '2020-03-28 09:00:00', '09:0 AM', 0, '2020-03-18 10:49:39', '2020-03-18 10:49:39'), (658, 112, 83, 2, '2020-03-28 09:00:00', '09:0 AM', 0, '2020-03-18 10:49:39', '2020-03-18 10:49:39'), (659, 112, 106, 2, '2020-03-28 09:00:00', '09:0 AM', 0, '2020-03-18 10:49:39', '2020-03-18 10:49:39'), (660, 112, 109, 2, '2020-03-28 09:00:00', '09:0 AM', 0, '2020-03-18 10:49:39', '2020-03-18 10:49:39'), (661, 112, 110, 2, '2020-03-28 09:00:00', '09:0 AM', 0, '2020-03-18 10:49:39', '2020-03-18 10:49:39'), (662, 112, 114, 2, '2020-03-28 09:00:00', '09:0 AM', 0, '2020-03-18 10:49:40', '2020-03-18 10:49:40'), (663, 112, 215, 2, '2020-03-28 09:00:00', '09:0 AM', 0, '2020-03-18 10:49:40', '2020-03-18 10:49:40'), (664, 112, 220, 2, '2020-03-28 09:00:00', '09:0 AM', 0, '2020-03-18 10:49:40', '2020-03-18 10:49:40'), (665, 112, 222, 2, '2020-03-28 09:00:00', '09:0 AM', 0, '2020-03-18 10:49:41', '2020-03-18 10:49:41'), (666, 112, 231, 2, '2020-03-28 09:00:00', '09:0 AM', 1, '2020-03-18 10:49:41', '2020-03-18 12:04:58'), (667, 112, 9, 2, '2020-03-28 09:00:00', '09:0 AM', 0, '2020-03-18 10:49:42', '2020-03-18 10:49:42'), (668, 112, 65, 2, '2020-03-28 09:00:00', '09:0 AM', 0, '2020-03-18 10:49:42', '2020-03-18 10:49:42'), (669, 112, 189, 2, '2020-03-28 09:00:00', '09:0 AM', 0, '2020-03-18 10:49:42', '2020-03-18 10:49:42'), (670, 112, 191, 2, '2020-03-28 09:00:00', '09:0 AM', 0, '2020-03-18 10:49:42', '2020-03-18 10:49:42'), (671, 112, 94, 2, '2020-03-28 09:00:00', '09:0 AM', 0, '2020-03-18 10:49:42', '2020-03-18 10:49:42'), (672, 113, 94, 2, '2020-04-18 09:00:00', '09:0 AM', 0, '2020-03-18 11:52:30', '2020-03-18 11:52:30'), (673, 113, 9, 2, '2020-04-18 09:00:00', '09:0 AM', 0, '2020-03-18 11:52:30', '2020-03-18 11:52:30'), (674, 113, 6, 2, '2020-04-18 09:00:00', '09:0 AM', 0, '2020-03-18 11:52:31', '2020-03-18 11:52:31'), (675, 113, 16, 2, '2020-04-18 09:00:00', '09:0 AM', 0, '2020-03-18 11:52:31', '2020-03-18 11:52:31'), (676, 113, 18, 2, '2020-04-18 09:00:00', '09:0 AM', 1, '2020-03-18 11:52:31', '2020-03-18 11:53:40'), (677, 113, 35, 2, '2020-04-18 09:00:00', '09:0 AM', 0, '2020-03-18 11:52:32', '2020-03-18 11:52:32'), (678, 113, 54, 2, '2020-04-18 09:00:00', '09:0 AM', 0, '2020-03-18 11:52:33', '2020-03-18 11:52:33'), (679, 113, 80, 2, '2020-04-18 09:00:00', '09:0 AM', 0, '2020-03-18 11:52:33', '2020-03-18 11:52:33'), (680, 113, 82, 2, '2020-04-18 09:00:00', '09:0 AM', 0, '2020-03-18 11:52:33', '2020-03-18 11:52:33'), (681, 113, 83, 2, '2020-04-18 09:00:00', '09:0 AM', 0, '2020-03-18 11:52:33', '2020-03-18 11:52:33'), (682, 113, 106, 2, '2020-04-18 09:00:00', '09:0 AM', 0, '2020-03-18 11:52:33', '2020-03-18 11:52:33'), (683, 113, 109, 2, '2020-04-18 09:00:00', '09:0 AM', 0, '2020-03-18 11:52:33', '2020-03-18 11:52:33'), (684, 113, 110, 2, '2020-04-18 09:00:00', '09:0 AM', 0, '2020-03-18 11:52:33', '2020-03-18 11:52:33'), (685, 113, 114, 2, '2020-04-18 09:00:00', '09:0 AM', 0, '2020-03-18 11:52:33', '2020-03-18 11:52:33'), (686, 113, 215, 2, '2020-04-18 09:00:00', '09:0 AM', 0, '2020-03-18 11:52:33', '2020-03-18 11:52:33'), (687, 113, 220, 2, '2020-04-18 09:00:00', '09:0 AM', 0, '2020-03-18 11:52:33', '2020-03-18 11:52:33'), (688, 113, 222, 2, '2020-04-18 09:00:00', '09:0 AM', 0, '2020-03-18 11:52:34', '2020-03-18 11:52:34'), (689, 113, 231, 2, '2020-04-18 09:00:00', '09:0 AM', 0, '2020-03-18 11:52:34', '2020-03-18 11:52:34'), (690, 113, 65, 2, '2020-04-18 09:00:00', '09:0 AM', 0, '2020-03-18 11:52:34', '2020-03-18 11:52:34'), (691, 113, 189, 2, '2020-04-18 09:00:00', '09:0 AM', 0, '2020-03-18 11:52:34', '2020-03-18 11:52:34'), (692, 113, 191, 2, '2020-04-18 09:00:00', '09:0 AM', 0, '2020-03-18 11:52:34', '2020-03-18 11:52:34'), (693, 114, 6, 3, '2020-04-22 09:00:00', '09:0 AM', 0, '2020-03-18 13:27:02', '2020-03-18 13:27:02'), (694, 114, 16, 3, '2020-04-22 09:00:00', '09:0 AM', 0, '2020-03-18 13:27:02', '2020-03-18 13:27:02'), (695, 114, 18, 3, '2020-04-22 09:00:00', '09:0 AM', 0, '2020-03-18 13:27:02', '2020-03-18 13:27:02'), (696, 114, 35, 3, '2020-04-22 09:00:00', '09:0 AM', 0, '2020-03-18 13:27:04', '2020-03-18 13:27:04'), (697, 114, 54, 3, '2020-04-22 09:00:00', '09:0 AM', 0, '2020-03-18 13:27:04', '2020-03-18 13:27:04'), (698, 114, 80, 3, '2020-04-22 09:00:00', '09:0 AM', 0, '2020-03-18 13:27:04', '2020-03-18 13:27:04'), (699, 114, 82, 3, '2020-04-22 09:00:00', '09:0 AM', 0, '2020-03-18 13:27:04', '2020-03-18 13:27:04'), (700, 114, 83, 3, '2020-04-22 09:00:00', '09:0 AM', 0, '2020-03-18 13:27:04', '2020-03-18 13:27:04'), (701, 114, 106, 3, '2020-04-22 09:00:00', '09:0 AM', 0, '2020-03-18 13:27:05', '2020-03-18 13:27:05'), (702, 114, 109, 3, '2020-04-22 09:00:00', '09:0 AM', 0, '2020-03-18 13:27:05', '2020-03-18 13:27:05'), (703, 114, 110, 3, '2020-04-22 09:00:00', '09:0 AM', 0, '2020-03-18 13:27:05', '2020-03-18 13:27:05'), (704, 114, 114, 3, '2020-04-22 09:00:00', '09:0 AM', 0, '2020-03-18 13:27:05', '2020-03-18 13:27:05'), (705, 114, 215, 3, '2020-04-22 09:00:00', '09:0 AM', 0, '2020-03-18 13:27:05', '2020-03-18 13:27:05'), (706, 114, 220, 3, '2020-04-22 09:00:00', '09:0 AM', 0, '2020-03-18 13:27:05', '2020-03-18 13:27:05'), (707, 114, 222, 3, '2020-04-22 09:00:00', '09:0 AM', 0, '2020-03-18 13:27:05', '2020-03-18 13:27:05'), (708, 114, 231, 3, '2020-04-22 09:00:00', '09:0 AM', 0, '2020-03-18 13:27:05', '2020-03-18 13:27:05'), (709, 114, 9, 3, '2020-04-22 09:00:00', '09:0 AM', 0, '2020-03-18 13:27:05', '2020-03-18 13:27:05'), (710, 114, 65, 3, '2020-04-22 09:00:00', '09:0 AM', 0, '2020-03-18 13:27:06', '2020-03-18 13:27:06'), (711, 114, 189, 3, '2020-04-22 09:00:00', '09:0 AM', 1, '2020-03-18 13:27:06', '2020-06-16 16:03:42'), (712, 114, 191, 3, '2020-04-22 09:00:00', '09:0 AM', 0, '2020-03-18 13:27:06', '2020-03-18 13:27:06'), (713, 114, 94, 3, '2020-04-22 09:00:00', '09:0 AM', 0, '2020-03-18 13:27:06', '2020-03-18 13:27:06'), (714, 115, 245, 3, '2020-04-01 11:00:00', '11:0 AM', 0, '2020-03-27 11:53:23', '2020-03-27 11:53:23'), (715, 115, 94, 3, '2020-04-01 11:00:00', '11:0 AM', 0, '2020-03-27 11:53:24', '2020-03-27 11:53:24'), (716, 115, 9, 3, '2020-04-01 11:00:00', '11:0 AM', 0, '2020-03-27 11:53:24', '2020-03-27 11:53:24'), (717, 115, 6, 3, '2020-04-01 11:00:00', '11:0 AM', 0, '2020-03-27 11:53:24', '2020-03-27 11:53:24'), (718, 115, 16, 3, '2020-04-01 11:00:00', '11:0 AM', 0, '2020-03-27 11:53:24', '2020-03-27 11:53:24'), (719, 115, 18, 3, '2020-04-01 11:00:00', '11:0 AM', 0, '2020-03-27 11:53:24', '2020-03-27 11:53:24'), (720, 115, 35, 3, '2020-04-01 11:00:00', '11:0 AM', 0, '2020-03-27 11:53:25', '2020-03-27 11:53:25'), (721, 115, 54, 3, '2020-04-01 11:00:00', '11:0 AM', 0, '2020-03-27 11:53:25', '2020-03-27 11:53:25'), (722, 115, 80, 3, '2020-04-01 11:00:00', '11:0 AM', 0, '2020-03-27 11:53:25', '2020-03-27 11:53:25'), (723, 115, 82, 3, '2020-04-01 11:00:00', '11:0 AM', 0, '2020-03-27 11:53:25', '2020-03-27 11:53:25'), (724, 115, 83, 3, '2020-04-01 11:00:00', '11:0 AM', 0, '2020-03-27 11:53:25', '2020-03-27 11:53:25'), (725, 115, 106, 3, '2020-04-01 11:00:00', '11:0 AM', 0, '2020-03-27 11:53:26', '2020-03-27 11:53:26'), (726, 115, 109, 3, '2020-04-01 11:00:00', '11:0 AM', 0, '2020-03-27 11:53:26', '2020-03-27 11:53:26'), (727, 115, 110, 3, '2020-04-01 11:00:00', '11:0 AM', 0, '2020-03-27 11:53:26', '2020-03-27 11:53:26'), (728, 115, 114, 3, '2020-04-01 11:00:00', '11:0 AM', 0, '2020-03-27 11:53:26', '2020-03-27 11:53:26'), (729, 115, 215, 3, '2020-04-01 11:00:00', '11:0 AM', 0, '2020-03-27 11:53:26', '2020-03-27 11:53:26'), (730, 115, 220, 3, '2020-04-01 11:00:00', '11:0 AM', 1, '2020-03-27 11:53:27', '2020-03-27 12:23:52'), (731, 115, 222, 3, '2020-04-01 11:00:00', '11:0 AM', 0, '2020-03-27 11:53:28', '2020-03-27 11:53:28'), (732, 115, 231, 3, '2020-04-01 11:00:00', '11:0 AM', 0, '2020-03-27 11:53:28', '2020-03-27 11:53:28'), (733, 115, 65, 3, '2020-04-01 11:00:00', '11:0 AM', 0, '2020-03-27 11:53:28', '2020-03-27 11:53:28'), (734, 115, 189, 3, '2020-04-01 11:00:00', '11:0 AM', 0, '2020-03-27 11:53:28', '2020-03-27 11:53:28'), (735, 115, 191, 3, '2020-04-01 11:00:00', '11:0 AM', 0, '2020-03-27 11:53:28', '2020-03-27 11:53:28'), (736, 116, 245, 2, '2020-04-10 15:00:00', '15:0 PM', 1, '2020-03-27 12:05:31', '2020-03-27 12:06:01'), (737, 116, 94, 2, '2020-04-10 15:00:00', '15:0 PM', 0, '2020-03-27 12:05:32', '2020-03-27 12:05:32'), (738, 116, 9, 2, '2020-04-10 15:00:00', '15:0 PM', 0, '2020-03-27 12:05:32', '2020-03-27 12:05:32'), (739, 116, 6, 2, '2020-04-10 15:00:00', '15:0 PM', 0, '2020-03-27 12:05:32', '2020-03-27 12:05:32'), (740, 116, 16, 2, '2020-04-10 15:00:00', '15:0 PM', 0, '2020-03-27 12:05:32', '2020-03-27 12:05:32'), (741, 116, 18, 2, '2020-04-10 15:00:00', '15:0 PM', 0, '2020-03-27 12:05:32', '2020-03-27 12:05:32'), (742, 116, 35, 2, '2020-04-10 15:00:00', '15:0 PM', 0, '2020-03-27 12:05:33', '2020-03-27 12:05:33'), (743, 116, 54, 2, '2020-04-10 15:00:00', '15:0 PM', 0, '2020-03-27 12:05:33', '2020-03-27 12:05:33'), (744, 116, 80, 2, '2020-04-10 15:00:00', '15:0 PM', 0, '2020-03-27 12:05:33', '2020-03-27 12:05:33'), (745, 116, 82, 2, '2020-04-10 15:00:00', '15:0 PM', 0, '2020-03-27 12:05:34', '2020-03-27 12:05:34'), (746, 116, 83, 2, '2020-04-10 15:00:00', '15:0 PM', 0, '2020-03-27 12:05:34', '2020-03-27 12:05:34'), (747, 116, 106, 2, '2020-04-10 15:00:00', '15:0 PM', 0, '2020-03-27 12:05:34', '2020-03-27 12:05:34'), (748, 116, 109, 2, '2020-04-10 15:00:00', '15:0 PM', 0, '2020-03-27 12:05:34', '2020-03-27 12:05:34'), (749, 116, 110, 2, '2020-04-10 15:00:00', '15:0 PM', 0, '2020-03-27 12:05:34', '2020-03-27 12:05:34'), (750, 116, 114, 2, '2020-04-10 15:00:00', '15:0 PM', 0, '2020-03-27 12:05:34', '2020-03-27 12:05:34'), (751, 116, 215, 2, '2020-04-10 15:00:00', '15:0 PM', 0, '2020-03-27 12:05:34', '2020-03-27 12:05:34'), (752, 116, 220, 2, '2020-04-10 15:00:00', '15:0 PM', 0, '2020-03-27 12:05:35', '2020-03-27 12:05:35'), (753, 116, 222, 2, '2020-04-10 15:00:00', '15:0 PM', 0, '2020-03-27 12:05:36', '2020-03-27 12:05:36'), (754, 116, 231, 2, '2020-04-10 15:00:00', '15:0 PM', 0, '2020-03-27 12:05:36', '2020-03-27 12:05:36'), (755, 116, 65, 2, '2020-04-10 15:00:00', '15:0 PM', 0, '2020-03-27 12:05:36', '2020-03-27 12:05:36'), (756, 116, 189, 2, '2020-04-10 15:00:00', '15:0 PM', 0, '2020-03-27 12:05:36', '2020-03-27 12:05:36'), (757, 116, 191, 2, '2020-04-10 15:00:00', '15:0 PM', 0, '2020-03-27 12:05:36', '2020-03-27 12:05:36'), (758, 117, 245, 2, '2020-05-22 11:00:00', '11:0 AM', 0, '2020-05-21 13:53:08', '2020-05-21 13:53:08'), (759, 117, 94, 2, '2020-05-22 11:00:00', '11:0 AM', 0, '2020-05-21 13:53:09', '2020-05-21 13:53:09'), (760, 117, 9, 2, '2020-05-22 11:00:00', '11:0 AM', 0, '2020-05-21 13:53:09', '2020-05-21 13:53:09'), (761, 117, 6, 2, '2020-05-22 11:00:00', '11:0 AM', 0, '2020-05-21 13:53:09', '2020-05-21 13:53:09'), (762, 117, 16, 2, '2020-05-22 11:00:00', '11:0 AM', 0, '2020-05-21 13:53:10', '2020-05-21 13:53:10'), (763, 117, 18, 2, '2020-05-22 11:00:00', '11:0 AM', 0, '2020-05-21 13:53:10', '2020-05-21 13:53:10'), (764, 117, 35, 2, '2020-05-22 11:00:00', '11:0 AM', 0, '2020-05-21 13:53:10', '2020-05-21 13:53:10'), (765, 117, 54, 2, '2020-05-22 11:00:00', '11:0 AM', 0, '2020-05-21 13:53:10', '2020-05-21 13:53:10'), (766, 117, 80, 2, '2020-05-22 11:00:00', '11:0 AM', 0, '2020-05-21 13:53:11', '2020-05-21 13:53:11'), (767, 117, 82, 2, '2020-05-22 11:00:00', '11:0 AM', 0, '2020-05-21 13:53:11', '2020-05-21 13:53:11'), (768, 117, 83, 2, '2020-05-22 11:00:00', '11:0 AM', 0, '2020-05-21 13:53:11', '2020-05-21 13:53:11'), (769, 117, 106, 2, '2020-05-22 11:00:00', '11:0 AM', 0, '2020-05-21 13:53:11', '2020-05-21 13:53:11'), (770, 117, 109, 2, '2020-05-22 11:00:00', '11:0 AM', 0, '2020-05-21 13:53:11', '2020-05-21 13:53:11'), (771, 117, 110, 2, '2020-05-22 11:00:00', '11:0 AM', 0, '2020-05-21 13:53:11', '2020-05-21 13:53:11'), (772, 117, 114, 2, '2020-05-22 11:00:00', '11:0 AM', 0, '2020-05-21 13:53:11', '2020-05-21 13:53:11'), (773, 117, 215, 2, '2020-05-22 11:00:00', '11:0 AM', 0, '2020-05-21 13:53:12', '2020-05-21 13:53:12'), (774, 117, 220, 2, '2020-05-22 11:00:00', '11:0 AM', 0, '2020-05-21 13:53:12', '2020-05-21 13:53:12'), (775, 117, 222, 2, '2020-05-22 11:00:00', '11:0 AM', 0, '2020-05-21 13:53:13', '2020-05-21 13:53:13'), (776, 117, 231, 2, '2020-05-22 11:00:00', '11:0 AM', 0, '2020-05-21 13:53:13', '2020-05-21 13:53:13'), (777, 117, 265, 2, '2020-05-22 11:00:00', '11:0 AM', 0, '2020-05-21 13:53:13', '2020-05-21 13:53:13'), (778, 117, 65, 2, '2020-05-22 11:00:00', '11:0 AM', 0, '2020-05-21 13:53:14', '2020-05-21 13:53:14'), (779, 117, 189, 2, '2020-05-22 11:00:00', '11:0 AM', 1, '2020-05-21 13:53:14', '2020-05-21 14:03:46'), (780, 117, 191, 2, '2020-05-22 11:00:00', '11:0 AM', 0, '2020-05-21 13:53:14', '2020-05-21 13:53:14'), (781, 118, 6, 2, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-05-21 14:55:07', '2020-05-21 14:55:07'), (782, 118, 16, 2, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-05-21 14:55:07', '2020-05-21 14:55:07'), (783, 118, 18, 2, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-05-21 14:55:07', '2020-05-21 14:55:07'), (784, 118, 35, 2, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-05-21 14:55:08', '2020-05-21 14:55:08'), (785, 118, 54, 2, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-05-21 14:55:08', '2020-05-21 14:55:08'), (786, 118, 80, 2, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-05-21 14:55:08', '2020-05-21 14:55:08'), (787, 118, 82, 2, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-05-21 14:55:08', '2020-05-21 14:55:08'), (788, 118, 83, 2, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-05-21 14:55:08', '2020-05-21 14:55:08'), (789, 118, 106, 2, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-05-21 14:55:09', '2020-05-21 14:55:09'), (790, 118, 109, 2, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-05-21 14:55:09', '2020-05-21 14:55:09'), (791, 118, 110, 2, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-05-21 14:55:09', '2020-05-21 14:55:09'), (792, 118, 114, 2, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-05-21 14:55:09', '2020-05-21 14:55:09'), (793, 118, 215, 2, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-05-21 14:55:09', '2020-05-21 14:55:09'), (794, 118, 220, 2, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-05-21 14:55:10', '2020-05-21 14:55:10'), (795, 118, 222, 2, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-05-21 14:55:10', '2020-05-21 14:55:10'), (796, 118, 231, 2, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-05-21 14:55:10', '2020-05-21 14:55:10'), (797, 118, 265, 2, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-05-21 14:55:10', '2020-05-21 14:55:10'), (798, 118, 9, 2, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-05-21 14:55:11', '2020-05-21 14:55:11'), (799, 118, 65, 2, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-05-21 14:55:11', '2020-05-21 14:55:11'), (800, 118, 189, 2, '2020-06-17 13:00:00', '13:0 PM', 1, '2020-05-21 14:55:11', '2020-05-21 14:59:08'), (801, 118, 191, 2, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-05-21 14:55:11', '2020-05-21 14:55:11'), (802, 118, 94, 2, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-05-21 14:55:11', '2020-05-21 14:55:11'), (803, 118, 245, 2, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-05-21 14:55:12', '2020-05-21 14:55:12'), (804, 119, 245, 2, '2020-05-22 19:00:00', '19:0 PM', 0, '2020-05-22 14:36:27', '2020-05-22 14:36:27'), (805, 119, 94, 2, '2020-05-22 19:00:00', '19:0 PM', 0, '2020-05-22 14:36:28', '2020-05-22 14:36:28'), (806, 119, 9, 2, '2020-05-22 19:00:00', '19:0 PM', 0, '2020-05-22 14:36:28', '2020-05-22 14:36:28'), (807, 119, 6, 2, '2020-05-22 19:00:00', '19:0 PM', 0, '2020-05-22 14:36:28', '2020-05-22 14:36:28'), (808, 119, 16, 2, '2020-05-22 19:00:00', '19:0 PM', 0, '2020-05-22 14:36:28', '2020-05-22 14:36:28'), (809, 119, 18, 2, '2020-05-22 19:00:00', '19:0 PM', 0, '2020-05-22 14:36:28', '2020-05-22 14:36:28'), (810, 119, 35, 2, '2020-05-22 19:00:00', '19:0 PM', 0, '2020-05-22 14:36:29', '2020-05-22 14:36:29'), (811, 119, 54, 2, '2020-05-22 19:00:00', '19:0 PM', 0, '2020-05-22 14:36:29', '2020-05-22 14:36:29'), (812, 119, 80, 2, '2020-05-22 19:00:00', '19:0 PM', 0, '2020-05-22 14:36:29', '2020-05-22 14:36:29'), (813, 119, 82, 2, '2020-05-22 19:00:00', '19:0 PM', 0, '2020-05-22 14:36:29', '2020-05-22 14:36:29'), (814, 119, 83, 2, '2020-05-22 19:00:00', '19:0 PM', 0, '2020-05-22 14:36:29', '2020-05-22 14:36:29'), (815, 119, 106, 2, '2020-05-22 19:00:00', '19:0 PM', 0, '2020-05-22 14:36:29', '2020-05-22 14:36:29'), (816, 119, 109, 2, '2020-05-22 19:00:00', '19:0 PM', 0, '2020-05-22 14:36:30', '2020-05-22 14:36:30'), (817, 119, 110, 2, '2020-05-22 19:00:00', '19:0 PM', 0, '2020-05-22 14:36:30', '2020-05-22 14:36:30'), (818, 119, 114, 2, '2020-05-22 19:00:00', '19:0 PM', 0, '2020-05-22 14:36:30', '2020-05-22 14:36:30'), (819, 119, 215, 2, '2020-05-22 19:00:00', '19:0 PM', 0, '2020-05-22 14:36:30', '2020-05-22 14:36:30'), (820, 119, 220, 2, '2020-05-22 19:00:00', '19:0 PM', 0, '2020-05-22 14:36:30', '2020-05-22 14:36:30'), (821, 119, 222, 2, '2020-05-22 19:00:00', '19:0 PM', 0, '2020-05-22 14:36:31', '2020-05-22 14:36:31'), (822, 119, 231, 2, '2020-05-22 19:00:00', '19:0 PM', 0, '2020-05-22 14:36:31', '2020-05-22 14:36:31'), (823, 119, 265, 2, '2020-05-22 19:00:00', '19:0 PM', 0, '2020-05-22 14:36:31', '2020-05-22 14:36:31'), (824, 119, 65, 2, '2020-05-22 19:00:00', '19:0 PM', 0, '2020-05-22 14:36:32', '2020-05-22 14:36:32'), (825, 119, 189, 2, '2020-05-22 19:00:00', '19:0 PM', 1, '2020-05-22 14:36:32', '2020-05-22 14:37:08'), (826, 119, 191, 2, '2020-05-22 19:00:00', '19:0 PM', 0, '2020-05-22 14:36:32', '2020-05-22 14:36:32'), (827, 120, 245, 2, '2020-07-06 09:00:00', '09:0 AM', 1, '2020-06-12 16:42:03', '2020-06-13 19:23:57'), (828, 120, 94, 2, '2020-07-06 09:00:00', '09:0 AM', 0, '2020-06-12 16:42:03', '2020-06-12 16:42:03'), (829, 120, 9, 2, '2020-07-06 09:00:00', '09:0 AM', 0, '2020-06-12 16:42:03', '2020-06-12 16:42:03'), (830, 120, 6, 2, '2020-07-06 09:00:00', '09:0 AM', 0, '2020-06-12 16:42:04', '2020-06-12 16:42:04'), (831, 120, 16, 2, '2020-07-06 09:00:00', '09:0 AM', 0, '2020-06-12 16:42:04', '2020-06-12 16:42:04'), (832, 120, 18, 2, '2020-07-06 09:00:00', '09:0 AM', 0, '2020-06-12 16:42:04', '2020-06-12 16:42:04'), (833, 120, 35, 2, '2020-07-06 09:00:00', '09:0 AM', 0, '2020-06-12 16:42:05', '2020-06-12 16:42:05'), (834, 120, 54, 2, '2020-07-06 09:00:00', '09:0 AM', 0, '2020-06-12 16:42:05', '2020-06-12 16:42:05'), (835, 120, 80, 2, '2020-07-06 09:00:00', '09:0 AM', 0, '2020-06-12 16:42:05', '2020-06-12 16:42:05'), (836, 120, 82, 2, '2020-07-06 09:00:00', '09:0 AM', 0, '2020-06-12 16:42:05', '2020-06-12 16:42:05'), (837, 120, 83, 2, '2020-07-06 09:00:00', '09:0 AM', 0, '2020-06-12 16:42:05', '2020-06-12 16:42:05'), (838, 120, 106, 2, '2020-07-06 09:00:00', '09:0 AM', 0, '2020-06-12 16:42:05', '2020-06-12 16:42:05'), (839, 120, 109, 2, '2020-07-06 09:00:00', '09:0 AM', 0, '2020-06-12 16:42:05', '2020-06-12 16:42:05'), (840, 120, 110, 2, '2020-07-06 09:00:00', '09:0 AM', 0, '2020-06-12 16:42:05', '2020-06-12 16:42:05'), (841, 120, 114, 2, '2020-07-06 09:00:00', '09:0 AM', 0, '2020-06-12 16:42:06', '2020-06-12 16:42:06'), (842, 120, 215, 2, '2020-07-06 09:00:00', '09:0 AM', 0, '2020-06-12 16:42:06', '2020-06-12 16:42:06'), (843, 120, 220, 2, '2020-07-06 09:00:00', '09:0 AM', 0, '2020-06-12 16:42:06', '2020-06-12 16:42:06'), (844, 120, 222, 2, '2020-07-06 09:00:00', '09:0 AM', 0, '2020-06-12 16:42:07', '2020-06-12 16:42:07'), (845, 120, 231, 2, '2020-07-06 09:00:00', '09:0 AM', 0, '2020-06-12 16:42:07', '2020-06-12 16:42:07'), (846, 120, 265, 2, '2020-07-06 09:00:00', '09:0 AM', 0, '2020-06-12 16:42:07', '2020-06-12 16:42:07'), (847, 120, 65, 2, '2020-07-06 09:00:00', '09:0 AM', 0, '2020-06-12 16:42:08', '2020-06-12 16:42:08'), (848, 120, 189, 2, '2020-07-06 09:00:00', '09:0 AM', 0, '2020-06-12 16:42:08', '2020-06-12 16:42:08'), (849, 120, 191, 2, '2020-07-06 09:00:00', '09:0 AM', 0, '2020-06-12 16:42:08', '2020-06-12 16:42:08'), (850, 121, 245, 12, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-16 15:39:19', '2020-06-16 15:39:19'), (851, 121, 94, 12, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-16 15:39:19', '2020-06-16 15:39:19'), (852, 121, 9, 12, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-16 15:39:20', '2020-06-16 15:39:20'), (853, 121, 6, 12, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-16 15:39:20', '2020-06-16 15:39:20'), (854, 121, 16, 12, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-16 15:39:20', '2020-06-16 15:39:20'), (855, 121, 18, 12, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-16 15:39:20', '2020-06-16 15:39:20'), (856, 121, 35, 12, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-16 15:39:21', '2020-06-16 15:39:21'), (857, 121, 54, 12, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-16 15:39:21', '2020-06-16 15:39:21'), (858, 121, 80, 12, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-16 15:39:21', '2020-06-16 15:39:21'), (859, 121, 82, 12, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-16 15:39:21', '2020-06-16 15:39:21'), (860, 121, 83, 12, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-16 15:39:21', '2020-06-16 15:39:21'), (861, 121, 106, 12, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-16 15:39:21', '2020-06-16 15:39:21'), (862, 121, 109, 12, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-16 15:39:22', '2020-06-16 15:39:22'), (863, 121, 114, 12, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-16 15:39:22', '2020-06-16 15:39:22'), (864, 121, 215, 12, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-16 15:39:22', '2020-06-16 15:39:22'), (865, 121, 220, 12, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-16 15:39:23', '2020-06-16 15:39:23'), (866, 121, 222, 12, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-16 15:39:23', '2020-06-16 15:39:23'), (867, 121, 231, 12, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-16 15:39:23', '2020-06-16 15:39:23'), (868, 121, 265, 12, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-16 15:39:23', '2020-06-16 15:39:23'), (869, 121, 65, 12, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-16 15:39:24', '2020-06-16 15:39:24'), (870, 121, 189, 12, '2020-06-17 13:00:00', '13:0 PM', 1, '2020-06-16 15:39:24', '2020-06-16 15:40:03'), (871, 122, 245, 2, '2020-06-18 11:00:00', '11:0 AM', 0, '2020-06-17 12:14:48', '2020-06-17 12:14:48'), (872, 122, 94, 2, '2020-06-18 11:00:00', '11:0 AM', 0, '2020-06-17 12:14:49', '2020-06-17 12:14:49'), (873, 122, 9, 2, '2020-06-18 11:00:00', '11:0 AM', 0, '2020-06-17 12:14:49', '2020-06-17 12:14:49'), (874, 122, 6, 2, '2020-06-18 11:00:00', '11:0 AM', 0, '2020-06-17 12:14:49', '2020-06-17 12:14:49'), (875, 122, 16, 2, '2020-06-18 11:00:00', '11:0 AM', 0, '2020-06-17 12:14:49', '2020-06-17 12:14:49'), (876, 122, 18, 2, '2020-06-18 11:00:00', '11:0 AM', 0, '2020-06-17 12:14:49', '2020-06-17 12:14:49'), (877, 122, 35, 2, '2020-06-18 11:00:00', '11:0 AM', 0, '2020-06-17 12:14:50', '2020-06-17 12:14:50'), (878, 122, 54, 2, '2020-06-18 11:00:00', '11:0 AM', 0, '2020-06-17 12:14:50', '2020-06-17 12:14:50'), (879, 122, 80, 2, '2020-06-18 11:00:00', '11:0 AM', 0, '2020-06-17 12:14:50', '2020-06-17 12:14:50'), (880, 122, 82, 2, '2020-06-18 11:00:00', '11:0 AM', 0, '2020-06-17 12:14:50', '2020-06-17 12:14:50'), (881, 122, 83, 2, '2020-06-18 11:00:00', '11:0 AM', 0, '2020-06-17 12:14:50', '2020-06-17 12:14:50'), (882, 122, 106, 2, '2020-06-18 11:00:00', '11:0 AM', 0, '2020-06-17 12:14:51', '2020-06-17 12:14:51'), (883, 122, 109, 2, '2020-06-18 11:00:00', '11:0 AM', 0, '2020-06-17 12:14:51', '2020-06-17 12:14:51'), (884, 122, 110, 2, '2020-06-18 11:00:00', '11:0 AM', 0, '2020-06-17 12:14:51', '2020-06-17 12:14:51'), (885, 122, 114, 2, '2020-06-18 11:00:00', '11:0 AM', 0, '2020-06-17 12:14:51', '2020-06-17 12:14:51'), (886, 122, 215, 2, '2020-06-18 11:00:00', '11:0 AM', 0, '2020-06-17 12:14:51', '2020-06-17 12:14:51'), (887, 122, 220, 2, '2020-06-18 11:00:00', '11:0 AM', 0, '2020-06-17 12:14:52', '2020-06-17 12:14:52'), (888, 122, 222, 2, '2020-06-18 11:00:00', '11:0 AM', 0, '2020-06-17 12:14:52', '2020-06-17 12:14:52'), (889, 122, 231, 2, '2020-06-18 11:00:00', '11:0 AM', 0, '2020-06-17 12:14:52', '2020-06-17 12:14:52'), (890, 122, 265, 2, '2020-06-18 11:00:00', '11:0 AM', 0, '2020-06-17 12:14:52', '2020-06-17 12:14:52'), (891, 122, 65, 2, '2020-06-18 11:00:00', '11:0 AM', 0, '2020-06-17 12:14:53', '2020-06-17 12:14:53'), (892, 122, 189, 2, '2020-06-18 11:00:00', '11:0 AM', 1, '2020-06-17 12:14:53', '2020-06-17 12:32:50'), (893, 122, 191, 2, '2020-06-18 11:00:00', '11:0 AM', 0, '2020-06-17 12:14:53', '2020-06-17 12:14:53'), (894, 123, 245, 6, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-17 13:54:32', '2020-06-17 13:54:32'), (895, 123, 94, 6, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-17 13:54:32', '2020-06-17 13:54:32'), (896, 123, 9, 6, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-17 13:54:33', '2020-06-17 13:54:33'), (897, 123, 6, 6, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-17 13:54:33', '2020-06-17 13:54:33'), (898, 123, 16, 6, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-17 13:54:33', '2020-06-17 13:54:33'), (899, 123, 18, 6, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-17 13:54:33', '2020-06-17 13:54:33'), (900, 123, 35, 6, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-17 13:54:34', '2020-06-17 13:54:34'), (901, 123, 54, 6, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-17 13:54:34', '2020-06-17 13:54:34'), (902, 123, 82, 6, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-17 13:54:34', '2020-06-17 13:54:34'), (903, 123, 83, 6, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-17 13:54:34', '2020-06-17 13:54:34'), (904, 123, 106, 6, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-17 13:54:34', '2020-06-17 13:54:34'), (905, 123, 109, 6, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-17 13:54:35', '2020-06-17 13:54:35'), (906, 123, 114, 6, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-17 13:54:35', '2020-06-17 13:54:35'), (907, 123, 215, 6, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-17 13:54:35', '2020-06-17 13:54:35'), (908, 123, 220, 6, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-17 13:54:35', '2020-06-17 13:54:35'), (909, 123, 222, 6, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-17 13:54:36', '2020-06-17 13:54:36'), (910, 123, 231, 6, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-17 13:54:36', '2020-06-17 13:54:36'), (911, 123, 265, 6, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-17 13:54:36', '2020-06-17 13:54:36'), (912, 123, 65, 6, '2020-06-17 13:00:00', '13:0 PM', 0, '2020-06-17 13:54:37', '2020-06-17 13:54:37'), (913, 123, 189, 6, '2020-06-17 13:00:00', '13:0 PM', 1, '2020-06-17 13:54:37', '2020-06-17 14:51:39'); -- -------------------------------------------------------- -- -- Table structure for table `appoitment_timeslots` -- CREATE TABLE `appoitment_timeslots` ( `id` int(11) NOT NULL, `start_time` varchar(255) NOT NULL, `end_time` varchar(255) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `appoitment_timeslots` -- INSERT INTO `appoitment_timeslots` (`id`, `start_time`, `end_time`, `created_at`, `updated_at`) VALUES (2, '7:00 AM', '9:00 AM', '2019-12-30 09:07:44', '2019-12-30 09:07:44'), (3, '9:00 AM', '11:00 AM', '2019-12-30 09:08:07', '2019-12-30 09:08:07'), (4, '11:00 AM', '1:00 PM', '2019-12-30 09:08:50', '2019-12-30 09:08:50'), (5, '1:00 PM', '3:00 PM', '2019-12-30 09:09:10', '2019-12-30 09:09:10'), (6, '3:00 PM', '5:00 PM', '2019-12-30 09:09:35', '2019-12-30 09:09:35'), (7, '5:00 PM', '7:00 PM', '2019-12-30 09:09:48', '2019-12-30 09:09:48'), (8, '7:00 PM', '9:00 PM', '2019-12-30 09:10:07', '2019-12-30 09:10:07'); -- -------------------------------------------------------- -- -- Table structure for table `app_data` -- CREATE TABLE `app_data` ( `id` int(11) NOT NULL, `template` varchar(191) DEFAULT NULL, `data_type` varchar(191) DEFAULT NULL, `content_en` longtext DEFAULT NULL, `extras_en` longtext DEFAULT NULL, `content_fr` longtext DEFAULT NULL, `extras_fr` longtext DEFAULT NULL, `position` int(11) DEFAULT NULL, `created_at` datetime NOT NULL DEFAULT current_timestamp(), `updated_at` datetime NOT NULL DEFAULT current_timestamp(), `deleted_at` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `app_data` -- INSERT INTO `app_data` (`id`, `template`, `data_type`, `content_en`, `extras_en`, `content_fr`, `extras_fr`, `position`, `created_at`, `updated_at`, `deleted_at`) VALUES (9, 'Hair-Procedure', 'hair-procedure', '{\"offer\":\"14\",\"service\":\"1\"}', NULL, NULL, NULL, NULL, '2019-10-10 17:36:09', '2019-10-10 17:36:09', NULL), (11, 'Hair-Procedure', 'hair-procedure', '{\"offer\":\"4\",\"service\":\"2\"}', NULL, NULL, NULL, NULL, '2019-10-11 12:50:46', '2019-10-12 11:30:33', NULL), (12, 'Hair-Procedure', 'hair-procedure', '{\"offer\":\"17\",\"service\":\"3\"}', NULL, NULL, NULL, NULL, '2019-10-12 11:38:13', '2019-10-12 11:38:13', NULL), (13, 'Home', 'home-banners', '{\"first_banner\":\"app\\/101399white-backg-men.jpg\",\"second_banner\":\"app\\/502545yellow-girl.jpg\"}', NULL, NULL, NULL, NULL, '2019-10-12 17:06:32', '2019-10-17 10:25:30', NULL), (14, 'Home', 'home-offers', '{\"offer\":\"69\"}', NULL, NULL, NULL, NULL, '2019-12-10 11:56:58', '2019-12-10 11:56:58', NULL), (15, 'Home', 'home-offers', '{\"offer\":\"100\"}', NULL, NULL, NULL, NULL, '2019-12-10 11:57:11', '2019-12-10 11:57:11', NULL), (16, 'Hair-Procedure', 'hair-procedure', '{\"offer\":\"97\",\"service\":\"2\"}', NULL, NULL, NULL, NULL, '2019-12-10 13:01:16', '2019-12-10 13:01:16', NULL), (17, 'Hair-Procedure', 'hair-procedure', '{\"offer\":\"102\",\"service\":\"2\"}', NULL, NULL, NULL, NULL, '2019-12-10 13:01:29', '2019-12-10 13:01:29', NULL), (18, 'Home', 'home-offers', '{\"offer\":\"30\"}', NULL, NULL, NULL, NULL, '2019-12-30 19:18:13', '2019-12-30 19:18:13', NULL), (19, 'Home', 'home-offers', '{\"offer\":\"44\"}', NULL, NULL, NULL, NULL, '2019-12-30 19:18:25', '2019-12-30 19:18:25', NULL), (20, 'Home', 'home-offers', '{\"offer\":\"47\"}', NULL, NULL, NULL, NULL, '2019-12-30 19:20:11', '2019-12-30 19:20:11', NULL), (21, 'Home', 'home-offers', '{\"offer\":\"53\"}', NULL, NULL, NULL, NULL, '2019-12-30 19:20:24', '2019-12-30 19:20:24', NULL), (24, 'Home', 'home-offers', '{\"offer\":\"1\"}', NULL, NULL, NULL, NULL, '2020-01-07 18:52:09', '2020-01-07 18:52:09', NULL), (25, 'Home', 'home-offers', '{\"offer\":\"10\"}', NULL, NULL, NULL, NULL, '2020-01-07 18:52:58', '2020-01-07 18:52:58', NULL), (28, 'Home', 'home-offers', '{\"offer\":\"2\"}', NULL, NULL, NULL, NULL, '2020-01-07 18:55:12', '2020-01-07 18:55:12', NULL), (29, 'Home', 'home-offers', '{\"offer\":\"3\"}', NULL, NULL, NULL, NULL, '2020-01-07 18:55:31', '2020-01-07 18:55:31', NULL), (30, 'Home', 'home-offers', '{\"offer\":\"29\"}', NULL, NULL, NULL, NULL, '2020-02-12 15:12:23', '2020-02-12 15:12:23', NULL), (31, 'Home', 'home-offers', '{\"offer\":\"31\"}', NULL, NULL, NULL, NULL, '2020-02-12 15:37:06', '2020-02-12 15:37:06', NULL), (32, 'Home', 'home-offers', '{\"offer\":\"33\"}', NULL, NULL, NULL, NULL, '2020-02-12 17:38:29', '2020-02-12 17:38:29', NULL); -- -------------------------------------------------------- -- -- Table structure for table `app_welcome_pages` -- CREATE TABLE `app_welcome_pages` ( `id` int(11) NOT NULL, `title_en` varchar(250) DEFAULT NULL, `title_fr` varchar(250) NOT NULL, `description_en` text DEFAULT NULL, `description_fr` text DEFAULT NULL, `image_name` varchar(250) DEFAULT NULL, `image_path` varchar(255) DEFAULT NULL, `created_at` datetime NOT NULL DEFAULT current_timestamp(), `updated_at` datetime NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `app_welcome_pages` -- INSERT INTO `app_welcome_pages` (`id`, `title_en`, `title_fr`, `description_en`, `description_fr`, `image_name`, `image_path`, `created_at`, `updated_at`) VALUES (1, 'Lorem ipsum', 'Lorem Ipsum', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.', '728777143087sl2.png', 'app/728777143087sl2.png', '2019-09-27 15:15:49', '2019-10-01 15:08:28'), (3, 'Lorem ipsum', 'Lorem Ipsum', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.', '191123143087sl2.png', 'app/191123143087sl2.png', '2019-09-30 11:26:10', '2019-10-01 15:08:47'); -- -------------------------------------------------------- -- -- Table structure for table `assistant_procedure_records` -- CREATE TABLE `assistant_procedure_records` ( `id` int(11) NOT NULL, `assistant_id` int(11) DEFAULT NULL, `procedure_id` int(11) DEFAULT NULL, `appointment_id` int(11) DEFAULT NULL, `user_id` int(11) DEFAULT NULL, `action` varchar(100) DEFAULT NULL, `note` text DEFAULT NULL, `ot_date` datetime DEFAULT NULL, `action_id` int(11) DEFAULT 0, `reports` text DEFAULT NULL, `created_at` datetime NOT NULL DEFAULT current_timestamp(), `updated_at` datetime NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `assistant_procedure_records` -- INSERT INTO `assistant_procedure_records` (`id`, `assistant_id`, `procedure_id`, `appointment_id`, `user_id`, `action`, `note`, `ot_date`, `action_id`, `reports`, `created_at`, `updated_at`) VALUES (1, 0, 1, NULL, 2, 'accept_payment', NULL, NULL, 2, NULL, '2020-02-10 11:57:21', '2020-02-10 11:57:21'), (2, 0, 5, 4, 4, 'update_new_offer', NULL, NULL, 0, NULL, '2020-02-10 12:55:36', '2020-02-10 12:55:36'), (3, 0, 10, 9, 12, 'update_procedure_precription', NULL, NULL, 0, NULL, '2020-02-10 15:35:15', '2020-02-10 15:35:15'), (4, 0, 10, 9, 12, 'update_procedure_precription', NULL, NULL, 0, NULL, '2020-02-10 15:35:33', '2020-02-10 15:35:33'), (5, 0, 10, 9, 12, 'upload_report', NULL, NULL, 0, '', '2020-02-10 15:38:29', '2020-02-10 15:38:29'), (6, 0, 10, 9, 12, 'upload_report', NULL, NULL, 0, '', '2020-02-10 15:39:04', '2020-02-10 15:39:04'), (7, 0, 10, 9, 12, 'upload_report', NULL, NULL, 0, 'doctor/report_by_doctors/144124.png,', '2020-02-10 15:41:00', '2020-02-10 15:41:00'), (8, 0, 10, 9, 12, 'upload_report', NULL, NULL, 0, '', '2020-02-10 15:41:54', '2020-02-10 15:41:54'), (9, 0, 2, 14, 7, 'update_new_offer', NULL, NULL, 0, NULL, '2020-02-10 17:51:09', '2020-02-10 17:51:09'), (10, 0, 2, 14, 7, 'upload_report', NULL, NULL, 0, '', '2020-02-10 18:20:23', '2020-02-10 18:20:23'), (11, 0, 15, 15, 7, 'upload_report', NULL, NULL, 0, '', '2020-02-10 19:14:11', '2020-02-10 19:14:11'), (12, 0, 33, NULL, 1, 'accept_payment', NULL, NULL, 13, NULL, '2020-02-10 21:04:25', '2020-02-10 21:04:25'), (13, 0, 34, 27, 12, 'update_new_offer', NULL, NULL, 0, NULL, '2020-02-11 10:23:38', '2020-02-11 10:23:38'), (14, 0, 34, 27, 12, 'update_procedure_precription', NULL, NULL, 0, NULL, '2020-02-11 10:23:51', '2020-02-11 10:23:51'), (15, 0, 34, NULL, 12, 'accept_payment', NULL, NULL, 14, NULL, '2020-02-11 10:24:03', '2020-02-11 10:24:03'), (16, 0, 34, 27, 12, 'upload_report', NULL, NULL, 0, '', '2020-02-11 10:39:48', '2020-02-11 10:39:48'), (17, 0, 34, 27, 12, 'upload_report', NULL, NULL, 0, 'doctor/report_by_doctors/922682.png,', '2020-02-11 10:40:06', '2020-02-11 10:40:06'), (18, 0, 34, 27, 12, 'upload_report', NULL, NULL, 0, '', '2020-02-11 10:40:24', '2020-02-11 10:40:24'), (19, 0, 34, NULL, 12, 'accept_payment', NULL, NULL, 15, NULL, '2020-02-11 10:46:55', '2020-02-11 10:46:55'), (20, 0, 35, 29, 30, 'update_new_offer', NULL, NULL, 0, NULL, '2020-02-11 11:08:24', '2020-02-11 11:08:24'), (21, 0, 35, NULL, 30, 'accept_payment', NULL, NULL, 16, NULL, '2020-02-11 11:12:32', '2020-02-11 11:12:32'), (22, 0, 39, 32, 7, 'upload_report', NULL, NULL, 0, '', '2020-02-11 11:50:07', '2020-02-11 11:50:07'), (23, 0, 39, 32, 7, 'upload_report', NULL, NULL, 0, 'doctor/report_by_doctors/430412.png,', '2020-02-11 11:50:13', '2020-02-11 11:50:13'), (24, 0, 39, 32, 7, 'upload_report', NULL, NULL, 0, 'doctor/report_by_doctors/818551.png,doctor/report_by_doctors/430412.png,', '2020-02-11 11:50:18', '2020-02-11 11:50:18'), (25, 0, 40, NULL, 33, 'accept_payment', NULL, NULL, 18, NULL, '2020-02-11 12:55:22', '2020-02-11 12:55:22'), (26, 0, 43, 35, 42, 'update_new_offer', NULL, NULL, 0, NULL, '2020-02-11 15:20:03', '2020-02-11 15:20:03'), (27, 0, 43, NULL, 42, 'accept_payment', NULL, NULL, 19, NULL, '2020-02-11 15:20:15', '2020-02-11 15:20:15'), (28, 0, 41, 34, 7, 'upload_report', NULL, NULL, 0, '', '2020-02-11 18:50:53', '2020-02-11 18:50:53'), (29, 0, 53, NULL, 59, 'accept_payment', NULL, NULL, 21, NULL, '2020-02-11 19:14:10', '2020-02-11 19:14:10'), (30, 0, 56, 46, 64, 'upload_report', NULL, NULL, 0, '', '2020-02-12 11:25:07', '2020-02-12 11:25:07'), (31, 0, 56, 46, 64, 'upload_report', NULL, NULL, 0, 'doctor/report_by_doctors/670206.jpeg,', '2020-02-12 11:25:15', '2020-02-12 11:25:15'), (32, 0, 56, 46, 64, 'accept_payment', NULL, NULL, 23, NULL, '2020-02-12 11:27:13', '2020-02-12 11:27:13'), (33, 0, 57, NULL, 7, 'accept_payment', NULL, NULL, 24, NULL, '2020-02-12 16:25:50', '2020-02-12 16:25:50'), (34, 0, 57, NULL, 7, 'accept_payment', NULL, NULL, 25, NULL, '2020-02-12 16:37:57', '2020-02-12 16:37:57'), (35, 73, 67, 69, 72, 'appointment_comment', NULL, NULL, 18, NULL, '2020-02-13 17:47:16', '2020-02-13 17:47:16'), (36, 73, 67, 69, 72, 'appointment_comment', NULL, NULL, 19, NULL, '2020-02-13 17:47:29', '2020-02-13 17:47:29'), (37, 73, 67, 69, 72, 'appointment_comment', NULL, NULL, 20, NULL, '2020-02-13 17:47:54', '2020-02-13 17:47:54'), (38, 73, 67, 69, 72, 'appointment_note_add', 'Test', NULL, 21, NULL, '2020-02-13 17:52:05', '2020-02-13 17:52:05'), (39, 73, 70, 74, 72, 'reschedule', NULL, NULL, 0, NULL, '2020-02-13 18:11:59', '2020-02-13 18:11:59'), (40, 73, 70, 75, 72, 'add_new_appointment', NULL, NULL, 0, NULL, '2020-02-13 18:13:10', '2020-02-13 18:13:10'), (41, 73, 70, 75, 72, 'appointment_comment', NULL, NULL, 22, NULL, '2020-02-13 18:22:36', '2020-02-13 18:22:36'), (42, 73, 70, 75, 72, 'appointment_comment', NULL, NULL, 23, NULL, '2020-02-13 18:22:47', '2020-02-13 18:22:47'), (43, 73, 70, 75, 72, 'upload_report', NULL, NULL, 0, '', '2020-02-13 18:24:47', '2020-02-13 18:24:47'), (44, 73, 70, 75, 72, 'upload_report', NULL, NULL, 0, 'doctor/report_by_doctors/302151.png,', '2020-02-13 18:24:57', '2020-02-13 18:24:57'), (45, 73, 70, 75, 72, 'upload_report', NULL, NULL, 0, 'doctor/report_by_doctors/392891.png,doctor/report_by_doctors/302151.png,', '2020-02-13 18:25:07', '2020-02-13 18:25:07'), (46, 73, 70, 75, 72, 'upload_report', NULL, NULL, 0, '', '2020-02-13 18:25:12', '2020-02-13 18:25:12'), (47, 73, 70, 75, 72, 'upload_report', NULL, NULL, 0, '', '2020-02-13 18:25:57', '2020-02-13 18:25:57'), (48, 76, 69, 73, 7, 'appointment_comment', NULL, NULL, 24, NULL, '2020-02-13 18:49:59', '2020-02-13 18:49:59'), (49, 76, 69, 73, 7, 'appointment_note_add', 'Hi', NULL, 25, NULL, '2020-02-13 18:51:59', '2020-02-13 18:51:59'), (50, 76, 69, 73, 7, 'update_new_offer', NULL, NULL, 0, NULL, '2020-02-13 19:11:33', '2020-02-13 19:11:33'), (51, 76, 69, 73, 7, 'cancel', NULL, NULL, 0, NULL, '2020-02-13 19:15:53', '2020-02-13 19:15:53'), (52, 76, 21, 18, 19, 'update_new_offer', NULL, NULL, 0, NULL, '2020-02-13 19:33:29', '2020-02-13 19:33:29'), (53, 76, 21, 18, 19, 'appointment_note_add', 'Hello', NULL, 26, NULL, '2020-02-13 19:36:30', '2020-02-13 19:36:30'), (54, 0, 71, 79, 10, 'upload_report', NULL, NULL, 0, '', '2020-02-13 19:49:54', '2020-02-13 19:49:54'), (55, 0, 71, 79, 10, 'upload_report', NULL, NULL, 0, '', '2020-02-13 19:49:57', '2020-02-13 19:49:57'), (56, 0, 71, 79, 10, 'upload_report', NULL, NULL, 0, 'doctor/report_by_doctors/617471.png,', '2020-02-13 19:50:02', '2020-02-13 19:50:02'), (57, 0, 71, 79, 10, 'upload_report', NULL, NULL, 0, '', '2020-02-13 19:51:55', '2020-02-13 19:51:55'), (58, 0, 71, 79, 10, 'upload_report', NULL, NULL, 0, 'doctor/report_by_doctors/924856.png,doctor/report_by_doctors/617471.png,', '2020-02-13 19:52:01', '2020-02-13 19:52:01'), (59, 0, 71, 79, 10, 'upload_report', NULL, NULL, 0, '', '2020-02-13 19:52:05', '2020-02-13 19:52:05'), (60, 0, 71, 79, 10, 'upload_report', NULL, NULL, 0, '', '2020-02-13 19:52:52', '2020-02-13 19:52:52'), (61, 0, 71, 79, 10, 'upload_report', NULL, NULL, 0, '', '2020-02-13 19:55:00', '2020-02-13 19:55:00'), (62, 0, 71, 79, 10, 'upload_report', NULL, NULL, 0, '', '2020-02-13 19:55:10', '2020-02-13 19:55:10'), (63, 0, 71, 79, 10, 'upload_report', NULL, NULL, 0, '', '2020-02-13 19:57:49', '2020-02-13 19:57:49'), (64, 0, 71, 79, 10, 'upload_report', NULL, NULL, 0, '', '2020-02-13 19:59:33', '2020-02-13 19:59:33'), (65, 0, 71, 79, 10, 'upload_report', NULL, NULL, 0, 'doctor/report_by_doctors/873138.png,doctor/report_by_doctors/924856.png,doctor/report_by_doctors/617471.png,', '2020-02-13 19:59:43', '2020-02-13 19:59:43'), (66, 0, 71, 79, 10, 'upload_report', NULL, NULL, 0, '', '2020-02-13 19:59:51', '2020-02-13 19:59:51'), (67, 0, 71, 79, 10, 'upload_report', NULL, NULL, 0, 'doctor/report_by_doctors/661540.png,doctor/report_by_doctors/873138.png,doctor/report_by_doctors/924856.png,doctor/report_by_doctors/617471.png,', '2020-02-13 19:59:58', '2020-02-13 19:59:58'), (68, 0, 71, 79, 10, 'upload_report', NULL, NULL, 0, '', '2020-02-13 20:10:01', '2020-02-13 20:10:01'), (69, 0, 71, 79, 10, 'upload_report', NULL, NULL, 0, 'doctor/report_by_doctors/342821.png,doctor/report_by_doctors/661540.png,doctor/report_by_doctors/873138.png,doctor/report_by_doctors/924856.png,doctor/report_by_doctors/617471.png,', '2020-02-13 20:10:07', '2020-02-13 20:10:07'), (70, 0, 71, 79, 10, 'upload_report', NULL, NULL, 0, '', '2020-02-13 20:11:25', '2020-02-13 20:11:25'), (71, 0, 71, 79, 10, 'upload_report', NULL, NULL, 0, 'doctor/report_by_doctors/152081.png,doctor/report_by_doctors/342821.png,doctor/report_by_doctors/661540.png,doctor/report_by_doctors/873138.png,doctor/report_by_doctors/924856.png,doctor/report_by_doctors/617471.png,', '2020-02-13 20:11:33', '2020-02-13 20:11:33'), (72, 73, 73, 80, 81, 'appointment_comment', NULL, NULL, 28, NULL, '2020-02-14 12:14:11', '2020-02-14 12:14:11'), (73, 73, 73, 80, 81, 'appointment_comment', NULL, NULL, 29, NULL, '2020-02-14 12:14:20', '2020-02-14 12:14:20'), (74, 73, 73, 80, 81, 'appointment_note_add', 'Test 2', NULL, 30, NULL, '2020-02-14 12:17:21', '2020-02-14 12:17:21'), (75, 73, 73, 80, 81, 'appointment_note_add', 'Test 1', NULL, 31, NULL, '2020-02-14 12:17:54', '2020-02-14 12:17:54'), (76, 73, 73, 81, 81, 'add_new_appointment', NULL, NULL, 0, NULL, '2020-02-14 12:20:06', '2020-02-14 12:20:06'), (77, 73, 73, 80, 81, 'appointment_note_add', 'Test 1', NULL, 32, NULL, '2020-02-14 12:21:13', '2020-02-14 12:21:13'), (78, 73, 73, 80, 81, 'reschedule', NULL, NULL, 0, NULL, '2020-02-14 12:21:55', '2020-02-14 12:21:55'), (79, 73, 73, 80, 81, 'update_new_offer', NULL, NULL, 0, NULL, '2020-02-14 12:29:15', '2020-02-14 12:29:15'), (80, 73, 73, NULL, 81, 'accept_payment', NULL, NULL, 26, NULL, '2020-02-14 12:29:31', '2020-02-14 12:29:31'), (81, 73, 73, 80, 81, 'appointment_comment', NULL, NULL, 33, NULL, '2020-02-14 12:31:50', '2020-02-14 12:31:50'), (82, 73, 73, 80, 81, 'appointment_comment', NULL, NULL, 34, NULL, '2020-02-14 12:31:58', '2020-02-14 12:31:58'), (83, 73, 73, 80, 81, 'upload_report', NULL, NULL, 0, '', '2020-02-14 12:32:11', '2020-02-14 12:32:11'), (84, 73, 73, 80, 81, 'upload_report', NULL, NULL, 0, 'doctor/report_by_doctors/400221.png,', '2020-02-14 12:32:21', '2020-02-14 12:32:21'), (85, 73, 73, 80, 81, 'upload_report', NULL, NULL, 0, 'doctor/report_by_doctors/162070.png,doctor/report_by_doctors/400221.png,', '2020-02-14 12:32:50', '2020-02-14 12:32:50'), (86, 73, 73, 80, 81, 'upload_report', NULL, NULL, 0, '', '2020-02-14 12:33:25', '2020-02-14 12:33:25'), (87, 73, 73, NULL, 81, 'accept_payment', NULL, NULL, 27, NULL, '2020-02-14 12:33:39', '2020-02-14 12:33:39'), (88, 73, 73, NULL, 81, 'accept_payment', NULL, NULL, 28, NULL, '2020-02-14 12:33:55', '2020-02-14 12:33:55'), (89, 73, 73, 80, 81, 'add_ot_dates', NULL, '2020-02-20 12:34:00', 0, NULL, '2020-02-14 12:34:18', '2020-02-14 12:34:18'), (90, 73, 73, 80, 81, 'update_ot_dates', NULL, NULL, 0, NULL, '2020-02-14 12:34:38', '2020-02-14 12:34:38'), (91, 73, 73, 80, 81, 'update_ot_dates', NULL, NULL, 0, NULL, '2020-02-14 12:35:38', '2020-02-14 12:35:38'), (92, 73, 73, 80, 81, 'update_ot_dates', NULL, NULL, 0, NULL, '2020-02-14 12:35:44', '2020-02-14 12:35:44'), (93, 73, 73, 80, 81, 'promote_procedure', NULL, NULL, 0, NULL, '2020-02-14 12:36:22', '2020-02-14 12:36:22'), (94, 0, 77, 84, 81, 'update_new_offer', NULL, NULL, 0, NULL, '2020-02-14 15:46:32', '2020-02-14 15:46:32'), (95, 0, 77, 84, 81, 'upload_report', NULL, NULL, 0, '', '2020-02-14 15:47:01', '2020-02-14 15:47:01'), (96, 0, 77, 84, 81, 'upload_report', NULL, NULL, 0, 'doctor/report_by_doctors/620804.png,', '2020-02-14 15:47:16', '2020-02-14 15:47:16'), (97, 0, 77, 84, 81, 'upload_report', NULL, NULL, 0, '', '2020-02-14 15:47:24', '2020-02-14 15:47:24'), (98, 0, 77, NULL, 81, 'accept_payment', NULL, NULL, 29, NULL, '2020-02-14 15:47:47', '2020-02-14 15:47:47'), (99, 0, 77, NULL, 81, 'accept_payment', NULL, NULL, 30, NULL, '2020-02-14 15:50:45', '2020-02-14 15:50:45'), (100, 85, 77, NULL, 81, 'accept_payment', NULL, NULL, 31, NULL, '2020-02-14 15:59:30', '2020-02-14 15:59:30'), (101, 85, 77, NULL, 81, 'accept_payment', NULL, NULL, 32, NULL, '2020-02-14 15:59:48', '2020-02-14 15:59:48'), (102, 73, 78, 86, 81, 'upload_report', NULL, NULL, 0, '', '2020-02-14 17:09:08', '2020-02-14 17:09:08'), (103, 73, 78, 86, 81, 'upload_report', NULL, NULL, 0, 'doctor/report_by_doctors/445130.png,', '2020-02-14 17:09:15', '2020-02-14 17:09:15'), (104, 73, 78, 86, 81, 'upload_report', NULL, NULL, 0, '', '2020-02-14 17:09:19', '2020-02-14 17:09:19'), (105, 68, 38, 31, 12, 'appointment_note_add', 'Hi', NULL, 45, NULL, '2020-02-17 11:03:21', '2020-02-17 11:03:21'), (106, 68, 38, 31, 12, 'upload_report', NULL, NULL, 0, '', '2020-02-17 11:18:20', '2020-02-17 11:18:20'), (107, 68, 83, 91, 8, 'update_new_offer', NULL, NULL, 0, NULL, '2020-02-17 11:25:22', '2020-02-17 11:25:22'), (108, 68, 38, 31, 12, 'appointment_comment', NULL, NULL, 46, NULL, '2020-02-17 11:48:28', '2020-02-17 11:48:28'), (109, 0, 88, 96, 1, 'upload_report', NULL, NULL, 0, '', '2020-02-25 16:22:43', '2020-02-25 16:22:43'), (110, 0, 88, 96, 1, 'upload_report', NULL, NULL, 0, 'doctor/report_by_doctors/877366.jpeg,', '2020-02-25 16:22:54', '2020-02-25 16:22:54'), (111, 0, 88, 96, 1, 'upload_report', NULL, NULL, 0, '', '2020-02-25 16:33:22', '2020-02-25 16:33:22'), (112, 0, 93, 99, 2, 'upload_report', NULL, NULL, 0, '', '2020-02-26 17:17:34', '2020-02-26 17:17:34'), (113, 0, 93, 99, 2, 'accept_payment', NULL, NULL, 33, NULL, '2020-02-26 17:17:59', '2020-02-26 17:17:59'), (114, 0, 110, 106, 64, 'update_new_offer', NULL, NULL, 0, NULL, '2020-03-16 17:55:55', '2020-03-16 17:55:55'), (115, 0, 110, 106, 64, 'update_procedure_precription', NULL, NULL, 0, NULL, '2020-03-16 17:56:03', '2020-03-16 17:56:03'), (116, 0, 110, 106, 64, 'upload_report', NULL, NULL, 0, '', '2020-03-17 10:48:57', '2020-03-17 10:48:57'), (117, 0, 110, 106, 64, 'upload_report', NULL, NULL, 0, 'doctor/report_by_doctors/668529.png,', '2020-03-17 10:49:05', '2020-03-17 10:49:05'), (118, 0, 110, 106, 64, 'upload_report', NULL, NULL, 0, 'doctor/report_by_doctors/538588.png,doctor/report_by_doctors/668529.png,', '2020-03-17 10:49:12', '2020-03-17 10:49:12'), (119, 0, 110, 106, 64, 'upload_report', NULL, NULL, 0, '', '2020-03-17 10:50:29', '2020-03-17 10:50:29'), (120, 0, 110, 106, 64, 'upload_report', NULL, NULL, 0, '', '2020-03-17 10:50:33', '2020-03-17 10:50:33'), (121, 0, 110, 106, 64, 'update_new_offer', NULL, NULL, 0, NULL, '2020-03-17 13:19:46', '2020-03-17 13:19:46'), (122, 0, 110, 106, 64, 'update_new_offer', NULL, NULL, 0, NULL, '2020-03-17 13:20:30', '2020-03-17 13:20:30'), (123, 0, 110, 106, 64, 'update_procedure_precription', NULL, NULL, 0, NULL, '2020-03-17 15:00:03', '2020-03-17 15:00:03'), (124, 0, 110, 106, 64, 'update_procedure_precription', NULL, NULL, 0, NULL, '2020-03-17 15:03:18', '2020-03-17 15:03:18'), (125, 0, 109, 105, 64, 'update_procedure_precription', NULL, NULL, 0, NULL, '2020-03-17 15:28:56', '2020-03-17 15:28:56'), (126, 227, 122, 111, 64, 'upload_report', NULL, NULL, 0, '', '2020-03-18 10:15:46', '2020-03-18 10:15:46'), (127, 0, 109, 105, 64, 'update_procedure_precription', NULL, NULL, 0, NULL, '2020-03-18 11:48:00', '2020-03-18 11:48:00'), (128, 227, 122, 111, 64, 'add_ot_dates', NULL, '2020-04-07 12:33:00', 0, NULL, '2020-03-18 12:33:27', '2020-03-18 12:33:27'), (129, 227, 122, 111, 64, 'update_ot_dates', NULL, NULL, 0, NULL, '2020-03-18 12:33:33', '2020-03-18 12:33:33'), (130, 227, 122, 111, 64, 'update_ot_dates', NULL, NULL, 0, NULL, '2020-03-18 12:34:42', '2020-03-18 12:34:42'), (131, 227, 122, 111, 64, 'promote_procedure', NULL, NULL, 0, NULL, '2020-03-18 12:34:48', '2020-03-18 12:34:48'), (132, 227, 122, 111, 64, 'update_new_offer', NULL, NULL, 0, NULL, '2020-03-18 12:40:59', '2020-03-18 12:40:59'), (133, 227, 122, 111, 64, 'appointment_comment', NULL, NULL, 63, NULL, '2020-03-18 15:14:20', '2020-03-18 15:14:20'), (134, 227, 122, 111, 64, 'appointment_comment', NULL, NULL, 64, NULL, '2020-03-18 15:14:26', '2020-03-18 15:14:26'), (135, 0, 129, 116, 248, 'update_new_offer', NULL, NULL, 0, NULL, '2020-03-27 12:07:49', '2020-03-27 12:07:49'), (136, 0, 129, 116, 248, 'upload_report', NULL, NULL, 0, '', '2020-03-27 12:08:19', '2020-03-27 12:08:19'), (137, 0, 129, NULL, 248, 'accept_payment', NULL, NULL, 34, NULL, '2020-03-27 12:12:58', '2020-03-27 12:12:58'), (138, 0, 132, 117, 267, 'upload_report', NULL, NULL, 0, '', '2020-05-21 14:07:48', '2020-05-21 14:07:48'), (139, 0, 132, 117, 267, 'upload_report', NULL, NULL, 0, 'doctor/report_by_doctors/776751.jpeg,', '2020-05-21 14:08:02', '2020-05-21 14:08:02'), (140, 0, 133, 118, 267, 'update_new_offer', NULL, NULL, 0, NULL, '2020-05-21 15:08:24', '2020-05-21 15:08:24'), (141, 0, 133, 118, 267, 'accept_payment', NULL, NULL, 35, NULL, '2020-05-21 15:10:48', '2020-05-21 15:10:48'), (142, 0, 133, 118, 267, 'accept_payment', NULL, NULL, 36, NULL, '2020-05-21 15:17:31', '2020-05-21 15:17:31'), (143, 0, 134, 119, 75, 'upload_report', NULL, NULL, 0, '', '2020-05-22 15:10:28', '2020-05-22 15:10:28'), (144, 0, 134, 119, 75, 'update_new_offer', NULL, NULL, 0, NULL, '2020-05-22 15:13:54', '2020-05-22 15:13:54'), (145, 0, 136, 121, 187, 'upload_report', NULL, NULL, 0, '', '2020-06-16 15:56:45', '2020-06-16 15:56:45'), (146, 0, 136, 121, 187, 'update_new_offer', NULL, NULL, 0, NULL, '2020-06-16 15:59:58', '2020-06-16 15:59:58'), (147, 0, 136, 121, 187, 'upload_report', NULL, NULL, 0, '', '2020-06-16 16:08:46', '2020-06-16 16:08:46'), (148, 0, 136, 121, 187, 'upload_report', NULL, NULL, 0, '', '2020-06-16 16:42:14', '2020-06-16 16:42:14'), (149, 0, 136, 121, 187, 'upload_report', NULL, NULL, 0, '', '2020-06-17 12:33:56', '2020-06-17 12:33:56'), (150, 0, 136, 121, 187, 'upload_report', NULL, NULL, 0, '', '2020-06-17 12:45:19', '2020-06-17 12:45:19'), (151, 0, 136, 121, 187, 'upload_report', NULL, NULL, 0, 'doctor/report_by_doctors/289894.jpeg,', '2020-06-17 12:45:45', '2020-06-17 12:45:45'), (152, 0, 136, 121, 187, 'upload_report', NULL, NULL, 0, 'doctor/report_by_doctors/791256.jpeg,doctor/report_by_doctors/289894.jpeg,', '2020-06-17 12:46:10', '2020-06-17 12:46:10'); -- -------------------------------------------------------- -- -- Table structure for table `banners` -- CREATE TABLE `banners` ( `id` int(11) NOT NULL, `service` int(11) NOT NULL, `banner_name` varchar(200) DEFAULT NULL, `banner_image` varchar(200) DEFAULT NULL, `mobile_image` varchar(200) DEFAULT NULL, `banner_url` varchar(200) DEFAULT NULL, `status` tinyint(1) NOT NULL COMMENT '0,1', `city_id` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `banners` -- INSERT INTO `banners` (`id`, `service`, `banner_name`, `banner_image`, `mobile_image`, `banner_url`, `status`, `city_id`, `created_at`, `updated_at`) VALUES (1, 1, 'Hair Transplant', 'banners/3575083847867.jpg', 'app/3695663847867.jpg', 'procedure/hair', 1, 0, '2019-10-21 16:40:30', '2020-02-12 11:40:03'), (2, 1, 'Beard Transplant', 'banners/295880the-perfect-eyebrows.jpg', 'app/685689the-perfect-eyebrows.jpg', 'procedure/beard-transplant', 1, 0, '2019-10-21 17:38:24', '2020-02-12 11:41:12'), (3, 2, 'Skin Whitening', 'banners/7568244021787-(5).jpg', 'app/5149674021787-(5).jpg', 'procedure/skin', 1, 0, '2019-10-21 17:51:09', '2020-02-12 11:42:31'), (4, 2, 'Skin Lightning', 'banners/4097692.png', 'app/310579699211banner1.png', '#', 1, 0, '2019-10-21 17:53:38', '2019-11-27 16:17:28'), (5, 2, 'Hair Transplant 2', 'banners/9568071.png', 'app/132216banner-2.png', '#', 1, 0, '2019-10-21 17:54:25', '2020-01-07 19:07:43'), (6, 2, 'Eye Brows Transplant', 'banners/7265808106867-(4).jpg', 'app/1635898106867-(4).jpg', 'procedure/eyebrow-transplant', 1, 0, '2019-10-21 17:55:49', '2020-02-12 11:43:02'), (7, 2, 'Cosmetic', 'banners/9035476649608.jpg', 'app/1160376649608.jpg', 'procedure/skin', 1, 0, '2019-10-21 17:57:48', '2020-02-12 11:43:39'), (8, 1, 'Beared Hair Transplant', 'banners/6399593.png', 'app/873368left-banner.png', 'procedure/beard-transplant', 1, 0, '2019-10-21 18:00:33', '2019-12-04 14:34:18'), (9, 2, 'Skin Glow Party Peeling', 'banners/1724834.png', 'app/686589peeling-right.png', 'procedure/skin', 1, 0, '2019-10-21 18:01:57', '2019-11-29 14:45:42'), (10, 1, 'Hair Growth', 'banners/9801079218436.jpg', 'app/6360259218436.jpg', 'procedure/hair', 1, 0, '2019-10-21 18:02:54', '2020-02-12 11:44:06'), (11, 2, 'Hair Growth For Lifetime', 'banners/653454lifetime_banner.jpg', 'app/374538lifetime_banner.jpg', 'procedure/hair-transplant', 1, 0, '2019-10-22 11:59:54', '2020-02-26 06:19:44'), (12, 2, 'EVALUATE TRANSPLANT COST', 'banners/348015try.png', 'app/291998try.png', 'procedure/hair', 1, 0, '2019-10-22 12:01:34', '2020-02-26 06:21:16'), (13, 2, 'GET MIN. 30% OFF', 'banners/594135banner1.png', 'app/923228banner1.png', 'procedure/hair', 1, 0, '2019-10-22 15:11:28', '2020-02-26 06:21:10'), (14, 1, 'Custom Beard Offer', 'banners/296033banner.png', 'app/749006banner.png', '#', 1, 0, '2019-10-22 15:12:38', '2019-10-22 15:12:38'), (15, 1, 'Hair 50 % Off', 'banners/363015banner2.png', 'app/473917banner2.png', 'procedure/hair', 1, 0, '2019-10-22 15:13:25', '2020-02-26 06:21:00'), (16, 1, 'Lovely Hair', 'banners/854348banner-2.png', 'app/779473banner-2.png', '#', 1, 0, '2019-10-22 15:14:53', '2019-10-24 12:05:25'), (24, 1, 'Product Page Explore Banner', 'banners/931481explore-banner.png', 'app/844451explore-banner.png', '#', 1, 0, '2020-01-08 13:00:38', '2020-01-08 13:00:38'), (25, 1, 'House of Kabera', 'banners/522827kabera house 2.gif', 'app/225472kabera house 2.gif', 'https://www.kaberaglobal.com/procedure/hair', 1, 0, '2020-02-12 04:53:36', '2020-02-26 06:20:33'), (28, 1, 'HAIR TRANSPLANT 12-02-2020', 'banners/226772kabera-banner2.gif', 'app/984384kabera-banner2.gif', 'procedure/hair', 1, 0, '2020-02-12 05:05:54', '2020-02-26 06:20:25'), (29, 1, 'My Lady Hair Treatment Packages', 'banners/3626261.jpg', 'app/3253391.jpg', 'procedure/hair', 1, 0, '2020-02-12 05:12:51', '2020-02-26 06:19:54'), (30, 1, 'My Lady Hair Package', 'banners/5571112.jpg', 'app/8022842.jpg', 'https://www.kaberaglobal.com/procedure/hair', 1, 0, '2020-02-12 05:13:19', '2020-02-26 06:21:40'), (31, 2, 'My Lady Skin Treatment', 'banners/5544143.jpg', 'app/4148183.jpg', 'https://www.kaberaglobal.com/procedure/skin', 1, 0, '2020-02-12 05:14:17', '2020-02-26 06:21:44'), (32, 1, 'Evalutate Transplant Cost Second', 'banners/209400GET HAIR.png', 'app/259127GET HAIR.png', '/procedure/hair-transplant', 1, 0, '2020-02-12 07:39:20', '2020-02-12 07:39:20'), (33, 1, 'Bond & Me Beard Transplant', 'banners/5059484.jpg', 'app/3540394.jpg', 'https://www.kaberaglobal.com/procedure/beard-transplant', 1, 0, '2020-02-12 12:05:56', '2020-02-26 06:21:59'); -- -------------------------------------------------------- -- -- Table structure for table `become_a_patners` -- CREATE TABLE `become_a_patners` ( `id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `phone` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `clinic_address` varchar(255) NOT NULL, `description` varchar(255) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `become_a_patners` -- INSERT INTO `become_a_patners` (`id`, `name`, `phone`, `email`, `clinic_address`, `description`, `created_at`, `updated_at`) VALUES (1, 'test', '4677889975', 'doc213@gmail.com', 'tester', 'test', '2020-02-17 04:59:05', '2020-02-17 04:59:05'), (2, 'doctor 1', '4151626177', 'gy@yopmail.com', 'phi chd', 'test', '2020-03-16 11:49:06', '2020-03-16 11:49:06'); -- -------------------------------------------------------- -- -- Table structure for table `before_after_images` -- CREATE TABLE `before_after_images` ( `id` int(11) NOT NULL, `service_id` int(11) NOT NULL, `before_image` varchar(180) DEFAULT NULL, `after_image` varchar(180) DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `before_after_images` -- INSERT INTO `before_after_images` (`id`, `service_id`, `before_image`, `after_image`, `created_at`, `updated_at`) VALUES (3, 2, 'pages/143842ashish-before.png', 'pages/991888ashish-after.png', '2019-10-17 15:26:31', '2020-02-07 10:32:13'), (4, 2, 'pages/800386jai-before.png', 'pages/820284jai-after.png', '2019-10-17 15:26:52', '2020-02-07 10:33:39'), (5, 2, 'pages/251037govind-before.png', 'pages/551744govind-after.png', '2019-10-17 15:27:17', '2020-02-07 10:33:54'), (6, 7, 'pages/b-before-1.png', 'pages/b-after-1.png', '2019-10-17 15:27:17', '2019-10-17 15:27:17'), (7, 7, 'pages/b-before-1.png', 'pages/b-after-1.png', '2019-10-17 15:27:17', '2019-10-17 15:27:17'), (8, 7, 'pages/b-before-1.png', 'pages/b-after-1.png', '2019-10-17 15:27:17', '2019-10-17 15:27:17'), (9, 3, 'pages/e-before1.png', 'pages/e-after1.png', '2019-10-17 15:27:17', '2019-10-17 15:27:17'), (10, 3, 'pages/e-before1.png', 'pages/e-after1.png', '2019-10-17 15:27:17', '2019-10-17 15:27:17'), (11, 3, 'pages/e-before1.png', 'pages/e-after1.png', '2019-10-17 15:27:17', '2019-12-07 18:23:30'), (12, 6, 'pages/944296skin-before-1.png', 'pages/310923skin-after-1.png', '2019-12-06 14:58:41', '2019-12-06 14:58:41'), (13, 6, 'pages/554667skin-before1-2.png', 'pages/707765skin-after-2.png', '2019-12-06 14:59:41', '2019-12-06 14:59:41'), (14, 6, 'pages/214707skin-before-3.png', 'pages/221924skin-after-3.png', '2019-12-06 15:00:07', '2019-12-06 15:00:07'), (15, 9, 'pages/867691cos-before-1.png', 'pages/445489cos-after-1.png', '2019-12-07 12:30:35', '2019-12-07 12:30:35'), (16, 9, 'pages/331838cos-before-2.png', 'pages/824162cos-after-2.png', '2019-12-07 12:31:04', '2019-12-07 12:31:04'), (17, 9, 'pages/135545cos-before-3.png', 'pages/281024cos-after-3.png', '2019-12-07 12:31:21', '2019-12-07 12:31:21'), (18, 12, 'pages/618171anti-before-1.png', 'pages/400523anti-after-1.png', '2019-12-07 13:16:48', '2019-12-07 13:16:48'), (19, 12, 'pages/987645anti-before-1.png', 'pages/639731anti-after-1.png', '2019-12-07 13:26:14', '2019-12-07 13:26:14'), (20, 12, 'pages/622041anti-before-1.png', 'pages/435288anti-after-1.png', '2019-12-07 13:26:27', '2019-12-07 13:26:27'), (21, 13, 'pages/474069anti-before-1.png', 'pages/342619anti-after-1.png', '2019-12-07 13:27:09', '2019-12-07 13:27:09'), (22, 13, 'pages/702229anti-before-1.png', 'pages/574221anti-after-1.png', '2019-12-07 13:27:23', '2019-12-07 13:27:23'), (23, 13, 'pages/594309anti-before-1.png', 'pages/889173anti-after-1.png', '2019-12-07 13:27:32', '2019-12-07 13:27:32'), (24, 14, 'pages/987994anti-before-1.png', 'pages/407754anti-after-1.png', '2019-12-07 13:28:07', '2019-12-07 13:28:07'), (25, 14, 'pages/500525anti-before-1.png', 'pages/485478anti-after-1.png', '2019-12-07 13:29:06', '2019-12-07 13:29:06'), (26, 14, 'pages/735250anti-before-1.png', 'pages/575364anti-after-1.png', '2019-12-07 13:29:53', '2019-12-07 13:29:53'), (27, 15, 'pages/418487anti-before-1.png', 'pages/858896anti-after-1.png', '2019-12-07 14:20:28', '2019-12-07 14:20:28'), (28, 15, 'pages/178631anti-before-1.png', 'pages/938512anti-after-1.png', '2019-12-07 14:20:37', '2019-12-07 14:20:37'), (29, 15, 'pages/703580anti-before-1.png', 'pages/309412anti-after-1.png', '2019-12-07 14:20:45', '2019-12-07 14:20:45'), (30, 16, 'pages/710659anti-before-1.png', 'pages/650980anti-after-1.png', '2019-12-07 14:21:51', '2019-12-07 14:21:51'), (31, 16, 'pages/146165anti-before-1.png', 'pages/747069anti-after-1.png', '2019-12-07 14:21:59', '2019-12-07 14:21:59'); -- -------------------------------------------------------- -- -- Table structure for table `before_after_reviews` -- CREATE TABLE `before_after_reviews` ( `id` int(10) UNSIGNED NOT NULL, `service_id` int(11) NOT NULL, `reviewer_name` varchar(60) DEFAULT NULL, `rating` tinyint(1) UNSIGNED NOT NULL, `review_en` mediumtext DEFAULT NULL, `review_fr` mediumtext DEFAULT NULL, `image` varchar(200) DEFAULT NULL, `review_status` enum('0','1') NOT NULL DEFAULT '1', `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `before_after_reviews` -- INSERT INTO `before_after_reviews` (`id`, `service_id`, `reviewer_name`, `rating`, `review_en`, `review_fr`, `image`, `review_status`, `created_at`, `updated_at`) VALUES (1, 2, 'Ashish', 4, 'It’s my pleasure to choose “Kabera Hair Transplant Centre” for my Hair Transplant. Clinic environment is very comfortable. It is one of the best clinics in Jalandhar with excellent staff and equipments.', 'C\'est un fait établi de longue date qu\'un lecteur sera distrait par le contenu lisible d\'une page lorsqu\'il examinera sa mise en page. Lorem Ipsum a l\'avantage de présenter une distribution de lettres plus ou moins normale, par opposition à l\'utilisation de \'Contenu ici, contenu ici\', ce qui lui donne un aspect lisible en anglais. De nombreux packages de publication assistée par ordinateur.', 'reviews/499942ashish.png', '1', '2019-10-18 11:26:51', '2020-02-10 10:34:42'), (2, 2, 'Jai', 5, 'It was a wonderful experience, getting the procedure done. All the doctors are exceptionally cooperative and discussed all the procedure steps in detail. Staff is excellent and I am extremely satisfied with their work.', 'C\'est un fait établi de longue date qu\'un lecteur sera distrait par le contenu lisible d\'une page lorsqu\'il examinera sa mise en page. Lorem Ipsum a l\'avantage de présenter une distribution de lettres plus ou moins normale, par opposition à l\'utilisation de \'Contenu ici, contenu ici\', ce qui lui donne un aspect lisible en anglais. De nombreux packages de publication assistée par ordinateur.', 'reviews/835877jai.png', '1', '2019-10-18 12:17:44', '2020-02-07 10:27:30'), (3, 2, 'Govind', 5, 'Lost 70 % of my front scalp hair at the age of 31. Glad that I got FUE Hair Transplant done timely. The hair growth looks natural and I feel confident.', 'C\'est un fait établi de longue date qu\'un lecteur sera distrait par le contenu lisible d\'une page lorsqu\'il examinera sa mise en page. Lorem Ipsum a l\'avantage de présenter une distribution de lettres plus ou moins normale, par opposition à l\'utilisation de \'Contenu ici, contenu ici\', ce qui lui donne un aspect lisible en anglais. De nombreux packages de publication assistée par ordinateur.', 'reviews/903047govind.png', '1', '2019-12-02 11:47:26', '2020-02-07 10:38:09'), (4, 7, 'Suyyesh Garg', 5, 'I am doing fine, grafts have taken up very well, and the donor area is almost healed. I consider myself fortunate enough to get treated by such a talented team.', 'Lorem IpsumLorem IpsumLorem Ipsum Lorem IpsumLorem IpsumLorem Ipsum', 'reviews/395440beardboy9.jpeg', '1', '2019-12-07 12:21:25', '2020-02-11 06:05:49'), (5, 3, 'Deep Singh', 4, ' I came to know about this clinic through Internet Reviews. It was precisely what it said there. Their qualified team of doctors, its staff, and bedside manners make me recommend Kabera to every other individual in need. This is the best clinic for Eyebrow Transplant.', 'Lorem IpsumLorem IpsumLorem Ipsum Lorem IpsumLorem IpsumLorem Ipsum Lorem IpsumLorem IpsumLorem Ipsum Lorem IpsumLorem IpsumLorem Ipsum', 'reviews/569904beardprofilce3.jpeg', '1', '2019-12-07 12:22:21', '2020-02-11 06:03:45'), (6, 3, 'Mohsin Khan', 3, 'What an excellent doctor, an incredible team, and a well equipped center. Thank you, guys! You are the true master of your talents.', 'Lorem IpsumLorem IpsumLorem Ipsum Lorem IpsumLorem IpsumLorem Ipsum Lorem IpsumLorem IpsumLorem Ipsum Lorem IpsumLorem IpsumLorem Ipsum', 'reviews/893242beardboy7.jpeg', '1', '2019-12-07 12:22:44', '2020-02-11 06:04:38'), (7, 16, 'Deepika Kaushal', 3, 'Researching for the best clinic to get my treatment done, I finally found Kabera and its services. Dr Sharma walks her clients through the process as if they are her best friend. It’s the rare quality that I found here, and I adored it for making me feel that comfortable throughout the procdure.', 'Lorem IpsumLorem IpsumLorem Ipsum Lorem IpsumLorem IpsumLorem Ipsum Lorem IpsumLorem IpsumLorem Ipsum Lorem IpsumLorem IpsumLorem Ipsum', 'reviews/188965proifilepic4.jpeg', '1', '2019-12-07 12:23:32', '2020-02-11 05:51:15'), (8, 9, 'Basant Singh', 3, 'If Procedures go by quality, Kabera stands out. If hospitality goes by quality, Kabera stands out. I am blessed that I found it exactly in the time of my need. Thank you, Doctors.', 'Lorem IpsumLorem IpsumLorem Ipsum Lorem IpsumLorem IpsumLorem Ipsum Lorem IpsumLorem IpsumLorem Ipsum Lorem IpsumLorem IpsumLorem Ipsum', 'reviews/840190beardprofilce2.jpeg', '1', '2019-12-07 12:24:12', '2020-02-11 06:03:21'), (9, 13, 'Shubhani Dave', 3, 'I want to thank the doctors for their excellent service. They are passionate about helping people with their skin, and it is so evident that they love what they do', 'Lorem IpsumLorem IpsumLorem Ipsum Lorem IpsumLorem IpsumLorem Ipsum Lorem IpsumLorem IpsumLorem Ipsum Lorem IpsumLorem IpsumLorem Ipsum Lorem IpsumLorem IpsumLorem Ipsum', 'reviews/983620proficpic15.jpeg', '1', '2019-12-07 12:25:33', '2020-02-11 10:11:02'), (10, 7, 'Aditya Rajnath', 5, 'What makes me gain respect for Kabera was the focus on every minor detail about the patient and his treatment. Dr. Singh and the staff are very humble and careful about the minor details. I am glad that I found Kabera at the right time.', 'Lorem IpsumLorem IpsumLorem Ipsum Lorem IpsumLorem IpsumLorem Ipsum Lorem IpsumLorem IpsumLorem Ipsum Lorem IpsumLorem IpsumLorem Ipsum', 'reviews/525232beardprofilc1.jpeg', '1', '2019-12-07 12:27:13', '2020-02-11 06:00:26'), (11, 7, 'Shivansh Rai', 4, 'Dr. Singh is a friendly and genuine surgeon I have seen. His expertise in Beard Transplant is commendable.', 'Lorem IpsumLorem IpsumLorem Ipsum Lorem IpsumLorem IpsumLorem Ipsum Lorem IpsumLorem IpsumLorem Ipsum Lorem IpsumLorem IpsumLorem Ipsum Lorem IpsumLorem IpsumLorem Ipsum', 'reviews/160811beardboy8.jpeg', '1', '2019-12-07 12:27:44', '2020-02-11 06:05:34'), (12, 3, 'Ali Raj', 4, 'I am thrilled and want to say a big thanks to the incredible team of Dr. Richa and her staff for the terrific procedure and excellent hospitality they gave us.', 'Lorem IpsumLorem IpsumLorem Ipsum Lorem IpsumLorem IpsumLorem Ipsum Lorem IpsumLorem IpsumLorem Ipsum Lorem IpsumLorem IpsumLorem Ipsum Lorem IpsumLorem IpsumLorem Ipsum', 'reviews/431691eybrowprofile1.jpeg', '1', '2019-12-07 12:28:40', '2020-02-11 06:01:10'), (13, 12, 'Shikha Nayyar', 4, 'The results show themselves. After getting my treatment done, I noticed the difference not only in my glowing skin but in my self-esteem too.', 'The results show themselves. After getting my treatment done, I noticed the difference not only in my glowing skin but in my self-esteem too.', 'reviews/704637profilcpic12.jpeg', '1', '2019-12-07 12:33:58', '2020-02-11 05:55:35'), (14, 14, 'Ruchika Arora', 3, 'I will definitely be recommending family and friends here. I have finally found a place that can give me the results I have been looking for, for a very long time. ', 'Anti Aging lorem ipsum Anti Aging lorem ipsum Anti Aging lorem ipsum Anti Aging lorem ipsum Anti Aging lorem ipsum Anti Aging lorem ipsum', 'reviews/763732profilcpic11.jpeg', '1', '2019-12-07 12:34:38', '2020-02-11 05:55:15'), (15, 15, 'Mahira Ali', 5, 'Thank you, Maya and Ashley, for perfecting my skin and thank you, Shelley, for always making sure I book my appointments. It’s the best clinic that I found in the city at the right time.', 'Anti Aging lorem ipsum Anti Aging lorem ipsum Anti Aging lorem ipsum Anti Aging lorem ipsum Anti Aging lorem ipsum Anti Aging lorem ipsum', 'reviews/278749profilepic7.jpeg', '1', '2019-12-07 12:35:12', '2020-02-11 05:52:14'), (16, 13, 'Shriya Dwarke', 4, 'I have seen dramatic results. I would like to thank Dr Heena for my treatment and all the support throughout the process', 'Facial lorem ipsum Facial lorem ipsum Facial lorem ipsum Facial lorem ipsum Facial lorem ipsum Facial lorem ipsum Facial lorem ipsum Facial lorem ipsum', 'reviews/807680profilcpic14.jpeg', '1', '2019-12-07 12:35:51', '2020-02-11 05:56:20'), (17, 6, 'Jyoti Singh', 4, 'Thank you so much for everything you do. I will happily recommend Kabera to anyone having issues with their skin and will be sure to continue using your advice and services.', 'Facial lorem ipsum Facial lorem ipsum Facial lorem ipsum Facial lorem ipsum Facial lorem ipsum Facial lorem ipsum Facial lorem ipsum Facial lorem ipsum', 'reviews/920172jyotisingnh.png', '1', '2019-12-07 12:36:12', '2020-02-10 10:58:37'), (18, 14, 'Shivani Sharma', 3, 'They have a fantastic staff who makes you feel welcome. I have been coming to this clinic for a couple of months now, and I have nothing but good to say. The results of my skin are phenomenal.', 'Facial lorem ipsum Facial lorem ipsum Facial lorem ipsum Facial lorem ipsum Facial lorem ipsum Facial lorem ipsum Facial lorem ipsum Facial lorem ipsum', 'reviews/218587profilcpic13.jpeg', '1', '2019-12-07 12:36:40', '2020-02-11 05:55:55'), (21, 12, 'Preeti Kudyal', 2, 'Added to the Effective treatment, My skin got healing here. The staff created the magic on my skin. I am so obliged to them for making me feel so great about it.', 'Added to the Effective treatment, My skin got healing here. The staff created the magic on my skin. I am so obliged to them for making me feel so great about it.', 'reviews/404741profilepic8.jpeg', '1', '2019-12-07 12:40:15', '2020-02-11 05:52:36'), (22, 6, 'Mia Talwar', 2, 'As for those annoying blood vessels on my nose, Dr Sinha zapped them away within minutes – I couldn’t believe it! With her knowledge and modern equipment, she got rid of a frustrating area of imperfection I had been covering up for months.', 'botox & filler lorem ipsum botox & filler lorem ipsum botox & filler lorem ipsum botox & filler lorem ipsum botox & filler lorem ipsum botox & filler lorem ipsum', 'reviews/495694miatalwar.png', '1', '2019-12-07 12:46:06', '2020-02-11 10:07:54'), (23, 12, 'Divya Sinha', 5, 'I feel so happy that I found this clinic. If you’re looking for the best clinic recommendations in the city, I would definitely recommend Kabera Global for their best services.', 'facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum', 'reviews/321924proiflepic5.jpeg', '1', '2019-12-07 13:00:37', '2020-02-11 05:51:31'), (24, 15, 'Amanvir Kaur', 5, 'So worth the treatment! I highly recommend Dr Singh and her team! Professional, Knowledgeable and a very comfortable atmosphere.', 'facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum', 'reviews/643551profilepic2.jpeg', '1', '2019-12-07 13:01:24', '2020-02-11 05:50:54'), (25, 16, 'Priya Bansal', 4, 'The doctors and their team are well educated and knowledgeable about their services, and I love that they do all the research and explain everything to me in an excellent BIG Picture way. I am glad that I found the best doctor in the city.', 'Laser hair Reduction lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum', 'reviews/519743profilepic9.jpeg', '1', '2019-12-07 13:07:58', '2020-02-11 05:52:59'), (26, 16, 'Diksha Verma', 4, 'I would recommend Kabera to anyone who\'s looking for the skin treatment. I am so pleased with the results. The clinic itself is warm, cosy and inviting.', 'Laser hair Reduction lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum', 'reviews/333602proficpic10.jpeg', '1', '2019-12-07 13:08:55', '2020-02-11 05:54:51'), (27, 14, 'Alisha Gupta', 4, 'I love that the doctors were straight to the point and taught me how to use the services, so I get my investment. I feel safe and protected because of the recommendations and tips they provided, and this is so important to me', 'Laser hair Reduction lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum facial lorem ipsum', 'reviews/864135profilepic1.jpeg', '1', '2019-12-07 13:09:21', '2020-02-11 05:50:45'), (28, 13, 'Geeta Dikshit', 4, 'I want to say how happy I am to be a client of your Clinic! I was referred through one of my friend, who was another happy client of yours. You made me feel so comfortable and informative throughout the process.', 'skin lightneing lorem ipsum skin lightneing lorem ipsum skin lightneing lorem ipsum skin lightneing lorem ipsum skin lightneing lorem ipsum skin lightneing lorem ipsum skin lightneing lorem ipsum', 'reviews/668985profilepic6.jpeg', '1', '2019-12-07 13:11:11', '2020-02-11 05:58:25'), (29, 6, 'Jivika Aggarwal', 4, 'When I met Dr Sinha, I found her filled with knowledge and confidence that I have never come across before. I have now done four treatments, and the difference from my first visit to today is beyond amazing. I highly recommend Kabera for anyone who needs excellent services as the staff is so knowledgeable, genuine, and helpful!', 'skin lightneing lorem ipsum skin lightneing lorem ipsum skin lightneing lorem ipsum skin lightneing lorem ipsum skin lightneing lorem ipsum skin lightneing lorem ipsum skin lightneing lorem ipsum', 'reviews/676863jivika.png', '1', '2019-12-07 13:11:41', '2020-02-10 10:59:08'), (30, 15, 'Anjali Kaudyal', 5, 'Doctors did an outstanding job. Their steady hands and effective treatment make them the best in the area.', 'skin lightneing lorem ipsum skin lightneing lorem ipsum skin lightneing lorem ipsum skin lightneing lorem ipsum skin lightneing lorem ipsum skin lightneing lorem ipsum skin lightneing lorem ipsum', 'reviews/350070profilepic3.jpeg', '1', '2019-12-07 13:12:24', '2020-02-11 05:51:04'), (31, 9, 'Gurvinder', 5, 'I love Kabera! Its quality of work speaks for itself. My life got changed entirely after my treatment. I gained my confidence back.', 'I love Kabera! Its quality of work speaks for itself. My life got changed entirely after my treatment. I gained my confidence back.', 'reviews/100203beardprofilpic5.jpeg', '1', '2020-02-10 11:50:45', '2020-02-11 06:04:03'), (32, 9, 'Rohan Thakur', 4, 'I got excellent results from Kabera. I am thankful to them for this.', 'I got excellent results from Kabera. I am thankful to them for this.', 'reviews/724543beardpboy6.jpeg', '1', '2020-02-10 11:51:08', '2020-02-11 06:04:20'); -- -------------------------------------------------------- -- -- Table structure for table `blogs` -- CREATE TABLE `blogs` ( `id` int(11) NOT NULL, `title_en` varchar(255) NOT NULL, `desc_en` varchar(255) NOT NULL, `title_fr` varchar(255) NOT NULL, `desc_fr` varchar(255) NOT NULL, `blog_img` varchar(255) NOT NULL, `date` varchar(255) NOT NULL, `status` tinyint(4) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `blogs` -- INSERT INTO `blogs` (`id`, `title_en`, `desc_en`, `title_fr`, `desc_fr`, `blog_img`, `date`, `status`, `created_at`, `updated_at`) VALUES (6, 'test', 'test', 'test', 'test', 'blog/388455Optimized-Kabera_Dental.jpg', '11/19/2019', 1, '2019-11-11 17:04:30', '2019-11-11 17:04:50'); -- -------------------------------------------------------- -- -- Table structure for table `carry_things` -- CREATE TABLE `carry_things` ( `id` bigint(20) NOT NULL, `title` varchar(255) NOT NULL, `service_id` bigint(20) NOT NULL, `sub_service_id` bigint(20) NOT NULL, `description` varchar(255) NOT NULL, `status` tinyint(1) NOT NULL, `carry_type` varchar(255) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `carry_things` -- INSERT INTO `carry_things` (`id`, `title`, `service_id`, `sub_service_id`, `description`, `status`, `carry_type`, `created_at`, `updated_at`) VALUES (5, 'Carry these things', 1, 2, 'Please take your appointment medical reports if you have ever operated', 1, 'visit_doctor', '2019-12-02 06:48:16', '2019-12-02 06:48:16'), (8, 'test', 1, 8, 'sdfds', 0, 'procedure', '2019-11-22 16:02:49', '2019-11-22 16:02:49'), (9, 'test', 1, 8, '<p>test </p>', 1, 'visit_doctor', '2019-11-22 16:04:15', '2019-11-22 16:04:15'), (10, 'test1', 1, 6, 'tst1', 1, 'procedure', '2019-11-22 16:11:21', '2019-11-22 16:11:21'), (12, 'carry things', 1, 2, 'Please carry your all other medical reports history if any you have done previously', 1, 'procedure', '2019-11-30 06:41:37', '2019-11-30 06:41:37'), (13, 'Carry these things', 1, 1, '<p>Please take your appointment medical reports if you have ever operated<br></p>', 1, 'visit_doctor', '2019-12-31 18:13:25', '2019-12-31 18:13:25'), (14, 'Carry these things', 1, 1, '<p>Please take your appointment medical reports if you have ever operated<br></p>', 1, 'procedure', '2019-12-31 18:14:14', '2019-12-31 18:14:14'), (15, 'Carry these things', 1, 3, '<p>Please take your appointment medical reports if you have ever operated<br></p>', 1, 'visit_doctor', '2019-12-31 18:14:32', '2019-12-31 18:14:32'), (16, 'Carry these things', 1, 3, '<p>Please take your appointment medical reports if you have ever operated<br></p>', 1, 'procedure', '2019-12-31 18:14:44', '2019-12-31 18:14:44'), (17, 'Carry these things', 1, 5, '<p>Please take your appointment medical reports if you have ever operated<br></p>', 1, 'visit_doctor', '2019-12-31 18:14:56', '2019-12-31 18:14:56'), (18, 'Carry these things', 1, 5, '<p>Please take your appointment medical reports if you have ever operated<br></p>', 1, 'procedure', '2019-12-31 18:15:08', '2019-12-31 18:15:08'), (19, 'Carry these things', 1, 7, '<p>Please take your appointment medical reports if you have ever operated<br></p>', 1, 'visit_doctor', '2019-12-31 18:15:22', '2019-12-31 18:15:22'), (20, 'Carry these things', 1, 7, '<p>Please take your appointment medical reports if you have ever operated<br></p>', 1, 'procedure', '2019-12-31 18:15:35', '2019-12-31 18:15:35'), (21, 'Carry these things', 1, 9, '<p>Please take your appointment medical reports if you have ever operated<br></p>', 1, 'visit_doctor', '2019-12-31 18:15:47', '2019-12-31 18:15:47'), (22, 'Carry these things', 1, 9, '<p>Please take your appointment medical reports if you have ever operated</p>', 1, 'procedure', '2019-12-31 18:15:59', '2019-12-31 18:15:59'), (23, 'Carry these things', 2, 6, '<p>Please take your appointment medical reports if you have ever operated<br></p>', 1, 'visit_doctor', '2019-12-31 18:16:24', '2019-12-31 18:16:24'), (24, 'Carry these things', 2, 6, '<p>Please take your appointment medical reports if you have ever operated<br></p>', 1, 'procedure', '2019-12-31 18:16:34', '2019-12-31 18:16:34'), (25, 'Carry these things', 2, 8, '<p>Please take your appointment medical reports if you have ever operated<br></p>', 1, 'visit_doctor', '2019-12-31 18:16:52', '2019-12-31 18:16:52'), (26, 'Carry these things', 2, 8, '<p>Please take your appointment medical reports if you have ever operated<br></p>', 1, 'procedure', '2019-12-31 18:17:03', '2019-12-31 18:17:03'), (27, 'Carry these things', 2, 12, '<p>Please take your appointment medical reports if you have ever operated<br></p>', 1, 'visit_doctor', '2019-12-31 18:17:28', '2019-12-31 18:17:28'), (28, 'Carry these things', 2, 12, '<p>Please take your appointment medical reports if you have ever operated<br></p>', 1, 'procedure', '2019-12-31 18:17:36', '2019-12-31 18:17:36'), (29, 'Carry these things', 2, 13, '<p>Please take your appointment medical reports if you have ever operated<br></p>', 1, 'visit_doctor', '2019-12-31 18:17:47', '2019-12-31 18:17:47'), (30, 'Carry these things', 2, 13, '<p>Please take your appointment medical reports if you have ever operated<br></p>', 1, 'procedure', '2019-12-31 18:17:58', '2019-12-31 18:17:58'), (31, 'Carry these things', 2, 14, '<p>Please take your appointment medical reports if you have ever operated<br></p>', 1, 'visit_doctor', '2019-12-31 18:18:10', '2019-12-31 18:18:10'), (32, 'Carry these things', 2, 14, '<p>Please take your appointment medical reports if you have ever operated<br></p>', 1, 'procedure', '2019-12-31 18:18:20', '2019-12-31 18:18:20'), (33, 'Carry these things', 2, 15, '<p>Please take your appointment medical reports if you have ever operated<br></p>', 1, 'visit_doctor', '2019-12-31 18:18:31', '2019-12-31 18:18:31'), (34, 'Carry these things', 2, 15, '<p>Please take your appointment medical reports if you have ever operated<br></p>', 1, 'procedure', '2019-12-31 18:18:41', '2019-12-31 18:18:41'), (35, 'Carry these things', 2, 16, '<p>Please take your appointment medical reports if you have ever operated<br></p>', 1, 'visit_doctor', '2019-12-31 18:18:52', '2019-12-31 18:18:52'), (36, 'Carry these things', 2, 16, '<p>Please take your appointment medical reports if you have ever operated<br></p>', 1, 'procedure', '2019-12-31 18:19:02', '2019-12-31 18:19:02'); -- -------------------------------------------------------- -- -- Table structure for table `carts` -- CREATE TABLE `carts` ( `id` int(11) NOT NULL, `user_id` bigint(20) NOT NULL, `quantity_total` int(11) NOT NULL DEFAULT 0, `raw_total` double NOT NULL DEFAULT 0, `discount_total` double NOT NULL DEFAULT 0, `grand_total` double NOT NULL DEFAULT 0, `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `carts` -- INSERT INTO `carts` (`id`, `user_id`, `quantity_total`, `raw_total`, `discount_total`, `grand_total`, `created_at`, `updated_at`) VALUES (288, 4, 1, 100, 0, 100, '2020-02-10 07:14:01', '2020-02-10 07:14:01'), (289, 15, 1, 50, 0, 50, '2020-02-10 09:44:35', '2020-02-10 09:44:35'), (290, 22, 2, 40, 0, 40, '2020-02-10 12:08:02', '2020-02-10 12:08:02'), (292, 10, 1, 100, 0, 100, '2020-02-10 13:49:47', '2020-02-10 13:49:47'), (293, 23, 3, 60, 0, 60, '2020-02-10 14:05:36', '2020-02-10 14:05:36'), (295, 19, 7, 140, 0, 140, '2020-02-10 15:13:42', '2020-02-10 15:13:42'), (298, 13, 1, 1000, 0, 1000, '2020-02-13 06:16:27', '2020-02-13 06:16:27'), (299, 7, 1, 5243, 0, 5243, '2020-02-13 09:05:12', '2020-02-13 09:05:12'), (300, 72, 1, 1000, 0, 1000, '2020-02-13 12:32:18', '2020-02-13 12:32:18'), (301, 8, 1, 1000, 0, 1000, '2020-02-17 05:58:12', '2020-02-17 05:58:12'), (303, 105, 1, 1000, 0, 1000, '2020-02-18 05:20:52', '2020-02-18 05:20:52'), (304, 184, 1, 1000, 0, 1000, '2020-02-23 22:30:05', '2020-02-23 22:30:05'), (305, 185, 1, 2621.5, 0, 2621.5, '2020-02-24 17:56:47', '2020-02-24 17:56:47'), (307, 195, 1, 100, 0, 100, '2020-02-26 12:33:58', '2020-02-26 12:33:58'), (308, 167, 1, 38349, 0, 38349, '2020-02-27 05:16:08', '2020-02-27 05:16:08'), (309, 200, 1, 100, 0, 100, '2020-03-02 07:05:37', '2020-03-02 07:05:37'), (311, 201, 1, 64898, 0, 64898, '2020-03-04 20:20:40', '2020-03-04 20:20:40'), (312, 205, 1, 590, 0, 590, '2020-03-06 19:23:41', '2020-03-06 19:23:41'), (315, 233, 1, 100, 0, 100, '2020-03-17 15:58:11', '2020-03-17 15:58:11'), (316, 250, 1, 100, 0, 100, '2020-04-08 06:04:49', '2020-04-08 06:04:49'), (320, 75, 2, 395, 0, 395, '2020-05-22 08:47:33', '2020-05-22 08:47:33'), (321, 269, 1, 1000, 0, 1000, '2020-05-22 11:07:41', '2020-05-22 11:07:41'), (323, 187, 2, 395, 0, 395, '2020-06-16 12:10:36', '2020-06-16 12:10:36'); -- -------------------------------------------------------- -- -- Table structure for table `cart_items` -- CREATE TABLE `cart_items` ( `id` int(11) NOT NULL, `cart_id` int(11) NOT NULL, `product_id` int(11) NOT NULL COMMENT 'report id for procedure, offer id for package', `report_id` int(11) NOT NULL DEFAULT 0, `product_price` double NOT NULL, `gst_price` double NOT NULL, `quantity` int(11) NOT NULL, `discount` varchar(255) NOT NULL, `option_discount` double NOT NULL, `total_price` double NOT NULL, `payment_option` int(11) DEFAULT NULL COMMENT 'this filed is store payment option type for procedure and packages', `offer_discount` double DEFAULT NULL, `is_type` enum('product','procedure','package') DEFAULT 'product', `note` text DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `cart_items` -- INSERT INTO `cart_items` (`id`, `cart_id`, `product_id`, `report_id`, `product_price`, `gst_price`, `quantity`, `discount`, `option_discount`, `total_price`, `payment_option`, `offer_discount`, `is_type`, `note`, `created_at`, `updated_at`) VALUES (267, 288, 63, 5, 64999, 11699, 1, '0', 500, 100, 1, NULL, 'package', NULL, '2020-02-10 07:14:01', '2020-02-10 07:14:01'), (268, 289, 5, 0, 50, 9, 1, '0', 0, 50, NULL, NULL, 'product', NULL, '2020-02-10 09:44:35', '2020-02-10 09:44:35'), (269, 290, 10, 0, 20, 7, 2, '0', 0, 40, NULL, NULL, 'product', NULL, '2020-02-10 11:21:51', '2020-02-10 12:08:01'), (271, 292, 53, 28, 42999, 7739, 1, '0', 500, 100, 5, NULL, 'package', 'test', '2020-02-10 13:49:47', '2020-02-10 13:49:47'), (272, 293, 10, 0, 20, 10, 3, '0', 0, 60, NULL, NULL, 'product', NULL, '2020-02-10 14:01:32', '2020-02-10 14:05:36'), (276, 295, 10, 0, 20, 25, 7, '0', 0, 140, NULL, NULL, 'product', NULL, '2020-02-10 15:13:18', '2020-02-10 15:13:42'), (279, 298, 187, 89, 500, 90, 1, '0', 2500, 1000, 2, NULL, 'package', 'abc', '2020-02-13 06:16:27', '2020-02-13 06:16:27'), (280, 299, 104, 97, 4444, 799, 1, '0', 0, 5243, 4, NULL, 'package', 'abc', '2020-02-13 09:05:12', '2020-02-13 09:05:12'), (281, 300, 185, 106, 500, 90, 1, '0', 2500, 1000, 2, NULL, 'package', 'abc', '2020-02-13 12:32:18', '2020-02-13 12:32:18'), (282, 301, 185, 128, 500, 90, 1, '0', 2500, 1000, 2, NULL, 'package', 'abc', '2020-02-17 05:58:12', '2020-02-17 05:58:12'), (284, 303, 187, 136, 500, 90, 1, '0', 2500, 1000, 2, NULL, 'package', 'abc', '2020-02-18 05:20:52', '2020-02-18 05:20:52'), (285, 304, 66, 155, 51999, 9359, 1, '0', 2500, 1000, 2, NULL, 'package', NULL, '2020-02-23 22:30:05', '2020-02-23 22:30:05'), (286, 305, 119, 157, 4444, 799, 1, '0', 1048.6, 2621.5, 3, NULL, 'package', NULL, '2020-02-24 17:56:47', '2020-02-24 17:56:47'), (289, 307, 104, 173, 4444, 799, 1, '0', 500, 100, 5, NULL, 'package', NULL, '2020-02-26 12:33:58', '2020-02-26 12:33:58'), (290, 308, 63, 149, 64999, 11699, 1, '0', 15339.6, 38349, 3, NULL, 'package', NULL, '2020-02-27 05:16:08', '2020-02-27 05:16:08'), (291, 309, 186, 188, 500, 90, 1, '0', 500, 100, 5, NULL, 'package', 'Needs hair regrowth on moustache which is a surgical scar', '2020-03-02 07:05:37', '2020-03-02 07:05:37'), (293, 311, 60, 192, 54999, 9899, 1, '0', 0, 64898, 4, NULL, 'package', NULL, '2020-03-04 20:20:40', '2020-03-04 20:20:40'), (294, 312, 186, 194, 500, 90, 1, '0', 0, 590, 4, NULL, 'package', NULL, '2020-03-06 19:23:41', '2020-03-06 19:23:41'), (297, 315, 186, 224, 500, 90, 1, '0', 500, 100, 1, NULL, 'package', NULL, '2020-03-17 15:58:11', '2020-03-17 15:58:11'), (298, 316, 63, 240, 64999, 11699, 1, '0', 500, 100, 1, NULL, 'package', NULL, '2020-04-08 06:04:49', '2020-04-08 06:04:49'), (302, 320, 185, 166, 500, 90, 1, '0', 500, 100, 5, NULL, 'package', NULL, '2020-05-22 08:38:10', '2020-05-22 08:38:10'), (303, 320, 186, 165, 500, 90, 1, '0', 118, 295, 3, NULL, 'package', NULL, '2020-05-22 08:47:33', '2020-05-22 08:47:33'), (304, 321, 186, 265, 500, 90, 1, '0', 2500, 1000, 2, NULL, 'package', NULL, '2020-05-22 11:07:41', '2020-05-22 11:07:41'), (308, 323, 104, 276, 4444, 799, 1, '0', 500, 100, 1, NULL, 'package', NULL, '2020-06-16 11:03:35', '2020-06-16 11:03:35'), (309, 323, 185, 277, 500, 90, 1, '0', 118, 295, 3, NULL, 'package', NULL, '2020-06-16 12:10:36', '2020-06-16 12:10:36'); -- -------------------------------------------------------- -- -- Table structure for table `chats` -- CREATE TABLE `chats` ( `id` int(11) NOT NULL, `to` int(11) NOT NULL, `from` int(11) NOT NULL, `user_id` int(11) NOT NULL, `doctor_id` bigint(20) NOT NULL, `message` varchar(100) NOT NULL, `status` int(11) NOT NULL DEFAULT 0, `assistants_id` bigint(20) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `device_token` varchar(500) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `chats` -- INSERT INTO `chats` (`id`, `to`, `from`, `user_id`, `doctor_id`, `message`, `status`, `assistants_id`, `created_at`, `device_token`) VALUES (1, 9, 19, 19, 9, 'hello doctor', 0, 19, '2020-02-10 11:36:06', 'dDxMghSWzHQ:APA91bFnlShWado3aDD9V9WTy8noIT879cdve8GdpWaZM-xbjIvhIbhpvYARaVwpWsun55V0w9WxKMDuR2Kf7sBdvUndo2-rm4ofhs8UNozfaENICWD9g7_v2KJ00Hgi5NNBKdgdOrND'), (2, 19, 9, 19, 9, 'hn g boliye', 0, 0, '2020-02-10 11:36:42', 'TcPntHwjvTlYWfqNEdUblGDN5A2DjU2yfRCyWZ4LEHC9OxMRlZys6xeh2c0Q'), (3, 9, 19, 19, 9, 'aa gaya thank you', 0, 19, '2020-02-10 11:36:59', 'dDxMghSWzHQ:APA91bFnlShWado3aDD9V9WTy8noIT879cdve8GdpWaZM-xbjIvhIbhpvYARaVwpWsun55V0w9WxKMDuR2Kf7sBdvUndo2-rm4ofhs8UNozfaENICWD9g7_v2KJ00Hgi5NNBKdgdOrND'), (4, 19, 9, 19, 9, 'wlcm sir', 0, 0, '2020-02-10 11:37:13', 'TcPntHwjvTlYWfqNEdUblGDN5A2DjU2yfRCyWZ4LEHC9OxMRlZys6xeh2c0Q'), (5, 13, 12, 12, 13, 'Hie', 0, 0, '2020-02-11 05:12:59', 'dcjsQDO_h9g:APA91bGJv8uDDE_1u3fCXfEMaBgm-gm6c-KBF2GS7mTWjQaAmc7BxQs9YBZpLFARC5U7bQcD97r_swPhSHUN_wIXMsuD1g3wLhZq0d83nTq3jq7XuIRuVqq19moa4Z2GWsKwWgE6z8kR'), (6, 13, 12, 12, 13, 'Hi', 0, 0, '2020-02-11 05:30:31', 'dcjsQDO_h9g:APA91bGJv8uDDE_1u3fCXfEMaBgm-gm6c-KBF2GS7mTWjQaAmc7BxQs9YBZpLFARC5U7bQcD97r_swPhSHUN_wIXMsuD1g3wLhZq0d83nTq3jq7XuIRuVqq19moa4Z2GWsKwWgE6z8kR'), (7, 12, 13, 12, 13, 'Hey', 0, 0, '2020-02-11 05:30:48', 'eq_blqd0ixc:APA91bEEEtsVCDtd6enD-r5_dWjaIFqIbgRvult7zpv9jjW1npOews-1tLWv5I50cxXAp_CbbVtfe5xZzu3Tsiuov7HXNg5LklZR_iA6ebENVP-GaXecgC0A9Y0SXkGIuaCZBEihZQsa'), (8, 13, 44, 44, 13, 'hello doctor', 0, 44, '2020-02-11 12:10:27', ''), (9, 54, 1, 1, 54, 'hello', 0, 1, '2020-02-11 12:27:55', 'eq_blqd0ixc:APA91bEEEtsVCDtd6enD-r5_dWjaIFqIbgRvult7zpv9jjW1npOews-1tLWv5I50cxXAp_CbbVtfe5xZzu3Tsiuov7HXNg5LklZR_iA6ebENVP-GaXecgC0A9Y0SXkGIuaCZBEihZQsa'), (10, 54, 1, 1, 54, 'hello', 0, 1, '2020-02-11 12:27:59', 'eq_blqd0ixc:APA91bEEEtsVCDtd6enD-r5_dWjaIFqIbgRvult7zpv9jjW1npOews-1tLWv5I50cxXAp_CbbVtfe5xZzu3Tsiuov7HXNg5LklZR_iA6ebENVP-GaXecgC0A9Y0SXkGIuaCZBEihZQsa'), (11, 54, 1, 1, 54, 'hello', 0, 1, '2020-02-11 12:28:18', 'eq_blqd0ixc:APA91bEEEtsVCDtd6enD-r5_dWjaIFqIbgRvult7zpv9jjW1npOews-1tLWv5I50cxXAp_CbbVtfe5xZzu3Tsiuov7HXNg5LklZR_iA6ebENVP-GaXecgC0A9Y0SXkGIuaCZBEihZQsa'), (12, 54, 1, 1, 54, 'hello', 0, 1, '2020-02-11 12:28:32', 'eq_blqd0ixc:APA91bEEEtsVCDtd6enD-r5_dWjaIFqIbgRvult7zpv9jjW1npOews-1tLWv5I50cxXAp_CbbVtfe5xZzu3Tsiuov7HXNg5LklZR_iA6ebENVP-GaXecgC0A9Y0SXkGIuaCZBEihZQsa'), (13, 54, 1, 1, 54, 'hello', 0, 1, '2020-02-11 12:28:58', 'eq_blqd0ixc:APA91bEEEtsVCDtd6enD-r5_dWjaIFqIbgRvult7zpv9jjW1npOews-1tLWv5I50cxXAp_CbbVtfe5xZzu3Tsiuov7HXNg5LklZR_iA6ebENVP-GaXecgC0A9Y0SXkGIuaCZBEihZQsa'), (14, 1, 54, 1, 54, 'Hello test', 0, 0, '2020-02-11 12:39:13', 'eq_blqd0ixc:APA91bEEEtsVCDtd6enD-r5_dWjaIFqIbgRvult7zpv9jjW1npOews-1tLWv5I50cxXAp_CbbVtfe5xZzu3Tsiuov7HXNg5LklZR_iA6ebENVP-GaXecgC0A9Y0SXkGIuaCZBEihZQsa'), (15, 54, 59, 59, 54, 'jhgkhkhkhk', 0, 59, '2020-02-11 12:39:32', 'eq_blqd0ixc:APA91bEEEtsVCDtd6enD-r5_dWjaIFqIbgRvult7zpv9jjW1npOews-1tLWv5I50cxXAp_CbbVtfe5xZzu3Tsiuov7HXNg5LklZR_iA6ebENVP-GaXecgC0A9Y0SXkGIuaCZBEihZQsa'), (16, 54, 59, 59, 54, 'hello', 0, 59, '2020-02-11 12:40:17', 'eq_blqd0ixc:APA91bEEEtsVCDtd6enD-r5_dWjaIFqIbgRvult7zpv9jjW1npOews-1tLWv5I50cxXAp_CbbVtfe5xZzu3Tsiuov7HXNg5LklZR_iA6ebENVP-GaXecgC0A9Y0SXkGIuaCZBEihZQsa'), (17, 54, 59, 59, 54, 'hello', 0, 59, '2020-02-11 12:40:34', 'eq_blqd0ixc:APA91bEEEtsVCDtd6enD-r5_dWjaIFqIbgRvult7zpv9jjW1npOews-1tLWv5I50cxXAp_CbbVtfe5xZzu3Tsiuov7HXNg5LklZR_iA6ebENVP-GaXecgC0A9Y0SXkGIuaCZBEihZQsa'), (18, 54, 59, 59, 54, 'hello', 0, 59, '2020-02-11 12:41:04', 'eq_blqd0ixc:APA91bEEEtsVCDtd6enD-r5_dWjaIFqIbgRvult7zpv9jjW1npOews-1tLWv5I50cxXAp_CbbVtfe5xZzu3Tsiuov7HXNg5LklZR_iA6ebENVP-GaXecgC0A9Y0SXkGIuaCZBEihZQsa'), (19, 54, 59, 59, 54, 'hello', 0, 59, '2020-02-11 12:41:24', 'eq_blqd0ixc:APA91bEEEtsVCDtd6enD-r5_dWjaIFqIbgRvult7zpv9jjW1npOews-1tLWv5I50cxXAp_CbbVtfe5xZzu3Tsiuov7HXNg5LklZR_iA6ebENVP-GaXecgC0A9Y0SXkGIuaCZBEihZQsa'), (20, 18, 7, 7, 18, 'Hi', 0, 0, '2020-02-11 13:33:09', 'cYmdblteEwA:APA91bHN9MvCSMuMjZHl-LoKG9sqyHGsb3uBQZ4joQo_gK-YezQxF8Qgi9pQe20B-CiVIykynqhWDutkEDQ1a3eoduYfi95y0YmPzTxmdhp11yq2VlLj3IM-xn6u45Wf85ORNUzy6ERB'), (21, 7, 18, 7, 18, 'Hello', 0, 48, '2020-02-11 13:35:32', 'co1iexmZr_w:APA91bHaCG-tnKLpV9Xt2KQGvC3oADcZ4RE7owY_pNrm9KSup67TiZPwYkYKIop_qIj-0ohB2dVIGnV_izf1F42wZui4MrvF8ICa2IGeTNV8Bsmkc8oQZtfJxLzbNhe5kULS3ceTanw2'), (22, 18, 7, 7, 18, 'Hello', 0, 0, '2020-02-11 13:35:38', 'cYmdblteEwA:APA91bHN9MvCSMuMjZHl-LoKG9sqyHGsb3uBQZ4joQo_gK-YezQxF8Qgi9pQe20B-CiVIykynqhWDutkEDQ1a3eoduYfi95y0YmPzTxmdhp11yq2VlLj3IM-xn6u45Wf85ORNUzy6ERB'), (23, 7, 18, 7, 18, 'Hi', 0, 48, '2020-02-11 13:37:54', 'co1iexmZr_w:APA91bHaCG-tnKLpV9Xt2KQGvC3oADcZ4RE7owY_pNrm9KSup67TiZPwYkYKIop_qIj-0ohB2dVIGnV_izf1F42wZui4MrvF8ICa2IGeTNV8Bsmkc8oQZtfJxLzbNhe5kULS3ceTanw2'), (24, 7, 18, 7, 18, 'Hi', 0, 48, '2020-02-11 13:42:41', 'co1iexmZr_w:APA91bHaCG-tnKLpV9Xt2KQGvC3oADcZ4RE7owY_pNrm9KSup67TiZPwYkYKIop_qIj-0ohB2dVIGnV_izf1F42wZui4MrvF8ICa2IGeTNV8Bsmkc8oQZtfJxLzbNhe5kULS3ceTanw2'), (25, 7, 18, 7, 18, 'Hello', 0, 48, '2020-02-11 13:50:29', 'co1iexmZr_w:APA91bHaCG-tnKLpV9Xt2KQGvC3oADcZ4RE7owY_pNrm9KSup67TiZPwYkYKIop_qIj-0ohB2dVIGnV_izf1F42wZui4MrvF8ICa2IGeTNV8Bsmkc8oQZtfJxLzbNhe5kULS3ceTanw2'), (26, 18, 7, 7, 18, 'Hi', 0, 0, '2020-02-11 13:50:55', 'cYmdblteEwA:APA91bHN9MvCSMuMjZHl-LoKG9sqyHGsb3uBQZ4joQo_gK-YezQxF8Qgi9pQe20B-CiVIykynqhWDutkEDQ1a3eoduYfi95y0YmPzTxmdhp11yq2VlLj3IM-xn6u45Wf85ORNUzy6ERB'), (27, 7, 18, 7, 18, 'Hi', 0, 0, '2020-02-11 13:51:45', 'co1iexmZr_w:APA91bHaCG-tnKLpV9Xt2KQGvC3oADcZ4RE7owY_pNrm9KSup67TiZPwYkYKIop_qIj-0ohB2dVIGnV_izf1F42wZui4MrvF8ICa2IGeTNV8Bsmkc8oQZtfJxLzbNhe5kULS3ceTanw2'), (28, 19, 9, 19, 9, 'hi', 0, 0, '2020-02-13 14:50:42', 'TcPntHwjvTlYWfqNEdUblGDN5A2DjU2yfRCyWZ4LEHC9OxMRlZys6xeh2c0Q'), (29, 18, 7, 7, 18, 'kkkkkk', 0, 0, '2020-02-14 07:13:43', 'vvvvvvvvvv'), (30, 18, 7, 7, 18, 'Hi', 0, 0, '2020-02-14 07:17:32', 'fGgXCGehbbI:APA91bE6PWfa24oaXj1fXOORgoTC5qh22ETSMBf87XtjeZka-cXf8o3r7PgekfzrwOvMW8Bx9n5876fX9L9QA3WjIxTdO3sw0i0uCugT9ETiKs2byjKbC9azlJpsB9pIpK1ECDTTLeuJ'), (31, 18, 7, 7, 18, 'Hi', 0, 0, '2020-02-14 07:18:10', 'fGgXCGehbbI:APA91bE6PWfa24oaXj1fXOORgoTC5qh22ETSMBf87XtjeZka-cXf8o3r7PgekfzrwOvMW8Bx9n5876fX9L9QA3WjIxTdO3sw0i0uCugT9ETiKs2byjKbC9azlJpsB9pIpK1ECDTTLeuJ'), (32, 35, 81, 81, 35, 'Hi', 0, 0, '2020-02-14 07:20:38', 'exoj7yQOUHM:APA91bEBRoSj2Nhjx83PyfilecuyL8JG-5wn0o5sTEqeAYbybVxwPdd2nrU-k2n0qXwIoixSEISmd07Qu7j4dGkXfXflsfrHKvOUc4em5z-hZ1SQmsl0bdxIhxQFfRMtXtwwbUzhZq2g'), (33, 35, 81, 81, 35, 'Hi', 0, 0, '2020-02-14 07:20:45', 'exoj7yQOUHM:APA91bEBRoSj2Nhjx83PyfilecuyL8JG-5wn0o5sTEqeAYbybVxwPdd2nrU-k2n0qXwIoixSEISmd07Qu7j4dGkXfXflsfrHKvOUc4em5z-hZ1SQmsl0bdxIhxQFfRMtXtwwbUzhZq2g'), (34, 81, 35, 81, 35, 'Hello', 0, 73, '2020-02-14 07:21:09', 'dh4JXmPLKMI:APA91bGtNHvGqmImw9Ur5QX1RnUc9Xfb0BeaojzSmSdXHwmQC_wg_IvKa5EBwNEMft4ZYU4ECfm2-DdZ1zR7ZcFK_UgT4feTWcyBCvBwyD0zOCNmH8Zh4wMWrT26DD1Q-MLrNv7sQxhX'), (35, 35, 81, 81, 35, 'Hello', 0, 0, '2020-02-14 07:21:57', 'exoj7yQOUHM:APA91bEBRoSj2Nhjx83PyfilecuyL8JG-5wn0o5sTEqeAYbybVxwPdd2nrU-k2n0qXwIoixSEISmd07Qu7j4dGkXfXflsfrHKvOUc4em5z-hZ1SQmsl0bdxIhxQFfRMtXtwwbUzhZq2g'), (36, 81, 35, 81, 35, 'Hi', 0, 73, '2020-02-14 07:23:32', 'dh4JXmPLKMI:APA91bGtNHvGqmImw9Ur5QX1RnUc9Xfb0BeaojzSmSdXHwmQC_wg_IvKa5EBwNEMft4ZYU4ECfm2-DdZ1zR7ZcFK_UgT4feTWcyBCvBwyD0zOCNmH8Zh4wMWrT26DD1Q-MLrNv7sQxhX'), (37, 81, 35, 81, 35, 'Hi', 0, 73, '2020-02-14 07:23:58', 'dh4JXmPLKMI:APA91bGtNHvGqmImw9Ur5QX1RnUc9Xfb0BeaojzSmSdXHwmQC_wg_IvKa5EBwNEMft4ZYU4ECfm2-DdZ1zR7ZcFK_UgT4feTWcyBCvBwyD0zOCNmH8Zh4wMWrT26DD1Q-MLrNv7sQxhX'), (38, 0, 81, 81, 0, 'Hi', 0, 0, '2020-02-14 11:04:47', 'exoj7yQOUHM:APA91bEBRoSj2Nhjx83PyfilecuyL8JG-5wn0o5sTEqeAYbybVxwPdd2nrU-k2n0qXwIoixSEISmd07Qu7j4dGkXfXflsfrHKvOUc4em5z-hZ1SQmsl0bdxIhxQFfRMtXtwwbUzhZq2g'), (39, 0, 81, 81, 0, 'Hi', 0, 0, '2020-02-14 11:04:50', 'exoj7yQOUHM:APA91bEBRoSj2Nhjx83PyfilecuyL8JG-5wn0o5sTEqeAYbybVxwPdd2nrU-k2n0qXwIoixSEISmd07Qu7j4dGkXfXflsfrHKvOUc4em5z-hZ1SQmsl0bdxIhxQFfRMtXtwwbUzhZq2g'), (40, 0, 81, 81, 0, 'Hi', 0, 0, '2020-02-14 11:06:26', 'exoj7yQOUHM:APA91bEBRoSj2Nhjx83PyfilecuyL8JG-5wn0o5sTEqeAYbybVxwPdd2nrU-k2n0qXwIoixSEISmd07Qu7j4dGkXfXflsfrHKvOUc4em5z-hZ1SQmsl0bdxIhxQFfRMtXtwwbUzhZq2g'), (41, 7, 18, 7, 18, 'Hello', 0, 0, '2020-02-14 11:52:52', 'czZkjnrsJDI:APA91bHg97eQEZRse2GNPb3TckDLo4uVcFQi19kzZ7WofZPON02zwhBVYHhUL0187PAV49aM3sYtT5SCiIB8NZGcx2XBVnq4ncqkNI3Duq_e-Z-B-HYUZVsGFdvbHqgeuAEBO0S7Hlrs'), (42, 18, 7, 7, 18, 'Hello', 0, 0, '2020-02-14 11:52:59', 'fGgXCGehbbI:APA91bE6PWfa24oaXj1fXOORgoTC5qh22ETSMBf87XtjeZka-cXf8o3r7PgekfzrwOvMW8Bx9n5876fX9L9QA3WjIxTdO3sw0i0uCugT9ETiKs2byjKbC9azlJpsB9pIpK1ECDTTLeuJ'), (43, 94, 101, 101, 94, 'hello', 0, 0, '2020-02-17 10:08:46', 'vvvvvvvvvv'), (44, 7, 18, 7, 18, 'Hello', 0, 48, '2020-02-17 14:57:29', 'dfDLE4gnERc:APA91bG8qiwMKyuuIj5E2hUSaaTOsMCVKrzhvMcEdCsEqDzXddF2Mcnr3ge71PJmGSgZQTpN4OQONz5gJhVUUMwt2zzyQNzmsEP77rAA-1stoZfHi_A23E9Wk975SvZp4TKJvVq5-cmz'), (45, 0, 105, 105, 0, 'Hi', 0, 0, '2020-02-18 05:42:46', 'eSGexbDT-yo:APA91bErm2LQ-ajpBKYzV92XTCVMWZRcww1Hywj5RcMkniAXsLze_zskOC62iwf53uWZX70i8JS06LPDBkKV7nyzvuykPLKcogFOVLuQrh-G0IefCA7IyeuRYhDepVgqCO8tornmbv3w'), (46, 0, 105, 105, 0, 'Hi', 0, 0, '2020-02-18 06:20:58', 'eSGexbDT-yo:APA91bErm2LQ-ajpBKYzV92XTCVMWZRcww1Hywj5RcMkniAXsLze_zskOC62iwf53uWZX70i8JS06LPDBkKV7nyzvuykPLKcogFOVLuQrh-G0IefCA7IyeuRYhDepVgqCO8tornmbv3w'), (47, 0, 105, 105, 0, 'Hi', 0, 0, '2020-02-18 06:21:02', 'eSGexbDT-yo:APA91bErm2LQ-ajpBKYzV92XTCVMWZRcww1Hywj5RcMkniAXsLze_zskOC62iwf53uWZX70i8JS06LPDBkKV7nyzvuykPLKcogFOVLuQrh-G0IefCA7IyeuRYhDepVgqCO8tornmbv3w'), (48, 0, 105, 105, 0, 'Hi', 0, 0, '2020-02-18 06:21:05', 'eSGexbDT-yo:APA91bErm2LQ-ajpBKYzV92XTCVMWZRcww1Hywj5RcMkniAXsLze_zskOC62iwf53uWZX70i8JS06LPDBkKV7nyzvuykPLKcogFOVLuQrh-G0IefCA7IyeuRYhDepVgqCO8tornmbv3w'), (49, 0, 105, 105, 0, 'Hi', 0, 0, '2020-02-18 06:25:00', 'eSGexbDT-yo:APA91bErm2LQ-ajpBKYzV92XTCVMWZRcww1Hywj5RcMkniAXsLze_zskOC62iwf53uWZX70i8JS06LPDBkKV7nyzvuykPLKcogFOVLuQrh-G0IefCA7IyeuRYhDepVgqCO8tornmbv3w'), (50, 7, 18, 7, 18, 'Hello', 0, 48, '2020-02-18 09:40:40', 'fcB6QNkuZJM:APA91bFVva4hyoM1Guz-ormGpBA2uaCRMcaAtjA2CEggmw-gB3JfW-fGztQjDCyNkaa06cGXLxRPnhitbI0aNhLonkfEvcj6qqVeTb-cS7UbEl13AUKgRqenIW74xyTKX7xolRINGGE4'), (51, 7, 18, 7, 18, 'Hi', 0, 111, '2020-02-18 09:43:59', 'fcB6QNkuZJM:APA91bFVva4hyoM1Guz-ormGpBA2uaCRMcaAtjA2CEggmw-gB3JfW-fGztQjDCyNkaa06cGXLxRPnhitbI0aNhLonkfEvcj6qqVeTb-cS7UbEl13AUKgRqenIW74xyTKX7xolRINGGE4'), (52, 18, 10, 10, 18, 'Hi', 0, 0, '2020-02-18 10:04:23', 'eSGexbDT-yo:APA91bErm2LQ-ajpBKYzV92XTCVMWZRcww1Hywj5RcMkniAXsLze_zskOC62iwf53uWZX70i8JS06LPDBkKV7nyzvuykPLKcogFOVLuQrh-G0IefCA7IyeuRYhDepVgqCO8tornmbv3w'), (53, 18, 10, 10, 18, 'Hi', 0, 0, '2020-02-18 10:04:49', 'eSGexbDT-yo:APA91bErm2LQ-ajpBKYzV92XTCVMWZRcww1Hywj5RcMkniAXsLze_zskOC62iwf53uWZX70i8JS06LPDBkKV7nyzvuykPLKcogFOVLuQrh-G0IefCA7IyeuRYhDepVgqCO8tornmbv3w'), (54, 10, 18, 10, 18, 'Hello', 0, 111, '2020-02-18 10:05:12', 'fcB6QNkuZJM:APA91bFVva4hyoM1Guz-ormGpBA2uaCRMcaAtjA2CEggmw-gB3JfW-fGztQjDCyNkaa06cGXLxRPnhitbI0aNhLonkfEvcj6qqVeTb-cS7UbEl13AUKgRqenIW74xyTKX7xolRINGGE4'), (55, 18, 10, 10, 18, 'Hello', 0, 0, '2020-02-18 10:06:15', 'eSGexbDT-yo:APA91bErm2LQ-ajpBKYzV92XTCVMWZRcww1Hywj5RcMkniAXsLze_zskOC62iwf53uWZX70i8JS06LPDBkKV7nyzvuykPLKcogFOVLuQrh-G0IefCA7IyeuRYhDepVgqCO8tornmbv3w'), (56, 18, 10, 10, 18, 'He', 0, 0, '2020-02-18 10:12:00', 'eSGexbDT-yo:APA91bErm2LQ-ajpBKYzV92XTCVMWZRcww1Hywj5RcMkniAXsLze_zskOC62iwf53uWZX70i8JS06LPDBkKV7nyzvuykPLKcogFOVLuQrh-G0IefCA7IyeuRYhDepVgqCO8tornmbv3w'), (57, 18, 10, 10, 18, 'Hi', 0, 0, '2020-02-19 04:30:11', 'eSGexbDT-yo:APA91bErm2LQ-ajpBKYzV92XTCVMWZRcww1Hywj5RcMkniAXsLze_zskOC62iwf53uWZX70i8JS06LPDBkKV7nyzvuykPLKcogFOVLuQrh-G0IefCA7IyeuRYhDepVgqCO8tornmbv3w'), (58, 18, 10, 10, 18, 'Hello', 0, 0, '2020-02-19 04:30:21', 'eSGexbDT-yo:APA91bErm2LQ-ajpBKYzV92XTCVMWZRcww1Hywj5RcMkniAXsLze_zskOC62iwf53uWZX70i8JS06LPDBkKV7nyzvuykPLKcogFOVLuQrh-G0IefCA7IyeuRYhDepVgqCO8tornmbv3w'), (59, 7, 18, 7, 18, 'Hi', 0, 0, '2020-03-11 09:53:14', 'euR3pc7Mf_E:APA91bEF2iBCItwaSG2PxUKO2HGPjLpCM__9IpVxVPOEzXc0t4TUalp4e5Kxsate-uHYgzzaDTiPv7bTEdxlU9L46-o7l5RIQNWQZM1CoWtiBQJVlOEm2ctHFyNLfWxz7KehrdEDJA7E'), (60, 7, 18, 7, 18, 'He’d Hans has sbs shahs sbs DJs and ssbs she shs she d', 0, 0, '2020-03-11 10:15:08', 'euR3pc7Mf_E:APA91bEF2iBCItwaSG2PxUKO2HGPjLpCM__9IpVxVPOEzXc0t4TUalp4e5Kxsate-uHYgzzaDTiPv7bTEdxlU9L46-o7l5RIQNWQZM1CoWtiBQJVlOEm2ctHFyNLfWxz7KehrdEDJA7E'), (61, 18, 7, 7, 18, 'Gjj', 0, 0, '2020-03-11 10:15:16', 'fKq9d2UsEtI:APA91bG6wXhDSZnw8YDF1G-1osgp86pFYYFjMcp-lkGHfADiawkdbtnF9fTVg8KKNvn5BcevWybZ2AncDM6bmvl5A4c_Nk04XQEC61XyhM1EORW_YF4lT8IHRgUewVeQZ_iIN7-jcNpv'), (62, 7, 18, 7, 18, 'Hmm', 0, 0, '2020-03-11 10:15:22', 'euR3pc7Mf_E:APA91bEF2iBCItwaSG2PxUKO2HGPjLpCM__9IpVxVPOEzXc0t4TUalp4e5Kxsate-uHYgzzaDTiPv7bTEdxlU9L46-o7l5RIQNWQZM1CoWtiBQJVlOEm2ctHFyNLfWxz7KehrdEDJA7E'), (63, 7, 18, 7, 18, 'Good', 0, 0, '2020-03-11 10:16:53', 'euR3pc7Mf_E:APA91bEF2iBCItwaSG2PxUKO2HGPjLpCM__9IpVxVPOEzXc0t4TUalp4e5Kxsate-uHYgzzaDTiPv7bTEdxlU9L46-o7l5RIQNWQZM1CoWtiBQJVlOEm2ctHFyNLfWxz7KehrdEDJA7E'), (64, 18, 7, 7, 18, 'Vhi', 0, 0, '2020-03-11 10:17:02', 'fKq9d2UsEtI:APA91bG6wXhDSZnw8YDF1G-1osgp86pFYYFjMcp-lkGHfADiawkdbtnF9fTVg8KKNvn5BcevWybZ2AncDM6bmvl5A4c_Nk04XQEC61XyhM1EORW_YF4lT8IHRgUewVeQZ_iIN7-jcNpv'), (65, 7, 18, 7, 18, 'Hi', 0, 0, '2020-03-11 10:17:21', 'euR3pc7Mf_E:APA91bEF2iBCItwaSG2PxUKO2HGPjLpCM__9IpVxVPOEzXc0t4TUalp4e5Kxsate-uHYgzzaDTiPv7bTEdxlU9L46-o7l5RIQNWQZM1CoWtiBQJVlOEm2ctHFyNLfWxz7KehrdEDJA7E'), (66, 220, 64, 64, 220, 'Hi', 0, 0, '2020-03-16 10:07:46', 'cGD2EzhTnVE:APA91bG2tk1agGCoDBUNWrHOYiA4fDTjONnysM4zdyhQVV3yUK8jOKnQQz5y9sJhz-F-uI7AjcmYSdUBa7pjYpOJQo0mviq1ZqAJ5S_vS7He18JdrA1XCthL77HF8jZ2acLiDrqrw_AA'), (67, 0, 64, 64, 0, 'Hi', 0, 0, '2020-03-16 12:31:46', 'cRGTIfRTH4I:APA91bGW4foLP_WFY-tubScQGnK4vhEyXoH2Q0yVMqIx853t4Ms42nN4cS3MlNgPa0zrbfKKMhlcs-A2cvbFm1R0YkjzFqkk0OdsMYZKBlbnsJ14y-YJcsNsyvng22p6yEjBsMaka1ms'), (68, 0, 64, 64, 0, 'Hi', 0, 0, '2020-03-16 12:32:02', 'cRGTIfRTH4I:APA91bGW4foLP_WFY-tubScQGnK4vhEyXoH2Q0yVMqIx853t4Ms42nN4cS3MlNgPa0zrbfKKMhlcs-A2cvbFm1R0YkjzFqkk0OdsMYZKBlbnsJ14y-YJcsNsyvng22p6yEjBsMaka1ms'), (69, 18, 7, 7, 18, 'Hi', 0, 0, '2020-03-16 12:38:03', 'c2q-BwMM6BU:APA91bG9SNOqQ-CcjKaMH4UfAJYgj5FAgwZZ0rz1j9UtWLKrn6bXju8QT5FZswBtnVa6lW_uVgL_cewRxuPR1SPEYr2gtlAlFefZ1EcIVMnpcAgjC1hwrjJPAgGzIa8rWzxlqZlHwFBT'), (70, 18, 7, 7, 18, 'Hello', 0, 0, '2020-03-16 12:38:11', 'c2q-BwMM6BU:APA91bG9SNOqQ-CcjKaMH4UfAJYgj5FAgwZZ0rz1j9UtWLKrn6bXju8QT5FZswBtnVa6lW_uVgL_cewRxuPR1SPEYr2gtlAlFefZ1EcIVMnpcAgjC1hwrjJPAgGzIa8rWzxlqZlHwFBT'), (71, 220, 64, 64, 220, 'Hi', 0, 0, '2020-03-16 12:40:22', 'cRGTIfRTH4I:APA91bGW4foLP_WFY-tubScQGnK4vhEyXoH2Q0yVMqIx853t4Ms42nN4cS3MlNgPa0zrbfKKMhlcs-A2cvbFm1R0YkjzFqkk0OdsMYZKBlbnsJ14y-YJcsNsyvng22p6yEjBsMaka1ms'), (72, 220, 64, 64, 220, 'API', 0, 0, '2020-03-16 12:40:32', 'cRGTIfRTH4I:APA91bGW4foLP_WFY-tubScQGnK4vhEyXoH2Q0yVMqIx853t4Ms42nN4cS3MlNgPa0zrbfKKMhlcs-A2cvbFm1R0YkjzFqkk0OdsMYZKBlbnsJ14y-YJcsNsyvng22p6yEjBsMaka1ms'), (73, 9, 64, 64, 9, 'Hi', 0, 0, '2020-03-16 12:41:00', 'cRGTIfRTH4I:APA91bGW4foLP_WFY-tubScQGnK4vhEyXoH2Q0yVMqIx853t4Ms42nN4cS3MlNgPa0zrbfKKMhlcs-A2cvbFm1R0YkjzFqkk0OdsMYZKBlbnsJ14y-YJcsNsyvng22p6yEjBsMaka1ms'), (74, 9, 64, 64, 9, 'Hi', 0, 0, '2020-03-16 12:41:14', 'cRGTIfRTH4I:APA91bGW4foLP_WFY-tubScQGnK4vhEyXoH2Q0yVMqIx853t4Ms42nN4cS3MlNgPa0zrbfKKMhlcs-A2cvbFm1R0YkjzFqkk0OdsMYZKBlbnsJ14y-YJcsNsyvng22p6yEjBsMaka1ms'), (75, 9, 64, 64, 9, 'Hi', 0, 0, '2020-03-16 12:42:13', 'cRGTIfRTH4I:APA91bGW4foLP_WFY-tubScQGnK4vhEyXoH2Q0yVMqIx853t4Ms42nN4cS3MlNgPa0zrbfKKMhlcs-A2cvbFm1R0YkjzFqkk0OdsMYZKBlbnsJ14y-YJcsNsyvng22p6yEjBsMaka1ms'), (76, 64, 220, 64, 220, 'Hi', 0, 0, '2020-03-17 05:25:05', 'd6g1mibJbAk:APA91bGg5KuPz_bcDrR5hE5wUh8qM0nXYJ4leJaVJS5RyjupdNGRzXMnTxM2krXtNrwqzb-4Nf0a0NLJv_ky2-ZX2Kbl3InFIdKXbIUIjR2WwwDV3euR0v_L65s64wVgOSzO7-EIlyP_'), (77, 220, 64, 64, 220, 'Hi', 0, 0, '2020-03-17 05:38:37', 'cRGTIfRTH4I:APA91bGW4foLP_WFY-tubScQGnK4vhEyXoH2Q0yVMqIx853t4Ms42nN4cS3MlNgPa0zrbfKKMhlcs-A2cvbFm1R0YkjzFqkk0OdsMYZKBlbnsJ14y-YJcsNsyvng22p6yEjBsMaka1ms'), (78, 9, 64, 64, 9, 'Hi', 0, 0, '2020-03-17 09:06:27', 'cRGTIfRTH4I:APA91bGW4foLP_WFY-tubScQGnK4vhEyXoH2Q0yVMqIx853t4Ms42nN4cS3MlNgPa0zrbfKKMhlcs-A2cvbFm1R0YkjzFqkk0OdsMYZKBlbnsJ14y-YJcsNsyvng22p6yEjBsMaka1ms'), (79, 220, 64, 64, 220, 'Hi', 0, 0, '2020-03-18 09:31:37', 'ffQSqk1e9V4:APA91bFr-llkXPma3iuQ2ZSWKuIhWpiQWnZUEZm1m2dy5AKOwLGSmt0G4CT4J4hIsXYCYKE_XwCTJQa6N5r534sO72GcsDA02Rr3u3Z1jYSuG6vMXkUT7BzYcbCXobVL29vb3-mzJlDW'), (80, 245, 248, 248, 245, 'What precautions should I take?', 0, 0, '2020-03-27 12:43:47', 'fFHqKslWlZ8:APA91bGOfxkfrUbFbWNAdPDmOGl0yvPO8E7Zl-3iCpSWG3mOiJMeG40OsWFf_ROEmcroaU1JAtac-A6mkG6lPWPQF1l1o-UQFTV6mkIqWEzOmY2blV3SuvPJq97xKfYEa2jvAkNbvBTR'), (81, 248, 245, 248, 245, 'Drink a lot of water and sleep as much as you can', 0, 0, '2020-03-27 12:44:16', 'dBoonrHoKCo:APA91bHmlzC6V2v2nwTvG3Uvo1S1-7KjgWwNYyyLMN_TUAbuhRlUUEBzERXWShy6iR_1hfU4gwUHolMegpkBz5BeFsDzzJ3W4uFdU5qtcv261NRM4tNOITwj8lqfNooIubp4whU2h-Fd'); -- -------------------------------------------------------- -- -- Table structure for table `cities` -- CREATE TABLE `cities` ( `id` int(11) NOT NULL, `state_id` int(11) NOT NULL, `country_id` int(11) DEFAULT NULL, `city_code` varchar(255) DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `cities` -- INSERT INTO `cities` (`id`, `state_id`, `country_id`, `city_code`, `name`, `created_at`, `updated_at`) VALUES (1, 1, 1, '101', 'Alipur', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (2, 1, 1, '102', 'Andaman Island', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (3, 1, 1, '103', 'Anderson Island', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (4, 1, 1, '104', 'Arainj-Laka-Punga', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (5, 1, 1, '105', 'Austinabad', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (6, 1, 1, '106', 'Bamboo Flat', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (7, 1, 1, '107', 'Barren Island', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (8, 1, 1, '108', 'Beadonabad', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (9, 1, 1, '109', 'Betapur', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (10, 1, 1, '110', 'Bindraban', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (11, 1, 1, '111', 'Bonington', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (12, 1, 1, '112', 'Brookesabad', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (13, 1, 1, '113', 'Cadell Point', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (14, 1, 1, '114', 'Calicut', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (15, 1, 1, '115', 'Chetamale', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (16, 1, 1, '116', 'Cinque Islands', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (17, 1, 1, '117', 'Defence Island', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (18, 1, 1, '118', 'Digilpur', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (19, 1, 1, '119', 'Dolyganj', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (20, 1, 1, '120', 'Flat Island', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (21, 1, 1, '121', 'Geinyale', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (22, 1, 1, '122', 'Great Coco Island', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (23, 1, 1, '123', 'Haddo', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (24, 1, 1, '124', 'Havelock Island', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (25, 1, 1, '125', 'Henry Lawrence Island', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (26, 1, 1, '126', 'Herbertabad', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (27, 1, 1, '127', 'Hobdaypur', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (28, 1, 1, '128', 'Ilichar', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (29, 1, 1, '128', 'Ingoie', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (30, 1, 1, '130', 'Inteview Island', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (31, 1, 1, '131', 'Jangli Ghat', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (32, 1, 1, '132', 'Jhon Lawrence Island', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (33, 1, 1, '133', 'Karen', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (34, 1, 1, '134', 'Kartara', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (35, 1, 1, '135', 'KYD Islannd', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (36, 1, 1, '136', 'Landfall Island', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (37, 1, 1, '137', 'Little Andmand', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (38, 1, 1, '138', 'Little Coco Island', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (39, 1, 1, '138', 'Long Island', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (40, 1, 1, '140', 'Maimyo', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (41, 1, 1, '141', 'Malappuram - A&N', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (42, 1, 1, '142', 'Manglutan', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (43, 1, 1, '143', 'Manpur', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (44, 1, 1, '144', 'Mitha Khari', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (45, 1, 1, '145', 'Neill Island', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (46, 1, 1, '146', 'Nicobar Island', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (47, 1, 1, '147', 'North Brother Island', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (48, 1, 1, '148', 'North Passage Island', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (49, 1, 1, '149', 'North Sentinel Island', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (50, 1, 1, '150', 'Nothen Reef Island', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (51, 1, 1, '151', 'Outram Island', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (52, 1, 1, '152', 'Pahlagaon', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (53, 1, 1, '153', 'Palalankwe', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (54, 1, 1, '154', 'Passage Island', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (55, 1, 1, '155', 'Phaiapong', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (56, 1, 1, '156', 'Phoenix Island', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (57, 1, 1, '157', 'Port Blair', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (58, 1, 1, '158', 'Preparis Island', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (59, 1, 1, '159', 'Protheroepur', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (60, 1, 1, '160', 'Rangachang', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (61, 1, 1, '161', 'Rongat', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (62, 1, 1, '162', 'Rutland Island', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (63, 1, 1, '163', 'Sabari', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (64, 1, 1, '164', 'Saddle Peak', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (65, 1, 1, '165', 'Shadipur', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (66, 1, 1, '166', 'Smith Island', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (67, 1, 1, '167', 'Sound Island', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (68, 1, 1, '168', 'South Sentinel Island', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (69, 1, 1, '169', 'Spike Island', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (70, 1, 1, '170', 'Tarmugli Island', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (71, 1, 1, '171', 'Taylerabad', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (72, 1, 1, '172', 'Titaije', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (73, 1, 1, '173', 'Toibalawe', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (74, 1, 1, '174', 'Tusonabad', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (75, 1, 1, '175', 'West Island', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (76, 1, 1, '176', 'Wimberleyganj', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (77, 1, 1, '177', 'Yadita', '2019-10-24 09:24:45', '2019-10-24 09:24:45'), (78, 2, 1, '201', 'Adilabad', '2019-10-24 09:26:45', '2019-10-24 09:26:45'), (79, 2, 1, '201', 'Anantapur', '2019-10-24 09:26:45', '2019-10-24 09:26:45'), (80, 2, 1, '203', 'Chittoor', '2019-10-24 09:26:45', '2019-10-24 09:26:45'), (81, 2, 1, '204', 'Cuddapah', '2019-10-24 09:26:45', '2019-10-24 09:26:45'), (82, 2, 1, '205', 'East Godavari', '2019-10-24 09:26:45', '2019-10-24 09:26:45'), (83, 2, 1, '206', 'Guntur', '2019-10-24 09:26:45', '2019-10-24 09:26:45'), (84, 2, 1, '207', 'Hyderabad', '2019-10-24 09:26:45', '2019-10-24 09:26:45'), (85, 2, 1, '208', 'Karimnagar', '2019-10-24 09:26:45', '2019-10-24 09:26:45'), (86, 2, 1, '209', 'Khammam', '2019-10-24 09:26:45', '2019-10-24 09:26:45'), (87, 2, 1, '210', 'Krishna', '2019-10-24 09:26:45', '2019-10-24 09:26:45'), (88, 2, 1, '211', 'Kurnool', '2019-10-24 09:26:45', '2019-10-24 09:26:45'), (89, 2, 1, '212', 'Mahabubnagar', '2019-10-24 09:26:45', '2019-10-24 09:26:45'), (90, 2, 1, '213', 'Medak', '2019-10-24 09:26:45', '2019-10-24 09:26:45'), (91, 2, 1, '214', 'Nalgonda', '2019-10-24 09:26:45', '2019-10-24 09:26:45'), (92, 2, 1, '215', 'Nellore', '2019-10-24 09:26:45', '2019-10-24 09:26:45'), (93, 2, 1, '216', 'Nizamabad', '2019-10-24 09:26:45', '2019-10-24 09:26:45'), (94, 2, 1, '217', 'Prakasam', '2019-10-24 09:26:45', '2019-10-24 09:26:45'), (95, 2, 1, '218', 'Rangareddy', '2019-10-24 09:26:45', '2019-10-24 09:26:45'), (96, 2, 1, '219', 'Srikakulam', '2019-10-24 09:26:45', '2019-10-24 09:26:45'), (97, 2, 1, '220', 'Visakhapatnam', '2019-10-24 09:26:45', '2019-10-24 09:26:45'), (98, 2, 1, '221', 'Vizianagaram', '2019-10-24 09:26:45', '2019-10-24 09:26:45'), (99, 2, 1, '222', 'Warangal', '2019-10-24 09:26:45', '2019-10-24 09:26:45'), (100, 2, 1, '223', 'West Godavari', '2019-10-24 09:26:45', '2019-10-24 09:26:45'), (101, 3, 1, '301', 'Anjaw', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (102, 3, 1, '302', 'Changlang', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (103, 3, 1, '303', 'Dibang Valley', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (104, 3, 1, '304', 'East Kameng', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (105, 3, 1, '305', 'East Siang', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (106, 3, 1, '306', 'Itanagar', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (107, 3, 1, '307', 'Kurung Kumey', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (108, 3, 1, '308', 'Lohit', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (109, 3, 1, '309', 'Lower Dibang Valley', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (110, 3, 1, '310', 'Lower Subansiri', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (111, 3, 1, '311', 'Papum Pare', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (112, 3, 1, '312', 'Tawang', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (113, 3, 1, '313', 'Tirap', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (114, 3, 1, '314', 'Upper Siang', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (115, 3, 1, '315', 'Upper Subansiri', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (116, 3, 1, '316', 'West Kameng', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (117, 3, 1, '317', 'West Siang', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (118, 4, 1, '401', 'Barpeta', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (119, 4, 1, '402', 'Bongaigaon', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (120, 4, 1, '403', 'Cachar', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (121, 4, 1, '404', 'Darrang', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (122, 4, 1, '405', 'Dhemaji', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (123, 4, 1, '406', 'Dhubri', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (124, 4, 1, '407', 'Dibrugarh', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (125, 4, 1, '408', 'Goalpara', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (126, 4, 1, '409', 'Golaghat', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (127, 4, 1, '410', 'Guwahati', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (128, 4, 1, '411', 'Hailakandi', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (129, 4, 1, '412', 'Jorhat', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (130, 4, 1, '413', 'Kamrup', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (131, 4, 1, '414', 'Karbi Anglong', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (132, 4, 1, '415', 'Karimganj', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (133, 4, 1, '416', 'Kokrajhar', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (134, 4, 1, '417', 'Lakhimpur - Assam', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (135, 4, 1, '418', 'Marigaon', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (136, 4, 1, '419', 'Nagaon', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (137, 4, 1, '420', 'Nalbari', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (138, 4, 1, '421', 'North Cachar Hills', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (139, 4, 1, '422', 'Silchar', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (140, 4, 1, '423', 'Sivasagar', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (141, 4, 1, '424', 'Sonitpur', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (142, 4, 1, '425', 'Tinsukia', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (143, 4, 1, '426', 'Udalguri', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (144, 5, 1, '501', 'Araria', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (145, 5, 1, '502', 'Aurangabad - Bihar', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (146, 5, 1, '503', 'Banka', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (147, 5, 1, '504', 'Begusarai', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (148, 5, 1, '505', 'Bhagalpur', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (149, 5, 1, '506', 'Bhojpur', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (150, 5, 1, '507', 'Buxar', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (151, 5, 1, '508', 'Darbhanga', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (152, 5, 1, '509', 'East Champaran', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (153, 5, 1, '510', 'Gaya', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (154, 5, 1, '511', 'Gopalganj', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (155, 5, 1, '512', 'Jamshedpur', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (156, 5, 1, '513', 'Jamui', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (157, 5, 1, '514', 'Jehanabad', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (158, 5, 1, '515', 'Kaimur (Bhabua)', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (159, 5, 1, '516', 'Katihar', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (160, 5, 1, '517', 'Khagaria', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (161, 5, 1, '518', 'Kishanganj', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (162, 5, 1, '519', 'Lakhisarai', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (163, 5, 1, '520', 'Madhepura', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (164, 5, 1, '521', 'Madhubani', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (165, 5, 1, '522', 'Munger', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (166, 5, 1, '523', 'Muzaffarpur', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (167, 5, 1, '524', 'Nalanda', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (168, 5, 1, '525', 'Nawada', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (169, 5, 1, '526', 'Patna', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (170, 5, 1, '527', 'Purnia', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (171, 5, 1, '528', 'Rohtas', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (172, 5, 1, '529', 'Saharsa', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (173, 5, 1, '530', 'Samastipur', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (174, 5, 1, '531', 'Saran', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (175, 5, 1, '532', 'Sheikhpura', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (176, 5, 1, '533', 'Sheohar', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (177, 5, 1, '534', 'Sitamarhi', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (178, 5, 1, '535', 'Siwan', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (179, 5, 1, '536', 'Supaul', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (180, 5, 1, '537', 'Vaishali', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (181, 5, 1, '538', 'West Champaran', '2019-10-24 09:28:52', '2019-10-24 09:28:52'), (182, 6, 1, '701', 'Bastar', '2019-10-24 09:29:57', '2019-10-24 09:29:57'), (183, 6, 1, '702', 'Bhilai', '2019-10-24 09:29:57', '2019-10-24 09:29:57'), (184, 6, 1, '703', 'Bijapur', '2019-10-24 09:29:57', '2019-10-24 09:29:57'), (185, 6, 1, '704', 'Bilaspur', '2019-10-24 09:29:57', '2019-10-24 09:29:57'), (186, 6, 1, '705', 'Dhamtari', '2019-10-24 09:29:57', '2019-10-24 09:29:57'), (187, 6, 1, '706', 'Durg', '2019-10-24 09:29:57', '2019-10-24 09:29:57'), (188, 6, 1, '707', 'Janjgir-Champa', '2019-10-24 09:29:57', '2019-10-24 09:29:57'), (189, 6, 1, '708', 'Jashpur', '2019-10-24 09:29:57', '2019-10-24 09:29:57'), (190, 6, 1, '709', 'Kabirdham-Kawardha', '2019-10-24 09:29:57', '2019-10-24 09:29:57'), (191, 6, 1, '710', 'Korba', '2019-10-24 09:29:57', '2019-10-24 09:29:57'), (192, 6, 1, '711', 'Korea', '2019-10-24 09:29:57', '2019-10-24 09:29:57'), (193, 6, 1, '712', 'Mahasamund', '2019-10-24 09:29:57', '2019-10-24 09:29:57'), (194, 6, 1, '713', 'Narayanpur', '2019-10-24 09:29:57', '2019-10-24 09:29:57'), (195, 6, 1, '714', 'Norh Bastar-Kanker', '2019-10-24 09:29:57', '2019-10-24 09:29:57'), (196, 6, 1, '715', 'Raigarh', '2019-10-24 09:29:57', '2019-10-24 09:29:57'), (197, 6, 1, '716', 'Raipur', '2019-10-24 09:29:57', '2019-10-24 09:29:57'), (198, 6, 1, '717', 'Rajnandgaon', '2019-10-24 09:29:57', '2019-10-24 09:29:57'), (199, 6, 1, '718', 'South Bastar-Dantewada', '2019-10-24 09:29:57', '2019-10-24 09:29:57'), (200, 6, 1, '719', 'Surguja', '2019-10-24 09:29:57', '2019-10-24 09:29:57'), (201, 7, 1, '601', 'Chandigarh', '2019-10-24 09:30:25', '2019-10-24 09:30:25'), (202, 7, 1, '602', 'Mani Marja', '2019-10-24 09:30:25', '2019-10-24 09:30:25'), (203, 8, 1, '901', 'Brancavare', '2019-10-24 09:31:20', '2019-10-24 09:31:20'), (204, 8, 1, '902', 'Dagasi', '2019-10-24 09:31:20', '2019-10-24 09:31:20'), (205, 8, 1, '903', 'Daman', '2019-10-24 09:31:20', '2019-10-24 09:31:20'), (206, 8, 1, '904', 'Diu', '2019-10-24 09:31:20', '2019-10-24 09:31:20'), (207, 8, 1, '905', 'Magarvara', '2019-10-24 09:31:20', '2019-10-24 09:31:20'), (208, 8, 1, '906', 'Nagwa', '2019-10-24 09:31:20', '2019-10-24 09:31:20'), (209, 8, 1, '907', 'Pariali', '2019-10-24 09:31:20', '2019-10-24 09:31:20'), (210, 8, 1, '908', 'Passo Covo', '2019-10-24 09:31:20', '2019-10-24 09:31:20'), (211, 9, 1, '1001', 'Central Delhi', '2019-10-24 09:32:07', '2019-10-24 09:32:07'), (212, 9, 1, '1002', 'East Delhi', '2019-10-24 09:32:07', '2019-10-24 09:32:07'), (213, 9, 1, '1003', 'New Delhi', '2019-10-24 09:32:07', '2019-10-24 09:32:07'), (214, 9, 1, '1004', 'North Delhi', '2019-10-24 09:32:07', '2019-10-24 09:32:07'), (215, 9, 1, '1005', 'North East Delhi', '2019-10-24 09:32:07', '2019-10-24 09:32:07'), (216, 9, 1, '1006', 'North West Delhi', '2019-10-24 09:32:07', '2019-10-24 09:32:07'), (217, 9, 1, '1007', 'Old Delhi', '2019-10-24 09:32:07', '2019-10-24 09:32:07'), (218, 9, 1, '1008', 'South Delhi', '2019-10-24 09:32:07', '2019-10-24 09:32:07'), (219, 9, 1, '1009', 'South West Delhi', '2019-10-24 09:32:07', '2019-10-24 09:32:07'), (220, 9, 1, '1010', 'West Delhi', '2019-10-24 09:32:07', '2019-10-24 09:32:07'), (221, 10, 1, '801', 'Amal', '2019-10-24 09:32:55', '2019-10-24 09:32:55'), (222, 10, 1, '802', 'Amli', '2019-10-24 09:32:55', '2019-10-24 09:32:55'), (223, 10, 1, '803', 'Bedpa', '2019-10-24 09:32:55', '2019-10-24 09:32:55'), (224, 10, 1, '804', 'Chikhli', '2019-10-24 09:32:55', '2019-10-24 09:32:55'), (225, 10, 1, '805', 'Dadra & Nagar Haveli', '2019-10-24 09:32:55', '2019-10-24 09:32:55'), (226, 10, 1, '806', 'Dahikhed', '2019-10-24 09:32:55', '2019-10-24 09:32:55'), (227, 10, 1, '807', 'Dolara', '2019-10-24 09:32:55', '2019-10-24 09:32:55'), (228, 10, 1, '808', 'Galonda', '2019-10-24 09:32:55', '2019-10-24 09:32:55'), (229, 10, 1, '809', 'Kanadi', '2019-10-24 09:32:55', '2019-10-24 09:32:55'), (230, 10, 1, '810', 'Karchond', '2019-10-24 09:32:55', '2019-10-24 09:32:55'), (231, 10, 1, '811', 'Khadoli', '2019-10-24 09:32:55', '2019-10-24 09:32:55'), (232, 10, 1, '812', 'Kharadpada', '2019-10-24 09:32:55', '2019-10-24 09:32:55'), (233, 10, 1, '813', 'Kherabari', '2019-10-24 09:32:55', '2019-10-24 09:32:55'), (234, 10, 1, '814', 'Kherdi', '2019-10-24 09:32:55', '2019-10-24 09:32:55'), (235, 10, 1, '815', 'Kothar', '2019-10-24 09:32:55', '2019-10-24 09:32:55'), (236, 10, 1, '816', 'Luari', '2019-10-24 09:32:55', '2019-10-24 09:32:55'), (237, 10, 1, '817', 'Mashat', '2019-10-24 09:32:55', '2019-10-24 09:32:55'), (238, 10, 1, '818', 'Rakholi', '2019-10-24 09:32:55', '2019-10-24 09:32:55'), (239, 10, 1, '819', 'Rudana', '2019-10-24 09:32:55', '2019-10-24 09:32:55'), (240, 10, 1, '820', 'Saili', '2019-10-24 09:32:55', '2019-10-24 09:32:55'), (241, 10, 1, '821', 'Sili', '2019-10-24 09:32:55', '2019-10-24 09:32:55'), (242, 10, 1, '822', 'Silvassa', '2019-10-24 09:32:55', '2019-10-24 09:32:55'), (243, 10, 1, '823', 'Sindavni', '2019-10-24 09:32:55', '2019-10-24 09:32:55'), (244, 10, 1, '824', 'Udva', '2019-10-24 09:32:55', '2019-10-24 09:32:55'), (245, 10, 1, '825', 'Umbarkoi', '2019-10-24 09:32:55', '2019-10-24 09:32:55'), (246, 10, 1, '826', 'Vansda', '2019-10-24 09:32:55', '2019-10-24 09:32:55'), (247, 10, 1, '827', 'Vasona', '2019-10-24 09:32:55', '2019-10-24 09:32:55'), (248, 10, 1, '828', 'Velugam', '2019-10-24 09:32:55', '2019-10-24 09:32:55'), (249, 11, 1, '1101', 'Canacona', '2019-10-24 09:33:32', '2019-10-24 09:33:32'), (250, 11, 1, '1102', 'Candolim', '2019-10-24 09:33:32', '2019-10-24 09:33:32'), (251, 11, 1, '1103', 'Chinchinim', '2019-10-24 09:33:32', '2019-10-24 09:33:32'), (252, 11, 1, '1104', 'Cortalim', '2019-10-24 09:33:32', '2019-10-24 09:33:32'), (253, 11, 1, '1105', 'Goa', '2019-10-24 09:33:32', '2019-10-24 09:33:32'), (254, 11, 1, '1106', 'Jua', '2019-10-24 09:33:32', '2019-10-24 09:33:32'), (255, 11, 1, '1107', 'Madgaon', '2019-10-24 09:33:32', '2019-10-24 09:33:32'), (256, 11, 1, '1108', 'Mahem', '2019-10-24 09:33:32', '2019-10-24 09:33:32'), (257, 11, 1, '1109', 'Mapuca', '2019-10-24 09:33:32', '2019-10-24 09:33:32'), (258, 11, 1, '1110', 'Marmagao', '2019-10-24 09:33:32', '2019-10-24 09:33:32'), (259, 11, 1, '1111', 'Panji', '2019-10-24 09:33:32', '2019-10-24 09:33:32'), (260, 11, 1, '1112', 'Ponda', '2019-10-24 09:33:32', '2019-10-24 09:33:32'), (261, 11, 1, '1113', 'Sanvordem', '2019-10-24 09:33:32', '2019-10-24 09:33:32'), (262, 11, 1, '1114', 'Terekhol', '2019-10-24 09:33:32', '2019-10-24 09:33:32'), (263, 12, 1, '1201', 'Ahmedabad', '2019-10-24 09:34:07', '2019-10-24 09:34:07'), (264, 12, 1, '1202', 'Amreli', '2019-10-24 09:34:07', '2019-10-24 09:34:07'), (265, 12, 1, '1203', 'Anand', '2019-10-24 09:34:07', '2019-10-24 09:34:07'), (266, 12, 1, '1204', 'Banaskantha', '2019-10-24 09:34:07', '2019-10-24 09:34:07'), (267, 12, 1, '1205', 'Baroda', '2019-10-24 09:34:07', '2019-10-24 09:34:07'), (268, 12, 1, '1206', 'Bharuch', '2019-10-24 09:34:07', '2019-10-24 09:34:07'), (269, 12, 1, '1207', 'Bhavnagar', '2019-10-24 09:34:07', '2019-10-24 09:34:07'), (270, 12, 1, '1208', 'Dahod', '2019-10-24 09:34:07', '2019-10-24 09:34:07'), (271, 12, 1, '1209', 'Dang', '2019-10-24 09:34:07', '2019-10-24 09:34:07'), (272, 12, 1, '1210', 'Dwarka', '2019-10-24 09:34:07', '2019-10-24 09:34:07'), (273, 12, 1, '1211', 'Gandhinagar', '2019-10-24 09:34:07', '2019-10-24 09:34:07'), (274, 12, 1, '1212', 'Jamnagar', '2019-10-24 09:34:07', '2019-10-24 09:34:07'), (275, 12, 1, '1213', 'Junagadh', '2019-10-24 09:34:07', '2019-10-24 09:34:07'), (276, 12, 1, '1214', 'Kheda', '2019-10-24 09:34:07', '2019-10-24 09:34:07'), (277, 12, 1, '1215', 'Kutch', '2019-10-24 09:34:07', '2019-10-24 09:34:07'), (278, 12, 1, '1216', 'Mehsana', '2019-10-24 09:34:07', '2019-10-24 09:34:07'), (279, 12, 1, '1217', 'Nadiad', '2019-10-24 09:34:07', '2019-10-24 09:34:07'), (280, 12, 1, '1218', 'Narmada', '2019-10-24 09:34:07', '2019-10-24 09:34:07'), (281, 12, 1, '1219', 'Navsari', '2019-10-24 09:34:07', '2019-10-24 09:34:07'), (282, 12, 1, '1220', 'Panchmahals', '2019-10-24 09:34:07', '2019-10-24 09:34:07'), (283, 12, 1, '1221', 'Patan', '2019-10-24 09:34:07', '2019-10-24 09:34:07'), (284, 12, 1, '1222', 'Porbandar', '2019-10-24 09:34:07', '2019-10-24 09:34:07'), (285, 12, 1, '1223', 'Rajkot', '2019-10-24 09:34:07', '2019-10-24 09:34:07'), (286, 12, 1, '1224', 'Sabarkantha', '2019-10-24 09:34:07', '2019-10-24 09:34:07'), (287, 12, 1, '1225', 'Surat', '2019-10-24 09:34:07', '2019-10-24 09:34:07'), (288, 12, 1, '1226', 'Surendranagar', '2019-10-24 09:34:07', '2019-10-24 09:34:07'), (289, 12, 1, '1227', 'Vadodara', '2019-10-24 09:34:07', '2019-10-24 09:34:07'), (290, 12, 1, '1228', 'Valsad', '2019-10-24 09:34:07', '2019-10-24 09:34:07'), (291, 12, 1, '1229', 'Vapi', '2019-10-24 09:34:07', '2019-10-24 09:34:07'), (292, 13, 1, '1401', 'Bilaspur - Himachal', '2019-10-24 09:34:41', '2019-10-24 09:34:41'), (293, 13, 1, '1402', 'Chamba', '2019-10-24 09:34:41', '2019-10-24 09:34:41'), (294, 13, 1, '1403', 'Dalhousie', '2019-10-24 09:34:41', '2019-10-24 09:34:41'), (295, 13, 1, '1404', 'Hamirpur - HP', '2019-10-24 09:34:41', '2019-10-24 09:34:41'), (296, 13, 1, '1405', 'Kangra', '2019-10-24 09:34:41', '2019-10-24 09:34:41'), (297, 13, 1, '1406', 'Kinnaur', '2019-10-24 09:34:41', '2019-10-24 09:34:41'), (298, 13, 1, '1407', 'Kullu', '2019-10-24 09:34:41', '2019-10-24 09:34:41'), (299, 13, 1, '1408', 'Lahaul & Spiti', '2019-10-24 09:34:41', '2019-10-24 09:34:41'), (300, 13, 1, '1409', 'Mandi', '2019-10-24 09:34:41', '2019-10-24 09:34:41'), (301, 13, 1, '1410', 'Shimla', '2019-10-24 09:34:41', '2019-10-24 09:34:41'), (302, 13, 1, '1411', 'Sirmaur', '2019-10-24 09:34:41', '2019-10-24 09:34:41'), (303, 13, 1, '1412', 'Solan', '2019-10-24 09:34:41', '2019-10-24 09:34:41'), (304, 13, 1, '1413', 'Una', '2019-10-24 09:34:41', '2019-10-24 09:34:41'), (305, 14, 1, '1301', 'Ambala', '2019-10-24 09:35:16', '2019-10-24 09:35:16'), (306, 14, 1, '1302', 'Bhiwani', '2019-10-24 09:35:16', '2019-10-24 09:35:16'), (307, 14, 1, '1303', 'Faridabad', '2019-10-24 09:35:16', '2019-10-24 09:35:16'), (308, 14, 1, '1304', 'Fatehabad - HR', '2019-10-24 09:35:16', '2019-10-24 09:35:16'), (309, 14, 1, '1305', 'Gurgaon', '2019-10-24 09:35:16', '2019-10-24 09:35:16'), (310, 14, 1, '1306', 'Hisar', '2019-10-24 09:35:16', '2019-10-24 09:35:16'), (311, 14, 1, '1307', 'Jhajjar', '2019-10-24 09:35:16', '2019-10-24 09:35:16'), (312, 14, 1, '1308', 'Jind', '2019-10-24 09:35:16', '2019-10-24 09:35:16'), (313, 14, 1, '1309', 'Kaithal', '2019-10-24 09:35:16', '2019-10-24 09:35:16'), (314, 14, 1, '1310', 'Karnal', '2019-10-24 09:35:16', '2019-10-24 09:35:16'), (315, 14, 1, '1311', 'Kurukshetra', '2019-10-24 09:35:16', '2019-10-24 09:35:16'), (316, 14, 1, '1312', 'Mahendragarh', '2019-10-24 09:35:16', '2019-10-24 09:35:16'), (317, 14, 1, '1313', 'Mewat', '2019-10-24 09:35:16', '2019-10-24 09:35:16'), (318, 14, 1, '1314', 'Panchkula', '2019-10-24 09:35:16', '2019-10-24 09:35:16'), (319, 14, 1, '1315', 'Panipat', '2019-10-24 09:35:16', '2019-10-24 09:35:16'), (320, 14, 1, '1316', 'Rewari', '2019-10-24 09:35:16', '2019-10-24 09:35:16'), (321, 14, 1, '1317', 'Rohtak', '2019-10-24 09:35:16', '2019-10-24 09:35:16'), (322, 14, 1, '1318', 'Sirsa', '2019-10-24 09:35:16', '2019-10-24 09:35:16'), (323, 14, 1, '1319', 'Sonipat', '2019-10-24 09:35:16', '2019-10-24 09:35:16'), (324, 14, 1, '1320', 'Yamunanagar', '2019-10-24 09:35:16', '2019-10-24 09:35:16'), (325, 15, 1, '1501', 'Anantnag', '2019-10-24 09:35:39', '2019-10-24 09:35:39'), (326, 15, 1, '1502', 'Baramulla', '2019-10-24 09:35:39', '2019-10-24 09:35:39'), (327, 15, 1, '1503', 'Budgam', '2019-10-24 09:35:39', '2019-10-24 09:35:39'), (328, 15, 1, '1504', 'Doda', '2019-10-24 09:35:39', '2019-10-24 09:35:39'), (329, 15, 1, '1505', 'Jammu', '2019-10-24 09:35:39', '2019-10-24 09:35:39'), (330, 15, 1, '1506', 'Kargil', '2019-10-24 09:35:39', '2019-10-24 09:35:39'), (331, 15, 1, '1507', 'Kathua', '2019-10-24 09:35:39', '2019-10-24 09:35:39'), (332, 15, 1, '1508', 'Kupwara', '2019-10-24 09:35:39', '2019-10-24 09:35:39'), (333, 15, 1, '1509', 'Leh', '2019-10-24 09:35:39', '2019-10-24 09:35:39'), (334, 15, 1, '1510', 'Poonch', '2019-10-24 09:35:39', '2019-10-24 09:35:39'), (335, 15, 1, '1511', 'Pulwama', '2019-10-24 09:35:39', '2019-10-24 09:35:39'), (336, 15, 1, '1512', 'Rajauri', '2019-10-24 09:35:39', '2019-10-24 09:35:39'), (337, 15, 1, '1513', 'Srinagar', '2019-10-24 09:35:39', '2019-10-24 09:35:39'), (338, 15, 1, '1514', 'Udhampur', '2019-10-24 09:35:39', '2019-10-24 09:35:39'), (339, 16, 1, '1601', 'Bokaro', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (340, 16, 1, '1602', 'Chatra', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (341, 16, 1, '1603', 'Deoghar', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (342, 16, 1, '1604', 'Dhanbad', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (343, 16, 1, '1605', 'Dumka', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (344, 16, 1, '1606', 'East Singhbhum', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (345, 16, 1, '1607', 'Garhwa', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (346, 16, 1, '1608', 'Giridih', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (347, 16, 1, '1609', 'Godda', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (348, 16, 1, '1610', 'Gumla', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (349, 16, 1, '1611', 'Hazaribag', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (350, 16, 1, '1612', 'Jamtara', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (351, 16, 1, '1613', 'Koderma', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (352, 16, 1, '1614', 'Latehar', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (353, 16, 1, '1615', 'Lohardaga', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (354, 16, 1, '1616', 'Pakur', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (355, 16, 1, '1617', 'Palamu', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (356, 16, 1, '1618', 'Ranchi', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (357, 16, 1, '1619', 'Sahibganj', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (358, 16, 1, '1620', 'Seraikela', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (359, 16, 1, '1621', 'Simdega', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (360, 16, 1, '1622', 'West Singhbhum', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (361, 17, 1, '1801', 'Alappuzha', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (362, 17, 1, '1802', 'Alleppey', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (363, 17, 1, '1803', 'Alwaye', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (364, 17, 1, '1804', 'Ernakulam', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (365, 17, 1, '1805', 'Idukki', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (366, 17, 1, '1806', 'Kannur', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (367, 17, 1, '1807', 'Kasargod', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (368, 17, 1, '1808', 'Kochi', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (369, 17, 1, '1809', 'Kollam', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (370, 17, 1, '1810', 'Kottayam', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (371, 17, 1, '1811', 'Kovalam', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (372, 17, 1, '1812', 'Kozhikode', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (373, 17, 1, '1813', 'Malappuram - Kerala', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (374, 17, 1, '1814', 'Palakkad', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (375, 17, 1, '1815', 'Pathanamthitta', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (376, 17, 1, '1816', 'Perumbavoor', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (377, 17, 1, '1817', 'Thiruvananthapuram', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (378, 17, 1, '1818', 'Thrissur', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (379, 17, 1, '1819', 'Trichur', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (380, 17, 1, '1820', 'Trivandrum', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (381, 17, 1, '1821', 'Wayanad', '2019-10-24 09:37:20', '2019-10-24 09:37:20'), (382, 18, 1, '1701', 'Bagalkot', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (383, 18, 1, '1702', 'Bangalore', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (384, 18, 1, '1703', 'Bangalore Rural', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (385, 18, 1, '1704', 'Belgaum', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (386, 18, 1, '1705', 'Bellary', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (387, 18, 1, '1706', 'Bhatkal', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (388, 18, 1, '1707', 'Bidar', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (389, 18, 1, '1708', 'Bijapur - KA', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (390, 18, 1, '1709', 'Chamrajnagar', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (391, 18, 1, '1710', 'Chickmagalur', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (392, 18, 1, '1711', 'Chikballapur', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (393, 18, 1, '1712', 'Chitradurga', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (394, 18, 1, '1713', 'Dakshina Kannada', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (395, 18, 1, '1714', 'Davanagere', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (396, 18, 1, '1715', 'Dharwad', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (397, 18, 1, '1716', 'Gadag', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (398, 18, 1, '1717', 'Gulbarga', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (399, 18, 1, '1718', 'Hampi', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (400, 18, 1, '1719', 'Hassan', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (401, 18, 1, '1720', 'Haveri', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (402, 18, 1, '1721', 'Hospet', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (403, 18, 1, '1722', 'Karwar', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (404, 18, 1, '1723', 'Kodagu', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (405, 18, 1, '1724', 'Kolar', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (406, 18, 1, '1725', 'Koppal', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (407, 18, 1, '1726', 'Madikeri', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (408, 18, 1, '1727', 'Mandya', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (409, 18, 1, '1728', 'Mangalore', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (410, 18, 1, '1729', 'Manipal', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (411, 18, 1, '1730', 'Mysore', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (412, 18, 1, '1731', 'Raichur', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (413, 18, 1, '1732', 'Shimoga', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (414, 18, 1, '1733', 'Sirsi - KA', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (415, 18, 1, '1734', 'Sringeri', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (416, 18, 1, '1735', 'Srirangapatna', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (417, 18, 1, '1736', 'Tumkur', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (418, 18, 1, '1737', 'Udupi', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (419, 18, 1, '1738', 'Uttara Kannada', '2019-10-24 09:37:57', '2019-10-24 09:37:57'), (420, 19, 1, '1901', 'Agatti Island', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (421, 19, 1, '1902', 'Bingaram Island', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (422, 19, 1, '1903', 'Bitra Island', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (423, 19, 1, '1904', 'Chetlat Island', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (424, 19, 1, '1905', 'Kadmat Island', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (425, 19, 1, '1906', 'Kalpeni Island', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (426, 19, 1, '1907', 'Kavaratti Island', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (427, 19, 1, '1908', 'Kiltan Island', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (428, 19, 1, '1909', 'Lakshadweep Sea', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (429, 19, 1, '1910', 'Minicoy Island', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (430, 19, 1, '1911', 'North Island', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (431, 19, 1, '1912', 'South Island', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (432, 20, 1, '2301', 'East Garo Hills', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (433, 20, 1, '2302', 'East Khasi Hills', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (434, 20, 1, '2303', 'Jaintia Hills', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (435, 20, 1, '2304', 'Ri Bhoi', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (436, 20, 1, '2305', 'Shillong', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (437, 20, 1, '2306', 'South Garo Hills', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (438, 20, 1, '2307', 'West Garo Hills', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (439, 20, 1, '2308', 'West Khasi Hills', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (440, 21, 1, '2101', 'Ahmednagar', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (441, 21, 1, '2102', 'Akola', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (442, 21, 1, '2103', 'Amravati', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (443, 21, 1, '2104', 'Aurangabad - MH', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (444, 21, 1, '2105', 'Beed', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (445, 21, 1, '2106', 'Bhandara', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (446, 21, 1, '2107', 'Buldhana', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (447, 21, 1, '2108', 'Chandrapur', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (448, 21, 1, '2109', 'Dhule', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (449, 21, 1, '2110', 'Gadchiroli', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (450, 21, 1, '2111', 'Gondia', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (451, 21, 1, '2112', 'Hingoli', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (452, 21, 1, '2113', 'Jalgaon', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (453, 21, 1, '2114', 'Jalna', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (454, 21, 1, '2115', 'Kolhapur', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (455, 21, 1, '2116', 'Latur', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (456, 21, 1, '2117', 'Mahabaleshwar', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (457, 21, 1, '2118', 'Mumbai', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (458, 21, 1, '2119', 'Mumbai City', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (459, 21, 1, '2120', 'Mumbai Suburban', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (460, 21, 1, '2121', 'Nagpur', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (461, 21, 1, '2122', 'Nanded', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (462, 21, 1, '2123', 'Nandurbar', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (463, 21, 1, '2124', 'Nashik', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (464, 21, 1, '2125', 'Osmanabad', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (465, 21, 1, '2126', 'Parbhani', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (466, 21, 1, '2127', 'Pune', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (467, 21, 1, '2128', 'Raigad', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (468, 21, 1, '2129', 'Ratnagiri', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (469, 21, 1, '2130', 'Sangli', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (470, 21, 1, '2131', 'Satara', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (471, 21, 1, '2132', 'Sholapur', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (472, 21, 1, '2133', 'Sindhudurg', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (473, 21, 1, '2134', 'Thane', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (474, 21, 1, '2135', 'Wardha', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (475, 21, 1, '2136', 'Washim', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (476, 21, 1, '2137', 'Yavatmal', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (477, 22, 1, '2201', 'Bishnupur', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (478, 22, 1, '2202', 'Chandel', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (479, 22, 1, '2203', 'Churachandpur', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (480, 22, 1, '2204', 'Imphal East', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (481, 22, 1, '2205', 'Imphal West', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (482, 22, 1, '2206', 'Senapati', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (483, 22, 1, '2207', 'Tamenglong', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (484, 22, 1, '2208', 'Thoubal', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (485, 22, 1, '2209', 'Ukhrul', '2019-10-24 09:39:48', '2019-10-24 09:39:48'), (486, 23, 1, '2001', 'Anuppur', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (487, 23, 1, '2002', 'Ashoknagar', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (488, 23, 1, '2003', 'Balaghat', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (489, 23, 1, '2004', 'Barwani', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (490, 23, 1, '2005', 'Betul', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (491, 23, 1, '2006', 'Bhind', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (492, 23, 1, '2007', 'Bhopal', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (493, 23, 1, '2008', 'Burhanpur', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (494, 23, 1, '2009', 'Chhatarpur', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (495, 23, 1, '2010', 'Chhindwara', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (496, 23, 1, '2011', 'Damoh', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (497, 23, 1, '2012', 'Datia', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (498, 23, 1, '2013', 'Dewas', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (499, 23, 1, '2014', 'Dhar', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (500, 23, 1, '2015', 'Dindori', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (501, 23, 1, '2016', 'Guna', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (502, 23, 1, '2017', 'Gwalior', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (503, 23, 1, '2018', 'Harda', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (504, 23, 1, '2019', 'Hoshangabad', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (505, 23, 1, '2020', 'Indore', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (506, 23, 1, '2021', 'Jabalpur', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (507, 23, 1, '2022', 'Jagdalpur', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (508, 23, 1, '2023', 'Jhabua', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (509, 23, 1, '2024', 'Katni', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (510, 23, 1, '2025', 'Khandwa', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (511, 23, 1, '2026', 'Khargone', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (512, 23, 1, '2027', 'Mandla', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (513, 23, 1, '2028', 'Mandsaur', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (514, 23, 1, '2029', 'Morena', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (515, 23, 1, '2030', 'Narsinghpur', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (516, 23, 1, '2031', 'Neemuch', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (517, 23, 1, '2032', 'Panna', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (518, 23, 1, '2033', 'Raisen', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (519, 23, 1, '2034', 'Rajgarh', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (520, 23, 1, '2035', 'Ratlam', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (521, 23, 1, '2036', 'Rewa', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (522, 23, 1, '2037', 'Sagar', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (523, 23, 1, '2038', 'Satna', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (524, 23, 1, '2039', 'Sehore', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (525, 23, 1, '2040', 'Seoni', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (526, 23, 1, '2041', 'Shahdol', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (527, 23, 1, '2042', 'Shajapur', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (528, 23, 1, '2043', 'Sheopur', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (529, 23, 1, '2044', 'Shivpuri', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (530, 23, 1, '2045', 'Sidhi', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (531, 23, 1, '2046', 'Tikamgarh', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (532, 23, 1, '2047', 'Ujjain', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (533, 23, 1, '2048', 'Umaria', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (534, 23, 1, '2049', 'Vidisha', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (535, 24, 1, '2401', 'Aizawl', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (536, 24, 1, '2402', 'Champhai', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (537, 24, 1, '2403', 'Kolasib', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (538, 24, 1, '2404', 'Lawngtlai', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (539, 24, 1, '2405', 'Lunglei', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (540, 24, 1, '2406', 'Mamit', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (541, 24, 1, '2407', 'Saiha', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (542, 24, 1, '2408', 'Serchhip', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (543, 25, 1, '2501', 'Dimapur', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (544, 25, 1, '2502', 'Kohima', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (545, 25, 1, '2503', 'Mokokchung', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (546, 25, 1, '2504', 'Mon', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (547, 25, 1, '2505', 'Phek', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (548, 25, 1, '2506', 'Tuensang', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (549, 25, 1, '2507', 'Wokha', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (550, 25, 1, '2508', 'Zunheboto', '2019-10-24 09:42:10', '2019-10-24 09:42:10'), (551, 26, 1, '2601', 'Angul', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (552, 26, 1, '2602', 'Balangir', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (553, 26, 1, '2603', 'Balasore', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (554, 26, 1, '2604', 'Baleswar', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (555, 26, 1, '2605', 'Bargarh', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (556, 26, 1, '2606', 'Berhampur', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (557, 26, 1, '2607', 'Bhadrak', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (558, 26, 1, '2608', 'Bhubaneswar', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (559, 26, 1, '2609', 'Boudh', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (560, 26, 1, '2610', 'Cuttack', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (561, 26, 1, '2611', 'Deogarh', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (562, 26, 1, '2612', 'Dhenkanal', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (563, 26, 1, '2613', 'Gajapati', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (564, 26, 1, '2614', 'Ganjam', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (565, 26, 1, '2615', 'Jagatsinghapur', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (566, 26, 1, '2616', 'Jajpur', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (567, 26, 1, '2617', 'Jharsuguda', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (568, 26, 1, '2618', 'Kalahandi', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (569, 26, 1, '2619', 'Kandhamal', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (570, 26, 1, '2620', 'Kendrapara', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (571, 26, 1, '2621', 'Kendujhar', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (572, 26, 1, '2622', 'Khordha', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (573, 26, 1, '2623', 'Koraput', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (574, 26, 1, '2624', 'Malkangiri', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (575, 26, 1, '2625', 'Mayurbhanj', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (576, 26, 1, '2626', 'Nabarangapur', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (577, 26, 1, '2627', 'Nayagarh', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (578, 26, 1, '2628', 'Nuapada', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (579, 26, 1, '2629', 'Puri', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (580, 26, 1, '2630', 'Rayagada', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (581, 26, 1, '2631', 'Rourkela', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (582, 26, 1, '2632', 'Sambalpur', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (583, 26, 1, '2633', 'Subarnapur', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (584, 26, 1, '2634', 'Sundergarh', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (585, 27, 1, '2801', 'Amritsar', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (586, 27, 1, '2801', 'Barnala', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (587, 27, 1, '2801', 'Bathinda', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (588, 27, 1, '2801', 'Faridkot', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (589, 27, 1, '2801', 'Fatehgarh Sahib', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (590, 27, 1, '2801', 'Ferozepur', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (591, 27, 1, '2801', 'Gurdaspur', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (592, 27, 1, '2801', 'Hoshiarpur', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (593, 27, 1, '2801', 'Jalandhar', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (594, 27, 1, '2801', 'Kapurthala', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (595, 27, 1, '2801', 'Ludhiana', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (596, 27, 1, '2801', 'Mansa', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (597, 27, 1, '2801', 'Moga', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (598, 27, 1, '2801', 'Muktsar', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (599, 27, 1, '2801', 'Nawanshahr', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (600, 27, 1, '2801', 'Pathankot', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (601, 27, 1, '2801', 'Patiala', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (602, 27, 1, '2801', 'Rupnagar', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (603, 27, 1, '2801', 'Sangrur', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (604, 27, 1, '2801', 'Mohali', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (605, 27, 1, '2801', 'Tarn Taran', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (606, 28, 1, '2701', 'Bahur', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (607, 28, 1, '2701', 'Karaikal', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (608, 28, 1, '2701', 'Mahe', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (609, 28, 1, '2701', 'Pondicherry', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (610, 28, 1, '2701', 'Purnankuppam', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (611, 28, 1, '2701', 'Valudavur', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (612, 28, 1, '2701', 'Villianur', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (613, 28, 1, '2701', 'Yanam', '2019-10-24 09:45:07', '2019-10-24 09:45:07'), (614, 29, 1, '2901', 'Ajmer', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (615, 29, 1, '2902', 'Alwar', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (616, 29, 1, '2903', 'Banswara', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (617, 29, 1, '2904', 'Baran', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (618, 29, 1, '2905', 'Barmer', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (619, 29, 1, '2906', 'Bharatpur', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (620, 29, 1, '2907', 'Bhilwara', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (621, 29, 1, '2908', 'Bikaner', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (622, 29, 1, '2909', 'Bundi', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (623, 29, 1, '2910', 'Chittorgarh', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (624, 29, 1, '2911', 'Churu', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (625, 29, 1, '2912', 'Dausa', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (626, 29, 1, '2913', 'Dholpur', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (627, 29, 1, '2914', 'Dungarpur', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (628, 29, 1, '2915', 'Hanumangarh', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (629, 29, 1, '2916', 'Jaipur', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (630, 29, 1, '2917', 'Jaisalmer', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (631, 29, 1, '2918', 'Jalore', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (632, 29, 1, '2919', 'Jhalawar', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (633, 29, 1, '2920', 'Jhunjhunu', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (634, 29, 1, '2921', 'Jodhpur', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (635, 29, 1, '2922', 'Karauli', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (636, 29, 1, '2923', 'Kota - RJ', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (637, 29, 1, '2924', 'Nagaur', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (638, 29, 1, '2925', 'Pali', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (639, 29, 1, '2926', 'Pilani', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (640, 29, 1, '2927', 'Rajsamand', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (641, 29, 1, '2928', 'Sawai Madhopur', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (642, 29, 1, '2929', 'Sikar', '2019-10-24 09:47:16', '2019-10-24 09:47:16'); INSERT INTO `cities` (`id`, `state_id`, `country_id`, `city_code`, `name`, `created_at`, `updated_at`) VALUES (643, 29, 1, '2930', 'Sirohi', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (644, 29, 1, '2931', 'Sri Ganganagar', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (645, 29, 1, '2932', 'Tonk', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (646, 29, 1, '2933', 'Udaipur', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (647, 30, 1, '3001', 'Barmiak', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (648, 30, 1, '3002', 'Be', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (649, 30, 1, '3003', 'Bhurtuk', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (650, 30, 1, '3004', 'Chhubakha', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (651, 30, 1, '3005', 'Chidam', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (652, 30, 1, '3006', 'Chubha', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (653, 30, 1, '3007', 'Chumikteng', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (654, 30, 1, '3008', 'Dentam', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (655, 30, 1, '3009', 'Dikchu', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (656, 30, 1, '3010', 'Dzongri', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (657, 30, 1, '3011', 'Gangtok', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (658, 30, 1, '3012', 'Gauzing', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (659, 30, 1, '3013', 'Gyalshing', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (660, 30, 1, '3014', 'Hema', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (661, 30, 1, '3015', 'Kerung', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (662, 30, 1, '3016', 'Lachen', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (663, 30, 1, '3017', 'Lachung', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (664, 30, 1, '3018', 'Lema', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (665, 30, 1, '3019', 'Lingtam', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (666, 30, 1, '3020', 'Lungthu', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (667, 30, 1, '3021', 'Mangan', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (668, 30, 1, '3022', 'Namchi', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (669, 30, 1, '3023', 'Namthang', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (670, 30, 1, '3024', 'Nanga', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (671, 30, 1, '3025', 'Nantang', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (672, 30, 1, '3026', 'Naya Bazar', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (673, 30, 1, '3027', 'Padamachen', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (674, 30, 1, '3028', 'Pakhyong', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (675, 30, 1, '3029', 'Pemayangtse', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (676, 30, 1, '3030', 'Phensang', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (677, 30, 1, '3031', 'Rangli', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (678, 30, 1, '3032', 'Rinchingpong', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (679, 30, 1, '3033', 'Sakyong', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (680, 30, 1, '3034', 'Samdong', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (681, 30, 1, '3035', 'Singtam', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (682, 30, 1, '3035', 'Siniolchu', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (683, 30, 1, '3036', 'Sombari', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (684, 30, 1, '3037', 'Soreng', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (685, 30, 1, '3038', 'Sosing', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (686, 30, 1, '3039', 'Tekhug', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (687, 30, 1, '3040', 'Temi', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (688, 30, 1, '3041', 'Tsetang', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (689, 30, 1, '3042', 'Tsomgo', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (690, 30, 1, '3043', 'Tumlong', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (691, 30, 1, '3044', 'Yangang', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (692, 30, 1, '3045', 'Yumtang', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (693, 31, 1, '3101', 'Chennai', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (694, 31, 1, '3102', 'Chidambaram', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (695, 31, 1, '3103', 'Chingleput', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (696, 31, 1, '3104', 'Coimbatore', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (697, 31, 1, '3105', 'Courtallam', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (698, 31, 1, '3106', 'Cuddalore', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (699, 31, 1, '3107', 'Dharmapuri', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (700, 31, 1, '3108', 'Dindigul', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (701, 31, 1, '3109', 'Erode', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (702, 31, 1, '3110', 'Hosur', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (703, 31, 1, '3111', 'Kanchipuram', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (704, 31, 1, '3112', 'Kanyakumari', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (705, 31, 1, '3113', 'Karaikudi', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (706, 31, 1, '3114', 'Karur', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (707, 31, 1, '3115', 'Kodaikanal', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (708, 31, 1, '3116', 'Kovilpatti', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (709, 31, 1, '3117', 'Krishnagiri', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (710, 31, 1, '3118', 'Kumbakonam', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (711, 31, 1, '3119', 'Madurai', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (712, 31, 1, '3120', 'Mayiladuthurai', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (713, 31, 1, '3121', 'Nagapattinam', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (714, 31, 1, '3122', 'Nagarcoil', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (715, 31, 1, '3123', 'Namakkal', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (716, 31, 1, '3124', 'Neyveli', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (717, 31, 1, '3125', 'Nilgiris', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (718, 31, 1, '3126', 'Ooty', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (719, 31, 1, '3127', 'Palani', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (720, 31, 1, '3128', 'Perambalur', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (721, 31, 1, '3129', 'Pollachi', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (722, 31, 1, '3130', 'Pudukkottai', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (723, 31, 1, '3131', 'Rajapalayam', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (724, 31, 1, '3132', 'Ramanathapuram', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (725, 31, 1, '3133', 'Salem', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (726, 31, 1, '3134', 'Sivaganga', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (727, 31, 1, '3135', 'Sivakasi', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (728, 31, 1, '3136', 'Thanjavur', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (729, 31, 1, '3137', 'Theni', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (730, 31, 1, '3138', 'Thoothukudi', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (731, 31, 1, '3139', 'Tiruchirappalli', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (732, 31, 1, '3140', 'Tirunelveli', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (733, 31, 1, '3141', 'Tirupur', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (734, 31, 1, '3142', 'Tiruvallur', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (735, 31, 1, '3143', 'Tiruvannamalai', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (736, 31, 1, '3144', 'Tiruvarur', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (737, 31, 1, '3145', 'Trichy', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (738, 31, 1, '3146', 'Tuticorin', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (739, 31, 1, '3147', 'Vellore', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (740, 31, 1, '3148', 'Villupuram', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (741, 31, 1, '3149', 'Virudhunagar', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (742, 31, 1, '3150', 'Yercaud', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (743, 32, 1, '3201', 'Agartala', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (744, 32, 1, '3202', 'Ambasa', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (745, 32, 1, '3203', 'Bampurbari', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (746, 32, 1, '3204', 'Belonia', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (747, 32, 1, '3205', 'Dhalai', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (748, 32, 1, '3206', 'Dharam Nagar', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (749, 32, 1, '3207', 'Kailashahar', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (750, 32, 1, '3208', 'Kamal Krishnabari', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (751, 32, 1, '3209', 'Khopaiyapara', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (752, 32, 1, '3210', 'Khowai', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (753, 32, 1, '3211', 'Phuldungsei', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (754, 32, 1, '3212', 'Radha Kishore Pur', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (755, 32, 1, '3213', 'Tripura', '2019-10-24 09:47:16', '2019-10-24 09:47:16'), (756, 33, 1, '2901', 'Dehradun', '2019-10-24 09:51:28', '2019-10-24 09:51:28'), (757, 33, 1, '2902', 'Haridwar', '2019-10-24 09:51:28', '2019-10-24 09:51:28'), (758, 33, 1, '2903', 'Roorkee', '2019-10-24 09:51:28', '2019-10-24 09:51:28'), (759, 33, 1, '2904', 'Haldwani-cum-Kathgodam', '2019-10-24 09:51:28', '2019-10-24 09:51:28'), (760, 33, 1, '2905', 'Rudrapur - UK', '2019-10-24 09:51:28', '2019-10-24 09:51:28'), (761, 33, 1, '2906', 'Kashipur', '2019-10-24 09:51:28', '2019-10-24 09:51:28'), (762, 33, 1, '2907', 'Rishikesh', '2019-10-24 09:51:28', '2019-10-24 09:51:28'), (763, 34, 1, NULL, 'Achhnera', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (764, 34, 1, NULL, 'Adari', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (765, 34, 1, NULL, 'Agra', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (766, 34, 1, NULL, 'Aligarh', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (767, 34, 1, NULL, 'Allahabad', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (768, 34, 1, NULL, 'Amroha', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (769, 34, 1, NULL, 'Azamgarh', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (770, 34, 1, NULL, 'Bahraich', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (771, 34, 1, NULL, 'Ballia', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (772, 34, 1, NULL, 'Balrampur', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (773, 34, 1, NULL, 'Banda', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (774, 34, 1, NULL, 'Bareilly', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (775, 34, 1, NULL, 'Chandausi', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (776, 34, 1, NULL, 'Dadri', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (777, 34, 1, NULL, 'Deoria', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (778, 34, 1, NULL, 'Etawah', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (779, 34, 1, NULL, 'Fatehabad - UP', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (780, 34, 1, NULL, 'Fatehpur', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (782, 34, 1, NULL, 'Greater Noida', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (783, 34, 1, NULL, 'Hamirpur - UP', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (784, 34, 1, NULL, 'Hardoi', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (785, 34, 1, NULL, 'Jajmau', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (786, 34, 1, NULL, 'Jaunpur', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (787, 34, 1, NULL, 'Jhansi', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (788, 34, 1, NULL, 'Kalpi', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (789, 34, 1, NULL, 'Kanpur', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (790, 34, 1, NULL, 'Kota - UP', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (791, 34, 1, NULL, 'Laharpur', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (792, 34, 1, NULL, 'Lakhimpur - UP', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (793, 34, 1, NULL, 'Lal Gopalganj Nindaura', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (794, 34, 1, NULL, 'Lalganj', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (795, 34, 1, NULL, 'Lalitpur', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (796, 34, 1, NULL, 'Lar', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (797, 34, 1, NULL, 'Loni', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (798, 34, 1, NULL, 'Lucknow', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (799, 34, 1, NULL, 'Mathura', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (800, 34, 1, NULL, 'Meerut', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (801, 34, 1, NULL, 'Modinagar', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (802, 34, 1, NULL, 'Muradnagar', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (803, 34, 1, NULL, 'Nagina', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (804, 34, 1, NULL, 'Najibabad', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (805, 34, 1, NULL, 'Nakur', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (806, 34, 1, NULL, 'Nanpara', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (807, 34, 1, NULL, 'Naraura', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (808, 34, 1, NULL, 'Naugawan Sadat', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (809, 34, 1, NULL, 'Nautanwa', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (810, 34, 1, NULL, 'Nawabganj', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (811, 34, 1, NULL, 'Nehtaur', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (812, 34, 1, NULL, 'NOIDA', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (813, 34, 1, NULL, 'Noorpur', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (814, 34, 1, NULL, 'Obra', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (815, 34, 1, NULL, 'Orai', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (816, 34, 1, NULL, 'Padrauna', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (817, 34, 1, NULL, 'Palia Kalan', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (818, 34, 1, NULL, 'Parasi', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (819, 34, 1, NULL, 'Phulpur', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (820, 34, 1, NULL, 'Pihani', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (821, 34, 1, NULL, 'Pilibhit', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (822, 34, 1, NULL, 'Pilkhuwa', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (823, 34, 1, NULL, 'Powayan', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (824, 34, 1, NULL, 'Pukhrayan', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (825, 34, 1, NULL, 'Puranpur', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (826, 34, 1, NULL, 'Purquazi', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (827, 34, 1, NULL, 'Purwa', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (828, 34, 1, NULL, 'Rae Bareli', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (829, 34, 1, NULL, 'Rampur', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (830, 34, 1, NULL, 'Rampur Maniharan', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (831, 34, 1, NULL, 'Rasra', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (832, 34, 1, NULL, 'Rath', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (833, 34, 1, NULL, 'Renukoot', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (834, 34, 1, NULL, 'Reoti', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (835, 34, 1, NULL, 'Robertsganj', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (836, 34, 1, NULL, 'Rudauli', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (837, 34, 1, NULL, 'Rudrapur - UP', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (838, 34, 1, NULL, 'Sadabad', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (839, 34, 1, NULL, 'Safipur', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (840, 34, 1, NULL, 'Saharanpur', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (841, 34, 1, NULL, 'Sahaspur', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (842, 34, 1, NULL, 'Sahaswan', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (843, 34, 1, NULL, 'Sahawar', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (844, 34, 1, NULL, 'Sahjanwa', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (845, 34, 1, NULL, 'Sambhal', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (846, 34, 1, NULL, 'Samdhan', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (847, 34, 1, NULL, 'Samthar', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (848, 34, 1, NULL, 'Sandi', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (849, 34, 1, NULL, 'Sandila', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (850, 34, 1, NULL, 'Sardhana', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (851, 34, 1, NULL, 'Seohara', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (852, 34, 1, NULL, 'Shahganj', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (853, 34, 1, NULL, 'Shahjahanpur', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (854, 34, 1, NULL, 'Shamli', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (855, 34, 1, NULL, 'Sherkot', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (856, 34, 1, NULL, 'Shikohabad', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (857, 34, 1, NULL, 'Shishgarh', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (858, 34, 1, NULL, 'Siana', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (859, 34, 1, NULL, 'Sikanderpur', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (860, 34, 1, NULL, 'Sikandra Rao', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (861, 34, 1, NULL, 'Sikandrabad', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (862, 34, 1, NULL, 'Sirsaganj', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (863, 34, 1, NULL, 'Sirsi - UP', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (864, 34, 1, NULL, 'Sitapur', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (865, 34, 1, NULL, 'Soron', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (866, 34, 1, NULL, 'Suar', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (867, 34, 1, NULL, 'Sultanpur', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (868, 34, 1, NULL, 'Sumerpur', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (869, 34, 1, NULL, 'Tanda', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (871, 34, 1, NULL, 'Tetri Bazar', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (872, 34, 1, NULL, 'Thakurdwara', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (873, 34, 1, NULL, 'Thana Bhawan', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (874, 34, 1, NULL, 'Tilhar', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (875, 34, 1, NULL, 'Tirwaganj', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (876, 34, 1, NULL, 'Tulsipur', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (877, 34, 1, NULL, 'Tundla', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (878, 34, 1, NULL, 'Unnao', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (879, 34, 1, NULL, 'Utraula', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (880, 34, 1, NULL, 'Varanasi', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (881, 34, 1, NULL, 'Vrindavan', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (882, 34, 1, NULL, 'Warhapur', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (883, 34, 1, NULL, 'Zaidpur', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (884, 34, 1, NULL, 'Zamania', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (885, 34, 1, NULL, 'Muzaffarnagar', '2019-10-24 09:56:23', '2019-10-24 09:56:23'), (886, 35, 1, NULL, 'Alipurduar', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (887, 35, 1, NULL, 'Arambagh', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (888, 35, 1, NULL, 'Asansol', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (889, 35, 1, NULL, 'Baharampur', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (890, 35, 1, NULL, 'Bally', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (891, 35, 1, NULL, 'Balurghat', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (892, 35, 1, NULL, 'Bankura', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (893, 35, 1, NULL, 'Barakar', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (894, 35, 1, NULL, 'Barasat', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (895, 35, 1, NULL, 'Bardhaman', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (896, 35, 1, NULL, 'Bidhan Nagar', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (897, 35, 1, NULL, 'Chinsura', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (898, 35, 1, NULL, 'Contai', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (899, 35, 1, NULL, 'Cooch Behar', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (900, 35, 1, NULL, 'Darjeeling', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (901, 35, 1, NULL, 'Durgapur', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (902, 35, 1, NULL, 'Haldia', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (903, 35, 1, NULL, 'Howrah', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (904, 35, 1, NULL, 'Islampur', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (905, 35, 1, NULL, 'Jhargram', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (906, 35, 1, NULL, 'Kharagpur', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (907, 35, 1, NULL, 'Kolkata', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (908, 35, 1, NULL, 'Mainaguri', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (909, 35, 1, NULL, 'Mal', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (910, 35, 1, NULL, 'Mathabhanga', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (911, 35, 1, NULL, 'Medinipur', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (912, 35, 1, NULL, 'Memari', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (913, 35, 1, NULL, 'Monoharpur', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (914, 35, 1, NULL, 'Murshidabad', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (915, 35, 1, NULL, 'Nabadwip', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (916, 35, 1, NULL, 'Naihati', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (917, 35, 1, NULL, 'Panchla', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (918, 35, 1, NULL, 'Pandua', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (919, 35, 1, NULL, 'Paschim Punropara', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (920, 35, 1, NULL, 'Purulia', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (921, 35, 1, NULL, 'Raghunathpur', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (922, 35, 1, NULL, 'Raiganj', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (923, 35, 1, NULL, 'Rampurhat', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (924, 35, 1, NULL, 'Ranaghat', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (925, 35, 1, NULL, 'Sainthia', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (926, 35, 1, NULL, 'Santipur', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (927, 35, 1, NULL, 'Siliguri', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (928, 35, 1, NULL, 'Sonamukhi', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (929, 35, 1, NULL, 'Srirampore', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (930, 35, 1, NULL, 'Suri', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (931, 35, 1, NULL, 'Taki', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (932, 35, 1, NULL, 'Tamluk', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (933, 35, 1, NULL, 'Tarakeswar', '2019-10-24 09:58:44', '2019-10-24 09:58:44'), (934, 36, 1, NULL, 'Telangana', '2019-10-24 09:59:40', '2019-10-24 09:59:40'); -- -------------------------------------------------------- -- -- Table structure for table `city_offers` -- CREATE TABLE `city_offers` ( `id` int(11) NOT NULL, `type_id` int(11) NOT NULL, `offer_type` varchar(100) NOT NULL, `country` varchar(100) NOT NULL, `state` varchar(100) NOT NULL, `city` varchar(100) NOT NULL, `banner_name` varchar(255) NOT NULL, `banner_image` text NOT NULL, `mobile_image` text NOT NULL, `status` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `city_offers` -- INSERT INTO `city_offers` (`id`, `type_id`, `offer_type`, `country`, `state`, `city`, `banner_name`, `banner_image`, `mobile_image`, `status`, `created_at`, `updated_at`) VALUES (2, 1, 'banners', 'India', 'Bihar', 'Banka', 'tet', 'banners/539186dnsResults.png', 'app/773234dnsResults.png', 1, '2019-11-01 11:50:10', '2019-11-01 11:55:06'), (3, 1, 'banners', 'India', 'Chandigarh', 'Chandigarh', 'Up To 20 %', 'banners/9153676th-section.png', 'app/6158646th-section.png', 1, '2019-11-04 10:27:05', '2019-11-04 10:27:05'); -- -------------------------------------------------------- -- -- Table structure for table `click_to_detail_response` -- CREATE TABLE `click_to_detail_response` ( `id` int(11) NOT NULL, `user_id` int(11) NOT NULL DEFAULT 0, `appointment_id` int(11) DEFAULT 0, `procedure_id` int(11) DEFAULT 0, `doctor_call` varchar(100) DEFAULT NULL, `user_call` varchar(100) DEFAULT NULL, `doctor_call_status` varchar(100) DEFAULT NULL, `user_call_status` varchar(100) DEFAULT NULL, `uid` int(100) DEFAULT NULL, `recording` text DEFAULT NULL, `follow_date` date DEFAULT NULL, `follow_time` time DEFAULT NULL, `note` text DEFAULT NULL, `updated_at` timestamp NOT NULL DEFAULT current_timestamp(), `created_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `click_to_detail_response` -- INSERT INTO `click_to_detail_response` (`id`, `user_id`, `appointment_id`, `procedure_id`, `doctor_call`, `user_call`, `doctor_call_status`, `user_call_status`, `uid`, `recording`, `follow_date`, `follow_time`, `note`, `updated_at`, `created_at`) VALUES (1, 18, 34, 41, '01724085571', '9874525896', NULL, NULL, 75891852, NULL, NULL, NULL, NULL, '2020-02-11 09:08:11', '2020-02-11 09:08:11'), (2, 18, 34, 41, '01724085571', '9874525896', NULL, NULL, 75891857, NULL, NULL, NULL, NULL, '2020-02-11 09:13:20', '2020-02-11 09:13:20'), (3, 48, 34, 41, '01724085571', '9874525896', NULL, NULL, 75892039, NULL, NULL, NULL, NULL, '2020-02-11 13:26:39', '2020-02-11 13:26:39'), (4, 73, 80, 73, '01724085571', '5454848846', NULL, NULL, 76096698, NULL, NULL, NULL, NULL, '2020-02-14 07:10:21', '2020-02-14 07:10:21'), (5, 18, 18, 21, '01724085571', '2485369555', NULL, NULL, 76096977, NULL, NULL, NULL, NULL, '2020-02-14 11:16:12', '2020-02-14 11:16:12'), (6, 6, 90, 82, '01724085571', '4856669999', NULL, NULL, 76236440, NULL, NULL, NULL, NULL, '2020-02-17 04:51:13', '2020-02-17 04:51:13'), (7, 227, 111, 122, '01724085571', '7696002096', NULL, NULL, 78074797, NULL, NULL, NULL, NULL, '2020-03-18 07:06:08', '2020-03-18 07:06:08'), (8, 227, 111, 122, '01724085571', '7696002096', NULL, NULL, 78074798, NULL, NULL, NULL, NULL, '2020-03-18 07:06:25', '2020-03-18 07:06:25'), (9, 189, 117, 132, '01724085571', '8968131492', NULL, NULL, 83166816, NULL, NULL, NULL, NULL, '2020-05-21 08:35:23', '2020-05-21 08:35:23'), (10, 189, 117, 132, '01724085571', '8968131492', NULL, NULL, 83166817, NULL, NULL, NULL, NULL, '2020-05-21 08:35:27', '2020-05-21 08:35:27'), (11, 189, 118, 133, '01724085571', '8968131492', NULL, NULL, 83216818, NULL, NULL, NULL, NULL, '2020-05-21 09:42:06', '2020-05-21 09:42:06'), (12, 189, 122, 138, '01724085571', '7307933221', NULL, NULL, 88926222, NULL, NULL, NULL, NULL, '2020-06-17 09:23:40', '2020-06-17 09:23:40'), (13, 189, 122, 138, '01724085571', '7307933221', NULL, NULL, 88926224, NULL, NULL, NULL, NULL, '2020-06-17 09:23:53', '2020-06-17 09:23:53'), (14, 189, 122, 138, '01724085571', '7307933221', NULL, NULL, 88926225, NULL, NULL, NULL, NULL, '2020-06-17 09:23:59', '2020-06-17 09:23:59'); -- -------------------------------------------------------- -- -- Table structure for table `clinic_gallery` -- CREATE TABLE `clinic_gallery` ( `id` int(11) NOT NULL, `doctor_id` int(11) NOT NULL, `image_path` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT current_timestamp(), `updated_at` timestamp NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `clinic_gallery` -- INSERT INTO `clinic_gallery` (`id`, `doctor_id`, `image_path`, `created_at`, `updated_at`) VALUES (1, 2, 'doctor/534626.png', '2020-02-10 06:14:37', '2020-02-10 06:14:37'), (2, 4, 'doctor/577717.png', '2020-02-10 07:13:27', '2020-02-10 07:13:27'), (3, 4, 'doctor/726437.png', '2020-02-10 07:14:13', '2020-02-10 07:14:13'), (4, 5, 'doctor/144218.png', '2020-02-10 10:03:53', '2020-02-10 10:03:53'), (5, 11, 'doctor/853416.png', '2020-02-11 07:10:45', '2020-02-11 07:10:45'), (6, 26, 'doctor/745111.png', '2020-02-14 09:42:41', '2020-02-14 09:42:41'), (7, 29, 'doctor/559346.png', '2020-02-18 05:41:42', '2020-02-18 05:41:42'), (8, 35, 'doctor/590582.jpeg', '2020-02-25 10:43:04', '2020-02-25 10:43:04'), (9, 34, 'doctor/305676.jpeg', '2020-02-25 11:08:46', '2020-02-25 11:08:46'); -- -------------------------------------------------------- -- -- Table structure for table `contact_us` -- CREATE TABLE `contact_us` ( `id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `phone` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `city` varchar(255) NOT NULL, `message` varchar(255) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `contact_us` -- INSERT INTO `contact_us` (`id`, `name`, `phone`, `email`, `city`, `message`, `created_at`, `updated_at`) VALUES (1, 'Avery Cohen', '646-597-9025', 'team@israeltelemarketing.online', 'Sa', 'My company based out of Jerusalem and California, provides the highest quality American telemarketing and cold calling services.\r\n\r\nTo earn your business, we are offering significantly slashed prices for a trial/pilot period. Now is the time to try new le', '2020-02-15 13:04:46', '2020-02-15 13:04:46'), (2, 'Kennethhom', '87459487335', 'raphaeMaydayabumn@gmail.com', 'Istanbul', 'Hi! kaberaglobal.com \r\n \r\nDid you know that it is possible to send commercial offer lawfully? \r\nWe submit a new legitimate method of sending appeal through feedback forms. Such forms are located on many sites. \r\nWhen such proposals are sent, no persona', '2020-02-16 07:49:32', '2020-02-16 07:49:32'), (3, 'test', '8558558568', 'testing5678@gmail.com', 'Mohali', 'tester', '2020-02-17 04:55:29', '2020-02-17 04:55:29'), (4, 'Ashish mashi', '9729006602', '3534ashu@gmail.com', 'Karnal', 'Hair foll ha. Hair growth nahi hoti. Hair damage ha .sclap ma ganjapan ha.hair bhot ruff ha.', '2020-02-18 03:20:19', '2020-02-18 03:20:19'), (5, 'Eric Jones', '416-385-3200', 'eric@talkwithwebvisitor.com', 'New York', 'Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found kaberaglobal.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my questio', '2020-02-19 14:41:59', '2020-02-19 14:41:59'), (6, 'Sienna Kisch', '02.44.60.20.90', 'expiry@kaberaglobal.com', 'Saint-Louis', 'FINAL NOTICE \r\nYour domain kaberaglobal.com *SERVICE OFFER EXPIRATION, This notice EXPIRES on: February 20,2020.\r\n\r\n *For details and to make a discretionary payment for kaberaglobal.com services by credit card or check, Visit:\r\n https://bit.ly/2V6wtc5', '2020-02-21 20:51:26', '2020-02-21 20:51:26'), (7, 'gofikk', '89659811256', 'maru734@mail.ru', 'Al Manamah', '???????? seo ????????? ??????????? ?????, ???????? ?????? ?? ??????????? ????? ?? ???? ????????? ???????? ?? ?????? ?????????? ? ????? ????? <b>pokras7777</b>????????? ????? ??? ???? \r\n.??? ?? ???????? ????', '2020-02-25 14:33:26', '2020-02-25 14:33:26'), (8, 'Laura Wiess', '917-675-5528', 'laura@explainmybiz.online', 'Sa', 'Hey - I was checking out your site and I’m impressed with how clean and professional it looks. \r\n\r\nAdding video to your website has become an absolute MUST. Even something basic that clearly defines exactly what it is you\'re offering & why work with your ', '2020-02-26 00:41:55', '2020-02-26 00:41:55'), (9, 'pawan kumar', '9815882095', 'ok@gmail.com', '4444', 'hhhh', '2020-02-26 12:56:09', '2020-02-26 12:56:09'), (10, 'ronu', '5416567528', 'ronu@yopmail.com', 'hhh', 'ggggg', '2020-02-26 13:28:43', '2020-02-26 13:28:43'), (11, 'yurt', '5548996855', 'dujd@she.com', 'Jedi’s', 'jakes', '2020-02-27 05:46:41', '2020-02-27 05:46:41'), (12, 'Max Williams', '7077060205', 'webrank4@googlerankings.co.in', 'Los Angeles', 'Hello And Good Day\r\nI am a Marketing Manager with a reputable online marketing company based in India.\r\nWe can fairly quickly promote your website to the top of the search rankings with no long term contracts!\r\nWe can place your website on top of the Natu', '2020-02-28 05:47:33', '2020-02-28 05:47:33'), (13, 'Davidglify', '88642196365', 'raphaeMaydayabumn@gmail.com', 'Shekhupura', 'Hi! kaberaglobal.com \r\n \r\nDid you know that it is possible to send business proposal fully legit? \r\nWe propose a new method of sending proposal through feedback forms. Such forms are located on many sites. \r\nWhen such letters are sent, no personal data i', '2020-03-01 02:24:38', '2020-03-01 02:24:38'), (14, 'rashpell', '86327387175', 'rashpel2021@mail.ru', 'Al Manamah', '???????? seo ????????? ??????????? ?????, ???????? ?????? ?? ??????????? ????? ?? ???? ????????? ???????? ?? ?????? ?????????? ? ????? ????? <b>pokras7777</b>????????? ????? ??? ???? \r\n.??? ?? ???????? ????', '2020-03-03 08:34:18', '2020-03-03 08:34:18'), (15, 'Eric Jones', '416-385-3200', 'eric@talkwithwebvisitor.com', 'New York', 'Cool website!\r\n\r\nMy name’s Eric, and I just found your site - kaberaglobal.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking ', '2020-03-03 09:08:59', '2020-03-03 09:08:59'), (16, 'malytka', '85457776167', 'manya.dragina@mail.ru', 'Al Manamah', '???????? seo ????????? ??????????? ?????, ???????? ?????? ?? ??????????? ????? ?? ???? ????????? ???????? ?? ?????? ?????????? ? ????? ????? <b>pokras7777</b>????????? ????? ??? ???? \r\n.??? ?? ???????? ????', '2020-03-04 08:08:22', '2020-03-04 08:08:22'), (17, 'Charlesfuh', '86344656463', 'print6@print128.com', 'Kalamaria', 'Confirming what had been widely suspected, researchers have found that human-caused climate change had an impact on Australia’s recent devastating wildfires, making the extremely high-risk conditions that led to widespread burning at least 30% more likely', '2020-03-06 06:32:29', '2020-03-06 06:32:29'), (18, 'Timothyvob', '86496315779', 'galinkka77@mail.ru', 'Kwekwe', '?????? ?????! \r\n???? ????? ???????? ????? ????. \r\n \r\n??? ??????? ????????...?????, ????, ??????, Mefedron, ? ?.?. \r\n???????? ?? ????: \r\nhttps://??????????.?? \r\nhttps://xn--e1abfudfhuop.xn--p1ai/ \r\n?????????? ?????? \r\n??????? \r\n ??? \r\n \r\n ????????? \r\n \r\n??', '2020-03-07 18:12:50', '2020-03-07 18:12:50'), (19, 'Alex Cohen', '646-597-9025', 'a.cohen@explainbusiness.online', 'Sa', 'I messaged previously about how explainer videos became an absolute must for every website in 2020. Driving relevant traffic to your site is hard enough, you must capture this traffic and engage them!\r\n\r\nAs you know, Google is constantly changing its SEO ', '2020-03-11 07:33:55', '2020-03-11 07:33:55'), (20, 'Maninder Dass', '2368651077', 'mandinerbains@gmail.com', 'Brampton', 'Plz give me back my phone', '2020-03-12 11:36:38', '2020-03-12 11:36:38'), (21, 'Umer Ishfaq', '+92-333-5727272', 'umerishfaq08@gmail.com', 'New York', 'Hi,\r\n\r\nHow are you doing? I aim to provide you a high quality, free of cost guest post article for your amazing website. \r\n\r\nI can send you some really great topic ideas for this purpose which would be relevant to your website niche for sure.\r\n\r\nIf my top', '2020-03-13 12:22:26', '2020-03-13 12:22:26'), (22, 'Tester', '5484544884', 'gy@yopmail.com', 'Mohali', 'test', '2020-03-16 11:47:28', '2020-03-16 11:47:28'), (23, 'Williamvob', '83294651322', 'no-reply@ghostdigital.co', 'Yako', 'Increase your kaberaglobal.com ranks with quality web2.0 Article links. \r\nGet 500 permanent web2.0 for only $39. \r\n \r\nMore info about our new service: \r\nhttps://www.ghostdigital.co/web2/', '2020-03-17 10:46:08', '2020-03-17 10:46:08'), (24, 'Darlene Garces', '01.11.51.49.15', 'darlene@qualityguestposts.com', 'Paris', 'Hello there, \r\n\r\nWe need bloggers we can tap on for the publication of sponsored articles that we use for our clients\' content marketing campaigns. The bloggers we\'re seeking should have expert views and insights on the subjects that are interesting and u', '2020-03-20 12:45:56', '2020-03-20 12:45:56'), (25, 'Rachlicoth', '88226883379', 'wifTic@josephay905s.changeip.com', 'Chikago', 'https://sandeshtechnologies.com \r\nWell-versed perspicacity in search including an intention communication on your withstand up again is now ready to of date. As contrasted with, the budding diplomacy is to make up a skilled summary. \r\n \r\nThis is a one- to', '2020-03-22 08:23:05', '2020-03-22 08:23:05'), (26, 'Gagan deaf', '9891735414', 'gagansonideaf@gmail.com', 'Karol Bagh Delhi', 'Flamingo books export-Soni publications Pvt ltd -11096 doriwalan east park Karol Bagh New Delhi-110005 by deaf I’m am free form sales.', '2020-03-22 17:39:53', '2020-03-22 17:39:53'), (27, 'Amy', '0376 9644402', 'amy@leggingshut.co', 'Gorla', 'Hey my name is Amy, I am from Leggings Hut.\r\n\r\nThought I\'d let you know that we ship our fitness apparel worldwide directly from New York City.\r\n\r\nFitness leggings and athletic wear for women made with quality soft material.\r\n\r\nYou will never overpay when', '2020-03-23 23:56:53', '2020-03-23 23:56:53'), (28, 'Bennycem', '85861697783', 'n.ad.ya_o.kole.v.a@mail.ru', 'Москва', '?????? ??????: ????????? ??????? ????? ????????? ?? 2-3 ??????! \r\n???? ??? ? ?????! ??? ? ????????! ?????? ???... http://bit.ly/3bqeXp9', '2020-03-24 05:23:44', '2020-03-24 05:23:44'), (29, 'Eric Jones', '416-385-3200', 'eric@talkwithwebvisitor.com', 'New York', 'Hey, this is Eric and I ran across kaberaglobal.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next? Do you get a lot of leads', '2020-03-25 10:16:19', '2020-03-25 10:16:19'), (30, 'Mike Saffern', '917-722-5127', 'mike@graphicdesignisrael.co', 'Jerusalem', 'Shalom, Mike here.\r\n\r\nYour website and business look great and both seem well established.\r\n\r\nI am messaging you today to compliment your business + let you know about the unreasonably low pricing I am charging for a limited time to new clients interested', '2020-03-25 17:11:15', '2020-03-25 17:11:15'), (31, 'RobertRinny', '84532748417', 'linnkoln@list.ru', 'Le Mans', 'http://velostil.pro/user/sergorehvv/', '2020-03-25 21:25:22', '2020-03-25 21:25:22'), (32, 'Martinked', '85641857361', 'no-reply@hilkom-digital.de', 'Riohacha', 'hi there \r\nI have just checked kaberaglobal.com for the ranking keywords and seen that your SEO metrics could use a boost. \r\n \r\nWe will improve your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports', '2020-03-31 17:29:27', '2020-03-31 17:29:27'), (33, 'guhiii', '85984327561', 'marozova1954@mail.ru', 'Al Manamah', '?????? ???????? ?? ????????? ?????? ??? ????? ????????? ?????? ? ??????????????. ? ??? ?????????????? ?????? ?? ???????? ? ??????????? ???????????? ???????? ????????? ??????. ?? ??? ?????? ?????? ?????? ?? ???????? ?? ????????? ?????? ??? ????? ??????? ??', '2020-04-03 17:12:23', '2020-04-03 17:12:23'), (34, 'mayaau', '84829164919', 'mayia90@mail.ru', 'Al Manamah', '?????? ???????? ?? ????????? ?????? ??? ????? ????????? ?????? ? ??????????????. ? ??? ?????????????? ?????? ?? ???????? ? ??????????? ???????????? ???????? ????????? ??????. ?? ??? ?????? ?????? ?????? ?? ???????? ?? ????????? ?????? ??? ????? ??????? ??', '2020-04-04 22:26:00', '2020-04-04 22:26:00'), (35, 'Margot Perales', '08346 60 32 07', 'expiry@kaberaglobal.com', 'Pforzen', 'ATTN: kaberaglobal.com / Kabera - Kabera Global WEBSITE SERVICES\r\nThis notification ENDS ON: Apr 05, 2020\r\n\r\nWe have actually not received a repayment from you.\r\nWe\'ve tried to contact you yet were incapable to reach you.\r\n\r\nPlease Browse Through: ', '2020-04-06 03:24:57', '2020-04-06 03:24:57'), (36, 'Hilal Ahmad Bhat', '7889431641', 'hilalbhat208@gmail.com', 'Srinagar', 'Hii', '2020-04-18 04:56:12', '2020-04-18 04:56:12'), (37, 'pinupcasino', '87841219444', 'senamelkii212@gmail.com', 'Kwajalein', '????? ?????????? ? ?????? <a href=https://pin-up777.ru/>?????? ??? ??</a>! ??????? ? ??????? ????, ??????????? ??????, ????????? ??????!', '2020-04-18 07:48:20', '2020-04-18 07:48:20'), (38, 'Judy', '514-825-1026', 'judy999887@gmail.com', 'Montreal', 'Hi there,\r\n\r\nI hope you’re doing well, I handle influencer relations for LeggingsHut. Great to meet you!\r\n\r\nI stumbled across your account and thought your content would be perfect for us. If you feel we’d make a good fit, I’d love to invite you to our re', '2020-04-18 23:20:46', '2020-04-18 23:20:46'), (39, 'Alex Cohen', '646-597-9025', 'a.cohen@explainervideoguys.com', 'Sa', 'I messaged previously about how explainer videos became an absolute must for every website in 2020. Driving relevant traffic to your site is hard enough, you must capture this traffic and engage them!\r\n\r\nAs you know, Google is constantly changing its SEO ', '2020-04-19 20:57:06', '2020-04-19 20:57:06'), (40, 'JamesKit', '81818774313', 'coronavaccine@hotmail.com', 'Kabul', 'COVID-19 outbreak: airplanes grounded, borders closed, businesses shut, citizens quarantined, political power seized, democracy undermined. \r\nAll this, if it is not stopped shortly, can lead to chaos and unrests. \r\nCurrently http://ST-lF.NET focus on rais', '2020-04-22 22:49:52', '2020-04-22 22:49:52'), (41, 'Eric Jones', '416-385-3200', 'eric@talkwithwebvisitor.com', 'New York', 'Good day, \r\n\r\nMy name is Eric and unlike a lot of emails you might get, I wanted to instead provide you with a word of encouragement – Congratulations\r\n\r\nWhat for? \r\n\r\nPart of my job is to check out websites and the work you’ve done with kaberaglobal.com', '2020-04-25 21:37:13', '2020-04-25 21:37:13'), (42, 'Jacketmvq', '85844337286', 'yourmail@mail.com', 'Aracaju', 'Migrants huddle in a very cold in makeshift team in Bosnia\r\n\r\nBIHAC, Bosnia Herzegovina (AP) heavier, grey confuses dangled incredibly low more than a makeshift migrant stay relating to Bosnia\'s perimeter in addition to Croatia, Heralding new rainfall but', '2020-04-26 22:47:45', '2020-04-26 22:47:45'), (43, 'Sourabh Gurjar', '9485594464', 'choudhary20219@gmail.com', 'yamunanagar', 'i need to get some info about my 2nd prp sitting at chd. branch or urs', '2020-04-27 06:48:46', '2020-04-27 06:48:46'), (44, 'Martinked', '89458928713', 'no-reply@hilkom-digital.de', 'Riohacha', 'hi there \r\nI have just checked kaberaglobal.com for the ranking keywords and seen that your SEO metrics could use a boost. \r\n \r\nWe will improve your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports', '2020-04-28 09:43:07', '2020-04-28 09:43:07'), (45, 'Akshit kohli', '9988903860', 'akshit.kohli@yahoo.com', 'Jalandhar', 'Need prp', '2020-04-28 19:34:25', '2020-04-28 19:34:25'), (46, 'Eric Jones', '416-385-3200', 'eric@talkwithwebvisitor.com', 'New York', 'Hey there, I just found your site, quick question…\r\n\r\nMy name’s Eric, I found kaberaglobal.com after doing a quick search – you showed up near the top of the rankings, so whatever you’re doing for SEO, looks like it’s working well.\r\n\r\nSo here’s my questio', '2020-04-29 14:28:41', '2020-04-29 14:28:41'), (47, 'Hellen Eklund', '0333 5543385', 'hellen.eklund@gmail.com', 'Fiumata', 'Hi Everyone,\r\n\r\nI want to send you good wishes & good health in your future studies.\r\nI have a couple reading assignments for you.\r\n\r\n1984 by George Orwell\r\nBrave New World by Aldous Huxley\r\n\r\nWhat is happening now is criminal. I urge you to write local a', '2020-04-30 09:54:08', '2020-04-30 09:54:08'), (48, 'Elissa Mulligan', '0680 497 34 73', 'noreply@arteseo.co', 'Traming', 'here is your kaberaglobal.com 6 months traffic quote\r\nhttps://www.arteseo.co/unlimited-traffic/', '2020-05-01 18:08:18', '2020-05-01 18:08:18'), (49, 'Barbara Atyson', '(02) 9660 6975', 'barbaratysonhw@yahoo.com', 'Wagstaffe', 'Hi,\r\n\r\nWe\'d like to introduce to you our explainer video service which we feel can benefit your site kaberaglobal.com.\r\n\r\nCheck out some of our existing videos here:\r\nhttps://www.youtube.com/watch?v=oYoUQjxvhA0\r\nhttps://www.youtube.com/watch?v=MOnhn77TgDE', '2020-05-04 02:46:52', '2020-05-04 02:46:52'), (50, 'Eric Jones', '416-385-3200', 'eric@talkwithwebvisitor.com', 'New York', 'Cool website!\r\n\r\nMy name’s Eric, and I just found your site - kaberaglobal.com - while surfing the net. You showed up at the top of the search results, so I checked you out. Looks like what you’re doing is pretty cool.\r\n \r\nBut if you don’t mind me asking ', '2020-05-05 22:00:56', '2020-05-05 22:00:56'), (51, 'Claudia Clement', '0364 7424430', 'claudiauclement@yahoo.com', 'Migliarino', 'Hi, We are wondering if you would be interested in our service, where we can provide you with a dofollow link from Amazon (DA 96) back to kaberaglobal.com?\r\n\r\nThe price is just $79 per link, via Paypal.\r\n\r\nTo explain what DA is and the benefit for your we', '2020-05-06 20:11:32', '2020-05-06 20:11:32'), (52, 'JerryRah', '89346213682', 'no-replyMaydayabumn@gmail.com', 'San Vicente De Tagua Tagua', 'Hi! kaberaglobal.com \r\n \r\nDid y?u kn?w th?t it is p?ssibl? t? s?nd ??mm?r?i?l ?ff?r ??mpl?t?ly l?wfully? \r\nW? pr?s?nt?ti?n ? n?w l?g?l w?y ?f s?nding busin?ss pr?p?s?l thr?ugh f??db??k f?rms. Su?h f?rms ?r? l???t?d ?n m?ny sit?s. \r\nWh?n su?h ??mm?r?i?l ?', '2020-05-07 20:23:11', '2020-05-07 20:23:11'), (53, 'Darlene Garces', '(07) 4507 1881', 'darlene@qualityguestposts.com', 'Allandale', 'Hello there,\r\n\r\nWe\'d like to offer you payments in exchange for article placements,\r\n\r\nMy name is Darlene Garces. I am the Blogger Outreach Specialist of a company that provides guest posting services. \r\n\r\nI discovered your blog online, and I must say, I ', '2020-05-08 15:31:58', '2020-05-08 15:31:58'), (54, 'Abraham Ambrose', '06-45444428', 'noreply@arteseo.co', 'Hoofddorp', 'hi there\r\n\r\nLet us present you our best SEO plan, the powerful SEO Ultimate\r\nhttps://www.arteseo.co/seo-ultimate/\r\n\r\nThe SEO Ultimate uses a number of highly specialized techniques to get your kaberaglobal.com head and heels above your competitors.\r\n\r\nKey', '2020-05-15 17:39:46', '2020-05-15 17:39:46'), (55, 'Vibemail', '8828023347', 'sales@vibemail.in', 'Mumbai', 'Dear Team,\r\n\r\nGreetings from Vibemail!\r\n\r\nWe can boost your sales using our powerful email marketing tool at affordable rate. Please find the details herewith.\r\n\r\nCompany Details\r\nVibemail has more than 40K customer base globally(India,US,UK,Canada,Austra', '2020-05-23 09:40:51', '2020-05-23 09:40:51'), (56, 'Mira Pennefather', '785-504-5653', 'wendy@totalfreebie.com', 'Salina', 'Hi from totalfreebie.com Another great giveaway ! \r\n\r\nThe Survial Grenade. \r\n\r\nWhat is a “Survival Grenade”? \r\n\r\nIt’s a compact survival kit that includes 15 essential survival items tightly wrapped up in to small grenade shaped package that can be used a', '2020-05-23 14:33:07', '2020-05-23 14:33:07'), (57, 'Neeraj kumar', '8930264767', 'neerajdehar@gmail.com', 'Naraingarh', 'Regarding hair transplants', '2020-05-26 05:10:33', '2020-05-26 05:10:33'), (58, 'Darlene Garces', '04331 73 03 53', 'darlene@qualityguestposts.com', 'Ostenfeld', 'Hi,\r\n\r\nWe\'d like to offer you payments in exchange for article placements,\r\n\r\nMy name is Darlene Garces. I\'m the Blogger Outreach Specialist at QualityGuestPosts.com.\r\n\r\nWe help our clients boost their online presence by providing guest posting services f', '2020-05-26 19:58:06', '2020-05-26 19:58:06'), (59, 'Bianca Cortes', '01.91.87.84.02', 'cortes.bianca@msn.com', 'Levallois-Perret', 'Hello\r\n\r\nUnfortunately, there are ONLY 500 seats open to join this workshop (our workshop software can’t hold any more)…\r\n\r\nAND NOTE.. There are already hundreds registered and this invitation is going out to tens of thousands of more people, so it’s goin', '2020-05-26 20:34:39', '2020-05-26 20:34:39'), (60, 'Eric Jones', '416-385-3200', 'eric@talkwithwebvisitor.com', 'New York', 'Hello, my name’s Eric and I just ran across your website at kaberaglobal.com...\r\n\r\nI found it after a quick search, so your SEO’s working out…\r\n\r\nContent looks pretty good…\r\n\r\nOne thing’s missing though…\r\n\r\nA QUICK, EASY way to connect with you NOW.\r\n\r\nBe', '2020-05-27 08:07:13', '2020-05-27 08:07:13'), (61, 'GeorgePOW', '88912334918', 'msmaya95@mail.ru', 'Sembawang', '???????. ???????????? ?????????. ?????? ???????? ???????? ? ?????????, ?????? ? ?? ???? ?????????? ??????? ?? ?????????, ???????????, ???????????????? ? ????????????? ?????, ?????? ?? ????? ?? ???????????????? ???????????????. \r\n???? ?????? ????? 20 ???.<', '2020-05-27 12:38:41', '2020-05-27 12:38:41'), (62, 'ghfjk', '85599857469', 'msmaya95@mail.ru', 'Al Manamah', '?????? ???????? ?? ????????? ?????? ??? ????? ????????? ?????? ? ??????????????. ? ??? ?????????????? ?????? ?? ???????? ? ??????????? ???????????? ???????? ????????? ??????. ?? ??? ?????? ?????? ?????? ?? ???????? ?? ????????? ?????? ??? ????? ??????? ??', '2020-05-28 06:18:56', '2020-05-28 06:18:56'), (63, 'jagat jeet', '917889028564', 'jeetcheema79@gmail.com', 'moga', 'I want to hair transplant treatment please send me your whatsapp on my whatsapp no or email \nthanks', '2020-05-30 03:21:05', '2020-05-30 03:21:05'), (64, 'pinupcasinoone', '84817378242', 'seniamelkii312@gmail.com', 'Kwajalein', '????? ?????????? ? ?????? <a href=https://pin-up777.ru/>?????? ??? ??</a>! ??????? ? ??????? ????, ??????????? ??????, ????????? ??????!', '2020-05-31 23:33:35', '2020-05-31 23:33:35'), (65, 'Harry Coleman', '646-597-9025', 'harry@drivetheleads.com', 'Sa', 'Fact: millions of business owners and key decision makers are using LinkedIn as their sole platform for social media. After a quick glance at your team\'s LinkedIn profiles, I believe I can help spruce up and generate some new biz.\r\n\r\nMy company Drivethele', '2020-06-02 01:12:03', '2020-06-02 01:12:03'), (66, 'prosha', '89485796657', 'vova8091m@mail.ru', 'Al Manamah', 'Bestellen Sie SEO-Suchmaschinenoptimierung der Website, Bestellen Sie Website-Promotion-Services Bei allen Fragen wenden Sie sich an den Benutzernamen Skype pokras7777 \r\nWir sammeln auch Basen \r\n \r\n<a href=http://advokaty.zp.ua>??????? ?????????</a>', '2020-06-06 13:41:58', '2020-06-06 13:41:58'), (67, 'DiPop', '81785711833', 'hilda-guetling@gmx.de', 'Oklahoma City', 'Insulina felina diabetes lantus. \r\n \r\nErvas medicinais para diabetes. Atenuar la medicaci??n\r\nBeneficios de comer con tiempo restringido. Social Media. Para atenuar la medicaci??n el mejor plan de tratamiento, las personas con tics, los padres y los prove', '2020-06-09 04:07:32', '2020-06-09 04:07:32'), (68, 'Eric Jones', '416-385-3200', 'eric@talkwithwebvisitor.com', 'New York', 'My name’s Eric and I just came across your website - kaberaglobal.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nB', '2020-06-09 15:11:59', '2020-06-09 15:11:59'), (69, 'maiaa', '89651967588', 'gorlinvanya93@mail.ru', 'Sembawang', '???????. ???????????? ?????????. ?????? ???????? ???????? ? ?????????, ?????? ? ?? ???? ?????????? ??????? ?? ?????????, ???????????, ???????????????? ? ????????????? ?????, ?????? ?? ????? ?? ???????????????? ???????????????. \r\n???? ?????? ????? 20 ???. ', '2020-06-11 02:19:57', '2020-06-11 02:19:57'), (70, 'Eric Jones', '416-385-3200', 'eric@talkwithwebvisitor.com', 'New York', 'Hey, this is Eric and I ran across kaberaglobal.com a few minutes ago.\r\n\r\nLooks great… but now what?\r\n\r\nBy that I mean, when someone like me finds your website – either through Search or just bouncing around – what happens next? Do you get a lot of leads', '2020-06-12 20:36:38', '2020-06-12 20:36:38'), (71, 'Joshuarab', '84446287789', 'no-replyMaydayabumn@gmail.com', 'Lar', 'Hi! kaberaglobal.com \r\n \r\nDid y?u kn?w th?t it is p?ssibl? t? s?nd l?tt?r ??mpl?t?ly l?git? \r\nW? submit ? n?w l?g?l m?th?d ?f s?nding ?pp??l thr?ugh f??db??k f?rms. Su?h f?rms ?r? l???t?d ?n m?ny sit?s. \r\nWh?n su?h l?tt?rs ?r? s?nt, n? p?rs?n?l d?t? is u', '2020-06-13 04:49:04', '2020-06-13 04:49:04'), (72, 'Eric Jones', '416-385-3200', 'eric@talkwithwebvisitor.com', 'New York', 'My name’s Eric and I just came across your website - kaberaglobal.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nB', '2020-06-14 00:26:34', '2020-06-14 00:26:34'), (73, 'Dave Wright', '(65) 5410-3614', 'dave@gmbmarketing.com', 'Varzea Grande', 'Hi\r\n\r\nDoes your business stand out online with GREAT Google reviews?\r\n\r\n\"84% Of People Trust Online Reviews As Much As A Personal Recommendation\"\r\n\r\nWe provide custom 5 star Custom Google reviews for your business\r\n\r\nJust tell us what you want your review', '2020-06-14 12:38:56', '2020-06-14 12:38:56'), (74, 'Eric Jones', '416-385-3200', 'eric@talkwithwebvisitor.com', 'New York', 'Hi, Eric here with a quick thought about your website kaberaglobal.com...\r\n\r\nI’m on the internet a lot and I look at a lot of business websites.\r\n\r\nLike yours, many of them have great content. \r\n\r\nBut all too often, they come up short when it comes to eng', '2020-06-15 23:13:36', '2020-06-15 23:13:36'), (75, 'David from Sqribble', '06-70366799', 'david@sqribble.site', 'Den Haag', 'Hi my name is David,\r\n\r\nI want to first start off by saying your website is amazing!\r\n\r\nI feel like you can utilize a bit more text material though.. and I understand it\'s rather frustrating producing everything yourself.\r\n\r\nDo you by chance also have iss', '2020-06-16 09:27:28', '2020-06-16 09:27:28'), (76, 'Kishor', '8968191492', 'nehakalia.ks@gmail.com', 'Chd', 'no', '2020-06-17 07:27:11', '2020-06-17 07:27:11'); -- -------------------------------------------------------- -- -- Table structure for table `countries` -- CREATE TABLE `countries` ( `id` int(11) NOT NULL, `name` varchar(255) DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `countries` -- INSERT INTO `countries` (`id`, `name`, `created_at`, `updated_at`) VALUES (1, 'India', '2019-10-23 12:29:39', '2019-10-23 12:29:39'); -- -------------------------------------------------------- -- -- Table structure for table `direct_payment_records` -- CREATE TABLE `direct_payment_records` ( `id` int(11) NOT NULL, `name` varchar(100) DEFAULT NULL, `email` varchar(200) DEFAULT NULL, `phone_number` varchar(20) DEFAULT NULL, `address` text DEFAULT NULL, `country` varchar(100) DEFAULT NULL, `state` varchar(100) DEFAULT NULL, `city` varchar(100) NOT NULL, `amount` double NOT NULL DEFAULT 0, `payment_status` varchar(100) DEFAULT NULL, `created_at` datetime NOT NULL DEFAULT current_timestamp(), `updated_at` datetime NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `direct_payment_records` -- INSERT INTO `direct_payment_records` (`id`, `name`, `email`, `phone_number`, `address`, `country`, `state`, `city`, `amount`, `payment_status`, `created_at`, `updated_at`) VALUES (1, 'Test', 'test@test.com', '1234567890', 'SCO 331, sector 9, Panchkula', 'India', 'Haryana', 'Rohtak', 20, 'Failed', '2020-02-11 16:38:24', '2020-02-11 16:38:55'), (2, 'docotor mukat', 'dot2455@yopmail.com', '2485365999', 'asdads asd', 'India', 'Goa', 'Marmagao', 4259, 'Failed', '2020-02-11 16:44:06', '2020-02-11 16:52:45'), (3, 'Mr. Shuboor Aalam', 'shabbu.harewali@gmail.com', '9997561553', 'Bijnore ( U.P. )', 'India', 'Uttar Pradesh', 'Bareilly', 20000, 'Failed', '2020-02-11 16:55:46', '2020-02-11 16:57:17'), (4, 'Shuboor Aalam', 'kaberarajnish@gmail.com', '9997561553', 'Barelly u.p.', 'India', 'Uttar Pradesh', 'Bareilly', 20000, 'Failed', '2020-02-11 16:59:01', '2020-02-11 16:59:44'), (5, 'ramij', 'ramij@yopmail.com', '1488245966', 'adsfa sd', 'India', 'Goa', 'Canacona', 2489, 'APPROVED', '2020-02-11 18:00:21', '2020-02-11 18:01:02'), (6, 'test', 'admin@kabera.com', '3456782345', 'test', 'India', 'Gujrat', 'Ahmedabad', 200, 'APPROVED', '2020-02-11 18:47:51', '2020-02-11 18:49:15'), (7, 'Atul Jain', 'atuljainmd@gmail.com', '8564482522', '703 Worthington Drive\r\nMoorestown, NJ 08057\r\nUnited States of America', 'India', 'Delhi', 'Central Delhi', 15, NULL, '2020-02-12 19:59:44', '2020-02-12 19:59:44'), (8, 'Atul Jain', 'atuljainmd@gmail.com', '8564482522', '703 Worthington Drive\r\nMoorestown, NJ 08057\r\nUnited States of America', 'India', 'Delhi', 'Central Delhi', 15000, 'APPROVED', '2020-02-12 20:01:22', '2020-02-12 20:02:58'), (9, 'Test', 'dottech@gmail.com', '2728829299', 'Test', 'India', 'Punjab', 'Amritsar', 200, NULL, '2020-02-13 11:42:34', '2020-02-13 11:42:34'), (10, 'Sonu Yadav', 'yadavsonu5454@gmail.com', '8528382630', 'Ashiyana complex sector 20 Panchkula', 'India', 'Haryana', 'Panchkula', 99, NULL, '2020-02-15 22:22:06', '2020-02-15 22:22:06'), (11, 'bhoginder', 'bhogindersharma98@gmail.com', '9999390855', 'C-1/2B,Pratap garden,uttam nagar,new delhi-110059', 'India', 'Delhi', 'New Delhi', 8167, 'APPROVED', '2020-02-16 10:20:58', '2020-02-16 10:24:28'), (12, 'Atul Jain', 'atuljainmd@gmail.com', '8564482522', 'Delhi', 'India', 'Delhi', 'New Delhi', 84000, 'Failed', '2020-02-18 10:41:03', '2020-02-18 10:46:53'), (13, 'Atul Jain', 'atuljainmd@gmail.com', '8564482522', 'Delhi', 'India', 'Delhi', 'New Delhi', 85000, 'APPROVED', '2020-02-18 10:50:38', '2020-02-18 10:51:41'), (14, 'Divya kr diwakar', 'diwakar_divya@hotmail.com', '8800392460', 'Delhi', 'India', 'Delhi', 'Central Delhi', 36000, 'APPROVED', '2020-02-19 10:38:48', '2020-02-19 10:41:49'), (15, 'User', 'Usertest@gmail.com', '981479398', 'dad', 'India', 'Chandigarh', 'Chandigarh', 500, 'Failed', '2020-02-20 11:50:08', '2020-02-20 11:52:17'), (16, 'AA', 'AA@gmail.com', '0123456789', 'AA@gmail.com', 'India', 'Punjab', 'Amritsar', 200, NULL, '2020-02-20 14:44:39', '2020-02-20 14:44:39'), (17, 'newpay', 'newpay@test.com', '12121313', 'newpay@test.com', 'India', 'Haryana', 'Ambala', 12000, NULL, '2020-02-20 19:54:46', '2020-02-20 19:54:46'), (18, 'Vikas', 'dilwer@studio6clinic.com', '8803000032', 'Mohali', 'India', 'Punjab', 'Mohali', 25000, 'APPROVED', '2020-02-24 16:30:59', '2020-02-24 16:32:54'), (19, 'Mohd Istique', 'ishtiaque147@gmail.com', '9315571510', 'Delhi', 'India', 'Delhi', 'Central Delhi', 20000, 'APPROVED', '2020-02-25 17:35:49', '2020-02-25 17:37:48'), (20, 'Rahul Kumar', 'rahul16aryan@gmail.com', '8287458479', 'delhi', 'India', 'Delhi', 'Central Delhi', 3000, 'APPROVED', '2020-02-25 18:55:53', '2020-02-25 18:57:00'), (21, 'Malinga Grospa', 'malingagrospa@gmail.com', '8894059644', 'Sungra', 'India', 'Delhi', 'Central Delhi', 200, NULL, '2020-02-27 21:10:09', '2020-02-27 21:10:09'), (22, 'Rahul kumar', 'rahul16aryan@gmail.com', '8287458479', 's-69A,Pandav nagar,new Delhi(near akshardham mandir)', 'India', 'Delhi', 'North Delhi', 32500, NULL, '2020-02-28 10:13:11', '2020-02-28 10:13:11'), (23, 'Viresh', 'viresht52@gmail.com', '8273915854', 'Village,usmapur,post,khurja,district,bulandshahr', 'India', 'Uttar Pradesh', 'Aligarh', 0, NULL, '2020-03-01 20:44:53', '2020-03-01 20:44:53'), (24, 'Ravikant verma', 'vermaravikant65@gmail.com', '9058484238', 'village: Jevri kanker khera meerut.', 'India', 'Uttar Pradesh', 'Meerut', 5000, 'Failed', '2020-03-03 11:01:27', '2020-03-03 11:03:49'), (25, 'Rampal', 'tram31383@gmail.com', '9816538544', 'Nalagarh', 'India', 'Himachal Pradesh', 'Solan', 1000, NULL, '2020-03-03 21:42:19', '2020-03-03 21:42:19'), (26, 'Mohammed javaid', 'mohdjavaid732@gmail.com', '07051198822', 'R/o panjgrian (thandapani)p/o ghambir brahamana tel, manjakote ,district Rajouri ,p/s manjakote pin code no 185131', 'India', 'Jammu And Kashmir', 'Rajauri', 50000, NULL, '2020-03-07 14:53:24', '2020-03-07 14:53:24'), (27, 'dr . anoop', 'kfsklsld@gmail.com', '3232323232', 'jdsgjdnmdghdohgdskilojgdolhgdgfvf fdbd', 'India', 'Assam', 'Nalbari', 50000, NULL, '2020-03-08 15:49:17', '2020-03-08 15:49:17'), (28, 'good mohmmad', 'gk986937@gmail.com', '+916355684255', 'balrampur gansari', 'India', 'Uttar Pradesh', 'Balrampur', 100000, NULL, '2020-03-08 17:46:52', '2020-03-08 17:46:52'), (29, 'jitendra', 'jitendrasainibsrr@gmail.com', '9536649248', 'village walipur post agriculture school district bulandsehar', 'India', 'Uttar Pradesh', 'Ballia', 20000, 'Failed', '2020-03-13 12:56:23', '2020-03-13 12:57:55'), (30, 'jitendra', 'jitendrasainibsrr@gmail.com', '9536649248', 'village waliapur post agriculture school district bulandsehar', 'India', 'Uttar Pradesh', 'Ballia', 20000, 'Failed', '2020-03-13 12:59:44', '2020-03-13 13:00:25'), (31, 'Idrees', 'loneidreesloneidrees04@gmail.com', '9596814578', 'Jhama', 'India', 'Jammu And Kashmir', 'Baramulla', 300, NULL, '2020-03-18 22:35:18', '2020-03-18 22:35:18'), (32, 'Surendra', 'sundramalik1982@gmail.com', '9467932613', 'delhi', 'India', 'Delhi', 'Central Delhi', 42000, NULL, '2020-03-19 12:12:38', '2020-03-19 12:12:38'), (33, 'Neha', 'nehakalia812@gmail.com', '8968191492', 'Zirakpur', 'India', 'Punjab', 'Mohali', 1, 'APPROVED', '2020-06-10 12:51:35', '2020-06-10 12:52:54'); -- -------------------------------------------------------- -- -- Table structure for table `doctor_assistants` -- CREATE TABLE `doctor_assistants` ( `id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `doctor_id` int(11) NOT NULL, `address` varchar(500) DEFAULT NULL, `description` varchar(500) DEFAULT NULL, `profile_pic` varchar(250) DEFAULT NULL, `emp_id` text DEFAULT NULL, `status` enum('0','1') DEFAULT '1' COMMENT '0 (Suspend) Or 1(Resume)', `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `doctor_assistants` -- INSERT INTO `doctor_assistants` (`id`, `user_id`, `doctor_id`, `address`, `description`, `profile_pic`, `emp_id`, `status`, `created_at`, `updated_at`) VALUES (1, 14, 13, '234 street Mohali', NULL, 'assistant/824969.png', NULL, '1', '2020-02-10 07:20:25', '2020-02-10 07:20:25'), (2, 36, 35, NULL, NULL, 'assistant/334202.png', NULL, '1', '2020-02-11 07:06:13', '2020-02-11 07:06:13'), (3, 48, 18, 'sco-23, sector 4', NULL, 'assistant/461038.png', NULL, '0', '2020-02-11 11:40:15', '2020-02-13 10:02:14'), (4, 68, 6, 'mohali', NULL, 'assistant/270637.png', NULL, '1', '2020-02-13 04:50:28', '2020-02-17 05:24:02'), (5, 73, 35, 'sco 287 sector 75 mohali phase 8 A', NULL, 'assistant/623906.png', NULL, '1', '2020-02-13 11:39:16', '2020-02-13 11:39:44'), (6, 76, 18, 'sco-23, sector 4', NULL, 'assistant/727055.png', NULL, '1', '2020-02-13 12:34:35', '2020-02-13 12:34:35'), (7, 85, 84, '345 street', NULL, 'assistant/196975.png', NULL, '1', '2020-02-14 10:19:02', '2020-02-14 10:19:02'), (8, 95, 94, NULL, NULL, NULL, NULL, '1', '2020-02-17 07:27:56', '2020-02-17 07:27:56'), (9, 107, 106, '2367 street', NULL, 'assistant/832436.png', NULL, '1', '2020-02-18 05:17:35', '2020-02-18 05:17:50'), (10, 111, 18, 'sco-23, sector 40', NULL, 'assistant/320508.png', NULL, '1', '2020-02-18 09:43:14', '2020-02-18 09:43:14'), (11, 193, 9, 'Mohali phase 5', NULL, NULL, NULL, '1', '2020-02-25 12:43:36', '2020-02-25 12:48:02'), (12, 227, 220, 'phi Chandigarh', NULL, 'assistant/915597.png', NULL, '1', '2020-03-16 09:34:51', '2020-03-17 04:51:30'), (13, 232, 231, 'phi 56', NULL, 'assistant/156706.png', NULL, '1', '2020-03-17 12:06:21', '2020-03-17 12:23:33'), (14, 234, 231, 'phi 56', NULL, 'assistant/265015.png', NULL, '1', '2020-03-18 06:27:53', '2020-03-18 06:27:53'), (15, 268, 189, 'kabera Clinic', NULL, NULL, NULL, '1', '2020-05-22 08:15:27', '2020-05-22 08:15:27'), (16, 279, 245, '35234 ABC', NULL, 'assistant/461148.png', NULL, '1', '2020-06-13 15:28:23', '2020-06-13 15:28:23'); -- -------------------------------------------------------- -- -- Table structure for table `doctor_detail` -- CREATE TABLE `doctor_detail` ( `id` bigint(20) NOT NULL, `unique_cnumber` int(11) NOT NULL DEFAULT 0, `user_id` bigint(20) NOT NULL, `clinic_name` varchar(255) DEFAULT NULL, `clinic_address` varchar(500) DEFAULT NULL, `doctor_city` varchar(100) DEFAULT NULL, `doctor_state` varchar(200) DEFAULT NULL, `doctor_zip` varchar(100) DEFAULT NULL, `doctor_country` varchar(150) DEFAULT NULL, `latitude` varchar(100) DEFAULT NULL, `longitude` varchar(100) DEFAULT NULL, `open_time` varchar(100) DEFAULT NULL, `close_time` varchar(100) DEFAULT NULL, `description` text NOT NULL, `education` text NOT NULL, `experience` varchar(200) NOT NULL, `awards` text NOT NULL, `speciality` text NOT NULL, `profile_picture` varchar(255) DEFAULT NULL, `license_picture` varchar(255) DEFAULT NULL, `license_number` varchar(255) DEFAULT NULL, `address` text DEFAULT NULL, `skills` varchar(500) DEFAULT NULL, `sub_skills` varchar(500) DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `doctor_detail` -- INSERT INTO `doctor_detail` (`id`, `unique_cnumber`, `user_id`, `clinic_name`, `clinic_address`, `doctor_city`, `doctor_state`, `doctor_zip`, `doctor_country`, `latitude`, `longitude`, `open_time`, `close_time`, `description`, `education`, `experience`, `awards`, `speciality`, `profile_picture`, `license_picture`, `license_number`, `address`, `skills`, `sub_skills`, `created_at`, `updated_at`) VALUES (1, 3597956, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', '', '', '', 'doctor/160465.png', '4522627', NULL, NULL, NULL, '2020-02-10 06:07:29', '2020-02-10 06:07:29'), (2, 6286797, 6, 'kaber clinic', 'mohali', 'Mohali', 'Punjab', '160065', 'India', '30.7046', '76.7179', '09:57 AM', '09:57 PM', 'hsjsjskabg', 'PhD,hi', '5 yrs', 'dhhs', 'tst', 'doctor/611128.png', 'doctor/811135.png', '4567', NULL, '[\"1\",\"2\"]', '[\"2\",\"3\",\"7\",\"9\",\"6\",\"12\",\"13\",\"14\",\"15\",\"16\"]', '2020-02-10 06:10:07', '2020-02-17 05:42:04'), (3, 9856850, 9, 'Apna', 'Mohali phase 5', 'Mohali', 'Punjab', '160059', 'India', '30.719131700000002', '76.72061599999999', '09:00 AM', '06:00 PM', 'hmmmm', 'mbbs', '2 years', '', '', '', '', '6565656', NULL, '[\"1\",\" 2\"]', '[\"2\",\" 3\",\" 6\",\" 12\",\" 7\",\" 9\",\" 13\",\" 14\",\" 15\",\" 16\"]', '2020-02-10 06:58:38', '2020-02-13 09:47:25'), (4, 13314836, 13, 'kabera clinic', 'sco 287 sector 75 mohali phase 8 A', 'Mohali', 'Punjab', '160055', 'India', '30.7046', '76.7179', '09:00 AM', '11:00 PM', 'tester', 'phd', '4 yrs', '', 'surgeon', 'doctor/463583.png', 'doctor/403732.png', '567', NULL, NULL, NULL, '2020-02-10 07:08:23', '2020-02-11 12:06:55'), (5, 16234178, 16, 'Health Clinic', '#123, sector 49', 'Chandigarh', 'Chandigarh', '160059', 'India', '30.7046', '76.7179', '06:03 AM', '06:03 PM', 'hello', 'MBBS', '2 years', '2 awards', 'surgeon', 'doctor/742922.png', 'doctor/961729.png', '123456', NULL, '[\"1\",\"2\"]', '[\"2\",\"3\",\"7\",\"9\",\"6\",\"12\",\"13\",\"14\"]', '2020-02-10 09:59:41', '2020-02-10 10:03:42'), (6, 17584519, 17, 'Health dental', 'Sco 24, sector 40', 'Chandigarh', 'Chandigarh', '160059', 'India', '30.7046', '76.7179', '06:18 AM', '06:18 PM', 'good', 'MBBS', '2 years', '2', 'Dental', 'doctor/312642.png', 'doctor/264091.png', '123456', NULL, NULL, NULL, '2020-02-10 10:16:00', '2020-02-10 10:30:12'), (7, 18467383, 18, 'Mohali Clinic', 'sco-23, sector 40', 'Chandigarh', 'Chandigarh', '160059', 'India', '30.7046', '76.7179', '06:53 AM', '06:53 PM', 'good', 'MD,MBBS', '4 years', 'Padam shri', 'Surgeon', 'doctor/992471.png', 'doctor/646796.png', '123456', NULL, '[\"1\",\"2\"]', '[\"2\",\"3\",\"6\",\"12\"]', '2020-02-10 10:31:00', '2020-02-18 09:30:56'), (8, 0, 25, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-10 14:43:58', '2020-02-10 14:43:58'), (9, 0, 27, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-10 14:49:41', '2020-02-10 14:49:41'), (10, 29950314, 29, 'apna', 'maharal new', 'Alipur', 'Andaman And Nicobar Islands', '176049', 'India', '31.5452962', '76.606611', '01:16 PM', '04:16 PM', '', '', '', '', '', '', 'doctor/546532.jpeg', '4565656565656', NULL, NULL, NULL, '2020-02-11 05:03:02', '2020-02-18 07:46:12'), (11, 35199615, 35, 'Kabera clinic', 'sco 287 sector 75 mohali phase 8 A', 'Mohali', 'Punjab', '160055', 'India', '30.7046', '76.7179', '09:00 AM', '11:00 PM', 'tester', 'PhD', '5 years', '', 'surgeon', 'doctor/444744.png', 'doctor/355884.png', '56677', NULL, '[\"1\",\"2\"]', '[\"3\",\"7\",\"9\",\"2\",\"6\",\"12\",\"13\",\"14\"]', '2020-02-11 06:45:17', '2020-02-13 11:52:40'), (12, 0, 43, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-11 10:12:57', '2020-02-11 10:12:57'), (13, 0, 47, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-11 11:36:01', '2020-02-11 11:36:01'), (14, 0, 49, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-11 11:49:45', '2020-02-11 11:49:45'), (15, 0, 52, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-11 12:04:43', '2020-02-11 12:04:43'), (16, 0, 53, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-11 12:06:56', '2020-02-11 12:06:56'), (17, 54786015, 54, 'admin kabera', '435 mohali', 'Mohali', 'Punjab', '160056', 'India', '30.7046', '76.7179', '09:00 AM', '11:00 PM', 'test', 'PhD', '5 years', '', 'surgeon', 'doctor/839322.png', 'doctor/375673.png', '2345', NULL, '[\"1\",\"2\"]', '[\"3\",\"9\",\"7\",\"2\",\"6\",\"12\",\"13\",\"14\"]', '2020-02-11 12:10:43', '2020-02-11 12:19:24'), (18, 0, 55, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-11 12:17:59', '2020-02-11 12:17:59'), (19, 0, 56, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-11 12:22:29', '2020-02-11 12:22:29'), (20, 0, 62, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-11 13:31:38', '2020-02-11 13:31:38'), (21, 0, 63, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-11 13:53:08', '2020-02-11 13:53:08'), (22, 65398786, 65, 'mukat dr', 'sco 287 sector 75 mohali phase 8 A', 'Mohali', 'Punjab', '160055', 'India', '30.726427400000002', '76.7076768', '09:15 AM', '09:15 PM', 'jsirhggh', 'mbbs', '5', '', 'hair', 'doctor/472026.jpeg', '', 'ghii567', NULL, '[\"1\",\" 2\"]', '[\"2\",\" 3\",\" 7\",\" 9\",\" 6\",\" 12\",\" 13\",\" 14\",\" 15\",\" 16\"]', '2020-02-12 05:41:09', '2020-02-12 05:46:04'), (23, 80958567, 80, 'Verma clinic', 'sco 123', 'Chandigarh', 'Chandigarh', '160059', 'India', '30.7046', '76.7179', '10:44 AM', '10:44 PM', 'good', 'MBBS', '5 years', 'Padam shri', 'surgeon', 'doctor/673877.png', 'doctor/712242.png', 'dyycfigyu', NULL, '[\"1\",\"2\"]', '[\"2\",\"3\",\"12\",\"13\"]', '2020-02-14 06:20:05', '2020-02-14 07:01:57'), (24, 82226647, 82, 'Singh health clinic', 'sco 123', 'Chandigarh', 'Chandigarh', '160059', 'India', '30.7046', '76.7179', '11:05 AM', '11:05 PM', 'good', 'Mbbs', '4 years', 'Padam shri', 'surgeon', 'doctor/393351.png', 'doctor/645734.png', '123456', NULL, '[\"1\",\"2\"]', '[\"2\",\"3\",\"7\",\"6\",\"12\",\"13\"]', '2020-02-14 07:02:48', '2020-02-14 07:44:01'), (25, 83365675, 83, 'Rana health clinic', 'sco 234', 'Chandigarh', 'Chandigarh', '160087', 'India', '30.7046', '76.7179', '11:52 AM', '11:52 PM', 'hello', 'MBBS', '2 years', 'Padam shri', 'surgeon', 'doctor/953793.png', 'doctor/520223.png', 'ctcygy', NULL, '[\"1\",\"2\"]', '[\"2\",\"3\",\"7\",\"6\",\"12\",\"13\"]', '2020-02-14 07:45:30', '2020-02-14 07:53:09'), (26, 84608794, 84, 'doctor clinic', '345 street', 'Mohali', 'Punjab', '160055', 'India', '30.7046', '76.7179', '09:00 PM', '11:00 AM', 'test', 'PhD', '4 yrs', '', 'surgeon 1', 'doctor/907257.png', 'doctor/963579.png', '567', NULL, NULL, NULL, '2020-02-14 09:22:48', '2020-02-14 12:37:06'), (27, 94750752, 94, 'test clinic', '123 test Mohali', 'Mohali', 'Punjab', '160045', 'India', '30.7079285', '76.7603618', '01:15 AM', '01:15 PM', 'test', 'phd', '3 yrs', 'test', 'surgeon', 'doctor/335602.jpeg', 'doctor/569446.jpeg', '2662727233333', NULL, '[\"1\",\" 2\"]', '[\"2\",\" 3\",\" 7\",\" 9\",\" 6\",\" 12\",\" 13\",\" 14\",\" 16\",\" 15\"]', '2020-02-17 07:19:09', '2020-02-17 07:45:29'), (28, 0, 103, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-17 11:33:28', '2020-02-17 11:33:28'), (29, 106818037, 106, 'clinic dot', '2367 street', 'Mohali', 'Punjab', '160055', 'India', '30.7046', '76.7179', '09:30 AM', '12:30 PM', 'test', 'PhD', '6 yrs', 'good', 'surgeon', 'doctor/886306.png', 'doctor/210051.png', '26727228', NULL, '[\"1\",\"2\"]', '[\"2\",\"3\",\"7\",\"9\",\"6\",\"12\",\"13\",\"14\",\"15\",\"16\"]', '2020-02-18 04:58:48', '2020-02-18 05:44:18'), (30, 109895835, 109, 'icici', 'hcjgjcj', 'Chandigarh', 'Chandigarh', '160076', 'India', '30.7046', '76.7179', '12:50 AM', '12:50 PM', 'ufi vh', 'ubico', 'vi h h', 'hcjgih', 'cycuv', 'doctor/388894.png', 'doctor/582931.png', 'gcvk', NULL, '[\"1\",\"2\"]', '[\"2\",\"3\",\"7\",\"9\",\"6\",\"12\",\"13\",\"14\"]', '2020-02-18 06:57:07', '2020-02-18 07:20:47'), (31, 110693959, 110, 'fjfj con', 'sco 123', 'Chandigarh', 'Chandigarh', '160059', 'India', '30.7046', '76.7179', '01:00 AM', '01:00 PM', 'fhj', 'fhj', 'fgh', 'fg', 'fhj', 'doctor/838306.png', 'doctor/954623.png', 'xjud', NULL, '[\"1\"]', '[\"2\",\"3\"]', '2020-02-18 07:28:44', '2020-02-18 07:36:38'), (32, 114281466, 114, 'Gd clinic', '33 mohali', 'Mohali', 'Punjab', '160055', 'India', '30.7046', '76.7179', '09:00 AM', '11:00 PM', 'good', 'PhD', '4', 'test', 'surgeon', 'doctor/169989.png', 'doctor/298860.png', '4567', NULL, '[\"1\",\"2\"]', '[\"2\",\"3\",\"7\",\"9\",\"6\",\"12\",\"13\",\"14\",\"15\",\"16\"]', '2020-02-19 04:24:52', '2020-02-19 04:27:47'), (33, 0, 188, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-25 09:15:57', '2020-02-25 09:15:57'), (34, 0, 189, 'Hair Transplat HealthCare', 'kabera Clinic', 'Chandigarh', 'Chandigarh', '160055', 'India', '30.726427400000002', '76.7076768', '09:57 am', '08:57 pm', 'test', 'MBS', '8 Years', 'North Best Doctor', 'Hair & Skin', NULL, NULL, NULL, NULL, '[\"1\",\" 2\"]', '[\"2\",\" 3\",\" 7\",\" 9\",\" 6\",\" 12\",\" 14\",\" 13\",\" 15\",\" 16\"]', '2020-02-25 09:21:40', '2020-02-25 09:28:02'), (35, 191227424, 191, 'mohali kabera clinic', 'sco 228 sector 78 mohali', 'Mohali', 'Punjab', '160055', 'India', '30.726427400000002', '76.7076768', '09:10 AM', '07:30 PM', 'testing kabera', 'bams', '10', 'not yet looking from kabera', 'hair transplant', '', '', 'gg gfghggh', NULL, '[\"1\",\" 2\"]', '[\"2\",\" 3\",\" 7\",\" 16\",\" 14\",\" 13\",\" 15\"]', '2020-02-25 10:36:41', '2020-02-25 10:42:46'), (36, 215601503, 215, 'store', '#12 store', 'Chandigarh', 'Chandigarh', '160059', 'India', '30.7046', '76.7179', '08:11 AM', '08:11 PM', 'good', 'MBBS', '2 years', 'Padam shri', 'surgeon', 'doctor/671511.png', 'doctor/222673.png', '12345', NULL, '[\"1\",\"2\"]', '[\"2\",\"3\",\"7\",\"6\",\"12\",\"13\"]', '2020-03-12 10:38:34', '2020-03-12 10:44:16'), (37, 220395394, 220, 'test', 'phi Chandigarh', 'Mohali', 'Punjab', '160078', 'India', '30.7046', '76.7179', '09:51 AM', '11:51 PM', 'tester', 'done', '45', 'test', 'surgeon', 'doctor/892881.png', 'doctor/115615.png', NULL, NULL, '[\"1\",\"2\"]', '[\"2\",\"3\",\"7\",\"9\",\"6\",\"12\",\"13\",\"14\",\"15\",\"16\"]', '2020-03-16 06:26:46', '2020-03-18 05:02:28'), (38, 221252009, 221, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', '', '', '', 'doctor/717261.png', NULL, NULL, NULL, NULL, '2020-03-16 07:24:18', '2020-03-16 07:24:18'), (39, 222240198, 222, 'test', 'pgd1 36 street', 'Mohali', 'Punjab', '151561', 'India', '30.7046', '76.7179', '09:56 AM', '11:56 PM', 'test', 'phd', '34', 'test', 'surgeon', 'doctor/900877.png', 'doctor/320426.png', NULL, NULL, '[\"1\",\"2\"]', '[\"2\",\"3\",\"7\",\"9\",\"6\",\"12\",\"13\",\"14\",\"15\",\"16\"]', '2020-03-16 07:24:40', '2020-03-16 07:27:37'), (40, 231259321, 231, 'test', 'phi 56', 'Mohali', 'Punjab', '12345', 'India', '30.7046', '76.7179', '09:30 AM', '11:30 PM', 'tester', 'phd', '45', 'test', 'surgeon', 'doctor/805619.png', 'doctor/824961.png', '141552627272828818', NULL, '[\"1\",\"2\"]', '[\"2\",\"3\",\"7\",\"9\",\"6\",\"12\",\"13\",\"14\",\"15\",\"16\"]', '2020-03-17 11:58:30', '2020-03-17 12:02:43'), (41, 237985570, 237, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', '', '', '', 'doctor/281615.png', 'ABC321', NULL, NULL, NULL, '2020-03-19 14:25:36', '2020-03-19 14:25:36'), (42, 239208795, 239, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', '', '', '', '', 'gh578gsjs78k', NULL, NULL, NULL, '2020-03-20 17:50:34', '2020-03-20 17:50:34'), (43, 245566320, 245, 'ABC', '35234 ABC', 'Chandigarh', 'Haryana', '143112', 'India', '30.7333148', '76.7794179', '09:00 AM', '10:30 PM', 'Ajndsjndfndsk asfnansdfka askdkldsmladfs adsknasdl adkldm adslk dfm akadfskladkl\'mnad', 'MBBS', '10', 'Rashtrapati', 'falana', 'doctor/389094.png', 'doctor/727935.png', 'DD677557744', NULL, '[\"1\",\"2\"]', '[\"2\",\"3\",\"7\",\"9\",\"6\",\"12\",\"13\",\"14\",\"15\",\"16\"]', '2020-03-27 06:12:34', '2020-03-27 06:17:47'), (44, 259343579, 259, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', '', '', '', 'doctor/739129.png', '08041473311', NULL, NULL, NULL, '2020-04-28 20:32:55', '2020-04-28 20:32:55'), (45, 265905316, 265, 'Himanshu testing clinic', '73 ,Aastha royal Gomez', 'Mohali', 'Punjab', '147201', 'India', '30.7046', '76.7179', '09:30 AM', '09:30 PM', 'good doctor having hair transplant experience', 'mbbs', '5 years', 'got some,hair', 'hair transplant', 'doctor/624030.png', 'doctor/855975.png', NULL, NULL, '[\"1\",\"2\"]', '[\"2\",\"3\",\"7\",\"9\",\"6\",\"12\",\"13\",\"14\"]', '2020-05-19 06:59:50', '2020-05-19 07:14:20'), (46, 276614235, 276, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', '', '', '', '', '12345667890', NULL, NULL, NULL, '2020-06-08 05:24:13', '2020-06-08 05:24:13'); -- -------------------------------------------------------- -- -- Table structure for table `doctor_messages` -- CREATE TABLE `doctor_messages` ( `id` int(11) NOT NULL, `doctor_id` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `message` varchar(255) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `doctor_messages` -- INSERT INTO `doctor_messages` (`id`, `doctor_id`, `email`, `message`, `created_at`, `updated_at`) VALUES (1, '13', 'testdottechnologies778866@gmail.com', 'Hi', '2020-02-10 07:39:10', '2020-02-10 07:39:10'), (2, '18', 'Diksha@yopmail.com', 'Good', '2020-02-10 12:51:26', '2020-02-10 12:51:26'), (3, '18', 'Diksha@yopmail.com', 'Good', '2020-02-11 06:08:26', '2020-02-11 06:08:26'), (4, '35', 'dotqacompany@gmail.com', 'Hi', '2020-02-11 09:30:19', '2020-02-11 09:30:19'), (5, '18', 'Diksha@yopmail.com', 'Good', '2020-02-11 10:01:47', '2020-02-11 10:01:47'), (6, '18', 'Diksha@yopmail.com', 'Hello', '2020-02-14 11:15:54', '2020-02-14 11:15:54'), (7, '189', 'neha@kaberaglobal.com', 'Hi', '2020-06-17 09:22:21', '2020-06-17 09:22:21'), (8, '189', 'neha@kaberaglobal.com', 'hello', '2020-06-17 09:34:04', '2020-06-17 09:34:04'); -- -------------------------------------------------------- -- -- Table structure for table `doctor_timeslots` -- CREATE TABLE `doctor_timeslots` ( `id` int(11) NOT NULL, `start_time` varchar(255) DEFAULT NULL, `end_time` varchar(255) DEFAULT NULL, `status` tinyint(1) NOT NULL COMMENT '0 or 1', `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `doctor_timeslots` -- INSERT INTO `doctor_timeslots` (`id`, `start_time`, `end_time`, `status`, `created_at`, `updated_at`) VALUES (7, '1:16 AM', '12:16 AM', 1, '2019-10-24 13:16:22', '2019-10-24 17:35:52'), (8, '5:08 AM', '5:09 AM', 1, '2019-10-24 17:09:08', '2019-10-24 17:09:08'), (9, '6:09 PM', '7:08 PM', 1, '2019-10-24 17:09:56', '2019-10-24 17:09:56'), (10, '5:25 AM', '6:25 AM', 1, '2019-10-24 17:26:36', '2019-10-24 17:26:36'), (11, '2:31 AM', '12:16 AM', 1, '2019-10-24 17:47:58', '2019-10-24 17:49:17'); -- -------------------------------------------------------- -- -- Table structure for table `follow_up_reminders` -- CREATE TABLE `follow_up_reminders` ( `id` bigint(20) NOT NULL, `title` varchar(255) NOT NULL, `service_id` varchar(255) NOT NULL, `sub_service_id` varchar(255) NOT NULL, `reminder_day` varchar(255) NOT NULL, `description` varchar(255) NOT NULL, `reminder_status` varchar(255) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `follow_up_reminders` -- INSERT INTO `follow_up_reminders` (`id`, `title`, `service_id`, `sub_service_id`, `reminder_day`, `description`, `reminder_status`, `created_at`, `updated_at`) VALUES (4, 'Avoid Swelling', '1', '2', '1', '<ul><li>To avoid swelling, the patient should sleep with his head elevated in 45 degrees and for three nights after the <a href=\"https://www.yetkinbayer.com/en/hair-transplant-in-turkey.html\">hair transplant</a> procedure.</li><li>Do not eat any ice cream', '1', '2019-11-15 15:46:21', '2019-11-15 16:17:20'), (6, 'Workout after Hair Transplant', '1', '2', '10', '<ul><li>Avoid hard work and exercising for one week after the procedure.</li><li>Avoid weight lifting, or carrying high weights for 10 to 14 days after the procedure.</li><li>Avoid saunas steam and sunbaths for at least three weeks. <br></li><li>Some\r\n pe', '1', '2019-11-15 15:54:07', '2019-11-15 16:17:43'), (7, 'First Wash After Procedure', '1', '2', '3', 'After the third day of the procedure, you have to wash your hair gently during bath time, try not to pour water or add pressure to the area where the follicles are planted. In the third to the fifth day after the procedure you can use a glass or a', '1', '2019-11-15 16:56:31', '2019-11-15 16:57:14'), (8, 'Demo', '1', '2', '2', '6ujhuyhuhuy', '', '2019-11-19 16:03:20', '2019-11-19 16:03:20'), (9, 'Demo', '1', '2', '6', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable.', '', '2019-11-19 16:08:52', '2019-11-19 16:08:52'), (10, 'Demo', '1', '2', '13', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable.', '', '2019-11-19 16:09:18', '2019-11-19 16:09:18'), (11, 'Demo', '1', '2', '20', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable.', '', '2019-11-19 16:09:37', '2019-11-19 16:09:37'), (12, 'Demo', '1', '2', '28', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable.', '', '2019-11-19 16:11:16', '2019-11-19 16:11:16'), (13, 'Demo', '1', '2', '42', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable.', '', '2019-11-19 16:12:50', '2019-11-19 16:12:50'), (14, 'Demo', '1', '2', '56', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable.', '', '2019-11-19 16:14:11', '2019-11-19 16:14:11'), (15, 'Demo', '1', '2', '84', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable.', '', '2019-11-19 16:15:35', '2019-11-19 16:15:35'), (16, 'Demo', '1', '2', '112', '<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable.<br></p>', '', '2019-11-19 16:16:06', '2019-11-19 16:16:06'), (17, 'Demo', '1', '2', '140', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable.', '', '2019-11-19 16:16:35', '2019-11-19 16:16:35'), (18, 'Demo', '1', '2', '168', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable.', '', '2019-11-19 16:17:08', '2019-11-19 16:17:08'), (19, 'Demo', '1', '2', '196', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable.', '', '2019-11-19 16:17:58', '2019-11-19 16:17:58'), (20, 'Demo', '1', '2', '224', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable.', '', '2019-11-19 16:18:32', '2019-11-19 16:18:32'), (21, 'Demo', '1', '2', '252', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable.', '', '2019-11-19 16:19:01', '2019-11-19 16:19:01'), (22, 'Demo', '1', '2', '280', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable.', '', '2019-11-19 16:20:18', '2019-11-19 16:20:18'), (23, 'Demo', '1', '2', '308', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable.', '', '2019-11-19 16:20:45', '2019-11-19 16:20:45'), (24, 'Demo', '1', '2', '336', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable.', '', '2019-11-19 16:21:32', '2019-11-19 16:21:32'), (25, 'Demo', '1', '2', '364', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable.', '', '2019-11-19 16:22:20', '2019-11-19 16:22:20'), (26, 'Lorem Ipsum', '1', '1', '1', '<p>Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum <br><br><br><br><br><br></p>', '', '2019-12-20 17:32:05', '2019-12-20 17:32:05'), (27, 'Lorem Ipsum', '1', '3', '1', '<p>Lorem Ipsum <br>Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum <br><br><br><br><br><br></p>', '', '2019-12-20 17:32:26', '2019-12-20 17:32:26'), (28, 'Lorem Ipsum', '1', '5', '1', '<p>Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum <br><br><br><br><br><br><br></p>', '', '2019-12-20 17:32:54', '2019-12-20 17:32:54'), (29, 'Lorem Ipsum', '1', '7', '1', '<p>Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum <br><br><br><br><br><br><br></p>', '', '2019-12-20 17:33:07', '2019-12-20 17:33:07'), (30, 'Lorem Ipsum', '1', '9', '1', '<p>Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum <br><br><br><br><br><br><br></p>', '', '2019-12-20 17:33:18', '2019-12-20 17:33:18'), (31, 'Lorem Ipsum', '2', '6', '1', '<p>Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum <br><br><br><br><br><br><br></p>', '', '2019-12-20 17:33:33', '2019-12-20 17:33:33'), (32, 'Lorem Ipsum', '2', '8', '1', '<p>Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum <br><br><br><br><br><br><br></p>', '', '2019-12-20 17:33:44', '2019-12-20 17:33:44'), (33, 'Lorem Ipsum', '2', '12', '1', '<p>Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum <br><br><br><br><br><br></p>', '', '2019-12-20 17:33:57', '2019-12-20 17:33:57'), (34, 'Lorem Ipsum', '2', '13', '1', '<p>Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum <br><br><br><br><br><br></p>', '', '2019-12-20 17:34:10', '2019-12-20 17:34:10'), (35, 'Lorem Ipsum', '2', '14', '1', '<p>Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum <br><br><br><br><br><br><br></p>', '', '2019-12-20 17:34:21', '2019-12-20 17:34:21'), (36, 'Lorem Ipsum', '2', '15', '1', '<p>Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum <br><br><br><br><br><br><br></p>', '', '2019-12-20 17:34:32', '2019-12-20 17:34:32'), (37, 'Lorem Ipsum', '2', '16', '1', '<p>Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum Lorem Ipsum <br><br><br><br><br><br><br><br></p>', '', '2019-12-20 17:34:42', '2019-12-20 17:34:42'); -- -------------------------------------------------------- -- -- Table structure for table `forgot_otps` -- CREATE TABLE `forgot_otps` ( `id` int(11) NOT NULL, `user_id` bigint(20) NOT NULL, `otp` varchar(10) DEFAULT NULL, `type` enum('login','signup','procedure','') DEFAULT NULL, `expired_at` datetime DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `forgot_otps` -- INSERT INTO `forgot_otps` (`id`, `user_id`, `otp`, `type`, `expired_at`, `created_at`, `updated_at`) VALUES (1, 4, '277970', 'login', '2020-02-11 15:56:58', '2020-02-10 06:08:35', '2020-02-11 10:21:58'), (2, 7, '519608', 'login', '2020-03-17 15:20:02', '2020-02-10 06:17:57', '2020-03-17 09:45:02'), (3, 5, '611394', 'login', '2020-02-12 13:27:55', '2020-02-10 06:20:33', '2020-02-12 07:52:55'), (4, 2, '190619', 'login', '2020-02-26 17:27:37', '2020-02-10 06:42:55', '2020-02-26 11:52:37'), (5, 8, '544638', 'login', '2020-02-20 11:35:48', '2020-02-10 06:49:31', '2020-02-20 06:00:48'), (6, 10, '645347', 'login', '2020-03-18 11:52:45', '2020-02-10 07:01:22', '2020-03-18 06:17:45'), (7, 11, '234320', 'login', '2020-02-10 12:37:37', '2020-02-10 07:02:37', '2020-02-10 07:02:37'), (9, 13, '779170', 'login', '2020-02-11 12:10:10', '2020-02-11 06:35:10', '2020-02-11 06:35:10'), (10, 42, '196315', 'login', '2020-02-11 15:23:40', '2020-02-11 09:48:40', '2020-02-11 09:48:40'), (11, 64, '306916', 'login', '2020-03-18 14:55:53', '2020-02-12 11:46:04', '2020-03-18 09:20:53'), (12, 72, '607231', 'login', '2020-02-13 18:23:21', '2020-02-13 11:23:23', '2020-02-13 12:48:21'), (13, 81, '707962', 'login', '2020-02-14 12:12:06', '2020-02-14 06:37:06', '2020-02-14 06:37:06'), (14, 86, '372210', 'login', '2020-02-14 18:01:53', '2020-02-14 12:26:53', '2020-02-14 12:26:53'), (15, 96, '645764', 'login', '2020-02-17 13:05:34', '2020-02-17 07:30:34', '2020-02-17 07:30:34'), (16, 97, '838702', 'login', '2020-02-17 13:26:17', '2020-02-17 07:49:20', '2020-02-17 07:51:17'), (17, 98, '285480', 'login', '2020-02-17 14:40:28', '2020-02-17 09:05:28', '2020-02-17 09:05:28'), (18, 99, '644313', 'login', '2020-02-17 14:45:20', '2020-02-17 09:10:21', '2020-02-17 09:10:21'), (19, 101, '212601', 'login', '2020-02-17 16:08:46', '2020-02-17 09:31:02', '2020-02-17 10:33:46'), (20, 105, '273348', 'login', '2020-02-19 12:29:21', '2020-02-18 04:50:19', '2020-02-19 06:54:21'), (21, 116, '289658', 'login', '2020-02-19 10:56:33', '2020-02-19 05:21:33', '2020-02-19 05:21:33'), (22, 117, '431042', 'login', '2020-02-19 11:08:43', '2020-02-19 05:33:43', '2020-02-19 05:33:43'), (23, 118, '203669', 'login', '2020-02-19 11:10:07', '2020-02-19 05:35:10', '2020-02-19 05:35:10'), (24, 122, '646721', 'login', '2020-02-19 16:06:03', '2020-02-19 10:31:04', '2020-02-19 10:31:04'), (25, 123, '945657', 'login', '2020-02-19 16:13:01', '2020-02-19 10:38:01', '2020-02-19 10:38:01'), (26, 121, '708223', 'login', '2020-02-19 16:37:16', '2020-02-19 10:55:19', '2020-02-19 11:02:16'), (27, 125, '404576', 'login', '2020-02-19 16:46:11', '2020-02-19 11:11:12', '2020-02-19 11:11:12'), (28, 126, '231633', 'login', '2020-02-19 16:47:27', '2020-02-19 11:12:28', '2020-02-19 11:12:28'), (29, 127, '266279', 'login', '2020-02-19 16:48:12', '2020-02-19 11:13:12', '2020-02-19 11:13:12'), (30, 128, '886135', 'login', '2020-02-19 16:49:33', '2020-02-19 11:14:34', '2020-02-19 11:14:34'), (31, 129, '233040', 'login', '2020-02-19 16:53:18', '2020-02-19 11:18:18', '2020-02-19 11:18:18'), (32, 130, '586186', 'login', '2020-02-19 16:56:52', '2020-02-19 11:21:52', '2020-02-19 11:21:52'), (33, 131, '902572', 'login', '2020-02-19 16:59:28', '2020-02-19 11:24:29', '2020-02-19 11:24:29'), (34, 132, '409109', 'login', '2020-02-19 17:02:09', '2020-02-19 11:27:09', '2020-02-19 11:27:09'), (35, 133, '831602', 'login', '2020-02-19 17:03:51', '2020-02-19 11:28:51', '2020-02-19 11:28:51'), (36, 134, '268359', 'login', '2020-02-19 17:06:29', '2020-02-19 11:31:29', '2020-02-19 11:31:29'), (37, 135, '919333', 'login', '2020-02-19 17:09:52', '2020-02-19 11:34:52', '2020-02-19 11:34:52'), (38, 136, '417156', 'login', '2020-02-19 17:12:46', '2020-02-19 11:37:46', '2020-02-19 11:37:46'), (39, 137, '788732', 'login', '2020-02-19 17:14:22', '2020-02-19 11:39:23', '2020-02-19 11:39:23'), (40, 138, '324975', 'login', '2020-02-19 17:20:45', '2020-02-19 11:45:45', '2020-02-19 11:45:45'), (41, 139, '792825', 'login', '2020-02-19 17:22:33', '2020-02-19 11:47:33', '2020-02-19 11:47:33'), (42, 140, '808259', 'login', '2020-02-19 17:24:13', '2020-02-19 11:49:13', '2020-02-19 11:49:13'), (43, 141, '423319', 'login', '2020-02-19 17:27:21', '2020-02-19 11:52:21', '2020-02-19 11:52:21'), (44, 142, '889474', 'login', '2020-02-19 17:34:49', '2020-02-19 11:59:49', '2020-02-19 11:59:49'), (45, 143, '597235', 'login', '2020-02-19 17:47:44', '2020-02-19 12:12:44', '2020-02-19 12:12:44'), (46, 144, '805580', 'login', '2020-02-19 17:53:46', '2020-02-19 12:18:49', '2020-02-19 12:18:49'), (47, 145, '692432', 'login', '2020-02-19 17:55:42', '2020-02-19 12:20:42', '2020-02-19 12:20:42'), (48, 146, '338037', 'login', '2020-02-19 18:00:59', '2020-02-19 12:26:00', '2020-02-19 12:26:00'), (49, 147, '237752', 'login', '2020-02-19 18:03:10', '2020-02-19 12:28:10', '2020-02-19 12:28:10'), (50, 148, '335788', 'login', '2020-02-19 18:05:21', '2020-02-19 12:30:21', '2020-02-19 12:30:21'), (51, 149, '632908', 'login', '2020-02-19 18:10:18', '2020-02-19 12:35:18', '2020-02-19 12:35:18'), (52, 150, '529752', 'login', '2020-02-19 18:11:01', '2020-02-19 12:36:01', '2020-02-19 12:36:01'), (53, 151, '708338', 'login', '2020-02-19 18:11:57', '2020-02-19 12:36:57', '2020-02-19 12:36:57'), (54, 152, '530764', 'login', '2020-02-19 18:14:02', '2020-02-19 12:39:02', '2020-02-19 12:39:02'), (55, 153, '372762', 'login', '2020-02-19 18:15:39', '2020-02-19 12:40:39', '2020-02-19 12:40:39'), (56, 154, '844804', 'login', '2020-02-19 18:16:49', '2020-02-19 12:41:49', '2020-02-19 12:41:49'), (57, 155, '871036', 'login', '2020-02-19 18:18:52', '2020-02-19 12:43:53', '2020-02-19 12:43:53'), (58, 156, '462386', 'login', '2020-02-19 18:19:24', '2020-02-19 12:44:24', '2020-02-19 12:44:24'), (59, 157, '152067', 'login', '2020-02-19 18:20:22', '2020-02-19 12:45:22', '2020-02-19 12:45:22'), (60, 158, '954276', 'login', '2020-02-19 18:24:59', '2020-02-19 12:49:59', '2020-02-19 12:49:59'), (61, 159, '740679', 'login', '2020-02-19 18:26:36', '2020-02-19 12:51:36', '2020-02-19 12:51:36'), (62, 160, '510077', 'login', '2020-02-19 18:30:31', '2020-02-19 12:55:31', '2020-02-19 12:55:31'), (63, 161, '992910', 'login', '2020-02-19 18:33:48', '2020-02-19 12:58:49', '2020-02-19 12:58:49'), (64, 162, '826266', 'login', '2020-02-19 18:46:56', '2020-02-19 13:11:57', '2020-02-19 13:11:57'), (65, 163, '240378', 'login', '2020-02-19 18:52:51', '2020-02-19 13:17:52', '2020-02-19 13:17:52'), (66, 164, '883638', 'login', '2020-02-19 18:57:25', '2020-02-19 13:19:01', '2020-02-19 13:22:25'), (67, 165, '561234', 'login', '2020-02-20 10:10:42', '2020-02-20 04:35:42', '2020-02-20 04:35:42'), (68, 166, '169492', 'login', '2020-02-20 10:54:03', '2020-02-20 04:38:45', '2020-02-20 05:19:03'), (69, 124, '840305', 'login', '2020-02-20 10:46:41', '2020-02-20 04:42:05', '2020-02-20 05:11:41'), (70, 168, '925345', 'login', '2020-02-20 11:10:36', '2020-02-20 05:35:37', '2020-02-20 05:35:37'), (71, 169, '732635', 'login', '2020-02-20 11:15:55', '2020-02-20 05:40:55', '2020-02-20 05:40:55'), (72, 170, '176108', 'login', '2020-02-20 11:21:39', '2020-02-20 05:46:39', '2020-02-20 05:46:39'), (73, 171, '463163', 'login', '2020-02-20 11:22:19', '2020-02-20 05:47:19', '2020-02-20 05:47:19'), (74, 172, '657653', 'login', '2020-02-20 11:27:38', '2020-02-20 05:52:38', '2020-02-20 05:52:38'), (75, 173, '374120', 'login', '2020-02-20 11:28:12', '2020-02-20 05:53:12', '2020-02-20 05:53:12'), (76, 174, '169569', 'login', '2020-02-20 11:32:26', '2020-02-20 05:57:28', '2020-02-20 05:57:28'), (77, 175, '495484', 'login', '2020-02-20 11:36:40', '2020-02-20 06:01:40', '2020-02-20 06:01:40'), (78, 176, '962354', 'login', '2020-02-20 11:41:38', '2020-02-20 06:06:38', '2020-02-20 06:06:38'), (79, 177, '139795', 'login', '2020-02-20 11:44:41', '2020-02-20 06:09:41', '2020-02-20 06:09:41'), (80, 178, '977120', 'login', '2020-02-20 11:54:55', '2020-02-20 06:18:56', '2020-02-20 06:19:55'), (81, 181, '490218', 'login', '2020-02-20 13:14:26', '2020-02-20 07:39:26', '2020-02-20 07:39:26'), (82, 183, '135756', 'login', '2020-02-23 23:41:02', '2020-02-23 18:06:02', '2020-02-23 18:06:02'), (83, 185, '363926', 'login', '2020-02-24 23:23:09', '2020-02-24 17:48:09', '2020-02-24 17:48:09'), (84, 187, '874718', 'login', '2020-06-16 15:14:37', '2020-02-25 09:14:37', '2020-06-16 09:39:37'), (85, 190, '713638', 'login', '2020-02-25 15:32:08', '2020-02-25 09:57:08', '2020-02-25 09:57:08'), (86, 38, '838419', 'login', '2020-02-25 15:34:03', '2020-02-25 09:59:03', '2020-02-25 09:59:03'), (87, 75, '315337', 'login', '2020-02-27 12:54:30', '2020-02-25 10:40:56', '2020-02-27 07:19:30'), (89, 189, '636705', 'login', '2020-02-25 17:22:07', '2020-02-25 11:47:07', '2020-02-25 11:47:07'), (90, 194, '111496', 'login', '2020-02-26 17:42:29', '2020-02-26 12:07:29', '2020-02-26 12:07:29'), (91, 195, '640917', 'login', '2020-02-27 17:27:03', '2020-02-26 12:37:15', '2020-02-27 11:52:03'), (92, 213, '342691', 'login', '2020-03-25 16:07:51', '2020-03-11 12:42:29', '2020-03-25 10:32:51'), (93, 223, '729087', 'login', '2020-03-16 13:05:55', '2020-03-16 07:30:56', '2020-03-16 07:30:56'), (94, 224, '500705', 'login', '2020-03-16 13:06:58', '2020-03-16 07:31:58', '2020-03-16 07:31:58'), (95, 225, '811159', 'login', '2020-03-16 13:12:30', '2020-03-16 07:37:30', '2020-03-16 07:37:30'), (96, 226, '158082', 'login', '2020-03-16 14:57:13', '2020-03-16 09:22:14', '2020-03-16 09:22:14'), (97, 197, '718071', 'login', '2020-03-16 16:08:43', '2020-03-16 10:33:43', '2020-03-16 10:33:43'), (98, 247, '746276', 'login', '2020-03-27 12:07:20', '2020-03-27 06:32:20', '2020-03-27 06:32:20'), (99, 249, '708937', 'login', '2020-03-27 12:09:49', '2020-03-27 06:34:49', '2020-03-27 06:34:49'), (100, 257, '889393', 'login', '2020-05-01 10:22:05', '2020-05-01 04:47:05', '2020-05-01 04:47:05'), (101, 261, '865741', 'login', '2020-05-06 00:19:47', '2020-05-05 18:44:47', '2020-05-05 18:44:47'), (102, 267, '300789', 'login', '2020-05-21 13:43:42', '2020-05-21 07:46:44', '2020-05-21 08:08:42'), (103, 271, '132619', 'login', '2020-05-30 09:02:19', '2020-05-30 03:23:01', '2020-05-30 03:27:19'), (104, 273, '579801', 'login', '2020-06-02 12:27:21', '2020-06-02 06:52:21', '2020-06-02 06:52:21'); -- -------------------------------------------------------- -- -- Table structure for table `graft_options` -- CREATE TABLE `graft_options` ( `id` int(11) NOT NULL, `option_type` varchar(50) NOT NULL, `area_type` varchar(100) NOT NULL, `area` varchar(10) NOT NULL, `hd` int(10) NOT NULL, `md` int(11) NOT NULL, `ld` int(11) NOT NULL, `grafts` varchar(50) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `graft_options` -- INSERT INTO `graft_options` (`id`, `option_type`, `area_type`, `area`, `hd`, `md`, `ld`, `grafts`, `created_at`, `updated_at`) VALUES (1, 'option1', '1+2+3+4', '1+2', 3000, 2500, 1500, '5000-6000', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (2, 'option1', '1+2+3+4', '3', 1500, 1200, 1000, '5000-6000', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (3, 'option1', '1+2+3+4', '4', 2000, 1500, 1000, '5000-6000', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (7, 'option2', '1+2+3+4+6', '1+2', 2500, 2000, 1500, '5000-6000', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (8, 'option2', '1+2+3+4+6', '3', 1200, 900, 700, '5000-6000', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (9, 'option2', '1+2+3+4+6', '4', 1200, 1000, 800, '5000-6000', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (10, 'option3', '1+2+3+4+5+6', '1+2', 2000, 1700, 1200, '3500-4000', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (11, 'option3', '1+2+3+4+5+6', '3', 800, 600, 400, '3500-4000', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (12, 'option3', '1+2+3+4+5+6', '4', 750, 600, 500, '3500-4000', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (13, 'option3', '1+2+3+4+5+6', '5', 600, 450, 350, '3500-4000', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (14, 'option3', '1+2+3+4+5+6', '6', 500, 350, 250, '3500-4000', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (15, 'option4', '1+2+3+4+5+6+7', '1+2', 1000, 750, 650, '2500-3000', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (16, 'option4', '1+2+3+4+5+6+7', '3', 800, 650, 450, '2500-3000', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (17, 'option4', '1+2+3+4+5+6+7', '4', 600, 450, 250, '2500-3000', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (18, 'option4', '1+2+3+4+5+6+7', '5', 500, 350, 200, '2500-3000', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (19, 'option4', '1+2+3+4+5+6+7', '6', 400, 300, 150, '2500-3000', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (20, 'option4', '1+2+3+4+5+6+7', '6', 200, 100, 50, '2500-3000', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (21, 'option2', '1+2+3+4+6', '6', 2000, 1200, 800, '5000-6000', '2019-11-28 11:53:10', '0000-00-00 00:00:00'), (22, 'option5', '1+2', '1+2', 3000, 2500, 1500, '1500-3000', '2019-11-30 12:18:23', '2019-11-30 12:18:23'), (27, 'option6', '1+2', '1+2', 3000, 2500, 1500, '5000-6000', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (28, 'option6', '1+2+3', '3', 1500, 1200, 1000, '5000-6000', '2020-01-23 14:45:42', '0000-00-00 00:00:00'); -- -------------------------------------------------------- -- -- Table structure for table `graft_rates` -- CREATE TABLE `graft_rates` ( `id` int(11) NOT NULL, `country` varchar(255) DEFAULT NULL, `state` varchar(190) DEFAULT NULL, `city` varchar(180) DEFAULT NULL, `fue_rate` varchar(100) DEFAULT NULL, `robotic_rate` varchar(100) DEFAULT NULL, `dhi_rate` varchar(100) DEFAULT NULL, `boi_rate` varchar(100) DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `graft_rates` -- INSERT INTO `graft_rates` (`id`, `country`, `state`, `city`, `fue_rate`, `robotic_rate`, `dhi_rate`, `boi_rate`, `created_at`, `updated_at`) VALUES (2, 'India', 'Assam', 'Dhubri', '18', '25', '30', '50', '2019-10-25 12:43:25', '2019-11-20 12:32:46'), (3, 'India', 'Punjab', 'SAS Nagar', '20', '30', '25', '28', '2019-10-25 12:43:57', '2019-11-13 15:28:11'); -- -------------------------------------------------------- -- -- Table structure for table `hair_transplant_reports` -- CREATE TABLE `hair_transplant_reports` ( `id` int(11) NOT NULL, `user_id` bigint(20) NOT NULL, `username` varchar(255) NOT NULL, `affected_ids` varchar(200) DEFAULT NULL, `service_id` int(11) NOT NULL DEFAULT 0, `transplant_type` enum('fue','rob','dhi','bio') NOT NULL DEFAULT 'fue', `total_graft` varchar(50) DEFAULT NULL, `total_hair` varchar(50) DEFAULT NULL, `affected_gallery` text DEFAULT NULL, `medical_condition` text DEFAULT NULL, `age` varchar(20) DEFAULT NULL, `country` varchar(160) DEFAULT NULL, `state` varchar(160) DEFAULT NULL, `city` varchar(160) DEFAULT NULL, `offer_apply` int(11) NOT NULL, `required_graft` smallint(6) NOT NULL, `cost_per_graft` float NOT NULL, `total_cost` float NOT NULL, `discount` float NOT NULL, `total_payment` float NOT NULL, `sitting` tinyint(1) NOT NULL DEFAULT 1, `payment_type` varchar(200) DEFAULT NULL, `appointment_status` tinyint(1) NOT NULL DEFAULT 0, `procedure_stat` enum('fix','consult') NOT NULL, `is_stat` enum('new','old') NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `hair_transplant_reports` -- INSERT INTO `hair_transplant_reports` (`id`, `user_id`, `username`, `affected_ids`, `service_id`, `transplant_type`, `total_graft`, `total_hair`, `affected_gallery`, `medical_condition`, `age`, `country`, `state`, `city`, `offer_apply`, `required_graft`, `cost_per_graft`, `total_cost`, `discount`, `total_payment`, `sitting`, `payment_type`, `appointment_status`, `procedure_stat`, `is_stat`, `created_at`, `updated_at`) VALUES (1, 4, 'jyoti', '3', 2, 'fue', '0', '0', '', NULL, '44', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-10 06:09:34', '2020-02-10 06:50:26'), (2, 2, 'dot user', '1,2,3,4', 2, 'fue', '5500', '11000', 'transplant/911073user2-160x160.jpg', NULL, '26', 'India', 'Punjab', 'Mohali', 0, 0, 18, 99000, 0, 0, 2, NULL, 1, 'fix', 'new', '2020-02-10 06:15:55', '2020-02-10 06:16:04'), (3, 7, 'deep Bajwa', '1,2,3,4', 2, 'fue', '5500', '11000', '', 'no', '25', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 99000, 0, 0, 2, NULL, 1, 'fix', 'new', '2020-02-10 06:18:31', '2020-02-10 06:18:44'), (4, 2, 'dot user', '4', 2, 'fue', '0', '0', '', NULL, '26', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-10 06:29:51', '2020-02-10 06:29:57'), (5, 4, 'jyoti', '4,5,6', 2, 'fue', '0', '0', '', NULL, '34', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-10 07:12:26', '2020-02-10 07:24:29'), (9, 15, 'sdf', '4', 2, 'fue', '0', '0', '', 'fgh', '23', 'India', 'Chandigarh', 'Chandigarh', 75, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-10 09:29:33', '2020-02-10 11:06:25'), (12, 19, 'Paritosh', '4', 2, 'fue', '0', '0', 'transplant/359689hair8.jpeg', 'no', '29', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-10 11:02:35', '2020-02-10 11:03:52'), (13, 19, 'Paritosh', '4', 2, 'fue', '0', '0', '', 'no', '29', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-10 11:05:04', '2020-02-10 11:05:07'), (14, 20, '', '', 7, '', '', '', NULL, '', '26', 'India', 'Uttar Pradesh', 'NOIDA', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-02-10 11:06:01', '2020-02-10 11:06:01'), (15, 21, 'zxsc', '4', 2, 'fue', '0', '0', '', 'sfds', '25', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-10 11:07:19', '2020-02-10 11:07:22'), (16, 21, 'asd', '4', 2, 'fue', '0', '0', '', 'dgf', '34', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-10 11:09:29', '2020-02-10 11:09:32'), (17, 21, 'asd', '4', 2, 'fue', '0', '0', '', 'dfsg', '23', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-10 11:11:30', '2020-02-10 11:11:34'), (18, 19, 'Paritosh', '4', 2, 'fue', '0', '0', '', NULL, '29', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-10 11:14:49', '2020-02-10 11:14:52'), (19, 22, 'sdf', '1,4', 2, 'fue', '0', '0', '', 'df', '32', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-10 11:21:00', '2020-02-10 11:21:03'), (20, 22, 'sdf', '4', 2, 'fue', '0', '0', '', NULL, '32', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-10 11:21:35', '2020-02-10 11:21:38'), (21, 23, 'Salman Khan', '6', 2, 'fue', '0', '0', '', NULL, '45', 'India', 'Punjab', 'Muktsar', 63, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-02-10 11:38:46', '2020-02-10 11:38:53'), (22, 24, 'Bhupendra Chaudhary', '1,2,3,4,5,6,7', 2, 'fue', '2500', '5000', '', 'Loose hair', '24', 'India', 'Uttar Pradesh', 'NOIDA', 0, 0, 18, 45000, 0, 0, 1, NULL, 0, 'fix', 'new', '2020-02-10 12:37:48', '2020-02-10 12:37:48'), (26, 7, 'deep Bajwa', '', 6, 'fue', '0', '0', '', 'no', '25', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-10 13:37:43', '2020-02-10 13:43:29'), (28, 10, 'Gucci Bajwa', '1,2,3,4', 2, 'fue', '5500', '11000', '', 'no', '26', 'India', 'Andaman And Nicobar Islands', 'Alipur', 53, 0, 18, 99000, 0, 0, 2, NULL, 1, 'fix', 'new', '2020-02-10 13:49:28', '2020-03-18 06:22:04'), (31, 7, 'deep Bajwa', '', 3, 'fue', '0', '0', '', 'no', '25', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-10 14:00:40', '2020-02-10 14:00:57'), (32, 19, 'Paritosh', '1,2,3,4', 2, 'fue', '5500', '11000', 'transplant/825380hair7.jpeg', NULL, '29', 'India', 'Punjab', 'Mohali', 0, 0, 18, 99000, 0, 0, 2, NULL, 1, 'fix', 'new', '2020-02-10 14:10:00', '2020-02-10 14:10:12'), (33, 19, 'Paritosh', '1,2,3,4', 2, 'fue', '5500', '11000', '', NULL, '29', 'India', 'Punjab', 'Mohali', 0, 0, 18, 99000, 0, 0, 2, NULL, 1, 'fix', 'new', '2020-02-10 14:14:22', '2020-02-10 14:14:28'), (34, 19, 'Paritosh', '1,2,3,4', 2, 'fue', '5500', '11000', '', NULL, '29', 'India', 'Punjab', 'Mohali', 0, 0, 18, 99000, 0, 0, 2, NULL, 1, 'fix', 'new', '2020-02-10 14:21:38', '2020-02-10 14:21:48'), (35, 19, 'Paritosh', '3', 2, 'fue', '0', '0', '', NULL, '29', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-10 14:24:51', '2020-02-10 14:24:54'), (36, 19, 'Paritosh', '5', 2, 'fue', '0', '0', '', NULL, '29', 'India', 'Punjab', 'Mohali', 63, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-10 14:27:19', '2020-02-10 14:27:35'), (37, 1, 'Admin Kabera', '4,6', 2, 'fue', '0', '0', '', NULL, '26', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-10 14:27:40', '2020-02-10 14:28:26'), (38, 19, 'Paritosh', '4,5', 2, 'fue', '0', '0', '', NULL, '29', 'India', 'Punjab', 'Mohali', 75, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-10 14:31:00', '2020-02-10 15:08:15'), (39, 1, 'Admin Kabera', '1,2,3,5', 2, 'fue', '0', '0', '', 'dfg', '26', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-10 14:43:28', '2020-02-11 10:32:34'), (40, 26, 'Manish choudhary', '1,2,3,4,5,6', 2, 'fue', '4000', '8000', 'transplant/572653image.jpg', 'No', '36', 'India', 'Maharashtra', 'Mumbai', 69, 0, 18, 72000, 0, 0, 1, NULL, 0, 'fix', 'new', '2020-02-10 14:47:23', '2020-02-10 14:49:52'), (41, 22, 'sdf', '4', 2, 'fue', '0', '0', '', 'asf', '32', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-10 14:51:47', '2020-02-10 15:31:16'), (42, 19, '', '', 7, '', '', '', NULL, '', '29', 'India', 'Punjab', 'Mohali', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-02-10 15:05:12', '2020-02-10 15:05:12'), (43, 1, 'Admin Kabera', '4', 2, 'fue', '0', '0', '', 'asd', '26', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-10 15:06:24', '2020-02-11 11:00:18'), (44, 1, 'Admin Kabera', '5', 2, 'fue', '0', '0', '', NULL, '26', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-10 15:07:53', '2020-02-11 12:09:22'), (45, 1, 'Admin Kabera', '4', 2, 'fue', '0', '0', '', 'gfghfghf', '26', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-10 15:13:54', '2020-02-11 12:45:32'), (46, 1, 'Admin Kabera', '1,2,3,4', 2, 'fue', '5500', '11000', '', 'test', '26', 'India', 'Punjab', 'Mohali', 0, 0, 18, 99000, 0, 0, 2, NULL, 1, 'fix', 'new', '2020-02-10 15:17:45', '2020-02-25 10:45:42'), (47, 1, 'Admin Kabera', '1,2,3', 2, 'fue', '4500', '9000', '', NULL, '26', 'India', 'Punjab', 'Mohali', 0, 0, 18, 81000, 0, 0, 1, NULL, 1, 'fix', 'new', '2020-02-10 15:18:14', '2020-02-26 12:55:38'), (48, 1, '', '', 7, '', '', '', NULL, '', '26', 'India', 'Punjab', 'Mohali', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-02-10 15:18:50', '2020-02-10 15:18:50'), (49, 1, '', '', 7, '', '', '', NULL, '', '26', 'India', 'Punjab', 'Mohali', 0, 0, 0, 0, 0, 0, 0, NULL, 1, 'consult', 'new', '2020-02-10 15:19:47', '2020-02-10 15:19:51'), (50, 1, '', '', 9, '', '', '', NULL, '', '26', 'India', 'Punjab', 'Mohali', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-02-10 15:20:35', '2020-02-10 15:20:35'), (51, 1, '', '', 9, '', '', '', NULL, '', '26', 'India', 'Punjab', 'Mohali', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-02-10 15:22:16', '2020-02-10 15:22:16'), (52, 1, '', '', 9, '', '', '', NULL, '', '26', 'India', 'Punjab', 'Mohali', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-02-10 15:30:03', '2020-02-10 15:30:03'), (53, 1, '', '', 3, '', '', '', NULL, '', '26', 'India', 'Punjab', 'Mohali', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-02-10 15:31:05', '2020-02-10 15:31:05'), (54, 28, '', '', 6, '', '', '', NULL, '', '34', 'India', 'Delhi', 'Central Delhi', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-02-10 17:08:48', '2020-02-10 17:08:48'), (55, 28, '', '', 14, '', '', '', NULL, '', '34', 'India', 'Delhi', 'Central Delhi', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-02-10 17:17:03', '2020-02-10 17:17:03'), (57, 30, 'kamal', '4', 2, 'fue', '0', '0', '', 'no', '29', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-11 05:19:51', '2020-02-11 05:22:14'), (58, 1, '', '', 13, '', '', '', NULL, '', '26', 'India', 'Punjab', 'Mohali', 0, 0, 0, 0, 0, 0, 0, NULL, 1, 'consult', 'new', '2020-02-11 05:35:53', '2020-02-11 05:36:02'), (59, 31, 'Test Gupta', '4', 2, 'fue', '0', '0', '', 'no', '23', 'India', 'Haryana', 'Ambala', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-11 05:38:05', '2020-02-11 05:38:09'), (61, 7, 'deep Bajwa', '', 3, 'fue', '0', '0', '', 'no', '25', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-11 05:53:10', '2020-02-11 05:53:34'), (62, 32, 'Dinesh', '5', 2, 'fue', '0', '0', '', 'No', '40', 'India', 'Punjab', 'Hoshiarpur', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-02-11 05:53:30', '2020-02-11 05:53:30'), (63, 7, 'deep Bajwa', '', 3, 'fue', '0', '0', '', 'no', '25', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-11 06:22:00', '2020-02-11 09:07:21'), (64, 33, 'Jigar Rawal', '3', 2, 'fue', '0', '0', '', 'no', '29', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-11 06:30:12', '2020-02-11 06:30:16'), (65, 34, 'Rahul Kumar', '1,2', 2, 'fue', '3000', '6000', '', 'good', '65', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 54000, 0, 0, 1, NULL, 0, 'fix', 'new', '2020-02-11 06:36:17', '2020-02-11 06:36:17'), (66, 1, '', '', 14, '', '', '', NULL, '', '26', 'India', 'Punjab', 'Mohali', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-02-11 06:49:30', '2020-02-11 06:49:30'), (67, 37, 'Hritik Roshan', '6', 2, 'fue', '0', '0', '', NULL, '41', 'India', 'Punjab', 'Mohali', 75, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-02-11 07:09:47', '2020-02-11 07:10:02'), (68, 38, 'Nehha Kalia', '1,2,3,4', 2, 'fue', '5500', '11000', '', NULL, '45', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 99000, 0, 0, 2, NULL, 0, 'fix', 'new', '2020-02-11 07:20:50', '2020-02-11 07:20:50'), (69, 7, 'deep Bajwa', '', 6, 'fue', '0', '0', '', 'no', '25', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-11 07:23:10', '2020-02-12 09:59:24'), (70, 39, 'Test Gupta', '4', 2, 'fue', '0', '0', '', 'sdfsd', '43', 'India', 'Haryana', 'Ambala', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-11 09:13:01', '2020-02-11 09:13:06'), (71, 7, 'deep Bajwa', '', 3, 'fue', '0', '0', '', 'no', '25', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-11 09:21:48', '2020-02-13 08:00:32'), (72, 42, 'ramankumar', '4', 2, 'fue', '0', '0', '', 'no', '34', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-11 09:45:41', '2020-02-11 09:45:45'), (73, 7, 'deep Bajwa', '1,2,3,4', 2, 'fue', '5500', '11000', '', 'no', '25', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 99000, 0, 0, 2, NULL, 1, 'fix', 'new', '2020-02-11 09:59:26', '2020-03-17 10:36:06'), (74, 44, 'Piyank Desai', '4', 2, 'fue', '0', '0', '', 'no', '36', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-11 10:52:40', '2020-02-11 10:52:45'), (75, 45, 'tester 1', '4', 2, 'fue', '0', '0', '', 'no', '34', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-02-11 10:56:46', '2020-02-11 10:56:46'), (76, 46, 'Test Gupta', '5', 2, 'fue', '0', '0', '', 'sdf', '28', 'India', 'Haryana', 'Ambala', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-11 11:27:53', '2020-02-11 11:28:03'), (77, 46, 'Test Gupta', '4', 2, 'fue', '0', '0', '', 'dsf', '28', 'India', 'Haryana', 'Ambala', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-11 11:32:55', '2020-02-11 11:32:57'), (78, 46, 'Test Gupta', '4', 2, 'fue', '0', '0', '', 'asd', '28', 'India', 'Haryana', 'Ambala', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-11 11:34:38', '2020-02-11 11:34:41'), (79, 50, 'test', '5', 2, 'fue', '0', '0', '', NULL, '34', 'India', 'Punjab', 'Amritsar', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-11 11:57:16', '2020-02-11 11:57:19'), (80, 51, 'Test Gupta', '4', 2, 'fue', '0', '0', '', 'dfs', '28', 'India', 'Haryana', 'Ambala', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-11 11:59:16', '2020-02-11 11:59:19'), (81, 59, 'test', '4,6', 2, 'fue', '0', '0', '', NULL, '45', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-11 12:37:39', '2020-02-11 12:37:43'), (82, 59, 'test', '6', 2, 'fue', '0', '0', '', NULL, '45', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-11 12:55:48', '2020-02-11 12:55:52'), (83, 64, 'rameej', '3,4', 2, 'fue', '0', '0', 'transplant/442056hair5.jpeg', 'no', '29', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-12 05:37:41', '2020-02-12 05:38:57'), (84, 64, 'rameej', '4', 2, 'fue', '0', '0', '', NULL, '29', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-12 11:49:27', '2020-02-12 11:49:34'), (85, 64, 'rameej', '5', 2, 'fue', '0', '0', '', NULL, '29', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-12 11:56:25', '2020-02-12 11:56:31'), (86, 64, 'rameej', '', 12, 'fue', '0', '0', 'transplant//309019.png', 'no', '25', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-02-12 12:54:17', '2020-03-18 07:21:05'), (87, 66, 'ok', '', 3, 'fue', '0', '0', '', 'dhbdh', '54', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-02-12 14:48:13', '2020-02-12 14:48:13'), (88, 67, 'Sharan Atwal', '1,2,3', 2, 'fue', '4500', '9000', '', NULL, '18', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 81000, 0, 0, 1, NULL, 0, 'fix', 'new', '2020-02-12 18:03:18', '2020-02-12 18:03:18'), (89, 13, 'kabera 1', '', 9, 'fue', '0', '0', '', 'no', '25', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-13 06:15:59', '2020-02-13 06:27:42'), (90, 13, 'kabera 1', '', 7, 'fue', '0', '0', '', 'no', '45', 'India', 'Andhra Pradesh', 'Visakhapatnam', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-13 06:37:03', '2020-02-13 06:37:28'), (91, 69, 'geeta', '', 3, 'fue', '0', '0', '', NULL, '56', 'India', 'Mizoram', 'Aizawl', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-02-13 06:38:52', '2020-02-13 06:38:52'), (92, 69, 'geeta', '5', 2, 'fue', '0', '0', '', NULL, '56', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-13 06:40:02', '2020-02-13 06:40:14'), (93, 70, 'ommm', '1', 2, 'fue', '0', '0', '', 'jjj', '65', 'India', 'Punjab', 'Amritsar', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-02-13 06:40:08', '2020-02-13 06:40:08'), (94, 69, 'geeta', '', 7, 'fue', '0', '0', '', NULL, '56', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-02-13 06:41:14', '2020-02-13 06:41:14'), (95, 69, 'geeta', '', 6, 'fue', '0', '0', '', NULL, '56', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-02-13 06:44:00', '2020-02-13 06:44:00'), (96, 4, 'jyoti', '', 6, 'fue', '0', '0', '', NULL, '34', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-02-13 06:52:53', '2020-02-13 06:52:53'), (97, 7, 'deep Bajwa', '', 6, 'fue', '0', '0', '', 'no', '25', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-13 09:04:40', '2020-03-17 10:19:07'), (98, 70, 'ommm', '', 13, 'fue', '0', '0', '', 'ggg', '65', 'India', 'Punjab', 'Amritsar', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-13 09:41:41', '2020-02-13 09:43:45'), (99, 71, 'rohan', '1,2,3', 2, 'fue', '4500', '9000', '', 'hhh', '55', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 81000, 0, 0, 1, NULL, 1, 'fix', 'new', '2020-02-13 10:50:39', '2020-02-13 10:50:57'), (100, 72, 'log 1', '2,4,6', 2, 'fue', '0', '0', 'transplant//630389.png,transplant//631189.png', 'no', '36', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-13 11:49:08', '2020-02-13 11:50:04'), (101, 72, 'log 1', '3,4,6', 2, 'fue', '0', '0', '', 'no', '55', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-13 11:53:52', '2020-02-13 11:55:04'), (102, 72, 'log 1', '3,5', 2, 'fue', '0', '0', '', 'no', '55', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-13 11:58:56', '2020-02-13 11:59:14'), (103, 74, 'Satpal singh chauhan', '1,2,3,4,5,6,7', 2, 'fue', '2500', '5000', 'transplant/591118F6E0EA78-45EE-449D-84F9-0F1D946459AF.jpeg', NULL, '27', 'India', 'Haryana', 'Gurgaon', 0, 0, 18, 45000, 0, 0, 1, NULL, 0, 'fix', 'new', '2020-02-13 12:00:24', '2020-02-13 12:00:24'), (104, 75, 'kishor', '1,2,3,4', 2, 'fue', '5500', '11000', 'transplant/151216Capture.PNG', NULL, '28', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 99000, 0, 0, 2, NULL, 1, 'fix', 'new', '2020-02-13 12:15:11', '2020-02-13 12:17:41'), (105, 7, 'deep Bajwa', '', 12, 'fue', '0', '0', '', 'no', '52', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-13 12:31:29', '2020-02-13 12:31:42'), (106, 72, 'log 1', '', 3, 'fue', '0', '0', '', 'no', '55', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-13 12:31:49', '2020-02-13 12:32:27'), (107, 77, 'Anuj', '1,2,3,4,5,6,7', 2, 'fue', '2500', '5000', 'transplant/5802281ED4799C-C21C-45A5-8E11-7B280AC06D61.jpeg,transplant/7502002B28FD94-D786-4445-B6A9-D2DE89B38ED6.jpeg', 'No', '34', 'India', 'Delhi', 'North East Delhi', 69, 0, 18, 45000, 0, 0, 1, NULL, 0, 'fix', 'new', '2020-02-13 14:03:47', '2020-02-13 14:06:56'), (108, 10, 'Gucci Bajwa', '', 3, 'fue', '0', '0', '', 'no', '25', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-13 14:16:12', '2020-02-13 14:16:48'), (109, 78, '', '', 7, '', '', '', NULL, '', '23', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-02-14 05:26:49', '2020-02-14 05:26:49'), (110, 79, '', '', 6, '', '', '', NULL, '', '19', 'India', 'Haryana', 'Gurgaon', 0, 0, 0, 0, 0, 0, 0, NULL, 1, 'consult', 'new', '2020-02-14 05:52:47', '2020-02-14 05:53:28'), (111, 81, 'testify', '4,5', 2, 'fue', '0', '0', 'transplant//884046.png,transplant//966265.png', 'no', '55', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-14 06:38:30', '2020-02-14 06:40:43'), (112, 81, 'testify', '', 12, 'fue', '0', '0', 'transplant//558068.png', 'no', '52', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-14 09:06:06', '2020-02-14 09:06:37'), (113, 81, 'testify', '', 9, 'fue', '0', '0', 'transplant//511616.png', 'no', '58', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-14 09:49:07', '2020-02-14 09:49:30'), (114, 81, 'testify', '', 3, 'fue', '0', '0', '', 'no', '52', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-14 09:56:08', '2020-02-14 09:57:00'), (115, 81, 'testify', '', 9, 'fue', '0', '0', '', 'no', '55', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-14 10:02:17', '2020-02-14 10:02:38'), (116, 81, 'testify', '', 3, 'fue', '0', '0', '', 'no', '55', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-14 10:50:14', '2020-02-14 10:50:38'), (117, 81, 'testify', '', 7, 'fue', '0', '0', '', 'no', '55', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-14 10:54:25', '2020-02-14 10:55:23'), (118, 81, 'testify', '', 7, 'fue', '0', '0', '', 'no', '44', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-14 10:59:47', '2020-02-14 11:02:41'), (119, 87, '', '', 7, '', '', '', NULL, '', '28', 'India', 'Himachal Pradesh', 'Kangra', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-02-15 12:55:13', '2020-02-15 12:55:13'), (120, 88, 'Abhishek', '1', 2, 'fue', '0', '0', 'transplant/121573FB_IMG_1581780652976.jpg', 'No', '24', 'India', 'Delhi', 'South Delhi', 53, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-02-15 15:34:00', '2020-02-15 15:36:52'), (121, 89, '', '', 7, '', '', '', NULL, '', '25', 'India', 'Punjab', 'Amritsar', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-02-16 06:04:57', '2020-02-16 06:04:57'), (122, 90, 'ASHISH', '1,2,5', 2, 'fue', '0', '0', '', NULL, '28', 'India', 'Punjab', 'Ludhiana', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-16 06:37:47', '2020-02-16 06:38:07'), (123, 91, '', '', 7, '', '', '', NULL, '', '23', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-02-16 14:48:37', '2020-02-16 14:48:37'), (124, 92, '', '', 7, '', '', '', NULL, '', '26', 'India', 'Punjab', 'Ludhiana', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-02-16 16:41:33', '2020-02-16 16:41:33'), (125, 92, '', '', 7, '', '', '', NULL, '', '26', 'India', 'Punjab', 'Ludhiana', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-02-16 16:43:37', '2020-02-16 16:43:37'), (126, 93, '', '', 7, '', '', '', NULL, '', '25', 'India', 'Maharashtra', 'Mumbai', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-02-16 18:43:29', '2020-02-16 18:43:29'), (127, 8, 'kabera 1', '', 9, 'fue', '0', '0', '', 'no', '50', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-17 04:29:18', '2020-02-17 04:29:41'), (128, 8, 'kabera 1', '', 3, 'fue', '0', '0', '', 'no', 'no', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-02-17 04:38:16', '2020-02-17 05:57:50'), (129, 8, 'kabera 1', '3,5', 2, 'fue', '0', '0', '', 'no', '50', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-17 05:36:19', '2020-02-17 05:36:39'), (130, 97, 'test', '3,4,5', 2, 'fue', '0', '0', '', NULL, '55', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-02-17 07:55:16', '2020-02-17 09:02:42'), (131, 100, 'Dot Technologies', '1', 2, 'fue', '0', '0', '', NULL, '53', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-02-17 09:21:02', '2020-02-17 09:21:02'), (132, 101, 'tester dot', '2,3,5', 2, 'fue', '0', '0', 'transplant//710543.jpeg', NULL, '50', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-17 09:35:29', '2020-02-17 09:35:45'), (133, 102, 'kkk', '1,2', 2, 'fue', '3000', '6000', '', 'ggg', '88', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 54000, 0, 0, 1, NULL, 0, 'fix', 'new', '2020-02-17 10:26:34', '2020-02-17 10:26:34'), (134, 104, '', '', 13, '', '', '', NULL, '', '26', 'India', 'Haryana', 'Ambala', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-02-17 13:16:45', '2020-02-17 13:16:45'), (135, 10, 'Gucci Bajwa', '', 3, 'fue', '0', '0', '', 'no', '25', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-17 15:00:27', '2020-02-18 10:06:58'), (137, 108, 'okkk', '1', 2, 'fue', '0', '0', '', NULL, '77', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-02-18 05:25:10', '2020-02-18 05:31:02'), (138, 105, 'Dot Techno 1', '1,2,4', 2, 'fue', '0', '0', '', 'no', '50', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-18 05:30:27', '2020-02-18 05:30:51'), (139, 112, 'Welma Welma', '1,2,3,4', 2, 'fue', '5500', '11000', '', NULL, '21', 'India', 'Chandigarh', 'Chandigarh', 191, 0, 18, 99000, 0, 0, 2, NULL, 0, 'fix', 'new', '2020-02-18 11:39:30', '2020-02-18 12:24:50'), (140, 113, '', '', 13, '', '', '', NULL, '', '34', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-02-18 17:51:11', '2020-02-18 17:51:11'), (141, 115, 'Shikftc', '', 6, 'fue', '0', '0', '', 'no', '30', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-02-19 05:18:21', '2020-02-19 05:18:21'), (142, 105, 'Dot Techno 1', '1,2,3', 2, 'fue', '4500', '9000', '', NULL, '50', 'India', 'Punjab', 'Mohali', 0, 0, 18, 81000, 0, 0, 1, NULL, 0, 'fix', 'new', '2020-02-19 06:55:33', '2020-02-19 06:55:33'), (143, 119, 'Ashok', '1,2,3,4', 2, 'fue', '5500', '11000', 'transplant/761989image.jpg', 'No', '30', 'India', 'Haryana', 'Ambala', 69, 0, 18, 99000, 0, 0, 2, NULL, 0, 'fix', 'new', '2020-02-19 08:54:33', '2020-02-19 08:57:13'), (144, 120, 'sonu', '1,2', 2, 'fue', '3000', '6000', '', 'hhh', '56', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 54000, 0, 0, 1, NULL, 0, 'fix', 'new', '2020-02-19 09:22:22', '2020-02-19 09:22:22'), (145, 121, 'ss', '1', 2, 'fue', '0', '0', '', NULL, '76', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-02-19 09:28:20', '2020-02-19 09:50:44'), (146, 122, 'kkkk', '1', 2, 'fue', '0', '0', '', NULL, '55', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-02-19 10:33:44', '2020-02-19 10:33:44'), (147, 124, 'ronu', '1', 2, 'fue', '0', '0', '', 'hhh', '55', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-02-19 11:07:01', '2020-02-19 11:07:12'), (148, 166, 'john', '1', 2, 'fue', '0', '0', '', NULL, '55', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-02-20 05:20:20', '2020-02-20 05:20:20'), (149, 167, 'naman', '1', 2, 'fue', '0', '0', '', NULL, '55', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-02-20 05:21:27', '2020-02-27 05:29:22'), (150, 179, 'sbjskd', '', 6, 'fue', '0', '0', '', 'no', '84', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-02-20 07:36:07', '2020-02-20 07:36:07'), (151, 180, 'chug', '', 6, 'fue', '0', '0', '', 'no', '65', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-02-20 07:38:38', '2020-02-20 07:38:38'), (152, 181, 'test', '4', 2, 'fue', '0', '0', '', 'no', '34', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-02-20 07:39:02', '2020-02-20 07:39:02'), (153, 182, 'Rajesh Kumar', '2,3', 2, 'fue', '0', '0', 'transplant/921412IMG_20200110_155936.JPG', 'No', '30', 'India', 'Haryana', 'Ambala', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-02-20 15:37:46', '2020-02-20 15:37:46'), (154, 183, 'Preetam Dube', '2,4,6,7', 2, 'fue', '0', '0', 'transplant//760664.jpeg,transplant//918333.jpeg,transplant//351142.jpeg,transplant//476625.jpeg,transplant//954606.jpeg,transplant//237404.jpeg', 'hair fall', '20', 'India', 'Maharashtra', 'Mumbai City', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-23 18:12:40', '2020-02-23 18:21:01'), (155, 184, 'Utkarsh Gupta', '1,2', 2, 'fue', '3000', '6000', '', NULL, '24', 'India', 'Uttar Pradesh', 'NOIDA', 66, 0, 18, 54000, 0, 0, 1, NULL, 0, 'fix', 'new', '2020-02-23 22:22:58', '2020-02-23 22:28:12'), (156, 185, '', '', 6, '', '', '', NULL, '', '22', 'India', 'Haryana', 'Kurukshetra', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-02-24 16:59:31', '2020-02-24 16:59:31'), (157, 185, '', '', 6, '', '', '', NULL, '', '22', 'India', 'Haryana', 'Kurukshetra', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-02-24 17:55:09', '2020-02-24 17:55:09'), (158, 186, '', '', 7, '', '', '', NULL, '', '23', 'India', 'Delhi', 'East Delhi', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-02-25 04:28:26', '2020-02-25 04:28:26'), (160, 190, 'Neha', '4,5', 2, 'fue', '0', '0', '', NULL, '26', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-02-25 09:36:03', '2020-02-25 09:36:03'), (162, 75, 'kishor', '1,2,3,4', 2, 'fue', '5500', '11000', '', NULL, '28', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 99000, 0, 0, 2, NULL, 1, 'fix', 'new', '2020-02-25 10:53:46', '2020-02-25 10:55:17'), (164, 75, 'kishor', '', 6, 'fue', '0', '0', 'transplant//719460.jpeg', NULL, '26', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-02-25 11:39:18', '2020-02-25 11:39:18'), (165, 75, 'kishor', '', 7, 'fue', '0', '0', '', NULL, '26', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-02-25 11:41:17', '2020-02-25 11:41:17'), (170, 2, 'dot user', '1,2,3', 2, 'fue', '4500', '9000', '', NULL, '26', 'India', 'Punjab', 'Mohali', 0, 0, 18, 81000, 0, 0, 1, NULL, 1, 'fix', 'new', '2020-02-26 11:20:10', '2020-02-26 11:20:26'), (171, 194, 'nav', '', 3, 'fue', '0', '0', '', 'test,', '59', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-26 12:10:53', '2020-02-26 12:11:17'), (172, 195, 'ronu', '1,2', 2, 'fue', '3000', '6000', '', NULL, '55', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 54000, 0, 0, 1, NULL, 1, 'fix', 'new', '2020-02-26 12:32:56', '2020-02-26 12:41:44'), (173, 195, 'ronu', '', 6, 'fue', '0', '0', '', NULL, '55', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-26 12:33:38', '2020-02-26 12:34:10'), (174, 195, 'ronu', '1,2', 2, 'fue', '3000', '6000', '', NULL, '55', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 54000, 0, 0, 1, NULL, 1, 'fix', 'new', '2020-02-26 12:42:27', '2020-02-26 12:43:51'), (175, 195, 'ronu', '1,2,3', 2, 'fue', '4500', '9000', '', NULL, '29', 'India', 'Punjab', 'Mohali', 0, 0, 18, 81000, 0, 0, 1, NULL, 1, 'fix', 'new', '2020-02-26 12:48:27', '2020-02-26 12:48:36'), (176, 195, '', '', 7, '', '', '', NULL, '', '29', 'India', 'Punjab', 'Mohali', 0, 0, 0, 0, 0, 0, 0, NULL, 1, 'consult', 'new', '2020-02-26 12:50:08', '2020-02-26 12:50:12'), (177, 195, 'ronu', '2', 2, 'fue', '0', '0', '', NULL, '55', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-26 12:50:13', '2020-02-26 12:50:33'), (178, 195, 'ronu', '1,2', 2, 'fue', '3000', '6000', '', NULL, '55', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 54000, 0, 0, 1, NULL, 1, 'fix', 'new', '2020-02-26 13:07:15', '2020-02-26 13:07:38'), (179, 195, 'ronu', '1', 2, 'fue', '0', '0', '', NULL, '55', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-26 13:11:00', '2020-02-26 13:11:12'), (180, 195, 'ronu', '1', 2, 'fue', '0', '0', '', NULL, '55', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-26 13:22:35', '2020-02-26 13:22:48'), (181, 196, 'Sidharth Krishna', '7', 2, 'fue', '0', '0', 'transplant/240979IMG-20200227-WA0019.jpeg,transplant/709992IMG-20200227-WA0017.jpeg,transplant/134875IMG-20200227-WA0021.jpeg', 'No', '24', 'India', 'Kerala', 'Alappuzha', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-02-27 05:32:22', '2020-02-27 05:32:22'), (182, 7, 'deep Bajwa', '', 3, 'fue', '0', '0', '', 'no', '25', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-02-27 05:34:01', '2020-03-17 07:51:20'), (183, 195, 'ronu', '1', 2, 'fue', '0', '0', '', NULL, '55', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-02-27 05:57:23', '2020-02-27 07:07:51'), (184, 197, 'varinder singh', '1,2', 2, 'fue', '3000', '6000', '', NULL, '27', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 54000, 0, 0, 1, NULL, 0, 'fix', 'new', '2020-02-27 07:02:41', '2020-02-27 07:02:41'), (185, 75, '', '', 7, '', '', '', NULL, '', '26', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-02-27 07:04:44', '2020-02-27 07:04:44'), (186, 198, 'Manas Gambhir', '2', 2, 'fue', '0', '0', 'transplant/277152image.jpg', NULL, '23', 'India', 'Haryana', 'Panipat', 63, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-03-01 17:22:17', '2020-03-01 17:25:03'), (187, 199, 'Aadil khan', '1,2', 2, 'fue', '3000', '6000', '', 'Alovera oil', '23', 'India', 'Delhi', 'Old Delhi', 0, 0, 18, 54000, 0, 0, 1, NULL, 0, 'fix', 'new', '2020-03-01 17:22:43', '2020-03-01 17:22:43'), (188, 200, '', '', 7, '', '', '', NULL, '', '28', 'India', 'Maharashtra', 'Mumbai City', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-03-02 07:03:06', '2020-03-02 07:03:06'), (190, 202, 'test', '1,2,3,4', 2, 'fue', '5500', '11000', '', 'Yes', '14', 'India', 'Punjab', 'Patiala', 0, 0, 18, 99000, 0, 0, 2, NULL, 0, 'fix', 'new', '2020-03-04 10:33:34', '2020-03-04 10:33:34'), (191, 203, 'Barinder Singh', '1,2,4', 2, 'fue', '0', '0', '', 'No', '22', 'India', 'Punjab', 'Rupnagar', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-03-04 11:29:33', '2020-03-04 11:29:33'), (192, 201, 'asif ikbal', '1,2,3,4,5,6,7', 2, 'fue', '2500', '5000', 'transplant//873589.jpeg,transplant//272938.jpeg,transplant//929968.jpeg,transplant//709882.jpeg', NULL, '31', 'India', 'West Bengal', 'Mal', 0, 0, 18, 45000, 0, 0, 1, NULL, 0, 'fix', 'new', '2020-03-04 20:04:59', '2020-03-31 19:13:26'), (193, 204, '', '', 6, '', '', '', NULL, '', '27', 'India', 'Jammu And Kashmir', 'Jammu', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-03-05 11:25:08', '2020-03-05 11:25:08'), (194, 205, '', '', 7, '', '', '', NULL, '', '23', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-03-06 19:22:09', '2020-03-06 19:22:09'), (195, 206, '', '', 7, '', '', '', NULL, '', '25', 'India', 'Punjab', 'Amritsar', 0, 0, 0, 0, 0, 0, 0, NULL, 1, 'consult', 'new', '2020-03-07 07:54:46', '2020-03-07 07:55:01'), (196, 207, 'Amit Sehgal', '1,2,3,4,5,6,7', 2, 'fue', '2500', '5000', 'transplant/51455820200308_094957.jpg', NULL, '32', 'India', 'Jammu And Kashmir', 'Jammu', 0, 0, 18, 45000, 0, 0, 1, NULL, 0, 'fix', 'new', '2020-03-08 04:30:46', '2020-03-08 04:30:46'), (197, 208, 'Armeen', '2,3,4,5,6', 2, 'fue', '0', '0', '', NULL, '34', 'India', 'Delhi', 'South Delhi', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-03-08 07:32:05', '2020-03-08 07:32:15'), (198, 209, 'AMIT SEHGAL', '1,2,3,4,5,6,7', 2, 'fue', '2500', '5000', 'transplant//151220.jpeg,transplant//831116.jpeg,transplant//679241.jpeg,transplant//293697.jpeg,transplant//666470.jpeg,transplant//230767.jpeg', NULL, '32', 'India', 'Jammu And Kashmir', 'Jammu', 0, 0, 18, 45000, 0, 0, 1, NULL, 0, 'fix', 'new', '2020-03-09 07:07:59', '2020-03-11 09:15:18'), (199, 210, 'Abhimanyu', '1,2,3,4', 2, 'fue', '5500', '11000', '', 'No', '28', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 99000, 0, 0, 2, NULL, 0, 'fix', 'new', '2020-03-09 09:09:37', '2020-03-09 09:09:37'), (200, 211, '', '', 7, '', '', '', NULL, '', '27', 'India', 'Punjab', 'Patiala', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-03-10 05:36:32', '2020-03-10 05:36:32'), (201, 212, 'Manav.', '1,2,3', 2, 'fue', '4500', '9000', 'transplant/56878420200310_210649.jpg', NULL, '38', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 81000, 0, 0, 1, NULL, 0, 'fix', 'new', '2020-03-10 15:39:45', '2020-03-10 15:39:45'), (202, 214, 'Irfan', '2,4', 2, 'fue', '0', '0', 'transplant/409963image.jpg', NULL, '25', 'India', 'Jammu And Kashmir', 'Anantnag', 60, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-03-12 10:21:28', '2020-03-12 10:26:05'), (203, 216, 'NEERAJ KUMAR', '1,2,3,4,5,6,7', 2, 'fue', '2500', '5000', 'transplant/610767IMG_20200312_212917.jpg', NULL, '26', 'India', 'Himachal Pradesh', 'Hamirpur - HP', 0, 0, 18, 45000, 0, 0, 1, NULL, 0, 'fix', 'new', '2020-03-12 16:04:45', '2020-03-12 16:04:45'), (204, 217, 'Ravi saini', '1,2,3,4,5,6,7', 2, 'fue', '2500', '5000', '', NULL, '25', 'India', 'Haryana', 'Jind', 0, 0, 18, 45000, 0, 0, 1, NULL, 0, 'fix', 'new', '2020-03-13 07:53:50', '2020-03-13 07:53:50'), (205, 218, 'Davinder kumar', '6', 2, 'fue', '0', '0', '', 'Ok', '34', 'India', 'Himachal Pradesh', 'Hamirpur - HP', 63, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-03-15 06:02:37', '2020-03-15 06:50:28'), (206, 219, 'RAMBABU MEENA', '', 6, 'fue', '0', '0', '', NULL, '22', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-03-15 07:46:02', '2020-03-15 07:46:02'), (208, 64, 'rameej', '4,5,3', 2, 'fue', '0', '0', 'transplant//452906.png', 'no', '29', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-03-16 09:55:51', '2020-03-16 09:58:16'), (209, 64, 'rameej', '4,6', 2, 'fue', '0', '0', 'transplant//696573.png,transplant//866359.png', 'no', '29', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-03-16 11:58:05', '2020-03-16 12:15:31'), (210, 64, 'rameej', '', 3, 'fue', '0', '0', '', 'no', '25', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-03-16 12:11:42', '2020-03-17 10:24:52'), (211, 228, '', '', 7, '', '', '', NULL, '', '27', 'India', 'Delhi', 'New Delhi', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-03-16 16:18:34', '2020-03-16 16:18:34'), (212, 229, 'BILAL', '6', 2, 'fue', '0', '0', '', 'Heayr', '24', 'India', 'Haryana', 'Faridabad', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-03-16 17:46:08', '2020-03-16 17:46:54'), (213, 230, 'Akash Raikwar', '1,2', 2, 'fue', '3000', '6000', '', NULL, '23', 'India', 'Delhi', 'North Delhi', 0, 0, 18, 54000, 0, 0, 1, NULL, 0, 'fix', 'new', '2020-03-17 03:23:27', '2020-03-17 03:23:27'), (214, 64, 'rameej', '3,7,5,4,6,1,2', 2, 'fue', '0', '0', 'transplant//478027.png,transplant//969526.png', 'no', '29', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-03-17 05:42:14', '2020-03-17 07:14:56'), (216, 64, 'rameej', '1,2,3,5', 2, 'fue', '0', '0', 'transplant//779563.png,transplant//556106.png,transplant//741663.png,transplant//476854.png', 'no', '25', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-03-17 07:25:05', '2020-03-17 11:49:29'), (217, 7, 'deep Bajwa', '', 3, 'fue', '0', '0', '', 'no', '25', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-03-17 07:54:22', '2020-03-17 07:55:05'), (218, 7, '', '', 12, '', '', '', NULL, '', '25', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 0, 0, 0, 0, 0, NULL, 1, 'consult', 'new', '2020-03-17 09:45:48', '2020-03-17 09:45:54'), (219, 225, 'jyoti', '4', 2, 'fue', '0', '0', '', NULL, '22', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-03-17 09:50:34', '2020-03-17 09:50:34'), (220, 10, 'Gucci Bajwa', '', 3, 'fue', '0', '0', '', 'no', '26', 'India', 'Delhi', 'Central Delhi', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-03-17 10:20:40', '2020-03-18 09:19:05'), (221, 7, 'deep Bajwa', '', 3, 'fue', '0', '0', '', 'no', '25', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-03-17 10:42:49', '2020-03-17 10:42:49'), (222, 64, 'rameej', '3,4,5', 2, 'fue', '0', '0', 'transplant//610623.png', 'no', '25', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-03-17 12:03:55', '2020-03-17 12:04:27'), (223, 64, 'rameej', '3,6,5,4', 2, 'fue', '0', '0', 'transplant//879989.png', 'no', '25', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-03-17 12:33:45', '2020-03-17 12:36:28'), (224, 233, '', '', 7, '', '', '', NULL, '', '31', 'India', 'Punjab', 'Kapurthala', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-03-17 15:55:33', '2020-03-17 15:55:33'), (225, 64, 'rameej', '2,4', 2, 'fue', '0', '0', 'transplant//432661.png,transplant//899098.png', 'no', '25', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-03-18 04:42:19', '2020-03-18 04:43:12'), (226, 64, 'rameej', '5,6,4', 2, 'fue', '0', '0', '', 'no', '25', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-03-18 05:06:28', '2020-03-18 05:18:42'), (227, 64, 'rameej', '3,1,4,5,6', 2, 'fue', '0', '0', '', 'no', '25', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-03-18 05:30:46', '2020-03-18 07:26:06'), (228, 10, 'Gucci Bajwa', '1,2,3,4', 2, 'fue', '5500', '11000', '', 'no', '26', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 99000, 0, 0, 2, NULL, 0, 'fix', 'new', '2020-03-18 06:43:46', '2020-03-18 09:26:14'), (229, 64, 'rameej', '', 6, 'fue', '0', '0', '', 'no', '25', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-03-18 10:25:05', '2020-03-18 10:25:05'), (230, 235, '', '', 6, '', '', '', NULL, '', '31', 'India', 'Delhi', 'South Delhi', 0, 0, 0, 0, 0, 0, 0, NULL, 1, 'consult', 'new', '2020-03-18 13:55:28', '2020-03-18 13:55:39'), (231, 236, '', '', 7, '', '', '', NULL, '', '19', 'India', 'Punjab', 'Amritsar', 0, 0, 0, 0, 0, 0, 0, NULL, 1, 'consult', 'new', '2020-03-19 09:49:52', '2020-03-19 09:50:24'), (232, 238, 'Jagmohan singh', '4,5,6', 2, 'fue', '0', '0', '', NULL, '28', 'India', 'Jammu And Kashmir', 'Jammu', 63, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-03-20 16:03:34', '2020-03-20 16:08:19'), (233, 240, 'Naveen Godara', '2,3,4,5,6', 2, 'fue', '0', '0', 'transplant/290880inbound186304449540032941.jpg', NULL, '22', 'India', 'Rajasthan', 'Sikar', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-03-21 03:17:05', '2020-03-21 03:20:22'), (234, 241, '', '', 7, '', '', '', NULL, '', '20', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-03-21 07:18:36', '2020-03-21 07:18:36'), (235, 242, 'Kanna', '1,2,3,6', 2, 'fue', '0', '0', '', NULL, '31', 'India', 'Andhra Pradesh', 'Chittoor', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-03-22 09:40:34', '2020-03-22 09:40:34'), (236, 243, '', '', 7, '', '', '', NULL, '', '23', 'India', 'Himachal Pradesh', 'Sirmaur', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-03-22 17:38:13', '2020-03-22 17:38:13'), (237, 244, 'Naveen Kumar', '1,2', 2, 'fue', '3000', '6000', '', 'Dust allergy', '29', 'India', 'Haryana', 'Yamunanagar', 0, 0, 18, 54000, 0, 0, 1, NULL, 0, 'fix', 'new', '2020-03-26 06:00:30', '2020-03-26 06:00:30'), (238, 246, 'Ruchi Sharma', '', 3, 'fue', '0', '0', '', 'no', '22', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-03-27 06:22:11', '2020-03-27 06:22:59'), (239, 248, 'Hritik Roshan', '1,2,3', 2, 'fue', '4500', '9000', '', 'no', '44', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 81000, 0, 0, 1, NULL, 1, 'fix', 'new', '2020-03-27 06:34:17', '2020-03-27 06:35:06'), (240, 250, 'Pooja Gupta', '1,2,3,4', 2, 'fue', '5500', '11000', '', NULL, '65', 'India', 'Chandigarh', 'Chandigarh', 63, 0, 18, 99000, 0, 0, 2, NULL, 0, 'fix', 'new', '2020-04-08 06:00:15', '2020-04-08 06:01:25'), (241, 251, 'Ravi Shastri', '', 15, 'fue', '0', '0', '', 'no', '12', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-04-09 14:12:48', '2020-04-09 14:12:48'), (242, 252, 'sukhdev sharan', '5,6', 2, 'fue', '0', '0', '', 'nil', '26', 'India', 'Assam', 'Barpeta', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-04-13 14:22:06', '2020-04-13 14:22:55'), (243, 252, 'sukhdev sharan', '5,6', 2, 'fue', '0', '0', '', NULL, '26', 'India', 'Assam', 'Sonitpur', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-04-15 07:47:02', '2020-06-16 11:15:03'), (244, 75, 'kishor', '', 16, 'fue', '0', '0', 'transplant//173257.jpeg', 'no', '26', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-04-17 10:48:31', '2020-04-17 10:48:31'), (245, 253, 'Hilal Ahmad Bhat', '1,2,4,6', 2, 'fue', '0', '0', '', 'No', '25', 'India', 'Jammu And Kashmir', 'Pulwama', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-04-17 15:59:12', '2020-04-17 15:59:12'), (246, 254, 'Ravinder Singh', '2,3', 2, 'fue', '0', '0', '', NULL, '31', 'India', 'Uttar Pradesh', 'NOIDA', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-04-18 22:24:44', '2020-04-18 22:24:44'), (247, 255, 'Hitesh Bhawsar', '1,2', 2, 'fue', '3000', '6000', 'transplant/535753image.jpg', 'Nope', '22', 'India', 'Madhya Pradesh', 'Indore', 0, 0, 18, 54000, 0, 0, 1, NULL, 0, 'fix', 'new', '2020-04-24 11:17:11', '2020-04-24 11:17:11'), (248, 256, 'Shubham', '2', 2, 'fue', '0', '0', 'transplant/24987320200204_223806.jpg', 'No', '21', 'India', 'Punjab', 'Gurdaspur', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-04-25 16:39:28', '2020-04-25 16:39:28'), (249, 257, 'Babloo', '2,3,4', 2, 'fue', '0', '0', 'transplant/177137F9DF9E42-C74A-4EA4-A379-3F1EF5480D21.jpeg,transplant/4486552E59E3CF-F7B0-4B32-9AF7-47D6530599B0.jpeg,transplant/3637978238859D-D9EF-47ED-9187-70C4852E9C7C.jpeg,transplant/64565919732739-0DC2-4508-903E-7B0A30B6194F.jpeg,transplant/78581054DCEDAA-8299-4C3D-B7D4-CD45556E0F34.jpeg', 'No', '34', 'India', 'Uttar Pradesh', 'Dadri', 63, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-04-28 04:49:22', '2020-05-01 05:03:45'), (250, 258, '', '', 9, '', '', '', NULL, '', '28', 'India', 'Punjab', 'Jalandhar', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-04-28 19:32:18', '2020-04-28 19:32:18'), (251, 260, 'Ramachandran', '3,4,5,7', 2, 'fue', '0', '0', '', 'Dandruf', '30', 'India', 'Uttar Pradesh', 'Allahabad', 53, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-05-01 10:37:37', '2020-05-01 10:40:47'), (252, 262, 'akul chauhan', '2,3,4,5,6,7', 2, 'fue', '0', '0', '', NULL, '22', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-05-08 15:20:33', '2020-05-08 15:20:33'), (253, 263, 'Vivek', '1,2,6', 2, 'fue', '0', '0', '', NULL, '25', 'India', 'Uttar Pradesh', 'Varanasi', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-05-13 09:25:30', '2020-05-13 09:25:30'), (254, 264, 'Amrik Singh', '2,4,5,7', 2, 'fue', '0', '0', 'transplant/23198215896952066817500734801712840713.jpg', 'No', '25', 'India', 'Punjab', 'Amritsar', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-05-17 06:02:05', '2020-05-17 06:02:13'), (255, 266, 'Anku', '2,3,1,4,6,5,7', 2, 'fue', '0', '0', 'transplant//308365.png', 'no', '29', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-05-19 07:26:21', '2020-05-19 07:26:21'), (256, 267, 'Nehha Kalia', '2,3,5,6', 2, 'fue', '0', '0', 'transplant//276535.jpeg', NULL, '30', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-05-21 08:00:20', '2020-05-21 08:22:14'), (258, 267, 'Nehha Kalia', '2,3', 2, 'fue', '0', '0', '', NULL, '30', 'India', 'Punjab', 'Mohali', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-05-21 09:10:51', '2020-05-21 09:24:39'), (259, 267, 'Nehha Kalia', '', 7, 'fue', '0', '0', '', 'constipation', '25', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-05-21 09:16:31', '2020-05-21 09:16:31'), (261, 75, 'kishor', '', 3, 'fue', '0', '0', '', NULL, '26', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-05-22 08:40:20', '2020-05-22 08:40:20'), (262, 267, 'Nehha Kalia', '', 9, 'fue', '0', '0', '', NULL, '25', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-05-22 08:50:47', '2020-05-22 08:50:47'), (263, 75, 'kishor', '1,2,3', 2, 'fue', '4500', '9000', 'transplant//634503.jpeg', NULL, '26', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 81000, 0, 0, 1, NULL, 1, 'fix', 'new', '2020-05-22 08:57:20', '2020-05-22 09:04:59'), (264, 75, 'kishor', '', 14, 'fue', '0', '0', 'transplant//162708.jpeg', NULL, '26', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-05-22 09:46:09', '2020-05-22 09:46:09'), (265, 269, '', '', 7, '', '', '', NULL, '', '42', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 0, 0, 0, 0, 0, NULL, 0, 'consult', 'new', '2020-05-22 11:06:54', '2020-05-22 11:06:54'), (266, 270, 'Pawan', '1,2,3', 2, 'fue', '4500', '9000', '', 'No', '23', 'India', 'Jammu And Kashmir', 'Jammu', 0, 0, 18, 81000, 0, 0, 1, NULL, 0, 'fix', 'new', '2020-05-26 06:28:57', '2020-05-26 06:28:57'), (267, 272, 'Amol', '1,2,5,6', 2, 'fue', '0', '0', 'transplant/322238image.jpg', 'No', '27', 'India', 'Punjab', 'Ferozepur', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-06-01 12:21:14', '2020-06-01 12:21:14'), (268, 274, 'Yogesh', '2,3', 2, 'fue', '0', '0', '', 'fit and fine', '31', 'India', 'Uttar Pradesh', 'Allahabad', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-06-03 12:02:36', '2020-06-03 12:02:36'), (269, 275, 'Vijender guleria', '2,3,4,5,6,7', 2, 'fue', '0', '0', 'transplant/402168IMG20200605230324.jpg', 'Na', '38', 'India', 'Punjab', 'Ludhiana', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-06-05 17:36:03', '2020-06-05 17:36:03'), (270, 277, 'Arvind', '1,3,5,7', 2, 'fue', '0', '0', '', 'no', '30', 'India', 'Jammu And Kashmir', 'Kathua', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-06-12 04:40:00', '2020-06-12 04:40:00'); INSERT INTO `hair_transplant_reports` (`id`, `user_id`, `username`, `affected_ids`, `service_id`, `transplant_type`, `total_graft`, `total_hair`, `affected_gallery`, `medical_condition`, `age`, `country`, `state`, `city`, `offer_apply`, `required_graft`, `cost_per_graft`, `total_cost`, `discount`, `total_payment`, `sitting`, `payment_type`, `appointment_status`, `procedure_stat`, `is_stat`, `created_at`, `updated_at`) VALUES (271, 278, 'Abhimanyu', '1,2,3,5,6', 2, 'fue', '0', '0', 'transplant/12806315919601441543873766881695815251.jpg', 'No', '27', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-06-12 11:09:10', '2020-06-12 11:09:21'), (272, 187, 'kishor', '', 14, 'fue', '0', '0', '', NULL, '30', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-06-16 09:30:51', '2020-06-16 09:35:30'), (273, 187, '', '', 12, '', '', '', NULL, '', '28', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 0, 0, 0, 0, 0, NULL, 1, 'consult', 'new', '2020-06-16 09:40:38', '2020-06-16 09:47:57'), (276, 187, 'kishor', '', 6, 'fue', '0', '0', '', NULL, '30', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-06-16 10:59:18', '2020-06-17 08:24:15'), (277, 187, 'kishor', '', 3, 'fue', '0', '0', '', NULL, '30', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-06-16 12:08:34', '2020-06-17 07:56:06'), (278, 187, 'kishor', '1,2,5', 2, 'fue', '0', '0', '', NULL, '30', 'India', 'Andaman And Nicobar Islands', 'Alipur', 0, 0, 18, 0, 0, 0, 1, NULL, 1, 'consult', 'new', '2020-06-17 06:43:43', '2020-06-17 06:44:19'), (279, 187, 'kishor', '1,2,5', 2, 'fue', '0', '0', '', 'no', '30', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-06-17 06:53:00', '2020-06-17 06:53:00'), (280, 187, 'kishor', '', 7, 'fue', '0', '0', '', NULL, '30', 'India', 'Chandigarh', 'Chandigarh', 0, 0, 18, 0, 0, 0, 1, NULL, 0, 'consult', 'new', '2020-06-17 07:59:30', '2020-06-17 07:59:30'); -- -------------------------------------------------------- -- -- Table structure for table `manager_details` -- CREATE TABLE `manager_details` ( `id` int(11) NOT NULL, `user_id` bigint(20) NOT NULL, `type` enum('country manager','zonal manager','marketing manager','team member') NOT NULL, `age` int(11) DEFAULT NULL, `address` varchar(500) DEFAULT NULL, `profile_pic` varchar(255) DEFAULT NULL, `aadhar_card_pic` varchar(255) DEFAULT NULL, `description` varchar(500) DEFAULT NULL, `region` varchar(200) DEFAULT NULL, `status` tinyint(4) NOT NULL DEFAULT 1 COMMENT 'this field used for suspend a team member', `manager_permission` enum('0','1') NOT NULL DEFAULT '0' COMMENT 'Permission status 1 for add team members', `emp_id` varchar(200) DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp(), `manager_id` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `manager_details` -- INSERT INTO `manager_details` (`id`, `user_id`, `type`, `age`, `address`, `profile_pic`, `aadhar_card_pic`, `description`, `region`, `status`, `manager_permission`, `emp_id`, `created_at`, `updated_at`, `manager_id`) VALUES (1, 57, 'marketing manager', NULL, NULL, NULL, NULL, NULL, 'north', 1, '0', NULL, '2020-02-11 12:29:59', '2020-02-11 12:29:59', 0), (2, 58, 'marketing manager', NULL, NULL, NULL, NULL, NULL, 'east', 1, '0', NULL, '2020-02-11 12:31:32', '2020-02-11 12:31:32', 0); -- -------------------------------------------------------- -- -- Table structure for table `migrations` -- CREATE TABLE `migrations` ( `id` int(10) UNSIGNED NOT NULL, `migration` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `batch` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `migrations` -- INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (1, '2014_10_12_000000_create_users_table', 1), (2, '2014_10_12_100000_create_password_resets_table', 1), (3, '2016_06_01_000001_create_oauth_auth_codes_table', 2), (4, '2016_06_01_000002_create_oauth_access_tokens_table', 2), (5, '2016_06_01_000003_create_oauth_refresh_tokens_table', 2), (6, '2016_06_01_000004_create_oauth_clients_table', 2), (7, '2016_06_01_000005_create_oauth_personal_access_clients_table', 2); -- -------------------------------------------------------- -- -- Table structure for table `mobile_notifications` -- CREATE TABLE `mobile_notifications` ( `id` int(11) NOT NULL, `user_id` bigint(20) NOT NULL, `procedure_id` int(11) NOT NULL, `report_id` int(11) NOT NULL, `track_status` varchar(100) NOT NULL, `appointment_status` enum('0','1') NOT NULL, `notification_status` tinyint(4) NOT NULL, `type` varchar(100) NOT NULL, `notification_type` varchar(50) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `mobile_notifications` -- INSERT INTO `mobile_notifications` (`id`, `user_id`, `procedure_id`, `report_id`, `track_status`, `appointment_status`, `notification_status`, `type`, `notification_type`, `created_at`, `updated_at`) VALUES (1, 2, 1, 2, 'visit_doc', '0', 1, 'package', 'Request Confirm', '2020-02-10 06:20:04', '2020-02-10 06:20:04'), (2, 2, 1, 2, 'payment', '0', 1, 'package', 'Add Note', '2020-02-10 06:24:37', '2020-02-10 06:24:37'), (3, 2, 1, 2, 'payment', '0', 1, 'package', 'Resedule Appointment', '2020-02-10 06:25:57', '2020-02-10 06:25:57'), (4, 2, 1, 2, 'payment', '0', 1, 'package', 'Add New Appointment', '2020-02-10 06:26:31', '2020-02-10 06:26:31'), (5, 2, 3, 4, 'visit_doc', '0', 1, 'package', 'Request Confirm', '2020-02-10 06:59:35', '2020-02-10 06:59:35'), (6, 4, 5, 5, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-10 07:25:07', '2020-02-10 07:25:07'), (7, 12, 6, 6, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-10 09:33:43', '2020-02-10 09:33:43'), (8, 12, 10, 11, 'visit_doc', '0', 1, 'package', 'Request Confirm', '2020-02-10 09:39:36', '2020-02-10 09:39:36'), (9, 12, 10, 11, 'payment', '0', 1, 'package', 'Add Comment', '2020-02-10 09:59:23', '2020-02-10 09:59:23'), (10, 12, 10, 11, 'payment', '0', 1, 'package', 'Add Comment', '2020-02-10 09:59:48', '2020-02-10 09:59:48'), (11, 12, 10, 11, 'payment', '0', 1, 'package', 'Add Comment', '2020-02-10 10:00:08', '2020-02-10 10:00:08'), (12, 12, 10, 11, 'payment', '0', 1, 'package', 'Add Note', '2020-02-10 10:01:44', '2020-02-10 10:01:44'), (13, 12, 10, 11, 'payment', '0', 1, 'package', 'Add Note', '2020-02-10 10:02:17', '2020-02-10 10:02:17'), (14, 12, 10, 11, 'payment', '0', 1, 'package', 'Add Note', '2020-02-10 10:02:47', '2020-02-10 10:02:47'), (15, 12, 10, 11, 'payment', '0', 1, 'package', 'Add New Appointment', '2020-02-10 10:03:55', '2020-02-10 10:03:55'), (16, 12, 10, 11, 'payment', '0', 1, 'package', 'Add Comment', '2020-02-10 10:07:55', '2020-02-10 10:07:55'), (17, 12, 10, 11, 'payment', '0', 1, 'package', 'Add Comment', '2020-02-10 10:08:03', '2020-02-10 10:08:03'), (18, 19, 12, 18, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-10 11:31:53', '2020-02-10 11:31:53'), (19, 9, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-10 11:36:42', '2020-02-10 11:36:42'), (20, 9, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-10 11:37:13', '2020-02-10 11:37:13'), (21, 7, 2, 3, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-10 12:19:37', '2020-02-10 12:19:37'), (22, 7, 2, 3, 'visit_doc', '0', 1, 'package', 'Add Comment', '2020-02-10 12:50:02', '2020-02-10 12:50:02'), (23, 7, 15, 26, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-10 13:43:52', '2020-02-10 13:43:52'), (24, 7, 15, 26, 'visit_doc', '0', 1, 'offer', 'Appointment Cancelled', '2020-02-10 13:53:15', '2020-02-10 13:53:15'), (25, 7, 20, 31, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-10 14:01:13', '2020-02-10 14:01:13'), (26, 19, 12, 18, 'visit_doc', '0', 1, 'package', 'Request Confirm', '2020-02-10 14:12:07', '2020-02-10 14:12:07'), (27, 19, 23, 34, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-10 14:22:11', '2020-02-10 14:22:11'), (28, 19, 24, 35, 'visit_doc', '0', 1, 'package', 'Request Confirm', '2020-02-10 14:25:18', '2020-02-10 14:25:18'), (29, 1, 27, 39, 'visit_doc', '0', 1, 'package', 'Request Confirm', '2020-02-10 14:59:30', '2020-02-10 14:59:30'), (30, 1, 26, 37, 'visit_doc', '0', 1, 'package', 'Request Confirm', '2020-02-10 15:01:51', '2020-02-10 15:01:51'), (31, 19, 30, 38, 'visit_doc', '0', 1, 'package', 'Request Confirm', '2020-02-10 15:08:44', '2020-02-10 15:08:44'), (32, 22, 32, 41, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-10 15:32:28', '2020-02-10 15:32:28'), (33, 12, 18, 29, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-10 15:33:21', '2020-02-10 15:33:21'), (34, 1, 33, 53, 'visit_doc', '0', 1, 'package', 'Request Confirm', '2020-02-10 15:33:56', '2020-02-10 15:33:56'), (35, 12, 34, 56, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-11 04:51:08', '2020-02-11 04:51:08'), (36, 12, 34, 56, 'visit_doc', '0', 1, 'package', 'Add Note', '2020-02-11 05:05:33', '2020-02-11 05:05:33'), (37, 12, 34, 56, 'visit_doc', '0', 1, 'package', 'Add Note', '2020-02-11 05:06:00', '2020-02-11 05:06:00'), (38, 12, 34, 56, 'visit_doc', '0', 1, 'package', 'Resedule Appointment', '2020-02-11 05:06:31', '2020-02-11 05:06:31'), (39, 12, 34, 56, 'visit_doc', '0', 1, 'package', 'Add New Appointment', '2020-02-11 05:07:07', '2020-02-11 05:07:07'), (40, 12, 34, 56, 'visit_doc', '0', 1, 'package', 'Add Comment', '2020-02-11 05:09:10', '2020-02-11 05:09:10'), (41, 12, 34, 56, 'visit_doc', '0', 1, 'package', 'Add Comment', '2020-02-11 05:09:42', '2020-02-11 05:09:42'), (42, 12, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-11 05:12:59', '2020-02-11 05:12:59'), (43, 12, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-11 05:30:31', '2020-02-11 05:30:31'), (44, 13, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-11 05:30:48', '2020-02-11 05:30:48'), (45, 30, 35, 57, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-11 05:37:49', '2020-02-11 05:37:49'), (46, 12, 38, 60, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-11 05:53:12', '2020-02-11 05:53:12'), (47, 7, 39, 61, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-11 05:53:57', '2020-02-11 05:53:57'), (48, 33, 40, 64, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-11 07:21:25', '2020-02-11 07:21:25'), (49, 7, 41, 63, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-11 09:07:51', '2020-02-11 09:07:51'), (50, 42, 43, 72, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-11 09:47:35', '2020-02-11 09:47:35'), (51, 44, 45, 74, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-11 10:54:22', '2020-02-11 10:54:22'), (52, 1, 52, 44, 'visit_doc', '0', 1, 'package', 'Request Confirm', '2020-02-11 12:20:38', '2020-02-11 12:20:38'), (53, 59, 53, 81, 'visit_doc', '0', 1, 'package', 'Request Confirm', '2020-02-11 12:38:08', '2020-02-11 12:38:08'), (54, 54, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-11 12:39:13', '2020-02-11 12:39:13'), (55, 1, 54, 45, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-11 12:47:01', '2020-02-11 12:47:01'), (56, 7, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-11 13:33:09', '2020-02-11 13:33:09'), (57, 18, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-11 13:35:32', '2020-02-11 13:35:32'), (58, 7, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-11 13:35:38', '2020-02-11 13:35:38'), (59, 18, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-11 13:37:54', '2020-02-11 13:37:54'), (60, 18, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-11 13:42:41', '2020-02-11 13:42:41'), (61, 18, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-11 13:50:29', '2020-02-11 13:50:29'), (62, 7, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-11 13:50:55', '2020-02-11 13:50:55'), (63, 18, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-11 13:51:45', '2020-02-11 13:51:45'), (64, 64, 56, 83, 'visit_doc', '0', 1, 'package', 'Request Confirm', '2020-02-12 05:46:41', '2020-02-12 05:46:41'), (65, 64, 56, 83, 'visit_doc', '0', 1, 'package', 'Add Comment', '2020-02-12 05:51:27', '2020-02-12 05:51:27'), (66, 7, 57, 69, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-12 10:16:35', '2020-02-12 10:16:35'), (67, 64, 58, 84, 'visit_doc', '0', 1, 'package', 'Request Confirm', '2020-02-12 11:50:09', '2020-02-12 11:50:09'), (68, 64, 58, 84, 'visit_doc', '0', 1, 'package', 'Add Note', '2020-02-12 11:50:44', '2020-02-12 11:50:44'), (69, 64, 58, 84, 'visit_doc', '0', 1, 'package', 'Add Comment', '2020-02-12 12:12:29', '2020-02-12 12:12:29'), (70, 12, 7, 7, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-13 09:19:32', '2020-02-13 09:19:32'), (71, 22, 14, 20, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-13 09:19:44', '2020-02-13 09:19:44'), (72, 64, 59, 85, 'visit_doc', '0', 1, 'package', 'Request Confirm', '2020-02-13 09:19:55', '2020-02-13 09:19:55'), (73, 70, 63, 98, 'visit_doc', '0', 0, 'offer', 'Request Confirm', '2020-02-13 09:48:03', '2020-02-13 09:48:03'), (74, 70, 63, 98, 'visit_doc', '0', 0, 'offer', 'Add New Appointment', '2020-02-13 09:48:42', '2020-02-13 09:48:42'), (75, 70, 63, 98, 'visit_doc', '0', 0, 'offer', 'Appointment Cancelled', '2020-02-13 09:52:25', '2020-02-13 09:52:25'), (76, 70, 63, 98, 'visit_doc', '0', 0, 'offer', 'Add New Appointment', '2020-02-13 09:53:41', '2020-02-13 09:53:41'), (77, 70, 63, 98, 'visit_doc', '0', 0, 'offer', 'Add New Appointment', '2020-02-13 09:55:20', '2020-02-13 09:55:20'), (78, 70, 63, 98, 'visit_doc', '0', 0, 'offer', 'Add New Appointment', '2020-02-13 09:59:48', '2020-02-13 09:59:48'), (79, 70, 63, 98, 'visit_doc', '0', 0, 'offer', 'Appointment Cancelled', '2020-02-13 10:06:30', '2020-02-13 10:06:30'), (80, 70, 63, 98, 'visit_doc', '0', 0, 'offer', 'Appointment Cancelled', '2020-02-13 10:09:31', '2020-02-13 10:09:31'), (81, 70, 63, 98, 'visit_doc', '0', 0, 'offer', 'Appointment Cancelled', '2020-02-13 10:11:52', '2020-02-13 10:11:52'), (82, 70, 63, 98, 'visit_doc', '0', 0, 'offer', 'Add New Appointment', '2020-02-13 10:15:59', '2020-02-13 10:15:59'), (83, 70, 63, 98, 'visit_doc', '0', 0, 'offer', 'Appointment Cancelled', '2020-02-13 10:17:10', '2020-02-13 10:17:10'), (84, 70, 63, 98, 'visit_doc', '0', 0, 'offer', 'Add New Appointment', '2020-02-13 10:22:27', '2020-02-13 10:22:27'), (85, 70, 63, 98, 'visit_doc', '0', 0, 'offer', 'Appointment Cancelled', '2020-02-13 10:23:22', '2020-02-13 10:23:22'), (86, 70, 63, 98, 'visit_doc', '0', 0, 'offer', 'Add New Appointment', '2020-02-13 10:28:10', '2020-02-13 10:28:10'), (87, 70, 63, 98, 'visit_doc', '0', 0, 'offer', 'Appointment Cancelled', '2020-02-13 10:29:42', '2020-02-13 10:29:42'), (88, 70, 63, 98, 'visit_doc', '0', 0, 'offer', 'Add New Appointment', '2020-02-13 10:37:16', '2020-02-13 10:37:16'), (89, 70, 63, 98, 'visit_doc', '0', 0, 'offer', 'Appointment Cancelled', '2020-02-13 10:37:56', '2020-02-13 10:37:56'), (90, 70, 63, 98, 'visit_doc', '0', 0, 'offer', 'Add New Appointment', '2020-02-13 10:39:03', '2020-02-13 10:39:03'), (91, 70, 63, 98, 'visit_doc', '0', 0, 'offer', 'Add New Appointment', '2020-02-13 10:42:43', '2020-02-13 10:42:43'), (92, 71, 64, 99, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-13 10:51:34', '2020-02-13 10:51:34'), (93, 71, 64, 99, 'visit_doc', '0', 1, 'offer', 'Add New Appointment', '2020-02-13 10:51:57', '2020-02-13 10:51:57'), (94, 71, 64, 99, 'visit_doc', '0', 1, 'offer', 'Add New Appointment', '2020-02-13 11:00:07', '2020-02-13 11:00:07'), (95, 71, 64, 99, 'visit_doc', '0', 1, 'offer', 'Appointment Cancelled', '2020-02-13 11:00:32', '2020-02-13 11:00:32'), (96, 71, 64, 99, 'visit_doc', '0', 1, 'offer', 'Add New Appointment', '2020-02-13 11:37:20', '2020-02-13 11:37:20'), (97, 71, 64, 99, 'visit_doc', '0', 1, 'offer', 'Appointment Cancelled', '2020-02-13 11:37:51', '2020-02-13 11:37:51'), (98, 72, 66, 101, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-13 11:56:46', '2020-02-13 11:56:46'), (99, 72, 65, 100, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-13 11:56:51', '2020-02-13 11:56:51'), (100, 51, 51, 80, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-13 11:58:11', '2020-02-13 11:58:11'), (101, 46, 49, 78, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-13 11:58:15', '2020-02-13 11:58:15'), (102, 70, 63, 98, 'visit_doc', '0', 0, 'offer', 'Appointment Cancelled', '2020-02-13 12:07:17', '2020-02-13 12:07:17'), (103, 70, 63, 98, 'visit_doc', '0', 0, 'offer', 'Add New Appointment', '2020-02-13 12:07:45', '2020-02-13 12:07:45'), (104, 72, 67, 102, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-13 12:12:13', '2020-02-13 12:12:13'), (105, 72, 67, 102, 'visit_doc', '0', 1, 'offer', 'Add Comment', '2020-02-13 12:17:16', '2020-02-13 12:17:16'), (106, 72, 67, 102, 'visit_doc', '0', 1, 'offer', 'Add Comment', '2020-02-13 12:17:29', '2020-02-13 12:17:29'), (107, 72, 67, 102, 'visit_doc', '0', 1, 'offer', 'Add Comment', '2020-02-13 12:17:54', '2020-02-13 12:17:54'), (108, 72, 67, 102, 'visit_doc', '0', 1, 'offer', 'Add Note', '2020-02-13 12:22:05', '2020-02-13 12:22:05'), (109, 75, 68, 104, 'visit_doc', '0', 1, 'package', 'Request Confirm', '2020-02-13 12:25:49', '2020-02-13 12:25:49'), (110, 71, 64, 99, 'visit_doc', '0', 1, 'offer', 'Add New Appointment', '2020-02-13 12:29:39', '2020-02-13 12:29:39'), (111, 7, 69, 105, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-13 12:32:47', '2020-02-13 12:32:47'), (112, 72, 70, 106, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-13 12:33:19', '2020-02-13 12:33:19'), (113, 72, 70, 106, 'visit_doc', '0', 1, 'offer', 'Resedule Appointment', '2020-02-13 12:42:04', '2020-02-13 12:42:04'), (114, 72, 70, 106, 'visit_doc', '0', 1, 'offer', 'Add New Appointment', '2020-02-13 12:43:11', '2020-02-13 12:43:11'), (115, 71, 64, 99, 'visit_doc', '0', 1, 'offer', 'Add New Appointment', '2020-02-13 12:46:36', '2020-02-13 12:46:36'), (116, 71, 64, 99, 'visit_doc', '0', 1, 'offer', 'Add New Appointment', '2020-02-13 12:48:57', '2020-02-13 12:48:57'), (117, 72, 70, 106, 'visit_doc', '0', 1, 'offer', 'Add Comment', '2020-02-13 12:52:36', '2020-02-13 12:52:36'), (118, 72, 70, 106, 'visit_doc', '0', 1, 'offer', 'Add Comment', '2020-02-13 12:52:47', '2020-02-13 12:52:47'), (119, 71, 64, 99, 'visit_doc', '0', 1, 'offer', 'Add New Appointment', '2020-02-13 12:59:38', '2020-02-13 12:59:38'), (120, 70, 63, 98, 'visit_doc', '0', 0, 'offer', 'Appointment Cancelled', '2020-02-13 13:03:12', '2020-02-13 13:03:12'), (121, 7, 69, 105, 'visit_doc', '0', 1, 'offer', 'Add Comment', '2020-02-13 13:19:59', '2020-02-13 13:19:59'), (122, 7, 69, 105, 'visit_doc', '0', 1, 'offer', 'Add Note', '2020-02-13 13:21:59', '2020-02-13 13:21:59'), (123, 7, 69, 105, 'visit_doc', '0', 1, 'package', 'Appointment Cancelled', '2020-02-13 13:45:53', '2020-02-13 13:45:53'), (124, 19, 21, 32, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-13 13:55:09', '2020-02-13 13:55:09'), (125, 19, 21, 32, 'visit_doc', '0', 1, 'package', 'Add Note', '2020-02-13 14:06:30', '2020-02-13 14:06:30'), (126, 10, 71, 108, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-13 14:17:15', '2020-02-13 14:17:15'), (127, 10, 71, 108, 'visit_doc', '0', 1, 'offer', 'Add Comment', '2020-02-13 14:17:46', '2020-02-13 14:17:46'), (128, 9, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-13 14:50:42', '2020-02-13 14:50:42'), (129, 81, 73, 111, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-14 06:41:31', '2020-02-14 06:41:31'), (130, 81, 73, 111, 'visit_doc', '0', 1, 'offer', 'Add Comment', '2020-02-14 06:44:11', '2020-02-14 06:44:11'), (131, 81, 73, 111, 'visit_doc', '0', 1, 'offer', 'Add Comment', '2020-02-14 06:44:20', '2020-02-14 06:44:20'), (132, 81, 73, 111, 'visit_doc', '0', 1, 'offer', 'Add Note', '2020-02-14 06:47:21', '2020-02-14 06:47:21'), (133, 81, 73, 111, 'visit_doc', '0', 1, 'offer', 'Add Note', '2020-02-14 06:47:54', '2020-02-14 06:47:54'), (134, 81, 73, 111, 'visit_doc', '0', 1, 'offer', 'Add New Appointment', '2020-02-14 06:50:07', '2020-02-14 06:50:07'), (135, 81, 73, 111, 'visit_doc', '0', 1, 'offer', 'Add Note', '2020-02-14 06:51:13', '2020-02-14 06:51:13'), (136, 81, 73, 111, 'visit_doc', '0', 1, 'offer', 'Resedule Appointment', '2020-02-14 06:52:01', '2020-02-14 06:52:01'), (137, 81, 73, 111, 'visit_doc', '0', 1, 'package', 'Add Comment', '2020-02-14 07:01:50', '2020-02-14 07:01:50'), (138, 81, 73, 111, 'visit_doc', '0', 1, 'package', 'Add Comment', '2020-02-14 07:01:58', '2020-02-14 07:01:58'), (139, 7, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-14 07:13:43', '2020-02-14 07:13:43'), (140, 7, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-14 07:17:32', '2020-02-14 07:17:32'), (141, 7, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-14 07:18:10', '2020-02-14 07:18:10'), (142, 81, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-14 07:20:38', '2020-02-14 07:20:38'), (143, 81, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-14 07:20:45', '2020-02-14 07:20:45'), (144, 35, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-14 07:21:09', '2020-02-14 07:21:09'), (145, 81, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-14 07:21:57', '2020-02-14 07:21:57'), (146, 35, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-14 07:23:32', '2020-02-14 07:23:32'), (147, 35, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-14 07:23:58', '2020-02-14 07:23:58'), (148, 19, 21, 32, 'visit_doc', '0', 1, 'package', 'Add Note', '2020-02-14 09:49:31', '2020-02-14 09:49:31'), (149, 19, 21, 32, 'visit_doc', '0', 1, 'package', 'Add Note', '2020-02-14 09:52:00', '2020-02-14 09:52:00'), (150, 81, 75, 113, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-14 09:54:29', '2020-02-14 09:54:29'), (151, 19, 21, 32, 'visit_doc', '0', 1, 'package', 'Add Comment', '2020-02-14 09:56:24', '2020-02-14 09:56:24'), (152, 19, 21, 32, 'visit_doc', '0', 1, 'package', 'Add Comment', '2020-02-14 09:56:45', '2020-02-14 09:56:45'), (153, 81, 76, 114, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-14 09:57:44', '2020-02-14 09:57:44'), (154, 44, 45, 74, 'visit_doc', '0', 1, 'package', 'Request Confirm', '2020-02-14 10:00:42', '2020-02-14 10:00:42'), (155, 81, 77, 115, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-14 10:03:24', '2020-02-14 10:03:24'), (156, 81, 77, 115, 'visit_doc', '0', 1, 'offer', 'Add Comment', '2020-02-14 10:05:28', '2020-02-14 10:05:28'), (157, 81, 77, 115, 'visit_doc', '0', 1, 'offer', 'Add Comment', '2020-02-14 10:05:34', '2020-02-14 10:05:34'), (158, 81, 77, 115, 'visit_doc', '0', 1, 'offer', 'Add Note', '2020-02-14 10:06:04', '2020-02-14 10:06:04'), (159, 81, 77, 115, 'visit_doc', '0', 1, 'offer', 'Resedule Appointment', '2020-02-14 10:06:56', '2020-02-14 10:06:56'), (160, 81, 77, 115, 'visit_doc', '0', 1, 'offer', 'Add New Appointment', '2020-02-14 10:07:57', '2020-02-14 10:07:57'), (161, 81, 77, 115, 'visit_doc', '0', 1, 'offer', 'Add Note', '2020-02-14 10:10:26', '2020-02-14 10:10:26'), (162, 81, 77, 115, 'visit_doc', '0', 1, 'package', 'Add Comment', '2020-02-14 10:16:53', '2020-02-14 10:16:53'), (163, 19, 21, 32, 'visit_doc', '0', 1, 'package', 'Add Comment', '2020-02-14 10:27:27', '2020-02-14 10:27:27'), (164, 81, 78, 116, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-14 10:51:53', '2020-02-14 10:51:53'), (165, 81, 79, 117, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-14 10:57:24', '2020-02-14 10:57:24'), (166, 81, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-14 11:04:47', '2020-02-14 11:04:47'), (167, 81, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-14 11:04:50', '2020-02-14 11:04:50'), (168, 81, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-14 11:06:26', '2020-02-14 11:06:26'), (169, 7, 57, 69, 'completed', '0', 1, 'package', 'Add New Appointment', '2020-02-14 11:50:23', '2020-02-14 11:50:23'), (170, 18, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-14 11:52:52', '2020-02-14 11:52:52'), (171, 7, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-14 11:52:59', '2020-02-14 11:52:59'), (172, 81, 80, 118, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-17 04:32:21', '2020-02-17 04:32:21'), (173, 8, 82, 127, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-17 04:34:19', '2020-02-17 04:34:19'), (174, 12, 38, 60, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-17 05:32:41', '2020-02-17 05:32:41'), (175, 12, 38, 60, 'visit_doc', '0', 1, 'offer', 'Add Note', '2020-02-17 05:33:21', '2020-02-17 05:33:21'), (176, 8, 83, 129, 'visit_doc', '0', 1, 'package', 'Request Confirm', '2020-02-17 05:52:16', '2020-02-17 05:52:16'), (177, 12, 38, 60, 'visit_doc', '0', 1, 'offer', 'Add Comment', '2020-02-17 06:18:28', '2020-02-17 06:18:28'), (178, 101, 84, 132, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-17 09:37:28', '2020-02-17 09:37:28'), (179, 101, 84, 132, 'visit_doc', '0', 1, 'offer', 'Add Note', '2020-02-17 09:57:38', '2020-02-17 09:57:38'), (180, 101, 84, 132, 'visit_doc', '0', 1, 'offer', 'Add New Appointment', '2020-02-17 09:59:14', '2020-02-17 09:59:14'), (181, 101, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-17 10:08:46', '2020-02-17 10:08:46'), (182, 18, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-17 14:57:29', '2020-02-17 14:57:29'), (183, 105, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-18 05:42:46', '2020-02-18 05:42:46'), (184, 105, 85, 138, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-18 05:45:20', '2020-02-18 05:45:20'), (185, 105, 85, 138, 'visit_doc', '0', 1, 'offer', 'Add Comment', '2020-02-18 05:46:46', '2020-02-18 05:46:46'), (186, 105, 85, 138, 'visit_doc', '0', 1, 'package', 'Add Comment', '2020-02-18 05:51:55', '2020-02-18 05:51:55'), (187, 105, 85, 138, 'visit_doc', '0', 1, 'package', 'Add Note', '2020-02-18 05:53:48', '2020-02-18 05:53:48'), (188, 105, 85, 138, 'visit_doc', '0', 1, 'package', 'Resedule Appointment', '2020-02-18 05:57:28', '2020-02-18 05:57:28'), (189, 105, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-18 06:20:58', '2020-02-18 06:20:58'), (190, 105, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-18 06:21:02', '2020-02-18 06:21:02'), (191, 105, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-18 06:21:05', '2020-02-18 06:21:05'), (192, 105, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-18 06:25:00', '2020-02-18 06:25:00'), (193, 18, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-18 09:40:40', '2020-02-18 09:40:40'), (194, 18, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-18 09:43:59', '2020-02-18 09:43:59'), (195, 10, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-18 10:04:23', '2020-02-18 10:04:23'), (196, 10, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-18 10:04:49', '2020-02-18 10:04:49'), (197, 18, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-18 10:05:12', '2020-02-18 10:05:12'), (198, 10, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-18 10:06:15', '2020-02-18 10:06:15'), (199, 10, 86, 135, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-18 10:11:15', '2020-02-18 10:11:15'), (200, 10, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-18 10:12:00', '2020-02-18 10:12:00'), (201, 10, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-19 04:30:11', '2020-02-19 04:30:11'), (202, 10, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-02-19 04:30:21', '2020-02-19 04:30:21'), (203, 1, 88, 46, 'visit_doc', '0', 1, 'package', 'Request Confirm', '2020-02-25 10:46:16', '2020-02-25 10:46:16'), (204, 75, 89, 162, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-25 12:05:50', '2020-02-25 12:05:50'), (205, 75, 89, 162, 'visit_doc', '0', 1, 'offer', 'Add Comment', '2020-02-25 12:12:25', '2020-02-25 12:12:25'), (206, 2, 93, 170, 'visit_doc', '0', 1, 'package', 'Request Confirm', '2020-02-26 11:21:00', '2020-02-26 11:21:00'), (207, 2, 93, 170, 'visit_doc', '0', 1, 'package', 'Add Comment', '2020-02-26 11:21:43', '2020-02-26 11:21:43'), (208, 2, 93, 170, 'visit_doc', '0', 1, 'package', 'Add New Appointment', '2020-02-26 11:23:43', '2020-02-26 11:23:43'), (209, 2, 93, 170, 'visit_doc', '0', 1, 'package', 'Add Comment', '2020-02-26 11:25:16', '2020-02-26 11:25:16'), (210, 194, 94, 171, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-02-26 12:12:21', '2020-02-26 12:12:21'), (211, 18, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-03-11 09:53:14', '2020-03-11 09:53:14'), (212, 18, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-03-11 10:15:08', '2020-03-11 10:15:08'), (213, 7, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-03-11 10:15:16', '2020-03-11 10:15:16'), (214, 18, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-03-11 10:15:22', '2020-03-11 10:15:22'), (215, 18, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-03-11 10:16:53', '2020-03-11 10:16:53'), (216, 7, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-03-11 10:17:02', '2020-03-11 10:17:02'), (217, 18, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-03-11 10:17:21', '2020-03-11 10:17:21'), (218, 7, 57, 69, 'completed', '0', 1, 'package', 'Appointment Cancelled', '2020-03-11 10:17:43', '2020-03-11 10:17:43'), (219, 64, 109, 208, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-03-16 10:02:50', '2020-03-16 10:02:50'), (220, 64, 109, 208, 'visit_doc', '0', 1, 'offer', 'Add Comment', '2020-03-16 10:06:38', '2020-03-16 10:06:38'), (221, 64, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-03-16 10:07:46', '2020-03-16 10:07:46'), (222, 64, 109, 208, 'visit_doc', '0', 1, 'package', 'Resedule Appointment', '2020-03-16 12:09:32', '2020-03-16 12:09:32'), (223, 64, 110, 209, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-03-16 12:18:44', '2020-03-16 12:18:44'), (224, 64, 110, 209, 'visit_doc', '0', 1, 'offer', 'Add Comment', '2020-03-16 12:19:17', '2020-03-16 12:19:17'), (225, 64, 110, 209, 'visit_doc', '0', 1, 'package', 'Add Comment', '2020-03-16 12:26:17', '2020-03-16 12:26:17'), (226, 64, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-03-16 12:31:46', '2020-03-16 12:31:46'), (227, 64, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-03-16 12:32:02', '2020-03-16 12:32:02'), (228, 7, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-03-16 12:38:03', '2020-03-16 12:38:03'), (229, 7, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-03-16 12:38:11', '2020-03-16 12:38:11'), (230, 64, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-03-16 12:40:22', '2020-03-16 12:40:22'), (231, 64, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-03-16 12:40:32', '2020-03-16 12:40:32'), (232, 64, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-03-16 12:41:00', '2020-03-16 12:41:00'), (233, 64, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-03-16 12:41:14', '2020-03-16 12:41:14'), (234, 64, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-03-16 12:42:13', '2020-03-16 12:42:13'), (235, 64, 109, 208, 'visit_doc', '0', 1, 'package', 'Add Note', '2020-03-17 04:57:42', '2020-03-17 04:57:42'), (236, 220, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-03-17 05:25:05', '2020-03-17 05:25:05'), (237, 64, 109, 208, 'visit_doc', '0', 1, 'package', 'Add Comment', '2020-03-17 05:37:32', '2020-03-17 05:37:32'), (238, 64, 109, 208, 'visit_doc', '0', 1, 'package', 'Add Comment', '2020-03-17 05:37:37', '2020-03-17 05:37:37'), (239, 64, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-03-17 05:38:37', '2020-03-17 05:38:37'), (240, 64, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-03-17 09:06:27', '2020-03-17 09:06:27'), (241, 7, 113, 182, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-03-17 09:28:27', '2020-03-17 09:28:27'), (242, 7, 115, 218, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-03-17 09:48:51', '2020-03-17 09:48:51'), (243, 64, 110, 209, 'visit_doc', '0', 1, 'package', 'Appointment Cancelled', '2020-03-17 09:54:19', '2020-03-17 09:54:19'), (244, 64, 120, 222, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-03-17 12:05:40', '2020-03-17 12:05:40'), (245, 64, 120, 222, 'visit_doc', '0', 1, 'offer', 'Appointment Cancelled', '2020-03-17 12:25:50', '2020-03-17 12:25:50'), (246, 64, 121, 223, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-03-17 12:37:42', '2020-03-17 12:37:42'), (247, 64, 122, 225, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-03-18 04:44:46', '2020-03-18 04:44:46'), (248, 64, 109, 208, 'visit_doc', '0', 1, 'package', 'Add Comment', '2020-03-18 06:08:47', '2020-03-18 06:08:47'), (249, 64, 109, 208, 'visit_doc', '0', 1, 'package', 'Add Note', '2020-03-18 06:09:34', '2020-03-18 06:09:34'), (250, 64, 109, 208, 'visit_doc', '0', 1, 'package', 'Add Note', '2020-03-18 06:10:30', '2020-03-18 06:10:30'), (251, 64, 109, 208, 'visit_doc', '0', 1, 'package', 'Resedule Appointment', '2020-03-18 06:11:44', '2020-03-18 06:11:44'), (252, 10, 124, 28, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-03-18 06:23:40', '2020-03-18 06:23:40'), (253, 64, 123, 226, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-03-18 06:34:58', '2020-03-18 06:34:58'), (254, 64, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-03-18 09:31:37', '2020-03-18 09:31:37'), (255, 64, 122, 225, 'visit_doc', '0', 1, 'package', 'Add Comment', '2020-03-18 09:44:20', '2020-03-18 09:44:20'), (256, 64, 122, 225, 'visit_doc', '0', 1, 'package', 'Add Comment', '2020-03-18 09:44:26', '2020-03-18 09:44:26'), (257, 64, 109, 208, 'visit_doc', '0', 1, 'package', 'Add Note', '2020-03-18 10:02:54', '2020-03-18 10:02:54'), (258, 248, 129, 239, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-03-27 06:36:01', '2020-03-27 06:36:01'), (259, 248, 129, 239, 'visit_doc', '0', 1, 'offer', 'Add Comment', '2020-03-27 06:36:36', '2020-03-27 06:36:36'), (260, 246, 128, 238, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-03-27 06:53:52', '2020-03-27 06:53:52'), (261, 248, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-03-27 12:43:47', '2020-03-27 12:43:47'), (262, 245, 0, 0, '', '0', 0, 'chat', 'Chatting', '2020-03-27 12:44:16', '2020-03-27 12:44:16'), (263, 267, 132, 256, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-05-21 08:33:46', '2020-05-21 08:33:46'), (264, 267, 132, 256, 'visit_doc', '0', 1, 'offer', 'Add Note', '2020-05-21 08:34:45', '2020-05-21 08:34:45'), (265, 267, 133, 258, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-05-21 09:29:08', '2020-05-21 09:29:08'), (266, 267, 133, 258, 'visit_doc', '0', 1, 'offer', 'Add Note', '2020-05-21 09:33:23', '2020-05-21 09:33:23'), (267, 75, 134, 263, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-05-22 09:07:08', '2020-05-22 09:07:08'), (268, 75, 134, 263, 'visit_doc', '0', 1, 'offer', 'Add Note', '2020-05-22 09:25:57', '2020-05-22 09:25:57'), (269, 75, 134, 263, 'visit_doc', '0', 1, 'offer', 'Add Note', '2020-05-22 09:36:50', '2020-05-22 09:36:50'), (270, 75, 134, 263, 'visit_doc', '0', 1, 'offer', 'Add Note', '2020-05-22 09:42:00', '2020-05-22 09:42:00'), (271, 278, 135, 271, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-06-13 13:53:57', '2020-06-13 13:53:57'), (272, 278, 135, 271, 'visit_doc', '0', 1, 'offer', 'Add Comment', '2020-06-13 15:03:52', '2020-06-13 15:03:52'), (273, 187, 136, 273, 'visit_doc', '0', 1, 'offer', 'Add Comment', '2020-06-16 10:28:00', '2020-06-16 10:28:00'), (274, 195, 98, 175, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-06-16 10:33:32', '2020-06-16 10:33:32'), (275, 195, 99, 176, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-06-16 10:33:37', '2020-06-16 10:33:37'), (276, 64, 117, 210, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-06-16 10:33:42', '2020-06-16 10:33:42'), (277, 187, 138, 278, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-06-17 07:02:50', '2020-06-17 07:02:50'), (278, 187, 139, 276, 'visit_doc', '0', 1, 'offer', 'Request Confirm', '2020-06-17 09:21:39', '2020-06-17 09:21:39'); -- -------------------------------------------------------- -- -- Table structure for table `note_comment_data` -- CREATE TABLE `note_comment_data` ( `id` bigint(20) NOT NULL, `user_id` int(11) NOT NULL, `procedure_id` int(11) NOT NULL, `appointment_id` int(11) NOT NULL, `doctor_assistant_ids` int(11) NOT NULL, `type` varchar(255) NOT NULL, `comments_notes` varchar(255) NOT NULL, `visible_to` int(11) DEFAULT 0 COMMENT '(0-not visible,1-visible)', `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `note_comment_data` -- INSERT INTO `note_comment_data` (`id`, `user_id`, `procedure_id`, `appointment_id`, `doctor_assistant_ids`, `type`, `comments_notes`, `visible_to`, `created_at`, `updated_at`) VALUES (1, 2, 1, 1, 6, 'note', 'Test notes', 1, '2020-02-10 06:24:37', '2020-02-10 06:24:37'), (4, 12, 10, 9, 13, 'comment', 'Hie', 0, '2020-02-10 10:00:08', '2020-02-10 10:00:08'), (5, 12, 10, 9, 13, 'note', 'Hie', 1, '2020-02-10 10:01:44', '2020-02-10 10:01:44'), (6, 12, 10, 9, 13, 'note', 'Hie 2', 0, '2020-02-10 10:02:17', '2020-02-10 10:02:17'), (7, 12, 10, 9, 13, 'note', 'Hie 2', 0, '2020-02-10 10:02:47', '2020-02-10 10:02:47'), (8, 12, 10, 9, 13, 'comment', 'Thh', 1, '2020-02-10 10:07:55', '2020-02-10 10:07:55'), (9, 12, 10, 9, 13, 'comment', 'Gn', 0, '2020-02-10 10:08:03', '2020-02-10 10:08:03'), (10, 7, 2, 14, 18, 'comment', 'Good', 1, '2020-02-10 12:50:02', '2020-02-10 12:50:02'), (11, 12, 34, 27, 13, 'note', 'Hello', 0, '2020-02-11 05:05:33', '2020-02-11 05:05:33'), (12, 12, 34, 27, 13, 'note', 'Hello 1', 1, '2020-02-11 05:06:00', '2020-02-11 05:06:00'), (13, 12, 34, 27, 13, 'comment', 'Hi', 1, '2020-02-11 05:09:10', '2020-02-11 05:09:10'), (14, 12, 34, 27, 13, 'comment', 'Hello', 1, '2020-02-11 05:09:42', '2020-02-11 05:09:42'), (15, 64, 56, 46, 65, 'comment', 'gfhiihygg ghjjjj', 1, '2020-02-12 05:51:27', '2020-02-12 05:51:27'), (16, 64, 58, 48, 9, 'note', 'hello', 1, '2020-02-12 11:50:44', '2020-02-12 11:50:44'), (17, 64, 58, 48, 9, 'comment', 'hello', 1, '2020-02-12 12:12:29', '2020-02-12 12:12:29'), (20, 72, 67, 69, 73, 'comment', 'Hi', 1, '2020-02-13 12:17:54', '2020-02-13 12:17:54'), (21, 72, 67, 69, 35, 'note', 'Test', 0, '2020-02-13 12:22:05', '2020-02-13 12:22:05'), (22, 72, 70, 75, 73, 'comment', 'Hi', 0, '2020-02-13 12:52:36', '2020-02-13 12:52:36'), (23, 72, 70, 75, 73, 'comment', 'Hi', 1, '2020-02-13 12:52:47', '2020-02-13 12:52:47'), (24, 7, 69, 73, 76, 'comment', 'Hi', 1, '2020-02-13 13:19:59', '2020-02-13 13:19:59'), (25, 7, 69, 73, 18, 'note', 'Hi', 1, '2020-02-13 13:21:59', '2020-02-13 13:21:59'), (26, 19, 21, 18, 18, 'note', 'Hello g', 1, '2020-02-13 14:06:30', '2020-02-14 09:56:00'), (27, 10, 71, 79, 18, 'comment', 'Hello', 1, '2020-02-13 14:17:46', '2020-02-13 14:17:46'), (29, 81, 73, 80, 73, 'comment', 'Hellooo', 1, '2020-02-14 06:44:20', '2020-02-14 06:44:20'), (30, 81, 73, 80, 35, 'note', 'Test 2', 1, '2020-02-14 06:47:21', '2020-02-14 06:47:21'), (31, 81, 73, 80, 35, 'note', 'Test 1', 0, '2020-02-14 06:47:54', '2020-02-14 06:47:54'), (32, 81, 73, 80, 35, 'note', 'Test 1', 1, '2020-02-14 06:51:13', '2020-02-14 06:51:13'), (33, 81, 73, 80, 73, 'comment', 'Hello', 1, '2020-02-14 07:01:50', '2020-02-14 07:01:50'), (34, 81, 73, 80, 73, 'comment', 'Hi', 0, '2020-02-14 07:01:58', '2020-02-14 07:01:58'), (35, 19, 21, 18, 18, 'note', 'Good g', 1, '2020-02-14 09:49:31', '2020-02-14 09:53:43'), (39, 81, 77, 84, 84, 'comment', 'Hi', 0, '2020-02-14 10:05:28', '2020-02-14 10:05:28'), (41, 81, 77, 84, 84, 'note', 'Not', 1, '2020-02-14 10:06:04', '2020-02-14 10:06:04'), (42, 81, 77, 85, 84, 'note', 'Tester', 1, '2020-02-14 10:10:26', '2020-02-14 10:10:26'), (43, 81, 77, 84, 84, 'comment', 'Hi', 1, '2020-02-14 10:16:53', '2020-02-14 10:16:53'), (44, 19, 21, 18, 18, 'comment', 'Hchvih', 1, '2020-02-14 10:27:27', '2020-02-14 10:27:27'), (45, 12, 38, 31, 6, 'note', 'Hi', 1, '2020-02-17 05:33:21', '2020-02-17 05:33:21'), (46, 12, 38, 31, 68, 'comment', 'Hi', 1, '2020-02-17 06:18:28', '2020-02-17 06:18:28'), (47, 101, 84, 92, 94, 'note', 'hi', 1, '2020-02-17 09:57:38', '2020-02-17 09:57:38'), (49, 105, 85, 94, 106, 'comment', 'Hi2', 1, '2020-02-18 05:51:54', '2020-02-18 05:52:23'), (50, 105, 85, 94, 106, 'note', 'No', 1, '2020-02-18 05:53:48', '2020-02-18 05:53:48'), (52, 2, 93, 99, 9, 'comment', 'test comment', 1, '2020-02-26 11:21:43', '2020-02-26 11:21:43'), (53, 2, 93, 100, 9, 'comment', 'okay great', 1, '2020-02-26 11:25:16', '2020-02-26 11:25:16'), (55, 64, 110, 106, 220, 'comment', 'Hi', 1, '2020-03-16 12:19:17', '2020-03-16 12:19:17'), (58, 64, 109, 105, 220, 'comment', 'Hi', 0, '2020-03-17 05:37:32', '2020-03-17 05:37:32'), (60, 64, 109, 105, 220, 'comment', 'Hiie', 1, '2020-03-18 06:08:47', '2020-03-18 09:53:20'), (63, 64, 122, 111, 220, 'comment', 'Hi', 0, '2020-03-18 09:44:20', '2020-03-18 09:44:20'), (64, 64, 122, 111, 220, 'comment', 'Hi', 1, '2020-03-18 09:44:26', '2020-03-18 09:44:26'), (65, 64, 109, 105, 220, 'note', 'Hello', 1, '2020-03-18 10:02:54', '2020-03-18 10:02:54'), (66, 248, 129, 116, 245, 'comment', 'You need to take these medicines', 1, '2020-03-27 06:36:36', '2020-03-27 06:36:36'), (67, 267, 132, 117, 189, 'note', 'testing', 1, '2020-05-21 08:34:45', '2020-05-21 08:34:45'), (68, 267, 133, 118, 189, 'note', 'tested', 1, '2020-05-21 09:33:23', '2020-05-21 09:33:23'), (72, 278, 135, 120, 245, 'comment', 'Hi', 0, '2020-06-13 15:03:52', '2020-06-13 15:03:52'), (73, 187, 136, 121, 189, 'comment', 'total Will be 5000', 1, '2020-06-16 10:28:00', '2020-06-16 10:28:00'); -- -------------------------------------------------------- -- -- Table structure for table `offers` -- CREATE TABLE `offers` ( `id` int(11) NOT NULL, `offer_name_en` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `offer_name_fr` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description_en` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description_fr` varchar(600) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `offer_type` enum('offer','package') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'offer', `package_price` double DEFAULT NULL, `offer_grafts` int(11) DEFAULT NULL, `discount` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `discount_type` enum('p','f','g') COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'p for percentage, f for flat off and g for grafts', `coupon_code` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `banner_image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `portrait_banner` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'This Image for deatil page', `app_banner_image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `services` int(11) DEFAULT NULL, `product_offer` enum('Y','N') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'N', `products` varchar(500) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `product_offer_type` enum('Free','Percentage','Flat') COLLATE utf8mb4_unicode_ci DEFAULT NULL, `product_offer_rate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `expiry_date` date DEFAULT NULL, `is_type` enum('1','2') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1' COMMENT '1 for default and 2 for city specific', `country` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `state` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `city` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` enum('0','1') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `offers` -- INSERT INTO `offers` (`id`, `offer_name_en`, `offer_name_fr`, `description_en`, `description_fr`, `offer_type`, `package_price`, `offer_grafts`, `discount`, `discount_type`, `coupon_code`, `banner_image`, `portrait_banner`, `app_banner_image`, `services`, `product_offer`, `products`, `product_offer_type`, `product_offer_rate`, `expiry_date`, `is_type`, `country`, `state`, `city`, `status`, `created_at`, `updated_at`) VALUES (30, '9349 Off On 5000 Grats', '9349 Off On 5000 Grats', '<p>9349 Off On 5000 Grats</p>', '9349 Off On 5000 Grats', 'package', 50000, 50000, '9349', NULL, 'cg4SRjTnW', 'banners/40940735.png', NULL, 'app/43093235.png', 1, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-11-04 10:42:45', '2019-11-29 09:04:14'), (44, '1500 Grafts + Free HRT', '1500 Grafts + Free HRT', '<p><b>Head Hair Transplant \r\nType:</b> FUE (Follicular Unit Extraction) <br><b>No. of Grafts offered in the package:</b> 1500<br></p><p>Package Includes: </p><ul><li>Blood Tests </li><li>Free Lunch during the Procedure</li><li>Hair Restoration Therapy (3)</li></ul><p>\r\nOne of the most popular Hair Transplant in the industry. Now get your style back with Kabera\'s Hair Transplant packages. </p><p>With this package, you will be treated with a transplant procedure, therapies to reduce hair fall and a healthy lifestyle check to make sure you don\'t have to face hair fall ever again in your life. \r\nThis Package also enables you a Kabera Guarantee.</p>', 'Head Hair Transplant \r\nType: FUE (Follicular Unit Extraction)\r\nNo. of Grafts offered in the package: 1500\r\nPackage Includes: \r\n> Blood Tests \r\n> Free Lunch during the Procedure\r\n> Hair Restoration Therapy (3)', 'package', 34999, 1500, '0', NULL, '83d0DhMIa', 'banners/66901512.png', 'banners/6659901.png', 'app/37914612.png', 2, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-11-28 12:45:19', '2020-01-27 11:13:47'), (47, '2000 Grafts + FREE HRT', '2000 Grafts', '<p><b>Head Hair Transplant\r\nType:</b> FUE (Follicular Unit Extraction)\r\n<br><b>No. of Grafts offered in the package</b>: 2000\r\n<br></p><p>Package Includes: </p><ul><li>Blood Tests </li><li>Free Lunch during the Procedure\r\n</li><li>Hair Restoration Therapy (3)\r\n</li></ul><p>\r\nOne of the most popular Hair Transplant in the industry. Now get your style back with Kabera\'s Hair Transplant packages. </p><p>With this package, you will be treated with a transplant procedure, therapies to reduce hair fall and a healthy lifestyle check to make sure you don\'t have to face hair fall ever again in your life. \r\nThis Package also enables you a Kabera Guarantee.</p>', 'Head Hair Transplant\r\nType: FUE (Follicular Unit Extraction)\r\nNo. of Grafts offered in the package: 2000\r\nPackage Includes: \r\n> Blood Tests \r\n> Free Lunch during the Procedure\r\n> Hair Restoration Therapy (3)\r\n\r\nOne of the most popular Hair Transplant in the industry. Now get your style back with Kabera\'s Hair Transplant packages. With this package, you will be treated with a transplant procedure, therapies to reduce hair fall and a healthy lifestyle check to make sure you don\'t have to face hair fall ever again in your life. \r\nThis Package also enables you a Kabera Guarantee.', 'package', 39999, 2000, NULL, NULL, 'tBsznoTtZ', 'banners/5155644.png', 'banners/2505459.png', 'app/5924684.png', 2, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-11-28 13:18:00', '2020-02-19 07:23:59'), (50, '2500 Grafts + FREE MESO', '2500 Grafts', '<p><b>Head Hair Transplant\r\nType: </b>FUE (Follicular Unit Extraction)\r\n<br><b>No. of Grafts offered in the package: </b>2500<br></p><p>Package Includes:</p><ul><li>Blood Tests</li><li>Free Lunch during the Procedure</li><li>PRP Therapy (2)\r\n</li><li>Meso Therapy (1)\r\n</li></ul><p>\r\nOne of the most popular Hair Transplant in the industry. Now get your style back with Kabera\'s Hair Transplant packages. </p><p>With this package, you will be treated with a transplant procedure, therapies to reduce hair fall and a healthy lifestyle check to make sure you don\'t have to face hair fall ever again in your life. \r\nThis Package also enables you a Kabera Guarantee.</p>', 'Head Hair Transplant\r\nType: FUE (Follicular Unit Extraction)\r\nNo. of Grafts offered in the package: 2500\r\n\r\nPackage Includes: \r\n> Blood Tests \r\n> Free Lunch during the Procedure\r\n> PRP Therapy (2)\r\n> Meso Therapy (1)\r\n\r\nOne of the most popular Hair Transplant in the industry. Now get your style back with Kabera\'s Hair Transplant packages. With this package, you will be treated with a transplant procedure, therapies to reduce hair fall and a healthy lifestyle check to make sure you don\'t have to face hair fall ever again in your life. \r\nThis Package also enables you a Kabera Guarantee.', 'package', 44999, 2500, NULL, NULL, 'ULqVBjMoF', 'banners/51451010.png', 'banners/5032203.png', 'app/83953510.png', 2, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-11-28 13:28:00', '2020-01-27 11:16:25'), (53, '3000 Grafts + FREE PRP', '3000 Grafts', '<p><b>Head Hair Transplant\r\nType: </b>FUE (Follicular Unit Extraction)\r\n<br><b>No. of Grafts offered in the package</b>: 3000\r\n<br></p><p>Package Includes: </p><ul><li>Blood Tests </li><li>Free Lunch during the Procedure\r\n</li><li>PRP Therapy (1)\r\n</li></ul><p>\r\nOne of the most popular Hair Transplant in the industry. Now get your style back with Kabera\'s Hair Transplant packages. </p><p>With this package, you will be treated with a transplant procedure, therapies to reduce hair fall and a healthy lifestyle check to make sure you don\'t have to face hair fall ever again in your life. \r\nThis Package also enables you a Kabera Guarantee.</p>', 'Head Hair Transplant\r\nType: FUE (Follicular Unit Extraction)\r\nNo. of Grafts offered in the package: 3000\r\n\r\nPackage Includes: \r\n> Blood Tests \r\n> Free Lunch during the Procedure\r\n> PRP Therapy (1)\r\n\r\nOne of the most popular Hair Transplant in the industry. Now get your style back with Kabera\'s Hair Transplant packages. With this package, you will be treated with a transplant procedure, therapies to reduce hair fall and a healthy lifestyle check to make sure you don\'t have to face hair fall ever again in your life. \r\nThis Package also enables you a Kabera Guarantee.', 'package', 42999, 3000, NULL, NULL, 'VUXSfw1nQ', 'banners/6387863030579.png', 'banners/8431024.png', 'app/3030579.png', 2, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-11-28 13:36:19', '2020-01-27 11:18:27'), (54, '3500 Grafts + FREE PRP', '3500 Grafts', '<p><b>Head Hair Transplant\r\nType: </b>FUE (Follicular Unit Extraction)\r\n<br><b>No. of Grafts offered in the package:</b> 3500\r\n<br></p><p><span style=\"font-size: 1rem;\">Package Includes: </span></p><ul><li><span style=\"font-size: 1rem;\">Blood Tests</span></li><li><span style=\"font-size: 1rem;\">Free Lunch during the Procedure </span></li><li><span style=\"font-size: 1rem;\">PRP Therapy (1)</span></li></ul><p>\r\nOne of the most popular Hair Transplant in the industry. Now get your style back with Kabera\'s Hair Transplant packages. </p><p>With this package, you will be treated with a transplant procedure, therapies to reduce hair fall and a healthy lifestyle check to make sure you don\'t have to face hair fall ever again in your life. \r\nThis Package also enables you a Kabera Guarantee.</p>', 'Head Hair Transplant\r\nType: FUE (Follicular Unit Extraction)\r\nNo. of Grafts offered in the package: 3500\r\n\r\nPackage Includes: \r\n> Blood Tests \r\n> Free Lunch during the Procedure\r\n> PRP Therapy (1)\r\n\r\nOne of the most popular Hair Transplant in the industry. Now get your style back with Kabera\'s Hair Transplant packages. With this package, you will be treated with a transplant procedure, therapies to reduce hair fall and a healthy lifestyle check to make sure you don\'t have to face hair fall ever again in your life. \r\nThis Package also enables you a Kabera Guarantee.', 'package', 44999, 3500, NULL, NULL, 'BvAXCvAqs', 'banners/8432738.png', 'banners/8804935.png', 'app/1223628.png', 2, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-11-28 14:37:59', '2020-02-19 07:14:36'), (57, '4000 Grafts + FREE PRP', '4000 Grafts', '<p><b>Head Hair Transplant\r\nType: </b>FUE (Follicular Unit Extraction)\r\n<br><b>No. of Grafts offered in the package:</b> 4000\r\n<br></p><p>Package Includes: </p><ul><li>Blood Tests</li><li>Free Lunch during the Procedure</li><li>PRP Therapy (1)\r\n</li></ul><p>\r\nOne of the most popular Hair Transplant in the industry. Now get your style back with Kabera\'s Hair Transplant packages. </p><p>With this package, you will be treated with a transplant procedure, therapies to reduce hair fall and a healthy lifestyle check to make sure you don\'t have to face hair fall ever again in your life. \r\nThis Package also enables you a Kabera Guarantee.</p>', 'Head Hair Transplant\r\nType: FUE (Follicular Unit Extraction)\r\nNo. of Grafts offered in the package: 4000\r\n\r\nPackage Includes: \r\n> Blood Tests \r\n> Free Lunch during the Procedure\r\n> PRP Therapy (1)\r\n\r\nOne of the most popular Hair Transplant in the industry. Now get your style back with Kabera\'s Hair Transplant packages. With this package, you will be treated with a transplant procedure, therapies to reduce hair fall and a healthy lifestyle check to make sure you don\'t have to face hair fall ever again in your life. \r\nThis Package also enables you a Kabera Guarantee.', 'package', 49000, 4000, NULL, NULL, 'SViwpjHIt', 'banners/9723417.png', 'banners/7976766.png', 'app/8216107.png', 2, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-11-28 14:46:31', '2020-01-27 11:20:37'), (60, '4500 Grafts + FREE PRP', '4500 Grafts', '<p>Head Hair Transplant\r\nType: FUE (Follicular Unit Extraction)\r\n<br>No. of Grafts offered in the package: 4500\r\n<br></p><p>Package Includes: </p><ul><li>Blood Tests </li><li>Free Lunch during the Procedure\r\n</li><li>PRP Therapy (1)</li><li>Bajaj EMI Available\r\n</li></ul><p>\r\nOne of the most popular Hair Transplant in the industry. Now get your style back with Kabera\'s Hair Transplant packages. </p><p>With this package, you will be treated with a transplant procedure, therapies to reduce hair fall and a healthy lifestyle check to make sure you don\'t have to face hair fall ever again in your life. \r\nThis Package also enables you a Kabera Guarantee.</p>', 'Head Hair Transplant\r\nType: FUE (Follicular Unit Extraction)\r\nNo. of Grafts offered in the package: 4500\r\n\r\nPackage Includes: \r\n> Blood Tests \r\n> Free Lunch during the Procedure\r\n> PRP Therapy (1)\r\n> Bajaj EMI Available\r\n\r\nOne of the most popular Hair Transplant in the industry. Now get your style back with Kabera\'s Hair Transplant packages. With this package, you will be treated with a transplant procedure, therapies to reduce hair fall and a healthy lifestyle check to make sure you don\'t have to face hair fall ever again in your life. \r\nThis Package also enables you a Kabera Guarantee.', 'package', 54999, 4500, NULL, NULL, 'dMhMyq0LG', 'banners/3062181087126.png', 'banners/6488887.png', 'app/1087126.png', 2, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-11-28 15:00:37', '2020-01-27 11:22:08'), (63, '5000 Grafts + FREE PRP', '5000 Grafts', '<p><b>Head Hair Transplant\r\nType:</b> FUE (Follicular Unit Extraction)\r\n<br><b>No. of Grafts offered in the package:</b> 5000\r\n<br></p><p>Package Includes: </p><ul><li>Blood Tests </li><li>Free Lunch during the Procedure\r\n</li><li>PRP Therapy (1)\r\n</li><li>Bajaj EMI Available\r\n</li></ul><p>\r\nOne of the most popular Hair Transplant in the industry. Now get your style back with Kabera\'s Hair Transplant packages. </p><p>With this package, you will be treated with a transplant procedure, therapies to reduce hair fall and a healthy lifestyle check to make sure you don\'t have to face hair fall ever again in your life. \r\nThis Package also enables you a Kabera Guarantee.</p>', 'Head Hair Transplant\r\nType: FUE (Follicular Unit Extraction)\r\nNo. of Grafts offered in the package: 5000\r\n\r\nPackage Includes: \r\n> Blood Tests \r\n> Free Lunch during the Procedure\r\n> PRP Therapy (1)\r\n> Bajaj EMI Available\r\n\r\nOne of the most popular Hair Transplant in the industry. Now get your style back with Kabera\'s Hair Transplant packages. With this package, you will be treated with a transplant procedure, therapies to reduce hair fall and a healthy lifestyle check to make sure you don\'t have to face hair fall ever again in your life. \r\nThis Package also enables you a Kabera Guarantee.', 'package', 64999, 5000, NULL, NULL, 'QKSZtGQSC', 'banners/6597835.png', 'banners/9063138.png', 'app/6227785.png', 2, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-11-28 15:07:45', '2020-01-27 11:22:48'), (66, 'Robotics Hair Transplant - 2000 Grafts + FREE HRT', '2000 Grafts', '<p><b>Head Hair Transplant\r\nType: </b>Robotics Hair Transplant\r\n<br><b>No. of Grafts offered in the package: </b>2000\r\n<br></p><p>Package Includes: </p><ul><li>Blood Tests </li><li>Free Lunch during the Procedure\r\n</li><li>Hair Restoration Therapy (1)\r\n</li><li>Bajaj EMI Available\r\n</li></ul><p>\r\nOne of the most popular Hair Transplant in the industry. Now get your style back with Kabera\'s Hair Transplant packages. </p><p>With this package, you will be treated with a transplant procedure, therapies to reduce hair fall and a healthy lifestyle check to make sure you don\'t have to face hair fall ever again in your life. \r\nThis Package also enables you a Kabera Guarantee.</p>', 'Head Hair Transplant\r\nType: Robotics Hair Transplant\r\nNo. of Grafts offered in the package: 2000\r\n\r\nPackage Includes: \r\n> Blood Tests \r\n> Free Lunch during the Procedure\r\n> Hair Restoration Therapy (1)\r\n> Bajaj EMI available\r\n\r\nOne of the most popular Hair Transplant in the industry. Now get your style back with Kabera\'s Hair Transplant packages. With this package, you will be treated with a transplant procedure, therapies to reduce hair fall and a healthy lifestyle check to make sure you don\'t have to face hair fall ever again in your life. \r\nThis Package also enables you a Kabera Guarantee.', 'package', 51999, 2000, NULL, NULL, '3bvH3b0vg', 'banners/5504194.png', 'banners/7704689.png', 'app/5525524.png', 2, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-11-28 15:24:08', '2020-01-27 11:24:00'), (69, 'Robotics Hair Transplant - 3000 Grafts + FREE HRT', '3000 Grafts', '<p><b>Head Hair Transplant\r\nType:</b> Robotics Hair Transplant\r\n<br><b>No. of Grafts offered in the package:</b> 3000\r\n<br></p><p>Package Includes: </p><ul><li>Blood Tests </li><li>Free Lunch during the Procedure\r\n</li><li>Hair Restoration Therapy (1)</li><li><span style=\"font-size: 1rem;\">Bajaj EMI Available\r\n</span></li></ul><p><span style=\"font-size: 1rem;\">\r\nOne of the most popular Hair Transplant in the industry. Now get your style back with Kabera\'s Hair Transplant packages. </span></p><p><span style=\"font-size: 1rem;\">With this package, you will be treated with a transplant procedure, therapies to reduce hair fall and a healthy lifestyle check to make sure you don\'t have to face hair fall ever again in your life. \r\nThis Package also enables you a Kabera Guarantee.</span></p>', 'Head Hair Transplant\r\nType: Robotics Hair Transplant\r\nNo. of Grafts offered in the package: 3000\r\n\r\nPackage Includes: \r\n> Blood Tests \r\n> Free Lunch during the Procedure\r\n> Hair Restoration Therapy (1)\r\n> Bajaj EMI available\r\n\r\nOne of the most popular Hair Transplant in the industry. Now get your style back with Kabera\'s Hair Transplant packages. With this package, you will be treated with a transplant procedure, therapies to reduce hair fall and a healthy lifestyle check to make sure you don\'t have to face hair fall ever again in your life. \r\nThis Package also enables you a Kabera Guarantee.', 'package', 61999, 3000, NULL, NULL, 'Xg0ixQ51d', 'banners/2129613.png', 'banners/88011810.png', 'app/8255023.png', 2, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-11-28 15:30:52', '2020-01-27 11:24:34'), (72, 'Robotics Hair Transplant - 4000 Grafts + FREE HRT', '4000 Grafts', '<p><b>Head Hair Transplant\r\nType: </b>Robotics Hair Transplant\r\n<br><b>No. of Grafts offered in the package:</b> 4000 </p><p>\r\n\r\nPackage Includes: </p><ul><li>Blood Tests </li><li>Free Lunch during the Procedure\r\n</li><li>Hair Restoration Therapy (1)\r\n</li><li>Bajaj EMI Available\r\n</li></ul><p>\r\nOne of the most popular Hair Transplant in the industry. Now get your style back with Kabera\'s Hair Transplant packages. </p><p>With this package, you will be treated with a transplant procedure, therapies to reduce hair fall and a healthy lifestyle check to make sure you don\'t have to face hair fall ever again in your life. \r\nThis Package also enables you a Kabera Guarantee.</p>', 'Head Hair Transplant\r\nType: Robotics Hair Transplant\r\nNo. of Grafts offered in the package: 4000 \r\n\r\nPackage Includes: \r\n> Blood Tests \r\n> Free Lunch during the Procedure\r\n> Hair Restoration Therapy (1)\r\n> Bajaj EMI available\r\n\r\nOne of the most popular Hair Transplant in the industry. Now get your style back with Kabera\'s Hair Transplant packages. With this package, you will be treated with a transplant procedure, therapies to reduce hair fall and a healthy lifestyle check to make sure you don\'t have to face hair fall ever again in your life. \r\nThis Package also enables you a Kabera Guarantee.', 'package', 72999, 4000, NULL, NULL, 'LiLhEHMyO', 'banners/1443202.png', 'banners/52612911.png', 'app/7507472.png', 2, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-11-28 15:36:32', '2020-01-27 11:25:08'), (75, 'Robotics Hair Transplant - 5000 Grafts + FREE HRT', '5000 Grafts', '<p><b>Head Hair Transplant\r\nType: </b>Robotics Hair Transplant\r\n<br><b>No. of Grafts offered in the package: </b>5000 </p><p>\r\n\r\nPackage Includes: </p><ul><li>Blood Tests </li><li>Free Lunch during the Procedure\r\n</li><li>Hair Restoration Therapy (1)\r\n</li><li>Bajaj EMI Available\r\n</li></ul><p>\r\nOne of the most popular Hair Transplant in the industry. Now get your style back with Kabera\'s Hair Transplant packages. </p><p>With this package, you will be treated with a transplant procedure, therapies to reduce hair fall and a healthy lifestyle check to make sure you don\'t have to face hair fall ever again in your life. \r\nThis Package also enables you a Kabera Guarantee.</p>', 'Head Hair Transplant\r\nType: Robotics Hair Transplant\r\nNo. of Grafts offered in the package: 5000 \r\n\r\nPackage Includes: \r\n> Blood Tests \r\n> Free Lunch during the Procedure\r\n> Hair Restoration Therapy (1)\r\n> Bajaj EMI available\r\n\r\nOne of the most popular Hair Transplant in the industry. Now get your style back with Kabera\'s Hair Transplant packages. With this package, you will be treated with a transplant procedure, therapies to reduce hair fall and a healthy lifestyle check to make sure you don\'t have to face hair fall ever again in your life. \r\nThis Package also enables you a Kabera Guarantee.', 'package', 84999, 5000, NULL, NULL, 'IlpJP2ZfP', 'banners/3498151.png', 'banners/31834712.png', 'app/9212541.png', 2, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-11-28 15:39:27', '2020-01-27 11:25:44'), (102, 'Hyper Pigmentation', 'Hyper Pigmentation', '<p class=\"MsoNormal\">Get Flawless Radiant Skin With KABERA’S Skin Peel Treatment</p><p class=\"MsoNormal\">Dark, black or brown spots can occur when the skin produces\r\nmore melanin, the pigment that gives skin its color. This can make spots or\r\npatches of skin appear darker than surrounding areas. The most common causes of\r\nsuch spots are:</p><ul><li>Sun exposure</li><li>Skin inflammation</li><li>Reactions of certain medicines</li></ul><p class=\"MsoNormal\"><span style=\"font-size: 1rem;\">Cosmetic procedures of hyperpigmentation can lighten areas\r\nof skin to reduce the appearance of dark, patchy skin. Revamp your\r\nmethodologies for getting a youthful look, which of course is a fantasy of\r\nmany.</span><br></p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login Kabera</li><li>Select your Package as per your Skin requirement, </li><li>And Relax, our team will take care of you and your skin from\r\nhere.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Get Flawless Radiant Skin With KABERA’S Skin Peel Treatment\r\nDark, black or brown spots can occur when the skin produces more melanin, the pigment that gives skin its color. This can make spots or patches of skin appear darker than surrounding areas. The most common causes of such spots are:\r\nSun exposure\r\nSkin inflammation\r\nReactions of certain medicines\r\nMelasma\r\nCosmetic procedures of hyperpigmentation can lighten areas of skin to reduce the appearance of dark, patchy skin. Revamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\nGet it in 3 easy steps:\r', 'package', 4444, NULL, NULL, NULL, 'oYLwkpusE', 'banners/1986401.png', NULL, 'app/4360181.png', 12, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-07 11:32:22', '2019-12-13 15:07:53'), (103, 'Lightening Melasma', 'Lightening Melasma', '<p class=\"MsoNormal\">Don’t Let Your Beauty Fade Due to Dark Patches On Your Skin.</p><p class=\"MsoNormal\">Melasma may appear on several areas of the body, especially if\r\nexposed to sunlight. People with darker skin tones are more likely to develop\r\nmelasma, as they have more melanocytes than people with lighter skin. Melasma is triggered with:</p><p class=\"MsoNormal\">Change in hormones during pregnancy (chloasma), hormone\r\ntreatment, or while taking birth control pills</p><ul><li>Sun exposure</li><li>Seek a treatment to remove or fade the patches with melasma\r\nlightening therapy. </li></ul><p class=\"MsoNormal\">Revamp your methodologies for getting a youthful look, which\r\nof course is a fantasy of many.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login Kabera</li><li>Select your Package as per your Skin requirement, </li><li>And Relax, our team will take care of you and your skin from\r\nhere.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Don’t Let Your Beauty Fade Due to Dark Patches On Your Skin.\r\nMelasma may appear on several areas of the body, especially if exposed to sunlight. People with darker skin tones are more likely to develop melasma, as they have more melanocytes than people with lighter skin. Melasma is triggered with:\r\nChange in hormones during pregnancy (chloasma), hormone treatment, or while taking birth control pills\r\nSun exposure\r\nSeek a treatment to remove or fade the patches with melasma lightening therapy. \r\nRevamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\nGet ', 'package', 4444, NULL, NULL, NULL, 'jLmGlpBxY', 'banners/3355922.png', NULL, 'app/5663092.png', 12, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-07 11:34:29', '2019-12-13 15:09:21'), (104, 'Hyperpigmentation', 'Hyperpigmentation', '<p class=\"MsoNormal\">Get Flawless Radiant Skin With KABERA’S Skin Peel Treatment</p><p class=\"MsoNormal\">Dark, black or brown spots can occur when the skin produces\r\nmore melanin, the pigment that gives skin its color. This can make spots or\r\npatches of skin appear darker than surrounding areas. The most common causes of\r\nsuch spots are:</p><ul><li>Sun\r\nexposure</li><li><span style=\"font-size: 1rem;\">Skin\r\ninflammation</span></li><li>Reactions\r\nof certain medicines</li><li>Melasma</li></ul><p class=\"MsoNormal\">Cosmetic procedures of hyperpigmentation can lighten areas\r\nof skin to reduce the appearance of dark, patchy skin. Revamp your\r\nmethodologies for getting a youthful look, which of course is a fantasy of\r\nmany.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login\r\nKabera</li><li>Select\r\nyour Package as per your Skin requirement, </li><li>And\r\nRelax, our team will take care of you and your skin from here.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Color ImprGet Flawless Radiant Skin With KABERA’S Skin Peel Treatment\r\nDark, black or brown spots can occur when the skin produces more melanin, the pigment that gives skin its color. This can make spots or patches of skin appear darker than surrounding areas. The most common causes of such spots are:\r\n• Sun exposure\r\n• Skin inflammation\r\n• Reactions of certain medicines\r\n• Melasma\r\nCosmetic procedures of hyperpigmentation can lighten areas of skin to reduce the appearance of dark, patchy skin. Revamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\nGet it', 'package', 4444, NULL, NULL, NULL, 'kFRGOhUoz', 'banners/7899751.png', NULL, 'app/5556951.png', 6, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-07 11:42:14', '2019-12-09 11:36:48'), (105, 'Lightening Melasma', 'Lightening Melasma', '<p class=\"MsoNormal\">Don’t Let Your Beauty Fade Due to Dark Patches On Your Skin.</p><p class=\"MsoNormal\">Melasma may appear on several areas of the body, especially if\r\nexposed to sunlight. People with darker skin tones are more likely to develop\r\nmelasma, as they have more melanocytes than people with lighter skin. Melasma is triggered with:</p><ul><li>Change in\r\nhormones during pregnancy (chloasma), hormone treatment, or while taking birth\r\ncontrol pills</li><li>Sun\r\nexposure</li><li>Seek a treatment to remove or fade the patches with melasma\r\nlightening therapy. </li></ul><p class=\"MsoNormal\">Revamp your methodologies for getting a youthful look, which\r\nof course is a fantasy of many.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login\r\nKabera</li><li>Select\r\nyour Package as per your Skin requirement, </li><li>And\r\nRelax, our team will take care of you and your skin from here.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Don’t Let Your Beauty Fade Due to Dark Patches On Your Skin.\r\nMelasma may appear on several areas of the body, especially if exposed to sunlight. People with darker skin tones are more likely to develop melasma, as they have more melanocytes than people with lighter skin. Melasma is triggered with:\r\n• Change in hormones during pregnancy (chloasma), hormone treatment, or while taking birth control pills\r\n• Sun exposure\r\nSeek a treatment to remove or fade the patches with melasma lightening therapy. \r\nRevamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\n', 'package', 4444, NULL, NULL, NULL, '7qkKXzCms', 'banners/1085142.png', NULL, 'app/1439142.png', 6, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-07 11:44:37', '2019-12-09 11:47:07'), (106, 'Fine Lines & Wrinkles', 'Fine Lines & Wrinkles', '<p class=\"MsoNormal\">Forget Your Wrinkles & Fine Lines. Get a dazzling Skin with KABERA.</p><p class=\"MsoNormal\">Facials have always been synonymous with relaxation and\r\nhealthy skin. It peels gently to get rid of dirt and debris from pores without\r\nany irritation. It targets various problems like:</p><ul><li>Wrinkles\r\n& Fine lines </li><li> Dead\r\nlayers</li><li> Facial tone </li></ul><p class=\"MsoNormal\">Revamp your methodologies for getting a youthful look, which\r\nof course is a fantasy of many.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login\r\nKabera</li><li>Select\r\nyour Package as per your Skin requirement, </li><li>And\r\nRelax, our team will take care of you and your skin from here.</li></ul><p class=\"MsoNormal\">\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Forget Your Wrinkles & Fine Lines. Get a dazzling Skin with KABERA.\r\n\r\nFacials have always been synonymous with relaxation and healthy skin. It peels gently to get rid of dirt and debris from pores without any irritation. It targets various problems like:\r\n\r\nWrinkles & Fine lines\r\n Dead layers\r\n Facial tone \r\nRevamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\n\r\nGet it in 3 easy steps:\r\n\r\nLogin Kabera\r\nSelect your Package as per your Skin requirement,\r\nAnd Relax, our team will take care of you and your skin from here.\r\nRestore your skin’s Natu', 'package', 4444, NULL, NULL, NULL, 'ABdAOhAZU', 'banners/7719295.png', NULL, 'app/2095565.png', 13, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-07 11:46:05', '2019-12-09 15:37:12'), (107, 'Lightens Pigmentation', 'Lightens Pigmentation', '<p class=\"MsoNormal\">Let Your Skin Shine …</p><p class=\"MsoNormal\">Lightens Pigmentation procedure targets various skin\r\nproblems like blackheads, whiteheads, brown spots, acne, and sun damage. It\r\nhelps by:</p><ul><li>Cleaning off the dirt from pores </li><li> Reducing the spots </li><li>Lightening\r\nthe scars</li></ul><p class=\"MsoNormal\">This procedure is appropriate for all skin types from normal\r\nto dry skin and oily to combination skin. Revamp your methodologies for getting\r\na youthful look, which of course is a fantasy of many.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login\r\nKabera</li><li>Select\r\nyour Package as per your Skin requirement, </li><li>And\r\nRelax, our team will take care of you and your skin from here.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Let Your Skin Shine …\r\n\r\nLightens Pigmentation procedure targets various skin problems like blackheads, whiteheads, brown spots, acne, and sun damage. It helps by:\r\n\r\nCleaning off the dirt from pores\r\n Reducing the spots \r\nLightening the scars\r\nThis procedure is appropriate for all skin types from normal to dry skin and oily to combination skin. Revamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\n\r\nGet it in 3 easy steps:\r\n\r\nLogin Kabera\r\nSelect your Package as per your Skin requirement,\r\nAnd Relax, our team will take care of you and your skin f', 'package', 4444, NULL, NULL, NULL, 'VDiv6n6h4', 'banners/9706056.png', NULL, 'app/4231146.png', 13, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-07 11:47:01', '2019-12-09 15:40:44'), (108, 'Fill Acnes Scars', 'Fill Acnes Scars', '<p>Get Your Skin Free from Acne Scars With Kabera.</p><p>When you want to diminish the appearance of widespread acne scarring, Fill Acne scars procedure can help you. It fills the layers of skin, which allows the body to produce new skin cells. The treatments can help you with:</p><ul><li>Improved appearance</li><li>Enhanced self-esteem</li><li>Promotion of better skin health</li></ul><p>The best way to get such benefits is to get fill acne scars procedure.</p><p> Revamp your methodologies for getting a youthful look, which of course is a fantasy of many.</p><p>Get it in 3 easy steps:</p><ul><li>Login Kabera</li><li>Select your Package as per your Skin requirement, </li><li>And Relax, our team will take care of you and your skin from here.</li></ul><p>Restore your skin’s Natural Glow and Look beyond years with Kabera…</p><p><br></p>', 'Get Your Skin Free from Acne Scars With Kabera.\r\nWhen you want to diminish the appearance of widespread acne scarring, Fill Acne scars procedure can help you. It fills the layers of skin, which allows the body to produce new skin cells. The treatments can help you with:\r\nImproved appearance\r\nEnhanced self-esteem\r\nPromotion of better skin health\r\nThe best way to get such benefits is to get fill acne scars procedure.\r\n Revamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\nGet it in 3 easy steps:\r\nLogin Kabera\r\nSelect your Package as per your Skin require', 'package', 4444, NULL, NULL, NULL, '6xiO9XjFk', 'banners/65214123.png', NULL, 'app/36657423.png', 14, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-07 11:49:22', '2019-12-10 17:45:20'), (109, 'Uneven Skin tones', 'Uneven Skin tones', '<p>Get Skin Glow Treatment with Kabera. </p><p>Everybody wishes for a perfect smooth and even skin. Uneven skin tone might appear in the various forms such as redness, acne scars, age spots, or sun damage- which can cause blemishes or patches of color on the skin.</p><p>Uneven skin can be temporary or permanent, and may result from:</p><ul><li>Sun exposure</li><li>Age</li><li>Medications</li><li>Hormones</li></ul><p>Smooth out your complexion…</p><p> Revamp your methodologies for getting a youthful look, which of course is a fantasy of many.</p><p>Get it in 3 easy steps:</p><ul><li>Login Kabera</li><li>Select your Package as per your Skin requirement, </li><li>And Relax, our team will take care of you and your skin from here.</li></ul><p>Restore your skin’s Natural Glow and Look beyond years with Kabera…</p><div><br></div>', 'Get Skin Glow Treatment with Kabera. \r\nEverybody wishes for a perfect smooth and even skin. Uneven skin tone might appear in the various forms such as redness, acne scars, age spots, or sun damage- which can cause blemishes or patches of color on the skin.\r\nUneven skin can be temporary or permanent, and may result from:\r\n• Sun exposure\r\n• Age\r\n• Medications\r\n• Hormones\r\nSmooth out your complexion…\r\n Revamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\nGet it in 3 easy steps:\r\n• Login Kabera\r\n• Select your Package as per your Skin requirement, \r\n• And Re', 'package', 4444, NULL, NULL, NULL, 'MIjutbBDG', 'banners/6537308.png', NULL, 'app/3634628.png', 14, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-07 11:50:45', '2019-12-10 17:48:50'), (119, 'Color Improvement', 'Color Improvement', '<p class=\"MsoNormal\">Feel Glamorous in Your Skin With Kabera Like Never Before.</p><p class=\"MsoNormal\">Revitalize your skin with an even tone, texture and reveal a\r\nbrighter side with Skin Tone Treatment. Your skin can go through pigmentation\r\ndue to:</p><ul><li>Hormone\r\nfluctuation</li><li>Exposure\r\nto sun</li></ul><p class=\"MsoNormal\">Color improvement treatment is appropriate for all skin\r\ntypes from normal to dry skin and oily to combination skin. </p><p class=\"MsoNormal\">Revamp your methodologies for getting a youthful look, which\r\nof course is a fantasy of many.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login\r\nKabera</li><li>Select\r\nyour Package as per your Skin requirement, </li><li>And\r\nRelax, our team will take care of you and your skin from here.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Feel Glamorous in Your Skin With Kabera Like Never Before.\r\n\r\nRevitalize your skin with an even tone, texture and reveal a brighter side with Skin Tone Treatment. Your skin can go through pigmentation due to:\r\n\r\nHormone fluctuation\r\nExposure to sun\r\nColor improvement treatment is appropriate for all skin types from normal to dry skin and oily to combination skin.\r\n\r\nRevamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\n\r\nGet it in 3 easy steps:\r\n\r\nLogin Kabera\r\nSelect your Package as per your Skin requirement,\r\nAnd Relax, our team will take care of you a', 'package', 4444, NULL, NULL, NULL, '8W3dSAESW', 'banners/1399913.png', NULL, 'app/9748533.png', 6, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 11:52:55', '2019-12-09 11:52:55'), (120, 'Immediate Hydration', 'Immediate Hydration', '<p class=\"MsoNormal\"> Beautiful You…Today and\r\nForever!</p><p class=\"MsoNormal\">Nourish and protect your skin with the immediate hydration\r\nprocedure. It improves the overall quality of skin through the extraction of\r\ndead layers and cleaning dirt and debris from the pores. It has the following\r\nbenefits:</p><ul><li>Hydrates\r\nthe skin giving it a brighter look</li><li>Treats Dry skin, leaving it smooth. </li></ul><p class=\"MsoNormal\">Immediate hydration is appropriate for all skin types from\r\nnormal to dry skin and oily to combination skin. </p><p class=\"MsoNormal\">Revamp your methodologies for getting a youthful look, which\r\nof course is a fantasy of many.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login\r\nKabera</li><li>Select\r\nyour Package as per your Skin requirement, </li><li> And\r\nRelax, our team will take care of you and your skin from here.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Beautiful You…Today and Forever!\r\n\r\nNourish and protect your skin with the immediate hydration procedure. It improves the overall quality of skin through the extraction of dead layers and cleaning dirt and debris from the pores. It has the following benefits:\r\n\r\nHydrates the skin giving it a brighter look\r\nTreats Dry skin, leaving it smooth.\r\nImmediate hydration is appropriate for all skin types from normal to dry skin and oily to combination skin.\r\n\r\nRevamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\n\r\nGet it in 3 easy steps:\r\n\r\nLogin Kabera\r\nSelect ', 'package', 4444, NULL, NULL, NULL, 'pIGBgOz0i', 'banners/1556384.png', NULL, 'app/9342774.png', 6, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 11:56:14', '2019-12-09 11:56:14'), (121, 'Fine line & Wrinkles', 'Fine line & Wrinkles', '<p class=\"MsoNormal\">Forget Your Wrinkles & Fine Lines. Get a dazzling Skin with KABERA.</p><p class=\"MsoNormal\">Facials have always been synonymous with relaxation and\r\nhealthy skin. It peels gently to get rid of dirt and debris from pores without\r\nany irritation. It targets various problems like:</p><ul><li>Wrinkles\r\n& Fine lines </li><li>Dead\r\nlayers</li><li>Facial\r\ntone</li></ul><p class=\"MsoNormal\">Revamp your methodologies for getting a youthful look, which\r\nof course is a fantasy of many.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login\r\nKabera</li><li>Select\r\nyour Package as per your Skin requirement, </li><li>And\r\nRelax, our team will take care of you and your skin from here.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Forget Your Wrinkles & Fine Lines. Get a dazzling Skin with KABERA.\r\n\r\nFacials have always been synonymous with relaxation and healthy skin. It peels gently to get rid of dirt and debris from pores without any irritation. It targets various problems like:\r\n\r\nWrinkles & Fine lines\r\nDead layers\r\nFacial tone\r\nRevamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\n\r\nGet it in 3 easy steps:\r\n\r\nLogin Kabera\r\nSelect your Package as per your Skin requirement,\r\nAnd Relax, our team will take care of you and your skin from here.\r\nRestore your skin’s Natural Glow an', 'package', 4444, NULL, NULL, NULL, 'Lk2tQ2Jm3', 'banners/2192045.png', NULL, 'app/3882745.png', 6, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 12:06:42', '2019-12-09 12:06:42'), (122, 'Lightens Pigmentation', 'Lightens Pigmentation', '<p class=\"MsoNormal\">Let Your Skin Shine …</p><p class=\"MsoNormal\">Lightens Pigmentation procedure targets various skin\r\nproblems like blackheads, whiteheads, brown spots, acne, and sun damage. It\r\nhelps by:</p><ul><li>Cleaning off the dirt from pores </li><li>Reducing the\r\nspots</li><li>Lightening\r\nthe scars</li></ul><p class=\"MsoNormal\">Thos procedure is appropriate for all skin types from normal\r\nto dry skin and oily to combination skin. Revamp your methodologies for getting\r\na youthful look, which of course is a fantasy of many.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login\r\nKabera</li><li>Select\r\nyour Package as per your Skin requirement, </li><li>And\r\nRelax, our team will take care of you and your skin from here.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Let Your Skin Shine …\r\n\r\nLightens Pigmentation procedure targets various skin problems like blackheads, whiteheads, brown spots, acne, and sun damage. It helps by:\r\n\r\nCleaning off the dirt from pores\r\nReducing the spots\r\nLightening the scars\r\nThos procedure is appropriate for all skin types from normal to dry skin and oily to combination skin. Revamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\n\r\nGet it in 3 easy steps:\r\n\r\nLogin Kabera\r\nSelect your Package as per your Skin requirement,\r\nAnd Relax, our team will take care of you and your skin from here.', 'package', 4444, NULL, NULL, NULL, '3ZxwPEA9E', 'banners/5692986.png', NULL, 'app/9078416.png', 6, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 12:09:40', '2019-12-09 12:09:40'), (123, 'Anti-Ageing', 'Anti-Ageing', '<p class=\"MsoNormal\">Ageing is a Fact, Looking Younger than Your Age is Not.</p><p class=\"MsoNormal\">Stop hiding your wrinkles and reverse your age. Experience\r\nthe benefits of anti-ageing Package that can treat the following problems\r\ncaused due to ageing:</p><ul><li>Loss of\r\nskin firmness</li><li>Reduced\r\nskin elasticity</li><li>Increased\r\nskin dryness</li><li>Pigmentation\r\ndisorders such as age spots and uneven pigmentation</li><li>Loss of\r\nradiance and an increase in dullness</li><li>Formation\r\nof fine lines and wrinkles</li></ul><p class=\"MsoNormal\"><o:p> </o:p><span style=\"font-size: 1rem;\">Anti-ageing Package suits all skin types from normal to dry\r\nskin and oily to combination skin. Revamp your methodologies for getting a\r\nyouthful look, which of course is a fantasy of many.</span></p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login\r\nKabera</li><li>Select\r\nyour Package as per your Skin requirement, </li><li>And\r\nRelax, our team will take care of you and your skin from here.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Ageing is a Fact, Looking Younger than Your Age is Not.\r\n\r\nStop hiding your wrinkles and reverse your age. Experience the benefits of anti-ageing Package that can treat the following problems caused due to ageing:\r\n\r\nLoss of skin firmness\r\nReduced skin elasticity\r\nIncreased skin dryness\r\nPigmentation disorders such as age spots and uneven pigmentation\r\nLoss of radiance and an increase in dullness\r\nFormation of fine lines and wrinkles\r\n Anti-ageing Package suits all skin types from normal to dry skin and oily to combination skin. Revamp your methodologies for getting a youthful look, which of c', 'package', 4444, NULL, NULL, NULL, 'OpqjZ0PMC', 'banners/7557307.png', NULL, 'app/2974027.png', 12, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 12:13:04', '2019-12-09 12:13:04'), (124, 'Uneven Skin Tone', 'Uneven Skin Tone', '<p class=\"MsoNormal\">Get Skin Glow Treatment with Kabera. </p><p class=\"MsoNormal\">Everybody wishes for a perfect smooth and even skin. Uneven\r\nskin tone might appear in the various forms such as redness, acne scars, age\r\nspots, or sun damage- which can cause blemishes or patches of color on the\r\nskin.</p><p class=\"MsoNormal\">Uneven skin can be temporary or permanent, and may result\r\nfrom:</p><ul><li>Sun\r\nexposure</li><li>Age</li><li>Medications</li><li>Hormones</li></ul><p class=\"MsoNormal\">Smooth out your complexion…</p><p class=\"MsoNormal\"> Revamp your\r\nmethodologies for getting a youthful look, which of course is a fantasy of\r\nmany.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login\r\nKabera</li><li>Select\r\nyour Package as per your Skin requirement, </li><li>And\r\nRelax, our team will take care of you and your skin from here.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Everybody wishes for a perfect smooth and even skin. Uneven skin tone might appear in the various forms such as redness, acne scars, age spots, or sun damage- which can cause blemishes or patches of color on the skin.\r\n\r\nUneven skin can be temporary or permanent, and may result from:\r\n\r\nSun exposure\r\nAge\r\nMedications\r\nHormones\r\nSmooth out your complexion…\r\n\r\n Revamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\n\r\nGet it in 3 easy steps:\r\n\r\nLogin Kabera\r\nSelect your Package as per your Skin requirement,\r\nAnd Relax, our team will take care of you and your', 'package', 4444, NULL, NULL, NULL, 'buIiitG8B', 'banners/5971838.png', NULL, 'app/2359028.png', 6, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 12:21:22', '2019-12-09 12:21:22'), (125, 'Frown Lines', 'Frown Lines', '<p class=\"MsoNormal\">Look Brighter and Feel Comfortable with Kabera’s Skincare\r\nTreatment. </p><p class=\"MsoNormal\">The lines between the eyebrows are primarily caused by\r\nageing. As you age, your skin loses elasticity and doesn\'t easily return to its\r\noriginal shape. Other things that contribute to frown lines are:</p><ul><li>Genetics</li><li>Sunlight</li><li>Repeated\r\nexpressions</li><li>Stress</li><li>Smoking </li></ul><p class=\"MsoNormal\">With the Frown line procedure, opt for treatment that softens\r\nthese frown lines. </p><p class=\"MsoNormal\">Revamp your methodologies for getting a youthful look, which\r\nof course is a fantasy of many.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login\r\nKabera</li><li>Select\r\nyour Package as per your Skin requirement, </li><li>And\r\nRelax, our team will take care of you and your skin from here.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Look Brighter and Feel Comfortable with Kabera’s Skincare Treatment.\r\n\r\nThe lines between the eyebrows are primarily caused by ageing. As you age, your skin loses elasticity and doesn\'t easily return to its original shape. Other things that contribute to frown lines are:\r\n\r\nGenetics\r\nSunlight\r\nRepeated expressions\r\nStress\r\nSmoking\r\nWith the Frown line procedure, opt for treatment that softens these frown lines.\r\n\r\nRevamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\n\r\nGet it in 3 easy steps:\r\n\r\nLogin Kabera\r\nSelect your Package as per your Skin requirem', 'package', 400, NULL, NULL, NULL, 'RuZtk0CLl', 'banners/5357559.png', NULL, 'app/2622809.png', 15, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 12:27:29', '2019-12-09 12:27:29'); INSERT INTO `offers` (`id`, `offer_name_en`, `offer_name_fr`, `description_en`, `description_fr`, `offer_type`, `package_price`, `offer_grafts`, `discount`, `discount_type`, `coupon_code`, `banner_image`, `portrait_banner`, `app_banner_image`, `services`, `product_offer`, `products`, `product_offer_type`, `product_offer_rate`, `expiry_date`, `is_type`, `country`, `state`, `city`, `status`, `created_at`, `updated_at`) VALUES (126, 'Crow\'s Feet', 'Crow\'s Feet', '<p class=\"MsoNormal\">Healthy Skin Is Always In, <br>\r\nEmbrace Your Beauty With Healthy Skin.</p><p class=\"MsoNormal\">Crow\'s feet are wrinkles carved in the corner of the eye. Some\r\nof the leading causes of crow\'s feet include:</p><ul><li>UV\r\nexposure. </li><li>The loss\r\nof collagen </li><li>Elasticity with age. </li></ul><p class=\"MsoNormal\">Unlike wrinkles or expression lines on other areas of the\r\nface, crow\'s feet can appear to look more profound pronounced on the face. <br>\r\nRevamp your methodologies for getting a youthful look, which of course is a\r\nfantasy of many.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login\r\nKabera</li><li>Select\r\nyour Package as per your Skin requirement, </li><li>And\r\nRelax, our team will take care of you and your skin from here.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Healthy Skin Is Always In, \r\nEmbrace Your Beauty With Healthy Skin.\r\n\r\nCrow\'s feet are wrinkles carved in the corner of the eye. Some of the leading causes of crow\'s feet include:\r\n\r\nUV exposure.\r\nThe loss of collagen\r\nElasticity with age.\r\nUnlike wrinkles or expression lines on other areas of the face, crow\'s feet can appear to look more profound pronounced on the face. \r\nRevamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\n\r\nGet it in 3 easy steps:\r\n\r\nLogin Kabera\r\nSelect your Package as per your Skin requirement,\r\nAnd Relax, our team will take care o', 'package', 400, NULL, NULL, NULL, 'eor5bHt1O', 'banners/36472710.png', NULL, 'app/59540010.png', 15, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 12:41:55', '2019-12-09 12:41:55'), (127, 'Forehead Creases', 'Forehead Creases', '<p class=\"MsoNormal\">Get Beautiful Skin with Kabera’s Skincare. </p><p class=\"MsoNormal\">Wrinkles or lines on the forehead known as worry lines and\r\nthese are prevalent for a number of reasons—including</p><ul><li>Sun\r\nexposure, </li><li>Genetic\r\nAging and</li><li>Common\r\nfacial movements</li></ul><p class=\"MsoNormal\">The best way to treat them is to get a Forehead creases\r\nprocedure. <br>\r\nRevamp your methodologies for getting a youthful look, which of course is a\r\nfantasy of many.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login\r\nKabera</li><li>Select\r\nyour Package as per your Skin requirement, </li><li>And\r\nRelax, our team will take care of you and your skin from here.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Get Beautiful Skin with Kabera’s Skincare.\r\n\r\nWrinkles or lines on the forehead known as worry lines and these are prevalent for a number of reasons—including\r\n\r\nSun exposure,\r\nGenetic Aging and\r\nCommon facial movements\r\nThe best way to treat them is to get a Forehead creases procedure. \r\nRevamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\n\r\nGet it in 3 easy steps:\r\n\r\nLogin Kabera\r\nSelect your Package as per your Skin requirement,\r\nAnd Relax, our team will take care of you and your skin from here.\r\nRestore your skin’s Natural Glow and Look beyond years', 'package', 400, NULL, NULL, NULL, 'iXAzmuNkk', 'banners/16666711.png', NULL, 'app/56519311.png', 15, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 12:44:24', '2019-12-09 12:44:24'), (128, 'Corners of Mouth', 'Corners of Mouth', '<p class=\"MsoNormal\">Nothing Can Dim Your Shine!</p><p class=\"MsoNormal\">Nasolabial folds are the indentation lines on either side of\r\nthe mouth that extends from the edge of the nose to the mouth\'s outer corners.\r\nThey become more prominent when people smile. These fine lines are:</p><ul><li>Folds tend\r\nto deepen with age. </li><li>Develop\r\nwrinkles due to smiling, sometimes are also called smile lines or laugh lines.</li></ul><p class=\"MsoNormal\">The best ways to treat them is to approach for Corners of\r\nthe mouth procedure. It is appropriate for all skin types from normal to dry\r\nskin and oily to combination skin. Revamp your methodologies for getting a\r\nyouthful look, which of course is a fantasy of many.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login\r\nKabera</li><li>Select\r\nyour Package as per your Skin requirement, </li><li>And\r\nRelax, our team will take care of you and your skin from here.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Nothing Can Dim Your Shine!\r\n\r\nNasolabial folds are the indentation lines on either side of the mouth that extends from the edge of the nose to the mouth\'s outer corners. They become more prominent when people smile. These fine lines are:\r\n\r\nFolds tend to deepen with age.\r\nDevelop wrinkles due to smiling, sometimes are also called smile lines or laugh lines.\r\nThe best ways to treat them is to approach for Corners of the mouth procedure. It is appropriate for all skin types from normal to dry skin and oily to combination skin. Revamp your methodologies for getting a youthful look, which of cour', 'package', 400, NULL, NULL, NULL, 'gXzgqsr9l', 'banners/95828312.png', NULL, 'app/78400612.png', 15, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 12:53:00', '2019-12-09 12:53:00'), (129, 'Bunny Skin', 'Bunny Skin', '<p class=\"MsoNormal\">Just Let Your Skin Breathe…!!</p><p class=\"MsoNormal\">These are precise lines that appear when you scrunch your\r\nnose up in a certain way. They protrude in a triangular fashion horizontally\r\ndown your nose and start at the corner of each eye. These lines can occur due\r\nto:</p><ul><li>Typical\r\nfacial movements</li><li>Laughing\r\ndeeply </li><li>Ageing </li></ul><p class=\"MsoNormal\">Revamp your methodologies for getting a youthful look, which\r\nof course is a fantasy of many.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login\r\nKabera</li><li>Select\r\nyour Package as per your Skin requirement, </li><li>And\r\nRelax, our team will take care of you and your skin from here.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Just Let Your Skin Breathe…!!\r\n\r\nThese are precise lines that appear when you scrunch your nose up in a certain way. They protrude in a triangular fashion horizontally down your nose and start at the corner of each eye. These lines can occur due to:\r\n\r\nTypical facial movements\r\nLaughing deeply\r\nAgeing\r\nRevamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\n\r\nGet it in 3 easy steps:\r\n\r\nLogin Kabera\r\nSelect your Package as per your Skin requirement,\r\nAnd Relax, our team will take care of you and your skin from here.\r\nRestore your skin’s Natural Glow and Loo', 'package', 400, NULL, NULL, NULL, 'Vr9D5Ped4', 'banners/45970513.png', NULL, 'app/75258413.png', 15, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 13:00:38', '2019-12-09 13:00:38'), (130, 'Smoker\'s Lines', 'Smoker\'s Lines', '<p class=\"MsoNormal\">Fall in Your Love With The Skin Again. </p><p class=\"MsoNormal\">Have you noticed the tiny vertical wrinkles that form on the\r\ntop of your upper lip and run upward towards your nose. Most of the time, these\r\nlines are minimal, but many of them can form at once. It\'s terrifying! The most\r\ncommon reason for their occurrence are:</p><ul><li>Smoking </li><li>Damage\r\nfrom UV rays</li><li>Ageing</li><li>Bad diet </li></ul><p class=\"MsoNormal\">Smoker\'s Line procedure is appropriate for all skin types\r\nfrom normal to dry skin and oily to combination skin. Revamp your methodologies\r\nfor getting a youthful look, which of course is a fantasy of many.</p><p class=\"MsoNormal\"></p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login\r\nKabera</li><li>Select\r\nyour Package as per your Skin requirement, </li><li>And\r\nRelax, our team will take care of you and your skin from here.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Fall in Your Love With The Skin Again.\r\n\r\nHave you noticed the tiny vertical wrinkles that form on the top of your upper lip and run upward towards your nose. Most of the time, these lines are minimal, but many of them can form at once. It\'s terrifying! The most common reason for their occurrence are:\r\n\r\nSmoking\r\nDamage from UV rays\r\nAgeing\r\nBad diet\r\nSmoker\'s Line procedure is appropriate for all skin types from normal to dry skin and oily to combination skin. Revamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\n\r\nGet it in 3 easy steps:\r\n\r\nLogin Kaber', 'package', 400, NULL, NULL, NULL, 'TSnN7oKgY', 'banners/27282014.png', NULL, 'app/49293514.png', 15, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 13:12:28', '2019-12-09 13:12:28'), (131, 'Brow Lift', 'Brow Lift', '<p class=\"MsoNormal\">Age Elegantly with KABERA …it’s Never Late. </p><p class=\"MsoNormal\">Brow lift is a cosmetic procedure to raise the brows. A brow\r\nlift improves the appearance of the following:</p><ul><li>Forehead,\r\nthe brow and</li><li>The area\r\naround the eyes by raising the soft tissue and </li><li>The skin of the forehead and brow. </li></ul><p class=\"MsoNormal\">Revamp your methodologies for getting a youthful look, which\r\nof course is a fantasy of many.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login\r\nKabera</li><li>Select\r\nyour Package as per your Skin requirement, </li><li>And\r\nRelax, our team will take care of you and your skin from here.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Age Elegantly with KABERA …it’s Never Late.\r\n\r\nBrow lift is a cosmetic procedure to raise the brows. A brow lift improves the appearance of the following:\r\n\r\nForehead, the brow and\r\nThe area around the eyes by raising the soft tissue and\r\nThe skin of the forehead and brow. \r\nRevamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\n\r\nGet it in 3 easy steps:\r\n\r\nLogin Kabera\r\nSelect your Package as per your Skin requirement,\r\nAnd Relax, our team will take care of you and your skin from here.\r\nRestore your skin’s Natural Glow and Look beyond years with Kabera…', 'package', 400, NULL, NULL, NULL, 'dUZI2bUik', 'banners/47601515.png', NULL, 'app/36712915.png', 15, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 13:14:40', '2019-12-09 13:14:40'), (132, 'Excessive Sweating', 'Excessive Sweating', '<p class=\"MsoNormal\">Clear Skin Is a Happy Skin</p><p class=\"MsoNormal\">Excessive Sweating is a condition that can occur in unusual\r\nsituations, even in the cold weather. It can also be caused by other medical\r\nconditions, such as:</p><ul><li>Menopause\r\n</li><li>Hyperthyroidism</li></ul><p class=\"MsoNormal\"> Excessive Sweating\r\nprocedure is appropriate for all skin types from-normal to dry skin and oily to\r\ncombination skin. Revamp your methodologies for getting a youthful look, which\r\nof course is a fantasy of many.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login\r\nKabera</li><li>Select\r\nyour Package as per your Skin requirement, </li><li>And\r\nRelax, our team will take care of you and your skin from here.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Clear Skin Is a Happy Skin\r\n\r\nExcessive Sweating is a condition that can occur in unusual situations, even in the cold weather. It can also be caused by other medical conditions, such as:\r\n\r\nMenopause\r\nHyperthyroidism\r\n Excessive Sweating procedure is appropriate for all skin types from-normal to dry skin and oily to combination skin. Revamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\n\r\nGet it in 3 easy steps:\r\n\r\nLogin Kabera\r\nSelect your Package as per your Skin requirement,\r\nAnd Relax, our team will take care of you and your skin from here.\r\nRestore', 'package', 400, NULL, NULL, NULL, 'A7BZQ9hdi', 'banners/58707716.png', NULL, 'app/17745816.png', 15, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 13:17:29', '2019-12-09 13:17:29'), (133, 'Dimpled Chin', 'Dimpled Chin', '<p class=\"MsoNormal\">Skin Investment with for a Long Time.</p><p class=\"MsoNormal\">Dimpled chain procedure is used to reduce fine lines and\r\nwrinkles that develop due to repetitive movements. Dimpled Chin addresses\r\nconcerns such as:</p><ul><li>Fine\r\nLines/Wrinkles</li><li>Facial\r\nRejuvenation</li><li>Severe\r\nFacial Lines</li></ul><p class=\"MsoNormal\">Revamp your methodologies for getting a youthful look, which\r\nof course is a fantasy of many. </p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login Kabera</li><li>Select\r\nyour Package as per your Skin requirement, </li><li>And\r\nRelax, our team will take care of you and your skin from here.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Skin Investment with for a Long Time.\r\n\r\nDimpled chain procedure is used to reduce fine lines and wrinkles that develop due to repetitive movements. Dimpled Chin addresses concerns such as:\r\n\r\nFine Lines/Wrinkles\r\nFacial Rejuvenation\r\nSevere Facial Lines\r\nRevamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\n\r\nGet it in 3 easy steps:\r\n\r\nLogin Kabera\r\nSelect your Package as per your Skin requirement,\r\nAnd Relax, our team will take care of you and your skin from here.\r\nRestore your skin’s Natural Glow and Look beyond years with Kabera…', 'package', 400, NULL, NULL, NULL, 'IQKddcXCl', 'banners/40670517.png', NULL, 'app/59882817.png', 15, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 13:20:02', '2019-12-09 13:20:02'), (134, 'Neck Rings', 'Neck Rings', '<p class=\"MsoNormal\">Beauty is Being Comfortable in Your Skin!</p><p class=\"MsoNormal\">Necklines, or neck wrinkles, are like any other wrinkle you\r\nmay see around your mouth, eyes, hands, or forehead. While wrinkles are natural\r\npart of ageing, certain factors can make them worse, such as:</p><ul><li>Smoking </li><li>Prolonged\r\nexposure to ultraviolet (UV) rays </li><li>Repeated\r\nmotions</li></ul><p class=\"MsoNormal\">Revamp your methodologies for getting a youthful look, which\r\nof course is a fantasy of many.</p><p class=\"MsoNormal\"></p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login\r\nKabera</li><li>Select\r\nyour Package as per your Skin requirement, </li><li>And\r\nRelax, our team will take care of you and your skin from here.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Beauty is Being Comfortable in Your Skin!\r\n\r\nNecklines, or neck wrinkles, are like any other wrinkle you may see around your mouth, eyes, hands, or forehead. While wrinkles are natural part of ageing, certain factors can make them worse, such as:\r\n\r\nSmoking\r\nProlonged exposure to ultraviolet (UV) rays\r\nRepeated motions\r\nRevamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\n\r\nGet it in 3 easy steps:\r\n\r\nLogin Kabera\r\nSelect your Package as per your Skin requirement,\r\nAnd Relax, our team will take care of you and your skin from here.\r\nRestore your skin’s Na', 'package', 400, NULL, NULL, NULL, 'pFxTtQgcZ', 'banners/52667518.png', NULL, 'app/75582718.png', 15, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 13:22:52', '2019-12-09 13:22:52'), (135, 'Gummy Smile', 'Gummy Smile', '<p class=\"MsoNormal\">Your Healthy Smile Matters to Kabera!</p><p class=\"MsoNormal\">A gummy smile occurs when the gums appear to droop over the teeth. The result is a smile that is somewhat obscured by the encroaching gums. What are the causes of gummy smile?</p><ul><li>Often, the issue is the gums themselves, as gum tissue can protrude.</li><li>The size and shape of the teeth</li><li>The vertical position of your jaw</li><li>The length of a person’s upper lip can be too short</li></ul><p class=\"MsoNormal\"> Revamp your methodologies for getting a youthful look, which of course is a fantasy of many.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login Kabera</li><li>Select your Package as per your Skin requirement,</li><li>And Relax, our team will take care of you and your skin from here.</li></ul><p></p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with Kabera…</p>', 'Your Healthy Smile Matters to Kabera!\r\n\r\nA gummy smile occurs when the gums appear to droop over the teeth. The result is a smile that is somewhat obscured by the encroaching gums. What are the causes of gummy smile?\r\n\r\nOften, the issue is the gums themselves, as gum tissue can protrude.\r\nThe size and shape of the teeth\r\nThe vertical position of your jaw\r\nThe length of a person’s upper lip can be too short\r\n Revamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\n\r\nGet it in 3 easy steps:\r\n\r\nLogin Kabera\r\nSelect your Package as per your Skin requirement,\r\n', 'package', 400, NULL, NULL, NULL, '85uIobrrE', 'banners/48903819.png', NULL, 'app/42085419.png', 15, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 13:26:19', '2019-12-09 13:26:19'), (136, 'Lip Lines', 'Lip Lines', '<p class=\"MsoNormal\">Kabera Cares For Your Perfect Smile.</p><p class=\"MsoNormal\">Lip lines are common, especially among women at a certain\r\nage. But this doesn\'t mean that you need to put up with them! There are plenty\r\nof easy and effective ways to get rid of those pesky wrinkles. Several factors\r\ncan contribute to lip lines, some of them are:</p><ul><li>Prolonged\r\nexposure to the sun</li><li>Having a\r\npoor diet</li><li>Not\r\ngetting enough beauty sleep</li><li>A lack of\r\nexercise</li><li>Drinking\r\ntoo much alcohol</li><li>Smoking\r\ncigarettes</li></ul><p class=\"MsoNormal\">The best ways to treat these above factors is to get a Lip\r\nline procedure. <br>\r\nRevamp your methodologies for getting a youthful look, which of course is a\r\nfantasy of many.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login\r\nKabera</li><li>Select\r\nyour Package as per your Skin requirement, </li><li>And\r\nRelax, our team will take care of you and your skin from here.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Kabera Cares For Your Perfect Smile.\r\n\r\nLip lines are common, especially among women at a certain age. But this doesn\'t mean that you need to put up with them! There are plenty of easy and effective ways to get rid of those pesky wrinkles. Several factors can contribute to lip lines, some of them are:\r\n\r\nProlonged exposure to the sun\r\nHaving a poor diet\r\nNot getting enough beauty sleep\r\nA lack of exercise\r\nDrinking too much alcohol\r\nSmoking cigarettes\r\nThe best ways to treat these above factors is to get a Lip line procedure. \r\nRevamp your methodologies for getting a youthful look, which of co', 'package', 400, NULL, NULL, NULL, 'T82MJblIr', 'banners/39454920.png', NULL, 'app/25513820.png', 15, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 13:28:17', '2019-12-09 13:28:17'), (137, 'Under Eye Wrinkles', 'Under Eye Wrinkles', '<p class=\"MsoNormal\">Don’t Let Your Wrinkles Reflect You, Let Kabera Reflect Your\r\nHappy Eyes.</p><p class=\"MsoNormal\">The wrinkles under-eyes are most common among people with\r\npoor circulation, and people with lighter skin tones are more susceptible to\r\nunder-eye wrinkles. This can occur because of:</p><ul><li>Age</li><li>Sun\r\nexposure</li><li>Genetic\r\nfactors</li><li>Environmental\r\ndamage</li></ul><p class=\"MsoNormal\">The best ways to treat these above factors is to approach\r\nfor Under-eye procedure. <br>\r\nRevamp your methodologies for getting a youthful look, which of course is a\r\nfantasy of many.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login\r\nKabera</li><li>Select your\r\nPackage as per your Skin requirement, </li><li>And\r\nRelax, our team will take care of you and your skin from here.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Don’t Let Your Wrinkles Reflect You, Let Kabera Reflect Your Happy Eyes.\r\n\r\nThe wrinkles under-eyes are most common among people with poor circulation, and people with lighter skin tones are more susceptible to under-eye wrinkles. This can occur because of:\r\n\r\nAge\r\nSun exposure\r\nGenetic factors\r\nEnvironmental damage\r\nThe best ways to treat these above factors is to approach for Under-eye procedure. \r\nRevamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\n\r\nGet it in 3 easy steps:\r\n\r\nLogin Kabera\r\nSelect your Package as per your Skin requirement,\r\nAnd Rela', 'package', 400, NULL, NULL, NULL, '6nqEQH19a', 'banners/97724221.png', NULL, 'app/33046921.png', 15, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 13:30:01', '2019-12-09 13:30:01'), (138, 'Plump the Lips', 'Plump the Lips', '<p>Love Your New Look and Flaunt a Voluptuous Pout!</p><p class=\"MsoNormal\">With Plump the Lips procedure, you can get beautiful, plump\r\nlips and your lips are sure to look full, healthy, and beautiful. The benefits\r\nof the procedure include:</p><ul><li>Exfoliate\r\nto bring out your lips’ natural color.</li><li>Hydrate\r\nyour lips</li><li>Plump\r\nyour lips naturally</li></ul><p class=\"MsoNormal\">The best ways to take advantage of the above benefits is to get\r\nplump the lips procedure.<br>\r\n Revamp your methodologies for getting a\r\nyouthful look, which of course is a fantasy of many.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login\r\nKabera</li><li>Select\r\nyour Package as per your Skin requirement, </li><li>And\r\nRelax, our team will take care of you and your skin from here.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Love Your New Look and Flaunt a Voluptuous Pout!\r\n\r\nWith Plump the Lips procedure, you can get beautiful, plump lips and your lips are sure to look full, healthy, and beautiful. The benefits of the procedure include:\r\n\r\nExfoliate to bring out your lips’ natural color.\r\nHydrate your lips\r\nPlump your lips naturally\r\nThe best ways to take advantage of the above benefits is to get plump the lips procedure.\r\n Revamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\n\r\nGet it in 3 easy steps:\r\n\r\nLogin Kabera\r\nSelect your Package as per your Skin requirement,\r\nAnd ', 'package', 25000, NULL, NULL, NULL, 'KeRHrVfSg', 'banners/23414322.png', NULL, 'app/71080422.png', 15, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 14:37:42', '2019-12-09 14:37:42'), (139, 'Fill Acne Scars', 'Fill Acne Scars', '<p class=\"MsoNormal\">Get Your Skin Free from Acne Scars With Kabera.</p><p class=\"MsoNormal\">When you want to diminish the appearance of widespread acne\r\nscarring, Fill Acne scars procedure can help you. It fills the layers of skin, which allows the\r\nbody to produce new skin cells. The treatments can help you with:</p><ul><li>Improved\r\nappearance</li><li>Enhanced\r\nself-esteem</li><li>Promotion\r\nof better skin health</li></ul><p class=\"MsoNormal\">The best way to get such benefits is to get fill acne scars\r\nprocedure.<br>\r\n Revamp your methodologies for getting a\r\nyouthful look, which of course is a fantasy of many.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login\r\nKabera</li><li>Select\r\nyour Package as per your Skin requirement, </li><li>And\r\nRelax, our team will take care of you and your skin from here.</li></ul><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\"><o:p> </o:p></p>', 'Get Your Skin Free from Acne Scars With Kabera.\r\n\r\nWhen you want to diminish the appearance of widespread acne scarring, Fill Acne scars procedure can help you. It fills the layers of skin, which allows the body to produce new skin cells. The treatments can help you with:\r\n\r\nImproved appearance\r\nEnhanced self-esteem\r\nPromotion of better skin health\r\nThe best way to get such benefits is to get fill acne scars procedure.\r\n Revamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\n\r\nGet it in 3 easy steps:\r\n\r\nLogin Kabera\r\nSelect your Package as per your Skin ', 'package', 25000, NULL, NULL, NULL, '2sOsbgpEo', 'banners/87184123.png', NULL, 'app/27993223.png', 15, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 14:54:03', '2019-12-09 14:54:03'), (140, 'Chin Wrinkles', 'Chin Wrinkles', '<p class=\"MsoNormal\">Forget Your Age When You Can Look Younger.</p><p class=\"MsoNormal\">You may develop a horizontal line that appears across the\r\nchin in the shape of an upside-down smiley face. Chin wrinkle is an ideal\r\noption giving you a finishing touch that looks and feels natural. The cause of\r\nwrinkles around your chin includes:</p><ul><li>Repeated\r\nExpressions </li><li>Due to\r\nattachment of muscles</li><li>Ageing </li></ul><p class=\"MsoNormal\">Revamp your methodologies for getting a youthful look, which\r\nof course is a fantasy of many.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login\r\nKabera</li><li>Select\r\nyour Package as per your Skin requirement, </li><li>And\r\nRelax, our team will take care of you and your skin from here.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Forget Your Age When You Can Look Younger.\r\n\r\nYou may develop a horizontal line that appears across the chin in the shape of an upside-down smiley face. Chin wrinkle is an ideal option giving you a finishing touch that looks and feels natural. The cause of wrinkles around your chin includes:\r\n\r\nRepeated Expressions\r\nDue to attachment of muscles\r\nAgeing\r\nRevamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\n\r\nGet it in 3 easy steps:\r\n\r\nLogin Kabera\r\nSelect your Package as per your Skin requirement,\r\nAnd Relax, our team will take care of you and your skin ', 'package', 25000, NULL, NULL, NULL, '9j1skPIZ3', 'banners/25019524.png', NULL, 'app/74780724.png', 15, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 14:58:17', '2019-12-09 14:58:17'), (141, 'Vertical Lip Lines', 'Vertical Lip Lines', '<p class=\"MsoNormal\">Wear the Best Makeup “SMILE” With Kabera.</p><p class=\"MsoNormal\">Lip liners are the little vertical lines that form on the\r\nlips of older adults. They appear as a set of fine vertical lines, often\r\nstretching from one side of the mouth to the other. The causes of the lines to\r\ndevelop on your face include:</p><ul><li>Smoking</li><li>Ageing</li><li>Smiling\r\nface</li><li>Specific\r\nface movements</li></ul><p class=\"MsoNormal\">Revamp your methodologies for getting a youthful look, which\r\nof course is a fantasy of many.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login\r\nKabera</li><li>Select\r\nyour Package as per your Skin requirement, </li><li>And\r\nRelax, our team will take care of you and your skin from here.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Wear the Best Makeup “SMILE” With Kabera.\r\n\r\nLip liners are the little vertical lines that form on the lips of older adults. They appear as a set of fine vertical lines, often stretching from one side of the mouth to the other. The causes of the lines to develop on your face include:\r\n\r\nSmoking\r\nAgeing\r\nSmiling face\r\nSpecific face movements\r\nRevamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\n\r\nGet it in 3 easy steps:\r\n\r\nLogin Kabera\r\nSelect your Package as per your Skin requirement,\r\nAnd Relax, our team will take care of you and your skin from here.\r\n', 'package', 25000, NULL, NULL, NULL, 'k2i1MzpBS', 'banners/18892925.png', NULL, 'app/60109125.png', 15, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 15:01:00', '2019-12-09 15:01:00'), (142, 'Cheeks Upliftment/ Augmentation', 'Cheeks Upliftment/ Augmentation', '<p class=\"MsoNormal\">Look Cute With A Smile on Your Chubby Cheeks. </p><p class=\"MsoNormal\">By carrying out regular cheeks upliftment process, you can\r\npromote the circulation of blood to the different areas of the face, thus\r\nreplenishing the oxygen supply in the muscles and the skin. This will result in\r\n</p><ul><li>Bright\r\ncomplexion</li><li>A beautiful, healthy glow</li></ul><p class=\"MsoNormal\">Let your muscles strengthen in your face with Cheeks\r\nupliftment/ Augmentation Procedure. Revamp your methodologies for getting a\r\nyouthful look, which of course is a fantasy of many.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login\r\nKabera</li><li>Select\r\nyour Package as per your Skin requirement, </li><li>And\r\nRelax, our team will take care of you and your skin from here.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Look Cute With A Smile on Your Chubby Cheeks.\r\n\r\nBy carrying out regular cheeks upliftment process, you can promote the circulation of blood to the different areas of the face, thus replenishing the oxygen supply in the muscles and the skin. This will result in\r\n\r\nBright complexion\r\nA beautiful, healthy glow\r\nLet your muscles strengthen in your face with Cheeks upliftment/ Augmentation Procedure. Revamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\n\r\nGet it in 3 easy steps:\r\n\r\nLogin Kabera\r\nSelect your Package as per your Skin requirement,\r\nAnd Relax, o', 'package', 25000, NULL, NULL, NULL, 'UFc5QzQoV', 'banners/73233626.png', NULL, 'app/78689326.png', 15, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 15:03:40', '2019-12-09 15:03:40'), (143, 'Jawline', 'Jawline', '<p class=\"MsoNormal\">The Best Makeup You Can Wear is a Healthy Glowing Skin</p><p class=\"MsoNormal\">The jawline is a unique treatment method in which the doctor\r\ninjects a precisely measured volume in various places. This lifts the face,\r\nincluding the jaw and chin, without affecting the character of your face. The benefits of the procedure are:</p><ul><li>You\r\nappear younger</li><li>Reduces\r\nthe fine lines</li><li>Treats the jawline </li></ul><p class=\"MsoNormal\"> Revamp your\r\nmethodologies for getting a youthful look, which of course is a fantasy of\r\nmany.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login\r\nKabera</li><li>Select\r\nyour Package as per your Skin requirement, </li><li>And\r\nRelax, our team will take care of you and your skin from here.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'The Best Makeup You Can Wear is a Healthy Glowing Skin\r\n\r\nThe jawline is a unique treatment method in which the doctor injects a precisely measured volume in various places. This lifts the face, including the jaw and chin, without affecting the character of your face. The benefits of the procedure are:\r\n\r\nYou appear younger\r\nReduces the fine lines\r\nTreats the jawline\r\n Revamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\n\r\nGet it in 3 easy steps:\r\n\r\nLogin Kabera\r\nSelect your Package as per your Skin requirement,\r\nAnd Relax, our team will take care of y', 'package', 25000, NULL, NULL, NULL, 'Z6jzdvjJu', 'banners/56044327.png', NULL, 'app/24035427.png', 15, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 15:05:19', '2019-12-09 15:05:19'), (144, 'Nasolabial Folds', 'Nasolabial Folds', '<p class=\"MsoNormal\">Let Your Fantasy of Looking Youthful Turn into Reality with\r\nKabera’s Skin Care Treatment.</p><p class=\"MsoNormal\">The deep wrinkles or lines that initiates from the bottom of\r\nthe nose to the corners of the mouth. While they’re extremely common, their\r\nseverity can vary. The biggest culprits of such folds on your face are:</p><ul><li>Age</li><li>Sun\r\ndamage</li><li>Smoking</li><li>Exposure\r\nto UV radiations</li></ul><p class=\"MsoNormal\"> Revamp your\r\nmethodologies for getting a youthful look, which of course is a fantasy of\r\nmany.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login\r\nKabera</li><li>Select\r\nyour Package as per your Skin requirement, </li><li>And\r\nRelax, our team will take care of you and your skin from here.</li></ul><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\"><o:p> </o:p></p>', 'Let Your Fantasy of Looking Youthful Turn into Reality with Kabera’s Skin Care Treatment.\r\n\r\nThe deep wrinkles or lines that initiates from the bottom of the nose to the corners of the mouth. While they’re extremely common, their severity can vary. The biggest culprits of such folds on your face are:\r\n\r\nAge\r\nSun damage\r\nSmoking\r\nExposure to UV radiations\r\n Revamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\n\r\nGet it in 3 easy steps:\r\n\r\nLogin Kabera\r\nSelect your Package as per your Skin requirement,\r\nAnd Relax, our team will take care of you and your sk', 'package', 25000, NULL, NULL, NULL, 'cs4KzvHxl', 'banners/88889728.png', NULL, 'app/34412428.png', 15, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 15:07:09', '2019-12-09 15:07:09'), (145, 'Chin Augmentation', 'Chin Augmentation', '<p class=\"MsoNormal\">Cheer Up to Look Like a Decade Younger Than Your Age </p><p class=\"MsoNormal\">Chin augmentation is to reshape or enhance the size of the\r\nchin. It may be done either by inserting an implant or by moving or reshaping\r\nbones. The reasons you can get treatment are:</p><ul><li>Genetically\r\nweak chin</li><li>Recessed\r\nChins and Newborns</li><li>A Small\r\nChin from An Overbite</li></ul><p class=\"MsoNormal\">To get rid of these factors, you can get a Chin augmentation\r\nprocedure. <br>\r\nRevamp your methodologies for getting a youthful look, which of course is a\r\nfantasy of many.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login\r\nKabera</li><li>Select\r\nyour Package as per your Skin requirement, </li><li>And\r\nRelax, our team will take care of you and your skin from here.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Cheer Up to Look Like a Decade Younger Than Your Age\r\n\r\nChin augmentation is to reshape or enhance the size of the chin. It may be done either by inserting an implant or by moving or reshaping bones. The reasons you can get treatment are:\r\n\r\nGenetically weak chin\r\nRecessed Chins and Newborns\r\nA Small Chin from An Overbite\r\nTo get rid of these factors, you can get a Chin augmentation procedure. \r\nRevamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\n\r\nGet it in 3 easy steps:\r\n\r\nLogin Kabera\r\nSelect your Package as per your Skin requirement,\r\nAnd Relax, ou', 'package', 25000, NULL, NULL, NULL, '7s0NV2z7m', 'banners/31945029.png', NULL, 'app/30439929.png', 15, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 15:09:17', '2019-12-09 15:09:17'), (146, 'Party Glow Facial', 'Party Glow Facial', '<p class=\"MsoNormal\">Wearing layers of makeup to hide the ageing signs causes\r\nmore damage to the skin. </p><p class=\"MsoNormal\">Having a perfect glow and even complexion might seem to next to impossible to\r\nmany of us, and the leading contributing factors are</p><ul><li>Dust, </li><li>Pollution and </li><li>Hectic lifestyle </li></ul><p class=\"MsoNormal\">The above factors are taking down the natural glow of your\r\nskin each day. Don’t let these external factors steal the charm. Revamp your\r\nmethodologies for getting a youthful look, which of course is a fantasy of\r\nmany.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login Kabera</li><li>Select your Package as per your Skin requirement, </li><li>And Relax, our team will take care of you and your skin from\r\nhere.</li></ul><p class=\"MsoNormal\">\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Wearing layers of makeup to hide the ageing signs causes more damage to the skin.\r\n\r\nHaving a perfect glow and even complexion might seem to next to impossible to many of us, and the leading contributing factors are\r\n\r\nDust,\r\nPollution and\r\nHectic lifestyle\r\nThe above factors are taking down the natural glow of your skin each day. Don’t let these external factors steal the charm. Revamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\n\r\nGet it in 3 easy steps:\r\n\r\nLogin Kabera\r\nSelect your Package as per your Skin requirement,\r\nAnd Relax, our team will take', 'package', 4444, NULL, NULL, NULL, 'VpPZQAYYh', 'banners/39957130.png', NULL, 'app/88611530.png', 13, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 15:17:34', '2019-12-09 15:17:34'), (147, 'Party Peel', 'Party Peel', '<p class=\"MsoNormal\">With Kabera re-surface your skin inside out.</p><p class=\"MsoNormal\">Party peels are the most effective as well as an invasive\r\nway to improve skin quality. Skin exfoliation removes all the impurities and\r\nleaving behind smooth, clear and glossy skin. Peels smooth out the skin texture\r\nand multiple issues:</p><ul><li>Freckles </li><li>Acne</li><li>Finelines</li><li>Wrinkles</li><li>Hyperpigmentation</li></ul><p class=\"MsoNormal\">Kabera’s Party Peels are for everyone!</p><p class=\"MsoNormal\">Exfoliate your skin with these peels and shed off a dead\r\nskin layer to make room for healthy and new skin. Revamp your methodologies for\r\ngetting a youthful look, which of course is a fantasy of many.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login Kabera</li><li>Select your Package as per your Skin requirement, </li><li>And Relax, our team will take care of you and your skin from\r\nhere.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', NULL, 'package', 4444, NULL, NULL, NULL, 'GtKtvvKjW', 'banners/53551433.png', NULL, 'app/53302633.png', 13, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 15:18:44', '2019-12-09 15:22:41'), (148, 'Immediate Glow', 'Immediate Glow', '<p class=\"MsoNormal\">Glowing Skin: A craving for all!</p><p class=\"MsoNormal\">Glowing skin is more than just applying makeup. Your skin is\r\ntaking too much and facing the world out- sun exposure, dust, pollution and\r\nstress. Still, there are plenty of reasons for you wanting to pamper it to look\r\nbest. As you age:</p><ul><li>Wrinkles,</li><li>Pigmentation, </li><li>Dark circles,</li><li>Loose skin,</li><li>Lost muscles volume</li></ul><p class=\"MsoNormal\">All the above factors slowly steadily make your skin dull.\r\nPlump up your skin, boost hydration and radiate without shine with Kabera’s\r\nImmediate Glow package. Revamp your methodologies for getting a youthful look,\r\nwhich of course is a fantasy of many.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login Kabera</li><li>Select your Package as per your Skin requirement, </li><li>And Relax, our team will take care of you and your skin from\r\nhere.</li></ul><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\"><o:p> </o:p></p>', 'Glowing Skin: A craving for all!\r\n\r\nGlowing skin is more than just applying makeup. Your skin is taking too much and facing the world out- sun exposure, dust, pollution and stress. Still, there are plenty of reasons for you wanting to pamper it to look best. As you age:\r\n\r\nWrinkles,\r\nPigmentation,\r\nDark circles,\r\nLoose skin,\r\nLost muscles volume\r\nAll the above factors slowly steadily make your skin dull. Plump up your skin, boost hydration and radiate without shine with Kabera’s Immediate Glow package. Revamp your methodologies for getting a youthful look, which of course is a fantasy of many', 'package', 4444, NULL, NULL, NULL, 'HVarJWyeY', 'banners/24898534.png', NULL, 'app/23301234.png', 13, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 15:20:03', '2019-12-09 15:23:35'), (149, 'Under Eye Dark Circles', 'Under Eye Dark Circles', '<p class=\"MsoNormal\">Eyes define your beauty!</p><p class=\"MsoNormal\">The eyes are a gateway to our souls, and it\'s not a lie! So,\r\nit makes a complete sense to fancy these little peepers and step out! However,\r\nin our daily routine, we tend to overlook and ignore the nourishment and care\r\nthey deserve. Ageing also takes it turn in the form of </p><ul><li>Dark circles, </li><li>Bulginess, and </li><li>Puffiness</li></ul><p class=\"MsoNormal\">The skin around our eyes is extremely soft, delicate and\r\nthin; hence, the first signs of premature ageing appear around eyes. Revamp\r\nyour methodologies for getting a youthful look, which of course is a fantasy of\r\nmany.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login Kabera</li><li>Select your Package as per your Skin requirement, </li><li>And Relax, our team will take care of you and your skin from\r\nhere.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Eyes define your beauty!\r\n\r\nThe eyes are a gateway to our souls, and it\'s not a lie! So, it makes a complete sense to fancy these little peepers and step out! However, in our daily routine, we tend to overlook and ignore the nourishment and care they deserve. Ageing also takes it turn in the form of \r\n\r\nDark circles,\r\nBulginess, and\r\nPuffiness\r\nThe skin around our eyes is extremely soft, delicate and thin; hence, the first signs of premature ageing appear around eyes. Revamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\n\r\nGet it in 3 easy steps:\r\n\r\nLogi', 'package', 4444, NULL, NULL, NULL, 'ghCnr4Zd7', 'banners/12971735.png', NULL, 'app/48722935.png', 13, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 15:21:33', '2019-12-09 15:25:31'), (150, 'Skin Brite Peel', 'Skin Brite Peel', '<p class=\"MsoNormal\">Flaunt Your Skin with a Perfect Glow </p><p class=\"MsoNormal\">All pigmentation can be treated, including sun damage,\r\npost-inflammatory, melasma, acne conditions and skin types. This peel brightens\r\nskin tone while lightening and diminishing pigmentation and provides additional\r\nbenefits such as:</p><ul><li>Hydrates your skin</li><li>Reduces Brown grey patches on the face </li><li>Produces a smoother softer appearance of the skin</li><li>Helps control oil secretion</li><li>Removes dark, patchy skin </li><li>Treats uneven skin tone</li></ul><p class=\"MsoNormal\">Get an excellent result with skin Brite Peel treatment for\r\nmild to moderate pigmentation. Revamp your methodologies for getting a youthful\r\nlook, which of course is a fantasy of many.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login Kabera</li><li>Select your Package as per your Skin requirement, </li><li>And Relax, our team will take care of you and your skin from\r\nhere.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', NULL, 'package', 4444, NULL, NULL, NULL, 'ilXVwmTn5', 'banners/40345231.png', NULL, 'app/35030431.png', 13, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 15:28:30', '2019-12-09 15:28:30'), (151, 'Hydra Glow Facial', 'Hydra Glow Facial', '<p class=\"MsoNormal\">Cleanse, Extract, & Hydrate to Get The Best Skin Health for\r\nLife.</p><p class=\"MsoNormal\">Hydra glows facial is a multi-therapeutic approach that\r\ncombines various benefits into the time of a single facial session. It cleans\r\nand exfoliates dead skin cells to reveal healthy new skin. It used to treat the\r\nfollowing:</p><ul><li>Dry skin</li><li>Fine lines & Wrinkles</li><li>Dark, patchy skin </li><li>Age spots</li><li>Uneven Skin Tone </li></ul><p class=\"MsoNormal\">This multi-therapeutic approach is appropriate for all skin\r\ntypes from normal to dry skin and oily to combination skin. Revamp your\r\nmethodologies for getting a youthful look, which of course is a fantasy of\r\nmany.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login Kabera</li><li>Select your Package as per your Skin requirement, </li><li>And Relax, our team will take care of you and your skin from\r\nhere.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Cleanse, Extract, & Hydrate to Get The Best Skin Health for Life.\r\n\r\nHydra glows facial is a multi-therapeutic approach that combines various benefits into the time of a single facial session. It cleans and exfoliates dead skin cells to reveal healthy new skin. It used to treat the following:\r\n\r\nDry skin\r\nFine lines & Wrinkles\r\nDark, patchy skin\r\nAge spots\r\nUneven Skin Tone\r\nThis multi-therapeutic approach is appropriate for all skin types from normal to dry skin and oily to combination skin. Revamp your methodologies for getting a youthful look, which of course is a fantasy of many.\r\n\r\nGet it', 'package', 4444, NULL, NULL, NULL, 'KzoGXPzPS', 'banners/31258632.png', NULL, 'app/13497832.png', 13, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 15:30:20', '2019-12-09 15:30:20'); INSERT INTO `offers` (`id`, `offer_name_en`, `offer_name_fr`, `description_en`, `description_fr`, `offer_type`, `package_price`, `offer_grafts`, `discount`, `discount_type`, `coupon_code`, `banner_image`, `portrait_banner`, `app_banner_image`, `services`, `product_offer`, `products`, `product_offer_type`, `product_offer_rate`, `expiry_date`, `is_type`, `country`, `state`, `city`, `status`, `created_at`, `updated_at`) VALUES (152, 'Lip Pigmentation', 'Lip Pigmentation', '<p class=\"MsoNormal\">Dark lips overshadow the beautiful smile you have. Imagine a\r\npretty lady all dress up with flying hair and wait…. The pigmented/ dark lips\r\ntake away all the charm. <br><br>Pinkish soft\r\nlips make you look youthful and that natural painted lips look more elegant\r\nthan the costly lip shades that by the end up damaging them.</p><p class=\"MsoNormal\">Getting back the natural lip color is not that hard. Kabera’s\r\nlip pigmentation procedure makes this process an easy peasy deed. Revamp your\r\nmethodologies for getting a youthful look, which of course is a fantasy of\r\nmany.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login Kabera</li><li>Select your Package as per your Skin requirement, </li><li><span style=\"font-size: 1rem;\">And Relax, our team will take care of you and your skin from\r\nhere.</span><br></li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', NULL, 'package', 4444, NULL, NULL, NULL, 'Pr5bfekHM', 'banners/39217637.png', NULL, 'app/71623037.png', 13, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 15:43:07', '2019-12-09 15:43:07'), (153, 'Adult Acne', 'Adult Acne', '<p class=\"MsoNormal\">Not a teenager anymore, still acne bothers you?</p><p class=\"MsoNormal\">Post-adolescent acne, commonly known as Adult acne, usually\r\noccurs when you cross the age of 25 and can appear on the face as well as\r\nthroughout the body. The major factors that contribute to adult acne are:</p><ul><li>Stress and hormonal imbalance</li><li>Strong/ harsh Beauty products, which clog the pores</li><li>Poor diet </li></ul><p class=\"MsoNormal\">Currently, we are in an era, where the beauty trend is revolving\r\naround having a glowing skin is a trend that too, with minimal or no makeup.\r\nAll you need is some water, greens, sunshine and Kabera for a kind of crystal\r\nclear skin you desire. Revamp your methodologies for getting a youthful look,\r\nwhich of course is a fantasy of many.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login Kabera</li><li>Select your Package as per your Skin requirement, </li><li>And Relax, our team will take care of you and your skin from\r\nhere.</li></ul><p class=\"MsoNormal\">\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Not a teenager anymore, still acne bothers you?\r\n\r\nPost-adolescent acne, commonly known as Adult acne, usually occurs when you cross the age of 25 and can appear on the face as well as throughout the body. The major factors that contribute to adult acne are:\r\n\r\nStress and hormonal imbalance\r\nStrong/ harsh Beauty products, which clog the pores\r\nPoor diet\r\nCurrently, we are in an era, where the beauty trend is revolving around having a glowing skin is a trend that too, with minimal or no makeup. All you need is some water, greens, sunshine and Kabera for a kind of crystal clear skin you desire. ', 'package', 4444, NULL, NULL, NULL, '4k0jJJcPv', 'banners/89416338.png', NULL, 'app/98902938.png', 14, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 15:45:23', '2019-12-09 15:45:23'), (154, 'Clear Skin Anti Acne', 'Clear Skin Anti Acne', '<p class=\"MsoNormal\">Get Visible Radiance & Clear Skin </p><p class=\"MsoNormal\">Clear Skin Anti Acne procedure can work by reducing oil\r\nproduction, speeding up skin cell turnover, fighting bacterial infection or\r\nreducing inflammation — which helps prevent scarring. You can also treat the\r\nfollowing with the clear skin anti-acne procedure:</p><p class=\"MsoNormal\">All types of Acne (full face/ spot peels)</p><ul><li>Control your acne</li><li>Avoid scarring or other damage to your skin</li><li>Make scars less noticeable</li></ul><p class=\"MsoNormal\">Clear Skin Anti Acne is appropriate for oily to combination\r\nskin, or oily skin with comedones. Revamp your methodologies for getting a\r\nyouthful look, which of course is a fantasy of many.</p><p class=\"MsoNormal\">Get it in 3 easy steps:</p><ul><li>Login Kabera</li><li>Select your Package as per your Skin requirement, </li><li>And Relax, our team will take care of you and your skin from\r\nhere.</li></ul><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Restore your skin’s Natural Glow and Look beyond years with\r\nKabera…</p>', 'Get Visible Radiance & Clear Skin\r\n\r\nClear Skin Anti Acne procedure can work by reducing oil production, speeding up skin cell turnover, fighting bacterial infection or reducing inflammation — which helps prevent scarring. You can also treat the following with the clear skin anti-acne procedure:\r\n\r\nAll types of Acne (full face/ spot peels)\r\n\r\nControl your acne\r\nAvoid scarring or other damage to your skin\r\nMake scars less noticeable\r\nClear Skin Anti Acne is appropriate for oily to combination skin, or oily skin with comedones. Revamp your methodologies for getting a youthful look, which of cour', 'package', 4444, NULL, NULL, NULL, '6PrXdobxt', 'banners/80984039.png', NULL, 'app/61161839.png', 14, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 15:47:06', '2019-12-09 15:47:06'), (156, 'Upper Lip', 'Upper Lip', '<p class=\"MsoNormal\">Upper lips- a hair removal procedure that seems to re-appear\r\nright after any special occasion is recorded on the calendar!</p><p class=\"MsoNormal\">Facial hair is the most annoying thing that a woman has to\r\ndeal with. It does not matter how many times you try to get rid of it, they\r\nkeep coming back just like a snap of fingers. Out there exists a variety of\r\nhair removal options:</p><ul><li>Shaving\r\n<o:p></o:p></li><li>Plucking<o:p></o:p></li><li>Waxing<o:p></o:p></li><li>Depilatory\r\ncreams<o:p></o:p></li><li>Upper\r\nlip thread <o:p></o:p></li></ul><p class=\"MsoNormal\">Though,\r\nlaser hair removal stands out as! The results are long-lasting and effective! <o:p></o:p></p><p class=\"MsoNormal\">Begin\r\nthe Journey of a flawless skin with Kabera. <o:p></o:p></p><p class=\"MsoNormal\"><b>Get Upper Lip Hair Removal laser:<o:p></o:p></b></p><p class=\"MsoNormal\">Single\r\nSession- Rs.1999+Tax= Rs. 2358/-<o:p></o:p></p><p class=\"MsoNormal\">6\r\nSessions- Rs. 14153/-<o:p></o:p></p><p class=\"MsoNormal\"><b><i>Grab the SPECIAL\r\nOFFER<o:p></o:p></i></b></p><p class=\"MsoNormal\">Single\r\nSession- Rs.1499+Tax= Rs. 1769/-<o:p></o:p></p><p class=\"MsoNormal\">\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">6\r\nSessions- Rs. 10614/-<o:p></o:p></p>', 'Upper lips- a hair removal procedure that seems to re-appear right after any special occasion is recorded on the calendar!\r\n\r\nFacial hair is the most annoying thing that a woman has to deal with. It does not matter how many times you try to get rid of it, they keep coming back just like a snap of fingers. Out there exists a variety of hair removal options:\r\n\r\nShaving\r\n\r\nPlucking\r\n\r\nWaxing\r\n\r\nDepilatory creams\r\n\r\nUpper lip thread\r\n\r\nThough, laser hair removal stands out as! The results are long-lasting and effective!\r\n\r\nBegin the Journey of a Flawless Skin with Kabera.\r\n\r\nGet Upper Lip Hair Rem', 'package', 10614, NULL, NULL, NULL, 'v2m6hnTtg', 'banners/9195771.png', NULL, 'app/6591761.png', 16, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 16:06:23', '2019-12-13 15:14:49'), (157, 'Side Locks', 'Side Locks', '<p class=\"MsoNormal\">The hair appearing on the sides of face can diminish your\r\nflawless look. </p><p class=\"MsoNormal\">Facial hair is the most annoying thing that a woman has to\r\ndeal with. It does not matter how many times you try to get rid of it, they\r\nkeep coming back just like a snap of fingers. Out there exists a variety of\r\nhair removal options:</p><ul><li>Shaving\r\n<o:p></o:p></li><li>Plucking<o:p></o:p></li><li>Waxing<o:p></o:p></li><li>Depilatory\r\ncreams, <o:p></o:p></li><li>Upper\r\nlip thread <o:p></o:p></li></ul><p class=\"MsoNormal\">Though,\r\nlaser hair removal stands out as! The results are long-lasting and effective! <o:p></o:p></p><p class=\"MsoNormal\">Begin\r\nthe Journey of a Flawless Skin with Kabera. <o:p></o:p></p><p class=\"MsoNormal\"><b>Side Locks Hair Removal laser:<o:p></o:p></b></p><p class=\"MsoNormal\">Single\r\nSession- Rs.1799+Tax= Rs. 2123/-<o:p></o:p></p><p class=\"MsoNormal\">6\r\nSessions- Rs. 12737/-<o:p></o:p></p><p class=\"MsoNormal\"><b><i>Grab the SPECIAL\r\nOFFER<o:p></o:p></i></b></p><p class=\"MsoNormal\">Single\r\nSession- Rs.1399+Tax= Rs. 1651/-<o:p></o:p></p><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">6\r\nSessions- Rs. 9905/-<o:p></o:p></p>', 'The hair appearing on the sides of face can diminish your flawless look. \r\nFacial hair is the most annoying thing that a woman has to deal with. It does not matter how many times you try to get rid of it, they keep coming back just like a snap of fingers. Out there exists a variety of hair removal options:\r\nShaving \r\nPlucking\r\nWaxing\r\nDepilatory creams, \r\nUpper lip thread \r\nThough, laser hair removal stands out as! The results are long-lasting and effective! \r\nBegin the Journey of a Flawless Skin with Kabera. \r\nSide Locks Hair Removal laser:\r\nSingle Session- Rs.1799+Tax= Rs. 2123/-\r\n6 Sessions', 'package', 9905, NULL, NULL, NULL, 'xBeOoIgfA', 'banners/8959742.png', NULL, 'app/4489682.png', 16, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 16:09:36', '2019-12-13 15:16:13'), (158, 'Full Face', 'Full Face', '<p class=\"MsoNormal\">Blemishes, sun rays, pigmentation, and lots of them- facial\r\nhair is an add-on. </p><p class=\"MsoNormal\">Facial hair is the most annoying thing that a woman has to\r\ndeal with. It does not matter how many times you try to get rid of it, they\r\nkeep coming back just like a snap of fingers. Out there exists a variety of\r\nhair removal options:</p><ul><li>Shaving\r\n<o:p></o:p></li><li>Plucking<o:p></o:p></li><li>Waxing<o:p></o:p></li><li>Depilatory\r\ncreams<o:p></o:p></li><li>Thread <o:p></o:p></li></ul><p class=\"MsoNormal\">Though,\r\nlaser hair removal stands out as! The results are long-lasting and effective! <o:p></o:p></p><p class=\"MsoNormal\">Begin\r\nthe Journey of a Flawless Skin with Kabera. <o:p></o:p></p><p class=\"MsoNormal\"><b>Full Face Hair Removal laser:<o:p></o:p></b></p><p class=\"MsoNormal\">Single\r\nSession- Rs.4999+Tax= Rs. 5898/-<o:p></o:p></p><p class=\"MsoNormal\">6\r\nSessions- Rs. 35393/-<o:p></o:p></p><p class=\"MsoNormal\"><b><i>Grab the SPECIAL\r\nOFFER<o:p></o:p></i></b></p><p class=\"MsoNormal\">Single\r\nSession- Rs.2999+Tax= Rs. 3538/-<o:p></o:p></p><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">6\r\nSessions- Rs. 21233/-<o:p></o:p></p>', 'Blemishes, sun rays, pigmentation, and lots of them- facial hair is an add-on. \r\nFacial hair is the most annoying things that a woman has to deal with. It does not matter how many times you try to get rid of it, they keep coming back just like a snap of fingers. Out there exists a variety of hair removal options:\r\nShaving \r\nPlucking\r\nWaxing\r\nDepilatory creams\r\nThread \r\nThough, laser hair removal stands out as! The results are long-lasting and effective! \r\nBegin the Journey of a flawless skin journey with Kabera. \r\nFull Face Hair Removal laser:\r\nSingle Session- Rs.4999+Tax= Rs. 5898/-\r\n6 Sessio', 'package', 21233, NULL, NULL, NULL, 'rDuKFvBKL', 'banners/2844223.png', NULL, 'app/5310683.png', 16, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 16:12:06', '2019-12-13 15:17:15'), (159, 'Arms', 'Arms', '<p class=\"MsoNormal\">Every month you spend an enormous amount on getting a smooth\r\nskin; however, these small hair pop-up, especially if you are an occasion\r\nready. </p><p class=\"MsoNormal\">Body hair is the most annoying thing that a woman has to\r\ndeal with. It does not matter how many times you try to get rid of it, they\r\nkeep coming back just like a snap of fingers. Out there exists a variety of\r\nhair removal options:</p><ul><li>Shaving </li><li>Plucking</li><li>Waxing</li><li>Depilatory creams</li><li><span style=\"font-size: 1rem;\">Upper lip thread </span><br></li></ul><p class=\"MsoNormal\">Though,\r\nlaser hair removal stands out as! The results are long-lasting and effective! <o:p></o:p></p><p class=\"MsoNormal\">Begin\r\nthe Journey of a Flawless Skin with Kabera. <o:p></o:p></p><p class=\"MsoNormal\"><b>Get Arms Hair Removal\r\nlaser:<o:p></o:p></b></p><p class=\"MsoNormal\">Full\r\nArms Single Session- Rs.7999+Tax= Rs. 9438<o:p></o:p></p><p class=\"MsoNormal\">2499+\r\nTax= Rs. 2949/-<o:p></o:p></p><p class=\"MsoNormal\">6\r\nSessions- Rs. 56633/-<o:p></o:p></p><p class=\"MsoNormal\"><b>Grab the SPECIAL\r\nOFFER<o:p></o:p></b></p><p class=\"MsoNormal\">Full\r\nArms- Rs.4999+Tax= Rs. 5899/-<o:p></o:p></p><p class=\"MsoNormal\">6\r\nSessions- Rs. 35393/-<o:p></o:p></p><p class=\"MsoNormal\"><br></p>', 'Every month you spend an enormous amount on getting a smooth skin; however, these small hair pop-up, especially if you are an occasion ready. \r\n\r\nBody hair is the most annoying thing that a woman has to deal with. It does not matter how many times you try to get rid of it, they keep coming back just like a snap of fingers. Out there exists a variety of hair removal options:\r\n\r\nShaving\r\nPlucking\r\nWaxing\r\nDepilatory creams\r\nUpper lip thread \r\nThough, laser hair removal stands out as! The results are long-lasting and effective!\r\n\r\nBegin the Journey of a Flawless Skin with Kabera.\r\n\r\nGet Arms Hai', 'package', 5899, NULL, NULL, NULL, 'WxCLNy84z', 'banners/6206377.png', NULL, 'app/7733797.png', 16, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 16:13:23', '2019-12-13 15:18:47'), (160, 'Chin', 'Chin', '<p class=\"MsoNormal\">Keep your Chin Up! Visit Kabera to get rid of unwanted hair\r\non chin with easy and effective laser hair removal technique.</p><p class=\"MsoNormal\">Facial hair is the most annoying thing that a woman has to\r\ndeal with. It does not matter how many times you try to get rid of it, they\r\nkeep coming back just like a snap of fingers. Out there exists a variety of\r\nhair removal options:</p><ul><li>Shaving\r\n<o:p></o:p></li><li>Plucking<o:p></o:p></li><li>Waxing<o:p></o:p></li><li>Depilatory\r\ncreams, <o:p></o:p></li><li>Upper\r\nlip thread <o:p></o:p></li></ul><p class=\"MsoNormal\">Though,\r\nlaser hair removal stands out as! The results are long-lasting and effective! <o:p></o:p></p><p class=\"MsoNormal\">Begin\r\nthe Journey of a Flawless Skin with Kabera. <o:p></o:p></p><p class=\"MsoNormal\"><b>Chin Hair Removal laser:<o:p></o:p></b></p><p class=\"MsoNormal\">Single\r\nSession- Rs.1999+Tax= Rs. 2358/-<o:p></o:p></p><p class=\"MsoNormal\">6\r\nSessions- Rs. 14153/-<o:p></o:p></p><p class=\"MsoNormal\"><b><i>Grab the SPECIAL\r\nOFFER<o:p></o:p></i></b></p><p class=\"MsoNormal\">Single\r\nSession- Rs.1499+Tax= Rs. 1769/-<o:p></o:p></p><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">6\r\nSessions- Rs. 10614/-<o:p></o:p></p>', 'Keep your Chin Up! Visit Kabera to get rid of unwanted hair on chin with easy and effective laser hair removal technique.\r\nFacial hair is the most annoying thing that a woman has to deal with. It does not matter how many times you try to get rid of it, they keep coming back just like a snap of fingers. Out there exists a variety of hair removal options:\r\nShaving \r\nPlucking\r\nWaxing\r\nDepilatory creams, \r\nUpper lip thread \r\nThough, laser hair removal stands out as! The results are long-lasting and effective! \r\nBegin the Journey of a Flawless Skin with Kabera. \r\nChin Hair Removal laser:\r\nSingle Se', 'package', 10614, NULL, NULL, NULL, '8klokP30h', 'banners/8267924.png', NULL, 'app/5926854.png', 16, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 16:14:26', '2019-12-13 15:19:58'), (161, 'Axilla', 'Axilla', '<p class=\"MsoNormal\">Every month you spend an enormous amount on getting a smooth skin; however, these small hair pop-up, especially if you are an occasion ready. </p><p class=\"MsoNormal\">Body hair is the most annoying thing that a woman has to deal with. It does not matter how many times you try to get rid of it, they keep coming back just like a snap of fingers. Out there exists a variety of hair removal options:</p><ul><li>Shaving</li><li>Plucking</li><li>Waxing</li><li>Depilatory creams</li><li><span style=\"font-size: 1rem;\">Upper lip thread </span><br></li></ul><p class=\"MsoNormal\">Though, laser hair removal stands out as! The results are long-lasting and effective!<o:p></o:p></p><p class=\"MsoNormal\">Begin the Journey of a Flawless Skin with Kabera.<o:p></o:p></p><p class=\"MsoNormal\"><span style=\"font-weight: bolder;\">Get Hair Removal laser:<o:p></o:p></span></p><p class=\"MsoNormal\"><o:p style=\"font-size: 1rem;\"> </o:p><span style=\"font-size: 1rem; font-weight: bolder;\">Axilla</span><br></p><p class=\"MsoNormal\">Single Session-<o:p></o:p></p><p class=\"MsoNormal\">6 Sessions- Rs. 17693/-<o:p></o:p></p><p class=\"MsoNormal\"><span style=\"font-weight: bolder;\">Grab the SPECIAL OFFER<o:p></o:p></span></p><p class=\"MsoNormal\">Single Session- Rs. 1799+ Tax= 2123<o:p></o:p></p><p></p><p class=\"MsoNormal\">6 Sessions- Rs. 12737/-</p>', 'Every month you spend an enormous amount on getting a smooth skin; however, these small hair pop-up, especially if you are an occasion ready. \r\n\r\nBody hair is the most annoying thing that a woman has to deal with. It does not matter how many times you try to get rid of it, they keep coming back just like a snap of fingers. Out there exists a variety of hair removal options:\r\n\r\nShaving\r\nPlucking\r\nWaxing\r\nDepilatory creams\r\nUpper lip thread \r\nThough, laser hair removal stands out as! The results are long-lasting and effective!\r\n\r\nBegin the Journey of a Flawless Skin with Kabera.\r\n\r\nGet', 'package', 12737, NULL, NULL, NULL, 'UGXacTztj', 'banners/1052358.png', NULL, 'app/1996628.png', 16, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 16:14:57', '2019-12-13 15:21:22'), (162, 'Full Front', 'Full Front', '<p class=\"MsoNormal\">Hair removal falls in the regular skincare routine and the\r\nwomen strictly following this routine tend to use several hair removal methods.\r\nHowever, permanent solution can take down much of your time. Full front body hair\r\nremoval takes more time than any other body part.</p><p class=\"MsoNormal\">Body hair is the most annoying thing that a woman has to\r\ndeal with. It does not matter how many times you try to get rid of it, they\r\nkeep coming back just like a snap of fingers. Out there exists a variety of\r\nhair removal options:</p><ul><li>Shaving </li><li>Plucking</li><li>Waxing</li><li>Depilatory creams</li><li>Upper lip thread </li></ul><p class=\"MsoNormal\">Though,\r\nlaser hair removal stands out as! The results are long-lasting and effective! <o:p></o:p></p><p class=\"MsoNormal\">Begin\r\nthe Journey of a Flawless Skin with Kabera. <o:p></o:p></p><p class=\"MsoNormal\"><b>Get Full Front Hair Removal\r\nlaser:<o:p></o:p></b></p><p class=\"MsoNormal\">Single\r\nSession- Rs.6499+Tax= Rs. 7669/-<o:p></o:p></p><p class=\"MsoNormal\">6\r\nSessions- Rs. 46013/-<o:p></o:p></p><p class=\"MsoNormal\"><b><i>Grab the SPECIAL\r\nOFFER<o:p></o:p></i></b></p><p class=\"MsoNormal\">Single\r\nSession- Rs.3999+Tax= Rs. 4719/-<o:p></o:p></p><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">6\r\nSessions- Rs. 28313/-<o:p></o:p></p>', 'Body hair is the most annoying thing that a woman has to deal with. It does not matter how many times you try to get rid of it, they keep coming back just like a snap of fingers. Out there exists a variety of hair removal options:\r\n\r\nShaving\r\n\r\nPlucking\r\n\r\nWaxing\r\n\r\nDepilatory creams\r\n\r\nUpper lip thread\r\n\r\nThough, laser hair removal stands out as! The results are long-lasting and effective!\r\n\r\nBegin the Journey of a Flawless Skin with Kabera.\r\n\r\nGet Full Front Hair Removal laser:\r\n\r\nSingle Session- Rs.6499+Tax= Rs. 7669/-\r\n\r\n6 Sessions- Rs. 46013/-\r\n\r\nGrab the SPECIAL OFFER\r\n\r\nSingle', 'package', 28313, NULL, NULL, NULL, 'OlZg7ljdK', 'banners/8161089.png', NULL, 'app/7587579.png', 16, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 16:17:30', '2019-12-13 15:22:55'), (163, 'Cheeks', 'Cheeks', '<p class=\"MsoNormal\">The pinkish highlight is much more appealing on cheeks\r\nrather than the small tiny hair strands. Don’t let your facial hair hide your\r\nglamour.</p><p class=\"MsoNormal\">Facial hair is the most annoying thing that a woman has to\r\ndeal with. It does not matter how many times you try to get rid of it, they\r\nkeep coming back just like a snap of fingers. Out there exists a variety of\r\nhair removal options:</p><ul><li>Shaving\r\n<o:p></o:p></li><li>Plucking<o:p></o:p></li><li>Waxing<o:p></o:p></li><li>Depilatory\r\ncreams, <o:p></o:p></li><li>Upper\r\nlip thread <o:p></o:p></li></ul><p class=\"MsoNormal\">Though,\r\nlaser hair removal stands out as! The results are long-lasting and effective! <o:p></o:p></p><p class=\"MsoNormal\">Begin\r\nthe Journey of a Flawless Skin with Kabera. <o:p></o:p></p><p class=\"MsoNormal\"><b>Cheeks Hair Removal laser:<o:p></o:p></b></p><p class=\"MsoNormal\">Single\r\nSession- Rs.1999+Tax= Rs. 2358/-<o:p></o:p></p><p class=\"MsoNormal\">6\r\nSessions- Rs. 14153/-<o:p></o:p></p><p class=\"MsoNormal\"><b><i>Grab the SPECIAL\r\nOFFER<o:p></o:p></i></b></p><p class=\"MsoNormal\">Single\r\nSession- Rs.1499+Tax= Rs. 1769/-<o:p></o:p></p><p class=\"MsoNormal\">\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">6\r\nSessions- Rs. 10614/-<o:p></o:p></p>', 'The pinkish highlight is much more appealing on cheeks rather than the small tiny hair strands. Don’t let your facial hair hide your glamour.\r\nFacial hair is the most annoying thing that a woman has to deal with. It does not matter how many times you try to get rid of it, they keep coming back just like a snap of fingers. Out there exists a variety of hair removal options:\r\nShaving \r\nPlucking\r\nWaxing\r\nDepilatory creams, \r\nUpper lip thread \r\nThough, laser hair removal stands out as! The results are long-lasting and effective! \r\nBegin the Journey of a Flawless Skin with Kabera. \r\nCheeks', 'package', 10614, NULL, NULL, NULL, 'FCSwdvwaX', 'banners/2528765.png', NULL, 'app/8149935.png', 16, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 16:17:49', '2019-12-13 15:23:57'), (164, 'Half Front', 'Half Front', '<p class=\"MsoNormal\">Hair removal falls in the regular skincare routine and the\r\nwomen strictly following this routine tend to use several hair removal methods.\r\nHowever, permanent solution can take down much of your time. Full front body hair\r\nremoval takes more time than any other body part.</p><p class=\"MsoNormal\">Body hair is the most annoying thing that a woman has to\r\ndeal with. It does not matter how many times you try to get rid of it, they\r\nkeep coming back just like a snap of fingers. Out there exists a variety of\r\nhair removal options:</p><ul><li>Shaving </li><li>Plucking</li><li>Waxing</li><li>Depilatory creams</li><li>Upper lip thread </li></ul><p class=\"MsoNormal\">Though,\r\nlaser hair removal stands out as! The results are long-lasting and effective! <o:p></o:p></p><p class=\"MsoNormal\">Begin\r\nthe Journey of a Flawless Skin with Kabera. <o:p></o:p></p><p class=\"MsoNormal\"><span style=\"font-size: 1rem;\"><b>Half\r\nFront</b></span><br></p><p class=\"MsoNormal\"><o:p></o:p></p><p class=\"MsoNormal\">Single\r\nSession- Rs. 4499+Tax= Rs.5309/-<o:p></o:p></p><p class=\"MsoNormal\">6\r\nSessions- Rs. 31853/-<o:p></o:p></p><p class=\"MsoNormal\"><b><i>Grab the SPECIAL\r\nOFFER<o:p></o:p></i></b></p><p class=\"MsoNormal\">Single\r\nSession- Rs. 2999+ Tax<o:p></o:p></p><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">6\r\nSessions- Rs. 21233/-<o:p></o:p></p>', 'Hair removal falls in the regular skincare routine and the women strictly following this routine tend to use several hair removal methods. However, permanent solution can take down much of your time. Full front body hair removal takes more time than any other body part.\r\n\r\nBody hair is the most annoying thing that a woman has to deal with. It does not matter how many times you try to get rid of it, they keep coming back just like a snap of fingers. Out there exists a variety of hair removal options:\r\n\r\nShaving\r\n\r\nPlucking\r\n\r\nWaxing\r\n\r\nDepilatory creams\r\n\r\nUpper lip thread\r\n\r\nThough, laser hai', 'package', 21233, NULL, NULL, NULL, 'SxzaCSikO', 'banners/31608910.png', NULL, 'app/89398410.png', 16, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 16:18:56', '2019-12-13 15:25:09'), (165, 'Ear Lobes', 'Ear Lobes', '<p class=\"MsoNormal\">For that one perfection in your style statement, let not the\r\nhair growth in the ear lobes spoil it for even an inch. </p><p class=\"MsoNormal\">Facial hair is the most annoying thing that a woman has to\r\ndeal with. It does not matter how many times you try to get rid of it, they\r\nkeep coming back just like a snap of fingers. Out there exists a variety of\r\nhair removal options:</p><ul><li>Shaving\r\n<o:p></o:p></li><li>Plucking<o:p></o:p></li><li>Waxing<o:p></o:p></li><li>Depilatory\r\ncreams, <o:p></o:p></li><li>Upper\r\nlip thread <o:p></o:p></li></ul><p class=\"MsoNormal\">Though,\r\nlaser hair removal stands out as! The results are long-lasting and effective! <o:p></o:p></p><p class=\"MsoNormal\">Begin\r\nthe Journey of a Flawless Skin with Kabera. <o:p></o:p></p><p class=\"MsoNormal\"><b>Side Locks Hair Removal laser:<o:p></o:p></b></p><p class=\"MsoNormal\">Single\r\nSession- Rs.1499+Tax= Rs. 1769/-<o:p></o:p></p><p class=\"MsoNormal\">6\r\nSessions- Rs. 10614/-<o:p></o:p></p><p class=\"MsoNormal\"><b><i>Grab the SPECIAL\r\nOFFER<o:p></o:p></i></b></p><p class=\"MsoNormal\">Single\r\nSession- Rs.1299+Tax= Rs. 1533/-<o:p></o:p></p><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">6\r\nSessions- Rs. 9197/-<o:p></o:p></p>', 'For that one perfection in your style statement, let not the hair growth in the ear lobes spoil it for even an inch. \r\nFacial hair is the most annoying thing that a woman has to deal with. It does not matter how many times you try to get rid of it, they keep coming back just like a snap of fingers. Out there exists a variety of hair removal options:\r\nShaving \r\nPlucking\r\nWaxing\r\nDepilatory creams, \r\nUpper lip thread \r\nThough, laser hair removal stands out as! The results are long-lasting and effective! \r\nBegin the Journey of a Flawless Skin with Kabera. \r\nSide Locks Hair Removal laser:', 'package', 9197, NULL, NULL, NULL, 'dxKd8ssgY', 'banners/8653466.png', NULL, 'app/3822876.png', 16, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 16:20:06', '2019-12-13 15:26:38'), (166, 'Full Back', 'Full Back', '<p class=\"MsoNormal\">This season flaunt your smooth and soft curvy back…</p><p class=\"MsoNormal\">Body hair is the most annoying thing that a woman has to\r\ndeal with. It does not matter how many times you try to get rid of it, they\r\nkeep coming back just like a snap of fingers. Out there exists a variety of\r\nhair removal options:</p><ul><li>Shaving </li><li>Plucking</li><li>Waxing</li><li>Depilatory creams</li><li>Upper lip thread </li></ul><p class=\"MsoNormal\">Though,\r\nlaser hair removal stands out as! The results are long-lasting and effective! <o:p></o:p></p><p class=\"MsoNormal\">Begin\r\nthe Journey of a Flawless Skin with Kabera. <o:p></o:p></p><h2><span style=\"font-size:11.0pt;mso-bidi-font-size:13.0pt;line-height:115%;\r\nfont-family:"Calibri","sans-serif";mso-ascii-theme-font:minor-latin;mso-hansi-theme-font:\r\nminor-latin;color:windowtext\"><b>Get Full Back Hair Removal laser:</b><o:p></o:p></span></h2><p class=\"MsoNormal\">Single\r\nSession- Rs.6499+Tax= Rs. 7669/-<o:p></o:p></p><p class=\"MsoNormal\">6\r\nSessions- Rs. 46013/-<o:p></o:p></p><h2><span style=\"font-size:11.0pt;mso-bidi-font-size:13.0pt;line-height:115%;\r\nfont-family:"Calibri","sans-serif";mso-ascii-theme-font:minor-latin;mso-hansi-theme-font:\r\nminor-latin;color:windowtext\"><b>Grab the SPECIAL OFFER</b><o:p></o:p></span></h2><p class=\"MsoNormal\">Single\r\nSession- Rs.3999+Tax= Rs. 4719/-<o:p></o:p></p><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">6\r\nSessions- Rs. 28313-/<o:p></o:p></p>', 'This season flaunt your smooth and soft curvy back…\r\n\r\nBody hair is the most annoying thing that a woman has to deal with. It does not matter how many times you try to get rid of it, they keep coming back just like a snap of fingers. Out there exists a variety of hair removal options:\r\n\r\nShaving\r\nPlucking\r\nWaxing\r\nDepilatory creams\r\nUpper lip thread\r\nThough, laser hair removal stands out as! The results are long-lasting and effective!\r\n\r\nBegin the Journey of a Flawless Skin with Kabera.\r\n\r\nGet Full Back Hair Removal laser:\r\nSingle Session- Rs.6499+Tax= Rs. 7669/-\r\n\r\n6 Sessions- Rs. 46', 'package', 28313, NULL, NULL, NULL, '2SCas3ct6', 'banners/17379311.png', NULL, 'app/88930511.png', 16, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 16:25:39', '2019-12-13 15:27:51'), (167, 'Half Back', 'Half Back', '<p class=\"MsoNormal\">This season flaunt your smooth and soft curvy back…</p><p class=\"MsoNormal\">Body hair is the most annoying thing that a woman has to\r\ndeal with. It does not matter how many times you try to get rid of it, they\r\nkeep coming back just like a snap of fingers. Out there exists a variety of\r\nhair removal options:</p><ul><li>Shaving </li><li>Plucking</li><li>Waxing</li><li>Depilatory creams</li><li>Upper lip thread </li></ul><p class=\"MsoNormal\">Though,\r\nlaser hair removal stands out as! The results are long-lasting and effective! <o:p></o:p></p><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Begin\r\nthe Journey of a Flawless Skin with Kabera.</p><h2><b style=\"color: windowtext; font-family: Calibri, sans-serif; font-size: 11pt;\">Half back</b><br></h2><p class=\"MsoNormal\">Single Session-\r\nRs. 4499+Tax= 5309/-<o:p></o:p></p><p class=\"MsoNormal\">6\r\nSessions- Rs. 17693/-<o:p></o:p></p><h2><span style=\"font-size:11.0pt;mso-bidi-font-size:13.0pt;line-height:115%;\r\nfont-family:"Calibri","sans-serif";mso-ascii-theme-font:minor-latin;mso-hansi-theme-font:\r\nminor-latin;color:windowtext\">Grab the SPECIAL OFFER<o:p></o:p></span></h2><p class=\"MsoNormal\">Single\r\nSession- Rs. 1799+ Tax=3539/-<o:p></o:p></p><p class=\"MsoNormal\">\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">6\r\nSessions- Rs. 12737/-<o:p></o:p></p>', 'This season flaunt your smooth and soft curvy back…\r\n\r\nBody hair is the most annoying thing that a woman has to deal with. It does not matter how many times you try to get rid of it, they keep coming back just like a snap of fingers. Out there exists a variety of hair removal options:\r\n\r\nShaving\r\nPlucking\r\nWaxing\r\nDepilatory creams\r\nUpper lip thread\r\nThough, laser hair removal stands out as! The results are long-lasting and effective!\r\n\r\nBegin the Journey of a Flawless Skin with Kabera.\r\n\r\nHalf back\r\nSingle Session- Rs. 4499+Tax= 5309/-\r\n\r\n6 Sessions- Rs. 17693/-\r\n\r\nGrab the SPECIAL O', 'package', 21233, NULL, NULL, NULL, 'rmrnFFrRa', 'banners/89181612.png', NULL, 'app/46921112.png', 16, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 16:28:02', '2019-12-13 15:28:54'), (168, 'Legs', 'Legs', '<p class=\"MsoNormal\">Heading to a party and can’t decide what to wear? With\r\nKabera’s hair removal procedure get every dress ready forever. </p><p class=\"MsoNormal\">Body hair is the most annoying thing that a woman has to\r\ndeal with. It does not matter how many times you try to get rid of it, they\r\nkeep coming back just like a snap of fingers. Out there exists a variety of\r\nhair removal options:</p><ul><li>Shaving\r\n<o:p></o:p></li><li>Plucking<o:p></o:p></li><li>Waxing<o:p></o:p></li><li>Depilatory\r\ncreams<o:p></o:p></li><li>Upper\r\nlip thread <o:p></o:p></li></ul><p class=\"MsoNormal\">Though,\r\nlaser hair removal stands out as! The results are long-lasting and effective! <o:p></o:p></p><p class=\"MsoNormal\">Begin\r\nthe Journey of a Flawless Skin with Kabera. <o:p></o:p></p><h2><span style=\"font-size:11.0pt;mso-bidi-font-size:13.0pt;line-height:115%;\r\nfont-family:"Calibri","sans-serif";mso-ascii-theme-font:minor-latin;mso-hansi-theme-font:\r\nminor-latin;mso-bidi-font-family:"Times New Roman";mso-bidi-theme-font:major-bidi;\r\ncolor:windowtext\">Get Full Legs Hair Removal laser:<o:p></o:p></span></h2><p class=\"MsoNormal\">Single\r\nSession- Rs.8999+Tax= Rs. 10619/-<o:p></o:p></p><p class=\"MsoNormal\">6\r\nSessions- Rs. 63713/-<o:p></o:p></p><h2><span style=\"font-size:11.0pt;mso-bidi-font-size:13.0pt;line-height:115%;\r\nfont-family:"Calibri","sans-serif";mso-ascii-theme-font:minor-latin;mso-hansi-theme-font:\r\nminor-latin;mso-bidi-font-family:"Times New Roman";mso-bidi-theme-font:major-bidi;\r\ncolor:windowtext\">Grab the SPECIAL OFFER<o:p></o:p></span></h2><p class=\"MsoNormal\">Single\r\nSession- Rs.6999+Tax= Rs. 8259/-<o:p></o:p></p><p class=\"MsoNormal\">\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">6\r\nSessions- Rs. 49553/-<o:p></o:p></p>', 'Heading to a party and can’t decide what to wear? With Kabera’s hair removal procedure get every dress ready forever. \r\nBody hair is the most annoying thing that a woman has to deal with. It does not matter how many times you try to get rid of it, they keep coming back just like a snap of fingers. Out there exists a variety of hair removal options:\r\nShaving \r\nPlucking\r\nWaxing\r\nDepilatory creams\r\nUpper lip thread \r\nThough, laser hair removal stands out as! The results are long-lasting and effective! \r\nBegin the Journey of a Flawless Skin with Kabera. \r\nGet Full Legs Hair Removal laser:', 'package', 49553, NULL, NULL, NULL, '1DcKW1jkr', 'banners/56610013.png', NULL, 'app/30527213.png', 16, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 16:41:12', '2019-12-13 15:29:48'), (169, 'Half Legs till Knees', 'Half Legs till Knees', '<p class=\"MsoNormal\">Heading to a party and can’t decide what to wear? With\r\nKabera’s hair removal procedure get every dress ready forever. </p><p class=\"MsoNormal\">Body hair is the most annoying thing that a woman has to\r\ndeal with. It does not matter how many times you try to get rid of it, they\r\nkeep coming back just like a snap of fingers. Out there exists a variety of\r\nhair removal options:</p><ul><li>Shaving <o:p></o:p></li><li>Plucking<o:p></o:p></li><li>Waxing<o:p></o:p></li><li>Depilatory creams<o:p></o:p></li><li>Upper lip thread <o:p></o:p></li></ul><p class=\"MsoNormal\">Though, laser hair\r\nremoval stands out as! The results are long-lasting and effective! <o:p></o:p></p><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Begin the Journey\r\nof a Flawless Skin with Kabera. </p><p class=\"MsoNormal\"><span style=\"color: windowtext; font-family: Calibri, sans-serif; font-size: 11pt;\"><b>Half Legs till Knees</b></span><br></p><p class=\"MsoNormal\">Single\r\nSession- 4999+tax=5899/-<o:p></o:p></p><p class=\"MsoNormal\">6\r\nSessions- Rs. 35393/-<o:p></o:p></p><h2><span style=\"font-size:11.0pt;mso-bidi-font-size:13.0pt;line-height:115%;\r\nfont-family:"Calibri","sans-serif";mso-ascii-theme-font:minor-latin;mso-hansi-theme-font:\r\nminor-latin;mso-bidi-font-family:"Times New Roman";mso-bidi-theme-font:major-bidi;\r\ncolor:windowtext\">Grab the SPECIAL OFFER<o:p></o:p></span></h2><p class=\"MsoNormal\">Single\r\nSession- Rs. 1799+ Tax=Rs.3539/-<o:p></o:p></p><p class=\"MsoNormal\"><o:p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</o:p></p><p class=\"MsoNormal\">6\r\nSessions- Rs. 21233/-<o:p></o:p></p>', 'Half Legs till Knees\r\nSingle Session- 4999+tax=5899/-\r\n6 Sessions- Rs. 35393/-\r\nGrab the SPECIAL OFFER\r\nSingle Session- Rs. 1799+ Tax=Rs.3539/-\r\n6 Sessions- Rs. 21233/-', 'package', 21233, NULL, NULL, NULL, 'sgNzzO78x', 'banners/51964214.png', NULL, 'app/34140514.png', 16, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 16:50:10', '2019-12-13 15:30:33'), (170, 'Full Bikini', 'Full Bikini', '<p class=\"MsoNormal\">Get bold on the summer beach, get toned with the sea and\r\nbreeze, with Kabera’s Bikini Laser Hair Removal, you need not to worry about\r\ngetting waxed twice before dawning that bikini on you. Let the summer vibes\r\nbreeze for long. </p><p class=\"MsoNormal\">Body hair is the most annoying thing that a woman has to\r\ndeal with. It does not matter how many times you try to get rid of it, they\r\nkeep coming back just like a snap of fingers. Out there exists a variety of\r\nhair removal options:</p><ul><li>Shaving\r\n<o:p></o:p></li><li>Plucking<o:p></o:p></li><li>Waxing<o:p></o:p></li><li>Depilatory\r\ncreams<o:p></o:p></li><li>Upper\r\nlip thread <o:p></o:p></li></ul><p class=\"MsoNormal\">Though,\r\nlaser hair removal stands out as! The results are long-lasting and effective! <o:p></o:p></p><p class=\"MsoNormal\">Begin\r\nthe Journey of a Flawless Skin with Kabera. <o:p></o:p></p><p class=\"MsoNormal\"><b>Get Upper Lip Hair Removal\r\nlaser:<o:p></o:p></b></p><p class=\"MsoNormal\">Single\r\nSession- Rs.1999+Tax= Rs. 2358/-<o:p></o:p></p><p class=\"MsoNormal\">6\r\nSessions- Rs. 14153/-<o:p></o:p></p><p class=\"MsoNormal\"><b><i>Grab the SPECIAL\r\nOFFER<o:p></o:p></i></b></p><p class=\"MsoNormal\">Single\r\nSession- Rs.1499+Tax= Rs. 1769/-<o:p></o:p></p><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">6\r\nSessions- Rs. 10614/-<o:p></o:p></p>', 'Get bold on the summer beach, get toned with the sea and breeze, with Kabera’s Bikini Laser Hair Removal, you need not to worry about getting waxed twice before dawning that bikini on you. Let the summer vibes breeze for long. \r\nBody hair is the most annoying thing that a woman has to deal with. It does not matter how many times you try to get rid of it, they keep coming back just like a snap of fingers. Out there exists a variety of hair removal options:\r\nShaving \r\nPlucking\r\nWaxing\r\nDepilatory creams\r\nUpper lip thread \r\nThough, laser hair removal stands out as! The results are long-lasting', 'package', 35393, NULL, NULL, NULL, 'i8x7rklHu', 'banners/84575515.png', NULL, 'app/43603715.png', 16, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 17:04:14', '2019-12-13 15:31:27'), (171, 'Pre-Full Body', 'Pre-Full Body', '<p class=\"MsoNormal\">Don’t let yourself drown in the hassle of waxing or shaving.\r\n </p><p class=\"MsoNormal\">Body hair is the most annoying thing that a woman has to\r\ndeal with. It does not matter how many times you try to get rid of it, they\r\nkeep coming back just like a snap of fingers. Out there exists a variety of\r\nhair removal options:</p><ul><li>Shaving\r\n<o:p></o:p></li><li>Plucking<o:p></o:p></li><li>Waxing<o:p></o:p></li><li>Depilatory\r\ncreams<o:p></o:p></li><li>Upper\r\nlip thread <o:p></o:p></li></ul><p class=\"MsoNormal\">Though,\r\nlaser hair removal stands out as! The results are long-lasting and effective! <o:p></o:p></p><p class=\"MsoNormal\">Begin\r\nthe Journey of a Flawless Skin with Kabera. <o:p></o:p></p><p class=\"MsoNormal\"><b>Get Pre-Full Body Hair Removal\r\nlaser:<o:p></o:p></b></p><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">2 Big Body parts & 1 small body part= Rs. 49999/-</p>', 'Don’t let yourself drown in the hassle of waxing or shaving. \r\nBody hair is the most annoying thing that a woman has to deal with. It does not matter how many times you try to get rid of it, they keep coming back just like a snap of fingers. Out there exists a variety of hair removal options:\r\nShaving \r\nPlucking\r\nWaxing\r\nDepilatory creams\r\nUpper lip thread \r\nThough, laser hair removal stands out as! The results are long-lasting and effective! \r\nBegin the Journey of a Flawless Skin with Kabera. \r\nGet Pre-Full Body Hair Removal laser:\r\n2 Big Body parts & 1 small body part= Rs. 49999/-', 'package', 49999, NULL, NULL, NULL, 'loEh9wicw', 'banners/65999316.png', NULL, 'app/30288516.png', 16, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 17:07:34', '2019-12-13 15:34:42'), (172, 'Full Body', 'Full Body', '<p class=\"MsoNormal\">Thinking about full body hair removal, then count on the\r\nthings you can do in that long span of time or just Visit Kabera and get Full\r\nBody Laser Hair Removal in just an hour or two…</p><p class=\"MsoNormal\">Body hair is the most annoying thing that a woman has to\r\ndeal with. It does not matter how many times you try to get rid of it, they\r\nkeep coming back just like a snap of fingers. Out there exists a variety of\r\nhair removal options:</p><ul><li>Shaving\r\n<o:p></o:p></li><li>Plucking<o:p></o:p></li><li>Waxing<o:p></o:p></li><li>Depilatory\r\ncreams<o:p></o:p></li><li>Upper\r\nlip thread <o:p></o:p></li></ul><p class=\"MsoNormal\">Though,\r\nlaser hair removal stands out as! The results are long-lasting and effective! <o:p></o:p></p><p class=\"MsoNormal\">Begin\r\nthe Journey of a Flawless Skin with Kabera. <o:p></o:p></p><p class=\"MsoNormal\"><b>Get Full Body Hair Removal\r\nlaser:<o:p></o:p></b></p><p class=\"MsoNormal\">Single Session= Rs.24999 + Tax= Rs.29499/-</p><p class=\"MsoNormal\">6 Session= Rs. 176993/-</p><p class=\"MsoNormal\"><b><i>Grab the SPECIAL\r\nOFFER<o:p></o:p></i></b></p><p class=\"MsoNormal\">Single Session= 17999+Tax= Rs. 29499/-</p><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">6Sessions= Rs.127433/-</p>', 'Thinking about full body hair removal, then count on the things you can do in that long span of time or just Visit Kabera and get Full Body Laser Hair Removal in just an hour or two…\r\nBody hair is the most annoying thing that a woman has to deal with. It does not matter how many times you try to get rid of it, they keep coming back just like a snap of fingers. Out there exists a variety of hair removal options:\r\nShaving \r\nPlucking\r\nWaxing\r\nDepilatory creams\r\nUpper lip thread \r\nThough, laser hair removal stands out as! The results are long-lasting and effective! \r\nBegin the Journey of a flawle', 'package', 127433, NULL, NULL, NULL, 'maCThXQRj', 'banners/84139717.png', NULL, 'app/18538617.png', 16, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 17:09:40', '2019-12-13 15:35:39'), (173, 'Professional Enzyme Treatment for Combination to Oily Skin', 'Professional Enzyme Treatment for Combination to Oily Skin', '<p class=\"MsoListParagraphCxSpFirst\"><b>IDEAL\r\nTREATMENT:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\">Get that unique light of Glow, in the most\r\nnatural process. With Kabera’s Enzyme Facial treatment, your skin gets a\r\ncarefully designed – blends of digestive enzymes, fruit acids, resorcinol,\r\nhydroxyacetic acid, herbal extracts and distillates. With our Enzyme Facial\r\nmask therapy and treatment, you can preserve your skin from damages like sun\r\nand aging of skin. Our special engineered treatment helps to stimulate collagen\r\ngrowth and will help you to achieve a youthful and a glowing skin. Kabera’s\r\nEnzyme Treatment is for anyone who desires of a skin that resonates with their\r\npersonality. </p><p class=\"MsoListParagraphCxSpMiddle\"><o:p> </o:p><b style=\"font-size: 1rem;\">OBJECTIVE:</b></p><p class=\"MsoListParagraphCxSpMiddle\">A treatment for sebum control on oily skin\r\nwith enlarged pores and blemishes. It reduces imperfections, refines skin\r\ntexture and lightens darkened skin.</p><p class=\"MsoListParagraphCxSpMiddle\"><b> </b><b style=\"font-size: 1rem;\">RECOMMENDED\r\nFOR:</b></p><p class=\"MsoListParagraphCxSpMiddle\">Oily skin without acne</p><p class=\"MsoListParagraphCxSpMiddle\"><b> </b><b style=\"font-size: 1rem;\">CONTRAINDICATION:</b></p><p class=\"MsoListParagraphCxSpMiddle\">Not for sensitive and acneic skin</p><p class=\"MsoListParagraphCxSpMiddle\"><o:p> </o:p><b style=\"font-size: 1rem;\">FREQUENCY\r\nOF TREATMENT:</b></p><p class=\"MsoListParagraphCxSpMiddle\">Every 21 Days</p><p class=\"MsoListParagraphCxSpMiddle\"><o:p> </o:p><b style=\"font-size: 1rem;\">FREQUENCY\r\nOF TREATMENT:</b></p><p class=\"MsoListParagraphCxSpMiddle\">Every 21 Days</p><p class=\"MsoListParagraphCxSpMiddle\"><o:p> </o:p><b style=\"font-size: 1rem;\">DURATION:</b></p><p class=\"MsoListParagraphCxSpMiddle\">1 Hour</p><p class=\"MsoListParagraphCxSpMiddle\"><o:p> </o:p><b style=\"font-size: 1rem;\">PRICE\r\nPER SESSION:</b></p><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoListParagraphCxSpLast\">Rs. 3500</p>', 'IDEAL TREATMENT:\r\nGet that unique light of Glow, in the most natural process. With Kabera’s Enzyme Facial treatment, your skin gets a carefully designed – blends of digestive enzymes, fruit acids, resorcinol, hydroxyacetic acid, herbal extracts and distillates. With our Enzyme Facial mask therapy and treatment, you can preserve your skin from damages like sun and aging of skin. Our special engineered treatment helps to stimulate collagen growth and will help you to achieve a youthful and a glowing skin. Kabera’s Enzyme Treatment is for anyone who desires of a skin that resonates with their per', 'package', 3500, NULL, NULL, NULL, 'bf4Xi2uNh', 'banners/6087341.png', NULL, 'app/7875881.png', 6, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 17:29:06', '2019-12-09 17:29:06'); INSERT INTO `offers` (`id`, `offer_name_en`, `offer_name_fr`, `description_en`, `description_fr`, `offer_type`, `package_price`, `offer_grafts`, `discount`, `discount_type`, `coupon_code`, `banner_image`, `portrait_banner`, `app_banner_image`, `services`, `product_offer`, `products`, `product_offer_type`, `product_offer_rate`, `expiry_date`, `is_type`, `country`, `state`, `city`, `status`, `created_at`, `updated_at`) VALUES (174, 'Enzyme Treatment -Combination to Oily Skin( X4)', 'Enzyme Treatment -Combination to Oily Skin( X4)', '<p class=\"MsoListParagraphCxSpFirst\"><b>IDEAL\r\nTREATMENT:<br></b><span style=\"font-size: 1rem;\">Get that unique light of Glow, in the most\r\nnatural process. With Kabera’s Enzyme Facial treatment, your skin gets a\r\ncarefully designed – blends of digestive enzymes, fruit acids, resorcinol,\r\nhydroxyacetic acid, herbal extracts and distillates. With our Enzyme Facial\r\nmask therapy and treatment, you can preserve your skin from damages like sun\r\nand aging of skin. Our special engineered treatment helps to stimulate collagen\r\ngrowth and will help you to achieve a youthful and a glowing skin. Kabera’s\r\nEnzyme Treatment is for anyone who desires of a skin that resonates with their\r\npersonality.</span></p><p class=\"MsoListParagraphCxSpMiddle\"><o:p> </o:p><span style=\"font-size: 1rem;\"><b>OBJECTIVE:<br></b></span><span style=\"font-size: 1rem;\">A treatment for sebum control on oily skin\r\nwith enlarged pores and blemishes. It reduces imperfections, refines skin\r\ntexture and lightens darkened skin.</span></p><p class=\"MsoListParagraphCxSpMiddle\"><b> </b><span style=\"font-size: 1rem;\"><b>RECOMMENDED\r\nFOR:<br></b></span><span style=\"font-size: 1rem;\">Oily skin without acne</span></p><p class=\"MsoListParagraphCxSpMiddle\"><b> </b><span style=\"font-size: 1rem;\"><b>CONTRAINDICATION:<br></b></span><span style=\"font-size: 1rem;\">Not for sensitive and acneic skin</span></p><p class=\"MsoListParagraphCxSpMiddle\"><o:p> </o:p><span style=\"font-size: 1rem;\"><b>FREQUENCY\r\nOF TREATMENT:<br></b></span><span style=\"font-size: 1rem;\">Every 21 Days</span></p><p class=\"MsoListParagraphCxSpMiddle\"><o:p> </o:p><span style=\"font-size: 1rem;\"><b>FREQUENCY\r\nOF TREATMENT:<br></b></span><span style=\"font-size: 1rem;\">Every 21 Days</span></p><p class=\"MsoListParagraphCxSpMiddle\"><o:p> </o:p><span style=\"font-size: 1rem;\"><b>DURATION:<br></b></span><span style=\"font-size: 1rem;\">1 Hour</span></p><p class=\"MsoListParagraphCxSpLast\"><span style=\"text-indent: -0.25in; font-size: 1rem; font-family: Symbol;\"><span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";\"> </span></span><b style=\"text-indent: -0.25in; font-size: 1rem;\">PACKAGE 1<br></b><span style=\"font-size: 1rem; text-indent: 0.5in;\">3+1</span></p><p class=\"MsoListParagraphCxSpLast\"><span style=\"text-indent: 0.5in; font-size: 1rem;\">Pay for\r\n3 get 1 Free</span></p><p class=\"MsoListParagraphCxSpLast\">\r\n\r\n\r\n\r\n\r\n\r\n<span style=\"font-size:11.0pt;line-height:115%;font-family:"Calibri","sans-serif";\r\nmso-ascii-theme-font:minor-latin;mso-fareast-font-family:Calibri;mso-fareast-theme-font:\r\nminor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:"Times New Roman";\r\nmso-bidi-theme-font:minor-bidi;mso-ansi-language:EN-US;mso-fareast-language:\r\nEN-US;mso-bidi-language:AR-SA\">Price- Rs. 10500/-</span><br></p>', 'IDEAL TREATMENT:\r\nGet that unique light of Glow, in the most natural process. With Kabera’s Enzyme Facial treatment, your skin gets a carefully designed – blends of digestive enzymes, fruit acids, resorcinol, hydroxyacetic acid, herbal extracts and distillates. With our Enzyme Facial mask therapy and treatment, you can preserve your skin from damages like sun and aging of skin. Our special engineered treatment helps to stimulate collagen growth and will help you to achieve a youthful and a glowing skin. Kabera’s Enzyme Treatment is for anyone who desires of a skin that resonates with their per', 'package', 10500, NULL, NULL, NULL, '60ALpC3bI', 'banners/2673711.1.png', NULL, 'app/7045561.1.png', 6, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 17:34:41', '2019-12-09 17:34:41'), (175, 'Enzyme Treatment -Combination to Oily Skin( X7)', 'Enzyme Treatment -Combination to Oily Skin( X7)', '<p class=\"MsoListParagraphCxSpFirst\" style=\"line-height:150%\"><b>IDEAL TREATMENT:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">Get that unique\r\nlight of Glow, in the most natural process. With Kabera’s Enzyme Facial\r\ntreatment, your skin gets a carefully designed – blends of digestive enzymes,\r\nfruit acids, resorcinol, hydroxyacetic acid, herbal extracts and distillates.\r\nWith our Enzyme Facial mask therapy and treatment, you can preserve your skin\r\nfrom damages like sun and aging of skin. Our special engineered treatment helps\r\nto stimulate collagen growth and will help you to achieve a youthful and a\r\nglowing skin. Kabera’s Enzyme Treatment is for anyone who desires of a skin\r\nthat resonates with their personality. </p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>OBJECTIVE:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">A treatment for sebum\r\ncontrol on oily skin with enlarged pores and blemishes. It reduces\r\nimperfections, refines skin texture and lightens darkened skin.</p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>RECOMMENDED FOR: <o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">Oily skin without\r\nacne</p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>CONTRAINDICATION:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">Not for sensitive and\r\nacneic skin</p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>FREQUENCY OF TREATMENT:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">Every 21 Days</p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>FREQUENCY OF TREATMENT:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">Every 21 Days</p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>DURATION:<o:p></o:p></b></p><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoListParagraphCxSpLast\" style=\"line-height:150%\">1 Hour</p><p class=\"MsoListParagraphCxSpLast\" style=\"line-height:150%\"><b style=\"text-indent: -0.25in; font-size: 1rem;\">PACKAGE 2</b></p><p class=\"MsoListParagraphCxSpLast\" style=\"line-height:150%\"><span style=\"text-indent: 0.5in; font-size: 1rem;\">5+2</span></p><p class=\"MsoListParagraphCxSpLast\" style=\"line-height:150%\"><span style=\"text-indent: 0.5in; font-size: 1rem;\">Pay\r\nfor 5 get 2 Free</span></p><p class=\"MsoListParagraphCxSpLast\" style=\"line-height:150%\"><span style=\"text-indent: 0.5in; font-size: 1rem;\">Price-\r\nRs.17500/-</span></p>', 'IDEAL TREATMENT:\r\n\r\nGet that unique light of Glow, in the most natural process. With Kabera’s Enzyme Facial treatment, your skin gets a carefully designed – blends of digestive enzymes, fruit acids, resorcinol, hydroxyacetic acid, herbal extracts and distillates. With our Enzyme Facial mask therapy and treatment, you can preserve your skin from damages like sun and aging of skin. Our special engineered treatment helps to stimulate collagen growth and will help you to achieve a youthful and a glowing skin. Kabera’s Enzyme Treatment is for anyone who desires of a skin that resonates with their p', 'package', 17500, NULL, NULL, NULL, '7UHpxZQ7R', 'banners/7038201.2.png', NULL, 'app/1437121.2.png', 6, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 17:37:23', '2019-12-09 17:37:23'), (176, 'Enzyme Treatment -Combination to Oily Skin( X9)', 'Enzyme Treatment -Combination to Oily Skin( X9)', '<p class=\"MsoListParagraphCxSpFirst\" style=\"line-height:150%\"><b>IDEAL TREATMENT:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">Get that unique\r\nlight of Glow, in the most natural process. With Kabera’s Enzyme Facial\r\ntreatment, your skin gets a carefully designed – blends of digestive enzymes,\r\nfruit acids, resorcinol, hydroxyacetic acid, herbal extracts and distillates.\r\nWith our Enzyme Facial mask therapy and treatment, you can preserve your skin\r\nfrom damages like sun and aging of skin. Our special engineered treatment helps\r\nto stimulate collagen growth and will help you to achieve a youthful and a\r\nglowing skin. Kabera’s Enzyme Treatment is for anyone who desires of a skin\r\nthat resonates with their personality. </p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>OBJECTIVE:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">A treatment for sebum\r\ncontrol on oily skin with enlarged pores and blemishes. It reduces\r\nimperfections, refines skin texture and lightens darkened skin.</p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>RECOMMENDED FOR: <o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">Oily skin without\r\nacne</p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>CONTRAINDICATION:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">Not for sensitive and\r\nacneic skin</p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>FREQUENCY OF TREATMENT:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">Every 21 Days</p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>FREQUENCY OF TREATMENT:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">Every 21 Days</p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>DURATION:<o:p></o:p></b></p><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoListParagraphCxSpLast\" style=\"line-height:150%\">1 Hour</p><p class=\"MsoListParagraphCxSpLast\" style=\"line-height:150%\"><b style=\"font-size: 1rem;\">PACKAGE 3</b></p><p class=\"MsoListParagraphCxSpLast\" style=\"line-height:150%\"><span style=\"text-indent: 0.5in; font-size: 1rem;\">6+3</span></p><p class=\"MsoListParagraphCxSpLast\" style=\"line-height:150%\"><span style=\"text-indent: 0.5in; font-size: 1rem;\">Pay\r\nfor 6 get 3 Free</span></p><p class=\"MsoListParagraphCxSpLast\" style=\"line-height:150%\"><span style=\"text-indent: 0.5in; font-size: 1rem;\">Price- Rs. 21000/-</span></p><p class=\"MsoListParagraphCxSpLast\" style=\"line-height:150%\"><br></p>', 'IDEAL TREATMENT:\r\n\r\nGet that unique light of Glow, in the most natural process. With Kabera’s Enzyme Facial treatment, your skin gets a carefully designed – blends of digestive enzymes, fruit acids, resorcinol, hydroxyacetic acid, herbal extracts and distillates. With our Enzyme Facial mask therapy and treatment, you can preserve your skin from damages like sun and aging of skin. Our special engineered treatment helps to stimulate collagen growth and will help you to achieve a youthful and a glowing skin. Kabera’s Enzyme Treatment is for anyone who desires of a skin that resonates with their p', 'package', 21000, NULL, NULL, NULL, 'paDEh3FC8', 'banners/6074891.3.png', NULL, 'app/6925511.3.png', 6, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 17:40:33', '2019-12-09 17:40:33'), (177, 'Enzyme Treatment- Normal to Sensitive Skin', 'Enzyme Treatment- Normal to Sensitive Skin', '<p class=\"MsoListParagraphCxSpFirst\" style=\"line-height:150%\"><b>IDEAL TREATMENT:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">Get that unique\r\nlight of Glow, in the most natural process. With Kabera’s Enzyme Facial\r\ntreatment, your skin gets a carefully designed – blends of digestive enzymes,\r\nfruit acids, resorcinol, hydroxyacetic acid, herbal extracts and distillates.\r\nWith our Enzyme Facial mask therapy and treatment, you can preserve your skin\r\nfrom damages like sun and aging of skin. Our special engineered treatment helps\r\nto stimulate collagen growth and will help you to achieve a youthful and a\r\nglowing skin. Kabera’s Enzyme Treatment is for anyone who desires of a skin\r\nthat resonates with their personality. </p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>OBJECTIVE:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">An enzymatic\r\ntreatment to lighten, brighten and revitalize sensitive skin that also enhances\r\nthe skin’s protective barrier for all environmental irritants.</p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>RECOMMENDED FOR: <o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">Sensitive skin without\r\nacne</p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>CONTRAINDICATION:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">Acne, Rosacea</p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>FREQUENCY OF TREATMENT:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">Every 21 Days</p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>DURATION:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">1 Hour</p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>PRICE PER SESSION:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpFirst\" style=\"line-height:150%\">\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoListParagraphCxSpLast\" style=\"line-height:150%\">Rs. 3500/-</p>', 'IDEAL TREATMENT:\r\nGet that unique light of Glow, in the most natural process. With Kabera’s Enzyme Facial treatment, your skin gets a carefully designed – blends of digestive enzymes, fruit acids, resorcinol, hydroxyacetic acid, herbal extracts and distillates. With our Enzyme Facial mask therapy and treatment, you can preserve your skin from damages like sun and aging of skin. Our special engineered treatment helps to stimulate collagen growth and will help you to achieve a youthful and a glowing skin. Kabera’s Enzyme Treatment is for anyone who desires of a skin that resonates with their per', 'package', 3500, NULL, NULL, NULL, '031MIZkaW', 'banners/2708222.png', NULL, 'app/3999072.png', 6, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 17:45:11', '2019-12-09 18:10:11'), (178, 'Enzyme Treatment- Normal to Sensitive Skin (X4)', 'Enzyme Treatment- Normal to Sensitive Skin (X4)', '<p class=\"MsoListParagraphCxSpFirst\" style=\"line-height:150%\"><b>IDEAL TREATMENT:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">Get that unique\r\nlight of Glow, in the most natural process. With Kabera’s Enzyme Facial\r\ntreatment, your skin gets a carefully designed – blends of digestive enzymes,\r\nfruit acids, resorcinol, hydroxyacetic acid, herbal extracts and distillates.\r\nWith our Enzyme Facial mask therapy and treatment, you can preserve your skin\r\nfrom damages like sun and aging of skin. Our special engineered treatment helps\r\nto stimulate collagen growth and will help you to achieve a youthful and a\r\nglowing skin. Kabera’s Enzyme Treatment is for anyone who desires of a skin\r\nthat resonates with their personality. </p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>OBJECTIVE:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">An enzymatic\r\ntreatment to lighten, brighten and revitalize sensitive skin that also enhances\r\nthe skin’s protective barrier for all environmental irritants.</p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>RECOMMENDED FOR: <o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">Sensitive skin without\r\nacne</p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>CONTRAINDICATION:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">Acne, Rosacea</p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>FREQUENCY OF TREATMENT:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">Every 21 Days</p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>DURATION:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">1 Hour</p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>PRICE PER SESSION:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpFirst\" style=\"line-height:150%\">\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\"><b>Package 1<o:p></o:p></b></p><p class=\"MsoNormal\">3+1</p><p class=\"MsoNormal\">Pay for 3 get 1 Free</p><p class=\"MsoListParagraphCxSpLast\" style=\"line-height:150%\">\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Price- Rs.10500/-</p>', 'IDEAL TREATMENT:\r\n\r\nGet that unique light of Glow, in the most natural process. With Kabera’s Enzyme Facial treatment, your skin gets a carefully designed – blends of digestive enzymes, fruit acids, resorcinol, hydroxyacetic acid, herbal extracts and distillates. With our Enzyme Facial mask therapy and treatment, you can preserve your skin from damages like sun and aging of skin. Our special engineered treatment helps to stimulate collagen growth and will help you to achieve a youthful and a glowing skin. Kabera’s Enzyme Treatment is for anyone who desires of a skin that resonates with their p', 'package', 10500, NULL, NULL, NULL, 'jEQZ7w4xs', 'banners/6857362.1.png', NULL, 'app/8313932.1.png', 6, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 17:47:54', '2019-12-09 18:11:56'), (179, 'Enzyme Treatment- Normal to Sensitive Skin (X7)', 'Enzyme Treatment- Normal to Sensitive Skin (X7)', '<p class=\"MsoListParagraphCxSpFirst\" style=\"line-height:150%\"><b>IDEAL TREATMENT:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">Get that unique\r\nlight of Glow, in the most natural process. With Kabera’s Enzyme Facial\r\ntreatment, your skin gets a carefully designed – blends of digestive enzymes,\r\nfruit acids, resorcinol, hydroxyacetic acid, herbal extracts and distillates.\r\nWith our Enzyme Facial mask therapy and treatment, you can preserve your skin\r\nfrom damages like sun and aging of skin. Our special engineered treatment helps\r\nto stimulate collagen growth and will help you to achieve a youthful and a\r\nglowing skin. Kabera’s Enzyme Treatment is for anyone who desires of a skin\r\nthat resonates with their personality. </p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>OBJECTIVE:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">An enzymatic\r\ntreatment to lighten, brighten and revitalize sensitive skin that also enhances\r\nthe skin’s protective barrier for all environmental irritants.</p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>RECOMMENDED FOR: <o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">Sensitive skin without\r\nacne</p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>CONTRAINDICATION:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">Acne, Rosacea</p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>FREQUENCY OF TREATMENT:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">Every 21 Days</p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>DURATION:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpFirst\" style=\"line-height:150%\">\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoListParagraphCxSpLast\" style=\"line-height:150%\">1 Hour</p><p class=\"MsoNormal\"><b>Package 2<o:p></o:p></b></p><p class=\"MsoNormal\">5+2</p><p class=\"MsoNormal\">Pay for 5 get 2 Free</p><p class=\"MsoListParagraphCxSpLast\" style=\"line-height:150%\">\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Price- Rs.17500/-</p>', 'IDEAL TREATMENT:\r\n\r\nGet that unique light of Glow, in the most natural process. With Kabera’s Enzyme Facial treatment, your skin gets a carefully designed – blends of digestive enzymes, fruit acids, resorcinol, hydroxyacetic acid, herbal extracts and distillates. With our Enzyme Facial mask therapy and treatment, you can preserve your skin from damages like sun and aging of skin. Our special engineered treatment helps to stimulate collagen growth and will help you to achieve a youthful and a glowing skin. Kabera’s Enzyme Treatment is for anyone who desires of a skin that resonates with their p', 'package', 17500, NULL, NULL, NULL, 'Qmkx8azFo', 'banners/3820242.2.png', NULL, 'app/8146052.2.png', 6, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 17:49:31', '2019-12-09 18:12:47'), (180, 'Enzyme Treatment- Normal to Sensitive Skin (X9)', 'Enzyme Treatment- Normal to Sensitive Skin (X9)', '<p class=\"MsoListParagraphCxSpFirst\" style=\"line-height:150%\"><b>IDEAL TREATMENT:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">Get that unique\r\nlight of Glow, in the most natural process. With Kabera’s Enzyme Facial\r\ntreatment, your skin gets a carefully designed – blends of digestive enzymes,\r\nfruit acids, resorcinol, hydroxyacetic acid, herbal extracts and distillates.\r\nWith our Enzyme Facial mask therapy and treatment, you can preserve your skin\r\nfrom damages like sun and aging of skin. Our special engineered treatment helps\r\nto stimulate collagen growth and will help you to achieve a youthful and a\r\nglowing skin. Kabera’s Enzyme Treatment is for anyone who desires of a skin\r\nthat resonates with their personality. </p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>OBJECTIVE:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">An enzymatic\r\ntreatment to lighten, brighten and revitalize sensitive skin that also enhances\r\nthe skin’s protective barrier for all environmental irritants.</p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>RECOMMENDED FOR: <o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">Sensitive skin without\r\nacne</p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>CONTRAINDICATION:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">Acne, Rosacea</p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>FREQUENCY OF TREATMENT:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\">Every 21 Days</p><p class=\"MsoListParagraphCxSpMiddle\" style=\"line-height:150%\"><b>DURATION:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpFirst\" style=\"line-height:150%\">\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoListParagraphCxSpLast\" style=\"line-height:150%\">1 Hour</p><p class=\"MsoNormal\"><b>Package 3<o:p></o:p></b></p><p class=\"MsoNormal\">6+3</p><p class=\"MsoNormal\">Pay for 6 get 3 Free</p><p class=\"MsoListParagraphCxSpLast\" style=\"line-height:150%\">\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Price- Rs.21000/-</p>', 'IDEAL TREATMENT:\r\n\r\nGet that unique light of Glow, in the most natural process. With Kabera’s Enzyme Facial treatment, your skin gets a carefully designed – blends of digestive enzymes, fruit acids, resorcinol, hydroxyacetic acid, herbal extracts and distillates. With our Enzyme Facial mask therapy and treatment, you can preserve your skin from damages like sun and aging of skin. Our special engineered treatment helps to stimulate collagen growth and will help you to achieve a youthful and a glowing skin. Kabera’s Enzyme Treatment is for anyone who desires of a skin that resonates with their p', 'package', 21000, NULL, NULL, NULL, '1TGWLFOnW', 'banners/6985482.3.png', NULL, 'app/1003962.3.png', 6, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 17:51:14', '2019-12-09 18:13:46'), (181, 'Instant Fairness Treatment- Lightening of Darkened Skin', 'Instant Fairness Treatment- Lightening of Darkened Skin', '<p class=\"MsoNormal\"><b>IDEAL TREATMENT:<o:p></o:p></b></p><p class=\"MsoNormal\">Get that unique light of Glow, in the most natural process.\r\nWith Kabera’s Enzyme Facial treatment, your skin gets a carefully designed –\r\nblends of digestive enzymes, fruit acids, resorcinol, hydroxyacetic acid,\r\nherbal extracts and distillates. With our Enzyme Facial mask therapy and\r\ntreatment, you can preserve your skin from damages like sun and aging of skin. Our\r\nspecial engineered treatment helps to stimulate collagen growth and will help\r\nyou to achieve a youthful and a glowing skin. Kabera’s Enzyme Treatment is for\r\nanyone who desires of a skin that resonates with their personality. </p><p class=\"MsoNormal\"><b>OBJECTIVE:<o:p></o:p></b></p><p class=\"MsoNormal\">For instant fairness and lightening of darkened skin</p><p class=\"MsoNormal\"><b>RECOMMENDED FOR: <o:p></o:p></b></p><p class=\"MsoNormal\">Best suited for Oily and Combination skin</p><p class=\"MsoNormal\"><b>CONTRAINDICATION:<o:p></o:p></b></p><p class=\"MsoNormal\">Not for sensitive, acne, dry and mature thin skin</p><p class=\"MsoNormal\"><b>FREQUENCY OF\r\nTREATMENT:<o:p></o:p></b></p><p class=\"MsoNormal\">1 Month</p><p class=\"MsoNormal\"><b>DURATION:<o:p></o:p></b></p><p class=\"MsoNormal\">80 Minutes</p><p class=\"MsoNormal\"><b>PRICE PER SESSION:<o:p></o:p></b></p><p class=\"MsoListParagraphCxSpFirst\" style=\"line-height:150%\">\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Rs. 3500/-</p>', 'IDEAL TREATMENT:\r\nGet that unique light of Glow, in the most natural process. With Kabera’s Enzyme Facial treatment, your skin gets a carefully designed – blends of digestive enzymes, fruit acids, resorcinol, hydroxyacetic acid, herbal extracts and distillates. With our Enzyme Facial mask therapy and treatment, you can preserve your skin from damages like sun and aging of skin. Our special engineered treatment helps to stimulate collagen growth and will help you to achieve a youthful and a glowing skin. Kabera’s Enzyme Treatment is for anyone who desires of a skin that resonates with their per', 'package', 3500, NULL, NULL, NULL, '34ZdxAeQI', 'banners/2907113.png', NULL, 'app/5702243.png', 6, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 17:55:59', '2019-12-09 18:08:40'), (182, 'Instant Fairness Treatment- Lightening of Darkened Skin (X4)', 'Instant Fairness Treatment- Lightening of Darkened Skin (X4)', '<p class=\"MsoNormal\"><b>IDEAL TREATMENT:<o:p></o:p></b></p><p class=\"MsoNormal\">Get that unique light of Glow, in the most natural process.\r\nWith Kabera’s Enzyme Facial treatment, your skin gets a carefully designed –\r\nblends of digestive enzymes, fruit acids, resorcinol, hydroxyacetic acid,\r\nherbal extracts and distillates. With our Enzyme Facial mask therapy and\r\ntreatment, you can preserve your skin from damages like sun and aging of skin. Our\r\nspecial engineered treatment helps to stimulate collagen growth and will help\r\nyou to achieve a youthful and a glowing skin. Kabera’s Enzyme Treatment is for\r\nanyone who desires of a skin that resonates with their personality. </p><p class=\"MsoNormal\"><b>OBJECTIVE:<o:p></o:p></b></p><p class=\"MsoNormal\">For instant fairness and lightening of darkened skin</p><p class=\"MsoNormal\"><b>RECOMMENDED FOR: <o:p></o:p></b></p><p class=\"MsoNormal\">Best suited for Oily and Combination skin</p><p class=\"MsoNormal\"><b>CONTRAINDICATION:<o:p></o:p></b></p><p class=\"MsoNormal\">Not for sensitive, acne, dry and mature thin skin</p><p class=\"MsoNormal\"><b>FREQUENCY OF\r\nTREATMENT:<o:p></o:p></b></p><p class=\"MsoNormal\">1 Month</p><p class=\"MsoNormal\"><b>DURATION:<o:p></o:p></b></p><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">80 Minutes</p><p class=\"MsoNormal\"><br></p><p class=\"MsoNormal\"><b>Package 1<o:p></o:p></b></p><p class=\"MsoNormal\">3+1<br><span style=\"font-size: 1rem;\">Pay for 3 get 1 Free<br></span><span style=\"font-size: 1rem;\">Price- Rs. 10500/-</span></p>', 'IDEAL TREATMENT:\r\n\r\nGet that unique light of Glow, in the most natural process. With Kabera’s Enzyme Facial treatment, your skin gets a carefully designed – blends of digestive enzymes, fruit acids, resorcinol, hydroxyacetic acid, herbal extracts and distillates. With our Enzyme Facial mask therapy and treatment, you can preserve your skin from damages like sun and aging of skin. Our special engineered treatment helps to stimulate collagen growth and will help you to achieve a youthful and a glowing skin. Kabera’s Enzyme Treatment is for anyone who desires of a skin that resonates with their p', 'package', 10500, NULL, NULL, NULL, 'cs1vc4ELS', 'banners/1733843.1.png', NULL, 'app/5907743.1.png', 6, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 18:04:49', '2019-12-09 18:04:49'), (183, 'Instant Fairness Treatment- Lightening of Darkened Skin (X7)', 'Instant Fairness Treatment- Lightening of Darkened Skin (X7)', '<p class=\"MsoNormal\"><b>IDEAL TREATMENT:<o:p></o:p></b></p><p class=\"MsoNormal\">Get that unique light of Glow, in the most natural process.\r\nWith Kabera’s Enzyme Facial treatment, your skin gets a carefully designed –\r\nblends of digestive enzymes, fruit acids, resorcinol, hydroxyacetic acid,\r\nherbal extracts and distillates. With our Enzyme Facial mask therapy and\r\ntreatment, you can preserve your skin from damages like sun and aging of skin. Our\r\nspecial engineered treatment helps to stimulate collagen growth and will help\r\nyou to achieve a youthful and a glowing skin. Kabera’s Enzyme Treatment is for\r\nanyone who desires of a skin that resonates with their personality. </p><p class=\"MsoNormal\"><b>OBJECTIVE:<o:p></o:p></b></p><p class=\"MsoNormal\">For instant fairness and lightening of darkened skin</p><p class=\"MsoNormal\"><b>RECOMMENDED FOR: <o:p></o:p></b></p><p class=\"MsoNormal\">Best suited for Oily and Combination skin</p><p class=\"MsoNormal\"><b>CONTRAINDICATION:<o:p></o:p></b></p><p class=\"MsoNormal\">Not for sensitive, acne, dry and mature thin skin</p><p class=\"MsoNormal\"><b>FREQUENCY OF\r\nTREATMENT:<o:p></o:p></b></p><p class=\"MsoNormal\">1 Month</p><p class=\"MsoNormal\"><b>DURATION:<o:p></o:p></b></p><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">80 Minutes</p><p class=\"MsoNormal\"><b>Package 2<o:p></o:p></b></p><p class=\"MsoNormal\">5+2<br><span style=\"font-size: 1rem;\">Pay for 5 get 2 Free<br></span><span style=\"font-size: 1rem;\">Price- Rs. 17500/-</span></p>', 'IDEAL TREATMENT:\r\n\r\nGet that unique light of Glow, in the most natural process. With Kabera’s Enzyme Facial treatment, your skin gets a carefully designed – blends of digestive enzymes, fruit acids, resorcinol, hydroxyacetic acid, herbal extracts and distillates. With our Enzyme Facial mask therapy and treatment, you can preserve your skin from damages like sun and aging of skin. Our special engineered treatment helps to stimulate collagen growth and will help you to achieve a youthful and a glowing skin. Kabera’s Enzyme Treatment is for anyone who desires of a skin that resonates with their p', 'package', 17500, NULL, NULL, NULL, '0yOQdMhid', 'banners/6359573.2.png', NULL, 'app/8776913.2.png', 6, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 18:06:20', '2019-12-09 18:06:20'), (184, 'Instant Fairness Treatment- Lightening of Darkened Skin (X9)', 'Instant Fairness Treatment- Lightening of Darkened Skin (X9)', '<p class=\"MsoNormal\"><b>IDEAL TREATMENT:<o:p></o:p></b></p><p class=\"MsoNormal\">Get that unique light of Glow, in the most natural process.\r\nWith Kabera’s Enzyme Facial treatment, your skin gets a carefully designed –\r\nblends of digestive enzymes, fruit acids, resorcinol, hydroxyacetic acid,\r\nherbal extracts and distillates. With our Enzyme Facial mask therapy and\r\ntreatment, you can preserve your skin from damages like sun and aging of skin. Our\r\nspecial engineered treatment helps to stimulate collagen growth and will help\r\nyou to achieve a youthful and a glowing skin. Kabera’s Enzyme Treatment is for\r\nanyone who desires of a skin that resonates with their personality. </p><p class=\"MsoNormal\"><b>OBJECTIVE:<o:p></o:p></b></p><p class=\"MsoNormal\">For instant fairness and lightening of darkened skin</p><p class=\"MsoNormal\"><b>RECOMMENDED FOR: <o:p></o:p></b></p><p class=\"MsoNormal\">Best suited for Oily and Combination skin</p><p class=\"MsoNormal\"><b>CONTRAINDICATION:<o:p></o:p></b></p><p class=\"MsoNormal\">Not for sensitive, acne, dry and mature thin skin</p><p class=\"MsoNormal\"><b>FREQUENCY OF\r\nTREATMENT:<o:p></o:p></b></p><p class=\"MsoNormal\">1 Month</p><p class=\"MsoNormal\"><b>DURATION:<o:p></o:p></b></p><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">80 Minutes<br><br></p><p class=\"MsoNormal\"><b>Package 3<o:p></o:p></b></p><p class=\"MsoNormal\">6+3<br><span style=\"font-size: 1rem;\">Pay for 6 get 3 Free<br></span><span style=\"font-size: 1rem;\">Price- Rs. 21000/-</span></p>', 'IDEAL TREATMENT:\r\n\r\nGet that unique light of Glow, in the most natural process. With Kabera’s Enzyme Facial treatment, your skin gets a carefully designed – blends of digestive enzymes, fruit acids, resorcinol, hydroxyacetic acid, herbal extracts and distillates. With our Enzyme Facial mask therapy and treatment, you can preserve your skin from damages like sun and aging of skin. Our special engineered treatment helps to stimulate collagen growth and will help you to achieve a youthful and a glowing skin. Kabera’s Enzyme Treatment is for anyone who desires of a skin that resonates with their p', 'package', 21000, NULL, NULL, NULL, 'PDQaTmyvW', 'banners/9100093.3.png', NULL, 'app/3334793.3.png', 6, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 18:07:53', '2019-12-09 18:07:53'), (185, 'Eye Brow Transplant', 'Eye Brow Transplant', '<p class=\"MsoNormal\">The concept of beauty envelops many factors and one of them\r\nis eyebrows. This significant feature is listed as an aesthetic taste of\r\nsociety. As compared to men, women relatively prefer to have well-shaped thick\r\neyebrows. </p><p class=\"MsoNormal\">One of the easiest ways to get a dreamy eyebrow or get them\r\ncorrected is Eyebrow Transplant</p><p>\r\n\r\n\r\n\r\n</p><p class=\"MsoNormal\">Consult KABERA to know more…</p>', 'The concept of beauty envelops many factors and one of them is eyebrows. This significant feature is listed as an aesthetic taste of society. As compared to men, women relatively prefer to have well-shaped thick eyebrows.\r\n\r\nOne of the easiest ways to get a dreamy eyebrow or get them corrected is Eyebrow Transplant\r\n\r\nConsult KABERA to know more…', 'package', 500, NULL, NULL, NULL, 'G8wnsv1Bt', 'banners/3310361.png', NULL, 'app/5463191.png', 3, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 19:39:30', '2019-12-09 19:39:30'), (186, 'Beard/Moustache Transplant', 'Beard/Moustache Transplant', '<p>One of the most popular Hair Transplant in the industry. Now get your style back with Kabera\'s Hair Transplant packages.</p><p>With this package, you will be treated with a transplant procedure, therapies to reduce hair fall and a healthy lifestyle check to make sure you don\'t have to face hair fall ever again in your life. This Package also enables you a Kabera Guarantee.</p><p>Consult KABERA to know more...</p>', 'One of the most popular Hair Transplant in the industry. Now get your style back with Kabera\'s Hair Transplant packages.\r\n\r\nWith this package, you will be treated with a transplant procedure, therapies to reduce hair fall and a healthy lifestyle check to make sure you don\'t have to face hair fall ever again in your life. This Package also enables you a Kabera Guarantee.', 'package', 500, NULL, NULL, NULL, 'a1cOKeW4Z', 'banners/5262173.png', NULL, 'app/3919573.png', 7, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 19:41:50', '2019-12-09 22:28:42'), (187, 'Cosmetic Hair Fusion', 'Cosmetic Hair Fusion', '<p><span style=\"color: rgb(76, 76, 76); font-family: Arimo, sans-serif; font-size: 14px; letter-spacing: 1px; text-align: justify;\">Cosmetic Hair Fusion is a procedure where the human hair is obtained from the donors that can be worn as wigs to replenish the thinning hair and balding areas. With this procedure you get to cover up the bald spots that affect your personality, that you were not born with.</span></p><p><span style=\"color: rgb(76, 76, 76); font-family: Arimo, sans-serif; font-size: 14px; letter-spacing: 1px;\">This non-invasive alternative sticks to your body like it’s a part of your body. You can brush your hair, style them the way you want...<br></span><span style=\"color: rgb(76, 76, 76); font-family: Arimo, sans-serif; font-size: 14px; letter-spacing: 1px; text-align: justify;\"><br>Consult KABERA, to know more...<br></span><br></p>', NULL, 'package', 500, NULL, NULL, NULL, 'HUNZNlKbC', 'banners/4701402.png', NULL, 'app/9424212.png', 9, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 19:45:22', '2019-12-09 19:45:22'), (188, 'Beard/ Moustache Transplant', 'Beard/ Moustache Transplant', '<p>One of the most popular Hair Transplant in the industry. Now get your style back with Kabera\'s Hair Transplant packages.</p><p>With this package, you will be treated with a transplant procedure, therapies to reduce hair fall and a healthy lifestyle check to make sure you don\'t have to face hair fall ever again in your life. This Package also enables you a Kabera Guarantee.</p><p>Consult KABERA to know more...</p>', 'One of the most popular Hair Transplant in the industry. Now get your style back with Kabera\'s Hair Transplant packages.\r\n\r\nWith this package, you will be treated with a transplant procedure, therapies to reduce hair fall and a healthy lifestyle check to make sure you don\'t have to face hair fall ever again in your life. This Package also enables you a Kabera Guarantee.\r\n\r\nConsult KABERA to know more...', 'package', 500, NULL, NULL, NULL, 'w74Qsgxdl', 'banners/2452103.png', NULL, 'app/8674133.png', 5, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2019-12-09 22:27:44', '2019-12-09 22:27:44'), (190, 'Test Hair Offer 1000', 'Test Hair Offer 1000', '<p>Test Hair Offer 1000<br></p>', 'Test Hair Offer 1000', 'package', 1000, 500, '0', NULL, 'OziwdT7KC', 'banners/470456testing3498151.png', 'banners/753788kabera_portrait.png', 'app/220460testing3498151.png', 2, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2020-01-20 11:45:37', '2020-01-20 16:16:04'), (191, 'Test Hair Offer 10', 'Test Hair Offer 10', '<p>Test Hair Offer 10<br></p>', 'Test Hair Offer 10', 'package', 10, 5, '0', NULL, 'h6IGJiSUb', 'banners/930413testing3498151.png', 'banners/962119kabera_portrait.png', 'app/171635testing3498151.png', 2, 'N', NULL, NULL, NULL, NULL, '1', NULL, NULL, NULL, '1', '2020-01-20 11:47:09', '2020-01-24 18:44:15'); -- -------------------------------------------------------- -- -- Table structure for table `operation_lists` -- CREATE TABLE `operation_lists` ( `id` bigint(11) NOT NULL, `appointment_id` int(11) DEFAULT NULL, `procedure_id` int(11) DEFAULT NULL, `user_id` bigint(11) NOT NULL, `doctor_id` bigint(11) NOT NULL, `service_id` int(11) DEFAULT NULL, `type` enum('O') NOT NULL DEFAULT 'O', `status` enum('0','1') DEFAULT '0' COMMENT '0 for Pending and 1 for done', `operation_date` datetime DEFAULT NULL COMMENT 'Date will be update when operation Done', `operation_status` enum('0','1') NOT NULL, `doctor_approved` enum('0','1') NOT NULL, `user_approved` enum('0','1') NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `operation_lists` -- INSERT INTO `operation_lists` (`id`, `appointment_id`, `procedure_id`, `user_id`, `doctor_id`, `service_id`, `type`, `status`, `operation_date`, `operation_status`, `doctor_approved`, `user_approved`, `created_at`, `updated_at`) VALUES (1, 1, 1, 2, 6, 2, 'O', '1', '2020-02-10 11:59:05', '1', '1', '1', '2020-02-10 06:28:30', '2020-02-10 06:29:05'), (4, 29, 35, 30, 13, 2, 'O', '1', '2020-02-11 11:13:40', '1', '1', '1', '2020-02-11 05:42:53', '2020-02-11 05:43:40'), (5, 33, 40, 33, 13, 2, 'O', '1', '2020-02-11 12:56:32', '1', '1', '1', '2020-02-11 07:25:38', '2020-02-11 07:26:32'), (6, 35, 43, 42, 13, 2, 'O', '1', '2020-02-11 15:21:45', '1', '1', '1', '2020-02-11 09:50:28', '2020-02-11 09:51:45'), (7, 42, 53, 59, 54, 2, 'O', '0', '2020-02-23 19:14:00', '0', '1', '0', '2020-02-11 13:44:28', '2020-02-11 13:44:37'), (8, 34, 41, 7, 18, 3, 'O', '0', '2020-04-08 03:22:00', '0', '1', '1', '2020-02-11 13:52:09', '2020-02-12 11:23:03'), (9, 46, 56, 64, 65, 2, 'O', '1', '2020-02-12 11:28:00', '1', '1', '1', '2020-02-12 05:58:28', '2020-02-12 05:59:02'), (10, 47, 57, 7, 18, 6, 'O', '1', '2020-02-12 16:48:12', '1', '1', '1', '2020-02-12 11:00:09', '2020-02-12 11:18:12'), (11, 80, 73, 81, 35, 2, 'O', '1', '2020-02-14 12:36:22', '1', '1', '1', '2020-02-14 07:04:18', '2020-02-14 07:06:22'), (12, 84, 77, 81, 84, 9, 'O', '1', '2020-02-14 16:09:17', '1', '1', '1', '2020-02-14 10:37:27', '2020-02-14 10:39:17'), (13, 106, 110, 64, 220, 2, 'O', '0', '2020-03-16 18:00:00', '0', '1', '1', '2020-03-16 12:28:12', '2020-03-16 12:30:11'), (14, 110, 121, 64, 231, 2, 'O', '1', '2020-03-18 12:03:41', '1', '1', '1', '2020-03-18 06:30:42', '2020-03-18 06:33:41'), (15, 112, 123, 64, 231, 2, 'O', '1', '2020-03-18 12:06:40', '1', '1', '1', '2020-03-18 06:35:27', '2020-03-18 06:36:40'), (16, 111, 122, 64, 220, 2, 'O', '1', '2020-03-18 12:34:48', '1', '1', '1', '2020-03-18 07:03:27', '2020-03-18 07:04:48'), (17, 116, 129, 248, 245, 2, 'O', '0', '2020-04-01 12:08:00', '0', '1', '1', '2020-03-27 06:38:48', '2020-03-27 06:39:25'), (18, 118, 133, 267, 189, 2, 'O', '0', '2020-05-21 15:30:00', '0', '1', '1', '2020-05-21 09:43:24', '2020-05-21 09:47:50'); -- -------------------------------------------------------- -- -- Table structure for table `option_probabilities` -- CREATE TABLE `option_probabilities` ( `id` int(11) NOT NULL, `option_type` varchar(100) NOT NULL, `option_data` varchar(50) NOT NULL, `option_value` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `option_probabilities` -- INSERT INTO `option_probabilities` (`id`, `option_type`, `option_data`, `option_value`, `created_at`, `updated_at`) VALUES (1, 'option1', '(1+2) HD + 3HD + 4 LD', 5500, '2019-11-28 16:14:39', '2019-11-28 16:14:39'), (2, 'option1', '(1+2) HD + 3 LD + 4 LD', 5000, '2019-11-28 16:14:39', '2019-11-28 16:14:39'), (3, 'option1', '(1+2) HD + 3 MD + 4 LD', 5200, '2019-11-28 16:14:39', '2019-11-28 16:14:39'), (4, 'option1', '(1+2) HD + 3 LD + 4 MD', 5500, '2019-11-28 16:14:39', '2019-11-28 16:14:39'), (5, 'option2', '(1+2) HD + 3 LD + 4 LD + 6 MD', 5200, '2019-11-28 16:14:39', '2019-11-28 16:14:39'), (6, 'option2', '(1+2) HD + 3 LD + 4 LD + 6 LD', 5200, '2019-11-28 16:14:39', '2019-11-28 16:14:39'), (7, 'option2', '(1+2) HD + 3 MD + 4 LD + 6 LD', 5000, '2019-11-28 16:14:39', '2019-11-28 16:14:39'), (8, 'option2', '(1+2) HD + 3 MD + 4 LD + 6MD', 5400, '2019-11-28 16:14:39', '2019-11-28 16:14:39'), (9, 'option3', '(1+2) HD + 3 MD + 4 LD + 5 LD + 6 MD + 7 HD', 2750, '2019-11-28 16:14:39', '2019-11-28 16:14:39'), (10, 'option3', '(1+2) HD + 3 LD + 4 MD + 5 MD + 6LD + 7 LD', 2500, '2019-11-28 16:14:39', '2019-11-28 16:14:39'), (11, 'option3', '(1+2) HD + 3 LD + 4 MD + 5 MD + 6 MD + 7 MD', 2650, '2019-11-28 16:14:39', '2019-11-28 16:14:39'), (12, 'option3', '(1+2) HD + 3 HD + 4 MD + 5 LD + 6 LD + 7 MD ', 2700, '2019-11-28 16:14:39', '2019-11-28 16:14:39'), (13, 'option5', '(1+2) HD + 3HD + 4 LD', 5500, '2019-11-28 16:14:39', '2019-11-28 16:14:39'), (14, 'option5', '(1+2) HD + 3 LD + 4 LD', 5000, '2019-11-28 16:14:39', '2019-11-28 16:14:39'), (15, 'option5', '(1+2) HD + 3 MD + 4 LD', 5200, '2019-11-28 16:14:39', '2019-11-28 16:14:39'), (16, 'option5', '(1+2) HD + 3 LD + 4 MD', 5500, '2019-11-28 16:14:39', '2019-11-28 16:14:39'), (17, 'option6', '(1+2) HD + 3HD + 4 LD', 5500, '2019-11-28 16:14:39', '2019-11-28 16:14:39'), (18, 'option6', '(1+2) HD + 3 LD + 4 LD', 5000, '2019-11-28 16:14:39', '2019-11-28 16:14:39'), (19, 'option6', '(1+2) HD + 3 MD + 4 LD', 5200, '2019-11-28 16:14:39', '2019-11-28 16:14:39'), (20, 'option6', '(1+2) HD + 3 LD + 4 MD', 5500, '2019-11-28 16:14:39', '2019-11-28 16:14:39'); -- -------------------------------------------------------- -- -- Table structure for table `orders` -- CREATE TABLE `orders` ( `id` int(11) NOT NULL, `user_id` bigint(20) NOT NULL, `address` text NOT NULL, `city` varchar(255) NOT NULL, `state` varchar(255) NOT NULL, `country` varchar(255) NOT NULL, `zip` varchar(255) NOT NULL, `billing_address` text NOT NULL, `billing_city` varchar(255) NOT NULL, `billing_state` varchar(255) NOT NULL, `billing_country` varchar(255) NOT NULL, `billing_zip` varchar(100) NOT NULL, `payment_method` text NOT NULL, `shipping` text NOT NULL, `shipping_tracking_number` varchar(255) NOT NULL, `total` double NOT NULL, `grand_total` double NOT NULL, `pending_amount` double NOT NULL DEFAULT 0, `status` int(11) NOT NULL DEFAULT 0, `payment_status` varchar(100) DEFAULT NULL, `response_code` varchar(100) DEFAULT NULL, `bank_ref_no` text NOT NULL, `created_at` timestamp NULL DEFAULT current_timestamp(), `updated_at` timestamp NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `orders` -- INSERT INTO `orders` (`id`, `user_id`, `address`, `city`, `state`, `country`, `zip`, `billing_address`, `billing_city`, `billing_state`, `billing_country`, `billing_zip`, `payment_method`, `shipping`, `shipping_tracking_number`, `total`, `grand_total`, `pending_amount`, `status`, `payment_status`, `response_code`, `bank_ref_no`, `created_at`, `updated_at`) VALUES (1, 2, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 42999, 42999, 42949, 0, 'Success', NULL, '', '2020-02-10 06:16:04', '2020-02-10 06:22:51'), (2, 7, '', '', '', '', '', '', '', '', '', '', '', '', '', 53099, 53099, 53099, 0, 'Pending', NULL, '', '2020-02-10 06:18:44', '2020-02-10 12:21:09'), (3, 2, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-10 06:29:57', '2020-02-10 06:29:57'), (4, 4, '', 'Amritsar', 'Punjab', 'India', '555555', '', 'Amritsar', 'Punjab', 'India', '555555', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-10 06:50:26', '2020-02-10 06:50:26'), (5, 4, '', 'Amritsar', 'Punjab', 'India', '555555', '', 'Amritsar', 'Punjab', 'India', '555555', '', '', '', 57820, 57820, 57820, 0, 'Pending', NULL, '', '2020-02-10 07:24:29', '2020-02-10 07:25:36'), (6, 12, '234 street Mohali', 'Mohali', 'Punjab', 'India', '', '234 street Mohali', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-10 07:50:46', '2020-02-10 07:50:46'), (7, 12, '234 street Mohali', 'Mohali', 'Punjab', 'India', '', '234 street Mohali', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-10 07:54:30', '2020-02-10 07:54:30'), (8, 12, '234 street Mohali', 'Mohali', 'Punjab', 'India', '', '234 street Mohali', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-10 09:27:52', '2020-02-10 09:27:52'), (9, 12, '234 street Mohali', 'Mohali', 'Punjab', 'India', '', '234 street Mohali', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-10 09:36:28', '2020-02-10 09:36:28'), (10, 12, '234 street Mohali', 'Mohali', 'Punjab', 'India', '160045', '234 street Mohali', 'Mohali', 'Punjab', 'India', '160045', '', '', '', 34999, 34999, 0, 0, 'Success', NULL, '', '2020-02-10 09:39:11', '2020-02-10 09:51:55'), (11, 21, '', 'Chandigarh', 'Chandigarh', 'India', '', '', 'Chandigarh', 'Chandigarh', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-10 11:13:04', '2020-02-10 11:13:04'), (12, 19, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 34999, 34999, 29999, 0, 'Success', NULL, '', '2020-02-10 11:14:52', '2020-02-10 11:34:04'), (13, 22, '', 'Chandigarh', 'Chandigarh', 'India', '', '', 'Chandigarh', 'Chandigarh', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-10 11:21:03', '2020-02-10 11:21:03'), (14, 22, '', 'Chandigarh', 'Chandigarh', 'India', '', '', 'Chandigarh', 'Chandigarh', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-10 11:21:38', '2020-02-10 11:21:38'), (16, 7, '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-10 13:43:29', '2020-02-10 13:43:29'), (17, 12, '234 street Mohali', 'Mohali', 'Punjab', 'India', '160045', '234 street Mohali', 'Mohali', 'Punjab', 'India', '160045', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-10 13:45:25', '2020-02-10 13:45:25'), (19, 12, '234 street Mohali', 'Mohali', 'Punjab', 'India', '160045', '234 street Mohali', 'Mohali', 'Punjab', 'India', '160045', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-10 13:50:39', '2020-02-10 13:50:39'), (20, 12, '234 street Mohali', 'Mohali', 'Punjab', 'India', '160045', '234 street Mohali', 'Mohali', 'Punjab', 'India', '160045', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-10 13:52:21', '2020-02-10 13:52:21'), (21, 12, '234 street Mohali', 'Mohali', 'Punjab', 'India', '160045', '234 street Mohali', 'Mohali', 'Punjab', 'India', '160045', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-10 13:57:26', '2020-02-10 13:57:26'), (23, 7, '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-10 14:00:57', '2020-02-10 14:00:57'), (24, 19, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 41299, 41299, 41299, 0, 'Pending', NULL, '', '2020-02-10 14:10:12', '2020-02-13 14:03:29'), (25, 19, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 116820, 116820, 0, 0, 'Pending', NULL, '', '2020-02-10 14:14:28', '2020-02-10 14:14:28'), (26, 19, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 116820, 116820, 66820, 0, 'Success', NULL, '', '2020-02-10 14:21:48', '2020-02-10 14:23:32'), (27, 19, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 34999, 34999, 24999, 0, 'Success', NULL, '', '2020-02-10 14:24:54', '2020-02-10 14:26:55'), (28, 19, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-10 14:27:22', '2020-02-10 14:27:22'), (30, 1, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 41298, 41298, 40798, 0, 'Success', NULL, '', '2020-02-10 14:28:26', '2020-02-10 15:03:15'), (31, 19, 'Paritosh kumar,,sco 34,', 'Mohali', 'Punjab', 'India', '160055', 'Paritosh kumar,,sco 34,', 'Mohali', 'Punjab', 'India', '160055', 'V', '', '', 2000, 2000, 0, 0, 'APPROVED', '403587', '', '2020-02-10 14:40:18', '2020-02-10 14:40:18'), (32, 1, 'Admin Kabera test,,test,', 'Mohali', 'Punjab', 'India', '155504', 'Admin Kabera test,,test,', 'Mohali', 'Punjab', 'India', '155504', 'V', '', '', 100, 100, 0, 0, 'APPROVED', '403587', '', '2020-02-10 14:44:45', '2020-02-10 14:44:45'), (33, 1, 'Admin Kabera test,,test,', 'Mohali', 'Punjab', 'India', '16055', 'Admin Kabera test,,test,', 'Mohali', 'Punjab', 'India', '16055', 'V', '', '', 100, 100, 0, 0, 'APPROVED', '403587', '', '2020-02-10 14:52:41', '2020-02-10 14:52:41'), (34, 1, 'Admin Kabera test,,tes dsf,test', 'Mohali', 'Punjab', 'India', '160055', 'Admin Kabera test,,tes dsf,test', 'Mohali', 'Punjab', 'India', '160055', 'V', '', '', 100, 100, 0, 0, 'APPROVED', '403587', '', '2020-02-10 14:56:30', '2020-02-10 14:56:30'), (35, 1, 'Admin Kabera test,,test 2,', 'Mohali', 'Punjab', 'India', '166644', 'Admin Kabera test,,test 2,', 'Mohali', 'Punjab', 'India', '166644', 'V', '', '', 100, 100, 0, 0, 'APPROVED', '403587', '', '2020-02-10 14:58:46', '2020-02-10 14:58:46'), (36, 19, 'Paritosh kumar,,sco 34,', 'Mohali', 'Punjab', 'India', '160055', 'Paritosh kumar,,sco 34,', 'Mohali', 'Punjab', 'India', '160055', 'V', '', '', 2000, 2000, 0, 0, 'APPROVED', '403587', '', '2020-02-10 15:06:43', '2020-02-10 15:06:43'), (37, 19, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 41298, 41298, 36298, 0, 'Success', NULL, '', '2020-02-10 15:08:15', '2020-02-10 15:10:10'), (38, 1, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-10 15:19:51', '2020-02-10 15:19:51'), (39, 22, '', 'Chandigarh', 'Chandigarh', 'India', '', '', 'Chandigarh', 'Chandigarh', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-10 15:31:17', '2020-02-10 15:31:17'), (40, 1, 'Admin Kabera test,,asfd,', 'Mohali', 'Punjab', 'India', '1600055', 'Admin Kabera test,,asfd,', 'Mohali', 'Punjab', 'India', '1600055', 'V', '', '', 295, 295, 0, 0, 'APPROVED', '403587', '', '2020-02-10 15:33:01', '2020-02-10 15:33:01'), (41, 12, '234 street Mohali', 'Mohali', 'Punjab', 'India', '160045', '234 street Mohali', 'Mohali', 'Punjab', 'India', '160045', '', '', '', 53099, 53099, 53099, 0, 'Pending', NULL, '', '2020-02-11 04:40:26', '2020-02-11 04:53:38'), (42, 30, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 47199, 47199, 47199, 0, 'Pending', NULL, '', '2020-02-11 05:22:14', '2020-02-11 05:38:24'), (43, 1, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-11 05:36:02', '2020-02-11 05:36:02'), (44, 31, '', 'Ambala', 'Haryana', 'India', '', '', 'Ambala', 'Haryana', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-11 05:38:09', '2020-02-11 05:38:09'), (45, 12, '234 street Mohali', 'Mohali', 'Punjab', 'India', '160045', '234 street Mohali', 'Mohali', 'Punjab', 'India', '160045', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-11 05:51:13', '2020-02-11 05:51:13'), (46, 7, '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-11 05:53:34', '2020-02-11 05:53:34'), (47, 33, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 53098, 53098, 31598, 0, 'Success', NULL, '', '2020-02-11 06:30:16', '2020-02-11 07:23:17'), (48, 7, '#123', 'Chandigarh', 'Chandigarh', 'India', '', '#123', 'Chandigarh', 'Chandigarh', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-11 09:07:21', '2020-02-11 09:07:21'), (49, 39, '', 'Ambala', 'Haryana', 'India', '', '', 'Ambala', 'Haryana', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-11 09:13:06', '2020-02-11 09:13:06'), (50, 42, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 47199, 47199, 47199, 0, 'Pending', NULL, '', '2020-02-11 09:45:45', '2020-02-11 09:50:03'), (51, 1, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-11 10:32:34', '2020-02-11 10:32:34'), (52, 44, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 41298, 41298, 26298, 0, 'Success', NULL, '', '2020-02-11 10:52:45', '2020-02-11 12:27:53'), (53, 1, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-11 11:00:18', '2020-02-11 11:00:18'), (54, 46, '', 'Ambala', 'Haryana', 'India', '', '', 'Ambala', 'Haryana', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-11 11:28:03', '2020-02-11 11:28:03'), (55, 46, '', 'Ambala', 'Haryana', 'India', '', '', 'Ambala', 'Haryana', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-11 11:32:57', '2020-02-11 11:32:57'), (56, 46, '', 'Ambala', 'Haryana', 'India', '', '', 'Ambala', 'Haryana', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-11 11:34:41', '2020-02-11 11:34:41'), (57, 50, '', 'Amritsar', 'Punjab', 'India', '', '', 'Amritsar', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-11 11:57:19', '2020-02-11 11:57:19'), (58, 51, '', 'Ambala', 'Haryana', 'India', '', '', 'Ambala', 'Haryana', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-11 11:59:19', '2020-02-11 11:59:19'), (59, 1, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-11 12:09:22', '2020-02-11 12:09:22'), (60, 59, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-11 12:37:43', '2020-02-11 12:37:43'), (61, 1, '435 mohali', 'Mohali', 'Punjab', 'India', '160056', '435 mohali', 'Mohali', 'Punjab', 'India', '160056', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-11 12:45:32', '2020-02-11 12:45:32'), (62, 59, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-11 12:55:52', '2020-02-11 12:55:52'), (63, 64, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 47198, 47198, 32198, 0, 'Success', NULL, '', '2020-02-12 05:38:57', '2020-02-12 05:56:53'), (64, 7, '#123', 'Chandigarh', 'Chandigarh', 'India', '', '#123', 'Chandigarh', 'Chandigarh', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-12 09:59:24', '2020-02-12 09:59:24'), (65, 64, 'h.no 789', 'Mohali', 'Punjab', 'India', '160055', 'h.no 789', 'Mohali', 'Punjab', 'India', '160055', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-12 11:49:34', '2020-02-12 11:49:34'), (66, 64, 'h.no 789', 'Mohali', 'Punjab', 'India', '160055', 'h.no 789', 'Mohali', 'Punjab', 'India', '160055', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-12 11:56:31', '2020-02-12 11:56:31'), (80, 69, '', 'Aizawl', 'Mizoram', 'India', '555555', '', 'Aizawl', 'Mizoram', 'India', '555555', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-13 06:40:14', '2020-02-13 06:40:14'), (81, 69, '', 'Aizawl', 'Mizoram', 'India', '555555', '', 'Aizawl', 'Mizoram', 'India', '555555', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-13 06:40:34', '2020-02-13 06:40:34'), (82, 7, '#123', 'Chandigarh', 'Chandigarh', 'India', '', '#123', 'Chandigarh', 'Chandigarh', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-13 08:00:32', '2020-02-13 08:00:32'), (84, 70, '', 'Amritsar', 'Punjab', 'India', '555555', '', 'Amritsar', 'Punjab', 'India', '555555', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-13 09:43:45', '2020-02-13 09:43:45'), (85, 71, '', 'Alipur', 'Andaman And Nicobar Islands', 'India', '555555', '', 'Alipur', 'Andaman And Nicobar Islands', 'India', '555555', '', '', '', 95580, 95580, 0, 0, 'Pending', NULL, '', '2020-02-13 10:50:57', '2020-02-13 10:50:57'), (86, 72, '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-13 11:50:04', '2020-02-13 11:50:04'), (87, 72, '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-13 11:55:04', '2020-02-13 11:55:04'), (88, 72, '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-13 11:59:14', '2020-02-13 11:59:14'), (89, 75, '', 'Chandigarh', 'Chandigarh', 'India', '', '', 'Chandigarh', 'Chandigarh', 'India', '', '', '', '', 116820, 116820, 0, 0, 'Pending', NULL, '', '2020-02-13 12:17:41', '2020-02-13 12:17:41'), (90, 7, '#123', 'Chandigarh', 'Chandigarh', 'India', '', '#123', 'Chandigarh', 'Chandigarh', 'India', '', '', '', '', 5244, 5244, 5244, 0, 'Pending', NULL, '', '2020-02-13 12:31:42', '2020-02-13 13:41:33'), (91, 72, '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-13 12:32:27', '2020-02-13 12:32:27'), (92, 10, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-13 14:16:48', '2020-02-13 14:16:48'), (93, 79, '', 'Gurgaon', 'Haryana', 'India', '', '', 'Gurgaon', 'Haryana', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-14 05:53:28', '2020-02-14 05:53:28'), (94, 81, '', '', '', '', '', '', '', '', '', '', '', '', '', 41299, 41299, 41299, 0, 'Pending', NULL, '', '2020-02-14 06:40:43', '2020-02-14 06:59:15'), (95, 81, '234', 'Mohali', 'Punjab', 'India', '', '234', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-14 09:06:37', '2020-02-14 09:06:37'), (96, 81, '234', 'Mohali', 'Punjab', 'India', '', '234', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-14 09:49:30', '2020-02-14 09:49:30'), (97, 81, '234', 'Mohali', 'Punjab', 'India', '', '234', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-14 09:57:00', '2020-02-14 09:57:00'), (98, 81, '234', 'Mohali', 'Punjab', 'India', '', '234', 'Mohali', 'Punjab', 'India', '', '', '', '', 590, 590, 590, 0, 'Pending', NULL, '', '2020-02-14 10:02:38', '2020-02-14 10:16:32'), (99, 81, '234', 'Mohali', 'Punjab', 'India', '', '234', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-14 10:50:38', '2020-02-14 10:50:38'), (100, 81, '234', 'Mohali', 'Punjab', 'India', '', '234', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-14 10:55:23', '2020-02-14 10:55:23'), (101, 81, '234', 'Mohali', 'Punjab', 'India', '', '234', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-14 11:02:41', '2020-02-14 11:02:41'), (102, 90, '', 'Ludhiana', 'Punjab', 'India', '', '', 'Ludhiana', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-16 06:38:07', '2020-02-16 06:38:07'), (103, 8, '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-17 04:29:41', '2020-02-17 04:29:41'), (104, 8, 'test 2', 'Mohali', 'Punjab', 'India', '', 'test 2', 'Mohali', 'Punjab', 'India', '', '', '', '', 53099, 53099, 53099, 0, 'Pending', NULL, '', '2020-02-17 05:36:39', '2020-02-17 05:55:22'), (105, 101, '34clinic mohali', 'Mohali', 'Punjab', 'India', '160047', '34clinic mohali', 'Mohali', 'Punjab', 'India', '160047', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-17 09:35:45', '2020-02-17 09:35:45'), (106, 105, '456', 'Mohali', 'Punjab', 'India', '', '456', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-18 05:30:51', '2020-02-18 05:30:51'), (107, 10, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-18 10:06:58', '2020-02-18 10:06:58'), (108, 183, '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-23 18:21:01', '2020-02-23 18:21:01'), (109, 1, '435 mohali', 'Mohali', 'Punjab', 'India', '160056', '435 mohali', 'Mohali', 'Punjab', 'India', '160056', '', '', '', 116820, 116820, 0, 0, 'Pending', NULL, '', '2020-02-25 10:45:42', '2020-02-25 10:45:42'), (110, 75, '', 'Chandigarh', 'Chandigarh', 'India', '', '', 'Chandigarh', 'Chandigarh', 'India', '', '', '', '', 116820, 116820, 0, 0, 'Pending', NULL, '', '2020-02-25 10:55:17', '2020-02-25 10:55:17'), (111, 192, '', 'Alipur', 'Andaman And Nicobar Islands', 'India', '555555', '', 'Alipur', 'Andaman And Nicobar Islands', 'India', '555555', '', '', '', 63720, 63720, 0, 0, 'Pending', NULL, '', '2020-02-25 11:59:24', '2020-02-25 11:59:24'), (112, 192, '', 'Alipur', 'Andaman And Nicobar Islands', 'India', '555555', '', 'Alipur', 'Andaman And Nicobar Islands', 'India', '555555', '', '', '', 63720, 63720, 0, 0, 'Pending', NULL, '', '2020-02-25 12:00:35', '2020-02-25 12:00:35'), (113, 192, '', 'Alipur', 'Andaman And Nicobar Islands', 'India', '555555', '', 'Alipur', 'Andaman And Nicobar Islands', 'India', '555555', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-25 12:52:07', '2020-02-25 12:52:07'), (114, 2, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 95580, 95580, 0, 0, 'Pending', NULL, '', '2020-02-26 11:20:26', '2020-02-26 11:20:26'), (115, 194, '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-26 12:11:17', '2020-02-26 12:11:17'), (116, 195, '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-26 12:34:10', '2020-02-26 12:34:10'), (117, 195, '', '', '', '', '', '', '', '', '', '', '', '', '', 63720, 63720, 0, 0, 'Pending', NULL, '', '2020-02-26 12:41:44', '2020-02-26 12:41:44'), (118, 195, '', '', '', '', '', '', '', '', '', '', '', '', '', 63720, 63720, 0, 0, 'Pending', NULL, '', '2020-02-26 12:43:51', '2020-02-26 12:43:51'), (119, 195, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 95580, 95580, 0, 0, 'Pending', NULL, '', '2020-02-26 12:48:36', '2020-02-26 12:48:36'), (120, 195, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-26 12:50:12', '2020-02-26 12:50:12'), (121, 195, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-26 12:50:33', '2020-02-26 12:50:33'), (122, 1, '435 mohali', 'Mohali', 'Punjab', 'India', '160056', '435 mohali', 'Mohali', 'Punjab', 'India', '160056', '', '', '', 95580, 95580, 0, 0, 'Pending', NULL, '', '2020-02-26 12:55:38', '2020-02-26 12:55:38'), (123, 195, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 63720, 63720, 0, 0, 'Pending', NULL, '', '2020-02-26 13:07:38', '2020-02-26 13:07:38'), (124, 195, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-26 13:11:12', '2020-02-26 13:11:12'), (125, 195, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-26 13:22:48', '2020-02-26 13:22:48'), (126, 195, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-02-26 13:24:34', '2020-02-26 13:24:34'), (128, 206, '', 'Amritsar', 'Punjab', 'India', '', '', 'Amritsar', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-03-07 07:55:01', '2020-03-07 07:55:01'), (129, 208, '', 'South Delhi', 'Delhi', 'India', '', '', 'South Delhi', 'Delhi', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-03-08 07:32:15', '2020-03-08 07:32:15'), (130, 218, '', 'Hamirpur - HP', 'Himachal Pradesh', 'India', '', '', 'Hamirpur - HP', 'Himachal Pradesh', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-03-15 06:50:28', '2020-03-15 06:50:28'), (132, 64, 'h.no 789', 'Mohali', 'Punjab', 'India', '', 'h.no 789', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-03-16 09:58:16', '2020-03-16 09:58:16'), (133, 64, 'h.no 789', 'Mohali', 'Punjab', 'India', '', 'h.no 789', 'Mohali', 'Punjab', 'India', '', '', '', '', 47199, 47199, 47199, 0, 'Pending', NULL, '', '2020-03-16 12:15:31', '2020-03-17 07:50:30'), (134, 229, '', 'Faridabad', 'Haryana', 'India', '', '', 'Faridabad', 'Haryana', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-03-16 17:46:54', '2020-03-16 17:46:54'), (135, 64, 'h.no 789', 'Mohali', 'Punjab', 'India', '', 'h.no 789', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-03-17 07:14:56', '2020-03-17 07:14:56'), (137, 7, '#123', 'Chandigarh', 'Chandigarh', 'India', '', '#123', 'Chandigarh', 'Chandigarh', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-03-17 07:51:20', '2020-03-17 07:51:20'), (138, 7, '#123', 'Chandigarh', 'Chandigarh', 'India', '', '#123', 'Chandigarh', 'Chandigarh', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-03-17 07:55:05', '2020-03-17 07:55:05'), (139, 7, '#123', 'Chandigarh', 'Chandigarh', 'India', '', '#123', 'Chandigarh', 'Chandigarh', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-03-17 09:45:54', '2020-03-17 09:45:54'), (140, 7, '#123', 'Chandigarh', 'Chandigarh', 'India', '', '#123', 'Chandigarh', 'Chandigarh', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-03-17 10:19:08', '2020-03-17 10:19:08'), (141, 64, 'h.no 789', 'Mohali', 'Punjab', 'India', '', 'h.no 789', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-03-17 10:24:52', '2020-03-17 10:24:52'), (142, 7, '#123', 'Chandigarh', 'Chandigarh', 'India', '', '#123', 'Chandigarh', 'Chandigarh', 'India', '', '', '', '', 116820, 116820, 0, 0, 'Pending', NULL, '', '2020-03-17 10:36:06', '2020-03-17 10:36:06'), (143, 64, 'h.no 789', 'Mohali', 'Punjab', 'India', '', 'h.no 789', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-03-17 11:49:29', '2020-03-17 11:49:29'), (144, 64, 'h.no 789', 'Mohali', 'Punjab', 'India', '', 'h.no 789', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-03-17 12:04:27', '2020-03-17 12:04:27'), (145, 64, 'h.no 789', 'Mohali', 'Punjab', 'India', '', 'h.no 789', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-03-17 12:36:28', '2020-03-17 12:36:28'), (146, 64, 'h.no 789', 'Mohali', 'Punjab', 'India', '', 'h.no 789', 'Mohali', 'Punjab', 'India', '', '', '', '', 41299, 41299, 41299, 0, 'Pending', NULL, '', '2020-03-18 04:43:12', '2020-03-18 07:10:59'), (147, 64, 'h.no 789', 'Mohali', 'Punjab', 'India', '', 'h.no 789', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-03-18 05:18:42', '2020-03-18 05:18:42'), (148, 10, 'sector 40', 'Mohali', 'Punjab', 'India', '', 'sector 40', 'Mohali', 'Punjab', 'India', '', '', '', '', 116820, 116820, 0, 0, 'Pending', NULL, '', '2020-03-18 06:22:04', '2020-03-18 06:22:04'), (149, 235, '', 'South Delhi', 'Delhi', 'India', '', '', 'South Delhi', 'Delhi', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-03-18 13:55:39', '2020-03-18 13:55:39'), (150, 236, '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-03-19 09:50:24', '2020-03-19 09:50:24'), (151, 240, '', 'Sikar', 'Rajasthan', 'India', '', '', 'Sikar', 'Rajasthan', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-03-21 03:20:22', '2020-03-21 03:20:22'), (152, 246, '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-03-27 06:22:59', '2020-03-27 06:22:59'), (153, 248, '', '', '', '', '', '', '', '', '', '', '', '', '', 41299, 41299, 41299, 0, 'Pending', NULL, '', '2020-03-27 06:35:06', '2020-03-27 06:37:49'), (155, 252, '', 'Barpeta', 'Assam', 'India', '', '', 'Barpeta', 'Assam', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-04-13 14:22:55', '2020-04-13 14:22:55'), (156, 264, '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-05-17 06:02:13', '2020-05-17 06:02:13'), (157, 267, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-05-21 08:22:14', '2020-05-21 08:22:14'), (159, 267, '', 'Mohali', 'Punjab', 'India', '', '', 'Mohali', 'Punjab', 'India', '', '', '', '', 41299, 41299, 41299, 0, 'Pending', NULL, '', '2020-05-21 09:24:39', '2020-05-21 09:38:24'), (161, 75, '', 'Chandigarh', 'Chandigarh', 'India', '555555', '', 'Chandigarh', 'Chandigarh', 'India', '555555', '', '', '', 53099, 53099, 53099, 0, 'Pending', NULL, '', '2020-05-22 09:04:59', '2020-05-22 09:43:54'), (163, 278, '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-06-12 11:09:21', '2020-06-12 11:09:21'), (164, 187, '', 'Chandigarh', 'Chandigarh', 'India', '555555', '', 'Chandigarh', 'Chandigarh', 'India', '555555', '', '', '', 5244, 5244, 5244, 0, 'Pending', NULL, '', '2020-06-16 09:47:57', '2020-06-16 10:29:58'), (166, 252, '', 'Barpeta', 'Assam', 'India', '', '', 'Barpeta', 'Assam', 'India', '', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-06-16 11:15:03', '2020-06-16 11:15:03'), (167, 187, '', 'Chandigarh', 'Chandigarh', 'India', '555555', '', 'Chandigarh', 'Chandigarh', 'India', '555555', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-06-17 06:44:19', '2020-06-17 06:44:19'), (168, 187, '', 'Chandigarh', 'Chandigarh', 'India', '555555', '', 'Chandigarh', 'Chandigarh', 'India', '555555', '', '', '', 0, 0, 0, 0, 'Pending', NULL, '', '2020-06-17 08:24:15', '2020-06-17 08:24:15'); -- -------------------------------------------------------- -- -- Table structure for table `order_comments` -- CREATE TABLE `order_comments` ( `id` int(11) NOT NULL, `order_id` int(11) NOT NULL, `order_comment` text DEFAULT NULL, `order_status` int(11) NOT NULL, `customer_notified` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `order_details` -- CREATE TABLE `order_details` ( `id` int(11) NOT NULL, `order_id` int(11) NOT NULL, `user_id` bigint(20) NOT NULL, `product_id` int(11) NOT NULL, `product_price` double NOT NULL, `gst_price` double NOT NULL, `product_quantity` int(11) NOT NULL, `product_type` enum('product','procedure') NOT NULL, `created_at` timestamp NULL DEFAULT current_timestamp(), `updated_at` timestamp NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `order_details` -- INSERT INTO `order_details` (`id`, `order_id`, `user_id`, `product_id`, `product_price`, `gst_price`, `product_quantity`, `product_type`, `created_at`, `updated_at`) VALUES (1, 1, 2, 1, 116820, 0, 1, 'procedure', '2020-02-10 06:16:04', '2020-02-10 06:16:04'), (3, 3, 2, 3, 0, 0, 1, 'procedure', '2020-02-10 06:29:57', '2020-02-10 06:29:57'), (4, 4, 4, 4, 0, 0, 1, 'procedure', '2020-02-10 06:50:26', '2020-02-10 06:50:26'), (5, 5, 4, 5, 0, 0, 1, 'procedure', '2020-02-10 07:24:29', '2020-02-10 07:24:29'), (6, 6, 12, 6, 0, 0, 1, 'procedure', '2020-02-10 07:50:46', '2020-02-10 07:50:46'), (7, 7, 12, 7, 0, 0, 1, 'procedure', '2020-02-10 07:54:30', '2020-02-10 07:54:30'), (8, 8, 12, 8, 0, 0, 1, 'procedure', '2020-02-10 09:27:52', '2020-02-10 09:27:52'), (9, 9, 12, 9, 0, 0, 1, 'procedure', '2020-02-10 09:36:28', '2020-02-10 09:36:28'), (10, 10, 12, 10, 0, 0, 1, 'procedure', '2020-02-10 09:39:11', '2020-02-10 09:39:11'), (11, 11, 21, 11, 0, 0, 1, 'procedure', '2020-02-10 11:13:04', '2020-02-10 11:13:04'), (12, 12, 19, 12, 0, 0, 1, 'procedure', '2020-02-10 11:14:52', '2020-02-10 11:14:52'), (13, 13, 22, 13, 0, 0, 1, 'procedure', '2020-02-10 11:21:03', '2020-02-10 11:21:03'), (14, 14, 22, 14, 0, 0, 1, 'procedure', '2020-02-10 11:21:38', '2020-02-10 11:21:38'), (16, 17, 12, 16, 0, 0, 1, 'procedure', '2020-02-10 13:45:25', '2020-02-10 13:45:25'), (17, 19, 12, 17, 0, 0, 1, 'procedure', '2020-02-10 13:50:39', '2020-02-10 13:50:39'), (18, 20, 12, 18, 0, 0, 1, 'procedure', '2020-02-10 13:52:21', '2020-02-10 13:52:21'), (19, 21, 12, 19, 0, 0, 1, 'procedure', '2020-02-10 13:57:26', '2020-02-10 13:57:26'), (21, 24, 19, 21, 116820, 0, 1, 'procedure', '2020-02-10 14:10:12', '2020-02-10 14:10:12'), (22, 25, 19, 22, 116820, 0, 1, 'procedure', '2020-02-10 14:14:28', '2020-02-10 14:14:28'), (23, 26, 19, 23, 116820, 0, 1, 'procedure', '2020-02-10 14:21:48', '2020-02-10 14:21:48'), (24, 27, 19, 24, 0, 0, 1, 'procedure', '2020-02-10 14:24:54', '2020-02-10 14:24:54'), (25, 28, 19, 25, 0, 0, 1, 'procedure', '2020-02-10 14:27:22', '2020-02-10 14:27:22'), (26, 30, 1, 26, 0, 0, 1, 'procedure', '2020-02-10 14:28:26', '2020-02-10 14:28:26'), (27, 35, 1, 27, 590, 0, 1, 'procedure', '2020-02-10 14:58:46', '2020-02-10 14:58:46'), (28, 36, 19, 28, 76698, 0, 1, 'procedure', '2020-02-10 15:06:43', '2020-02-10 15:06:43'), (29, 36, 19, 29, 100298, 0, 1, 'procedure', '2020-02-10 15:06:43', '2020-02-10 15:06:43'), (30, 37, 19, 30, 0, 0, 1, 'procedure', '2020-02-10 15:08:15', '2020-02-10 15:08:15'), (31, 38, 1, 31, 0, 0, 1, 'procedure', '2020-02-10 15:19:51', '2020-02-10 15:19:51'), (32, 39, 22, 32, 0, 0, 1, 'procedure', '2020-02-10 15:31:17', '2020-02-10 15:31:17'), (33, 40, 1, 33, 590, 0, 1, 'procedure', '2020-02-10 15:33:01', '2020-02-10 15:33:01'), (34, 41, 12, 34, 0, 0, 1, 'procedure', '2020-02-11 04:40:26', '2020-02-11 04:40:26'), (35, 42, 30, 35, 0, 0, 1, 'procedure', '2020-02-11 05:22:14', '2020-02-11 05:22:14'), (36, 43, 1, 36, 0, 0, 1, 'procedure', '2020-02-11 05:36:02', '2020-02-11 05:36:02'), (37, 44, 31, 37, 0, 0, 1, 'procedure', '2020-02-11 05:38:09', '2020-02-11 05:38:09'), (38, 45, 12, 38, 0, 0, 1, 'procedure', '2020-02-11 05:51:13', '2020-02-11 05:51:13'), (40, 47, 33, 40, 0, 0, 1, 'procedure', '2020-02-11 06:30:16', '2020-02-11 06:30:16'), (41, 48, 7, 41, 0, 0, 1, 'procedure', '2020-02-11 09:07:21', '2020-02-11 09:07:21'), (42, 49, 39, 42, 0, 0, 1, 'procedure', '2020-02-11 09:13:06', '2020-02-11 09:13:06'), (43, 50, 42, 43, 0, 0, 1, 'procedure', '2020-02-11 09:45:45', '2020-02-11 09:45:45'), (44, 51, 1, 44, 0, 0, 1, 'procedure', '2020-02-11 10:32:34', '2020-02-11 10:32:34'), (45, 52, 44, 45, 0, 0, 1, 'procedure', '2020-02-11 10:52:45', '2020-02-11 10:52:45'), (46, 53, 1, 46, 0, 0, 1, 'procedure', '2020-02-11 11:00:18', '2020-02-11 11:00:18'), (47, 54, 46, 47, 0, 0, 1, 'procedure', '2020-02-11 11:28:03', '2020-02-11 11:28:03'), (48, 55, 46, 48, 0, 0, 1, 'procedure', '2020-02-11 11:32:57', '2020-02-11 11:32:57'), (49, 56, 46, 49, 0, 0, 1, 'procedure', '2020-02-11 11:34:41', '2020-02-11 11:34:41'), (50, 57, 50, 50, 0, 0, 1, 'procedure', '2020-02-11 11:57:19', '2020-02-11 11:57:19'), (51, 58, 51, 51, 0, 0, 1, 'procedure', '2020-02-11 11:59:19', '2020-02-11 11:59:19'), (52, 59, 1, 52, 0, 0, 1, 'procedure', '2020-02-11 12:09:22', '2020-02-11 12:09:22'), (53, 60, 59, 53, 0, 0, 1, 'procedure', '2020-02-11 12:37:43', '2020-02-11 12:37:43'), (54, 61, 1, 54, 0, 0, 1, 'procedure', '2020-02-11 12:45:32', '2020-02-11 12:45:32'), (55, 62, 59, 55, 0, 0, 1, 'procedure', '2020-02-11 12:55:52', '2020-02-11 12:55:52'), (56, 63, 64, 56, 0, 0, 1, 'procedure', '2020-02-12 05:38:57', '2020-02-12 05:38:57'), (57, 64, 7, 57, 0, 0, 1, 'procedure', '2020-02-12 09:59:24', '2020-02-12 09:59:24'), (58, 65, 64, 58, 0, 0, 1, 'procedure', '2020-02-12 11:49:34', '2020-02-12 11:49:34'), (59, 66, 64, 59, 0, 0, 1, 'procedure', '2020-02-12 11:56:31', '2020-02-12 11:56:31'), (60, 80, 69, 60, 0, 0, 1, 'procedure', '2020-02-13 06:40:14', '2020-02-13 06:40:14'), (61, 81, 69, 61, 0, 0, 1, 'procedure', '2020-02-13 06:40:34', '2020-02-13 06:40:34'), (62, 82, 7, 62, 0, 0, 1, 'procedure', '2020-02-13 08:00:32', '2020-02-13 08:00:32'), (63, 84, 70, 63, 0, 0, 1, 'procedure', '2020-02-13 09:43:45', '2020-02-13 09:43:45'), (64, 85, 71, 64, 95580, 0, 1, 'procedure', '2020-02-13 10:50:57', '2020-02-13 10:50:57'), (65, 86, 72, 65, 0, 0, 1, 'procedure', '2020-02-13 11:50:04', '2020-02-13 11:50:04'), (66, 87, 72, 66, 0, 0, 1, 'procedure', '2020-02-13 11:55:04', '2020-02-13 11:55:04'), (67, 88, 72, 67, 0, 0, 1, 'procedure', '2020-02-13 11:59:14', '2020-02-13 11:59:14'), (68, 89, 75, 68, 116820, 0, 1, 'procedure', '2020-02-13 12:17:41', '2020-02-13 12:17:41'), (69, 90, 7, 69, 0, 0, 1, 'procedure', '2020-02-13 12:31:42', '2020-02-13 12:31:42'), (70, 91, 72, 70, 0, 0, 1, 'procedure', '2020-02-13 12:32:27', '2020-02-13 12:32:27'), (71, 92, 10, 71, 0, 0, 1, 'procedure', '2020-02-13 14:16:48', '2020-02-13 14:16:48'), (72, 93, 79, 72, 0, 0, 1, 'procedure', '2020-02-14 05:53:28', '2020-02-14 05:53:28'), (73, 94, 81, 73, 0, 0, 1, 'procedure', '2020-02-14 06:40:43', '2020-02-14 06:40:43'), (74, 95, 81, 74, 0, 0, 1, 'procedure', '2020-02-14 09:06:37', '2020-02-14 09:06:37'), (75, 96, 81, 75, 0, 0, 1, 'procedure', '2020-02-14 09:49:30', '2020-02-14 09:49:30'), (76, 97, 81, 76, 0, 0, 1, 'procedure', '2020-02-14 09:57:00', '2020-02-14 09:57:00'), (77, 98, 81, 77, 0, 0, 1, 'procedure', '2020-02-14 10:02:38', '2020-02-14 10:02:38'), (78, 99, 81, 78, 0, 0, 1, 'procedure', '2020-02-14 10:50:38', '2020-02-14 10:50:38'), (79, 100, 81, 79, 0, 0, 1, 'procedure', '2020-02-14 10:55:23', '2020-02-14 10:55:23'), (80, 101, 81, 80, 0, 0, 1, 'procedure', '2020-02-14 11:02:41', '2020-02-14 11:02:41'), (81, 102, 90, 81, 0, 0, 1, 'procedure', '2020-02-16 06:38:07', '2020-02-16 06:38:07'), (82, 103, 8, 82, 0, 0, 1, 'procedure', '2020-02-17 04:29:41', '2020-02-17 04:29:41'), (83, 104, 8, 83, 0, 0, 1, 'procedure', '2020-02-17 05:36:39', '2020-02-17 05:36:39'), (84, 105, 101, 84, 0, 0, 1, 'procedure', '2020-02-17 09:35:45', '2020-02-17 09:35:45'), (85, 106, 105, 85, 0, 0, 1, 'procedure', '2020-02-18 05:30:51', '2020-02-18 05:30:51'), (86, 107, 10, 86, 0, 0, 1, 'procedure', '2020-02-18 10:06:58', '2020-02-18 10:06:58'), (87, 108, 183, 87, 0, 0, 1, 'procedure', '2020-02-23 18:21:01', '2020-02-23 18:21:01'), (88, 109, 1, 88, 116820, 0, 1, 'procedure', '2020-02-25 10:45:42', '2020-02-25 10:45:42'), (89, 110, 75, 89, 116820, 0, 1, 'procedure', '2020-02-25 10:55:17', '2020-02-25 10:55:17'), (90, 111, 192, 90, 63720, 0, 1, 'procedure', '2020-02-25 11:59:24', '2020-02-25 11:59:24'), (91, 112, 192, 91, 63720, 0, 1, 'procedure', '2020-02-25 12:00:35', '2020-02-25 12:00:35'), (92, 113, 192, 92, 0, 0, 1, 'procedure', '2020-02-25 12:52:07', '2020-02-25 12:52:07'), (93, 114, 2, 93, 95580, 0, 1, 'procedure', '2020-02-26 11:20:26', '2020-02-26 11:20:26'), (94, 115, 194, 94, 0, 0, 1, 'procedure', '2020-02-26 12:11:17', '2020-02-26 12:11:17'), (95, 116, 195, 95, 0, 0, 1, 'procedure', '2020-02-26 12:34:10', '2020-02-26 12:34:10'), (96, 117, 195, 96, 63720, 0, 1, 'procedure', '2020-02-26 12:41:44', '2020-02-26 12:41:44'), (97, 118, 195, 97, 63720, 0, 1, 'procedure', '2020-02-26 12:43:51', '2020-02-26 12:43:51'), (98, 119, 195, 98, 95580, 0, 1, 'procedure', '2020-02-26 12:48:36', '2020-02-26 12:48:36'), (99, 120, 195, 99, 0, 0, 1, 'procedure', '2020-02-26 12:50:12', '2020-02-26 12:50:12'), (100, 121, 195, 100, 0, 0, 1, 'procedure', '2020-02-26 12:50:33', '2020-02-26 12:50:33'), (101, 122, 1, 101, 95580, 0, 1, 'procedure', '2020-02-26 12:55:38', '2020-02-26 12:55:38'), (102, 123, 195, 102, 63720, 0, 1, 'procedure', '2020-02-26 13:07:38', '2020-02-26 13:07:38'), (103, 124, 195, 103, 0, 0, 1, 'procedure', '2020-02-26 13:11:12', '2020-02-26 13:11:12'), (104, 125, 195, 104, 0, 0, 1, 'procedure', '2020-02-26 13:22:48', '2020-02-26 13:22:48'), (105, 126, 195, 105, 0, 0, 1, 'procedure', '2020-02-26 13:24:34', '2020-02-26 13:24:34'), (106, 128, 206, 106, 0, 0, 1, 'procedure', '2020-03-07 07:55:01', '2020-03-07 07:55:01'), (107, 129, 208, 107, 0, 0, 1, 'procedure', '2020-03-08 07:32:15', '2020-03-08 07:32:15'), (108, 130, 218, 108, 0, 0, 1, 'procedure', '2020-03-15 06:50:28', '2020-03-15 06:50:28'), (109, 132, 64, 109, 0, 0, 1, 'procedure', '2020-03-16 09:58:16', '2020-03-16 09:58:16'), (110, 133, 64, 110, 0, 0, 1, 'procedure', '2020-03-16 12:15:31', '2020-03-16 12:15:31'), (111, 134, 229, 111, 0, 0, 1, 'procedure', '2020-03-16 17:46:54', '2020-03-16 17:46:54'), (112, 135, 64, 112, 0, 0, 1, 'procedure', '2020-03-17 07:14:56', '2020-03-17 07:14:56'), (113, 137, 7, 113, 0, 0, 1, 'procedure', '2020-03-17 07:51:20', '2020-03-17 07:51:20'), (114, 138, 7, 114, 0, 0, 1, 'procedure', '2020-03-17 07:55:05', '2020-03-17 07:55:05'), (115, 139, 7, 115, 0, 0, 1, 'procedure', '2020-03-17 09:45:54', '2020-03-17 09:45:54'), (116, 140, 7, 116, 0, 0, 1, 'procedure', '2020-03-17 10:19:08', '2020-03-17 10:19:08'), (117, 141, 64, 117, 0, 0, 1, 'procedure', '2020-03-17 10:24:52', '2020-03-17 10:24:52'), (118, 142, 7, 118, 116820, 0, 1, 'procedure', '2020-03-17 10:36:06', '2020-03-17 10:36:06'), (119, 143, 64, 119, 0, 0, 1, 'procedure', '2020-03-17 11:49:29', '2020-03-17 11:49:29'), (120, 144, 64, 120, 0, 0, 1, 'procedure', '2020-03-17 12:04:27', '2020-03-17 12:04:27'), (121, 145, 64, 121, 0, 0, 1, 'procedure', '2020-03-17 12:36:28', '2020-03-17 12:36:28'), (122, 146, 64, 122, 0, 0, 1, 'procedure', '2020-03-18 04:43:12', '2020-03-18 04:43:12'), (123, 147, 64, 123, 0, 0, 1, 'procedure', '2020-03-18 05:18:42', '2020-03-18 05:18:42'), (124, 148, 10, 124, 116820, 0, 1, 'procedure', '2020-03-18 06:22:04', '2020-03-18 06:22:04'), (125, 149, 235, 125, 0, 0, 1, 'procedure', '2020-03-18 13:55:39', '2020-03-18 13:55:39'), (126, 150, 236, 126, 0, 0, 1, 'procedure', '2020-03-19 09:50:24', '2020-03-19 09:50:24'), (127, 151, 240, 127, 0, 0, 1, 'procedure', '2020-03-21 03:20:22', '2020-03-21 03:20:22'), (128, 152, 246, 128, 0, 0, 1, 'procedure', '2020-03-27 06:22:59', '2020-03-27 06:22:59'), (129, 153, 248, 129, 95580, 0, 1, 'procedure', '2020-03-27 06:35:06', '2020-03-27 06:35:06'), (130, 155, 252, 130, 0, 0, 1, 'procedure', '2020-04-13 14:22:55', '2020-04-13 14:22:55'), (131, 156, 264, 131, 0, 0, 1, 'procedure', '2020-05-17 06:02:13', '2020-05-17 06:02:13'), (132, 157, 267, 132, 0, 0, 1, 'procedure', '2020-05-21 08:22:14', '2020-05-21 08:22:14'), (133, 159, 267, 133, 0, 0, 1, 'procedure', '2020-05-21 09:24:39', '2020-05-21 09:24:39'), (134, 161, 75, 134, 95580, 0, 1, 'procedure', '2020-05-22 09:04:59', '2020-05-22 09:04:59'), (135, 163, 278, 135, 0, 0, 1, 'procedure', '2020-06-12 11:09:21', '2020-06-12 11:09:21'), (136, 164, 187, 136, 0, 0, 1, 'procedure', '2020-06-16 09:47:57', '2020-06-16 09:47:57'), (137, 166, 252, 137, 0, 0, 1, 'procedure', '2020-06-16 11:15:03', '2020-06-16 11:15:03'), (138, 167, 187, 138, 0, 0, 1, 'procedure', '2020-06-17 06:44:19', '2020-06-17 06:44:19'), (139, 168, 187, 139, 0, 0, 1, 'procedure', '2020-06-17 08:24:15', '2020-06-17 08:24:15'); -- -------------------------------------------------------- -- -- Table structure for table `order_statuses` -- CREATE TABLE `order_statuses` ( `id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `order_statuses` -- INSERT INTO `order_statuses` (`id`, `name`, `created_at`, `updated_at`) VALUES (1, 'Processing', '2019-11-06 06:20:32', '2019-11-06 06:20:32'), (2, 'Hold for Future Ship Date', '2019-11-06 06:20:32', '2019-11-06 06:20:32'), (3, 'Ready to Ship', '2019-11-06 06:20:32', '2019-11-06 06:20:32'), (4, 'Shipped', '2019-11-06 06:20:32', '2019-11-06 06:20:32'), (5, 'Delivered', '2019-11-06 06:20:32', '2019-11-06 06:20:32'), (6, 'Returned', '2019-11-06 06:20:32', '2019-11-06 06:20:32'), (7, 'Cancelled', '2019-11-06 06:20:32', '2019-11-06 06:20:32'), (8, 'Hold for Payment', '2019-11-06 06:20:32', '2019-11-06 06:20:32'), (9, 'Pending Return', '2019-11-06 06:20:32', '2019-11-06 06:20:32'), (10, 'Order Placed', '2019-11-06 06:20:32', '2019-11-06 06:20:32'), (11, 'Order Pending Confirmation', '2019-11-06 06:20:32', '2019-11-06 06:20:32'), (12, 'Order Ready to Pick', '2019-11-06 06:20:32', '2019-11-06 06:20:32'), (13, 'Order Being Picked', '2019-11-06 06:20:32', '2019-11-06 06:20:32'), (14, 'Processing', '2019-11-06 06:20:32', '2019-11-06 06:20:32'), (15, 'Order Shipped', '2019-11-06 06:20:32', '2019-11-06 06:20:32'), (16, 'Delivered', '2019-11-06 06:20:32', '2019-11-06 06:20:32'), (17, 'Returned and Refunded', '2019-11-06 06:20:32', '2019-11-06 06:20:32'), (18, 'Closed', '2019-11-06 06:20:32', '2019-11-06 06:20:32'); -- -------------------------------------------------------- -- -- Table structure for table `pages` -- CREATE TABLE `pages` ( `id` int(11) NOT NULL, `template` varchar(191) DEFAULT NULL, `data_type` varchar(191) DEFAULT NULL, `title` varchar(191) DEFAULT NULL, `content_en` longtext DEFAULT NULL, `extras_en` longtext DEFAULT NULL, `content_fr` longtext DEFAULT NULL, `extras_fr` longtext DEFAULT NULL, `position` int(11) DEFAULT NULL, `city_id` int(11) DEFAULT 0, `created_at` datetime NOT NULL DEFAULT current_timestamp(), `updated_at` datetime NOT NULL DEFAULT current_timestamp(), `deleted_at` datetime NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `pages` -- INSERT INTO `pages` (`id`, `template`, `data_type`, `title`, `content_en`, `extras_en`, `content_fr`, `extras_fr`, `position`, `city_id`, `created_at`, `updated_at`, `deleted_at`) VALUES (5, 'Footer', 'footer data', 'Footer', '{\"content\":\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy.\",\"phone\":\"(+91) 9888099906-MY-kabera\"}', NULL, '{\"content\":\"C\'est un fait \\u00e9tabli de longue date qu\'un lecteur sera distrait par le contenu lisible d\'une page lorsqu\'il examinera sa mise en page. Lorem Ipsum a l\'avantage de pr\\u00e9senter une distribution de lettres plus ou moins normale, par opposition \\u00e0 l\'utilisation de \'Contenu ici, contenu ici\', ce qui lui donne un aspect lisible en anglais. Lorem Ipsum est d\\u00e9sormais le texte de mod\\u00e8le par d\\u00e9faut dans de nombreux packages de publication assist\\u00e9e par ordinateur et \\u00e9diteurs de pages Web. Une recherche sur \\u00ablorem ipsum\\u00bb permet de d\\u00e9couvrir de nombreux sites Web encore \\u00e0 leurs balbutiements.\",\"phone\":\"(+91) 9888099906-MY-kabera\"}', NULL, NULL, 0, '2019-09-11 12:53:53', '2020-02-10 15:35:59', '2019-09-11 07:23:53'), (24, 'Hair Procedure', 'hair-procdeure-data', 'Hair Procedure', '{\"available_hair\":\"You need not travel cities and districts to get the best doctor for you. Did you know your city has got Kabera clinics that can get your personality shine like never before? Find them in your city.\",\"testimony_video\":\"n4QugNtQyQ8\",\"first_banner\":\"12\",\"second_banner\":\"32\",\"work_step_1\":\"The beginning of three steps starts with a click. Simply click on the our Hair Mapping Chart and let our system know about your affected area. In no time get a report that will suggest the amount you need to spend, and the procedure time.\",\"work_step_2\":\"Calculate your budget with Kabera, sort down the best offer from the pool and select your preferred payment option. You can even pay by Credit Card or can opt for an EMI option too. Let Kabera arrange your appointment, your doctor, your prescription and procedures. You will be notified about each and every step that is being done for you.\",\"work_step_3\":\"The Kabera Guarantee comes with assistance. Once you opt for a procedure from Kabera, not only you will be informed about every other step, but will be guided on a regular basis. With Kabera Guarantee, your procedure and money is given the highest priority. This means, if you are unhappy from the procedure, get it done again without paying twice.\"}', '{\"banner\":\"pages\\/401961banner_left_top.jpg\"}', '{\"available_hair\":\"Vous n\'avez pas besoin de voyager dans les villes et les districts pour trouver le meilleur m\\u00e9decin pour vous. Saviez-vous que votre ville poss\\u00e8de des cliniques Kabera qui peuvent faire briller votre personnalit\\u00e9 comme jamais auparavant? Trouvez-les dans votre ville.\",\"testimony_video\":\"n4QugNtQyQ8\",\"fisrt_banner\":\"12\",\"second_banner\":\"32\",\"work_step_1\":\"C\'est un fait \\u00e9tabli de longue date qu\'un lecteur sera distrait par le contenu lisible d\'une page lorsqu\'il examinera sa mise en page. Lorem Ipsum a l\'avantage de pr\\u00e9senter une distribution de lettres plus ou moins normale, par opposition \\u00e0 l\'utilisation de \\u00abContenu ici, contenu ici\\u00bb, ce qui lui donne un aspect lisible en anglais.\",\"work_step_2\":\"C\'est un fait \\u00e9tabli de longue date qu\'un lecteur sera distrait par le contenu lisible d\'une page lorsqu\'il examinera sa mise en page. Lorem Ipsum a l\'avantage de pr\\u00e9senter une distribution de lettres plus ou moins normale, par opposition \\u00e0 l\'utilisation de \\u00abContenu ici, contenu ici\\u00bb, ce qui lui donne un aspect lisible en anglais.\",\"work_step_3\":\"C\'est un fait \\u00e9tabli de longue date qu\'un lecteur sera distrait par le contenu lisible d\'une page lorsqu\'il examinera sa mise en page. Lorem Ipsum a l\'avantage de pr\\u00e9senter une distribution de lettres plus ou moins normale, par opposition \\u00e0 l\'utilisation de \\u00abContenu ici, contenu ici\\u00bb, ce qui lui donne un aspect lisible en anglais.\"}', NULL, NULL, 0, '2019-09-27 15:20:08', '2020-02-19 12:59:41', '2019-09-27 15:20:08'), (29, 'Hair Products', 'hair-products-slider', 'Slide', '{\"title\":\"slide 1\",\"image\":\"pages\\/210121banner.png\"}', NULL, '{\"title\":\"sdf\",\"image\":\"pages\\/210121banner.png\"}', NULL, NULL, 0, '2019-09-30 17:48:06', '2019-10-04 11:58:18', '2019-09-30 17:48:06'), (30, 'Hair Products', 'hair-products-slider', 'Slide', '{\"title\":\"Slide 2\",\"image\":\"pages\\/552550banner.png\"}', NULL, '{\"title\":\"tst2\",\"image\":\"pages\\/552550banner.png\"}', NULL, NULL, 0, '2019-09-30 17:50:19', '2019-10-04 11:58:39', '2019-09-30 17:50:19'), (31, 'Hair Products Page', 'hair-product-data', 'Hair Products', '{\"first_offer\":\"13\",\"second_offer\":\"14\",\"left_banner\":\"16\",\"third_offer\":\"15\",\"first_right_banner\":\"24\",\"second_right_banner\":\"24\",\"third_right_banner\":\"24\"}', NULL, NULL, NULL, NULL, 0, '2019-09-30 18:48:53', '2020-01-08 13:01:14', '2019-09-30 18:48:53'), (33, 'Hair Transplant', 'hair-transplant-data', 'Hair Transplant', '{\"kabera_guarantee\":\"Now with Kabera Guarantee, get Hair Transplant in just easy 3 Steps:\",\"first_step\":\"Evaluate : Just in few clicks, find out your affected area and generate a full report\",\"second_step\":\"Calculate: Get to know how much the procedure will cost your before even you actually pay for it. EMI options also available.\",\"third_step\":\"Get it Done : Get a video call or chat with our Hair Consultants for a better understanding of the job.\",\"transplant_text\":\"And Wait! We would accompany you till the end of the journey\\u2026 Get medical assistance and support throughout the recovery process that comes with KABERA GUARANTEE. Trust us, nobody else can give you this guarantee like we do and if the results are not satisfactory, we will make sure the very next procedure will be free of cost.\"}', NULL, '{\"kabera_guarantee\":\"Maintenant avec Kabera Guarantee, obtenez une greffe de cheveux en 3 \\u00e9tapes faciles:\",\"first_step\":\"\\u00c9valuer: en quelques clics, trouvez la zone touch\\u00e9e et g\\u00e9n\\u00e9rez un rapport complet.\",\"second_step\":\"Calculer: Apprenez \\u00e0 conna\\u00eetre le co\\u00fbt de la proc\\u00e9dure avant m\\u00eame que vous la payiez r\\u00e9ellement. Options EMI \\u00e9galement disponibles.\",\"third_step\":\"Faites-le: Prenez un appel vid\\u00e9o ou discutez avec nos conseillers en coiffure pour mieux comprendre le travail.\",\"transplant_text\":\"Et attendre! Nous vous accompagnerions jusqu\'\\u00e0 la fin du voyage\\u2026 Obtenez une assistance m\\u00e9dicale et un soutien tout au long du processus de gu\\u00e9rison fourni avec KABERA GUARANTEE. Faites-nous confiance, personne d\'autre ne peut vous donner cette garantie comme nous le faisons et si les r\\u00e9sultats ne sont pas satisfaisants, nous nous assurerons que la toute prochaine proc\\u00e9dure sera gratuite.\"}', NULL, NULL, 0, '2019-10-14 18:18:05', '2019-10-14 18:18:05', '2019-10-14 12:48:05'), (35, 'Home', 'home banner', 'Banner', '{\"banner_column\":\"1\",\"offer\":\"1\"}', NULL, NULL, NULL, 4, 0, '2019-10-22 11:09:47', '2020-02-12 17:37:43', '2019-10-22 05:39:47'), (37, 'Home', 'home banner', 'Banner', '{\"banner_column\":\"1\",\"offer\":\"3\"}', NULL, NULL, NULL, 9, 0, '2019-10-22 11:14:23', '2020-02-12 17:37:43', '2019-10-22 05:44:23'), (39, 'Home', 'home banner', 'Banner', '{\"banner_column\":\"1\",\"offer\":\"6\"}', NULL, NULL, NULL, 11, 0, '2019-10-22 11:17:40', '2020-02-12 17:37:43', '2019-10-22 05:47:40'), (40, 'Home', 'home banner', 'Banner', '{\"banner_column\":\"1\",\"offer\":\"7\"}', NULL, NULL, NULL, 12, 0, '2019-10-22 11:17:59', '2020-02-12 17:37:43', '2019-10-22 05:47:59'), (41, 'Home', 'home banner', 'Banner', '{\"banner_column\":\"2\",\"offer_first\":\"8\",\"offer_second\":\"9\"}', NULL, NULL, NULL, 8, 0, '2019-10-22 11:18:25', '2020-02-12 17:37:43', '2019-10-22 05:48:25'), (42, 'Home', 'home banner', 'Banner', '{\"banner_column\":\"1\",\"offer\":\"10\"}', NULL, NULL, NULL, 13, 0, '2019-10-22 11:18:37', '2020-02-12 17:37:43', '2019-10-22 05:48:37'), (43, 'Skin Procedure', 'skin-procdeure-data', 'Skin Procedure', '{\"available_skin_en_text\":\"You need not travel cities and districts to get the best doctor for you. Did you know your city has got Kabera clinics that can get your personality shine like never before? Find them in your city.\",\"testimony_video\":\"tgbNymZ7vqY\",\"first_banner\":\"12\",\"second_banner\":\"12\",\"work_step_1\":\"The beginning of three steps starts with a click. Simply click on the our Hair Mapping Chart and let our system know about your affected area. In no time get a report that will suggest the amount you need to spend, and the procedure time.\",\"work_step_2\":\"Calculate your budget with Kabera, sort down the best offer from the pool and select your preferred payment option. You can even pay by Credit Card or can opt for an EMI option too. Let Kabera arrange your appointment, your doctor, your prescription and procedures. You will be notified about each and every step that is being done for you.\",\"work_step_3\":\"The Kabera Guarantee comes with assistance. Once you opt for a procedure from Kabera, not only you will be informed about every other step, but will be guided on a regular basis. With Kabera Guarantee, your procedure and money is given the highest priority. This means, if you are unhappy from the procedure, get it done again without paying twice.\"}', '{\"banner\":\"pages\\/895594Optimized-Kabera_Skin.jpg\"}', '{\"available_skin_fr_text\":\"Vous n\'avez pas besoin de voyager dans les villes et les districts pour trouver le meilleur m\\u00e9decin pour vous. Saviez-vous que votre ville poss\\u00e8de des cliniques Kabera qui peuvent faire briller votre personnalit\\u00e9 comme jamais auparavant? Trouvez-les dans votre ville.\",\"testimony_video\":\"tgbNymZ7vqY\",\"fisrt_banner\":\"12\",\"second_banner\":\"12\",\"work_step_1\":\"C\'est un fait \\u00e9tabli de longue date qu\'un lecteur sera distrait par le contenu lisible d\'une page lorsqu\'il examinera sa mise en page. Lorem Ipsum a l\'avantage de pr\\u00e9senter une distribution de lettres plus ou moins normale, par opposition \\u00e0 l\'utilisation de \\u00abContenu ici, contenu ici\\u00bb, ce qui lui donne un aspect lisible en anglais.\",\"work_step_2\":\"C\'est un fait \\u00e9tabli de longue date qu\'un lecteur sera distrait par le contenu lisible d\'une page lorsqu\'il examinera sa mise en page. Lorem Ipsum a l\'avantage de pr\\u00e9senter une distribution de lettres plus ou moins normale, par opposition \\u00e0 l\'utilisation de \\u00abContenu ici, contenu ici\\u00bb, ce qui lui donne un aspect lisible en anglais.\",\"work_step_3\":\"C\'est un fait \\u00e9tabli de longue date qu\'un lecteur sera distrait par le contenu lisible d\'une page lorsqu\'il examinera sa mise en page. Lorem Ipsum a l\'avantage de pr\\u00e9senter une distribution de lettres plus ou moins normale, par opposition \\u00e0 l\'utilisation de \\u00abContenu ici, contenu ici\\u00bb, ce qui lui donne un aspect lisible en anglais.\"}', NULL, NULL, 0, '2019-10-22 17:26:13', '2020-02-19 12:59:06', '2019-10-22 11:56:13'), (44, 'Dental Procedure', 'dental-procdeure-data', 'Dental Procedure', '{\"available_dental_en_text\":\"You need not travel cities and districts to get the best doctor for you. Did you know your city has got Kabera clinics that can get your personality shine like never before? Find them in your city.\",\"testimony_video\":\"tgbNymZ7vqY\",\"first_banner\":\"2\",\"second_banner\":\"3\",\"work_step_1\":\"The beginning of three steps starts with a click. Simply click on the on our Hair Mapping Chart and let our system know about your affected area. In no time get a report that will suggest the amount you need to spend, and the procedure time.\",\"work_step_2\":\"Calculate your budget with Kabera, sort down the best offer from the pool and select your preferred payment option. You can even pay by Credit Card or can opt for an EMI option too. Let Kabera arrange your appointment, your doctor, your prescription and procedures. You will be notified about each and every step that is being done for you.\",\"work_step_3\":\"The Kabera Guarantee comes with assistance. Once you opt for a procedure from Kabera, not only you will be informed about every other step, but will be guided on a regular basis. With Kabera Guarantee, your procedure and money is given the highest priority. This means, if you are unhappy from the procedure, get it done again without paying twice.\"}', '{\"banner\":\"pages\\/632714Optimized-Kabera_Dental.jpg\"}', '{\"available_dental_fr_text\":\"Vous n\'avez pas besoin de voyager dans les villes et les districts pour trouver le meilleur m\\u00e9decin pour vous. Saviez-vous que votre ville poss\\u00e8de des cliniques Kabera qui peuvent faire briller votre personnalit\\u00e9 comme jamais auparavant? Trouvez-les dans votre ville.\",\"testimony_video\":\"tgbNymZ7vqY\",\"fisrt_banner\":\"2\",\"second_banner\":\"3\",\"work_step_1\":\"C\'est un fait \\u00e9tabli de longue date qu\'un lecteur sera distrait par le contenu lisible d\'une page lorsqu\'il examinera sa mise en page. Lorem Ipsum a l\'avantage de pr\\u00e9senter une distribution de lettres plus ou moins normale, par opposition \\u00e0 l\'utilisation de \\u00abContenu ici, contenu ici\\u00bb, ce qui lui donne un aspect lisible en anglais.\",\"work_step_2\":\"C\'est un fait \\u00e9tabli de longue date qu\'un lecteur sera distrait par le contenu lisible d\'une page lorsqu\'il examinera sa mise en page. Lorem Ipsum a l\'avantage de pr\\u00e9senter une distribution de lettres plus ou moins normale, par opposition \\u00e0 l\'utilisation de \\u00abContenu ici, contenu ici\\u00bb, ce qui lui donne un aspect lisible en anglais.\",\"work_step_3\":\"C\'est un fait \\u00e9tabli de longue date qu\'un lecteur sera distrait par le contenu lisible d\'une page lorsqu\'il examinera sa mise en page. Lorem Ipsum a l\'avantage de pr\\u00e9senter une distribution de lettres plus ou moins normale, par opposition \\u00e0 l\'utilisation de \\u00abContenu ici, contenu ici\\u00bb, ce qui lui donne un aspect lisible en anglais.\"}', NULL, NULL, 0, '2019-10-23 11:15:46', '2019-10-23 12:47:08', '2019-10-23 05:45:46'), (46, 'FAQ', 'Cfaq', 'FAQ', '{\"question\":\"How Long It Takes for Complete Procedure?\",\"answer\":\"It basically depands upon the number of grafts implanted , normally for session of 2500 to 3000 it takes 7-8 hours. Most of clients arriving in the morning will have their procedure completed by evening. An FUE operation usually takes between six and eight hours. As the operation is carried out under local anesthetic; you may watch a film or read magazines during the whole operation.\"}', NULL, '{\"question\":\"Combien de temps faut-il pour une proc\\u00e9dure compl\\u00e8te?\",\"answer\":\"Cela d\\u00e9pend essentiellement du nombre de greffes implant\\u00e9es. Normalement, pour une session de 2 500 \\u00e0 3 000, cela prend 7 \\u00e0 8 heures. la plupart des clients arrivant dans la matin\\u00e9e auront leur proc\\u00e9dure termin\\u00e9e en soir\\u00e9e. Une op\\u00e9ration FUE prend g\\u00e9n\\u00e9ralement entre six et huit heures. Comme l\'op\\u00e9ration est r\\u00e9alis\\u00e9e sous anesth\\u00e9sie locale; Vous pouvez regarder un film ou lire des magazines pendant toute l\'op\\u00e9ration.\"}', NULL, NULL, 0, '2019-10-30 10:20:34', '2020-02-19 13:13:52', '2019-10-30 04:50:34'), (47, 'FAQ', 'Cfaq', 'FAQ', '{\"question\":\"How Many Grafts Do I Need?\",\"answer\":\"It entirely depends upon the area and density required by you. To restore a good frontal look high density hair line is recommended. Since each human being has individual hair, it is necessary to plan and discuss the effects of hair restoration including an essential density measurement before planning a hair transplant.\"}', NULL, '{\"question\":\"De combien de greffes ai-je besoin?\",\"answer\":\"Cela d\\u00e9pend enti\\u00e8rement de la superficie et de la densit\\u00e9 requises par vous. Pour restaurer un bon aspect frontal, une ligne de cheveux haute densit\\u00e9 est recommand\\u00e9e. \\u00c9tant donn\\u00e9 que chaque \\u00eatre humain a des cheveux individuels, il est n\\u00e9cessaire de planifier et de discuter des effets de la restauration des cheveux, y compris une mesure de la densit\\u00e9 essentielle avant de planifier une greffe de cheveux.\"}', NULL, NULL, 0, '2019-10-30 11:35:40', '2019-10-30 13:02:27', '2019-10-30 06:05:40'), (48, 'FAQ', 'Cfaq', 'FAQ', '{\"question\":\"What is Laser Hair Removal?\",\"answer\":\"If you\'re not happy with shaving, tweezing, or waxing to remove unwanted hair, laser hair removal may be an option worth considering. Laser hair removal is one of the most commonly done cosmetic procedures. It beams highly concentrated light into hair follicles. Pigment in the follicles absorb the light. That destroys the hair.\"}', NULL, '{\"question\":\"Qu\'est-ce que l\'\\u00e9pilation au laser?\",\"answer\":\"Si vous n\'\\u00eates pas satisfait du rasage, de la pinc\\u00e9e ou de l\'\\u00e9pilation \\u00e0 la cire pour \\u00e9liminer les poils ind\\u00e9sirables, l\'\\u00e9pilation au laser peut \\u00eatre une option \\u00e0 consid\\u00e9rer. L\'\\u00e9pilation au laser est l\'une des proc\\u00e9dures cosm\\u00e9tiques les plus courantes. Il diffuse une lumi\\u00e8re tr\\u00e8s concentr\\u00e9e dans les follicules pileux. Le pigment dans les follicules absorbe la lumi\\u00e8re. Cela d\\u00e9truit les cheveux.\"}', NULL, NULL, 0, '2019-10-30 12:57:31', '2019-10-30 12:57:31', '2019-10-30 07:27:31'), (49, 'FAQ', 'Cfaq', 'FAQ', '{\"question\":\"How Does Hair Transplantion Works?\",\"answer\":\"Its simple procedure where baldness resistant hair roots are relocated from donor area (back of head ) to the balding area. During procedure of hair restoration the follicles taken from this donor area are being relocated to the soon Or Less hairy area of the scalp. We harvest the healthy hair follicles mainly from the two ears at the back of your neck. In some rare cases, we use body hair as well, to increase the density.\"}', NULL, '{\"question\":\"Comment fonctionne la greffe de cheveux?\",\"answer\":\"Son proc\\u00e9d\\u00e9 simple consiste \\u00e0 d\\u00e9placer les racines des cheveux r\\u00e9sistants \\u00e0 la calvitie de la r\\u00e9gion du donneur (\\u00e0 l\\u2019arri\\u00e8re de la t\\u00eate) \\u00e0 la zone de calvitie. Au cours de la proc\\u00e9dure de restauration capillaire, les follicules pr\\u00e9lev\\u00e9s dans cette zone donneuse sont transf\\u00e9r\\u00e9s dans la zone plus ou moins velue du cuir chevelu. Nous r\\u00e9coltons les follicules pileux sains principalement des deux oreilles situ\\u00e9es \\u00e0 l\\u2019arri\\u00e8re de votre cou. Dans de rares cas, nous utilisons \\u00e9galement les poils pour augmenter la densit\\u00e9.\"}', NULL, NULL, 0, '2019-10-30 12:59:49', '2019-10-30 12:59:49', '2019-10-30 07:29:49'), (50, 'FAQ', 'Mfaq', 'FAQ', '{\"question\":\"How Does Hair Transplantion Works?\",\"answer\":\"Hair transplantation is really about relocating (transplanting) the bald resistant hair follicles from the back of the head to the balding areas on the top of the head. This process works for a lifetime because the hair follicles taken from the back of the head are genetically resistant to baldness, regardless of where they are relocated to.\"}', NULL, '{\"question\":\"Comment fonctionne la greffe de cheveux?\",\"answer\":\"La greffe de cheveux consiste vraiment \\u00e0 d\\u00e9placer (transplanter) les follicules pileux r\\u00e9sistants \\u00e0 la calvitie de l\'arri\\u00e8re de la t\\u00eate vers les zones de calvitie situ\\u00e9es sur le dessus de la t\\u00eate. Ce processus fonctionne toute une vie car les follicules pileux pr\\u00e9lev\\u00e9s \\u00e0 l\'arri\\u00e8re de la t\\u00eate sont g\\u00e9n\\u00e9tiquement r\\u00e9sistants \\u00e0 la calvitie, quel que soit l\'endroit o\\u00f9 ils sont transf\\u00e9r\\u00e9s.\"}', NULL, NULL, 0, '2019-10-30 13:03:36', '2019-10-30 13:03:36', '2019-10-30 07:33:36'), (51, 'FAQ', 'Mfaq', 'FAQ', '{\"question\":\"Will my hair transplant results look completely natural?\",\"answer\":\"A typical session of between 1,500 to 3,000 grafts normally involves a full day of surgery on an out patient basis. Most patients will arrive in the morning and will have their procedure completed by late afternoon\"}', NULL, '{\"question\":\"Les r\\u00e9sultats de ma greffe de cheveux seront-ils compl\\u00e8tement naturels?\",\"answer\":\"Une s\\u00e9ance typique de 1 500 \\u00e0 3 000 greffes implique normalement une journ\\u00e9e compl\\u00e8te de chirurgie sur une base ambulatoire. La plupart des patients arriveront le matin et leur intervention sera termin\\u00e9e en fin d\'apr\\u00e8s-midi.\"}', NULL, NULL, 0, '2019-10-30 13:04:44', '2019-10-30 13:04:44', '2019-10-30 07:34:44'), (52, 'FAQ', 'Mfaq', 'FAQ', '{\"question\":\"What is Laser Hair Removal?\",\"answer\":\"If you\'re not happy with shaving, tweezing, or waxing to remove unwanted hair, laser hair removal may be an option worth considering. Laser hair removal is one of the most commonly done cosmetic procedures. It beams highly concentrated light into hair follicles. Pigment in the follicles absorb the light. That destroys the hair\"}', NULL, '{\"question\":\"Qu\'est-ce que l\'\\u00e9pilation au laser?\",\"answer\":\"Si vous n\'\\u00eates pas satisfait du rasage, de la pinc\\u00e9e ou de l\'\\u00e9pilation \\u00e0 la cire pour \\u00e9liminer les poils ind\\u00e9sirables, l\'\\u00e9pilation au laser peut \\u00eatre une option \\u00e0 consid\\u00e9rer. L\'\\u00e9pilation au laser est l\'une des proc\\u00e9dures cosm\\u00e9tiques les plus courantes. Il diffuse une lumi\\u00e8re tr\\u00e8s concentr\\u00e9e dans les follicules pileux. Le pigment dans les follicules absorbe la lumi\\u00e8re. \\u00c7a d\\u00e9truit les cheveux\"}', NULL, NULL, 0, '2019-10-30 13:06:22', '2019-10-30 13:06:22', '2019-10-30 07:36:22'), (53, 'FAQ', 'Mfaq', 'FAQ', '{\"question\":\"Costing for entire procedure?\",\"answer\":\"The hair transplant treatment cost calculation is a big factor before considering a hair transplant procedure. It is one of the influential factors for many men and women for moving forward with the procedure. Kabera global took his step forward applying his market expertise to find the best price deal for its people. Hair transplantation by follicular unit transplantation (FUT) or follicular unit extraction (FUE) charge based on per graft, each graft containing 1-4 follicles. Generally, the higher the number of follicles the lower the per-follicle charge. So, for instance, if you choose to do 1600 follicular transplants instead of 800, it does not double the cost.\"}', NULL, '{\"question\":\"Co\\u00fbt pour toute la proc\\u00e9dure?\",\"answer\":\"Le calcul des co\\u00fbts de traitement d\'une greffe de cheveux est un facteur important avant d\'envisager une proc\\u00e9dure de greffe de cheveux. C\'est l\'un des facteurs d\'influence pour beaucoup d\'hommes et de femmes pour faire avancer la proc\\u00e9dure. Kabera Global a fait un pas en avant en appliquant son expertise du march\\u00e9 pour trouver le meilleur prix possible pour ses employ\\u00e9s. La greffe de cheveux par greffe d\'unit\\u00e9s folliculaires (FUT) ou d\'extraction d\'unit\\u00e9s folliculaires (FUE) est calcul\\u00e9e sur la base d\'une greffe, chaque greffe contenant 1 \\u00e0 4 follicules. G\\u00e9n\\u00e9ralement, plus le nombre de follicules est \\u00e9lev\\u00e9, plus la charge par follicule est faible. Ainsi, par exemple, si vous choisissez de faire 1600 greffes folliculaires au lieu de 800, cela ne double pas le co\\u00fbt.\"}', NULL, NULL, 0, '2019-10-30 13:07:20', '2019-10-30 13:07:20', '2019-10-30 07:37:20'), (55, 'Home', 'home banner', 'Banner', '{\"banner_column\":\"1\",\"offer\":\"2\"}', NULL, NULL, NULL, 6, 1, '2019-10-31 15:45:49', '2020-02-12 17:37:43', '2019-10-31 10:15:49'), (61, 'Home', 'home slider', 'Slide', '{\"title\":\"Namastey\",\"description\":\"Namastey\",\"image\":\"pages\\/112178namastey banner.gif\"}', '{\"content_position\":\"full\",\"service\":\"1\",\"procedure_url\":\"https:\\/\\/www.kaberaglobal.com\\/procedure\\/hair\",\"product_url\":\"#\"}', '{\"title\":null,\"description\":null,\"image\":\"pages\\/112178namastey banner.gif\"}', NULL, NULL, 0, '2020-02-12 10:17:13', '2020-02-26 13:01:55', '2020-02-12 10:17:13'), (63, 'Home', 'home banner', 'Banner', '{\"banner_column\":\"1\",\"offer\":\"25\"}', NULL, NULL, NULL, 1, 0, '2020-02-12 10:27:00', '2020-02-12 17:37:43', '2020-02-12 10:27:00'), (66, 'Home', 'home banner', 'Banner', '{\"banner_column\":\"1\",\"offer\":\"28\"}', NULL, NULL, NULL, 3, 0, '2020-02-12 10:38:10', '2020-02-12 17:37:43', '2020-02-12 10:38:10'), (67, 'Home', 'home banner', 'Banner', '{\"banner_column\":\"1\",\"offer\":\"29\"}', NULL, NULL, NULL, 5, 0, '2020-02-12 10:44:48', '2020-02-12 17:37:43', '2020-02-12 10:44:48'), (68, 'Home', 'home banner', 'Banner', '{\"banner_column\":\"1\",\"offer\":\"30\"}', NULL, NULL, NULL, 7, 0, '2020-02-12 10:46:09', '2020-02-12 17:37:43', '2020-02-12 10:46:09'), (69, 'Home', 'home banner', 'Banner', '{\"banner_column\":\"1\",\"offer\":\"31\"}', NULL, NULL, NULL, 10, 0, '2020-02-12 10:46:40', '2020-02-12 17:37:43', '2020-02-12 10:46:40'), (70, 'Home', 'home slider', 'Slide', '{\"title\":\"The Man in Yellow\",\"description\":\"The Man in Yellow\",\"image\":\"pages\\/852034kabera banner.gif\"}', '{\"content_position\":\"full\",\"service\":\"1\",\"procedure_url\":\"https:\\/\\/www.kaberaglobal.com\\/procedure\\/hair\",\"product_url\":\"#\"}', '{\"title\":\"The Man in Yellow\",\"description\":\"The Man in Yellow\",\"image\":\"pages\\/852034kabera banner.gif\"}', NULL, NULL, 0, '2020-02-12 10:48:22', '2020-02-26 13:02:03', '2020-02-12 10:48:22'), (71, 'Home', 'home slider', 'Slide', '{\"title\":\"Let your smile be an identity\",\"description\":\"Let\\u2019s build up the personality that you are born with. According to the Hair Loss Association, two-thirds of men will begin to see their locks lose some of their lusters by age 35\",\"image\":\"pages\\/9405336249701.png\"}', '{\"content_position\":\"right\",\"service\":\"1\",\"procedure_url\":\"https:\\/\\/www.kaberaglobal.com\\/procedure\\/hair\",\"product_url\":\"#\"}', '{\"title\":\"Let your smile be an identity\",\"description\":\"Let\\u2019s build up the personality that you are born with. According to the Hair Loss Association, two-thirds of men will begin to see their locks lose some of their lusters by age 35\",\"image\":\"pages\\/9405336249701.png\"}', NULL, NULL, 0, '2020-02-12 10:49:26', '2020-02-26 13:02:14', '2020-02-12 10:49:26'), (72, 'Home', 'home slider', 'Slide', '{\"title\":\"Let the world Notice You\",\"description\":\"The pollution in the air is not only damaging our ecosystem, but it is also killing the delicate skin tissues. Let\\u2019s revive the glow in your skin and bring back the soft and smooth touch. Jiyo Umarless with Kabera.\",\"image\":\"pages\\/755335372886Jiyo Umarless.png\"}', '{\"content_position\":\"left\",\"service\":\"2\",\"procedure_url\":\"https:\\/\\/www.kaberaglobal.com\\/procedure\\/skin\",\"product_url\":\"#\"}', '{\"title\":\"Let the world Notice You\",\"description\":\"The pollution in the air is not only damaging our ecosystem, but it is also killing the delicate skin tissues. Let\\u2019s revive the glow in your skin and bring back the soft and smooth touch. Jiyo Umarless with Kabera.\",\"image\":\"pages\\/755335372886Jiyo Umarless.png\"}', NULL, NULL, 0, '2020-02-12 10:50:13', '2020-02-26 13:02:24', '2020-02-12 10:50:13'), (73, 'Home', 'home banner', 'Banner', '{\"banner_column\":\"1\",\"offer\":\"33\"}', NULL, NULL, NULL, 14, 0, '2020-02-12 17:37:15', '2020-02-12 17:37:43', '2020-02-12 17:37:15'); -- -------------------------------------------------------- -- -- Table structure for table `password_resets` -- CREATE TABLE `password_resets` ( `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `password_resets` -- INSERT INTO `password_resets` (`email`, `token`, `created_at`) VALUES ('test1dottechnologies@gmail.com', '$2y$10$TNRuha5YNN.zL9Kp4WMKSOYX45Nn0OHCFG8Bcu/PLh3PqBVbeGpG.', '2019-08-08 12:44:24'), ('Test@gmail.com', '$2y$10$72R8lVTEYwbCQfig88bGdepIxnur6NUuH87pADgPpknf6dBOuS9Zy', '2019-10-24 15:41:31'); -- -------------------------------------------------------- -- -- Table structure for table `patient_gallery` -- CREATE TABLE `patient_gallery` ( `id` bigint(20) NOT NULL, `user_id` bigint(20) NOT NULL, `service_id` int(11) DEFAULT NULL, `image_path` varchar(255) DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `payment_types` -- CREATE TABLE `payment_types` ( `id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `procedure_id` int(11) NOT NULL, `amount` int(11) NOT NULL, `payment_type` enum('online','cash') DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp(), `doctor_id` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `payment_types` -- INSERT INTO `payment_types` (`id`, `user_id`, `procedure_id`, `amount`, `payment_type`, `created_at`, `updated_at`, `doctor_id`) VALUES (1, 2, 1, 50, 'online', '2020-02-10 06:22:51', '2020-02-10 06:22:51', 0), (2, 2, 1, 42949, 'cash', '2020-02-10 06:27:21', '2020-02-10 06:27:21', 6), (3, 12, 10, 34999, 'online', '2020-02-10 09:51:55', '2020-02-10 09:51:55', 0), (4, 19, 12, 5000, 'online', '2020-02-10 11:34:04', '2020-02-10 11:34:04', 0), (5, 19, 23, 50000, 'online', '2020-02-10 14:23:32', '2020-02-10 14:23:32', 0), (6, 19, 24, 10000, 'online', '2020-02-10 14:26:55', '2020-02-10 14:26:55', 0), (7, 1, 27, 100, 'online', '2020-02-10 14:58:46', '2020-02-10 14:58:46', 0), (8, 1, 26, 500, 'online', '2020-02-10 15:03:15', '2020-02-10 15:03:15', 0), (9, 19, 28, 1000, 'online', '2020-02-10 15:06:43', '2020-02-10 15:06:43', 0), (10, 19, 29, 1000, 'online', '2020-02-10 15:06:43', '2020-02-10 15:06:43', 0), (11, 19, 30, 5000, 'online', '2020-02-10 15:10:10', '2020-02-10 15:10:10', 0), (12, 1, 33, 295, 'online', '2020-02-10 15:33:01', '2020-02-10 15:33:01', 0), (13, 1, 33, 177, 'cash', '2020-02-10 15:34:25', '2020-02-10 15:34:25', 18), (14, 12, 34, 500, 'cash', '2020-02-11 04:54:03', '2020-02-11 04:54:03', 13), (15, 12, 34, 34499, 'cash', '2020-02-11 05:16:55', '2020-02-11 05:16:55', 13), (16, 30, 35, 47199, 'cash', '2020-02-11 05:42:32', '2020-02-11 05:42:32', 13), (17, 33, 40, 21500, 'online', '2020-02-11 07:23:17', '2020-02-11 07:23:17', 0), (18, 33, 40, 31598, 'cash', '2020-02-11 07:25:22', '2020-02-11 07:25:22', 13), (19, 42, 43, 47199, 'cash', '2020-02-11 09:50:15', '2020-02-11 09:50:15', 13), (20, 44, 45, 15000, 'online', '2020-02-11 12:27:53', '2020-02-11 12:27:53', 0), (21, 59, 53, 47198, 'cash', '2020-02-11 13:44:10', '2020-02-11 13:44:10', 54), (22, 64, 56, 15000, 'online', '2020-02-12 05:56:53', '2020-02-12 05:56:53', 0), (23, 64, 56, 32198, 'cash', '2020-02-12 05:57:13', '2020-02-12 05:57:13', 65), (24, 7, 57, 50, 'cash', '2020-02-12 10:55:50', '2020-02-12 10:55:50', 18), (25, 7, 57, 17450, 'cash', '2020-02-12 11:07:57', '2020-02-12 11:07:57', 18), (26, 81, 73, 500, 'cash', '2020-02-14 06:59:31', '2020-02-14 06:59:31', 35), (27, 81, 73, 1000, 'cash', '2020-02-14 07:03:39', '2020-02-14 07:03:39', 35), (28, 81, 73, 39799, 'cash', '2020-02-14 07:03:55', '2020-02-14 07:03:55', 35), (29, 81, 77, 200, 'cash', '2020-02-14 10:17:47', '2020-02-14 10:17:47', 84), (30, 81, 77, 150, 'online', '2020-02-14 10:20:45', '2020-02-14 10:20:45', 84), (31, 81, 77, 50, 'cash', '2020-02-14 10:29:30', '2020-02-14 10:29:30', 84), (32, 81, 77, 190, 'online', '2020-02-14 10:29:48', '2020-02-14 10:29:48', 84), (33, 2, 93, 50000, 'cash', '2020-02-26 11:47:59', '2020-02-26 11:47:59', 9), (34, 248, 129, 41299, 'cash', '2020-03-27 06:42:58', '2020-03-27 06:42:58', 245), (35, 267, 133, 5000, 'cash', '2020-05-21 09:40:48', '2020-05-21 09:40:48', 189), (36, 267, 133, 36299, 'cash', '2020-05-21 09:47:31', '2020-05-21 09:47:31', 189); -- -------------------------------------------------------- -- -- Table structure for table `procedures` -- CREATE TABLE `procedures` ( `id` int(11) NOT NULL, `user_id` bigint(20) NOT NULL, `doctor_id` int(11) NOT NULL, `order_id` int(11) NOT NULL, `report_id` int(11) NOT NULL, `service` int(11) NOT NULL, `type` enum('offer','package') DEFAULT NULL, `offer_apply` int(11) NOT NULL, `offer_name` varchar(255) DEFAULT NULL, `required_grafts` int(11) NOT NULL, `discount` double NOT NULL, `option_discount` double NOT NULL, `total_payment` double NOT NULL, `gst_price` double NOT NULL, `advanced_payment` double NOT NULL, `pending_payment` double NOT NULL, `payment_option` tinytext DEFAULT NULL, `medical_condition` text NOT NULL, `note` text DEFAULT NULL, `track_status` enum('fix_app','visit_doc','payment','operation','follow_up','review','completed') NOT NULL DEFAULT 'fix_app', `procedure_stat` enum('fix','consult') DEFAULT 'fix', `preportid` int(11) NOT NULL DEFAULT 0, `complete_date` datetime DEFAULT NULL, `user_report_images` varchar(255) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `procedures` -- INSERT INTO `procedures` (`id`, `user_id`, `doctor_id`, `order_id`, `report_id`, `service`, `type`, `offer_apply`, `offer_name`, `required_grafts`, `discount`, `option_discount`, `total_payment`, `gst_price`, `advanced_payment`, `pending_payment`, `payment_option`, `medical_condition`, `note`, `track_status`, `procedure_stat`, `preportid`, `complete_date`, `user_report_images`, `created_at`, `updated_at`) VALUES (1, 2, 0, 1, 2, 2, 'package', 53, NULL, 3000, 0, 0, 42999, 17820, 42999, 0, NULL, '', NULL, 'completed', 'fix', 0, '2020-02-10 11:59:05', '', '2020-02-10 06:16:04', '2020-02-10 07:30:04'), (3, 2, 0, 3, 4, 2, 'package', 53, NULL, 3000, 0, 0, 42999, 0, 0, 42999, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-10 06:29:57', '2020-02-10 08:30:03'), (4, 4, 0, 4, 1, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-02-10 06:50:26', '2020-02-10 06:50:26'), (5, 4, 0, 5, 5, 2, 'package', 57, NULL, 4000, 0, 0, 57820, 8820, 0, 57820, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-10 07:24:29', '2020-02-10 08:30:03'), (6, 12, 0, 6, 6, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-10 07:50:46', '2020-02-10 11:30:02'), (7, 12, 9, 7, 7, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-10 07:54:30', '2020-02-13 09:19:32'), (8, 12, 0, 8, 8, 2, 'package', 50, NULL, 2500, 0, 0, 44999, 0, 0, 44999, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-02-10 09:27:52', '2020-02-10 09:37:03'), (9, 12, 0, 9, 10, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-02-10 09:36:28', '2020-02-10 09:36:28'), (10, 12, 0, 10, 11, 2, 'package', 44, NULL, 1500, 0, 0, 34999, 0, 34999, 0, NULL, 'hello', NULL, 'payment', 'consult', 0, NULL, '', '2020-02-10 09:39:11', '2020-02-10 11:30:03'), (11, 21, 0, 11, 17, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-02-10 11:13:04', '2020-02-10 11:13:04'), (12, 19, 0, 12, 18, 2, 'package', 44, NULL, 1500, 0, 0, 34999, 0, 5000, 29999, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-10 11:14:52', '2020-02-10 15:30:02'), (13, 22, 0, 13, 19, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-02-10 11:21:03', '2020-02-10 11:21:03'), (14, 22, 9, 14, 20, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-10 11:21:38', '2020-02-13 09:19:44'), (16, 12, 0, 17, 25, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-02-10 13:45:25', '2020-02-10 13:45:25'), (17, 12, 0, 19, 27, 9, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-02-10 13:50:39', '2020-02-10 13:50:39'), (18, 12, 0, 20, 29, 3, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-10 13:52:21', '2020-02-10 17:30:02'), (19, 12, 0, 21, 30, 12, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-02-10 13:57:26', '2020-02-10 13:57:26'), (21, 19, 18, 24, 32, 2, 'package', 44, NULL, 1500, 0, 0, 41299, 6300, 0, 41299, NULL, '', NULL, 'visit_doc', 'fix', 0, NULL, '', '2020-02-10 14:10:12', '2020-02-13 14:03:29'), (22, 19, 0, 25, 33, 2, 'offer', 0, NULL, 0, 0, 0, 116820, 17820, 0, 116820, NULL, '', NULL, 'fix_app', 'fix', 0, NULL, '', '2020-02-10 14:14:28', '2020-02-10 14:14:28'), (23, 19, 0, 26, 34, 2, 'offer', 0, NULL, 0, 0, 0, 116820, 17820, 50000, 66820, NULL, '', NULL, 'payment', 'fix', 0, NULL, '', '2020-02-10 14:21:48', '2020-02-10 15:30:03'), (24, 19, 0, 27, 35, 2, 'package', 44, NULL, 1500, 0, 0, 34999, 0, 10000, 24999, NULL, '', NULL, 'payment', 'consult', 0, NULL, '', '2020-02-10 14:24:54', '2020-02-10 15:30:04'), (25, 19, 0, 28, 36, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-02-10 14:27:22', '2020-02-10 14:27:22'), (26, 1, 0, 30, 37, 2, 'package', 44, NULL, 1500, 0, 0, 41298, 6299, 500, 40798, NULL, '', NULL, 'payment', 'consult', 0, NULL, '', '2020-02-10 14:28:26', '2020-02-10 16:30:03'), (27, 1, 0, 35, 39, 7, 'package', 186, 'Beard/Moustache Transplant', 0, 0, 500, 590, 90, 100, -10, '1', '', 'test', 'visit_doc', 'fix', 39, NULL, '', '2020-02-10 14:58:46', '2020-02-10 16:30:02'), (28, 19, 0, 36, 36, 2, 'package', 63, '5000 Grafts + FREE PRP', 5000, 0, 2500, 76698, 11699, 1000, 73198, '2', '', NULL, 'fix_app', 'fix', 36, NULL, '', '2020-02-10 15:06:43', '2020-02-10 15:06:43'), (29, 19, 0, 36, 38, 2, 'package', 75, 'Robotics Hair Transplant - 5000 Grafts + FREE HRT', 5000, 0, 2500, 100298, 15299, 1000, 96798, '2', '', NULL, 'fix_app', 'fix', 38, NULL, '', '2020-02-10 15:06:43', '2020-02-10 15:06:43'), (30, 19, 0, 37, 38, 2, 'package', 44, NULL, 1500, 0, 0, 41298, 6299, 5000, 36298, NULL, '', NULL, 'payment', 'consult', 0, NULL, '', '2020-02-10 15:08:15', '2020-02-10 16:30:04'), (31, 1, 0, 38, 49, 7, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-02-10 15:19:51', '2020-02-10 15:19:51'), (32, 22, 0, 39, 41, 2, 'package', 53, NULL, 3000, 0, 0, 50738, 7739, 0, 50738, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-10 15:31:17', '2020-02-10 17:30:02'), (33, 1, 0, 40, 53, 3, 'package', 185, 'Eye Brow Transplant', 0, 0, 118, 590, 90, 472, 0, '3', '', 'dsfg', 'fix_app', 'fix', 53, NULL, '', '2020-02-10 15:33:01', '2020-02-10 17:30:03'), (34, 12, 0, 41, 56, 2, 'package', 44, NULL, 1500, 0, 0, 34999, 8100, 34999, 0, NULL, 'no', NULL, 'completed', 'consult', 0, '2020-02-11 10:51:09', '', '2020-02-11 04:40:26', '2020-02-11 06:30:03'), (35, 30, 13, 42, 57, 2, 'package', 47, NULL, 2000, 0, 0, 47199, 7200, 47199, 0, NULL, '', NULL, 'completed', 'consult', 0, '2020-02-11 11:13:40', '', '2020-02-11 05:22:14', '2020-02-11 05:43:40'), (36, 1, 0, 43, 58, 13, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-02-11 05:36:02', '2020-02-11 05:36:02'), (37, 31, 0, 44, 59, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-02-11 05:38:09', '2020-02-11 05:38:09'), (38, 12, 6, 45, 60, 6, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-11 05:51:13', '2020-02-17 05:32:41'), (40, 33, 13, 47, 64, 2, 'package', 50, NULL, 2500, 0, 0, 53098, 8099, 53098, 0, NULL, '', NULL, 'completed', 'consult', 0, '2020-02-11 12:56:32', '', '2020-02-11 06:30:16', '2020-02-11 07:26:32'), (41, 7, 18, 48, 63, 3, 'package', 185, NULL, 0, 0, 0, 500, 0, 0, 500, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-11 09:07:21', '2020-02-12 09:57:36'), (42, 39, 0, 49, 70, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-02-11 09:13:06', '2020-02-11 09:13:06'), (43, 42, 13, 50, 72, 2, 'package', 47, NULL, 2000, 0, 0, 47199, 7200, 47199, 0, NULL, '', NULL, 'completed', 'consult', 0, '2020-02-11 15:21:45', '', '2020-02-11 09:45:45', '2020-02-11 09:51:45'), (44, 1, 0, 51, 39, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-02-11 10:32:34', '2020-02-11 10:32:34'), (45, 44, 18, 52, 74, 2, 'package', 44, NULL, 1500, 0, 0, 41298, 6299, 15000, 26298, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-11 10:52:45', '2020-02-14 10:00:42'), (46, 1, 0, 53, 43, 2, 'package', 50, NULL, 2500, 0, 0, 53098, 8099, 0, 53098, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-02-11 11:00:18', '2020-02-11 12:38:40'), (47, 46, 0, 54, 76, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-02-11 11:28:03', '2020-02-11 11:28:03'), (48, 46, 0, 55, 77, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-02-11 11:32:57', '2020-02-11 11:32:57'), (49, 46, 18, 56, 78, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-11 11:34:41', '2020-02-13 11:58:15'), (50, 50, 0, 57, 79, 2, 'package', 50, NULL, 2500, 0, 0, 53098, 8099, 0, 53098, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-02-11 11:57:19', '2020-02-11 12:01:35'), (51, 51, 18, 58, 80, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-11 11:59:19', '2020-02-13 11:58:11'), (52, 1, 54, 59, 44, 2, 'package', 50, NULL, 2500, 0, 0, 53098, 8099, 0, 53098, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-11 12:09:22', '2020-02-11 12:20:38'), (53, 59, 54, 60, 81, 2, 'package', 47, NULL, 2000, 0, 0, 47198, 7199, 47198, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-11 12:37:43', '2020-02-11 13:44:10'), (54, 1, 18, 61, 45, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-11 12:45:32', '2020-02-11 12:47:01'), (55, 59, 0, 62, 82, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-02-11 12:55:52', '2020-02-11 12:55:52'), (56, 64, 65, 63, 83, 2, 'package', 47, NULL, 2000, 0, 0, 47198, 7199, 47198, 0, NULL, '', NULL, 'completed', 'consult', 0, '2020-02-12 11:28:00', 'report/506127hair4.jpeg', '2020-02-12 05:38:57', '2020-02-12 05:59:02'), (57, 7, 18, 64, 69, 6, 'package', 179, NULL, 0, 0, 0, 17500, 0, 17500, 0, NULL, '', NULL, 'completed', 'consult', 0, '2020-02-12 16:48:12', '', '2020-02-12 09:59:24', '2020-02-12 11:18:12'), (58, 64, 9, 65, 84, 2, 'package', 44, NULL, 1500, 0, 0, 34999, 8099, 0, 34999, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-12 11:49:34', '2020-03-17 05:39:08'), (59, 64, 9, 66, 85, 2, 'package', 57, NULL, 4000, 0, 0, 49000, 7199, 0, 49000, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-12 11:56:31', '2020-03-16 11:45:03'), (60, 69, 0, 80, 92, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-02-13 06:40:14', '2020-02-13 06:40:14'), (61, 69, 0, 81, 92, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-02-13 06:40:34', '2020-02-13 06:40:34'), (62, 7, 0, 82, 71, 3, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-02-13 08:00:32', '2020-02-13 08:00:32'), (63, 70, 9, 84, 98, 13, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-13 09:43:45', '2020-02-13 09:48:03'), (64, 71, 9, 85, 99, 2, 'offer', 0, NULL, 0, 0, 0, 95580, 14580, 0, 95580, NULL, '', NULL, 'visit_doc', 'fix', 0, NULL, '', '2020-02-13 10:50:57', '2020-02-13 10:51:34'), (65, 72, 9, 86, 100, 2, 'package', 44, NULL, 1500, 0, 0, 34999, 0, 0, 34999, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-13 11:50:04', '2020-02-13 12:20:46'), (66, 72, 9, 87, 101, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-13 11:55:04', '2020-02-13 11:56:46'), (67, 72, 35, 88, 102, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-13 11:59:14', '2020-02-13 12:12:13'), (68, 75, 35, 89, 104, 2, 'package', 50, NULL, 2500, 0, 0, 53098, 8099, 0, 53098, NULL, '', NULL, 'visit_doc', 'fix', 0, NULL, '', '2020-02-13 12:17:41', '2020-02-13 12:25:49'), (69, 7, 18, 90, 105, 12, 'package', 123, NULL, 0, 0, 0, 5244, 800, 0, 5244, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-13 12:31:42', '2020-02-13 13:41:33'), (70, 72, 35, 91, 106, 3, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-13 12:32:27', '2020-02-13 12:33:19'), (71, 10, 18, 92, 108, 3, 'package', 185, NULL, 0, 0, 0, 500, 0, 0, 500, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-13 14:16:48', '2020-02-13 14:18:17'), (72, 79, 0, 93, 110, 6, 'package', 119, NULL, 0, 0, 0, 5243, 799, 0, 5243, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-02-14 05:53:28', '2020-02-14 05:56:51'), (73, 81, 35, 94, 111, 2, 'package', 44, NULL, 1500, 0, 0, 41299, 6300, 41299, 0, NULL, 'no', NULL, 'completed', 'consult', 0, '2020-02-14 12:36:22', '', '2020-02-14 06:40:43', '2020-02-14 07:06:22'), (74, 81, 0, 95, 112, 12, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-02-14 09:06:37', '2020-02-14 09:06:37'), (75, 81, 84, 96, 113, 9, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-14 09:49:30', '2020-02-14 09:54:29'), (76, 81, 84, 97, 114, 3, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-14 09:57:00', '2020-02-14 09:57:44'), (77, 81, 84, 98, 115, 9, 'package', 187, NULL, 0, 0, 0, 590, 90, 590, 0, NULL, 'no', NULL, 'completed', 'consult', 0, '2020-02-14 16:09:17', '', '2020-02-14 10:02:38', '2020-02-14 10:39:17'), (78, 81, 35, 99, 116, 3, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-14 10:50:38', '2020-02-14 10:51:53'), (79, 81, 35, 100, 117, 7, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-14 10:55:23', '2020-02-14 10:57:24'), (80, 81, 84, 101, 118, 7, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-14 11:02:41', '2020-02-17 04:32:21'), (81, 90, 0, 102, 122, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-02-16 06:38:07', '2020-02-16 06:38:07'), (82, 8, 6, 103, 127, 9, 'package', 187, NULL, 0, 0, 0, 500, 0, 0, 500, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-17 04:29:41', '2020-02-17 05:12:49'), (83, 8, 6, 104, 129, 2, 'package', 50, NULL, 2500, 0, 0, 53099, 8100, 0, 53099, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-17 05:36:39', '2020-02-17 05:55:22'), (84, 101, 94, 105, 132, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-17 09:35:45', '2020-02-17 09:37:28'), (85, 105, 106, 106, 138, 2, 'package', 50, NULL, 2500, 0, 0, 44999, 0, 0, 44999, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-18 05:30:51', '2020-02-18 05:51:19'), (86, 10, 18, 107, 135, 3, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-18 10:06:58', '2020-02-18 10:11:15'), (87, 183, 0, 108, 154, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-02-23 18:21:01', '2020-02-23 18:21:01'), (88, 1, 191, 109, 46, 2, 'package', 53, NULL, 3000, 0, 0, 50738, 7739, 0, 50738, NULL, '', NULL, 'visit_doc', 'fix', 0, NULL, 'report/530940image-2.png', '2020-02-25 10:45:42', '2020-02-26 10:03:18'), (89, 75, 189, 110, 162, 2, 'offer', 0, NULL, 0, 0, 0, 116820, 17820, 0, 116820, NULL, '', NULL, 'visit_doc', 'fix', 0, NULL, '', '2020-02-25 10:55:17', '2020-02-25 12:05:50'), (90, 192, 0, 111, 161, 2, 'offer', 0, NULL, 0, 0, 0, 63720, 9720, 0, 63720, NULL, '', NULL, 'fix_app', 'fix', 0, NULL, '', '2020-02-25 11:59:24', '2020-02-25 11:59:24'), (91, 192, 0, 112, 167, 2, 'offer', 0, NULL, 0, 0, 0, 63720, 9720, 0, 63720, NULL, '', NULL, 'fix_app', 'fix', 0, NULL, '', '2020-02-25 12:00:35', '2020-02-25 12:00:35'), (92, 192, 0, 113, 169, 7, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-02-25 12:52:07', '2020-02-25 12:52:07'), (93, 2, 9, 114, 170, 2, 'package', 53, NULL, 3000, 0, 0, 50738, 7739, 50000, 738, NULL, '', NULL, 'visit_doc', 'fix', 0, NULL, 'report/561277demo.jpg', '2020-02-26 11:20:26', '2020-02-26 11:47:59'), (94, 194, 9, 115, 171, 3, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-26 12:11:17', '2020-02-26 12:12:21'), (95, 195, 0, 116, 173, 6, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-02-26 12:34:10', '2020-02-26 12:34:10'), (96, 195, 0, 117, 172, 2, 'offer', 0, NULL, 0, 0, 0, 63720, 9720, 0, 63720, NULL, '', NULL, 'fix_app', 'fix', 0, NULL, '', '2020-02-26 12:41:44', '2020-02-26 12:41:44'), (97, 195, 0, 118, 174, 2, 'offer', 0, NULL, 0, 0, 0, 63720, 9720, 0, 63720, NULL, '', NULL, 'fix_app', 'fix', 0, NULL, '', '2020-02-26 12:43:51', '2020-02-26 12:43:51'), (98, 195, 189, 119, 175, 2, 'offer', 0, NULL, 0, 0, 0, 95580, 14580, 0, 95580, NULL, '', NULL, 'visit_doc', 'fix', 0, NULL, '', '2020-02-26 12:48:36', '2020-06-16 10:33:32'), (99, 195, 189, 120, 176, 7, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-26 12:50:12', '2020-06-16 10:33:37'), (100, 195, 0, 121, 177, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-02-26 12:50:33', '2020-02-26 12:50:33'), (101, 1, 0, 122, 47, 2, 'offer', 0, NULL, 0, 0, 0, 95580, 14580, 0, 95580, NULL, '', NULL, 'fix_app', 'fix', 0, NULL, '', '2020-02-26 12:55:38', '2020-02-26 12:55:38'), (102, 195, 0, 123, 178, 2, 'offer', 0, NULL, 0, 0, 0, 63720, 9720, 0, 63720, NULL, '', NULL, 'fix_app', 'fix', 0, NULL, '', '2020-02-26 13:07:38', '2020-02-26 13:07:38'), (103, 195, 0, 124, 179, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-02-26 13:11:12', '2020-02-26 13:11:12'), (104, 195, 0, 125, 180, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-02-26 13:22:48', '2020-02-26 13:22:48'), (105, 195, 114, 126, 180, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-02-26 13:24:34', '2020-02-29 16:32:19'), (106, 206, 0, 128, 195, 7, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-03-07 07:55:01', '2020-03-07 07:55:01'), (107, 208, 0, 129, 197, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-03-08 07:32:15', '2020-03-08 07:32:15'), (108, 218, 0, 130, 205, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-03-15 06:50:28', '2020-03-15 06:50:28'), (109, 64, 220, 132, 208, 2, 'package', 50, NULL, 2500, 0, 0, 44999, 0, 0, 44999, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-03-16 09:58:16', '2020-03-18 06:18:00'), (110, 64, 220, 133, 209, 2, 'package', 47, NULL, 2000, 0, 0, 47199, 7200, 0, 47199, NULL, 'yes', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-03-16 12:15:31', '2020-03-17 07:50:30'), (111, 229, 0, 134, 212, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-03-16 17:46:54', '2020-03-16 17:46:54'), (112, 64, 0, 135, 214, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-03-17 07:14:56', '2020-03-17 07:14:56'), (113, 7, 220, 137, 182, 3, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-03-17 07:51:20', '2020-03-17 09:28:27'), (114, 7, 0, 138, 217, 3, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-03-17 07:55:05', '2020-03-17 07:55:05'), (115, 7, 220, 139, 218, 12, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-03-17 09:45:54', '2020-03-17 09:48:51'), (116, 7, 0, 140, 97, 6, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-03-17 10:19:08', '2020-03-17 10:19:08'), (117, 64, 189, 141, 210, 3, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-03-17 10:24:52', '2020-06-16 10:33:42'), (118, 7, 0, 142, 73, 2, 'offer', 0, NULL, 0, 0, 0, 116820, 17820, 0, 116820, NULL, '', NULL, 'fix_app', 'fix', 0, NULL, '', '2020-03-17 10:36:06', '2020-03-17 10:36:06'), (119, 64, 0, 143, 216, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-03-17 11:49:29', '2020-03-17 11:49:29'), (120, 64, 231, 144, 222, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-03-17 12:04:27', '2020-03-17 12:05:40'), (121, 64, 231, 145, 223, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'completed', 'consult', 0, '2020-03-18 12:03:41', '', '2020-03-17 12:36:28', '2020-03-18 06:33:41'), (122, 64, 35, 146, 225, 2, 'package', 44, NULL, 1500, 0, 0, 41299, 6300, 0, 41299, NULL, '', NULL, 'visit_doc', 'consult', 0, '2020-03-18 12:34:48', '', '2020-03-18 04:43:12', '2020-03-18 07:57:45'), (123, 64, 231, 147, 226, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'completed', 'consult', 0, '2020-03-18 12:06:40', '', '2020-03-18 05:18:42', '2020-03-18 06:36:40'), (124, 10, 18, 148, 28, 2, 'offer', 0, NULL, 0, 0, 0, 116820, 17820, 0, 116820, NULL, '', NULL, 'visit_doc', 'fix', 0, NULL, '', '2020-03-18 06:22:04', '2020-03-18 06:23:40'), (125, 235, 0, 149, 230, 6, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-03-18 13:55:39', '2020-03-18 13:55:39'), (126, 236, 0, 150, 231, 7, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-03-19 09:50:24', '2020-03-19 09:50:24'), (127, 240, 0, 151, 233, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-03-21 03:20:22', '2020-03-21 03:20:22'), (128, 246, 220, 152, 238, 3, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-03-27 06:22:59', '2020-03-27 06:53:52'), (129, 248, 245, 153, 239, 2, 'package', 44, NULL, 1500, 0, 0, 41299, 6300, 41299, 0, NULL, '', NULL, 'visit_doc', 'fix', 0, NULL, '', '2020-03-27 06:35:06', '2020-03-27 06:42:58'), (130, 252, 0, 155, 242, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-04-13 14:22:55', '2020-04-13 14:22:55'), (131, 264, 0, 156, 254, 2, 'package', 63, NULL, 5000, 0, 0, 76698, 11699, 0, 76698, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-05-17 06:02:13', '2020-05-17 06:03:07'), (132, 267, 189, 157, 256, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-05-21 08:22:14', '2020-05-21 08:33:46'), (133, 267, 189, 159, 258, 2, 'package', 44, NULL, 1500, 0, 0, 41299, 6300, 41299, 0, NULL, 'no', NULL, 'follow_up', 'consult', 0, NULL, '', '2020-05-21 09:24:39', '2020-05-21 09:47:50'), (134, 75, 189, 161, 263, 2, 'package', 54, NULL, 3500, 0, 0, 53099, 8100, 0, 53099, NULL, 'bp', NULL, 'visit_doc', 'fix', 0, NULL, '', '2020-05-22 09:04:59', '2020-05-22 09:43:54'), (135, 278, 245, 163, 271, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-06-12 11:09:21', '2020-06-13 13:53:57'), (136, 187, 189, 164, 273, 12, 'package', 44, NULL, 1500, 0, 0, 34999, 800, 0, 34999, NULL, 'No', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-06-16 09:47:57', '2020-06-16 11:13:12'), (137, 252, 0, 166, 243, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'fix_app', 'consult', 0, NULL, '', '2020-06-16 11:15:03', '2020-06-16 11:15:03'), (138, 187, 189, 167, 278, 2, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-06-17 06:44:19', '2020-06-17 07:02:50'), (139, 187, 189, 168, 276, 6, 'offer', 0, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, '', NULL, 'visit_doc', 'consult', 0, NULL, '', '2020-06-17 08:24:15', '2020-06-17 09:21:39'); -- -------------------------------------------------------- -- -- Table structure for table `procedure_foloup_images` -- CREATE TABLE `procedure_foloup_images` ( `id` int(11) NOT NULL, `procedure_id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `images` varchar(225) NOT NULL, `appointment_id` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `procedure_foloup_images` -- INSERT INTO `procedure_foloup_images` (`id`, `procedure_id`, `user_id`, `images`, `appointment_id`) VALUES (1, 32, 22, '143755download.png', 25), (2, 32, 22, '569767photo,-1521590832167-7bcbfaa6381f.jpeg', 25), (3, 35, 30, '559356hair8.jpeg', 29), (4, 56, 64, '982549hair5.jpeg', 46), (5, 52, 1, '628016demo.jpg', 41), (6, 52, 1, '228761demo.jpg', 41), (7, 52, 1, '262388demo.jpg', 41), (8, 52, 1, '401837demo.jpg', 41), (9, 52, 1, '993658demo.jpg', 41); -- -------------------------------------------------------- -- -- Table structure for table `procedure_options` -- CREATE TABLE `procedure_options` ( `id` int(11) NOT NULL, `option_name` varchar(300) NOT NULL, `discount_type` enum('p','f') DEFAULT NULL, `total_coast` double DEFAULT NULL, `discount` double DEFAULT NULL, `description` text DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `procedure_options` -- INSERT INTO `procedure_options` (`id`, `option_name`, `discount_type`, `total_coast`, `discount`, `description`, `created_at`, `updated_at`) VALUES (1, 'Pay Rs. 100 and get a cashback of Rs. 500', 'f', 100, 500, 'Pay Rs. 100 and get a cashback of Rs. 500', '2019-11-20 09:52:44', '2019-11-25 18:14:51'), (2, 'Pay Rs. 1000 and get a cashback of Rs. 2500', 'f', 1000, 2500, 'Pay Rs. 1000 and get a cashback of Rs. 2500', '2019-11-20 09:52:44', '2019-11-20 09:52:44'), (3, 'Pay 50% in advance and get 20% additional off', 'p', 50, 20, 'Pay 50% in advance and get 20% additional off', '2019-11-20 09:52:44', '2019-11-20 09:52:44'), (4, 'Pay full / EMl Options', 'p', 100, 0, 'Pay full / EMl Options', '2019-11-20 09:52:44', '2019-11-30 10:19:01'), (5, 'Pay Rs. 100 and get a cashback of Rs. 500', 'f', 100, 500, 'Pay Rs. 100 and get a cashback of Rs. 500', '2019-11-20 09:52:44', '2019-11-20 09:52:44'); -- -------------------------------------------------------- -- -- Table structure for table `procedure_otps` -- CREATE TABLE `procedure_otps` ( `id` int(11) NOT NULL, `phone` varchar(100) DEFAULT NULL, `otp` varchar(50) DEFAULT NULL, `expired_at` datetime DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `procedure_otps` -- INSERT INTO `procedure_otps` (`id`, `phone`, `otp`, `expired_at`, `created_at`, `updated_at`) VALUES (1, '8093277893', '166991', '2020-02-13 12:27:53', '2020-02-10 06:09:34', '2020-02-13 06:52:53'), (2, '1234567890', '124017', '2020-02-26 16:54:57', '2020-02-10 06:15:50', '2020-02-26 11:19:57'), (3, '9874525896', '299932', '2020-03-17 16:17:49', '2020-02-10 06:18:31', '2020-03-17 10:42:49'), (4, '5284558855', '794763', '2020-02-11 11:21:24', '2020-02-10 07:49:46', '2020-02-11 05:46:24'), (5, '9867657568', '651652', '2020-02-10 16:54:53', '2020-02-10 09:29:27', '2020-02-10 11:19:53'), (6, '2485369555', '864141', '2020-02-10 20:43:07', '2020-02-10 11:02:30', '2020-02-10 15:08:07'), (7, '+918239971940', '422876', '2020-02-10 16:40:49', '2020-02-10 11:05:49', '2020-02-10 11:05:49'), (8, '2325634634', '961096', '2020-02-10 16:42:14', '2020-02-10 11:07:14', '2020-02-10 11:07:14'), (9, '9879566756', '169431', '2020-02-10 16:44:24', '2020-02-10 11:09:24', '2020-02-10 11:09:24'), (10, '8966755433', '750090', '2020-02-10 16:46:25', '2020-02-10 11:11:25', '2020-02-10 11:11:25'), (11, '9874145236', '268370', '2020-02-10 21:06:10', '2020-02-10 11:20:56', '2020-02-10 15:31:10'), (12, '4547711456', '957694', '2020-02-10 17:13:41', '2020-02-10 11:38:41', '2020-02-10 11:38:41'), (13, '8859334180', '744555', '2020-02-10 18:12:11', '2020-02-10 12:37:11', '2020-02-10 12:37:11'), (14, '9852369854', '457969', '2020-03-18 15:01:14', '2020-02-10 13:49:24', '2020-03-18 09:26:14'), (15, '8796511102', '755997', '2020-02-26 18:30:17', '2020-02-10 14:27:37', '2020-02-26 12:55:17'), (16, '9768758051', '367772', '2020-02-10 20:22:04', '2020-02-10 14:31:50', '2020-02-10 14:47:04'), (17, '9971840431', '601710', '2020-02-10 22:51:35', '2020-02-10 17:08:14', '2020-02-10 17:16:35'), (18, '4852365999', '861850', '2020-02-11 10:57:04', '2020-02-11 05:19:46', '2020-02-11 05:22:04'), (19, '9876611111', '515082', '2020-02-11 11:13:00', '2020-02-11 05:38:00', '2020-02-11 05:38:00'), (20, '9978151044', '470115', '2020-02-11 11:27:44', '2020-02-11 05:52:44', '2020-02-11 05:52:44'), (21, '2485369589', '316974', '2020-02-11 12:05:06', '2020-02-11 06:30:06', '2020-02-11 06:30:06'), (22, '4214157879', '669456', '2020-02-11 12:11:17', '2020-02-11 06:36:17', '2020-02-11 06:36:17'), (23, '4414785466', '662550', '2020-02-11 12:44:39', '2020-02-11 07:09:39', '2020-02-11 07:09:39'), (24, '9744457213', '575497', '2020-02-11 12:56:21', '2020-02-11 07:20:50', '2020-02-11 07:21:21'), (25, '9876654512', '187235', '2020-02-11 14:47:46', '2020-02-11 09:12:46', '2020-02-11 09:12:46'), (26, '7873483485', '893690', '2020-02-11 15:20:27', '2020-02-11 09:45:27', '2020-02-11 09:45:27'), (27, '7867867867', '502678', '2020-02-11 19:08:42', '2020-02-11 10:52:35', '2020-02-11 13:33:42'), (28, '2345677888', '493105', '2020-02-11 16:31:34', '2020-02-11 10:56:27', '2020-02-11 10:56:34'), (29, '9876654556', '899611', '2020-02-12 10:23:12', '2020-02-11 11:27:49', '2020-02-12 04:48:12'), (30, '3456782345', '290127', '2020-02-11 17:32:06', '2020-02-11 11:57:06', '2020-02-11 11:57:06'), (31, '9789856754', '847295', '2020-02-11 17:34:10', '2020-02-11 11:59:10', '2020-02-11 11:59:10'), (32, '9936621441', '718553', '2020-02-11 18:01:11', '2020-02-11 12:25:22', '2020-02-11 12:26:11'), (33, '3456778882', '705352', '2020-02-11 18:30:31', '2020-02-11 12:37:26', '2020-02-11 12:55:31'), (34, '4789365566', '469688', '2020-02-12 10:46:23', '2020-02-12 05:11:23', '2020-02-12 05:11:23'), (35, '4783695566', '846241', '2020-02-12 10:50:29', '2020-02-12 05:15:29', '2020-02-12 05:15:29'), (36, '9898787545', '958313', '2020-02-12 10:54:37', '2020-02-12 05:19:37', '2020-02-12 05:19:37'), (37, '4654887875', '474481', '2020-02-12 11:04:03', '2020-02-12 05:29:04', '2020-02-12 05:29:04'), (38, '7696002096', '564401', '2020-03-18 16:00:05', '2020-02-12 05:37:13', '2020-03-18 10:25:05'), (39, '3467898900', '888919', '2020-02-12 17:18:08', '2020-02-12 11:43:08', '2020-02-12 11:43:08'), (40, '6466184858', '661169', '2020-02-12 20:23:18', '2020-02-12 14:48:13', '2020-02-12 14:48:18'), (41, '9876296736', '833689', '2020-02-12 23:38:18', '2020-02-12 18:03:18', '2020-02-12 18:03:18'), (42, '5842566666', '102066', '2020-02-13 12:12:03', '2020-02-13 06:15:59', '2020-02-13 06:37:03'), (43, '5295656595', '103205', '2020-02-13 12:22:43', '2020-02-13 06:38:52', '2020-02-13 06:47:43'), (44, '5643677367', '446689', '2020-02-13 15:16:41', '2020-02-13 06:40:08', '2020-02-13 09:41:41'), (45, '5628896556', '375422', '2020-02-13 16:25:39', '2020-02-13 10:50:39', '2020-02-13 10:50:39'), (46, '4856666665', '269455', '2020-02-13 18:24:58', '2020-02-13 11:49:08', '2020-02-13 12:49:58'), (47, '8744844755', '471053', '2020-02-13 17:34:30', '2020-02-13 11:59:30', '2020-02-13 11:59:30'), (48, '9803771794', '566121', '2020-05-22 15:21:09', '2020-02-13 12:12:48', '2020-05-22 09:46:09'), (49, '8425614654', '204549', '2020-02-13 18:20:07', '2020-02-13 12:45:07', '2020-02-13 12:45:07'), (50, '7685325768', '834459', '2020-02-13 18:22:08', '2020-02-13 12:47:08', '2020-02-13 12:47:08'), (51, '09874145236', '671360', '2020-02-13 18:26:57', '2020-02-13 12:51:57', '2020-02-13 12:51:57'), (52, '9711074040', '738773', '2020-02-13 19:38:23', '2020-02-13 14:03:23', '2020-02-13 14:03:23'), (53, '9816191911', '130028', '2020-02-14 11:00:34', '2020-02-14 05:25:34', '2020-02-14 05:25:34'), (54, '8278843939', '939806', '2020-02-14 11:01:31', '2020-02-14 05:26:31', '2020-02-14 05:26:31'), (55, '9865000005', '537794', '2020-02-14 11:27:03', '2020-02-14 05:52:03', '2020-02-14 05:52:03'), (56, '7083903805', '363118', '2020-02-14 11:53:45', '2020-02-14 06:18:45', '2020-02-14 06:18:45'), (57, '5454848846', '969431', '2020-02-14 16:34:47', '2020-02-14 06:38:30', '2020-02-14 10:59:47'), (58, '7018222687', '986300', '2020-02-15 18:29:36', '2020-02-15 12:53:45', '2020-02-15 12:54:36'), (59, '7838514502', '128218', '2020-02-15 21:07:40', '2020-02-15 15:32:40', '2020-02-15 15:32:40'), (60, '9646360512', '154513', '2020-02-16 11:39:11', '2020-02-16 06:04:11', '2020-02-16 06:04:11'), (61, '9646360253', '177042', '2020-02-16 12:12:31', '2020-02-16 06:37:31', '2020-02-16 06:37:31'), (62, '7087639065', '828805', '2020-02-16 20:23:13', '2020-02-16 14:48:13', '2020-02-16 14:48:13'), (63, '9781799006', '368149', '2020-02-16 22:18:20', '2020-02-16 16:41:09', '2020-02-16 16:43:20'), (64, '7208725009', '181078', '2020-02-17 00:18:10', '2020-02-16 18:43:10', '2020-02-16 18:43:10'), (65, '4856669999', '425752', '2020-02-17 11:32:50', '2020-02-17 04:29:18', '2020-02-17 05:57:50'), (66, '5767979797', '845015', '2020-02-17 14:37:42', '2020-02-17 07:55:16', '2020-02-17 09:02:42'), (67, '2391828288', '609080', '2020-02-17 14:56:02', '2020-02-17 09:21:02', '2020-02-17 09:21:02'), (68, '5824447536', '998607', '2020-02-17 16:13:07', '2020-02-17 09:35:29', '2020-02-17 10:38:07'), (69, '5522255444', '391362', '2020-02-17 16:01:34', '2020-02-17 10:26:34', '2020-02-17 10:26:34'), (70, '7845478454', '286861', '2020-02-17 18:33:53', '2020-02-17 12:58:53', '2020-02-17 12:58:53'), (71, '8747845484', '184644', '2020-02-17 18:46:11', '2020-02-17 13:11:11', '2020-02-17 13:11:11'), (72, '02342342344', '208379', '2020-02-17 18:48:13', '2020-02-17 13:13:03', '2020-02-17 13:13:13'), (73, '1454784154', '856499', '2020-02-17 18:49:31', '2020-02-17 13:14:31', '2020-02-17 13:14:31'), (74, '0202020202', '462293', '2020-02-17 18:51:24', '2020-02-17 13:16:24', '2020-02-17 13:16:24'), (75, '5418536978', '151370', '2020-02-19 12:30:16', '2020-02-18 05:20:07', '2020-02-19 06:55:16'), (76, '5643674576', '670941', '2020-02-18 11:06:05', '2020-02-18 05:25:10', '2020-02-18 05:31:05'), (77, '8830484168', '653131', '2020-02-18 14:59:27', '2020-02-18 09:24:27', '2020-02-18 09:24:27'), (78, '9876543210', '650545', '2020-02-18 17:11:54', '2020-02-18 11:36:54', '2020-02-18 11:36:54'), (79, '8222863737', '350447', '2020-02-18 17:14:09', '2020-02-18 11:39:09', '2020-02-18 11:39:09'), (80, '9811509230', '548018', '2020-02-18 23:25:51', '2020-02-18 17:50:51', '2020-02-18 17:50:51'), (81, '9876493039', '105033', '2020-02-19 03:53:59', '2020-02-18 22:18:59', '2020-02-18 22:18:59'), (82, '2825225524', '506131', '2020-02-19 10:53:21', '2020-02-19 05:18:21', '2020-02-19 05:18:21'), (83, '9996970500', '799185', '2020-02-19 14:29:11', '2020-02-19 08:54:11', '2020-02-19 08:54:11'), (84, '5423526245', '838341', '2020-02-19 14:57:22', '2020-02-19 09:22:22', '2020-02-19 09:22:22'), (85, '4654675477', '940960', '2020-02-19 15:25:44', '2020-02-19 09:28:20', '2020-02-19 09:50:44'), (86, '5665656787', '429111', '2020-02-19 16:11:43', '2020-02-19 10:33:44', '2020-02-19 10:36:43'), (87, '5435654767', '231857', '2020-02-19 16:43:36', '2020-02-19 11:07:01', '2020-02-19 11:08:36'), (88, '4767674567', '119715', '2020-02-20 10:55:20', '2020-02-20 05:20:20', '2020-02-20 05:20:20'), (89, '2452364273', '993044', '2020-02-27 11:14:44', '2020-02-20 05:21:27', '2020-02-27 05:39:44'), (90, '9464648484', '623544', '2020-02-20 13:11:07', '2020-02-20 07:36:07', '2020-02-20 07:36:07'), (91, '3556732567', '153361', '2020-02-20 13:11:56', '2020-02-20 07:36:56', '2020-02-20 07:36:56'), (92, '5828382552', '556108', '2020-02-20 13:13:38', '2020-02-20 07:38:38', '2020-02-20 07:38:38'), (93, '8813885178', '280666', '2020-02-20 21:10:58', '2020-02-20 15:35:58', '2020-02-20 15:35:58'), (94, '+919711986', '187021', '2020-02-23 16:35:58', '2020-02-23 11:00:21', '2020-02-23 11:00:58'), (95, '7021003173', '219967', '2020-02-23 23:54:30', '2020-02-23 18:12:40', '2020-02-23 18:19:30'), (96, '9084961424', '645111', '2020-02-24 00:53:01', '2020-02-23 19:18:01', '2020-02-23 19:18:01'), (97, '7017126479', '587070', '2020-02-24 03:57:30', '2020-02-23 22:22:30', '2020-02-23 22:22:30'), (98, '7080769304', '907377', '2020-02-24 23:29:52', '2020-02-24 16:59:06', '2020-02-24 17:54:52'), (99, '9873990931', '904198', '2020-02-25 10:03:00', '2020-02-25 04:27:24', '2020-02-25 04:28:00'), (100, '7307933221', '417981', '2020-06-17 13:58:36', '2020-02-25 09:31:21', '2020-06-17 08:23:36'), (101, '8360955820', '488864', '2020-02-25 15:10:47', '2020-02-25 09:35:47', '2020-02-25 09:35:47'), (102, '7888735199', '475558', '2020-02-25 19:03:03', '2020-02-25 10:42:59', '2020-02-25 13:28:03'), (103, '7888735197', '340020', '2020-02-25 17:06:57', '2020-02-25 11:27:43', '2020-02-25 11:31:57'), (104, '9350958820', '168513', '2020-02-26 16:26:07', '2020-02-26 10:51:07', '2020-02-26 10:51:07'), (105, '4545454212', '907641', '2020-02-26 17:45:53', '2020-02-26 12:10:53', '2020-02-26 12:10:53'), (106, '5416567528', '227565', '2020-02-27 17:28:38', '2020-02-26 12:32:56', '2020-02-27 11:53:38'), (107, '9895948314', '780619', '2020-02-27 11:06:18', '2020-02-27 05:31:18', '2020-02-27 05:31:18'), (108, '9711849153', '849899', '2020-02-27 11:33:21', '2020-02-27 05:58:21', '2020-02-27 05:58:21'), (109, '9877789787', '622500', '2020-02-27 12:31:40', '2020-02-27 06:56:40', '2020-02-27 06:56:40'), (110, '7014786827', '214392', '2020-02-27 12:37:15', '2020-02-27 07:02:15', '2020-02-27 07:02:15'), (111, '988899906', '979147', '2020-02-27 12:45:46', '2020-02-27 07:10:46', '2020-02-27 07:10:46'), (112, '988809990', '221852', '2020-02-27 12:46:42', '2020-02-27 07:11:42', '2020-02-27 07:11:42'), (113, '9888099906', '116599', '2020-02-27 12:47:24', '2020-02-27 07:12:24', '2020-02-27 07:12:24'), (114, '475159635', '884318', '2020-02-27 16:52:11', '2020-02-27 11:17:11', '2020-02-27 11:17:11'), (115, '485365985', '598541', '2020-02-27 16:53:08', '2020-02-27 11:18:08', '2020-02-27 11:18:08'), (116, '9996669495', '956032', '2020-03-01 22:56:53', '2020-03-01 17:21:16', '2020-03-01 17:21:53'), (117, '9999516952', '954523', '2020-03-01 22:57:14', '2020-03-01 17:22:14', '2020-03-01 17:22:14'), (118, '9833141604', '340558', '2020-03-02 12:37:34', '2020-03-02 07:02:34', '2020-03-02 07:02:34'), (119, '3215647896', '706448', '2020-03-02 18:01:47', '2020-03-02 12:26:47', '2020-03-02 12:26:47'), (120, '9064265416', '847424', '2020-04-01 00:48:26', '2020-03-04 07:57:41', '2020-03-31 19:13:26'), (121, '7837973845', '717453', '2020-03-04 16:08:10', '2020-03-04 10:32:15', '2020-03-04 10:33:10'), (122, '7009268486', '387506', '2020-03-04 17:05:22', '2020-03-04 11:28:46', '2020-03-04 11:30:22'), (123, '7051577563', '321217', '2020-03-05 16:59:34', '2020-03-05 11:24:34', '2020-03-05 11:24:34'), (124, '9082887566', '691925', '2020-03-06 07:10:15', '2020-03-06 01:30:34', '2020-03-06 01:35:15'), (125, '7206639111', '120126', '2020-03-07 00:56:57', '2020-03-06 19:21:57', '2020-03-06 19:21:57'), (126, '6284344457', '201010', '2020-03-07 13:29:12', '2020-03-07 07:54:12', '2020-03-07 07:54:12'), (127, '8294551072', '483057', '2020-03-08 10:00:37', '2020-03-08 04:25:37', '2020-03-08 04:25:37'), (128, '9958454113', '924319', '2020-03-08 13:06:44', '2020-03-08 07:28:14', '2020-03-08 07:31:44'), (129, '8294551075', '874022', '2020-03-11 14:50:18', '2020-03-09 07:07:59', '2020-03-11 09:15:18'), (130, '9393931318', '719274', '2020-03-09 14:44:13', '2020-03-09 09:09:13', '2020-03-09 09:09:13'), (131, '9569006500', '751668', '2020-03-10 11:11:12', '2020-03-10 05:36:12', '2020-03-10 05:36:12'), (132, '9915080555', '367278', '2020-03-10 21:14:17', '2020-03-10 15:39:17', '2020-03-10 15:39:17'), (133, '7780916600', '475614', '2020-03-12 15:55:40', '2020-03-12 10:20:40', '2020-03-12 10:20:40'), (134, '7018176075', '749753', '2020-03-12 21:39:26', '2020-03-12 16:03:10', '2020-03-12 16:04:26'), (135, '8219668752', '598010', '2020-03-12 22:08:48', '2020-03-12 16:33:48', '2020-03-12 16:33:48'), (136, '9996618740', '387606', '2020-03-13 13:28:05', '2020-03-13 07:53:05', '2020-03-13 07:53:05'), (137, '9882671980', '485215', '2020-03-14 02:11:18', '2020-03-13 20:36:18', '2020-03-13 20:36:18'), (138, '9459006206', '238839', '2020-03-15 11:36:55', '2020-03-15 06:01:55', '2020-03-15 06:01:55'), (139, '9602419332', '646103', '2020-03-15 13:21:02', '2020-03-15 07:46:02', '2020-03-15 07:46:02'), (140, '9876264231', '504363', '2020-03-16 15:01:35', '2020-03-16 09:26:35', '2020-03-16 09:26:35'), (141, '9560786972', '509234', '2020-03-17 11:02:56', '2020-03-16 16:18:06', '2020-03-17 05:27:56'), (142, '9870289810', '383709', '2020-03-16 23:20:41', '2020-03-16 17:45:41', '2020-03-16 17:45:41'), (143, '8959695997', '162764', '2020-03-17 08:58:05', '2020-03-17 03:23:05', '2020-03-17 03:23:05'), (144, '2323232323', '715603', '2020-03-17 15:25:34', '2020-03-17 09:50:34', '2020-03-17 09:50:34'), (145, '7654329301', '714335', '2020-03-17 17:57:48', '2020-03-17 12:22:48', '2020-03-17 12:22:48'), (146, '7307377077', '582296', '2020-03-17 21:30:12', '2020-03-17 15:55:12', '2020-03-17 15:55:12'), (147, '7838158978', '166500', '2020-03-18 19:30:01', '2020-03-18 13:55:01', '2020-03-18 13:55:01'), (148, '9459296206', '596315', '2020-03-18 22:09:26', '2020-03-18 16:34:26', '2020-03-18 16:34:26'), (149, '7302599909', '754463', '2020-03-19 02:20:11', '2020-03-18 20:45:11', '2020-03-18 20:45:11'), (150, '7814344774', '453280', '2020-03-19 15:24:18', '2020-03-19 09:49:18', '2020-03-19 09:49:18'), (151, '9622273365', '996269', '2020-03-20 21:37:48', '2020-03-20 16:02:48', '2020-03-20 16:02:48'), (152, '7062131001', '314993', '2020-03-21 08:51:37', '2020-03-21 03:16:37', '2020-03-21 03:16:37'), (153, '7999993150', '231050', '2020-03-21 11:00:25', '2020-03-21 05:25:25', '2020-03-21 05:25:25'), (154, '8351050281', '695446', '2020-03-21 12:53:09', '2020-03-21 07:18:09', '2020-03-21 07:18:09'), (155, '9985955082', '614605', '2020-03-22 15:15:13', '2020-03-22 09:36:57', '2020-03-22 09:40:13'), (156, '8894533535', '561447', '2020-03-22 23:12:44', '2020-03-22 17:37:44', '2020-03-22 17:37:44'), (157, '9017273045', '228972', '2020-03-26 11:33:13', '2020-03-26 05:58:13', '2020-03-26 05:58:13'), (158, '7740054072', '164593', '2020-03-27 11:57:11', '2020-03-27 06:22:11', '2020-03-27 06:22:11'), (159, '4445784463', '626411', '2020-03-27 12:09:17', '2020-03-27 06:34:17', '2020-03-27 06:34:17'), (160, '9518463661', '940646', '2020-04-08 11:18:36', '2020-04-08 05:43:36', '2020-04-08 05:43:36'), (161, '9518863661', '420552', '2020-04-08 11:34:53', '2020-04-08 05:59:53', '2020-04-08 05:59:53'), (162, '7741114746', '725037', '2020-04-09 19:47:48', '2020-04-09 14:12:48', '2020-04-09 14:12:48'), (163, '9954614115', '671277', '2020-06-16 16:48:55', '2020-04-13 14:22:06', '2020-06-16 11:13:55'), (164, '7889431641', '928337', '2020-04-17 21:33:38', '2020-04-17 15:58:38', '2020-04-17 15:58:38'), (165, '9582676248', '986680', '2020-04-19 03:59:15', '2020-04-18 22:24:15', '2020-04-18 22:24:15'), (166, '9752106217', '419573', '2020-04-24 16:51:18', '2020-04-24 11:16:18', '2020-04-24 11:16:18'), (167, '6284138991', '994081', '2020-04-25 22:14:04', '2020-04-25 16:39:04', '2020-04-25 16:39:04'), (168, '9999949492', '839182', '2020-05-01 10:30:48', '2020-04-28 04:48:03', '2020-05-01 04:55:48'), (169, '9988903860', '601086', '2020-04-29 01:06:35', '2020-04-28 19:31:35', '2020-04-28 19:31:35'), (170, '8686618975', '926563', '2020-05-01 16:12:08', '2020-05-01 10:37:08', '2020-05-01 10:37:08'), (171, '8629800531', '845305', '2020-05-08 20:55:05', '2020-05-08 15:20:00', '2020-05-08 15:20:05'), (172, '8400459404', '481880', '2020-05-13 15:00:02', '2020-05-13 09:25:02', '2020-05-13 09:25:02'), (173, '7837002005', '249357', '2020-05-17 11:36:18', '2020-05-17 06:01:18', '2020-05-17 06:01:18'), (174, '9914467895', '799607', '2020-05-19 13:01:21', '2020-05-19 07:26:21', '2020-05-19 07:26:21'), (175, '8968191492', '734207', '2020-05-21 13:34:47', '2020-05-21 07:59:47', '2020-05-21 07:59:47'), (176, '8968131492', '600436', '2020-06-10 17:55:53', '2020-05-21 08:00:20', '2020-06-10 12:20:53'), (177, '9968169290', '164647', '2020-05-22 16:41:30', '2020-05-22 11:06:30', '2020-05-22 11:06:30'), (178, '7680994521', '863541', '2020-05-25 16:58:05', '2020-05-25 11:22:33', '2020-05-25 11:23:05'), (179, '7889875638', '648555', '2020-05-26 12:03:17', '2020-05-26 06:28:17', '2020-05-26 06:28:17'), (180, '7009127601', '930634', '2020-05-28 18:20:53', '2020-05-28 12:45:53', '2020-05-28 12:45:53'), (181, '9814400793', '398192', '2020-06-01 17:59:34', '2020-06-01 12:20:51', '2020-06-01 12:24:34'), (182, '6305205188', '999979', '2020-06-03 17:37:18', '2020-06-03 12:02:18', '2020-06-03 12:02:18'), (183, '9817071420', '943069', '2020-06-05 23:10:17', '2020-06-05 17:35:17', '2020-06-05 17:35:17'), (184, '8080665331', '888113', '2020-06-11 18:19:42', '2020-06-11 12:44:42', '2020-06-11 12:44:42'), (185, '9906143577', '320777', '2020-06-12 10:14:41', '2020-06-12 04:39:41', '2020-06-12 04:39:41'), (186, '7895581652', '709482', '2020-06-12 16:43:53', '2020-06-12 11:08:53', '2020-06-12 11:08:53'); -- -------------------------------------------------------- -- -- Table structure for table `procedure_reviews` -- CREATE TABLE `procedure_reviews` ( `id` int(10) UNSIGNED NOT NULL, `service_id` int(11) NOT NULL, `user_id` bigint(20) NOT NULL, `rating` tinyint(1) UNSIGNED NOT NULL, `review` mediumtext DEFAULT NULL, `review_image` text DEFAULT NULL, `reviewer_name` varchar(60) DEFAULT NULL, `reviewer_email` varchar(60) DEFAULT NULL, `review_status` enum('0','1') NOT NULL DEFAULT '1', `one_year_images` varchar(255) NOT NULL, `procedure_id` bigint(20) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `procedure_reviews` -- INSERT INTO `procedure_reviews` (`id`, `service_id`, `user_id`, `rating`, `review`, `review_image`, `reviewer_name`, `reviewer_email`, `review_status`, `one_year_images`, `procedure_id`, `created_at`, `updated_at`) VALUES (1, 2, 12, 4, 'Ghj', 'review-1581398555.png', 'kabera 2', 'dottechtest2001@gmail.com', '0', '', 0, '2020-02-11 05:22:35', '2020-02-11 11:14:34'), (2, 2, 30, 5, 'My life gradually improved after I got hair transplant. I am proud that I took this decision to consult Kabera.', 'patient/487987man-wearing-black-sunglasses-1392087.jpg', 'Aasil Shaikh', 'kamaldeep@yopmail.com', '0', 'reviews/698917hair5.jpeg', 35, '2020-02-11 05:44:43', '2020-02-11 11:14:24'), (3, 2, 33, 4, 'I realized how my confidence was low due to receding hairline. Then I took the call and visited the hair transplant specialist, and everything changed after that.', 'patient/138339pexels-photo-2085717.jpeg', 'Jigar Rawal', 'JigarRawal@yopmail.com', '0', '', 40, '2020-02-11 07:27:02', '2020-02-11 11:14:29'), (4, 2, 64, 4, 'rameej reviews', 'patient/662023profilepic2.jpeg', 'rameej', 'rameejraja@yopmail.com', '0', 'reviews/767950hair8.jpeg', 56, '2020-02-12 05:59:39', '2020-02-12 05:59:39'), (5, 2, 81, 4, 'Test', 'review-1581664109.png', 'testify', 'gq@yopmail.com', '0', '', 0, '2020-02-14 07:08:29', '2020-02-14 07:08:29'), (6, 2, 64, 4, 'Test', 'review-1584361861.png', 'rameej', 'rameejraja@yopmail.com', '0', '', 0, '2020-03-16 12:31:01', '2020-03-16 12:31:01'); -- -------------------------------------------------------- -- -- Table structure for table `products` -- CREATE TABLE `products` ( `id` bigint(20) UNSIGNED NOT NULL, `cat_id` int(11) NOT NULL, `product_name_en` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `product_name_fr` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `product_description_en` text COLLATE utf8mb4_unicode_ci NOT NULL, `product_description_fr` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `product_price` float DEFAULT NULL, `actual_price` float DEFAULT NULL, `stock` int(11) NOT NULL, `status` enum('0','1') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1' COMMENT '1 For Enable and 0 For Disable', `product_image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `product_image_original` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `discount_avl` enum('Y','N') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'N', `discount_type` enum('P','F') COLLATE utf8mb4_unicode_ci DEFAULT NULL, `discount_rate` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `products` -- INSERT INTO `products` (`id`, `cat_id`, `product_name_en`, `product_name_fr`, `product_description_en`, `product_description_fr`, `product_price`, `actual_price`, `stock`, `status`, `product_image`, `product_image_original`, `discount_avl`, `discount_type`, `discount_rate`, `created_at`, `updated_at`) VALUES (2, 1, 'Droper Bottle Mock-Up', 'produit 2', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\n\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', 'tes description', 100, 120, 12, '1', 'products/222592product1.png', NULL, 'Y', 'P', '10', '2019-09-19 10:17:28', '2019-09-30 06:38:05'), (3, 2, 'product 1', 'produit 1', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', 'produit 1 tes description', 1000, NULL, 12, '1', 'products/658401product2.png', NULL, 'N', NULL, NULL, '2019-09-19 10:27:54', '2019-09-25 07:46:19'), (5, 1, 'product 3', 'produit 3', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', 'produit 3 description', 50, 50, 212, '0', 'products/557717product3.png', NULL, 'N', NULL, NULL, '2019-09-20 12:23:52', '2019-09-26 07:15:17'), (6, 1, 'product 4', 'produit 2', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', 'yyy', 1000, 1000, 312, '1', 'products/166262product5.png', NULL, 'N', NULL, NULL, '2019-09-26 07:20:58', '2020-01-21 18:58:30'), (7, 1, 'product 23', NULL, 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', NULL, 1000, 1000, 312, '1', 'products/700695product4.png', NULL, 'N', NULL, NULL, '2019-09-26 07:23:40', '2020-01-21 18:59:28'), (8, 1, 'product 2', NULL, 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', NULL, 50, 100, 212, '1', 'products/963897product2.png', NULL, 'N', NULL, NULL, '2019-09-26 07:33:11', '2019-09-26 07:47:52'), (9, 1, 'payment Test 1000', 'payment Test 1000', 'payment Test 1000', 'payment Test 1000', 1000, NULL, 10, '1', 'products/480112669504product4.png', NULL, 'N', NULL, NULL, '2020-01-20 11:33:49', '2020-01-20 11:33:49'), (10, 2, 'Product Test 10', 'Product Test 10', 'Product Test 10', 'Product Test 10', 20, 20, 10, '1', 'products/144570557717product3.png', NULL, 'N', NULL, NULL, '2020-01-20 11:35:02', '2020-01-21 18:51:58'); -- -------------------------------------------------------- -- -- Table structure for table `product_gallery` -- CREATE TABLE `product_gallery` ( `id` bigint(20) NOT NULL, `product_id` bigint(20) NOT NULL, `image` varchar(255) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `product_gallery` -- INSERT INTO `product_gallery` (`id`, `product_id`, `image`, `created_at`, `updated_at`) VALUES (2, 3, 'products/194923product1.png', '2019-09-26 05:34:57', '2019-09-26 05:34:57'), (3, 3, 'products/464433product7.png', '2019-09-26 05:34:57', '2019-09-26 05:34:57'), (5, 2, 'products/356612product3.png', '2019-09-26 05:36:34', '2019-09-26 05:36:34'), (6, 2, 'products/710659product2.png', '2019-09-26 05:36:34', '2019-09-26 05:36:34'), (7, 5, 'products/641840product4.png', '2019-09-26 06:02:57', '2019-09-26 06:02:57'), (8, 5, 'products/202858product6.png', '2019-09-26 06:25:23', '2019-09-26 06:25:23'), (12, 8, 'products/996433product2.png', '2019-09-26 07:33:11', '2019-09-26 07:33:11'); -- -------------------------------------------------------- -- -- Table structure for table `product_reviews` -- CREATE TABLE `product_reviews` ( `id` int(10) UNSIGNED NOT NULL, `product_id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) NOT NULL, `rating` tinyint(1) UNSIGNED NOT NULL, `review` mediumtext DEFAULT NULL, `reviewer_name` varchar(60) DEFAULT NULL, `reviewer_email` varchar(60) DEFAULT NULL, `review_status` enum('0','1') NOT NULL DEFAULT '1', `created_date` timestamp NOT NULL DEFAULT current_timestamp(), `updated_date` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `referral_data` -- CREATE TABLE `referral_data` ( `id` int(11) NOT NULL, `user_id` bigint(20) NOT NULL, `ref_from` bigint(20) NOT NULL, `ref_code` varchar(255) NOT NULL, `ref_to_email` varchar(255) NOT NULL, `ref_to_phone` int(11) NOT NULL, `status` tinyint(1) NOT NULL, `ref_type` varchar(255) NOT NULL, `points` bigint(20) NOT NULL, `point_des` varchar(255) NOT NULL, `service_type` varchar(255) NOT NULL, `ref_photo_path` varchar(255) NOT NULL, `procedure_id` bigint(20) NOT NULL, `expire_date` varchar(255) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `referral_data` -- INSERT INTO `referral_data` (`id`, `user_id`, `ref_from`, `ref_code`, `ref_to_email`, `ref_to_phone`, `status`, `ref_type`, `points`, `point_des`, `service_type`, `ref_photo_path`, `procedure_id`, `expire_date`, `created_at`, `updated_at`) VALUES (1, 2, 0, '', '', 1234567890, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-10 06:01:31', '2020-02-10 06:01:31'), (2, 4, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-10 06:08:35', '2020-02-10 06:08:35'), (3, 5, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-10 06:09:39', '2020-02-10 06:09:39'), (4, 7, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-10 06:17:57', '2020-02-10 06:17:57'), (5, 8, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-10 06:49:31', '2020-02-10 06:49:31'), (6, 10, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-10 07:01:22', '2020-02-10 07:01:22'), (7, 11, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-10 07:02:37', '2020-02-10 07:02:37'), (8, 12, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-10 07:05:20', '2020-02-10 07:05:20'), (9, 12, 12, '30df01', 'test@gmail.com', 2147483647, 0, 'ref_with_code', 0, 'reffered to someone', '', 'referred_images/608705.png,referred_images/188390.png', 0, '', '2020-02-11 05:57:11', '2020-02-11 05:57:11'), (10, 12, 12, '', 'test1@gmail.com', 2147483647, 1, 'ref_without_code', 250, 'direct referred to someone', 'test hair', 'referred_images/285097.x-empty', 0, '', '2020-02-11 05:58:01', '2020-02-11 05:58:01'), (11, 40, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-11 09:36:25', '2020-02-11 09:36:25'), (12, 72, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-13 11:23:23', '2020-02-13 11:23:23'), (13, 81, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-14 06:37:06', '2020-02-14 06:37:06'), (14, 73, 73, '76675d', 'dott1@gmail.com', 2147483647, 0, 'ref_with_code', 0, 'reffered to someone', '', 'referred_images/113360.png,referred_images/148159.png', 0, '', '2020-02-14 07:32:01', '2020-02-14 07:32:01'), (15, 73, 73, '680959', 'band@gsjs.com', 2147483647, 0, 'ref_with_code', 0, 'reffered to someone', '', 'referred_images/840291.png,referred_images/373380.png', 0, '', '2020-02-14 11:08:46', '2020-02-14 11:08:46'), (16, 73, 73, '', 'sgsh@SJSj.com', 2147483647, 1, 'ref_without_code', 250, 'direct referred to someone', 'djjf', 'referred_images/301580.x-empty', 0, '', '2020-02-14 11:09:03', '2020-02-14 11:09:03'), (17, 73, 73, '10ada8', 'fff@djjd.com', 2147483647, 0, 'ref_with_code', 0, 'reffered to someone', '', 'referred_images/982092.png', 0, '', '2020-02-14 11:09:37', '2020-02-14 11:09:37'), (18, 73, 73, '', 'djjd@shsj.com', 2147483647, 1, 'ref_without_code', 250, 'direct referred to someone', 'hair', 'referred_images/110646.png', 0, '', '2020-02-14 11:14:23', '2020-02-14 11:14:23'), (19, 86, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-14 12:26:53', '2020-02-14 12:26:53'), (20, 96, 0, '', '', 1455367896, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-17 07:30:34', '2020-02-17 07:30:34'), (21, 97, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-17 07:49:20', '2020-02-17 07:49:20'), (22, 98, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-17 09:05:28', '2020-02-17 09:05:28'), (23, 99, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-17 09:10:21', '2020-02-17 09:10:21'), (24, 101, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-17 09:31:02', '2020-02-17 09:31:02'), (25, 105, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-18 04:50:19', '2020-02-18 04:50:19'), (26, 106, 106, '791b5b', 'test789@gmail.com', 2147483647, 0, 'ref_with_code', 0, 'reffered to someone', '', 'referred_images/121169.x-empty', 0, '', '2020-02-18 06:09:12', '2020-02-18 06:09:12'), (27, 76, 76, 'bfe3c7', 'test789@gmail.com', 2147483647, 0, 'ref_with_code', 0, 'reffered to someone', '', 'referred_images/223602.x-empty', 0, '', '2020-02-19 04:20:11', '2020-02-19 04:20:11'), (28, 116, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 05:21:33', '2020-02-19 05:21:33'), (29, 117, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 05:33:44', '2020-02-19 05:33:44'), (30, 118, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 05:35:10', '2020-02-19 05:35:10'), (31, 122, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 10:31:04', '2020-02-19 10:31:04'), (32, 123, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 10:38:01', '2020-02-19 10:38:01'), (33, 125, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 11:11:12', '2020-02-19 11:11:12'), (34, 126, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 11:12:28', '2020-02-19 11:12:28'), (35, 127, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 11:13:12', '2020-02-19 11:13:12'), (36, 128, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 11:14:34', '2020-02-19 11:14:34'), (37, 129, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 11:18:18', '2020-02-19 11:18:18'), (38, 130, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 11:21:52', '2020-02-19 11:21:52'), (39, 131, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 11:24:29', '2020-02-19 11:24:29'), (40, 132, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 11:27:09', '2020-02-19 11:27:09'), (41, 133, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 11:28:51', '2020-02-19 11:28:51'), (42, 134, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 11:31:29', '2020-02-19 11:31:29'), (43, 135, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 11:34:52', '2020-02-19 11:34:52'), (44, 136, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 11:37:46', '2020-02-19 11:37:46'), (45, 137, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 11:39:23', '2020-02-19 11:39:23'), (46, 138, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 11:45:45', '2020-02-19 11:45:45'), (47, 139, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 11:47:33', '2020-02-19 11:47:33'), (48, 140, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 11:49:13', '2020-02-19 11:49:13'), (49, 141, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 11:52:21', '2020-02-19 11:52:21'), (50, 142, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 11:59:49', '2020-02-19 11:59:49'), (51, 143, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 12:12:44', '2020-02-19 12:12:44'), (52, 144, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 12:18:49', '2020-02-19 12:18:49'), (53, 145, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 12:20:42', '2020-02-19 12:20:42'), (54, 146, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 12:26:00', '2020-02-19 12:26:00'), (55, 147, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 12:28:10', '2020-02-19 12:28:10'), (56, 148, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 12:30:21', '2020-02-19 12:30:21'), (57, 149, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 12:35:18', '2020-02-19 12:35:18'), (58, 150, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 12:36:01', '2020-02-19 12:36:01'), (59, 151, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 12:36:57', '2020-02-19 12:36:57'), (60, 152, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 12:39:02', '2020-02-19 12:39:02'), (61, 153, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 12:40:39', '2020-02-19 12:40:39'), (62, 154, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 12:41:49', '2020-02-19 12:41:49'), (63, 155, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 12:43:53', '2020-02-19 12:43:53'), (64, 156, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 12:44:24', '2020-02-19 12:44:24'), (65, 157, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 12:45:22', '2020-02-19 12:45:22'), (66, 158, 0, '', '', 1547654725, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 12:49:59', '2020-02-19 12:49:59'), (67, 159, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 12:51:36', '2020-02-19 12:51:36'), (68, 160, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 12:55:31', '2020-02-19 12:55:31'), (69, 161, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 12:58:49', '2020-02-19 12:58:49'), (70, 162, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 13:11:57', '2020-02-19 13:11:57'), (71, 163, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 13:17:52', '2020-02-19 13:17:52'), (72, 164, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-19 13:19:01', '2020-02-19 13:19:01'), (73, 165, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-20 04:35:42', '2020-02-20 04:35:42'), (74, 166, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-20 04:38:45', '2020-02-20 04:38:45'), (75, 168, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-20 05:35:37', '2020-02-20 05:35:37'), (76, 169, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-20 05:40:55', '2020-02-20 05:40:55'), (77, 170, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-20 05:46:39', '2020-02-20 05:46:39'), (78, 171, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-20 05:47:19', '2020-02-20 05:47:19'), (79, 172, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-20 05:52:38', '2020-02-20 05:52:38'), (80, 173, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-20 05:53:12', '2020-02-20 05:53:12'), (81, 174, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-20 05:57:28', '2020-02-20 05:57:28'), (82, 175, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-20 06:01:40', '2020-02-20 06:01:40'), (83, 176, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-20 06:06:38', '2020-02-20 06:06:38'), (84, 177, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-20 06:09:41', '2020-02-20 06:09:41'), (85, 178, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-20 06:18:56', '2020-02-20 06:18:56'), (86, 183, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-23 18:06:02', '2020-02-23 18:06:02'), (87, 187, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-25 09:14:37', '2020-02-25 09:14:37'), (88, 194, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-02-26 12:07:29', '2020-02-26 12:07:29'), (89, 213, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-03-11 12:42:29', '2020-03-11 12:42:29'), (90, 223, 0, '', '', 1478523695, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-03-16 07:30:56', '2020-03-16 07:30:56'), (91, 224, 0, '', '', 1478523693, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-03-16 07:31:58', '2020-03-16 07:31:58'), (92, 225, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-03-16 07:37:30', '2020-03-16 07:37:30'), (93, 226, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-03-16 09:22:14', '2020-03-16 09:22:14'), (94, 64, 64, '146415', 'al@yopmail.com', 2147483647, 0, 'ref_with_code', 0, 'reffered to someone', '', 'referred_images/374680.x-empty', 0, '', '2020-03-16 12:38:27', '2020-03-16 12:38:27'), (95, 220, 220, '49d0ef', 'sy@yopmail.com', 2147483647, 0, 'ref_with_code', 0, 'reffered to someone', '', 'referred_images/787091.x-empty', 0, '', '2020-03-17 04:50:06', '2020-03-17 04:50:06'), (96, 220, 220, '', 'a@gmail.com', 2147483647, 1, 'ref_without_code', 250, 'direct referred to someone', 'hair', 'referred_images/992919.png,referred_images/413680.png', 0, '', '2020-03-17 04:51:05', '2020-03-17 04:51:05'), (97, 231, 231, '1dfde9', 'p@yopmail.com', 2147483647, 0, 'ref_with_code', 0, 'reffered to someone', '', 'referred_images/505150.x-empty', 0, '', '2020-03-18 06:25:02', '2020-03-18 06:25:02'), (98, 231, 231, '', 'l@yopmail.com', 2147483647, 1, 'ref_without_code', 250, 'direct referred to someone', 'hair', 'referred_images/111969.png,referred_images/580657.png', 0, '', '2020-03-18 06:26:54', '2020-03-18 06:26:54'), (99, 247, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-03-27 06:32:20', '2020-03-27 06:32:20'), (100, 249, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-03-27 06:34:49', '2020-03-27 06:34:49'), (101, 261, 0, '', '', 1234567846, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-05-05 18:44:47', '2020-05-05 18:44:47'), (102, 267, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-05-21 07:46:44', '2020-05-21 07:46:44'), (103, 271, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-05-30 03:23:01', '2020-05-30 03:23:01'), (104, 273, 0, '', '', 2147483647, 1, 'new user', 125, 'First Signup', '', '', 0, '', '2020-06-02 06:47:13', '2020-06-02 06:47:13'), (105, 187, 187, '0eba21', 'NehaKalia8@gmail.com', 2147483647, 0, 'ref_with_code', 0, 'reffered to someone', '', '', 0, '', '2020-06-17 07:22:27', '2020-06-17 07:22:27'); -- -------------------------------------------------------- -- -- Table structure for table `referral_points` -- CREATE TABLE `referral_points` ( `id` int(11) NOT NULL, `user_id` bigint(20) NOT NULL, `total_points` bigint(20) NOT NULL, `used_points` bigint(20) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `referral_points` -- INSERT INTO `referral_points` (`id`, `user_id`, `total_points`, `used_points`, `created_at`, `updated_at`) VALUES (1, 2, 125, 0, '2020-02-10 06:01:31', '2020-02-10 06:01:31'), (2, 4, 125, 0, '2020-02-10 06:08:35', '2020-02-10 06:08:35'), (3, 5, 125, 0, '2020-02-10 06:09:39', '2020-02-10 06:09:39'), (4, 7, 125, 0, '2020-02-10 06:17:57', '2020-02-10 06:17:57'), (5, 8, 125, 0, '2020-02-10 06:49:31', '2020-02-10 06:49:31'), (6, 10, 125, 0, '2020-02-10 07:01:22', '2020-02-10 07:01:22'), (7, 11, 125, 0, '2020-02-10 07:02:37', '2020-02-10 07:02:37'), (9, 40, 125, 0, '2020-02-11 09:36:25', '2020-02-11 09:36:25'), (10, 72, 125, 0, '2020-02-13 11:23:23', '2020-02-13 11:23:23'), (11, 81, 125, 0, '2020-02-14 06:37:06', '2020-02-14 06:37:06'), (12, 86, 125, 0, '2020-02-14 12:26:53', '2020-02-14 12:26:53'), (13, 96, 125, 0, '2020-02-17 07:30:34', '2020-02-17 07:30:34'), (14, 97, 125, 0, '2020-02-17 07:49:20', '2020-02-17 07:49:20'), (15, 98, 125, 0, '2020-02-17 09:05:28', '2020-02-17 09:05:28'), (16, 99, 125, 0, '2020-02-17 09:10:21', '2020-02-17 09:10:21'), (17, 101, 125, 0, '2020-02-17 09:31:02', '2020-02-17 09:31:02'), (18, 105, 125, 0, '2020-02-18 04:50:19', '2020-02-18 04:50:19'), (19, 116, 125, 0, '2020-02-19 05:21:33', '2020-02-19 05:21:33'), (20, 117, 125, 0, '2020-02-19 05:33:44', '2020-02-19 05:33:44'), (21, 118, 125, 0, '2020-02-19 05:35:10', '2020-02-19 05:35:10'), (22, 122, 125, 0, '2020-02-19 10:31:04', '2020-02-19 10:31:04'), (23, 123, 125, 0, '2020-02-19 10:38:01', '2020-02-19 10:38:01'), (24, 125, 125, 0, '2020-02-19 11:11:12', '2020-02-19 11:11:12'), (25, 126, 125, 0, '2020-02-19 11:12:28', '2020-02-19 11:12:28'), (26, 127, 125, 0, '2020-02-19 11:13:12', '2020-02-19 11:13:12'), (27, 128, 125, 0, '2020-02-19 11:14:34', '2020-02-19 11:14:34'), (28, 129, 125, 0, '2020-02-19 11:18:18', '2020-02-19 11:18:18'), (29, 130, 125, 0, '2020-02-19 11:21:52', '2020-02-19 11:21:52'), (30, 131, 125, 0, '2020-02-19 11:24:29', '2020-02-19 11:24:29'), (31, 132, 125, 0, '2020-02-19 11:27:09', '2020-02-19 11:27:09'), (32, 133, 125, 0, '2020-02-19 11:28:51', '2020-02-19 11:28:51'), (33, 134, 125, 0, '2020-02-19 11:31:29', '2020-02-19 11:31:29'), (34, 135, 125, 0, '2020-02-19 11:34:52', '2020-02-19 11:34:52'), (35, 136, 125, 0, '2020-02-19 11:37:46', '2020-02-19 11:37:46'), (36, 137, 125, 0, '2020-02-19 11:39:23', '2020-02-19 11:39:23'), (37, 138, 125, 0, '2020-02-19 11:45:45', '2020-02-19 11:45:45'), (38, 139, 125, 0, '2020-02-19 11:47:33', '2020-02-19 11:47:33'), (39, 140, 125, 0, '2020-02-19 11:49:13', '2020-02-19 11:49:13'), (40, 141, 125, 0, '2020-02-19 11:52:21', '2020-02-19 11:52:21'), (41, 142, 125, 0, '2020-02-19 11:59:49', '2020-02-19 11:59:49'), (42, 143, 125, 0, '2020-02-19 12:12:44', '2020-02-19 12:12:44'), (43, 144, 125, 0, '2020-02-19 12:18:49', '2020-02-19 12:18:49'), (44, 145, 125, 0, '2020-02-19 12:20:42', '2020-02-19 12:20:42'), (45, 146, 125, 0, '2020-02-19 12:26:00', '2020-02-19 12:26:00'), (46, 147, 125, 0, '2020-02-19 12:28:10', '2020-02-19 12:28:10'), (47, 148, 125, 0, '2020-02-19 12:30:21', '2020-02-19 12:30:21'), (48, 149, 125, 0, '2020-02-19 12:35:18', '2020-02-19 12:35:18'), (49, 150, 125, 0, '2020-02-19 12:36:01', '2020-02-19 12:36:01'), (50, 151, 125, 0, '2020-02-19 12:36:57', '2020-02-19 12:36:57'), (51, 152, 125, 0, '2020-02-19 12:39:02', '2020-02-19 12:39:02'), (52, 153, 125, 0, '2020-02-19 12:40:39', '2020-02-19 12:40:39'), (53, 154, 125, 0, '2020-02-19 12:41:49', '2020-02-19 12:41:49'), (54, 155, 125, 0, '2020-02-19 12:43:53', '2020-02-19 12:43:53'), (55, 156, 125, 0, '2020-02-19 12:44:24', '2020-02-19 12:44:24'), (56, 157, 125, 0, '2020-02-19 12:45:22', '2020-02-19 12:45:22'), (57, 158, 125, 0, '2020-02-19 12:49:59', '2020-02-19 12:49:59'), (58, 159, 125, 0, '2020-02-19 12:51:36', '2020-02-19 12:51:36'), (59, 160, 125, 0, '2020-02-19 12:55:31', '2020-02-19 12:55:31'), (60, 161, 125, 0, '2020-02-19 12:58:49', '2020-02-19 12:58:49'), (61, 162, 125, 0, '2020-02-19 13:11:57', '2020-02-19 13:11:57'), (62, 163, 125, 0, '2020-02-19 13:17:52', '2020-02-19 13:17:52'), (63, 164, 125, 0, '2020-02-19 13:19:01', '2020-02-19 13:19:01'), (64, 165, 125, 0, '2020-02-20 04:35:42', '2020-02-20 04:35:42'), (65, 166, 125, 0, '2020-02-20 04:38:45', '2020-02-20 04:38:45'), (66, 168, 125, 0, '2020-02-20 05:35:37', '2020-02-20 05:35:37'), (67, 169, 125, 0, '2020-02-20 05:40:55', '2020-02-20 05:40:55'), (68, 170, 125, 0, '2020-02-20 05:46:39', '2020-02-20 05:46:39'), (69, 171, 125, 0, '2020-02-20 05:47:19', '2020-02-20 05:47:19'), (70, 172, 125, 0, '2020-02-20 05:52:38', '2020-02-20 05:52:38'), (71, 173, 125, 0, '2020-02-20 05:53:12', '2020-02-20 05:53:12'), (72, 174, 125, 0, '2020-02-20 05:57:28', '2020-02-20 05:57:28'), (73, 175, 125, 0, '2020-02-20 06:01:40', '2020-02-20 06:01:40'), (74, 176, 125, 0, '2020-02-20 06:06:38', '2020-02-20 06:06:38'), (75, 177, 125, 0, '2020-02-20 06:09:41', '2020-02-20 06:09:41'), (76, 178, 125, 0, '2020-02-20 06:18:56', '2020-02-20 06:18:56'), (77, 183, 125, 0, '2020-02-23 18:06:02', '2020-02-23 18:06:02'), (78, 187, 125, 0, '2020-02-25 09:14:37', '2020-02-25 09:14:37'), (79, 194, 125, 0, '2020-02-26 12:07:29', '2020-02-26 12:07:29'), (80, 213, 125, 0, '2020-03-11 12:42:29', '2020-03-11 12:42:29'), (81, 223, 125, 0, '2020-03-16 07:30:56', '2020-03-16 07:30:56'), (82, 224, 125, 0, '2020-03-16 07:31:58', '2020-03-16 07:31:58'), (83, 225, 125, 0, '2020-03-16 07:37:30', '2020-03-16 07:37:30'), (84, 226, 125, 0, '2020-03-16 09:22:14', '2020-03-16 09:22:14'), (85, 247, 125, 0, '2020-03-27 06:32:20', '2020-03-27 06:32:20'), (86, 249, 125, 0, '2020-03-27 06:34:49', '2020-03-27 06:34:49'), (87, 261, 125, 0, '2020-05-05 18:44:47', '2020-05-05 18:44:47'), (88, 267, 125, 0, '2020-05-21 07:46:44', '2020-05-21 07:46:44'), (89, 271, 125, 0, '2020-05-30 03:23:01', '2020-05-30 03:23:01'), (90, 273, 125, 0, '2020-06-02 06:47:13', '2020-06-02 06:47:13'); -- -------------------------------------------------------- -- -- Table structure for table `referral_points_data` -- CREATE TABLE `referral_points_data` ( `id` int(11) NOT NULL, `ref_by_points` int(11) NOT NULL, `ref_to_points` int(11) NOT NULL, `appointment_points` int(11) NOT NULL, `ot_points` int(11) NOT NULL, `direct_points` int(11) NOT NULL, `first_login` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `referral_points_data` -- INSERT INTO `referral_points_data` (`id`, `ref_by_points`, `ref_to_points`, `appointment_points`, `ot_points`, `direct_points`, `first_login`, `created_at`, `updated_at`) VALUES (5, 100, 125, 115, 6, 250, 250, '2019-11-25 11:46:29', '2019-11-26 11:47:44'); -- -------------------------------------------------------- -- -- Table structure for table `reminder_lists` -- CREATE TABLE `reminder_lists` ( `id` bigint(20) NOT NULL, `user_id` int(11) NOT NULL, `reminder_id` int(11) NOT NULL, `reminder_date` varchar(255) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `request_capping` -- CREATE TABLE `request_capping` ( `id` int(11) NOT NULL, `request_limit` int(11) NOT NULL, `doctor_id` int(11) NOT NULL, `assistant_id` int(11) NOT NULL, `created_at` datetime NOT NULL DEFAULT current_timestamp(), `updated_at` datetime NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `roles` -- CREATE TABLE `roles` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `roles` -- INSERT INTO `roles` (`id`, `name`, `description`, `created_at`, `updated_at`) VALUES (1, 'admin', 'Administrator User', '2019-04-01 23:08:55', '2019-04-01 23:08:55'), (2, 'doctor', 'A Doctor User', '2019-04-01 23:08:55', '2019-04-01 23:08:55'), (3, 'user', 'A simple User', '2019-04-01 23:08:55', '2019-04-01 23:08:55'), (4, 'manager', 'A Manager User', '2019-05-21 06:05:17', '2019-05-21 06:05:17'), (5, 'agent', 'A Agent User', '2019-05-21 06:05:17', '2019-05-21 06:05:17'), (6, 'assistant', 'A Doctor Assistant', '2019-05-21 06:05:17', '2019-05-21 06:05:17'); -- -------------------------------------------------------- -- -- Table structure for table `role_user` -- CREATE TABLE `role_user` ( `id` bigint(20) UNSIGNED NOT NULL, `role_id` int(10) UNSIGNED NOT NULL, `user_id` int(10) UNSIGNED NOT NULL, `created_at` timestamp NULL DEFAULT current_timestamp(), `updated_at` timestamp NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `role_user` -- INSERT INTO `role_user` (`id`, `role_id`, `user_id`, `created_at`, `updated_at`) VALUES (1, 1, 1, '2020-01-17 14:05:30', '2020-01-17 14:05:30'), (2, 3, 2, '2020-02-10 06:01:31', '2020-02-10 06:01:31'), (3, 2, 3, '2020-02-10 06:07:29', '2020-02-10 06:07:29'), (4, 3, 4, '2020-02-10 06:08:35', '2020-02-10 06:08:35'), (5, 3, 5, '2020-02-10 06:09:38', '2020-02-10 06:09:38'), (6, 2, 6, '2020-02-10 06:10:07', '2020-02-10 06:10:07'), (7, 3, 7, '2020-02-10 06:17:57', '2020-02-10 06:17:57'), (8, 3, 8, '2020-02-10 06:49:31', '2020-02-10 06:49:31'), (9, 2, 9, '2020-02-10 06:58:38', '2020-02-10 06:58:38'), (10, 3, 10, '2020-02-10 07:01:22', '2020-02-10 07:01:22'), (11, 3, 11, '2020-02-10 07:02:37', '2020-02-10 07:02:37'), (13, 2, 13, '2020-02-10 07:08:23', '2020-02-10 07:08:23'), (14, 6, 14, '2020-02-10 07:20:25', '2020-02-10 07:20:25'), (15, 3, 15, '2020-02-10 09:29:33', '2020-02-10 09:29:33'), (16, 2, 16, '2020-02-10 09:59:41', '2020-02-10 09:59:41'), (17, 2, 17, '2020-02-10 10:16:00', '2020-02-10 10:16:00'), (18, 2, 18, '2020-02-10 10:31:00', '2020-02-10 10:31:00'), (19, 3, 19, '2020-02-10 11:02:34', '2020-02-10 11:02:34'), (20, 3, 20, '2020-02-10 11:06:01', '2020-02-10 11:06:01'), (21, 3, 21, '2020-02-10 11:07:19', '2020-02-10 11:07:19'), (22, 3, 22, '2020-02-10 11:21:00', '2020-02-10 11:21:00'), (23, 3, 23, '2020-02-10 11:38:46', '2020-02-10 11:38:46'), (24, 3, 24, '2020-02-10 12:37:48', '2020-02-10 12:37:48'), (25, 2, 25, '2020-02-10 14:43:58', '2020-02-10 14:43:58'), (26, 3, 26, '2020-02-10 14:47:23', '2020-02-10 14:47:23'), (27, 2, 27, '2020-02-10 14:49:41', '2020-02-10 14:49:41'), (28, 3, 28, '2020-02-10 17:08:48', '2020-02-10 17:08:48'), (29, 2, 29, '2020-02-11 05:03:02', '2020-02-11 05:03:02'), (30, 3, 30, '2020-02-11 05:19:51', '2020-02-11 05:19:51'), (31, 3, 31, '2020-02-11 05:38:05', '2020-02-11 05:38:05'), (32, 3, 32, '2020-02-11 05:53:29', '2020-02-11 05:53:29'), (33, 3, 33, '2020-02-11 06:30:12', '2020-02-11 06:30:12'), (34, 3, 34, '2020-02-11 06:36:16', '2020-02-11 06:36:16'), (35, 2, 35, '2020-02-11 06:45:17', '2020-02-11 06:45:17'), (36, 6, 36, '2020-02-11 07:06:13', '2020-02-11 07:06:13'), (37, 3, 37, '2020-02-11 07:09:47', '2020-02-11 07:09:47'), (38, 3, 38, '2020-02-11 07:20:49', '2020-02-11 07:20:49'), (39, 3, 39, '2020-02-11 09:13:01', '2020-02-11 09:13:01'), (40, 3, 40, '2020-02-11 09:36:25', '2020-02-11 09:36:25'), (41, 3, 41, '2020-02-11 09:39:15', '2020-02-11 09:39:15'), (42, 3, 42, '2020-02-11 09:45:41', '2020-02-11 09:45:41'), (43, 2, 43, '2020-02-11 10:12:57', '2020-02-11 10:12:57'), (44, 3, 44, '2020-02-11 10:52:39', '2020-02-11 10:52:39'), (45, 3, 45, '2020-02-11 10:56:46', '2020-02-11 10:56:46'), (46, 3, 46, '2020-02-11 11:27:53', '2020-02-11 11:27:53'), (47, 2, 47, '2020-02-11 11:36:01', '2020-02-11 11:36:01'), (48, 6, 48, '2020-02-11 11:40:15', '2020-02-11 11:40:15'), (49, 2, 49, '2020-02-11 11:49:45', '2020-02-11 11:49:45'), (50, 3, 50, '2020-02-11 11:57:16', '2020-02-11 11:57:16'), (51, 3, 51, '2020-02-11 11:59:16', '2020-02-11 11:59:16'), (52, 2, 52, '2020-02-11 12:04:43', '2020-02-11 12:04:43'), (53, 2, 53, '2020-02-11 12:06:56', '2020-02-11 12:06:56'), (54, 2, 54, '2020-02-11 12:10:43', '2020-02-11 12:10:43'), (55, 2, 55, '2020-02-11 12:17:59', '2020-02-11 12:17:59'), (56, 2, 56, '2020-02-11 12:22:29', '2020-02-11 12:22:29'), (57, 4, 57, '2020-02-11 12:29:59', '2020-02-11 12:29:59'), (58, 4, 58, '2020-02-11 12:31:32', '2020-02-11 12:31:32'), (59, 3, 59, '2020-02-11 12:37:39', '2020-02-11 12:37:39'), (60, 5, 60, '2020-02-11 12:38:42', '2020-02-11 12:38:42'), (61, 5, 61, '2020-02-11 12:40:33', '2020-02-11 12:40:33'), (62, 2, 62, '2020-02-11 13:31:38', '2020-02-11 13:31:38'), (63, 2, 63, '2020-02-11 13:53:08', '2020-02-11 13:53:08'), (64, 3, 64, '2020-02-12 05:37:41', '2020-02-12 05:37:41'), (65, 2, 65, '2020-02-12 05:41:09', '2020-02-12 05:41:09'), (66, 3, 66, '2020-02-12 14:48:13', '2020-02-12 14:48:13'), (67, 3, 67, '2020-02-12 18:03:18', '2020-02-12 18:03:18'), (68, 6, 68, '2020-02-13 04:50:28', '2020-02-13 04:50:28'), (69, 3, 69, '2020-02-13 06:38:52', '2020-02-13 06:38:52'), (70, 3, 70, '2020-02-13 06:40:08', '2020-02-13 06:40:08'), (71, 3, 71, '2020-02-13 10:50:39', '2020-02-13 10:50:39'), (72, 3, 72, '2020-02-13 11:23:23', '2020-02-13 11:23:23'), (73, 6, 73, '2020-02-13 11:39:16', '2020-02-13 11:39:16'), (74, 3, 74, '2020-02-13 12:00:24', '2020-02-13 12:00:24'), (75, 3, 75, '2020-02-13 12:15:11', '2020-02-13 12:15:11'), (76, 6, 76, '2020-02-13 12:34:35', '2020-02-13 12:34:35'), (77, 3, 77, '2020-02-13 14:03:47', '2020-02-13 14:03:47'), (78, 3, 78, '2020-02-14 05:26:49', '2020-02-14 05:26:49'), (79, 3, 79, '2020-02-14 05:52:47', '2020-02-14 05:52:47'), (80, 2, 80, '2020-02-14 06:20:05', '2020-02-14 06:20:05'), (81, 3, 81, '2020-02-14 06:37:06', '2020-02-14 06:37:06'), (82, 2, 82, '2020-02-14 07:02:48', '2020-02-14 07:02:48'), (83, 2, 83, '2020-02-14 07:45:30', '2020-02-14 07:45:30'), (84, 2, 84, '2020-02-14 09:22:48', '2020-02-14 09:22:48'), (85, 6, 85, '2020-02-14 10:19:02', '2020-02-14 10:19:02'), (86, 3, 86, '2020-02-14 12:26:53', '2020-02-14 12:26:53'), (87, 3, 87, '2020-02-15 12:55:13', '2020-02-15 12:55:13'), (88, 3, 88, '2020-02-15 15:34:00', '2020-02-15 15:34:00'), (89, 3, 89, '2020-02-16 06:04:57', '2020-02-16 06:04:57'), (90, 3, 90, '2020-02-16 06:37:47', '2020-02-16 06:37:47'), (91, 3, 91, '2020-02-16 14:48:37', '2020-02-16 14:48:37'), (92, 3, 92, '2020-02-16 16:41:33', '2020-02-16 16:41:33'), (93, 3, 93, '2020-02-16 18:43:29', '2020-02-16 18:43:29'), (94, 2, 94, '2020-02-17 07:19:09', '2020-02-17 07:19:09'), (95, 6, 95, '2020-02-17 07:27:56', '2020-02-17 07:27:56'), (96, 3, 96, '2020-02-17 07:30:34', '2020-02-17 07:30:34'), (97, 3, 97, '2020-02-17 07:49:20', '2020-02-17 07:49:20'), (98, 3, 98, '2020-02-17 09:05:28', '2020-02-17 09:05:28'), (99, 3, 99, '2020-02-17 09:10:20', '2020-02-17 09:10:20'), (100, 3, 100, '2020-02-17 09:21:02', '2020-02-17 09:21:02'), (101, 3, 101, '2020-02-17 09:31:02', '2020-02-17 09:31:02'), (102, 3, 102, '2020-02-17 10:26:34', '2020-02-17 10:26:34'), (103, 2, 103, '2020-02-17 11:33:28', '2020-02-17 11:33:28'), (104, 3, 104, '2020-02-17 13:16:45', '2020-02-17 13:16:45'), (105, 3, 105, '2020-02-18 04:50:19', '2020-02-18 04:50:19'), (106, 2, 106, '2020-02-18 04:58:48', '2020-02-18 04:58:48'), (107, 6, 107, '2020-02-18 05:17:35', '2020-02-18 05:17:35'), (108, 3, 108, '2020-02-18 05:25:10', '2020-02-18 05:25:10'), (109, 2, 109, '2020-02-18 06:57:07', '2020-02-18 06:57:07'), (110, 2, 110, '2020-02-18 07:28:44', '2020-02-18 07:28:44'), (111, 6, 111, '2020-02-18 09:43:14', '2020-02-18 09:43:14'), (112, 3, 112, '2020-02-18 11:39:30', '2020-02-18 11:39:30'), (113, 3, 113, '2020-02-18 17:51:11', '2020-02-18 17:51:11'), (114, 2, 114, '2020-02-19 04:24:52', '2020-02-19 04:24:52'), (115, 3, 115, '2020-02-19 05:18:21', '2020-02-19 05:18:21'), (116, 3, 116, '2020-02-19 05:21:33', '2020-02-19 05:21:33'), (117, 3, 117, '2020-02-19 05:33:43', '2020-02-19 05:33:43'), (118, 3, 118, '2020-02-19 05:35:07', '2020-02-19 05:35:07'), (119, 3, 119, '2020-02-19 08:54:33', '2020-02-19 08:54:33'), (120, 3, 120, '2020-02-19 09:22:21', '2020-02-19 09:22:21'), (121, 3, 121, '2020-02-19 09:28:20', '2020-02-19 09:28:20'), (122, 3, 122, '2020-02-19 10:31:03', '2020-02-19 10:31:03'), (123, 3, 123, '2020-02-19 10:38:01', '2020-02-19 10:38:01'), (124, 3, 124, '2020-02-19 11:07:01', '2020-02-19 11:07:01'), (125, 3, 125, '2020-02-19 11:11:11', '2020-02-19 11:11:11'), (126, 3, 126, '2020-02-19 11:12:27', '2020-02-19 11:12:27'), (127, 3, 127, '2020-02-19 11:13:12', '2020-02-19 11:13:12'), (128, 3, 128, '2020-02-19 11:14:34', '2020-02-19 11:14:34'), (129, 3, 129, '2020-02-19 11:18:18', '2020-02-19 11:18:18'), (130, 3, 130, '2020-02-19 11:21:52', '2020-02-19 11:21:52'), (131, 3, 131, '2020-02-19 11:24:28', '2020-02-19 11:24:28'), (132, 3, 132, '2020-02-19 11:27:09', '2020-02-19 11:27:09'), (133, 3, 133, '2020-02-19 11:28:51', '2020-02-19 11:28:51'), (134, 3, 134, '2020-02-19 11:31:29', '2020-02-19 11:31:29'), (135, 3, 135, '2020-02-19 11:34:52', '2020-02-19 11:34:52'), (136, 3, 136, '2020-02-19 11:37:46', '2020-02-19 11:37:46'), (137, 3, 137, '2020-02-19 11:39:22', '2020-02-19 11:39:22'), (138, 3, 138, '2020-02-19 11:45:45', '2020-02-19 11:45:45'), (139, 3, 139, '2020-02-19 11:47:33', '2020-02-19 11:47:33'), (140, 3, 140, '2020-02-19 11:49:13', '2020-02-19 11:49:13'), (141, 3, 141, '2020-02-19 11:52:21', '2020-02-19 11:52:21'), (142, 3, 142, '2020-02-19 11:59:49', '2020-02-19 11:59:49'), (143, 3, 143, '2020-02-19 12:12:44', '2020-02-19 12:12:44'), (144, 3, 144, '2020-02-19 12:18:46', '2020-02-19 12:18:46'), (145, 3, 145, '2020-02-19 12:20:42', '2020-02-19 12:20:42'), (146, 3, 146, '2020-02-19 12:25:59', '2020-02-19 12:25:59'), (147, 3, 147, '2020-02-19 12:28:10', '2020-02-19 12:28:10'), (148, 3, 148, '2020-02-19 12:30:21', '2020-02-19 12:30:21'), (149, 3, 149, '2020-02-19 12:35:18', '2020-02-19 12:35:18'), (150, 3, 150, '2020-02-19 12:36:01', '2020-02-19 12:36:01'), (151, 3, 151, '2020-02-19 12:36:57', '2020-02-19 12:36:57'), (152, 3, 152, '2020-02-19 12:39:02', '2020-02-19 12:39:02'), (153, 3, 153, '2020-02-19 12:40:39', '2020-02-19 12:40:39'), (154, 3, 154, '2020-02-19 12:41:49', '2020-02-19 12:41:49'), (155, 3, 155, '2020-02-19 12:43:52', '2020-02-19 12:43:52'), (156, 3, 156, '2020-02-19 12:44:24', '2020-02-19 12:44:24'), (157, 3, 157, '2020-02-19 12:45:22', '2020-02-19 12:45:22'), (158, 3, 158, '2020-02-19 12:49:59', '2020-02-19 12:49:59'), (159, 3, 159, '2020-02-19 12:51:36', '2020-02-19 12:51:36'), (160, 3, 160, '2020-02-19 12:55:31', '2020-02-19 12:55:31'), (161, 3, 161, '2020-02-19 12:58:48', '2020-02-19 12:58:48'), (162, 3, 162, '2020-02-19 13:11:56', '2020-02-19 13:11:56'), (163, 3, 163, '2020-02-19 13:17:51', '2020-02-19 13:17:51'), (164, 3, 164, '2020-02-19 13:19:01', '2020-02-19 13:19:01'), (165, 3, 165, '2020-02-20 04:35:42', '2020-02-20 04:35:42'), (166, 3, 166, '2020-02-20 04:38:45', '2020-02-20 04:38:45'), (167, 3, 167, '2020-02-20 05:21:26', '2020-02-20 05:21:26'), (168, 3, 168, '2020-02-20 05:35:36', '2020-02-20 05:35:36'), (169, 3, 169, '2020-02-20 05:40:55', '2020-02-20 05:40:55'), (170, 3, 170, '2020-02-20 05:46:39', '2020-02-20 05:46:39'), (171, 3, 171, '2020-02-20 05:47:19', '2020-02-20 05:47:19'), (172, 3, 172, '2020-02-20 05:52:38', '2020-02-20 05:52:38'), (173, 3, 173, '2020-02-20 05:53:12', '2020-02-20 05:53:12'), (174, 3, 174, '2020-02-20 05:57:26', '2020-02-20 05:57:26'), (175, 3, 175, '2020-02-20 06:01:40', '2020-02-20 06:01:40'), (176, 3, 176, '2020-02-20 06:06:38', '2020-02-20 06:06:38'), (177, 3, 177, '2020-02-20 06:09:41', '2020-02-20 06:09:41'), (178, 3, 178, '2020-02-20 06:18:56', '2020-02-20 06:18:56'), (179, 3, 179, '2020-02-20 07:36:07', '2020-02-20 07:36:07'), (180, 3, 180, '2020-02-20 07:38:37', '2020-02-20 07:38:37'), (181, 3, 181, '2020-02-20 07:39:02', '2020-02-20 07:39:02'), (182, 3, 182, '2020-02-20 15:37:46', '2020-02-20 15:37:46'), (183, 3, 183, '2020-02-23 18:06:02', '2020-02-23 18:06:02'), (184, 3, 184, '2020-02-23 22:22:58', '2020-02-23 22:22:58'), (185, 3, 185, '2020-02-24 16:59:31', '2020-02-24 16:59:31'), (186, 3, 186, '2020-02-25 04:28:26', '2020-02-25 04:28:26'), (187, 3, 187, '2020-02-25 09:14:37', '2020-02-25 09:14:37'), (188, 2, 188, '2020-02-25 09:15:57', '2020-02-25 09:15:57'), (189, 2, 189, '2020-02-25 09:21:40', '2020-02-25 09:21:40'), (190, 3, 190, '2020-02-25 09:36:03', '2020-02-25 09:36:03'), (191, 2, 191, '2020-02-25 10:36:41', '2020-02-25 10:36:41'), (193, 6, 193, '2020-02-25 12:43:36', '2020-02-25 12:43:36'), (194, 3, 194, '2020-02-26 12:07:29', '2020-02-26 12:07:29'), (195, 3, 195, '2020-02-26 12:32:56', '2020-02-26 12:32:56'), (196, 3, 196, '2020-02-27 05:32:22', '2020-02-27 05:32:22'), (197, 3, 197, '2020-02-27 07:02:41', '2020-02-27 07:02:41'), (198, 3, 198, '2020-03-01 17:22:17', '2020-03-01 17:22:17'), (199, 3, 199, '2020-03-01 17:22:43', '2020-03-01 17:22:43'), (200, 3, 200, '2020-03-02 07:03:06', '2020-03-02 07:03:06'), (201, 3, 201, '2020-03-04 07:57:41', '2020-03-04 07:57:41'), (202, 3, 202, '2020-03-04 10:33:34', '2020-03-04 10:33:34'), (203, 3, 203, '2020-03-04 11:29:33', '2020-03-04 11:29:33'), (204, 3, 204, '2020-03-05 11:25:07', '2020-03-05 11:25:07'), (205, 3, 205, '2020-03-06 19:22:09', '2020-03-06 19:22:09'), (206, 3, 206, '2020-03-07 07:54:45', '2020-03-07 07:54:45'), (207, 3, 207, '2020-03-08 04:30:46', '2020-03-08 04:30:46'), (208, 3, 208, '2020-03-08 07:32:05', '2020-03-08 07:32:05'), (209, 3, 209, '2020-03-09 07:07:58', '2020-03-09 07:07:58'), (210, 3, 210, '2020-03-09 09:09:37', '2020-03-09 09:09:37'), (211, 3, 211, '2020-03-10 05:36:32', '2020-03-10 05:36:32'), (212, 3, 212, '2020-03-10 15:39:45', '2020-03-10 15:39:45'), (213, 3, 213, '2020-03-11 12:42:28', '2020-03-11 12:42:28'), (214, 3, 214, '2020-03-12 10:21:28', '2020-03-12 10:21:28'), (215, 2, 215, '2020-03-12 10:38:34', '2020-03-12 10:38:34'), (216, 3, 216, '2020-03-12 16:04:44', '2020-03-12 16:04:44'), (217, 3, 217, '2020-03-13 07:53:50', '2020-03-13 07:53:50'), (218, 3, 218, '2020-03-15 06:02:37', '2020-03-15 06:02:37'), (219, 3, 219, '2020-03-15 07:46:02', '2020-03-15 07:46:02'), (220, 2, 220, '2020-03-16 06:26:46', '2020-03-16 06:26:46'), (221, 2, 221, '2020-03-16 07:24:18', '2020-03-16 07:24:18'), (222, 2, 222, '2020-03-16 07:24:40', '2020-03-16 07:24:40'), (223, 3, 223, '2020-03-16 07:30:55', '2020-03-16 07:30:55'), (224, 3, 224, '2020-03-16 07:31:58', '2020-03-16 07:31:58'), (225, 3, 225, '2020-03-16 07:37:30', '2020-03-16 07:37:30'), (226, 3, 226, '2020-03-16 09:22:13', '2020-03-16 09:22:13'), (227, 6, 227, '2020-03-16 09:34:51', '2020-03-16 09:34:51'), (228, 3, 228, '2020-03-16 16:18:34', '2020-03-16 16:18:34'), (229, 3, 229, '2020-03-16 17:46:08', '2020-03-16 17:46:08'), (230, 3, 230, '2020-03-17 03:23:26', '2020-03-17 03:23:26'), (231, 2, 231, '2020-03-17 11:58:30', '2020-03-17 11:58:30'), (232, 6, 232, '2020-03-17 12:06:21', '2020-03-17 12:06:21'), (233, 3, 233, '2020-03-17 15:55:33', '2020-03-17 15:55:33'), (234, 6, 234, '2020-03-18 06:27:53', '2020-03-18 06:27:53'), (235, 3, 235, '2020-03-18 13:55:28', '2020-03-18 13:55:28'), (236, 3, 236, '2020-03-19 09:49:52', '2020-03-19 09:49:52'), (237, 2, 237, '2020-03-19 14:25:36', '2020-03-19 14:25:36'), (238, 3, 238, '2020-03-20 16:03:33', '2020-03-20 16:03:33'), (239, 2, 239, '2020-03-20 17:50:34', '2020-03-20 17:50:34'), (240, 3, 240, '2020-03-21 03:17:05', '2020-03-21 03:17:05'), (241, 3, 241, '2020-03-21 07:18:36', '2020-03-21 07:18:36'), (242, 3, 242, '2020-03-22 09:40:34', '2020-03-22 09:40:34'), (243, 3, 243, '2020-03-22 17:38:13', '2020-03-22 17:38:13'), (244, 3, 244, '2020-03-26 06:00:30', '2020-03-26 06:00:30'), (245, 2, 245, '2020-03-27 06:12:34', '2020-03-27 06:12:34'), (246, 3, 246, '2020-03-27 06:22:11', '2020-03-27 06:22:11'), (247, 3, 247, '2020-03-27 06:32:20', '2020-03-27 06:32:20'), (248, 3, 248, '2020-03-27 06:34:17', '2020-03-27 06:34:17'), (249, 3, 249, '2020-03-27 06:34:49', '2020-03-27 06:34:49'), (250, 3, 250, '2020-04-08 06:00:15', '2020-04-08 06:00:15'), (251, 3, 251, '2020-04-09 14:12:48', '2020-04-09 14:12:48'), (252, 3, 252, '2020-04-13 14:22:05', '2020-04-13 14:22:05'), (253, 3, 253, '2020-04-17 15:59:11', '2020-04-17 15:59:11'), (254, 3, 254, '2020-04-18 22:24:44', '2020-04-18 22:24:44'), (255, 3, 255, '2020-04-24 11:17:11', '2020-04-24 11:17:11'), (256, 3, 256, '2020-04-25 16:39:28', '2020-04-25 16:39:28'), (257, 3, 257, '2020-04-28 04:49:22', '2020-04-28 04:49:22'), (258, 3, 258, '2020-04-28 19:32:18', '2020-04-28 19:32:18'), (259, 2, 259, '2020-04-28 20:32:55', '2020-04-28 20:32:55'), (260, 3, 260, '2020-05-01 10:37:37', '2020-05-01 10:37:37'), (261, 3, 261, '2020-05-05 18:44:47', '2020-05-05 18:44:47'), (262, 3, 262, '2020-05-08 15:20:33', '2020-05-08 15:20:33'), (263, 3, 263, '2020-05-13 09:25:30', '2020-05-13 09:25:30'), (264, 3, 264, '2020-05-17 06:02:05', '2020-05-17 06:02:05'), (265, 2, 265, '2020-05-19 06:59:50', '2020-05-19 06:59:50'), (266, 3, 266, '2020-05-19 07:26:21', '2020-05-19 07:26:21'), (267, 3, 267, '2020-05-21 07:46:44', '2020-05-21 07:46:44'), (268, 6, 268, '2020-05-22 08:15:27', '2020-05-22 08:15:27'), (269, 3, 269, '2020-05-22 11:06:54', '2020-05-22 11:06:54'), (270, 3, 270, '2020-05-26 06:28:57', '2020-05-26 06:28:57'), (271, 3, 271, '2020-05-30 03:23:00', '2020-05-30 03:23:00'), (272, 3, 272, '2020-06-01 12:21:14', '2020-06-01 12:21:14'), (273, 3, 273, '2020-06-02 06:47:13', '2020-06-02 06:47:13'), (274, 3, 274, '2020-06-03 12:02:36', '2020-06-03 12:02:36'), (275, 3, 275, '2020-06-05 17:36:02', '2020-06-05 17:36:02'), (276, 2, 276, '2020-06-08 05:24:13', '2020-06-08 05:24:13'), (277, 3, 277, '2020-06-12 04:40:00', '2020-06-12 04:40:00'), (278, 3, 278, '2020-06-12 11:09:10', '2020-06-12 11:09:10'), (279, 6, 279, '2020-06-13 15:28:23', '2020-06-13 15:28:23'); -- -------------------------------------------------------- -- -- Table structure for table `services` -- CREATE TABLE `services` ( `id` int(11) NOT NULL, `service_name` varchar(255) DEFAULT NULL, `service_name_fr` varchar(200) DEFAULT NULL, `service_icon` varchar(255) DEFAULT NULL, `service_description_en` varchar(500) DEFAULT NULL, `service_description_fr` varchar(500) DEFAULT NULL, `status` tinyint(4) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `services` -- INSERT INTO `services` (`id`, `service_name`, `service_name_fr`, `service_icon`, `service_description_en`, `service_description_fr`, `status`, `created_at`, `updated_at`) VALUES (1, 'Hair', 'Cheveux', 'app/697756comb.png', 'Hair description', 'Description de cheveux', 1, '2019-08-13 17:05:32', '2019-10-17 10:25:52'), (2, 'Skin', 'de la peau', 'app/630854women.png', 'Skin description', 'Description de la peau', 1, '2019-08-14 10:11:37', '2019-10-17 10:26:20'); -- -------------------------------------------------------- -- -- Table structure for table `settings` -- CREATE TABLE `settings` ( `id` int(11) NOT NULL, `request_per_day` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `settings` -- INSERT INTO `settings` (`id`, `request_per_day`, `created_at`, `updated_at`) VALUES (1, 10, '2020-01-17 09:15:43', '2020-01-17 09:15:43'); -- -------------------------------------------------------- -- -- Table structure for table `states` -- CREATE TABLE `states` ( `id` int(11) NOT NULL, `country_id` int(11) NOT NULL, `name` varchar(255) DEFAULT NULL, `created_at` timestamp NULL DEFAULT current_timestamp(), `updated_at` timestamp NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `states` -- INSERT INTO `states` (`id`, `country_id`, `name`, `created_at`, `updated_at`) VALUES (1, 1, 'Andaman And Nicobar Islands', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (2, 1, 'Andhra Pradesh', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (3, 1, 'Arunachal Pradesh', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (4, 1, 'Assam', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (5, 1, 'Bihar', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (6, 1, 'Chattisgarh', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (7, 1, 'Chandigarh', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (8, 1, 'Daman And Diu', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (9, 1, 'Delhi', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (10, 1, 'Dadra And Nagar Haveli', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (11, 1, 'Goa', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (12, 1, 'Gujrat', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (13, 1, 'Himachal Pradesh', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (14, 1, 'Haryana', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (15, 1, 'Jammu And Kashmir', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (16, 1, 'Jharkhand', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (17, 1, 'Kerala', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (18, 1, 'Karnataka', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (19, 1, 'Laksadweep', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (20, 1, 'Meghalaya', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (21, 1, 'Maharashtra', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (22, 1, 'Manipur', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (23, 1, 'Madhya Pradesh', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (24, 1, 'Mizoram', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (25, 1, 'Nagaland', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (26, 1, 'Orissa', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (27, 1, 'Punjab', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (28, 1, 'Pondicherry', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (29, 1, 'Rajasthan', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (30, 1, 'Sikkim', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (31, 1, 'Tamil Nadu', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (32, 1, 'Tripura', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (33, 1, 'Uttarakhand', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (34, 1, 'Uttar Pradesh', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (35, 1, 'West Bengal', '2019-10-23 12:32:23', '2019-10-23 12:32:23'), (36, 1, 'Telangana', '2019-10-23 12:32:23', '2019-10-23 12:32:23'); -- -------------------------------------------------------- -- -- Table structure for table `sub_services` -- CREATE TABLE `sub_services` ( `id` int(11) NOT NULL, `service_id` int(11) NOT NULL, `sub_name_en` varchar(255) DEFAULT NULL, `sub_name_fr` varchar(255) NOT NULL, `service_image` text DEFAULT NULL, `sub_description_en` text DEFAULT NULL, `sub_description_fr` text DEFAULT NULL, `status` tinyint(4) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `sub_services` -- INSERT INTO `sub_services` (`id`, `service_id`, `sub_name_en`, `sub_name_fr`, `service_image`, `sub_description_en`, `sub_description_fr`, `status`, `created_at`, `updated_at`) VALUES (2, 1, 'Hair Transplant', 'Greffe de cheveux', 'app/30366513.png', 'Hair Transplant', 'Greffe de cheveux', 1, '2019-08-14 10:12:15', '2019-10-17 16:28:32'), (3, 1, 'Eye Brow Transplant', 'Greffe de sourcils', 'app/94117910.png', 'Eye Brow Transplant', 'Greffe de sourcils', 1, '2019-08-14 10:12:15', '2019-10-17 16:27:38'), (6, 2, 'Skin Whitening', 'Éclaircissement de la peau', 'app/27970416.png', 'Skin Whitening', 'Éclaircissement de la peau', 0, '2019-09-24 10:12:43', '2020-01-08 15:33:15'), (7, 1, 'Beard/Mustache Transplant', 'test', 'app/77358612.png', 'Beard/Mustache Transplant', 'Beard/Mustache Transplant', 1, '2019-09-24 10:13:44', '2019-10-17 16:25:41'), (9, 1, 'Cosmetic Hair Fusion', 'Cosmetic Hair Fusion', 'app/2623741.png', 'Cosmetic Hair Fusion', 'Cosmetic Hair Fusion', 0, '2019-09-25 12:11:19', '2019-10-17 16:25:56'), (12, 2, 'Anti Aging', 'Anti-âge', 'app/740684anti-aging.png', 'Anti Aging', 'Anti-âge', 0, '2019-12-07 11:01:11', '2019-12-07 11:01:11'), (13, 2, 'Facials', 'faciale', 'app/551282facials.png', 'Facials', 'faciale', 0, '2019-12-07 11:02:17', '2020-01-08 15:35:21'), (14, 2, 'Acne Treatement', 'Traitement de l\'acnée', 'app/243205acne.png', 'Acne Treatement', 'Traitement de l\'acnée', 0, '2019-12-07 11:03:13', '2019-12-07 11:03:13'), (15, 2, 'Botox & Fillers', 'botox et charge', 'app/130070botox-and-fillers.png', 'Botox & Fillers', 'botox et charge', 0, '2019-12-07 11:04:22', '2019-12-07 11:04:22'), (16, 2, 'Laser Hair Reduction', 'Réduction des cheveux au laser', 'app/897409laser-hair-reduction.png', 'Laser Hair Reduction', 'Réduction des cheveux au laser', 0, '2019-12-07 11:10:52', '2019-12-07 11:10:52'); -- -------------------------------------------------------- -- -- Table structure for table `talk_to_expert` -- CREATE TABLE `talk_to_expert` ( `id` bigint(20) NOT NULL, `user_id` bigint(20) NOT NULL, `service_id` int(11) NOT NULL, `reason` varchar(255) NOT NULL, `available_time` varchar(255) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `talk_to_expert` -- INSERT INTO `talk_to_expert` (`id`, `user_id`, `service_id`, `reason`, `available_time`, `created_at`, `updated_at`) VALUES (1, 72, 2, 'Offer related Query', 'During weekend 10 am to 7 pm monday to friday', '2020-02-13 11:54:21', '2020-02-13 11:54:21'), (2, 72, 2, 'Offer related Query', 'During weekend 10 am to 7 pm monday to friday', '2020-02-13 11:54:24', '2020-02-13 11:54:24'), (3, 182, 1, 'Procedure Related Query', 'During weekends', '2020-02-20 15:39:18', '2020-02-20 15:39:18'), (4, 192, 1, 'Offer Related Query', 'Anytime', '2020-02-25 11:28:48', '2020-02-25 11:28:48'), (5, 64, 1, 'Offer Related Query', 'Anytime', '2020-02-25 11:31:47', '2020-02-25 11:31:47'), (6, 195, 1, 'Offer related query', 'During weekend 10 am to 7 pm monday to friday', '2020-02-26 12:42:46', '2020-02-26 12:42:46'), (7, 208, 1, 'Procedure Related Query', 'Anytime', '2020-03-08 07:34:14', '2020-03-08 07:34:14'), (8, 229, 1, 'Procedure Related Query', 'During weekends', '2020-03-16 17:47:37', '2020-03-16 17:47:37'), (9, 64, 2, 'Offer related Query', 'During weekend 10 am to 7 pm monday to friday', '2020-03-18 05:16:17', '2020-03-18 05:16:17'), (10, 64, 2, 'Offer related Query', 'During weekend 10 am to 7 pm monday to friday', '2020-03-18 05:16:19', '2020-03-18 05:16:19'), (11, 64, 12, 'Procedure related query', 'During working hours 10 am to 5 pm monday to friday', '2020-03-18 07:23:23', '2020-03-18 07:23:23'), (12, 64, 12, 'Procedure related query', 'During working hours 10 am to 5 pm monday to friday', '2020-03-18 07:23:39', '2020-03-18 07:23:39'), (13, 238, 1, 'Procedure Related Query', 'Anytime', '2020-03-20 16:10:40', '2020-03-20 16:10:40'), (14, 242, 1, 'Offer Related Query', 'During weekends', '2020-03-22 09:46:20', '2020-03-22 09:46:20'), (15, 201, 1, 'Offer related query', 'During working hours 10 am to 5 pm monday to friday', '2020-03-31 19:17:57', '2020-03-31 19:17:57'), (16, 254, 1, 'Offer Related Query', 'During working hours', '2020-04-18 22:25:18', '2020-04-18 22:25:18'), (17, 256, 1, 'Procedure Related Query', 'During working hours', '2020-04-25 16:40:05', '2020-04-25 16:40:05'), (18, 267, 1, 'Procedure Related Query', 'During working hours', '2020-05-21 08:15:22', '2020-05-21 08:15:22'), (19, 267, 1, 'Procedure Related Query', 'During working hours', '2020-05-21 09:11:32', '2020-05-21 09:11:32'), (20, 75, 1, 'Offer related query', 'During working hours 10 am to 5 pm monday to friday', '2020-05-22 09:03:40', '2020-05-22 09:03:40'), (21, 267, 1, 'Offer related query', 'During weekend 10 am to 7 pm monday to friday', '2020-05-22 09:05:51', '2020-05-22 09:05:51'), (22, 272, 1, 'Procedure Related Query', 'During weekends', '2020-06-01 12:22:03', '2020-06-01 12:22:03'), (23, 277, 1, 'Offer Related Query', 'Anytime', '2020-06-12 04:41:04', '2020-06-12 04:41:04'), (24, 187, 1, 'Procedure related query', 'During weekend 10 am to 7 pm monday to friday', '2020-06-17 06:56:26', '2020-06-17 06:56:26'); -- -------------------------------------------------------- -- -- Table structure for table `team_status_reports` -- CREATE TABLE `team_status_reports` ( `id` bigint(20) NOT NULL, `comment_from` varchar(255) NOT NULL, `comment_to` varchar(255) NOT NULL, `comment_des` varchar(255) NOT NULL, `image` varchar(255) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `temp_orders` -- CREATE TABLE `temp_orders` ( `id` int(11) NOT NULL, `user_id` bigint(20) NOT NULL, `cart_id` int(11) NOT NULL, `address` text NOT NULL, `city` varchar(255) NOT NULL, `state` varchar(255) NOT NULL, `country` varchar(255) NOT NULL, `zip` varchar(255) NOT NULL, `billing_address` text NOT NULL, `billing_city` varchar(255) NOT NULL, `billing_state` varchar(255) NOT NULL, `billing_country` varchar(255) NOT NULL, `billing_zip` varchar(100) NOT NULL, `payment_method` text NOT NULL, `shipping` text NOT NULL, `shipping_tracking_number` varchar(255) NOT NULL, `total` double NOT NULL, `grand_total` double NOT NULL, `status` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT current_timestamp(), `updated_at` timestamp NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `temp_orders` -- INSERT INTO `temp_orders` (`id`, `user_id`, `cart_id`, `address`, `city`, `state`, `country`, `zip`, `billing_address`, `billing_city`, `billing_state`, `billing_country`, `billing_zip`, `payment_method`, `shipping`, `shipping_tracking_number`, `total`, `grand_total`, `status`, `created_at`, `updated_at`) VALUES (15, 22, 290, 'Test Gupta,,xcvxcv, xcvxcv,xcvxcv', 'Ambala', 'Haryana', 'India', '135001', 'xcvxcv, xcvxcv', 'Ambala', 'Haryana', 'India', '135001', '', '', '', 40, 47, 0, '2020-02-10 12:08:14', '2020-02-10 12:08:14'), (22, 10, 292, 'Gucci Bajwa test,,lkj lkjlkj,', 'Mohali', 'Punjab', 'India', '166565', 'lkj lkjlkj', 'Mohali', 'Punjab', 'India', '166565', '', '', '', 100, 100, 0, '2020-02-10 13:57:46', '2020-02-10 13:57:46'), (67, 13, 298, 'test test,testdottechnologies778866@gmail.com,432', 'Mohali', 'Punjab', 'India', '160045', '432', 'Mohali', 'Punjab', 'India', '160045', '', '', '', 1000, 1000, 0, '2020-02-13 06:24:54', '2020-02-13 06:24:54'), (68, 13, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, '2020-02-13 06:27:42', '2020-02-13 06:27:42'), (69, 13, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, '2020-02-13 06:27:44', '2020-02-13 06:27:44'), (70, 13, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, '2020-02-13 06:32:03', '2020-02-13 06:32:03'), (71, 13, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, '2020-02-13 06:32:05', '2020-02-13 06:32:05'), (72, 13, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, '2020-02-13 06:33:17', '2020-02-13 06:33:17'), (73, 13, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, '2020-02-13 06:36:00', '2020-02-13 06:36:00'), (74, 13, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, '2020-02-13 06:37:28', '2020-02-13 06:37:28'), (75, 13, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, '2020-02-13 06:37:35', '2020-02-13 06:37:35'), (76, 13, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, '2020-02-13 06:37:37', '2020-02-13 06:37:37'), (77, 13, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, '2020-02-13 06:37:42', '2020-02-13 06:37:42'), (78, 13, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, '2020-02-13 06:39:23', '2020-02-13 06:39:23'), (79, 13, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, '2020-02-13 06:39:25', '2020-02-13 06:39:25'), (83, 7, 299, 'test test,deepbajwa@yopmail.com,345 Mohali', 'Mohali', 'Punjab', 'India', '160054', '345 Mohali', 'Mohali', 'Punjab', 'India', '160054', '', '', '', 5243, 5243, 0, '2020-02-13 09:07:48', '2020-02-13 09:07:48'), (127, 201, 311, 'ikbal ikbal,asifloveu0@gmail.com,vill bibi gram po malda dist malda', 'Mal', 'West Bengal', 'Mal', '732101', 'vill bibi gram po malda dist malda', 'Mal', 'West Bengal', 'Mal', '732101', '', '', '', 64898, 64898, 0, '2020-03-04 20:21:48', '2020-03-04 20:21:48'), (136, 64, 314, 'dot dot,rameejraja@yopmail.com,123 dot', 'Mohali', 'Punjab', 'India', '5454849464646464', '123 dot', 'Mohali', 'Punjab', 'India', '5454849464646464', '', '', '', 1000, 1000, 0, '2020-03-17 07:42:55', '2020-03-17 07:42:55'), (154, 250, 316, 'tygujgy fgf,,E287 3rd floor, Dot Technologies,, Phase-8a sector-75,Phase-8a sector-75', 'Mohali', 'Punjab', 'India', '160055', 'E287 3rd floor, Dot Technologies,, Phase-8a sector-75', 'Mohali', 'Punjab', 'India', '160055', '', '', '', 100, 100, 0, '2020-04-08 06:05:25', '2020-04-08 06:05:25'), (160, 267, 318, 'Kalia Kalia,NehaKalia812@gmail.com,Zirakpur', 'Chandigarh', 'Chandigarh', 'Chandigarh', '140603', 'Zirakpur', 'Chandigarh', 'Chandigarh', 'Chandigarh', '140603', '', '', '', 100, 100, 0, '2020-05-22 08:30:33', '2020-05-22 08:30:33'), (162, 269, 321, 'Hana Dotori,,1A ARJUN NAGAR ground floor, SAFDARJUNG,SAFDARJUNG', 'NEW DELHI', 'Delhi', 'India', '110029', '1A ARJUN NAGAR ground floor, SAFDARJUNG', 'NEW DELHI', 'Delhi', 'India', '110029', '', '', '', 1000, 1000, 0, '2020-05-22 11:08:06', '2020-05-22 11:08:06'), (165, 187, 322, 'kumar kumar,kaberaglobal@gmail.com,Zirakpur', 'Chandigarh', 'Chandigarh', 'Chandigarh', '140603', 'Zirakpur', 'Chandigarh', 'Chandigarh', 'Chandigarh', '140603', '', '', '', 100, 100, 0, '2020-06-16 10:05:59', '2020-06-16 10:05:59'); -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE `users` ( `id` bigint(20) NOT NULL, `customer_number` varchar(150) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `email_verified_at` timestamp NULL DEFAULT NULL, `isVerified` tinyint(4) DEFAULT 0, `password` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `phone` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `role` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '3', `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `device_token` varchar(500) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `lat` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `lng` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `api_token` varchar(150) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `added_by` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `device_id` varchar(225) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `request_recieve_per_day` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `users` -- INSERT INTO `users` (`id`, `customer_number`, `name`, `email`, `email_verified_at`, `isVerified`, `password`, `phone`, `role`, `remember_token`, `device_token`, `lat`, `lng`, `api_token`, `added_by`, `created_at`, `updated_at`, `device_id`, `request_recieve_per_day`) VALUES (1, '5656 8944 8522 6566', 'Admin Kabera', 'admin@kabera.com', '2019-10-25 00:00:00', 1, '$2y$10$P4qf.cr0RaUJg.bWArTuoeYdQJ6A9V7NaU0S4KZut9bMjVR2y0qwW', '8796511102', '1', 'kBpK12Hs29eOECFQ5pKPRQ5VOdSf0LktGLpPW59PzxO2lN0iJ3zbb9nJTeAf', NULL, NULL, NULL, 'noobJNKA48TJUKuIupDsmuiTj3zfiUfr9kSN8XtTzZyqZjl76MLLRHdeS4uO', 1, '2019-10-25 00:00:00', '2020-02-26 09:38:33', 'eguTKW0EtWtmbKSzvCkXP_:APA91bHgcADlQ7cPMLxy69DV-Jm_UUN0zDiRjF_qyW-f_StloTam2P1KU3D8Lb2cbHqD9sS6MLAkHX7atkvufC4l8XlsX5LTYSeKQrWeFX0VciDc7ldMEqprulZFkdWQxUt0_cImNnHK', 0), (2, '5040 2252 4183 7157', 'dot user', 'dotuser@gmail.com', '2020-02-10 06:01:31', 1, NULL, '1234567890', '3', NULL, '', NULL, NULL, 'Z23db7XATtH0Oq3Of6ngnFwwySoKmsWxUi11xOf7LkAybcbOyFXLRAHmpU8T', 1, '2020-02-10 06:01:31', '2020-02-26 11:55:00', 'cXhuHq0npa0mJFcZiVPia8:APA91bEyDv5erZvrSvLYK8NtMcPbOicSYSvdZ5gSHFwME-gKvwUabUava736QKzHDc8zxm8dmykEb5E0Bw4RVN2eRbT0Tk9kzXrrZuUqJwR7C0v1q1Wp1ZNYBGDfqvS2Df8_bZrsZDHN', 0), (3, NULL, 'doc 1', 'dottechnologies2000@gmail.cok', NULL, 0, NULL, '4485253658', '2', NULL, NULL, NULL, NULL, 'gQ0RJ8os74AQlu6t9CAF4nzegTL729KzlWc5815AgfHYQQDM4vNgXCq5DDuB', 1, '2020-02-10 06:07:29', '2020-02-10 06:07:29', NULL, 5), (4, '9893 3266 2999 7489', 'jyoti', 'jyoti@gmail.com', '2020-02-10 06:08:35', 1, NULL, '8093277893', '3', NULL, '', NULL, NULL, 'qX3HOfZdt9VFb7Iljj6FLq2uqiOruE3cm5sKTmGIDXvMrcGWXRlzYywavnGR', 1, '2020-02-10 06:08:35', '2020-02-13 06:52:53', 'cVvN4o04WUA:APA91bG45LENJTD7DRHKQ_dgd75NCuF0X8U5wNGAsOEiD4epKI_hx8_4yZaxQsC_wrs8bxq_RC65wGz7vMHSnqPRmrMHN4YQ1CzwwA7ubWXJZJMCBLypAYIHXyfnvo8xLvYY_AhvM0uW', 0), (5, '5335 2288 9237 4159', 'lalit@kaberaglobal.com', 'lalit@kaberaglobal.com', '2020-02-10 06:09:38', 1, NULL, '9814793998', '3', NULL, NULL, NULL, NULL, 'UXVvP1uEwTvWz9Tj1BWTW6TztNSXAV7Vh6kklpfz8prardcaq7HA6BHCElNw', 1, '2020-02-10 06:09:38', '2020-02-10 06:09:38', 'cXhuHq0npa0mJFcZiVPia8:APA91bEyDv5erZvrSvLYK8NtMcPbOicSYSvdZ5gSHFwME-gKvwUabUava736QKzHDc8zxm8dmykEb5E0Bw4RVN2eRbT0Tk9kzXrrZuUqJwR7C0v1q1Wp1ZNYBGDfqvS2Df8_bZrsZDHN', 0), (6, '7373 9453 1072 6355', 'doctor 1', 'dottechnologies2000@gmail.com', NULL, 1, NULL, '5847253699', '2', NULL, 'cwom27iDZgs:APA91bHx63wH1MfnCvKM-BwA4YDANnbwexyXLvOsExOnXp_l0lZTtZdd-KFgRIuZXI4UGKQf9QXa3HRkaq94kBg4_3aj-maH6IQz88Bmj-ijPFb4A7MhzTWgZ8vrO6nxRJoUsUmeGz7v', '30.699707', '76.6910557', 'KAL19AT6j7VCv8qEMGsMeaOGVeLC35wivbIotc7SyKyZnlt40UcJadpZN0kB', 1, '2020-02-10 06:10:07', '2020-02-20 05:58:03', NULL, 5), (7, '5235 4324 3399 4733', 'deep Bajwa', 'deepbajwa@yopmail.com', '2020-02-10 06:17:57', 1, NULL, '9874525896', '3', NULL, NULL, NULL, NULL, 'CWlxS8RHdjc7Oi7VTb79M0ofQAO6Spun08214wYHsMx3v5ypzIxgRJqJ05Sv', 1, '2020-02-10 06:17:57', '2020-03-17 10:18:35', 'c2q-BwMM6BU:APA91bG9SNOqQ-CcjKaMH4UfAJYgj5FAgwZZ0rz1j9UtWLKrn6bXju8QT5FZswBtnVa6lW_uVgL_cewRxuPR1SPEYr2gtlAlFefZ1EcIVMnpcAgjC1hwrjJPAgGzIa8rWzxlqZlHwFBT', 0), (8, '4812 5644 9871 1580', 'kabera 1', 'dottechnologies2015@gmail.com', '2020-02-10 06:49:31', 1, NULL, '4856669999', '3', NULL, '', NULL, NULL, '1TkyU0CCrScjwHBssAcAjNe30pjMqLKa03eU4n1DVBu39Kg3VZjOeWULBULM', 1, '2020-02-10 06:49:31', '2020-02-20 05:46:03', 'exoj7yQOUHM:APA91bEBRoSj2Nhjx83PyfilecuyL8JG-5wn0o5sTEqeAYbybVxwPdd2nrU-k2n0qXwIoixSEISmd07Qu7j4dGkXfXflsfrHKvOUc4em5z-hZ1SQmsl0bdxIhxQFfRMtXtwwbUzhZq2g', 0), (9, '5923 5336 2172 9710', 'Suman', 'androiddoctor@yopmail.com', NULL, 1, NULL, '5346576767', '2', NULL, '', '30.6996867', '76.6911147', 'TcPntHwjvTlYWfqNEdUblGDN5A2DjU2yfRCyWZ4LEHC9OxMRlZys6xeh2c0Q', 1, '2020-02-10 06:58:38', '2020-03-20 05:13:20', NULL, 5), (10, '6569 9277 8979 8309', 'Gucci Bajwa', 'gucci@yopmail.com', '2020-02-10 07:01:22', 1, NULL, '9852369854', '3', NULL, NULL, NULL, NULL, 'OUQzUUYqZFCORmRiAckMcc47CXS8RXbhoLqRxholGUUWa6saKMpx62PAaUgd', 1, '2020-02-10 07:01:22', '2020-03-18 06:43:46', 'd14zWsiKfQ8:APA91bFf4asLHdu4XRRNc4CHcUtZ7AifxKcegtgkVGJc_SDzuW1lTRsAVv1sXCmF886XnNeLrDm2v5gWAAsPcyYHv1nDBiNaQ-_cC5bODfYM3icOH9gkaTMZwFzp7eURjLYziUfpoqx7', 0), (11, '2999 2537 4026 2309', 'kabera 1', 'dot@jj.com', '2020-02-10 07:02:37', 1, NULL, '4856669995', '3', NULL, NULL, NULL, NULL, 'nyyslRc3HDHM6nJzBjjZ1SjTRqPlspEA8FyU3hFKTI4WJEvzaC7zx8wYtWuf', 1, '2020-02-10 07:02:37', '2020-02-10 07:02:37', NULL, 0), (13, '4943 8185 7383 9837', 'kabera 1', 'testdottechnologies778866@gmail.com', NULL, 1, NULL, '5842566666', '2', NULL, '', NULL, NULL, 'bXVKJ05vWMJJmLv73N0HfCnwZDnKshk9CkbgnGBPK6AzdehaIJAqJeAME3xa', 1, '2020-02-10 07:08:23', '2020-02-13 06:15:59', 'dcjsQDO_h9g:APA91bGJv8uDDE_1u3fCXfEMaBgm-gm6c-KBF2GS7mTWjQaAmc7BxQs9YBZpLFARC5U7bQcD97r_swPhSHUN_wIXMsuD1g3wLhZq0d83nTq3jq7XuIRuVqq19moa4Z2GWsKwWgE6z8kR', 50), (14, NULL, 'active 1', 'testdottechologies786@gmail.com', '2020-02-10 07:20:25', 1, '$2y$10$EYwZhW/E.IRJLi2EfACyg.pGU0MIZZMpk3TR0QFOIpaoZ9H2.Ouh2', '4825566699', '6', NULL, NULL, NULL, NULL, 'vhUyCACGOKgfq3bMnoQVa6e7aIUlllEoc3eIH8S4KMLFzSNYEErBncRa3cIe', 13, '2020-02-10 07:20:25', '2020-02-11 11:42:09', NULL, 23), (15, '3066 8941 1445 2302', 'sdf', 'saloon2823213423423@gmail.com', '2020-02-09 21:29:33', 1, NULL, '9867657568', '3', NULL, NULL, NULL, NULL, 'Z3gbIcpWxcMAd3I0UFPArLgNEE03fUAbWk2WZqJXl8soMDjUz8QX54hdl5lI', 1, '2020-02-10 09:29:33', '2020-02-10 09:29:35', 'c1uMQSv0YNespQRwnaZr_e:APA91bEWIzUaN1xGeZ8Uwvraroz80YtUjHDEt1tONYnHAxhB19eaF9xSfN6UIIUoPoIkRJnAjIozqFVjvRzkDO3U4h_qEwGtszlU7fXZjewYZbjVE_a5Vk9ZFU3ZN0F-rPZvvkU3OE7D', 0), (16, '7691 9743 6417 3718', 'diksha mankotia', 'dikshamankotia@yopmail.com', NULL, 1, NULL, '6523985675', '2', NULL, '', NULL, NULL, 'GNJp7GxuTsOzbexaMN5YurUqZuqj4mFmgjA4r1pi3JyJsgEbxAnZYonblQeU', 1, '2020-02-10 09:59:41', '2020-02-14 06:19:34', NULL, 50), (17, '6145 5373 6087 2609', 'Kanika mankotia', 'kanika@yopmail.com', NULL, 1, NULL, '3214569852', '2', NULL, '', NULL, NULL, 'MB6k8aBMHDYZsPdqIP2KuvZjyEoU3Oj3ydKn14qDVPOxt1siciNZToEajjO3', 1, '2020-02-10 10:16:00', '2020-02-10 10:30:22', NULL, 5), (18, '6597 2962 5875 1705', 'Diksha Jaswal', 'Diksha@yopmail.com', NULL, 1, NULL, '9874528866', '2', NULL, '', NULL, NULL, '09wdEPSCNShxzdyHbxj4GmmNDLNzj8YHAIqrQmURuqExO4omZ6CVMjc5XaJ2', 1, '2020-02-10 10:31:00', '2020-03-18 07:03:18', NULL, 5), (19, '3711 5752 9226 5925', 'Paritosh', 'partitosh@yopmail.com', '2020-02-09 23:02:34', 1, NULL, '2485369555', '3', NULL, NULL, NULL, NULL, 's8toKAqPOpBA2YlLXh8wMilIRg7AeJDbYbyCaVjZH4OYhfwIdAplrbeWTCcw', 1, '2020-02-10 11:02:34', '2020-02-10 11:02:36', 'cap0UFIghTdJ1UUPRL6BUY:APA91bEXfnUcwzoJCbBfREWtNe6q3hoxO2Y6JFxTseyOGXM1vwvyyb3HMS8vn_m2q38HjeI5p1-oYs_2U9GTLYAfMufjv8SVT9aX6mJKC-g1VCam-o91ewNGF0D4Djz5pKZYigq0a9TQ', 0), (20, '9517 7701 4235 5596', 'Saqib Yawar', 'yawar.saqib27@gmail.com', '2020-02-09 23:06:01', 1, NULL, '+918239971940', '3', NULL, NULL, NULL, NULL, '6afK9MGybcpLBhNAt3yJIePtC3W0VjLrlGV2MAM4QJ0IRCHUzXg34tLrJCf6', 1, '2020-02-10 11:06:01', '2020-02-10 11:06:01', NULL, 0), (21, '2977 3569 6431 4085', 'zxsc', 'adminxzcxzxcvxcvc@kabera.com', '2020-02-09 23:07:18', 1, NULL, '2325634634', '3', NULL, NULL, NULL, NULL, 'avAektbJU8d13TEDia5uXxW3lUDLU8TUq6bGGEN7MsY3aBrGDLVRgAV4W9Ke', 1, '2020-02-10 11:07:18', '2020-02-10 11:09:31', 'fhomqPPR9tpqbXDFRL2CRF:APA91bFFNw0IFLEOjG7EGw5bw_RtTggqGXcTdcdAfKA6Pf_llvdab0mj2xiCkttTOCNwK7t4wZVCcbIdIfooYi9wrWV4r57YKMFI-X4V4WNuCOWyR8M8UUwDCAappgl2nKeB77mS3NnO', 0), (22, '7769 7453 6284 2267', 'sdf', 'saloon28@gmail.com', '2020-02-09 23:21:00', 1, NULL, '9874145236', '3', NULL, NULL, NULL, NULL, 'VvOLCJiKTuXTCekaxvRPDj7Cffkd6PV7cX4IOb7TPIZ0bIaz4b5CPVwC7Nth', 1, '2020-02-10 11:21:00', '2020-02-10 11:21:02', 'c1uMQSv0YNespQRwnaZr_e:APA91bEWIzUaN1xGeZ8Uwvraroz80YtUjHDEt1tONYnHAxhB19eaF9xSfN6UIIUoPoIkRJnAjIozqFVjvRzkDO3U4h_qEwGtszlU7fXZjewYZbjVE_a5Vk9ZFU3ZN0F-rPZvvkU3OE7D', 0), (23, '6721 6191 3252 6613', 'Salman Khan', 'salman.khan@yopmail.com', '2020-02-09 23:38:46', 1, NULL, '4547711456', '3', NULL, NULL, NULL, NULL, 'cOJgulFuv8S8z882OygkwmLNjuAXbxCR5Cu6xnTxy1r1pSNqPlgDqMhJfHSU', 1, '2020-02-10 11:38:46', '2020-02-10 11:38:46', NULL, 0), (24, '4056 1100 2869 4648', 'Bhupendra Chaudhary', 'sundersingh6791@gmail.com', '2020-02-10 00:37:48', 1, NULL, '8859334180', '3', NULL, NULL, NULL, NULL, 'zUaXJPCYkwJF0EYby9AD3iWVY6BAMCZlGryXUKtEM1AfZeOwwpshwaH5x8oO', 1, '2020-02-10 12:37:48', '2020-02-10 12:37:48', NULL, 0), (25, NULL, 'Dr Rustum', 'Rustum@gmail.com', NULL, 0, '$2y$10$9Q7lAE0fJFsp/S26T9OyWuH5lOMwvV1eCNWQ7aDughuqT.v9g7jwi', '8954742251515521521451515151515', '2', NULL, NULL, NULL, NULL, 'SqUR8ShdkRUnrlC2fNJaoyd5OUW4fX6sfzfBwaM4baqTaOkD13ptBlmMAEWi', 1, '2020-02-10 14:43:58', '2020-02-10 14:43:58', NULL, 0), (26, '3931 9502 4526 7121', 'Manish choudhary', 'manishkc1984@gmail.com', '2020-02-10 02:47:23', 1, NULL, '9768758051', '3', NULL, NULL, NULL, NULL, 'mj4EZt8Kgu1vmDwRvj4TPzMwjNFQOCJeT6IEOjQxyuVlP5h47YYiNsGqskDh', 1, '2020-02-10 14:47:23', '2020-02-10 14:47:23', NULL, 0), (27, NULL, 'zxc', 'test778899@yopmail.com', NULL, 0, '$2y$10$VtZYUCsCcxn.gaVoxjb2COqMRN5.tewNPmHUrCNIVdpg69p7JmoJe', '6547684356', '2', NULL, NULL, NULL, NULL, 'RPFq0vHRO6bmooOh2P23Pn42DPHso5uUFKieMaDCnoFsxqrbiW7wGgA38Vt5', 1, '2020-02-10 14:49:41', '2020-02-10 14:49:41', NULL, 0), (28, '9199 7840 1325 1726', 'Manvi', 'manjuvaanu83@gmail.com', '2020-02-10 05:08:48', 1, NULL, '9971840431', '3', NULL, NULL, NULL, NULL, 'fvr6XhBdxXiEkEZmiDj4tBl0u0UhH2HZYJ4tM0hoFbmcsLAIlKkD0QcLTKt6', 1, '2020-02-10 17:08:48', '2020-02-10 17:08:48', NULL, 0), (29, '7035 8107 8811 9397', 'Rohit Sharma', 'rohit123@gmail.com', NULL, 1, NULL, '4235346425', '2', NULL, '', '30.703098333333333', '76.80839999999999', 'eZluIj1D053jgAIaz5aW37MLOsox7Z2AKd5Hu1f471RUCcG3jaDVjhNthDEV', 1, '2020-02-11 05:03:02', '2020-02-17 11:46:17', NULL, 5), (30, '8018 5299 6295 5673', 'Aasil Shaikh', 'kamaldeep@yopmail.com', '2020-02-11 05:19:51', 1, NULL, '4852365999', '3', NULL, NULL, NULL, NULL, 'FHMS9A829ktb4Zl8G6IVAU2iB7s5LtUgmXuWGlPx5iFhEwOLlQnCr39MjT9u', 1, '2020-02-11 05:19:51', '2020-02-11 05:34:07', 'cap0UFIghTdJ1UUPRL6BUY:APA91bEXfnUcwzoJCbBfREWtNe6q3hoxO2Y6JFxTseyOGXM1vwvyyb3HMS8vn_m2q38HjeI5p1-oYs_2U9GTLYAfMufjv8SVT9aX6mJKC-g1VCam-o91ewNGF0D4Djz5pKZYigq0a9TQ', 0), (31, '9699 5954 1568 6525', 'Test Gupta', 'saloon28548@gmail.com', '2020-02-11 05:38:05', 1, NULL, '9876611111', '3', NULL, NULL, NULL, NULL, 'kT5lU1KmRNVRsc0mAuKMl9xFVnvtNLrkdZUlNdYLJfmcoNIVcxWzUySkRzra', 1, '2020-02-11 05:38:05', '2020-02-11 07:26:25', 'c1uMQSv0YNespQRwnaZr_e:APA91bEWIzUaN1xGeZ8Uwvraroz80YtUjHDEt1tONYnHAxhB19eaF9xSfN6UIIUoPoIkRJnAjIozqFVjvRzkDO3U4h_qEwGtszlU7fXZjewYZbjVE_a5Vk9ZFU3ZN0F-rPZvvkU3OE7D', 0), (32, '3360 3066 1154 4968', 'Dinesh', 'dinesh1.thakur@gmail.com', '2020-02-11 05:53:29', 1, NULL, '9978151044', '3', NULL, NULL, NULL, NULL, 'M0PoSzE4ualBQ9NZ0y2rjwI66KecHjOUuJDECSxtKgYjOWwqThWtAuJfvRBf', 1, '2020-02-11 05:53:29', '2020-02-11 05:53:29', NULL, 0), (33, '1149 9746 3245 7278', 'Jigar Rawal', 'JigarRawal@yopmail.com', '2020-02-11 06:30:12', 1, NULL, '2485369589', '3', NULL, NULL, NULL, NULL, 'uKCeeyxW7YzxIMtqQBSPxORfhT1UdRJbQA9HYLRbI5YNqKv3m19Y7sOfrbJ7', 1, '2020-02-11 06:30:12', '2020-02-11 06:30:14', 'cap0UFIghTdJ1UUPRL6BUY:APA91bEXfnUcwzoJCbBfREWtNe6q3hoxO2Y6JFxTseyOGXM1vwvyyb3HMS8vn_m2q38HjeI5p1-oYs_2U9GTLYAfMufjv8SVT9aX6mJKC-g1VCam-o91ewNGF0D4Djz5pKZYigq0a9TQ', 0), (34, '9715 5725 9211 4918', 'Rahul Kumar', 'rahulkumar@gmail.com', '2020-02-11 06:36:16', 1, NULL, '4214157879', '3', NULL, NULL, NULL, NULL, 'YNAMFAVgilB4wSCnXqjTSrdIp8YhUxFY8vuUaST31kYhhcLpl1Vr79BF1mVG', 1, '2020-02-11 06:36:16', '2020-02-11 06:36:17', 'eyYW37SXLKk:APA91bGgo_x98GQ1cX2we5G0-txLok15Q5_NlhN8OIVpzDWRUxQvHQNqce6WAW9d9396qgH39cqvpQcLJcKbM6IpY5qI3uZSfxJcy6EfJH4oMoLsc-heVa95wBquXpHo8qKtUxBlqQ1P', 0), (35, '9933 3599 2482 3938', 'Active', 'dotqacompany@gmail.com', NULL, 1, NULL, '2555588888', '2', NULL, '', NULL, NULL, 'gXDHnLL3smtbgd9IfsqamCUpBFsiqHommRynXpBg9Z1yLE6HaHTm2WE5jkjJ', 1, '2020-02-11 06:45:17', '2020-02-13 11:52:48', NULL, 5), (36, NULL, 'Active 1', 'tester2@gmail.com', '2020-02-11 07:06:13', 1, '$2y$10$ofLVYCxZCOgbKpcTXZdtouA1BfIasIxFidIfUTkd8jUvIbduHkPbi', '5454649494', '6', NULL, NULL, NULL, NULL, 'oSPkl6htmGclm8fRxCoZq884Je8q78nWbY27ZJh1VtbWJ7dz79JAJJBBjdAc', 35, '2020-02-11 07:06:13', '2020-02-11 07:16:35', NULL, 3), (37, '7860 2946 3051 3221', 'Hritik Roshan', 'hritik.roshan@yopmail.com', '2020-02-11 07:09:47', 1, NULL, '4414785466', '3', NULL, NULL, NULL, NULL, 'UB57aMiE6cuhygM7CKGaAbQMoFDXWAoSGHE9hDlYiIiO5Fhu4Fu7HjjA8bcr', 1, '2020-02-11 07:09:47', '2020-02-11 07:09:47', NULL, 0), (38, '7446 3533 4056 6967', 'Nehha Kalia', 'nehakalia.ks@gmail.com', '2020-02-11 07:20:49', 1, NULL, '9744457213', '3', NULL, '', NULL, NULL, 'FWQZVHQHqTMMM31ZL3PB90AAkCtAIUnKcj2lC2zzAHxovAHZeFyTeG66i0eh', 1, '2020-02-11 07:20:49', '2020-02-11 07:23:45', 'cXhuHq0npa0mJFcZiVPia8:APA91bEyDv5erZvrSvLYK8NtMcPbOicSYSvdZ5gSHFwME-gKvwUabUava736QKzHDc8zxm8dmykEb5E0Bw4RVN2eRbT0Tk9kzXrrZuUqJwR7C0v1q1Wp1ZNYBGDfqvS2Df8_bZrsZDHN', 0), (39, '9222 6077 7663 6837', 'Test Gupta', 'saloon28345345@gmail.com', '2020-02-10 21:13:01', 1, NULL, '9876654512', '3', NULL, NULL, NULL, NULL, 'YSDI3UYw71cS94tDBw5xagHT2m0dNDnlXbefpFzRH66hC9exrClJfNqsKSpo', 1, '2020-02-11 09:13:01', '2020-02-11 09:13:02', 'cvWVLy-j9fxR-Y_e9K5I3Y:APA91bHwI_U352lXnnNVyOjOkRk68vR-RD89dNWZ9jogOWlHRMVzW8HS1thzvjAqh5xDqYbMTcIKp_1kr7r2UM9DgkkVpxzmouHrvy2dsxqM8yThlBeF5LaueQhlNowpMvDZlfDd2XXp', 0), (40, '1746 2593 3850 9346', 'Nikhil', 'saloonNikhil@gmail.com', '2020-02-10 21:36:25', 1, NULL, '8535414745', '3', NULL, NULL, NULL, NULL, '7D2s2InC0SZ8cJvPSzbiPKgQuCX15Aw7LOLW7lL8Yh8ufTIRh3ssqNgimFoN', 1, '2020-02-11 09:36:25', '2020-02-11 09:36:25', 'cXhuHq0npa0mJFcZiVPia8:APA91bEyDv5erZvrSvLYK8NtMcPbOicSYSvdZ5gSHFwME-gKvwUabUava736QKzHDc8zxm8dmykEb5E0Bw4RVN2eRbT0Tk9kzXrrZuUqJwR7C0v1q1Wp1ZNYBGDfqvS2Df8_bZrsZDHN', 0), (41, '6429 4401 2909', 'gf', 'admin123456@kabera.com', NULL, 0, '$2y$10$DC2fmocqqcDdh/1Rk4zuROuQfjzjwLc.B1oEaTOhNHxCPpXwUNQKe', '9822655652', '3', NULL, NULL, NULL, NULL, 'jOs4d6wQvAx4n1OQvDYGu4U4s1HZeR5tlkVLRiDLlh66aHA4RKMcOsYPJBDE', 1, '2020-02-11 09:39:15', '2020-02-11 09:39:15', NULL, 0), (42, '3893 3081 2291 8089', 'ramankumar', 'ramankumar@yopmail.com', '2020-02-10 21:45:41', 1, NULL, '7873483485', '3', NULL, NULL, NULL, NULL, 'FnkdpnqkmxdCV6WVSSZmnWqCBbWDjPNSGNytHMdL5p7He2ucY8sTws9fQfN6', 1, '2020-02-11 09:45:41', '2020-02-11 10:21:09', 'eWCFCxjfMStyjgQgFrQ5Up:APA91bHtJtdoy05zZBgb3bo5WUkluTGPkaoMP3YLUVMPMAl9fRy-NqOeoMg1IqHF5faSlOcH4gIq8aeQPcl91Ht8IfbuCPAWxG4VaU03I8d3VThXkTak1kiQaNi39og8wId3z9n8rj9x', 0), (43, NULL, 'fgh', 'admirtyrtyrn@kabera.com', NULL, 0, '$2y$10$i8QwCqE7imMFVZiqDSI.4etDG93c1V5wobdbwxmzkIY0kIXL.XOKm', '7896543245', '2', NULL, NULL, NULL, NULL, 'Y43asH5rMeshxiM88uqombF2njo3bxe0WfVAmkAsjWeGo5Il4i0SYqYtZmHW', 1, '2020-02-11 10:12:57', '2020-02-11 10:12:57', NULL, 0), (44, '1866 5541 1334 1872', 'Piyank Desai', 'PiyankDesai@yopmail.com', '2020-02-10 22:52:39', 1, NULL, '7867867867', '3', NULL, NULL, NULL, NULL, 'XHrxok9ZbkcZCLD9KvGj6MGz7jmqxI6DmK7rKQHIeaJYYuhnxElauBc6Spzp', 1, '2020-02-11 10:52:39', '2020-02-11 10:52:41', 'cap0UFIghTdJ1UUPRL6BUY:APA91bEXfnUcwzoJCbBfREWtNe6q3hoxO2Y6JFxTseyOGXM1vwvyyb3HMS8vn_m2q38HjeI5p1-oYs_2U9GTLYAfMufjv8SVT9aX6mJKC-g1VCam-o91ewNGF0D4Djz5pKZYigq0a9TQ', 0), (45, '5288 4364 5644 7372', 'tester 1', 'dottechtest2000@gmail.com', '2020-02-10 22:56:46', 1, NULL, '2345677888', '3', NULL, NULL, NULL, NULL, 'Ai4O4FXehFZRjYVtoIKlPvVqGT8ElHzOzC5tpsOMjgrKxqhAIuOsiB7oWecE', 1, '2020-02-11 10:56:46', '2020-02-11 10:56:46', NULL, 0), (46, '1200 7051 7555 9187', 'Test Gupta', 'saloon2353458@gmail.com', '2020-02-10 23:27:53', 1, NULL, '9876654556', '3', NULL, NULL, NULL, NULL, '6l8mBi6MUpijzmbGlkaBa407Ted93CMxgrR6voxi9EGYzll586VjRP6S10uF', 1, '2020-02-11 11:27:53', '2020-02-11 11:27:55', 'cvWVLy-j9fxR-Y_e9K5I3Y:APA91bHwI_U352lXnnNVyOjOkRk68vR-RD89dNWZ9jogOWlHRMVzW8HS1thzvjAqh5xDqYbMTcIKp_1kr7r2UM9DgkkVpxzmouHrvy2dsxqM8yThlBeF5LaueQhlNowpMvDZlfDd2XXp', 0), (47, NULL, 'dfg', 'test7788995464@yopmail.com', NULL, 0, '$2y$10$ZbdwBa5zfI814O3GHxou4OKRxIJtgy0KuxgriRJ29hPky3zzG3hMa', '0789567854', '2', NULL, NULL, NULL, NULL, 'XbEIuWPIcRrLyAmXVnsjjurACvz1hCWzRlZbIHbytfUCKmSwvl1pny777YYK', 1, '2020-02-11 11:36:01', '2020-02-11 11:36:01', NULL, 0), (48, '4183 1876 8498 8299', 'Gagan Rana', 'gagan@yopmail.com', '2020-02-10 23:40:14', 1, '$2y$10$ODqxFgJn.NPlXNUDYRYh6O/RaAWbPcoU70UyA/Szc8sn/5PclG2eC', '9856325966', '6', NULL, 'c7hBmcGiWfU:APA91bH6UtLQOFrTVxrl_RBKBUOybyCOS9nQz_ElXgOPbaihBbH_2fxTW6I91BAi0EyH7c8SF1xJPEsXzm8dLJtlEeI6jaeBlsGbQjD774-trd034R-eM4ZgFPIYw5yCiD95S5kTxc3R', NULL, NULL, 'LjHQREmGPPaIUN3az8gPpHyMwT7QDckpzunC2JAY90dLM8Vye90W9mRIH894', 18, '2020-02-11 11:40:14', '2020-03-18 07:01:39', NULL, 3), (49, NULL, 'kopasdfas', 'asdfads@asdfads.com', NULL, 0, '$2y$10$Yn7IoSYoTTTrDWlW11PlMegkLg17TmwHxd1EF0FTh/9ZNQTycgeCa', '5849635555', '2', NULL, NULL, NULL, NULL, 'CiBASZTA8aoyXM9SJNHQLi86DgmNZp2xxnqkIef96AP9Q34Oha4Wg0aLfuhN', 1, '2020-02-11 11:49:45', '2020-02-11 11:49:45', NULL, 0), (50, '2298 2070 9485 3576', 'test', 'testdottechnologies778865@gmail.com', '2020-02-10 23:57:16', 1, NULL, '3456782345', '3', NULL, NULL, NULL, NULL, '0YWBOdjKsyiGDWFJMLLBi1mUU6Z1seKvFbOCBx0FkQ0YGmkVP0sp21PV1Khg', 1, '2020-02-11 11:57:16', '2020-02-11 11:57:16', NULL, 0), (51, '6313 6693 6060 6733', 'Test Gupta', 'saloon282342342@gmail.com', '2020-02-10 23:59:16', 1, NULL, '9789856754', '3', NULL, NULL, NULL, NULL, '7zSt13V0n4hWxo8KzPL69F5gretGeW99OQmZlXE6eCCTgM5AYWhAyz7oXOMu', 1, '2020-02-11 11:59:16', '2020-02-11 11:59:16', NULL, 0), (52, NULL, 'asdfasf', 'asdfdasfs@asdgfdfs.com', NULL, 0, '$2y$10$iqQ5TVcnOg87./0I8gsXn.zND3CuDzHXMBdZtPhVkxowAef7itilq', '7868967897', '2', NULL, NULL, NULL, NULL, 'GQSi5dFU3fK24cM9zkTnpJdqsLtArFQbR3Ao3iUXglooG8VY04vlrWIUwBzv', 1, '2020-02-11 12:04:43', '2020-02-11 12:04:43', NULL, 0), (53, NULL, 'asdf', 'admin343rasdfsf@kabera.com', NULL, 0, '$2y$10$MpdQ.5VLUvMqbFp8b2IXo.20Rj.sD87NCapmPB5WhhHi/OHFg6rbW', '9852581561', '2', NULL, NULL, NULL, NULL, 'Bd96aBMneiOY0kAKPoZWb3AxHhqsSdZUtL6kLP5uZd631KoSnOqagBqpQAN3', 1, '2020-02-11 12:06:56', '2020-02-11 12:06:56', NULL, 0), (54, '1090 8237 9057 5364', 'terstero', 'test234@gmail.com', NULL, 1, NULL, '2588646464', '2', NULL, '', NULL, NULL, '3TTD45n4pk2KsEEUE03wZcnl932ee4Tfol7DvY6fKnPRbfffkybCP3FsM9Nf', 1, '2020-02-11 12:10:43', '2020-02-13 04:48:07', NULL, 5), (55, NULL, 'sdf', 'admindsfdsfsdf@kabera.com', NULL, 0, '$2y$10$zhacUXuMIhp8o.zuoIjM4OQVXwuS.mYcjrjlsWeJjB/tKFWJPkNtG', '6788754675', '2', NULL, NULL, NULL, NULL, 's6epKUREOrgeaPlnyoCqdncYoWsFUKhF64SMUFK9puxt919p8cZZJIbfG7TF', 1, '2020-02-11 12:17:59', '2020-02-11 12:17:59', NULL, 0), (56, NULL, 'joppp', 'joppy@yopmail.com', NULL, 0, '$2y$10$zLyOKG8vEomNT73gJxu.0usBf1WXVa8SUSjfE.v8U/kDkI9wFTHCq', '2234234234', '2', NULL, NULL, NULL, NULL, 'ajoG0TXTBtyYdHoe0Tj5z2dgD1hRQ0wmpBVKG8S4Hq5SCDJmBilescrXNI3K', 1, '2020-02-11 12:22:29', '2020-02-11 12:22:29', NULL, 0), (57, NULL, 'Test Gupta', 'admin546325445354@kabera.com', NULL, 0, '$2y$10$l75FlLTOzF.e1jWid77cn.tmaCA6clNmrod5qOElaMzVhCrCOLI7q', '7865832654', '4', NULL, NULL, NULL, NULL, 'kN4idrtzkLhV0D3qQTCgUS6iXIuwRjNygegBFUwfv7XYn6zGbegenmWqOneQ', 1, '2020-02-11 12:29:59', '2020-02-11 12:29:59', NULL, 0), (58, NULL, 'Test Gupta', 'adminewrewr@kabera.com', NULL, 0, '$2y$10$59Lp4JQVhqT96Zy2E6hLYuwqDIOqnaEFxbDjvrwRUTK8D8AqXWztK', '09876654556', '4', NULL, NULL, NULL, NULL, 'nfJReUDVLEgtBvts3OCqZHsyogJQSwtmUDZfbnLUjWHhLQQcTyxQTVVGenPs', 1, '2020-02-11 12:31:32', '2020-02-11 12:31:32', NULL, 0), (59, '8587 2977 7298 4064', 'test', 'Test2384@gmail.com', '2020-02-11 00:37:39', 1, NULL, '3456778882', '3', NULL, NULL, NULL, NULL, 'lctAcuY7P2qcsajKoxi89ioWuEJmY1dcUEpYkO3OzmkA9uYiGeg5tV0L9yZi', 1, '2020-02-11 12:37:39', '2020-02-11 12:37:41', 'd53ZY9qCd93O9TBA0zsee4:APA91bEsxLd-KaOtkCMfDdUgXGKM32E_PTBBEbX2TiVD8esXS3nf66sGDPo8WLj8PhemebgjmeUHfst2qNPMyeFUAKKPbyLfIFcy_a2OGHg_ROXRKr1Wnnrc-tluezkB9AzARjqzbVtR', 0), (60, NULL, 'qwq', 'admi2321321n@kabera.com', '2020-02-11 00:38:42', 1, '$2y$10$f1ctOEkN7sxTgozZgM.YheqEkUHhUbxVLI28Y/ZpxyMBpNgf2zgce', '87412554225554112255651412558423', '5', NULL, NULL, NULL, NULL, 'KbCrOXUzut5neUjp49fjVDTpGOukwa95GaKIUZ5GW6xokGyBF2QHeJKCBzn6', 1, '2020-02-11 12:38:42', '2020-02-11 12:38:42', NULL, 0), (61, NULL, 'ds', 'adminewrewrer@kabera.com', '2020-02-11 00:40:33', 1, '$2y$10$JFKh7jwjDeWzdQ1RYOLPl.n3U/HTH4LkE1H4J1d7bO.UBfCdfrzPK', '6757453674', '5', NULL, NULL, NULL, NULL, 'HIohs0016Gppi0r3sYMjZinf7iHPq7lGHYiAvTzxH2F22GWNKJDJ7SEdCFwB', 1, '2020-02-11 12:40:33', '2020-02-11 12:40:33', NULL, 0), (62, NULL, 'testtsw', 'adminasdf@kabera.com', NULL, 0, '$2y$10$Z9mP3KVw9k9RndouFf9d1uJ04DjqGzVPqc4kGLLcW92ef/xjW2lVK', '9852581554', '2', NULL, NULL, NULL, NULL, 'JDQpMjXEq8iA6SacIjVNiYwYRsvwMv1DnfadFGWnw65ysEGUKNj4676ZsPax', 1, '2020-02-11 13:31:38', '2020-02-11 13:31:38', NULL, 0), (63, NULL, 'kadspoapsd', 'asdkljasd@asdkl.com', NULL, 0, '$2y$10$eN4MjZ/KztwnRxDUFofToeKc95nJfYutnztCNaCy..L.T7XxEGnU2', '1485236999', '2', NULL, NULL, NULL, NULL, 'VZkrzf2MskMn8cM8WavY1LAOHuZUbsDcztQeZ5Dq1WxnA8WH2tdqpmwItrXy', 1, '2020-02-11 13:53:08', '2020-02-11 13:53:08', NULL, 0), (64, '8683 4246 8287 1446', 'rameej', 'rameejraja@yopmail.com', '2020-02-12 05:37:41', 1, NULL, '7696002096', '3', NULL, NULL, NULL, NULL, '0hjGoET0REPN2u1ZGyOguMjX71HfWzdiBBBIEQkNhuUfpiTa8RsTuzFHQ1OT', 1, '2020-02-12 05:37:41', '2020-03-18 05:30:46', 'ffQSqk1e9V4:APA91bFr-llkXPma3iuQ2ZSWKuIhWpiQWnZUEZm1m2dy5AKOwLGSmt0G4CT4J4hIsXYCYKE_XwCTJQa6N5r534sO72GcsDA02Rr3u3Z1jYSuG6vMXkUT7BzYcbCXobVL29vb3-mzJlDW', 0), (65, '2127 8776 5437 7604', 'mukat', 'mukatdr@yopmail.com', NULL, 1, NULL, '8699003096', '2', NULL, 'cRG4kHHjxPc:APA91bE3_0DkgNYLd8wQIPHx6TCRPPqjY1DNmzwUxpNsXBlo6Z_jpkMkPAv7YZu18vM8JR7EPAoxvpMlUsOnZQGAEyJLRXa4-MQw_A7NbV0CuWKPxnwP_jMH2FG82SxqYJIAXM7DyUfK', '30.6996942', '76.6910937', 'ZIRZ4PdgiccKxOKwhHwXynk4kIv8Rz0dJ0lR9xWSLeUJioxGlgnOMb4vRUL3', 1, '2020-02-12 05:41:09', '2020-02-12 05:43:21', NULL, 15), (66, '8632 2112 1864 6203', 'ok', 'okkkkk@gmail.com', '2020-02-12 02:48:12', 1, NULL, '6466184858', '3', NULL, NULL, NULL, NULL, 'hmwbOhXIMBlmaJNbK4rItKlyzM5ktUNaWlQoXF5Cqj4iARKXewlPp5rBkvnS', 1, '2020-02-12 14:48:12', '2020-02-12 14:48:13', 'ezpxlYmUh9w:APA91bHgPoLC9OEIACAppRwQmro2tOdlQaG1n8U5DM8hs0Ro9Tb30lH732kmgQw43Lo5htGNbjZ8XC9frn5BF2PBTcI_sTVPmWHEG_EG7UwZT50XylkoFuTGtfzKqkXwzbAURQLQn7Yr', 0), (67, '5649 4593 9426 6501', 'Sharan Atwal', 'sharan.veer.atwal@gmail.com', '2020-02-12 06:03:18', 1, NULL, '9876296736', '3', NULL, NULL, NULL, NULL, 'RVIM2d9IENTaQFJOM9iOviHAtfcF4BTYAms07LY6g1OhATe6DGrQcGdQ2NHM', 1, '2020-02-12 18:03:18', '2020-02-12 18:03:18', 'c07xtve6gqg:APA91bFmhByqXgPYNRpFjauTiaypRGwTXjhCeRHiniLej_G4lUdizHph40CPfq8fuBz6blbVUGKHSEBsMvQYehGuemmdDJhzK_ElEx7iHincAY-Xmc90RSb8qOA4_iMGw5wx5up-rnsb', 0), (68, '5946 7602 9553 2499', 'test active', 'doctor@gmail.com', '2020-02-13 04:50:28', 1, '$2y$10$4JphKXkrhMSeF3FVxuckMOPDVAmQcC1XuKvUmmoU13hL3N1vRwAZm', '5826664488', '6', NULL, 'dh4JXmPLKMI:APA91bGtNHvGqmImw9Ur5QX1RnUc9Xfb0BeaojzSmSdXHwmQC_wg_IvKa5EBwNEMft4ZYU4ECfm2-DdZ1zR7ZcFK_UgT4feTWcyBCvBwyD0zOCNmH8Zh4wMWrT26DD1Q-MLrNv7sQxhX', NULL, NULL, 'b9fWF8jdCox2jKeG35wys5X63JBA9uUzRCl4taN949yfvjyn6t1hep11Bc9C', 6, '2020-02-13 04:50:28', '2020-02-17 06:28:37', NULL, 3), (69, '8728 6909 2970 6194', 'geeta', 'geeta@gmail.com', '2020-02-13 06:38:52', 1, NULL, '5295656595', '3', NULL, NULL, NULL, NULL, 'DAEGGBJVWhCbmV1ap9iesENWbgF5Miv5Y5LUobuK7dpMTh6ZPXwrvB8REE6G', 1, '2020-02-13 06:38:52', '2020-02-13 06:38:52', 'dVuAYJASUlA:APA91bHWQujhlU8C4BmTx3-he8X9Xf8mJ3vj0fHxRgBgHNq57qw-Fmzso9FKpyKo3YlIS2Mq1hWntzEBaSIDEA9-gV4oLKAHfaCcKJ3o4Fyms3CZybSVexJQ075BPYH84zgCHRvSMLnP', 0), (70, '3485 3879 1060 9041', 'ommm', 'okpk@yopmail.com', '2020-02-13 06:40:08', 1, NULL, '5643677367', '3', NULL, NULL, NULL, NULL, 'pIoE8noUHC0hKQ9u0OzAXSFmWv1YWvG77RH0qfsCh2LLZFbEQzl7UzohN1LU', 1, '2020-02-13 06:40:08', '2020-02-13 06:40:08', 'dah3V_ImxCs:APA91bHTPWvgNxlzdJnFxi0WcAPd50zipMt_yyka4QMb85rx8d5cA4ikgtcJO0N30OrVWiPQpMXmg2DPXC6BLNXF-pp2KDDIPteHZkIp-qxf81G0r3GfMkyfBovLSkn1fauXhVoflhtS', 0), (71, '6586 6978 4914 4297', 'rohan', 'rohan@gmail.com', '2020-02-12 22:50:39', 1, NULL, '5628896556', '3', NULL, NULL, NULL, NULL, 'JEZqSLTj7QqAobXKULSiicAvWJZ9F5wQb7Fdyd3GC6eBj3EnXj48Liuhzjbz', 1, '2020-02-13 10:50:39', '2020-02-13 10:50:39', 'cBDeI8LFTgU:APA91bFhAoZTB61gg0areD58PwCdjfUhy5gR8akug4zZPQ1nxifFJOCdqFNQH4v8YxxwY3AdQ8BvE0aAIrfzmy8qr3SJkfl1fpqwVqKyx4zSsZs7jqygUpl3HyBxsz2Dlzmt_9wLaZkj', 0), (72, '9890 8645 8749 2798', 'log 1', 'dottechnologies96@gmail.com', '2020-02-12 23:23:23', 1, NULL, '4856666665', '3', NULL, NULL, NULL, NULL, 'ny5fDknypUazwQP6gQaDs2Qce1WWgP2SGaobGHlwbbz3omyUzROZzcRtukKu', 1, '2020-02-13 11:23:23', '2020-02-13 12:48:43', 'fSNgiWh9luqqdKECRH3KW_:APA91bG2RKPMJlEPpus1QydlXVmzK96ZyeOsOe33NQn5dGgHIYkUS04gr1mHnyx_kF6R29CBXS5maeUB3CL4MJsnHbFwjAH94Dqft4nptdHObsLVKQnn48Y7p0en8m-bVENgu5gs2L5J', 0), (73, '8662 4281 2749 3207', 'test active 2', 'dotty@gmail.com', '2020-02-12 23:39:16', 1, '$2y$10$537qehqdlp9QBowoBXdgbu0731l8iS0GhIzxuZ7rnkvwDcfN2iJ0u', '5454646494', '6', NULL, 'dh4JXmPLKMI:APA91bGtNHvGqmImw9Ur5QX1RnUc9Xfb0BeaojzSmSdXHwmQC_wg_IvKa5EBwNEMft4ZYU4ECfm2-DdZ1zR7ZcFK_UgT4feTWcyBCvBwyD0zOCNmH8Zh4wMWrT26DD1Q-MLrNv7sQxhX', NULL, NULL, 'D2EOoWXlQZU5O1r3QndDNPhAxzMZCINvhFIwyEm0Iwju9MNpGpCIuFPZ9mtP', 35, '2020-02-13 11:39:16', '2020-02-14 10:57:22', NULL, 3), (74, '1718 8969 8896 5360', 'Satpal singh chauhan', 'satpal.chaudhary97@gmail.com', '2020-02-13 00:00:24', 1, NULL, '8744844755', '3', NULL, NULL, NULL, NULL, 'lBcbs9QoizmJVHbSIHWsZFUKpUrx6KyWUdojC8P5h7EMg45RdaE4ciLWWqMt', 1, '2020-02-13 12:00:24', '2020-02-13 12:00:24', NULL, 0), (75, '8577 5410 8299 9633', 'kishor', 'kishor@kaberaglobal.com', '2020-02-13 00:15:11', 1, NULL, '9803771794', '3', NULL, NULL, NULL, NULL, 'yVn163u7jjJXlbctPfVAN7YAehhAepdlmBGJBzzfYVkZBZJ0NbeTXDKnuF5n', 1, '2020-02-13 12:15:11', '2020-04-17 10:48:31', 'd-D6Mal7Oog:APA91bEIeu827PYa95gwcKECq4OXc0mIY4zVTsFaterC5VSgR6NOmbTss-3SLV0KMQttNYffit95Fq9HLA9Cp73VlSjbA8U8be50NvNJ0JRttyf2TEQ7hkzg-XaLoQhTrwOnHn1NZ8W2', 0), (76, '4916 5669 7351 1650', 'prince Rana', 'prince@yopmail.com', '2020-02-13 00:34:35', 1, '$2y$10$zaBqJ7oUDbrPvmOcic6jbuU8kTeH5v8nr5xgiZJ2DcRt/UdV1PlIG', '7228828838', '6', NULL, 'c7hBmcGiWfU:APA91bH6UtLQOFrTVxrl_RBKBUOybyCOS9nQz_ElXgOPbaihBbH_2fxTW6I91BAi0EyH7c8SF1xJPEsXzm8dLJtlEeI6jaeBlsGbQjD774-trd034R-eM4ZgFPIYw5yCiD95S5kTxc3R', NULL, NULL, 'yQaRb4eOXLcRwUZnaP0Yjip0TVvaDHf0U0FPiAbA2zeWrQMWyHE11LWElYlE', 18, '2020-02-13 12:34:35', '2020-03-18 07:03:57', NULL, 2), (77, '4551 3005 1131 2052', 'Anuj', 'anuj.srivastava85@ymail.com', '2020-02-13 02:03:47', 1, NULL, '9711074040', '3', NULL, NULL, NULL, NULL, 'evtE0W6Il20IwuzA79ZBWkmDJEBu3JUHrZetp8aVMNQ9dvxGIMhLinbAZePK', 1, '2020-02-13 14:03:47', '2020-02-13 14:03:47', NULL, 0), (78, '4315 2675 6640 5255', 'Sahil', 'sahilbansal178178@gmail.com', '2020-02-14 05:26:49', 1, NULL, '8278843939', '3', NULL, NULL, NULL, NULL, '3GoQ9WEglrliMdJl31DsPDk2QxFwz5OmohK1fRmrtYhhhdMzwVNFBRAbOALr', 1, '2020-02-14 05:26:49', '2020-02-14 05:26:49', NULL, 0), (79, '7411 8182 4864 3069', 'Deepak yadav', 'deepak.rao2565@gmail.com', '2020-02-14 05:52:47', 1, NULL, '9865000005', '3', NULL, NULL, NULL, NULL, 'KaGE6LkZ2uMbSKJXx6ZYiZkTF1Axfsltv7GcOmes7TUs2GoHgkbMD8zuaiP8', 1, '2020-02-14 05:52:47', '2020-02-14 05:52:47', NULL, 0), (80, '5246 6645 9394 6590', 'Nishant Verma', 'nishant@yopmail.com', NULL, 1, NULL, '5644562545', '2', NULL, '', NULL, NULL, 'oOWBuQnPQNMRwROCD93l2CHpthQLbRkDNBQ2i2DYyxI90HysuIR46W5wyLNX', 1, '2020-02-14 06:20:05', '2020-02-14 07:02:05', NULL, 5), (81, '3314 9265 8546 7413', 'testify', 'gq@yopmail.com', '2020-02-14 06:37:06', 1, NULL, '5454848846', '3', NULL, NULL, NULL, NULL, 'oI1vSWLYe1vOrfA6hcBMdWmYr08mMsII86P3tqGxSfsO7W4GRGkF4zQQrr8y', 1, '2020-02-14 06:37:06', '2020-02-14 09:06:06', 'exoj7yQOUHM:APA91bEBRoSj2Nhjx83PyfilecuyL8JG-5wn0o5sTEqeAYbybVxwPdd2nrU-k2n0qXwIoixSEISmd07Qu7j4dGkXfXflsfrHKvOUc4em5z-hZ1SQmsl0bdxIhxQFfRMtXtwwbUzhZq2g', 0), (82, '1697 7751 5422 1659', 'Drishti Singh', 'Drishti@yopmail.com', NULL, 1, NULL, '5645665448', '2', NULL, '', NULL, NULL, '1mUCDAlH15UqQ44qcDv3w2yvhxW6IuaQvWEaZv5RRDqpsZR7usYtLMvfJoZc', 1, '2020-02-14 07:02:48', '2020-02-14 07:44:33', NULL, 5), (83, '4518 3675 2646 2321', 'harsh Rana', 'harsh@yopmail.com', NULL, 1, NULL, '9874562588', '2', NULL, '', NULL, NULL, 'Vzwgy1c2a4PZDtKKV7dHG9iS7vyI1mgkdoP4vdx2HBsdadM5bY4ySsrOjKTO', 1, '2020-02-14 07:45:30', '2020-02-14 07:55:26', NULL, 5), (84, '9525 7680 6603 2435', 'doctor tick', 'as@yopmail.com', NULL, 1, NULL, '8855558555', '2', NULL, '', NULL, NULL, 'FcGakwRqEAop6cbOJD3ijLXDMwxrbpnzWYsqtBFVlCbyFcC16ZqycXWBBszB', 1, '2020-02-14 09:22:48', '2020-02-17 04:32:58', NULL, 1), (85, '3726 6119 4277 6262', 'dottester', 'dotty1@gmail.com', '2020-02-13 22:19:02', 1, '$2y$10$Ds24HxYAr.yyG24Aq5qZGeJXFgK2McmKYNgcmx6oKR0aBjrnIEd/G', '5844555882', '6', NULL, 'dh4JXmPLKMI:APA91bGtNHvGqmImw9Ur5QX1RnUc9Xfb0BeaojzSmSdXHwmQC_wg_IvKa5EBwNEMft4ZYU4ECfm2-DdZ1zR7ZcFK_UgT4feTWcyBCvBwyD0zOCNmH8Zh4wMWrT26DD1Q-MLrNv7sQxhX', NULL, NULL, 'SK8kKDVGRJJxY6rj7gmHj6VYoGtWntVqjtCcC8QZ4W236SWM0LjHmm5apyu7', 84, '2020-02-14 10:19:02', '2020-02-14 10:29:15', NULL, 3), (86, '9619 5259 7802 8230', 'test', 'testdot2@gmail.com', '2020-02-14 00:26:53', 1, NULL, '5454544848', '3', NULL, NULL, NULL, NULL, 'ELYLbaPdrJYaTcsSLVoabWcRhBUkqXdiOEy2LQk3ElAsazScdJ50EMv4lBh0', 1, '2020-02-14 12:26:53', '2020-02-14 12:26:53', NULL, 0), (87, '1709 9785 6417 9933', 'Sandeep Manhas', 'sndp4441@gmail.com', '2020-02-15 00:55:13', 1, NULL, '7018222687', '3', NULL, NULL, NULL, NULL, 'NekJqayFHzUSplFpXQR74wxNnNl1YFlYX7tkVz6LyHpO71QiOv4vrQw1rZMb', 1, '2020-02-15 12:55:13', '2020-02-15 12:55:13', NULL, 0), (88, '1498 2386 6208 9824', 'Abhishek', 'tabhi862@gmail.com', '2020-02-15 03:34:00', 1, NULL, '7838514502', '3', NULL, NULL, NULL, NULL, '4QduDguxgV7qdiA6N03Q52Q0Sx9HFHAaEEV0GK5F8Pph8cu9htMw6VVx4FCY', 1, '2020-02-15 15:34:00', '2020-02-15 15:34:00', NULL, 0), (89, '5304 4195 6438 8598', 'Manish kumar', 'manishk20011995@gmail.com', '2020-02-16 06:04:57', 1, NULL, '9646360512', '3', NULL, NULL, NULL, NULL, 'ohqnwwE5qN1hy5xiHDGiJwyO7MICMK62E3ZI35lCvJkiRrScMfcdb8SQDbr9', 1, '2020-02-16 06:04:57', '2020-02-16 06:04:57', NULL, 0), (90, '1674 9069 6329 7271', 'ASHISH', 'kashyap.ashish5@gmail.com', '2020-02-16 06:37:47', 1, NULL, '9646360253', '3', NULL, NULL, NULL, NULL, 'x1XhQzIAWf6Zx9TEVZzEfGX6Loa0h0Nvmf1EVZa64YxSPXTf4tpwcj2wvioO', 1, '2020-02-16 06:37:47', '2020-02-16 06:37:47', NULL, 0), (91, '8753 2655 1082 7530', 'Ishan Sharma', 'ishanshridhar1@gmail.com', '2020-02-16 02:48:37', 1, NULL, '7087639065', '3', NULL, NULL, NULL, NULL, 'HT42SVzXum3DQOUO4jNbZ1qEqWjjSElQxV0tJOCvw8AARYKM3rzeYuT67BHM', 1, '2020-02-16 14:48:37', '2020-02-16 14:48:37', NULL, 0), (92, '2846 7451 5934 3155', 'Karanjit Singh', 'kmasoun6@gmail.com', '2020-02-16 04:41:33', 1, NULL, '9781799006', '3', NULL, NULL, NULL, NULL, 'JIJBZSe5ijEoBNTbHhFJLGDAO4zp7B5JIKkAbslLQtx2euQdEa8ZCqULRww4', 1, '2020-02-16 16:41:33', '2020-02-16 16:41:33', NULL, 0), (93, '8536 9631 9173 4801', 'Sufi haque', 'sufihaque786@gmail.com', '2020-02-17 06:43:29', 1, NULL, '7208725009', '3', NULL, NULL, NULL, NULL, 'WrbcboECAe8HRE99FjzSadVKD3EiSUJJCKfstjrLhK51QAsfF2ZakuH7m5HC', 1, '2020-02-16 18:43:29', '2020-02-16 18:43:29', NULL, 0), (94, '4619 3022 9843 1528', 'dottech1', 'tk@yopmail.com', NULL, 1, NULL, '8464646464', '2', NULL, 'cBoVaY9_SpU:APA91bGqk-oONQqeQaY-UivdwVvS3TJkuTp0wj1v8JeLAw3Pvns2vyRY7VatVawemJMIX1JucD9J1fXQ0bAQoO5QEZB1LEIK1T-phJjUuJByozmhXhzsteG3-REMXeBvJ2CHv72oWOYc', '30.6997284', '76.6910665', 'DdpbGlusKjkpPZhwgFEuJOPDpobmwtI9H0blulAWAvt7eMSqD2xyJMoSbbx2', 1, '2020-02-17 07:19:09', '2020-02-17 09:47:46', NULL, 5), (95, '7496 2061 2964 2505', 'techtest', 'pk@yopmail.com', '2020-02-17 07:27:56', 1, '$2y$10$P0VHaH8ujSZncCERJiBzO.DSBJLAk7zOatwQ8mZFUU8YUTuPZ0Bca', '8784646494', '6', NULL, '', '30.6997316', '76.6910564', 'GVWSsitScQkvAY0cAWGu3xXQvHzrbp3GZ6nKtVPJBknbiGFzDHiUSXLNdIoc', 94, '2020-02-17 07:27:56', '2020-02-17 07:37:59', NULL, 0), (96, '4761 5470 3342 9079', 'Dot Technologies 1', 'uk@yopmail.com', '2020-02-16 19:30:34', 1, NULL, '1455367896', '3', NULL, '', NULL, NULL, 'zp7gJCUSAAE1a0H10NP4YvGFrAy3As67zzCh3ZwN9vTpLORYAy6DmdWOrI4Y', 1, '2020-02-17 07:30:34', '2020-02-17 07:35:31', NULL, 0), (97, '3623 1196 1667 5273', 'test', 'dottechtest20001@gmail.com', '2020-02-16 19:49:20', 1, NULL, '5767979797', '3', NULL, '', NULL, NULL, 'vklpWsV9Hah2JI5MRVBs90QtkXtZi3s1GSdaFVCVHIaQEWxpWNEt22HocIl0', 1, '2020-02-17 07:49:20', '2020-02-17 09:03:43', 'cT-hexUCkvM:APA91bGhQMt654QyLLfgRPdG0YM1lMHzcKEWgtYrfMzYs56wG0iaZ8w1G5a1INKsUpMubJwz55kMXRp8ynmT6JPg4eEPjv_KqrZ4FasJm61zbkAHQzYm4LONOTPa_fqSj7CTOlpz-z9S', 0), (98, '7009 9304 7825 5435', 'test', 'dottechnologies890@gmail.com', '2020-02-16 21:05:28', 1, NULL, '5841258996', '3', NULL, '', NULL, NULL, 'u4QrIK1Cl7KTKU5iSMZ8aNLtZZFcLr8Tk64g4qMxxcauOionpmREUD5hMytG', 1, '2020-02-17 09:05:28', '2020-02-17 09:10:01', NULL, 0), (99, '5059 6948 8090 4869', 'test', 'lk@yopmail.com', '2020-02-16 21:10:20', 1, NULL, '6845454313', '3', NULL, NULL, NULL, NULL, 'KcFywNka9dkVcYYgKi4SO8kCcLia6g15Cr2yTfqMEPR9Vz6qraUBPSeuxBFV', 1, '2020-02-17 09:10:20', '2020-02-17 09:10:20', NULL, 0), (100, '8730 7758 5897 2368', 'Dot Technologies', 'yyyy@gmail.com', '2020-02-16 21:21:02', 1, NULL, '2391828288', '3', NULL, '', NULL, NULL, '1AGn5pl64UsZfeBuqM2OMRPF9upFWSOYNPjWzX7dnMcC6AmGwDWhuP15rkqr', 1, '2020-02-17 09:21:02', '2020-02-17 09:29:47', 'c2fptP3mxqw:APA91bFuywTIqY6zTQfHdFVwkTzVI8jd4jfYyoFwYmcC3ed1-PxZ9nKNE98DI6kBJWmBgDzPlZyRNXVthtrVkt3GXNffWv3cCwPwsxWPX6Y2dhI1AQyY4vVbXKHf2RlPEV2LLaSJaofM', 0), (101, '5826 5584 6683 3684', 'tester dot', 'mk@yopmail.com', '2020-02-16 21:31:02', 1, NULL, '5824447536', '3', NULL, NULL, NULL, NULL, 'FR661QpvXswAbQARODcHRy8il0Nvwb6c5IVQnfGWWMJMyBDUUB81B6BoyonA', 1, '2020-02-17 09:31:02', '2020-02-17 10:34:09', 'fMk7hj11Ss2p4bt9_6cfyK:APA91bHW1a7Mm3e01QsVHK0zj9YMEiGM9zQ1ZN1EX9p_Y2IRVmeu6TBau6K1keyxJo5HQx707jftXMC-wHqyYAcI5UB0Cfw9par1aYdnxEbejMhJgye8yfFV2dkRmFHclUuTacPqCd2B', 0), (102, '9337 9412 2800 6839', 'kkk', 'kkkkk@gmail.com', '2020-02-16 22:26:34', 1, NULL, '5522255444', '3', NULL, NULL, NULL, NULL, 'KOsgxMt0huIT80E0OWNyv6emds79q7eDbYvof9lbnKaZj6hGmJC5PVta3Hyw', 1, '2020-02-17 10:26:34', '2020-02-17 10:26:34', 'dy7hr6P0hTY:APA91bEqihpyRlYEcT4rXKcTbvi5t-iSKIV4WxwvgLP1-Y_EHyE0A1vfPSnsLb1IRFpN8c-kLxblqMJHPPrA1PGWtdRl6iA6ftzNcJZmavb2ep0y451hTUmIO5R626X2fzAeuQydn4-i', 0), (103, NULL, 'test', 'tesdot@gmail.com', NULL, 0, '$2y$10$j5IeHEc5u/9WYy0359ktP.bkJOfbjoNhwxOig69i5PeKcMIEFEF9u', '2345566777', '2', NULL, NULL, NULL, NULL, 'qYaXE2rRBMJ0YpZ0B6N6NntG5nSYDKxR7yBkcjrLnHqBYn5BITHvULxDNn5A', 1, '2020-02-17 11:33:28', '2020-02-17 11:33:28', NULL, 0), (104, '3118 7997 9191 4032', 'test yop', 'testyp@yopmail.com', '2020-02-17 01:16:45', 1, NULL, '0202020202', '3', NULL, NULL, NULL, NULL, 'qwV9utm0z1M5ZKfwpvQCYAuhPC7pU33Wpenv093Q13MF4O2DsQq1bFlOQ6LU', 1, '2020-02-17 13:16:45', '2020-02-17 13:16:45', NULL, 0), (105, '5198 1969 8954 4226', 'Dot Techno 1', 'dottech@yopmail.com', '2020-02-18 04:50:19', 1, NULL, '5418536978', '3', NULL, NULL, NULL, NULL, 'FCBRjFd40DaUuACOu9KjBKWlBAX8TiEB1oPWG4fRPg9DC5CA2pbRqsgE87Kr', 1, '2020-02-18 04:50:19', '2020-02-18 05:20:07', 'cXhuHq0npa0mJFcZiVPia8:APA91bEyDv5erZvrSvLYK8NtMcPbOicSYSvdZ5gSHFwME-gKvwUabUava736QKzHDc8zxm8dmykEb5E0Bw4RVN2eRbT0Tk9kzXrrZuUqJwR7C0v1q1Wp1ZNYBGDfqvS2Df8_bZrsZDHN', 0), (106, '1159 3800 9830 1534', 'Dot tester 1', 'dottech1@gmail.com', NULL, 1, NULL, '5484551514', '2', NULL, '', NULL, NULL, 'JxWhI3EsOXx5QsNwkpooyV1bUMEQf7EshEynECnIRbHsf0UsZeC0eLzqePj5', 1, '2020-02-18 04:58:48', '2020-02-18 06:18:35', NULL, 5), (107, '3974 5587 2284 1551', 'dotty 1', 'dottech2@yopmail.com', '2020-02-18 05:17:35', 1, '$2y$10$J9FTvVWetD770FbsrH2quevi/dRD9DBVOz0V3mcBf/cF3wGLOZwc6', '5487151213', '6', NULL, 'ca1mZzTb2so:APA91bFKoLt5-K0GGNDxa1DR_IyW0ulAw13GjnvLJg-u5fN2MytyhBlkhsB8qRiXwCkHurtemHNINghHUcCxY9YsRwZW-MQukx2eODssZpSVS-_mvO33yx_5bTTVKW2Hl7lutR86HQwr', NULL, NULL, 'fZNQx58dzgassQQRGD6IrKa90mmdnybSokWZATbjPDFtixpU72fJOyetL8Xk', 106, '2020-02-18 05:17:35', '2020-02-18 06:19:22', NULL, 3), (108, '6291 6157 7740 8974', 'okkk', 'okklll@gmail.com', '2020-02-18 05:25:10', 1, NULL, '5643674576', '3', NULL, NULL, NULL, NULL, 'IQmUZ7JxlYnUX5n7LAYPYMFVrAVPgcXHPbuQwWlVcATUP4JWSnvczQypitd4', 1, '2020-02-18 05:25:10', '2020-02-18 05:25:10', 'fHPonrCsE9s:APA91bEudsGenIjDNiFcSDRI7DYNk9E3QQi6vQlbOnh4GV2AsiqqGoy2hUrRWnU5v5ktruyHKgNrRMOISm_ZgLuftKXfqX3WRXDstBgBDCO4l1pGWWPFX6_NGHB5bXLr6T0JJzAkEWYt', 0), (109, '2466 8828 8155 2117', 'shivani rana', 'shivani@yopmail.com', NULL, 1, NULL, '2828638272', '2', NULL, '', NULL, NULL, 'Efqczv2Zyzz0jJaXsRaRDcFlwXvQjJkqZb4YJIRfmLdlgY8yShvH1rK0YOF2', 1, '2020-02-18 06:57:07', '2020-02-18 07:28:15', NULL, 5), (110, '3727 1837 8748 6958', 'fhj', 'abc@yopmail.com', NULL, 1, NULL, '5486556565', '2', NULL, 'ca1mZzTb2so:APA91bFKoLt5-K0GGNDxa1DR_IyW0ulAw13GjnvLJg-u5fN2MytyhBlkhsB8qRiXwCkHurtemHNINghHUcCxY9YsRwZW-MQukx2eODssZpSVS-_mvO33yx_5bTTVKW2Hl7lutR86HQwr', NULL, NULL, 'oldgX6pfhAwKLYkbVfgbstxwiD6KNhDL67vEobyeOQw3WIC6o9MIIaYUDUdP', 1, '2020-02-18 07:28:44', '2020-02-18 07:29:22', NULL, 5), (111, '4520 1245 9878 3817', 'shehnaz Gill', 'shehnaaz@yopmail.com', '2020-02-17 21:43:14', 1, '$2y$10$9kfp4395ApfDMzJgZxX4BOf5cvk0nTJx6EUU6qHfmi/7GQ57hpKKq', '4946648464', '6', NULL, 'fcB6QNkuZJM:APA91bFVva4hyoM1Guz-ormGpBA2uaCRMcaAtjA2CEggmw-gB3JfW-fGztQjDCyNkaa06cGXLxRPnhitbI0aNhLonkfEvcj6qqVeTb-cS7UbEl13AUKgRqenIW74xyTKX7xolRINGGE4', NULL, NULL, 'utC46O70xhRqXeyZK5BOGGkIDOfOI6wW2wD0uzPfwVBTgrfqVvH5y9dhcX6r', 18, '2020-02-18 09:43:14', '2020-02-18 09:45:48', NULL, 2), (112, '4495 3328 1949 5457', 'Welma Welma', 'admin@kabera.in', '2020-02-17 23:39:30', 1, NULL, '8222863737', '3', NULL, NULL, NULL, NULL, 'bFGC13ZoDW9GxGbYf8SzfTGLRTjDzzSmf27xaNZ5PxrerUUjBnfuPyRjqoe1', 1, '2020-02-18 11:39:30', '2020-02-18 11:39:30', NULL, 0), (113, '3812 5173 4349 6052', 'At', 'atul.vashishta@gmail.com', '2020-02-18 05:51:11', 1, NULL, '9811509230', '3', NULL, NULL, NULL, NULL, 'Lcn2HUAlbQLcQweFfxL7ZJ6zvSbZ6x7B6B0NytrbMRR2jJSl3MCcxbWUXSz7', 1, '2020-02-18 17:51:11', '2020-02-18 17:51:11', NULL, 0), (114, '9587 8223 8232 7208', 'test', 'vk@yopmail.com', NULL, 1, NULL, '8558882669', '2', NULL, '', NULL, NULL, 'eZw7LMThVMtMIjHGxvnaz6gYEukaJJW6Jopr5IKyrXBabInrB32pNbiBXhG9', 1, '2020-02-19 04:24:52', '2020-02-19 04:30:52', NULL, 5), (115, '3102 4117 7637 8954', 'Shikftc', 'shikhafxxy@hi.com', '2020-02-19 05:18:21', 1, NULL, '2825225524', '3', NULL, NULL, NULL, NULL, 'ddTvV9RnGze4RaeiH8kJaFr1NSuUGzkp1CvxfQV9BSDo2HB0aT0JdDdAMbGE', 1, '2020-02-19 05:18:21', '2020-02-19 05:18:21', '123456', 0), (116, '6313 2026 9421 6928', 'HFC', 'hckg@HCL.com', '2020-02-19 05:21:33', 1, NULL, '5865546858', '3', NULL, NULL, NULL, NULL, 'WFrMUKcZMpbM4iVQ2VNmwBTYjVVwU99NExFHTp9yF3Ppn2PiHd9IbqLFaaTb', 1, '2020-02-19 05:21:33', '2020-02-19 05:21:33', NULL, 0), (117, '3270 6909 4991 5427', 'you’ve', 'gcjn@ugh.com', '2020-02-19 05:33:43', 1, NULL, '8353272783', '3', NULL, NULL, NULL, NULL, 'YFQZPG1qQyl85ffKjjT8l4ozhznOtd3h4zxg2L4vba6j5IT6ZCsBWy0gV0Ru', 1, '2020-02-19 05:33:43', '2020-02-19 05:33:43', NULL, 0), (118, '8088 3629 9911 7229', 'Gucci', 'gcin@Yvonne.com', '2020-02-19 05:35:07', 1, NULL, '5768476843', '3', NULL, NULL, NULL, NULL, 'MIRRW036H8PY4QKEfOGJsvon2QY6rZDWREJV0Ifyr6mF7RMFemB8SRQSjkRL', 1, '2020-02-19 05:35:07', '2020-02-19 05:35:07', NULL, 0), (119, '7365 7088 1003 5528', 'Ashok', 'ashoki.2009@gmail.com', '2020-02-18 20:54:33', 1, NULL, '9996970500', '3', NULL, NULL, NULL, NULL, '1WU9LabzqzdMDX6i7GLGMB9O8y8PcD2lQBDlWBSccRt3A1l1iUIPuHkUTh4x', 1, '2020-02-19 08:54:33', '2020-02-19 08:54:33', NULL, 0), (120, '4711 1483 7038 4039', 'sonu', 'sonu@gmail.com', '2020-02-18 21:22:21', 1, NULL, '5423526245', '3', NULL, NULL, NULL, NULL, 'QXuPJlFEuRTKlWAf9mzzjr0HxgWdiACaCEpHFRggX80o5sxdYstzFNKpDQwr', 1, '2020-02-19 09:22:21', '2020-02-19 09:22:22', 'c3bB54GHy3s:APA91bFVMzgSfLmeVWjx7V8LjCnfappURYBhmKoJaFVhJJ2poTtaOgk_79WtpaIlTEX9QEWTgL3E2z8yXp8cDrRBreDlZHw3KFhgq6O_LnIwu7oTctlBUoiNyDWixwo4GHVYUL6pdM0B', 0), (121, '7471 5410 5537 6934', 'ss', 'ss@gmail.com', '2020-02-18 21:28:20', 1, NULL, '4654675477', '3', NULL, '', NULL, NULL, 'JEvhi8cGxGTf9lttGFcpEDDvstoHe05JiypNpOVpSAuuTR27Yy9jV21yOx9L', 1, '2020-02-19 09:28:20', '2020-02-19 10:56:59', 'fanQqrgvgAU:APA91bHSnPdzhKCgzyXD3kW52wykvD2N8Mx-qjqSWwS1Y8kYoO7JzlTlr5-4GpRrN6wdFTRW2LAR8fCCOxrD3s81JGJ_hYC0zljrh1q7Yg3JjgoV72fafkHJn2JYkOImNvPhoEKr1Nl2', 0), (122, '8468 9104 7195 3880', 'kkkk', 'kkkk@gmail.com', '2020-02-18 22:31:03', 1, NULL, '5665656787', '3', NULL, '', NULL, NULL, 'YkoE8pM61cyNbpvlRRvi8n0eNUOnytMYYUFkj8iGaReWfxjml2hmo6HXmywA', 1, '2020-02-19 10:31:03', '2020-02-19 10:37:30', 'cDoy-xMZUwA:APA91bFjzsFfEMpa0YEXc96pK828XJqNS4d4HpdSBIo73aSIALMx3o9ljZ_jWFyTYLQpSsybwONkXcNCfGqHhaMgemyJMjJ4khXhAiQq6ZweyirhBE9VxHLLSXfj_riMjh3mDpTlRb6G', 0), (123, '8232 9796 9640 3671', 'rahul', 'okiiik@gmail.com', '2020-02-18 22:38:01', 1, NULL, '6534738738', '3', NULL, '', NULL, NULL, 'QzIvitzfv0bAFF3Q8hlb8FMs2arOEZwLhrXRVfJJoZt96D9NdoM3BQbxuWiT', 1, '2020-02-19 10:38:01', '2020-02-19 10:54:31', NULL, 0), (124, '8843 8890 4772 4626', 'ronu', 'ronu@gmail.com', '2020-02-18 23:07:01', 1, NULL, '5435654767', '3', NULL, '', NULL, NULL, 'gZpL1ZDPI0AkMDQ4fpXNw1pmAjWmguo6Kvj0f4fxgPKexMufzzi6UVj2pEq3', 1, '2020-02-19 11:07:01', '2020-02-20 04:42:48', 'cDoy-xMZUwA:APA91bFjzsFfEMpa0YEXc96pK828XJqNS4d4HpdSBIo73aSIALMx3o9ljZ_jWFyTYLQpSsybwONkXcNCfGqHhaMgemyJMjJ4khXhAiQq6ZweyirhBE9VxHLLSXfj_riMjh3mDpTlRb6G', 0), (125, '2940 3521 5108 7099', 'oklll', 'okll@gmail.com', '2020-02-18 23:11:11', 1, NULL, '7645678365', '3', NULL, '', NULL, NULL, 'rhHouvETeqpX6tRD4xPY40kUG8IUiki1ZlZDRcKM4HBu8P87hlTmFkHBBidT', 1, '2020-02-19 11:11:11', '2020-02-19 11:12:01', NULL, 0), (126, '9219 1406 5627 8684', 'okp', 'okppp@gmail.com', '2020-02-18 23:12:27', 1, NULL, '5436245767', '3', NULL, '', NULL, NULL, 'oJnTmg7Ikya8XU5eAeViK4O2DmWjRkCXqiJ3Y7eKZkr2AN5JV7tZVXrjgfYP', 1, '2020-02-19 11:12:27', '2020-02-19 11:12:54', NULL, 0), (127, '4714 7998 7220 6180', 'jkkjk', 'gfgfg@gmail.com', '2020-02-18 23:13:12', 1, NULL, '7568567837', '3', NULL, '', NULL, NULL, 'qtSqIkNfGplLaFGtftQOLMQwlp5boDCc1aGNx1VJXRTVkmIkW9K7wtkHjdPC', 1, '2020-02-19 11:13:12', '2020-02-19 11:14:12', NULL, 0), (128, '5370 9774 2576 1336', 'hey bro', 'heyy@gmail.com', '2020-02-18 23:14:33', 1, NULL, '6527652726', '3', NULL, '', NULL, NULL, 'dt69q1ln6FZJ5PFUMEk1VaM8BtGHh3zT2iHereKgwmHZdcygAKtqdbjxApKN', 1, '2020-02-19 11:14:33', '2020-02-19 11:17:25', NULL, 0), (129, '2115 9563 5339 7772', 'Test', 'test@gmail.com', '2020-02-18 23:18:18', 1, NULL, '6576577777', '3', NULL, '', NULL, NULL, 'gvvdquIYPvPwLCbWhpvtYQZYNZBiy4pZdxTV3s1eRHRtEHfFGNsRRJkvv2YC', 1, '2020-02-19 11:18:18', '2020-02-19 11:19:26', NULL, 0), (130, '9483 7638 4010 8668', 'test1', 'test12@gmail.com', '2020-02-18 23:21:52', 1, NULL, '5423564363', '3', NULL, '', NULL, NULL, 'XHPYe2AC9mGLsJ6Qaq58RLqvp8RtMQDQl4aHpmNUav5c5Z08khTkCrp923hd', 1, '2020-02-19 11:21:52', '2020-02-19 11:23:49', NULL, 0), (131, '8846 7533 1349 9488', 'test3', 'test3@gmail.com', '2020-02-18 23:24:28', 1, NULL, '5346575467', '3', NULL, '', NULL, NULL, 'TIbT1bzLAhobN7LnwUUvX3LnG3X9fCKHzA0wSqy0kE8a5HuZZTcX0Sn4PAFu', 1, '2020-02-19 11:24:28', '2020-02-19 11:26:38', NULL, 0), (132, '8133 7141 6359 2744', 'test4@gmail.com', 'test4@gmail.com', '2020-02-18 23:27:09', 1, NULL, '5643765427', '3', NULL, '', NULL, NULL, 'ncurtpLgrffSVfwMxQJ4onP1SpH3w2kCiQHnYDh7lvAVJcC3hlcrvefAgzhm', 1, '2020-02-19 11:27:09', '2020-02-19 11:28:35', NULL, 0), (133, '6012 3149 5825 1120', 'test5', 'test5@gmail.com', '2020-02-18 23:28:51', 1, NULL, '6543565475', '3', NULL, '', NULL, NULL, 'FKzNWzApQBCY3tbAIIKsI18XHwAX0tzB71Z1tbefHfgtknEpJ57Y4cIr9JRF', 1, '2020-02-19 11:28:51', '2020-02-19 11:29:49', NULL, 0), (134, '4021 9227 1046 9582', 'test665765', 'test67@gmail.com', '2020-02-18 23:31:29', 1, NULL, '7657767676', '3', NULL, '', NULL, NULL, 'irUvkPbwEs8kH5wx4l3MuZYQ2YdGKCGnc6KeOU7xr8lqUjVzLEgiSZYxgu0u', 1, '2020-02-19 11:31:29', '2020-02-19 11:34:20', NULL, 0), (135, '8503 9377 1451 6103', 'yyyy', 'yyyyyyy@gmail.com', '2020-02-18 23:34:52', 1, NULL, '6527786586', '3', NULL, '', NULL, NULL, '8TVzQ51wDZUiAra35aJaUWsaNk3j6NhwPVK61cKhL8KYrms0CiC9eDCp8vSX', 1, '2020-02-19 11:34:52', '2020-02-19 11:37:02', NULL, 0), (136, '4981 6741 6192 2345', 'okkk', 'opiui@gmail.com', '2020-02-18 23:37:46', 1, NULL, '6727658759', '3', NULL, '', NULL, NULL, 'xgZcSrV6BDmA1Z5a3uZG5bA9VZTv4WveBSL2llXCpSQFv63ITbV5ImQyKTYF', 1, '2020-02-19 11:37:46', '2020-02-19 11:38:46', NULL, 0), (137, '6638 9905 8679 9253', 'opppp', 'oppo@gmail.com', '2020-02-18 23:39:22', 1, NULL, '6547686758', '3', NULL, '', NULL, NULL, 'q6f1L6YaY77PitI4vckmeDSnjcx5N39B0JRLOZ1wt0hO1e5oOBn71RA2bOTB', 1, '2020-02-19 11:39:22', '2020-02-19 11:45:24', NULL, 0), (138, '4413 9437 7484 9764', 'oppo2', 'oppo2@gmail.com', '2020-02-18 23:45:45', 1, NULL, '6524767865', '3', NULL, '', NULL, NULL, 'ROsOfSe6soXT1YBlCYG535WKuJV7eTiWDCUza5a0YOT9Z03uGAgGU2IsJm5x', 1, '2020-02-19 11:45:45', '2020-02-19 11:46:38', NULL, 0), (139, '4760 2707 8785 4941', 'oppo3', 'oppor4@gmail.com', '2020-02-18 23:47:33', 1, NULL, '5643654764', '3', NULL, '', NULL, NULL, 'q7dwzbX5TxGmrJCjYqScrp0r1rUnUHjOQK1Pe7bvrnBPSwpxseD04Tqa9gtz', 1, '2020-02-19 11:47:33', '2020-02-19 11:48:54', NULL, 0), (140, '7673 3612 2947 4745', 'oppo6', 'oppo56@gmail.com', '2020-02-18 23:49:13', 1, NULL, '6235766578', '3', NULL, '', NULL, NULL, '9dHfn2BCAapOQOxaF8aH552My23K37fAIueft5PkzQR9c6Qs4MPiD6fnmBgO', 1, '2020-02-19 11:49:13', '2020-02-19 11:51:44', NULL, 0), (141, '6823 6479 5580 3086', 'pooo', 'pokkk@gmail.com', '2020-02-18 23:52:21', 1, NULL, '5657147645', '3', NULL, '', NULL, NULL, 'sGpmcL9JtcuNlYgexpEjfEwgg8Pqi3oLRqF7wXJ4YrIxHAo7TppKIps5mKsy', 1, '2020-02-19 11:52:21', '2020-02-19 11:58:44', NULL, 0), (142, '9411 8923 9794 8854', 'bhai', 'bhai@gmail.com', '2020-02-18 23:59:49', 1, NULL, '7368567876', '3', NULL, '', NULL, NULL, 'pwZyT0Zsrdd0ypklsYJgHiEcg77tRzgWhP4nyVnRKgh2xibSq1PbWyKuNLRJ', 1, '2020-02-19 11:59:49', '2020-02-19 12:12:16', NULL, 0), (143, '9178 1247 3827 1397', 'bhai 2', 'bhai2@gmail.com', '2020-02-19 00:12:44', 1, NULL, '6737367868', '3', NULL, '', NULL, NULL, 'K6N55zXi3woL0jdlLeAlkUtDwTyGz9EoKxUiNngOVEd4qDch6T5RcHvjgYth', 1, '2020-02-19 12:12:44', '2020-02-19 12:18:15', NULL, 0), (144, '4543 2715 5685 9660', 'bhai 3', 'bhai3@gmail.com', '2020-02-19 00:18:46', 1, NULL, '6945765897', '3', NULL, '', NULL, NULL, '8CY7L0nqQncE0IRng0ngNVRTFHK8Uu7jQCfOJTSYD3n6PC5o61HGhnDnIDGu', 1, '2020-02-19 12:18:46', '2020-02-19 12:27:14', NULL, 0), (145, '5331 1021 9225 3616', 'cash', 'bsisjs@DJs.com', '2020-02-19 00:20:42', 1, NULL, '4534344664', '3', NULL, NULL, NULL, NULL, '5cbCAiABCOcRdQiVC82laXfBGSIZoedjHmMQ4LxHa2UOgpKTaCxJEQ1LyV1u', 1, '2020-02-19 12:20:42', '2020-02-19 12:20:42', NULL, 0), (146, '9799 9579 4415 5717', 'Figo', 'yDCig@uvi.com', '2020-02-19 00:25:59', 1, NULL, '5867255272', '3', NULL, NULL, NULL, NULL, 'Twpttt40mUpI8ec1yfWzIhTzjYq0kyW21hjZfJwtBLd5aJpKeg0hXTbjVuM5', 1, '2020-02-19 12:25:59', '2020-02-19 12:25:59', NULL, 0), (147, '3782 2407 1123 4749', 'b hai 4', 'bhai4@gmail.com', '2020-02-19 00:28:10', 1, NULL, '4364536534', '3', NULL, '', NULL, NULL, 'bGI63VMbmdGtrKJ13PMyUdNRblZ91rTyOF2IhGemkv1lsylhVhEsdgXdf1E1', 1, '2020-02-19 12:28:10', '2020-02-19 12:30:20', NULL, 0), (148, '7027 6117 2039 6306', 'Uighur', 'hcfi@hull.com', '2020-02-19 00:30:21', 1, NULL, '2825256867', '3', NULL, NULL, NULL, NULL, 'IWlmEYtfTXMsfnas3X35HjnNsz55nI9deLKyMKypqhDeJmfJr9iP0V6gZTRa', 1, '2020-02-19 12:30:21', '2020-02-19 12:30:21', NULL, 0), (149, '5978 5126 1405 2140', 'ne w one', 'newone@gmail.com', '2020-02-19 00:35:18', 1, NULL, '5646654656', '3', NULL, '', NULL, NULL, 'mAE4oFgkjqKsCcrlego5YPpN0v799X6GXgoatbcWwWGySfFpKOMUpDkcTl8b', 1, '2020-02-19 12:35:18', '2020-02-19 12:35:40', NULL, 0), (150, '8126 3413 8622 8694', 'okkp', 'oppp@gmail.com', '2020-02-19 00:36:01', 1, NULL, '6542364576', '3', NULL, '', NULL, NULL, 'HhiKSWqmJtDSnGx8S2JUzEayK4ZWQCVkyxxrzmiGrBEve3IKUiln7Cpf5lWn', 1, '2020-02-19 12:36:01', '2020-02-19 12:41:24', NULL, 0), (151, '1528 6476 1289 4433', 'shsjbshs', 'sbhaus@haha.com', '2020-02-19 00:36:57', 1, NULL, '7845466484', '3', NULL, NULL, NULL, NULL, 'Uzbsd574n0oLpg9MvG1glnrLBMRGd9pDhZWqzT8y3jiaXU9xY5XgegI6Gw9S', 1, '2020-02-19 12:36:57', '2020-02-19 12:36:57', NULL, 0), (152, '3227 8057 1398 4964', 'ssjsjjs', 'snsj@Shia.com', '2020-02-19 00:39:02', 1, NULL, '8464876464', '3', NULL, NULL, NULL, NULL, 'QdEHRfn81Stk6wFzTPxjT4TMzwOvTtzlO0F3JQ8Ors5gtaXDbVH5ePHhi5Px', 1, '2020-02-19 12:39:02', '2020-02-19 12:39:02', NULL, 0), (153, '2028 4491 8785 3527', 'banks', 'bsjs@haha.com', '2020-02-19 00:40:39', 1, NULL, '4564181684', '3', NULL, NULL, NULL, NULL, 'hPzzSlz7ESwlMPx71w5JdyGOx0Dcu7R1cGyhZGEltnrxfEoe8h78J2uNsEdx', 1, '2020-02-19 12:40:39', '2020-02-19 12:40:39', NULL, 0), (154, '7972 3432 3934 1187', 'tarun', 'tarun@gmail.com', '2020-02-19 00:41:49', 1, NULL, '5437653476', '3', NULL, '', NULL, NULL, 'HIMOQ2Baz1rV3hXvrqNveJd4LRYDujJ2enS3fWK6BRdpqOzZFQZTxHVAu2ri', 1, '2020-02-19 12:41:49', '2020-02-19 12:43:26', NULL, 0), (155, '5503 8836 6779 5337', 'babu', 'babu@gmail.com', '2020-02-19 00:43:52', 1, NULL, '5143675476', '3', NULL, '', NULL, NULL, '8SSdUAJ7qUqb7kKqtfUsfQS4SrIhJWY4je90CkRrOfIx7n1pp6pODiS4lIPT', 1, '2020-02-19 12:43:52', '2020-02-19 12:49:34', NULL, 0), (156, '7623 6204 7720 8257', 'haha', 'sbnans@haha.com', '2020-02-19 00:44:24', 1, NULL, '8464846487', '3', NULL, NULL, NULL, NULL, 'dIQfH9t2AiZh0SKyvSqi8hENBlCZNp52AG2uiQHL5WT94R3qoDkfv8hJHbJN', 1, '2020-02-19 12:44:24', '2020-02-19 12:44:24', NULL, 0), (157, '6842 6988 5038 5153', 'ahaha', 'Ansjis@sjjs.com', '2020-02-19 00:45:22', 1, NULL, '7864346194', '3', NULL, NULL, NULL, NULL, 'vdK7GreOvUkG4bMFaaF4f8Nzz63XKy7LOh0OTv5x7DIoA8WfUSPlTAq3eCxj', 1, '2020-02-19 12:45:22', '2020-02-19 12:45:22', NULL, 0), (158, '8343 4917 1322 2564', 'Baabu Ram', 'baburam@gmail.com', '2020-02-19 00:49:59', 1, NULL, '1547654725', '3', NULL, '', NULL, NULL, 'ph6fc8dGx24e9noGqqf6MOnXN1nOB6AjJH7ys0H62dUq3lruuPAcC6PYsUdN', 1, '2020-02-19 12:49:59', '2020-02-19 12:58:15', NULL, 0); INSERT INTO `users` (`id`, `customer_number`, `name`, `email`, `email_verified_at`, `isVerified`, `password`, `phone`, `role`, `remember_token`, `device_token`, `lat`, `lng`, `api_token`, `added_by`, `created_at`, `updated_at`, `device_id`, `request_recieve_per_day`) VALUES (159, '2838 4058 3722 4496', 'thigh', 'gj@g.com', '2020-02-19 00:51:36', 1, NULL, '6545625565', '3', NULL, NULL, NULL, NULL, 'Cg7iYw2YPLMjsmQwLZxOtG5MrQWYNrec4z6WhpumCXw4XoA2XDh74SAPxjLD', 1, '2020-02-19 12:51:36', '2020-02-19 12:51:36', NULL, 0), (160, '8793 7660 1147 6619', 'emend', 'hsjs@haha.com', '2020-02-19 00:55:31', 1, NULL, '9494518464', '3', NULL, NULL, NULL, NULL, 'KIwmQjX5D4hWaKvaM5huRH8Z1m6w5knojSSOhM2IaZdQBl8PCtKFlR1ClG2y', 1, '2020-02-19 12:55:31', '2020-02-19 12:55:31', NULL, 0), (161, '1902 9241 1475 4728', 'Babu Ram', 'babbbu@gmail.com', '2020-02-19 00:58:48', 1, NULL, '5436594276', '3', NULL, '', NULL, NULL, 'mF69KoCwd2gDP9uJUyj1meuvAGAFXrgxRZZ8hT8N0hD5cyPquvqx5GsPD9rR', 1, '2020-02-19 12:58:48', '2020-02-19 13:11:33', NULL, 0), (162, '7167 4992 7407 6480', 'ronit', 'ronit@gmail.com', '2020-02-19 01:11:56', 1, NULL, '4565347657', '3', NULL, '', NULL, NULL, '8JUw6OOsVwDo2gxLJoUR9lC2rNA9fntoVrbz6fRNoIrJyRVulAR7FhdDKSqj', 1, '2020-02-19 13:11:56', '2020-02-19 13:17:26', NULL, 0), (163, '4333 5996 3290 5326', 'ron', 'ron@gmail.com', '2020-02-19 01:17:51', 1, NULL, '5834624765', '3', NULL, '', NULL, NULL, 'MFBAL2WcuWTNbCPYH6KFOyUJCxryXJHc3LVOHynkgDtPVkX5Y4XV0fJWLcLZ', 1, '2020-02-19 13:17:51', '2020-02-19 13:18:40', NULL, 0), (164, '1546 4679 4778 2013', 'okit', 'okit@gmail.com', '2020-02-19 01:19:01', 1, NULL, '5124674575', '3', NULL, '', NULL, NULL, 'SfpJjdvfCNCagD2KiyFDS9dB7t5DxVAMlvdRfqEEchMlaM6uhg2l10RFEX7c', 1, '2020-02-19 13:19:01', '2020-02-19 13:22:05', NULL, 0), (165, '4428 9834 6894 3325', 'john', 'john@gmaI.com', '2020-02-20 04:35:42', 1, NULL, '3452134654', '3', NULL, '', NULL, NULL, 'sgbBP6dhZhefP04XUYMzNzDDWtqWD4ffFn7Ez2SwFw9vJQLNqqXifpyqtjWS', 1, '2020-02-20 04:35:42', '2020-02-20 04:37:48', NULL, 0), (166, '3044 6681 5919 4778', 'john', 'john@gmail.com', '2020-02-20 04:38:45', 1, NULL, '4767674567', '3', NULL, '', NULL, NULL, 'O2WRByDPGyu44pG4wymluaDqCpD5arfPSj604Omij4qzpemR5BeYkV2C6HCk', 1, '2020-02-20 04:38:45', '2020-02-20 05:20:20', 'eFHu2i_HLVc:APA91bEqgMHCbeGhU9oeCGOvkOuVYaxpGBCtbnllRp8Gp2QhxCO9DuLuNL1wpBuB_NhemGLR36vBqICzE86EeGxr3jFDPp3XFfv5u08_rb6yBAWXT896l2kT4hn3Tgkmyr9hrtAjc670', 0), (167, '3566 2422 1802 8291', 'naman', 'naman@gmail.com', '2020-02-20 05:21:26', 1, NULL, '2452364273', '3', NULL, '', NULL, NULL, 'IzLCrKjrwJWdzem9G2SANmfu9lVbrUYG7CC7CNWjA97r5QtNbBN6tS34hHhg', 1, '2020-02-20 05:21:26', '2020-02-26 12:31:43', 'eFHu2i_HLVc:APA91bEqgMHCbeGhU9oeCGOvkOuVYaxpGBCtbnllRp8Gp2QhxCO9DuLuNL1wpBuB_NhemGLR36vBqICzE86EeGxr3jFDPp3XFfv5u08_rb6yBAWXT896l2kT4hn3Tgkmyr9hrtAjc670', 0), (168, '8425 9030 2445 4279', 'DHHd', 'dhdj@hdhd.com', '2020-02-20 05:35:36', 1, NULL, '4564168416', '3', NULL, NULL, NULL, NULL, 'oaZHQOFYsVEOiO664xRCYzKfdVoFIWG2MSuEACaIxBbiDtBlq4J0vjxXlvlm', 1, '2020-02-20 05:35:36', '2020-02-20 05:35:36', NULL, 0), (169, '8613 4284 9237 9036', 'DHHd', 'tsh@jss.com', '2020-02-20 05:40:55', 1, NULL, '4513546467', '3', NULL, NULL, NULL, NULL, 'UcmMGMOHvhnLyHgRy5JDijiTF1OUaf0Ln5TUyviPqAVKx4hp4PAI3rEccNGL', 1, '2020-02-20 05:40:55', '2020-02-20 05:40:55', NULL, 0), (170, '3761 5043 8676 4360', 'test', 'tik@yopmail.com', '2020-02-20 05:46:39', 1, NULL, '8454979646', '3', NULL, '', NULL, NULL, '422Hy4HyTlX15kX7LAEIfSKYWuh1yK2myGmpyFFXUq9QeJ7muS3aftQZG92G', 1, '2020-02-20 05:46:39', '2020-02-20 05:49:53', NULL, 0), (171, '3784 1899 9761 4326', 'fycuvug', 'bugh@hjk.com', '2020-02-20 05:47:19', 1, NULL, '6858225228', '3', NULL, NULL, NULL, NULL, 'pLv3Kc6OvftS3eatg0AZxhSOc3bCHMogyxyRMuwLg89pkSvBXrMk1fgDUQl3', 1, '2020-02-20 05:47:19', '2020-02-20 05:47:19', NULL, 0), (172, '7623 7513 7398 1582', 'dhdjkd', 'jsjs@js.com', '2020-02-20 05:52:38', 1, NULL, '7664618161', '3', NULL, NULL, NULL, NULL, 'iiq8Qq1yujeeZznQXRIfwPjmhSWg4IqRRW3FJkwAatyqcPqtZsFUuV5i1kYf', 1, '2020-02-20 05:52:38', '2020-02-20 05:52:38', NULL, 0), (173, '2673 5217 8190 4598', 'Dot Technologies 1', 'dottechtest2001@gmail.com', '2020-02-20 05:53:12', 1, NULL, '5464831647', '3', NULL, '', NULL, NULL, 'gEt2E7ujrNu66X7yOaE6viJrLajI0XyBOZpgqp3K55W17yYCh2Hd3NIABqyV', 1, '2020-02-20 05:53:12', '2020-02-20 06:00:29', NULL, 0), (174, '7000 4364 2741 4831', 'HSHSJd', 'hejs@DHHd.com', '2020-02-20 05:57:26', 1, NULL, '4961618464', '3', NULL, NULL, NULL, NULL, 'fKTlirpNLrs8H3WWcUeT7iMkeSF9FSjn96YdRYcQZKUMeCBGtNK8Zm3gXcRg', 1, '2020-02-20 05:57:26', '2020-02-20 05:57:26', NULL, 0), (175, '8714 4684 4058 4710', 'HSHSJd', 'hssj@SJSj.com', '2020-02-20 06:01:40', 1, NULL, '4964548464', '3', NULL, NULL, NULL, NULL, 'NllhGVi3V63DlDYDZKTJvL1O8RZP3q0pVPbw1jMhsNlsgyVHfehGOu5mbcGe', 1, '2020-02-20 06:01:40', '2020-02-20 06:01:40', NULL, 0), (176, '5815 1293 7271 4153', 'dhdjkd', 'heid@hdhd.com', '2020-02-20 06:06:38', 1, NULL, '6464349464', '3', NULL, NULL, NULL, NULL, 'NK8vF0WUH2crxpsUPsOWLRCGNNUpyv6UjhAIERHgqEUocd63W3DR8vonmuNU', 1, '2020-02-20 06:06:38', '2020-02-20 06:06:38', NULL, 0), (177, '7117 7688 7640 2654', 'dhdjkd', 'jdjdj@djjf.com', '2020-02-20 06:09:41', 1, NULL, '8434345166', '3', NULL, NULL, NULL, NULL, 'XNqzLOyB6jRo7O9ByaZhNZv69mZ6VW4Fgn2TOBjO8qhgY9ZAsgSjFnFkqu6q', 1, '2020-02-20 06:09:41', '2020-02-20 06:09:41', NULL, 0), (178, '2420 5572 4672 5820', 'dhdjkd', 'shikha@yopmail.com', '2020-02-20 06:18:56', 1, NULL, '4994946766', '3', NULL, NULL, NULL, NULL, '1ObczJaq3CYuZkVTHM9pSqZAHV3Iala34zpnbxMk9IBavTkPlw4lrM0dvFM5', 1, '2020-02-20 06:18:56', '2020-02-20 06:18:56', NULL, 0), (179, '1695 8571 2235 9770', 'sbjskd', 'sjjs@DHHd.com', '2020-02-19 19:36:07', 1, NULL, '9464648484', '3', NULL, NULL, NULL, NULL, '1fxggIKKaC1dvHiiQCnJ2zFVfiiNvPE2VK57aCqJhNRRm5o7AHic1POBtwAK', 1, '2020-02-20 07:36:07', '2020-02-20 07:36:07', 'eSGexbDT-yo:APA91bErm2LQ-ajpBKYzV92XTCVMWZRcww1Hywj5RcMkniAXsLze_zskOC62iwf53uWZX70i8JS06LPDBkKV7nyzvuykPLKcogFOVLuQrh-G0IefCA7IyeuRYhDepVgqCO8tornmbv3w', 0), (180, '5374 2023 9264 1687', 'chug', 'gcc@uffi.com', '2020-02-19 19:38:37', 1, NULL, '5828382552', '3', NULL, NULL, NULL, NULL, 'TQdAN6IWflXivdXg9XLvzlNcGDBzETu3pRyC15TKefd5J2N6nen5V3vVSk0S', 1, '2020-02-20 07:38:37', '2020-02-20 07:38:38', 'eSGexbDT-yo:APA91bErm2LQ-ajpBKYzV92XTCVMWZRcww1Hywj5RcMkniAXsLze_zskOC62iwf53uWZX70i8JS06LPDBkKV7nyzvuykPLKcogFOVLuQrh-G0IefCA7IyeuRYhDepVgqCO8tornmbv3w', 0), (181, '2762 4692 3626 2745', 'test', 'kabera@yopmail.com', '2020-02-19 19:39:02', 1, NULL, '3556732567', '3', NULL, NULL, NULL, NULL, 'eh7HGxC4y9hEJXbVrE6WEXRzZ3SWF5NFLDhaAy5ElaiZgRmo2g1ZuhUOuZwy', 1, '2020-02-20 07:39:02', '2020-02-20 07:39:02', 'cXhuHq0npa0mJFcZiVPia8:APA91bEyDv5erZvrSvLYK8NtMcPbOicSYSvdZ5gSHFwME-gKvwUabUava736QKzHDc8zxm8dmykEb5E0Bw4RVN2eRbT0Tk9kzXrrZuUqJwR7C0v1q1Wp1ZNYBGDfqvS2Df8_bZrsZDHN', 0), (182, '7139 9845 8021 4834', 'Rajesh Kumar', 'rajeshnagra01@gmail.com', '2020-02-20 03:37:46', 1, NULL, '8813885178', '3', NULL, NULL, NULL, NULL, 'GfngZi9UK4ODvQ1JgPofGRUlBxtVDIeX41tIYoH6qqlj7hML6MYvVSxYVhVZ', 1, '2020-02-20 15:37:46', '2020-02-20 15:37:46', NULL, 0), (183, '3668 3645 5094 2362', 'Preetam Dube', 'dubepreetam999@gmail.com', '2020-02-23 06:06:02', 1, NULL, '7021003173', '3', NULL, NULL, NULL, NULL, 'G1WqhVa4UgptokYWXHbb8jxS41cVhk9N4VEcYOf2Bpo6PfabtSbTnIq5NFNt', 1, '2020-02-23 18:06:02', '2020-02-23 18:12:40', 'fhtJ-XoC0Yc:APA91bGQ7tXMRax9zWo3MqRrZpYcxFCL6AppYB5hSMvHLIwhyH3D-F6ZPYp8F6GDjOwZOs4nRie9u9xRuzDCzoLMZ2zo9p_GrdvSXpl2OGTEQe71BkAMyd7ERnH9MU7JXZdBt5vwU7Cn', 0), (184, '4765 1614 2151 7485', 'Utkarsh Gupta', 'utkarshtheprince@gmail.com', '2020-02-23 22:22:58', 1, NULL, '7017126479', '3', NULL, NULL, NULL, NULL, 'yUPWQSYYIiQWBCT3YViZ2h5VyI8VGMwcEwfZkQ2fm67DUJ3tCcBAY8cvZTdj', 1, '2020-02-23 22:22:58', '2020-02-23 22:22:58', NULL, 0), (185, '3123 7232 3437 5926', 'Anshika Mishra', 'anshika.mishra1297@gmail.com', '2020-02-24 04:59:31', 1, NULL, '7080769304', '3', NULL, NULL, NULL, NULL, 'S9U0tAcBrM5vK1X84QLZlIuHV8magxflQ5vccxQBJVACOCtZBDV1PUDFT2N8', 1, '2020-02-24 16:59:31', '2020-02-24 16:59:31', 'cXhuHq0npa0mJFcZiVPia8:APA91bEyDv5erZvrSvLYK8NtMcPbOicSYSvdZ5gSHFwME-gKvwUabUava736QKzHDc8zxm8dmykEb5E0Bw4RVN2eRbT0Tk9kzXrrZuUqJwR7C0v1q1Wp1ZNYBGDfqvS2Df8_bZrsZDHN', 0), (186, '3620 5890 1007 1295', 'dheeraj', 'ds452620@gmail.com', '2020-02-25 04:28:26', 1, NULL, '9873990931', '3', NULL, NULL, NULL, NULL, '1ylOrTcmgmUl93CWpvLl5eniew9CR8WLTZEcsHWBNbObwBVpeqggWxVbOdcG', 1, '2020-02-25 04:28:26', '2020-02-25 04:28:26', NULL, 0), (187, '9368 2282 5728 8423', 'kishor', 'kaberaglobal@gmail.com', '2020-02-24 21:14:37', 1, NULL, '7307933221', '3', NULL, '', NULL, NULL, 'wfPkCSRq71fF1dzbH8votpEMtLtVpxJFYDvp2qTqBUwOnFzI2nAgdHlpZpSR', 1, '2020-02-25 09:14:37', '2020-06-16 09:56:47', 'ccVl8hM9DGI:APA91bHJjTJVP71iSrsD0o1SLwxBtMx1IvGyKP4_sjJWXZdvrNtSgOUETR-bttZLISOrUymFk_oaZme173680_HP99HzybnqXVzKBKd0KSbCMqJnXnDZk2o6EGCyyf8ojdXNLoZuJROl', 0), (188, NULL, 'Dr.Kishor', 'kaberakishor@gmail.com', NULL, 1, '$2y$10$Pqk2OWbiS08h2ad.7C2ddOHlaNjd.cHmu7KMhR0G1AhH/5NUxlZz.', '9216509242', '2', NULL, NULL, NULL, NULL, '9mTagd6HpTcEe6ZrFRweh5yw8AxtO8hAguBOFHtNjpcAH5pQGDjhQBwbtdnJ', 1, '2020-02-25 09:15:57', '2020-02-25 09:16:45', NULL, 0), (189, '6776 4129 6657 6962', 'Dr.Neha', 'neha@kaberaglobal.com', NULL, 1, '$2y$10$2Ht2FVnzMfDXdzwQ0sx.K.DfTUuaffligYA1keh/fs/hSZDc5BF2.', '8968191492', '2', NULL, 'fjRZOWc0frA:APA91bFEwT768ek1MzgddDldnNTA8X0XdlGqsJz-qUh3yf2pxFHlJOYAGGUlU47Fc-8uquLXRXPFwlIW74BtdBvUH7AfEpNDSMxedcgSKov9NKcEPKPqnstBACMpOTgWviA_4uqMxRgm', '0.0', '0.0', 'nNrd8vruUWL0MQ4mPGh709wF5UlKbwrGAyjhO4u2CKdTCntIhSFuYlOjQ5E6', 1, '2020-02-25 09:21:40', '2020-06-17 07:08:28', NULL, 50), (190, '3951 6772 2215 5202', 'Neha', 'neha123456@gmail.com', '2020-02-24 21:36:03', 1, NULL, '8', '3', NULL, NULL, NULL, NULL, '9iBnxkdo9LaIfZuVG4lFclUoYfSLG69waMJfel4dJAGGMQjUDztJ3nybb7ul', 1, '2020-02-25 09:36:03', '2020-02-25 09:40:22', 'cXhuHq0npa0mJFcZiVPia8:APA91bEyDv5erZvrSvLYK8NtMcPbOicSYSvdZ5gSHFwME-gKvwUabUava736QKzHDc8zxm8dmykEb5E0Bw4RVN2eRbT0Tk9kzXrrZuUqJwR7C0v1q1Wp1ZNYBGDfqvS2Df8_bZrsZDHN', 0), (191, '3884 1196 5463 1125', 'mohalidoctor', 'mohdoc@yopmail.com', NULL, 1, NULL, '1238007453', '2', NULL, '', '0.0', '0.0', 'Fvm3zDAHkbgyt2Pw4g5K9ZaCPGGWv5DLGolXie1xiFItmCY6E693pPlcdi83', 1, '2020-02-25 10:36:41', '2020-02-25 12:39:52', NULL, 5), (193, '8653 9771 4563 8429', 'Prince', 'pgarg@dottechnologies.net', '2020-02-25 00:43:36', 1, '$2y$10$lzsdWheNFt07NW.lbRgDY.GCmZyEW3pASqlu6v5j5S6bcmnxzkdQ2', '9988916130', '6', NULL, '', '30.6996827', '76.691093', 'O31m1vKdG1uy3PLbGtvDiiacVOd6V6UYWmpx9PiIcQLFBcKAh2ZicJ9wVVzG', 9, '2020-02-25 12:43:36', '2020-02-25 12:44:56', NULL, 0), (194, '7872 1347 5203 9753', 'nav', 'nav@yopmail.com', '2020-02-26 00:07:29', 1, NULL, '4545454212', '3', NULL, NULL, NULL, NULL, 'Wk6rYPrbY9Eof7tBlBpwW9ijyGIyBgZ9YNRdBSqs0BLAvRtruS6LkhCFEZw2', 1, '2020-02-26 12:07:29', '2020-02-26 12:10:53', 'fegMdeS58zc:APA91bETwo5l2j1QoGeNUTV7b_xRV4pcb75_CeuJHMOdzD3shTb5qn_zcNOSHrwvmWw6bVA6yVMgosdl8qldFnUWVOl_Tx6TPCJLq3AIgj4Ae-Muxh8SqHznetiATqIyvmXKEL21MVQ_', 0), (195, '3862 5286 4799 6408', 'ronu', 'ronu@yopmail.com', '2020-02-26 00:32:56', 1, NULL, '5416567528', '3', NULL, '', NULL, NULL, 'WIw7J6qE4D3uBAFdtFjohmGYy1BMPtGVqKRBd6IzqLsVQYh0SuRqVmPKzQ0i', 1, '2020-02-26 12:32:56', '2020-02-27 11:53:38', 'eJzqUd2WbAU:APA91bHFt3KJ0no3YNEHbXXZtIXoPnRrPL0H8CJ1ZIMtp58ViPZFXY7eo_BJynBglUGlSeD73Ne8MuCL3mheqqN5d2-zIXgpV2znbOxVtvtThXWXBG9rsdjXIOEk1GkINpm9vSVBA9f-', 0), (196, '2071 2889 7959 5217', 'Sidharth Krishna', 'sidharthkrishnar@gmail.com', '2020-02-27 05:32:21', 1, NULL, '9895948314', '3', NULL, NULL, NULL, NULL, 'ZIkW1FcF1WQuACxGAVtvmKhQKt5QmUKA4XfN6cAMg7CEXNI3chPFntjhniwM', 1, '2020-02-27 05:32:21', '2020-02-27 05:32:21', NULL, 0), (197, '7611 2229 1424 6377', 'varinder singh', 'vickybathinda4231@gmail.com', '2020-02-27 07:02:41', 1, NULL, '7014786827', '3', NULL, NULL, NULL, NULL, '3tuWMc4Ca2KmtiRMZTmIJAYd1S1js72kGf5HBbWRey1W3CwVkZclccYKNMWM', 1, '2020-02-27 07:02:41', '2020-02-27 07:02:44', 'cXhuHq0npa0mJFcZiVPia8:APA91bEyDv5erZvrSvLYK8NtMcPbOicSYSvdZ5gSHFwME-gKvwUabUava736QKzHDc8zxm8dmykEb5E0Bw4RVN2eRbT0Tk9kzXrrZuUqJwR7C0v1q1Wp1ZNYBGDfqvS2Df8_bZrsZDHN', 0), (198, '7934 5034 5860 5252', 'Manas Gambhir', 'manas.gambhir.9@gmail.com', '2020-03-01 05:22:16', 1, NULL, '9996669495', '3', NULL, NULL, NULL, NULL, 'ht1hQWvXZLtQai8eBylBdK0vLTDvW5u4nhZN8dGGSaYQFEUshjsBvd6PEaKW', 1, '2020-03-01 17:22:16', '2020-03-01 17:22:16', NULL, 0), (199, '6639 9444 5399 4394', 'Aadil khan', 'mohammadaadil0801@gmail.com', '2020-03-01 05:22:43', 1, NULL, '9999516952', '3', NULL, NULL, NULL, NULL, 'BvBWSc36HwHitGMlfC2SwpRrKTIacWsJk8pjGUMgRWOwbRx4BvjRRvrhUKY2', 1, '2020-03-01 17:22:43', '2020-03-01 17:22:43', NULL, 0), (200, '9766 7968 8946 6042', 'Abdulkader', 'akyp91@gmail.com', '2020-03-02 07:03:06', 1, NULL, '9833141604', '3', NULL, NULL, NULL, NULL, 'xhuVNa2k06YHKVAEwrOcruLUtvPGWoEDj4WAQMkbuxL3cOrBXDBAptKhGN9P', 1, '2020-03-02 07:03:06', '2020-03-02 07:03:06', NULL, 0), (201, '5794 1604 7546 6836', 'asif ikbal', 'asifloveu0@gmail.com', '2020-03-03 19:57:41', 1, NULL, '9064265416', '3', NULL, '', NULL, NULL, 'Qqy9P1KeOH5m95pHRzI9ZM3GqbWuvh1JGy7wnjnKzBHDpTkDHU9Q5Hp19of4', 1, '2020-03-04 07:57:41', '2020-04-11 18:04:42', 'cwS-OPygkO8:APA91bH3RiQoKHyfbxWWP1bXO0_C6xHvo5jtqcpP6Q1PBw9-PipoZoredaFSC6DI54Wc39IsUBz9YGrB70BPlPURmVoCQSVxpX9zBE57xuUb-giWYKYslSi8Rd28A8LhYs4c-LV9FHq7', 0), (202, '2103 6926 9733 7677', 'test', 'test@test.com', '2020-03-03 22:33:34', 1, NULL, '7837973845', '3', NULL, NULL, NULL, NULL, '82Ie0UAwFClkrK93aDoAC42hkjSMKl8USFNI90UHOC2BMCi116bBZYP0o5ku', 1, '2020-03-04 10:33:34', '2020-03-04 10:33:35', 'frKRfmH3opuXpzctGwC6SX:APA91bGl-l8zzn7s6NoKeWVWgbS34xDKyGcrwtH5QOYFdCu7JPBcItpBB7KFCmIAEnHh72WO0Qtv_xgUlbdKwfm31hemNKLRVXyIagb6Bjr1mAp3pqmw8_36mVWsRn0OJyPHJWxU0xpB', 0), (203, '1698 9665 2432 6657', 'Barinder Singh', 'gdh3343@gmail.com', '2020-03-03 23:29:33', 1, NULL, '7009268486', '3', NULL, NULL, NULL, NULL, 'sHDU3F6wvgHUSlXzbvf8HFAN1VECxRhsQoMph9DQQgDt0mjU8l3lBrGD0NAf', 1, '2020-03-04 11:29:33', '2020-03-04 11:29:33', NULL, 0), (204, '5005 7522 8266 5555', 'Seema Rani', 'singhsangram376@gmail.com', '2020-03-04 23:25:07', 1, NULL, '7051577563', '3', NULL, NULL, NULL, NULL, 'okJNn2JkOIohkK4BB6OGmhKy6gjOZp11zalnRKOvkGKKRRuwso7yDgEjeNU8', 1, '2020-03-05 11:25:07', '2020-03-05 11:25:07', NULL, 0), (205, '6114 4422 9666 4425', 'Yanik lamba', 'yanik.lamba@gmail.com', '2020-03-07 07:22:09', 1, NULL, '7206639111', '3', NULL, NULL, NULL, NULL, 'FDiPeSBpk77xOhP8s8Er4uJbEpg0PkyRFLObFHSBy1MLb5HkqJwXIGKQHQI7', 1, '2020-03-06 19:22:09', '2020-03-06 19:22:09', NULL, 0), (206, '1437 8427 8932 6425', 'Sunil', 'bhatiasunil417@gmail.com', '2020-03-06 19:54:45', 1, NULL, '6284344457', '3', NULL, NULL, NULL, NULL, '1f3qGhIz0pkj6PwhiKBa0La6exOAwFH7Mtn72rt2UVRIszgXVJyVlDmOdJYg', 1, '2020-03-07 07:54:45', '2020-03-07 07:54:45', NULL, 0), (207, '5417 9713 1737 8867', 'Amit Sehgal', 'sehgalamit2002@yahoo.com', '2020-03-08 04:30:46', 1, NULL, '8294551072', '3', NULL, NULL, NULL, NULL, 'Cp8mKGnLFXZ5ziZ9Q8UtqoYrrDlwXwZq50Ih8XOVMhA9zNzYzgryN0aPQvzr', 1, '2020-03-08 04:30:46', '2020-03-08 04:30:49', 'c3-rU5dmObiZsrGPdJnRBO:APA91bGRjbEpZ55GD7xYiUTe6-ogLu6sQkTPv7WO4LuMoThsjVw4rIMcftLXKaeC6s8ntBTVYARZ2uRm3P_G0YK4K0wZ0P_iS5bAhm60yypsj7T-jnq0iE5qTdcvbHomHQ4BrtkWP6X3', 0), (208, '6593 8195 6287 1957', 'Armeen', 'armeenl@yahoo.com', '2020-03-07 19:32:05', 1, NULL, '9958454113', '3', NULL, NULL, NULL, NULL, 'R0AKnzrUlnEEjbQ7r4ka38YjKs4AjIp0djyuBJQT0W1kcqWr4PqPMqSpiLXR', 1, '2020-03-08 07:32:05', '2020-03-08 07:32:05', NULL, 0), (209, '4376 2544 8672 1199', 'AMIT SEHGAL', 'sehgalamit2002@gmail.com', '2020-03-09 07:07:58', 1, NULL, '8294551075', '3', NULL, NULL, NULL, NULL, 'IPOYRaYtAbxwCuFrl81bvfsGNY68yh1R4VbYtJuNAnY8N4gcpNqyqD10iWph', 1, '2020-03-09 07:07:58', '2020-03-09 07:07:59', 'eMSWIaGEjLk:APA91bFfFQrwR7tr-pA_odO7CzMDWano2HOwZh2P0GJxWhaXE1XCM7wMs37bP-DcZ-KXixRz64vlYPFXpEZVQyk40jgvHBEEtvlfRLhi8kRXQHxYYpIuYFoa9RsUD1tpM7D4DTGhublP', 0), (210, '5958 1802 6495 6593', 'Abhimanyu', 'abhi.singh1318@gmail.com', '2020-03-08 21:09:37', 1, NULL, '9393931318', '3', NULL, NULL, NULL, NULL, 'KnZOCGw72q7IrQawJfxrUqThCaXJ7Sy13fytyxOLQRb8zNJSdvlY8vcxmMp2', 1, '2020-03-09 09:09:37', '2020-03-09 09:09:37', NULL, 0), (211, '5263 6879 4298 7689', 'Mohit', 'mohitkmr28@gmail.com', '2020-03-10 05:36:32', 1, NULL, '9569006500', '3', NULL, NULL, NULL, NULL, 'unCoObv0ahUlkNv2xR8mOCyfxhXbclIhMLGu71b5LLfr079WzKR78kK9Otib', 1, '2020-03-10 05:36:32', '2020-03-10 05:36:32', NULL, 0), (212, '1244 3517 8984 9249', 'Manav.', 'wisestepsolutions@gmail.com', '2020-03-10 03:39:45', 1, NULL, '9915080555', '3', NULL, NULL, NULL, NULL, '6iIyDAsgp9RHTcShPEVy8uFnAvSpI6hh4lRUpYLH3mUO78SDQNumLY8hoKXM', 1, '2020-03-10 15:39:45', '2020-03-10 15:39:45', NULL, 0), (213, '1092 6266 9231 7472', 'Test store', 'teststore@yopmail.com', '2020-03-11 00:42:28', 1, NULL, '9865321478', '3', NULL, NULL, NULL, NULL, '3RYHPE8PguqhrU6rLpgt5Dmd35qy7DukbVODnLOmQgQvBWzqwAVIGryju9hy', 1, '2020-03-11 12:42:28', '2020-03-11 12:42:28', NULL, 0), (214, '2964 6657 6012 6559', 'Irfan', 'neelirfan1400.ni@gmail.com', '2020-03-11 22:21:28', 1, NULL, '7780916600', '3', NULL, NULL, NULL, NULL, 'NRCciVQCzYhNlRy7cNBrZSzGab8td5pf9kYZIbJYxaUkvNnw82hjrheWYlzo', 1, '2020-03-12 10:21:28', '2020-03-12 10:21:28', NULL, 0), (215, '4156 6879 4649 4154', 'test store', 'storeDoc@yopmail.com', NULL, 1, NULL, '4546151584', '2', NULL, 'cOJ6bl-Fy4U:APA91bFUaCopqGs4enzYrKuPnXA-igbZWFhV0KML1VJVKvrVyDfLVP8drHZzDP2rqx_V4Hau2Oe6vpda8qDcVt_OlB0oqf-oYf0eyAG9ryA1zbfLkTL3Fkpc3LA4KlutgING2y0wyc7b', NULL, NULL, '5D5AxyRZS9DKqFGbgRwD9TcB2Q1NyCbf0sGCb02LjhfKpsG0UhFltk9ngCJY', 1, '2020-03-12 10:38:34', '2020-03-20 22:11:48', NULL, 5), (216, '8905 4724 7902 3399', 'NEERAJ KUMAR', 'nrjsharma32@gmail.com', '2020-03-12 04:04:44', 1, NULL, '7018176075', '3', NULL, NULL, NULL, NULL, 'JCs04jQiUQ3yZ2s8Hm9N1jLeiHPrU8Lb9HP69phmGq10AM7KsquvmKxxA07Z', 1, '2020-03-12 16:04:44', '2020-03-12 16:04:44', NULL, 0), (217, '7337 8191 3684 6738', 'Ravi saini', '5611185@gmail.com', '2020-03-12 19:53:50', 1, NULL, '9996618740', '3', NULL, NULL, NULL, NULL, 'mdLaZHBDtycoKz7opHThEVhSMZNUAwlAppXsJawW3rZKrmCeK5M2DtvHrJgd', 1, '2020-03-13 07:53:50', '2020-03-13 07:53:51', 'dVl4Yf83H0dsG6_QWlh774:APA91bHahKqiTNDPE4AvVHUJXHaVpd-ld9XYWiNhLlIDdJ445kwa8T5Zcd0H5GL3MLIGXjZd2tXadDrBsGfh_V3s71pVHlWG1-ZtiET0idW9ulbYnSMRkgP8f7OZf6lUwqiwhV8G7-6W', 0), (218, '9401 1461 7874 8329', 'Davinder kumar', 'pnbdev@gmail.com', '2020-03-15 06:02:37', 1, NULL, '9459006206', '3', NULL, NULL, NULL, NULL, 'WTteX6S47cDMbFZtXUTvlbXA1XZCPtnzsHkANUwt7EmbUz9pWOg6qFJBnBI5', 1, '2020-03-15 06:02:37', '2020-03-15 06:02:37', NULL, 0), (219, '7542 4615 3183 1097', 'RAMBABU MEENA', 'rambabumeena276@gmail.com', '2020-03-14 19:46:02', 1, NULL, '9602419332', '3', NULL, NULL, NULL, NULL, '4AjOXnxVEVWmE2dwovHxhX1luP6hdVSkGOgksxfDDElWFhtWmALgDS12ylCM', 1, '2020-03-15 07:46:02', '2020-03-15 07:46:02', 'cFJIGxYmBbM:APA91bFtIFyB19fPmNRO7k1gybGQe_NH_SFM_mqBvO_NviXPl3t1OevcPXh8dDckeLdiSc-ulhJxD7X8vmVL6q9qtRZO-qTcUTaFNCwmlzZFndfe6v_8426eO8CouHbJU-jQU3NILChI', 0), (220, '7348 9145 8927 6186', 'Dot Tester 1', 'sk@yopmail.com', NULL, 1, NULL, '4521876946', '2', NULL, 'ftcDOx04V2M:APA91bG98TTGmqAVTEUqFWdRjwBbi1XqR210XOcCE7o9gM66J8YK2FclV4EiNEzrlQJR31QmrclLcSjQi-B8qgLJR_QuVIP4P7XbwfYpj9BqdG0jYq0ZNFFtKQbA9FCMd9Z3CSmq3Ovu', NULL, NULL, 'x9ZGYQahEjr8Ij6f1ib4O4wCB3QTfNUDzw4V3XGyqgc9JUhKSFM6W6XKFVYr', 1, '2020-03-16 06:26:46', '2020-03-27 06:53:41', NULL, 5), (221, NULL, 'Dot tester 2', 'gk@topsail.com', NULL, 0, NULL, '5484845115', '2', NULL, NULL, NULL, NULL, 'vkYpyB3JHLSdNvUB3S1ir8ESrVkt5pU9C5My3XFjA0oukO4kOlCyX4BEJLFL', 1, '2020-03-16 07:24:18', '2020-03-16 07:24:18', NULL, 5), (222, '3703 8040 3786 4390', 'Dot tester 2', 'gk@yopmail.com', NULL, 1, NULL, '5454848721', '2', NULL, '', NULL, NULL, 'QgKkmZKYEBRzjbTCLu0zn1RjJoBE8mgdSBRT9CCEGkff7EHmhQ2c7lbLKTkd', 1, '2020-03-16 07:24:40', '2020-03-16 07:27:43', NULL, 5), (223, '9752 9989 2905 2773', 'Doty tester 1', 'ak@yopmail.com', '2020-03-15 19:30:55', 1, NULL, '1478523695', '3', NULL, NULL, NULL, NULL, 'EVaK3tjKfYsyudcLRAklp5zzbLRYeIdfWo4Oddxi9X4AGBU6edZuuicr1HXI', 1, '2020-03-16 07:30:55', '2020-03-16 07:30:55', NULL, 0), (224, '2612 7208 1601 9096', 'Doty tester 1', 'ok@yopmail.com', '2020-03-15 19:31:58', 1, NULL, '1478523693', '3', NULL, NULL, NULL, NULL, 'kwSp6u2BAMLT5EcRQcLau4oqi9k3pDBxyWM82bchPqqjKZhbl08dkF4bDmXt', 1, '2020-03-16 07:31:58', '2020-03-16 07:31:58', NULL, 0), (225, '5192 9184 8782 6735', 'jyoti', 'jyotigupta6121994@gmail.com', '2020-03-15 19:37:30', 1, NULL, '2323232323', '3', NULL, '', NULL, NULL, 'd4dkrECMpH0u8YfCMet9bWOIeXbuJPE4zIcHoDfwF3ZIrgivcx0APLBhlxsh', 1, '2020-03-16 07:37:30', '2020-05-05 18:44:17', 'eRfnc3LoTmk:APA91bEnFNh-HgC4i20IUX6iVjq-Hv2zDLdIDpryLj0EmGF7shnulsLDI9SsQN_PUoWSCVI7ZpJWmu91hkZribwxVA_XWRvEYM7roUWA2IceMcazjiYmYPFd2OMZcXA_zFs61hIjE_BV', 0), (226, '7791 9079 1119 2358', 'good', 'good@yopmail.com', '2020-03-15 21:22:13', 1, NULL, '7984644646', '3', NULL, NULL, NULL, NULL, 'wRyfesOhwMxfI3WNODT4GTXAg3U2BkjZKT3qTjV81SkZNIjp9QnQCv2ZcVe5', 1, '2020-03-16 09:22:13', '2020-03-16 09:22:13', NULL, 0), (227, '7673 1041 2384 3420', 'tester', 'gy@yopmail.com', '2020-03-15 21:34:51', 1, '$2y$10$VRexWtbx3HprEH6tCWHQS.FJs3HY0USzyuyNGFVBfQ5UV2f0bPGke', '5451848451', '6', NULL, 'd6g1mibJbAk:APA91bGg5KuPz_bcDrR5hE5wUh8qM0nXYJ4leJaVJS5RyjupdNGRzXMnTxM2krXtNrwqzb-4Nf0a0NLJv_ky2-ZX2Kbl3InFIdKXbIUIjR2WwwDV3euR0v_L65s64wVgOSzO7-EIlyP_', NULL, NULL, 'iSivTwbdnSKnS9tlpqdP9z0x3d0JLnL6WbvlOlsTIjLI0CdBSsw6Ovn5pxE5', 220, '2020-03-16 09:34:51', '2020-03-18 06:55:15', NULL, 3), (228, '8169 1904 5016 4422', 'Faizul azeem', 'faizulazeem88@gmail.com', '2020-03-16 04:18:34', 1, NULL, '9560786972', '3', NULL, NULL, NULL, NULL, 'WijHR7o1jCSDp7wqTkUokYuN9J3fvNIOhpqfIi5qMY0jQpEwSd7QNY7PFuMA', 1, '2020-03-16 16:18:34', '2020-03-16 16:18:34', NULL, 0), (229, '3006 9198 8606 1671', 'BILAL', 'bilal0786pathan@gmail.com', '2020-03-16 05:46:08', 1, NULL, '9870289810', '3', NULL, NULL, NULL, NULL, 'CzwYvMTjbdLlSPIOXkvJdjICWt9aJ967Z1rXvJS70A8ZfiC4SSipnMnSKDzz', 1, '2020-03-16 17:46:08', '2020-03-16 17:46:08', NULL, 0), (230, '8291 7870 6612 3440', 'Akash Raikwar', 'akashraikwar09@gmail.com', '2020-03-17 03:23:26', 1, NULL, '8959695997', '3', NULL, NULL, NULL, NULL, 'alsy6K2OGnjISkmmuX9s7jvHI97I697CexFiE0iKXy2wsBGtBlvY4KIEtaXD', 1, '2020-03-17 03:23:26', '2020-03-17 03:23:26', NULL, 0), (231, '9882 5920 6444 2034', 'doctor 12', 'sg@yopmail.com', NULL, 1, NULL, '5742878784', '2', NULL, '', NULL, NULL, 'BoAyQbty91qD8MNdlPoFFDSm9GYx9nvaaiQ9pfIVvBNRfBZTQ3jZ0mc0HDhQ', 1, '2020-03-17 11:58:30', '2020-03-18 06:51:46', NULL, 5), (232, NULL, 'tester', 'sp@yopmail.com', '2020-03-17 00:06:21', 1, '$2y$10$pV1DOTn9lgIxYKRZAz19Y.5i80YG5pNU4bSrRVLLMvqkjKJhyewbu', '8484845484', '6', NULL, NULL, NULL, NULL, 'AwDhbUX8wXbaMo42GburEuXCEWYfc1cjlhnfl8XxU38St5WVP4Gs87c6I82b', 231, '2020-03-17 12:06:21', '2020-03-17 12:23:37', NULL, 3), (233, '4239 3373 1165 6074', 'jagdeep Singh', 'deepgill.gill970@gmail.com', '2020-03-17 03:55:33', 1, NULL, '7307377077', '3', NULL, NULL, NULL, NULL, 'YXCT4fKwQztsuEWVYHVzby67PGnTmBainINK5nNU0jaAstDcgDMH1F3xC5FJ', 1, '2020-03-17 15:55:33', '2020-03-17 15:55:33', NULL, 0), (234, NULL, 'dot 1', 'rm@gmail.com', '2020-03-18 06:27:53', 1, '$2y$10$I2SB3oEHoIru/hhvShdiHupC7UPr8F6WM.RtejVDs/sK25Y6g1MBK', '7488852588', '6', NULL, NULL, NULL, NULL, 'p0kXz36jUHbbconeI8rzw0Ko1jZdrjQeafr3cnj1CC43Uo5QdWKnO0jVFcGc', 231, '2020-03-18 06:27:53', '2020-03-18 06:28:11', NULL, 3), (235, '7461 4829 1079 8185', 'Himanshu', 'himanshujoshi.ca@gmail.com', '2020-03-18 01:55:28', 1, NULL, '7838158978', '3', NULL, NULL, NULL, NULL, 'eH6QA8TWc24QCR1MPaFJ33XrapO6GC3vfDu9WcRmWskit10wVY4UWiDS3UTn', 1, '2020-03-18 13:55:28', '2020-03-18 13:55:28', NULL, 0), (236, '5899 1643 2842 1414', 'Jaskaran singh', 'jaskaran649@gmail.com', '2020-03-18 21:49:52', 1, NULL, '7814344774', '3', NULL, NULL, NULL, NULL, 'O74qxpsQi1BNy3Oz3KjpoLOu3mobrFDwvryeKWClMXUiEX9RbJOBGwO4VZBz', 1, '2020-03-19 09:49:52', '2020-03-19 09:49:52', NULL, 0), (237, NULL, 'fes', 'johnminor2006@gmail.com', NULL, 0, NULL, '1408476651', '2', NULL, NULL, NULL, NULL, 'Iwj96UpJl5UDvxqMvSKWP6C1fLh855hbniA6IV0RcLUnyLT9qnbY32xNMphj', 1, '2020-03-19 14:25:36', '2020-03-19 14:25:36', NULL, 5), (238, '1271 6667 9902 5277', 'Jagmohan singh', 'jagga4498@gmail.com', '2020-03-20 04:03:33', 1, NULL, '9622273365', '3', NULL, NULL, NULL, NULL, 'YXaJISQP6F3vnRPSwrauTp4bmQIRC5NlfXsnBSZ7LVi3f5LrzJ63DIXJgRWn', 1, '2020-03-20 16:03:33', '2020-03-20 16:03:33', NULL, 0), (239, NULL, 'maarsh shwedi', 'dsbeatdown56@gmail.com', NULL, 0, NULL, '9875464218', '2', NULL, NULL, NULL, NULL, 'R4Z6FjncktZKbLoDKH9Ehiymyy7ZVCfjHgM8zClE5d2UIuW0C4tXd1KjFYGs', 1, '2020-03-20 17:50:34', '2020-03-20 17:50:34', NULL, 5), (240, '6017 3510 1074 1177', 'Naveen Godara', 'godarank25@gmail.com', '2020-03-21 03:17:05', 1, NULL, '7062131001', '3', NULL, NULL, NULL, NULL, 'dDnLxxPmz7DNC0IVM5wbLUWUqkYw938DcFu2qupJhpheegjonjIubYXe3MwO', 1, '2020-03-21 03:17:05', '2020-03-21 03:17:05', NULL, 0), (241, '2634 3885 9626 5061', 'Aditya Sareen', 'adityasareen1481@gmail.com', '2020-03-21 07:18:36', 1, NULL, '8351050281', '3', NULL, NULL, NULL, NULL, 'o58dgCXNrUZMbXoInHBTNqPctY6J4xzpN347eqCzXIJhaDMbD1PCMTd3vWPt', 1, '2020-03-21 07:18:36', '2020-03-21 07:18:36', NULL, 0), (242, '2695 1037 9784 7067', 'Kanna', 'kkanna867@gmail.com', '2020-03-21 21:40:34', 1, NULL, '9985955082', '3', NULL, NULL, NULL, NULL, 'fTotrP3it6zflW5pSO6qnCmuGRhTxwswJVxfTsqKyjU6B7Syuf5OIF4Jmd4v', 1, '2020-03-22 09:40:34', '2020-03-22 09:40:34', NULL, 0), (243, '9182 4597 7551 4139', 'Aman Sandhu', 'amansandhu8894@gmail.com', '2020-03-22 05:38:13', 1, NULL, '8894533535', '3', NULL, NULL, NULL, NULL, 'cnrDvqCdgBP3v6tLpKMLpPmD06Puc7eCLgFJLf3eFDo3A4P6y9MI7WDs2aML', 1, '2020-03-22 17:38:13', '2020-03-22 17:38:13', NULL, 0), (244, '3171 8538 9764 2856', 'Naveen Kumar', 'naveenkamboj90@gmail.com', '2020-03-26 06:00:30', 1, NULL, '9017273045', '3', NULL, NULL, NULL, NULL, 'UZVOpOcBx2L7eB0i7tZtWuDMdz3NO2anNzNrBlj90MYZBHFuDOUIgx1PE1ta', 1, '2020-03-26 06:00:30', '2020-03-26 06:00:30', NULL, 0), (245, '7277 3823 3485 2464', 'Upamanyu', 'uptan9888@gmail.com', NULL, 1, NULL, '7888735199', '2', NULL, 'fSTmyQw6VPA:APA91bF6_G12vo82omein9_sTO_zMgoT_83qRd4TCLbLcSUzZv1xKTIfj_AgVEs23IRYzdsni0CI6xYO8vAklrwj6Jl14pr9asTvbvXTIEu7S5IxYVlBX0UheAWwthsW5n9zQJEbNJcV', NULL, NULL, 'GsBBIsx6hqSLmJ1gWDfPVu8fELeT8igWGTGJsZlyzaa59uQAziMRDy8pwBoB', 1, '2020-03-27 06:12:34', '2020-06-13 13:53:45', NULL, 5), (246, '8868 5118 7892 6890', 'Ruchi Sharma', 'pomod96762@ualmail.com', '2020-03-27 06:22:11', 1, NULL, '7740054072', '3', NULL, NULL, NULL, NULL, '5NgBtE9axZK2xOXp7JewzXO4EMWtrcuTqe09Am5Npfr3Z0LXytEGsMYX1Hfd', 1, '2020-03-27 06:22:11', '2020-03-27 06:22:11', '123456', 0), (247, '4274 3009 1464 7705', 'test', 'fk@yopmail.com', '2020-03-27 06:32:20', 1, NULL, '4587545457', '3', NULL, NULL, NULL, NULL, 'WUOMl6NLCLuGEPTQb8PdE2Vj35OKZaOUEzpOc4vaSn2em17nghZwpTwNb2bm', 1, '2020-03-27 06:32:20', '2020-03-27 06:32:20', NULL, 0), (248, '4719 9445 9564 3623', 'Hritik Roshan', 'cejikil159@fft-mail.com', '2020-03-27 06:34:17', 1, NULL, '4445784463', '3', NULL, NULL, NULL, NULL, 'TTgsA3QQizM3D9HTpLlTNUz0RS8sbANidwEELephDB2OJ2zs0nMveFTW2Jqb', 1, '2020-03-27 06:34:17', '2020-03-27 06:34:17', '123456', 0), (249, '7618 8208 3122 7093', 'test', 'kb@yopmail.com', '2020-03-27 06:34:49', 1, NULL, '8968707946', '3', NULL, NULL, NULL, NULL, '2vZ6VYnrpJEROJBLMv03yQrZ3dh4FC5Fy7HUpuMm55kbKzj8pRM7zhYhBHum', 1, '2020-03-27 06:34:49', '2020-03-27 06:34:49', NULL, 0), (250, '4042 5834 5732 4774', 'Pooja Gupta', 'pooja.developer48@gmail.com', '2020-04-08 06:00:15', 1, NULL, '9518863661', '3', NULL, NULL, NULL, NULL, 'D0ZYILaX7fwm175q1RaEcJZldFsLeqRAXXFNcbZ0WA2LMT3IpgTqS3BZC9h9', 1, '2020-04-08 06:00:15', '2020-04-08 06:00:15', NULL, 0), (251, '4803 2937 1769 9091', 'Ravi Shastri', 'fisolo9191@ualmail.com', '2020-04-09 02:12:48', 1, NULL, '7741114746', '3', NULL, NULL, NULL, NULL, 'EtNfgfTAnw3BIwoVdsP8OX5oQaqxNCNOqkKeEhW0Z7EDHYJkUhFQAuVgvSuW', 1, '2020-04-09 14:12:48', '2020-04-09 14:12:48', '123456', 0), (252, '5423 2010 4701 7807', 'sukhdev sharan', 'sharan.heartbreakkid@gmail.com', '2020-04-13 02:22:05', 1, NULL, '9954614115', '3', NULL, NULL, NULL, NULL, '35AhVh8QRAgrN7V3QVlADy2vdRVuN5kHgtAxBGeBY3GQooAnDWCKxnpqafNt', 1, '2020-04-13 14:22:05', '2020-04-13 14:22:06', 'co8nSzq-i2Y:APA91bFXNpESXlEO3HN4XPvVmB8hW7sh6IR--thkUELFTR7322Y2NlFHTftKbeEFIMTh_irJBADn80-m8qi30bMb6BlOlCq7sYBWo5-tLkjNRv8YOp17S1E6ut5T_f-spOxReIaZGvC1', 0), (253, '4886 8172 4200 4459', 'Hilal Ahmad Bhat', 'hilalbhat208@gmail.com', '2020-04-17 03:59:11', 1, NULL, '7889431641', '3', NULL, NULL, NULL, NULL, 'hCzBFNhiss1DsM7hI09ip534N3O66WRLJkbduf9mcHl63WXVlec0YVyzv98F', 1, '2020-04-17 15:59:11', '2020-04-17 15:59:13', 'eRNBaJrLgRgkS-pbSB3-WT:APA91bHdC8vzK5t19TzjtTvO8pTOQWJ_O9i_2CSKc0-RSYlizhA8LM3quvgG_jrmX4oYuIjAUUfgHp-Utbrp7oO8Aou9ERlrSEq9uhGYNvOIjN_DoQkqAee9CTWd5zfvGZr4gC-5t5Sl', 0), (254, '7344 2721 1713 7930', 'Ravinder Singh', 'rvndrsingh121@gmail.com', '2020-04-18 22:24:44', 1, NULL, '9582676248', '3', NULL, NULL, NULL, NULL, 'SqM95MU935MExrPztoCguViICOq16qNg482DnrKxsUex7I900qJrjVl3Q7X6', 1, '2020-04-18 22:24:44', '2020-04-18 22:24:46', 'fLKvT-vHRHcg6QU6IBGp7g:APA91bHQZEGOmfPjRIFFNXQpIADeZ1QlHwCEx__03ZJx4CnX6NyvvOpOgP9rfuBPOP1Zn7l7uzALbxL0NUhx3H0rQINYy39SaK0u9z4eqTzyONlaITl7J47x5khh8hVpzi2ekS0HezQ1', 0), (255, '4994 6055 5359 8064', 'Hitesh Bhawsar', 'bhawsarhitesh@gmail.com', '2020-04-23 23:17:11', 1, NULL, '9752106217', '3', NULL, NULL, NULL, NULL, 'cKDoj2BcDVi8hhzP7sapwi09Mxp37LF8TTFUlcl5yYFmFWaQ6SkRE5pDvp11', 1, '2020-04-24 11:17:11', '2020-04-24 11:17:11', NULL, 0), (256, '7325 9853 7725 2408', 'Shubham', 'ss4804192@gmail.com', '2020-04-25 04:39:28', 1, NULL, '6284138991', '3', NULL, NULL, NULL, NULL, 'lMrrxE1rskmU94xSidIhz04qt54chPTLZ54e1dMXvETk282igoEtk99zsLLG', 1, '2020-04-25 16:39:28', '2020-04-25 16:39:30', 'eNkpGrnVdJVivGd72sqzb_:APA91bEksnvjA_p-lBZRhN_sPyeAFF5MetncvKeJqBP2N9WS5C-j3d5l3HqbtBzdhNfDrURV_izyP9V0ighW2Vldcu2aORhRk0bvqIVBB-iDLkYOCXULZHFZkPb0CrBzw5IdiAYLKaFG', 0), (257, '6004 5908 8728 5992', 'Babloo', 'shiva.kaushik7@hotmail.com', '2020-04-28 04:49:22', 1, NULL, '9999949492', '3', NULL, NULL, NULL, NULL, 'Ki5Po99yUqcGlZE85MErSWwsTxo4Yj6wYXw1Qf6beGNb0DEggxFp6sFZwqc8', 1, '2020-04-28 04:49:22', '2020-04-28 04:49:22', 'cXhuHq0npa0mJFcZiVPia8:APA91bEyDv5erZvrSvLYK8NtMcPbOicSYSvdZ5gSHFwME-gKvwUabUava736QKzHDc8zxm8dmykEb5E0Bw4RVN2eRbT0Tk9kzXrrZuUqJwR7C0v1q1Wp1ZNYBGDfqvS2Df8_bZrsZDHN', 0), (258, '2401 4434 3125 2039', 'Akshit kohli', 'akshit.kohli@yahoo.com', '2020-04-28 19:32:18', 1, NULL, '9988903860', '3', NULL, NULL, NULL, NULL, 'xTaCRMH4t0MZFrJarkyunC4Yb8cmJ2DzrNUmO3sKXA4wSsA5EKSCitsRYkcS', 1, '2020-04-28 19:32:18', '2020-04-28 19:32:18', NULL, 0), (259, NULL, 'Padam Singh', 'padam3535@gmail.com', NULL, 0, NULL, '9845443322', '2', NULL, NULL, NULL, NULL, 'iZlWjG2EccK98dvFeayQa5vmXIgFeCzRefGzrZuW6LyK27NBK01rjU6q4ssl', 1, '2020-04-28 20:32:55', '2020-04-28 20:32:55', NULL, 5), (260, '4644 4646 5277 7486', 'Ramachandran', 'chandranrama173@gmail.com', '2020-04-30 22:37:37', 1, NULL, '8686618975', '3', NULL, NULL, NULL, NULL, 'qNfx1sFxRRjrHiiR6OaX5IxrxziZ708BOBvTvyLVKWl7SWG3jvGfeVSKDMkR', 1, '2020-05-01 10:37:37', '2020-05-01 10:37:37', NULL, 0), (261, '2431 3122 3166 6829', 'hh', 'jj@g.com', '2020-05-06 06:44:47', 1, NULL, '1234567846', '3', NULL, NULL, NULL, NULL, 'kflWaLIvKVK32ywcDYRGw8iloQnWTizdqnEAolJCnatrJrgQOPOl95KChkmY', 1, '2020-05-05 18:44:47', '2020-05-05 18:44:47', NULL, 0), (262, '2233 6891 4881 2012', 'akul chauhan', 'akulc05@gmail.com', '2020-05-08 03:20:33', 1, NULL, '8629800531', '3', NULL, NULL, NULL, NULL, 'ELsHgBpcDkqWGISPsqzAQLTSrlKIZf839C0dI45JyEtNw5Yg4ccDfnrszI4u', 1, '2020-05-08 15:20:33', '2020-05-08 15:20:33', NULL, 0), (263, '4965 9461 9540 2552', 'Vivek', 'iamvivekvikramsingh@gmail.com', '2020-05-12 21:25:30', 1, NULL, '8400459404', '3', NULL, NULL, NULL, NULL, 'nZPFTxDjfy67XkpKjtvJnrSzlYSYmc7zDf4nEjYu2lO8YnTOap2CdGcKkJ7e', 1, '2020-05-13 09:25:30', '2020-05-13 09:25:30', NULL, 0), (264, '8154 7719 8312 7047', 'Amrik Singh', 'babbugill0786@gmail.com', '2020-05-17 06:02:05', 1, NULL, '7837002005', '3', NULL, NULL, NULL, NULL, 'yeTNONvc5n4oYmBU8V1T0oD3TKttyAmAU84KcYeZQxqVJJA2WSKTia0IrB6i', 1, '2020-05-17 06:02:05', '2020-05-17 06:02:09', 'dhH5bUZJZulg_fyl0pIov4:APA91bHICYeVe-OCjKJbwt4aOx5gaPJqj0lP8SS2Dt7cnFWtVrt-VzLwJXs4QYoLwskxVYOx-UDjh5QrkU-bKr5hwrMX0XjEGa4fmt392QplvPrnR8nL_ZKMS9e3obWZ5C8vaFv98tah', 0), (265, '9669 5761 8906 4680', 'Himanshu', 'himanshub01@gmail.com', NULL, 1, NULL, '9914467894', '2', NULL, 'cYwAhsRLij4:APA91bG8JiFfrEpbVgzth3RmMqhUvPhYAYHSWoCCD5FB8rDJATtIYiwfmTXd1_EkoEzM39hWNR8jVDAhhDCRRF-cJQXpp01lQvVOorghwASXDSEuOXCUFopRnx0lzKCxypizCjD1Hlcx', NULL, NULL, 'Aq4Tq5Z273ljNFL0YN9OPGGInydtIvFbVokyzLvCm6EeT5aG6ljnOuLCyfDZ', 1, '2020-05-19 06:59:50', '2020-05-19 07:08:49', NULL, 25), (266, '3997 7680 2215 1902', 'Anku', 'akb@gmail.com', '2020-05-19 07:26:21', 1, NULL, '9914467895', '3', NULL, NULL, NULL, NULL, '6QlsTVsnOCdSV3aXVIeEA6lnn8XXDqrw5qbx5WioCXZq7tON7SYZP9IxHXRM', 1, '2020-05-19 07:26:21', '2020-05-19 07:26:21', 'f8hC_wt2lH4:APA91bFSI7ri1HqIYP2rVTpZGm6iAAopQLOZvhh2oD4lagHN8sKwL14BY8AGO7Mr48tKCFDE9DvYzH8nxtDeVqETWej0jE55-49dh0hrd5YNDru1MSRzc4H6_Ei1TG_nhwqDysDLWTkN', 0), (267, '9746 7123 4710 1627', 'Nehha Kalia', 'NehaKalia812@gmail.com', '2020-05-20 19:46:44', 1, NULL, '8968131492', '3', NULL, '', NULL, NULL, 'VWOx1lF5BIHaQpmtqn0l3xnUPjdVBKfpwrtztrmBbuai611jK4p7D08iCyF2', 1, '2020-05-21 07:46:44', '2020-05-21 09:16:31', 'ccVl8hM9DGI:APA91bHJjTJVP71iSrsD0o1SLwxBtMx1IvGyKP4_sjJWXZdvrNtSgOUETR-bttZLISOrUymFk_oaZme173680_HP99HzybnqXVzKBKd0KSbCMqJnXnDZk2o6EGCyyf8ojdXNLoZuJROl', 0), (268, '8928 4718 6848 2121', 'kishor', 'kishor@daffodilsstudy.com', '2020-05-21 20:15:27', 1, '$2y$10$DJvjZA902l5kJEHgu1Pc5.ufLIVvZ5MyRtKgfhKeUdupximD7lITm', '8360955820', '6', NULL, '', '0.0', '0.0', 'Tek6xnbCa4767gemWVw5g688ZmkpFFaNPHarUuRoaGSSd3MmjQqWnKd4Kkk5', 189, '2020-05-22 08:15:27', '2020-06-17 07:02:25', NULL, 0), (269, '8592 2634 6886 4865', 'Navin sinha', 'happysinha@hotmail.com', '2020-05-21 23:06:54', 1, NULL, '9968169290', '3', NULL, NULL, NULL, NULL, 'tkKx5uXH4b7yBecH2olIeEYI2iIKeWxNKffGTuhJXWnBRnI1RfA1gO6obsCf', 1, '2020-05-22 11:06:54', '2020-05-22 11:06:54', NULL, 0), (270, '1946 6503 8974 3509', 'Pawan', 'pawan.deep9000@gmail.com', '2020-05-26 06:28:57', 1, NULL, '7889875638', '3', NULL, NULL, NULL, NULL, 'b2dBuPVR2Bjz5KY4RWl6HipybsfbTExueNZfaCpi6gPkmnQeMZLCtR4eSD1R', 1, '2020-05-26 06:28:57', '2020-05-26 06:28:57', NULL, 0), (271, '2297 5751 2299 9864', 'Jagat', 'jeetcheema79@gmail.com', '2020-05-30 03:23:00', 1, NULL, '7889028564', '3', NULL, NULL, NULL, NULL, 'DTlnkKFWRGuyBpLVemHS7ShoXWLqcXRPIzgPA5fNPLI5Ez9kczu8c2QdXHaD', 1, '2020-05-30 03:23:00', '2020-05-30 03:23:00', NULL, 0), (272, '6791 8332 4301 4511', 'Amol', 'amolsidhu000@gmail.com', '2020-06-01 00:21:14', 1, NULL, '9814400793', '3', NULL, NULL, NULL, NULL, '9YvniCJOQGi1CSFiv9GxRlwM2llcLGAr6zIHlmK7i0tz522uRtLvpcK7icFC', 1, '2020-06-01 12:21:14', '2020-06-01 12:21:14', NULL, 0), (273, '6199 1249 7941 2371', 'bikash', 'bappa2006@gmail.com', '2020-06-02 06:47:13', 1, NULL, '1111111111', '3', NULL, NULL, NULL, NULL, 'IKlELlfw7ai6wwEcF33jzYyGRLmTeqWSpGzYqkYQcctSAGnZHYnHzPvgucSe', 1, '2020-06-02 06:47:13', '2020-06-02 06:50:41', 'cXhuHq0npa0mJFcZiVPia8:APA91bEyDv5erZvrSvLYK8NtMcPbOicSYSvdZ5gSHFwME-gKvwUabUava736QKzHDc8zxm8dmykEb5E0Bw4RVN2eRbT0Tk9kzXrrZuUqJwR7C0v1q1Wp1ZNYBGDfqvS2Df8_bZrsZDHN', 0), (274, '4764 8559 3821 7567', 'Yogesh', 'yyogendra021@gmail.com', '2020-06-03 00:02:36', 1, NULL, '6305205188', '3', NULL, NULL, NULL, NULL, 'Nmyj5J6f5StrGAQGr0KVu8EFnCQL8vViHWxYgbyvr2cmpGp8HJIHHJojzqqU', 1, '2020-06-03 12:02:36', '2020-06-03 12:02:36', NULL, 0), (275, '6860 3598 9356 2137', 'Vijender guleria', 'guleria.vijender@gmail.com', '2020-06-05 05:36:02', 1, NULL, '9817071420', '3', NULL, NULL, NULL, NULL, 'wv92PZLGxWeFncmJqi3cLAVCBcUjyIsMjLw5NzfMfnZKmnG9a09FEhFs6kt6', 1, '2020-06-05 17:36:02', '2020-06-05 17:36:02', NULL, 0), (276, NULL, 'wadhim', 'hgkaur2222@gmail.com', NULL, 0, NULL, '9632580741', '2', NULL, NULL, NULL, NULL, 'fPlkVsiUMm9SpW1tw2LKuVGIZFb0SQqw70ccFxU3LnDGLMp0qEWOlPcbpcRq', 1, '2020-06-08 05:24:13', '2020-06-08 05:24:13', NULL, 5), (277, '1177 2587 4014 4327', 'Arvind', 'abhirudedude@gmail.com', '2020-06-12 04:40:00', 1, NULL, '9906143577', '3', NULL, NULL, NULL, NULL, 'pZrsP2cTYntgv917281mmUAIy9YWD4YCWRw4kRs3IRdO3fFFLXLe86oaO1VD', 1, '2020-06-12 04:40:00', '2020-06-12 04:40:00', NULL, 0), (278, '2375 8481 4119 6055', 'Abhimanyu', 'abhikeabhi01091994@gmail.com', '2020-06-11 23:09:10', 1, NULL, '7895581652', '3', NULL, NULL, NULL, NULL, 'sWMcVHOFNnQgZHUtfFiZaZ9KhZL0bYFqjIKfoFEMk7NzZhoeaTZBshbnvmTC', 1, '2020-06-12 11:09:10', '2020-06-12 11:09:10', NULL, 0), (279, NULL, 'Ramu Mehra', 'ramu.nehra@yopnail.com', '2020-06-13 03:28:23', 1, '$2y$10$WwQaQLZdyop6euNPjx3T1OpjvDRyefbFgiy1B3nCWt7s1kMEIA9dm', '9876673335', '6', NULL, NULL, NULL, NULL, '2TDxj2Vv2kThQsJ0xOCxIuj1NUjtdfIPpEBayDU2kHSlfJUGTxKUsHW0Ux6b', 245, '2020-06-13 15:28:23', '2020-06-13 15:28:23', NULL, 0); -- -------------------------------------------------------- -- -- Table structure for table `user_details` -- CREATE TABLE `user_details` ( `id` bigint(20) NOT NULL, `user_id` bigint(20) NOT NULL, `address` varchar(500) DEFAULT NULL, `city` varchar(150) DEFAULT NULL, `state` varchar(150) DEFAULT NULL, `country` varchar(150) DEFAULT NULL, `post_code` varchar(100) DEFAULT NULL, `profile_picture` varchar(255) DEFAULT NULL, `age` varchar(250) DEFAULT NULL, `gender` enum('male','female','other','') DEFAULT NULL, `hb_report` varchar(100) DEFAULT NULL, `hiv_report` varchar(100) DEFAULT NULL, `hbsag_report` varchar(100) DEFAULT NULL, `hcv_report` varchar(100) DEFAULT NULL, `bt_ct_report` varchar(100) DEFAULT NULL, `diabetes_report` varchar(200) DEFAULT NULL, `blood_pressure_report` varchar(200) DEFAULT NULL, `heart_disease_report` varchar(200) DEFAULT NULL, `depression_report` varchar(200) DEFAULT NULL, `comment` varchar(600) DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `user_details` -- INSERT INTO `user_details` (`id`, `user_id`, `address`, `city`, `state`, `country`, `post_code`, `profile_picture`, `age`, `gender`, `hb_report`, `hiv_report`, `hbsag_report`, `hcv_report`, `bt_ct_report`, `diabetes_report`, `blood_pressure_report`, `heart_disease_report`, `depression_report`, `comment`, `created_at`, `updated_at`) VALUES (1, 1, '435 mohali', 'Mohali', 'Punjab', 'India', '160056', 'patient/363858user2-160x160.jpg', '26', 'male', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-01-17 19:50:21', '2020-02-26 09:59:07'), (2, 2, NULL, 'Mohali', 'Punjab', 'India', NULL, NULL, '26', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-10 06:01:31', '2020-02-10 06:15:55'), (3, 4, NULL, 'Amritsar', 'Punjab', 'India', '555555', 'patient/150143.x-empty', '34', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-10 06:08:35', '2020-02-10 06:09:34'), (4, 5, 'dwdwd', 'Simdega', 'Jharkhand', 'India', '1234', 'patient/560927dummy.jpg', '50', 'male', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-10 06:09:38', '2020-02-10 06:19:59'), (5, 7, '#123', 'Chandigarh', 'Chandigarh', 'India', NULL, 'patient/538442.png', '25', 'male', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-10 06:17:57', '2020-03-17 08:02:34'), (6, 8, 'test 2', 'Mohali', 'Punjab', 'India', NULL, 'patient/747400.png', 'no', 'female', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-10 06:49:31', '2020-02-17 05:15:34'), (7, 10, 'sector 40', 'Mohali', 'Punjab', 'India', NULL, 'patient/642204.png', '26', 'male', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-10 07:01:22', '2020-03-17 10:09:51'), (8, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-10 07:02:37', '2020-02-10 07:02:37'), (10, 15, NULL, 'Chandigarh', 'Chandigarh', 'India', NULL, NULL, '23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-10 09:29:33', '2020-02-10 09:29:33'), (11, 19, NULL, 'Mohali', 'Punjab', 'India', NULL, NULL, '29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-10 11:02:34', '2020-02-10 11:02:35'), (12, 20, NULL, 'NOIDA', 'Uttar Pradesh', 'India', NULL, NULL, '26', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-10 11:06:01', '2020-02-10 11:06:01'), (13, 21, NULL, 'Chandigarh', 'Chandigarh', 'India', NULL, NULL, '23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-10 11:07:19', '2020-02-10 11:11:30'), (14, 22, NULL, 'Chandigarh', 'Chandigarh', 'India', NULL, NULL, '32', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-10 11:21:00', '2020-02-10 11:21:00'), (15, 23, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-10 11:38:46', '2020-02-10 11:38:46'), (16, 24, NULL, 'NOIDA', 'Uttar Pradesh', 'India', NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-10 12:37:48', '2020-02-10 12:37:48'), (17, 26, NULL, 'Mumbai', 'Maharashtra', 'India', NULL, NULL, '36', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-10 14:47:23', '2020-02-10 14:47:23'), (18, 28, NULL, 'Central Delhi', 'Delhi', 'India', NULL, NULL, '34', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-10 17:08:48', '2020-02-10 17:17:03'), (19, 30, 'sco 34', 'Mohali', 'Punjab', 'India', '160055', 'patient/487987man-wearing-black-sunglasses-1392087.jpg', '29', 'male', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-11 05:19:51', '2020-02-11 05:34:07'), (20, 31, NULL, 'Ambala', 'Haryana', 'India', NULL, NULL, '23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-11 05:38:05', '2020-02-11 05:38:05'), (21, 32, NULL, 'Hoshiarpur', 'Punjab', 'India', NULL, NULL, '40', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-11 05:53:29', '2020-02-11 05:53:30'), (22, 33, '234', 'Mohali', 'Punjab', 'India', '160055', 'patient/138339pexels-photo-2085717.jpeg', '29', 'male', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-11 06:30:12', '2020-02-11 07:02:04'), (23, 34, NULL, 'Alipur', 'Andaman And Nicobar Islands', 'India', '555555', 'patient/887883.x-empty', '65', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-11 06:36:16', '2020-02-11 06:36:18'), (24, 37, NULL, 'Mohali', 'Punjab', 'India', NULL, NULL, '41', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-11 07:09:47', '2020-02-11 07:09:47'), (25, 38, NULL, 'Chandigarh', 'Chandigarh', 'India', '555555', 'patient/602422.x-empty', '45', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-11 07:20:49', '2020-02-11 07:20:50'), (26, 39, NULL, 'Ambala', 'Haryana', 'India', NULL, NULL, '43', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-11 09:13:01', '2020-02-11 09:13:01'), (27, 40, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-11 09:36:25', '2020-02-11 09:36:25'), (28, 41, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-11 09:39:15', '2020-02-11 09:39:15'), (29, 42, NULL, 'Mohali', 'Punjab', 'India', NULL, NULL, '34', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-11 09:45:41', '2020-02-11 09:45:41'), (30, 44, NULL, 'Mohali', 'Punjab', 'India', NULL, NULL, '36', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-11 10:52:39', '2020-02-11 10:52:40'), (31, 45, NULL, 'Mohali', 'Punjab', 'India', NULL, NULL, '34', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-11 10:56:46', '2020-02-11 10:56:46'), (32, 46, NULL, 'Ambala', 'Haryana', 'India', NULL, NULL, '28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-11 11:27:53', '2020-02-11 11:27:53'), (33, 50, NULL, 'Amritsar', 'Punjab', 'India', NULL, NULL, '34', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-11 11:57:16', '2020-02-11 11:57:16'), (34, 51, NULL, 'Ambala', 'Haryana', 'India', NULL, NULL, '28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-11 11:59:16', '2020-02-11 11:59:16'), (35, 59, NULL, 'Mohali', 'Punjab', 'India', NULL, NULL, '45', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-11 12:37:39', '2020-02-11 12:37:39'), (36, 64, 'h.no 789', 'Mohali', 'Punjab', 'India', NULL, 'patient/631406.png', '25', 'male', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-12 05:37:41', '2020-03-18 05:38:27'), (37, 66, NULL, 'Mohali', 'Punjab', 'India', '555555', 'patient/141483.x-empty', '54', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-12 14:48:13', '2020-02-12 14:48:13'), (38, 67, NULL, 'Chandigarh', 'Chandigarh', 'India', '555555', 'patient/621864.x-empty', '18', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-12 18:03:18', '2020-02-12 18:03:19'), (39, 69, NULL, 'Aizawl', 'Mizoram', 'India', '555555', 'patient/342123.x-empty', '56', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-13 06:38:52', '2020-02-13 06:38:52'), (40, 70, NULL, 'Amritsar', 'Punjab', 'India', '555555', 'patient/890378.x-empty', '65', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-13 06:40:08', '2020-02-13 06:40:08'), (41, 71, NULL, 'Alipur', 'Andaman And Nicobar Islands', 'India', '555555', 'patient/428192.x-empty', '55', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-13 10:50:39', '2020-02-13 10:50:40'), (42, 72, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-13 11:23:23', '2020-02-13 11:23:23'), (43, 74, NULL, 'Gurgaon', 'Haryana', 'India', NULL, NULL, '27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-13 12:00:24', '2020-02-13 12:00:24'), (44, 75, NULL, 'Chandigarh', 'Chandigarh', 'India', '555555', 'patient/560208.x-empty', '26', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-13 12:15:11', '2020-02-25 11:39:19'), (45, 77, NULL, 'North East Delhi', 'Delhi', 'India', NULL, NULL, '34', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-13 14:03:47', '2020-02-13 14:03:47'), (46, 78, NULL, 'Chandigarh', 'Chandigarh', 'India', NULL, NULL, '23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-14 05:26:49', '2020-02-14 05:26:49'), (47, 79, NULL, 'Gurgaon', 'Haryana', 'India', NULL, NULL, '19', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-14 05:52:47', '2020-02-14 05:52:47'), (48, 81, '234', 'Mohali', 'Punjab', 'India', NULL, 'patient/134298.png', '45', 'male', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-14 06:37:06', '2020-02-14 11:33:14'), (49, 86, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-14 12:26:53', '2020-02-14 12:26:53'), (50, 87, NULL, 'Kangra', 'Himachal Pradesh', 'India', NULL, NULL, '28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-15 12:55:13', '2020-02-15 12:55:13'), (51, 88, NULL, 'South Delhi', 'Delhi', 'India', NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-15 15:34:00', '2020-02-15 15:34:00'), (52, 89, NULL, 'Amritsar', 'Punjab', 'India', NULL, NULL, '25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-16 06:04:57', '2020-02-16 06:04:57'), (53, 90, NULL, 'Ludhiana', 'Punjab', 'India', NULL, NULL, '28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-16 06:37:47', '2020-02-16 06:37:47'), (54, 91, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-16 14:48:37', '2020-02-16 14:48:37'), (55, 92, NULL, 'Ludhiana', 'Punjab', 'India', NULL, NULL, '26', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-16 16:41:33', '2020-02-16 16:41:33'), (56, 93, NULL, 'Mumbai', 'Maharashtra', 'India', NULL, NULL, '25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-16 18:43:29', '2020-02-16 18:43:29'), (57, 96, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-17 07:30:34', '2020-02-17 07:30:34'), (58, 97, NULL, 'Alipur', 'Andaman And Nicobar Islands', 'India', '555555', 'patient/491232.x-empty', '55', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-17 07:49:20', '2020-02-17 07:55:17'), (59, 98, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-17 09:05:28', '2020-02-17 09:05:28'), (60, 99, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-17 09:10:20', '2020-02-17 09:10:20'), (61, 100, NULL, 'Alipur', 'Andaman And Nicobar Islands', 'India', '555555', 'patient/479109.x-empty', '53', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-17 09:21:02', '2020-02-17 09:21:03'), (62, 101, '34clinic mohali', 'Mohali', 'Punjab', 'India', '160047', 'patient/846507.jpeg', '50', 'female', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-17 09:31:02', '2020-02-17 09:33:09'), (63, 102, NULL, 'Alipur', 'Andaman And Nicobar Islands', 'India', '555555', 'patient/762504.x-empty', '88', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-17 10:26:34', '2020-02-17 10:26:35'), (64, 104, NULL, 'Ambala', 'Haryana', 'India', NULL, NULL, '26', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-17 13:16:45', '2020-02-17 13:16:45'), (65, 105, '456', 'Mohali', 'Punjab', 'India', NULL, 'patient/171913.png', '50', 'female', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-18 04:50:19', '2020-02-18 05:24:16'), (66, 108, NULL, 'Alipur', 'Andaman And Nicobar Islands', 'India', '555555', 'patient/245651.x-empty', '77', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-18 05:25:10', '2020-02-18 05:25:11'), (67, 112, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-18 11:39:30', '2020-02-18 11:39:30'), (68, 113, NULL, 'Chandigarh', 'Chandigarh', 'India', NULL, NULL, '34', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-18 17:51:11', '2020-02-18 17:51:11'), (69, 115, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 05:18:21', '2020-02-19 05:18:21'), (70, 116, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 05:21:33', '2020-02-19 05:21:33'), (71, 117, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 05:33:43', '2020-02-19 05:33:43'), (72, 118, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 05:35:07', '2020-02-19 05:35:07'), (73, 119, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 08:54:33', '2020-02-19 08:54:33'), (74, 120, NULL, 'Alipur', 'Andaman And Nicobar Islands', 'India', '555555', 'patient/637686.x-empty', '56', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 09:22:21', '2020-02-19 09:22:24'), (75, 121, 'hp', 'Alipur', 'Andaman And Nicobar Islands', 'India', NULL, 'patient/927098.jpeg', '76', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 09:28:20', '2020-02-19 10:58:52'), (76, 122, 'hhh', 'Alipur', 'Andaman And Nicobar Islands', 'India', '767658', 'patient/844772.jpeg', '55', 'male', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 10:31:03', '2020-02-19 10:35:56'), (77, 123, 'yyyyy', 'Alipur', 'Andaman And Nicobar Islands', 'India', NULL, 'patient/435105.jpeg', '66', 'female', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 10:38:01', '2020-02-19 10:50:40'), (78, 124, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 11:07:01', '2020-02-19 11:07:01'), (79, 125, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 11:11:11', '2020-02-19 11:11:11'), (80, 126, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 11:12:27', '2020-02-19 11:12:27'), (81, 127, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 11:13:12', '2020-02-19 11:13:12'), (82, 128, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 11:14:34', '2020-02-19 11:14:34'), (83, 129, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 11:18:18', '2020-02-19 11:18:18'), (84, 130, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 11:21:52', '2020-02-19 11:21:52'), (85, 131, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 11:24:28', '2020-02-19 11:24:28'), (86, 132, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 11:27:09', '2020-02-19 11:27:09'), (87, 133, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 11:28:51', '2020-02-19 11:28:51'), (88, 134, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 11:31:29', '2020-02-19 11:31:29'), (89, 135, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 11:34:52', '2020-02-19 11:34:52'), (90, 136, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 11:37:46', '2020-02-19 11:37:46'), (91, 137, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 11:39:22', '2020-02-19 11:39:22'), (92, 138, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 11:45:45', '2020-02-19 11:45:45'), (93, 139, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 11:47:33', '2020-02-19 11:47:33'), (94, 140, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 11:49:13', '2020-02-19 11:49:13'), (95, 141, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 11:52:21', '2020-02-19 11:52:21'), (96, 142, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 11:59:49', '2020-02-19 11:59:49'), (97, 143, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 12:12:44', '2020-02-19 12:12:44'), (98, 144, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 12:18:46', '2020-02-19 12:18:46'), (99, 145, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 12:20:42', '2020-02-19 12:20:42'), (100, 146, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 12:25:59', '2020-02-19 12:25:59'), (101, 147, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 12:28:10', '2020-02-19 12:28:10'), (102, 148, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 12:30:21', '2020-02-19 12:30:21'), (103, 149, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 12:35:18', '2020-02-19 12:35:18'), (104, 150, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 12:36:01', '2020-02-19 12:36:01'), (105, 151, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 12:36:57', '2020-02-19 12:36:57'), (106, 152, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 12:39:02', '2020-02-19 12:39:02'), (107, 153, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 12:40:39', '2020-02-19 12:40:39'), (108, 154, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 12:41:49', '2020-02-19 12:41:49'), (109, 155, 'hhhh', 'Alipur', 'Andaman And Nicobar Islands', 'India', NULL, 'patient/160131.jpeg', '66', 'male', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 12:43:52', '2020-02-19 12:44:40'), (110, 156, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 12:44:24', '2020-02-19 12:44:24'), (111, 157, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 12:45:22', '2020-02-19 12:45:22'), (112, 158, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 12:49:59', '2020-02-19 12:49:59'), (113, 159, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 12:51:36', '2020-02-19 12:51:36'), (114, 160, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 12:55:31', '2020-02-19 12:55:31'), (115, 161, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 12:58:48', '2020-02-19 12:58:48'), (116, 162, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 13:11:56', '2020-02-19 13:11:56'), (117, 163, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 13:17:51', '2020-02-19 13:17:51'), (118, 164, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-19 13:19:01', '2020-02-19 13:19:01'), (119, 165, 'ff', 'Alipur', 'Andaman And Nicobar Islands', 'India', NULL, 'patient/199063.jpeg', '55', 'male', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-20 04:35:42', '2020-02-20 04:36:40'), (120, 166, 'tttt', 'Alipur', 'Andaman And Nicobar Islands', 'India', NULL, 'patient/151262.jpeg', '55', 'male', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-20 04:38:45', '2020-02-20 04:39:31'), (121, 167, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-20 05:21:26', '2020-02-20 05:21:26'), (122, 168, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-20 05:35:36', '2020-02-20 05:35:36'), (123, 169, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-20 05:40:55', '2020-02-20 05:40:55'), (124, 170, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-20 05:46:39', '2020-02-20 05:46:39'), (125, 171, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-20 05:47:19', '2020-02-20 05:47:19'), (126, 172, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-20 05:52:38', '2020-02-20 05:52:38'), (127, 173, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-20 05:53:12', '2020-02-20 05:53:12'), (128, 174, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-20 05:57:26', '2020-02-20 05:57:26'), (129, 175, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-20 06:01:40', '2020-02-20 06:01:40'), (130, 176, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-20 06:06:38', '2020-02-20 06:06:38'), (131, 177, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-20 06:09:41', '2020-02-20 06:09:41'), (132, 178, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-20 06:18:56', '2020-02-20 06:18:56'), (133, 179, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-20 07:36:07', '2020-02-20 07:36:07'), (134, 180, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-20 07:38:37', '2020-02-20 07:38:37'), (135, 181, NULL, 'Mohali', 'Punjab', 'India', NULL, NULL, '34', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-20 07:39:02', '2020-02-20 07:39:02'), (136, 182, NULL, 'Ambala', 'Haryana', 'India', NULL, NULL, '30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-20 15:37:46', '2020-02-20 15:37:46'), (137, 183, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-23 18:06:02', '2020-02-23 18:06:02'), (138, 184, NULL, 'NOIDA', 'Uttar Pradesh', 'India', NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-23 22:22:58', '2020-02-23 22:22:58'), (139, 185, NULL, 'Kurukshetra', 'Haryana', 'India', NULL, NULL, '22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-24 16:59:31', '2020-02-24 16:59:31'), (140, 186, NULL, 'East Delhi', 'Delhi', 'India', NULL, NULL, '23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-25 04:28:26', '2020-02-25 04:28:26'), (141, 187, NULL, 'Chandigarh', 'Chandigarh', 'India', '555555', 'patient/639128.x-empty', '28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-25 09:14:37', '2020-02-25 09:31:22'), (142, 190, 'sazhbxdfnhsd', 'Bidar', 'Karnataka', 'India', '123456', NULL, '26', 'male', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-25 09:36:03', '2020-02-25 09:40:22'), (144, 194, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-26 12:07:29', '2020-02-26 12:07:29'), (145, 195, NULL, 'Alipur', 'Andaman And Nicobar Islands', 'India', NULL, 'patient/884113.x-empty', '55', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-26 12:32:56', '2020-02-27 11:53:39'), (146, 196, NULL, 'Alappuzha', 'Kerala', 'India', NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-27 05:32:22', '2020-02-27 05:32:22'), (147, 197, NULL, 'Chandigarh', 'Chandigarh', 'India', NULL, NULL, '27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-02-27 07:02:41', '2020-02-27 07:02:41'), (148, 198, NULL, 'Panipat', 'Haryana', 'India', NULL, NULL, '23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-01 17:22:17', '2020-03-01 17:22:17'), (149, 199, NULL, 'Old Delhi', 'Delhi', 'India', NULL, NULL, '23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-01 17:22:43', '2020-03-01 17:22:43'), (150, 200, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-02 07:03:06', '2020-03-02 07:03:06'), (151, 201, NULL, 'Mal', 'West Bengal', 'India', NULL, 'patient/595683.x-empty', '31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-04 07:57:41', '2020-03-04 07:57:42'), (152, 202, NULL, 'Patiala', 'Punjab', 'India', NULL, NULL, '14', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-04 10:33:34', '2020-03-04 10:33:34'), (153, 203, NULL, 'Rupnagar', 'Punjab', 'India', NULL, NULL, '22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-04 11:29:33', '2020-03-04 11:29:33'), (154, 204, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-05 11:25:07', '2020-03-05 11:25:07'), (155, 205, NULL, 'Chandigarh', 'Chandigarh', 'India', NULL, NULL, '23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-06 19:22:09', '2020-03-06 19:22:09'), (156, 206, NULL, 'Amritsar', 'Punjab', 'India', NULL, NULL, '25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-07 07:54:45', '2020-03-07 07:54:46'), (157, 207, NULL, 'Jammu', 'Jammu And Kashmir', 'India', NULL, NULL, '32', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-08 04:30:46', '2020-03-08 04:30:46'), (158, 208, NULL, 'South Delhi', 'Delhi', 'India', NULL, NULL, '34', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-08 07:32:05', '2020-03-08 07:32:05'), (159, 209, NULL, 'Jammu', 'Jammu And Kashmir', 'India', NULL, 'patient/749055.x-empty', '32', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-09 07:07:58', '2020-03-09 07:07:59'), (160, 210, NULL, 'Chandigarh', 'Chandigarh', 'India', NULL, NULL, '28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-09 09:09:37', '2020-03-09 09:09:37'), (161, 211, NULL, 'Patiala', 'Punjab', 'India', NULL, NULL, '27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-10 05:36:32', '2020-03-10 05:36:32'), (162, 212, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-10 15:39:45', '2020-03-10 15:39:45'), (163, 213, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-11 12:42:28', '2020-03-11 12:42:28'), (164, 214, NULL, 'Anantnag', 'Jammu And Kashmir', 'India', NULL, NULL, '25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-12 10:21:28', '2020-03-12 10:21:28'), (165, 216, NULL, 'Hamirpur - HP', 'Himachal Pradesh', 'India', NULL, NULL, '26', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-12 16:04:44', '2020-03-12 16:04:45'), (166, 217, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-13 07:53:50', '2020-03-13 07:53:50'), (167, 218, NULL, 'Hamirpur - HP', 'Himachal Pradesh', 'India', NULL, NULL, '34', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-15 06:02:37', '2020-03-15 06:02:37'), (168, 219, NULL, 'Alipur', 'Andaman And Nicobar Islands', 'India', NULL, 'patient/816012.x-empty', '22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-15 07:46:02', '2020-03-15 07:46:03'), (169, 223, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-16 07:30:55', '2020-03-16 07:30:55'), (170, 224, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-16 07:31:58', '2020-03-16 07:31:58'), (171, 225, NULL, 'Alipur', 'Andaman And Nicobar Islands', 'India', NULL, 'patient/171150.x-empty', '22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-16 07:37:30', '2020-03-17 09:50:36'), (172, 226, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-16 09:22:13', '2020-03-16 09:22:13'), (173, 228, NULL, 'New Delhi', 'Delhi', 'India', NULL, NULL, '27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-16 16:18:34', '2020-03-16 16:18:34'), (174, 229, NULL, 'Faridabad', 'Haryana', 'India', NULL, NULL, '24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-16 17:46:08', '2020-03-16 17:46:08'), (175, 230, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-17 03:23:26', '2020-03-17 03:23:26'), (176, 233, NULL, 'Kapurthala', 'Punjab', 'India', NULL, NULL, '31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-17 15:55:33', '2020-03-17 15:55:33'), (177, 235, NULL, 'South Delhi', 'Delhi', 'India', NULL, NULL, '31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-18 13:55:28', '2020-03-18 13:55:28'), (178, 236, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-19 09:49:52', '2020-03-19 09:49:52'), (179, 238, NULL, 'Jammu', 'Jammu And Kashmir', 'India', NULL, NULL, '28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-20 16:03:33', '2020-03-20 16:03:34'), (180, 240, NULL, 'Sikar', 'Rajasthan', 'India', NULL, NULL, '22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-21 03:17:05', '2020-03-21 03:17:05'), (181, 241, NULL, 'Chandigarh', 'Chandigarh', 'India', NULL, NULL, '20', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-21 07:18:36', '2020-03-21 07:18:36'), (182, 242, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-22 09:40:34', '2020-03-22 09:40:34'), (183, 243, NULL, 'Sirmaur', 'Himachal Pradesh', 'India', NULL, NULL, '23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-22 17:38:13', '2020-03-22 17:38:13'), (184, 244, NULL, 'Yamunanagar', 'Haryana', 'India', NULL, NULL, '29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-26 06:00:30', '2020-03-26 06:00:30'), (185, 246, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-27 06:22:11', '2020-03-27 06:22:11'), (186, 247, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-27 06:32:20', '2020-03-27 06:32:20'), (187, 248, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-27 06:34:17', '2020-03-27 06:34:17'), (188, 249, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-03-27 06:34:49', '2020-03-27 06:34:49'), (189, 250, NULL, 'Chandigarh', 'Chandigarh', 'India', NULL, NULL, '65', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-08 06:00:15', '2020-04-08 06:00:15'), (190, 251, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-09 14:12:48', '2020-04-09 14:12:48'), (191, 252, NULL, 'Barpeta', 'Assam', 'India', NULL, 'patient/804444.x-empty', '26', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-13 14:22:05', '2020-04-13 14:22:06'), (192, 253, NULL, 'Pulwama', 'Jammu And Kashmir', 'India', NULL, NULL, '25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-17 15:59:11', '2020-04-17 15:59:12'), (193, 254, NULL, 'NOIDA', 'Uttar Pradesh', 'India', NULL, NULL, '31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-18 22:24:44', '2020-04-18 22:24:44'), (194, 255, NULL, 'Indore', 'Madhya Pradesh', 'India', NULL, NULL, '22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-24 11:17:11', '2020-04-24 11:17:11'), (195, 256, NULL, 'Gurdaspur', 'Punjab', 'India', NULL, NULL, '21', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-25 16:39:28', '2020-04-25 16:39:28'), (196, 257, NULL, 'Dadri', 'Uttar Pradesh', 'India', NULL, NULL, '34', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-28 04:49:22', '2020-04-28 04:49:22'), (197, 258, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-28 19:32:18', '2020-04-28 19:32:18'), (198, 260, NULL, 'Allahabad', 'Uttar Pradesh', 'India', NULL, NULL, '30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 10:37:37', '2020-05-01 10:37:37'), (199, 261, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-05 18:44:47', '2020-05-05 18:44:47'), (200, 262, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-08 15:20:33', '2020-05-08 15:20:33'), (201, 263, NULL, 'Varanasi', 'Uttar Pradesh', 'India', NULL, NULL, '25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-13 09:25:30', '2020-05-13 09:25:30'), (202, 264, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-17 06:02:05', '2020-05-17 06:02:05'), (203, 266, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-19 07:26:21', '2020-05-19 07:26:21'), (204, 267, 'Chandigarh', 'Chandigarh', 'Punjab', 'India', '140603', 'patient/796548.jpeg', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '.', '2020-05-21 07:46:44', '2020-06-16 06:57:10'), (205, 269, NULL, 'Chandigarh', 'Chandigarh', 'India', NULL, NULL, '42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-22 11:06:54', '2020-05-22 11:06:54'), (206, 270, NULL, 'Jammu', 'Jammu And Kashmir', 'India', NULL, NULL, '23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-26 06:28:57', '2020-05-26 06:28:57'), (207, 271, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-30 03:23:00', '2020-05-30 03:23:00'), (208, 272, NULL, 'Ferozepur', 'Punjab', 'India', NULL, NULL, '27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-01 12:21:14', '2020-06-01 12:21:14'), (209, 273, 'india', 'Gaya', 'Bihar', 'India', '4564789', NULL, '28', 'male', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 06:47:13', '2020-06-02 06:50:41'), (210, 274, NULL, 'Allahabad', 'Uttar Pradesh', 'India', NULL, NULL, '31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-03 12:02:36', '2020-06-03 12:02:36'), (211, 275, NULL, 'Ludhiana', 'Punjab', 'India', NULL, NULL, '38', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-05 17:36:02', '2020-06-05 17:36:03'), (212, 277, NULL, 'Kathua', 'Jammu And Kashmir', 'India', NULL, NULL, '30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-12 04:40:00', '2020-06-12 04:40:00'), (213, 278, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-12 11:09:10', '2020-06-12 11:09:10'); -- -------------------------------------------------------- -- -- Table structure for table `verify_users` -- CREATE TABLE `verify_users` ( `id` int(11) NOT NULL, `user_id` bigint(20) NOT NULL, `token` varchar(200) DEFAULT NULL, `otp` varchar(50) DEFAULT NULL, `expired_at` datetime DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp(), `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `verify_users` -- INSERT INTO `verify_users` (`id`, `user_id`, `token`, `otp`, `expired_at`, `created_at`, `updated_at`) VALUES (11, 2, 'RefwhmGyRKrqnUVktl45655RAW9xVW3mJVVTaiO4', '590330', '2020-02-10 11:36:31', '2020-02-10 06:01:31', '2020-02-10 06:01:31'), (12, 5, 'c02BdtsWBUT3MY7zYoM3sshuFEdoAz4G96ExnFJx', '465909', '2020-02-10 11:44:38', '2020-02-10 06:09:38', '2020-02-10 06:09:38'), (13, 40, '6Sg2TOiyNDnicP1n7VM62Z5S5AKlv2bBE8yR6hCT', '158052', '2020-02-11 15:11:25', '2020-02-11 09:36:25', '2020-02-11 09:36:25'), (14, 273, 'mUYTWtMdYfRvctGK6s9TEdvxLC0MIUdLuhYYpXSQ', '973820', '2020-06-02 12:22:13', '2020-06-02 06:47:13', '2020-06-02 06:47:13'); -- -------------------------------------------------------- -- -- Table structure for table `wishlists` -- CREATE TABLE `wishlists` ( `id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `created_at` datetime NOT NULL DEFAULT current_timestamp(), `updated_at` datetime NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Indexes for dumped tables -- -- -- Indexes for table `agents` -- ALTER TABLE `agents` ADD PRIMARY KEY (`id`), ADD KEY `agents_user_id_fkey` (`user_id`); -- -- Indexes for table `appointment_lists` -- ALTER TABLE `appointment_lists` ADD PRIMARY KEY (`id`); -- -- Indexes for table `appointment_requests` -- ALTER TABLE `appointment_requests` ADD PRIMARY KEY (`id`); -- -- Indexes for table `appoitment_timeslots` -- ALTER TABLE `appoitment_timeslots` ADD PRIMARY KEY (`id`); -- -- Indexes for table `app_data` -- ALTER TABLE `app_data` ADD PRIMARY KEY (`id`); -- -- Indexes for table `app_welcome_pages` -- ALTER TABLE `app_welcome_pages` ADD PRIMARY KEY (`id`); -- -- Indexes for table `assistant_procedure_records` -- ALTER TABLE `assistant_procedure_records` ADD PRIMARY KEY (`id`); -- -- Indexes for table `banners` -- ALTER TABLE `banners` ADD PRIMARY KEY (`id`); -- -- Indexes for table `become_a_patners` -- ALTER TABLE `become_a_patners` ADD PRIMARY KEY (`id`); -- -- Indexes for table `before_after_images` -- ALTER TABLE `before_after_images` ADD PRIMARY KEY (`id`); -- -- Indexes for table `before_after_reviews` -- ALTER TABLE `before_after_reviews` ADD PRIMARY KEY (`id`); -- -- Indexes for table `blogs` -- ALTER TABLE `blogs` ADD PRIMARY KEY (`id`); -- -- Indexes for table `carry_things` -- ALTER TABLE `carry_things` ADD PRIMARY KEY (`id`); -- -- Indexes for table `carts` -- ALTER TABLE `carts` ADD PRIMARY KEY (`id`), ADD KEY `carts_user_id_fkey` (`user_id`); -- -- Indexes for table `cart_items` -- ALTER TABLE `cart_items` ADD PRIMARY KEY (`id`), ADD KEY `cart_items_cart_id_fkey` (`cart_id`); -- -- Indexes for table `chats` -- ALTER TABLE `chats` ADD PRIMARY KEY (`id`); -- -- Indexes for table `cities` -- ALTER TABLE `cities` ADD PRIMARY KEY (`id`), ADD KEY `cities_state_id_fkey` (`state_id`); -- -- Indexes for table `city_offers` -- ALTER TABLE `city_offers` ADD PRIMARY KEY (`id`), ADD KEY `city_offers_type_id_fkey` (`type_id`); -- -- Indexes for table `click_to_detail_response` -- ALTER TABLE `click_to_detail_response` ADD PRIMARY KEY (`id`); -- -- Indexes for table `clinic_gallery` -- ALTER TABLE `clinic_gallery` ADD PRIMARY KEY (`id`); -- -- Indexes for table `contact_us` -- ALTER TABLE `contact_us` ADD PRIMARY KEY (`id`); -- -- Indexes for table `countries` -- ALTER TABLE `countries` ADD PRIMARY KEY (`id`); -- -- Indexes for table `direct_payment_records` -- ALTER TABLE `direct_payment_records` ADD PRIMARY KEY (`id`); -- -- Indexes for table `doctor_assistants` -- ALTER TABLE `doctor_assistants` ADD PRIMARY KEY (`id`); -- -- Indexes for table `doctor_detail` -- ALTER TABLE `doctor_detail` ADD PRIMARY KEY (`id`), ADD KEY `doctors_user_id_fkey` (`user_id`); -- -- Indexes for table `doctor_messages` -- ALTER TABLE `doctor_messages` ADD PRIMARY KEY (`id`); -- -- Indexes for table `doctor_timeslots` -- ALTER TABLE `doctor_timeslots` ADD PRIMARY KEY (`id`); -- -- Indexes for table `follow_up_reminders` -- ALTER TABLE `follow_up_reminders` ADD PRIMARY KEY (`id`); -- -- Indexes for table `forgot_otps` -- ALTER TABLE `forgot_otps` ADD PRIMARY KEY (`id`), ADD KEY `forgot_otps_user_id_fkey` (`user_id`); -- -- Indexes for table `graft_options` -- ALTER TABLE `graft_options` ADD PRIMARY KEY (`id`); -- -- Indexes for table `graft_rates` -- ALTER TABLE `graft_rates` ADD PRIMARY KEY (`id`); -- -- Indexes for table `hair_transplant_reports` -- ALTER TABLE `hair_transplant_reports` ADD PRIMARY KEY (`id`), ADD KEY `hair_transplant_user_id_fkey` (`user_id`); -- -- Indexes for table `manager_details` -- ALTER TABLE `manager_details` ADD PRIMARY KEY (`id`), ADD KEY `manager_details_user_id_fkey` (`user_id`); -- -- Indexes for table `migrations` -- ALTER TABLE `migrations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `mobile_notifications` -- ALTER TABLE `mobile_notifications` ADD PRIMARY KEY (`id`); -- -- Indexes for table `note_comment_data` -- ALTER TABLE `note_comment_data` ADD PRIMARY KEY (`id`); -- -- Indexes for table `offers` -- ALTER TABLE `offers` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `coupon_code` (`coupon_code`); -- -- Indexes for table `operation_lists` -- ALTER TABLE `operation_lists` ADD PRIMARY KEY (`id`), ADD KEY `operation_lists_user_id_fkey` (`user_id`); -- -- Indexes for table `option_probabilities` -- ALTER TABLE `option_probabilities` ADD PRIMARY KEY (`id`); -- -- Indexes for table `orders` -- ALTER TABLE `orders` ADD PRIMARY KEY (`id`); -- -- Indexes for table `order_comments` -- ALTER TABLE `order_comments` ADD PRIMARY KEY (`id`); -- -- Indexes for table `order_details` -- ALTER TABLE `order_details` ADD PRIMARY KEY (`id`); -- -- Indexes for table `order_statuses` -- ALTER TABLE `order_statuses` ADD PRIMARY KEY (`id`); -- -- Indexes for table `pages` -- ALTER TABLE `pages` ADD PRIMARY KEY (`id`); -- -- Indexes for table `password_resets` -- ALTER TABLE `password_resets` ADD KEY `password_resets_email_index` (`email`(191)); -- -- Indexes for table `patient_gallery` -- ALTER TABLE `patient_gallery` ADD PRIMARY KEY (`id`), ADD KEY `patient_gallery_user_id_fkey` (`user_id`); -- -- Indexes for table `payment_types` -- ALTER TABLE `payment_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `procedures` -- ALTER TABLE `procedures` ADD PRIMARY KEY (`id`); -- -- Indexes for table `procedure_foloup_images` -- ALTER TABLE `procedure_foloup_images` ADD PRIMARY KEY (`id`); -- -- Indexes for table `procedure_options` -- ALTER TABLE `procedure_options` ADD PRIMARY KEY (`id`); -- -- Indexes for table `procedure_otps` -- ALTER TABLE `procedure_otps` ADD PRIMARY KEY (`id`); -- -- Indexes for table `procedure_reviews` -- ALTER TABLE `procedure_reviews` ADD PRIMARY KEY (`id`); -- -- Indexes for table `products` -- ALTER TABLE `products` ADD PRIMARY KEY (`id`); -- -- Indexes for table `product_gallery` -- ALTER TABLE `product_gallery` ADD PRIMARY KEY (`id`); -- -- Indexes for table `product_reviews` -- ALTER TABLE `product_reviews` ADD PRIMARY KEY (`id`), ADD KEY `product_reviews_product_id_fkey` (`product_id`); -- -- Indexes for table `referral_data` -- ALTER TABLE `referral_data` ADD PRIMARY KEY (`id`); -- -- Indexes for table `referral_points` -- ALTER TABLE `referral_points` ADD PRIMARY KEY (`id`), ADD KEY `referral_points_user_id_fkey` (`user_id`); -- -- Indexes for table `referral_points_data` -- ALTER TABLE `referral_points_data` ADD PRIMARY KEY (`id`); -- -- Indexes for table `reminder_lists` -- ALTER TABLE `reminder_lists` ADD PRIMARY KEY (`id`); -- -- Indexes for table `request_capping` -- ALTER TABLE `request_capping` ADD PRIMARY KEY (`id`); -- -- Indexes for table `roles` -- ALTER TABLE `roles` ADD PRIMARY KEY (`id`); -- -- Indexes for table `role_user` -- ALTER TABLE `role_user` ADD PRIMARY KEY (`id`); -- -- Indexes for table `services` -- ALTER TABLE `services` ADD PRIMARY KEY (`id`); -- -- Indexes for table `settings` -- ALTER TABLE `settings` ADD PRIMARY KEY (`id`); -- -- Indexes for table `states` -- ALTER TABLE `states` ADD PRIMARY KEY (`id`), ADD KEY `states_country_id_fkey` (`country_id`); -- -- Indexes for table `sub_services` -- ALTER TABLE `sub_services` ADD PRIMARY KEY (`id`); -- -- Indexes for table `talk_to_expert` -- ALTER TABLE `talk_to_expert` ADD PRIMARY KEY (`id`); -- -- Indexes for table `team_status_reports` -- ALTER TABLE `team_status_reports` ADD PRIMARY KEY (`id`); -- -- Indexes for table `temp_orders` -- ALTER TABLE `temp_orders` ADD PRIMARY KEY (`id`); -- -- Indexes for table `users` -- ALTER TABLE `users` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `email` (`email`), ADD UNIQUE KEY `phone` (`phone`), ADD UNIQUE KEY `api_token` (`api_token`), ADD UNIQUE KEY `customer_number` (`customer_number`); -- -- Indexes for table `user_details` -- ALTER TABLE `user_details` ADD PRIMARY KEY (`id`), ADD KEY `user_details_user_id_fkey` (`user_id`); -- -- Indexes for table `verify_users` -- ALTER TABLE `verify_users` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `user_id` (`user_id`), ADD UNIQUE KEY `token` (`token`); -- -- Indexes for table `wishlists` -- ALTER TABLE `wishlists` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `agents` -- ALTER TABLE `agents` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `appointment_lists` -- ALTER TABLE `appointment_lists` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=124; -- -- AUTO_INCREMENT for table `appointment_requests` -- ALTER TABLE `appointment_requests` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=914; -- -- AUTO_INCREMENT for table `appoitment_timeslots` -- ALTER TABLE `appoitment_timeslots` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; -- -- AUTO_INCREMENT for table `app_data` -- ALTER TABLE `app_data` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=33; -- -- AUTO_INCREMENT for table `app_welcome_pages` -- ALTER TABLE `app_welcome_pages` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `assistant_procedure_records` -- ALTER TABLE `assistant_procedure_records` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=153; -- -- AUTO_INCREMENT for table `banners` -- ALTER TABLE `banners` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=34; -- -- AUTO_INCREMENT for table `become_a_patners` -- ALTER TABLE `become_a_patners` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `before_after_images` -- ALTER TABLE `before_after_images` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32; -- -- AUTO_INCREMENT for table `before_after_reviews` -- ALTER TABLE `before_after_reviews` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=33; -- -- AUTO_INCREMENT for table `blogs` -- ALTER TABLE `blogs` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `carry_things` -- ALTER TABLE `carry_things` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37; -- -- AUTO_INCREMENT for table `carts` -- ALTER TABLE `carts` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=324; -- -- AUTO_INCREMENT for table `cart_items` -- ALTER TABLE `cart_items` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=310; -- -- AUTO_INCREMENT for table `chats` -- ALTER TABLE `chats` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=82; -- -- AUTO_INCREMENT for table `cities` -- ALTER TABLE `cities` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=935; -- -- AUTO_INCREMENT for table `city_offers` -- ALTER TABLE `city_offers` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `click_to_detail_response` -- ALTER TABLE `click_to_detail_response` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; -- -- AUTO_INCREMENT for table `clinic_gallery` -- ALTER TABLE `clinic_gallery` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- AUTO_INCREMENT for table `contact_us` -- ALTER TABLE `contact_us` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=77; -- -- AUTO_INCREMENT for table `countries` -- ALTER TABLE `countries` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `direct_payment_records` -- ALTER TABLE `direct_payment_records` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=34; -- -- AUTO_INCREMENT for table `doctor_assistants` -- ALTER TABLE `doctor_assistants` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17; -- -- AUTO_INCREMENT for table `doctor_detail` -- ALTER TABLE `doctor_detail` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47; -- -- AUTO_INCREMENT for table `doctor_messages` -- ALTER TABLE `doctor_messages` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; -- -- AUTO_INCREMENT for table `doctor_timeslots` -- ALTER TABLE `doctor_timeslots` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; -- -- AUTO_INCREMENT for table `follow_up_reminders` -- ALTER TABLE `follow_up_reminders` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=38; -- -- AUTO_INCREMENT for table `forgot_otps` -- ALTER TABLE `forgot_otps` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=105; -- -- AUTO_INCREMENT for table `graft_options` -- ALTER TABLE `graft_options` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29; -- -- AUTO_INCREMENT for table `graft_rates` -- ALTER TABLE `graft_rates` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `hair_transplant_reports` -- ALTER TABLE `hair_transplant_reports` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=281; -- -- AUTO_INCREMENT for table `manager_details` -- ALTER TABLE `manager_details` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `mobile_notifications` -- ALTER TABLE `mobile_notifications` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=279; -- -- AUTO_INCREMENT for table `note_comment_data` -- ALTER TABLE `note_comment_data` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=74; -- -- AUTO_INCREMENT for table `offers` -- ALTER TABLE `offers` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=192; -- -- AUTO_INCREMENT for table `operation_lists` -- ALTER TABLE `operation_lists` MODIFY `id` bigint(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19; -- -- AUTO_INCREMENT for table `option_probabilities` -- ALTER TABLE `option_probabilities` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21; -- -- AUTO_INCREMENT for table `orders` -- ALTER TABLE `orders` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=169; -- -- AUTO_INCREMENT for table `order_comments` -- ALTER TABLE `order_comments` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `order_details` -- ALTER TABLE `order_details` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=140; -- -- AUTO_INCREMENT for table `order_statuses` -- ALTER TABLE `order_statuses` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19; -- -- AUTO_INCREMENT for table `pages` -- ALTER TABLE `pages` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=74; -- -- AUTO_INCREMENT for table `patient_gallery` -- ALTER TABLE `patient_gallery` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `payment_types` -- ALTER TABLE `payment_types` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37; -- -- AUTO_INCREMENT for table `procedures` -- ALTER TABLE `procedures` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=140; -- -- AUTO_INCREMENT for table `procedure_foloup_images` -- ALTER TABLE `procedure_foloup_images` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- AUTO_INCREMENT for table `procedure_options` -- ALTER TABLE `procedure_options` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `procedure_otps` -- ALTER TABLE `procedure_otps` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=187; -- -- AUTO_INCREMENT for table `procedure_reviews` -- ALTER TABLE `procedure_reviews` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `products` -- ALTER TABLE `products` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; -- -- AUTO_INCREMENT for table `product_gallery` -- ALTER TABLE `product_gallery` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; -- -- AUTO_INCREMENT for table `product_reviews` -- ALTER TABLE `product_reviews` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `referral_data` -- ALTER TABLE `referral_data` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=106; -- -- AUTO_INCREMENT for table `referral_points` -- ALTER TABLE `referral_points` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=91; -- -- AUTO_INCREMENT for table `referral_points_data` -- ALTER TABLE `referral_points_data` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `reminder_lists` -- ALTER TABLE `reminder_lists` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `request_capping` -- ALTER TABLE `request_capping` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `role_user` -- ALTER TABLE `role_user` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=280; -- -- AUTO_INCREMENT for table `services` -- ALTER TABLE `services` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `settings` -- ALTER TABLE `settings` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `states` -- ALTER TABLE `states` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37; -- -- AUTO_INCREMENT for table `sub_services` -- ALTER TABLE `sub_services` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17; -- -- AUTO_INCREMENT for table `talk_to_expert` -- ALTER TABLE `talk_to_expert` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25; -- -- AUTO_INCREMENT for table `team_status_reports` -- ALTER TABLE `team_status_reports` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `temp_orders` -- ALTER TABLE `temp_orders` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=169; -- -- AUTO_INCREMENT for table `users` -- ALTER TABLE `users` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=280; -- -- AUTO_INCREMENT for table `user_details` -- ALTER TABLE `user_details` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=214; -- -- AUTO_INCREMENT for table `verify_users` -- ALTER TABLE `verify_users` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; -- -- AUTO_INCREMENT for table `wishlists` -- ALTER TABLE `wishlists` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT; -- -- Constraints for dumped tables -- -- -- Constraints for table `agents` -- ALTER TABLE `agents` ADD CONSTRAINT `agents_user_id_fkey` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `fk_users_id` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`); -- -- Constraints for table `carts` -- ALTER TABLE `carts` ADD CONSTRAINT `carts_user_id_fkey` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Constraints for table `cart_items` -- ALTER TABLE `cart_items` ADD CONSTRAINT `cart_items_cart_id_fkey` FOREIGN KEY (`cart_id`) REFERENCES `carts` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Constraints for table `cities` -- ALTER TABLE `cities` ADD CONSTRAINT `cities_state_id_fkey` FOREIGN KEY (`state_id`) REFERENCES `states` (`id`) ON DELETE CASCADE; -- -- Constraints for table `city_offers` -- ALTER TABLE `city_offers` ADD CONSTRAINT `city_offers_type_id_fkey` FOREIGN KEY (`type_id`) REFERENCES `banners` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Constraints for table `doctor_detail` -- ALTER TABLE `doctor_detail` ADD CONSTRAINT `doctors_user_id_fkey` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `forgot_otps` -- ALTER TABLE `forgot_otps` ADD CONSTRAINT `forgot_otps_user_id_fkey` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Constraints for table `hair_transplant_reports` -- ALTER TABLE `hair_transplant_reports` ADD CONSTRAINT `hair_transplant_user_id_fkey` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `manager_details` -- ALTER TABLE `manager_details` ADD CONSTRAINT `manager_details_user_id_fkey` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `operation_lists` -- ALTER TABLE `operation_lists` ADD CONSTRAINT `operation_lists_user_id_fkey` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `patient_gallery` -- ALTER TABLE `patient_gallery` ADD CONSTRAINT `patient_gallery_user_id_fkey` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `product_reviews` -- ALTER TABLE `product_reviews` ADD CONSTRAINT `product_reviews_product_id_fkey` FOREIGN KEY (`product_id`) REFERENCES `products` (`id`) ON DELETE CASCADE; -- -- Constraints for table `referral_points` -- ALTER TABLE `referral_points` ADD CONSTRAINT `referral_points_user_id_fkey` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Constraints for table `states` -- ALTER TABLE `states` ADD CONSTRAINT `states_country_id_fkey` FOREIGN KEY (`country_id`) REFERENCES `countries` (`id`) ON DELETE CASCADE; -- -- Constraints for table `user_details` -- ALTER TABLE `user_details` ADD CONSTRAINT `user_details_user_id_fkey2` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `verify_users` -- ALTER TABLE `verify_users` ADD CONSTRAINT `verify_users_user_id_fkey` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
SAVE
CANCEL