-- phpMyAdmin SQL Dump
-- version 5.0.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost
-- Generation Time: Jul 15, 2020 at 11:02 AM
-- Server version: 5.6.47
-- PHP Version: 7.2.28
SET FOREIGN_KEY_CHECKS=0;
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
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: `demo12cm_event_calendar`
--
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_apps`
--
DROP TABLE IF EXISTS `woobooking_apps`;
CREATE TABLE `woobooking_apps` (
`id` int(11) UNSIGNED NOT NULL,
`name` varchar(200) NOT NULL,
`alias` varchar(200) NOT NULL,
`ordering` int(11) NOT NULL,
`description` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_apps`
--
INSERT INTO `woobooking_apps` (`id`, `name`, `alias`, `ordering`, `description`) VALUES
(1, 'woobooking', 'woobooking', 0, '');
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_billing`
--
DROP TABLE IF EXISTS `woobooking_billing`;
CREATE TABLE `woobooking_billing` (
`id` int(11) NOT NULL,
`ordering` int(11) NOT NULL,
`order_id` int(11) NOT NULL,
`email` varchar(50) NOT NULL,
`first_name` varchar(50) NOT NULL,
`company` varchar(255) NOT NULL,
`country` varchar(50) NOT NULL,
`address_1` varchar(255) NOT NULL,
`address_2` varchar(255) NOT NULL,
`postcode` varchar(50) NOT NULL,
`city` varchar(50) NOT NULL,
`state` varchar(50) NOT NULL,
`phone` varchar(50) NOT NULL,
`title` varchar(200) NOT NULL,
`alias` varchar(200) NOT NULL,
`data` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_billing`
--
INSERT INTO `woobooking_billing` (`id`, `ordering`, `order_id`, `email`, `first_name`, `company`, `country`, `address_1`, `address_2`, `postcode`, `city`, `state`, `phone`, `title`, `alias`, `data`) VALUES
(4, 0, 8, 'nguyendinhcuong@gmail.com', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', '');
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_block`
--
DROP TABLE IF EXISTS `woobooking_block`;
CREATE TABLE `woobooking_block` (
`id` int(11) UNSIGNED NOT NULL,
`open_source_client_id` varchar(255) NOT NULL,
`name` varchar(200) NOT NULL,
`type` varchar(50) NOT NULL,
`alias` varchar(200) NOT NULL,
`ordering` int(11) NOT NULL,
`description` text NOT NULL,
`params` mediumtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_block`
--
INSERT INTO `woobooking_block` (`id`, `open_source_client_id`, `name`, `type`, `alias`, `ordering`, `description`, `params`) VALUES
(1, '', '', 'service-list', '', 0, '', ''),
(2, '', '', 'service-list', '', 0, '', ''),
(3, '', '', 'service-list', '', 0, '', ''),
(4, '', '', 'service-list', '', 0, '', ''),
(5, '', '', 'service-list', '', 0, '', ''),
(6, '', '', 'service-list', '', 0, '', ''),
(7, '', '', 'service-list', '', 0, '', ''),
(8, '', '', 'service-list', '', 0, '', ''),
(9, '', '', 'service-list', '', 0, '', ''),
(10, '', '', 'service-list', '', 0, '', ''),
(11, '', '', 'service-list', '', 0, '', ''),
(12, '', '', 'service-list', '', 0, '', ''),
(13, '', '', 'service-list', '', 0, '', ''),
(14, '', '', 'service-list', '', 0, '', ''),
(15, '', '', 'service-list', '', 0, '', ''),
(16, '', '', '', '', 0, '', ''),
(17, '', '', 'service-list', '', 0, '', ''),
(18, '', '', 'service-list', '', 0, '', '{\"category_id\":\"33\"}'),
(19, '', '', 'service-list', '', 0, '', '{\"category_id\":\"33\"}'),
(20, '', '', 'service-list', '', 0, '', '{\"category_id\":\"37\"}'),
(21, '', '', 'service-list', '', 0, '', '{\"category_id\":\"32\"}'),
(22, '', '', 'event-list', '', 0, '', ''),
(23, '', '', 'service-list', '', 0, '', '{\"category_id\":\"32\"}'),
(24, '', '', 'woobooking-employee-list', '', 0, '', ''),
(25, '', '', 'woobooking-employee-list', '', 0, '', ''),
(26, '', '', 'woobooking-employee-list', '', 0, '', ''),
(27, '', '', 'woobooking-service-list', '', 0, '', '{\"category_id\":\"32\"}'),
(28, '', '', 'woobooking-service-list', '', 0, '', '{\"category_id\":\"32\"}'),
(29, '', '', 'woobooking-appointment-default', '', 0, '', ''),
(30, '', '', 'woobooking-employee-list', '', 0, '', ''),
(31, '', '', 'woobooking-service-list', '', 0, '', '{\"category_id\":\"20\"}'),
(32, '', '', 'woobooking-category-list', '', 0, '', ''),
(33, '', '', '', '', 0, '', '{\"category_id\":\"20\"}'),
(34, '', '', 'woobooking-service-list', '', 0, '', ''),
(35, '', '', 'woobooking-service-list', '', 0, '', ''),
(36, '', '', 'woobooking-service-list', '', 0, '', ''),
(37, '', '', 'woobooking-service-list', '', 0, '', ''),
(38, '', '', 'woobooking-service-list', '', 0, '', ''),
(39, '', '', 'woobooking-service-list', '', 0, '', ''),
(40, '', '', 'woobooking-service-list', '', 0, '', ''),
(41, '', '', 'woobooking-service-list', '', 0, '', ''),
(42, '', '', 'woobooking-service-list', '', 0, '', ''),
(43, '', '', 'woobooking-service-list', '', 0, '', ''),
(44, '', '', 'woobooking-service-list', '', 0, '', ''),
(45, '', '', 'woobooking-service-list', '', 0, '', ''),
(46, '', '', 'woobooking-service-list', '', 0, '', ''),
(47, '', '', 'woobooking-category-list', '', 0, '', ''),
(48, '', '', 'woobooking-service-list', '', 0, '', ''),
(49, '', '', 'woobooking-service-list', '', 0, '', ''),
(50, '', '', 'woobooking-service-list', '', 0, '', ''),
(51, '', '', 'woobooking-service-list', '', 0, '', ''),
(52, '', '', 'woobooking-service-list', '', 0, '', ''),
(53, '', '', 'woobooking-service-list', '', 0, '', ''),
(54, '', '', 'woobooking-service-list', '', 0, '', ''),
(55, '', '', '', '', 0, '', '{\"category_id\":\"20\"}'),
(56, '', '', 'woobooking-service-list', '', 0, '', ''),
(57, '', '', 'woobooking-service-list', '', 0, '', ''),
(58, '', '', 'woobooking-service-list', '', 0, '', ''),
(59, '', '', 'woobooking-service-list', '', 0, '', ''),
(60, '', '', 'woobooking-service-list', '', 0, '', ''),
(61, '', '', 'woobooking-service-list', '', 0, '', ''),
(62, '', '', 'woobooking-service-list', '', 0, '', ''),
(63, '', '', 'woobooking-service-list', '', 0, '', ''),
(64, '', '', 'woobooking-service-list', '', 0, '', ''),
(65, '', '', 'woobooking-service-list', '', 0, '', '{\"category_id\":\"20\"}'),
(66, '', '', 'woobooking-category-list', '', 0, '', ''),
(67, '', '', 'woobooking-category-list', '', 0, '', ''),
(68, '', '', 'woobooking-category-list', '', 0, '', ''),
(69, '', '', 'woobooking-category-list', '', 0, '', '{\"children_layout\":\"home_page\"}'),
(70, '', '', 'woobooking-category-list', '', 0, '', '{\"children_layout\":\"home_page\"}'),
(71, '', '', 'woobooking-category-list', '', 0, '', '{\"children_layout\":\"home_page\"}'),
(72, '', '', 'woobooking-category-list', '', 0, '', ''),
(73, '', '', 'woobooking-category-list', '', 0, '', ''),
(74, '', '', 'woobooking-category-list', '', 0, '', ''),
(75, '', '', 'woobooking-category-list', '', 0, '', ''),
(76, '', '', 'woobooking-category-list', '', 0, '', ''),
(77, '', '', 'woobooking-category-list', '', 0, '', ''),
(78, '', '', 'woobooking-category-list', '', 0, '', '{\"children_layout\":\"list_home_page\"}'),
(79, '', '', 'woobooking-classtimeable-default', '', 0, '', ''),
(80, '', '', 'woobooking-classtimeable-default', '', 0, '', ''),
(81, '', '', 'woobooking-classtimeable-default', '', 0, '', ''),
(82, '', '', 'woobooking-block-classtimeable-default', '', 0, '', ''),
(83, '', '', 'woobooking-block-classtimeable-default', '', 0, '', ''),
(84, '', '', 'woobooking-block-classtimeable', '', 0, '', ''),
(85, '', '', 'woobooking-block-classtimeable', '', 0, '', ''),
(86, '', '', 'woobooking-block-classtimeable', '', 0, '', ''),
(87, '', '', 'woobooking-block-classtimeable', '', 0, '', ''),
(88, '', '', 'woobooking-block-classtimeable', '', 0, '', ''),
(89, '', '', 'woobooking-block-classtimeable', '', 0, '', ''),
(90, '', '', 'woobooking-block-classtimeable', '', 0, '', ''),
(91, '', '', 'woobooking-block-classtimeable', '', 0, '', ''),
(92, '', '', 'woobooking-block-classtimeable', '', 0, '', ''),
(93, '', '', 'woobooking-block-classtimeable', '', 0, '', ''),
(94, '', '', 'woobooking-block-classtimeable', '', 0, '', ''),
(95, '', '', 'woobooking-block-classtimeable', '', 0, '', '{\"category_id\":\"20\"}'),
(96, '', '', 'woobooking-block-classtimeable', '', 0, '', '{\"category_id\":\"22\"}'),
(97, '', '', 'woobooking-block-block_classtimeable', '', 0, '', ''),
(98, '', '', 'woobooking-block-block_classtimeable', '', 0, '', ''),
(99, '', 'sdfdsfds', 'woobooking-block-classtimeable', '', 0, '', 'null'),
(100, '', '', 'woobooking-booking-training', '', 0, '', ''),
(101, '', '', 'woobooking-category-list', '', 0, '', '{\"children_layout\":\"list_home_page\"}'),
(102, '', 'Table time', 'woobooking-block-classtimeable', '', 0, '', 'null'),
(103, '', '', 'woobooking-block-priceplanclass', '', 0, '', ''),
(104, '', '', 'woobooking-block-priceplanclass', '', 0, '', ''),
(105, '', '', 'woobooking-block-priceplanclass', '', 0, '', '{\"list_package_id\":[\"2\",\"3\",\"4\"],\"layout\":\"default\"}'),
(106, '', '', 'woobooking-block-priceplanclass', '', 0, '', '{\"category_id\":\"\",\"layout\":\"page_service_package_plan\"}'),
(107, '', '', 'woobooking-block-priceplanclass', '', 0, '', ''),
(108, '', '', 'woobooking-block-priceplanclass', '', 0, '', '{\"category_id\":\"\",\"layout\":\"page_service_package_plan\"}'),
(109, '', '', 'woobooking-block-meetourcoachs', '', 0, '', ''),
(110, '', '', 'woobooking-block-meetourcoachs', '', 0, '', '{\"employee_id\":[\"1\",\"3\",\"5\",\"6\",\"7\",\"8\",\"9\",\"15\",\"16\"],\"layout\":\"default\"}'),
(111, '', '', 'woobooking-block-priceplanclass', '', 0, '', ''),
(112, '', '', 'woobooking-block-priceplanclass', '', 0, '', ''),
(113, '', '', 'woobooking-block-categoryimage', '', 0, '', ''),
(114, '', '', 'woobooking-block-categoryimage', '', 0, '', ''),
(115, '', '', 'woobooking-block-categoryimage', '', 0, '', '{\"category_id\":[\"20\",\"21\",\"22\",\"23\",\"46\"],\"layout\":\"default\"}'),
(116, '', '', 'woobooking-block-categoryimage', '', 0, '', '{\"category_id\":[\"68\",\"23\",\"22\",\"21\",\"20\"],\"layout\":\"default\"}'),
(117, '', '', 'woobooking-block-categoryimage', '', 0, '', '{\"category_id\":[\"20\",\"21\",\"22\",\"23\",\"46\"],\"layout\":\"default\"}'),
(118, '', '', 'woobooking-block-meetourcoachs', '', 0, '', '{\"employee_id\":[\"1\",\"3\",\"17\"],\"layout\":\"default\"}'),
(119, '', '', 'woobooking-block-priceplanclass', '', 0, '', '{\"list_package_id\":[\"2\",\"3\",\"5\"],\"layout\":\"default\"}'),
(120, '', '', 'woobooking-block-meetourcoachs', '', 0, '', '{\"employee_id\":[\"1\",\"3\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"15\"],\"layout\":\"default\"}'),
(121, '', '', 'woobooking-block-classtimeable', '', 0, '', ''),
(122, '', '', 'woobooking-block-categoryimage', '', 0, '', '{\"category_id\":[\"67\",\"20\",\"21\",\"22\",\"23\"],\"layout\":\"default\"}'),
(123, '', '', 'woobooking-block-galleryblock', '', 0, '', '{\"gallery_id\":[\"\"],\"layout\":\"default\"}'),
(124, '', '', 'woobooking-block-galleryblock', '', 0, '', ''),
(125, '', '', 'woobooking-block-galleryblock', '', 0, '', ''),
(126, '', '', 'woobooking-block-galleryblock', '', 0, '', ''),
(127, '', '', 'woobooking-block-galleryblock', '', 0, '', '{\"gallery_id\":[\"\"],\"layout\":\"default\"}'),
(128, '', '', 'woobooking-block-galleryblock', '', 0, '', ''),
(129, '', '', 'woobooking-block-galleryblock', '', 0, '', ''),
(130, '', '', 'woobooking-block-galleryblock', '', 0, '', '{\"service_id\":[\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"52\",\"57\"],\"layout\":\"default\"}'),
(131, '', '', 'woobooking-order-list', '', 0, '', ''),
(132, '', '', 'woobooking-account-list', '', 0, '', ''),
(133, '', '', 'woobooking-block-bookingtraining', '', 0, '', '{\"service_id\":[\"45\"],\"layout\":\"default\"}'),
(134, '', '', 'woobooking-block-listevent', '', 0, '', '{\"layout\":\"default\"}'),
(135, '', '', 'woobooking-block-listevent', '', 0, '', '{\"layout\":\"default\"}'),
(136, '', '', 'woobooking-block-listevent', '', 0, '', '{\"layout\":\"default\"}'),
(137, '', '', 'woobooking-block-listevent', '', 0, '', '{\"layout\":\"default\"}'),
(138, '', '', 'woobooking-block-listevent', '', 0, '', '{\"layout\":\"default\"}'),
(139, '', '', 'woobooking-block-bookingtraining', '', 0, '', '{\"layout\":\"default\"}'),
(140, '', 'block', 'woobooking-block-listevent', '', 0, '', '{\"layout\":\"default\"}'),
(141, '', 'hfhfhf', 'woobooking-block-searchmenu', '', 0, '', '{\"layout\":\"default\"}'),
(142, '', '', 'woobooking-block-searchmenu', '', 0, '', '{\"layout\":\"default\"}'),
(143, '', '', 'woobooking-block-searchmenu', '', 0, '', '{\"layout\":\"default\"}'),
(144, '', '', 'woobooking-block-priceplanclass', '', 0, '', '{\"list_package_id\":[\"2\",\"3\",\"4\"],\"layout\":\"default\"}'),
(145, '', '', 'woobooking-block-searchmenu', '', 0, '', '{\"layout\":\"default\"}'),
(146, '', '', 'woobooking-block-searchmenu', '', 0, '', '{\"layout\":\"default\"}'),
(147, '', '', 'woobooking-block-bookingtraining', '', 0, '', '{\"layout\":\"default\"}'),
(148, '', '', 'woobooking-block-location', '', 0, '', '{\"layout\":\"default\",\"locations\":[\"3\",\"4\",\"5\"]}'),
(149, '', '', 'woobooking-block-searchmenu', '', 0, '', '{\"layout\":\"default\"}'),
(150, '', '', 'woobooking-block-searchmenu', '', 0, '', '{\"layout\":\"default\"}'),
(151, '', '', 'woobooking-block-searchmenu', '', 0, '', '{\"layout\":\"default\"}'),
(152, '', '', 'woobooking-block-searchmenu', '', 0, '', '{\"layout\":\"default\"}'),
(153, '', '', 'woobooking-block-searchmenu', '', 0, '', '{\"layout\":\"default\"}'),
(154, '', '', 'woobooking-block-searchmenu', '', 0, '', '{\"layout\":\"default\"}'),
(155, '', '', 'woobooking-block-searchmenu', '', 0, '', '{\"layout\":\"default\"}'),
(156, '', '', 'woobooking-block-location', '', 0, '', '{\"layout\":\"default\",\"path_image1\":\"blocks\\/block_location\\/assets\\/images\\/img2.png\",\"link_1\":\"http:\\/\\/45.119.84.18\\/~wbkfitnes\\/woobooking-service-list\\/?category_id=20\",\"text_1\":\"HO CHI MINH\",\"path_image2\":\"blocks\\/block_location\\/assets\\/images\\/img3.png\",\"link_2\":\"http:\\/\\/45.119.84.18\\/~wbkfitnes\\/woobooking-service-list\\/?category_id=21\",\"text_2\":\"DA NANG\",\"path_image3\":\"blocks\\/block_location\\/assets\\/images\\/img4.png\",\"link_3\":\"http:\\/\\/45.119.84.18\\/~wbkfitnes\\/woobooking-service-list\\/?category_id=22\",\"text_3\":\"HA NOI\"}'),
(157, '', '', 'woobooking-block-location', '', 0, '', '{\"layout\":\"default\",\"path_image1\":\"blocks\\/block_location\\/assets\\/images\\/img2.png\",\"link_1\":\"http:\\/\\/45.119.84.18\\/~wbkfitnes\\/woobooking-service-list\\/?category_id=20\",\"text_1\":\"HO CHI MINH\",\"path_image2\":\"blocks\\/block_location\\/assets\\/images\\/img3.png\",\"link_2\":\"http:\\/\\/45.119.84.18\\/~wbkfitnes\\/woobooking-service-list\\/?category_id=21\",\"text_2\":\"DA NANG\",\"path_image3\":\"blocks\\/block_location\\/assets\\/images\\/img4.png\",\"link_3\":\"http:\\/\\/45.119.84.18\\/~wbkfitnes\\/woobooking-service-list\\/?category_id=22\",\"text_3\":\"HA NOI\"}'),
(158, '', '', 'woobooking-block-searchmenu', '', 0, '', '{\"layout\":\"default\"}'),
(159, '', 'block search', 'woobooking-block-searchmenu', '', 0, '', '{\"layout\":\"default\"}'),
(160, '', '', 'woobooking-block-location', '', 0, '', '{\"layout\":\"default\",\"path_image1\":\"\",\"link_1\":\"\",\"text_1\":\"\",\"path_image2\":\"\",\"link_2\":\"\",\"text_2\":\"\",\"path_image3\":\"\",\"link_3\":\"\",\"text_3\":\"\"}'),
(161, '', '', 'woobooking-block-location', '', 0, '', '{\"layout\":\"default\",\"path_image1\":\"\",\"link_1\":\"\",\"text_1\":\"\",\"path_image2\":\"\",\"link_2\":\"\",\"text_2\":\"\",\"path_image3\":\"\",\"link_3\":\"\",\"text_3\":\"\"}'),
(162, '', '', 'woobooking-block-location', '', 0, '', '{\"layout\":\"default\",\"locations\":[\"3\",\"4\",\"5\"]}'),
(163, '', '', 'woobooking-block-searchmenu', '', 0, '', ''),
(164, '', '', 'woobooking-block-searchmenu', '', 0, '', ''),
(165, '', '', 'woobooking-block-listevent', '', 0, '', ''),
(166, '', '', 'woobooking-block-priceplanclass', '', 0, '', ''),
(167, '', '', 'woobooking-block-priceplanclass', '', 0, '', ''),
(168, '', '', 'woobooking-block-bookingtraining', '', 0, '', ''),
(169, '', '', 'woobooking-block-categoryimage', '', 0, '', ''),
(170, '', '', 'woobooking-block-meetourcoachs', '', 0, '', ''),
(171, '', '', 'woobooking-block-classtimeable', '', 0, '', ''),
(172, '', '', 'woobooking-block-galleryblock', '', 0, '', ''),
(173, '', '', 'woobooking-block-location', '', 0, '', ''),
(174, '', '', 'woobooking-block-listevent', '', 0, '', ''),
(175, '', '', 'woobooking-block-priceplanclass', '', 0, '', ''),
(176, '', '', 'woobooking-block-searchmenu', '', 0, '', ''),
(177, '', '', 'woobooking-block-searchmenu', '', 0, '', '{\"layout\":\"default\"}'),
(178, '', '', 'woobooking-block-listevent', '', 0, '', ''),
(179, '', '', 'woobooking-block-listevent', '', 0, '', '{\"layout\":\"default\"}'),
(180, '', '', 'woobooking-block-priceplanclass', '', 0, '', '{\"layout\":\"default\"}'),
(181, '', '', 'woobooking-block-priceplanclass', '', 0, '', '{\"list_package_id\":[\"2\",\"3\",\"4\"],\"layout\":\"default\"}'),
(182, '', '', 'woobooking-block-bookingtraining', '', 0, '', '{\"layout\":\"default\"}'),
(183, '', '', 'woobooking-block-categoryimage', '', 0, '', '{\"category_id\":[\"70\",\"68\",\"23\",\"22\",\"21\",\"20\"],\"layout\":\"default\"}'),
(184, '', '', 'woobooking-block-meetourcoachs', '', 0, '', '{\"employee_id\":[\"1\",\"3\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"15\"],\"layout\":\"default\"}'),
(185, '', '', 'woobooking-block-galleryblock', '', 0, '', '{\"service_id\":[\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"52\",\"57\",\"58\",\"59\"],\"layout\":\"default\"}'),
(186, '', '', 'woobooking-block-location', '', 0, '', '{\"layout\":\"default\",\"locations\":[\"3\",\"4\",\"5\"]}'),
(187, '86f1abbb-c15e-4168-9f8f-4788884e86f4', '', 'searchmenu', '', 0, '', ''),
(188, '86f1abbb-c15e-4168-9f8f-4788884e86f4', '', 'searchmenu', '', 0, '', ''),
(189, '387f2695-9134-4b01-9419-eec5198c6002', '', 'listevent', '', 0, '', ''),
(190, '82010ad7-cf81-4508-a28f-ff74480108a2', '', 'meetourcoachs', '', 0, '', ''),
(191, '4e36d305-6f81-49b2-a534-cafe296c8387', '', 'categoryimage', '', 0, '', ''),
(192, '5b88671b-8a50-4dfb-8ce3-7d2c05024cb7', '', 'meetourcoachs', '', 0, '', ''),
(193, '08d9e847-3476-481e-ada9-16e9c008fd79', '', 'meetourcoachs', '', 0, '', ''),
(194, '4a06000a-58a4-4af7-9dba-ffb1bc2c0ac8', '', 'meetourcoachs', '', 0, '', ''),
(195, 'dff9c85', '', 'listservice', '', 0, '', ''),
(196, '94e2575', '', 'search_tour', '', 0, '', '{}'),
(197, '6bef198', '', 'top_service', '', 0, '', '{}'),
(198, '21fadec', '', 'top_employee', '', 0, '', '{}'),
(199, '54dba3a', '', 'search_tour', '', 0, '', '{}'),
(200, '325ed1a3', '', 'review_comment', '', 0, '', '{}'),
(201, '00104ff', '', 'review_comment', '', 0, '', '{}'),
(202, 'd881be7', '', 'booking_process', '', 0, '', '{}'),
(203, '86833f9', '', 'location', '', 0, '', '{}'),
(204, '3f9e918', '', 'search_service', '', 0, '', '{}'),
(205, 'b89d6a3', '', 'search_event', '', 0, '', '{}'),
(206, 'a06e5d2', '', 'search_event', '', 0, '', '{}'),
(207, '0ce5fa7', '', 'top_event', '', 0, '', '{}'),
(208, '8c688dc', '', 'location', '', 0, '', '{}'),
(209, '4c40329', '', 'search_event', '', 0, '', '{}');
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_cart`
--
DROP TABLE IF EXISTS `woobooking_cart`;
CREATE TABLE `woobooking_cart` (
`id` int(11) NOT NULL,
`session_id` varchar(50) NOT NULL,
`service_id` int(11) NOT NULL,
`first_name` varchar(50) NOT NULL,
`last_name` varchar(50) NOT NULL,
`phone` varchar(50) NOT NULL,
`country_code` varchar(20) NOT NULL,
`email` varchar(50) NOT NULL,
`start_date` datetime NOT NULL,
`end_date` datetime NOT NULL,
`open_source_link_id` int(11) NOT NULL,
`location_id` int(11) NOT NULL,
`type` varchar(30) NOT NULL,
`employee_id` int(11) NOT NULL,
`extra_id` int(11) NOT NULL,
`price` int(11) NOT NULL,
`ordering` int(11) NOT NULL,
`rate_id` int(11) NOT NULL,
`params` mediumtext NOT NULL,
`quantity` int(11) NOT NULL,
`subtotal` float NOT NULL,
`total` float NOT NULL,
`total_tax` float NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_cart`
--
INSERT INTO `woobooking_cart` (`id`, `session_id`, `service_id`, `first_name`, `last_name`, `phone`, `country_code`, `email`, `start_date`, `end_date`, `open_source_link_id`, `location_id`, `type`, `employee_id`, `extra_id`, `price`, `ordering`, `rate_id`, `params`, `quantity`, `subtotal`, `total`, `total_tax`) VALUES
(7, '', 47, '', '', '', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 231, 4, '', 1, 0, 0, 0, 0, '', 1, 18, 18, 0),
(8, '', 48, '', '', '', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 231, 4, '', 5, 0, 0, 0, 0, '', 1, 18, 18, 0),
(10, '', 45, '', '', '', '', '', '2019-12-16 14:54:00', '2019-12-16 15:26:00', 0, 1, 'event', 1, 0, 16, 0, 99, '', 0, 0, 0, 0),
(11, '', 45, '', '', '', '', '', '2019-12-16 14:54:00', '2019-12-16 15:26:00', 0, 1, 'event', 1, 0, 16, 0, 99, '', 0, 0, 0, 0),
(15, '', 46, '', '', '', '', '', '2019-12-23 15:05:00', '2019-12-23 15:37:00', 0, 1, 'event', 7, 0, 56, 0, 102, '', 0, 0, 0, 0),
(16, '', 0, '', '', '', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 'event', 0, 0, 0, 0, 0, '', 0, 0, 0, 0),
(17, '', 0, '', '', '', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 'event', 6, 0, 0, 0, 0, '', 0, 0, 0, 0),
(18, '', 45, '', '', '', '', '', '2019-12-11 18:09:00', '2019-12-26 18:41:00', 0, 1, 'event', 0, 0, 8000, 0, 170, '', 0, 0, 0, 0),
(19, '', 0, '', '', '', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 'event', 0, 0, 0, 0, 0, '', 0, 0, 0, 0),
(20, '', 0, '', '', '', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 'event', 0, 0, 0, 0, 0, '', 0, 0, 0, 0),
(21, '', 0, '', '', '', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 'event', 0, 0, 0, 0, 0, '', 0, 0, 0, 0),
(22, '', 0, '', '', '', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 'event', 0, 0, 0, 0, 0, '', 0, 0, 0, 0),
(23, '', 45, '', '', '', '', '', '2019-12-18 03:18:38', '2019-12-18 03:18:38', 0, 3, 'event', 4, 0, 8000, 0, 232, '', 0, 0, 0, 0),
(24, '1k4hjod330j801030e78rvrl6i', 45, '', '', '', '', '', '2020-01-12 09:04:00', '2020-01-16 09:19:00', 0, 3, 'event', 1, 0, 8000, 0, 398, '', 0, 0, 0, 0),
(25, '1k4hjod330j801030e78rvrl6i', 47, '', '', '', '', '', '2019-12-11 10:14:00', '2019-12-11 10:46:00', 0, 4, 'event', 8, 0, 7677, 0, 174, '', 0, 0, 0, 0),
(26, '1k4hjod330j801030e78rvrl6i', 47, '', '', '', '', '', '2019-12-11 10:14:00', '2019-12-11 10:46:00', 0, 4, 'event', 8, 0, 7677, 0, 174, '', 0, 0, 0, 0),
(27, 'lvrpq2p60gqf03fvl03hmkud80', 0, '', '', '', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 'event', 0, 0, 0, 0, 0, '', 0, 0, 0, 0),
(28, 'lvrpq2p60gqf03fvl03hmkud80', 0, '', '', '', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 'event', 0, 0, 0, 0, 0, '', 0, 0, 0, 0),
(29, '1k4hjod330j801030e78rvrl6i', 45, '', '', '', '', '', '2020-01-12 09:04:00', '2020-01-16 09:19:00', 0, 3, 'event', 1, 0, 8000, 0, 398, '', 0, 0, 0, 0),
(30, 'tbtfg6l3j5r9a2p2d6jte6vsh4', 0, '', '', '', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 'event', 0, 0, 0, 0, 0, '', 0, 0, 0, 0),
(31, '7955cj1n7d594m3fcqek858veq', 45, '', '', '', '', '', '2020-01-12 09:04:00', '2020-01-16 09:19:00', 0, 3, 'event', 6, 0, 8000, 0, 398, '', 0, 0, 0, 0),
(32, 'u051pdal51o48kptp9a730ieh5', 45, '', '', '', '', '', '2019-12-19 09:04:53', '1970-01-01 08:00:00', 0, 3, 'event', 1, 0, 8000, 0, 399, '', 0, 0, 0, 0),
(33, 'h59g4h1iv3915076m3doju4tc8', 47, '', '', '', '', '', '2019-12-20 10:14:00', '2019-12-20 10:46:00', 0, 4, 'event', 8, 0, 7677, 0, 175, '', 0, 0, 0, 0),
(34, 'h59g4h1iv3915076m3doju4tc8', 46, '', '', '', '', '', '2019-12-28 15:21:00', '2019-12-28 15:53:00', 0, 4, 'event', 19, 0, 56, 0, 105, '', 0, 0, 0, 0),
(42, 'h59g4h1iv3915076m3doju4tc8', 47, 'Netbase', 'Team', '', '', '', '2019-12-11 10:14:00', '2019-12-11 10:46:00', 0, 4, 'event', 8, 0, 7677, 0, 174, '', 2, 0, 0, 0),
(43, 'lsn4pudhhm0irrcbijdvj6ihdv', 45, 'admin_netbase', 'fggfgf', '', '', '', '2020-01-08 15:00:00', '2020-01-31 17:00:00', 0, 3, 'event', 6, 0, 8000, 0, 409, '', 1, 0, 0, 0),
(44, 'h59g4h1iv3915076m3doju4tc8', 45, 'admin_netbase', 'Team', '', '', '', '2019-12-20 09:09:51', '2019-12-20 09:09:51', 0, 3, 'event', 1, 0, 8000, 0, 412, '', 3, 0, 0, 0),
(45, 'mvtfomlha59pjb210g2jn36gua', 0, 'Ngo', 'Sơn', '', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 'event', 1, 0, 0, 0, 0, '', 2, 0, 0, 0),
(46, 'lsn4pudhhm0irrcbijdvj6ihdv', 66, 'admin_netbase', 'sdfsdf', '', '', '', '2020-01-02 10:31:00', '2020-01-02 11:03:00', 0, 5, 'event', 5, 0, 67, 0, 213, '', 3, 0, 0, 0),
(52, 'hah8n86063m7sorlja97rrqksn', 46, 'Netbase', 'will', '', '', '', '2019-12-28 15:21:00', '2019-12-28 15:53:00', 0, 4, 'event', 19, 0, 56, 0, 105, '', 1, 0, 0, 0),
(53, 'oer2hg1gkse579dgp19pl39n9t', 45, 'Ngo', 'Sơn', '', '', '', '2019-12-20 09:09:51', '2019-12-20 09:09:51', 0, 3, 'event', 1, 0, 8000, 0, 411, '', 2, 0, 0, 0),
(55, 'v8cq8g9d0e521s0p9chm4a7qeh', 46, 'admin_netbase', 'will', '', '', '', '2019-12-28 15:21:00', '2019-12-28 15:53:00', 0, 4, 'event', 19, 0, 56, 0, 105, '', 2, 0, 0, 0),
(56, 'psa1bj059vqo462imfk88arp2h', 45, 'Trịnh', 'Tuyết', '', '', '', '2020-01-12 09:00:00', '2020-01-16 11:00:00', 0, 3, 'event', 1, 0, 8000, 0, 408, '', 1, 0, 0, 0),
(57, 'psa1bj059vqo462imfk88arp2h', 47, 'Trịnh', 'Tuyết', '', '', '', '2019-12-11 10:14:00', '2019-12-11 10:46:00', 0, 4, 'event', 8, 0, 7677, 0, 174, '', 1, 0, 0, 0),
(58, 'pdbo2u6g01bj4jvmjjjjcfc3km', 45, 'Ngo', 'Sơn', '', '', '', '2020-01-12 09:00:00', '2020-01-16 11:00:00', 0, 3, 'event', 1, 0, 8000, 0, 408, '', 2, 0, 0, 0),
(60, '9j71odh75tua74epamfh254d56', 59, 'admin_netbase', 'will', '', '', '', '2020-01-03 16:22:00', '2020-01-03 16:54:00', 0, 4, 'event', 18, 0, 56, 0, 111, '', 2, 0, 0, 0),
(61, '9j71odh75tua74epamfh254d56', 47, 'admin_netbase', 'will', '', '', '', '2019-12-20 10:14:00', '2019-12-20 10:46:00', 0, 4, 'event', 8, 0, 7677, 0, 414, '', 1, 0, 0, 0),
(62, 'frl72s7lkubv0fu27vgmq6f5e2', 45, 'Trịnh', 'Tuyết', '', '', '', '2020-01-12 09:00:00', '2020-01-16 11:00:00', 0, 3, 'event', 1, 0, 8000, 0, 408, '', 3, 0, 0, 0),
(64, '9j71odh75tua74epamfh254d56', 0, 'Netbase', 'Team', '', '', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 'event', 0, 0, 0, 0, 0, '', 2, 0, 0, 0),
(65, '9j71odh75tua74epamfh254d56', 45, 'admin_netbase', 'will', '', '', '', '2020-01-20 17:00:00', '2020-01-25 18:30:00', 0, 3, 'event', 15, 0, 8000, 0, 438, '', 1, 0, 0, 0),
(66, '9j71odh75tua74epamfh254d56', 46, 'admin_netbase', 'Team', '', '', '', '2019-12-28 15:21:00', '2019-12-28 15:53:00', 0, 4, 'event', 19, 0, 56, 0, 105, '', 3, 0, 0, 0),
(71, '9j71odh75tua74epamfh254d56', 45, 'Netbase', 'Team', '', '', '', '2020-01-08 15:00:00', '2020-01-31 17:00:00', 0, 3, 'event', 1, 0, 8000, 0, 437, '', 3, 0, 0, 0),
(72, 'frl72s7lkubv0fu27vgmq6f5e2', 45, 'Trịnh', 'Tuyết', '', '', '', '2020-01-12 09:00:00', '2020-01-16 11:00:00', 0, 3, 'event', 6, 0, 8000, 0, 436, '', 1, 0, 0, 0),
(73, '9j71odh75tua74epamfh254d56', 49, 'admin_netbase', 'Team', '', '', '', '2020-01-06 07:28:00', '2020-01-06 08:00:00', 0, 3, 'event', 16, 0, 50, 0, 207, '', 2, 0, 0, 0),
(75, '1b1ijgh1d40iepq7joc2gnkdg3', 46, 'admin_netbase', 'will', '', '', '', '2019-12-28 15:21:00', '2019-12-28 15:53:00', 0, 4, 'event', 19, 0, 56, 0, 105, '', 2, 0, 0, 0),
(76, 'vao59ltcj57q894a04kld7kjje', 45, 'Trịnh', 'Tuyết', '', '', '', '2020-01-12 09:00:00', '2020-01-16 11:00:00', 0, 3, 'event', 1, 0, 8000, 0, 436, '', 1, 0, 0, 0),
(77, 'vao59ltcj57q894a04kld7kjje', 47, 'Trịnh', 'Tuyết', '', '', '', '2019-12-11 13:30:00', '2019-12-14 15:00:00', 0, 4, 'event', 8, 0, 7677, 0, 431, '', 3, 0, 0, 0),
(78, '1b1ijgh1d40iepq7joc2gnkdg3', 47, 'lyly', 'will', '', '', '', '2020-01-14 06:30:00', '2020-01-16 07:00:00', 0, 4, 'event', 8, 0, 7677, 0, 435, '', 2, 0, 0, 0),
(79, 'vao59ltcj57q894a04kld7kjje', 46, 'Trịnh', 'Tuyết', '', '', '', '2019-12-28 10:25:00', '2019-12-28 10:57:00', 0, 5, 'event', 18, 0, 56, 0, 441, '', 1, 56, 56, 0),
(80, 'fn0i15f3n02l7pbovimvf8kqim', 45, 'Ngo', 'Sơn', '', '', '', '2020-01-12 09:00:00', '2020-01-16 11:00:00', 0, 3, 'event', 1, 0, 8000, 0, 449, '', 2, 16000, 16000, 0),
(81, 'fn0i15f3n02l7pbovimvf8kqim', 46, 'Ngo', 'Sơn', '', '', '', '2019-12-28 10:25:00', '2019-12-28 10:57:00', 0, 5, 'event', 18, 0, 56, 0, 441, '', 1, 56, 56, 0),
(82, 'fn0i15f3n02l7pbovimvf8kqim', 45, 'Ngo', 'Sơn', '', '', '', '2020-01-08 15:00:00', '2020-01-31 17:00:00', 0, 3, 'event', 1, 0, 8000, 0, 450, '', 2, 16000, 16000, 0),
(84, '1b1ijgh1d40iepq7joc2gnkdg3', 46, 'admin_netbase', 'Team', '', '', '', '2019-12-29 10:25:00', '2019-12-29 10:57:00', 0, 5, 'event', 18, 0, 56, 0, 442, '', 2, 112, 112, 0),
(85, '1b1ijgh1d40iepq7joc2gnkdg3', 45, 'admin_netbase', 'will', '', '', '', '2020-01-20 17:00:00', '2020-01-25 18:30:00', 0, 3, 'event', 6, 0, 8000, 0, 458, '', 2, 16000, 16000, 0),
(86, '1b1ijgh1d40iepq7joc2gnkdg3', 45, 'admin_netbase', 'Team', '', '', '', '2020-01-20 17:00:00', '2020-01-25 18:30:00', 0, 3, 'event', 1, 0, 8000, 0, 458, '', 3, 24000, 24000, 0),
(87, 'ug3mm7omb4ung85gfpjic15lpg', 45, 'Netbase', 'will', '', '', '', '2020-01-20 17:00:00', '2020-01-25 18:30:00', 0, 3, 'event', 15, 0, 8000, 0, 458, '', 2, 16000, 16000, 0),
(88, 'ntl597ivgtrrn5r4mp9tnu5s1r', 47, 'Netbase', 'will', '', '', '', '2019-12-11 13:30:00', '2019-12-14 15:00:00', 0, 4, 'event', 8, 0, 7677, 0, 471, '', 3, 23031, 23031, 0),
(89, 'tnoac76uvqutg0bdg0krd5d2eu', 45, 'admin_netbase', 'will', '', '', '', '2020-01-08 15:00:00', '2020-01-31 17:00:00', 0, 3, 'event', 1, 0, 8000, 0, 457, '', 2, 16000, 16000, 0),
(90, 'tnoac76uvqutg0bdg0krd5d2eu', 47, 'admin_netbase', 'Team', '', '', '', '2020-01-01 06:00:00', '2020-01-11 08:00:00', 0, 4, 'event', 8, 0, 7677, 0, 472, '', 2, 15354, 15354, 0),
(91, 'tnoac76uvqutg0bdg0krd5d2eu', 45, 'admin_netbase', 'Team', '', '', '', '2020-01-08 15:00:00', '2020-01-31 17:00:00', 0, 3, 'event', 6, 0, 8000, 0, 457, '', 2, 16000, 16000, 0),
(92, 'qqid4qkimbb2nlecd0f8rb8rbs', 45, 'fsdfds', 'sdfds', '', '', '', '2020-02-18 06:00:00', '2020-02-25 07:30:00', 0, 3, 'event', 1, 0, 8000, 0, 495, '', 1, 8000, 8000, 0),
(93, '1gdr9npehirj7i7ktgblgh21ai', 45, 'âsd', 'ádd', '', '', '', '2020-02-18 06:00:00', '2020-02-25 07:30:00', 0, 3, 'event', 1, 0, 8000, 0, 495, '', 2, 16000, 16000, 0),
(94, '1gdr9npehirj7i7ktgblgh21ai', 45, 'âsd', 'ádd', '', '', '', '2020-02-18 06:00:00', '2020-02-25 07:30:00', 0, 3, 'event', 1, 0, 8000, 0, 495, '', 3, 24000, 24000, 0),
(95, '1gdr9npehirj7i7ktgblgh21ai', 45, 'âsd', 'ádd', '', '', '', '2020-02-18 06:00:00', '2020-02-25 07:30:00', 0, 3, 'event', 1, 0, 8000, 0, 495, '', 1, 8000, 8000, 0),
(96, '11b42ho0ls02oi863bsd7japd3', 45, 'adsd', 'dsadsad', '', '', '', '2020-02-18 06:00:00', '2020-02-25 07:30:00', 0, 3, 'event', 1, 0, 8000, 0, 495, '', 1, 8000, 8000, 0),
(97, '55pjc9qor5tinsqegabq0ehpdv', 45, 'adsd', 'dsadsad', '', '', '', '2020-02-18 06:00:00', '2020-02-25 07:30:00', 0, 3, 'event', 1, 0, 8000, 0, 495, '', 1, 8000, 8000, 0),
(98, '', 49, 'nguyen', 'ha', '', '', '', '2020-02-26 07:00:00', '2020-02-29 08:00:00', 0, 3, 'event', 31, 0, 50, 0, 505, '', 1, 50, 50, 0),
(99, 'nrgnufnegi0ev6rl5cnct4ggte', 66, 'phú', 'đạt', '', '', '', '2020-02-13 17:00:00', '2020-02-20 18:00:00', 0, 5, 'event', 5, 0, 67, 0, 532, '', 1, 67, 67, 0),
(100, 'skolav7ms5mmq189uubda45sh6', 45, 'adsfds', 'dsadsad', '', '', '', '2020-03-02 06:00:00', '2020-03-20 07:30:00', 0, 3, 'event', 10, 0, 8000, 0, 538, '', 2, 16000, 16000, 0),
(101, 'qnnnl2cbr6fv31us0616b7982k', 46, 'susan', 'su', '', '', '', '2020-02-20 09:00:00', '2020-02-29 10:30:00', 0, 4, 'event', 30, 0, 56, 0, 519, '', 1, 56, 56, 0),
(102, 'laiv7h2c0q4gtdd533v8poe68n', 49, 'Michael', 'Kim', '', '', '', '2020-02-26 07:00:00', '2020-02-29 08:00:00', 0, 3, 'event', 15, 0, 50, 0, 534, '', 2, 100, 100, 0),
(103, 'laiv7h2c0q4gtdd533v8poe68n', 60, 'Michael', 'Kim', '', '', '', '2020-02-12 10:30:00', '2020-02-19 23:30:00', 0, 4, 'event', 5, 0, 78, 0, 528, '', 1, 78, 78, 0),
(106, '', 45, 'Phu', 'Huynh', '', '', '', '2020-03-11 05:00:00', '2020-03-26 06:30:00', 0, 3, 'event', 1, 0, 8000, 0, 559, '', 2, 16000, 16000, 0);
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_category`
--
DROP TABLE IF EXISTS `woobooking_category`;
CREATE TABLE `woobooking_category` (
`id` int(11) UNSIGNED NOT NULL,
`name` varchar(200) NOT NULL,
`image` varchar(200) NOT NULL,
`alias` varchar(200) NOT NULL,
`ordering` int(11) NOT NULL,
`published` int(11) NOT NULL,
`description` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_category`
--
INSERT INTO `woobooking_category` (`id`, `name`, `image`, `alias`, `ordering`, `published`, `description`) VALUES
(20, 'Yoga', 'upload/category/images/cover/pG3JOSfdcateyoga.jpg', '', 2, 1, 'Practicing with leading Yoga experts helps improve overall health and effectively prevents the signs of aging'),
(21, 'Cardio', 'upload/category/images/cover/rbkBrdSNcardio.jpg', '', 4, 1, 'Cardio exercises help the body increase and control the heart rate, support the blood circulation. As a result, the oxygen supply to the whole body in general and muscle cells, in particular, is also improved in a positive way.'),
(22, 'Body Combat', 'upload/category/images/cover/CrpGjgrnbodycombat.jpg', '', 5, 1, 'Combat sports is a combination of martial arts and music, which is suitable for young people. Combat sports is trained on vibrant music and helps increase excitement, the athletic ability for trainees.'),
(23, 'Body building', 'upload/category/images/cover/xJqzjT2lbodybuilding.jpg', '', 6, 1, 'Not only weight loss, fat reduction, Bodybuilding also boost your heart rate and improve your endurance. Increased heart rate maximum support for metabolism. Endurance, balance, and endurance will help you get ready for heavy muscle training.'),
(68, 'Gym ', 'upload/category/images/cover/COBaIozbgym.jpg', '', 1, 1, 'Help you have a nice body, attract the opposite sex; improve health, prevent disease. In addition, the gym makes you always full of vitality, the spirit of comfort and energy for both men and women.'),
(70, 'Dance', 'upload/category/images/cover/XybYLP23dance.jpg', '', 3, 1, 'Dance is the best option if you want to lose weight. It helps to consume a lot of energy and promotes health preventing diseases.');
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_category_tag`
--
DROP TABLE IF EXISTS `woobooking_category_tag`;
CREATE TABLE `woobooking_category_tag` (
`id` int(11) NOT NULL,
`category_id` int(11) NOT NULL,
`tag_id` int(11) NOT NULL,
`description` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_config`
--
DROP TABLE IF EXISTS `woobooking_config`;
CREATE TABLE `woobooking_config` (
`id` int(11) NOT NULL,
`title` varchar(200) NOT NULL,
`alias` varchar(200) NOT NULL,
`params` mediumtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_config`
--
INSERT INTO `woobooking_config` (`id`, `title`, `alias`, `params`) VALUES
(1, 'title1', 'title1', '{\"booking_style\":\"in_line\",\"timezone\":\"Asia\\/Jakarta\",\"client_secret_file\":\"upload_system\\/client_secret\\/upload_system\\/client_secret\\/upload_system\\/client_secret\\/client_secret_525629706282-i2g4hf4hqjm82m52cdkg06jsuva8oelt.apps.googleusercontent.com.json\",\"is_enable_booking_add_gg_calendar_api\":\"0\",\"multi_product_in_cart\":\"1\",\"page_service_detail\":\"163\",\"page_list_category\":\"87\",\"page_list_service\":\"81\",\"page_list_event\":\"76\",\"page_event_detail\":\"238\",\"onclick_event_detail\":\"show_on_page\",\"select_form_booking_style\":\"style_1\",\"select_style_top_event\":\"style_5\"}');
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_country`
--
DROP TABLE IF EXISTS `woobooking_country`;
CREATE TABLE `woobooking_country` (
`id` int(11) NOT NULL,
`countrycode` char(3) NOT NULL,
`countryname` varchar(200) NOT NULL,
`image` varchar(200) NOT NULL,
`code` char(2) DEFAULT NULL,
`ordering` int(11) NOT NULL,
`published` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_country`
--
INSERT INTO `woobooking_country` (`id`, `countrycode`, `countryname`, `image`, `code`, `ordering`, `published`) VALUES
(1, 'ABW', 'Aruba', 'admin/resources/flags/aw.png', 'AW', 0, 0),
(2, 'AFG', 'Afghanistan', 'admin/resources/flags/af.png', 'AF', 0, 0),
(3, 'AGO', 'Angola', 'admin/resources/flags/ao.png', 'AO', 0, 0),
(4, 'AIA', 'Anguilla', 'admin/resources/flags/ai.png', 'AI', 0, 0),
(5, 'ALA', 'Åland', 'admin/resources/flags/ax.png', 'AX', 0, 0),
(6, 'ALB', 'Albania', 'admin/resources/flags/al.png', 'AL', 0, 0),
(7, 'AND', 'Andorra', 'admin/resources/flags/ad.png', 'AD', 0, 0),
(8, 'ARE', 'United Arab Emirates', 'admin/resources/flags/ae.png', 'AE', 0, 0),
(9, 'ARG', 'Argentina', 'admin/resources/flags/ar.png', 'AR', 0, 0),
(10, 'ARM', 'Armenia', 'admin/resources/flags/am.png', 'AM', 0, 0),
(11, 'ASM', 'American Samoa', 'admin/resources/flags/as.png', 'AS', 0, 0),
(12, 'ATA', 'Antarctica', 'admin/resources/flags/aq.png', 'AQ', 0, 0),
(13, 'ATF', 'French Southern Territories', 'admin/resources/flags/tf.png', 'TF', 0, 0),
(14, 'ATG', 'Antigua and Barbuda', 'admin/resources/flags/ag.png', 'AG', 0, 0),
(15, 'AUS', 'Australia', 'admin/resources/flags/au.png', 'AU', 0, 0),
(16, 'AUT', 'Austria', 'admin/resources/flags/at.png', 'AT', 0, 0),
(17, 'AZE', 'Azerbaijan', 'admin/resources/flags/az.png', 'AZ', 0, 0),
(18, 'BDI', 'Burundi', 'admin/resources/flags/bi.png', 'BI', 0, 0),
(19, 'BEL', 'Belgium', 'admin/resources/flags/be.png', 'BE', 0, 0),
(20, 'BEN', 'Benin', 'admin/resources/flags/bj.png', 'BJ', 0, 0),
(21, 'BES', 'Bonaire', 'admin/resources/flags/bq.png', 'BQ', 0, 0),
(22, 'BFA', 'Burkina Faso', 'admin/resources/flags/bf.png', 'BF', 0, 0),
(23, 'BGD', 'Bangladesh', 'admin/resources/flags/bd.png', 'BD', 0, 0),
(24, 'BGR', 'Bulgaria', 'admin/resources/flags/bg.png', 'BG', 0, 0),
(25, 'BHR', 'Bahrain', 'admin/resources/flags/bh.png', 'BH', 0, 0),
(26, 'BHS', 'Bahamas', 'admin/resources/flags/bs.png', 'BS', 0, 0),
(27, 'BIH', 'Bosnia and Herzegovina', 'admin/resources/flags/ba.png', 'BA', 0, 0),
(28, 'BLM', 'Saint Barthélemy', 'admin/resources/flags/bl.png', 'BL', 0, 0),
(29, 'BLR', 'Belarus', 'admin/resources/flags/by.png', 'BY', 0, 0),
(30, 'BLZ', 'Belize', 'admin/resources/flags/bz.png', 'BZ', 0, 0),
(31, 'BMU', 'Bermuda', 'admin/resources/flags/bm.png', 'BM', 0, 0),
(32, 'BOL', 'Bolivia', 'admin/resources/flags/bo.png', 'BO', 0, 0),
(33, 'BRA', 'Brazil', 'admin/resources/flags/br.png', 'BR', 0, 0),
(34, 'BRB', 'Barbados', 'admin/resources/flags/bb.png', 'BB', 0, 0),
(35, 'BRN', 'Brunei', 'admin/resources/flags/bn.png', 'BN', 0, 0),
(36, 'BTN', 'Bhutan', 'admin/resources/flags/bt.png', 'BT', 0, 0),
(37, 'BVT', 'Bouvet Island', 'admin/resources/flags/bv.png', 'BV', 0, 0),
(38, 'BWA', 'Botswana', 'admin/resources/flags/bw.png', 'BW', 0, 0),
(39, 'CAF', 'Central African Republic', 'admin/resources/flags/cf.png', 'CF', 0, 0),
(40, 'CAN', 'Canada', 'admin/resources/flags/ca.png', 'CA', 0, 0),
(41, 'CCK', 'Cocos [Keeling] Islands', 'admin/resources/flags/cc.png', 'CC', 0, 0),
(42, 'CHE', 'Switzerland', 'admin/resources/flags/ch.png', 'CH', 0, 0),
(43, 'CHL', 'Chile', 'admin/resources/flags/cl.png', 'CL', 0, 0),
(44, 'CHN', 'China', 'admin/resources/flags/cn.png', 'CN', 0, 0),
(45, 'CIV', 'Ivory Coast', 'admin/resources/flags/ci.png', 'CI', 0, 0),
(46, 'CMR', 'Cameroon', 'admin/resources/flags/cm.png', 'CM', 0, 0),
(47, 'COD', 'Democratic Republic of the Congo', 'admin/resources/flags/cd.png', 'CD', 0, 0),
(48, 'COG', 'Republic of the Congo', 'admin/resources/flags/cg.png', 'CG', 0, 0),
(49, 'COK', 'Cook Islands', 'admin/resources/flags/ck.png', 'CK', 0, 0),
(50, 'COL', 'Colombia', 'admin/resources/flags/co.png', 'CO', 0, 0),
(51, 'COM', 'Comoros', 'admin/resources/flags/km.png', 'KM', 0, 0),
(52, 'CPV', 'Cape Verde', 'admin/resources/flags/cv.png', 'CV', 0, 0),
(53, 'CRI', 'Costa Rica', 'admin/resources/flags/cr.png', 'CR', 0, 0),
(54, 'CUB', 'Cuba', 'admin/resources/flags/cu.png', 'CU', 0, 0),
(55, 'CUW', 'Curacao', 'admin/resources/flags/cw.png', 'CW', 0, 0),
(56, 'CXR', 'Christmas Island', 'admin/resources/flags/cx.png', 'CX', 0, 0),
(57, 'CYM', 'Cayman Islands', 'admin/resources/flags/ky.png', 'KY', 0, 0),
(58, 'CYP', 'Cyprus', 'admin/resources/flags/cy.png', 'CY', 0, 0),
(59, 'CZE', 'Czech Republic', 'admin/resources/flags/cz.png', 'CZ', 0, 0),
(60, 'DEU', 'Germany', 'admin/resources/flags/de.png', 'DE', 0, 0),
(61, 'DJI', 'Djibouti', 'admin/resources/flags/dj.png', 'DJ', 0, 0),
(62, 'DMA', 'Dominica', 'admin/resources/flags/dm.png', 'DM', 0, 0),
(63, 'DNK', 'Denmark', 'admin/resources/flags/dk.png', 'DK', 0, 0),
(64, 'DOM', 'Dominican Republic', 'admin/resources/flags/do.png', 'DO', 0, 0),
(65, 'DZA', 'Algeria', 'admin/resources/flags/dz.png', 'DZ', 0, 0),
(66, 'ECU', 'Ecuador', 'admin/resources/flags/ec.png', 'EC', 0, 0),
(67, 'EGY', 'Egypt', 'admin/resources/flags/eg.png', 'EG', 0, 0),
(68, 'ERI', 'Eritrea', 'admin/resources/flags/er.png', 'ER', 0, 0),
(69, 'ESH', 'Western Sahara', 'admin/resources/flags/eh.png', 'EH', 0, 0),
(70, 'ESP', 'Spain', 'admin/resources/flags/es.png', 'ES', 0, 0),
(71, 'EST', 'Estonia', 'admin/resources/flags/ee.png', 'EE', 0, 0),
(72, 'ETH', 'Ethiopia', 'admin/resources/flags/et.png', 'ET', 0, 0),
(73, 'FIN', 'Finland', 'admin/resources/flags/fi.png', 'FI', 0, 0),
(74, 'FJI', 'Fiji', 'admin/resources/flags/fj.png', 'FJ', 0, 0),
(75, 'FLK', 'Falkland Islands', 'admin/resources/flags/fk.png', 'FK', 0, 0),
(76, 'FRA', 'France', 'admin/resources/flags/fr.png', 'FR', 0, 0),
(77, 'FRO', 'Faroe Islands', 'admin/resources/flags/fo.png', 'FO', 0, 0),
(78, 'FSM', 'Micronesia', 'admin/resources/flags/fm.png', 'FM', 0, 0),
(79, 'GAB', 'Gabon', 'admin/resources/flags/ga.png', 'GA', 0, 0),
(80, 'GBR', 'United Kingdom', 'admin/resources/flags/gb.png', 'GB', 0, 0),
(81, 'GEO', 'Georgia', 'admin/resources/flags/ge.png', 'GE', 0, 0),
(82, 'GGY', 'Guernsey', 'admin/resources/flags/gg.png', 'GG', 0, 0),
(83, 'GHA', 'Ghana', 'admin/resources/flags/gh.png', 'GH', 0, 0),
(84, 'GIB', 'Gibraltar', 'admin/resources/flags/gi.png', 'GI', 0, 0),
(85, 'GIN', 'Guinea', 'admin/resources/flags/gn.png', 'GN', 0, 0),
(86, 'GLP', 'Guadeloupe', 'admin/resources/flags/gp.png', 'GP', 0, 0),
(87, 'GMB', 'Gambia', 'admin/resources/flags/gm.png', 'GM', 0, 0),
(88, 'GNB', 'Guinea-Bissau', 'admin/resources/flags/gw.png', 'GW', 0, 0),
(89, 'GNQ', 'Equatorial Guinea', 'admin/resources/flags/gq.png', 'GQ', 0, 0),
(90, 'GRC', 'Greece', 'admin/resources/flags/gr.png', 'GR', 0, 0),
(91, 'GRD', 'Grenada', 'admin/resources/flags/gd.png', 'GD', 0, 0),
(92, 'GRL', 'Greenland', 'admin/resources/flags/gl.png', 'GL', 0, 0),
(93, 'GTM', 'Guatemala', 'admin/resources/flags/gt.png', 'GT', 0, 0),
(94, 'GUF', 'French Guiana', 'admin/resources/flags/gf.png', 'GF', 0, 0),
(95, 'GUM', 'Guam', 'admin/resources/flags/gu.png', 'GU', 0, 0),
(96, 'GUY', 'Guyana', 'admin/resources/flags/gy.png', 'GY', 0, 0),
(97, 'HKG', 'Hong Kong', 'admin/resources/flags/hk.png', 'HK', 0, 0),
(98, 'HMD', 'Heard Island and McDonald Islands', 'admin/resources/flags/hm.png', 'HM', 0, 0),
(99, 'HND', 'Honduras', 'admin/resources/flags/hn.png', 'HN', 0, 0),
(100, 'HRV', 'Croatia', 'admin/resources/flags/hr.png', 'HR', 0, 0),
(101, 'HTI', 'Haiti', 'admin/resources/flags/ht.png', 'HT', 0, 0),
(102, 'HUN', 'Hungary', 'admin/resources/flags/hu.png', 'HU', 0, 0),
(103, 'IDN', 'Indonesia', 'admin/resources/flags/id.png', 'ID', 0, 0),
(104, 'IMN', 'Isle of Man', 'admin/resources/flags/im.png', 'IM', 0, 0),
(105, 'IND', 'India', 'admin/resources/flags/in.png', 'IN', 0, 0),
(106, 'IOT', 'British Indian Ocean Territory', 'admin/resources/flags/io.png', 'IO', 0, 0),
(107, 'IRL', 'Ireland', 'admin/resources/flags/ie.png', 'IE', 0, 0),
(108, 'IRN', 'Iran', 'admin/resources/flags/ir.png', 'IR', 0, 0),
(109, 'IRQ', 'Iraq', 'admin/resources/flags/iq.png', 'IQ', 0, 0),
(110, 'ISL', 'Iceland', 'admin/resources/flags/is.png', 'IS', 0, 0),
(111, 'ISR', 'Israel', 'admin/resources/flags/il.png', 'IL', 0, 0),
(112, 'ITA', 'Italy', 'admin/resources/flags/it.png', 'IT', 0, 0),
(113, 'JAM', 'Jamaica', 'admin/resources/flags/jm.png', 'JM', 0, 0),
(114, 'JEY', 'Jersey', 'admin/resources/flags/je.png', 'JE', 0, 0),
(115, 'JOR', 'Jordan', 'admin/resources/flags/jo.png', 'JO', 0, 0),
(116, 'JPN', 'Japan', 'admin/resources/flags/jp.png', 'JP', 0, 0),
(117, 'KAZ', 'Kazakhstan', 'admin/resources/flags/kz.png', 'KZ', 0, 0),
(118, 'KEN', 'Kenya', 'admin/resources/flags/ke.png', 'KE', 0, 0),
(119, 'KGZ', 'Kyrgyzstan', 'admin/resources/flags/kg.png', 'KG', 0, 0),
(120, 'KHM', 'Cambodia', 'admin/resources/flags/kh.png', 'KH', 0, 0),
(121, 'KIR', 'Kiribati', 'admin/resources/flags/ki.png', 'KI', 0, 0),
(122, 'KNA', 'Saint Kitts and Nevis', 'admin/resources/flags/kn.png', 'KN', 0, 0),
(123, 'KOR', 'South Korea', 'admin/resources/flags/kr.png', 'KR', 0, 0),
(124, 'KWT', 'Kuwait', 'admin/resources/flags/kw.png', 'KW', 0, 0),
(125, 'LAO', 'Laos', 'admin/resources/flags/la.png', 'LA', 0, 0),
(126, 'LBN', 'Lebanon', 'admin/resources/flags/lb.png', 'LB', 0, 0),
(127, 'LBR', 'Liberia', 'admin/resources/flags/lr.png', 'LR', 0, 0),
(128, 'LBY', 'Libya', 'admin/resources/flags/ly.png', 'LY', 0, 0),
(129, 'LCA', 'Saint Lucia', 'admin/resources/flags/lc.png', 'LC', 0, 0),
(130, 'LIE', 'Liechtenstein', 'admin/resources/flags/li.png', 'LI', 0, 0),
(131, 'LKA', 'Sri Lanka', 'admin/resources/flags/lk.png', 'LK', 0, 0),
(132, 'LSO', 'Lesotho', 'admin/resources/flags/ls.png', 'LS', 0, 0),
(133, 'LTU', 'Lithuania', 'admin/resources/flags/lt.png', 'LT', 0, 0),
(134, 'LUX', 'Luxembourg', 'admin/resources/flags/lu.png', 'LU', 0, 0),
(135, 'LVA', 'Latvia', 'admin/resources/flags/lv.png', 'LV', 0, 0),
(136, 'MAC', 'Macao', 'admin/resources/flags/mo.png', 'MO', 0, 0),
(137, 'MAF', 'Saint Martin', 'admin/resources/flags/mf.png', 'MF', 0, 0),
(138, 'MAR', 'Morocco', 'admin/resources/flags/ma.png', 'MA', 0, 0),
(139, 'MCO', 'Monaco', 'admin/resources/flags/mc.png', 'MC', 0, 0),
(140, 'MDA', 'Moldova', 'admin/resources/flags/md.png', 'MD', 0, 0),
(141, 'MDG', 'Madagascar', 'admin/resources/flags/mg.png', 'MG', 0, 0),
(142, 'MDV', 'Maldives', 'admin/resources/flags/mv.png', 'MV', 0, 0),
(143, 'MEX', 'Mexico', 'admin/resources/flags/mx.png', 'MX', 0, 0),
(144, 'MHL', 'Marshall Islands', 'admin/resources/flags/mh.png', 'MH', 0, 0),
(145, 'MKD', 'Macedonia', 'admin/resources/flags/mk.png', 'MK', 0, 0),
(146, 'MLI', 'Mali', 'admin/resources/flags/ml.png', 'ML', 0, 0),
(147, 'MLT', 'Malta', 'admin/resources/flags/mt.png', 'MT', 0, 0),
(148, 'MMR', 'Myanmar [Burma]', 'admin/resources/flags/mm.png', 'MM', 0, 0),
(149, 'MNE', 'Montenegro', 'admin/resources/flags/me.png', 'ME', 0, 0),
(150, 'MNG', 'Mongolia', 'admin/resources/flags/mn.png', 'MN', 0, 0),
(151, 'MNP', 'Northern Mariana Islands', 'admin/resources/flags/mp.png', 'MP', 0, 0),
(152, 'MOZ', 'Mozambique', 'admin/resources/flags/mz.png', 'MZ', 0, 0),
(153, 'MRT', 'Mauritania', 'admin/resources/flags/mr.png', 'MR', 0, 0),
(154, 'MSR', 'Montserrat', 'admin/resources/flags/ms.png', 'MS', 0, 0),
(155, 'MTQ', 'Martinique', 'admin/resources/flags/mq.png', 'MQ', 0, 0),
(156, 'MUS', 'Mauritius', 'admin/resources/flags/mu.png', 'MU', 0, 0),
(157, 'MWI', 'Malawi', 'admin/resources/flags/mw.png', 'MW', 0, 0),
(158, 'MYS', 'Malaysia', 'admin/resources/flags/my.png', 'MY', 0, 0),
(159, 'MYT', 'Mayotte', 'admin/resources/flags/yt.png', 'YT', 0, 0),
(160, 'NAM', 'Namibia', 'admin/resources/flags/na.png', 'NA', 0, 0),
(161, 'NCL', 'New Caledonia', 'admin/resources/flags/nc.png', 'NC', 0, 0),
(162, 'NER', 'Niger', 'admin/resources/flags/ne.png', 'NE', 0, 0),
(163, 'NFK', 'Norfolk Island', 'admin/resources/flags/nf.png', 'NF', 0, 0),
(164, 'NGA', 'Nigeria', 'admin/resources/flags/ng.png', 'NG', 0, 0),
(165, 'NIC', 'Nicaragua', 'admin/resources/flags/ni.png', 'NI', 0, 0),
(166, 'NIU', 'Niue', 'admin/resources/flags/nu.png', 'NU', 0, 0),
(167, 'NLD', 'Netherlands', 'admin/resources/flags/nl.png', 'NL', 0, 0),
(168, 'NOR', 'Norway', 'admin/resources/flags/no.png', 'NO', 0, 0),
(169, 'NPL', 'Nepal', 'admin/resources/flags/np.png', 'NP', 0, 0),
(170, 'NRU', 'Nauru', 'admin/resources/flags/nr.png', 'NR', 0, 0),
(171, 'NZL', 'New Zealand', 'admin/resources/flags/nz.png', 'NZ', 0, 0),
(172, 'OMN', 'Oman', 'admin/resources/flags/om.png', 'OM', 0, 0),
(173, 'PAK', 'Pakistan', 'admin/resources/flags/pk.png', 'PK', 0, 0),
(174, 'PAN', 'Panama', 'admin/resources/flags/pa.png', 'PA', 0, 0),
(175, 'PCN', 'Pitcairn Islands', 'admin/resources/flags/pn.png', 'PN', 0, 0),
(176, 'PER', 'Peru', 'admin/resources/flags/pe.png', 'PE', 0, 0),
(177, 'PHL', 'Philippines', 'admin/resources/flags/ph.png', 'PH', 0, 0),
(178, 'PLW', 'Palau', 'admin/resources/flags/pw.png', 'PW', 0, 0),
(179, 'PNG', 'Papua New Guinea', 'admin/resources/flags/pg.png', 'PG', 0, 0),
(180, 'POL', 'Poland', 'admin/resources/flags/pl.png', 'PL', 0, 0),
(181, 'PRI', 'Puerto Rico', 'admin/resources/flags/pr.png', 'PR', 0, 0),
(182, 'PRK', 'North Korea', 'admin/resources/flags/kp.png', 'KP', 0, 0),
(183, 'PRT', 'Portugal', 'admin/resources/flags/pt.png', 'PT', 0, 0),
(184, 'PRY', 'Paraguay', 'admin/resources/flags/py.png', 'PY', 0, 0),
(185, 'PSE', 'Palestine', 'admin/resources/flags/ps.png', 'PS', 0, 0),
(186, 'PYF', 'French Polynesia', 'admin/resources/flags/pf.png', 'PF', 0, 0),
(187, 'QAT', 'Qatar', 'admin/resources/flags/qa.png', 'QA', 0, 0),
(188, 'REU', 'Réunion', 'admin/resources/flags/re.png', 'RE', 0, 0),
(189, 'ROU', 'Romania', 'admin/resources/flags/ro.png', 'RO', 0, 0),
(190, 'RUS', 'Russia', 'admin/resources/flags/ru.png', 'RU', 0, 0),
(191, 'RWA', 'Rwanda', 'admin/resources/flags/rw.png', 'RW', 0, 0),
(192, 'SAU', 'Saudi Arabia', 'admin/resources/flags/sa.png', 'SA', 0, 0),
(193, 'SDN', 'Sudan', 'admin/resources/flags/sd.png', 'SD', 0, 0),
(194, 'SEN', 'Senegal', 'admin/resources/flags/sn.png', 'SN', 0, 0),
(195, 'SGP', 'Singapore', 'admin/resources/flags/sg.png', 'SG', 0, 0),
(196, 'SGS', 'South Georgia and the South Sandwich Islands', 'admin/resources/flags/gs.png', 'GS', 0, 0),
(197, 'SHN', 'Saint Helena', 'admin/resources/flags/sh.png', 'SH', 0, 0),
(198, 'SJM', 'Svalbard and Jan Mayen', 'admin/resources/flags/sj.png', 'SJ', 0, 0),
(199, 'SLB', 'Solomon Islands', 'admin/resources/flags/sb.png', 'SB', 0, 0),
(200, 'SLE', 'Sierra Leone', 'admin/resources/flags/sl.png', 'SL', 0, 0),
(201, 'SLV', 'El Salvador', 'admin/resources/flags/sv.png', 'SV', 0, 0),
(202, 'SMR', 'San Marino', 'admin/resources/flags/sm.png', 'SM', 0, 0),
(203, 'SOM', 'Somalia', 'admin/resources/flags/so.png', 'SO', 0, 0),
(204, 'SPM', 'Saint Pierre and Miquelon', 'admin/resources/flags/pm.png', 'PM', 0, 0),
(205, 'SRB', 'Serbia', 'admin/resources/flags/rs.png', 'RS', 0, 0),
(206, 'SSD', 'South Sudan', 'admin/resources/flags/ss.png', 'SS', 0, 0),
(207, 'STP', 'São Tomé and Príncipe', 'admin/resources/flags/st.png', 'ST', 0, 0),
(208, 'SUR', 'Suriname', 'admin/resources/flags/sr.png', 'SR', 0, 0),
(209, 'SVK', 'Slovakia', 'admin/resources/flags/sk.png', 'SK', 0, 0),
(210, 'SVN', 'Slovenia', 'admin/resources/flags/si.png', 'SI', 0, 0),
(211, 'SWE', 'Sweden', 'admin/resources/flags/se.png', 'SE', 0, 0),
(212, 'SWZ', 'Swaziland', 'admin/resources/flags/sz.png', 'SZ', 0, 0),
(213, 'SXM', 'Sint Maarten', 'admin/resources/flags/sx.png', 'SX', 0, 0),
(214, 'SYC', 'Seychelles', 'admin/resources/flags/sc.png', 'SC', 0, 0),
(215, 'SYR', 'Syria', 'admin/resources/flags/sy.png', 'SY', 0, 0),
(216, 'TCA', 'Turks and Caicos Islands', 'admin/resources/flags/tc.png', 'TC', 0, 0),
(217, 'TCD', 'Chad', 'admin/resources/flags/td.png', 'TD', 0, 0),
(218, 'TGO', 'Togo', 'admin/resources/flags/tg.png', 'TG', 0, 0),
(219, 'THA', 'Thailand', 'admin/resources/flags/th.png', 'TH', 0, 0),
(220, 'TJK', 'Tajikistan', 'admin/resources/flags/tj.png', 'TJ', 0, 0),
(221, 'TKL', 'Tokelau', 'admin/resources/flags/tk.png', 'TK', 0, 0),
(222, 'TKM', 'Turkmenistan', 'admin/resources/flags/tm.png', 'TM', 0, 0),
(223, 'TLS', 'East Timor', 'admin/resources/flags/tl.png', 'TL', 0, 0),
(224, 'TON', 'Tonga', 'admin/resources/flags/to.png', 'TO', 0, 0),
(225, 'TTO', 'Trinidad and Tobago', 'admin/resources/flags/tt.png', 'TT', 0, 0),
(226, 'TUN', 'Tunisia', 'admin/resources/flags/tn.png', 'TN', 0, 0),
(227, 'TUR', 'Turkey', 'admin/resources/flags/tr.png', 'TR', 0, 0),
(228, 'TUV', 'Tuvalu', 'admin/resources/flags/tv.png', 'TV', 0, 0),
(229, 'TWN', 'Taiwan', 'admin/resources/flags/tw.png', 'TW', 0, 0),
(230, 'TZA', 'Tanzania', 'admin/resources/flags/tz.png', 'TZ', 0, 0),
(231, 'UGA', 'Uganda', 'admin/resources/flags/ug.png', 'UG', 0, 0),
(232, 'UKR', 'Ukraine', 'admin/resources/flags/ua.png', 'UA', 0, 0),
(233, 'UMI', 'U.S. Minor Outlying Islands', 'admin/resources/flags/um.png', 'UM', 0, 0),
(234, 'URY', 'Uruguay', 'admin/resources/flags/uy.png', 'UY', 0, 0),
(235, 'USA', 'United States', 'admin/resources/flags/us.png', 'US', 0, 0),
(236, 'UZB', 'Uzbekistan', 'admin/resources/flags/uz.png', 'UZ', 0, 0),
(237, 'VAT', 'Vatican City', 'admin/resources/flags/va.png', 'VA', 0, 0),
(238, 'VCT', 'Saint Vincent and the Grenadines', 'admin/resources/flags/vc.png', 'VC', 0, 0),
(239, 'VEN', 'Venezuela', 'admin/resources/flags/ve.png', 'VE', 0, 0),
(240, 'VGB', 'British Virgin Islands', 'admin/resources/flags/vg.png', 'VG', 0, 0),
(241, 'VIR', 'U.S. Virgin Islands', 'admin/resources/flags/vi.png', 'VI', 0, 0),
(242, 'VNM', 'Vietnam', 'admin/resources/flags/vn.png', 'VN', 0, 1),
(243, 'VUT', 'Vanuatu', 'admin/resources/flags/vu.png', 'VU', 0, 0),
(244, 'WLF', 'Wallis and Futuna', 'admin/resources/flags/wf.png', 'WF', 0, 0),
(245, 'WSM', 'Samoa', 'admin/resources/flags/ws.png', 'WS', 0, 0),
(246, 'XKX', 'Kosovo', 'admin/resources/flags/xk.png', 'XK', 0, 0),
(247, 'YEM', 'Yemen', 'admin/resources/flags/ye.png', 'YE', 0, 0),
(248, 'ZAF', 'South Africa', 'admin/resources/flags/za.png', 'ZA', 0, 0),
(249, 'ZMB', 'Zambia', 'admin/resources/flags/zm.png', 'ZM', 0, 0),
(250, 'ZWE', 'Zimbabwe', 'admin/resources/flags/zw.png', 'ZW', 0, 0);
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_customer`
--
DROP TABLE IF EXISTS `woobooking_customer`;
CREATE TABLE `woobooking_customer` (
`id` int(11) NOT NULL,
`user_open_source_commerce_id` int(11) NOT NULL,
`first_name` varchar(50) NOT NULL,
`last_name` varchar(200) NOT NULL,
`image` varchar(255) NOT NULL,
`opensource_user_id` varchar(50) NOT NULL,
`mobile` varchar(50) NOT NULL,
`created_date` datetime NOT NULL,
`address_1` varchar(255) NOT NULL,
`address_2` varchar(255) NOT NULL,
`city` varchar(50) NOT NULL,
`email` varchar(50) NOT NULL,
`gender` varchar(50) NOT NULL,
`birth_day` varchar(200) NOT NULL,
`ordering` int(10) NOT NULL,
`note_internal` varchar(500) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_customer`
--
INSERT INTO `woobooking_customer` (`id`, `user_open_source_commerce_id`, `first_name`, `last_name`, `image`, `opensource_user_id`, `mobile`, `created_date`, `address_1`, `address_2`, `city`, `email`, `gender`, `birth_day`, `ordering`, `note_internal`) VALUES
(531, 0, 'Hatepe', 'Jose', '', '', '0986876567', '0000-00-00 00:00:00', '', '', '', 'hattepejose@gmail.com', '', '', 0, ''),
(535, 0, 'Phu', 'Huynh', '', '', '0985689873', '0000-00-00 00:00:00', '', '', '', 'huynhthienphubk@gmail.com', '', '', 0, ''),
(536, 0, 'Marry', 'Merphi', '', '', '0987876767', '0000-00-00 00:00:00', '', '', '', 'huynhthienphubk@gmail.com', '', '', 0, ''),
(537, 0, 'Caladio', 'Mastor', '', '', '098567876', '0000-00-00 00:00:00', '', '', '', 'mastor@gmail.com', '', '', 0, ''),
(538, 0, 'Taylor', 'Swift', '', '', '0852142314', '0000-00-00 00:00:00', '', '', '', 'thanh.tester22@gmail.com', '', '', 0, ''),
(539, 0, 'Taylor', 'Swift', '', '', '0852142314', '0000-00-00 00:00:00', '', '', '', 'thanh.tester22@gmail.com', '', '', 0, ''),
(540, 0, 'Sunil', 'Patel', '', '', '4703990505', '0000-00-00 00:00:00', '', '', '', 'testpin@mailinator.com', '', '', 0, ''),
(541, 0, 'Govindaraj', 'raj', '', '', '07904514294', '0000-00-00 00:00:00', '', '', '', 'joygovind2651996@gmail.com', '', '', 0, ''),
(545, 0, 'Hattepe ', 'Jose', '', '', '0987876789', '0000-00-00 00:00:00', '', '', '', 'huynhthienphubk@gmail.com', '', '', 0, ''),
(546, 0, 'Ngo', 'Sơn', '', '', '0976747562', '0000-00-00 00:00:00', '', '', '', 'ngoson2910@gmail.com', '', '', 0, ''),
(565, 0, 'chien', 'min', '', '', '+84943641918', '0000-00-00 00:00:00', '', '', '', 'chientmd00459@fpt.edu.vn', '', '', 0, ''),
(566, 0, 'Hattepe', 'Jose', '', '', '096785888', '0000-00-00 00:00:00', '', '', '', 'hattepejose@gmail.com', '', '', 0, ''),
(568, 0, 'Calasco', 'Melo', '', '', '0978756789', '0000-00-00 00:00:00', '', '', '', 'huynhthienphubk@gmail.com', '', '', 0, ''),
(569, 0, 'Son', 'Ngo', '', '', '0987898767', '0000-00-00 00:00:00', '', '', '', 'netbasevietnam@gmail.com', '', '', 0, ''),
(570, 0, 'Collina', 'Pastore', '', '', '0987867876', '0000-00-00 00:00:00', '', '', '', 'pastore@gmail.com', '', '', 0, ''),
(572, 0, 'Claudia', 'Spacca', '', '', '3333333333', '0000-00-00 00:00:00', '', '', '', 'ddamoc@yahoo.com', '', '', 0, ''),
(573, 0, 'aa', 'aa', '', '', '77979944442', '0000-00-00 00:00:00', '', '', '', 'aa@aa.co.uk', '', '', 0, ''),
(574, 0, 'aa', 'aa', '', '', '7474343083', '0000-00-00 00:00:00', '', '', '', 'abb@gmail.com', '', '', 0, ''),
(575, 0, 'AA', 'AA', '', '', '78878237283', '0000-00-00 00:00:00', '', '', '', 'aaaa', '', '', 0, ''),
(576, 0, 'Ta', 'Chien', '', '', '0943641918', '0000-00-00 00:00:00', '', '', '', 'chienbmq@gmail.com', '', '', 0, ''),
(577, 0, 'dfcdf', 'fdsdfsd', '', '', '9553453335', '0000-00-00 00:00:00', '', '', '', 'rkchowdarysimple@gmail.com', '', '', 0, ''),
(578, 0, 'dfsf', 'fsdfsf', '', '', '564654', '0000-00-00 00:00:00', '', '', '', 'sgs', '', '', 0, ''),
(579, 0, 'Geoff', 'Dawes', '', '', '0726581317', '0000-00-00 00:00:00', '', '', '', 'geoffdawescreative@gmail.com', '', '', 0, ''),
(580, 0, 'V', 'MK', '', '', '', '0000-00-00 00:00:00', '', '', '', 'vM@icloud.com', '', '', 0, ''),
(581, 0, 'Aldyn', 'Kaperk', '', '', '3164521627', '0000-00-00 00:00:00', '', '', '', 'nayith@origenweb.co', '', '', 0, ''),
(582, 0, 'Amy', 'Funahashi', '', '', '6104258194', '0000-00-00 00:00:00', '', '', '', 'amyfunahashi@gmail.com', '', '', 0, ''),
(583, 0, 'Vamshi', 'Krishna', '', '', '08125658523', '0000-00-00 00:00:00', '', '', '', 'vamshi.chowdhary@gmail.com', '', '', 0, ''),
(584, 0, 'othmane', 'ettachfini', '', '', '3033327307', '0000-00-00 00:00:00', '', '', '', 'webcreas@gmail.com', '', '', 0, ''),
(585, 0, 'aaaaa', 'aaaaa', '', '', '', '0000-00-00 00:00:00', '', '', '', 'dungdt@hblab.vn', '', '', 0, ''),
(586, 0, 'asdf', 'asdfasdf', '', '', '', '0000-00-00 00:00:00', '', '', '', 'asdfasdf@fasdfasdf.com', '', '', 0, ''),
(587, 0, 'asd', 'asd', '', '', '', '0000-00-00 00:00:00', '', '', '', 'aasd@aa.aa', '', '', 0, ''),
(588, 0, 'Phu', 'Huynh', '', '', '1234567890', '0000-00-00 00:00:00', '', '', '', 'huynhthienphubk@gmail.com', '', '', 0, ''),
(589, 0, 'John', 'Smith', '', '', '5555555', '0000-00-00 00:00:00', '', '', '', 'allan@akwebsolut.com', '', '', 0, ''),
(590, 0, 'asd', 'asdasd', '', '', '', '0000-00-00 00:00:00', '', '', '', 'asdsad', '', '', 0, ''),
(591, 0, 'test', 'test', '', '', '', '0000-00-00 00:00:00', '', '', '', 'test', '', '', 0, ''),
(592, 0, 'test', 'test', '', '', '', '0000-00-00 00:00:00', '', '', '', 'test@yopmail.com', '', '', 0, ''),
(593, 0, 'Daniel', 'Forrester', '', '', '07734359871', '0000-00-00 00:00:00', '', '', '', 'xploreitonline@outlook.com', '', '', 0, ''),
(594, 0, 'Phu', 'Huynh', '', '', '0987898767', '0000-00-00 00:00:00', '', '', '', 'huynhthienphubk@gmail.com', '', '', 0, ''),
(595, 0, 'Phu', 'Huynh', '', '', '0967898789', '0000-00-00 00:00:00', '', '', '', 'huynhthienphubk@gmail.com', '', '', 0, ''),
(596, 0, 'Milton', 'Erichen', '', '', '41985089270', '0000-00-00 00:00:00', '', '', '', 'erichsen1@globo.com', '', '', 0, ''),
(597, 0, 'Milton', 'Erichen', '', '', '41985089270', '0000-00-00 00:00:00', '', '', '', 'erichsen1@globo.com', '', '', 0, ''),
(598, 0, 'Kucaido', 'ht', '', '', '0999999999', '0000-00-00 00:00:00', '', '', '', 'checknick01@gmail.com', '', '', 0, ''),
(599, 0, 'test', 'test', '', '', '5555555555', '0000-00-00 00:00:00', '', '', '', 'troymrdj2007@hotmail.com', '', '', 0, ''),
(600, 0, 'test', 'test', '', '', '5555555555', '0000-00-00 00:00:00', '', '', '', 'troymrdj2007@hotmail.com', '', '', 0, ''),
(601, 0, 'Mazich', 'Jolida', '', '', '78556565656', '0000-00-00 00:00:00', '', '', '', 'jolida@gmail.com', '', '', 0, ''),
(602, 0, 'Kalinda', 'Marru', '', '', '3467896786', '0000-00-00 00:00:00', '', '', '', 'marru@gmail.com', '', '', 0, ''),
(603, 0, 'Kolia', 'Missuda', '', '', '5678987678', '0000-00-00 00:00:00', '', '', '', 'misuda@gmail.com', '', '', 0, ''),
(604, 0, 'Marria', 'Goria', '', '', '5674567898', '0000-00-00 00:00:00', '', '', '', 'goria@gmail.com', '', '', 0, ''),
(605, 0, 'adsds', 'dsdsd', '', '', '78787878', '0000-00-00 00:00:00', '', '', '', 'reshma.bangar82@gmail.com', '', '', 0, ''),
(606, 0, 'adsds', 'dsdsd', '', '', '78787878', '0000-00-00 00:00:00', '', '', '', 'reshma.bangar82@gmail.com', '', '', 0, ''),
(607, 0, 'Nhật Hiệp', 'sjshd', '', '', '0948251758', '0000-00-00 00:00:00', '', '', '', 'mr.chick212@yahoo.com.vn', '', '', 0, ''),
(608, 0, 'Phu', 'Huynh', '', '', '0978987789', '0000-00-00 00:00:00', '', '', '', 'huynhthienphubk@gmail.com', '', '', 0, ''),
(609, 0, 'Phu', 'Huynh', '', '', '0978987789', '0000-00-00 00:00:00', '', '', '', 'huynhthienphubk@gmail.com', '', '', 0, ''),
(610, 0, 'Master', 'Koloka', '', '', '87656786778', '0000-00-00 00:00:00', '', '', '', 'koloka@gmail.com', '', '', 0, '');
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_employee`
--
DROP TABLE IF EXISTS `woobooking_employee`;
CREATE TABLE `woobooking_employee` (
`id` int(11) NOT NULL,
`first_name` varchar(50) NOT NULL,
`published` int(11) NOT NULL,
`last_name` varchar(200) NOT NULL,
`location_id` int(11) NOT NULL,
`user_id` int(11) NOT NULL,
`opensource_user_id` int(11) NOT NULL,
`country_code` varchar(10) NOT NULL,
`email` varchar(50) NOT NULL,
`mobile` varchar(50) NOT NULL,
`ordering` int(11) NOT NULL,
`cover` varchar(400) NOT NULL,
`image` varchar(400) NOT NULL,
`params` mediumtext NOT NULL,
`note_internal` varchar(500) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_employee`
--
INSERT INTO `woobooking_employee` (`id`, `first_name`, `published`, `last_name`, `location_id`, `user_id`, `opensource_user_id`, `country_code`, `email`, `mobile`, `ordering`, `cover`, `image`, `params`, `note_internal`) VALUES
(1, 'Billy', 1, 'Pepper', 3, 0, 0, 'AUS', 'billy@myyogateacher.com', '265542198', 0, 'upload/employee/images/cover/FgBlsH15sNMNzExJimage.jpg', 'upload/employee/images/fullimage/nG4q1BpUimage1.jpg', '{\"facebook\":\"\",\"instagram\":\"\"}', 'Yoga teacher with years of teaching experience. Gold medal in Master Yoga Science & Holistic Health contest.'),
(3, 'Alex', 1, 'Brian', 3, 0, 0, 'USA', 'alex@fightclub.com', '256996335', 0, 'upload/employee/images/cover/E47xlTsDemployee2.jpg', 'upload/employee/images/fullimage/aW3YVu9memployee2.jpg', '{\"facebook\":\"\",\"instagram\":\"\"}', 'Certification from the National Academy of Sports Medicine (NASM) USA. More than 8 years of bodybuilding experience, each coaching many stars directly.'),
(5, 'Jessica', 1, 'Smith', 4, 0, 0, 'USA', 'js@bodybuilders.com', '266936569', 0, 'upload/employee/images/cover/jCWGSBZfemployee3.jpg', 'upload/employee/images/fullimage/BLdIsUBcemployee3.jpg', '{\"facebook\":\"\",\"instagram\":\"\"}', 'International veteran coach Lesmills Brazil: Bodycombat, Bodypump, Bodystep, RPM, BodyAttack, Bodybalance, BodyVive, PowerJump. Attend countless Aerobic, Dance & Rhythm, Hip Hop concerts in Brazil.'),
(7, 'John', 1, 'Franklin', 15, 0, 0, 'ITA', 'john@cardiomasters.com', '233689554', 0, 'upload/employee/images/cover/Rn9sSJvRemployee4.jpg', 'upload/employee/images/fullimage/htvVB3yzemployee4.jpg', '{\"facebook\":\"\",\"instagram\":\"\"}', 'Certified UFC Coaches, Weight Loss, Cardio Conditioning, UFC Fit Classes. 5 years of bodybuilding training experience.'),
(8, 'Amanda', 1, 'Johnson', 5, 0, 0, 'USA', 'kelsey.rake@fightclub.com', '244665893', 0, 'upload/employee/images/cover/PqgNaLksemployee5.jpg', 'upload/employee/images/fullimage/4nHeOBeFemployee5.jpg', '{\"facebook\":\"\",\"instagram\":\"\"}', '3 years coach at California Fitness & Yoga Centers. Training classes BodyCombat, RPM, BodyBalance, Stomp FX, Piloxing, Bums N Tums, Crunch, Cali Step.'),
(10, 'Olivia', 1, 'Franklin', 3, 0, 0, 'USA', 'ofr@myyogateacher.com', '246335784', 0, 'upload/employee/images/cover/4oOyp55Hemployee6.jpg', 'upload/employee/images/fullimage/ofcYZ77temployee6.jpg', '{\"facebook\":\"\",\"instagram\":\"\"}', 'Yoga Teacher with 6 years of teaching experience and possesses qualifications such as Indian Yoga Diploma'),
(15, 'Vicky', 1, 'Johnson', 5, 0, 0, 'USA', 'vicky@bodybuilders.com', '247845785', 0, 'upload/employee/images/cover/LWuobLmgemployee7.jpg', 'upload/employee/images/fullimage/EAWIKHaZemployee7.jpg', '{\"facebook\":\"\",\"instagram\":\"\"}', 'Certificate of international coach Lesmills in subjects: BODYCOMBAT, BODYPUMP, GRIT. Won many international awards for Karate, Kickboxing, Muay Thai and MMA.'),
(30, 'Alan', 1, 'Smith', 4, 0, 0, 'AGO', 'alan@myyogateacher.com', '023847323', 0, 'upload/employee/images/cover/Lbt4n7R4employee8.jpg', 'upload/employee/images/fullimage/qI8nglVmemployee8.jpg', '{\"facebook\":\"\",\"instagram\":\"\"}', 'Master\'s Degree in Yoga Science from Haridwar University, India in 2012. 2 years of teaching Yoga at Prakash Yoga Sewa, India'),
(33, 'Mini', 1, 'Rose', 3, 0, 0, 'BRA', 'mini@expert.com', '156484961', 0, 'upload/employee/images/cover/sTuncIatemployee9.jpg', 'upload/employee/images/fullimage/DG2OIJqBemployee9.jpg', '{\"facebook\":\"\",\"instagram\":\"\"}', 'The benefits from Spinning meet a long list of health, fitness and lifestyle needs for a broad range of people. Whether you’re a roadie seeking performance gains or a newbie trying to drop a few pounds, Spinning likely has you covered. From saddle to saddle you’ll see the needs of many – regardless of age, gender, lifestyle – met by one experience. That’s why, as fitness options go, few are as dynamic and accommodating as Spinning.');
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_event`
--
DROP TABLE IF EXISTS `woobooking_event`;
CREATE TABLE `woobooking_event` (
`id` int(11) NOT NULL,
`event_type_id` int(11) NOT NULL,
`name` varchar(200) NOT NULL,
`image` varchar(200) NOT NULL,
`published` int(11) NOT NULL,
`location_id` int(11) NOT NULL,
`max_allowed_person` int(11) NOT NULL,
`min_allowed_person` int(11) NOT NULL,
`service_id` int(11) NOT NULL,
`event_color` varchar(20) NOT NULL,
`price` float NOT NULL,
`duration` int(11) NOT NULL,
`recurring_repeat` varchar(50) NOT NULL,
`recurring` int(11) NOT NULL,
`alias` varchar(200) NOT NULL,
`description` text NOT NULL,
`recurring_until` date NOT NULL,
`ordering` int(11) NOT NULL,
`publish_up` datetime NOT NULL,
`publish_down` datetime NOT NULL,
`close` int(11) NOT NULL,
`close_date` datetime NOT NULL,
`open_date` datetime NOT NULL,
`top` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_event`
--
INSERT INTO `woobooking_event` (`id`, `event_type_id`, `name`, `image`, `published`, `location_id`, `max_allowed_person`, `min_allowed_person`, `service_id`, `event_color`, `price`, `duration`, `recurring_repeat`, `recurring`, `alias`, `description`, `recurring_until`, `ordering`, `publish_up`, `publish_down`, `close`, `close_date`, `open_date`, `top`) VALUES
(47, 2, 'Event Linking To External Link', 'upload/event/images/cover/gMOC5q3Scamping_tents.0.jpg', 1, 4, 15, 6, 101, '#ffe119', 20, 2, 'weekly', 0, '', 'Join us for this class and familiarize yourself with the essential components of the Moon and Sun Salutations! We will learn you all the essential parts and get you prepared for new horizons.', '0000-00-00', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '2020-03-10 07:00:00', '2020-03-02 15:00:00', 1),
(63, 3, 'Slidedown Event', 'upload/event/images/cover/nsGRPKIzPortland_panorama3.jpg', 1, 5, 10, 5, 108, '#fabebe', 25, 1, 'weekly', 1, '', 'Like many transitions in yoga, the ability to step forward from downward dog into a lunge isn’t only about strength and flexibility, it’s also about technique. You will learn quick and easy techniques to follow to eliminate that hesitant response the next time you are in down dog and the teacher cues for you to step your foot forward. These techniques involve the mind, breath, and body.', '0000-00-00', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '2020-05-13 00:00:00', '2020-03-05 00:00:00', 0),
(64, 4, 'All Day Event', 'upload/event/images/cover/p9tLt1Gffestival-pier-penns-landing-new-crtsy-festival-pier-2200x1237px.jpg', 1, 4, 15, 5, 102, '#008080', 30, 2, 'weekly', 1, '', 'It offers a complete body and mind workout, with a complement of benefits you rarely find elsewhere. Yet as Yoga has become more popular, Yoga-related injuries have also become more common. With the proper intention and attitude, you can keep your Yoga practice safe and injury-free.', '0000-00-00', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '2020-03-15 00:00:00', '2020-03-04 00:00:00', 0),
(69, 5, 'Event That Open In External Site', 'upload/event/images/cover/Yf50oJxc5f06e2138fae6.jpg', 1, 5, 40, 20, 109, '#800000', 35, 1, 'weekly', 1, '', 'Dance Fit is a combination of dance and Cardio exercises that burn a lot of energy. The department uses vibrant Pop, Rock, EDM and Kpop exercises with simple modern movements.', '0000-00-00', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '2020-03-31 00:00:00', '2020-03-13 00:00:00', 1),
(71, 5, 'Event That Repeat Every Month', 'upload/event/images/cover/lswUwZNMuo02gaw3c0c-john-towner-1.jpg', 1, 4, 10, 3, 103, '#aaffc3', 40, 1, 'weekly', 1, '', 'The music used is the most vibrant and updated music genres regularly in the World. Unlimited Latin, Jazz, House, Techno ... Department welcomes all subjects.', '0000-00-00', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '2020-03-16 04:00:00', '2020-03-03 00:00:00', 1),
(72, 4, 'Single Event', 'upload/event/images/cover/RTBBOE9qvv_atjlknla-fineas-anton.jpg', 1, 3, 15, 5, 104, '#ffe119', 45, 2, 'weekly', 0, '', 'Effective weight loss brings a glamorous body\r\nRemove stress, refreshed spirit\r\nDetox for the body, prevent aging\r\nConfidently \"adventure\" with friends at parties\r\nMaximum exercise stimulates tachycardia and better blood circulation.', '0000-00-00', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '2020-03-18 00:00:00', '2020-03-14 00:00:00', 1),
(73, 3, 'Multi Day Event', 'upload/event/images/cover/qF7eOvApevo_ss_cover.jpg', 1, 3, 25, 10, 105, '#f032e6', 50, 2, 'weekly', 1, '', 'Flexible body, sensitive.\r\nMental comfort and fun.\r\nBurn 600 - 700 calories within 60 minutes of training.\r\nEnhance the activity of the heart, blood circulation.\r\nReduce the risk of heart disease.\r\nSelf-defense ability with some basic martial arts moves.', '0000-00-00', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '2020-03-10 11:00:00', '2020-03-07 11:00:00', 0),
(75, 2, 'Popup Open Event', 'upload/event/images/cover/X2dDrXTCphoto-1442512595331-e89e73853f31.jpg', 1, 4, 25, 7, 106, '#ffd8b1', 55, 1, 'weekly', 1, '', 'A heavy body, a lot of fat in the thighs and stomach makes you lose confidence when wearing clothes on the street or meeting friends at parties. This worrying issue will be solved if you look for weight loss exercise. To lose weight as well as want your body toned, you should apply cardio training process now.', '0000-00-00', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '2020-03-14 10:00:00', '2020-03-07 10:00:00', 1),
(76, 1, 'Event With Featured Image', 'upload/event/images/cover/jNFSmRh1sg7rta_6ee8-andrew-phillips.jpg', 1, 5, 40, 15, 107, '#000075', 60, 2, 'weekly', 0, '', 'Remember that karate is a peaceful, non-violent martial art. The karate moves seem violent but mostly for self-defense. Practice a lot of the techniques you learn so that when you fight, you don\'t need to think, just act.', '0000-00-00', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '2020-03-12 07:00:00', '2020-03-03 04:00:00', 1),
(77, 1, 'Event That Span Across Months', 'upload/event/images/cover/ZcRB3pYdCapture.jpg', 1, 4, 10, 1, 100, '#e6194b', 65, 1, '', 0, '', 'This is a criterion judged by the speed at which an individual can move from one point to another. You can effectively perform all activities not only in training but also in daily activities.', '0000-00-00', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '2020-07-09 04:33:41', '2020-07-09 04:33:41', 0);
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_eventtype`
--
DROP TABLE IF EXISTS `woobooking_eventtype`;
CREATE TABLE `woobooking_eventtype` (
`id` int(15) NOT NULL,
`name` varchar(200) NOT NULL,
`image` varchar(255) NOT NULL,
`alias` varchar(200) NOT NULL,
`ordering` int(11) NOT NULL,
`published` int(11) NOT NULL,
`description` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_eventtype`
--
INSERT INTO `woobooking_eventtype` (`id`, `name`, `image`, `alias`, `ordering`, `published`, `description`) VALUES
(1, 'Music concert', '', '', 0, 1, ''),
(2, 'Fitness & Gym', '', '', 0, 1, ''),
(3, 'Spa & Salon', '', '', 0, 1, ''),
(4, 'Haircut', '', '', 0, 1, ''),
(5, 'E-sport', '', '', 0, 1, '');
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_event_employee`
--
DROP TABLE IF EXISTS `woobooking_event_employee`;
CREATE TABLE `woobooking_event_employee` (
`id` int(11) NOT NULL,
`employee_id` int(11) NOT NULL,
`event_id` int(11) NOT NULL,
`description` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_event_employee`
--
INSERT INTO `woobooking_event_employee` (`id`, `employee_id`, `event_id`, `description`) VALUES
(694, 1, 47, ''),
(695, 5, 47, ''),
(698, 5, 63, ''),
(699, 8, 63, ''),
(700, 1, 64, ''),
(701, 5, 64, ''),
(702, 3, 69, ''),
(703, 7, 69, ''),
(704, 8, 69, ''),
(705, 10, 69, ''),
(706, 5, 71, ''),
(707, 8, 71, ''),
(708, 1, 72, ''),
(709, 3, 72, ''),
(710, 1, 73, ''),
(711, 3, 73, ''),
(712, 7, 73, ''),
(713, 3, 75, ''),
(714, 8, 75, ''),
(715, 30, 75, ''),
(719, 5, 76, ''),
(720, 7, 76, ''),
(721, 1, 77, ''),
(722, 3, 77, ''),
(723, 7, 77, '');
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_event_tag`
--
DROP TABLE IF EXISTS `woobooking_event_tag`;
CREATE TABLE `woobooking_event_tag` (
`id` int(11) NOT NULL,
`event_id` int(11) NOT NULL,
`tag_id` int(11) NOT NULL,
`description` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_event_tag`
--
INSERT INTO `woobooking_event_tag` (`id`, `event_id`, `tag_id`, `description`) VALUES
(659, 47, 17, ''),
(662, 63, 14, ''),
(663, 63, 16, ''),
(664, 64, 16, ''),
(665, 69, 17, ''),
(666, 71, 16, ''),
(667, 71, 17, ''),
(668, 72, 18, ''),
(669, 73, 19, ''),
(670, 75, 20, ''),
(672, 76, 17, ''),
(673, 76, 20, ''),
(674, 77, 17, '');
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_extra`
--
DROP TABLE IF EXISTS `woobooking_extra`;
CREATE TABLE `woobooking_extra` (
`id` int(11) NOT NULL,
`type` varchar(30) NOT NULL,
`object_id` int(11) NOT NULL,
`duration` float NOT NULL,
`price` float NOT NULL,
`quality` int(11) NOT NULL,
`path` varchar(300) NOT NULL,
`name` varchar(200) NOT NULL,
`alias` varchar(200) NOT NULL,
`description` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_finance`
--
DROP TABLE IF EXISTS `woobooking_finance`;
CREATE TABLE `woobooking_finance` (
`id` int(11) NOT NULL,
`payment_date` date NOT NULL,
`name_customer` varchar(255) NOT NULL,
`email_customer` varchar(255) NOT NULL,
`employee` varchar(255) NOT NULL,
`avatar_employee` varchar(255) NOT NULL,
`service` varchar(255) NOT NULL,
`status` tinyint(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_finance`
--
INSERT INTO `woobooking_finance` (`id`, `payment_date`, `name_customer`, `email_customer`, `employee`, `avatar_employee`, `service`, `status`) VALUES
(1, '2019-11-21', 'Valdecy Oliveira', 'brancodesign2014@gmail.com', 'Andrea Barber', 'upload/finances/avatar_employee/img1.jpg', 'Pregnant Yoga', 0),
(2, '2019-11-22', 'Hans Peter', 'hans.peter@gmail.com', 'Edwina Appleby', 'upload/finances/avatar_employee/img1.jpg', '\r\nAerobic', 0);
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_gallery`
--
DROP TABLE IF EXISTS `woobooking_gallery`;
CREATE TABLE `woobooking_gallery` (
`id` int(11) NOT NULL,
`type` varchar(30) NOT NULL,
`object_id` int(11) NOT NULL,
`path` varchar(300) NOT NULL,
`name` varchar(200) NOT NULL,
`alias` varchar(200) NOT NULL,
`description` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_gallery`
--
INSERT INTO `woobooking_gallery` (`id`, `type`, `object_id`, `path`, `name`, `alias`, `description`) VALUES
(32, 'service', 1, 'upload/services/gallery/16 Jul 2006Screen Shot 2019-10-14 at 11.07.19 PM.png', 'Screen Shot 2019-10-14 at 11.07.19 PM.png', '', ''),
(33, 'service', 1, 'upload/services/gallery/09 Jul 2003Screen Shot 2019-10-14 at 11.07.39 PM.png', 'Screen Shot 2019-10-14 at 11.07.39 PM.png', '', ''),
(34, 'service', 1, 'upload/services/gallery/18 Dec 2017Screen Shot 2019-10-07 at 5.09.40 PM.png', 'Screen Shot 2019-10-07 at 5.09.40 PM.png', '', ''),
(35, 'service', 2, 'upload/services/gallery/02 Sep 1989Screen Shot 2019-10-14 at 11.07.39 PM.png', 'Screen Shot 2019-10-14 at 11.07.39 PM.png', '', ''),
(36, 'service', 2, 'upload/services/gallery/19 Jun 1992Screen Shot 2019-10-14 at 11.07.19 PM.png', 'Screen Shot 2019-10-14 at 11.07.19 PM.png', '', ''),
(37, 'service', 2, 'upload/services/gallery/11 Feb 2006Screen Shot 2019-10-08 at 1.23.31 PM.png', 'Screen Shot 2019-10-08 at 1.23.31 PM.png', '', ''),
(38, 'service', 7, 'upload/services/gallery/17 Jan 1993', 'Screen Shot 2019-10-14 at 11.07.39 PM.png', '', ''),
(39, 'service', 7, 'upload/services/gallery/09 Aug 1971', 'Screen Shot 2019-10-14 at 11.07.19 PM.png', '', ''),
(40, 'service', 7, 'upload/services/gallery/16 Nov 1990', 'Screen Shot 2019-10-07 at 5.09.40 PM.png', '', ''),
(41, 'service', 12, 'upload/services/gallery/19 Oct 1979', 'logo.jpg', '', ''),
(42, 'service', 12, 'upload/services/gallery/05 Nov 1970', 'Screen Shot 2019-10-14 at 11.07.39 PM.png', '', ''),
(43, 'service', 12, 'upload/services/gallery/24 Sep 1991', 'Screen Shot 2019-10-08 at 1.25.05 PM.png', '', ''),
(44, 'service', 36, 'upload/services/gallery/01 Jan 1983', 'Screen Shot 2019-10-08 at 1.23.31 PM.png', '', ''),
(47, 'service', 38, 'upload/services/gallery/30 Mar 2002', 'Screen Shot 2019-10-07 at 5.09.40 PM.png', '', ''),
(141, 'package', 2, 'upload/packages/gallery/z51LBHdtanh3.jpg', 'anh3.jpg', '', ''),
(267, 'service', 85, 'upload/services/gallery/FnCLRyFh1548003974356-1-Legged-Wheel-Pose.jpg', '1548003974356-1-Legged-Wheel-Pose.jpg', '', ''),
(268, 'service', 85, 'upload/services/gallery/7W5DkEJndownload (1).jpg', 'download (1).jpg', '', ''),
(275, 'service', 88, 'upload/services/gallery/EnXaQiYsd', 'd', '', ''),
(276, 'service', 88, 'upload/services/gallery/guvpu5OHi', 'i', '', ''),
(277, 'service', 88, 'upload/services/gallery/iAcQYzaW6', '6', '', ''),
(278, 'service', 89, 'upload/services/gallery/0qjC6TF7d', 'd', '', ''),
(279, 'service', 89, 'upload/services/gallery/wwqZEX2Ki', 'i', '', ''),
(280, 'service', 89, 'upload/services/gallery/Q17C5w5T6', '6', '', ''),
(281, 'service', 90, 'upload/services/gallery/pV7yN8w8d', 'd', '', ''),
(282, 'service', 90, 'upload/services/gallery/njRZmHcUi', 'i', '', ''),
(283, 'service', 90, 'upload/services/gallery/MpfdDyr06', '6', '', ''),
(284, 'service', 91, 'upload/services/gallery/cgQ1rI4Wd', 'd', '', ''),
(285, 'service', 91, 'upload/services/gallery/msHZghA2i', 'i', '', ''),
(286, 'service', 91, 'upload/services/gallery/ATGXZNSS6', '6', '', ''),
(287, 'service', 92, 'upload/services/gallery/360U36Ovd', 'd', '', ''),
(288, 'service', 92, 'upload/services/gallery/hRxwJLXXi', 'i', '', ''),
(289, 'service', 92, 'upload/services/gallery/fmtjvUtU6', '6', '', ''),
(290, 'service', 93, 'upload/services/gallery/9Xu6SN5fd', 'd', '', ''),
(291, 'service', 93, 'upload/services/gallery/8Tq8NwrMi', 'i', '', ''),
(292, 'service', 93, 'upload/services/gallery/74St3U6S6', '6', '', ''),
(531, 'service', 94, 'upload/services/gallery/iGKEO8qw1548003974356-1-Legged-Wheel-Pose.jpg', '1548003974356-1-Legged-Wheel-Pose.jpg', '', ''),
(644, 'service', 96, 'upload/services/gallery/PD0vQBMRsexy-dance-la-gi1.jpg', 'sexy-dance-la-gi1.jpg', '', ''),
(645, 'service', 96, 'upload/services/gallery/mHkBFHEyBoogie_Slide.jpg', 'Boogie_Slide.jpg', '', ''),
(696, 'service', 98, 'upload/services/gallery/U1Tzcjts11713-Best_Ab_Workout_in_a_Month_1296x728-header - Copy.jpg', '11713-Best_Ab_Workout_in_a_Month_1296x728-header - Copy.jpg', '', ''),
(697, 'service', 98, 'upload/services/gallery/JyLnfiluAb-Floor-Workout.jpg', 'Ab-Floor-Workout.jpg', '', ''),
(700, 'service', 98, 'upload/services/gallery/mjyTS2zAcharlee-domino-park-130-1546455752.jpg', 'charlee-domino-park-130-1546455752.jpg', '', ''),
(701, 'service', 98, 'upload/services/gallery/JVzJBlTZHow-Make-Ab-Exercises-More-Effective.jpg', 'How-Make-Ab-Exercises-More-Effective.jpg', '', ''),
(702, 'service', 97, 'upload/services/gallery/yVE9aMro3-Minute-Ab-Workout-Runners.jpg', '3-Minute-Ab-Workout-Runners.jpg', '', ''),
(706, 'service', 97, 'upload/services/gallery/B3wCA94VPostrun-Ab-Workout.jpg', 'Postrun-Ab-Workout.jpg', '', ''),
(707, 'service', 97, 'upload/services/gallery/WiFg4SK1youtube-ab-workouts-you-can-do-on-the-mat.jpg', 'youtube-ab-workouts-you-can-do-on-the-mat.jpg', '', ''),
(709, 'service', 99, 'upload/services/gallery/CNd5R77WFemale_Powerlifting_1024x1024.jpg', 'Female_Powerlifting_1024x1024.jpg', '', ''),
(710, 'service', 99, 'upload/services/gallery/Ny31REaZFull-Body-Strength-Workouts.jpg', 'Full-Body-Strength-Workouts.jpg', '', ''),
(711, 'service', 99, 'upload/services/gallery/PWFY3uqKmh-two-friends-exercising-bench-press-in-gym-royalty-free-image-1568640746.jpg', 'mh-two-friends-exercising-bench-press-in-gym-royalty-free-image-1568640746.jpg', '', ''),
(712, 'service', 99, 'upload/services/gallery/1jnRI5moPSdeadlift-girl-917907290.jpg', 'PSdeadlift-girl-917907290.jpg', '', ''),
(713, 'service', 99, 'upload/services/gallery/VPTNegD7Top-4-Barbell-Exercises-for-an-Athletic-Figure.jpg', 'Top-4-Barbell-Exercises-for-an-Athletic-Figure.jpg', '', ''),
(722, 'service', 47, 'upload/services/gallery/rxmMW6rECow.jpg', 'Cow.jpg', '', ''),
(726, 'service', 48, 'upload/services/gallery/GLH9fZ7Q113013749-b5d9be19-b581-4634-906a-f4346a91ea29.jpg', '113013749-b5d9be19-b581-4634-906a-f4346a91ea29.jpg', '', ''),
(738, 'service', 50, 'upload/services/gallery/4UYN2Frr6fa9_769.jpg', '6fa9_769.jpg', '', ''),
(739, 'service', 50, 'upload/services/gallery/adgISA7Hc700x420-(2).jpg', 'c700x420-(2).jpg', '', ''),
(740, 'service', 50, 'upload/services/gallery/B1mbcslnkundalini-56aa41b75f9b58b7d0035165.jpg', 'kundalini-56aa41b75f9b58b7d0035165.jpg', '', ''),
(741, 'service', 50, 'upload/services/gallery/wwOcUndVkundalini-yoga.jpg', 'kundalini-yoga.jpg', '', ''),
(742, 'service', 50, 'upload/services/gallery/Pc5spCIeyoga-bow-pose-z.jpg', 'yoga-bow-pose-z.jpg', '', ''),
(743, 'service', 50, 'upload/services/gallery/NPMzKDbwyoga-for-sleep-baddha-konasana-bound-angle-pose.jpg', 'yoga-for-sleep-baddha-konasana-bound-angle-pose.jpg', '', ''),
(744, 'service', 86, 'upload/services/gallery/OrjIXrjR5-dance-fitness-e1525346045830.jpg', '5-dance-fitness-e1525346045830.jpg', '', ''),
(746, 'service', 86, 'upload/services/gallery/WXuzyvzp170905-working-out-group-ac-512p_2b5db137b66bedb7f1d96c24b8ca1b8a.jpg', '170905-working-out-group-ac-512p_2b5db137b66bedb7f1d96c24b8ca1b8a.jpg', '', ''),
(747, 'service', 86, 'upload/services/gallery/r3555KaM69029921_web-1024x684.jpg', '69029921_web-1024x684.jpg', '', ''),
(748, 'service', 86, 'upload/services/gallery/o8wmEoBQab-workout.jpg', 'ab-workout.jpg', '', ''),
(749, 'service', 86, 'upload/services/gallery/nfGSHx4MKapow.jpg', 'Kapow.jpg', '', ''),
(750, 'service', 87, 'upload/services/gallery/zNgUhwYY2_284040.jpg', '2_284040.jpg', '', ''),
(751, 'service', 87, 'upload/services/gallery/KQWAa6vi04b1b2c6-f7a2-4310-a5f7-fb4e57587503_1cbc3c8d-9e62-4769-b97a-aa097d68437c.jpg', '04b1b2c6-f7a2-4310-a5f7-fb4e57587503_1cbc3c8d-9e62-4769-b97a-aa097d68437c.jpg', '', ''),
(752, 'service', 87, 'upload/services/gallery/JGyWXJ4W38acd08816614615843380c3a003c6e3.jpg', '38acd08816614615843380c3a003c6e3.jpg', '', ''),
(754, 'service', 87, 'upload/services/gallery/FQYmoVYXloi-ich-hoc-nhay1.jpg', 'loi-ich-hoc-nhay1.jpg', '', ''),
(755, 'service', 87, 'upload/services/gallery/RsSkC068Zumba-1.jpg', 'Zumba-1.jpg', '', ''),
(756, 'service', 95, 'upload/services/gallery/BYIU1juF1.jpg', '1.jpg', '', ''),
(762, 'service', 51, 'upload/services/gallery/MzbiOyKXaamhmcergebcctjgdzfk.jpg', 'aamhmcergebcctjgdzfk.jpg', '', ''),
(763, 'service', 51, 'upload/services/gallery/ECqw7B0Obetwlcmfmskff2mw1p5f.jpg', 'betwlcmfmskff2mw1p5f.jpg', '', ''),
(764, 'service', 51, 'upload/services/gallery/ypmoXIPoh6vop8xbboicipzyuvxj.jpg', 'h6vop8xbboicipzyuvxj.jpg', '', ''),
(765, 'service', 51, 'upload/services/gallery/seyTV1UbIMG_9776.jpg', 'IMG_9776.jpg', '', ''),
(766, 'service', 51, 'upload/services/gallery/fiRhnNMtraq5fybna2tprrcjhx3f.jpg', 'raq5fybna2tprrcjhx3f.jpg', '', ''),
(770, 'service', 52, 'upload/services/gallery/TuDqbQ4zRana-Final-819x1024.jpg', 'Rana-Final-819x1024.jpg', '', ''),
(771, 'service', 52, 'upload/services/gallery/cKdYCRpftwenty20_f61d5b81-a0a5-49b8-a75f-a5298beeed18_1_2c99bacd93732f48d7cbfce985ef0750.jpg', 'twenty20_f61d5b81-a0a5-49b8-a75f-a5298beeed18_1_2c99bacd93732f48d7cbfce985ef0750.jpg', '', ''),
(772, 'service', 52, 'upload/services/gallery/bwccIcJzUntitled-design-2-1.jpg', 'Untitled-design-2-1.jpg', '', ''),
(773, 'service', 52, 'upload/services/gallery/d0BrFthJwoman-boxing.jpg', 'woman-boxing.jpg', '', ''),
(776, 'service', 57, 'upload/services/gallery/23i53KPchiit-workout-15.jpg', 'hiit-workout-15.jpg', '', ''),
(778, 'service', 57, 'upload/services/gallery/25ESjajXunnamed-(4).jpg', 'unnamed-(4).jpg', '', ''),
(779, 'service', 58, 'upload/services/gallery/4aAyZ9Sr250326-1600x1067-aerobics.jpg', '250326-1600x1067-aerobics.jpg', '', ''),
(782, 'service', 58, 'upload/services/gallery/Tukmcr0jfitness-sport-training-aerobics-people-aerobics-ss-Feature.jpg', 'fitness-sport-training-aerobics-people-aerobics-ss-Feature.jpg', '', ''),
(783, 'service', 58, 'upload/services/gallery/yYhH52Hostep-aerobics.jpg', 'step-aerobics.jpg', '', ''),
(785, 'service', 59, 'upload/services/gallery/wmWWGfMT39ca099b794a4c5d4d8f91056648a906.jpg', '39ca099b794a4c5d4d8f91056648a906.jpg', '', ''),
(786, 'service', 59, 'upload/services/gallery/mlM1I5sW170706coach_body_attack.jpg', '170706coach_body_attack.jpg', '', ''),
(788, 'service', 59, 'upload/services/gallery/efr91MYjbodyattack3.jpg', 'bodyattack3.jpg', '', ''),
(789, 'service', 59, 'upload/services/gallery/9G38vHNABody-Attack--900-x-400.jpg', 'Body-Attack--900-x-400.jpg', '', ''),
(790, 'service', 59, 'upload/services/gallery/XId5FGGIles-mills-grit-athletic-homepage.jpg', 'les-mills-grit-athletic-homepage.jpg', '', ''),
(794, 'service', 60, 'upload/services/gallery/4JlZBEQ7fitplanet_kneevalgus_960x540.jpg', 'fitplanet_kneevalgus_960x540.jpg', '', ''),
(797, 'service', 61, 'upload/services/gallery/GhfFF9MH3-Fitness-Results-You-Can-Get-From-an-MMA-Workout.jpg', '3-Fitness-Results-You-Can-Get-From-an-MMA-Workout.jpg', '', ''),
(798, 'service', 61, 'upload/services/gallery/PrbKAH6i12108164_963947767002851_7525890822088382791_n-e1495439272524.jpg', '12108164_963947767002851_7525890822088382791_n-e1495439272524.jpg', '', ''),
(799, 'service', 61, 'upload/services/gallery/kDGdnC7tLainey-Quinn-Kombat-Group-1.jpg', 'Lainey-Quinn-Kombat-Group-1.jpg', '', ''),
(800, 'service', 61, 'upload/services/gallery/hb5pccymo.jpg', 'o.jpg', '', ''),
(801, 'service', 61, 'upload/services/gallery/xqdme4SDRandy-Tom.jpg', 'Randy-Tom.jpg', '', ''),
(817, 'service', 64, 'upload/services/gallery/bdQKaloD75332027-the-studio-shot-of-group-of-kids-training-karate-martial-arts.jpg', '75332027-the-studio-shot-of-group-of-kids-training-karate-martial-arts.jpg', '', ''),
(818, 'service', 64, 'upload/services/gallery/Ps2BntFWkarate_activity2cropped.jpg', 'karate_activity2cropped.jpg', '', ''),
(820, 'service', 64, 'upload/services/gallery/aXkfnQGrkarate-suits-uniforms.jpg', 'karate-suits-uniforms.jpg', '', ''),
(827, 'service', 66, 'upload/services/gallery/CUjCFItqimage-(2).jpg', 'image-(2).jpg', '', ''),
(828, 'service', 66, 'upload/services/gallery/mhsvaH12krav-maga-la-gi.jpg', 'krav-maga-la-gi.jpg', '', ''),
(829, 'service', 66, 'upload/services/gallery/TCMouPagunnamed-(7).jpg', 'unnamed-(7).jpg', '', ''),
(830, 'service', 66, 'upload/services/gallery/oN13HzIOunnamed-(8).jpg', 'unnamed-(8).jpg', '', ''),
(831, 'service', 66, 'upload/services/gallery/cMy9WCDIunnamed-(9).jpg', 'unnamed-(9).jpg', '', ''),
(832, 'service', 66, 'upload/services/gallery/iP2iOwQfunnamed.jpg', 'unnamed.jpg', '', ''),
(833, 'service', 67, 'upload/services/gallery/9MFn9cdjbench-press-muscle-and-performance.jpg', 'bench-press-muscle-and-performance.jpg', '', ''),
(834, 'service', 67, 'upload/services/gallery/Ll42gZ4Cdumbbell-bench-press_0.jpg', 'dumbbell-bench-press_0.jpg', '', ''),
(835, 'service', 67, 'upload/services/gallery/duzueC6kdumbbell-bench-press-opener.jpg', 'dumbbell-bench-press-opener.jpg', '', ''),
(836, 'service', 67, 'upload/services/gallery/R6lL6TJ8hdm119918mh16114-1542293707.jpg', 'hdm119918mh16114-1542293707.jpg', '', ''),
(837, 'service', 67, 'upload/services/gallery/0ZzxDTpphow-to-dumbbell-bench-press-benefits-form-muscles.jpg', 'how-to-dumbbell-bench-press-benefits-form-muscles.jpg', '', ''),
(845, 'service', 69, 'upload/services/gallery/7JBh7eLU10-week-fat-torcher-wide.jpg', '10-week-fat-torcher-wide.jpg', '', ''),
(847, 'service', 69, 'upload/services/gallery/z3efyJ3wget-maximum-results-from-minimum-equipment-tablet-960x540.jpg', 'get-maximum-results-from-minimum-equipment-tablet-960x540.jpg', '', ''),
(848, 'service', 69, 'upload/services/gallery/gcPObBSkmaxresdefault-(3).jpg', 'maxresdefault-(3).jpg', '', ''),
(849, 'service', 69, 'upload/services/gallery/3TECNN9Sscreen-shot-2020-02-20-at-12-21-29-1582201367.jpg', 'screen-shot-2020-02-20-at-12-21-29-1582201367.jpg', '', ''),
(850, 'service', 69, 'upload/services/gallery/jwTegH8ETeres-Minor-and-Teres-Major.jpg', 'Teres-Minor-and-Teres-Major.jpg', '', ''),
(852, 'service', 70, 'upload/services/gallery/fBGXEJrZbenchpress-(2).jpg', 'benchpress-(2).jpg', '', ''),
(854, 'service', 70, 'upload/services/gallery/nbBvioZesquatcleanjorgehuerta.jpg', 'squatcleanjorgehuerta.jpg', '', ''),
(855, 'service', 70, 'upload/services/gallery/ecnYAQoztacticaltraining600.jpg', 'tacticaltraining600.jpg', '', ''),
(857, 'service', 71, 'upload/services/gallery/EBMTY51c8deafbda669f83032e01402d073877ef.jpg', '8deafbda669f83032e01402d073877ef.jpg', '', ''),
(858, 'service', 71, 'upload/services/gallery/axTig300964924e523342337d3e97ff1749d116b.jpg', '964924e523342337d3e97ff1749d116b.jpg', '', ''),
(859, 'service', 71, 'upload/services/gallery/enWoi5Tybacktraining.jpg', 'backtraining.jpg', '', ''),
(861, 'service', 71, 'upload/services/gallery/G8ux5oVTtaking-fst-7-training-program-for-a-test-drive-part-1_07-700xh.jpg', 'taking-fst-7-training-program-for-a-test-drive-part-1_07-700xh.jpg', '', ''),
(863, 'service', 72, 'upload/services/gallery/yDtyEhCF8deafbda669f83032e01402d073877ef.jpg', '8deafbda669f83032e01402d073877ef.jpg', '', ''),
(864, 'service', 72, 'upload/services/gallery/bRHEW76t1280-curl-dumbbells.jpg', '1280-curl-dumbbells.jpg', '', ''),
(865, 'service', 72, 'upload/services/gallery/ldYZUSw2170511_fitnessfirst_s26_005.jpg', '170511_fitnessfirst_s26_005.jpg', '', ''),
(866, 'service', 72, 'upload/services/gallery/WDqmvZNzincline_bench_press-654x368.jpg', 'incline_bench_press-654x368.jpg', '', ''),
(867, 'service', 72, 'upload/services/gallery/VO6mrST1rachel-training-2.jpg', 'rachel-training-2.jpg', '', ''),
(868, 'service', 72, 'upload/services/gallery/hEsol3RJTraining-Programs-Are-For-Newbies.jpg', 'Training-Programs-Are-For-Newbies.jpg', '', ''),
(869, 'service', 45, 'upload/services/gallery/IfmGr34R323003_1100-732x549.jpg', '323003_1100-732x549.jpg', '', ''),
(870, 'service', 45, 'upload/services/gallery/Vg298xw6dane-wetton-t1nemsm1rgi-unsplash-0.jpg', 'dane-wetton-t1nemsm1rgi-unsplash-0.jpg', '', ''),
(872, 'service', 45, 'upload/services/gallery/VmIk2H8Zyoga_body_images-slide-HNVD-superJumbo.jpg', 'yoga_body_images-slide-HNVD-superJumbo.jpg', '', ''),
(873, 'service', 45, 'upload/services/gallery/0sLV62vcyoga_body_images-slide-NY4R-superJumbo.jpg', 'yoga_body_images-slide-NY4R-superJumbo.jpg', '', ''),
(874, 'service', 45, 'upload/services/gallery/gixLsxdPYoga_Pic_v2.jpg', 'Yoga_Pic_v2.jpg', '', ''),
(875, 'service', 46, 'upload/services/gallery/nYokHWLwyoga-nice-1024x675.jpg', 'yoga-nice-1024x675.jpg', '', ''),
(876, 'service', 46, 'upload/services/gallery/Udftqu0jd2-158606949830663989314.jpg', 'd2-158606949830663989314.jpg', '', ''),
(877, 'service', 46, 'upload/services/gallery/niraX4cuphoto-1544367567-0f2fcb009e0b.jpg', 'photo-1544367567-0f2fcb009e0b.jpg', '', ''),
(878, 'service', 46, 'upload/services/gallery/AvVIrxPHTư-thế-yoga-vũ-công-644x400.jpg', 'Tư-thế-yoga-vũ-công-644x400.jpg', '', ''),
(879, 'service', 46, 'upload/services/gallery/uK907aI2yoga_body_images-slide-HNVD-superJumbo.jpg', 'yoga_body_images-slide-HNVD-superJumbo.jpg', '', ''),
(880, 'service', 47, 'upload/services/gallery/p248bPJUyoga_17 (1).jpg', 'yoga_17 (1).jpg', '', ''),
(881, 'service', 97, 'upload/services/gallery/croGMiKSYoga_1.jpg', 'Yoga_1.jpg', '', ''),
(882, 'service', 47, 'upload/services/gallery/606cXDPpYoga_1.jpg', 'Yoga_1.jpg', '', ''),
(883, 'service', 47, 'upload/services/gallery/5YyvJNTqimg-1.jpg', 'img-1.jpg', '', ''),
(884, 'service', 47, 'upload/services/gallery/59c3ZVGMtap-yoga-danh-cho-nam-gioi-4 (1).jpg', 'tap-yoga-danh-cho-nam-gioi-4 (1).jpg', '', ''),
(885, 'service', 47, 'upload/services/gallery/5dW54Y487_1.jpg', '7_1.jpg', '', ''),
(886, 'service', 48, 'upload/services/gallery/rs7BXLWK5-benefits-of-prenatal-yoga (1).jpg', '5-benefits-of-prenatal-yoga (1).jpg', '', ''),
(887, 'service', 48, 'upload/services/gallery/VWa4PRSjpregnant-yogaJPG (1).jpg', 'pregnant-yogaJPG (1).jpg', '', ''),
(888, 'service', 48, 'upload/services/gallery/37vtBQ74Prenatal-Revers-Warrior-copy-1024x768 (1).jpg', 'Prenatal-Revers-Warrior-copy-1024x768 (1).jpg', '', ''),
(889, 'service', 48, 'upload/services/gallery/NWLnnaMVPregnant+series (1).jpg', 'Pregnant+series (1).jpg', '', ''),
(890, 'service', 48, 'upload/services/gallery/uCB3W7PWorigin (1).jpg', 'origin (1).jpg', '', ''),
(891, 'service', 49, 'upload/services/gallery/h7b5BptXYoga-Weight-Loss-Feature-Image1 (1).jpg', 'Yoga-Weight-Loss-Feature-Image1 (1).jpg', '', ''),
(892, 'service', 49, 'upload/services/gallery/jqofloQxBreathing-Techniques (1).jpg', 'Breathing-Techniques (1).jpg', '', ''),
(893, 'service', 49, 'upload/services/gallery/JzLQm2oILeft-Nostril-Breathing (1).jpg', 'Left-Nostril-Breathing (1).jpg', '', ''),
(894, 'service', 49, 'upload/services/gallery/4SViXdzyuses-of-prenatal-yoga-1280x720 (1).jpg', 'uses-of-prenatal-yoga-1280x720 (1).jpg', '', ''),
(895, 'service', 49, 'upload/services/gallery/8G8EjXQXorigin.jpg', 'origin.jpg', '', ''),
(896, 'service', 52, 'upload/services/gallery/Q7ugXSd04727220866_f93bbeb3fc_b.jpg', '4727220866_f93bbeb3fc_b.jpg', '', ''),
(897, 'service', 52, 'upload/services/gallery/Y4q1oFmhcardio-box.jpg', 'cardio-box.jpg', '', ''),
(898, 'service', 98, 'upload/services/gallery/7EgJFIjs6-Moves-to-Strong-Lean-Legs1 - Copy.jpg', '6-Moves-to-Strong-Lean-Legs1 - Copy.jpg', '', ''),
(899, 'service', 98, 'upload/services/gallery/u8FqKI6uArm-Ab-Workout-Gym - Copy.jpg', 'Arm-Ab-Workout-Gym - Copy.jpg', '', ''),
(900, 'service', 57, 'upload/services/gallery/ZrHEdVg8ursozapbufz0h2t6kise.jpg', 'ursozapbufz0h2t6kise.jpg', '', ''),
(901, 'service', 57, 'upload/services/gallery/jgMUvdQHhitt1.jpg', 'hitt1.jpg', '', ''),
(902, 'service', 57, 'upload/services/gallery/j34EVPTWimage1xxl.jpg', 'image1xxl.jpg', '', ''),
(903, 'service', 58, 'upload/services/gallery/GWYwz0WGunnamed.jpg', 'unnamed.jpg', '', ''),
(904, 'service', 58, 'upload/services/gallery/pkBb1AE5aerobics1.jpg', 'aerobics1.jpg', '', ''),
(905, 'service', 97, 'upload/services/gallery/OQTLqlVroptimum-mens-health-and-fitness-guide-the-ultimate-mens-fitness-tips (1).jpg', 'optimum-mens-health-and-fitness-guide-the-ultimate-mens-fitness-tips (1).jpg', '', ''),
(906, 'service', 97, 'upload/services/gallery/idkp0aql29-thoughts-while-running-outside-810x540 (1).jpg', '29-thoughts-while-running-outside-810x540 (1).jpg', '', ''),
(907, 'service', 99, 'upload/services/gallery/qdsbmAiYoptimum-mens-health-and-fitness-guide-the-ultimate-mens-fitness-tips (1).jpg', 'optimum-mens-health-and-fitness-guide-the-ultimate-mens-fitness-tips (1).jpg', '', ''),
(908, 'service', 86, 'upload/services/gallery/VLrS5pWsgym (1).jpg', 'gym (1).jpg', '', ''),
(909, 'service', 87, 'upload/services/gallery/ifljmb7zunnamed (12) (1).jpg', 'unnamed (12) (1).jpg', '', ''),
(910, 'service', 60, 'upload/services/gallery/cXgMdKPjbodycombat2.jpg', 'bodycombat2.jpg', '', ''),
(911, 'service', 60, 'upload/services/gallery/Lnq5qwVUcombat1.jpg', 'combat1.jpg', '', ''),
(912, 'service', 60, 'upload/services/gallery/0DuTM9pocombat2.jpg', 'combat2.jpg', '', ''),
(913, 'service', 60, 'upload/services/gallery/CZMLl9r7combat3.jpg', 'combat3.jpg', '', ''),
(914, 'service', 95, 'upload/services/gallery/WX3gmx2dAdult+Dance+Class (1).jpg', 'Adult+Dance+Class (1).jpg', '', ''),
(915, 'service', 95, 'upload/services/gallery/ghBQdXO5ihs_0-116_15000_1__jpg_crop_jpeg-1080x648 (1).jpg', 'ihs_0-116_15000_1__jpg_crop_jpeg-1080x648 (1).jpg', '', ''),
(917, 'service', 62, 'upload/services/gallery/hZFOsEwWjudo1.jpg', 'judo1.jpg', '', ''),
(918, 'service', 62, 'upload/services/gallery/ZqFFtnHejudo2.jpg', 'judo2.jpg', '', ''),
(919, 'service', 62, 'upload/services/gallery/CrZsxfEZjudo4.jpg', 'judo4.jpg', '', ''),
(920, 'service', 62, 'upload/services/gallery/mnbyEP31judo3.jpg', 'judo3.jpg', '', ''),
(921, 'service', 62, 'upload/services/gallery/JySPv6EGjudo5.jpg', 'judo5.jpg', '', ''),
(923, 'service', 95, 'upload/services/gallery/07SEr12H91424087-multi-ethnic-group-of-people-training-in-a-gym-personal-trainer-and-sportive-persons-in-a-fitness-cl.jpg', '91424087-multi-ethnic-group-of-people-training-in-a-gym-personal-trainer-and-sportive-persons-in-a-fitness-cl.jpg', '', ''),
(924, 'service', 63, 'upload/services/gallery/QVEkAwdvjitsu1.jpg', 'jitsu1.jpg', '', ''),
(925, 'service', 63, 'upload/services/gallery/Rzme6J2Ojitsu2.jpg', 'jitsu2.jpg', '', ''),
(926, 'service', 63, 'upload/services/gallery/14hmnCS3jitsu3.jpg', 'jitsu3.jpg', '', ''),
(927, 'service', 63, 'upload/services/gallery/Nd0UnqFIjitsu4.jpg', 'jitsu4.jpg', '', ''),
(928, 'service', 95, 'upload/services/gallery/gDTQhnHeme_925_freestyle-(1).jpg', 'me_925_freestyle-(1).jpg', '', ''),
(929, 'service', 63, 'upload/services/gallery/r869Umuqjitsu6.jpg', 'jitsu6.jpg', '', ''),
(930, 'service', 64, 'upload/services/gallery/BbotHud6karate2.jpg', 'karate2.jpg', '', ''),
(931, 'service', 64, 'upload/services/gallery/oupMHy6vkarate1.jpg', 'karate1.jpg', '', ''),
(932, 'service', 65, 'upload/services/gallery/7OPvQ70xtaekwondo1.jpg', 'taekwondo1.jpg', '', ''),
(933, 'service', 65, 'upload/services/gallery/fhTot4xhtaekwondo2.jpg', 'taekwondo2.jpg', '', ''),
(934, 'service', 65, 'upload/services/gallery/TTruQWq5taekwondo5.jpg', 'taekwondo5.jpg', '', ''),
(935, 'service', 65, 'upload/services/gallery/qpSvjZvGtaekwondo4.jpg', 'taekwondo4.jpg', '', ''),
(936, 'service', 65, 'upload/services/gallery/W9wdZTHWtaekwondo3.jpg', 'taekwondo3.jpg', '', ''),
(937, 'service', 70, 'upload/services/gallery/G1P2hjO1gain-weight (1).jpg', 'gain-weight (1).jpg', '', ''),
(938, 'service', 70, 'upload/services/gallery/HvhezjFNMountain-Tactical-Institute-011 (1).jpg', 'Mountain-Tactical-Institute-011 (1).jpg', '', ''),
(939, 'service', 70, 'upload/services/gallery/8Rph8cypRAN3485-Edit_NEW_web-1200x675 (1).jpg', 'RAN3485-Edit_NEW_web-1200x675 (1).jpg', '', ''),
(940, 'service', 68, 'upload/services/gallery/7VIKKzhqtraining.jpg', 'training.jpg', '', ''),
(941, 'service', 68, 'upload/services/gallery/g5h8s7EGtraining2.jpg', 'training2.jpg', '', ''),
(942, 'service', 68, 'upload/services/gallery/ripZA2dxtraining3.jpg', 'training3.jpg', '', ''),
(943, 'service', 68, 'upload/services/gallery/l9nVsd7ctraining4.jpg', 'training4.jpg', '', ''),
(944, 'service', 68, 'upload/services/gallery/43QfHUYdtraining5.jpg', 'training5.jpg', '', ''),
(945, 'service', 71, 'upload/services/gallery/5BY5AiyBfst7-1 (1).jpg', 'fst7-1 (1).jpg', '', ''),
(946, 'service', 71, 'upload/services/gallery/00BnbI5AFotolia_79534569_S (1).jpg', 'Fotolia_79534569_S (1).jpg', '', ''),
(947, 'service', 100, 'upload/services/gallery/Lq5CiTpi5f06987b08193.jpg', '5f06987b08193.jpg', '', ''),
(948, 'service', 100, 'upload/services/gallery/zOdK0eft5f06980bca3a0.jpg', '5f06980bca3a0.jpg', '', ''),
(949, 'service', 100, 'upload/services/gallery/VnmDgZ2w5f06983782aa4.jpg', '5f06983782aa4.jpg', '', ''),
(950, 'service', 100, 'upload/services/gallery/YebsxJg15f0697bd68ff0.jpg', '5f0697bd68ff0.jpg', '', ''),
(951, 'service', 101, 'upload/services/gallery/KgEG524C5f06a4e7776d9.jpg', '5f06a4e7776d9.jpg', '', ''),
(952, 'service', 101, 'upload/services/gallery/peEFRunP5f06a4b421f4a.jpg', '5f06a4b421f4a.jpg', '', ''),
(953, 'service', 101, 'upload/services/gallery/KtSduDFW5f06a4593345a.jpg', '5f06a4593345a.jpg', '', ''),
(954, 'service', 101, 'upload/services/gallery/pnS1KMtH5f06a3e4977ea.jpg', '5f06a3e4977ea.jpg', '', ''),
(955, 'service', 102, 'upload/services/gallery/ZviMgYua5f06bc308afa0.jpg', '5f06bc308afa0.jpg', '', ''),
(956, 'service', 102, 'upload/services/gallery/JvelPbD45f06bc867cae2.jpg', '5f06bc867cae2.jpg', '', ''),
(957, 'service', 102, 'upload/services/gallery/tQkBtFU25f06bca6ae4ed.jpg', '5f06bca6ae4ed.jpg', '', ''),
(958, 'service', 102, 'upload/services/gallery/Gmra0oPn5f06bcc149cef.jpg', '5f06bcc149cef.jpg', '', ''),
(959, 'service', 103, 'upload/services/gallery/s6bYeXSO5f06c149518aa.jpg', '5f06c149518aa.jpg', '', ''),
(960, 'service', 103, 'upload/services/gallery/TlXNtje15f06c12d10a4c.jpg', '5f06c12d10a4c.jpg', '', ''),
(961, 'service', 103, 'upload/services/gallery/HlDfOgom5f06c0f630a7a.jpg', '5f06c0f630a7a.jpg', '', ''),
(962, 'service', 103, 'upload/services/gallery/KbaDPvGn5f06c0d1e105f.jpg', '5f06c0d1e105f.jpg', '', ''),
(963, 'service', 104, 'upload/services/gallery/MlWGbZAw5f06c80b8e2e9.jpg', '5f06c80b8e2e9.jpg', '', ''),
(964, 'service', 104, 'upload/services/gallery/kG8SNET05f06c824dacee.jpg', '5f06c824dacee.jpg', '', ''),
(965, 'service', 104, 'upload/services/gallery/MBFIhJPL5f06c842eece6.jpg', '5f06c842eece6.jpg', '', ''),
(966, 'service', 104, 'upload/services/gallery/dgm6Iwat5f06c7d221c59.jpg', '5f06c7d221c59.jpg', '', ''),
(967, 'service', 105, 'upload/services/gallery/xeilcjgN5f06cd0ddae8c.jpg', '5f06cd0ddae8c.jpg', '', ''),
(968, 'service', 105, 'upload/services/gallery/jWGTuKIJ5f06cd4ebc16e.jpg', '5f06cd4ebc16e.jpg', '', ''),
(969, 'service', 105, 'upload/services/gallery/EzNjNPjp5f06cd7216f9c.jpg', '5f06cd7216f9c.jpg', '', ''),
(970, 'service', 105, 'upload/services/gallery/nWcMKEkh5f06cdbbce83b.jpg', '5f06cdbbce83b.jpg', '', ''),
(971, 'service', 106, 'upload/services/gallery/gSLlwhzg5f06d2c944db3.jpg', '5f06d2c944db3.jpg', '', ''),
(972, 'service', 106, 'upload/services/gallery/NLOQ18yM5f06d2f528e95 (1).jpg', '5f06d2f528e95 (1).jpg', '', ''),
(973, 'service', 106, 'upload/services/gallery/Tw5PxRD85f06d32525a52.jpg', '5f06d32525a52.jpg', '', ''),
(974, 'service', 106, 'upload/services/gallery/Szksypi15f06d3483b154.jpg', '5f06d3483b154.jpg', '', ''),
(975, 'service', 107, 'upload/services/gallery/aZvbF9B15f06da1f2423d.jpg', '5f06da1f2423d.jpg', '', ''),
(976, 'service', 107, 'upload/services/gallery/L4AhzV7t5f06d9bd0c818.jpg', '5f06d9bd0c818.jpg', '', ''),
(977, 'service', 107, 'upload/services/gallery/PlXIUlehsg7rta_6ee8-andrew-phillips.jpg', 'sg7rta_6ee8-andrew-phillips.jpg', '', ''),
(978, 'service', 107, 'upload/services/gallery/ERzkZpFA5f06da3c81342.jpg', '5f06da3c81342.jpg', '', ''),
(979, 'service', 108, 'upload/services/gallery/ENYtMjaR5f06ddb0d9480.jpg', '5f06ddb0d9480.jpg', '', ''),
(980, 'service', 108, 'upload/services/gallery/btm6Q4o05f06ddf569b30.jpg', '5f06ddf569b30.jpg', '', ''),
(981, 'service', 108, 'upload/services/gallery/RtPU3sx75f06dde04e402.jpg', '5f06dde04e402.jpg', '', ''),
(982, 'service', 108, 'upload/services/gallery/pzxasOY05f06ddc9215ce.jpg', '5f06ddc9215ce.jpg', '', ''),
(983, 'service', 109, 'upload/services/gallery/lTGbG7fp5f06e1fe8e75a.jpg', '5f06e1fe8e75a.jpg', '', ''),
(984, 'service', 109, 'upload/services/gallery/62IWbY575f06e1e8ea2c4.jpg', '5f06e1e8ea2c4.jpg', '', ''),
(985, 'service', 109, 'upload/services/gallery/LQyfZ2wt5f06e1d34b3e5.jpg', '5f06e1d34b3e5.jpg', '', ''),
(986, 'service', 109, 'upload/services/gallery/3KpZnvao5f06e1bf4c807.jpg', '5f06e1bf4c807.jpg', '', ''),
(992, 'event', 47, 'upload/events/gallery/ozDweRVNcamp1.jpg', 'camp1.jpg', '', ''),
(993, 'event', 47, 'upload/events/gallery/PBbl8rRQcamp2.jpg', 'camp2.jpg', '', ''),
(994, 'event', 47, 'upload/events/gallery/MCoqaGyhcamp3.jpg', 'camp3.jpg', '', ''),
(995, 'event', 47, 'upload/events/gallery/J39CC9TVcamp4.jpg', 'camp4.jpg', '', ''),
(996, 'event', 47, 'upload/events/gallery/gMzx4Y52camp5.jpg', 'camp5.jpg', '', ''),
(997, 'event', 63, 'upload/events/gallery/qNUb4IN2b1.jpg', 'b1.jpg', '', ''),
(998, 'event', 63, 'upload/events/gallery/dc1WOEFSb12.jpg', 'b12.jpg', '', ''),
(999, 'event', 63, 'upload/events/gallery/aMRidmVAb13.jpg', 'b13.jpg', '', ''),
(1000, 'event', 63, 'upload/events/gallery/M8B5YTT2b14.jpg', 'b14.jpg', '', ''),
(1001, 'event', 63, 'upload/events/gallery/VbmlerFmb15.jpg', 'b15.jpg', '', ''),
(1002, 'event', 64, 'upload/events/gallery/dcaw4ajub22.jpg', 'b22.jpg', '', ''),
(1003, 'event', 64, 'upload/events/gallery/sba3Hlorb23.jpg', 'b23.jpg', '', ''),
(1004, 'event', 64, 'upload/events/gallery/Ssugs716b2.jpg', 'b2.jpg', '', ''),
(1005, 'event', 64, 'upload/events/gallery/P4k3TkAYb24.jpg', 'b24.jpg', '', ''),
(1006, 'event', 64, 'upload/events/gallery/H8nuczUFb25.jpg', 'b25.jpg', '', ''),
(1007, 'event', 69, 'upload/events/gallery/gDDky9I7b3.jpg', 'b3.jpg', '', ''),
(1008, 'event', 69, 'upload/events/gallery/bvYEl9vtb32.jpg', 'b32.jpg', '', ''),
(1009, 'event', 69, 'upload/events/gallery/eVhZKgRxb33.jpg', 'b33.jpg', '', ''),
(1010, 'event', 69, 'upload/events/gallery/vTphSaxVb34.jpg', 'b34.jpg', '', ''),
(1011, 'event', 69, 'upload/events/gallery/BuCEU5Jub35.jpg', 'b35.jpg', '', ''),
(1012, 'event', 71, 'upload/events/gallery/yTFyN53Db4.jpg', 'b4.jpg', '', ''),
(1013, 'event', 71, 'upload/events/gallery/XRYTkutKb42.jpg', 'b42.jpg', '', ''),
(1014, 'event', 71, 'upload/events/gallery/LGgL5yXBb43.jpg', 'b43.jpg', '', ''),
(1015, 'event', 71, 'upload/events/gallery/FXSxYUlqb44.jpg', 'b44.jpg', '', ''),
(1016, 'event', 72, 'upload/events/gallery/uc78KCfob5.jpg', 'b5.jpg', '', ''),
(1017, 'event', 72, 'upload/events/gallery/M5Ej8Kjqb52.jpg', 'b52.jpg', '', ''),
(1018, 'event', 72, 'upload/events/gallery/dFW2yYe2b53.jpg', 'b53.jpg', '', ''),
(1019, 'event', 72, 'upload/events/gallery/nLBHCOwdb54.jpg', 'b54.jpg', '', ''),
(1020, 'event', 73, 'upload/events/gallery/MdsMq2nCb6.jpg', 'b6.jpg', '', ''),
(1021, 'event', 73, 'upload/events/gallery/oT66d02yb62.jpg', 'b62.jpg', '', ''),
(1022, 'event', 73, 'upload/events/gallery/tkumWXvTb63.jpg', 'b63.jpg', '', ''),
(1023, 'event', 73, 'upload/events/gallery/TnXzVhmvb64.jpg', 'b64.jpg', '', ''),
(1024, 'event', 75, 'upload/events/gallery/9356xAcrb7.jpg', 'b7.jpg', '', ''),
(1025, 'event', 75, 'upload/events/gallery/PSfdiGqRb72.jpg', 'b72.jpg', '', ''),
(1026, 'event', 75, 'upload/events/gallery/AIq5lo0Eb73.jpg', 'b73.jpg', '', ''),
(1027, 'event', 75, 'upload/events/gallery/xINZmVRxb74.jpg', 'b74.jpg', '', ''),
(1028, 'event', 75, 'upload/events/gallery/P1213ZEOb75.jpg', 'b75.jpg', '', ''),
(1029, 'event', 76, 'upload/events/gallery/TJ4bSn6tb8.jpg', 'b8.jpg', '', ''),
(1030, 'event', 76, 'upload/events/gallery/KphuDdxdb82.jpg', 'b82.jpg', '', ''),
(1031, 'event', 76, 'upload/events/gallery/mavefV0Vb83.jpg', 'b83.jpg', '', ''),
(1032, 'event', 76, 'upload/events/gallery/v0ruIMx2b84.jpg', 'b84.jpg', '', ''),
(1033, 'event', 77, 'upload/events/gallery/VM7K4olYb9.jpg', 'b9.jpg', '', ''),
(1034, 'event', 77, 'upload/events/gallery/LqxLXqbbb92.jpg', 'b92.jpg', '', ''),
(1035, 'event', 77, 'upload/events/gallery/xb5FcIpXb93.jpg', 'b93.jpg', '', ''),
(1036, 'event', 77, 'upload/events/gallery/F4ZIOF16b94.jpg', 'b94.jpg', '', '');
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_location`
--
DROP TABLE IF EXISTS `woobooking_location`;
CREATE TABLE `woobooking_location` (
`id` int(11) NOT NULL,
`name` varchar(200) NOT NULL,
`banner` varchar(400) NOT NULL,
`address` varchar(200) NOT NULL,
`mobile` int(15) NOT NULL,
`alias` varchar(200) NOT NULL,
`state_id` int(11) NOT NULL,
`lang` varchar(50) NOT NULL,
`lat` varchar(50) NOT NULL,
`iframe` text NOT NULL,
`published` int(11) NOT NULL,
`ordering` int(11) NOT NULL,
`image` varchar(200) NOT NULL,
`description` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_location`
--
INSERT INTO `woobooking_location` (`id`, `name`, `banner`, `address`, `mobile`, `alias`, `state_id`, `lang`, `lat`, `iframe`, `published`, `ordering`, `image`, `description`) VALUES
(3, 'CALIFORNIA', 'http://demo12.cmsmart.net/event_calendar/wp-content/uploads/2020/06/Mask-Group-1.jpg', '415 Temple Lane, Antioch', 0, 'address2', 4, '21.0064286', '105.8654489', '', 1, 0, 'upload/location/images/cover/X8ETagHKcalifornia.jpg', 'The gym is designed in a sophisticated manner, divided into separate training areas, Yoga and fitness group GroupX international group with high-class furnishings and modern equipment, bringing customers. Experience the most professional and comfortable training.'),
(4, 'MIAMI', 'http://demo12.cmsmart.net/event_calendar/wp-content/uploads/2020/06/miami-1.jpg', '31 NW 57th St, Miami, FL 33127', 0, '', 3, '', '', '', 1, 0, 'upload/location/images/cover/L4Xuae2smiami.jpg', 'With more than 150 Yoga classes, GroupX group fitness and services are constantly updated, discover the right bodybuilding method\r\nIn line with your fitness needs and fitness!'),
(5, 'New York', 'http://demo12.cmsmart.net/event_calendar/wp-content/uploads/2020/06/newyork.jpg', 'Montclair, New Jersey', 0, '', 6, '', '', '', 1, 0, 'upload/location/images/cover/27s3i3ahnewyork.jpg', 'With the gym, the system is located at the most prime location in the central district in the city. New York, your practice will become more convenient and easier.'),
(14, 'PARIS', 'http://demo12.cmsmart.net/event_calendar/wp-content/uploads/2020/06/paris.jpg', 'Las Vegas, Nevada', 0, '', 6, '', '', '', 0, 0, 'upload/location/images/cover/9x6bPrQ7paris.jpg', 'Enjoy the gym & yoga chain with sophisticated design and the most perfect service right in the heart of Las Vegas.'),
(15, 'ROME', 'http://demo12.cmsmart.net/event_calendar/wp-content/uploads/2020/06/rome.jpg', ' Dell\'Angeletto 3, 00184 Rome, Italy', 0, '', 6, '', '', '', 0, 0, 'upload/location/images/cover/zoCvGLqErome.jpg', '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.'),
(16, 'VENICE', 'http://demo12.cmsmart.net/event_calendar/wp-content/uploads/2020/06/venice.jpg', 'Ca\' Farsetti, San Marco 4136 - Venezia - ITALY', 0, '', 6, '', '', '', 0, 0, 'upload/location/images/cover/m0m6mDhsvenice.jpg', '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.');
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_notification`
--
DROP TABLE IF EXISTS `woobooking_notification`;
CREATE TABLE `woobooking_notification` (
`id` int(11) UNSIGNED NOT NULL,
`name` varchar(200) NOT NULL,
`image` varchar(200) NOT NULL,
`alias` varchar(200) NOT NULL,
`ordering` int(11) NOT NULL,
`description` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_notification`
--
INSERT INTO `woobooking_notification` (`id`, `name`, `image`, `alias`, `ordering`, `description`) VALUES
(20, 'Yoga', 'upload/services/images/image-cover-rbwx5797-anh1.jpg', '', 5, ''),
(21, 'Cardio', 'upload/services/images/image-cover-UsfbDi7H-anh2.jpg', '', 9, ''),
(22, 'Combat Sports', 'upload/services/images/image-cover-VYEUjPNq-anh3.jpg', '', 10, ''),
(23, 'Bodybuilding', 'upload/services/images/image-cover-L0T85YOJ-anh4.jpg', '', 11, ''),
(46, 'Boxing room', 'upload/services/images/image-cover-VW24WlTK-anh5.jpg', '', 11, ''),
(47, 'Meo', 'upload/services/images/image-cover-VW24WlTK-anh5.jpg', '', 0, 'Hahahahahah'),
(48, 'new category', '', '', 0, ''),
(49, 'new category', '', '', 0, ''),
(50, 'new category', '', '', 0, ''),
(51, 'new category', '', '', 0, ''),
(52, 'new category', '', '', 0, ''),
(53, 'new category', '', '', 0, '');
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_order`
--
DROP TABLE IF EXISTS `woobooking_order`;
CREATE TABLE `woobooking_order` (
`id` int(11) NOT NULL,
`type` varchar(255) NOT NULL,
`ordering` int(11) NOT NULL,
`customer_id` int(11) NOT NULL,
`open_source_order_id` int(11) NOT NULL,
`order_status_id` int(11) DEFAULT NULL,
`title` varchar(200) NOT NULL,
`total` double NOT NULL,
`payment_id` int(11) NOT NULL,
`staff_id` int(11) NOT NULL,
`alias` varchar(200) NOT NULL,
`data` text NOT NULL,
`discount_total` double NOT NULL,
`discount_tax` float NOT NULL,
`shipping_tax` float NOT NULL,
`cart_tax` float NOT NULL,
`total_tax` float NOT NULL,
`created_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_order`
--
INSERT INTO `woobooking_order` (`id`, `type`, `ordering`, `customer_id`, `open_source_order_id`, `order_status_id`, `title`, `total`, `payment_id`, `staff_id`, `alias`, `data`, `discount_total`, `discount_tax`, `shipping_tax`, `cart_tax`, `total_tax`, `created_date`) VALUES
(494, 'service', 0, 531, 0, NULL, '', 50, 72, 0, '', '', 0, 0, 0, 0, 0, '2020-06-22 07:31:16'),
(498, 'service', 0, 535, 0, NULL, '', 55, 72, 0, '', '', 0, 0, 0, 0, 0, '2020-06-22 08:04:44'),
(499, 'service', 0, 536, 0, NULL, '', 50, 72, 0, '', '', 0, 0, 0, 0, 0, '2020-06-22 08:06:14'),
(500, 'service', 0, 537, 0, NULL, '', 55, 20, 0, '', '', 0, 0, 0, 0, 0, '2020-06-22 08:39:44'),
(502, 'service', 0, 539, 0, NULL, '', 50, 72, 0, '', '', 0, 0, 0, 0, 0, '2020-06-22 08:46:49'),
(503, 'service', 0, 540, 0, NULL, '', 60, 72, 0, '', '', 0, 0, 0, 0, 0, '2020-06-22 14:25:16'),
(504, 'service', 0, 541, 0, NULL, '', 60, 20, 0, '', '', 0, 0, 0, 0, 0, '2020-06-23 04:40:10'),
(508, 'service', 0, 545, 0, NULL, '', 50, 72, 0, '', '', 0, 0, 0, 0, 0, '2020-06-24 03:21:14'),
(509, 'service', 0, 546, 0, NULL, '', 60, 72, 0, '', '', 0, 0, 0, 0, 0, '2020-06-24 03:30:31'),
(529, 'service', 0, 566, 0, NULL, '', 60, 72, 0, '', '', 0, 0, 0, 0, 0, '2020-06-24 04:30:07'),
(531, 'service', 0, 568, 0, NULL, '', 60, 72, 0, '', '', 0, 0, 0, 0, 0, '2020-06-24 04:39:08'),
(532, 'service', 0, 569, 0, NULL, '', 60, 72, 0, '', '', 0, 0, 0, 0, 0, '2020-06-24 07:06:20'),
(533, 'service', 0, 570, 0, NULL, '', 60, 72, 0, '', '', 0, 0, 0, 0, 0, '2020-06-25 07:56:55'),
(535, 'service', 0, 572, 0, NULL, '', 50, 20, 0, '', '', 0, 0, 0, 0, 0, '2020-06-26 13:07:07'),
(539, 'service', 0, 576, 0, NULL, '', 60, 20, 0, '', '', 0, 0, 0, 0, 0, '2020-06-27 08:44:56'),
(542, 'service', 0, 579, 0, NULL, '', 60, 20, 0, '', '', 0, 0, 0, 0, 0, '2020-06-29 08:16:44'),
(544, 'service', 0, 581, 0, NULL, '', 60, 20, 0, '', '', 0, 0, 0, 0, 0, '2020-07-01 14:20:19'),
(545, 'service', 0, 582, 0, NULL, '', 60, 20, 0, '', '', 0, 0, 0, 0, 0, '2020-07-02 19:33:38'),
(546, 'service', 0, 583, 0, NULL, '', 80, 20, 0, '', '', 0, 0, 0, 0, 0, '2020-07-05 06:17:26'),
(551, 'service', 0, 588, 0, NULL, '', 77, 20, 0, '', '', 0, 0, 0, 0, 0, '2020-07-10 03:40:18'),
(552, 'service', 0, 589, 0, NULL, '', 50, 20, 0, '', '', 0, 0, 0, 0, 0, '2020-07-10 09:40:23'),
(556, 'service', 0, 593, 0, NULL, '', 77, 20, 0, '', '', 0, 0, 0, 0, 0, '2020-07-12 18:16:54'),
(557, 'event', 0, 594, 0, NULL, '', 45, 72, 0, '', '', 0, 0, 0, 0, 0, '2020-07-13 07:58:52'),
(558, 'event', 0, 595, 0, NULL, '', 45, 72, 0, '', '', 0, 0, 0, 0, 0, '2020-07-13 08:02:56'),
(559, 'event', 0, 596, 0, NULL, '', 0, 20, 0, '', '', 0, 0, 0, 0, 0, '2020-07-14 02:00:53'),
(560, 'service', 0, 597, 0, NULL, '', 60, 20, 0, '', '', 0, 0, 0, 0, 0, '2020-07-14 02:02:23'),
(561, 'event', 0, 598, 0, NULL, '', 60, 20, 0, '', '', 0, 0, 0, 0, 0, '2020-07-14 04:55:17'),
(564, 'event', 0, 601, 0, NULL, '', 35, 20, 0, '', '', 0, 0, 0, 0, 0, '2020-07-14 07:37:53'),
(565, 'event', 0, 602, 0, NULL, '', 20, 20, 0, '', '', 0, 0, 0, 0, 0, '2020-07-14 07:41:45'),
(566, 'event', 0, 603, 0, NULL, '', 35, 20, 0, '', '', 0, 0, 0, 0, 0, '2020-07-14 07:47:09'),
(567, 'service', 0, 604, 0, NULL, '', 50, 20, 0, '', '', 0, 0, 0, 0, 0, '2020-07-14 07:51:36'),
(571, 'event', 0, 608, 0, NULL, '', 45, 72, 0, '', '', 0, 0, 0, 0, 0, '2020-07-15 06:33:33'),
(572, 'event', 0, 609, 0, NULL, '', 60, 72, 0, '', '', 0, 0, 0, 0, 0, '2020-07-15 07:13:52'),
(573, 'event', 0, 610, 0, NULL, '', 20, 72, 0, '', '', 0, 0, 0, 0, 0, '2020-07-15 07:52:21');
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_order_customer`
--
DROP TABLE IF EXISTS `woobooking_order_customer`;
CREATE TABLE `woobooking_order_customer` (
`id` int(11) NOT NULL,
`order_id` int(11) NOT NULL,
`customer_id` int(11) NOT NULL,
`alias` varchar(200) NOT NULL,
`data` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_order_customer`
--
INSERT INTO `woobooking_order_customer` (`id`, `order_id`, `customer_id`, `alias`, `data`) VALUES
(1, 0, 0, 'title1', 'des title1');
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_order_detail`
--
DROP TABLE IF EXISTS `woobooking_order_detail`;
CREATE TABLE `woobooking_order_detail` (
`id` int(11) NOT NULL,
`order_id` int(11) NOT NULL,
`service_id` int(11) NOT NULL,
`event_id` int(11) NOT NULL,
`start_date` datetime NOT NULL,
`end_date` datetime NOT NULL,
`open_source_link_id` int(11) NOT NULL,
`location_id` int(11) NOT NULL,
`employee_id` int(11) NOT NULL,
`extra_id` int(11) NOT NULL,
`price` int(11) NOT NULL,
`params` mediumtext NOT NULL,
`quantity` int(11) NOT NULL,
`subtotal` float NOT NULL,
`total` float NOT NULL,
`total_tax` float NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_order_detail`
--
INSERT INTO `woobooking_order_detail` (`id`, `order_id`, `service_id`, `event_id`, `start_date`, `end_date`, `open_source_link_id`, `location_id`, `employee_id`, `extra_id`, `price`, `params`, `quantity`, `subtotal`, `total`, `total_tax`) VALUES
(453, 452, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 2, 0, 100, 0),
(454, 452, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 2, 0, 100, 0),
(455, 453, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 2, 0, 100, 0),
(456, 453, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 2, 0, 100, 0),
(457, 454, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 8000, '', 2, 0, 16000, 0),
(458, 454, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 8000, '', 2, 0, 16000, 0),
(459, 455, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(460, 455, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(461, 456, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(462, 456, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(463, 457, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(464, 457, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(465, 458, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 5, 0, 50, '', 1, 0, 50, 0),
(466, 458, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 5, 0, 50, '', 1, 0, 50, 0),
(467, 459, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(468, 459, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(469, 460, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(470, 460, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(471, 461, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 0, '', 1, 0, 8000, 0),
(472, 461, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 0, '', 1, 0, 8000, 0),
(473, 462, 49, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 1, 0, 40, '', 1, 0, 40, 0),
(474, 462, 49, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 1, 0, 40, '', 1, 0, 40, 0),
(475, 463, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(476, 463, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(477, 464, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(478, 464, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(479, 465, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(480, 465, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(481, 466, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(482, 466, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(483, 467, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 5, 0, 50, '', 1, 0, 50, 0),
(484, 467, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 5, 0, 50, '', 1, 0, 50, 0),
(485, 468, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(486, 468, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(487, 469, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(488, 469, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(489, 470, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(490, 470, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(491, 471, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(492, 471, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(493, 472, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(494, 472, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(495, 473, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(496, 473, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(497, 474, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 5, 0, 50, '', 1, 0, 50, 0),
(498, 474, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 5, 0, 50, '', 1, 0, 50, 0),
(499, 475, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(500, 475, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(501, 476, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(502, 476, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(503, 477, 46, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 15, 0, 60, '', 1, 0, 60, 0),
(504, 477, 46, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 15, 0, 60, '', 1, 0, 60, 0),
(505, 478, 59, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 10, 0, 55, '', 1, 0, 55, 0),
(506, 478, 59, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 10, 0, 55, '', 1, 0, 55, 0),
(507, 479, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 5, 0, 50, '', 1, 0, 50, 0),
(508, 479, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 5, 0, 50, '', 1, 0, 50, 0),
(509, 480, 46, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 10, 0, 60, '', 1, 0, 60, 0),
(510, 480, 46, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 10, 0, 60, '', 1, 0, 60, 0),
(511, 481, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 5, 0, 50, '', 1, 0, 50, 0),
(512, 481, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 5, 0, 50, '', 1, 0, 50, 0),
(513, 482, 66, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 16, 8, 0, 60, '', 1, 0, 60, 0),
(514, 482, 66, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 16, 8, 0, 60, '', 1, 0, 60, 0),
(515, 483, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 5, 0, 50, '', 1, 0, 50, 0),
(516, 483, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 5, 0, 50, '', 1, 0, 50, 0),
(517, 484, 66, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 16, 8, 0, 60, '', 1, 0, 60, 0),
(518, 484, 66, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 16, 8, 0, 60, '', 1, 0, 60, 0),
(519, 485, 66, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 16, 8, 0, 60, '', 1, 0, 60, 0),
(520, 485, 66, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 16, 8, 0, 60, '', 1, 0, 60, 0),
(521, 486, 46, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 15, 0, 60, '', 1, 0, 60, 0),
(522, 486, 46, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 15, 0, 60, '', 1, 0, 60, 0),
(523, 487, 49, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 8, 0, 60, '', 1, 0, 60, 0),
(524, 487, 49, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 8, 0, 60, '', 1, 0, 60, 0),
(525, 488, 66, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 16, 8, 0, 60, '', 1, 0, 60, 0),
(526, 488, 66, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 16, 8, 0, 60, '', 1, 0, 60, 0),
(527, 489, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(528, 489, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(529, 490, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 5, 0, 50, '', 1, 0, 50, 0),
(530, 490, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 5, 0, 50, '', 1, 0, 50, 0),
(531, 491, 66, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 16, 8, 0, 60, '', 1, 0, 60, 0),
(532, 491, 66, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 16, 8, 0, 60, '', 1, 0, 60, 0),
(533, 492, 66, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 16, 8, 0, 60, '', 1, 0, 60, 0),
(534, 492, 66, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 16, 8, 0, 60, '', 1, 0, 60, 0),
(535, 493, 46, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 10, 0, 60, '', 1, 0, 60, 0),
(536, 493, 46, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 10, 0, 60, '', 1, 0, 60, 0),
(537, 494, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 5, 0, 50, '', 1, 0, 50, 0),
(538, 494, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 5, 0, 50, '', 1, 0, 50, 0),
(542, 498, 59, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 10, 0, 55, '', 1, 0, 55, 0),
(543, 498, 59, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 10, 0, 55, '', 1, 0, 55, 0),
(544, 499, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(545, 499, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(546, 500, 59, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 8, 0, 55, '', 1, 0, 55, 0),
(547, 500, 59, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 8, 0, 55, '', 1, 0, 55, 0),
(549, 502, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 5, 0, 50, '', 1, 0, 50, 0),
(550, 503, 46, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 10, 0, 60, '', 1, 0, 60, 0),
(551, 504, 60, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 4, 1, 0, 60, '', 1, 0, 60, 0),
(555, 508, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 5, 0, 50, '', 1, 0, 50, 0),
(556, 509, 66, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 16, 8, 0, 60, '', 1, 0, 60, 0),
(581, 529, 66, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 16, 8, 0, 60, '', 1, 0, 60, 0),
(582, 529, 66, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 16, 8, 0, 60, '', 1, 0, 60, 0),
(584, 531, 66, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 16, 8, 0, 60, '', 1, 0, 60, 0),
(585, 532, 66, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 16, 8, 0, 60, '', 1, 0, 60, 0),
(586, 533, 46, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 10, 0, 60, '', 1, 0, 60, 0),
(588, 535, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 5, 0, 50, '', 1, 0, 50, 0),
(592, 539, 66, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 16, 8, 0, 60, '', 1, 0, 60, 0),
(593, 539, 66, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 16, 8, 0, 60, '', 1, 0, 60, 0),
(596, 542, 66, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 16, 8, 0, 60, '', 1, 0, 60, 0),
(597, 542, 66, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 16, 8, 0, 60, '', 1, 0, 60, 0),
(600, 544, 46, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 10, 0, 60, '', 1, 0, 60, 0),
(601, 544, 46, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 10, 0, 60, '', 1, 0, 60, 0),
(602, 545, 49, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 8, 0, 60, '', 1, 0, 60, 0),
(603, 545, 49, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 8, 0, 60, '', 1, 0, 60, 0),
(604, 546, 48, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 4, 1, 0, 80, '', 1, 0, 80, 0),
(605, 546, 48, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 4, 1, 0, 80, '', 1, 0, 80, 0),
(614, 551, 107, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 14, 5, 0, 77, '', 1, 0, 77, 0),
(615, 552, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 5, 0, 50, '', 1, 0, 50, 0),
(616, 552, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 5, 0, 50, '', 1, 0, 50, 0),
(623, 556, 107, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 14, 3, 0, 77, '', 1, 0, 77, 0),
(624, 556, 107, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 14, 3, 0, 77, '', 1, 0, 77, 0),
(625, 557, 0, 72, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 45, '', 0, 0, 45, 0),
(626, 557, 0, 72, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 45, '', 0, 0, 45, 0),
(627, 558, 0, 72, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 45, '', 0, 0, 45, 0),
(628, 558, 0, 72, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 45, '', 0, 0, 45, 0),
(629, 559, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 5, 0, 0, '', 0, 0, 0, 0),
(630, 559, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 5, 0, 0, '', 0, 0, 0, 0),
(631, 560, 46, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 15, 0, 60, '', 1, 0, 60, 0),
(632, 560, 46, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 15, 0, 60, '', 1, 0, 60, 0),
(633, 561, 0, 76, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 5, 0, 60, '', 0, 0, 60, 0),
(634, 561, 0, 76, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 5, 0, 60, '', 0, 0, 60, 0),
(639, 564, 0, 69, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 3, 0, 35, '', 1, 0, 35, 0),
(640, 564, 0, 69, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 3, 0, 35, '', 1, 0, 35, 0),
(641, 565, 0, 47, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 4, 1, 0, 20, '', 1, 0, 20, 0),
(642, 565, 0, 47, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 4, 1, 0, 20, '', 1, 0, 20, 0),
(643, 566, 0, 69, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 7, 0, 35, '', 1, 0, 35, 0),
(644, 566, 0, 69, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 7, 0, 35, '', 1, 0, 35, 0),
(645, 567, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(646, 567, 45, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 50, '', 1, 0, 50, 0),
(653, 571, 0, 72, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 45, '', 1, 0, 45, 0),
(654, 572, 0, 76, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 7, 0, 60, '', 1, 0, 60, 0),
(655, 572, 0, 76, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 5, 7, 0, 60, '', 1, 0, 60, 0),
(656, 573, 0, 47, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 4, 5, 0, 20, '', 1, 0, 20, 0),
(657, 573, 0, 47, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 4, 5, 0, 20, '', 1, 0, 20, 0);
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_order_detail_rate`
--
DROP TABLE IF EXISTS `woobooking_order_detail_rate`;
CREATE TABLE `woobooking_order_detail_rate` (
`id` int(11) NOT NULL,
`order_id` int(11) NOT NULL,
`service_id` int(11) NOT NULL,
`event_id` int(11) NOT NULL,
`start_date` datetime NOT NULL,
`end_date` datetime NOT NULL,
`open_source_link_id` int(11) NOT NULL,
`location_id` int(11) NOT NULL,
`employee_id` int(11) NOT NULL,
`extra_id` int(11) NOT NULL,
`price` int(11) NOT NULL,
`order_detail_id` int(11) NOT NULL,
`params` mediumtext NOT NULL,
`quantity` int(11) NOT NULL,
`subtotal` float NOT NULL,
`rate_id` int(11) NOT NULL,
`total` float NOT NULL,
`total_tax` float NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_order_detail_rate`
--
INSERT INTO `woobooking_order_detail_rate` (`id`, `order_id`, `service_id`, `event_id`, `start_date`, `end_date`, `open_source_link_id`, `location_id`, `employee_id`, `extra_id`, `price`, `order_detail_id`, `params`, `quantity`, `subtotal`, `rate_id`, `total`, `total_tax`) VALUES
(591, 0, 45, 0, '2020-04-28 11:10:18', '2020-04-28 12:40:18', 0, 3, 1, 0, 50, 453, '', 2, 100, 0, 100, 0),
(592, 0, 45, 0, '2020-04-28 11:10:18', '2020-04-28 12:40:18', 0, 3, 1, 0, 50, 454, '', 2, 100, 0, 100, 0),
(593, 0, 45, 0, '2020-04-28 10:10:10', '2020-04-28 11:40:10', 0, 3, 1, 0, 50, 455, '', 2, 100, 0, 100, 0),
(594, 0, 45, 0, '2020-04-28 10:10:10', '2020-04-28 11:40:10', 0, 3, 1, 0, 50, 456, '', 2, 100, 0, 100, 0),
(595, 0, 45, 0, '2020-04-20 10:50:58', '2020-04-20 12:20:58', 0, 3, 1, 0, 8000, 457, '', 2, 16000, 0, 16000, 0),
(596, 0, 45, 0, '2020-04-20 10:50:58', '2020-04-20 12:20:58', 0, 3, 1, 0, 8000, 458, '', 2, 16000, 0, 16000, 0),
(597, 0, 45, 0, '2020-04-21 14:20:35', '2020-04-21 15:50:35', 0, 3, 1, 0, 50, 459, '', 1, 50, 0, 50, 0),
(598, 0, 45, 0, '2020-04-21 14:20:35', '2020-04-21 15:50:35', 0, 3, 1, 0, 50, 460, '', 1, 50, 0, 50, 0),
(599, 0, 45, 0, '2020-04-28 14:30:48', '2020-04-28 16:00:48', 0, 3, 1, 0, 50, 461, '', 1, 50, 0, 50, 0),
(600, 0, 45, 0, '2020-04-28 14:30:48', '2020-04-28 16:00:48', 0, 3, 1, 0, 50, 462, '', 1, 50, 0, 50, 0),
(601, 0, 45, 0, '2020-04-28 14:30:02', '2020-04-28 16:00:02', 0, 3, 1, 0, 50, 463, '', 1, 50, 0, 50, 0),
(602, 0, 45, 0, '2020-04-28 14:30:02', '2020-04-28 16:00:02', 0, 3, 1, 0, 50, 464, '', 1, 50, 0, 50, 0),
(603, 0, 45, 0, '2020-04-22 11:20:02', '2020-04-22 12:50:02', 0, 3, 5, 0, 50, 465, '', 1, 50, 0, 50, 0),
(604, 0, 45, 0, '2020-04-22 11:20:02', '2020-04-22 12:50:02', 0, 3, 5, 0, 50, 466, '', 1, 50, 0, 50, 0),
(605, 0, 45, 0, '2020-04-14 13:30:34', '2020-04-14 15:00:34', 0, 3, 1, 0, 50, 467, '', 1, 50, 0, 50, 0),
(606, 0, 45, 0, '2020-04-14 13:30:34', '2020-04-14 15:00:34', 0, 3, 1, 0, 50, 468, '', 1, 50, 0, 50, 0),
(607, 0, 45, 0, '2020-06-03 10:20:52', '2020-06-03 11:50:52', 0, 3, 1, 0, 50, 469, '', 1, 50, 0, 50, 0),
(608, 0, 45, 0, '2020-06-03 10:20:52', '2020-06-03 11:50:52', 0, 3, 1, 0, 50, 470, '', 1, 50, 0, 50, 0),
(609, 0, 45, 0, '2020-03-02 06:00:00', '2020-03-20 07:30:00', 0, 3, 1, 0, 8000, 471, '', 1, 8000, 558, 8000, 0),
(610, 0, 45, 0, '2020-03-02 06:00:00', '2020-03-20 07:30:00', 0, 3, 1, 0, 8000, 472, '', 1, 8000, 558, 8000, 0),
(611, 0, 49, 0, '2020-06-03 14:50:11', '2020-06-03 15:50:11', 0, 5, 1, 0, 40, 473, '', 1, 40, 0, 40, 0),
(612, 0, 49, 0, '2020-06-03 14:50:11', '2020-06-03 15:50:11', 0, 5, 1, 0, 40, 474, '', 1, 40, 0, 40, 0),
(613, 0, 45, 0, '2020-06-05 09:30:00', '2020-06-05 11:00:00', 0, 3, 1, 0, 50, 475, '', 1, 50, 0, 50, 0),
(614, 0, 45, 0, '2020-06-05 09:30:00', '2020-06-05 11:00:00', 0, 3, 1, 0, 50, 476, '', 1, 50, 0, 50, 0),
(615, 0, 45, 0, '2020-06-05 09:10:06', '2020-06-05 10:40:06', 0, 3, 1, 0, 50, 477, '', 1, 50, 0, 50, 0),
(616, 0, 45, 0, '2020-06-05 09:10:06', '2020-06-05 10:40:06', 0, 3, 1, 0, 50, 478, '', 1, 50, 0, 50, 0),
(617, 0, 45, 0, '2020-06-05 10:10:25', '2020-06-05 11:40:25', 0, 3, 1, 0, 50, 479, '', 1, 50, 0, 50, 0),
(618, 0, 45, 0, '2020-06-05 10:10:25', '2020-06-05 11:40:25', 0, 3, 1, 0, 50, 480, '', 1, 50, 0, 50, 0),
(619, 0, 45, 0, '2020-06-05 10:10:23', '2020-06-05 11:40:23', 0, 3, 1, 0, 50, 481, '', 1, 50, 0, 50, 0),
(620, 0, 45, 0, '2020-06-05 10:10:23', '2020-06-05 11:40:23', 0, 3, 1, 0, 50, 482, '', 1, 50, 0, 50, 0),
(621, 0, 45, 0, '2020-06-05 10:40:23', '2020-06-05 12:10:23', 0, 3, 5, 0, 50, 483, '', 1, 50, 0, 50, 0),
(622, 0, 45, 0, '2020-06-05 10:40:23', '2020-06-05 12:10:23', 0, 3, 5, 0, 50, 484, '', 1, 50, 0, 50, 0),
(623, 0, 45, 0, '2020-06-09 09:20:27', '2020-06-09 10:50:27', 0, 3, 1, 0, 50, 485, '', 1, 50, 0, 50, 0),
(624, 0, 45, 0, '2020-06-09 09:20:27', '2020-06-09 10:50:27', 0, 3, 1, 0, 50, 486, '', 1, 50, 0, 50, 0),
(625, 0, 45, 0, '2020-06-08 09:00:55', '2020-06-08 10:30:55', 0, 3, 1, 0, 50, 487, '', 1, 50, 0, 50, 0),
(626, 0, 45, 0, '2020-06-08 09:00:55', '2020-06-08 10:30:55', 0, 3, 1, 0, 50, 488, '', 1, 50, 0, 50, 0),
(627, 0, 45, 0, '2020-06-09 15:50:21', '2020-06-09 17:20:21', 0, 3, 1, 0, 50, 489, '', 1, 50, 0, 50, 0),
(628, 0, 45, 0, '2020-06-09 15:50:21', '2020-06-09 17:20:21', 0, 3, 1, 0, 50, 490, '', 1, 50, 0, 50, 0),
(629, 0, 45, 0, '2020-06-10 13:50:09', '2020-06-10 15:20:09', 0, 3, 1, 0, 50, 491, '', 1, 50, 0, 50, 0),
(630, 0, 45, 0, '2020-06-10 13:50:09', '2020-06-10 15:20:09', 0, 3, 1, 0, 50, 492, '', 1, 50, 0, 50, 0),
(631, 0, 45, 0, '2020-06-10 14:20:46', '2020-06-10 15:50:46', 0, 3, 1, 0, 50, 493, '', 1, 50, 0, 50, 0),
(632, 0, 45, 0, '2020-06-10 14:20:46', '2020-06-10 15:50:46', 0, 3, 1, 0, 50, 494, '', 1, 50, 0, 50, 0),
(633, 0, 45, 0, '2020-06-10 14:10:12', '2020-06-10 15:40:12', 0, 3, 1, 0, 50, 495, '', 1, 50, 0, 50, 0),
(634, 0, 45, 0, '2020-06-10 14:10:12', '2020-06-10 15:40:12', 0, 3, 1, 0, 50, 496, '', 1, 50, 0, 50, 0),
(635, 0, 45, 0, '2020-06-10 01:30:52', '2020-06-10 03:00:52', 0, 3, 5, 0, 50, 497, '', 1, 50, 0, 50, 0),
(636, 0, 45, 0, '2020-06-10 01:30:52', '2020-06-10 03:00:52', 0, 3, 5, 0, 50, 498, '', 1, 50, 0, 50, 0),
(637, 0, 45, 0, '2020-06-10 14:50:38', '2020-06-10 16:20:38', 0, 3, 1, 0, 50, 499, '', 1, 50, 0, 50, 0),
(638, 0, 45, 0, '2020-06-10 14:50:38', '2020-06-10 16:20:38', 0, 3, 1, 0, 50, 500, '', 1, 50, 0, 50, 0),
(639, 0, 45, 0, '2020-06-11 14:10:29', '2020-06-11 15:40:29', 0, 3, 1, 0, 50, 501, '', 1, 50, 0, 50, 0),
(640, 0, 45, 0, '2020-06-11 14:10:29', '2020-06-11 15:40:29', 0, 3, 1, 0, 50, 502, '', 1, 50, 0, 50, 0),
(641, 0, 46, 0, '2020-06-15 17:20:06', '2020-06-15 18:20:06', 0, 5, 15, 0, 60, 503, '', 1, 60, 0, 60, 0),
(642, 0, 46, 0, '2020-06-15 17:20:06', '2020-06-15 18:20:06', 0, 5, 15, 0, 60, 504, '', 1, 60, 0, 60, 0),
(643, 0, 59, 0, '2020-06-18 14:50:42', '2020-06-18 16:20:42', 0, 5, 10, 0, 55, 505, '', 1, 55, 0, 55, 0),
(644, 0, 59, 0, '2020-06-18 14:50:42', '2020-06-18 16:20:42', 0, 5, 10, 0, 55, 506, '', 1, 55, 0, 55, 0),
(645, 0, 45, 0, '2020-06-15 14:10:16', '2020-06-15 15:40:16', 0, 3, 5, 0, 50, 507, '', 1, 50, 0, 50, 0),
(646, 0, 45, 0, '2020-06-15 14:10:16', '2020-06-15 15:40:16', 0, 3, 5, 0, 50, 508, '', 1, 50, 0, 50, 0),
(647, 0, 46, 0, '2020-06-18 14:10:06', '2020-06-18 15:10:06', 0, 5, 10, 0, 60, 509, '', 1, 60, 0, 60, 0),
(648, 0, 46, 0, '2020-06-18 14:10:06', '2020-06-18 15:10:06', 0, 5, 10, 0, 60, 510, '', 1, 60, 0, 60, 0),
(649, 0, 45, 0, '2020-06-15 18:40:17', '2020-06-15 20:10:17', 0, 3, 5, 0, 50, 511, '', 1, 50, 0, 50, 0),
(650, 0, 45, 0, '2020-06-15 18:40:17', '2020-06-15 20:10:17', 0, 3, 5, 0, 50, 512, '', 1, 50, 0, 50, 0),
(651, 0, 66, 0, '2020-06-17 14:50:57', '2020-06-17 15:50:57', 0, 16, 8, 0, 60, 513, '', 1, 60, 0, 60, 0),
(652, 0, 66, 0, '2020-06-17 14:50:57', '2020-06-17 15:50:57', 0, 16, 8, 0, 60, 514, '', 1, 60, 0, 60, 0),
(653, 0, 45, 0, '2020-06-15 14:20:57', '2020-06-15 15:50:57', 0, 3, 5, 0, 50, 515, '', 1, 50, 0, 50, 0),
(654, 0, 45, 0, '2020-06-15 14:20:57', '2020-06-15 15:50:57', 0, 3, 5, 0, 50, 516, '', 1, 50, 0, 50, 0),
(655, 0, 66, 0, '2020-06-16 08:50:00', '2020-06-16 09:50:00', 0, 16, 8, 0, 60, 517, '', 1, 60, 0, 60, 0),
(656, 0, 66, 0, '2020-06-16 08:50:00', '2020-06-16 09:50:00', 0, 16, 8, 0, 60, 518, '', 1, 60, 0, 60, 0),
(657, 0, 66, 0, '2020-06-17 23:00:23', '2020-06-18 00:00:23', 0, 16, 8, 0, 60, 519, '', 1, 60, 0, 60, 0),
(658, 0, 66, 0, '2020-06-17 23:00:23', '2020-06-18 00:00:23', 0, 16, 8, 0, 60, 520, '', 1, 60, 0, 60, 0),
(659, 0, 46, 0, '2020-06-25 10:10:57', '2020-06-25 11:10:57', 0, 5, 15, 0, 60, 521, '', 1, 60, 0, 60, 0),
(660, 0, 46, 0, '2020-06-25 10:10:57', '2020-06-25 11:10:57', 0, 5, 15, 0, 60, 522, '', 1, 60, 0, 60, 0),
(661, 0, 49, 0, '2020-06-18 10:30:28', '2020-06-18 11:30:28', 0, 5, 8, 0, 60, 523, '', 1, 60, 0, 60, 0),
(662, 0, 49, 0, '2020-06-18 10:30:28', '2020-06-18 11:30:28', 0, 5, 8, 0, 60, 524, '', 1, 60, 0, 60, 0),
(663, 0, 66, 0, '2020-06-23 19:50:24', '2020-06-23 20:50:24', 0, 16, 8, 0, 60, 525, '', 1, 60, 0, 60, 0),
(664, 0, 66, 0, '2020-06-23 19:50:24', '2020-06-23 20:50:24', 0, 16, 8, 0, 60, 526, '', 1, 60, 0, 60, 0),
(665, 0, 45, 0, '2020-06-18 18:50:54', '2020-06-18 20:20:54', 0, 3, 1, 0, 50, 527, '', 1, 50, 0, 50, 0),
(666, 0, 45, 0, '2020-06-18 18:50:54', '2020-06-18 20:20:54', 0, 3, 1, 0, 50, 528, '', 1, 50, 0, 50, 0),
(667, 0, 45, 0, '2020-06-26 19:20:52', '2020-06-26 20:50:52', 0, 3, 5, 0, 50, 529, '', 1, 50, 0, 50, 0),
(668, 0, 45, 0, '2020-06-26 19:20:52', '2020-06-26 20:50:52', 0, 3, 5, 0, 50, 530, '', 1, 50, 0, 50, 0),
(669, 0, 66, 0, '2020-06-20 13:10:26', '2020-06-20 14:10:26', 0, 16, 8, 0, 60, 531, '', 1, 60, 0, 60, 0),
(670, 0, 66, 0, '2020-06-20 13:10:26', '2020-06-20 14:10:26', 0, 16, 8, 0, 60, 532, '', 1, 60, 0, 60, 0),
(671, 0, 66, 0, '2020-06-01 10:40:14', '2020-06-01 11:40:14', 0, 16, 8, 0, 60, 533, '', 1, 60, 0, 60, 0),
(672, 0, 66, 0, '2020-06-01 10:40:14', '2020-06-01 11:40:14', 0, 16, 8, 0, 60, 534, '', 1, 60, 0, 60, 0),
(673, 0, 46, 0, '2020-06-15 10:40:32', '2020-06-15 11:40:32', 0, 5, 10, 0, 60, 535, '', 1, 60, 0, 60, 0),
(674, 0, 46, 0, '2020-06-15 10:40:32', '2020-06-15 11:40:32', 0, 5, 10, 0, 60, 536, '', 1, 60, 0, 60, 0),
(675, 0, 45, 0, '2020-06-24 14:30:46', '2020-06-24 16:00:46', 0, 3, 5, 0, 50, 537, '', 1, 50, 0, 50, 0),
(676, 0, 45, 0, '2020-06-24 14:30:46', '2020-06-24 16:00:46', 0, 3, 5, 0, 50, 538, '', 1, 50, 0, 50, 0),
(680, 0, 59, 0, '2020-06-25 15:00:52', '2020-06-25 16:30:52', 0, 5, 10, 0, 55, 542, '', 1, 55, 0, 55, 0),
(681, 0, 59, 0, '2020-06-25 15:00:52', '2020-06-25 16:30:52', 0, 5, 10, 0, 55, 543, '', 1, 55, 0, 55, 0),
(682, 0, 45, 0, '2020-06-29 15:50:26', '2020-06-29 17:20:26', 0, 3, 1, 0, 50, 544, '', 1, 50, 0, 50, 0),
(683, 0, 45, 0, '2020-06-29 15:50:26', '2020-06-29 17:20:26', 0, 3, 1, 0, 50, 545, '', 1, 50, 0, 50, 0),
(684, 0, 59, 0, '2020-06-24 15:30:02', '2020-06-24 17:00:02', 0, 5, 8, 0, 55, 546, '', 1, 55, 0, 55, 0),
(685, 0, 59, 0, '2020-06-24 15:30:02', '2020-06-24 17:00:02', 0, 5, 8, 0, 55, 547, '', 1, 55, 0, 55, 0),
(687, 0, 45, 0, '2020-06-01 15:40:57', '2020-06-01 17:10:57', 0, 3, 5, 0, 50, 549, '', 1, 50, 0, 50, 0),
(688, 0, 46, 0, '2020-06-23 15:50:28', '2020-06-23 16:50:28', 0, 5, 10, 0, 60, 550, '', 1, 60, 0, 60, 0),
(689, 0, 60, 0, '2020-06-24 11:20:41', '2020-06-24 12:20:41', 0, 4, 1, 0, 60, 551, '', 1, 60, 0, 60, 0),
(693, 0, 45, 0, '2020-06-24 10:20:36', '2020-06-24 11:50:36', 0, 3, 5, 0, 50, 555, '', 1, 50, 0, 50, 0),
(694, 0, 66, 0, '2020-06-25 10:30:12', '2020-06-25 11:30:12', 0, 16, 8, 0, 60, 556, '', 1, 60, 0, 60, 0),
(719, 0, 66, 0, '2020-06-25 11:20:34', '2020-06-25 12:20:34', 0, 16, 8, 0, 60, 581, '', 1, 60, 0, 60, 0),
(720, 0, 66, 0, '2020-06-25 11:20:34', '2020-06-25 12:20:34', 0, 16, 8, 0, 60, 582, '', 1, 60, 0, 60, 0),
(722, 0, 66, 0, '2020-06-25 11:30:10', '2020-06-25 12:30:10', 0, 16, 8, 0, 60, 584, '', 1, 60, 0, 60, 0),
(723, 0, 66, 0, '2020-06-25 14:10:40', '2020-06-25 15:10:40', 0, 16, 8, 0, 60, 585, '', 1, 60, 0, 60, 0),
(724, 0, 46, 0, '2020-06-26 14:50:01', '2020-06-26 15:50:01', 0, 5, 10, 0, 60, 586, '', 1, 60, 0, 60, 0),
(726, 0, 45, 0, '2020-06-26 15:10:37', '2020-06-26 16:40:37', 0, 3, 5, 0, 50, 588, '', 1, 50, 0, 50, 0),
(730, 0, 66, 0, '2020-06-27 15:40:12', '2020-06-27 16:40:12', 0, 16, 8, 0, 60, 592, '', 1, 60, 0, 60, 0),
(731, 0, 66, 0, '2020-06-27 15:40:12', '2020-06-27 16:40:12', 0, 16, 8, 0, 60, 593, '', 1, 60, 0, 60, 0),
(734, 0, 66, 0, '2020-06-30 14:30:09', '2020-06-30 15:30:09', 0, 16, 8, 0, 60, 596, '', 1, 60, 0, 60, 0),
(735, 0, 66, 0, '2020-06-30 14:30:09', '2020-06-30 15:30:09', 0, 16, 8, 0, 60, 597, '', 1, 60, 0, 60, 0),
(738, 0, 46, 0, '2020-07-15 14:50:53', '2020-07-15 15:50:53', 0, 5, 10, 0, 60, 600, '', 1, 60, 0, 60, 0),
(739, 0, 46, 0, '2020-07-15 14:50:53', '2020-07-15 15:50:53', 0, 5, 10, 0, 60, 601, '', 1, 60, 0, 60, 0),
(740, 0, 49, 0, '2020-07-03 01:30:23', '2020-07-03 02:30:23', 0, 5, 8, 0, 60, 602, '', 1, 60, 0, 60, 0),
(741, 0, 49, 0, '2020-07-03 01:30:23', '2020-07-03 02:30:23', 0, 5, 8, 0, 60, 603, '', 1, 60, 0, 60, 0),
(742, 0, 48, 0, '2020-06-29 11:50:22', '2020-06-29 13:50:22', 0, 4, 1, 0, 80, 604, '', 1, 80, 0, 80, 0),
(743, 0, 48, 0, '2020-06-29 11:50:22', '2020-06-29 13:50:22', 0, 4, 1, 0, 80, 605, '', 1, 80, 0, 80, 0),
(752, 0, 107, 0, '2020-07-13 10:20:44', '2020-07-13 10:20:44', 0, 14, 5, 0, 77, 614, '', 1, 77, 0, 77, 0),
(753, 0, 45, 0, '2020-07-10 15:30:12', '2020-07-10 17:00:12', 0, 3, 5, 0, 50, 615, '', 1, 50, 0, 50, 0),
(754, 0, 45, 0, '2020-07-10 15:30:12', '2020-07-10 17:00:12', 0, 3, 5, 0, 50, 616, '', 1, 50, 0, 50, 0),
(761, 0, 107, 0, '2020-07-14 18:10:23', '2020-07-14 20:40:23', 0, 14, 3, 0, 77, 623, '', 1, 77, 0, 77, 0),
(762, 0, 107, 0, '2020-07-14 18:10:23', '2020-07-14 20:40:23', 0, 14, 3, 0, 77, 624, '', 1, 77, 0, 77, 0),
(763, 0, 0, 0, '2020-07-14 14:20:48', '2020-07-14 14:20:48', 0, 3, 1, 0, 45, 625, '', 0, 45, 0, 45, 0),
(764, 0, 0, 0, '2020-07-14 14:20:48', '2020-07-14 14:20:48', 0, 3, 1, 0, 45, 626, '', 0, 45, 0, 45, 0),
(765, 0, 0, 72, '2020-07-14 15:50:04', '2020-07-14 17:50:04', 0, 3, 1, 0, 45, 627, '', 0, 45, 0, 45, 0),
(766, 0, 0, 72, '2020-07-14 15:50:04', '2020-07-14 17:50:04', 0, 3, 1, 0, 45, 628, '', 0, 45, 0, 45, 0),
(767, 0, 0, 0, '2020-07-14 22:50:37', '2020-07-14 22:50:37', 0, 0, 5, 0, 0, 629, '', 0, 0, 0, 0, 0),
(768, 0, 0, 0, '2020-07-14 22:50:37', '2020-07-14 22:50:37', 0, 0, 5, 0, 0, 630, '', 0, 0, 0, 0, 0),
(769, 0, 46, 0, '2020-07-14 00:00:39', '2020-07-14 01:00:39', 0, 5, 15, 0, 60, 631, '', 1, 60, 0, 60, 0),
(770, 0, 46, 0, '2020-07-14 00:00:39', '2020-07-14 01:00:39', 0, 5, 15, 0, 60, 632, '', 1, 60, 0, 60, 0),
(771, 0, 0, 76, '2020-07-15 11:50:51', '2020-07-15 13:50:51', 0, 5, 5, 0, 60, 633, '', 0, 60, 0, 60, 0),
(772, 0, 0, 76, '2020-07-15 11:50:51', '2020-07-15 13:50:51', 0, 5, 5, 0, 60, 634, '', 0, 60, 0, 60, 0),
(777, 0, 0, 69, '2020-07-16 14:20:11', '2020-07-16 15:20:11', 0, 5, 3, 0, 35, 639, '', 1, 35, 0, 35, 0),
(778, 0, 0, 69, '2020-07-16 14:20:11', '2020-07-16 15:20:11', 0, 5, 3, 0, 35, 640, '', 1, 35, 0, 35, 0),
(779, 0, 0, 47, '2020-07-15 05:50:51', '2020-07-15 07:50:51', 0, 4, 1, 0, 20, 641, '', 1, 20, 0, 20, 0),
(780, 0, 0, 47, '2020-07-15 05:50:51', '2020-07-15 07:50:51', 0, 4, 1, 0, 20, 642, '', 1, 20, 0, 20, 0),
(781, 0, 0, 69, '2020-07-16 14:50:30', '2020-07-16 15:50:30', 0, 5, 7, 0, 35, 643, '', 1, 35, 0, 35, 0),
(782, 0, 0, 69, '2020-07-16 14:50:30', '2020-07-16 15:50:30', 0, 5, 7, 0, 35, 644, '', 1, 35, 0, 35, 0),
(783, 0, 45, 0, '2020-07-16 14:50:09', '2020-07-16 16:20:09', 0, 3, 1, 0, 50, 645, '', 1, 50, 0, 50, 0),
(784, 0, 45, 0, '2020-07-16 14:50:09', '2020-07-16 16:20:09', 0, 3, 1, 0, 50, 646, '', 1, 50, 0, 50, 0),
(791, 0, 0, 72, '2020-07-16 14:30:42', '2020-07-16 16:30:42', 0, 3, 1, 0, 45, 653, '', 1, 45, 0, 45, 0),
(792, 0, 0, 76, '2020-07-18 14:10:17', '2020-07-18 16:10:17', 0, 5, 7, 0, 60, 654, '', 1, 60, 0, 60, 0),
(793, 0, 0, 76, '2020-07-18 14:10:17', '2020-07-18 16:10:17', 0, 5, 7, 0, 60, 655, '', 1, 60, 0, 60, 0),
(794, 0, 0, 47, '2020-07-16 14:50:14', '2020-07-16 16:50:14', 0, 4, 5, 0, 20, 656, '', 1, 20, 0, 20, 0),
(795, 0, 0, 47, '2020-07-16 14:50:14', '2020-07-16 16:50:14', 0, 4, 5, 0, 20, 657, '', 1, 20, 0, 20, 0);
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_order_package`
--
DROP TABLE IF EXISTS `woobooking_order_package`;
CREATE TABLE `woobooking_order_package` (
`id` int(11) NOT NULL,
`order_id` int(11) NOT NULL,
`package_id` int(11) NOT NULL,
`service_id` int(11) NOT NULL,
`start_date` datetime NOT NULL,
`end_date` datetime NOT NULL,
`open_source_link_id` int(11) NOT NULL,
`location_id` int(11) NOT NULL,
`employee_id` int(11) NOT NULL,
`extra_id` int(11) NOT NULL,
`price` int(11) NOT NULL,
`params` mediumtext NOT NULL,
`quantity` int(11) NOT NULL,
`subtotal` float NOT NULL,
`total` float NOT NULL,
`total_tax` float NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_order_package`
--
INSERT INTO `woobooking_order_package` (`id`, `order_id`, `package_id`, `service_id`, `start_date`, `end_date`, `open_source_link_id`, `location_id`, `employee_id`, `extra_id`, `price`, `params`, `quantity`, `subtotal`, `total`, `total_tax`) VALUES
(7, 442, 2, 45, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 1, 0, 0, '', 1, 0, 79, 0),
(8, 442, 2, 47, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 4, 1, 0, 0, '', 1, 0, 79, 0);
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_order_package_rate`
--
DROP TABLE IF EXISTS `woobooking_order_package_rate`;
CREATE TABLE `woobooking_order_package_rate` (
`id` int(11) NOT NULL,
`order_package_id` int(11) NOT NULL,
`service_id` int(11) NOT NULL,
`start_date` datetime NOT NULL,
`end_date` datetime NOT NULL,
`location_id` int(11) NOT NULL,
`employee_id` int(11) NOT NULL,
`price` int(11) NOT NULL,
`params` mediumtext NOT NULL,
`subtotal` float NOT NULL,
`rate_id` int(11) NOT NULL,
`total` float NOT NULL,
`total_tax` float NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_order_package_rate`
--
INSERT INTO `woobooking_order_package_rate` (`id`, `order_package_id`, `service_id`, `start_date`, `end_date`, `location_id`, `employee_id`, `price`, `params`, `subtotal`, `rate_id`, `total`, `total_tax`) VALUES
(128, 7, 45, '2020-03-02 06:00:00', '2020-03-20 07:30:00', 3, 1, 79, '', 79, 558, 79, 0),
(129, 8, 47, '2020-03-11 05:00:00', '2020-03-19 06:00:00', 4, 1, 79, '', 79, 541, 79, 0);
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_order_status`
--
DROP TABLE IF EXISTS `woobooking_order_status`;
CREATE TABLE `woobooking_order_status` (
`id` int(11) NOT NULL,
`name` varchar(11) DEFAULT NULL,
`title` varchar(200) NOT NULL,
`ordering` int(11) NOT NULL,
`alias` varchar(200) NOT NULL,
`data` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_order_status`
--
INSERT INTO `woobooking_order_status` (`id`, `name`, `title`, `ordering`, `alias`, `data`) VALUES
(4, 'pending', 'Pending', 0, '', ''),
(5, 'complete', 'Complete', 0, '', '');
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_package`
--
DROP TABLE IF EXISTS `woobooking_package`;
CREATE TABLE `woobooking_package` (
`id` int(11) NOT NULL,
`image` varchar(255) NOT NULL,
`name` varchar(200) NOT NULL,
`params` mediumtext NOT NULL,
`price` double NOT NULL,
`published` int(11) NOT NULL,
`package_color` varchar(20) NOT NULL,
`description` text NOT NULL,
`ordering` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_package`
--
INSERT INTO `woobooking_package` (`id`, `image`, `name`, `params`, `price`, `published`, `package_color`, `description`, `ordering`) VALUES
(2, 'blocks/block_priceplanclass/assets/images/the-member1.png', 'Silver members', '{\"booking_style\":\"integrate\",\"using_jquery_ui\":\"1\",\"jquery_ui_version\":\"jquery-ui-1.11.4\",\"path_media\":\"sdfsdfs34343\",\"backup_database_path\":\"\\/public_html\\/wooboking_fitness_v1\\/wp-content\\/uploads\",\"backup_media_path\":\"\\/public_html\\/wooboking_fitness_v1\\/wp-content\\/uploads\"}', 79, 0, '', 'dd', 0),
(3, 'blocks/block_priceplanclass/assets/images/the-member2.png', 'Gold members', '{\"booking_style\":\"integrate\",\"using_jquery_ui\":\"1\",\"jquery_ui_version\":\"jquery-ui-1.11.4\",\"path_media\":\"sdfsdfs34343\",\"backup_database_path\":\"\\/public_html\\/wooboking_fitness_v1\\/wp-content\\/uploads\",\"backup_media_path\":\"\\/public_html\\/wooboking_fitness_v1\\/wp-content\\/uploads\"}', 89, 0, '', 'tt', 0),
(4, 'blocks/block_priceplanclass/assets/images/the-member3.png', 'Diamond members', '{\"booking_style\":\"integrate\",\"using_jquery_ui\":\"1\",\"jquery_ui_version\":\"jquery-ui-1.11.4\",\"path_media\":\"sdfsdfs34343\",\"backup_database_path\":\"\\/public_html\\/wooboking_fitness_v1\\/wp-content\\/uploads\",\"backup_media_path\":\"\\/public_html\\/wooboking_fitness_v1\\/wp-content\\/uploads\"}', 99, 0, '', 'rrr', 0);
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_package_event`
--
DROP TABLE IF EXISTS `woobooking_package_event`;
CREATE TABLE `woobooking_package_event` (
`id` int(11) NOT NULL,
`package_id` int(11) NOT NULL,
`event_id` int(11) NOT NULL,
`description` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_package_event`
--
INSERT INTO `woobooking_package_event` (`id`, `package_id`, `event_id`, `description`) VALUES
(5, 3, 47, ''),
(6, 3, 63, ''),
(8, 4, 47, ''),
(9, 4, 63, ''),
(10, 4, 69, ''),
(14, 2, 47, '');
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_package_tag`
--
DROP TABLE IF EXISTS `woobooking_package_tag`;
CREATE TABLE `woobooking_package_tag` (
`id` int(11) NOT NULL,
`package_id` int(11) NOT NULL,
`tag_id` int(11) NOT NULL,
`description` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_package_tag`
--
INSERT INTO `woobooking_package_tag` (`id`, `package_id`, `tag_id`, `description`) VALUES
(7, 35, 14, ''),
(8, 36, 14, ''),
(9, 37, 14, ''),
(16, 2, 3, ''),
(17, 2, 4, '');
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_payment`
--
DROP TABLE IF EXISTS `woobooking_payment`;
CREATE TABLE `woobooking_payment` (
`id` int(11) UNSIGNED NOT NULL,
`type` varchar(50) NOT NULL,
`is_payment_online` int(11) NOT NULL,
`name` varchar(200) NOT NULL,
`debug` int(11) NOT NULL,
`image` varchar(200) NOT NULL,
`alias` varchar(200) NOT NULL,
`ordering` int(11) NOT NULL,
`params` mediumtext NOT NULL,
`published` int(11) NOT NULL,
`description` text NOT NULL,
`event_id` int(11) NOT NULL,
`location_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_payment`
--
INSERT INTO `woobooking_payment` (`id`, `type`, `is_payment_online`, `name`, `debug`, `image`, `alias`, `ordering`, `params`, `published`, `description`, `event_id`, `location_id`) VALUES
(20, 'paypal', 1, 'Paypal', 1, 'upload/payment/images/12 Dec 2002paypal-logo-2015_grande.png', '', 5, '{\"payment_params\":{\"email\":\"digitalsolutiontoppro@gmail.com\"}}', 1, '', 0, 0),
(72, 'banktransfer', 0, 'Banktransfer', 0, 'upload/payment/images/01 Oct 1995Screenshot_38.png', '', 0, '{\"payment_params\":{\"bank_info\":\"\"}}', 1, '', 0, 0);
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_rate`
--
DROP TABLE IF EXISTS `woobooking_rate`;
CREATE TABLE `woobooking_rate` (
`id` int(11) NOT NULL,
`type` varchar(50) NOT NULL,
`object_id` int(11) NOT NULL,
`from` datetime NOT NULL,
`to` datetime NOT NULL,
`ordering` int(11) NOT NULL,
`description` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_rate`
--
INSERT INTO `woobooking_rate` (`id`, `type`, `object_id`, `from`, `to`, `ordering`, `description`) VALUES
(102, 'event', 61, '2019-12-23 15:05:00', '2019-12-23 15:37:00', 0, ''),
(103, 'event', 62, '2019-12-26 15:17:00', '2019-12-26 15:49:00', 0, ''),
(106, 'event', 65, '2019-12-29 16:00:00', '2019-12-29 16:32:00', 0, ''),
(108, 'event', 68, '2020-01-01 16:13:00', '2020-01-01 16:45:00', 0, ''),
(118, 'event', 66, '2019-12-30 16:02:00', '2019-12-30 16:34:00', 0, ''),
(122, 'event', 0, '2019-12-13 08:01:35', '2019-12-13 08:01:35', 0, ''),
(123, 'event', 0, '2019-12-13 08:02:03', '2019-12-13 08:02:03', 0, ''),
(124, 'event', 0, '2019-12-13 08:05:06', '2019-12-13 08:05:06', 0, ''),
(125, 'event', 0, '2019-12-13 08:06:22', '2019-12-13 08:06:22', 0, ''),
(126, 'event', 0, '2019-12-10 10:39:00', '2019-12-28 11:11:00', 0, ''),
(127, 'event', 0, '2019-12-16 05:34:18', '2019-12-16 05:34:18', 0, ''),
(128, 'event', 0, '2019-12-16 05:38:30', '2019-12-16 05:38:30', 0, ''),
(129, 'event', 0, '2019-12-16 09:03:27', '2019-12-16 09:03:27', 0, ''),
(130, 'event', 0, '2019-12-16 09:03:51', '2019-12-16 09:03:51', 0, ''),
(131, 'event', 0, '2019-12-16 09:03:51', '2019-12-16 09:03:51', 0, ''),
(132, 'event', 0, '2019-12-16 09:07:56', '2019-12-16 09:07:56', 0, ''),
(133, 'event', 0, '2019-12-16 14:54:00', '2019-12-16 15:26:00', 0, ''),
(134, 'event', 0, '2020-01-10 16:38:00', '2020-01-10 17:10:00', 0, ''),
(135, 'event', 0, '2019-12-16 09:14:41', '2019-12-16 09:14:41', 0, ''),
(136, 'event', 0, '2019-12-16 09:15:31', '2019-12-16 09:15:31', 0, ''),
(137, 'event', 0, '2019-12-16 09:19:00', '2019-12-16 09:19:00', 0, ''),
(138, 'event', 0, '2019-12-16 09:26:14', '2019-12-16 09:26:14', 0, ''),
(139, 'event', 0, '2019-12-16 09:27:38', '2019-12-16 09:27:38', 0, ''),
(140, 'event', 0, '2019-12-16 09:34:22', '2019-12-16 09:34:22', 0, ''),
(141, 'event', 0, '2019-12-16 09:41:52', '2019-12-16 09:41:52', 0, ''),
(142, 'event', 0, '2019-12-16 09:42:47', '2019-12-16 09:42:47', 0, ''),
(143, 'event', 0, '2019-12-16 09:46:27', '2019-12-16 09:46:27', 0, ''),
(144, 'event', 0, '2019-12-16 09:47:38', '2019-12-16 09:47:38', 0, ''),
(145, 'event', 0, '2019-12-16 09:49:19', '2019-12-16 09:49:19', 0, ''),
(146, 'event', 0, '2019-12-16 09:50:26', '2019-12-16 09:50:26', 0, ''),
(147, 'event', 0, '2019-12-16 09:50:50', '2019-12-16 09:50:50', 0, ''),
(148, 'event', 0, '2019-12-16 09:51:37', '2019-12-16 09:51:37', 0, ''),
(149, 'event', 0, '2019-12-16 09:51:37', '2019-12-16 09:51:37', 0, ''),
(150, 'event', 0, '2019-12-16 09:54:50', '2019-12-16 09:54:50', 0, ''),
(151, 'event', 0, '2019-12-16 09:56:07', '2019-12-16 09:56:07', 0, ''),
(152, 'event', 0, '2019-12-16 09:56:36', '2019-12-16 09:56:36', 0, ''),
(153, 'event', 0, '2019-12-16 10:07:42', '2019-12-16 10:07:42', 0, ''),
(154, 'event', 0, '2019-12-16 11:26:55', '2019-12-16 11:26:55', 0, ''),
(155, 'event', 0, '2019-12-16 11:58:51', '2019-12-16 11:58:51', 0, ''),
(156, 'event', 0, '2019-12-16 11:59:45', '2019-12-16 11:59:45', 0, ''),
(157, 'event', 0, '2019-12-16 12:01:32', '2019-12-16 12:01:32', 0, ''),
(181, 'event', 48, '2019-12-18 10:00:00', '2019-12-18 11:30:00', 0, ''),
(182, 'event', 48, '2019-12-19 10:00:00', '2019-12-19 11:30:00', 0, ''),
(183, 'event', 48, '2019-12-20 10:00:00', '2019-12-20 11:30:00', 0, ''),
(184, 'event', 49, '2019-12-18 11:21:00', '2019-12-18 11:21:00', 0, ''),
(185, 'event', 49, '2019-12-19 10:19:00', '2019-12-19 10:51:00', 0, ''),
(186, 'event', 49, '2019-12-20 10:19:00', '2019-12-20 10:51:00', 0, ''),
(187, 'event', 50, '2019-12-18 10:21:00', '2019-12-18 10:53:00', 0, ''),
(188, 'event', 50, '2019-12-19 10:21:00', '2019-12-19 10:53:00', 0, ''),
(189, 'event', 50, '2019-12-22 10:21:00', '2019-12-22 10:53:00', 0, ''),
(193, 'event', 51, '2019-12-20 10:22:00', '2019-12-20 10:54:00', 0, ''),
(194, 'event', 51, '2019-12-21 10:22:00', '2019-12-21 10:54:00', 0, ''),
(195, 'event', 60, '2019-12-23 10:23:00', '2019-12-23 10:55:00', 0, ''),
(196, 'event', 60, '2019-12-24 10:23:00', '2019-12-24 10:55:00', 0, ''),
(197, 'event', 60, '2019-12-25 10:23:00', '2019-12-25 10:55:00', 0, ''),
(198, 'event', 67, '2020-01-01 10:24:00', '2020-01-01 10:56:00', 0, ''),
(199, 'event', 67, '2020-01-02 10:24:00', '2020-01-02 10:56:00', 0, ''),
(200, 'event', 67, '2020-01-03 10:24:00', '2020-01-03 10:56:00', 0, ''),
(203, 'event', 70, '2019-12-30 10:56:00', '2019-12-30 13:58:00', 0, ''),
(204, 'event', 70, '2020-01-05 10:26:00', '2020-01-05 10:58:00', 0, ''),
(215, 'event', 74, '2019-12-18 22:29:00', '2019-12-18 22:29:00', 0, ''),
(309, 'event', 46, '2019-12-20 10:16:00', '2019-12-20 10:48:00', 0, ''),
(310, 'event', 46, '2019-12-20 07:47:11', '2019-12-20 07:47:11', 0, ''),
(741, 'event', 45, '2020-03-02 06:00:00', '2020-03-20 07:30:00', 0, ''),
(742, 'event', 45, '2020-04-17 05:00:00', '2020-05-09 06:30:00', 0, ''),
(762, 'event', 78, '2020-07-01 11:33:00', '2020-07-22 12:05:00', 0, ''),
(763, 'event', 79, '2020-07-08 11:36:00', '2020-07-23 12:08:00', 0, ''),
(764, 'event', 80, '2020-07-09 04:40:46', '2020-07-09 04:40:46', 0, ''),
(765, 'event', 81, '2020-07-09 04:47:23', '2020-07-09 04:47:23', 0, ''),
(766, 'event', 82, '2020-07-09 04:48:42', '2020-07-09 04:48:42', 0, ''),
(809, 'event', 47, '2020-04-09 05:00:00', '2020-04-30 06:00:00', 0, ''),
(810, 'event', 47, '2020-06-10 11:00:00', '2020-06-25 12:30:00', 0, ''),
(812, 'event', 63, '2020-05-13 05:00:00', '2020-06-16 07:00:00', 0, ''),
(813, 'event', 64, '2020-07-06 09:00:00', '2020-07-28 10:30:00', 0, ''),
(814, 'event', 69, '2020-04-01 07:30:00', '2020-04-24 10:00:00', 0, ''),
(815, 'event', 69, '2020-06-19 09:24:00', '2020-06-30 09:56:00', 0, ''),
(816, 'event', 71, '2020-03-18 03:00:00', '2020-03-31 04:30:00', 0, ''),
(817, 'event', 71, '2020-04-16 10:30:00', '2020-04-28 12:00:00', 0, ''),
(818, 'event', 72, '2020-07-15 05:30:00', '2020-07-28 07:00:00', 0, ''),
(819, 'event', 73, '2020-05-20 07:00:00', '2020-05-30 08:00:00', 0, ''),
(820, 'event', 75, '2020-03-07 10:30:00', '2020-03-14 11:30:00', 0, ''),
(821, 'event', 75, '2020-03-16 03:30:00', '2020-03-23 05:00:00', 0, ''),
(823, 'event', 76, '2020-03-05 05:00:00', '2020-03-12 06:00:00', 0, ''),
(824, 'event', 76, '2020-07-06 04:00:00', '2020-07-20 05:00:00', 0, ''),
(825, 'event', 77, '2020-07-01 11:33:00', '2020-07-22 12:05:00', 0, '');
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_review`
--
DROP TABLE IF EXISTS `woobooking_review`;
CREATE TABLE `woobooking_review` (
`id` int(11) UNSIGNED NOT NULL,
`service_id` int(11) NOT NULL,
`event_id` int(11) NOT NULL,
`name` varchar(200) NOT NULL,
`image` varchar(200) NOT NULL,
`alias` varchar(200) NOT NULL,
`ordering` int(11) NOT NULL,
`published` int(11) NOT NULL,
`description` text NOT NULL,
`comment` text NOT NULL,
`email` varchar(50) NOT NULL,
`rating_service` float NOT NULL,
`rating_staff` float NOT NULL,
`rating_ambience` float NOT NULL,
`created_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_review`
--
INSERT INTO `woobooking_review` (`id`, `service_id`, `event_id`, `name`, `image`, `alias`, `ordering`, `published`, `description`, `comment`, `email`, `rating_service`, `rating_staff`, `rating_ambience`, `created_date`) VALUES
(20, 0, 0, 'Alex Brandon', '', '', 2, 1, 'Practicing with leading Yoga experts helps improve overall health and effectively prevents the signs of aging', 'Good service by the staff. The ambience is also good. I will come back soon.', 'alex@gmail.com', 5, 4, 5, '0000-00-00 00:00:00'),
(21, 0, 0, 'chien min', '', '', 4, 1, 'Cardio exercises help the body increase and control the heart rate, support the blood circulation. As a result, the oxygen supply to the whole body in general and muscle cells, in particular, is also improved in a positive way.', '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...', 'chienbmq@gmail.com', 0, 0, 0, '0000-00-00 00:00:00'),
(22, 0, 0, 'Body Combat', '', '', 5, 1, 'Combat sports is a combination of martial arts and music, which is suitable for young people. Combat sports is trained on vibrant music and helps increase excitement, the athletic ability for trainees.', 'Combat sports is a combination of martial arts and music, which is suitable for young people. Combat sports is trained on vibrant music and helps increase excitement, the athletic ability for trainees.', 'body@gmail.com', 3, 5, 4, '0000-00-00 00:00:00'),
(23, 0, 0, 'Body building', '', '', 6, 1, 'Not only weight loss, fat reduction, Bodybuilding also boost your heart rate and improve your endurance. Increased heart rate maximum support for metabolism. Endurance, balance, and endurance will help you get ready for heavy muscle training.', '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...', 'body@gmail.com', 0, 0, 0, '0000-00-00 00:00:00'),
(68, 0, 0, 'Gym ', '', '', 1, 1, 'Help you have a nice body, attract the opposite sex; improve health, prevent disease. In addition, the gym makes you always full of vitality, the spirit of comfort and energy for both men and women.', '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...', 'gym@gmail.com', 0, 0, 0, '0000-00-00 00:00:00'),
(70, 0, 0, 'Dance', '', '', 3, 1, 'Dance is the best option if you want to lose weight. It helps to consume a lot of energy and promotes health preventing diseases.', '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...', 'dance@gmail.com', 0, 0, 0, '0000-00-00 00:00:00'),
(74, 45, 0, 'Hattepe', '', '', 0, 0, '', 'The center is wide, the gym is nice and airy, the teachers and the hours are varied. The receptionists and staff were super cute and enthusiastic. Reasonable price, only specializing in yoga should be very suitable for those who love this subject', 'hattepe@gmail.com', 4, 5, 3, '2020-05-27 08:31:32'),
(82, 46, 0, 'Mariah Soley', '', '', 0, 0, '', 'Your service is very good. I am very happy about your product', 'mariahsoley@gmail.com', 5, 5, 4, '2020-06-11 07:10:36'),
(83, 45, 0, 'littleone_liv', '', '', 0, 0, '', 'I\'m really enjoying my first month at Moksha yoga in Hamilton! Every class is unique and I always leave feeling relaxed. Great for anyone looking to destress, and I especially like going after a long day at work. My favourite classes are SSU (sweat, stretch and unwind) which are more focused on deep stretching and less on yoga poses that require a little bit more balance. Don\'t knock yoga until you try it, even you have doubts and reservations. My experience has been surprising and I will likely continue to go past my first month.', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:24:37'),
(84, 46, 0, 'KellyJaeger21', '', '', 0, 0, '', 'Can not say enough great things about Becky. She introduced me to AshTanga Yoga and completely changed my life. I visited her three times a week for 90 minute long private lessons and can not say how great it was. I had done Yoga in the past but nothing compared to what Becky introduced me to. Not only is she knowledgable, helpful, and thorough; she is friendly, warm, and a general joy to be around. Before going to Yoga at The Little Yoga Room, I had been in a motorbike accident which left my back and my wrist in frequent pain. I had visited the chiropractor multiple times to no avail. After a few sessions, I felt stronger and my pain when away completely. I can not say enough great things about Becky\'s classes and her teaching methodologies. It is simply fantastic!', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:25:50'),
(85, 47, 0, 'pattyk371', '', '', 0, 0, '', 'This yoga studio is wonderful! We emailed Becky (owner and teacher) to see if she had room in her class and she immediately responded! The class is located in an open air room on stilts! It\'s so peaceful and has fans to keep away the heat and bugs. Becky is a wonderful teacher…', 'chienbmq@gmail.com', 0, 0, 0, '2020-06-11 08:26:45'),
(86, 47, 0, 'Veronique W', '', '', 0, 0, '', 'I unfortunately didn\'t get to go to Becky\'s shala but she came to my hotel. She\'s an amazing teacher. I learned so much in the 2 hours we spent together! I highly recommend her and would definitely go to her place if I was in the area again.', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:27:11'),
(87, 48, 0, 'Adrienne H', '', '', 0, 0, '', 'Becky at the Little Yoga Room is a fantastic instructor! She teaches Vinyasa and Ashtanga flow. Becky differentiates to all levels and is warm, caring and helpful. . Having lived all over the world and been a student of hundreds of instructors, she ranks with my top favorite instructors. I am sure you won\'t be disappointed. Thank you again Becky!', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:27:53'),
(88, 48, 0, 'RachelWanders', '', '', 0, 0, '', 'Highly recommend to everyone! Beckys yoga sessions are great, her lovely shala is close to Soi Ta ed and the gyms but far enough away to be peaceful! Becky is an angel, she is very friendly, warm, welcoming and patient. The perfect teacher :)\r\nShe has definitely inspired me to continue yoga after I leave too.', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:28:17'),
(89, 49, 0, 'mercantedivenezia', '', '', 0, 0, '', 'There are many very positive reviews on The Little Yoga Room (Phuket). I want to double confirm that Becky is an awesome and inspiring instructor, who gets you into poses you never thought you would be able to. One of those rare individuals that puts you at ease with just a couple of words, she also responds to any inquiries in real time, a huge plus for me.\r\nThe yoga shala is genuine and offers a tranquil atmosphere. The open space is blessed with breezes, and there are fans should the heat get the better of you. It is conveniently located near the Phuket zoo, so all taxi drivers know how to get there.\r\nWhat will see me return in addition to the yoga are the NLP sessions, which definitely helped me face some issues that had not been addressed in a very long time, and that probably would have never been addressed without Becky’s expert guidance.\r\nSound practical advice is given in a comforting and nurturing way. NLP does not solve all problems, but gives you the tools to deal with a great number of them, and that is already an advantage.\r\nThank you Becky!', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:28:57'),
(90, 49, 0, 'natsmith', '', '', 0, 0, '', 'I have came to Phuket with my friends for holiday 2 years ago and started to look for a yoga class . It was plenty to choose from : Hot yoga , in yoga , air yoga ... But I am so glad I chose Becky . Becky teaching Ashtanga yoga and I fell in love with it straight away . Becky…', 'chienbmq@gmail.com', 5, 4, 5, '2020-06-11 08:29:25'),
(91, 50, 0, 'Toni678', '', '', 0, 0, '', 'The little yoga room lives up to its name, as it is a simple yet effective bungalow platform type environment. I have been going on and off for a few months and will continue to go back. Absolutely love it and happy to have found a well suited yoga instructor.\r\nBecky is a great inspiring teacher and will always give you the attention that you need for your yoga practice no matter where your level is at.\r\nThe atmosphere is light hearted and easy flowing with those around you.\r\nIt is easy to find in a tropical paradise; Chalong Phuket, just before but opposite the Phuket zoo.\r\nCome along and join in on the happy yoga vibes.', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:30:06'),
(92, 50, 0, 'sushiksyusha ', '', '', 0, 0, '', 'I first came to The Little Yoga room in December 2014, and couldn\'t change it to any other shala ever since. Becky is a wonderfully welcoming and warm person, and she made me fell in love with Ashtanga in the first place :)', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:30:36'),
(93, 61, 0, 'Boxing avec Coach', '', '', 0, 0, '', 'Intense training, loved it', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:32:51'),
(94, 61, 0, 'Bodypump', '', '', 0, 0, '', 'good class and teacher. need afew more of the 2kg weights!', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:33:25'),
(95, 62, 0, ' Kaybee', '', '', 0, 0, '', 'My husband loves this book. It is really hard to find. It is very informative for a coach to read.', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:38:02'),
(96, 62, 0, 'Rebecca A. Scott', '', '', 0, 0, '', 'Every serious judo coach should own this book and refer to it often. Mr. Pulkkinen thoroughly covers all the facets of training and preparing athletes for elite level competition, but this book can (and should) be read and used by coaches at lower levels of competition as well. Much, actually all, of the material presented in this book can be transferred to competitive levels leading up to the elite level. Well written and well organized, this book is excellent.', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:38:23'),
(97, 63, 0, 'Amazon Customer', '', '', 0, 0, '', 'Another excellent production from Coach Dean. The series walks through some excellent techniques that are well instructed and demonstrated. It\'s like being in the class. Definitely better for those with some background in bjj, even just a few months and some basics.', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:39:33'),
(98, 63, 0, 'Jody', '', '', 0, 0, '', 'Not substitution for class.......will have you jonesing when you cant go. Great series.', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:39:58'),
(99, 64, 0, ' Charles Wang', '', '', 0, 0, '', 'This is a thorough anthology of the forms used in Shotokan and similar styles, with excellent illustrations and diagrams. Some of the technical analysis (bunkai), though, is wonky and not very convincing. They are also somewhat sparse, and I also wish the author had been a lot more thorough.', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:41:00'),
(100, 64, 0, 'Ramon Aguilar', '', '', 0, 0, '', 'I did Karate and Taekwondo as a kid but got into boxing and MMA as a teen, now, years later I want to go back to my foundation and tighten up my original skills. This book is an excellent help in that pursuit.', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:41:31'),
(101, 65, 0, 'Amante dei Gatti', '', '', 0, 0, '', 'When this started out, I was expecting a slightly varied version of the hundreds of other movies out there dealing with kids who overcome odds to become athletes, yada yada yada. This deals with so many different important topics and does a good job of it:', 'chienbmq@gmail.com', 5, 5, 4, '2020-06-11 08:42:50'),
(102, 65, 0, ' rocky49152', '', '', 0, 0, '', 'The title of this movie is unfortunate, because it caused me to go in with very low expectations. That said I thoroughly enjoyed it.', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:43:09'),
(103, 66, 0, ' Skullbuster', '', '', 0, 0, '', 'The Mastering Krav Maga series is top notch. David Kahn is one of the best of the best. His demonstrations and explanations are very detailed and the moves are very graceful and devastating', 'chienbmq@gmail.com', 4, 3, 4, '2020-06-11 08:44:03'),
(104, 66, 0, ' Dion', '', '', 0, 0, '', 'As always David Kahn delivers excellent instruction and great videos. The techniques are battle tested and work\r\nOne person found this helpful', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:44:18'),
(105, 51, 0, ' rhinestone princess', '', '', 0, 0, '', 'So it gets old waiting for machines in the gym but this dvd is everything I would do.for upper body...love it...not too cheesy ,music wise decent ..great workouts..2 to choose from..and as soon as the pain hits u are done...only for those Angela Bassett arm seekers! Cathe is my favorite..fell in love with her from step.dvd...great instructor :-)', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:46:01'),
(106, 51, 0, ' Dalmira Davey', '', '', 0, 0, '', 'Love her work outs.', 'chienbmq@gmail.com', 5, 5, 4, '2020-06-11 08:46:18'),
(107, 67, 0, 'junior', '', '', 0, 0, '', 'One of the easiest assembly processes when it comes to benches. Tip- use a rachet like one in photo w/ #16 socket along with the Allen wrench provided. It is all you need and should take you no more than 15 minutes once all the pieces are out of the packaging. Only 8 bolts needed to complete this sturdy bench.', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:47:14'),
(108, 67, 0, ' Beverlya21', '', '', 0, 0, '', 'This bench is pretty much as advertised. You will need to assemble it, but it was pretty easy to do. However, I am one of those people that take everything out of the box and check off that all parts are present before beginning anything. I also read all instructions! :-)', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:47:31'),
(109, 86, 0, 'Lauren M.', '', '', 0, 0, '', 'Monica is so fun. Before you realize it, she gets you inching into a cardio workout. Only, it doesn’t feel like a workout, because you’re too busy having fun. This program is very beginner friendly while still offering a challenge. Loved it!', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:48:13'),
(110, 86, 0, ' Kassandra K', '', '', 0, 0, '', 'This was pretty fun and got me sweating a little. It was a little frustrating sometimes with the moves because the transitions were so fast, but once you watch it a few times you should catch on. Nothing really difficult. Just takes practice.', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:48:32'),
(111, 98, 0, ' sarah childress', '', '', 0, 0, '', 'The only video I have found for beginner/intermediate that gives you a great workout in 20 minutes. Some of the exercises are tough. But since they\'re only around 45 seconds each, it\'s easy to convince yourself you can do them. After just a week I am starting to feel stronger. I have lost an inch off of my 35 in waist (with a low calorie diet as well).', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:49:19'),
(112, 98, 0, ' KT', '', '', 0, 0, '', 'I LOVE these workouts. I have a middle schooler, grade schooler and a 2 year old...I couldn\'t find a workout that worked for my schedule until this one. They are', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:49:36'),
(113, 52, 0, ' Jade', '', '', 0, 0, '', 'This is a really fun video and was manageable for someone who is not ready for an intense workout. I really liked how the instructor gave options for people to increase or decrease the intensity of the workout. The instructor was really encouraging and helped make the thirty minute workout go by quickly.', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:50:19'),
(114, 52, 0, 'Jess', '', '', 0, 0, '', 'Feels so good! I use to do kickbox cardio all the time in my younger days. Well fast forward & I’m so out of shape from laziness, kids & life. I was so ready to feel myself again. Nicole Steen is awesome easy to follow & effective. This workout gets me ready for my day ahead. Love it!', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:50:43'),
(115, 68, 0, 'Sean A. Cavanagh', '', '', 0, 0, '', 'Really see the difference in my physique! Changes were noticeable within 2 weeks of following this program!\r\n', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:51:46'),
(116, 68, 0, 'Mark', '', '', 0, 0, '', 'Good information. I\'ve used a few of these ideas in training.\r\n', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:52:06'),
(117, 87, 0, 'Katrina', '', '', 0, 0, '', 'Easy enough for those who are not in great shape too.\r\n', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:52:59'),
(118, 87, 0, ' hannah bandana', '', '', 0, 0, '', 'wdny puts out many great dvds. in my opinion this is another Jo teachers to dances and breaks down many cute dance moves. i like that you can always make any move and big little classy or raunchy as youd like it to be. shes a very beautiful. womanand she knows her stuff. i felt i got a lot of material to work with for a great price. seems to be a standard with wdny. i like that the set was bright.', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:53:20'),
(119, 97, 0, ' GEM', '', '', 0, 0, '', 'Excellent! Makes anything that Joe Berlinger did look like a pile of crap. Great job Trish Wood! Thank You a thousand times over to Liz and Molly for finally speaking out. You don’t know how long so many of us have waited to hear your voices!', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:54:01'),
(120, 97, 0, ' Justina', '', '', 0, 0, '', 'A deeper look at the case. They interviewed the victims\' families and told their stories, showed unseen photos and interviews with women who were close to the case. I think the way this docuseries was done just brings you closer to the reality of the devastation he caused. I\'ve seen many documentaries about Ted Bundy but this one will be sticking with me.', 'chienbmq@gmail.com', 5, 5, 4, '2020-06-11 08:54:17'),
(121, 57, 0, 'A Reviewer', '', '', 0, 0, '', 'There are only a few exercises, each done for ~45 seconds, and the whole cycle is repeated twice. Some of the exercises I had done and some were new. It\'s a good balance of going until it burns and but keeping it fresh. Solid burn after just 15 minutes, quick enough to do every day, and the exercises are simple enough to remember at the gym or to to do the routine without the TV next time.', 'chienbmq@gmail.com', 5, 4, 4, '2020-06-11 08:55:07'),
(122, 57, 0, ' P. Dacks', '', '', 0, 0, '', 'Challenging but boring, cycling through different versions. A definite step up from the 7 minute workout but still manageable to squeeze into a busy day. ', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:55:24'),
(123, 69, 0, ' The Wild Olive', '', '', 0, 0, '', 'If you are middle aged and starting from fitness ground zero (as I am) be gracious with yourself and go easy. The routines are easy to follow, but kind of challenging and it\'s easy to go from \"good workout\" to \"wow am I sore\". I suggest modifying anything \"too hard\" till you are more fit, which is what I did.', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:56:35'),
(124, 69, 0, 'Ashley', '', '', 0, 0, '', 'I ended up canceling my gym membership and just buying a bunch of workout DVDs. Several of them are from Denise Austin, and this is one of them. ', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:56:52'),
(125, 95, 0, ' Hiram', '', '', 0, 0, '', 'I enjoyed to simple story line, but I feel it followed the usual plot points of most urban stories. There really was not any real surprise to look forward to. It was entertaining and touched lightly on some culture issues. Just didn\'t quite get too deep in it.', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:57:55'),
(126, 95, 0, ' Kindle Customer', '', '', 0, 0, '', 'Good Story Line, enjoyed the movie', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:58:13'),
(127, 99, 0, ' ToeKnee', '', '', 0, 0, '', 'The CAP Barbell 1-inch clip works very well with my 1-inch bar. There was one reviewer who claimed that it was too big for his 1-inch bar.', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:59:12'),
(128, 99, 0, ' Jaye', '', '', 0, 0, '', 'These were perfect. an absolutely great price, I purchased 8 to secure the front and back of be weights I used on my squat bar. It’s a great solution if you buy the wrong weights like I did and they are a little top bar for the bar. These keep them very secure and from falling off.', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 08:59:29'),
(129, 58, 0, 'JB', '', '', 0, 0, '', 'I am a chunky dunky software developer lady, but I try to exercise a couple times a week. I\'ve been casually seeing a few different exercise instructors on Prime, but ladies, have I FOUND THE ONE. Wanna work out with a positive instructor that is just there to make sure you get some low impact aerobic exercise and your daily dose of encouragement? USE THIS VIDEO. Amazing, achievable, and really gets you sweating. Paul, I think you might be my new super hero.', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 09:00:13'),
(130, 58, 0, ' J. Archer', '', '', 0, 0, '', 'I was searching for a workout that would help me ease back into my fitness after 2 knee injuries. I really enjoyed the workout. The instructor was easy to follow and so lively. I was able to finish 20 minutes. I could feel my heart pumping. I slept very good that night. I have found a new fitness instructor.', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 09:00:30'),
(131, 70, 0, ' J Edwards', '', '', 0, 0, '', 'Great book, not your couch to hero book. Assumes you already have a pretty good level of fitness due to the training commitments required and the workouts from day one.\r\nMore relevant to the British army now the fitness tests are changing.', 'chienbmq@gmail.com', 5, 4, 5, '2020-06-11 09:01:54'),
(132, 70, 0, ' Neil Simmonds', '', '', 0, 0, '', 'If you are the sort of person who needs to get fit, military fit, then this book will be for you. Basic and no nonsense, the few words that describe each workout don\'t cover the effort needed to complete them. I only ever wanted it to get some new ideas to keep things interesting for my own fitness and this book did not let me down.', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 09:02:09'),
(133, 59, 0, ' Tomsde', '', '', 0, 0, '', 'I really loved this show and was sorry it was cancelled after two seasons. It brings a lot of humor to a rather serious problem that people have,', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 09:03:09'),
(134, 59, 0, ' Rena Sherwood', '', '', 0, 0, '', 'OK, at times it seems like a long ad (using the reverse psychology method) about Las Vegas, but this is a good series to help you unwind, have a laugh and realize that even though your life sucks, at least you don\'t have one of the horrible tattoos shown here.', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 09:03:28'),
(136, 71, 0, 'James Eastman', '', '', 0, 0, '', 'We purchased this stepper to provide us with an indoor alternative to walking in the icy winter conditions of northern New England. We had been very satisfied with how it worked for us. Until...', 'chienbmq@gmail.com', 5, 4, 5, '2020-06-11 09:36:55'),
(137, 60, 0, ' Marie A. Joseph', '', '', 0, 0, '', 'Great workout. She’s not overly annoying. I’m new to working out. I have asthma and I can do this without needing my inhaler.', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 09:37:30'),
(138, 60, 0, ' J-Lovely', '', '', 0, 0, '', 'I loved this workout! It was long enough to get a good sweat going and by the time I was done I really felt like I had worked hard. You can do this workout anywhere with no equipment. Nicole was the perfect instructor too: motivating but not too much chatter. I\'ll definitely do this workout again.', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 09:37:52'),
(139, 72, 0, ' Clara M. Young', '', '', 0, 0, '', 'Has pictures of a person doing the exercise with a dotted circle outlining the body part where a person is supposed to feel the exercise, which to me, is the most important aspect of weight training.', 'chienbmq@gmail.com', 5, 5, 5, '2020-06-11 09:38:51');
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_service`
--
DROP TABLE IF EXISTS `woobooking_service`;
CREATE TABLE `woobooking_service` (
`id` int(11) NOT NULL,
`category_id` int(11) UNSIGNED NOT NULL,
`duration` float NOT NULL,
`open_time` time NOT NULL,
`close_time` time NOT NULL,
`working_day` text NOT NULL,
`mobile` int(15) NOT NULL,
`params` mediumtext NOT NULL,
`price` float NOT NULL,
`open_source_link_id` int(11) NOT NULL,
`buffer_time_before` float NOT NULL,
`ordering` int(11) NOT NULL,
`buffer_time_after` float NOT NULL,
`minimum_capacity` int(11) NOT NULL,
`maximum_capacity` int(11) NOT NULL,
`bringing_anyone` int(11) NOT NULL,
`price_will_multiply` int(11) NOT NULL,
`published` int(11) NOT NULL,
`rating_ambience` float NOT NULL,
`rating_staff` float NOT NULL,
`rating_value` float NOT NULL,
`rating_cleanliness` float NOT NULL,
`location_id` int(11) NOT NULL,
`multiply_number` int(11) NOT NULL,
`name` varchar(200) NOT NULL,
`image` varchar(200) NOT NULL,
`disable_payment_online` int(11) NOT NULL,
`description` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_service`
--
INSERT INTO `woobooking_service` (`id`, `category_id`, `duration`, `open_time`, `close_time`, `working_day`, `mobile`, `params`, `price`, `open_source_link_id`, `buffer_time_before`, `ordering`, `buffer_time_after`, `minimum_capacity`, `maximum_capacity`, `bringing_anyone`, `price_will_multiply`, `published`, `rating_ambience`, `rating_staff`, `rating_value`, `rating_cleanliness`, `location_id`, `multiply_number`, `name`, `image`, `disable_payment_online`, `description`) VALUES
(45, 20, 1.5, '09:00:00', '23:00:00', '[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\"]', 0, '{\"facebook\":\"\",\"instagram\":\"\"}', 50, 6305, 0, 0, 1, 4, 12, 1, 0, 1, 3, 5, 5, 4, 3, 1, 'Hatha Yoga', 'upload/service/images/cover/G3rDI2GN20190625_080830_605352_shutterstock_55207147.max-800x800.jpg', 1, 'The oldest form of yoga, the foundation for many other types of yoga, is slow and gentle, helping to balance the physical and mental. Hatha Yoga can also teach at a fast, continuous pace and many more advanced variants with Hatha Flow, Hatha Vinyasa ... depending on the strength of the student.'),
(46, 20, 1, '00:00:00', '00:00:00', '[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\"]', 67876788, '{\"facebook\":\"\",\"instagram\":\"\"}', 60, 6304, 0, 0, 1, 3, 20, 1, 0, 1, 3, 5, 2, 4, 5, 1, 'Vinyasa Yoga', 'upload/service/images/cover/HhcCqBWXGetty-Images-fizkes-yoga-foot-stretches1.jpg', 1, 'Vinyasa is the connection between the mind and the continuous movements, the sweat generated by the heat of Vinyasa brings impurities out of the body. This technique is sometimes also referred to as Vinyasa flow, because the poses move smoothly like a dance.'),
(47, 20, 1.5, '00:00:00', '00:00:00', '[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\"]', 985456765, '{\"facebook\":\"\",\"instagram\":\"\"}', 60, 6306, 0, 0, 1, 5, 10, 1, 0, 1, 5, 2, 2, 3, 15, 1, 'Gentle Yoga', 'upload/service/images/cover/LLgNMH77photo-1544367567-0f2fcb009e0b.jpg', 1, 'A combination of slow and simple poses, but with a profound impact on the musculoskeletal system. This is a basic, light and relaxing class so it is very suitable for beginners but equally important for those who have experience practicing in protecting the body from joint injuries. Musculoskeletal.'),
(48, 20, 2, '00:00:00', '00:00:00', '[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\"]', 2147483647, '{\"facebook\":\"\",\"instagram\":\"\"}', 80, 6306, 0, 0, 1, 4, 18, 1, 0, 1, 4, 1, 3, 2, 4, 1, 'Pregnant Yoga', 'upload/service/images/cover/bSRM4z8Vyoga-bay-10-1024x701-800x400.jpg', 1, 'You’re expecting? Congratulations! You must be – excited, scared, happy, and overwhelmed – all at the same time. It’s difficult to put your finger on just what you’re feeling, isn’t it? The kicks are delightful, but the cramps are debilitating. You might be glowing with enthusiasm one moment and overcome with emotion the next. Nothing quite explains the feeling of having a life growing inside you. You may also experience a fair share of mood swings; courtesy of hormonal changes. This is precisely why yoga can be a godsend for you during pregnancy.'),
(49, 20, 1, '00:00:00', '00:00:00', '[]', 0, '{\"facebook\":\"\",\"instagram\":\"\"}', 60, 6305, 0, 0, 1, 6, 12, 1, 0, 1, 5, 1, 3, 4, 5, 1, 'Hot Yoga', 'upload/service/images/cover/wPfhxEecyoga-chua-mat-ngu.jpg', 1, 'Hot Yoga is a unique subject, students practice in a room with a temperature of 35-38 degrees C, stimulating sweating to increase the ability to detox. In the world, Hot Yoga has become an indispensable friend of Hollywood stars and international music such as Madonna, Lady Gaga, Beyonce, Demi Moor, Robbie Williams, Ashton Kutcher, Matthew McConaughey ...'),
(50, 20, 1, '00:00:00', '00:00:00', '[]', 0, '{\"facebook\":\"\",\"instagram\":\"\"}', 50, 6306, 0, 0, 1, 5, 10, 1, 0, 1, 2, 2, 5, 4, 5, 1, 'Kundalini Yoga', 'upload/service/images/cover/9HwjkY1Ryoga-day-lui-benh-tat.jpg', 1, 'Kundalini Yoga is a great choice for you, an ideal style of yoga for yogis who want to experience an ancient India and leave the suffering and fatigue of life. Not only that, Kundalini is a type that helps you have a strong spirit and awakens the natural energy source but usually less active in the body.'),
(51, 21, 1, '00:00:00', '00:00:00', '[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\"]', 2147483647, '{\"facebook\":\"\",\"instagram\":\"\"}', 66, 6303, 0, 1, 0, 8, 16, 1, 0, 1, 2, 3, 4, 3, 3, 1, 'Spinning Lessons', 'upload/service/images/cover/BlJQjLMhIr6WcsV04-Ways-Online-Spinning-Classes-Helped-Me-on-My-Bike.jpg', 0, 'The benefits from Spinning meet a long list of health, fitness and lifestyle needs for a broad range of people. Whether you’re a roadie seeking performance gains or a newbie trying to drop a few pounds, Spinning likely has you covered. From saddle to saddle you’ll see the needs of many – regardless of age, gender, lifestyle – met by one experience. That’s why, as fitness options go, few are as dynamic and accommodating as Spinning.'),
(52, 21, 1.5, '00:00:00', '00:00:00', '[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\"]', 0, '{\"facebook\":\"\",\"instagram\":\"\"}', 50, 6306, 0, 2, 1, 3, 12, 1, 0, 1, 4, 2, 1, 3, 5, 1, 'Cardio Box', 'upload/service/images/cover/F0Ni73TUboxer-exercising-with-punch-bag-royalty-free-image-685043825-1537211838.jpg', 1, 'Boxing is a brutal, basic sport — and it can also serve as a brutal, basic workout to help you knock out your fitness goals.'),
(57, 21, 2.5, '00:00:00', '00:00:00', '[]', 78954774, '{\"facebook\":\"\",\"instagram\":\"\"}', 60, 6302, 0, 3, 1, 6, 16, 1, 0, 1, 3, 4, 5, 4, 4, 1, 'Core HIIT', 'upload/service/images/cover/QDcXmqSXTR0aMwhVfive-reasons-to-try-hiit-960x540.jpg', 1, 'Done right, this type of training will have you burning those extra calories faster than the time it takes to blow dry your hair!'),
(58, 21, 1, '00:00:00', '00:00:00', '[]', 0, '{\"facebook\":\"\",\"instagram\":\"\"}', 60, 6305, 0, 4, 1, 5, 16, 1, 0, 1, 1, 3, 4, 3, 16, 1, 'Aerobic', 'upload/service/images/cover/2rnmOqeo97KdgqCgscreen-1.jpg', 1, 'The basic effects of aerobic exercise:\r\n- Strengthen the muscles involved in the respiratory process.\r\n- Strengthen and strengthen the heart muscle.\r\n- Increases red blood cells, enabling oxygen to be provided to the entire body.'),
(59, 21, 1.5, '00:00:00', '00:00:00', '[]', 908678907, '{\"facebook\":\"\",\"instagram\":\"\"}', 55, 6302, 0, 5, 1, 5, 10, 1, 0, 1, 4, 5, 2, 3, 5, 1, 'Body Attack', 'upload/service/images/cover/FXEg4OR9xtgrCnTD.jpg', 1, 'BODYATTACK is a high-intensity exercise class with movements for both beginners and professionals. We combine sports activities like running, kneading and jumping with strength exercises like push-ups and squats'),
(60, 21, 1, '00:00:00', '00:00:00', '[]', 908789876, '{\"facebook\":\"\",\"instagram\":\"\"}', 60, 6301, 0, 6, 1, 3, 8, 1, 0, 1, 4, 4, 2, 5, 4, 1, 'Body Combat', 'upload/service/images/cover/e8TGlWiD5069eeda-68b3-44a3-98c0-06693f2ebc1a.jpg', 1, 'Body Combat is a combination of martial arts and music. Integrating many martial arts such as Taekwondo, Karate, Boxing, Tai Chi, and Muay Thai, this sport is practiced on a vibrant music background.'),
(61, 22, 2, '00:00:00', '00:00:00', '[]', 906567876, '{\"facebook\":\"\",\"instagram\":\"\"}', 80, 6306, 0, 0, 1, 4, 12, 1, 0, 1, 3, 2, 3, 4, 5, 1, 'MMA', 'upload/service/images/cover/rhYMNQkZrwie6ZjzGvyQESuiRsPsVd0s16Wjr5Oy0uxPZRRdj6oo3Ajd_bEpNaUq4aBAZ-RSo4kmt5HwR_YTy8b3O8PtXbp0wFD02k-1024x450.jpg', 1, 'When competing in this martial art, the participants can use all the attacks such as punches, kicks, objects or clamps ... The goal of MMA is to find a perfect fighting skill from different martial arts. In the world.'),
(62, 22, 1.5, '00:00:00', '00:00:00', '[]', 0, '{\"facebook\":\"\",\"instagram\":\"\"}', 70, 6305, 0, 0, 1, 6, 12, 1, 0, 1, 2, 5, 2, 3, 3, 1, 'Judo', 'upload/service/images/cover/7YtvrwfoActiv-Classes.jpg', 1, 'Judo offers her students a set of ethical rules, ways of life and ways of life. Practiced today by over 20 million individuals, judo is undoubtedly the most popular fighting sport in the world. Judging from the number of participants, judo is the second most popular sport in all sports, football is the number one.'),
(63, 22, 1.5, '00:00:00', '00:00:00', '[]', 0, '{\"facebook\":\"\",\"instagram\":\"\"}', 70, 6304, 0, 0, 1, 4, 8, 1, 0, 1, 4, 3, 2, 3, 14, 1, 'Jiu-Jitsu', 'upload/service/images/cover/j1o5eYdrdRQ3KxEm1-brazilian-jiu-jitsu-elle-man-1219.jpg', 1, 'A special feature of Jiu-Jitsu is to put the opponent in a disadvantageous position then counterattack. That is the attention in the way of attack which is preferred by Jiu-Jitsu fighters. The techniques of this martial art full of antagonism are the cleavage, which attacks the joints of large arteries and the weakest points on the human body.'),
(64, 22, 1, '00:00:00', '00:00:00', '[]', 0, '{\"facebook\":\"\",\"instagram\":\"\"}', 50, 6303, 0, 0, 1, 5, 15, 1, 0, 1, 4, 3, 3, 2, 14, 1, 'Karate', 'upload/service/images/cover/xORceywBc700x420.jpg', 1, 'Karate has the techniques of punching, kicking, blocking, dodging, kicking and hitting techniques. In order to strengthen the supporting moves, Karate uses hips or Kime techniques, to focus the whole body\'s energy force at the time of impact.'),
(65, 22, 1.5, '00:00:00', '00:00:00', '[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\"]', 0, '{\"facebook\":\"\",\"instagram\":\"\"}', 55, 6306, 0, 0, 1, 4, 10, 1, 0, 1, 4, 5, 2, 4.5, 5, 1, 'Taekwondo', 'upload/service/images/cover/zF0jOp0tunnamed-(2).jpg', 1, 'Taekwondo is not only a martial art, it is also considered the \"National martial\" of Korea and represents the martial spirit of the people of the land of kimchi. Now, Taekwondo is not only loved by Koreans, it has become an international sport and developed in many parts of the world.'),
(66, 22, 1, '00:00:00', '00:00:00', '[]', 0, '{\"facebook\":\"\",\"instagram\":\"\"}', 60, 6303, 0, 0, 1, 6, 20, 1, 0, 1, 3, 1, 4, 5, 16, 1, 'Krav Maga', 'upload/service/images/cover/QsPxivXabodycombat-brand-image-wallpaper-tiff.png', 1, 'This is an ingenious combination of the quintessence of the techniques of the leading martial arts in the world. This object of concentration focuses on helping the practitioner have defensive skills against dangerous situations. In it, it emphasizes the efficiency and speed of counterattack art.'),
(67, 23, 1.5, '00:00:00', '00:00:00', '[]', 567575755, '{\"facebook\":\"\",\"instagram\":\"\"}', 75, 0, 0, 1, 1, 1, 1, 1, 0, 1, 3, 3, 4, 4, 16, 1, 'Dumbbell Bench Press', 'upload/service/images/cover/VCe9RTO4HpvVn7I0dumbbell-bench-press.jpg', 1, '. Supple body toned muscle.\r\n. Strengthened endurance.\r\n. Burn 540 calories within 60 minutes of exercise.'),
(68, 23, 1.5, '00:00:00', '00:00:00', '[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\"]', 0, '{\"facebook\":\"\",\"instagram\":\"\"}', 80, 0, 0, 2, 1, 7, 15, 1, 0, 1, 4, 3, 4, 3, 14, 1, 'German Volume Training', 'upload/service/images/cover/DUT5S2xngerman-volume-training-square-1200x1200-a.jpg', 1, 'This is a combination of exercises using equipment such as small platforms, bars and a few pairs of weights on the lively music. Typically, the weights used in exercises are lighter in weight than heavy weights for bodybuilding, but they can be very effective when you repeat them over and over again.'),
(69, 23, 1, '00:00:00', '00:00:00', '[]', 904567567, '{\"facebook\":\"\",\"instagram\":\"\"}', 60, 6305, 0, 3, 1, 8, 25, 1, 0, 1, 3, 2, 3, 4, 4, 1, 'Upper/Lower Split Training', 'upload/service/images/cover/Dmr2QTDYrCVUeprpthe-rock.jpg', 1, 'An upper/lower workout split is a training style that breaks your workout sessions down into two categories: Upper body workout days and lower body workout days.\r\nOn upper body workout days, you will train the muscles of the upper body. This will include the chest, shoulders, back, biceps, triceps, traps, forearms, and possibly core.\r\nOn lower body workout days, you’ll focus on the muscles of the lower body. This will include the lower back, quads, hamstrings, glutes, calves, and possibly core.'),
(70, 23, 2, '00:00:00', '00:00:00', '[]', 0, '{\"facebook\":\"\",\"instagram\":\"\"}', 60, 6304, 0, 4, 1, 5, 15, 1, 0, 1, 3, 3, 2, 4, 5, 1, 'Tactical Strength Training', 'upload/service/images/cover/5Z1NYRvztlbLKnFpbenchpress.jpg', 1, 'Tactical power allows athletes the ability to prevent injuries, increase strength, speed, and agility. But strength is also the early stage of building muscle endurance. Taking the foundation of your strength and developing it into a muscular endurance and work capacity is the main difference between the typical maximum strength (1RM) used in athletic and strength training strong tactics.'),
(71, 23, 1.5, '00:00:00', '00:00:00', '[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\",\"Sunday\"]', 0, '{\"facebook\":\"\",\"instagram\":\"\"}', 50, 6306, 0, 5, 1, 3, 6, 1, 0, 1, 4, 2, 4, 5, 3, 1, 'FST-7', 'upload/service/images/cover/MrgeJODn9P45oMgmFST7_HadiAndrei_1080_480x480.jpg', 1, 'The FST 7 method is used for professionals who have reached their limits and want to grow bigger. Therefore, to follow this bodybuilding lesson plan, you must know how to practice the exercises very well. Or to put it more simply, this is an advanced fitness lesson plan.'),
(72, 23, 2.5, '00:00:00', '00:00:00', '[]', 90234567, '{\"facebook\":\"\",\"instagram\":\"\"}', 100, 6306, 0, 6, 1, 3, 10, 1, 0, 1, 5, 4, 4, 2, 4, 1, 'Weight Training – Advanced', 'upload/service/images/cover/Wr3cUcdAXG57RevqAdvancedWeightLifter_2.jpg', 1, 'This is a high-intensity, circuit type workout and you need to have a reasonable fitness to cope with this intensity. If you feel you are not handling it well, do only one circuit rather than degrade the intensity of the workout — or revert to a moderate intensity program. Regular medical checkups are always worthwhile.'),
(86, 70, 1, '00:00:00', '00:00:00', '[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\"]', 98456768, '{\"facebook\":\"\",\"instagram\":\"\"}', 50, 6304, 0, 1, 1, 10, 30, 1, 0, 1, 5, 3, 4, 2, 3, 1, 'Dance Fit', 'upload/service/images/cover/kPADdB651339605-594031-34.jpg', 1, 'Dance Fit is a combination of dance and Cardio exercises that burn a lot of energy. The department uses vibrant Pop, Rock, EDM and Kpop exercises with simple modern movements. With very vibrant and powerful music that keeps the body in rhythm without stopping, the energy of the trainee will consume a lot but the body will not feel tired, so this is the most effective way to lose weight.'),
(87, 70, 1, '00:00:00', '00:00:00', '[]', 909987789, '{\"facebook\":\"\",\"instagram\":\"\"}', 65, 0, 0, 2, 1, 15, 50, 1, 0, 1, 2, 4, 5, 3, 14, 1, 'Sexy Dance', 'upload/service/images/cover/KeZzDIV5dance-collective1.jpg', 1, 'Sexy Dance is a discipline that combines the most attractive dance styles to help women with a flexible and toned body. The rotation of breasts, shaking the buttocks and sexy standing poses will help improve and change the increasingly sexy body shape.'),
(95, 70, 2, '00:00:00', '00:00:00', '[]', 908876678, '{\"facebook\":\"\",\"instagram\":\"\"}', 70, 0, 0, 3, 0, 10, 45, 1, 0, 1, 4, 5, 3, 4, 5, 1, 'Freestyle Dance', 'upload/service/images/cover/T6bPE5llnhay-dance-600x338.jpg', 1, 'Freestyle Dance is a dance that focuses on expressing your emotions as well as body movements. Coming to this subject, it will be a good opportunity for everyone to exercise, to be exposed to a vibrant environment, teamwork, and a stepping stone for those who want to develop in the way of art.'),
(97, 68, 1.5, '00:00:00', '00:00:00', '[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\"]', 456567554, '{\"facebook\":\"\",\"instagram\":\"\"}', 57, 0, 0, 2, 0, 5, 15, 1, 0, 1, 4, 3, 2, 5, 5, 1, 'Killer Core', 'upload/service/images/cover/UsOTrZuf19.jpg', 1, 'Killer Core - a class that uses exercise tools such as stretchers, dumbbells combined with bodyweight to increase strength and stability for central muscle groups.'),
(98, 68, 1.5, '00:00:00', '00:00:00', '[]', 0, '{\"facebook\":\"\",\"instagram\":\"\"}', 50, 0, 0, 1, 0, 10, 28, 1, 0, 1, 0, 0, 0, 0, 0, 1, 'Hard Core Abs', 'upload/service/images/cover/1QWIbN371-tuan-nen-tap-gym-may-lan-la-phu-hop-va-dam-bao-suc-khoe-2.jpg', 1, 'The class uses high-level abdominal exercises, designed to give you the perfect muscle, especially the abdominal muscles.'),
(99, 68, 1.5, '00:00:00', '00:00:00', '[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\"]', 789789678, '{\"facebook\":\"\",\"instagram\":\"\"}', 49, 0, 0, 3, 1, 5, 20, 1, 0, 1, 5, 4, 4, 5, 14, 1, 'Total Body Barbell', 'upload/service/images/cover/K1CK8fQegym-1.jpg', 1, 'Use barbell weight to change and enhance the strength of large muscle groups. Your instructor will guide you to practice with energetic tracks and increase the efficiency of the exercises.'),
(100, 70, 1, '13:00:00', '00:00:00', '[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\"]', 0, '{\"facebook\":\"\",\"instagram\":\"\"}', 0, 0, 0, 0, 0, 1, 10, 0, 0, 1, 0, 0, 0, 0, 0, 0, 'Span Across Months', 'upload/service/images/cover/7IwKHGlX5f069d595dff6.jpg', 1, 'Speed is an indispensable element to help the body become more flexible and agile. This is a criterion judged by the speed at which an individual can move from one point to another. You can effectively perform all activities not only in training but also in daily activities.'),
(101, 70, 1.5, '00:00:00', '00:00:00', '[]', 2147483647, '{\"facebook\":\"\",\"instagram\":\"\"}', 50, 0, 0, 0, 0, 1, 10, 0, 0, 1, 0, 0, 0, 0, 3, 0, 'Linking To External Link', 'upload/service/images/cover/2Ru1CZG6224320-2049x1463-hip-hop.jpg', 1, 'Speed is an indispensable element to help the body become more flexible and agile. This is a criterion judged by the speed at which an individual can move from one point to another.'),
(102, 70, 1, '00:00:00', '00:00:00', '[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\"]', 675463, '{\"facebook\":\"\",\"instagram\":\"\"}', 39, 0, 0, 0, 0, 1, 30, 0, 0, 1, 0, 0, 0, 0, 14, 0, 'Day Event', 'upload/service/images/cover/NckBw2NpEaling-Street-Dance-Academy-Festivals-18-1024x675.jpg', 1, 'This is a criterion judged by the speed at which an individual can move from one point to another. You can effectively perform all activities not only in training but also in daily activities.'),
(103, 70, 1.5, '07:00:00', '00:00:00', '[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\"]', 258345, '{\"facebook\":\"\",\"instagram\":\"\"}', 57, 0, 0, 0, 0, 5, 20, 0, 0, 0, 0, 0, 0, 0, 15, 0, 'Repeat Every Month', 'upload/service/images/cover/hQWuqrvCimage132.jpg', 1, 'You can effectively perform all activities not only in training but also in daily activities.'),
(104, 21, 1.5, '00:00:00', '00:00:00', '[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\"]', 567854634, '{\"facebook\":\"\",\"instagram\":\"\"}', 100, 0, 0, 0, 0, 1, 10, 0, 0, 0, 0, 0, 0, 0, 5, 0, 'Single Event', 'upload/service/images/cover/Q1aYDtOvGetty-Images-fizkes-low-impact-cardio-exercises.jpg', 1, 'Speed is an indispensable element to help the body become more flexible and agile. This is a criterion judged by the speed at which an individual can move from one point to another. You can effectively perform all activities not only in training but also in daily activities.'),
(105, 68, 2, '00:00:00', '00:00:00', '[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\"]', 35894353, '{\"facebook\":\"\",\"instagram\":\"\"}', 90, 0, 0, 0, 0, 1, 10, 0, 0, 0, 0, 0, 0, 0, 5, 0, 'Multi Day', 'upload/service/images/cover/EKln2UuZ5f06cf7fc38e5.jpg', 1, 'Speed is an indispensable element to help the body become more flexible and agile. This is a criterion judged by the speed at which an individual can move from one point to another. You can effectively perform all activities not only in training but also in daily activities.'),
(106, 68, 1.5, '00:00:00', '00:00:00', '[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\"]', 2854357, '{\"facebook\":\"\",\"instagram\":\"\"}', 99, 0, 0, 0, 0, 1, 10, 0, 0, 0, 0, 0, 0, 0, 15, 0, 'Popup Open', 'upload/service/images/cover/F4pLWDAX5f06d2f528e95.jpg', 1, 'Speed is an indispensable element to help the body become more flexible and agile. This is a criterion judged by the speed at which an individual can move from one point to another. You can effectively perform all activities not only in training but also in daily activities.'),
(107, 68, 2.5, '00:00:00', '00:00:00', '[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\"]', 28836, '{\"facebook\":\"\",\"instagram\":\"\"}', 77, 0, 0, 0, 0, 1, 10, 0, 0, 0, 0, 0, 0, 0, 14, 0, 'Featured Image', 'upload/service/images/cover/MGLKBBrx5f06d972a1bf9.jpg', 1, 'Speed is an indispensable element to help the body become more flexible and agile. This is a criterion judged by the speed at which an individual can move from one point to another. You can effectively perform all activities not only in training but also in daily activities.'),
(108, 20, 1.5, '00:00:00', '00:00:00', '[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\"]', 25789346, '{\"facebook\":\"\",\"instagram\":\"\"}', 80, 0, 0, 0, 0, 1, 10, 0, 0, 0, 0, 0, 0, 0, 14, 0, 'Slidedown', 'upload/service/images/cover/0jqlEsSP5f06df3ccee55.jpg', 1, 'Speed is an indispensable element to help the body become more flexible and agile. This is a criterion judged by the speed at which an individual can move from one point to another. You can effectively perform all activities not only in training but also in daily activities.'),
(109, 21, 1.5, '00:00:00', '00:00:00', '[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\"]', 2357834, '{\"facebook\":\"\",\"instagram\":\"\"}', 40, 0, 0, 0, 0, 1, 10, 0, 0, 0, 0, 0, 0, 0, 5, 0, 'Open In External Site', 'upload/service/images/cover/EwqQlzbf5f06e1a618283.jpg', 1, 'Speed is an indispensable element to help the body become more flexible and agile. This is a criterion judged by the speed at which an individual can move from one point to another. You can effectively perform all activities not only in training but also in daily activities.');
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_service_employee`
--
DROP TABLE IF EXISTS `woobooking_service_employee`;
CREATE TABLE `woobooking_service_employee` (
`id` int(11) NOT NULL,
`employee_id` int(11) NOT NULL,
`service_id` int(11) NOT NULL,
`enable_customize` int(11) NOT NULL,
`price` float NOT NULL,
`minimum_capacity` int(11) NOT NULL,
`maximum_capacity` int(11) NOT NULL,
`description` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_service_employee`
--
INSERT INTO `woobooking_service_employee` (`id`, `employee_id`, `service_id`, `enable_customize`, `price`, `minimum_capacity`, `maximum_capacity`, `description`) VALUES
(6, 2, 8, 0, 0, 0, 0, ''),
(8, 4, 8, 0, 0, 0, 0, ''),
(9, 2, 26, 0, 0, 0, 0, ''),
(11, 4, 26, 0, 0, 0, 0, ''),
(13, 2, 30, 0, 0, 0, 0, ''),
(341, 33, 96, 0, 0, 0, 0, ''),
(621, 7, 50, 0, 0, 0, 0, ''),
(622, 10, 50, 0, 0, 0, 0, ''),
(654, 8, 66, 0, 0, 0, 0, ''),
(699, 1, 72, 0, 0, 0, 0, ''),
(700, 5, 72, 0, 0, 0, 0, ''),
(701, 10, 72, 0, 0, 0, 0, ''),
(723, 1, 45, 0, 0, 0, 0, ''),
(724, 5, 45, 0, 0, 0, 0, ''),
(725, 8, 45, 0, 0, 0, 0, ''),
(726, 33, 45, 0, 0, 0, 0, ''),
(729, 10, 46, 0, 0, 0, 0, ''),
(730, 15, 46, 0, 0, 0, 0, ''),
(742, 10, 47, 0, 0, 0, 0, ''),
(743, 30, 47, 0, 0, 0, 0, ''),
(750, 1, 48, 0, 0, 0, 0, ''),
(751, 5, 48, 0, 0, 0, 0, ''),
(752, 8, 48, 0, 0, 0, 0, ''),
(753, 1, 49, 0, 0, 0, 0, ''),
(754, 8, 49, 0, 0, 0, 0, ''),
(755, 10, 51, 0, 0, 0, 0, ''),
(756, 15, 51, 0, 0, 0, 0, ''),
(757, 33, 51, 0, 0, 0, 0, ''),
(758, 3, 52, 0, 0, 0, 0, ''),
(759, 7, 52, 0, 0, 0, 0, ''),
(774, 1, 58, 0, 0, 0, 0, ''),
(775, 8, 58, 0, 0, 0, 0, ''),
(776, 10, 58, 0, 0, 0, 0, ''),
(777, 8, 59, 0, 0, 0, 0, ''),
(778, 10, 59, 0, 0, 0, 0, ''),
(784, 3, 86, 0, 0, 0, 0, ''),
(785, 10, 86, 0, 0, 0, 0, ''),
(786, 8, 87, 0, 0, 0, 0, ''),
(787, 1, 60, 0, 0, 0, 0, ''),
(788, 5, 60, 0, 0, 0, 0, ''),
(789, 7, 60, 0, 0, 0, 0, ''),
(793, 30, 62, 0, 0, 0, 0, ''),
(799, 1, 63, 0, 0, 0, 0, ''),
(800, 7, 63, 0, 0, 0, 0, ''),
(801, 3, 64, 0, 0, 0, 0, ''),
(802, 1, 65, 0, 0, 0, 0, ''),
(803, 3, 65, 0, 0, 0, 0, ''),
(804, 15, 65, 0, 0, 0, 0, ''),
(805, 3, 67, 0, 0, 0, 0, ''),
(806, 7, 67, 0, 0, 0, 0, ''),
(807, 3, 70, 0, 0, 0, 0, ''),
(808, 15, 70, 0, 0, 0, 0, ''),
(809, 30, 70, 0, 0, 0, 0, ''),
(810, 15, 68, 0, 0, 0, 0, ''),
(811, 33, 68, 0, 0, 0, 0, ''),
(812, 5, 69, 0, 0, 0, 0, ''),
(813, 3, 71, 0, 0, 0, 0, ''),
(814, 7, 71, 0, 0, 0, 0, ''),
(815, 8, 71, 0, 0, 0, 0, ''),
(819, 1, 100, 0, 0, 0, 0, ''),
(820, 3, 100, 0, 0, 0, 0, ''),
(821, 7, 100, 0, 0, 0, 0, ''),
(822, 1, 101, 0, 0, 0, 0, ''),
(823, 5, 101, 0, 0, 0, 0, ''),
(824, 10, 101, 0, 0, 0, 0, ''),
(825, 1, 102, 0, 0, 0, 0, ''),
(826, 5, 102, 0, 0, 0, 0, ''),
(827, 10, 102, 0, 0, 0, 0, ''),
(828, 30, 102, 0, 0, 0, 0, ''),
(841, 3, 106, 0, 0, 0, 0, ''),
(842, 8, 106, 0, 0, 0, 0, ''),
(843, 30, 106, 0, 0, 0, 0, ''),
(851, 3, 109, 0, 0, 0, 0, ''),
(852, 7, 109, 0, 0, 0, 0, ''),
(853, 8, 109, 0, 0, 0, 0, ''),
(854, 10, 109, 0, 0, 0, 0, ''),
(855, 1, 105, 0, 0, 0, 0, ''),
(856, 3, 105, 0, 0, 0, 0, ''),
(857, 7, 105, 0, 0, 0, 0, ''),
(858, 3, 107, 0, 0, 0, 0, ''),
(859, 5, 107, 0, 0, 0, 0, ''),
(860, 7, 107, 0, 0, 0, 0, ''),
(861, 15, 107, 0, 0, 0, 0, ''),
(862, 3, 98, 0, 0, 0, 0, ''),
(863, 7, 98, 0, 0, 0, 0, ''),
(864, 5, 97, 0, 0, 0, 0, ''),
(865, 10, 97, 0, 0, 0, 0, ''),
(866, 33, 97, 0, 0, 0, 0, ''),
(867, 3, 99, 0, 0, 0, 0, ''),
(868, 7, 99, 0, 0, 0, 0, ''),
(869, 1, 108, 0, 0, 0, 0, ''),
(870, 5, 108, 0, 0, 0, 0, ''),
(871, 8, 108, 0, 0, 0, 0, ''),
(872, 1, 104, 0, 0, 0, 0, ''),
(873, 3, 104, 0, 0, 0, 0, ''),
(874, 30, 104, 0, 0, 0, 0, ''),
(875, 5, 103, 0, 0, 0, 0, ''),
(876, 8, 103, 0, 0, 0, 0, ''),
(877, 30, 103, 0, 0, 0, 0, ''),
(878, 15, 95, 0, 0, 0, 0, ''),
(879, 3, 57, 0, 0, 0, 0, ''),
(880, 8, 57, 0, 0, 0, 0, ''),
(881, 33, 57, 0, 0, 0, 0, '');
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_shipping`
--
DROP TABLE IF EXISTS `woobooking_shipping`;
CREATE TABLE `woobooking_shipping` (
`id` int(11) NOT NULL,
`ordering` int(11) NOT NULL,
`order_id` int(11) NOT NULL,
`email` varchar(50) NOT NULL,
`first_name` varchar(50) NOT NULL,
`company` varchar(255) NOT NULL,
`country` varchar(50) NOT NULL,
`address_1` varchar(255) NOT NULL,
`address_2` varchar(255) NOT NULL,
`postcode` varchar(50) NOT NULL,
`city` varchar(50) NOT NULL,
`state` varchar(50) NOT NULL,
`phone` varchar(50) NOT NULL,
`title` varchar(200) NOT NULL,
`alias` varchar(200) NOT NULL,
`data` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_shipping`
--
INSERT INTO `woobooking_shipping` (`id`, `ordering`, `order_id`, `email`, `first_name`, `company`, `country`, `address_1`, `address_2`, `postcode`, `city`, `state`, `phone`, `title`, `alias`, `data`) VALUES
(2, 0, 238, '', '', '', '', '', '', '', '', '', '', '', '', ''),
(3, 0, 243, '', '', '', '', '', '', '', '', '', '', '', '', ''),
(4, 0, 7, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(5, 0, 9, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(6, 0, 10, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(7, 0, 11, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(8, 0, 12, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(9, 0, 13, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(10, 0, 14, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(11, 0, 15, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(12, 0, 16, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(13, 0, 17, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(14, 0, 18, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(15, 0, 19, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(16, 0, 20, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(17, 0, 21, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(18, 0, 22, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(19, 0, 23, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(20, 0, 24, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(21, 0, 25, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(22, 0, 26, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(23, 0, 27, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(24, 0, 28, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(25, 0, 29, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(26, 0, 30, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(27, 0, 31, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(28, 0, 32, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(29, 0, 33, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(30, 0, 34, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(31, 0, 35, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(32, 0, 36, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(33, 0, 37, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(34, 0, 38, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(35, 0, 39, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(36, 0, 40, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(37, 0, 41, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(38, 0, 42, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(39, 0, 43, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(40, 0, 44, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(41, 0, 45, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(42, 0, 46, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(43, 0, 47, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(44, 0, 48, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(45, 0, 49, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(46, 0, 50, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(47, 0, 51, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(48, 0, 6, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(49, 0, 7, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', ''),
(50, 0, 8, '', 'sdfds', 'sdfsdfds', 'VN', 'sdfdsfdsf', '', '34334', 'ssdf', '', '', '', '', '');
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_state`
--
DROP TABLE IF EXISTS `woobooking_state`;
CREATE TABLE `woobooking_state` (
`id` int(11) NOT NULL,
`name` varchar(200) NOT NULL,
`country_id` int(11) NOT NULL,
`statecode` char(3) NOT NULL,
`code` char(2) NOT NULL,
`published` int(11) NOT NULL,
`ordering` int(11) NOT NULL,
`image` varchar(200) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_state`
--
INSERT INTO `woobooking_state` (`id`, `name`, `country_id`, `statecode`, `code`, `published`, `ordering`, `image`) VALUES
(3, 'Antioch', 0, '0', '21', 1, 0, ''),
(4, 'Ha Noi', 242, '0', '', 0, 0, ''),
(5, 'Da Nang', 242, '0', '', 1, 0, ''),
(6, 'New York', 235, '', '', 0, 0, '');
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_tag`
--
DROP TABLE IF EXISTS `woobooking_tag`;
CREATE TABLE `woobooking_tag` (
`id` int(11) NOT NULL,
`name` varchar(200) NOT NULL,
`alias` varchar(200) NOT NULL,
`description` text NOT NULL,
`ordering` int(15) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_tag`
--
INSERT INTO `woobooking_tag` (`id`, `name`, `alias`, `description`, `ordering`) VALUES
(1, 'title1', 'title1', 'des title1', 0),
(2, 'sfdsf', '', '', 0),
(3, 'sdfs', '', '', 0),
(4, 'sdfsdf', '', '', 0),
(5, 'ssdfsd', '', '', 0),
(6, 'đfg', '', '', 0),
(7, 'ssdfd', '', '', 0),
(8, 'sdfds', '', '', 0),
(9, 'sdds', '', '', 0),
(14, '', '', '', 0),
(15, 'Yoga Workshop', '', '', 0),
(16, 'Free', '', '', 0),
(17, 'Outdoor', '', '', 0),
(18, 'aerobic', '', '', 0),
(19, 'combat', '', '', 0),
(20, 'heavybody', '', '', 0);
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_timezone`
--
DROP TABLE IF EXISTS `woobooking_timezone`;
CREATE TABLE `woobooking_timezone` (
`country_code` char(3) NOT NULL,
`timezone` varchar(125) NOT NULL DEFAULT '',
`gmt_offset` float(10,2) DEFAULT NULL,
`dst_offset` float(10,2) DEFAULT NULL,
`raw_offset` float(10,2) DEFAULT NULL,
`ordering` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_timezone`
--
INSERT INTO `woobooking_timezone` (`country_code`, `timezone`, `gmt_offset`, `dst_offset`, `raw_offset`, `ordering`) VALUES
('AD', 'Europe/Andorra', 1.00, 2.00, 1.00, 0),
('AE', 'Asia/Dubai', 4.00, 4.00, 4.00, 0),
('AF', 'Asia/Kabul', 4.50, 4.50, 4.50, 0),
('AG', 'America/Antigua', -4.00, -4.00, -4.00, 0),
('AI', 'America/Anguilla', -4.00, -4.00, -4.00, 0),
('AL', 'Europe/Tirane', 1.00, 2.00, 1.00, 0),
('AM', 'Asia/Yerevan', 4.00, 4.00, 4.00, 0),
('AO', 'Africa/Luanda', 1.00, 1.00, 1.00, 0),
('AQ', 'Antarctica/Casey', 8.00, 8.00, 8.00, 0),
('AQ', 'Antarctica/Davis', 7.00, 7.00, 7.00, 0),
('AQ', 'Antarctica/DumontDUrville', 10.00, 10.00, 10.00, 0),
('AQ', 'Antarctica/Mawson', 5.00, 5.00, 5.00, 0),
('AQ', 'Antarctica/McMurdo', 13.00, 12.00, 12.00, 0),
('AQ', 'Antarctica/Palmer', -3.00, -4.00, -4.00, 0),
('AQ', 'Antarctica/Rothera', -3.00, -3.00, -3.00, 0),
('AQ', 'Antarctica/South_Pole', 13.00, 12.00, 12.00, 0),
('AQ', 'Antarctica/Syowa', 3.00, 3.00, 3.00, 0),
('AQ', 'Antarctica/Vostok', 6.00, 6.00, 6.00, 0),
('AR', 'America/Argentina/Buenos_Aires', -3.00, -3.00, -3.00, 0),
('AR', 'America/Argentina/Catamarca', -3.00, -3.00, -3.00, 0),
('AR', 'America/Argentina/Cordoba', -3.00, -3.00, -3.00, 0),
('AR', 'America/Argentina/Jujuy', -3.00, -3.00, -3.00, 0),
('AR', 'America/Argentina/La_Rioja', -3.00, -3.00, -3.00, 0),
('AR', 'America/Argentina/Mendoza', -3.00, -3.00, -3.00, 0),
('AR', 'America/Argentina/Rio_Gallegos', -3.00, -3.00, -3.00, 0),
('AR', 'America/Argentina/Salta', -3.00, -3.00, -3.00, 0),
('AR', 'America/Argentina/San_Juan', -3.00, -3.00, -3.00, 0),
('AR', 'America/Argentina/San_Luis', -3.00, -3.00, -3.00, 0),
('AR', 'America/Argentina/Tucuman', -3.00, -3.00, -3.00, 0),
('AR', 'America/Argentina/Ushuaia', -3.00, -3.00, -3.00, 0),
('AS', 'Pacific/Pago_Pago', -11.00, -11.00, -11.00, 0),
('AT', 'Europe/Vienna', 1.00, 2.00, 1.00, 0),
('AU', 'Antarctica/Macquarie', 11.00, 11.00, 11.00, 0),
('AU', 'Australia/Adelaide', 10.50, 9.50, 9.50, 0),
('AU', 'Australia/Brisbane', 10.00, 10.00, 10.00, 0),
('AU', 'Australia/Broken_Hill', 10.50, 9.50, 9.50, 0),
('AU', 'Australia/Currie', 11.00, 10.00, 10.00, 0),
('AU', 'Australia/Darwin', 9.50, 9.50, 9.50, 0),
('AU', 'Australia/Eucla', 8.75, 8.75, 8.75, 0),
('AU', 'Australia/Hobart', 11.00, 10.00, 10.00, 0),
('AU', 'Australia/Lindeman', 10.00, 10.00, 10.00, 0),
('AU', 'Australia/Lord_Howe', 11.00, 10.50, 10.50, 0),
('AU', 'Australia/Melbourne', 11.00, 10.00, 10.00, 0),
('AU', 'Australia/Perth', 8.00, 8.00, 8.00, 0),
('AU', 'Australia/Sydney', 11.00, 10.00, 10.00, 0),
('AW', 'America/Aruba', -4.00, -4.00, -4.00, 0),
('AX', 'Europe/Mariehamn', 2.00, 3.00, 2.00, 0),
('AZ', 'Asia/Baku', 4.00, 5.00, 4.00, 0),
('BA', 'Europe/Sarajevo', 1.00, 2.00, 1.00, 0),
('BB', 'America/Barbados', -4.00, -4.00, -4.00, 0),
('BD', 'Asia/Dhaka', 6.00, 6.00, 6.00, 0),
('BE', 'Europe/Brussels', 1.00, 2.00, 1.00, 0),
('BF', 'Africa/Ouagadougou', 0.00, 0.00, 0.00, 0),
('BG', 'Europe/Sofia', 2.00, 3.00, 2.00, 0),
('BH', 'Asia/Bahrain', 3.00, 3.00, 3.00, 0),
('BI', 'Africa/Bujumbura', 2.00, 2.00, 2.00, 0),
('BJ', 'Africa/Porto-Novo', 1.00, 1.00, 1.00, 0),
('BL', 'America/St_Barthelemy', -4.00, -4.00, -4.00, 0),
('BM', 'Atlantic/Bermuda', -4.00, -3.00, -4.00, 0),
('BN', 'Asia/Brunei', 8.00, 8.00, 8.00, 0),
('BO', 'America/La_Paz', -4.00, -4.00, -4.00, 0),
('BQ', 'America/Kralendijk', -4.00, -4.00, -4.00, 0),
('BR', 'America/Araguaina', -3.00, -3.00, -3.00, 0),
('BR', 'America/Bahia', -3.00, -3.00, -3.00, 0),
('BR', 'America/Belem', -3.00, -3.00, -3.00, 0),
('BR', 'America/Boa_Vista', -4.00, -4.00, -4.00, 0),
('BR', 'America/Campo_Grande', -3.00, -4.00, -4.00, 0),
('BR', 'America/Cuiaba', -3.00, -4.00, -4.00, 0),
('BR', 'America/Eirunepe', -5.00, -5.00, -5.00, 0),
('BR', 'America/Fortaleza', -3.00, -3.00, -3.00, 0),
('BR', 'America/Maceio', -3.00, -3.00, -3.00, 0),
('BR', 'America/Manaus', -4.00, -4.00, -4.00, 0),
('BR', 'America/Noronha', -2.00, -2.00, -2.00, 0),
('BR', 'America/Porto_Velho', -4.00, -4.00, -4.00, 0),
('BR', 'America/Recife', -3.00, -3.00, -3.00, 0),
('BR', 'America/Rio_Branco', -5.00, -5.00, -5.00, 0),
('BR', 'America/Santarem', -3.00, -3.00, -3.00, 0),
('BR', 'America/Sao_Paulo', -2.00, -3.00, -3.00, 0),
('BS', 'America/Nassau', -5.00, -4.00, -5.00, 0),
('BT', 'Asia/Thimphu', 6.00, 6.00, 6.00, 0),
('BW', 'Africa/Gaborone', 2.00, 2.00, 2.00, 0),
('BY', 'Europe/Minsk', 3.00, 3.00, 3.00, 0),
('BZ', 'America/Belize', -6.00, -6.00, -6.00, 0),
('CA', 'America/Atikokan', -5.00, -5.00, -5.00, 0),
('CA', 'America/Blanc-Sablon', -4.00, -4.00, -4.00, 0),
('CA', 'America/Cambridge_Bay', -7.00, -6.00, -7.00, 0),
('CA', 'America/Creston', -7.00, -7.00, -7.00, 0),
('CA', 'America/Dawson', -8.00, -7.00, -8.00, 0),
('CA', 'America/Dawson_Creek', -7.00, -7.00, -7.00, 0),
('CA', 'America/Edmonton', -7.00, -6.00, -7.00, 0),
('CA', 'America/Glace_Bay', -4.00, -3.00, -4.00, 0),
('CA', 'America/Goose_Bay', -4.00, -3.00, -4.00, 0),
('CA', 'America/Halifax', -4.00, -3.00, -4.00, 0),
('CA', 'America/Inuvik', -7.00, -6.00, -7.00, 0),
('CA', 'America/Iqaluit', -5.00, -4.00, -5.00, 0),
('CA', 'America/Moncton', -4.00, -3.00, -4.00, 0),
('CA', 'America/Montreal', -5.00, -4.00, -5.00, 0),
('CA', 'America/Nipigon', -5.00, -4.00, -5.00, 0),
('CA', 'America/Pangnirtung', -5.00, -4.00, -5.00, 0),
('CA', 'America/Rainy_River', -6.00, -5.00, -6.00, 0),
('CA', 'America/Rankin_Inlet', -6.00, -5.00, -6.00, 0),
('CA', 'America/Regina', -6.00, -6.00, -6.00, 0),
('CA', 'America/Resolute', -6.00, -5.00, -6.00, 0),
('CA', 'America/St_Johns', -3.50, -2.50, -3.50, 0),
('CA', 'America/Swift_Current', -6.00, -6.00, -6.00, 0),
('CA', 'America/Thunder_Bay', -5.00, -4.00, -5.00, 0),
('CA', 'America/Toronto', -5.00, -4.00, -5.00, 0),
('CA', 'America/Vancouver', -8.00, -7.00, -8.00, 0),
('CA', 'America/Whitehorse', -8.00, -7.00, -8.00, 0),
('CA', 'America/Winnipeg', -6.00, -5.00, -6.00, 0),
('CA', 'America/Yellowknife', -7.00, -6.00, -7.00, 0),
('CC', 'Indian/Cocos', 6.50, 6.50, 6.50, 0),
('CD', 'Africa/Kinshasa', 1.00, 1.00, 1.00, 0),
('CD', 'Africa/Lubumbashi', 2.00, 2.00, 2.00, 0),
('CF', 'Africa/Bangui', 1.00, 1.00, 1.00, 0),
('CG', 'Africa/Brazzaville', 1.00, 1.00, 1.00, 0),
('CH', 'Europe/Zurich', 1.00, 2.00, 1.00, 0),
('CI', 'Africa/Abidjan', 0.00, 0.00, 0.00, 0),
('CK', 'Pacific/Rarotonga', -10.00, -10.00, -10.00, 0),
('CL', 'America/Santiago', -3.00, -4.00, -4.00, 0),
('CL', 'Pacific/Easter', -5.00, -6.00, -6.00, 0),
('CM', 'Africa/Douala', 1.00, 1.00, 1.00, 0),
('CN', 'Asia/Chongqing', 8.00, 8.00, 8.00, 0),
('CN', 'Asia/Harbin', 8.00, 8.00, 8.00, 0),
('CN', 'Asia/Kashgar', 8.00, 8.00, 8.00, 0),
('CN', 'Asia/Shanghai', 8.00, 8.00, 8.00, 0),
('CN', 'Asia/Urumqi', 8.00, 8.00, 8.00, 0),
('CO', 'America/Bogota', -5.00, -5.00, -5.00, 0),
('CR', 'America/Costa_Rica', -6.00, -6.00, -6.00, 0),
('CU', 'America/Havana', -5.00, -4.00, -5.00, 0),
('CV', 'Atlantic/Cape_Verde', -1.00, -1.00, -1.00, 0),
('CW', 'America/Curacao', -4.00, -4.00, -4.00, 0),
('CX', 'Indian/Christmas', 7.00, 7.00, 7.00, 0),
('CY', 'Asia/Nicosia', 2.00, 3.00, 2.00, 0),
('CZ', 'Europe/Prague', 1.00, 2.00, 1.00, 0),
('DE', 'Europe/Berlin', 1.00, 2.00, 1.00, 0),
('DE', 'Europe/Busingen', 1.00, 2.00, 1.00, 0),
('DJ', 'Africa/Djibouti', 3.00, 3.00, 3.00, 0),
('DK', 'Europe/Copenhagen', 1.00, 2.00, 1.00, 0),
('DM', 'America/Dominica', -4.00, -4.00, -4.00, 0),
('DO', 'America/Santo_Domingo', -4.00, -4.00, -4.00, 0),
('DZ', 'Africa/Algiers', 1.00, 1.00, 1.00, 0),
('EC', 'America/Guayaquil', -5.00, -5.00, -5.00, 0),
('EC', 'Pacific/Galapagos', -6.00, -6.00, -6.00, 0),
('EE', 'Europe/Tallinn', 2.00, 3.00, 2.00, 0),
('EG', 'Africa/Cairo', 2.00, 2.00, 2.00, 0),
('EH', 'Africa/El_Aaiun', 0.00, 0.00, 0.00, 0),
('ER', 'Africa/Asmara', 3.00, 3.00, 3.00, 0),
('ES', 'Africa/Ceuta', 1.00, 2.00, 1.00, 0),
('ES', 'Atlantic/Canary', 0.00, 1.00, 0.00, 0),
('ES', 'Europe/Madrid', 1.00, 2.00, 1.00, 0),
('ET', 'Africa/Addis_Ababa', 3.00, 3.00, 3.00, 0),
('FI', 'Europe/Helsinki', 2.00, 3.00, 2.00, 0),
('FJ', 'Pacific/Fiji', 13.00, 12.00, 12.00, 0),
('FK', 'Atlantic/Stanley', -3.00, -3.00, -3.00, 0),
('FM', 'Pacific/Chuuk', 10.00, 10.00, 10.00, 0),
('FM', 'Pacific/Kosrae', 11.00, 11.00, 11.00, 0),
('FM', 'Pacific/Pohnpei', 11.00, 11.00, 11.00, 0),
('FO', 'Atlantic/Faroe', 0.00, 1.00, 0.00, 0),
('FR', 'Europe/Paris', 1.00, 2.00, 1.00, 0),
('GA', 'Africa/Libreville', 1.00, 1.00, 1.00, 0),
('GB', 'Europe/London', 0.00, 1.00, 0.00, 0),
('GD', 'America/Grenada', -4.00, -4.00, -4.00, 0),
('GE', 'Asia/Tbilisi', 4.00, 4.00, 4.00, 0),
('GF', 'America/Cayenne', -3.00, -3.00, -3.00, 0),
('GG', 'Europe/Guernsey', 0.00, 1.00, 0.00, 0),
('GH', 'Africa/Accra', 0.00, 0.00, 0.00, 0),
('GI', 'Europe/Gibraltar', 1.00, 2.00, 1.00, 0),
('GL', 'America/Danmarkshavn', 0.00, 0.00, 0.00, 0),
('GL', 'America/Godthab', -3.00, -2.00, -3.00, 0),
('GL', 'America/Scoresbysund', -1.00, 0.00, -1.00, 0),
('GL', 'America/Thule', -4.00, -3.00, -4.00, 0),
('GM', 'Africa/Banjul', 0.00, 0.00, 0.00, 0),
('GN', 'Africa/Conakry', 0.00, 0.00, 0.00, 0),
('GP', 'America/Guadeloupe', -4.00, -4.00, -4.00, 0),
('GQ', 'Africa/Malabo', 1.00, 1.00, 1.00, 0),
('GR', 'Europe/Athens', 2.00, 3.00, 2.00, 0),
('GS', 'Atlantic/South_Georgia', -2.00, -2.00, -2.00, 0),
('GT', 'America/Guatemala', -6.00, -6.00, -6.00, 0),
('GU', 'Pacific/Guam', 10.00, 10.00, 10.00, 0),
('GW', 'Africa/Bissau', 0.00, 0.00, 0.00, 0),
('GY', 'America/Guyana', -4.00, -4.00, -4.00, 0),
('HK', 'Asia/Hong_Kong', 8.00, 8.00, 8.00, 0),
('HN', 'America/Tegucigalpa', -6.00, -6.00, -6.00, 0),
('HR', 'Europe/Zagreb', 1.00, 2.00, 1.00, 0),
('HT', 'America/Port-au-Prince', -5.00, -4.00, -5.00, 0),
('HU', 'Europe/Budapest', 1.00, 2.00, 1.00, 0),
('ID', 'Asia/Jakarta', 7.00, 7.00, 7.00, 0),
('ID', 'Asia/Jayapura', 9.00, 9.00, 9.00, 0),
('ID', 'Asia/Makassar', 8.00, 8.00, 8.00, 0),
('ID', 'Asia/Pontianak', 7.00, 7.00, 7.00, 0),
('IE', 'Europe/Dublin', 0.00, 1.00, 0.00, 0),
('IL', 'Asia/Jerusalem', 2.00, 3.00, 2.00, 0),
('IM', 'Europe/Isle_of_Man', 0.00, 1.00, 0.00, 0),
('IN', 'Asia/Kolkata', 5.50, 5.50, 5.50, 0),
('IO', 'Indian/Chagos', 6.00, 6.00, 6.00, 0),
('IQ', 'Asia/Baghdad', 3.00, 3.00, 3.00, 0),
('IR', 'Asia/Tehran', 3.50, 4.50, 3.50, 0),
('IS', 'Atlantic/Reykjavik', 0.00, 0.00, 0.00, 0),
('IT', 'Europe/Rome', 1.00, 2.00, 1.00, 0),
('JE', 'Europe/Jersey', 0.00, 1.00, 0.00, 0),
('JM', 'America/Jamaica', -5.00, -5.00, -5.00, 0),
('JO', 'Asia/Amman', 2.00, 3.00, 2.00, 0),
('JP', 'Asia/Tokyo', 9.00, 9.00, 9.00, 0),
('KE', 'Africa/Nairobi', 3.00, 3.00, 3.00, 0),
('KG', 'Asia/Bishkek', 6.00, 6.00, 6.00, 0),
('KH', 'Asia/Phnom_Penh', 7.00, 7.00, 7.00, 0),
('KI', 'Pacific/Enderbury', 13.00, 13.00, 13.00, 0),
('KI', 'Pacific/Kiritimati', 14.00, 14.00, 14.00, 0),
('KI', 'Pacific/Tarawa', 12.00, 12.00, 12.00, 0),
('KM', 'Indian/Comoro', 3.00, 3.00, 3.00, 0),
('KN', 'America/St_Kitts', -4.00, -4.00, -4.00, 0),
('KP', 'Asia/Pyongyang', 9.00, 9.00, 9.00, 0),
('KR', 'Asia/Seoul', 9.00, 9.00, 9.00, 0),
('KW', 'Asia/Kuwait', 3.00, 3.00, 3.00, 0),
('KY', 'America/Cayman', -5.00, -5.00, -5.00, 0),
('KZ', 'Asia/Almaty', 6.00, 6.00, 6.00, 0),
('KZ', 'Asia/Aqtau', 5.00, 5.00, 5.00, 0),
('KZ', 'Asia/Aqtobe', 5.00, 5.00, 5.00, 0),
('KZ', 'Asia/Oral', 5.00, 5.00, 5.00, 0),
('KZ', 'Asia/Qyzylorda', 6.00, 6.00, 6.00, 0),
('LA', 'Asia/Vientiane', 7.00, 7.00, 7.00, 0),
('LB', 'Asia/Beirut', 2.00, 3.00, 2.00, 0),
('LC', 'America/St_Lucia', -4.00, -4.00, -4.00, 0),
('LI', 'Europe/Vaduz', 1.00, 2.00, 1.00, 0),
('LK', 'Asia/Colombo', 5.50, 5.50, 5.50, 0),
('LR', 'Africa/Monrovia', 0.00, 0.00, 0.00, 0),
('LS', 'Africa/Maseru', 2.00, 2.00, 2.00, 0),
('LT', 'Europe/Vilnius', 2.00, 3.00, 2.00, 0),
('LU', 'Europe/Luxembourg', 1.00, 2.00, 1.00, 0),
('LV', 'Europe/Riga', 2.00, 3.00, 2.00, 0),
('LY', 'Africa/Tripoli', 2.00, 2.00, 2.00, 0),
('MA', 'Africa/Casablanca', 0.00, 0.00, 0.00, 0),
('MC', 'Europe/Monaco', 1.00, 2.00, 1.00, 0),
('MD', 'Europe/Chisinau', 2.00, 3.00, 2.00, 0),
('ME', 'Europe/Podgorica', 1.00, 2.00, 1.00, 0),
('MF', 'America/Marigot', -4.00, -4.00, -4.00, 0),
('MG', 'Indian/Antananarivo', 3.00, 3.00, 3.00, 0),
('MH', 'Pacific/Kwajalein', 12.00, 12.00, 12.00, 0),
('MH', 'Pacific/Majuro', 12.00, 12.00, 12.00, 0),
('MK', 'Europe/Skopje', 1.00, 2.00, 1.00, 0),
('ML', 'Africa/Bamako', 0.00, 0.00, 0.00, 0),
('MM', 'Asia/Rangoon', 6.50, 6.50, 6.50, 0),
('MN', 'Asia/Choibalsan', 8.00, 8.00, 8.00, 0),
('MN', 'Asia/Hovd', 7.00, 7.00, 7.00, 0),
('MN', 'Asia/Ulaanbaatar', 8.00, 8.00, 8.00, 0),
('MO', 'Asia/Macau', 8.00, 8.00, 8.00, 0),
('MP', 'Pacific/Saipan', 10.00, 10.00, 10.00, 0),
('MQ', 'America/Martinique', -4.00, -4.00, -4.00, 0),
('MR', 'Africa/Nouakchott', 0.00, 0.00, 0.00, 0),
('MS', 'America/Montserrat', -4.00, -4.00, -4.00, 0),
('MT', 'Europe/Malta', 1.00, 2.00, 1.00, 0),
('MU', 'Indian/Mauritius', 4.00, 4.00, 4.00, 0),
('MV', 'Indian/Maldives', 5.00, 5.00, 5.00, 0),
('MW', 'Africa/Blantyre', 2.00, 2.00, 2.00, 0),
('MX', 'America/Bahia_Banderas', -6.00, -5.00, -6.00, 0),
('MX', 'America/Cancun', -6.00, -5.00, -6.00, 0),
('MX', 'America/Chihuahua', -7.00, -6.00, -7.00, 0),
('MX', 'America/Hermosillo', -7.00, -7.00, -7.00, 0),
('MX', 'America/Matamoros', -6.00, -5.00, -6.00, 0),
('MX', 'America/Mazatlan', -7.00, -6.00, -7.00, 0),
('MX', 'America/Merida', -6.00, -5.00, -6.00, 0),
('MX', 'America/Mexico_City', -6.00, -5.00, -6.00, 0),
('MX', 'America/Monterrey', -6.00, -5.00, -6.00, 0),
('MX', 'America/Ojinaga', -7.00, -6.00, -7.00, 0),
('MX', 'America/Santa_Isabel', -8.00, -7.00, -8.00, 0),
('MX', 'America/Tijuana', -8.00, -7.00, -8.00, 0),
('MY', 'Asia/Kuala_Lumpur', 8.00, 8.00, 8.00, 0),
('MY', 'Asia/Kuching', 8.00, 8.00, 8.00, 0),
('MZ', 'Africa/Maputo', 2.00, 2.00, 2.00, 0),
('NA', 'Africa/Windhoek', 2.00, 1.00, 1.00, 0),
('NC', 'Pacific/Noumea', 11.00, 11.00, 11.00, 0),
('NE', 'Africa/Niamey', 1.00, 1.00, 1.00, 0),
('NF', 'Pacific/Norfolk', 11.50, 11.50, 11.50, 0),
('NG', 'Africa/Lagos', 1.00, 1.00, 1.00, 0),
('NI', 'America/Managua', -6.00, -6.00, -6.00, 0),
('NL', 'Europe/Amsterdam', 1.00, 2.00, 1.00, 0),
('NO', 'Europe/Oslo', 1.00, 2.00, 1.00, 0),
('NP', 'Asia/Kathmandu', 5.75, 5.75, 5.75, 0),
('NR', 'Pacific/Nauru', 12.00, 12.00, 12.00, 0),
('NU', 'Pacific/Niue', -11.00, -11.00, -11.00, 0),
('NZ', 'Pacific/Auckland', 13.00, 12.00, 12.00, 0),
('NZ', 'Pacific/Chatham', 13.75, 12.75, 12.75, 0),
('OM', 'Asia/Muscat', 4.00, 4.00, 4.00, 0),
('PA', 'America/Panama', -5.00, -5.00, -5.00, 0),
('PE', 'America/Lima', -5.00, -5.00, -5.00, 0),
('PF', 'Pacific/Gambier', -9.00, -9.00, -9.00, 0),
('PF', 'Pacific/Marquesas', -9.50, -9.50, -9.50, 0),
('PF', 'Pacific/Tahiti', -10.00, -10.00, -10.00, 0),
('PG', 'Pacific/Port_Moresby', 10.00, 10.00, 10.00, 0),
('PH', 'Asia/Manila', 8.00, 8.00, 8.00, 0),
('PK', 'Asia/Karachi', 5.00, 5.00, 5.00, 0),
('PL', 'Europe/Warsaw', 1.00, 2.00, 1.00, 0),
('PM', 'America/Miquelon', -3.00, -2.00, -3.00, 0),
('PN', 'Pacific/Pitcairn', -8.00, -8.00, -8.00, 0),
('PR', 'America/Puerto_Rico', -4.00, -4.00, -4.00, 0),
('PS', 'Asia/Gaza', 2.00, 3.00, 2.00, 0),
('PS', 'Asia/Hebron', 2.00, 3.00, 2.00, 0),
('PT', 'Atlantic/Azores', -1.00, 0.00, -1.00, 0),
('PT', 'Atlantic/Madeira', 0.00, 1.00, 0.00, 0),
('PT', 'Europe/Lisbon', 0.00, 1.00, 0.00, 0),
('PW', 'Pacific/Palau', 9.00, 9.00, 9.00, 0),
('PY', 'America/Asuncion', -3.00, -4.00, -4.00, 0),
('QA', 'Asia/Qatar', 3.00, 3.00, 3.00, 0),
('RE', 'Indian/Reunion', 4.00, 4.00, 4.00, 0),
('RO', 'Europe/Bucharest', 2.00, 3.00, 2.00, 0),
('RS', 'Europe/Belgrade', 1.00, 2.00, 1.00, 0),
('RU', 'Asia/Anadyr', 12.00, 12.00, 12.00, 0),
('RU', 'Asia/Irkutsk', 9.00, 9.00, 9.00, 0),
('RU', 'Asia/Kamchatka', 12.00, 12.00, 12.00, 0),
('RU', 'Asia/Khandyga', 10.00, 10.00, 10.00, 0),
('RU', 'Asia/Krasnoyarsk', 8.00, 8.00, 8.00, 0),
('RU', 'Asia/Magadan', 12.00, 12.00, 12.00, 0),
('RU', 'Asia/Novokuznetsk', 7.00, 7.00, 7.00, 0),
('RU', 'Asia/Novosibirsk', 7.00, 7.00, 7.00, 0),
('RU', 'Asia/Omsk', 7.00, 7.00, 7.00, 0),
('RU', 'Asia/Sakhalin', 11.00, 11.00, 11.00, 0),
('RU', 'Asia/Ust-Nera', 11.00, 11.00, 11.00, 0),
('RU', 'Asia/Vladivostok', 11.00, 11.00, 11.00, 0),
('RU', 'Asia/Yakutsk', 10.00, 10.00, 10.00, 0),
('RU', 'Asia/Yekaterinburg', 6.00, 6.00, 6.00, 0),
('RU', 'Europe/Kaliningrad', 3.00, 3.00, 3.00, 0),
('RU', 'Europe/Moscow', 4.00, 4.00, 4.00, 0),
('RU', 'Europe/Samara', 4.00, 4.00, 4.00, 0),
('RU', 'Europe/Volgograd', 4.00, 4.00, 4.00, 0),
('RW', 'Africa/Kigali', 2.00, 2.00, 2.00, 0),
('SA', 'Asia/Riyadh', 3.00, 3.00, 3.00, 0),
('SB', 'Pacific/Guadalcanal', 11.00, 11.00, 11.00, 0),
('SC', 'Indian/Mahe', 4.00, 4.00, 4.00, 0),
('SD', 'Africa/Khartoum', 3.00, 3.00, 3.00, 0),
('SE', 'Europe/Stockholm', 1.00, 2.00, 1.00, 0),
('SG', 'Asia/Singapore', 8.00, 8.00, 8.00, 0),
('SH', 'Atlantic/St_Helena', 0.00, 0.00, 0.00, 0),
('SI', 'Europe/Ljubljana', 1.00, 2.00, 1.00, 0),
('SJ', 'Arctic/Longyearbyen', 1.00, 2.00, 1.00, 0),
('SK', 'Europe/Bratislava', 1.00, 2.00, 1.00, 0),
('SL', 'Africa/Freetown', 0.00, 0.00, 0.00, 0),
('SM', 'Europe/San_Marino', 1.00, 2.00, 1.00, 0),
('SN', 'Africa/Dakar', 0.00, 0.00, 0.00, 0),
('SO', 'Africa/Mogadishu', 3.00, 3.00, 3.00, 0),
('SR', 'America/Paramaribo', -3.00, -3.00, -3.00, 0),
('SS', 'Africa/Juba', 3.00, 3.00, 3.00, 0),
('ST', 'Africa/Sao_Tome', 0.00, 0.00, 0.00, 0),
('SV', 'America/El_Salvador', -6.00, -6.00, -6.00, 0),
('SX', 'America/Lower_Princes', -4.00, -4.00, -4.00, 0),
('SY', 'Asia/Damascus', 2.00, 3.00, 2.00, 0),
('SZ', 'Africa/Mbabane', 2.00, 2.00, 2.00, 0),
('TC', 'America/Grand_Turk', -5.00, -4.00, -5.00, 0),
('TD', 'Africa/Ndjamena', 1.00, 1.00, 1.00, 0),
('TF', 'Indian/Kerguelen', 5.00, 5.00, 5.00, 0),
('TG', 'Africa/Lome', 0.00, 0.00, 0.00, 0),
('TH', 'Asia/Bangkok', 7.00, 7.00, 7.00, 0),
('TJ', 'Asia/Dushanbe', 5.00, 5.00, 5.00, 0),
('TK', 'Pacific/Fakaofo', 13.00, 13.00, 13.00, 0),
('TL', 'Asia/Dili', 9.00, 9.00, 9.00, 0),
('TM', 'Asia/Ashgabat', 5.00, 5.00, 5.00, 0),
('TN', 'Africa/Tunis', 1.00, 1.00, 1.00, 0),
('TO', 'Pacific/Tongatapu', 13.00, 13.00, 13.00, 0),
('TR', 'Europe/Istanbul', 2.00, 3.00, 2.00, 0),
('TT', 'America/Port_of_Spain', -4.00, -4.00, -4.00, 0),
('TV', 'Pacific/Funafuti', 12.00, 12.00, 12.00, 0),
('TW', 'Asia/Taipei', 8.00, 8.00, 8.00, 0),
('TZ', 'Africa/Dar_es_Salaam', 3.00, 3.00, 3.00, 0),
('UA', 'Europe/Kiev', 2.00, 3.00, 2.00, 0),
('UA', 'Europe/Simferopol', 2.00, 4.00, 4.00, 0),
('UA', 'Europe/Uzhgorod', 2.00, 3.00, 2.00, 0),
('UA', 'Europe/Zaporozhye', 2.00, 3.00, 2.00, 0),
('UG', 'Africa/Kampala', 3.00, 3.00, 3.00, 0),
('UM', 'Pacific/Johnston', -10.00, -10.00, -10.00, 0),
('UM', 'Pacific/Midway', -11.00, -11.00, -11.00, 0),
('UM', 'Pacific/Wake', 12.00, 12.00, 12.00, 0),
('US', 'America/Adak', -10.00, -9.00, -10.00, 0),
('US', 'America/Anchorage', -9.00, -8.00, -9.00, 0),
('US', 'America/Boise', -7.00, -6.00, -7.00, 0),
('US', 'America/Chicago', -6.00, -5.00, -6.00, 0),
('US', 'America/Denver', -7.00, -6.00, -7.00, 0),
('US', 'America/Detroit', -5.00, -4.00, -5.00, 0),
('US', 'America/Indiana/Indianapolis', -5.00, -4.00, -5.00, 0),
('US', 'America/Indiana/Knox', -6.00, -5.00, -6.00, 0),
('US', 'America/Indiana/Marengo', -5.00, -4.00, -5.00, 0),
('US', 'America/Indiana/Petersburg', -5.00, -4.00, -5.00, 0),
('US', 'America/Indiana/Tell_City', -6.00, -5.00, -6.00, 0),
('US', 'America/Indiana/Vevay', -5.00, -4.00, -5.00, 0),
('US', 'America/Indiana/Vincennes', -5.00, -4.00, -5.00, 0),
('US', 'America/Indiana/Winamac', -5.00, -4.00, -5.00, 0),
('US', 'America/Juneau', -9.00, -8.00, -9.00, 0),
('US', 'America/Kentucky/Louisville', -5.00, -4.00, -5.00, 0),
('US', 'America/Kentucky/Monticello', -5.00, -4.00, -5.00, 0),
('US', 'America/Los_Angeles', -8.00, -7.00, -8.00, 0),
('US', 'America/Menominee', -6.00, -5.00, -6.00, 0),
('US', 'America/Metlakatla', -8.00, -8.00, -8.00, 0),
('US', 'America/New_York', -5.00, -4.00, -5.00, 0),
('US', 'America/Nome', -9.00, -8.00, -9.00, 0),
('US', 'America/North_Dakota/Beulah', -6.00, -5.00, -6.00, 0),
('US', 'America/North_Dakota/Center', -6.00, -5.00, -6.00, 0),
('US', 'America/North_Dakota/New_Salem', -6.00, -5.00, -6.00, 0),
('US', 'America/Phoenix', -7.00, -7.00, -7.00, 0),
('US', 'America/Shiprock', -7.00, -6.00, -7.00, 0),
('US', 'America/Sitka', -9.00, -8.00, -9.00, 0),
('US', 'America/Yakutat', -9.00, -8.00, -9.00, 0),
('US', 'Pacific/Honolulu', -10.00, -10.00, -10.00, 0),
('UY', 'America/Montevideo', -2.00, -3.00, -3.00, 0),
('UZ', 'Asia/Samarkand', 5.00, 5.00, 5.00, 0),
('UZ', 'Asia/Tashkent', 5.00, 5.00, 5.00, 0),
('VA', 'Europe/Vatican', 1.00, 2.00, 1.00, 0),
('VC', 'America/St_Vincent', -4.00, -4.00, -4.00, 0),
('VE', 'America/Caracas', -4.50, -4.50, -4.50, 0),
('VG', 'America/Tortola', -4.00, -4.00, -4.00, 0),
('VI', 'America/St_Thomas', -4.00, -4.00, -4.00, 0),
('VN', 'Asia/Ho_Chi_Minh', 7.00, 7.00, 7.00, 0),
('VU', 'Pacific/Efate', 11.00, 11.00, 11.00, 0),
('WF', 'Pacific/Wallis', 12.00, 12.00, 12.00, 0),
('WS', 'Pacific/Apia', 14.00, 13.00, 13.00, 0),
('YE', 'Asia/Aden', 3.00, 3.00, 3.00, 0),
('YT', 'Indian/Mayotte', 3.00, 3.00, 3.00, 0),
('ZA', 'Africa/Johannesburg', 2.00, 2.00, 2.00, 0),
('ZM', 'Africa/Lusaka', 2.00, 2.00, 2.00, 0),
('ZW', 'Africa/Harare', 2.00, 2.00, 2.00, 0);
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_user`
--
DROP TABLE IF EXISTS `woobooking_user`;
CREATE TABLE `woobooking_user` (
`id` int(11) NOT NULL,
`first_name` varchar(255) NOT NULL,
`last_name` varchar(255) NOT NULL,
`birthday` date NOT NULL,
`mobile` int(50) NOT NULL,
`email` varchar(255) NOT NULL,
`image` varchar(255) NOT NULL,
`description` text NOT NULL,
`address` varchar(255) NOT NULL,
`open_source_user_id` int(11) NOT NULL,
`company` varchar(255) DEFAULT NULL,
`created` datetime NOT NULL,
`business` varchar(255) DEFAULT NULL,
`published` int(11) NOT NULL,
`ordering` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `woobooking_user`
--
INSERT INTO `woobooking_user` (`id`, `first_name`, `last_name`, `birthday`, `mobile`, `email`, `image`, `description`, `address`, `open_source_user_id`, `company`, `created`, `business`, `published`, `ordering`) VALUES
(1, 'Donald', 'MCkinney', '1992-12-31', 446954783, 'businessplan@gmail.com', 'upload/account/images/hinh-anh-avatar-96.jpg', 'Questa linea di ricerca, finalizzata allo studio degli ecosistemi marini pelagici e costieri, è incentrata sulla progettazione e la realizzazione di nuovi strumenti e sensori per la misura di variabili biologiche, ottiche, fisiche e chimiche dell\'acqua di mare, e di nuove piattaforme di misura per lo studio degli ecosistemi marini a differenti scale spaziali e temporali.', 'Santa monica bullevand', 0, NULL, '0000-00-00 00:00:00', 'JUNIOR UI/UX DEVERLOPER', 0, 0),
(2, 'admin_netbase', '', '0000-00-00', 0, 'hiep.v@netbasejsc.com', '', '', '', 32, NULL, '2018-03-23 03:18:36', NULL, 0, 0),
(3, 'admin_netbase', '', '0000-00-00', 0, 'ngoson2910@gmail.com', '', '', '', 1, NULL, '2020-02-07 09:29:10', NULL, 0, 0);
-- --------------------------------------------------------
--
-- Table structure for table `woobooking_view`
--
DROP TABLE IF EXISTS `woobooking_view`;
CREATE TABLE `woobooking_view` (
`id` int(11) UNSIGNED NOT NULL,
`name` varchar(200) NOT NULL,
`image` varchar(200) NOT NULL,
`alias` varchar(200) NOT NULL,
`published` int(11) NOT NULL,
`ordering` int(11) NOT NULL,
`description` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `woobooking_view`
--
INSERT INTO `woobooking_view` (`id`, `name`, `image`, `alias`, `published`, `ordering`, `description`) VALUES
(1, 'cronjob', '', '', 0, 0, ''),
(2, 'db_appointments', '', '', 0, 0, ''),
(3, 'calendar', '', '', 1, 0, ''),
(4, 'appointment', '', '', 1, 0, ''),
(5, 'event', '', '', 0, 0, ''),
(6, 'package', '', '', 1, 0, ''),
(7, 'employee', '', '', 0, 0, ''),
(8, 'category', '', '', 1, 0, ''),
(9, 'service', '', '', 0, 0, ''),
(10, 'location', '', '', 0, 0, ''),
(11, 'wbcustomer', '', '', 1, 0, ''),
(12, 'finance', '', '', 0, 0, ''),
(13, 'coupon', '', '', 0, 0, ''),
(14, 'report', '', '', 0, 0, ''),
(15, 'invoice', '', '', 0, 0, ''),
(16, 'notification', '', '', 0, 0, ''),
(17, 'config', '', '', 1, 0, ''),
(18, 'permission', '', '', 0, 0, ''),
(19, 'usergroup', '', '', 0, 0, ''),
(20, 'user', '', '', 0, 0, ''),
(21, 'custom', '', '', 0, 0, ''),
(22, 'membership', '', '', 0, 0, ''),
(23, 'translate', '', '', 0, 0, ''),
(24, 'payment', '', '', 1, 0, ''),
(25, 'currency', '', '', 0, 0, ''),
(26, 'tool', '', '', 0, 0, '');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `woobooking_apps`
--
ALTER TABLE `woobooking_apps`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `woobooking_billing`
--
ALTER TABLE `woobooking_billing`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `woobooking_block`
--
ALTER TABLE `woobooking_block`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `woobooking_cart`
--
ALTER TABLE `woobooking_cart`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `id` (`id`);
--
-- Indexes for table `woobooking_category`
--
ALTER TABLE `woobooking_category`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `woobooking_category_tag`
--
ALTER TABLE `woobooking_category_tag`
ADD PRIMARY KEY (`id`),
ADD KEY `event_id` (`category_id`),
ADD KEY `tag_id` (`tag_id`);
--
-- Indexes for table `woobooking_config`
--
ALTER TABLE `woobooking_config`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `woobooking_country`
--
ALTER TABLE `woobooking_country`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `woobooking_customer`
--
ALTER TABLE `woobooking_customer`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `woobooking_employee`
--
ALTER TABLE `woobooking_employee`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `woobooking_event`
--
ALTER TABLE `woobooking_event`
ADD PRIMARY KEY (`id`),
ADD KEY `service_id` (`service_id`),
ADD KEY `location_id` (`location_id`);
--
-- Indexes for table `woobooking_eventtype`
--
ALTER TABLE `woobooking_eventtype`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `woobooking_event_employee`
--
ALTER TABLE `woobooking_event_employee`
ADD PRIMARY KEY (`id`),
ADD KEY `event_id` (`event_id`),
ADD KEY `employee_id` (`employee_id`);
--
-- Indexes for table `woobooking_event_tag`
--
ALTER TABLE `woobooking_event_tag`
ADD PRIMARY KEY (`id`),
ADD KEY `event_id` (`event_id`),
ADD KEY `tag_id` (`tag_id`);
--
-- Indexes for table `woobooking_extra`
--
ALTER TABLE `woobooking_extra`
ADD PRIMARY KEY (`id`),
ADD KEY `object_id` (`object_id`);
--
-- Indexes for table `woobooking_finance`
--
ALTER TABLE `woobooking_finance`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `woobooking_gallery`
--
ALTER TABLE `woobooking_gallery`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `woobooking_location`
--
ALTER TABLE `woobooking_location`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `woobooking_notification`
--
ALTER TABLE `woobooking_notification`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `woobooking_order`
--
ALTER TABLE `woobooking_order`
ADD PRIMARY KEY (`id`),
ADD KEY `order_status_id` (`order_status_id`);
--
-- Indexes for table `woobooking_order_customer`
--
ALTER TABLE `woobooking_order_customer`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `woobooking_order_detail`
--
ALTER TABLE `woobooking_order_detail`
ADD PRIMARY KEY (`id`),
ADD KEY `order_id` (`order_id`),
ADD KEY `order_id_2` (`order_id`);
--
-- Indexes for table `woobooking_order_detail_rate`
--
ALTER TABLE `woobooking_order_detail_rate`
ADD PRIMARY KEY (`id`),
ADD KEY `order_detail_id` (`order_detail_id`);
--
-- Indexes for table `woobooking_order_package`
--
ALTER TABLE `woobooking_order_package`
ADD PRIMARY KEY (`id`),
ADD KEY `order_id` (`order_id`),
ADD KEY `order_id_2` (`order_id`);
--
-- Indexes for table `woobooking_order_package_rate`
--
ALTER TABLE `woobooking_order_package_rate`
ADD PRIMARY KEY (`id`),
ADD KEY `woobooking_order_package_rate` (`order_package_id`);
--
-- Indexes for table `woobooking_order_status`
--
ALTER TABLE `woobooking_order_status`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `name` (`name`),
ADD KEY `id` (`id`);
--
-- Indexes for table `woobooking_package`
--
ALTER TABLE `woobooking_package`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `woobooking_package_event`
--
ALTER TABLE `woobooking_package_event`
ADD PRIMARY KEY (`id`),
ADD KEY `event_id` (`event_id`),
ADD KEY `employee_id` (`package_id`);
--
-- Indexes for table `woobooking_package_tag`
--
ALTER TABLE `woobooking_package_tag`
ADD PRIMARY KEY (`id`),
ADD KEY `event_id` (`package_id`),
ADD KEY `tag_id` (`tag_id`);
--
-- Indexes for table `woobooking_payment`
--
ALTER TABLE `woobooking_payment`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `woobooking_rate`
--
ALTER TABLE `woobooking_rate`
ADD PRIMARY KEY (`id`),
ADD KEY `event_id` (`object_id`);
--
-- Indexes for table `woobooking_review`
--
ALTER TABLE `woobooking_review`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `woobooking_service`
--
ALTER TABLE `woobooking_service`
ADD PRIMARY KEY (`id`),
ADD KEY `category_id` (`category_id`);
--
-- Indexes for table `woobooking_service_employee`
--
ALTER TABLE `woobooking_service_employee`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `event_id` (`employee_id`,`service_id`);
--
-- Indexes for table `woobooking_shipping`
--
ALTER TABLE `woobooking_shipping`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `woobooking_state`
--
ALTER TABLE `woobooking_state`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `woobooking_tag`
--
ALTER TABLE `woobooking_tag`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `name` (`name`);
--
-- Indexes for table `woobooking_timezone`
--
ALTER TABLE `woobooking_timezone`
ADD PRIMARY KEY (`country_code`,`timezone`);
--
-- Indexes for table `woobooking_user`
--
ALTER TABLE `woobooking_user`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `woobooking_view`
--
ALTER TABLE `woobooking_view`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `name` (`name`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `woobooking_apps`
--
ALTER TABLE `woobooking_apps`
MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `woobooking_billing`
--
ALTER TABLE `woobooking_billing`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `woobooking_block`
--
ALTER TABLE `woobooking_block`
MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=210;
--
-- AUTO_INCREMENT for table `woobooking_cart`
--
ALTER TABLE `woobooking_cart`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=107;
--
-- AUTO_INCREMENT for table `woobooking_category`
--
ALTER TABLE `woobooking_category`
MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=71;
--
-- AUTO_INCREMENT for table `woobooking_category_tag`
--
ALTER TABLE `woobooking_category_tag`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `woobooking_country`
--
ALTER TABLE `woobooking_country`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=251;
--
-- AUTO_INCREMENT for table `woobooking_customer`
--
ALTER TABLE `woobooking_customer`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=611;
--
-- AUTO_INCREMENT for table `woobooking_employee`
--
ALTER TABLE `woobooking_employee`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=34;
--
-- AUTO_INCREMENT for table `woobooking_event`
--
ALTER TABLE `woobooking_event`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=83;
--
-- AUTO_INCREMENT for table `woobooking_eventtype`
--
ALTER TABLE `woobooking_eventtype`
MODIFY `id` int(15) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT for table `woobooking_event_employee`
--
ALTER TABLE `woobooking_event_employee`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=724;
--
-- AUTO_INCREMENT for table `woobooking_event_tag`
--
ALTER TABLE `woobooking_event_tag`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=675;
--
-- AUTO_INCREMENT for table `woobooking_extra`
--
ALTER TABLE `woobooking_extra`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `woobooking_finance`
--
ALTER TABLE `woobooking_finance`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `woobooking_gallery`
--
ALTER TABLE `woobooking_gallery`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1037;
--
-- AUTO_INCREMENT for table `woobooking_location`
--
ALTER TABLE `woobooking_location`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;
--
-- AUTO_INCREMENT for table `woobooking_notification`
--
ALTER TABLE `woobooking_notification`
MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=54;
--
-- AUTO_INCREMENT for table `woobooking_order`
--
ALTER TABLE `woobooking_order`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=574;
--
-- AUTO_INCREMENT for table `woobooking_order_customer`
--
ALTER TABLE `woobooking_order_customer`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `woobooking_order_detail`
--
ALTER TABLE `woobooking_order_detail`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=658;
--
-- AUTO_INCREMENT for table `woobooking_order_detail_rate`
--
ALTER TABLE `woobooking_order_detail_rate`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=796;
--
-- AUTO_INCREMENT for table `woobooking_order_package`
--
ALTER TABLE `woobooking_order_package`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
--
-- AUTO_INCREMENT for table `woobooking_order_package_rate`
--
ALTER TABLE `woobooking_order_package_rate`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=130;
--
-- AUTO_INCREMENT for table `woobooking_order_status`
--
ALTER TABLE `woobooking_order_status`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT for table `woobooking_package`
--
ALTER TABLE `woobooking_package`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `woobooking_package_event`
--
ALTER TABLE `woobooking_package_event`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;
--
-- AUTO_INCREMENT for table `woobooking_package_tag`
--
ALTER TABLE `woobooking_package_tag`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;
--
-- AUTO_INCREMENT for table `woobooking_payment`
--
ALTER TABLE `woobooking_payment`
MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=73;
--
-- AUTO_INCREMENT for table `woobooking_rate`
--
ALTER TABLE `woobooking_rate`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=826;
--
-- AUTO_INCREMENT for table `woobooking_review`
--
ALTER TABLE `woobooking_review`
MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=142;
--
-- AUTO_INCREMENT for table `woobooking_service`
--
ALTER TABLE `woobooking_service`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=110;
--
-- AUTO_INCREMENT for table `woobooking_service_employee`
--
ALTER TABLE `woobooking_service_employee`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=882;
--
-- AUTO_INCREMENT for table `woobooking_shipping`
--
ALTER TABLE `woobooking_shipping`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=51;
--
-- AUTO_INCREMENT for table `woobooking_state`
--
ALTER TABLE `woobooking_state`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
--
-- AUTO_INCREMENT for table `woobooking_tag`
--
ALTER TABLE `woobooking_tag`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;
--
-- AUTO_INCREMENT for table `woobooking_user`
--
ALTER TABLE `woobooking_user`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `woobooking_view`
--
ALTER TABLE `woobooking_view`
MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;
--
-- Constraints for dumped tables
--
--
-- Constraints for table `woobooking_event`
--
ALTER TABLE `woobooking_event`
ADD CONSTRAINT `woobooking_event_ibfk_1` FOREIGN KEY (`service_id`) REFERENCES `woobooking_service` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `woobooking_event_ibfk_2` FOREIGN KEY (`location_id`) REFERENCES `woobooking_location` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `woobooking_event_employee`
--
ALTER TABLE `woobooking_event_employee`
ADD CONSTRAINT `woobooking_event_employee_ibfk_1` FOREIGN KEY (`employee_id`) REFERENCES `woobooking_employee` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `woobooking_event_employee_ibfk_2` FOREIGN KEY (`event_id`) REFERENCES `woobooking_event` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `woobooking_event_tag`
--
ALTER TABLE `woobooking_event_tag`
ADD CONSTRAINT `woobooking_event_tag_ibfk_1` FOREIGN KEY (`tag_id`) REFERENCES `woobooking_tag` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `woobooking_event_tag_ibfk_2` FOREIGN KEY (`event_id`) REFERENCES `woobooking_event` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `woobooking_extra`
--
ALTER TABLE `woobooking_extra`
ADD CONSTRAINT `woobooking_extra_ibfk_1` FOREIGN KEY (`object_id`) REFERENCES `woobooking_service` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `woobooking_order`
--
ALTER TABLE `woobooking_order`
ADD CONSTRAINT `woobooking_order_ibfk_1` FOREIGN KEY (`order_status_id`) REFERENCES `woobooking_order_status` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `woobooking_order_detail`
--
ALTER TABLE `woobooking_order_detail`
ADD CONSTRAINT `woobooking_order_detail_ibfk_1` FOREIGN KEY (`order_id`) REFERENCES `woobooking_order` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `woobooking_order_detail_rate`
--
ALTER TABLE `woobooking_order_detail_rate`
ADD CONSTRAINT `woobooking_order_detail_rate_ibfk_1` FOREIGN KEY (`order_detail_id`) REFERENCES `woobooking_order_detail` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `woobooking_order_package`
--
ALTER TABLE `woobooking_order_package`
ADD CONSTRAINT `woobooking_order_package` FOREIGN KEY (`order_id`) REFERENCES `woobooking_order` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `woobooking_order_package_rate`
--
ALTER TABLE `woobooking_order_package_rate`
ADD CONSTRAINT `woobooking_order_package_rate` FOREIGN KEY (`order_package_id`) REFERENCES `woobooking_order_package` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `woobooking_package_event`
--
ALTER TABLE `woobooking_package_event`
ADD CONSTRAINT `woobooking_package_event_ibfk_1` FOREIGN KEY (`event_id`) REFERENCES `woobooking_event` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `woobooking_package_event_ibfk_2` FOREIGN KEY (`package_id`) REFERENCES `woobooking_package` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
--
-- Constraints for table `woobooking_service`
--
ALTER TABLE `woobooking_service`
ADD CONSTRAINT `woobooking_service_ibfk_1` FOREIGN KEY (`category_id`) REFERENCES `woobooking_category` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
SET FOREIGN_KEY_CHECKS=1;
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 */;