-- phpMyAdmin SQL Dump
-- version 4.9.4
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Dec 22, 2020 at 02:03 PM
-- Server version: 5.6.49
-- PHP Version: 7.3.6

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `demo12cm_hotelier_tf`
--

-- --------------------------------------------------------

--
-- Table structure for table `woobooking_activity`
--

CREATE TABLE `woobooking_activity` (
  `id` int(11) NOT NULL,
  `name` varchar(200) NOT NULL,
  `price_per_child` float NOT NULL,
  `price_per_adult` float NOT NULL,
  `published` int(11) NOT NULL,
  `location_id` int(11) NOT NULL,
  `service_id` int(11) NOT NULL,
  `max_allowed_children` int(11) NOT NULL,
  `max_allowed_adults` int(11) NOT NULL,
  `activity_color` varchar(20) 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,
  `close_date` datetime NOT NULL,
  `open_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `woobooking_activity_tag`
--

CREATE TABLE `woobooking_activity_tag` (
  `id` int(11) NOT NULL,
  `activity_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_amenity`
--

CREATE TABLE `woobooking_amenity` (
  `id` int(11) NOT NULL,
  `name` varchar(200) NOT NULL,
  `country_id` int(11) NOT NULL,
  `published` int(11) NOT NULL,
  `image` varchar(200) NOT NULL,
  `ordering` int(11) NOT NULL,
  `description` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `woobooking_amenity`
--

INSERT INTO `woobooking_amenity` (`id`, `name`, `country_id`, `published`, `image`, `ordering`, `description`) VALUES
(1, 'Toiletries', 0, 1, 'upload/roomtype/images/cover/udH0byEvhotel-guest-toiletries.jpg', 0, 'Toiletries are the specific bathroom amenities such as bath gel, shower caps, toothbrushes, combs, shaving kits, etc.'),
(2, 'High-speed Internet ', 0, 1, 'upload/roomtype/images/cover/QE4pThXfHigh-speed-Internet.jpg', 0, 'High-speed Internet - For seamless digital conferences, communication, and more.'),
(3, 'Free drink', 0, 1, 'upload/roomtype/images/cover/JLfqSAbtfreecoffe.jpg', 0, 'Special offer suggestion | Free drink - To wind down after a tough day.'),
(4, 'Desk', 0, 1, 'upload/roomtype/images/cover/ldFKN9yoDesk.jpg', 0, 'For a comfortable and convenient workspace.'),
(5, ' Free breakfast', 0, 1, 'upload/roomtype/images/cover/PqCCXxxDcooked-hotel-breakfast.jpg', 0, 'Whether you\'re arriving on the red eye or just want a hearty breakfast to start your day off right, our complimentary hot breakfast always hits the spot. Choose from a great selection of bacon, scrambled eggs/full-boiled eggs, Belgium waffles, fresh fruit, pastries, breads and cereals, yogurt, juice, coffee, and tea. Breakfast is served from 6:30 to 10 am daily.'),
(6, 'Pets stay for free', 0, 1, 'upload/roomtype/images/cover/fK34pcwFpet.jpg', 0, 'Pets are provided a bed, bowls, treats, and a stylish bandana.'),
(7, 'Room purification', 0, 1, 'upload/roomtype/images/cover/D2vGfId3molekule-molecular-air-purifier-remodelista-584x438.jpg', 0, 'Create the optimal environment for easy breathing with a guestroom air purifier, which isn’t only a nice amenity to have, but also a necessity for people with allergies or respiratory problems. '),
(8, 'Gym or fitness center', 0, 1, 'upload/roomtype/images/cover/8acEPY0Rfitness_center.jpg', 0, 'Our fitness centre lets you keep in shape while travelling and work off some of the fatigue that comes from long haul flights. The centre is open 24-hours to accommodate your travel schedule, and features state of the art cardio-vascular equipment, TV, filtered water, and towels.'),
(9, 'Free airport shuttle', 0, 1, 'upload/roomtype/images/cover/QELecm8Ylaxca-airport-home01.jpg', 0, 'When you first arrive in a city the last thing you want to have to worry about is transportation. Our convenient complimentary hotel shuttle is available from 5:00 AM to 12:00 Midnight (for check in/out only) to make sure you never miss your flight. '),
(10, 'Free daily newspaper', 0, 1, 'upload/roomtype/images/cover/iY3090lhnewspaper.jpg', 0, 'To help guests stay in the loop, even while off the grid.'),
(11, 'Kitchenette', 0, 1, 'upload/roomtype/images/cover/FszlbeykKitchenette.jpg', 0, 'Kitchenette (or fridge, microwave, and coffee maker) — For the convenience and simple comforts of home.');

-- --------------------------------------------------------

--
-- Table structure for table `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`
--

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`
--

CREATE TABLE `woobooking_block` (
  `id` int(11) UNSIGNED 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,
  `open_source_client_id` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `woobooking_block`
--

INSERT INTO `woobooking_block` (`id`, `name`, `type`, `alias`, `ordering`, `description`, `params`, `open_source_client_id`) 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, '', 'top_destinations_hotel', '', 0, '', '{\"filter_by_country\":[\"2\",\"9\",\"15\",\"19\",\"35\",\"242\"]}', '42a5c87'),
(188, '', 'popular_hotel', '', 0, '', '{}', 'a171f08'),
(189, '', 'top_reviews', '', 0, '', '{}', 'a29aead'),
(190, '', 'trending_destinations_hotel', '', 0, '', '{\"filter_by_country\":[\"8\",\"70\",\"76\"]}', '44fef77'),
(191, '', 'top_destinations_hotel', '', 0, '', '{\"filter_by_country\":[\"8\",\"60\",\"80\",\"112\",\"235\",\"242\"]}', 'b38c9fe'),
(192, '', 'popular_hotel', '', 0, '', '{}', '667755b'),
(193, '', 'search_hotel', '', 0, '', '{}', '75584a0'),
(194, '', 'top_reviews', '', 0, '', '{\"title_block\":\"Why Choose Us\",\"title_block_review\":\"Top Review\",\"description\":\"&lt;p&gt;Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, rem a quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Dssed odio sit amet nibh vulputate cursus a sit amt mauris. Morbi accumsan ipsum velit.&lt;\\/p&gt;&lt;p&gt;This is Photoshop\'s version of Lorem Ipsum. Proin gravida n vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum tor. This is Photoshop\'s version of Lorem Ipsum.u00a0&lt;\\/p&gt;\",\"style\":\"style1\",\"limit\":\"\"}', '35dcd55'),
(195, '', 'search_hotel', '', 0, '', '{}', '36fa69b'),
(196, '', 'trending_destinations_hotel', '', 0, '', '{\"filter_by_country\":[\"8\",\"60\",\"70\",\"76\"],\"title_block\":\"Trending destination hotel\",\"description\":\"Morbi mollis vestibulum sollicitudin. Nunc in eros a justo facilisis rutrum. Aenean id ullamcorper libero Vestibulum imperdiet nibh vel magna lacinia commodo ultricies,\",\"style\":\"style1\"}', 'd6176d9'),
(197, '', 'top_destinations_hotel', '', 0, '', '{\"filter_by_country\":[\"8\",\"60\",\"70\",\"80\",\"195\",\"235\"],\"title_block\":\"Top destination hotel\",\"description\":\"Morbi mollis vestibulum sollicitudin. Nunc in eros a justo facilisis rutrum. Aenean id ullamcorper libero Vestibulum imperdiet nibh vel magna lacinia commodo ultricies,\",\"style\":\"style1\"}', '0dc9190'),
(198, '', 'popular_hotel', '', 0, '', '{\"title_block\":\"Most Popular Hotels\",\"limit\":\"\",\"description\":\"\",\"style\":\"style1\"}', 'acb3b01'),
(199, '', 'search_hotel', '', 0, '', '{}', 'ae55536'),
(200, '', 'top_reviews', '', 0, '', '{\"title_block\":\"Why Choose Us\",\"title_block_review\":\"Top Review\",\"description\":\"\",\"style\":\"style2\",\"limit\":\"\"}', '427fc820'),
(201, '', 'top_reviews', '', 0, '', '{\"title_block\":\"Our Guest Reviews\",\"title_block_review\":\"Our Guest Reviews\",\"description\":\"&lt;p&gt;Morbi mollis vestibulum sollicitudin. Nunc in eros a justo facilisis rutrum. Aenean id ullamcorper libero Vestibulum imperdiet nibh vel magna lacinia commodo ultricies&lt;\\/p&gt;\",\"style\":\"style3\",\"limit\":\"\"}', '1ad1df7f'),
(202, '', 'top_reviews', '', 0, '', '{\"title_block\":\"Why Choose Us\",\"title_block_review\":\"Top Review\",\"description\":\"&lt;p&gt;Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, rem a quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Dssed odio sit amet nibh vulputate cursus a sit amt mauris. Morbi accumsan ipsum velit.&lt;\\/p&gt;&lt;p&gt;This is Photoshop\'s version of Lorem Ipsum. Proin gravida n vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum tor. This is Photoshop\'s version of Lorem Ipsum.u00a0&lt;\\/p&gt;\",\"style\":\"style1\",\"limit\":\"\"}', '4048190'),
(203, '', 'trending_destinations_hotel', '', 0, '', '{\"filter_by_country\":[\"8\",\"60\",\"70\"],\"title_block\":\"Trending destination hotel\",\"description\":\"Morbi mollis vestibulum sollicitudin. Nunc in eros a justo facilisis rutrum. Aenean id ullamcorper libero Vestibulum imperdiet nibh vel magna lacinia commodo ultricies,\",\"style\":\"style1\"}', '435f8f5f'),
(204, '', 'top_destinations_hotel', '', 0, '', '{\"filter_by_country\":[\"8\",\"60\",\"70\",\"80\",\"195\",\"235\"],\"title_block\":\"Top destination hotel\",\"description\":\"Morbi mollis vestibulum sollicitudin. Nunc in eros a justo facilisis rutrum. Aenean id ullamcorper libero Vestibulum imperdiet nibh vel magna lacinia commodo ultricies,\",\"style\":\"style1\"}', '2c819379'),
(205, '', 'popular_hotel', '', 0, '', '{\"title_block\":\"Most Popular Hotels\",\"limit\":6,\"description\":\"\",\"style\":\"style1\"}', '7fb351f7'),
(206, '', 'search_hotel', '', 0, '', '{}', '1e697b26'),
(207, '', 'popular_hotel', '', 0, '', '{\"title_block\":\"Enjoy Your Stay in  Our Hotel Book Today For Hot New Offers\",\"limit\":\"\",\"description\":\"Morbi mollis vestibulum sollicitudin. Nunc in eros a justo facilisis rutrum. Aenean id ullaper libero Vestibulum imperdiet nibh vel magna lacinia comodo ultricies.\",\"style\":\"style2\"}', '84b7ae5'),
(208, '', 'popular_hotel', '', 0, '', '{\"title_block\":\"Most Popular Hotels\",\"limit\":6,\"description\":\"\",\"style\":\"style1\"}', 'd3fe3ee'),
(209, '', 'top_destinations_hotel', '', 0, '', '{\"filter_by_country\":[\"8\",\"60\",\"70\",\"80\",\"195\",\"235\"],\"title_block\":\"Top destination hotel\",\"description\":\"Morbi mollis vestibulum sollicitudin. Nunc in eros a justo facilisis rutrum. Aenean id ullamcorper libero Vestibulum imperdiet nibh vel magna lacinia commodo ultricies,\",\"style\":\"style1\"}', '9ac1f4'),
(210, '', 'trending_destinations_hotel', '', 0, '', '{\"filter_by_country\":[\"60\",\"70\",\"76\",\"112\",\"116\",\"183\",\"195\",\"242\"],\"title_block\":\"Trending Destination Style 2\",\"description\":\"\",\"style\":\"style2\"}', '6168e2ee'),
(211, '', 'trending_destinations_hotel', '', 0, '', '{\"filter_by_country\":[\"8\",\"60\",\"70\",\"76\"],\"title_block\":\"Trending destination hotel\",\"description\":\"Morbi mollis vestibulum sollicitudin. Nunc in eros a justo facilisis rutrum. Aenean id ullamcorper libero Vestibulum imperdiet nibh vel magna lacinia commodo ultricies,\",\"style\":\"style1\"}', '35759569'),
(212, '', 'trending_destinations_hotel', '', 0, '', '{\"filter_by_country\":[\"8\",\"60\",\"70\"],\"title_block\":\"Trending Destination Style 1\",\"description\":\"\",\"style\":\"style1\"}', 'cd2515f'),
(213, '', 'top_reviews', '', 0, '', '{\"title_block\":\"Our Guest Reviews Style 3\",\"title_block_review\":\"Our Guest Reviews\",\"description\":\"&lt;p&gt;Morbi mollis vestibulum sollicitudin. Nunc in eros a justo facilisis rutrum. Aenean id ullamcorper libero Vestibulum imperdiet nibh vel magna lacinia commodo ultricies&lt;\\/p&gt;\",\"style\":\"style3\",\"limit\":\"\"}', '2b405529'),
(214, '', 'top_destinations_hotel', '', 0, '', '{\"filter_by_country\":[\"8\",\"70\",\"76\",\"80\",\"112\"],\"title_block\":\"Top destination hotel\",\"description\":\"\",\"style\":\"style2\"}', '732c61b0'),
(215, '', 'top_reviews', '', 0, '', '{\"title_block\":\"Why Choose Us\",\"title_block_review\":\"Top Review\",\"description\":\"\",\"style\":\"style2\",\"limit\":\"\"}', 'd023fe8'),
(216, '', 'top_destinations_hotel', '', 0, '', '{\"filter_by_country\":[\"8\",\"60\",\"70\",\"80\",\"195\",\"235\"],\"title_block\":\"Top Destination Style 1\",\"description\":\"\",\"style\":\"style1\"}', '24daafce'),
(217, '', 'top_reviews', '', 0, '', '{\"title_block\":\"Why Choose Us\",\"title_block_review\":\"Top Review\",\"description\":\"&lt;p&gt;Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, rem a quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Dssed odio sit amet nibh vulputate cursus a sit amt mauris. Morbi accumsan ipsum velit.&lt;\\/p&gt;&lt;p&gt;This is Photoshop\'s version of Lorem Ipsum. Proin gravida n vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum tor. This is Photoshop\'s version of Lorem Ipsum.u00a0&lt;\\/p&gt;\",\"style\":\"style1\",\"limit\":\"\"}', '34b8cf17'),
(218, '', 'popular_hotel', '', 0, '', '{\"title_block\":\"Related Hotels\",\"limit\":6,\"description\":\"\",\"style\":\"style1\"}', 'd677d8e');

-- --------------------------------------------------------

--
-- Table structure for table `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;

-- --------------------------------------------------------

--
-- Table structure for table `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;

-- --------------------------------------------------------

--
-- Table structure for table `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`
--

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', '{\"page_hotel_detail\":12,\"page_list_hotel\":13,\"page_checkout_default\":11,\"booking_style\":\"in_line\",\"multi_product_in_cart\":\"1\"}');

-- --------------------------------------------------------

--
-- Table structure for table `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,
  `phonecode` int(5) NOT 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`, `phonecode`, `ordering`, `published`) VALUES
(1, 'ABW', 'Aruba', 'admin/resources/flags/aw.png', 'AW', 297, 0, 0),
(2, 'AFG', 'Afghanistan', 'admin/resources/flags/af.png', 'AF', 93, 0, 0),
(3, 'AGO', 'Angola', 'admin/resources/flags/ao.png', 'AO', 244, 0, 0),
(4, 'AIA', 'Anguilla', 'admin/resources/flags/ai.png', 'AI', 1264, 0, 0),
(5, 'ALA', 'Åland', 'admin/resources/flags/ax.png', 'AX', 358, 0, 0),
(6, 'ALB', 'Albania', 'admin/resources/flags/al.png', 'AL', 355, 0, 0),
(7, 'AND', 'Andorra', 'admin/resources/flags/ad.png', 'AD', 376, 0, 0),
(8, 'ARE', 'United Arab Emirates', 'admin/resources/flags/ae.png', 'AE', 971, 0, 0),
(9, 'ARG', 'Argentina', 'admin/resources/flags/ar.png', 'AR', 54, 0, 0),
(10, 'ARM', 'Armenia', 'admin/resources/flags/am.png', 'AM', 374, 0, 0),
(11, 'ASM', 'American Samoa', 'admin/resources/flags/as.png', 'AS', 1684, 0, 0),
(12, 'ATA', 'Antarctica', 'admin/resources/flags/aq.png', 'AQ', 0, 0, 0),
(13, 'ATF', 'French Southern Territories', 'admin/resources/flags/tf.png', 'TF', 0, 0, 0),
(14, 'ATG', 'Antigua and Barbuda', 'admin/resources/flags/ag.png', 'AG', 1268, 0, 0),
(15, 'AUS', 'Australia', 'admin/resources/flags/au.png', 'AU', 61, 0, 0),
(16, 'AUT', 'Austria', 'admin/resources/flags/at.png', 'AT', 43, 0, 0),
(17, 'AZE', 'Azerbaijan', 'admin/resources/flags/az.png', 'AZ', 994, 0, 0),
(18, 'BDI', 'Burundi', 'admin/resources/flags/bi.png', 'BI', 257, 0, 0),
(19, 'BEL', 'Belgium', 'admin/resources/flags/be.png', 'BE', 32, 0, 0),
(20, 'BEN', 'Benin', 'admin/resources/flags/bj.png', 'BJ', 229, 0, 0),
(21, 'BES', 'Bonaire', 'admin/resources/flags/bq.png', 'BQ', 599, 0, 0),
(22, 'BFA', 'Burkina Faso', 'admin/resources/flags/bf.png', 'BF', 226, 0, 0),
(23, 'BGD', 'Bangladesh', 'admin/resources/flags/bd.png', 'BD', 880, 0, 0),
(24, 'BGR', 'Bulgaria', 'admin/resources/flags/bg.png', 'BG', 359, 0, 0),
(25, 'BHR', 'Bahrain', 'admin/resources/flags/bh.png', 'BH', 973, 0, 0),
(26, 'BHS', 'Bahamas', 'admin/resources/flags/bs.png', 'BS', 1242, 0, 0),
(27, 'BIH', 'Bosnia and Herzegovina', 'admin/resources/flags/ba.png', 'BA', 387, 0, 0),
(28, 'BLM', 'Saint Barthélemy', 'admin/resources/flags/bl.png', 'BL', 590, 0, 0),
(29, 'BLR', 'Belarus', 'admin/resources/flags/by.png', 'BY', 375, 0, 0),
(30, 'BLZ', 'Belize', 'admin/resources/flags/bz.png', 'BZ', 501, 0, 0),
(31, 'BMU', 'Bermuda', 'admin/resources/flags/bm.png', 'BM', 1441, 0, 0),
(32, 'BOL', 'Bolivia', 'admin/resources/flags/bo.png', 'BO', 591, 0, 0),
(33, 'BRA', 'Brazil', 'admin/resources/flags/br.png', 'BR', 55, 0, 0),
(34, 'BRB', 'Barbados', 'admin/resources/flags/bb.png', 'BB', 1246, 0, 0),
(35, 'BRN', 'Brunei', 'admin/resources/flags/bn.png', 'BN', 673, 0, 0),
(36, 'BTN', 'Bhutan', 'admin/resources/flags/bt.png', 'BT', 975, 0, 0),
(37, 'BVT', 'Bouvet Island', 'admin/resources/flags/bv.png', 'BV', 0, 0, 0),
(38, 'BWA', 'Botswana', 'admin/resources/flags/bw.png', 'BW', 267, 0, 0),
(39, 'CAF', 'Central African Republic', 'admin/resources/flags/cf.png', 'CF', 236, 0, 0),
(40, 'CAN', 'Canada', 'admin/resources/flags/ca.png', 'CA', 1, 0, 0),
(41, 'CCK', 'Cocos [Keeling] Islands', 'admin/resources/flags/cc.png', 'CC', 672, 0, 0),
(42, 'CHE', 'Switzerland', 'admin/resources/flags/ch.png', 'CH', 41, 0, 0),
(43, 'CHL', 'Chile', 'admin/resources/flags/cl.png', 'CL', 56, 0, 0),
(44, 'CHN', 'China', 'admin/resources/flags/cn.png', 'CN', 86, 0, 0),
(45, 'CIV', 'Ivory Coast', 'admin/resources/flags/ci.png', 'CI', 225, 0, 0),
(46, 'CMR', 'Cameroon', 'admin/resources/flags/cm.png', 'CM', 237, 0, 0),
(47, 'COD', 'Democratic Republic of the Congo', 'admin/resources/flags/cd.png', 'CD', 242, 0, 0),
(48, 'COG', 'Republic of the Congo', 'admin/resources/flags/cg.png', 'CG', 242, 0, 0),
(49, 'COK', 'Cook Islands', 'admin/resources/flags/ck.png', 'CK', 682, 0, 0),
(50, 'COL', 'Colombia', 'admin/resources/flags/co.png', 'CO', 57, 0, 0),
(51, 'COM', 'Comoros', 'admin/resources/flags/km.png', 'KM', 269, 0, 0),
(52, 'CPV', 'Cape Verde', 'admin/resources/flags/cv.png', 'CV', 238, 0, 0),
(53, 'CRI', 'Costa Rica', 'admin/resources/flags/cr.png', 'CR', 506, 0, 0),
(54, 'CUB', 'Cuba', 'admin/resources/flags/cu.png', 'CU', 53, 0, 0),
(55, 'CUW', 'Curacao', 'admin/resources/flags/cw.png', 'CW', 599, 0, 0),
(56, 'CXR', 'Christmas Island', 'admin/resources/flags/cx.png', 'CX', 61, 0, 0),
(57, 'CYM', 'Cayman Islands', 'admin/resources/flags/ky.png', 'KY', 1345, 0, 0),
(58, 'CYP', 'Cyprus', 'admin/resources/flags/cy.png', 'CY', 357, 0, 0),
(59, 'CZE', 'Czech Republic', 'admin/resources/flags/cz.png', 'CZ', 420, 0, 0),
(60, 'DEU', 'Germany', 'admin/resources/flags/de.png', 'DE', 49, 0, 0),
(61, 'DJI', 'Djibouti', 'admin/resources/flags/dj.png', 'DJ', 253, 0, 0),
(62, 'DMA', 'Dominica', 'admin/resources/flags/dm.png', 'DM', 1767, 0, 0),
(63, 'DNK', 'Denmark', 'admin/resources/flags/dk.png', 'DK', 45, 0, 0),
(64, 'DOM', 'Dominican Republic', 'admin/resources/flags/do.png', 'DO', 1809, 0, 0),
(65, 'DZA', 'Algeria', 'admin/resources/flags/dz.png', 'DZ', 213, 0, 0),
(66, 'ECU', 'Ecuador', 'admin/resources/flags/ec.png', 'EC', 593, 0, 0),
(67, 'EGY', 'Egypt', 'admin/resources/flags/eg.png', 'EG', 20, 0, 0),
(68, 'ERI', 'Eritrea', 'admin/resources/flags/er.png', 'ER', 291, 0, 0),
(69, 'ESH', 'Western Sahara', 'admin/resources/flags/eh.png', 'EH', 212, 0, 0),
(70, 'ESP', 'Spain', 'admin/resources/flags/es.png', 'ES', 34, 0, 0),
(71, 'EST', 'Estonia', 'admin/resources/flags/ee.png', 'EE', 372, 0, 0),
(72, 'ETH', 'Ethiopia', 'admin/resources/flags/et.png', 'ET', 251, 0, 0),
(73, 'FIN', 'Finland', 'admin/resources/flags/fi.png', 'FI', 358, 0, 0),
(74, 'FJI', 'Fiji', 'admin/resources/flags/fj.png', 'FJ', 679, 0, 0),
(75, 'FLK', 'Falkland Islands', 'admin/resources/flags/fk.png', 'FK', 500, 0, 0),
(76, 'FRA', 'France', 'admin/resources/flags/fr.png', 'FR', 33, 0, 0),
(77, 'FRO', 'Faroe Islands', 'admin/resources/flags/fo.png', 'FO', 298, 0, 0),
(78, 'FSM', 'Micronesia', 'admin/resources/flags/fm.png', 'FM', 691, 0, 0),
(79, 'GAB', 'Gabon', 'admin/resources/flags/ga.png', 'GA', 241, 0, 0),
(80, 'GBR', 'United Kingdom', 'admin/resources/flags/gb.png', 'GB', 44, 0, 0),
(81, 'GEO', 'Georgia', 'admin/resources/flags/ge.png', 'GE', 995, 0, 0),
(82, 'GGY', 'Guernsey', 'admin/resources/flags/gg.png', 'GG', 44, 0, 0),
(83, 'GHA', 'Ghana', 'admin/resources/flags/gh.png', 'GH', 233, 0, 0),
(84, 'GIB', 'Gibraltar', 'admin/resources/flags/gi.png', 'GI', 350, 0, 0),
(85, 'GIN', 'Guinea', 'admin/resources/flags/gn.png', 'GN', 224, 0, 0),
(86, 'GLP', 'Guadeloupe', 'admin/resources/flags/gp.png', 'GP', 590, 0, 0),
(87, 'GMB', 'Gambia', 'admin/resources/flags/gm.png', 'GM', 220, 0, 0),
(88, 'GNB', 'Guinea-Bissau', 'admin/resources/flags/gw.png', 'GW', 245, 0, 0),
(89, 'GNQ', 'Equatorial Guinea', 'admin/resources/flags/gq.png', 'GQ', 240, 0, 0),
(90, 'GRC', 'Greece', 'admin/resources/flags/gr.png', 'GR', 30, 0, 0),
(91, 'GRD', 'Grenada', 'admin/resources/flags/gd.png', 'GD', 1473, 0, 0),
(92, 'GRL', 'Greenland', 'admin/resources/flags/gl.png', 'GL', 299, 0, 0),
(93, 'GTM', 'Guatemala', 'admin/resources/flags/gt.png', 'GT', 502, 0, 0),
(94, 'GUF', 'French Guiana', 'admin/resources/flags/gf.png', 'GF', 594, 0, 0),
(95, 'GUM', 'Guam', 'admin/resources/flags/gu.png', 'GU', 1671, 0, 0),
(96, 'GUY', 'Guyana', 'admin/resources/flags/gy.png', 'GY', 592, 0, 0),
(97, 'HKG', 'Hong Kong', 'admin/resources/flags/hk.png', 'HK', 852, 0, 0),
(98, 'HMD', 'Heard Island and McDonald Islands', 'admin/resources/flags/hm.png', 'HM', 0, 0, 0),
(99, 'HND', 'Honduras', 'admin/resources/flags/hn.png', 'HN', 504, 0, 0),
(100, 'HRV', 'Croatia', 'admin/resources/flags/hr.png', 'HR', 385, 0, 0),
(101, 'HTI', 'Haiti', 'admin/resources/flags/ht.png', 'HT', 509, 0, 0),
(102, 'HUN', 'Hungary', 'admin/resources/flags/hu.png', 'HU', 36, 0, 0),
(103, 'IDN', 'Indonesia', 'admin/resources/flags/id.png', 'ID', 62, 0, 0),
(104, 'IMN', 'Isle of Man', 'admin/resources/flags/im.png', 'IM', 44, 0, 0),
(105, 'IND', 'India', 'admin/resources/flags/in.png', 'IN', 91, 0, 0),
(106, 'IOT', 'British Indian Ocean Territory', 'admin/resources/flags/io.png', 'IO', 246, 0, 0),
(107, 'IRL', 'Ireland', 'admin/resources/flags/ie.png', 'IE', 353, 0, 0),
(108, 'IRN', 'Iran', 'admin/resources/flags/ir.png', 'IR', 98, 0, 0),
(109, 'IRQ', 'Iraq', 'admin/resources/flags/iq.png', 'IQ', 964, 0, 0),
(110, 'ISL', 'Iceland', 'admin/resources/flags/is.png', 'IS', 354, 0, 0),
(111, 'ISR', 'Israel', 'admin/resources/flags/il.png', 'IL', 972, 0, 0),
(112, 'ITA', 'Italy', 'admin/resources/flags/it.png', 'IT', 39, 0, 0),
(113, 'JAM', 'Jamaica', 'admin/resources/flags/jm.png', 'JM', 1876, 0, 0),
(114, 'JEY', 'Jersey', 'admin/resources/flags/je.png', 'JE', 44, 0, 0),
(115, 'JOR', 'Jordan', 'admin/resources/flags/jo.png', 'JO', 962, 0, 0),
(116, 'JPN', 'Japan', 'admin/resources/flags/jp.png', 'JP', 81, 0, 0),
(117, 'KAZ', 'Kazakhstan', 'admin/resources/flags/kz.png', 'KZ', 7, 0, 0),
(118, 'KEN', 'Kenya', 'admin/resources/flags/ke.png', 'KE', 254, 0, 0),
(119, 'KGZ', 'Kyrgyzstan', 'admin/resources/flags/kg.png', 'KG', 996, 0, 0),
(120, 'KHM', 'Cambodia', 'admin/resources/flags/kh.png', 'KH', 855, 0, 0),
(121, 'KIR', 'Kiribati', 'admin/resources/flags/ki.png', 'KI', 686, 0, 0),
(122, 'KNA', 'Saint Kitts and Nevis', 'admin/resources/flags/kn.png', 'KN', 1869, 0, 0),
(123, 'KOR', 'South Korea', 'admin/resources/flags/kr.png', 'KR', 82, 0, 0),
(124, 'KWT', 'Kuwait', 'admin/resources/flags/kw.png', 'KW', 965, 0, 0),
(125, 'LAO', 'Laos', 'admin/resources/flags/la.png', 'LA', 856, 0, 0),
(126, 'LBN', 'Lebanon', 'admin/resources/flags/lb.png', 'LB', 961, 0, 0),
(127, 'LBR', 'Liberia', 'admin/resources/flags/lr.png', 'LR', 231, 0, 0),
(128, 'LBY', 'Libya', 'admin/resources/flags/ly.png', 'LY', 218, 0, 0),
(129, 'LCA', 'Saint Lucia', 'admin/resources/flags/lc.png', 'LC', 1758, 0, 0),
(130, 'LIE', 'Liechtenstein', 'admin/resources/flags/li.png', 'LI', 423, 0, 0),
(131, 'LKA', 'Sri Lanka', 'admin/resources/flags/lk.png', 'LK', 94, 0, 0),
(132, 'LSO', 'Lesotho', 'admin/resources/flags/ls.png', 'LS', 266, 0, 0),
(133, 'LTU', 'Lithuania', 'admin/resources/flags/lt.png', 'LT', 370, 0, 0),
(134, 'LUX', 'Luxembourg', 'admin/resources/flags/lu.png', 'LU', 352, 0, 0),
(135, 'LVA', 'Latvia', 'admin/resources/flags/lv.png', 'LV', 371, 0, 0),
(136, 'MAC', 'Macao', 'admin/resources/flags/mo.png', 'MO', 853, 0, 0),
(137, 'MAF', 'Saint Martin', 'admin/resources/flags/mf.png', 'MF', 590, 0, 0),
(138, 'MAR', 'Morocco', 'admin/resources/flags/ma.png', 'MA', 212, 0, 0),
(139, 'MCO', 'Monaco', 'admin/resources/flags/mc.png', 'MC', 377, 0, 0),
(140, 'MDA', 'Moldova', 'admin/resources/flags/md.png', 'MD', 373, 0, 0),
(141, 'MDG', 'Madagascar', 'admin/resources/flags/mg.png', 'MG', 261, 0, 0),
(142, 'MDV', 'Maldives', 'admin/resources/flags/mv.png', 'MV', 960, 0, 0),
(143, 'MEX', 'Mexico', 'admin/resources/flags/mx.png', 'MX', 52, 0, 0),
(144, 'MHL', 'Marshall Islands', 'admin/resources/flags/mh.png', 'MH', 692, 0, 0),
(145, 'MKD', 'Macedonia', 'admin/resources/flags/mk.png', 'MK', 389, 0, 0),
(146, 'MLI', 'Mali', 'admin/resources/flags/ml.png', 'ML', 223, 0, 0),
(147, 'MLT', 'Malta', 'admin/resources/flags/mt.png', 'MT', 356, 0, 0),
(148, 'MMR', 'Myanmar [Burma]', 'admin/resources/flags/mm.png', 'MM', 95, 0, 0),
(149, 'MNE', 'Montenegro', 'admin/resources/flags/me.png', 'ME', 382, 0, 0),
(150, 'MNG', 'Mongolia', 'admin/resources/flags/mn.png', 'MN', 976, 0, 0),
(151, 'MNP', 'Northern Mariana Islands', 'admin/resources/flags/mp.png', 'MP', 1670, 0, 0),
(152, 'MOZ', 'Mozambique', 'admin/resources/flags/mz.png', 'MZ', 258, 0, 0),
(153, 'MRT', 'Mauritania', 'admin/resources/flags/mr.png', 'MR', 222, 0, 0),
(154, 'MSR', 'Montserrat', 'admin/resources/flags/ms.png', 'MS', 1664, 0, 0),
(155, 'MTQ', 'Martinique', 'admin/resources/flags/mq.png', 'MQ', 596, 0, 0),
(156, 'MUS', 'Mauritius', 'admin/resources/flags/mu.png', 'MU', 230, 0, 0),
(157, 'MWI', 'Malawi', 'admin/resources/flags/mw.png', 'MW', 265, 0, 0),
(158, 'MYS', 'Malaysia', 'admin/resources/flags/my.png', 'MY', 60, 0, 0),
(159, 'MYT', 'Mayotte', 'admin/resources/flags/yt.png', 'YT', 269, 0, 0),
(160, 'NAM', 'Namibia', 'admin/resources/flags/na.png', 'NA', 264, 0, 0),
(161, 'NCL', 'New Caledonia', 'admin/resources/flags/nc.png', 'NC', 687, 0, 0),
(162, 'NER', 'Niger', 'admin/resources/flags/ne.png', 'NE', 227, 0, 0),
(163, 'NFK', 'Norfolk Island', 'admin/resources/flags/nf.png', 'NF', 672, 0, 0),
(164, 'NGA', 'Nigeria', 'admin/resources/flags/ng.png', 'NG', 234, 0, 0),
(165, 'NIC', 'Nicaragua', 'admin/resources/flags/ni.png', 'NI', 505, 0, 0),
(166, 'NIU', 'Niue', 'admin/resources/flags/nu.png', 'NU', 683, 0, 0),
(167, 'NLD', 'Netherlands', 'admin/resources/flags/nl.png', 'NL', 31, 0, 0),
(168, 'NOR', 'Norway', 'admin/resources/flags/no.png', 'NO', 47, 0, 0),
(169, 'NPL', 'Nepal', 'admin/resources/flags/np.png', 'NP', 977, 0, 0),
(170, 'NRU', 'Nauru', 'admin/resources/flags/nr.png', 'NR', 674, 0, 0),
(171, 'NZL', 'New Zealand', 'admin/resources/flags/nz.png', 'NZ', 64, 0, 0),
(172, 'OMN', 'Oman', 'admin/resources/flags/om.png', 'OM', 968, 0, 0),
(173, 'PAK', 'Pakistan', 'admin/resources/flags/pk.png', 'PK', 92, 0, 0),
(174, 'PAN', 'Panama', 'admin/resources/flags/pa.png', 'PA', 507, 0, 0),
(175, 'PCN', 'Pitcairn Islands', 'admin/resources/flags/pn.png', 'PN', 0, 0, 0),
(176, 'PER', 'Peru', 'admin/resources/flags/pe.png', 'PE', 51, 0, 0),
(177, 'PHL', 'Philippines', 'admin/resources/flags/ph.png', 'PH', 63, 0, 0),
(178, 'PLW', 'Palau', 'admin/resources/flags/pw.png', 'PW', 680, 0, 0),
(179, 'PNG', 'Papua New Guinea', 'admin/resources/flags/pg.png', 'PG', 675, 0, 0),
(180, 'POL', 'Poland', 'admin/resources/flags/pl.png', 'PL', 48, 0, 0),
(181, 'PRI', 'Puerto Rico', 'admin/resources/flags/pr.png', 'PR', 1787, 0, 0),
(182, 'PRK', 'North Korea', 'admin/resources/flags/kp.png', 'KP', 850, 0, 0),
(183, 'PRT', 'Portugal', 'admin/resources/flags/pt.png', 'PT', 351, 0, 0),
(184, 'PRY', 'Paraguay', 'admin/resources/flags/py.png', 'PY', 595, 0, 0),
(185, 'PSE', 'Palestine', 'admin/resources/flags/ps.png', 'PS', 970, 0, 0),
(186, 'PYF', 'French Polynesia', 'admin/resources/flags/pf.png', 'PF', 689, 0, 0),
(187, 'QAT', 'Qatar', 'admin/resources/flags/qa.png', 'QA', 974, 0, 0),
(188, 'REU', 'Réunion', 'admin/resources/flags/re.png', 'RE', 262, 0, 0),
(189, 'ROU', 'Romania', 'admin/resources/flags/ro.png', 'RO', 40, 0, 0),
(190, 'RUS', 'Russia', 'admin/resources/flags/ru.png', 'RU', 70, 0, 0),
(191, 'RWA', 'Rwanda', 'admin/resources/flags/rw.png', 'RW', 250, 0, 0),
(192, 'SAU', 'Saudi Arabia', 'admin/resources/flags/sa.png', 'SA', 966, 0, 0),
(193, 'SDN', 'Sudan', 'admin/resources/flags/sd.png', 'SD', 249, 0, 0),
(194, 'SEN', 'Senegal', 'admin/resources/flags/sn.png', 'SN', 221, 0, 0),
(195, 'SGP', 'Singapore', 'admin/resources/flags/sg.png', 'SG', 65, 0, 0),
(196, 'SGS', 'South Georgia and the South Sandwich Islands', 'admin/resources/flags/gs.png', 'GS', 0, 0, 0),
(197, 'SHN', 'Saint Helena', 'admin/resources/flags/sh.png', 'SH', 290, 0, 0),
(198, 'SJM', 'Svalbard and Jan Mayen', 'admin/resources/flags/sj.png', 'SJ', 47, 0, 0),
(199, 'SLB', 'Solomon Islands', 'admin/resources/flags/sb.png', 'SB', 677, 0, 0),
(200, 'SLE', 'Sierra Leone', 'admin/resources/flags/sl.png', 'SL', 232, 0, 0),
(201, 'SLV', 'El Salvador', 'admin/resources/flags/sv.png', 'SV', 503, 0, 0),
(202, 'SMR', 'San Marino', 'admin/resources/flags/sm.png', 'SM', 378, 0, 0),
(203, 'SOM', 'Somalia', 'admin/resources/flags/so.png', 'SO', 252, 0, 0),
(204, 'SPM', 'Saint Pierre and Miquelon', 'admin/resources/flags/pm.png', 'PM', 508, 0, 0),
(205, 'SRB', 'Serbia', 'admin/resources/flags/rs.png', 'RS', 381, 0, 0),
(206, 'SSD', 'South Sudan', 'admin/resources/flags/ss.png', 'SS', 211, 0, 0),
(207, 'STP', 'São Tomé and Príncipe', 'admin/resources/flags/st.png', 'ST', 239, 0, 0),
(208, 'SUR', 'Suriname', 'admin/resources/flags/sr.png', 'SR', 597, 0, 0),
(209, 'SVK', 'Slovakia', 'admin/resources/flags/sk.png', 'SK', 421, 0, 0),
(210, 'SVN', 'Slovenia', 'admin/resources/flags/si.png', 'SI', 386, 0, 0),
(211, 'SWE', 'Sweden', 'admin/resources/flags/se.png', 'SE', 46, 0, 0),
(212, 'SWZ', 'Swaziland', 'admin/resources/flags/sz.png', 'SZ', 268, 0, 0),
(213, 'SXM', 'Sint Maarten', 'admin/resources/flags/sx.png', 'SX', 1, 0, 0),
(214, 'SYC', 'Seychelles', 'admin/resources/flags/sc.png', 'SC', 248, 0, 0),
(215, 'SYR', 'Syria', 'admin/resources/flags/sy.png', 'SY', 963, 0, 0),
(216, 'TCA', 'Turks and Caicos Islands', 'admin/resources/flags/tc.png', 'TC', 1649, 0, 0),
(217, 'TCD', 'Chad', 'admin/resources/flags/td.png', 'TD', 235, 0, 0),
(218, 'TGO', 'Togo', 'admin/resources/flags/tg.png', 'TG', 228, 0, 0),
(219, 'THA', 'Thailand', 'admin/resources/flags/th.png', 'TH', 66, 0, 0),
(220, 'TJK', 'Tajikistan', 'admin/resources/flags/tj.png', 'TJ', 992, 0, 0),
(221, 'TKL', 'Tokelau', 'admin/resources/flags/tk.png', 'TK', 690, 0, 0),
(222, 'TKM', 'Turkmenistan', 'admin/resources/flags/tm.png', 'TM', 7370, 0, 0),
(223, 'TLS', 'East Timor', 'admin/resources/flags/tl.png', 'TL', 670, 0, 0),
(224, 'TON', 'Tonga', 'admin/resources/flags/to.png', 'TO', 676, 0, 0),
(225, 'TTO', 'Trinidad and Tobago', 'admin/resources/flags/tt.png', 'TT', 1868, 0, 0),
(226, 'TUN', 'Tunisia', 'admin/resources/flags/tn.png', 'TN', 216, 0, 0),
(227, 'TUR', 'Turkey', 'admin/resources/flags/tr.png', 'TR', 90, 0, 0),
(228, 'TUV', 'Tuvalu', 'admin/resources/flags/tv.png', 'TV', 688, 0, 0),
(229, 'TWN', 'Taiwan', 'admin/resources/flags/tw.png', 'TW', 886, 0, 0),
(230, 'TZA', 'Tanzania', 'admin/resources/flags/tz.png', 'TZ', 255, 0, 0),
(231, 'UGA', 'Uganda', 'admin/resources/flags/ug.png', 'UG', 256, 0, 0),
(232, 'UKR', 'Ukraine', 'admin/resources/flags/ua.png', 'UA', 380, 0, 0),
(233, 'UMI', 'U.S. Minor Outlying Islands', 'admin/resources/flags/um.png', 'UM', 1, 0, 0),
(234, 'URY', 'Uruguay', 'admin/resources/flags/uy.png', 'UY', 598, 0, 0),
(235, 'USA', 'United States', 'admin/resources/flags/us.png', 'US', 1, 0, 0),
(236, 'UZB', 'Uzbekistan', 'admin/resources/flags/uz.png', 'UZ', 998, 0, 0),
(237, 'VAT', 'Vatican City', 'admin/resources/flags/va.png', 'VA', 39, 0, 0),
(238, 'VCT', 'Saint Vincent and the Grenadines', 'admin/resources/flags/vc.png', 'VC', 1784, 0, 0),
(239, 'VEN', 'Venezuela', 'admin/resources/flags/ve.png', 'VE', 58, 0, 0),
(240, 'VGB', 'British Virgin Islands', 'admin/resources/flags/vg.png', 'VG', 1284, 0, 0),
(241, 'VIR', 'U.S. Virgin Islands', 'admin/resources/flags/vi.png', 'VI', 1340, 0, 0),
(242, 'VNM', 'Vietnam', 'admin/resources/flags/vn.png', 'VN', 84, 0, 1),
(243, 'VUT', 'Vanuatu', 'admin/resources/flags/vu.png', 'VU', 678, 0, 0),
(244, 'WLF', 'Wallis and Futuna', 'admin/resources/flags/wf.png', 'WF', 681, 0, 0),
(245, 'WSM', 'Samoa', 'admin/resources/flags/ws.png', 'WS', 684, 0, 0),
(246, 'XKX', 'Kosovo', 'admin/resources/flags/xk.png', 'XK', 381, 0, 0),
(247, 'YEM', 'Yemen', 'admin/resources/flags/ye.png', 'YE', 967, 0, 0),
(248, 'ZAF', 'South Africa', 'admin/resources/flags/za.png', 'ZA', 27, 0, 0),
(249, 'ZMB', 'Zambia', 'admin/resources/flags/zm.png', 'ZM', 260, 0, 0),
(250, 'ZWE', 'Zimbabwe', 'admin/resources/flags/zw.png', 'ZW', 263, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `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,
  `phonecode` int(5) NOT NULL,
  `countrycode` varchar(200) NOT NULL,
  `phone` varchar(20) NOT NULL,
  `created_date` datetime NOT NULL,
  `address` varchar(255) NOT NULL,
  `post_code` 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,
  `country_id` int(11) NOT NULL,
  `company` varchar(255) 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`, `phonecode`, `countrycode`, `phone`, `created_date`, `address`, `post_code`, `city`, `email`, `gender`, `birth_day`, `ordering`, `note_internal`, `country_id`, `company`) VALUES
(1, 0, 'Cường', 'Thế', '', '', 1, 'USA', '+841238659865', '2020-08-31 03:02:37', 'Tầng 4 số 144 Trần Vỹ', '100000', 'Hà Nội', 'cuongdt90@gmail.com', '', '', 0, '', 242, ''),
(2, 0, 'a', 'a', '', '', 1, 'USA', '2345', '2020-10-13 03:57:19', 'a', '2345', 'a', 'a', '', '', 0, '', 4, 'a'),
(3, 0, 'a', 'a', '', '', 1, 'USA', '23452435', '2020-10-13 10:13:19', 'a', '2345', 'a', 'a', '', '', 0, '', 3, 'a'),
(4, 0, 'Kucaido', 'ht', '', '', 1, 'USA', '0999999999', '2020-10-14 03:10:59', 'hanoi', '10000', 'hanoi', 'checknick01@gmail.com', '', '', 0, '', 242, ''),
(5, 0, 'z', 'z', '', '', 1, 'USA', '43563456', '2020-10-14 03:27:26', 'z', '245', 'a', 'z', '', '', 0, '', 3, 'dfgh'),
(6, 0, 'Kucaido', 'ht', '', '', 1, 'USA', '0999999999', '2020-10-14 03:31:30', 'hanoi', '10000', 'hanoi', 'checknick01@gmail.com', '', '', 0, '', 242, ''),
(7, 0, 'Kucaido', 'ht', '', '', 1, 'USA', '0999999999', '2020-10-14 03:49:15', 'hanoi', '10000', 'hanoi', 'checknick01@gmail.com', '', '', 0, '', 242, ''),
(8, 0, 'Kucaido', 'ht', '', '', 1, 'USA', '0999999999', '2020-10-14 03:50:26', 'hanoi', '10000', 'hanoi', 'checknick01@gmail.com', '', '', 0, '', 242, ''),
(9, 0, 'a', 'a', '', '', 1, 'USA', '32452345', '2020-10-14 04:22:42', 'a', '1231234', 'a', 'a', '', '', 0, '', 5, 'dsfg'),
(10, 0, 'Nguyen', 'Thanh', '', '', 93, 'AFG', '1325641231', '2020-10-17 03:53:05', 'ấccsacsacsacsasa', '10000', 'fsaf', 'thanh.tester22@gmail.com', '', '', 0, '', 242, '');

-- --------------------------------------------------------

--
-- Table structure for table `woobooking_customize`
--

CREATE TABLE `woobooking_customize` (
  `id` int(11) UNSIGNED NOT NULL,
  `table_view` varchar(200) NOT NULL,
  `label_field` varchar(200) NOT NULL,
  `field_name` varchar(200) NOT NULL,
  `type` varchar(200) NOT NULL,
  `published` int(11) NOT NULL,
  `description` text NOT NULL,
  `backend` int(5) NOT NULL,
  `frontend` int(5) NOT NULL,
  `default_value` varchar(200) NOT NULL,
  `ordering` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `woobooking_customize`
--

INSERT INTO `woobooking_customize` (`id`, `table_view`, `label_field`, `field_name`, `type`, `published`, `description`, `backend`, `frontend`, `default_value`, `ordering`) VALUES
(11, 'hotel', 'Is popular hotel?', 'is_popular_hotel', 'boolean', 1, 'Is popular hotel?', 1, 1, '0', 0),
(12, 'location', 'Is top destination?', 'is_top_destination', 'boolean', 1, 'Is top destination?', 1, 1, '0', 0),
(13, 'hotel', 'Video', 'video', 'text', 1, '', 1, 1, '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `woobooking_discount`
--

CREATE TABLE `woobooking_discount` (
  `id` int(11) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL,
  `amount` float NOT NULL,
  `percent` float 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;

-- --------------------------------------------------------

--
-- Table structure for table `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
(23, 'hotel', 4, 'upload/gallery/hotels/rjFpKPWmThePlaza4.jpg', 'ThePlaza4.jpg', '', ''),
(24, 'hotel', 4, 'upload/gallery/hotels/IkAl7ObwThePlaza5.jpg', 'ThePlaza5.jpg', '', ''),
(25, 'hotel', 5, 'upload/gallery/hotels/kMtpvAu8aaronhotel.jpg', 'aaronhotel.jpg', '', ''),
(26, 'hotel', 5, 'upload/gallery/hotels/EWXgiCyjaaronhotel1.jpg', 'aaronhotel1.jpg', '', ''),
(27, 'hotel', 5, 'upload/gallery/hotels/QWXSFxZWaaronhotel3.jpg', 'aaronhotel3.jpg', '', ''),
(28, 'hotel', 5, 'upload/gallery/hotels/KxmAyrk8aaronhotel4.jpg', 'aaronhotel4.jpg', '', ''),
(29, 'hotel', 6, 'upload/gallery/hotels/fNP67bKHInterContinental1.jpg', 'InterContinental1.jpg', '', ''),
(31, 'hotel', 6, 'upload/gallery/hotels/diOakBBdInterContinental3.jpg', 'InterContinental3.jpg', '', ''),
(32, 'hotel', 6, 'upload/gallery/hotels/DgmOFAp9InterContinental4.jpg', 'InterContinental4.jpg', '', ''),
(33, 'hotel', 7, 'upload/gallery/hotels/nFKX0pCfvinpearl1.jpg', 'vinpearl1.jpg', '', ''),
(34, 'hotel', 7, 'upload/gallery/hotels/jgV4pV49vinpearl3.jpg', 'vinpearl3.jpg', '', ''),
(35, 'hotel', 7, 'upload/gallery/hotels/C2bklLxOvinpearl2.jpg', 'vinpearl2.jpg', '', ''),
(36, 'hotel', 7, 'upload/gallery/hotels/LKYyKjbJvinpearl4.jpg', 'vinpearl4.jpg', '', ''),
(57, 'hotel', 9, 'upload/gallery/hotels/XkUsWYwjkhach-san-7-sao-dau-tien-the-gioi-2.jpg', 'khach-san-7-sao-dau-tien-the-gioi-2.jpg', '', ''),
(58, 'hotel', 9, 'upload/gallery/hotels/PJqwsVZmkhach-san-7-sao-dau-tien-the-gioi-3.jpg', 'khach-san-7-sao-dau-tien-the-gioi-3.jpg', '', ''),
(59, 'hotel', 9, 'upload/gallery/hotels/ey91KpSHkhach-san-7-sao-dau-tien-the-gioi-4.jpg', 'khach-san-7-sao-dau-tien-the-gioi-4.jpg', '', ''),
(60, 'hotel', 9, 'upload/gallery/hotels/tkYWSPAEkhach-san-7-sao-dau-tien-the-gioi-5.jpg', 'khach-san-7-sao-dau-tien-the-gioi-5.jpg', '', ''),
(61, 'hotel', 10, 'upload/gallery/hotels/Zk4haUH2jk-place-capri-capri-italy1.jpg', 'jk-place-capri-capri-italy1.jpg', '', ''),
(62, 'hotel', 10, 'upload/gallery/hotels/12HPZfvejk-place-capri-capri-italy2.jpg', 'jk-place-capri-capri-italy2.jpg', '', ''),
(63, 'hotel', 10, 'upload/gallery/hotels/qLWGpPDrjk-place-capri-capri-italy3.jpg', 'jk-place-capri-capri-italy3.jpg', '', ''),
(64, 'hotel', 10, 'upload/gallery/hotels/yCxrpa6xjk-place-capri-capri-italy4.jpg', 'jk-place-capri-capri-italy4.jpg', '', ''),
(85, 'hotel', 15, 'upload/gallery/hotels/hdgjgY5Ypuente-romano1.jpg', 'puente-romano1.jpg', '', ''),
(86, 'hotel', 15, 'upload/gallery/hotels/JvBrj1jIpuente-romano2.jpg', 'puente-romano2.jpg', '', ''),
(87, 'hotel', 15, 'upload/gallery/hotels/5JoMc12kpuente-romano3.jpg', 'puente-romano3.jpg', '', ''),
(89, 'country', 8, 'upload/gallery/countries/ISGqkBsTSeven-Emirates-Of-The-United-Arab-Emirates-1000x641.jpg', 'Seven-Emirates-Of-The-United-Arab-Emirates-1000x641.jpg', '', ''),
(90, 'country', 235, 'upload/gallery/countries/PTmoKQRSliberty-statue-facts-15773418625701806845430-crop-1577341999689646993873.jpg', 'liberty-statue-facts-15773418625701806845430-crop-1577341999689646993873.jpg', '', ''),
(92, 'country', 242, 'upload/gallery/countries/opzoXFN8VNMVCL08.jpg', 'VNMVCL08.jpg', '', ''),
(93, 'country', 60, 'upload/gallery/countries/5bawyZDJqiongru-181929101935-Neuschwanstein.jpg', 'qiongru-181929101935-Neuschwanstein.jpg', '', ''),
(95, 'country', 70, 'upload/gallery/countries/dWm9StzPRoyal-Palace-Madrid_557010421.jpg', 'Royal-Palace-Madrid_557010421.jpg', '', ''),
(97, 'hotel', 16, 'upload/gallery/hotels/yqkSuPZojapan.jpg', 'japan.jpg', '', ''),
(98, 'hotel', 16, 'upload/gallery/hotels/OGjoIAttjapan2.jpg', 'japan2.jpg', '', ''),
(99, 'hotel', 16, 'upload/gallery/hotels/lhhJDa8wjapan3.jpg', 'japan3.jpg', '', ''),
(100, 'hotel', 16, 'upload/gallery/hotels/FFAOdArXjapan4.jpg', 'japan4.jpg', '', ''),
(101, 'hotel', 17, 'upload/gallery/hotels/OlmjVEeTstoke_park1.jpg', 'stoke_park1.jpg', '', ''),
(102, 'hotel', 17, 'upload/gallery/hotels/2FrudKJOstoke_park2.jpg', 'stoke_park2.jpg', '', ''),
(103, 'hotel', 17, 'upload/gallery/hotels/5R49yuFwstoke_park3.jpg', 'stoke_park3.jpg', '', ''),
(104, 'hotel', 17, 'upload/gallery/hotels/1walANrpstoke_park4.jpg', 'stoke_park4.jpg', '', ''),
(105, 'country', 80, 'upload/gallery/countries/Zgvua1cEdat-nuoc-va-con-nguoi-anh-quoc.jpg', 'dat-nuoc-va-con-nguoi-anh-quoc.jpg', '', ''),
(106, 'hotel', 18, 'upload/gallery/hotels/pPgWPnlGhotelcapestel1.jpg', 'hotelcapestel1.jpg', '', ''),
(107, 'hotel', 18, 'upload/gallery/hotels/cQDzTMNdhotelcapestel2.jpg', 'hotelcapestel2.jpg', '', ''),
(108, 'hotel', 18, 'upload/gallery/hotels/Bzvt35xYhotelcapestel3.jpg', 'hotelcapestel3.jpg', '', ''),
(109, 'hotel', 18, 'upload/gallery/hotels/S9kKlFPzhotelcapestel4.jpg', 'hotelcapestel4.jpg', '', ''),
(110, 'hotel', 20, 'upload/gallery/hotels/QZnS7A6hhotelcapestel1.jpg', 'hotelcapestel1.jpg', '', ''),
(111, 'hotel', 20, 'upload/gallery/hotels/hgg5NwsKhotelcapestel2.jpg', 'hotelcapestel2.jpg', '', ''),
(112, 'hotel', 20, 'upload/gallery/hotels/nQ9f9O6Bhotelcapestel3.jpg', 'hotelcapestel3.jpg', '', ''),
(113, 'hotel', 20, 'upload/gallery/hotels/mFnLDppphotelcapestel4.jpg', 'hotelcapestel4.jpg', '', ''),
(114, 'hotel', 21, 'upload/gallery/hotels/WA5uCG80hotelcapestel1.jpg', 'hotelcapestel1.jpg', '', ''),
(115, 'hotel', 21, 'upload/gallery/hotels/QlHYsFfdhotelcapestel2.jpg', 'hotelcapestel2.jpg', '', ''),
(116, 'hotel', 21, 'upload/gallery/hotels/aF8sFH8Bhotelcapestel3.jpg', 'hotelcapestel3.jpg', '', ''),
(117, 'hotel', 21, 'upload/gallery/hotels/KDfrFcvmhotelcapestel4.jpg', 'hotelcapestel4.jpg', '', ''),
(118, 'country', 76, 'upload/gallery/countries/EhUwh8mmban-da-biet-nhung-gi-ve-thap-eiffel-bieu-tuong-cua-nuoc-phap--6477.jpg', 'ban-da-biet-nhung-gi-ve-thap-eiffel-bieu-tuong-cua-nuoc-phap--6477.jpg', '', ''),
(119, 'hotel', 22, 'upload/gallery/hotels/HjAjCJRSmandarin1.jpg', 'mandarin1.jpg', '', ''),
(121, 'hotel', 22, 'upload/gallery/hotels/nwaorMcMmandarin3.jpg', 'mandarin3.jpg', '', ''),
(122, 'hotel', 22, 'upload/gallery/hotels/ROgDqnipmandarin4.jpg', 'mandarin4.jpg', '', ''),
(124, 'hotel', 23, 'upload/gallery/hotels/ztMey6z2Hotel-Ritz2.jpg', 'Hotel-Ritz2.jpg', '', ''),
(125, 'hotel', 23, 'upload/gallery/hotels/TN1cjYnqHotel-Ritz3.jpg', 'Hotel-Ritz3.jpg', '', ''),
(126, 'hotel', 23, 'upload/gallery/hotels/PECjOJfXHotel-Ritz4.jpg', 'Hotel-Ritz4.jpg', '', ''),
(127, 'country', 183, 'upload/gallery/countries/u8uddpyp9a2140870483ec8acd1b202123599f80.jpg', '9a2140870483ec8acd1b202123599f80.jpg', '', ''),
(128, 'country', 195, 'upload/gallery/countries/r4uDfnpNMerlion-Park.jpg', 'Merlion-Park.jpg', '', ''),
(150, 'hotel', 6, 'upload/gallery/hotels/zIjGwJRvInterContinental5.jpg', 'InterContinental5.jpg', '', ''),
(152, 'hotel', 22, 'upload/gallery/hotels/BSzRy0fumandarin5.jpg', 'mandarin5.jpg', '', ''),
(153, 'hotel', 23, 'upload/gallery/hotels/YaDztLuEHotel-Ritz5.jpg', 'Hotel-Ritz5.jpg', '', ''),
(154, 'hotel', 1, 'upload/gallery/hotels/KzrwVxloemirates_palace5.jpg', 'emirates_palace5.jpg', '', ''),
(155, 'hotel', 1, 'upload/gallery/hotels/qn7F8Cmsemirates_palace8.jpg', 'emirates_palace8.jpg', '', ''),
(156, 'hotel', 1, 'upload/gallery/hotels/KA6ISECIemirates_palace3.jpg', 'emirates_palace3.jpg', '', ''),
(157, 'hotel', 1, 'upload/gallery/hotels/fSLLUW2Wemirates_palace9.jpg', 'emirates_palace9.jpg', '', ''),
(166, 'hotel', 8, 'upload/gallery/hotels/tKPUxAoKMontage-Kapalua-Bay1.jpg', 'Montage-Kapalua-Bay1.jpg', '', ''),
(167, 'hotel', 8, 'upload/gallery/hotels/g1NFEqtFMontage-Kapalua-Bay2.jpg', 'Montage-Kapalua-Bay2.jpg', '', ''),
(168, 'hotel', 8, 'upload/gallery/hotels/M1yoKevcMontage-Kapalua-Bay3.jpg', 'Montage-Kapalua-Bay3.jpg', '', ''),
(169, 'hotel', 8, 'upload/gallery/hotels/sMECdi9mMontage-Kapalua-Bay4.jpg', 'Montage-Kapalua-Bay4.jpg', '', ''),
(170, 'hotel', 11, 'upload/gallery/hotels/2Exo95hoAlthoff-Seehotel-Üeberfahrt1.jpg', 'Althoff-Seehotel-Üeberfahrt1.jpg', '', ''),
(171, 'hotel', 11, 'upload/gallery/hotels/zj9cKZKZAlthoff-Seehotel-Üeberfahrt2.jpg', 'Althoff-Seehotel-Üeberfahrt2.jpg', '', ''),
(179, 'hotel', 13, 'upload/gallery/hotels/9lc0DW2vPousada-Pequena-Tiradentes.jpg', 'Pousada-Pequena-Tiradentes.jpg', '', ''),
(180, 'hotel', 13, 'upload/gallery/hotels/wSUPgi9wPousada-Pequena-Tiradentes1.jpg', 'Pousada-Pequena-Tiradentes1.jpg', '', ''),
(181, 'hotel', 13, 'upload/gallery/hotels/ZUKOPHMRPousada-Pequena-Tiradentes2.jpeg', 'Pousada-Pequena-Tiradentes2.jpeg', '', ''),
(182, 'hotel', 13, 'upload/gallery/hotels/nRz23nFAPousada-Pequena-Tiradentes4.jpg', 'Pousada-Pequena-Tiradentes4.jpg', '', ''),
(183, 'hotel', 3, 'upload/gallery/hotels/2uIBAW7FThe-Westin-Excelsior-Rome.jpg', 'The-Westin-Excelsior-Rome.jpg', '', ''),
(184, 'hotel', 3, 'upload/gallery/hotels/ddUYtRyjThe-Westin-Excelsior-Rome2.jpg', 'The-Westin-Excelsior-Rome2.jpg', '', ''),
(185, 'hotel', 3, 'upload/gallery/hotels/eyl6hPFvThe-Westin-Excelsior-Rome3.jpg', 'The-Westin-Excelsior-Rome3.jpg', '', ''),
(186, 'hotel', 3, 'upload/gallery/hotels/PZFo7QULThe-Westin-Excelsior-Rome4.jpg', 'The-Westin-Excelsior-Rome4.jpg', '', ''),
(187, 'country', 33, 'upload/gallery/countries/n6ntHNpaThaophuongnguyen-183703103757-C-102846(1).jpg', 'Thaophuongnguyen-183703103757-C-102846(1).jpg', '', ''),
(188, 'hotel', 14, 'upload/gallery/hotels/5L7Wr2y6Yoo2-Rio-de-Janeiro.jpg', 'Yoo2-Rio-de-Janeiro.jpg', '', ''),
(189, 'hotel', 14, 'upload/gallery/hotels/pvwHJBk7Yoo2-Rio-de-Janeiro2.jpg', 'Yoo2-Rio-de-Janeiro2.jpg', '', ''),
(190, 'hotel', 14, 'upload/gallery/hotels/1SP0d5jAYoo2-Rio-de-Janeiro3.jpg', 'Yoo2-Rio-de-Janeiro3.jpg', '', ''),
(191, 'hotel', 14, 'upload/gallery/hotels/EgYrW0csYoo2-Rio-de-Janeiro4.jpg', 'Yoo2-Rio-de-Janeiro4.jpg', '', ''),
(192, 'hotel', 2, 'upload/gallery/hotels/a3RpFi2URancho-Valencia-Resort.jpg', 'Rancho-Valencia-Resort.jpg', '', ''),
(193, 'hotel', 2, 'upload/gallery/hotels/9dywC0N5Rancho-Valencia-Resort1.jpg', 'Rancho-Valencia-Resort1.jpg', '', ''),
(194, 'hotel', 2, 'upload/gallery/hotels/ewEObmVIRancho-Valencia-Resort4.jpg', 'Rancho-Valencia-Resort4.jpg', '', ''),
(195, 'hotel', 2, 'upload/gallery/hotels/RIdY6VE8Rancho-Valencia-Resort2.jpg', 'Rancho-Valencia-Resort2.jpg', '', ''),
(196, 'hotel', 11, 'upload/gallery/hotels/xc4PKCLsAlthoff-Seehotel-Üeberfahrt4.jpg', 'Althoff-Seehotel-Üeberfahrt4.jpg', '', ''),
(197, 'hotel', 11, 'upload/gallery/hotels/87TYYfmEAlthoff-Seehotel-Üeberfahrt5.jpg', 'Althoff-Seehotel-Üeberfahrt5.jpg', '', ''),
(198, 'hotel', 12, 'upload/gallery/hotels/poz1ladsSchlosshotel-Kronberg1.jpg', 'Schlosshotel-Kronberg1.jpg', '', ''),
(199, 'hotel', 12, 'upload/gallery/hotels/wp3CWsABSchlosshotel-Kronberg2.jpg', 'Schlosshotel-Kronberg2.jpg', '', ''),
(200, 'hotel', 12, 'upload/gallery/hotels/8sTzxYHvSchlosshotel-Kronberg3.jpg', 'Schlosshotel-Kronberg3.jpg', '', ''),
(201, 'hotel', 12, 'upload/gallery/hotels/wPnVvkF5Schlosshotel-Kronberg4.jpg', 'Schlosshotel-Kronberg4.jpg', '', ''),
(202, 'hotel', 15, 'upload/gallery/hotels/NnpBM8IyPuente-Romano-Marbella1.jpg', 'Puente-Romano-Marbella1.jpg', '', ''),
(203, 'hotel', 13, 'upload/gallery/hotels/2S4oI7oDPousada-Pequena-Tiradentes.jpg', 'Pousada-Pequena-Tiradentes.jpg', '', ''),
(204, 'hotel', 4, 'upload/gallery/hotels/oNSmo6M5theplaza.jpg', 'theplaza.jpg', '', ''),
(205, 'country', 116, 'upload/gallery/countries/68AaLuc8phusy.jpg', 'phusy.jpg', '', ''),
(206, 'hotel', 4, 'upload/gallery/hotels/ZLC5TSzZphoto-1542314831-068cd1dbfeeb.jpg', 'photo-1542314831-068cd1dbfeeb.jpg', '', ''),
(207, 'hotel', 4, 'upload/gallery/hotels/iAzEBistphoto-1549109786-eb80da56e693.jpg', 'photo-1549109786-eb80da56e693.jpg', '', ''),
(208, 'hotel', 24, 'upload/gallery/hotels/Vdb2sLTiphoto-1551882547-ff40c63fe5fa.jpg', 'photo-1551882547-ff40c63fe5fa.jpg', '', ''),
(209, 'hotel', 24, 'upload/gallery/hotels/UOQlEAKkphoto-1554289087-51d078c78d8a.jpg', 'photo-1554289087-51d078c78d8a.jpg', '', ''),
(210, 'hotel', 24, 'upload/gallery/hotels/HX6r0Ll4photo-1479502806991-251c94be6b15.jpg', 'photo-1479502806991-251c94be6b15.jpg', '', ''),
(211, 'hotel', 24, 'upload/gallery/hotels/h5y2sKkiphoto-1520250497591-112f2f40a3f4.jpg', 'photo-1520250497591-112f2f40a3f4.jpg', '', ''),
(212, 'hotel', 24, 'upload/gallery/hotels/i4sBQ0xMphoto-1479502806991-251c94be6b15.jpg', 'photo-1479502806991-251c94be6b15.jpg', '', ''),
(213, 'hotel', 25, 'upload/gallery/hotels/g2Fovylcphoto-1568489100569-98e87b00e301.jpg', 'photo-1568489100569-98e87b00e301.jpg', '', ''),
(214, 'hotel', 25, 'upload/gallery/hotels/PzbV6g7aphoto-1570115278248-806c6573daae.jpg', 'photo-1570115278248-806c6573daae.jpg', '', ''),
(215, 'hotel', 25, 'upload/gallery/hotels/ApNrpMZcphoto-1572160282914-ac2c1e1ff9ae.jpg', 'photo-1572160282914-ac2c1e1ff9ae.jpg', '', ''),
(216, 'hotel', 25, 'upload/gallery/hotels/dsAdU43dphoto-1586195093637-2f6fd5bcf009.jpg', 'photo-1586195093637-2f6fd5bcf009.jpg', '', ''),
(217, 'hotel', 26, 'upload/gallery/hotels/uANRTWszphoto-1549875648-357fef68fec7.jpg', 'photo-1549875648-357fef68fec7.jpg', '', ''),
(218, 'hotel', 26, 'upload/gallery/hotels/auE13Sq8photo-1568084680786-a84f91d1153c.jpg', 'photo-1568084680786-a84f91d1153c.jpg', '', ''),
(219, 'hotel', 26, 'upload/gallery/hotels/xYAUGv85photo-1569369926169-9ee7fb80adeb.jpg', 'photo-1569369926169-9ee7fb80adeb.jpg', '', ''),
(220, 'hotel', 26, 'upload/gallery/hotels/e1odnPffphoto-1553191657-244838d47167.jpg', 'photo-1553191657-244838d47167.jpg', '', ''),
(221, 'hotel', 27, 'upload/gallery/hotels/aUiH5mBmphoto-1566073771259-6a8506099945.jpg', 'photo-1566073771259-6a8506099945.jpg', '', ''),
(222, 'hotel', 27, 'upload/gallery/hotels/UXGKPttwphoto-1568084680786-a84f91d1153c.jpg', 'photo-1568084680786-a84f91d1153c.jpg', '', ''),
(223, 'hotel', 27, 'upload/gallery/hotels/SExfZ1Axphoto-1569369926169-9ee7fb80adeb.jpg', 'photo-1569369926169-9ee7fb80adeb.jpg', '', ''),
(224, 'hotel', 27, 'upload/gallery/hotels/zHfqMdZgphoto-1554289087-51d078c78d8a.jpg', 'photo-1554289087-51d078c78d8a.jpg', '', ''),
(225, 'hotel', 2, 'upload/gallery/hotels/ZtWuqgcrphoto-1551882547-ff40c63fe5fa.jpg', 'photo-1551882547-ff40c63fe5fa.jpg', '', ''),
(226, 'hotel', 2, 'upload/gallery/hotels/LP9J7b8xphoto-1553191657-244838d47167.jpg', 'photo-1553191657-244838d47167.jpg', '', ''),
(227, 'hotel', 2, 'upload/gallery/hotels/uDcRNOvOphoto-1554289087-51d078c78d8a.jpg', 'photo-1554289087-51d078c78d8a.jpg', '', ''),
(228, 'hotel', 2, 'upload/gallery/hotels/jD8u2ztTphoto-1566073771259-6a8506099945.jpg', 'photo-1566073771259-6a8506099945.jpg', '', ''),
(229, 'hotel', 2, 'upload/gallery/hotels/lFGMQlOgphoto-1479502806991-251c94be6b15.jpg', 'photo-1479502806991-251c94be6b15.jpg', '', ''),
(230, 'hotel', 2, 'upload/gallery/hotels/4DTTf1GQphoto-1564056095795-4d63b6463dbf.jpg', 'photo-1564056095795-4d63b6463dbf.jpg', '', ''),
(232, 'country', 112, 'upload/gallery/countries/8hOZAR0IR0wd5OEithap-nghieng-tour.jpg', 'R0wd5OEithap-nghieng-tour.jpg', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `woobooking_hotel`
--

CREATE TABLE `woobooking_hotel` (
  `id` int(11) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL,
  `image` varchar(200) NOT NULL,
  `phonecode` int(5) NOT NULL,
  `countrycode` varchar(200) NOT NULL,
  `phone_number` varchar(15) NOT NULL,
  `price` int(11) NOT NULL,
  `location_id` int(11) NOT NULL,
  `email` varchar(255) NOT NULL,
  `alias` varchar(200) NOT NULL,
  `meta_keyword` text NOT NULL,
  `meta_description` text NOT NULL,
  `ordering` int(11) NOT NULL,
  `published` int(11) NOT NULL,
  `description` text NOT NULL,
  `created_date` datetime NOT NULL,
  `params` mediumtext NOT NULL,
  `update_time` datetime DEFAULT NULL,
  `max_adult` int(11) NOT NULL,
  `max_child` int(11) NOT NULL,
  `is_popular_hotel` int(11) NOT NULL,
  `video` varchar(255) NOT NULL,
  `background_img` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `woobooking_hotel`
--

INSERT INTO `woobooking_hotel` (`id`, `name`, `image`, `phonecode`, `countrycode`, `phone_number`, `price`, `location_id`, `email`, `alias`, `meta_keyword`, `meta_description`, `ordering`, `published`, `description`, `created_date`, `params`, `update_time`, `max_adult`, `max_child`, `is_popular_hotel`, `video`, `background_img`) VALUES
(2, 'Rancho Valencia Resort & Spa', 'upload/hotels/images/cover/ouM7lvwJRancho-Valencia-Resort3.jpg', 0, '', '1234567890', 150, 0, 'rancho@gmail.com', 'rancho-valencia-resort-spa', 'Rancho, Valencia, Resort, Spa', 'Rancho Valencia Resort & Spa', 0, 1, '<p>Sunny and Warm Greetings From Rancho Valencia Resort and Spa! Just in time for the full bloom of summer across our acres of lush gardens, orange and olive groves, we are thrilled to announce that on July 1st, Rancho Valencia Resort and Spa will once again be opening our gates to our cherished guests and friends.</p>\r\n\r\n<p>While many changes have been implemented with your safety and well-being as our utmost priority, our signature commitment to service excellence in a personal, private, and luxurious environment remains steadfast. When you drive through our gates, be prepared for the ultimate papering in our lush oasis of beauty and space with our uniquely California coastal vibe This Spanish Colonial Hacienda-inspired enclave in Rancho Santa Fe, California includes 49 private, luxuriously-appointed, individually heated and cooled guest casitas with spacious patios and fireplaces situated across 45 acres of lush gardens and citrus groves offering space, privacy, and comfort of your own coastal ranch.</p>\r\n\r\n<p>The Forbes 5-star rated Resort and Spa features rejuvenating wellness, fitness, and world-renowned tennis programming. Our signature restaurants, Veladora and The Pony Room, showcase Rancho Valencia&rsquo;s commitment to sustainability and wellness with their distinctive Coastal Ranch cuisines in a welcoming, summer al fresco dining atmosphere.</p>\r\n', '0000-00-00 00:00:00', '{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}', '2020-10-13 09:57:20', 300, 200, 1, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/P6jvmZafAIo\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 'upload/hotels/images/background_img/TrO5Xa3Fbackgroundhotels.jpg'),
(3, 'The Westin Excelsior Hotel', 'upload/hotels/images/cover/HFqVW42xThe-Westin-Excelsior-Rome1.jpg', 0, '', '1234567890', 100, 0, 'thewestin@gmai.com', 'the-westin-excelsior-hotel', 'The, Westin, Excelsior, Hotel', 'The Westin Excelsior Hotel', 0, 1, '<p>The hotel is one of the city&#39;s most iconic palaces, rich in history and located on the legendary Via Veneto. The Westin Excelsior is nestled between the Spanish Steps and the Borghese Gardens &amp; Gallery.</p>\r\n\r\n<p>This 5-star hotel features 281 rooms and 35 unique Signature Suites, including one of the most spectacular and opulent suites in Europe &ndash; the Villa La Cupola. The Villa offers the ultra elite a truly &lsquo;Roman Emperor&lsquo; experience. Set on two floors, the suite combines breathtaking views of the city with sumptuous splendors throughout.</p>\r\n', '0000-00-00 00:00:00', '{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}', '2020-10-08 04:41:40', 200, 200, 1, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/-tmrOPCI3-Q\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', ''),
(4, 'The Plaza A Fairmont Hotel', 'upload/hotels/images/cover/4YzeKheAThePlaza1.jpg', 0, '', '1234567890', 200, 0, 'theplaza@gmail.com', 'the-plaza-a-fairmont-hotel', 'Plaza,A Fairmont,Hotel', 'The Plaza A Fairmont Hotel', 0, 1, '<p>Since its debut on October 1st, 1907, The Plaza Hotel has remained a New York icon hosting world leaders, dignitaries, captains of industry, Broadway legends and Hollywood royalty.</p>\r\n\r\n<p>As an established staple for lavish society affairs, and blockbuster films, The Plaza has welcomed guests from around the world to enjoy its magic at the castle on Central Park South for more than 100 years.</p>\r\n', '0000-00-00 00:00:00', '{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}', '2020-10-12 06:22:00', 200, 100, 1, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/WTe8qHW0MEY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', ''),
(5, 'Aaron Hotel in Nha Trang', 'upload/hotels/images/cover/CLY7J6Eyaaronhotel2.jpg', 0, '', '1234567890', 50, 0, 'aaronhotel@gmail.com', 'aaron-hotel-in-nha-trang', 'Aaron,Hotel,Nha Trang', 'Aaron Hotel in Nha Trang', 0, 1, '<p>Located in Nha Trang, Aaron Hotel offers beachfront accommodation 100 meters from Sailing Club and provides various facilities, such as an outdoor swimming pool, a fitness center and a terrace. Ideally set in the Tran Phu Beach district, the property is set 600 meters from Sailing Center Vietnam and 700 meters from 2/4 Square. Free WiFi is available. All guest rooms in the hotel are fitted with a kettle.</p>\r\n\r\n<p>The rooms include a private bathroom with a bidet, while some rooms also boast sea views. Guest rooms in Aaron Hotel are equipped with a flat-screen TV and free toiletries.</p>\r\n\r\n<p>Continental and buffet breakfast options are available every morning at the accommodation. The reception at the hotel can provide tips on the area. Tram Huong Tower is less than 1 km from Aaron Hotel. Cam Ranh International</p>\r\n', '0000-00-00 00:00:00', '{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}', '2020-10-12 06:22:35', 200, 100, 1, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/DzttfHXqBt0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', ''),
(6, 'Danang Sun Peninsula Resort', 'upload/hotels/images/cover/WjxlsTAmInterContinental.jpg', 0, '', '1234567890', 150, 0, 'peninsula@gmail.com', 'danang-sun-peninsula-resort', 'Danang,Sun Peninsula,Resort', 'Danang Sun Peninsula Resort', 0, 1, '<p>Enjoy the very best of Vietnam at the award-winning InterContinental&reg; Danang Sun Peninsula Resort, a luxury five-star beach resort nestled in the heart of Son Tra Peninsula Nature Reserve in Danang City.</p>\r\n\r\n<p>Delve into the soul of Vietnamese culture and heritage with our nearby cultural and natural sites including the UNESCO World Heritage Sites Hoi An Ancient Town and Hue Imperial City. Famed architect Bill Bensley reimagined Vietnamese design, history and mythology with his characteristic whimsy, creating a magical retreat over four levels&mdash;Heaven, Sky, Earth and Sea &ndash; linked by a funicular train climbing its way through the forested slopes. Meet your neighbours, the rare Red-shanked Douc Langurs who inhabit the lush forests of Monkey Mountain, or simply kick back and enjoy our resort&#39;s 700-meter private beach. The resort is honoured as &quot;The Best Resorts in Asia&quot; by Cond&eacute; Nast Traveler Readers&#39; Choice Awards 2019 and among &quot;Top 100 Hotels in the World&quot; by Travel + Leisure World&rsquo;s Best Awards 2019.</p>\r\n\r\n<p>From the moment you arrive, you&rsquo;ll be pampered by the InterContinental&rsquo;s personalised service and unparalleled luxurious amenities. Discover culinary artistry at La Maison 1888 helmed by world-acclaimed chef Pierre Gagnaire. Soothe body and soul with our bespoke spa treatment at HARNN Heritage Spa and treat yourself to the world&rsquo;s finest pedicure at PEDI:MANI:CURE Studio by Bastien Gonzalez.</p>\r\n', '0000-00-00 00:00:00', '{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}', '2020-10-12 06:22:50', 500, 300, 1, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/2XKHUroTePc\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', ''),
(7, 'Vinpearl Resort & Spa Phú Quốc', 'upload/hotels/images/cover/0CaRgg4Ivinpearl.jpg', 0, '', '1234567890', 200, 0, 'vinpearlpq@gmail.com', 'vinpearl-resort-spa-phú-quốc', 'Vinpearl,Resort,Spa,Phú Quốc', 'Vinpearl Resort & Spa Phú Quốc', 0, 1, '<p>Vinpearl Phu Quoc Resort &amp; Spa is adorned with genuine Asian architecture, represented by typical red tile roofs in Vinpearl Phu Quoc.</p>\r\n\r\n<p>The resort owns unique floating spa huts and has convenient access to other facilities such as a golf course, Vinpearl Land and Vinpearl Safari.</p>\r\n', '0000-00-00 00:00:00', '{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}', '2020-10-12 06:23:15', 1000, 500, 1, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/3NMRld373AY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', ''),
(8, 'Montage Kapalua Bay Hotel', 'upload/hotels/images/cover/NhiQvmo6Montage-Kapalua-Bay.jpg', 0, '', '1234567890', 300, 0, 'montage@gmail.com', 'montage-kapalua-bay-hotel', 'Montage,Kapalua,Bay Hotel', 'Montage Kapalua Bay Hotel', 0, 1, '<p>Set along the picturesque waters of Namalu Bay, Montage Kapalua Bay welcomes you with genuine island hospitality and authentic culture.</p>\r\n\r\n<p>As you relax across 24 acres of tropical paradise, the spirit of Hawaii merges with your own to create pono &mdash; a true sense of balance and harmony.</p>\r\n', '0000-00-00 00:00:00', '{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}', '2020-11-05 07:09:35', 1000, 7000, 1, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/nAmqoqs1jzk\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', ''),
(9, 'Renaissance Downtown Hotel', 'upload/hotels/images/cover/zdBqSypAkhach-san-7-sao-dau-tien-the-gioi-1.jpg', 0, '', '1234567890', 300, 0, 'Renaissance@gmail.com', 'renaissance-downtown-hotel', 'Renaissance,Downtown,Hotel', 'Renaissance Downtown Hotel', 0, 1, '<p>A hotel that&rsquo;s home to cutting-edge engineering &mdash; from the unique man-made beach and infinity pool terrace, to one of the tallest grand atrium at 180 metres high</p>\r\n', '0000-00-00 00:00:00', '{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}', '2020-10-12 06:23:52', 2000, 1000, 1, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/GqTM0CoBB9s\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', ''),
(10, 'Hampton by Hilton Dubai Al Seef', 'upload/hotels/images/cover/jRWxDpejjk-place-capri-capri-italy.jpg', 0, '', '1234567890', 250, 0, 'Hampton@gmail.com', 'hampton-by-hilton-dubai-al-seef', 'Hampton by Hilton,Dubai Al Seef', 'Hampton by Hilton Dubai Al Seef', 0, 1, '<p>Sweet scents waft around olive and lemon trees in huge pots outside JK Place Capri, a Fellini movie in hotel form, that&#39;s far away enough from the buzz and night-life noise, yet somehow still managing to feel in the thick of things.</p>\r\n\r\n<p>This gleaming white, shore-side hotel is the kind of place you want to re-book as soon as you leave.</p>\r\n', '0000-00-00 00:00:00', '{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}', '2020-11-05 07:09:57', 400, 250, 1, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/34Fdte1gJzI\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', ''),
(11, 'Althoff Seehotel Überfahrt', 'upload/hotels/images/cover/bVlXLtm7Althoff-Seehotel-Üeberfahrt.jpg', 0, '', '1234567890', 200, 0, 'seehotel@gmail.com', 'althoff-seehotel-überfahrt', 'Althoff,Seehotel,Überfahrt', 'Althoff Seehotel Überfahrt', 0, 1, '<p>Welcome to the Althoff Seehotel &Uuml;berfahrt at lake Tegernsee. The 5-star superior wellness hotel, which has been awarded the &quot;Best Gourmet Resort 2019&quot; by HIDEAWAYS, is an Elegant Nature Resort that is second to none. Here, pleasant silence meets perfect style - only 45 minutes by car from Munich and thus far away from any urban hustle and bustle.</p>\r\n', '0000-00-00 00:00:00', '{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}', '2020-11-05 07:09:49', 1000, 700, 1, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Z_gqcv7NRuo\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', ''),
(12, 'Hotel Schlosshotel Kronberg', 'upload/hotels/images/cover/aCCMA7WSSchlosshotel-Kronberg.jpg', 0, '', '1234567890', 200, 0, 'kronberg@gmail.com', 'hotel-schlosshotel-kronberg', 'Hotel,Schlosshotel,Kronberg', 'Hotel Schlosshotel Kronberg', 0, 1, '<p>62 rooms and suites ranging from superior category to the royal suite are lovingly decorated and pair discreet luxury with party spectacular views of the frankfurt skyline, the castel kronberg and the history park.</p>\r\n', '0000-00-00 00:00:00', '{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}', '2020-10-12 06:25:08', 1000, 700, 1, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/P6jvmZafAIo\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', ''),
(13, 'Pousada Pequena Tiradentes', 'upload/hotels/images/cover/1h57gNuHPousada-Pequena-Tiradentes-8.jpg', 0, '', '1234567890', 250, 0, 'pousada@gmail.com', 'pousada-pequena-tiradentes', 'Pousada,Pequena,Tiradentes', 'Pousada Pequena Tiradentes', 0, 1, '<p>More than 60 cozy suites, pre-heated indoor pool, sauna with jacuzzi, swimming pool with waterfall and wet bar, pool service, decoration store, fitness center, space for massage, helipad, space for corporate, business and wedding events, and an impressive breakfast!</p>\r\n', '0000-00-00 00:00:00', '{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}', '2020-10-12 06:25:19', 300, 200, 1, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/-tmrOPCI3-Q\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', ''),
(14, 'Candlewood Suites Terre Haute', 'upload/hotels/images/cover/07rWV0S4yoo2.jpeg', 0, '', '1234567890', 100, 0, 'haute@gmail.com', 'candlewood-suites-terre-haute', 'Candlewood,Suites,Terre,Haute', 'Candlewood Suites Terre Haute', 0, 1, '<p>Welcome to Yoo2 Rio de Janeiro, the newest member of Preferred Hotels&amp;Resorts - the largest independent luxury hotel collection in the world. Our design hotel connects local soul with cutting-edge design. Against an eclectic mix of music that runs throughout the day, you can enjoy creative, regional dining or relax around the Rooftop Pool with friends new and old, enjoying one of our signature cocktails.</p>\r\n\r\n<p>Our rooms and suites, with their spectacular views of Sugar Loaf Mountain and Corcovado (Christ the Redeemer), are the perfect space to rejuvenate and will give you the freedom to bring your personality to the fore.</p>\r\n', '0000-00-00 00:00:00', '{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}', '2020-10-12 06:25:30', 200, 100, 1, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/DzttfHXqBt0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', ''),
(15, 'Puente Romano Marbella Hotel', 'upload/hotels/images/cover/0RYQzqJgPuente-Romano-Marbella.jpg', 0, '', '1234567890', 200, 0, 'marbella@gmail.com', 'puente-romano-marbella-hotel', 'Puente Romano,Marbella,Hotel', 'Puente Romano Marbella Hotel', 0, 1, '<p>Welcome to Puente Romano, Marbella&#39;s most sought beach resort. With a village-style feel instead of a typical resort atmosphere, you can indulge in our spa and wellness facilities, open air courtyard (perfect for cocktails and catch ups), botanical gardens, world famous tennis courts, and 14 different restaurants all with unique menus.</p>\r\n\r\n<p>The best things in life are not things, and here at Puente Romano, you can discover all that life has to offer. Take your first steps and explore one of the best Marbella 5-star resorts.</p>\r\n', '0000-00-00 00:00:00', '{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}', '2020-10-12 06:25:45', 1000, 700, 1, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/2XKHUroTePc\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', ''),
(16, 'Grand Prince Hotel Shin Takanawa', 'upload/hotels/images/cover/mwdgKSinjapan2.jpg', 0, '', '1234567890', 250, 0, 'grandprince@gmail.com', 'grand-prince-hotel-shin-takanawa', 'Grand Prince,Hotel,Shin Takanawa', 'Grand Prince Hotel Shin Takanawa', 0, 1, '<p>Set along the peaceful Hozu River, an authentic Japanese-style experience awaits at Suiran, a Luxury Collection Hotel, Kyoto. A harmonious blend of a relaxing haven and the modern conveniences of a vibrant city, our luxury hotel is perfectly poised to offer access to some of Japan&rsquo;s most important national treasures. With an intimate collection of 39 rooms, including six specialty rooms, this retreat is inspired by traditional Japanese touches and culture, offering a truly enriching and indigenous experience.</p>\r\n\r\n<p>&nbsp;For a locally inspired meal, the restaurant and comfortable caf&eacute; offer a variety of gourmet options. Discover the unique and beautiful history and culture of Japan at Suiran, a Luxury Collection Hotel, Kyoto.</p>\r\n', '0000-00-00 00:00:00', '{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}', '2020-10-12 06:26:02', 100, 50, 1, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/3NMRld373AY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', ''),
(17, 'Stoke Park, Buckinghamshire', 'upload/hotels/images/cover/vE6fEHPzstokepark.jpg', 0, '', '1234567890', 200, 0, 'stokepark@gmail.com', 'stoke-park,-buckinghamshire', 'Stoke,Park, Buckinghamshire', 'Stoke Park, Buckinghamshire', 0, 1, '<p>Founded in 1908, Stoke Park is the perfect place to enjoy life in a five star and friendly atmosphere.</p>\r\n\r\n<p>We provide a unique combination of the traditions of an exclusive club and the best of today&#39;s sporting, leisure, entertaining and hotel facilities in one of the most convenient locations in Britain: only 35 minutes from London and 7 miles from London Heathrow.</p>\r\n', '0000-00-00 00:00:00', '{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}', '2020-10-12 06:26:17', 200, 200, 1, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/WTe8qHW0MEY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', ''),
(18, 'lton Garden Inn Terre HauteHi', 'upload/hotels/images/cover/hXolHJtphotelcapestel.jpg', 0, '', '1234567890', 300, 0, 'hiltongarden@gmail.com', 'lton-garden-inn-terre-hautehi', 'lton,Garden,Inn Terre HauteHi', 'lton Garden Inn Terre HauteHi', 0, 1, '<p>Situated on its own two-hectare peninsula jutting into the Mediterranean Sea, Cap Estel is set right on the sea in a location unique in France.</p>\r\n\r\n<p>Surrounded on three sides by water, with magnificent panoramic views, it was voted the Best Sea-front Hotel in France in 2011 by World Travel Awards. Only 10 minutes away from Monaco, 10 minutes from Beaulieu-sur-Mer and St-Jean-Cap Ferrat, and 30 minutes from Nice, it is the ideal place from which to explore and enjoy the beauty of the C&ocirc;te d&rsquo;Azur.</p>\r\n', '0000-00-00 00:00:00', '{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}', '2020-10-12 06:26:33', 1, 0, 1, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/P6jvmZafAIo\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', ''),
(22, 'Mandarin Oriental Singapore', 'upload/hotels/images/cover/r12WbHnGmandarin.jpg', 0, '', '1234567890', 200, 0, 'mandarin@gmail.com', 'mandarin-oriental-singapore', 'Mandarin,Oriental,Singapore', 'Mandarin Oriental Singapore', 0, 1, '<p>Shaped like our iconic fan, Mandarin Oriental, Singapore is a five-star luxury hotel in Marina Bay. Only minutes from the central business district and with a choice of fabulous restaurants and fantastic rooms, we are the ultimate urban retreat.</p>\r\n', '0000-00-00 00:00:00', '{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}', '2020-10-12 06:26:45', 500, 300, 1, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/-tmrOPCI3-Q\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', ''),
(23, 'Villa Mariazinha Charming Hotel', 'upload/hotels/images/cover/VYnGjiIRHotel-Ritz.jpg', 0, '', '1234567890', 150, 0, 'mariazinha@gmail.com', 'villa-mariazinha-charming-hotel', 'Villa,Mariazinha Charming,Hotel', 'Villa Mariazinha Charming Hotel', 0, 1, '<p>Located in the heart of Lisbon, our historic Hotel wears the cultural heart and soul of Portugal on its sleeve. Inside, art-deco sensibilities mingle with an updated Louis XVI style, and a collection of important contemporary local artwork fills our halls.</p>\r\n\r\n<p>Outside, views of the city&rsquo;s rolling hills and brightly tiled exteriors spread out before you. After spending the day exploring the city sights, many just steps from the Hotel, we invite you for dinner on the terrace of our acclaimed Varanda Restaurant to watch the pink hues of sunset emerge from the horizon.</p>\r\n', '0000-00-00 00:00:00', '{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}', '2020-10-12 06:26:59', 500, 400, 1, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/DzttfHXqBt0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', ''),
(24, 'Aspen Chalets by Kempinski', 'upload/hotels/images/cover/vhsrDWxIphoto-1542314831-068cd1dbfeeb.jpg', 93, 'AFG', '2 690 9000', 200, 0, 'emirates@gmail.com', 'aspen-chalets-by-kempinski', 'Aspen,Chalets,by Kempinski', 'Aspen Chalets by Kempinski', 0, 1, '<p>The Bulgari Resort &amp; Residences Dubai offers a full range of amenities, such as the gourmet Il Ristorante &ndash; Niko Romito, the Il Caf&eacute; open all day , Il Bar with its iconic oval-shaped freestanding bar and La Spiaggia the most exclusive beach Club with private beach and a unique mosaic-design outdoor swimming pool</p>\r\n', '0000-00-00 00:00:00', '{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}', '2020-10-12 06:27:09', 200, 150, 1, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/2XKHUroTePc\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', ''),
(25, 'Jumeirah Premium Al Naseem Hotel', 'upload/hotels/images/cover/qrXEKPR0photo-1553191657-244838d47167.jpg', 971, 'ARE', '2 690 9000', 200, 0, 'emirates@gmail.com', 'jumeirah-premium-al-naseem-hotel', 'Jumeirah,Premium,Al Naseem,Hotel', 'Jumeirah Premium Al Naseem Hotel', 0, 0, '<p>Offering a spa center and a private beach area, Jumeirah Al Naseem is located in the Umm Suqeim district in Dubai.</p>\r\n\r\n<p>The resort has a hot tub and water sports facilities, and guests can enjoy a meal at the restaurant. Guests at the property can avail complimentary Wild Wadi Access.</p>\r\n', '0000-00-00 00:00:00', '{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}', '2020-10-12 06:27:40', 200, 150, 0, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/3NMRld373AY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', ''),
(26, 'Kempinski Hotel Mall of the Emirates ', 'upload/hotels/images/cover/HqJF2kKhphoto-1569369926169-9ee7fb80adeb.jpg', 971, 'ARE', '2 690 9000', 200, 0, 'emirates@gmail.com', 'kempinski-hotel-mall-of-the-emirates-', 'Kempinski,Hotel,Mall,of the Emirates ', 'Kempinski Hotel Mall of the Emirates ', 0, 1, '<p>Located in Dubai, 5 mi from Dubai Autodrome, Five Jumeirah Village features accommodations with a restaurant, free private parking, an outdoor swimming pool and a fitness center.</p>\r\n\r\n<p>With a bar, the 5-star hotel has air-conditioned rooms with free WiFi, each with a private bathroom.</p>\r\n', '0000-00-00 00:00:00', '{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}', '2020-10-12 06:27:55', 200, 150, 1, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/WTe8qHW0MEY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', ''),
(27, 'Atlantis Kemspinski The Palm Hotel', 'upload/hotels/images/cover/mQKLo6lKphoto-1572160282914-ac2c1e1ff9ae.jpg', 971, 'ARE', '2 690 9000', 200, 0, 'emirates@gmail.com', 'atlantis-kemspinski-the-palm-hotel', 'Atlantis,Kemspinski,The Palm,Hotel', 'Atlantis Kemspinski The Palm Hotel', 0, 1, '<p>Located on Dubai&rsquo;s Palm Jumeirah Island and enjoys a private sandy beach, the 5-star Atlantis offers stunning views of the Arabian Gulf.</p>\r\n\r\n<p>It provides an underwater aquarium and complimentary access to the Aquaventure water park and the Lost Chambers Aquarium. Free WiFi is available throughout the entire property.</p>\r\n', '0000-00-00 00:00:00', '{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}', '2020-10-12 06:28:10', 200, 150, 1, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/P6jvmZafAIo\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '');

-- --------------------------------------------------------

--
-- Table structure for table `woobooking_hotelproperty`
--

CREATE TABLE `woobooking_hotelproperty` (
  `id` int(11) NOT NULL,
  `type` varchar(255) NOT NULL,
  `object_id` int(11) NOT NULL,
  `hotel_id` int(11) NOT NULL,
  `description` text NOT NULL,
  `price_adult` float NOT NULL,
  `price_child` float NOT NULL,
  `price_service` float NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `woobooking_hotelproperty`
--

INSERT INTO `woobooking_hotelproperty` (`id`, `type`, `object_id`, `hotel_id`, `description`, `price_adult`, `price_child`, `price_service`) VALUES
(366, 'destination', 18, 19, '', 0, 0, 0),
(369, 'rate', 34, 19, '', 0, 0, 0),
(372, 'destination', 18, 20, '', 0, 0, 0),
(375, 'rate', 35, 20, '', 0, 0, 0),
(379, 'destination', 18, 21, '', 0, 0, 0),
(382, 'rate', 36, 21, '', 0, 0, 0),
(617, 'review', 1, 1, '', 0, 0, 0),
(618, 'review', 2, 1, '', 0, 0, 0),
(1982, 'review', 3, 2, '', 0, 0, 0),
(2011, 'review', 4, 9, '', 0, 0, 0),
(2012, 'review', 5, 12, '', 0, 0, 0),
(2013, 'review', 6, 1, '', 0, 0, 0),
(2014, 'review', 7, 2, '', 0, 0, 0),
(2015, 'review', 8, 3, '', 0, 0, 0),
(2016, 'review', 9, 4, '', 0, 0, 0),
(2017, 'review', 10, 5, '', 0, 0, 0),
(2018, 'review', 11, 6, '', 0, 0, 0),
(2019, 'review', 12, 18, '', 0, 0, 0),
(2020, 'review', 13, 9, '', 0, 0, 0),
(2021, 'review', 14, 7, '', 0, 0, 0),
(2022, 'review', 15, 8, '', 0, 0, 0),
(2023, 'review', 16, 10, '', 0, 0, 0),
(2024, 'review', 17, 11, '', 0, 0, 0),
(2025, 'review', 18, 13, '', 0, 0, 0),
(2026, 'review', 19, 14, '', 0, 0, 0),
(2027, 'review', 20, 15, '', 0, 0, 0),
(2028, 'review', 21, 16, '', 0, 0, 0),
(2029, 'review', 22, 16, '', 0, 0, 0),
(2030, 'review', 23, 17, '', 0, 0, 0),
(2031, 'review', 24, 22, '', 0, 0, 0),
(2032, 'review', 25, 23, '', 0, 0, 0),
(2498, 'review', 26, 8, '', 0, 0, 0),
(2869, 'destination', 1, 1, '', 0, 0, 0),
(2870, 'roomtype', 1, 1, '', 300, 200, 0),
(2871, 'roomtype', 2, 1, '', 450, 300, 0),
(2872, 'roomtype', 3, 1, '', 600, 400, 0),
(2873, 'service', 1, 1, '', 0, 0, 50),
(2874, 'service', 2, 1, '', 0, 0, 50),
(2875, 'service', 3, 1, '', 0, 0, 20),
(2876, 'service', 4, 1, '', 0, 0, 100),
(2877, 'service', 5, 1, '', 0, 0, 100),
(2878, 'rate', 275, 1, '', 0, 0, 0),
(2879, 'tag', 1, 1, '', 0, 0, 0),
(2880, 'tag', 16, 1, '', 0, 0, 0),
(2881, 'tag', 18, 1, '', 0, 0, 0),
(2882, 'tag', 19, 1, '', 0, 0, 0),
(4242, 'destination', 3, 3, '', 0, 0, 0),
(4243, 'roomtype', 1, 3, '', 150, 100, 0),
(4244, 'roomtype', 2, 3, '', 250, 200, 0),
(4245, 'roomtype', 3, 3, '', 300, 250, 0),
(4246, 'service', 1, 3, '', 0, 0, 50),
(4247, 'service', 3, 3, '', 0, 0, 50),
(4248, 'service', 4, 3, '', 0, 0, 20),
(4249, 'service', 2, 3, '', 0, 0, 50),
(4250, 'service', 5, 3, '', 0, 0, 100),
(4251, 'rate', 400, 3, '', 0, 0, 0),
(4252, 'tag', 5, 3, '', 0, 0, 0),
(4253, 'tag', 18, 3, '', 0, 0, 0),
(4254, 'tag', 19, 3, '', 0, 0, 0),
(4255, 'tag', 20, 3, '', 0, 0, 0),
(4256, 'destination', 4, 4, '', 0, 0, 0),
(4257, 'roomtype', 1, 4, '', 200, 200, 0),
(4258, 'roomtype', 2, 4, '', 250, 150, 0),
(4259, 'roomtype', 3, 4, '', 300, 200, 0),
(4260, 'service', 4, 4, '', 0, 0, 20),
(4261, 'service', 1, 4, '', 0, 0, 50),
(4262, 'service', 5, 4, '', 0, 0, 100),
(4263, 'service', 2, 4, '', 0, 0, 100),
(4264, 'service', 3, 4, '', 0, 0, 50),
(4265, 'rate', 401, 4, '', 0, 0, 0),
(4266, 'rate', 402, 4, '', 0, 0, 0),
(4267, 'tag', 3, 4, '', 0, 0, 0),
(4268, 'tag', 5, 4, '', 0, 0, 0),
(4269, 'tag', 11, 4, '', 0, 0, 0),
(4270, 'tag', 18, 4, '', 0, 0, 0),
(4271, 'destination', 5, 5, '', 0, 0, 0),
(4272, 'roomtype', 2, 5, '', 80, 50, 0),
(4273, 'roomtype', 3, 5, '', 100, 80, 0),
(4274, 'roomtype', 3, 5, '', 0, 0, 0),
(4275, 'service', 1, 5, '', 0, 0, 50),
(4276, 'service', 2, 5, '', 0, 0, 20),
(4277, 'service', 3, 5, '', 0, 0, 50),
(4278, 'service', 4, 5, '', 0, 0, 20),
(4279, 'service', 5, 5, '', 0, 0, 50),
(4280, 'rate', 403, 5, '', 0, 0, 0),
(4281, 'rate', 404, 5, '', 0, 0, 0),
(4282, 'tag', 1, 5, '', 0, 0, 0),
(4283, 'tag', 2, 5, '', 0, 0, 0),
(4284, 'tag', 7, 5, '', 0, 0, 0),
(4285, 'tag', 9, 5, '', 0, 0, 0),
(4300, 'destination', 6, 6, '', 0, 0, 0),
(4301, 'roomtype', 1, 6, '', 250, 150, 0),
(4302, 'roomtype', 2, 6, '', 350, 250, 0),
(4303, 'roomtype', 3, 6, '', 500, 300, 0),
(4304, 'service', 1, 6, '', 0, 0, 50),
(4305, 'service', 2, 6, '', 0, 0, 50),
(4306, 'service', 3, 6, '', 0, 0, 20),
(4307, 'service', 4, 6, '', 0, 0, 100),
(4308, 'service', 5, 6, '', 0, 0, 100),
(4309, 'rate', 406, 6, '', 0, 0, 0),
(4310, 'tag', 2, 6, '', 0, 0, 0),
(4311, 'tag', 10, 6, '', 0, 0, 0),
(4312, 'tag', 18, 6, '', 0, 0, 0),
(4313, 'tag', 19, 6, '', 0, 0, 0),
(4314, 'destination', 7, 7, '', 0, 0, 0),
(4315, 'roomtype', 1, 7, '', 250, 200, 0),
(4316, 'roomtype', 2, 7, '', 350, 300, 0),
(4317, 'roomtype', 3, 7, '', 500, 400, 0),
(4318, 'service', 1, 7, '', 0, 0, 50),
(4319, 'service', 2, 7, '', 0, 0, 20),
(4320, 'service', 3, 7, '', 0, 0, 50),
(4321, 'service', 4, 7, '', 0, 0, 20),
(4322, 'service', 5, 7, '', 0, 0, 50),
(4323, 'rate', 407, 7, '', 0, 0, 0),
(4324, 'tag', 2, 7, '', 0, 0, 0),
(4325, 'tag', 9, 7, '', 0, 0, 0),
(4326, 'tag', 12, 7, '', 0, 0, 0),
(4327, 'tag', 19, 7, '', 0, 0, 0),
(4342, 'destination', 9, 9, '', 0, 0, 0),
(4343, 'roomtype', 1, 9, '', 400, 300, 0),
(4344, 'roomtype', 2, 9, '', 500, 400, 0),
(4345, 'roomtype', 3, 9, '', 600, 500, 0),
(4346, 'service', 1, 9, '', 0, 0, 20),
(4347, 'service', 2, 9, '', 0, 0, 50),
(4348, 'service', 3, 9, '', 0, 0, 100),
(4349, 'service', 4, 9, '', 0, 0, 100),
(4350, 'service', 5, 9, '', 0, 0, 50),
(4351, 'rate', 409, 9, '', 0, 0, 0),
(4352, 'tag', 1, 9, '', 0, 0, 0),
(4353, 'tag', 7, 9, '', 0, 0, 0),
(4354, 'tag', 9, 9, '', 0, 0, 0),
(4355, 'tag', 19, 9, '', 0, 0, 0),
(4384, 'destination', 12, 12, '', 0, 0, 0),
(4385, 'roomtype', 1, 12, '', 250, 200, 0),
(4386, 'roomtype', 2, 12, '', 350, 300, 0),
(4387, 'roomtype', 3, 12, '', 450, 400, 0),
(4388, 'service', 1, 12, '', 0, 0, 20),
(4389, 'service', 2, 12, '', 0, 0, 50),
(4390, 'service', 3, 12, '', 0, 0, 20),
(4391, 'service', 4, 12, '', 0, 0, 100),
(4392, 'service', 5, 12, '', 0, 0, 50),
(4393, 'rate', 412, 12, '', 0, 0, 0),
(4394, 'tag', 13, 12, '', 0, 0, 0),
(4395, 'tag', 16, 12, '', 0, 0, 0),
(4396, 'tag', 18, 12, '', 0, 0, 0),
(4397, 'tag', 19, 12, '', 0, 0, 0),
(4398, 'destination', 13, 13, '', 0, 0, 0),
(4399, 'roomtype', 1, 13, '', 300, 250, 0),
(4400, 'roomtype', 2, 13, '', 400, 350, 0),
(4401, 'roomtype', 3, 13, '', 500, 450, 0),
(4402, 'service', 1, 13, '', 0, 0, 50),
(4403, 'service', 2, 13, '', 0, 0, 50),
(4404, 'service', 3, 13, '', 0, 0, 20),
(4405, 'service', 4, 13, '', 0, 0, 100),
(4406, 'service', 5, 13, '', 0, 0, 100),
(4407, 'rate', 413, 13, '', 0, 0, 0),
(4408, 'tag', 6, 13, '', 0, 0, 0),
(4409, 'tag', 10, 13, '', 0, 0, 0),
(4410, 'tag', 16, 13, '', 0, 0, 0),
(4411, 'destination', 14, 14, '', 0, 0, 0),
(4412, 'roomtype', 1, 14, '', 150, 100, 0),
(4413, 'roomtype', 2, 14, '', 250, 150, 0),
(4414, 'roomtype', 3, 14, '', 300, 200, 0),
(4415, 'service', 1, 14, '', 0, 0, 50),
(4416, 'service', 2, 14, '', 0, 0, 20),
(4417, 'service', 3, 14, '', 0, 0, 100),
(4418, 'service', 4, 14, '', 0, 0, 50),
(4419, 'service', 5, 14, '', 0, 0, 50),
(4420, 'rate', 414, 14, '', 0, 0, 0),
(4421, 'tag', 15, 14, '', 0, 0, 0),
(4422, 'tag', 18, 14, '', 0, 0, 0),
(4423, 'tag', 19, 14, '', 0, 0, 0),
(4424, 'tag', 20, 14, '', 0, 0, 0),
(4425, 'destination', 15, 15, '', 0, 0, 0),
(4426, 'roomtype', 1, 15, '', 250, 200, 0),
(4427, 'roomtype', 2, 15, '', 350, 300, 0),
(4428, 'roomtype', 3, 15, '', 400, 350, 0),
(4429, 'service', 1, 15, '', 0, 0, 50),
(4430, 'service', 2, 15, '', 0, 0, 20),
(4431, 'service', 3, 15, '', 0, 0, 50),
(4432, 'service', 4, 15, '', 0, 0, 50),
(4433, 'service', 5, 15, '', 0, 0, 100),
(4434, 'rate', 415, 15, '', 0, 0, 0),
(4435, 'tag', 4, 15, '', 0, 0, 0),
(4436, 'tag', 9, 15, '', 0, 0, 0),
(4437, 'tag', 16, 15, '', 0, 0, 0),
(4438, 'destination', 16, 16, '', 0, 0, 0),
(4439, 'roomtype', 1, 16, '', 300, 250, 0),
(4440, 'roomtype', 2, 16, '', 400, 350, 0),
(4441, 'roomtype', 3, 16, '', 500, 450, 0),
(4442, 'service', 1, 16, '', 0, 0, 100),
(4443, 'service', 2, 16, '', 0, 0, 50),
(4444, 'service', 1, 16, '', 0, 0, 50),
(4445, 'service', 3, 16, '', 0, 0, 20),
(4446, 'service', 4, 16, '', 0, 0, 50),
(4447, 'service', 5, 16, '', 0, 0, 100),
(4448, 'rate', 416, 16, '', 0, 0, 0),
(4449, 'tag', 4, 16, '', 0, 0, 0),
(4450, 'tag', 13, 16, '', 0, 0, 0),
(4451, 'tag', 18, 16, '', 0, 0, 0),
(4452, 'destination', 17, 17, '', 0, 0, 0),
(4453, 'roomtype', 1, 17, '', 300, 200, 0),
(4454, 'roomtype', 2, 17, '', 350, 400, 0),
(4455, 'roomtype', 3, 17, '', 400, 350, 0),
(4456, 'service', 1, 17, '', 0, 0, 50),
(4457, 'service', 2, 17, '', 0, 0, 50),
(4458, 'service', 3, 17, '', 0, 0, 20),
(4459, 'service', 4, 17, '', 0, 0, 50),
(4460, 'service', 5, 17, '', 0, 0, 50),
(4461, 'rate', 417, 17, '', 0, 0, 0),
(4462, 'tag', 17, 17, '', 0, 0, 0),
(4463, 'tag', 18, 17, '', 0, 0, 0),
(4464, 'tag', 19, 17, '', 0, 0, 0),
(4465, 'destination', 18, 18, '', 0, 0, 0),
(4466, 'roomtype', 1, 18, '', 350, 300, 0),
(4467, 'roomtype', 2, 18, '', 400, 350, 0),
(4468, 'roomtype', 3, 18, '', 450, 400, 0),
(4469, 'service', 1, 18, '', 0, 0, 20),
(4470, 'service', 2, 18, '', 0, 0, 50),
(4471, 'service', 3, 18, '', 0, 0, 50),
(4472, 'service', 4, 18, '', 0, 0, 50),
(4473, 'service', 5, 18, '', 0, 0, 100),
(4474, 'rate', 418, 18, '', 0, 0, 0),
(4475, 'tag', 13, 18, '', 0, 0, 0),
(4476, 'tag', 18, 18, '', 0, 0, 0),
(4477, 'tag', 19, 18, '', 0, 0, 0),
(4478, 'tag', 20, 18, '', 0, 0, 0),
(4479, 'destination', 19, 22, '', 0, 0, 0),
(4480, 'roomtype', 1, 22, '', 250, 200, 0),
(4481, 'roomtype', 2, 22, '', 300, 250, 0),
(4482, 'roomtype', 3, 22, '', 350, 300, 0),
(4483, 'service', 1, 22, '', 0, 0, 50),
(4484, 'service', 2, 22, '', 0, 0, 50),
(4485, 'service', 3, 22, '', 0, 0, 50),
(4486, 'service', 4, 22, '', 0, 0, 20),
(4487, 'service', 5, 22, '', 0, 0, 50),
(4488, 'rate', 419, 22, '', 0, 0, 0),
(4489, 'tag', 16, 22, '', 0, 0, 0),
(4490, 'tag', 18, 22, '', 0, 0, 0),
(4491, 'tag', 19, 22, '', 0, 0, 0),
(4492, 'tag', 20, 22, '', 0, 0, 0),
(4493, 'destination', 20, 23, '', 0, 0, 0),
(4494, 'roomtype', 1, 23, '', 200, 150, 0),
(4495, 'roomtype', 2, 23, '', 250, 200, 0),
(4496, 'roomtype', 3, 23, '', 300, 250, 0),
(4497, 'service', 1, 23, '', 0, 0, 50),
(4498, 'service', 2, 23, '', 0, 0, 20),
(4499, 'service', 3, 23, '', 0, 0, 50),
(4500, 'service', 4, 23, '', 0, 0, 100),
(4501, 'service', 5, 23, '', 0, 0, 50),
(4502, 'rate', 420, 23, '', 0, 0, 0),
(4503, 'tag', 5, 23, '', 0, 0, 0),
(4504, 'tag', 16, 23, '', 0, 0, 0),
(4505, 'tag', 18, 23, '', 0, 0, 0),
(4506, 'tag', 20, 23, '', 0, 0, 0),
(4507, 'destination', 1, 24, '', 0, 0, 0),
(4508, 'roomtype', 1, 24, '', 100, 150, 0),
(4509, 'roomtype', 2, 24, '', 150, 180, 0),
(4510, 'roomtype', 3, 24, '', 100, 150, 0),
(4511, 'service', 1, 24, '', 0, 0, 1),
(4512, 'service', 2, 24, '', 0, 0, 1),
(4513, 'service', 3, 24, '', 0, 0, 1),
(4514, 'service', 4, 24, '', 0, 0, 1),
(4515, 'service', 5, 24, '', 0, 0, 1),
(4516, 'rate', 421, 24, '', 0, 0, 0),
(4517, 'tag', 1, 24, '', 0, 0, 0),
(4518, 'tag', 2, 24, '', 0, 0, 0),
(4519, 'tag', 3, 24, '', 0, 0, 0),
(4520, 'tag', 4, 24, '', 0, 0, 0),
(4521, 'destination', 9, 25, '', 0, 0, 0),
(4522, 'roomtype', 1, 25, '', 100, 150, 0),
(4523, 'roomtype', 2, 25, '', 100, 150, 0),
(4524, 'roomtype', 3, 25, '', 100, 150, 0),
(4525, 'service', 1, 25, '', 0, 0, 1),
(4526, 'service', 2, 25, '', 0, 0, 1),
(4527, 'service', 3, 25, '', 0, 0, 1),
(4528, 'service', 4, 25, '', 0, 0, 1),
(4529, 'service', 5, 25, '', 0, 0, 1),
(4530, 'rate', 422, 25, '', 0, 0, 0),
(4531, 'tag', 1, 25, '', 0, 0, 0),
(4532, 'tag', 2, 25, '', 0, 0, 0),
(4533, 'tag', 3, 25, '', 0, 0, 0),
(4534, 'tag', 4, 25, '', 0, 0, 0),
(4535, 'destination', 1, 26, '', 0, 0, 0),
(4536, 'roomtype', 1, 26, '', 100, 150, 0),
(4537, 'roomtype', 2, 26, '', 100, 150, 0),
(4538, 'roomtype', 3, 26, '', 100, 150, 0),
(4539, 'service', 1, 26, '', 0, 0, 1),
(4540, 'service', 2, 26, '', 0, 0, 1),
(4541, 'service', 3, 26, '', 0, 0, 1),
(4542, 'service', 4, 26, '', 0, 0, 1),
(4543, 'service', 5, 26, '', 0, 0, 1),
(4544, 'rate', 423, 26, '', 0, 0, 0),
(4545, 'tag', 1, 26, '', 0, 0, 0),
(4546, 'tag', 3, 26, '', 0, 0, 0),
(4547, 'tag', 4, 26, '', 0, 0, 0),
(4548, 'tag', 6, 26, '', 0, 0, 0),
(4549, 'destination', 1, 27, '', 0, 0, 0),
(4550, 'roomtype', 1, 27, '', 100, 150, 0),
(4551, 'roomtype', 2, 27, '', 100, 150, 0),
(4552, 'roomtype', 3, 27, '', 100, 150, 0),
(4553, 'service', 1, 27, '', 0, 0, 1),
(4554, 'service', 2, 27, '', 0, 0, 1),
(4555, 'service', 3, 27, '', 0, 0, 1),
(4556, 'service', 4, 27, '', 0, 0, 1),
(4557, 'service', 5, 27, '', 0, 0, 1),
(4558, 'rate', 424, 27, '', 0, 0, 0),
(4559, 'tag', 0, 27, '', 0, 0, 0),
(4560, 'tag', 2, 27, '', 0, 0, 0),
(4561, 'tag', 3, 27, '', 0, 0, 0),
(4562, 'tag', 4, 27, '', 0, 0, 0),
(4563, 'review', 27, 4, '', 0, 0, 0),
(4564, 'destination', 2, 2, '', 0, 0, 0),
(4565, 'roomtype', 1, 2, '', 200, 150, 0),
(4566, 'roomtype', 2, 2, '', 300, 200, 0),
(4567, 'roomtype', 3, 2, '', 500, 300, 0),
(4568, 'service', 2, 2, '', 0, 0, 100),
(4569, 'service', 5, 2, '', 0, 0, 50),
(4570, 'service', 3, 2, '', 0, 0, 50),
(4571, 'service', 1, 2, '', 0, 0, 50),
(4572, 'service', 4, 2, '', 0, 0, 20),
(4573, 'rate', 425, 2, '', 0, 0, 0),
(4574, 'tag', 3, 2, '', 0, 0, 0),
(4575, 'tag', 8, 2, '', 0, 0, 0),
(4576, 'tag', 16, 2, '', 0, 0, 0),
(4577, 'tag', 18, 2, '', 0, 0, 0),
(4578, 'review', 28, 2, '', 0, 0, 0),
(4579, 'review', 29, 2, '', 0, 0, 0),
(4580, 'destination', 8, 8, '', 0, 0, 0),
(4581, 'roomtype', 1, 8, '', 400, 300, 0),
(4582, 'roomtype', 2, 8, '', 500, 400, 0),
(4583, 'roomtype', 3, 8, '', 600, 500, 0),
(4584, 'service', 1, 8, '', 0, 0, 50),
(4585, 'service', 2, 8, '', 0, 0, 20),
(4586, 'service', 3, 8, '', 0, 0, 100),
(4587, 'service', 4, 8, '', 0, 0, 50),
(4588, 'service', 5, 8, '', 0, 0, 100),
(4589, 'rate', 426, 8, '', 0, 0, 0),
(4590, 'tag', 11, 8, '', 0, 0, 0),
(4591, 'tag', 16, 8, '', 0, 0, 0),
(4592, 'tag', 18, 8, '', 0, 0, 0),
(4593, 'tag', 19, 8, '', 0, 0, 0),
(4594, 'destination', 11, 11, '', 0, 0, 0),
(4595, 'roomtype', 1, 11, '', 250, 200, 0),
(4596, 'roomtype', 2, 11, '', 300, 250, 0),
(4597, 'roomtype', 3, 11, '', 400, 350, 0),
(4598, 'service', 1, 11, '', 0, 0, 50),
(4599, 'service', 2, 11, '', 0, 0, 20),
(4600, 'service', 3, 11, '', 0, 0, 100),
(4601, 'service', 4, 11, '', 0, 0, 100),
(4602, 'service', 5, 11, '', 0, 0, 50),
(4603, 'rate', 427, 11, '', 0, 0, 0),
(4604, 'tag', 3, 11, '', 0, 0, 0),
(4605, 'tag', 8, 11, '', 0, 0, 0),
(4606, 'tag', 15, 11, '', 0, 0, 0),
(4607, 'tag', 17, 11, '', 0, 0, 0),
(4608, 'destination', 10, 10, '', 0, 0, 0),
(4609, 'roomtype', 1, 10, '', 300, 250, 0),
(4610, 'roomtype', 2, 10, '', 400, 350, 0),
(4611, 'roomtype', 3, 10, '', 500, 450, 0),
(4612, 'service', 1, 10, '', 0, 0, 50),
(4613, 'service', 2, 10, '', 0, 0, 50),
(4614, 'service', 4, 10, '', 0, 0, 20),
(4615, 'service', 3, 10, '', 0, 0, 100),
(4616, 'service', 5, 10, '', 0, 0, 50),
(4617, 'rate', 428, 10, '', 0, 0, 0),
(4618, 'tag', 14, 10, '', 0, 0, 0),
(4619, 'tag', 17, 10, '', 0, 0, 0),
(4620, 'tag', 18, 10, '', 0, 0, 0),
(4621, 'tag', 19, 10, '', 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `woobooking_location`
--

CREATE TABLE `woobooking_location` (
  `id` int(11) NOT NULL,
  `name` varchar(200) NOT NULL,
  `banner` varchar(400) NOT NULL,
  `image_location_avatar` varchar(400) NOT NULL,
  `map_image` varchar(400) NOT NULL,
  `address` varchar(200) NOT NULL,
  `phonecode` int(5) NOT NULL,
  `countrycode` 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,
  `is_top_destination` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `woobooking_location`
--

INSERT INTO `woobooking_location` (`id`, `name`, `banner`, `image_location_avatar`, `map_image`, `address`, `phonecode`, `countrycode`, `mobile`, `alias`, `state_id`, `lang`, `lat`, `iframe`, `published`, `ordering`, `image`, `description`, `is_top_destination`) VALUES
(1, 'Corniche Rd W', '', '', '', 'Abu Dhabi, UAE', 0, '', 1234567890, '', 1, '105.9275238', '39.2064041', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14526.693381802499!2d54.317507!3d24.462116!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjTCsDI3JzQzLjYiTiA1NMKwMTknMDMuMCJF!5e0!3m2!1svi!2sus!4v1594364041382!5m2!1svi!2sus\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\" aria-hidden=\"false\" tabindex=\"0\"></iframe>', 1, 0, '', '', 1),
(2, '5921 Valencia Cir', '', '', '', 'Rancho Santa Fe, US', 0, '', 1234567890, '', 2, '102.8514807', '39.886246', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d19959.53250957003!2d54.318970111639864!3d24.45877761291158!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjTCsDI3JzQzLjYiTiA1NMKwMTknMDMuMCJF!5e0!3m2!1svi!2sus!4v1594365084539!5m2!1svi!2sus\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\" aria-hidden=\"false\" tabindex=\"0\"></iframe>', 1, 0, '', '', 1),
(3, 'Via Vittorio Veneto', '', '', '', 'Roma, Italy', 0, '', 1234567890, '', 3, '99.9824106', '40.1643685', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14124.602082318066!2d12.492074970025726!3d41.90722516561383!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x79f6a0a46f732437!2sThe%20Westin%20Excelsior%2C%20Rome!5e0!3m2!1svi!2s!4v1594365483087!5m2!1svi!2s\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\" aria-hidden=\"false\" tabindex=\"0\"></iframe>', 1, 0, '', '', 1),
(4, '5th Avenue at', '', '', '', 'New York, United States', 0, '', 1234567890, '', 4, '97.8093067', '40.298567', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d12087.555443640455!2d-73.9744877!3d40.7644691!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x61f6aa300ba8339d!2sThe%20Plaza%20-%20A%20Fairmont%20Managed%20Hotel!5e0!3m2!1svi!2s!4v1594368554280!5m2!1svi!2s\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\" aria-hidden=\"false\" tabindex=\"0\"></iframe>', 1, 0, '', '', 1),
(5, '6 Tran Quang Khai', '', '', '', 'Nha Trang , Viet Nam', 0, '', 1234567890, '', 5, '97.2337614', '40.2192132', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d15596.87184024012!2d109.1967711!3d12.2335162!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x70f4bfe86099684d!2sAaron%20Hotel%20in%20Nha%20Trang!5e0!3m2!1svi!2s!4v1594369370883!5m2!1svi!2s\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\" aria-hidden=\"false\" tabindex=\"0\"></iframe>', 1, 0, '', '', 1),
(6, 'Bai Bac', '', '', '', 'Da Nang, Viet Nam', 0, '', 1234567890, '', 6, '99.0927722', '40.1762436', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d30663.587098319756!2d108.31163949580076!3d16.119970598113724!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x5ade8a2bd4daad0d!2sInterContinental%20%C4%90%C3%A0%20N%E1%BA%B5ng%20Sun%20Peninsula%20Resort!5e0!3m2!1svi!2s!4v1594370072646!5m2!1svi!2s\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\" aria-hidden=\"false\" tabindex=\"0\"></iframe>', 1, 0, '', '', 1),
(7, 'Bai Dai, Ganh Dau Commune', '', '', '', 'Kien Giang, Vietnam', 0, '', 1234567890, '', 7, '101.0679927', '44.949392', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d251289.48605414064!2d103.81733648115075!3d10.229431408391035!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31081e3b9fdc2f85%3A0x1a649fb7cb98ca00!2zVmlucGVhcmwgUmVzb3J0ICYgU3BhIFBow7ogUXXhu5Fj!5e0!3m2!1svi!2s!4v1594370794442!5m2!1svi!2s\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\" aria-hidden=\"false\" tabindex=\"0\"></iframe>', 1, 0, '', '', 0),
(8, '1 Bay Dr', '', '', '', 'Lahaina, United States', 0, '', 1234567890, '', 8, '13.1841259', '42.9868799', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14899.106655934715!2d-156.6645123!3d21.0015878!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x60995c95d25170bc!2sMontage%20Kapalua%20Bay!5e0!3m2!1svi!2s!4v1594371853991!5m2!1svi!2s\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\" aria-hidden=\"false\" tabindex=\"0\"></iframe>', 1, 0, '', '', 1),
(9, 'Jumeirah St', '', '', '', 'Dubai - UAE', 0, '', 1234567890, '', 9, '13.1509079', '43.0054531', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14447.308254806174!2d55.18567720375703!3d25.14153688717421!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xb3da71b879f0e038!2sBurj%20al-Arab!5e0!3m2!1svi!2s!4v1594372711876!5m2!1svi!2s\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\" aria-hidden=\"false\" tabindex=\"0\"></iframe>', 1, 0, '', '', 1),
(10, 'Via Marina Grande', '', '', '', 'Capri NA, Italy', 0, '', 1234567890, '', 10, '13.2017742', '43.0833685', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d12125.127893931362!2d14.2354333!3d40.55745!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x1005561892d33fd0!2sJK%20Place%20Capri!5e0!3m2!1svi!2s!4v1594373458136!5m2!1svi!2s\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\" aria-hidden=\"false\" tabindex=\"0\"></iframe>', 1, 0, '', '', 0),
(11, 'Überfahrtstraße 10', '', '', '', 'Rottach-Egern, Germany', 0, '', 1234567890, '', 11, '13.130929', '43.0464191', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d10741.45946641033!2d11.757683!3d47.6967534!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xb3a4dd84981754db!2sAlthoff%20Seehotel%20%C3%9Cberfahrt!5e0!3m2!1svi!2s!4v1594377085800!5m2!1svi!2s\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\" aria-hidden=\"false\" tabindex=\"0\"></iframe>', 1, 0, '', '', 1),
(12, 'Hainstraße 25', '', '', '', 'Taunus, Germany', 0, '', 1234567890, '', 12, '13.0896013', '43.049179', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d10218.039426235238!2d8.51011!3d50.189!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xc04518e6cf877fae!2zTMOidSDEkcOgaSBGcmllZHJpY2hzaG9m!5e0!3m2!1svi!2s!4v1594377516581!5m2!1svi!2s\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\" aria-hidden=\"false\" tabindex=\"0\"></iframe>', 1, 0, '', '', 0),
(13, 'Av. Gov. Israel Pinheiro', '', '', '', 'Israel Pinheiro, Brazil', 0, '', 1234567890, '', 13, '12.9904879', '43.0733725', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14886.49461014033!2d-44.1720161!3d-21.1275653!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xf9a6dafed168d1b5!2sPequena%20Tiradentes!5e0!3m2!1svi!2s!4v1594378112053!5m2!1svi!2s\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\" aria-hidden=\"false\" tabindex=\"0\"></iframe>', 1, 0, '', '', 0),
(14, 'Praia de Botafogo', '', '', '', 'Rio de Janeiro, Brazil', 0, '', 1234567890, '', 14, '3.8505384', '48.6705902', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14696.803804935886!2d-43.1815147!3d-22.9428253!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x6791f9ffe75b3f70!2sYoo2%20Rio%20de%20Janeiro!5e0!3m2!1svi!2s!4v1594379107617!5m2!1svi!2s\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\" aria-hidden=\"false\" tabindex=\"0\"></iframe>', 1, 0, '', '', 0),
(15, 'Bulevar Principe Alfonso von Hohenlohe', '', '', '', 'Málaga, Spain', 0, '', 1234567890, '', 15, '3.8220142', '48.7138175', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d12828.365670342822!2d-4.925774!3d36.5036553!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x6af7e97919a98ba6!2sPuente%20Romano%20Beach%20Resort%2C%20Marbella!5e0!3m2!1svi!2s!4v1594379629794!5m2!1svi!2s\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\" aria-hidden=\"false\" tabindex=\"0\"></iframe>', 1, 0, '', '', 1),
(16, '12 Susukinobaba-Cho', '', '', '', 'Kyoto, Japan', 0, '', 1234567890, '', 16, '3.8556247', '48.6853087', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d26142.759160361933!2d135.65813388348388!3d35.01058761241226!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x3c803c520e1113d5!2sSuiran%2C%20a%20Luxury%20Collection%20Hotel%2C%20Kyoto!5e0!3m2!1svi!2s!4v1594607084415!5m2!1svi!2s\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\" aria-hidden=\"false\" tabindex=\"0\"></iframe>', 1, 0, '', '', 1),
(17, 'Stoke Park', '', '', '', 'Park Rd, United Kingdom', 0, '', 1234567890, '', 17, '4.4275859', '48.6497541', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d9927.24720494966!2d-0.6027291!3d51.5350116!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x3645056ee5208a9f!2sStoke%20Park!5e0!3m2!1svi!2s!4v1594607695311!5m2!1svi!2s\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\" aria-hidden=\"false\" tabindex=\"0\"></iframe>', 1, 0, '', '', 1),
(18, '1312 Avenue Raymond Poincaré', '', '', '', 'Paris, France', 0, '', 1234567890, '', 18, '9.063488', '39.612268', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d11534.501436872524!2d7.3740582!3d43.7183342!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x40880801fb1e7fe4!2sH%C3%B4tel%20Cap-Estel!5e0!3m2!1svi!2s!4v1594608295140!5m2!1svi!2s\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\" aria-hidden=\"false\" tabindex=\"0\"></iframe>', 1, 0, '', '', 1),
(19, '5 Raffles Ave', '', '', '', 'Raffles Ave, Singapore', 0, '', 1234567890, '', 19, '9.0241801', '39.7684623', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d13416.680011978882!2d103.85903326110915!3d1.2927294670289835!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x2030f2353a974ed5!2sMandarin%20Oriental%20Singapore!5e0!3m2!1svi!2s!4v1594609779023!5m2!1svi!2s\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\" aria-hidden=\"false\" tabindex=\"0\"></iframe>', 1, 0, '', '', 1),
(20, 'R. Rodrigo da Fonseca 88', '', '', '', 'Lisboa, Portugal', 0, '', 1234567890, '', 20, '8.5491073', '40.0327054', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d12450.606904538125!2d-9.1544683!3d38.7258043!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xbb3814d406b9a9f1!2sHotel%20Ritz!5e0!3m2!1svi!2s!4v1594610390985!5m2!1svi!2s\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\" aria-hidden=\"false\" tabindex=\"0\"></iframe>', 1, 0, '', '', 1);

-- --------------------------------------------------------

--
-- Table structure for table `woobooking_order`
--

CREATE TABLE `woobooking_order` (
  `id` int(11) 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`, `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
(3, 0, 4, 0, NULL, '', 310, 72, 0, '', '', 0, 0, 0, 0, 0, '2020-10-14 03:10:59'),
(5, 0, 6, 0, NULL, '', 304, 72, 0, '', '', 0, 0, 0, 0, 0, '2020-10-14 03:31:30'),
(6, 0, 7, 0, NULL, '', 301, 20, 0, '', '', 0, 0, 0, 0, 0, '2020-10-14 03:49:15'),
(7, 0, 8, 0, NULL, '', 301, 72, 0, '', '', 0, 0, 0, 0, 0, '2020-10-14 03:50:26'),
(8, 0, 9, 0, NULL, '', 300, 72, 0, '', '', 0, 0, 0, 0, 0, '2020-10-14 04:22:42'),
(9, 0, 10, 0, NULL, '', 4, 20, 0, '', '', 0, 0, 0, 0, 0, '2020-10-17 03:53:05');

-- --------------------------------------------------------

--
-- Table structure for table `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;

-- --------------------------------------------------------

--
-- Table structure for table `woobooking_order_detail`
--

CREATE TABLE `woobooking_order_detail` (
  `id` int(11) NOT NULL,
  `order_id` int(11) NOT NULL,
  `hotel_id` int(11) NOT NULL,
  `service_id` varchar(255) NOT NULL,
  `open_source_link_id` int(11) NOT NULL,
  `roomtype_id` int(11) NOT NULL,
  `price` int(11) NOT NULL,
  `params` mediumtext NOT NULL,
  `number_adult` int(11) NOT NULL,
  `number_child` 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`, `hotel_id`, `service_id`, `open_source_link_id`, `roomtype_id`, `price`, `params`, `number_adult`, `number_child`, `subtotal`, `total`, `total_tax`) VALUES
(3, 3, 2, '[\"2\",\"5\",\"3\"]', 0, 1, 0, '', 1, 0, 0, 310, 0),
(5, 5, 2, '[\"4\"]', 0, 1, 0, '', 1, 0, 0, 304, 0),
(6, 6, 2, '[\"1\"]', 0, 1, 0, '', 1, 0, 0, 301, 0),
(7, 7, 2, '[\"1\"]', 0, 1, 0, '', 1, 0, 0, 301, 0),
(8, 8, 2, '[]', 0, 1, 0, '', 1, 0, 0, 300, 0),
(9, 9, 3, '[\"1\",\"3\"]', 0, 0, 0, '', 0, 0, 0, 4, 0);

-- --------------------------------------------------------

--
-- Table structure for table `woobooking_order_detail_rate`
--

CREATE TABLE `woobooking_order_detail_rate` (
  `id` int(11) NOT NULL,
  `order_id` int(11) NOT NULL,
  `hotel_id` int(11) NOT NULL,
  `service_id` varchar(255) NOT NULL,
  `check_in` datetime NOT NULL,
  `check_out` datetime NOT NULL,
  `open_source_link_id` int(11) NOT NULL,
  `roomtype_id` int(11) NOT NULL,
  `price_adult` float NOT NULL,
  `price_child` float NOT NULL,
  `price_service` float NOT NULL,
  `order_detail_id` int(11) NOT NULL,
  `params` mediumtext NOT NULL,
  `number_adult` int(11) NOT NULL,
  `number_child` int(11) NOT NULL,
  `nights` 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_rate`
--

INSERT INTO `woobooking_order_detail_rate` (`id`, `order_id`, `hotel_id`, `service_id`, `check_in`, `check_out`, `open_source_link_id`, `roomtype_id`, `price_adult`, `price_child`, `price_service`, `order_detail_id`, `params`, `number_adult`, `number_child`, `nights`, `subtotal`, `total`, `total_tax`) VALUES
(3, 0, 2, '[\"2\",\"5\",\"3\"]', '2020-10-14 00:00:00', '2020-10-15 00:00:00', 0, 1, 300, 200, 0, 3, '', 1, 0, 1, 310, 310, 0),
(5, 0, 2, '[\"4\"]', '2020-10-14 00:00:00', '2020-10-15 00:00:00', 0, 1, 300, 200, 0, 5, '', 1, 0, 1, 304, 304, 0),
(6, 0, 2, '[\"1\"]', '2020-10-14 00:00:00', '2020-10-15 00:00:00', 0, 1, 300, 200, 0, 6, '', 1, 0, 1, 301, 301, 0),
(7, 0, 2, '[\"1\"]', '2020-10-14 00:00:00', '2020-10-15 00:00:00', 0, 1, 300, 200, 0, 7, '', 1, 0, 1, 301, 301, 0),
(8, 0, 2, '[]', '2020-10-14 00:00:00', '2020-10-15 00:00:00', 0, 1, 300, 200, 0, 8, '', 1, 0, 1, 300, 300, 0),
(9, 0, 3, '[\"1\",\"3\"]', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 0, 0, 0, 9, '', 0, 0, 0, 4, 4, 0);

-- --------------------------------------------------------

--
-- Table structure for table `woobooking_order_package`
--

CREATE TABLE `woobooking_order_package` (
  `id` int(11) NOT NULL,
  `ordering` int(11) NOT NULL,
  `customer_id` int(11) NOT NULL,
  `title` varchar(200) NOT NULL,
  `total` double NOT NULL,
  `payment_id` int(11) NOT NULL,
  `package_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
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `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;

-- --------------------------------------------------------

--
-- Table structure for table `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
(1, 'Pending', 'Pending', 0, '', ''),
(2, 'Completed', 'Completed', 0, '', '');

-- --------------------------------------------------------

--
-- Table structure for table `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;

-- --------------------------------------------------------

--
-- Table structure for table `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/cover/HKIz0Zv9images.jpg', '', 5, '{\"payment_params\":{\"email\":\"digitalsolutiontoppro@gmail.com\"}}', 1, '', 0, 0),
(72, 'banktransfer', 0, 'Banktransfer', 0, 'upload/payment/images/cover/AGTGO6xubank-transfer-png-3.jpg', '', 0, '{\"payment_params\":{\"bank_info\":\"Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order will not be shipped until the funds have cleared in our account.\"}}', 1, '', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `woobooking_rate`
--

CREATE TABLE `woobooking_rate` (
  `id` int(11) NOT NULL,
  `type` varchar(255) NOT NULL,
  `object_id` int(11) NOT NULL,
  `check_in` date NOT NULL,
  `check_out` date 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`, `check_in`, `check_out`, `ordering`, `description`) VALUES
(34, 'hotel', 19, '2020-07-13', '2020-07-14', 0, ''),
(35, 'hotel', 20, '2020-07-13', '2020-07-14', 0, ''),
(36, 'hotel', 21, '2020-07-13', '2020-07-14', 0, ''),
(275, 'hotel', 1, '2020-07-10', '2020-07-31', 0, ''),
(400, 'hotel', 3, '2020-07-10', '2020-07-31', 0, ''),
(401, 'hotel', 4, '2020-07-10', '2020-07-30', 0, ''),
(402, 'hotel', 4, '2020-08-01', '2020-08-31', 0, ''),
(403, 'hotel', 5, '2020-07-10', '2020-07-31', 0, ''),
(404, 'hotel', 5, '2020-08-01', '2020-08-30', 0, ''),
(406, 'hotel', 6, '2020-07-10', '2020-07-31', 0, ''),
(407, 'hotel', 7, '2020-07-10', '2020-07-31', 0, ''),
(409, 'hotel', 9, '2020-07-10', '2020-07-31', 0, ''),
(412, 'hotel', 12, '2020-07-10', '2020-07-31', 0, ''),
(413, 'hotel', 13, '2020-07-10', '2020-07-31', 0, ''),
(414, 'hotel', 14, '2020-07-10', '2020-07-31', 0, ''),
(415, 'hotel', 15, '2020-07-10', '2020-07-31', 0, ''),
(416, 'hotel', 16, '2020-07-13', '2020-07-31', 0, ''),
(417, 'hotel', 17, '2020-07-13', '2020-07-17', 0, ''),
(418, 'hotel', 18, '2020-07-13', '2020-07-16', 0, ''),
(419, 'hotel', 22, '2020-07-13', '2020-07-31', 0, ''),
(420, 'hotel', 23, '2020-07-13', '2020-07-31', 0, ''),
(421, 'hotel', 24, '2020-08-20', '2020-08-21', 0, ''),
(422, 'hotel', 25, '2020-08-20', '2020-08-21', 0, ''),
(423, 'hotel', 26, '2020-08-20', '2020-08-21', 0, ''),
(424, 'hotel', 27, '2020-08-20', '2020-08-21', 0, ''),
(425, 'hotel', 2, '2020-10-13', '2020-10-14', 0, ''),
(426, 'hotel', 8, '2020-07-10', '2020-07-11', 0, ''),
(427, 'hotel', 11, '2020-07-10', '2020-07-31', 0, ''),
(428, 'hotel', 10, '2020-07-10', '2020-07-31', 0, '');

-- --------------------------------------------------------

--
-- Table structure for table `woobooking_review`
--

CREATE TABLE `woobooking_review` (
  `id` int(11) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL,
  `email` varchar(200) NOT NULL,
  `title` varchar(200) NOT NULL,
  `ordering` int(11) NOT NULL,
  `published` int(11) NOT NULL,
  `comments` text NOT NULL,
  `created_date` datetime NOT NULL,
  `rating` float NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `woobooking_review`
--

INSERT INTO `woobooking_review` (`id`, `name`, `email`, `title`, `ordering`, `published`, `comments`, `created_date`, `rating`) VALUES
(1, 'Akshay Handge', 'akshayhandge@gmail.com', 'Reviews Emirates Palace', 0, 1, 'The hotel is both a work of art and a rich show of Abdhabi. Wonderful experience', '2020-07-13 04:30:28', 5),
(3, 'Ajay S', 'ajays@gmail.com', 'Reviews', 0, 1, 'The customer service is impeccable, the suites are divine and the personalization was fabulous.', '2020-07-14 02:51:32', 5),
(4, 'Jonathan', 'jonathan@gmail.com', 'Reviews', 0, 1, 'This really is the best resort i have ever stayed.It is expensive but worth it and has exceptional service. ', '2020-07-14 03:25:18', 5),
(5, ' Adrian Kantemilo', 'adriankantemilo@gmail.com', 'Reviews', 0, 1, 'This place was once the private residence of a German empress (and the daughter of Queen Victoria). ', '2020-07-14 03:33:01', 5),
(6, 'Jamie', 'jamie@gmail.com', 'Reviews Emirates Palace', 0, 1, 'Everything was clean and smelled good the beach service was excellent too. ', '2020-07-14 04:05:05', 4),
(7, 'Deena V.', 'deena@gmail.com', 'Reviews Rancho Valencia Resort & Spa', 0, 1, 'The customer service is impeccable, the suites are divine and the personalization was fabulous.', '2020-07-14 04:10:32', 5),
(8, 'Aurora, IL', 'aurora@gmail.com', 'Reviews The Westin Excelsior', 0, 1, 'The hotel is both a work of art and a rich show of Abdhabi. Wonderful experience', '2020-07-14 04:14:20', 4),
(9, 'John Travolta', 'john@gmail.com', 'Reviews The Plaza, A Fairmont Managed Hotel', 0, 1, 'This really is the best resort i have ever stayed.It is expensive but worth it and has exceptional service.', '2020-07-14 04:26:44', 5),
(10, 'Mike', 'mike@gmail.com', 'Reviews Aaron Hotel', 0, 1, 'The hotel is very cute, first come to Nha Trang but very pleased to receive the services here.', '2020-07-14 04:29:49', 5),
(11, 'Patrick', 'patrick@gmail.com', 'Reviews InterContinental Danang Sun Peninsula Resort', 0, 1, 'The hotel location is so beautiful, the air is fresh, the service quality is professional and attentive. Especially with lots of mischievous monkeys. Many thanks for the hotel\'s thoughtful service and hope to come back soon.', '2020-07-14 04:33:02', 4),
(12, 'Peter Q.', 'peterq@gmail.com', 'Reviews', 0, 1, 'The customer service is impeccable, the suites are divine and the personalization was fabulous.', '2020-07-14 04:37:08', 4),
(14, 'Chien Nguyen', 'chiennguyen@gmail.com', 'Reviews Vinpearl Resort & Spa Phu Quoc', 0, 1, 'Amazing resort and trip!!', '2020-07-14 17:13:01', 4),
(15, 'Houston', 'Houston@gmail.com', 'Reviews Montage Kapalua Bay', 0, 1, 'Beautiful hotel located on Kapalua Bay, voted Best Beach in the World several times. Suites are huge, with full kitchens, washer & dryer, and spacious living, sleeping and lanai areas.', '2020-07-14 17:14:33', 5),
(16, 'Sonia', 'sonia@gmail.com', 'Reviews JK Place Capri', 0, 1, 'Everything, it’s perfect, literally cannot fault one aspect of the property or service. I love that the team are friendly and fun', '2020-07-14 17:16:57', 5),
(17, 'Saher', 'Saher@gmail.com', 'Reviews Althoff Seehotel Überfahrt', 0, 1, 'The location was breathtaking, excellent breakfast, excellent service and staff. Very lovely spa area. I had nothing to complain about. I loved everything in this hotel.', '2020-07-14 17:18:34', 5),
(18, 'Carlos A', 'Carlos@gmail.com', 'Reviews Pousada Pequena Tiradentes', 0, 1, 'Very pleasant place!\r\nGorgeus breakfast, with many options, tropical fruits, local typical food, cheeses, gellies.\r\nSwiming-pool with heated water, underwater connected to the sauna. There is also another Swiming-pool outside.', '2020-07-14 17:22:30', 5),
(19, 'EmilieChell', 'Emilie_chell@gmail.com', 'Reviews YOO2 Rio de Janeiro', 0, 1, 'We just had a great time in Rio. The design of the hotel was fun, cool things everywhere. It was a fab location we walked everywhere.', '2020-07-14 17:24:43', 5),
(20, 'Laura M', 'Laura@gmail.com', 'Reviews Puente Romano Marbella', 0, 1, 'Must be one the worlds best hotels for location, restaurants and unpretentious elegance.\r\nBeautiful gardens. Walk along pristine promenade to Puerto banus or old two marbella.\r\n', '2020-07-14 17:26:32', 5),
(22, 'David B', 'david@gmail.com', 'Reviews Suiran, a Luxury Collection Hotel, Kyoto', 0, 1, 'It\'s located aside the river and close to many historical attractions. This is an modern Ryokan hotel but there is no public onsen provided', '2020-07-14 17:30:13', 5),
(23, 'Niki', 'niki@gmail.com', 'Reviews Stoke Park, Buckinghamshire', 0, 1, 'Had a great spa day with my teenage son - treatments are good - we tried the lava massage and the reflexology - therapists are friendly but super professional so put you at your ease whilst doing a great job. ', '2020-07-14 17:34:11', 5),
(24, 'Park J.', 'part@gmail.com', 'Reviews Mandarin Oriental Singapore', 0, 1, 'I choose this hotel for my last night in Singapore and the money was well spent. Service is amazing, the view from my room was unbelievable and the pool area is really nice. ', '2020-07-14 17:42:29', 5),
(25, 'Paula H', 'paula@gmail.com', 'Reviews Hotel Ritz', 0, 1, 'No trip to London is complete without High Tea at The Ritz! I knew it would be special but had no clue it would be so spectacular!!', '2020-07-14 17:45:43', 5),
(26, 'Phu', 'Huynh', 'Godd', 0, 1, 'Beautiful hotel located on Kapalua Bay, voted Best Beach in the World several times. Suites are huge, with full kitchens, washer & dryer, and spacious living, sleeping and lanai areas.', '2020-07-15 09:00:03', 5),
(27, 'Mada', 'Mada@gmail.com', 'Mada', 0, 1, 'This really is the best resort i have ever stayed.It is expensive but worth it and has exceptional service.', '2020-10-13 03:59:14', 4),
(28, 'Jack', 'Jack@gmail.com', 'Jack', 0, 1, 'The customer service is impeccable, the suites are divine and the personalization was fabulous.', '2020-10-13 10:14:25', 5),
(29, 'Kucaido ht', 'checknick01@gmail.com', 'ATN', 0, 1, 'The customer service is impeccable', '2020-10-14 04:14:48', 4);

-- --------------------------------------------------------

--
-- Table structure for table `woobooking_room`
--

CREATE TABLE `woobooking_room` (
  `id` int(11) NOT NULL,
  `category_id` int(11) NOT NULL,
  `room_type_id` int(11) NOT NULL,
  `name` varchar(200) NOT NULL,
  `max_people` int(11) NOT NULL,
  `max_adults` int(11) NOT NULL,
  `max_children` int(11) NOT NULL,
  `price` float NOT NULL,
  `number_room` int(11) NOT NULL,
  `size` float 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;

-- --------------------------------------------------------

--
-- Table structure for table `woobooking_roomtype`
--

CREATE TABLE `woobooking_roomtype` (
  `id` int(11) NOT NULL,
  `name` varchar(200) NOT NULL,
  `country_id` int(11) NOT NULL,
  `published` int(11) NOT NULL,
  `image` varchar(200) NOT NULL,
  `ordering` int(11) NOT NULL,
  `description` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `woobooking_roomtype`
--

INSERT INTO `woobooking_roomtype` (`id`, `name`, `country_id`, `published`, `image`, `ordering`, `description`) VALUES
(1, 'Single Rooms', 0, 1, 'upload/roomtype/images/cover/RalY55tQsingle-room.jpg', 0, 'Single : A room assigned to one person. May have one or more beds.\r\nThe room size or area of Single Rooms are generally between 37 m² to 45 m².'),
(2, 'Double Rooms', 0, 1, 'upload/roomtype/images/cover/24hnEVgedouble_rooms2.jpg', 0, ' Double: A room assigned to two people. May have one or more beds.\r\nThe room size or area of Double Rooms are generally between 40 m² to 45 m².'),
(3, 'Triple Rooms', 0, 1, 'upload/roomtype/images/cover/tePLYKdQDeluxe-Triple-Room_mid.jpg', 0, 'Triple: A room that can accommodate three persons and has been fitted with three twin beds, one double bed and one twin bed or two double beds.\r\nThe room size or area of Triple Rooms are generally between 45 m² to 65 m².'),
(4, 'Quad Rooms', 0, 1, 'upload/roomtype/images/cover/HHQ5VBFlquad-room-1.jpg', 0, ' Quad: A room assigned to four people. May have two or more beds.\r\nThe room size or area of Quad Rooms are generally between 70 m² to 85 m².'),
(5, ' Queen Rooms ', 0, 1, 'upload/roomtype/images/cover/pUmvCJVXqueen.jpg', 0, 'Queen: A room with a queen-sized bed. May be occupied by one or more people.\r\nThe room size or area of Queen Rooms are generally between 32 m² to 50 m².'),
(6, 'King Rooms', 0, 1, 'upload/roomtype/images/cover/xZqjr33Eking.jpg', 0, 'King: A room with a king-sized bed. May be occupied by one or more people.\r\nThe room size or area of King Rooms are generally between 32 m² to 50 m².'),
(7, 'Twin Rooms', 0, 1, 'upload/roomtype/images/cover/Ng311KGFone-of-the-twin-rooms.jpg', 0, 'Twin: A room with two twin beds. May be occupied by one or more people.\r\nThe room size or area of Twin Rooms are generally between 32 m² to 40 m².'),
(8, 'Double-double rooms', 0, 1, 'upload/roomtype/images/cover/vliD8li8large_superior-double.jpg', 0, 'Double-double: A Room with two double ( or perhaps queen) beds. And can accommodate two to four persons with two twin, double or queen-size beds.\r\nThe room size or area of Double-double / Double Twin rooms are generally between 50 m² to 70 m².'),
(9, 'Studio rooms', 0, 1, 'upload/roomtype/images/cover/0TP9XJuJstudio_room.jpg', 0, 'Studio: A room with a studio bed- a couch which can be converted into a bed. May also have an additional bed.\r\nThe room size or area of Studio room types are generally between 25 m² to 40 m².'),
(10, ' Suite rooms ', 0, 1, 'upload/roomtype/images/cover/eW3G8IvzSuite-rooms.jpg', 0, 'Suite / Executive Suite: A parlour or living room connected with to one or more bedrooms. (A room with one or more bedrooms and a separate living space.)\r\nThe room size or area of Suite rooms are generally between 70 m² to 100 m².'),
(11, 'President Suite', 0, 1, 'upload/roomtype/images/cover/Aj2w7nfxpresident-suite.jpg', 0, 'President Suite | Presidential Suite: The most expensive room provided by a hotel. Usually, only one president suite is available in one single hotel property. Similar to the normal suites, a president suite always has one or more bedrooms and a living space with a strong emphasis on grand in-room decoration, high-quality amenities and supplies, and tailor-made services (e.g. personal butler during the stay).\r\nThe room size or area of Presidential Suites are generally between 80 m² to 350 m².');

-- --------------------------------------------------------

--
-- Table structure for table `woobooking_roomtype_amenity`
--

CREATE TABLE `woobooking_roomtype_amenity` (
  `id` int(11) NOT NULL,
  `roomtype_id` int(11) NOT NULL,
  `amenity_id` int(11) NOT NULL,
  `description` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `woobooking_roomtype_amenity`
--

INSERT INTO `woobooking_roomtype_amenity` (`id`, `roomtype_id`, `amenity_id`, `description`) VALUES
(79, 3, 1, ''),
(80, 3, 2, ''),
(81, 3, 3, ''),
(82, 3, 4, ''),
(83, 3, 5, ''),
(84, 4, 1, ''),
(85, 4, 2, ''),
(86, 4, 3, ''),
(87, 4, 5, ''),
(88, 4, 9, ''),
(89, 5, 1, ''),
(90, 5, 3, ''),
(91, 5, 5, ''),
(92, 5, 9, ''),
(93, 5, 10, ''),
(94, 6, 1, ''),
(95, 6, 3, ''),
(96, 6, 5, ''),
(97, 6, 8, ''),
(98, 6, 9, ''),
(99, 7, 1, ''),
(100, 7, 3, ''),
(101, 7, 4, ''),
(102, 7, 5, ''),
(103, 8, 1, ''),
(104, 8, 3, ''),
(105, 8, 4, ''),
(106, 8, 5, ''),
(107, 8, 9, ''),
(113, 9, 1, ''),
(114, 9, 2, ''),
(115, 9, 3, ''),
(116, 9, 4, ''),
(117, 9, 5, ''),
(151, 10, 1, ''),
(152, 10, 2, ''),
(153, 10, 3, ''),
(154, 10, 4, ''),
(155, 10, 5, ''),
(156, 10, 10, ''),
(161, 1, 1, ''),
(162, 1, 2, ''),
(163, 1, 3, ''),
(164, 1, 4, ''),
(165, 1, 5, ''),
(166, 2, 1, ''),
(167, 2, 2, ''),
(168, 2, 3, ''),
(169, 2, 4, ''),
(170, 2, 9, ''),
(171, 11, 1, ''),
(172, 11, 2, ''),
(173, 11, 3, ''),
(174, 11, 4, ''),
(175, 11, 5, ''),
(176, 11, 6, ''),
(177, 11, 7, ''),
(178, 11, 8, ''),
(179, 11, 9, ''),
(180, 11, 10, ''),
(181, 11, 11, '');

-- --------------------------------------------------------

--
-- Table structure for table `woobooking_service`
--

CREATE TABLE `woobooking_service` (
  `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,
  `price` float NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `woobooking_service`
--

INSERT INTO `woobooking_service` (`id`, `name`, `image`, `alias`, `ordering`, `published`, `description`, `price`) VALUES
(1, 'Convenient Transport', 'upload/services/images/cover/DMCXkHGbpickup-car.svg', '', 0, 1, 'To explore Magic City like the locals, rent a car in Miami and enjoy the ride. We’ve got plenty of Miami rental car deals to help you carry your surfing gear and sense of adventure all over the Atlantic Coast.', 100),
(2, 'Best Gastronomy', 'upload/services/images/cover/pmjNagDDfork.svg', '', 0, 1, 'We know that food and drink at events can often be one of the most talked about aspects, so it’s crucial to get this right. We will work with you to ensure your event catering meets your exact requirements. Menus are fully customisable and can be tailored to suit your type of event and your guests’ requirements, whether a formal meeting, larger conference or entertainment for team building activities.', 50),
(3, 'Wildlife Viewing', 'upload/services/images/cover/svKVgNdYcamera.svg', '', 0, 1, 'Save You Money, Recommend Fitness Facilities, Get You a Ride When There Seems to Be None Available, Get Tickets for You, Keep You Safe, Help You Celebrate, Help You Do Your Job, Help You Look Good, Fix Sticky Travel Problems, Recommend Local Service Folks, Create a Custom Itinerary', 50),
(4, 'Good Drinks', 'upload/services/images/cover/7NTcbZN0cup.svg', '', 0, 1, 'You can make use the full and wide range of laundry and dry cleaning services. The professional staff will carefully take care of your clothes from any fabric type by using the modern technology. Our hotel provides the best quality of laundry and dry cleaning services at the favourable prices.', 30),
(5, 'Nice Interior', 'upload/services/images/cover/aTjEw79Qstar.svg', '', 0, 1, ' What could be better than a tour of the city to get your bearings?\r\nBy bus, on foot, in a boat, accompanied by a professional guide or a private tour, choose from our selection of tours and excursions!', 150),
(6, 'Banquet facilities', 'upload/services/images/cover/viz2MqRKBanquet_facilities.jpg', '', 0, 1, 'All function rooms are fully equipped, state-of-the-art audio-visual technology, video conferencing capabilities and facilities. Banquet staffs are professional and well-trained to serve all guests.', 100000),
(7, 'Massage ', 'upload/services/images/cover/axVWosXtMassages.jpg', '', 0, 1, 'As sublime for your senses as it is for your soul, Hotel brings contentment from head to toe. Make plans for some pampering or come unwind from your day.', 100),
(8, 'Valet parking', 'upload/services/images/cover/Td8zHReyValet_parking.jpg', '', 0, 1, 'The main advantage of valet parking is convenience. Customers do not have to walk from a distant parking spot carrying heavy loads. Valet parking is especially convenient in bad weather. Most professional valet attendants are well insured, and knowledgeable about nearly every make and model of car and their quirks; including aftermarket alarm systems, and keyless ignitions.', 20),
(9, 'Summer terrace', 'upload/services/images/cover/7LkIAByrThe-Rooftop-Terrace-at-the-Shangri-La-Hotel-featured.jpg', '', 0, 1, 'If you want to have a good time with friends in a beautiful place, with good atmosphere, good music and good drinks, we will wait you in the Summer Terrace of Hotel ', 50),
(10, 'Sauna and steam bath', 'upload/services/images/cover/PTxjI0Pesausa.jpg', '', 0, 1, 'At temperatures of 90°C you will experience holistic recreation for body, mind and soul. A positive side effect of a sauna is how it strengthens the immune system, stimulates the circulation and the cardiovascular system. The lungs\' capacity will be improved and the blood vessels expand. The high level of fluid depletion boosts the detox effect.', 50),
(11, 'Bar', 'upload/services/images/cover/ALdm16MIsample4.jpg', '', 0, 1, 'Nothing beats in a drink in a high-end hotel bar with topnotch service', 70);

-- --------------------------------------------------------

--
-- Table structure for table `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;

-- --------------------------------------------------------

--
-- Table structure for table `woobooking_sms`
--

CREATE TABLE `woobooking_sms` (
  `id` int(11) UNSIGNED NOT NULL,
  `account_id` varchar(200) NOT NULL,
  `auth_token` varchar(200) NOT NULL,
  `phone_register` varchar(200) NOT NULL,
  `phonecode` int(5) NOT NULL,
  `countrycode` 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_sms`
--

INSERT INTO `woobooking_sms` (`id`, `account_id`, `auth_token`, `phone_register`, `phonecode`, `countrycode`, `ordering`, `published`, `description`) VALUES
(6, 'AC3990dbc793e9f145064b28f32a8ec0bb', '46c7bae0604144132bcede46801bd5cf', '3236733267', 1, 'USA', 0, 1, '');

-- --------------------------------------------------------

--
-- Table structure for table `woobooking_smscontent`
--

CREATE TABLE `woobooking_smscontent` (
  `id` int(11) UNSIGNED NOT NULL,
  `sms_suplier_id` int(11) NOT NULL,
  `title_sms` varchar(200) NOT NULL,
  `action_sms` varchar(200) NOT NULL,
  `content_sms` text 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_smscontent`
--

INSERT INTO `woobooking_smscontent` (`id`, `sms_suplier_id`, `title_sms`, `action_sms`, `content_sms`, `ordering`, `published`, `description`) VALUES
(1, 6, 'Test', 'first_send', 'Hello {customer_first_name} {customer_last_name}\r\nHotel:{hotel_name}\r\nLocation:{location_i}\r\nRoom type:{room_type_i}\r\nAmenities:{amenities_i}\r\nService:{service_i}\r\nOrder: {order_id}\r\nOrder detail rate:{orderdetailrate_check_in} {orderdetailrate_check_out}', 0, 0, '');

-- --------------------------------------------------------

--
-- Table structure for table `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
(1, 'Al Ras Al Akhdar ', 8, '', '', 1, 0, ''),
(2, 'Rancho Santa Fe', 235, '', '', 1, 0, ''),
(3, '125, 00187 Roma RM', 112, '', '', 1, 0, ''),
(4, 'Central Park S', 235, '', '', 1, 0, ''),
(5, 'Nha Trang City', 242, '', '', 1, 0, ''),
(6, 'Da Nang City', 242, '', '', 1, 0, ''),
(7, 'Kien Giang province', 242, '', '', 1, 0, ''),
(8, 'Lahaina, HI 96761', 235, '', '', 1, 0, ''),
(9, 'Umm Suqeim 3 - Dubai ', 8, '', '', 1, 0, ''),
(10, '225, 80076 Capri NA', 112, '', '', 1, 0, ''),
(11, '83700 Rottach-Egern', 60, '', '', 1, 0, ''),
(12, '61476 Kronberg im Taunus', 60, '', '', 1, 0, ''),
(13, '670, Tiradentes - MG, 36325-000', 33, '', '', 1, 0, ''),
(14, 'Rio de Janeiro - RJ, 22250-040', 33, '', '', 1, 0, ''),
(15, '29602 Marbella, Málaga', 70, '', '', 1, 0, ''),
(16, 'Kyoto, 616-8385', 116, '', '', 1, 0, ''),
(17, 'Stoke Poges SL2 4PG', 80, '', '', 1, 0, ''),
(18, '06360 Èze', 76, '', '', 1, 0, ''),
(19, 'Singapore', 195, '', '', 1, 0, ''),
(20, 'Lisboa', 183, '', '', 1, 0, '');

-- --------------------------------------------------------

--
-- Table structure for table `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(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `woobooking_tag`
--

INSERT INTO `woobooking_tag` (`id`, `name`, `alias`, `description`, `ordering`) VALUES
(1, 'hotels near me', '', '', 0),
(2, 'motel', '', '', 0),
(3, 'cheap hotels', '', '', 0),
(4, 'cheap hotels near me', '', '', 0),
(5, 'booking hotel', '', '', 0),
(6, 'last minute hotel deals', '', '', 0),
(7, 'last minute hotels', '', '', 0),
(8, 'hotele', '', '', 0),
(9, 'hotel booking', '', '', 0),
(10, 'hotell', '', '', 0),
(11, 'hoteles baratos', '', '', 0),
(12, 'hotel deals', '', '', 0),
(13, 'boutique hotel', '', '', 0),
(14, 'pet friendly hotels', '', '', 0),
(15, 'hotel pas cher', '', '', 0),
(16, 'hotel room', '', '', 0),
(17, 'hotels nearby', '', '', 0),
(18, 'luxury hotels', '', '', 0),
(19, '5 star hotels', '', '', 0),
(20, 'hotel motel', '', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `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;

-- --------------------------------------------------------

--
-- Table structure for table `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, '');

-- --------------------------------------------------------

--
-- Table structure for table `woobooking_wishlist`
--

CREATE TABLE `woobooking_wishlist` (
  `id` int(11) NOT NULL,
  `hotel_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `ordering` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `woobooking_wishlist`
--

INSERT INTO `woobooking_wishlist` (`id`, `hotel_id`, `user_id`, `ordering`) VALUES
(16, 1, 2, 0),
(17, 8, 1, 0),
(102, 18, 1, 0),
(160, 1, 1, 0),
(205, 14, 1, 0),
(226, 4, 1, 0),
(234, 9, 2, 0),
(236, 5, 1, 0),
(241, 2, 1, 0),
(242, 3, 1, 0),
(243, 9, 1, 0);

--
-- Indexes for dumped tables
--

--
-- Indexes for table `woobooking_activity`
--
ALTER TABLE `woobooking_activity`
  ADD PRIMARY KEY (`id`),
  ADD KEY `location_id` (`location_id`);

--
-- Indexes for table `woobooking_activity_tag`
--
ALTER TABLE `woobooking_activity_tag`
  ADD PRIMARY KEY (`id`),
  ADD KEY `event_id` (`activity_id`),
  ADD KEY `tag_id` (`tag_id`);

--
-- Indexes for table `woobooking_amenity`
--
ALTER TABLE `woobooking_amenity`
  ADD PRIMARY KEY (`id`);

--
-- 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_customize`
--
ALTER TABLE `woobooking_customize`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `woobooking_discount`
--
ALTER TABLE `woobooking_discount`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `woobooking_gallery`
--
ALTER TABLE `woobooking_gallery`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `woobooking_hotel`
--
ALTER TABLE `woobooking_hotel`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `woobooking_hotelproperty`
--
ALTER TABLE `woobooking_hotelproperty`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `woobooking_location`
--
ALTER TABLE `woobooking_location`
  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`);

--
-- Indexes for table `woobooking_order_package_rate`
--
ALTER TABLE `woobooking_order_package_rate`
  ADD PRIMARY KEY (`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_payment`
--
ALTER TABLE `woobooking_payment`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `woobooking_rate`
--
ALTER TABLE `woobooking_rate`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `woobooking_review`
--
ALTER TABLE `woobooking_review`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `woobooking_room`
--
ALTER TABLE `woobooking_room`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `woobooking_roomtype`
--
ALTER TABLE `woobooking_roomtype`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `woobooking_roomtype_amenity`
--
ALTER TABLE `woobooking_roomtype_amenity`
  ADD PRIMARY KEY (`id`),
  ADD KEY `event_id` (`amenity_id`),
  ADD KEY `employee_id` (`roomtype_id`);

--
-- Indexes for table `woobooking_service`
--
ALTER TABLE `woobooking_service`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `woobooking_shipping`
--
ALTER TABLE `woobooking_shipping`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `woobooking_sms`
--
ALTER TABLE `woobooking_sms`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `woobooking_smscontent`
--
ALTER TABLE `woobooking_smscontent`
  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_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`);

--
-- Indexes for table `woobooking_wishlist`
--
ALTER TABLE `woobooking_wishlist`
  ADD PRIMARY KEY (`id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `woobooking_activity`
--
ALTER TABLE `woobooking_activity`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `woobooking_activity_tag`
--
ALTER TABLE `woobooking_activity_tag`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `woobooking_amenity`
--
ALTER TABLE `woobooking_amenity`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- 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=219;

--
-- AUTO_INCREMENT for table `woobooking_cart`
--
ALTER TABLE `woobooking_cart`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `woobooking_category`
--
ALTER TABLE `woobooking_category`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- 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=11;

--
-- AUTO_INCREMENT for table `woobooking_customize`
--
ALTER TABLE `woobooking_customize`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

--
-- AUTO_INCREMENT for table `woobooking_discount`
--
ALTER TABLE `woobooking_discount`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `woobooking_gallery`
--
ALTER TABLE `woobooking_gallery`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=233;

--
-- AUTO_INCREMENT for table `woobooking_hotel`
--
ALTER TABLE `woobooking_hotel`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;

--
-- AUTO_INCREMENT for table `woobooking_hotelproperty`
--
ALTER TABLE `woobooking_hotelproperty`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4622;

--
-- AUTO_INCREMENT for table `woobooking_location`
--
ALTER TABLE `woobooking_location`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;

--
-- AUTO_INCREMENT for table `woobooking_order`
--
ALTER TABLE `woobooking_order`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `woobooking_order_customer`
--
ALTER TABLE `woobooking_order_customer`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `woobooking_order_detail`
--
ALTER TABLE `woobooking_order_detail`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `woobooking_order_detail_rate`
--
ALTER TABLE `woobooking_order_detail_rate`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `woobooking_order_package`
--
ALTER TABLE `woobooking_order_package`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `woobooking_order_package_rate`
--
ALTER TABLE `woobooking_order_package_rate`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `woobooking_order_status`
--
ALTER TABLE `woobooking_order_status`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `woobooking_package`
--
ALTER TABLE `woobooking_package`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- 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=429;

--
-- AUTO_INCREMENT for table `woobooking_review`
--
ALTER TABLE `woobooking_review`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30;

--
-- AUTO_INCREMENT for table `woobooking_room`
--
ALTER TABLE `woobooking_room`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `woobooking_roomtype`
--
ALTER TABLE `woobooking_roomtype`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `woobooking_roomtype_amenity`
--
ALTER TABLE `woobooking_roomtype_amenity`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=182;

--
-- AUTO_INCREMENT for table `woobooking_service`
--
ALTER TABLE `woobooking_service`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `woobooking_shipping`
--
ALTER TABLE `woobooking_shipping`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `woobooking_sms`
--
ALTER TABLE `woobooking_sms`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `woobooking_smscontent`
--
ALTER TABLE `woobooking_smscontent`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `woobooking_state`
--
ALTER TABLE `woobooking_state`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;

--
-- 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 for table `woobooking_view`
--
ALTER TABLE `woobooking_view`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;

--
-- AUTO_INCREMENT for table `woobooking_wishlist`
--
ALTER TABLE `woobooking_wishlist`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=244;

--
-- Constraints for dumped tables
--

--
-- 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;
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 */;
