-- Magento DB backup
--
-- Host: localhost    Database: lingerie_222_007
-- ------------------------------------------------------
-- Server version: 5.7.13

/*!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 utf8 */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `admin_passwords`
--

DROP TABLE IF EXISTS `admin_passwords`;
CREATE TABLE `admin_passwords` (
  `password_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Password Id',
  `user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'User Id',
  `password_hash` varchar(100) DEFAULT NULL COMMENT 'Password Hash',
  `expires` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Deprecated',
  `last_updated` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Last Updated',
  PRIMARY KEY (`password_id`),
  KEY `ADMIN_PASSWORDS_USER_ID` (`user_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Admin Passwords';

--
-- Dumping data for table `admin_passwords`
--

LOCK TABLES `admin_passwords` WRITE;
/*!40000 ALTER TABLE `admin_passwords` DISABLE KEYS */;
INSERT INTO `admin_passwords` VALUES ('1','1','4d9be066bfac682cc66484d460cfb7ffce061751abb5bdc2cec5b6f1761e8d6b:cPsOL1DsrfWZDGuf1I0vZrcuHlBFiDIb:1','0','1508573243'),('2','2','65dc521b692194d759ec245b475476198524f9c9155c670a305bed5df3e5c1d0:HpZVmWinqLAiiCDUQx3OnXygmg85Mx3M:1','0','1514215486');
/*!40000 ALTER TABLE `admin_passwords` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `admin_system_messages`
--

DROP TABLE IF EXISTS `admin_system_messages`;
CREATE TABLE `admin_system_messages` (
  `identity` varchar(100) NOT NULL COMMENT 'Message id',
  `severity` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Problem type',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Create date',
  PRIMARY KEY (`identity`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Admin System Messages';

--
-- Dumping data for table `admin_system_messages`
--

LOCK TABLES `admin_system_messages` WRITE;
/*!40000 ALTER TABLE `admin_system_messages` DISABLE KEYS */;
INSERT INTO `admin_system_messages` VALUES ('6574525426784678a4023b3d1743a4de',1,'2018-01-19 15:04:07'),('b5b5de0a0651791ec61cdd9636a7e87b',2,'2017-12-25 15:34:01');
/*!40000 ALTER TABLE `admin_system_messages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `admin_user`
--

DROP TABLE IF EXISTS `admin_user`;
CREATE TABLE `admin_user` (
  `user_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'User ID',
  `firstname` varchar(32) DEFAULT NULL COMMENT 'User First Name',
  `lastname` varchar(32) DEFAULT NULL COMMENT 'User Last Name',
  `email` varchar(128) DEFAULT NULL COMMENT 'User Email',
  `username` varchar(40) DEFAULT NULL COMMENT 'User Login',
  `password` varchar(255) NOT NULL COMMENT 'User Password',
  `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'User Created Time',
  `modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'User Modified Time',
  `logdate` timestamp NULL DEFAULT NULL COMMENT 'User Last Login Time',
  `lognum` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'User Login Number',
  `reload_acl_flag` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Reload ACL',
  `is_active` smallint(6) NOT NULL DEFAULT '1' COMMENT 'User Is Active',
  `extra` text COMMENT 'User Extra Data',
  `rp_token` text COMMENT 'Reset Password Link Token',
  `rp_token_created_at` timestamp NULL DEFAULT NULL COMMENT 'Reset Password Link Token Creation Date',
  `interface_locale` varchar(16) NOT NULL DEFAULT 'en_US' COMMENT 'Backend interface locale',
  `failures_num` smallint(6) DEFAULT '0' COMMENT 'Failure Number',
  `first_failure` timestamp NULL DEFAULT NULL COMMENT 'First Failure',
  `lock_expires` timestamp NULL DEFAULT NULL COMMENT 'Expiration Lock Dates',
  `refresh_token` text COMMENT 'Email connector refresh token',
  PRIMARY KEY (`user_id`),
  UNIQUE KEY `ADMIN_USER_USERNAME` (`username`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Admin User Table';

--
-- Dumping data for table `admin_user`
--

LOCK TABLES `admin_user` WRITE;
/*!40000 ALTER TABLE `admin_user` DISABLE KEYS */;
INSERT INTO `admin_user` VALUES ('1','dump','dump','dump@dump.com','dump','4d9be066bfac682cc66484d460cfb7ffce061751abb5bdc2cec5b6f1761e8d6b:cPsOL1DsrfWZDGuf1I0vZrcuHlBFiDIb:1','2017-10-21 08:07:23','2018-01-11 13:45:59','2018-01-11 13:45:59',5,0,1,'{\"configState\":{\"cms_wysiwyg\":\"1\",\"cataloginventory_options\":\"1\",\"cataloginventory_item_options\":\"1\",\"catalog_fields_masks\":\"0\",\"catalog_frontend\":\"1\",\"catalog_review\":\"1\",\"catalog_productalert\":\"1\",\"catalog_productalert_cron\":\"1\",\"catalog_placeholder\":\"1\",\"catalog_recently_products\":\"1\",\"catalog_product_video\":\"1\",\"catalog_price\":\"0\",\"catalog_layered_navigation\":\"1\",\"catalog_seo\":\"0\",\"catalog_navigation\":\"1\",\"catalog_search\":\"0\",\"catalog_downloadable\":\"0\",\"catalog_custom_options\":\"1\",\"google_map_general\":\"1\",\"google_map_home\":\"1\",\"google_map_contacts\":\"1\",\"google_map_footer\":\"0\"}}',NULL,NULL,'en_US',0,NULL,NULL,NULL),('2','admin','admin','admin@mail.com','admin','65dc521b692194d759ec245b475476198524f9c9155c670a305bed5df3e5c1d0:HpZVmWinqLAiiCDUQx3OnXygmg85Mx3M:1','2017-12-25 15:24:46','2018-01-19 15:02:55','2018-01-19 14:52:26',13,0,1,'{\"configState\":{\"site_maintenance_general\":\"1\",\"site_maintenance_form\":\"1\",\"site_maintenance_timer\":\"1\",\"countdown_timer_general\":\"1\",\"megamenu_config\":\"1\",\"social_login_providers\":\"1\",\"social_login_general\":\"1\",\"social_sharing_general\":\"1\",\"social_sharing_look_and_feel\":\"1\",\"social_sharing_custom_metadata\":\"0\",\"social_sharing_custom_service\":\"0\",\"social_sharing_api\":\"0\",\"ajaxcatalog_general\":\"1\",\"layout_switcher_general\":\"1\",\"ajaxcompare_config\":\"1\",\"ajaxsearch_ajaxsearch\":\"1\",\"tm_blog_general\":\"1\",\"tm_blog_social_sharing\":\"1\",\"tm_blog_sidebar\":\"1\",\"tm_blog_post_view\":\"1\",\"catalogimagesgrid_category_page\":\"1\",\"catalogimagesgrid_general\":\"1\",\"google_map_contacts\":\"1\",\"google_map_home\":\"1\",\"google_map_general\":\"1\",\"google_map_footer\":\"0\",\"newsletter_popup_social\":\"1\",\"newsletter_popup_general\":\"1\",\"shopbybrand_brand_listing\":\"1\",\"shopbybrand_general\":\"1\",\"shopbybrand_brand\":\"1\",\"shopbybrand_product\":\"1\",\"shopbybrand_brand_sidebar\":\"1\",\"cataloginventory_item_options\":\"0\",\"cataloginventory_options\":\"1\",\"catalog_seo\":\"1\",\"catalog_productalert\":\"0\",\"catalog_frontend\":\"1\",\"catalog_fields_masks\":\"0\",\"catalog_review\":\"0\",\"catalog_productalert_cron\":\"0\",\"catalog_placeholder\":\"0\",\"catalog_recently_products\":\"0\",\"catalog_product_video\":\"0\",\"catalog_price\":\"0\",\"catalog_layered_navigation\":\"0\",\"catalog_navigation\":\"0\",\"catalog_search\":\"0\",\"catalog_downloadable\":\"0\",\"catalog_custom_options\":\"0\",\"theme_options_sidebar\":\"0\",\"theme_options_general\":\"1\",\"theme_options_category_page\":\"1\",\"theme_options_product_page\":\"1\",\"theme_options_header\":\"0\",\"theme_options_footer\":\"0\",\"theme_options_color_settings\":\"1\",\"theme_options_sample_data_installer\":\"0\",\"connector_developer_settings_cron_schedules\":\"1\",\"connector_developer_settings_debug\":\"0\",\"connector_developer_settings_sync_settings\":\"1\",\"connector_developer_settings_import_settings\":\"1\",\"connector_developer_settings_ip_restriction\":\"1\",\"connector_developer_settings_oauth\":\"1\",\"connector_configuration_data_fields\":\"1\",\"connector_configuration_tracking\":\"1\",\"connector_configuration_dynamic_content_style\":\"1\",\"connector_configuration_dynamic_content\":\"0\",\"connector_configuration_admin\":\"1\",\"connector_configuration_catalog_sync\":\"1\",\"connector_configuration_customer_addressbook\":\"1\",\"connector_configuration_abandoned_carts\":\"0\",\"connector_configuration_transactional_data\":\"0\",\"connector_data_mapping_dynamic_datafield\":\"1\",\"instagram_feed_homepage\":\"1\",\"instagram_feed_general\":\"1\",\"instagram_feed_category\":\"1\",\"instagram_feed_product\":\"1\",\"instagram_feed_cmspage\":\"1\",\"instagram_feed_advanced\":\"1\",\"tm_amp_general\":\"1\"}}',NULL,NULL,'en_US',0,NULL,NULL,NULL);
/*!40000 ALTER TABLE `admin_user` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `admin_user_session`
--

DROP TABLE IF EXISTS `admin_user_session`;
CREATE TABLE `admin_user_session` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity ID',
  `session_id` varchar(128) NOT NULL COMMENT 'Session id value',
  `user_id` int(10) unsigned DEFAULT NULL COMMENT 'Admin User ID',
  `status` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Current Session status',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created Time',
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Update Time',
  `ip` varchar(15) NOT NULL COMMENT 'Remote user IP',
  PRIMARY KEY (`id`),
  KEY `ADMIN_USER_SESSION_SESSION_ID` (`session_id`),
  KEY `ADMIN_USER_SESSION_USER_ID` (`user_id`)
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8 COMMENT='Admin User sessions table';

--
-- Dumping data for table `admin_user_session`
--

LOCK TABLES `admin_user_session` WRITE;
/*!40000 ALTER TABLE `admin_user_session` DISABLE KEYS */;
INSERT INTO `admin_user_session` VALUES ('1','hslfce2abao4cgi5uh9sak7m57','1',1,'2017-10-21 08:11:39','2017-10-21 08:13:05','127.0.0.1'),('2','v0m9kfc4a0aul2i6hghkmo0t54','1',1,'2017-11-25 19:27:16','2017-11-25 19:59:11','127.0.0.1'),('3','4884vuoisp64t4ohk4tmjd4b21','1',1,'2017-11-26 08:13:22','2017-11-26 09:54:50','127.0.0.1'),('4','lep4rj10vuqh0rq5eelmqucde7','2',1,'2017-12-25 15:33:36','2017-12-25 16:03:06','192.168.9.43'),('5','2fsu60c62379iuksqf9qi5lmt6','2',1,'2017-12-25 16:43:17','2017-12-25 17:27:07','192.168.9.43'),('6','3bknjil7as878rip0mvafldf44','2',1,'2017-12-26 08:03:28','2017-12-26 08:49:59','192.168.9.43'),('7','lh694kh5nh1880bobnodaaffs2','2',1,'2017-12-26 10:24:30','2017-12-26 10:54:24','192.168.9.43'),('8','b26n74mq0694f2uobdiu2pa9q6','2',1,'2017-12-26 12:49:59','2017-12-26 13:53:55','192.168.9.43'),('9','cdk8eqscsf255sfjpae4ihric5','2',1,'2017-12-26 14:48:51','2017-12-26 15:01:25','192.168.9.43'),('10','v4k2itvahb52ai1uis41nohq53','2',2,'2017-12-26 15:27:19','2017-12-26 16:05:45','192.168.9.43'),('11','rjvclicl4j6osms66aqneg98n7','2',1,'2017-12-26 16:05:45','2017-12-26 16:18:01','192.168.9.43'),('12','vqder87eqitditvhi8167cakj5','2',1,'2017-12-27 07:47:57','2017-12-27 07:49:07','192.168.9.43'),('13','0off9trsg2chaclr4il8uavnh0','2',1,'2017-12-27 09:43:39','2017-12-27 10:33:46','192.168.9.43'),('14','c5o4c7iqqli8vvj867osfqsjs5','2',1,'2018-01-03 14:36:52','2018-01-03 14:38:24','192.168.9.43'),('15','gpdkqqdjgm348jpr457mi2f837','2',1,'2018-01-11 10:47:21','2018-01-11 11:23:53','192.168.9.43'),('16','k2s2rchdnl94iq1p4luen4b0j3','1',1,'2018-01-11 11:48:46','2018-01-11 12:17:10','192.168.9.43'),('17','8aea9me7q2rv3mhhocp9u5ml92','1',1,'2018-01-11 13:45:59','2018-01-11 13:47:22','192.168.9.43'),('18','fse2k2tgc5fo2ql5ogeccllii1','2',1,'2018-01-19 14:52:26','2018-01-19 15:05:25','192.168.9.43');
/*!40000 ALTER TABLE `admin_user_session` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `adminnotification_inbox`
--

DROP TABLE IF EXISTS `adminnotification_inbox`;
CREATE TABLE `adminnotification_inbox` (
  `notification_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Notification id',
  `severity` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Problem type',
  `date_added` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Create date',
  `title` varchar(255) NOT NULL COMMENT 'Title',
  `description` text COMMENT 'Description',
  `url` varchar(255) DEFAULT NULL COMMENT 'Url',
  `is_read` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Flag if notification read',
  `is_remove` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Flag if notification might be removed',
  PRIMARY KEY (`notification_id`),
  KEY `ADMINNOTIFICATION_INBOX_SEVERITY` (`severity`),
  KEY `ADMINNOTIFICATION_INBOX_IS_READ` (`is_read`),
  KEY `ADMINNOTIFICATION_INBOX_IS_REMOVE` (`is_remove`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Adminnotification Inbox';

--
-- Dumping data for table `adminnotification_inbox`
--

LOCK TABLES `adminnotification_inbox` WRITE;
/*!40000 ALTER TABLE `adminnotification_inbox` DISABLE KEYS */;
INSERT INTO `adminnotification_inbox` VALUES ('1',1,'2017-11-08 00:20:37','Magento Open Source 2.2.1, 2.1.10, and 2.0.17 Enhance Security and Functionality – 11/7/2017','Magento Open Source 2.2.1, 2.1.10, and 2.0.17 include critical security enhancements and functional updates. Review the release notes for more information: \n\nMagento Open Source 2.2.1: \nhttp://devdocs.magento.com/guides/v2.2/release-notes/bk-release-notes.html, \n\nMagento Open Source 2.1.10: \nhttp://devdocs.magento.com/guides/v2.1/release-notes/bk-release-notes.html, \n\nMagento Open Source 2.0.17: \nhttp://devdocs.magento.com/guides/v2.0/release-notes/bk-release-notes.html  \n',' http://devdocs.magento.com/guides/v2.2/release-notes/bk-release-notes.html',0,0),('2',4,'2017-12-26 18:23:50','Survey: Do you use site personalization tools? If yes, please take our survey.','We\'d like to invite you to take our online survey on site personalization and optimization tools. Your input is valuable and will help to inform the products we bring to market.\n\nThe survey should take no more than 5 minutes to complete. \n\nTo get started, go to: \nhttps://www.surveymonkey.com/r/NF9ZH8D\n\nThank you in advance for your participation.','https://www.surveymonkey.com/r/NF9ZH8D',0,0),('3',4,'2018-01-03 00:10:14','Survey: Tell us about your expectations for mobile commerce in less than 1 minute','Happy new year!\n\nHas mobile commerce lived up to your expectations? We\'d like to hear from you. Take our short survey and tell us what you think.\n\nGo to: https://www.surveymonkey.com/r/589GJVT\n\nCheers!\n\n~The Magento Team','https://www.surveymonkey.com/r/589GJVT',0,0);
/*!40000 ALTER TABLE `adminnotification_inbox` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `authorization_role`
--

DROP TABLE IF EXISTS `authorization_role`;
CREATE TABLE `authorization_role` (
  `role_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Role ID',
  `parent_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Parent Role ID',
  `tree_level` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Role Tree Level',
  `sort_order` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Role Sort Order',
  `role_type` varchar(1) NOT NULL DEFAULT '0' COMMENT 'Role Type',
  `user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'User ID',
  `user_type` varchar(16) DEFAULT NULL COMMENT 'User Type',
  `role_name` varchar(50) DEFAULT NULL COMMENT 'Role Name',
  PRIMARY KEY (`role_id`),
  KEY `AUTHORIZATION_ROLE_PARENT_ID_SORT_ORDER` (`parent_id`,`sort_order`),
  KEY `AUTHORIZATION_ROLE_TREE_LEVEL` (`tree_level`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COMMENT='Admin Role Table';

--
-- Dumping data for table `authorization_role`
--

LOCK TABLES `authorization_role` WRITE;
/*!40000 ALTER TABLE `authorization_role` DISABLE KEYS */;
INSERT INTO `authorization_role` VALUES ('2','0',1,1,'G','0','2','Administrators'),('3','2',2,0,'U','1','2','dump'),('5','2',2,0,'U','2','2','admin'),('8','0',1,0,'U','5','1','15');
/*!40000 ALTER TABLE `authorization_role` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `authorization_rule`
--

DROP TABLE IF EXISTS `authorization_rule`;
CREATE TABLE `authorization_rule` (
  `rule_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Rule ID',
  `role_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Role ID',
  `resource_id` varchar(255) DEFAULT NULL COMMENT 'Resource ID',
  `privileges` varchar(20) DEFAULT NULL COMMENT 'Privileges',
  `permission` varchar(10) DEFAULT NULL COMMENT 'Permission',
  PRIMARY KEY (`rule_id`),
  KEY `AUTHORIZATION_RULE_RESOURCE_ID_ROLE_ID` (`resource_id`,`role_id`),
  KEY `AUTHORIZATION_RULE_ROLE_ID_RESOURCE_ID` (`role_id`,`resource_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3606 DEFAULT CHARSET=utf8 COMMENT='Admin Rule Table';

--
-- Dumping data for table `authorization_rule`
--

LOCK TABLES `authorization_rule` WRITE;
/*!40000 ALTER TABLE `authorization_rule` DISABLE KEYS */;
INSERT INTO `authorization_rule` VALUES ('383','2','Magento_Backend::all',NULL,'allow'),('3337','8','Magento_Backend::all',NULL,'deny'),('3338','8','Magento_Backend::admin',NULL,'allow'),('3339','8','Magento_Backend::dashboard',NULL,'deny'),('3340','8','Magento_Analytics::analytics',NULL,'deny'),('3341','8','Magento_Analytics::analytics_api',NULL,'deny'),('3342','8','TemplateMonster_ShopByBrand::brand',NULL,'deny'),('3343','8','TemplateMonster_ShopByBrand::brand_save',NULL,'deny'),('3344','8','TemplateMonster_ShopByBrand::brand_delete',NULL,'deny'),('3345','8','Magento_Sales::sales',NULL,'deny'),('3346','8','Magento_Sales::sales_operation',NULL,'deny'),('3347','8','Magento_Sales::sales_order',NULL,'deny'),('3348','8','Magento_Sales::actions',NULL,'deny'),('3349','8','Magento_Sales::create',NULL,'deny'),('3350','8','Magento_Sales::actions_view',NULL,'deny'),('3351','8','Magento_Sales::email',NULL,'deny'),('3352','8','Magento_Sales::reorder',NULL,'deny'),('3353','8','Magento_Sales::actions_edit',NULL,'deny'),('3354','8','Magento_Sales::cancel',NULL,'deny'),('3355','8','Magento_Sales::review_payment',NULL,'deny'),('3356','8','Magento_Sales::capture',NULL,'deny'),('3357','8','Magento_Sales::invoice',NULL,'deny'),('3358','8','Magento_Sales::creditmemo',NULL,'deny'),('3359','8','Magento_Sales::hold',NULL,'deny'),('3360','8','Magento_Sales::unhold',NULL,'deny'),('3361','8','Magento_Sales::ship',NULL,'deny'),('3362','8','Magento_Sales::comment',NULL,'deny'),('3363','8','Magento_Sales::emails',NULL,'deny'),('3364','8','Magento_Sales::sales_invoice',NULL,'deny'),('3365','8','Magento_Sales::shipment',NULL,'deny'),('3366','8','Temando_Shipping::dispatches',NULL,'deny'),('3367','8','Magento_Sales::sales_creditmemo',NULL,'deny'),('3368','8','Magento_Paypal::billing_agreement',NULL,'deny'),('3369','8','Magento_Paypal::billing_agreement_actions',NULL,'deny'),('3370','8','Magento_Paypal::billing_agreement_actions_view',NULL,'deny'),('3371','8','Magento_Paypal::actions_manage',NULL,'deny'),('3372','8','Magento_Paypal::use',NULL,'deny'),('3373','8','Magento_Sales::transactions',NULL,'deny'),('3374','8','Magento_Sales::transactions_fetch',NULL,'deny'),('3375','8','Magento_Catalog::catalog',NULL,'allow'),('3376','8','Magento_Catalog::catalog_inventory',NULL,'allow'),('3377','8','Magento_Catalog::products',NULL,'allow'),('3378','8','Magento_Catalog::categories',NULL,'deny'),('3379','8','TemplateMonster_FilmSlider::filmsliders',NULL,'deny'),('3380','8','TemplateMonster_FilmSlider::filmslider_grid',NULL,'deny'),('3381','8','TemplateMonster_FilmSlider::filmslider_save',NULL,'deny'),('3382','8','TemplateMonster_FilmSlider::filmslider_edit',NULL,'deny'),('3383','8','TemplateMonster_FilmSlider::filmslider_remove',NULL,'deny'),('3384','8','TemplateMonster_FilmSlider::filmslider_mass',NULL,'deny'),('3385','8','TemplateMonster_FilmSlider::filmslider_item_edit',NULL,'deny'),('3386','8','TemplateMonster_FilmSlider::filmslider_item_save',NULL,'deny'),('3387','8','TemplateMonster_FilmSlider::filmslider_item_remove',NULL,'deny'),('3388','8','Magento_Customer::customer',NULL,'deny'),('3389','8','Magento_Customer::manage',NULL,'deny'),('3390','8','Magento_Customer::online',NULL,'deny'),('3391','8','Magento_Cart::cart',NULL,'deny'),('3392','8','Magento_Cart::manage',NULL,'deny'),('3393','8','Magento_Backend::myaccount',NULL,'deny'),('3394','8','Magento_Backend::marketing',NULL,'deny'),('3395','8','Magento_CatalogRule::promo',NULL,'deny'),('3396','8','Magento_CatalogRule::promo_catalog',NULL,'deny'),('3397','8','Magento_SalesRule::quote',NULL,'deny'),('3398','8','Dotdigitalgroup_Email::automation',NULL,'deny'),('3399','8','Dotdigitalgroup_Email::automation_studio',NULL,'deny'),('3400','8','Dotdigitalgroup_Email::exclusion_rules',NULL,'deny'),('3401','8','Magento_Backend::marketing_communications',NULL,'deny'),('3402','8','Magento_Email::template',NULL,'deny'),('3403','8','Magento_Newsletter::template',NULL,'deny'),('3404','8','Magento_Newsletter::queue',NULL,'deny'),('3405','8','Magento_Newsletter::subscriber',NULL,'deny'),('3406','8','Magento_Backend::marketing_seo',NULL,'deny'),('3407','8','Magento_Search::search',NULL,'deny'),('3408','8','Magento_Search::synonyms',NULL,'deny'),('3409','8','Magento_UrlRewrite::urlrewrite',NULL,'deny'),('3410','8','Magento_Sitemap::sitemap',NULL,'deny'),('3411','8','Magento_Backend::marketing_user_content',NULL,'deny'),('3412','8','Magento_Review::reviews_all',NULL,'deny'),('3413','8','Magento_Review::pending',NULL,'deny'),('3414','8','Magento_Backend::content',NULL,'deny'),('3415','8','Magento_Backend::content_elements',NULL,'deny'),('3416','8','Magento_Cms::page',NULL,'deny'),('3417','8','Magento_Cms::save',NULL,'deny'),('3418','8','Magento_Cms::page_delete',NULL,'deny'),('3419','8','Magento_Cms::block',NULL,'deny'),('3420','8','Magento_Widget::widget_instance',NULL,'deny'),('3421','8','Magento_Cms::media_gallery',NULL,'deny'),('3422','8','Magento_Backend::design',NULL,'deny'),('3423','8','Magento_Theme::theme',NULL,'deny'),('3424','8','Magento_Backend::schedule',NULL,'deny'),('3425','8','Magento_Backend::content_translation',NULL,'deny'),('3426','8','Magento_Reports::report',NULL,'deny'),('3427','8','Dotdigitalgroup_Email::reports',NULL,'deny'),('3428','8','Dotdigitalgroup_Email::contact',NULL,'deny'),('3429','8','Dotdigitalgroup_Email::order',NULL,'deny'),('3430','8','Dotdigitalgroup_Email::review',NULL,'deny'),('3431','8','Dotdigitalgroup_Email::wishlist',NULL,'deny'),('3432','8','Dotdigitalgroup_Email::catalog',NULL,'deny'),('3433','8','Dotdigitalgroup_Email::importer',NULL,'deny'),('3434','8','Dotdigitalgroup_Email::campaign',NULL,'deny'),('3435','8','Dotdigitalgroup_Email::cron',NULL,'deny'),('3436','8','Dotdigitalgroup_Email::dashboard',NULL,'deny'),('3437','8','Dotdigitalgroup_Email::automation_enrollment',NULL,'deny'),('3438','8','Dotdigitalgroup_Email::logviewer',NULL,'deny'),('3439','8','Magento_Reports::report_marketing',NULL,'deny'),('3440','8','Magento_Reports::shopcart',NULL,'deny'),('3441','8','Magento_Reports::product',NULL,'deny'),('3442','8','Magento_Reports::abandoned',NULL,'deny'),('3443','8','Magento_Reports::report_search',NULL,'deny'),('3444','8','Magento_Newsletter::problem',NULL,'deny'),('3445','8','Magento_Reports::review',NULL,'deny'),('3446','8','Magento_Reports::review_customer',NULL,'deny'),('3447','8','Magento_Reports::review_product',NULL,'deny'),('3448','8','Magento_Reports::salesroot',NULL,'deny'),('3449','8','Magento_Reports::salesroot_sales',NULL,'deny'),('3450','8','Magento_Reports::tax',NULL,'deny'),('3451','8','Magento_Reports::invoiced',NULL,'deny'),('3452','8','Magento_Reports::shipping',NULL,'deny'),('3453','8','Magento_Reports::refunded',NULL,'deny'),('3454','8','Magento_Reports::coupons',NULL,'deny'),('3455','8','Magento_Paypal::paypal_settlement_reports',NULL,'deny'),('3456','8','Magento_Paypal::paypal_settlement_reports_view',NULL,'deny'),('3457','8','Magento_Paypal::fetch',NULL,'deny'),('3458','8','Magento_Braintree::settlement_report',NULL,'deny'),('3459','8','Magento_Reports::customers',NULL,'deny'),('3460','8','Magento_Reports::totals',NULL,'deny'),('3461','8','Magento_Reports::customers_orders',NULL,'deny'),('3462','8','Magento_Reports::accounts',NULL,'deny'),('3463','8','Magento_Reports::report_products',NULL,'deny'),('3464','8','Magento_Reports::viewed',NULL,'deny'),('3465','8','Magento_Reports::bestsellers',NULL,'deny'),('3466','8','Magento_Reports::lowstock',NULL,'deny'),('3467','8','Magento_Reports::sold',NULL,'deny'),('3468','8','Magento_Reports::downloads',NULL,'deny'),('3469','8','Magento_Reports::statistics',NULL,'deny'),('3470','8','Magento_Reports::statistics_refresh',NULL,'deny'),('3471','8','Magento_Analytics::business_intelligence',NULL,'deny'),('3472','8','Magento_Analytics::advanced_reporting',NULL,'deny'),('3473','8','Magento_Analytics::bi_essentials',NULL,'deny'),('3474','8','Magento_Backend::stores',NULL,'allow'),('3475','8','Magento_Backend::stores_settings',NULL,'allow'),('3476','8','Magento_Backend::store',NULL,'allow'),('3477','8','Magento_Config::config',NULL,'deny'),('3478','8','Magento_Payment::payment_services',NULL,'deny'),('3479','8','Magento_Payment::payment',NULL,'deny'),('3480','8','Magento_GoogleAnalytics::google',NULL,'deny'),('3481','8','Dotdigitalgroup_Email::config',NULL,'deny'),('3482','8','TemplateMonster_CountdownTimer::config_countdown',NULL,'deny'),('3483','8','Magento_Sales::fraud_protection',NULL,'deny'),('3484','8','Magento_Newsletter::newsletter',NULL,'deny'),('3485','8','Magento_Contact::contact',NULL,'deny'),('3486','8','Magento_CatalogInventory::cataloginventory',NULL,'deny'),('3487','8','Magento_Downloadable::downloadable',NULL,'deny'),('3488','8','Magento_Cms::config_cms',NULL,'deny'),('3489','8','Magento_Catalog::config_catalog',NULL,'deny'),('3490','8','Magento_CatalogSearch::config_catalog_search',NULL,'deny'),('3491','8','Magento_Shipping::config_shipping',NULL,'deny'),('3492','8','Magento_Shipping::shipping_policy',NULL,'deny'),('3493','8','Magento_Shipping::carriers',NULL,'deny'),('3494','8','Magento_Multishipping::config_multishipping',NULL,'deny'),('3495','8','TemplateMonster_Blog::config_blog',NULL,'deny'),('3496','8','TemplateMonster_Parallax::parallax_config',NULL,'deny'),('3497','8','Magento_Config::config_general',NULL,'deny'),('3498','8','Magento_Config::web',NULL,'deny'),('3499','8','Magento_Config::config_design',NULL,'deny'),('3500','8','Magento_Paypal::paypal',NULL,'deny'),('3501','8','Magento_Customer::config_customer',NULL,'deny'),('3502','8','Magento_Tax::config_tax',NULL,'deny'),('3503','8','Magento_Checkout::checkout',NULL,'deny'),('3504','8','Magento_Sales::config_sales',NULL,'deny'),('3505','8','Magento_Persistent::persistent',NULL,'deny'),('3506','8','Magento_Sales::sales_email',NULL,'deny'),('3507','8','Magento_Sales::sales_pdf',NULL,'deny'),('3508','8','Magento_Sitemap::config_sitemap',NULL,'deny'),('3509','8','Magento_Reports::reports',NULL,'deny'),('3510','8','TemplateMonster_CatalogImagesGrid::config_catalogimagesgrid',NULL,'deny'),('3511','8','TemplateMonster_GoogleMap::config_googlemap',NULL,'deny'),('3512','8','TemplateMonster_AjaxCompare::config_ajaxcompare',NULL,'deny'),('3513','8','TemplateMonster_Megamenu::config_megamenu',NULL,'deny'),('3514','8','TemplateMonster_AjaxSearch::config_ajaxsearch',NULL,'deny'),('3515','8','Magento_Wishlist::config_wishlist',NULL,'deny'),('3516','8','TemplateMonster_ShopByBrand::config_shopbybrand',NULL,'deny'),('3517','8','TemplateMonster_SiteMaintenance::config_site_maintenance',NULL,'deny'),('3518','8','Magento_Config::config_system',NULL,'deny'),('3519','8','TemplateMonster_AjaxCatalog::config_ajaxcatalog',NULL,'deny'),('3520','8','Magento_Config::advanced',NULL,'deny'),('3521','8','Magento_SalesRule::config_promo',NULL,'deny'),('3522','8','Zemez_Amp::config_tm_amp',NULL,'deny'),('3523','8','Magento_Config::trans_email',NULL,'deny'),('3524','8','TemplateMonster_LayoutSwitcher::layout_switcher_config',NULL,'deny'),('3525','8','TemplateMonster_SocialSharing::social_sharing_config',NULL,'deny'),('3526','8','TemplateMonster_SocialLogin::social_login_config',NULL,'deny'),('3527','8','TemplateMonster_SampleDataInstaller::sample_data_installer_config',NULL,'deny'),('3528','8','TemplateMonster_NewsletterPopup::newsletter_popup_config',NULL,'deny'),('3529','8','TemplateMonster_NewsletterPopup::newsletter_popup_reset',NULL,'deny'),('3530','8','TemplateMonster_AjaxWishlist::config_ajaxwishlist',NULL,'deny'),('3531','8','TemplateMonster_ThemeOptions::theme_options_config',NULL,'deny'),('3532','8','TemplateMonster_ThemeOptions::theme_options_export',NULL,'deny'),('3533','8','TemplateMonster_ThemeOptions::theme_options_import',NULL,'deny'),('3534','8','Magento_Config::config_admin',NULL,'deny'),('3535','8','Magento_Config::dev',NULL,'deny'),('3536','8','Magento_Config::currency',NULL,'deny'),('3537','8','Magento_Rss::rss',NULL,'deny'),('3538','8','Magento_Config::sendfriend',NULL,'deny'),('3539','8','Magento_Analytics::analytics_settings',NULL,'deny'),('3540','8','Magento_NewRelicReporting::config_newrelicreporting',NULL,'deny'),('3541','8','Magento_CheckoutAgreements::checkoutagreement',NULL,'deny'),('3542','8','Magento_Sales::order_statuses',NULL,'deny'),('3543','8','Temando_Shipping::shipping',NULL,'deny'),('3544','8','Temando_Shipping::carriers',NULL,'deny'),('3545','8','Temando_Shipping::locations',NULL,'deny'),('3546','8','Temando_Shipping::packaging',NULL,'deny'),('3547','8','Magento_Tax::manage_tax',NULL,'deny'),('3548','8','Magento_CurrencySymbol::system_currency',NULL,'deny'),('3549','8','Magento_CurrencySymbol::currency_rates',NULL,'deny'),('3550','8','Magento_CurrencySymbol::symbols',NULL,'deny'),('3551','8','Magento_Backend::stores_attributes',NULL,'deny'),('3552','8','Magento_Catalog::attributes_attributes',NULL,'deny'),('3553','8','Magento_Catalog::update_attributes',NULL,'deny'),('3554','8','Magento_Catalog::sets',NULL,'deny'),('3555','8','Magento_Review::ratings',NULL,'deny'),('3556','8','Magento_Swatches::iframe',NULL,'deny'),('3557','8','Magento_Backend::stores_other_settings',NULL,'deny'),('3558','8','Magento_Customer::group',NULL,'deny'),('3559','8','Magento_Backend::system',NULL,'deny'),('3560','8','Magento_Backend::convert',NULL,'deny'),('3561','8','Magento_ImportExport::import',NULL,'deny'),('3562','8','Magento_ImportExport::export',NULL,'deny'),('3563','8','Magento_TaxImportExport::import_export',NULL,'deny'),('3564','8','Magento_ImportExport::history',NULL,'deny'),('3565','8','Magento_Backend::extensions',NULL,'deny'),('3566','8','Magento_Backend::local',NULL,'deny'),('3567','8','Magento_Backend::custom',NULL,'deny'),('3568','8','Magento_Backend::tools',NULL,'deny'),('3569','8','Magento_Backend::cache',NULL,'deny'),('3570','8','Magento_Backend::setup_wizard',NULL,'deny'),('3571','8','Magento_Backup::backup',NULL,'deny'),('3572','8','Magento_Backup::rollback',NULL,'deny'),('3573','8','Magento_Indexer::index',NULL,'deny'),('3574','8','Magento_Indexer::changeMode',NULL,'deny'),('3575','8','Magento_User::acl',NULL,'deny'),('3576','8','Magento_User::acl_users',NULL,'deny'),('3577','8','Magento_User::locks',NULL,'deny'),('3578','8','Magento_User::acl_roles',NULL,'deny'),('3579','8','Magento_Backend::system_other_settings',NULL,'deny'),('3580','8','Magento_AdminNotification::adminnotification',NULL,'deny'),('3581','8','Magento_AdminNotification::show_toolbar',NULL,'deny'),('3582','8','Magento_AdminNotification::show_list',NULL,'deny'),('3583','8','Magento_AdminNotification::mark_as_read',NULL,'deny'),('3584','8','Magento_AdminNotification::adminnotification_remove',NULL,'deny'),('3585','8','Magento_Variable::variable',NULL,'deny'),('3586','8','Magento_EncryptionKey::crypt_key',NULL,'deny'),('3587','8','Magento_Backend::global_search',NULL,'deny'),('3588','8','TemplateMonster_Base::modules',NULL,'deny'),('3589','8','TemplateMonster_Blog::blog_elements',NULL,'deny'),('3590','8','TemplateMonster_Blog::category',NULL,'deny'),('3591','8','TemplateMonster_Blog::category_save',NULL,'deny'),('3592','8','TemplateMonster_Blog::category_delete',NULL,'deny'),('3593','8','TemplateMonster_Blog::post',NULL,'deny'),('3594','8','TemplateMonster_Blog::post_save',NULL,'deny'),('3595','8','TemplateMonster_Blog::post_delete',NULL,'deny'),('3596','8','TemplateMonster_Blog::comment',NULL,'deny'),('3597','8','TemplateMonster_Blog::comment_save',NULL,'deny'),('3598','8','TemplateMonster_Blog::comment_delete',NULL,'deny'),('3599','8','TemplateMonster_Parallax::parallax',NULL,'deny'),('3600','8','TemplateMonster_Parallax::parallax_block',NULL,'deny'),('3601','8','TemplateMonster_Parallax::block_save',NULL,'deny'),('3602','8','TemplateMonster_Parallax::block_delete',NULL,'deny'),('3603','8','TemplateMonster_Parallax::parallax_item',NULL,'deny'),('3604','8','TemplateMonster_Parallax::item_save',NULL,'deny'),('3605','8','TemplateMonster_Parallax::item_delete',NULL,'deny');
/*!40000 ALTER TABLE `authorization_rule` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cache`
--

DROP TABLE IF EXISTS `cache`;
CREATE TABLE `cache` (
  `id` varchar(200) NOT NULL COMMENT 'Cache Id',
  `data` mediumblob COMMENT 'Cache Data',
  `create_time` int(11) DEFAULT NULL COMMENT 'Cache Creation Time',
  `update_time` int(11) DEFAULT NULL COMMENT 'Time of Cache Updating',
  `expire_time` int(11) DEFAULT NULL COMMENT 'Cache Expiration Time',
  PRIMARY KEY (`id`),
  KEY `CACHE_EXPIRE_TIME` (`expire_time`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Caches';

--
-- Table structure for table `cache_tag`
--

DROP TABLE IF EXISTS `cache_tag`;
CREATE TABLE `cache_tag` (
  `tag` varchar(100) NOT NULL COMMENT 'Tag',
  `cache_id` varchar(200) NOT NULL COMMENT 'Cache Id',
  PRIMARY KEY (`tag`,`cache_id`),
  KEY `CACHE_TAG_CACHE_ID` (`cache_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Tag Caches';

--
-- Table structure for table `captcha_log`
--

DROP TABLE IF EXISTS `captcha_log`;
CREATE TABLE `captcha_log` (
  `type` varchar(32) NOT NULL COMMENT 'Type',
  `value` varchar(32) NOT NULL COMMENT 'Value',
  `count` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Count',
  `updated_at` timestamp NULL DEFAULT NULL COMMENT 'Update Time',
  PRIMARY KEY (`type`,`value`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Count Login Attempts';

--
-- Table structure for table `catalog_category_entity`
--

DROP TABLE IF EXISTS `catalog_category_entity`;
CREATE TABLE `catalog_category_entity` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity ID',
  `attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attriute Set ID',
  `parent_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Parent Category ID',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Creation Time',
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Update Time',
  `path` varchar(255) NOT NULL COMMENT 'Tree Path',
  `position` int(11) NOT NULL COMMENT 'Position',
  `level` int(11) NOT NULL DEFAULT '0' COMMENT 'Tree Level',
  `children_count` int(11) NOT NULL COMMENT 'Child Count',
  PRIMARY KEY (`entity_id`),
  KEY `CATALOG_CATEGORY_ENTITY_LEVEL` (`level`),
  KEY `CATALOG_CATEGORY_ENTITY_PATH` (`path`)
) ENGINE=InnoDB AUTO_INCREMENT=41 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Table';

--
-- Dumping data for table `catalog_category_entity`
--

LOCK TABLES `catalog_category_entity` WRITE;
/*!40000 ALTER TABLE `catalog_category_entity` DISABLE KEYS */;
INSERT INTO `catalog_category_entity` VALUES ('1',3,'0','2017-10-21 08:06:29','2017-12-26 15:36:39','1','0','0','39'),('2',3,'1','2017-10-21 08:06:29','2017-12-26 15:36:39','1/2','1','1','38'),('3',3,'2','2017-11-25 19:37:15','2017-11-25 19:44:47','1/2/3','1','2','5'),('4',3,'2','2017-11-25 19:37:24','2017-11-25 19:43:30','1/2/4','2','2','5'),('5',3,'2','2017-11-25 19:37:32','2017-12-26 15:38:41','1/2/5','3','2','11'),('6',3,'2','2017-11-25 19:37:38','2017-11-25 19:41:32','1/2/6','4','2','5'),('7',3,'2','2017-11-25 19:37:48','2017-12-26 16:16:48','1/2/7','5','2','3'),('8',3,'7','2017-11-25 19:38:51','2017-11-25 19:38:51','1/2/7/8','1','3','0'),('9',3,'7','2017-11-25 19:38:58','2017-11-25 19:39:15','1/2/7/9','2','3','0'),('10',3,'7','2017-11-25 19:39:05','2017-11-25 19:39:05','1/2/7/10','3','3','0'),('11',3,'2','2017-11-25 19:39:58','2017-11-25 19:40:33','1/2/11','6','2','3'),('12',3,'11','2017-11-25 19:40:19','2017-11-25 19:40:19','1/2/11/12','1','3','0'),('13',3,'11','2017-11-25 19:40:27','2017-11-25 19:40:27','1/2/11/13','2','3','0'),('14',3,'11','2017-11-25 19:40:33','2017-11-25 19:40:33','1/2/11/14','3','3','0'),('15',3,'6','2017-11-25 19:41:01','2017-11-25 19:41:01','1/2/6/15','1','3','0'),('16',3,'6','2017-11-25 19:41:10','2017-11-25 19:41:10','1/2/6/16','2','3','0'),('17',3,'6','2017-11-25 19:41:17','2017-11-25 19:41:18','1/2/6/17','3','3','0'),('18',3,'6','2017-11-25 19:41:24','2017-11-25 19:41:24','1/2/6/18','4','3','0'),('19',3,'6','2017-11-25 19:41:32','2017-11-25 19:41:32','1/2/6/19','5','3','0'),('20',3,'5','2017-11-25 19:41:55','2017-12-26 15:34:25','1/2/5/20','1','3','6'),('21',3,'5','2017-11-25 19:42:04','2017-12-26 15:36:39','1/2/5/21','2','3','3'),('22',3,'21','2017-11-25 19:42:11','2017-12-26 14:59:13','1/2/5/21/22','1','4','0'),('23',3,'4','2017-11-25 19:42:59','2017-11-25 19:42:59','1/2/4/23','1','3','0'),('24',3,'4','2017-11-25 19:43:03','2017-11-25 19:43:03','1/2/4/24','2','3','0'),('25',3,'4','2017-11-25 19:43:13','2017-11-25 19:43:13','1/2/4/25','3','3','0'),('26',3,'4','2017-11-25 19:43:22','2017-11-25 19:43:22','1/2/4/26','4','3','0'),('27',3,'4','2017-11-25 19:43:30','2017-11-25 19:43:30','1/2/4/27','5','3','0'),('28',3,'3','2017-11-25 19:44:00','2017-11-25 19:44:00','1/2/3/28','1','3','0'),('29',3,'3','2017-11-25 19:44:07','2017-11-25 19:44:07','1/2/3/29','2','3','0'),('30',3,'3','2017-11-25 19:44:14','2017-11-25 19:44:14','1/2/3/30','3','3','0'),('31',3,'3','2017-11-25 19:44:30','2017-11-25 19:44:31','1/2/3/31','4','3','0'),('32',3,'3','2017-11-25 19:44:47','2017-11-25 19:44:47','1/2/3/32','5','3','0'),('33',3,'20','2017-12-26 15:00:01','2017-12-26 15:00:01','1/2/5/20/33','1','4','0'),('34',3,'20','2017-12-26 15:31:19','2017-12-26 15:31:19','1/2/5/20/34','2','4','0'),('35',3,'20','2017-12-26 15:32:00','2017-12-26 15:32:00','1/2/5/20/35','3','4','0'),('36',3,'20','2017-12-26 15:32:57','2017-12-26 15:32:57','1/2/5/20/36','4','4','0'),('37',3,'20','2017-12-26 15:33:37','2017-12-26 15:33:38','1/2/5/20/37','5','4','0'),('38',3,'20','2017-12-26 15:34:25','2017-12-26 15:34:25','1/2/5/20/38','6','4','0'),('39',3,'21','2017-12-26 15:35:33','2017-12-26 15:35:33','1/2/5/21/39','2','4','0'),('40',3,'21','2017-12-26 15:36:39','2017-12-26 15:36:39','1/2/5/21/40','3','4','0');
/*!40000 ALTER TABLE `catalog_category_entity` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_category_entity_datetime`
--

DROP TABLE IF EXISTS `catalog_category_entity_datetime`;
CREATE TABLE `catalog_category_entity_datetime` (
  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',
  `value` datetime DEFAULT NULL COMMENT 'Value',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `CATALOG_CATEGORY_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),
  KEY `CATALOG_CATEGORY_ENTITY_DATETIME_ENTITY_ID` (`entity_id`),
  KEY `CATALOG_CATEGORY_ENTITY_DATETIME_ATTRIBUTE_ID` (`attribute_id`),
  KEY `CATALOG_CATEGORY_ENTITY_DATETIME_STORE_ID` (`store_id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Datetime Attribute Backend Table';

--
-- Dumping data for table `catalog_category_entity_datetime`
--

LOCK TABLES `catalog_category_entity_datetime` WRITE;
/*!40000 ALTER TABLE `catalog_category_entity_datetime` DISABLE KEYS */;
INSERT INTO `catalog_category_entity_datetime` VALUES ('1',61,0,'9',NULL),('2',62,0,'9',NULL),('3',61,0,'21',NULL),('4',62,0,'21',NULL),('5',61,0,'5',NULL),('6',62,0,'5',NULL),('7',61,0,'7',NULL),('8',62,0,'7',NULL);
/*!40000 ALTER TABLE `catalog_category_entity_datetime` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_category_entity_decimal`
--

DROP TABLE IF EXISTS `catalog_category_entity_decimal`;
CREATE TABLE `catalog_category_entity_decimal` (
  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',
  `value` decimal(12,4) DEFAULT NULL COMMENT 'Value',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `CATALOG_CATEGORY_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),
  KEY `CATALOG_CATEGORY_ENTITY_DECIMAL_ENTITY_ID` (`entity_id`),
  KEY `CATALOG_CATEGORY_ENTITY_DECIMAL_ATTRIBUTE_ID` (`attribute_id`),
  KEY `CATALOG_CATEGORY_ENTITY_DECIMAL_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Category Decimal Attribute Backend Table';

--
-- Table structure for table `catalog_category_entity_int`
--

DROP TABLE IF EXISTS `catalog_category_entity_int`;
CREATE TABLE `catalog_category_entity_int` (
  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',
  `value` int(11) DEFAULT NULL COMMENT 'Value',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `CATALOG_CATEGORY_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),
  KEY `CATALOG_CATEGORY_ENTITY_INT_ENTITY_ID` (`entity_id`),
  KEY `CATALOG_CATEGORY_ENTITY_INT_ATTRIBUTE_ID` (`attribute_id`),
  KEY `CATALOG_CATEGORY_ENTITY_INT_STORE_ID` (`store_id`)
) ENGINE=InnoDB AUTO_INCREMENT=231 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Integer Attribute Backend Table';

--
-- Dumping data for table `catalog_category_entity_int`
--

LOCK TABLES `catalog_category_entity_int` WRITE;
/*!40000 ALTER TABLE `catalog_category_entity_int` DISABLE KEYS */;
INSERT INTO `catalog_category_entity_int` VALUES ('1',69,0,'1','1'),('2',46,0,'2','1'),('3',69,0,'2','1'),('4',46,0,'3','1'),('5',54,0,'3','1'),('6',69,0,'3','1'),('7',70,0,'3','0'),('8',71,0,'3','0'),('9',46,0,'4','1'),('10',54,0,'4','1'),('11',69,0,'4','1'),('12',70,0,'4','0'),('13',71,0,'4','0'),('14',46,0,'5','1'),('15',54,0,'5','1'),('16',69,0,'5','1'),('17',70,0,'5','0'),('18',71,0,'5','0'),('19',46,0,'6','1'),('20',54,0,'6','1'),('21',69,0,'6','1'),('22',70,0,'6','0'),('23',71,0,'6','0'),('24',46,0,'7','1'),('25',54,0,'7','1'),('26',69,0,'7','1'),('27',70,0,'7','0'),('28',71,0,'7','0'),('29',46,0,'8','1'),('30',54,0,'8','1'),('31',69,0,'8','1'),('32',70,0,'8','0'),('33',71,0,'8','0'),('34',46,0,'9','1'),('35',54,0,'9','1'),('36',69,0,'9','1'),('37',70,0,'9','0'),('38',71,0,'9','0'),('39',46,0,'10','1'),('40',54,0,'10','1'),('41',69,0,'10','1'),('42',70,0,'10','0'),('43',71,0,'10','0'),('44',53,0,'9',NULL),('45',46,0,'11','1'),('46',54,0,'11','1'),('47',69,0,'11','1'),('48',70,0,'11','0'),('49',71,0,'11','0'),('50',46,0,'12','1'),('51',54,0,'12','1'),('52',69,0,'12','1'),('53',70,0,'12','0'),('54',71,0,'12','0'),('55',46,0,'13','1'),('56',54,0,'13','1'),('57',69,0,'13','1'),('58',70,0,'13','0'),('59',71,0,'13','0'),('60',46,0,'14','1'),('61',54,0,'14','1'),('62',69,0,'14','1'),('63',70,0,'14','0'),('64',71,0,'14','0'),('65',46,0,'15','1'),('66',54,0,'15','1'),('67',69,0,'15','1'),('68',70,0,'15','0'),('69',71,0,'15','0'),('70',46,0,'16','1'),('71',54,0,'16','1'),('72',69,0,'16','1'),('73',70,0,'16','0'),('74',71,0,'16','0'),('75',46,0,'17','1'),('76',54,0,'17','1'),('77',69,0,'17','1'),('78',70,0,'17','0'),('79',71,0,'17','0'),('80',46,0,'18','1'),('81',54,0,'18','1'),('82',69,0,'18','1'),('83',70,0,'18','0'),('84',71,0,'18','0'),('85',46,0,'19','1'),('86',54,0,'19','1'),('87',69,0,'19','1'),('88',70,0,'19','0'),('89',71,0,'19','0'),('90',46,0,'20','1'),('91',54,0,'20','1'),('92',69,0,'20','1'),('93',70,0,'20','0'),('94',71,0,'20','0'),('95',46,0,'21','1'),('96',54,0,'21','1'),('97',69,0,'21','1'),('98',70,0,'21','0'),('99',71,0,'21','0'),('100',46,0,'22','1'),('101',54,0,'22','1'),('102',69,0,'22','1'),('103',70,0,'22','0'),('104',71,0,'22','0'),('105',46,0,'23','1'),('106',54,0,'23','1'),('107',69,0,'23','1'),('108',70,0,'23','0'),('109',71,0,'23','0'),('110',46,0,'24','1'),('111',54,0,'24','1'),('112',69,0,'24','1'),('113',70,0,'24','0'),('114',71,0,'24','0'),('115',46,0,'25','1'),('116',54,0,'25','1'),('117',69,0,'25','1'),('118',70,0,'25','0'),('119',71,0,'25','0'),('120',46,0,'26','1'),('121',54,0,'26','1'),('122',69,0,'26','1'),('123',70,0,'26','0'),('124',71,0,'26','0'),('125',46,0,'27','1'),('126',54,0,'27','1'),('127',69,0,'27','1'),('128',70,0,'27','0'),('129',71,0,'27','0'),('130',46,0,'28','1'),('131',54,0,'28','1'),('132',69,0,'28','1'),('133',70,0,'28','0'),('134',71,0,'28','0'),('135',46,0,'29','1'),('136',54,0,'29','1'),('137',69,0,'29','1'),('138',70,0,'29','0'),('139',71,0,'29','0'),('140',46,0,'30','1'),('141',54,0,'30','1'),('142',69,0,'30','1'),('143',70,0,'30','0'),('144',71,0,'30','0'),('145',46,0,'31','1'),('146',54,0,'31','1'),('147',69,0,'31','1'),('148',70,0,'31','0'),('149',71,0,'31','0'),('150',46,0,'32','1'),('151',54,0,'32','1'),('152',69,0,'32','1'),('153',70,0,'32','0'),('154',71,0,'32','0'),('155',46,0,'33','1'),('156',54,0,'33','1'),('157',69,0,'33','1'),('158',70,0,'33','0'),('159',71,0,'33','0'),('160',145,0,'33','0'),('161',149,0,'33','0'),('162',154,0,'33','1'),('163',46,0,'34','1'),('164',54,0,'34','1'),('165',69,0,'34','0'),('166',70,0,'34','0'),('167',71,0,'34','0'),('168',145,0,'34','0'),('169',149,0,'34','0'),('170',154,0,'34','1'),('171',46,0,'35','1'),('172',54,0,'35','1'),('173',69,0,'35','1'),('174',70,0,'35','0'),('175',71,0,'35','0'),('176',145,0,'35','0'),('177',149,0,'35','0'),('178',154,0,'35','1'),('179',46,0,'36','1'),('180',54,0,'36','1'),('181',69,0,'36','0'),('182',70,0,'36','0'),('183',71,0,'36','0'),('184',145,0,'36','0'),('185',149,0,'36','0'),('186',154,0,'36','1'),('187',46,0,'37','1'),('188',54,0,'37','1'),('189',69,0,'37','1'),('190',70,0,'37','0'),('191',71,0,'37','0'),('192',145,0,'37','0'),('193',149,0,'37','0'),('194',154,0,'37','1'),('195',46,0,'38','1'),('196',54,0,'38','1'),('197',69,0,'38','1'),('198',70,0,'38','0'),('199',71,0,'38','0'),('200',145,0,'38','0'),('201',149,0,'38','0'),('202',154,0,'38','1'),('203',53,0,'21',NULL),('204',145,0,'21','0'),('205',149,0,'21','0'),('206',154,0,'21','1'),('207',46,0,'39','1'),('208',54,0,'39','1'),('209',69,0,'39','1'),('210',70,0,'39','0'),('211',71,0,'39','0'),('212',145,0,'39','0'),('213',149,0,'39','0'),('214',154,0,'39','1'),('215',46,0,'40','1'),('216',54,0,'40','1'),('217',69,0,'40','1'),('218',70,0,'40','0'),('219',71,0,'40','0'),('220',145,0,'40','0'),('221',149,0,'40','0'),('222',154,0,'40','1'),('223',53,0,'5',NULL),('224',145,0,'5','0'),('225',149,0,'5','1'),('226',154,0,'5','1'),('227',53,0,'7',NULL),('228',145,0,'7','0'),('229',149,0,'7','0'),('230',154,0,'7','1');
/*!40000 ALTER TABLE `catalog_category_entity_int` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_category_entity_text`
--

DROP TABLE IF EXISTS `catalog_category_entity_text`;
CREATE TABLE `catalog_category_entity_text` (
  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',
  `value` text COMMENT 'Value',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `CATALOG_CATEGORY_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),
  KEY `CATALOG_CATEGORY_ENTITY_TEXT_ENTITY_ID` (`entity_id`),
  KEY `CATALOG_CATEGORY_ENTITY_TEXT_ATTRIBUTE_ID` (`attribute_id`),
  KEY `CATALOG_CATEGORY_ENTITY_TEXT_STORE_ID` (`store_id`)
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Text Attribute Backend Table';

--
-- Dumping data for table `catalog_category_entity_text`
--

LOCK TABLES `catalog_category_entity_text` WRITE;
/*!40000 ALTER TABLE `catalog_category_entity_text` DISABLE KEYS */;
INSERT INTO `catalog_category_entity_text` VALUES ('1',47,0,'9',NULL),('2',50,0,'9',NULL),('3',51,0,'9',NULL),('4',64,0,'9',NULL),('5',47,0,'21',NULL),('6',50,0,'21',NULL),('7',51,0,'21',NULL),('8',64,0,'21',NULL),('9',47,0,'5',NULL),('10',50,0,'5',NULL),('11',51,0,'5',NULL),('12',64,0,'5',NULL),('13',153,0,'5','[[{\"width\":\"3\",\"css_class\":\"\",\"entities\":[{\"value\":\"block:14\",\"text\":\"menu_block_2\"}]},{\"width\":\"3\",\"css_class\":\"\",\"entities\":[{\"value\":\"subcat:20\",\"text\":\"Babydolls & Slips\"}]},{\"width\":\"3\",\"css_class\":\"\",\"entities\":[{\"value\":\"subcat:21\",\"text\":\"Teddies & Bodysuits\"}]}],[{\"width\":\"9\",\"css_class\":\"\",\"entities\":[{\"value\":\"block:15\",\"text\":\"menu_block_3\"}]}]]'),('14',47,0,'7',NULL),('15',50,0,'7',NULL),('16',51,0,'7',NULL),('17',64,0,'7',NULL),('18',153,0,'7','[[{\"width\":\"3\",\"css_class\":\"\",\"entities\":[{\"value\":\"subcat:8\",\"text\":\"Fragrance\"}]},{\"width\":\"3\",\"css_class\":\"\",\"entities\":[{\"value\":\"subcat:9\",\"text\":\" Sleepshirts \"}]},{\"width\":\"3\",\"css_class\":\"\",\"entities\":[{\"value\":\"subcat:10\",\"text\":\"Body Care\"}]},{\"width\":\"3\",\"css_class\":\"\",\"entities\":[]}]]');
/*!40000 ALTER TABLE `catalog_category_entity_text` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_category_entity_varchar`
--

DROP TABLE IF EXISTS `catalog_category_entity_varchar`;
CREATE TABLE `catalog_category_entity_varchar` (
  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',
  `value` varchar(255) DEFAULT NULL COMMENT 'Value',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `CATALOG_CATEGORY_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),
  KEY `CATALOG_CATEGORY_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),
  KEY `CATALOG_CATEGORY_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),
  KEY `CATALOG_CATEGORY_ENTITY_VARCHAR_STORE_ID` (`store_id`)
) ENGINE=InnoDB AUTO_INCREMENT=199 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Varchar Attribute Backend Table';

--
-- Dumping data for table `catalog_category_entity_varchar`
--

LOCK TABLES `catalog_category_entity_varchar` WRITE;
/*!40000 ALTER TABLE `catalog_category_entity_varchar` DISABLE KEYS */;
INSERT INTO `catalog_category_entity_varchar` VALUES ('1',45,0,'1','Root Catalog'),('2',45,0,'2','Default Category'),('3',52,0,'2','PRODUCTS'),('4',45,0,'3','Bras & Bralettes'),('5',52,0,'3','PRODUCTS'),('6',117,0,'3','bras-bralettes'),('7',118,0,'3','bras-bralettes'),('8',45,0,'4','Panties'),('9',52,0,'4','PRODUCTS'),('10',117,0,'4','panties'),('11',118,0,'4','panties'),('12',45,0,'5','Lingerie'),('13',52,0,'5','PRODUCTS'),('14',117,0,'5','lingerie'),('15',118,0,'5','lingerie'),('16',45,0,'6','Sleep'),('17',52,0,'6','PRODUCTS'),('18',117,0,'6','sleep'),('19',118,0,'6','sleep'),('20',45,0,'7','Beauty'),('21',52,0,'7','PRODUCTS'),('22',117,0,'7','beauty'),('23',118,0,'7','beauty'),('24',45,0,'8','Fragrance'),('25',52,0,'8','PRODUCTS'),('26',117,0,'8','fragrance'),('27',118,0,'8','beauty/fragrance'),('28',45,0,'9',' Sleepshirts '),('29',52,0,'9','PRODUCTS'),('30',117,0,'9','sleepshirts-mists'),('31',118,0,'9','beauty/sleepshirts-mists'),('32',45,0,'10','Body Care'),('33',52,0,'10','PRODUCTS'),('34',117,0,'10','body-care'),('35',118,0,'10','beauty/body-care'),('37',49,0,'9',NULL),('38',60,0,'9',NULL),('39',63,0,'9',NULL),('40',45,0,'11','Sale & Specials'),('41',52,0,'11','PRODUCTS'),('42',117,0,'11','sale-specials'),('43',118,0,'11','sale-specials'),('44',45,0,'12','Bras Panties'),('45',52,0,'12','PRODUCTS'),('46',117,0,'12','bras-panties'),('47',118,0,'12','sale-specials/bras-panties'),('48',45,0,'13','Sleep'),('49',52,0,'13','PRODUCTS'),('50',117,0,'13','sleep'),('51',118,0,'13','sale-specials/sleep'),('52',45,0,'14','Beauty & Accessories'),('53',52,0,'14','PRODUCTS'),('54',117,0,'14','beauty-accessories'),('55',118,0,'14','sale-specials/beauty-accessories'),('56',45,0,'15','Pajamas'),('57',52,0,'15','PRODUCTS'),('58',117,0,'15','pajamas'),('59',118,0,'15','sleep/pajamas'),('60',45,0,'16','Sleepshirts'),('61',52,0,'16','PRODUCTS'),('62',117,0,'16','sleepshirts'),('63',118,0,'16','sleep/sleepshirts'),('64',45,0,'17','Robes & Slippers'),('65',52,0,'17','PRODUCTS'),('66',117,0,'17','robes-slippers'),('67',118,0,'17','sleep/robes-slippers'),('68',45,0,'18','Shorts'),('69',52,0,'18','PRODUCTS'),('70',117,0,'18','shorts'),('71',118,0,'18','sleep/shorts'),('72',45,0,'19','Loungewear'),('73',52,0,'19','PRODUCTS'),('74',117,0,'19','loungewear'),('75',118,0,'19','sleep/loungewear'),('76',45,0,'20','Babydolls & Slips'),('77',52,0,'20','PRODUCTS'),('78',117,0,'20','babydolls-slips'),('79',118,0,'20','lingerie/babydolls-slips'),('80',45,0,'21','Teddies & Bodysuits'),('81',52,0,'21','PRODUCTS'),('82',117,0,'21','teddies-bodysuits'),('83',118,0,'21','lingerie/teddies-bodysuits'),('84',45,0,'22','Corsets & Bustiers'),('85',52,0,'22','PRODUCTS'),('86',117,0,'22','corsets-bustiers'),('87',118,0,'22','lingerie/teddies-bodysuits/corsets-bustiers'),('88',45,0,'23','Cheekies & Cheekinis'),('89',52,0,'23','PRODUCTS'),('90',117,0,'23','cheekies-cheekinis'),('91',118,0,'23','panties/cheekies-cheekinis'),('92',45,0,'24','Thongs & V-Strings'),('93',52,0,'24','PRODUCTS'),('94',117,0,'24','thongs-v-strings'),('95',118,0,'24','panties/thongs-v-strings'),('96',45,0,'25','Shorties & Boyshorts'),('97',52,0,'25','PRODUCTS'),('98',117,0,'25','shorties-boyshorts'),('99',118,0,'25','panties/shorties-boyshorts'),('100',45,0,'26','Bikinis'),('101',52,0,'26','PRODUCTS'),('102',117,0,'26','bikinis'),('103',118,0,'26','panties/bikinis'),('104',45,0,'27','No-Show & Seamless'),('105',52,0,'27','PRODUCTS'),('106',117,0,'27','no-show-seamless'),('107',118,0,'27','panties/no-show-seamless'),('108',45,0,'28','Bralettes'),('109',52,0,'28','PRODUCTS'),('110',117,0,'28','bralettes'),('111',118,0,'28','bras-bralettes/bralettes'),('112',45,0,'29','Unlined'),('113',52,0,'29','PRODUCTS'),('114',117,0,'29','unlined'),('115',118,0,'29','bras-bralettes/unlined'),('116',45,0,'30','Perfect Coverage'),('117',52,0,'30','PRODUCTS'),('118',117,0,'30','perfect-coverage'),('119',118,0,'30','bras-bralettes/perfect-coverage'),('120',45,0,'31','Push-Up'),('121',52,0,'31','PRODUCTS'),('122',117,0,'31','push-up'),('123',118,0,'31','bras-bralettes/push-up'),('124',45,0,'32','Sports Bras'),('125',52,0,'32','PRODUCTS'),('126',117,0,'32','sports-bras'),('127',118,0,'32','bras-bralettes/sports-bras'),('129',45,0,'33','Bralettes'),('130',52,0,'33','PRODUCTS'),('131',117,0,'33','bralettes'),('132',118,0,'33','lingerie/babydolls-slips/bralettes'),('133',156,0,'33','static'),('134',45,0,'34','Unlined'),('135',52,0,'34','PRODUCTS'),('136',117,0,'34','unlined'),('137',118,0,'34','lingerie/babydolls-slips/unlined'),('138',156,0,'34','static'),('139',45,0,'35','Lightly Lined'),('140',52,0,'35','PRODUCTS'),('141',117,0,'35','lightly-lined'),('142',118,0,'35','lingerie/babydolls-slips/lightly-lined'),('143',156,0,'35','static'),('144',45,0,'36','Perfect Coverage'),('145',52,0,'36','PRODUCTS'),('146',117,0,'36','perfect-coverage'),('147',118,0,'36','lingerie/babydolls-slips/perfect-coverage'),('148',156,0,'36','static'),('149',45,0,'37','Push-Up'),('150',52,0,'37','PRODUCTS'),('151',117,0,'37','push-up'),('152',118,0,'37','lingerie/babydolls-slips/push-up'),('153',156,0,'37','static'),('154',45,0,'38','Lounge & Wireless'),('155',52,0,'38','PRODUCTS'),('156',117,0,'38','lounge-wireless'),('157',118,0,'38','lingerie/babydolls-slips/lounge-wireless'),('158',156,0,'38','static'),('160',49,0,'21',NULL),('161',60,0,'21',NULL),('162',63,0,'21',NULL),('163',144,0,'21',NULL),('164',146,0,'21',NULL),('165',151,0,'21',NULL),('166',152,0,'21',NULL),('167',155,0,'21',NULL),('168',156,0,'21','static'),('169',45,0,'39','Strapless'),('170',52,0,'39','PRODUCTS'),('171',117,0,'39','strapless'),('172',118,0,'39','lingerie/teddies-bodysuits/strapless'),('173',156,0,'39','static'),('174',45,0,'40','Sport Bras'),('175',52,0,'40','PRODUCTS'),('176',117,0,'40','sport-bras'),('177',118,0,'40','lingerie/teddies-bodysuits/sport-bras'),('178',156,0,'40','static'),('180',49,0,'5',NULL),('181',60,0,'5',NULL),('182',63,0,'5',NULL),('183',144,0,'5',NULL),('184',146,0,'5',NULL),('185',151,0,'5',NULL),('186',152,0,'5','bg-wrap'),('187',155,0,'5',NULL),('188',156,0,'5','static'),('190',49,0,'7',NULL),('191',60,0,'7',NULL),('192',63,0,'7',NULL),('193',144,0,'7',NULL),('194',146,0,'7',NULL),('195',151,0,'7',NULL),('196',152,0,'7',NULL),('197',155,0,'7',NULL),('198',156,0,'7','static');
/*!40000 ALTER TABLE `catalog_category_entity_varchar` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_category_flat_store_1`
--

DROP TABLE IF EXISTS `catalog_category_flat_store_1`;
CREATE TABLE `catalog_category_flat_store_1` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'entity_id',
  `attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'attribute_set_id',
  `parent_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'parent_id',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'created_at',
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'updated_at',
  `path` varchar(255) NOT NULL DEFAULT '' COMMENT 'path',
  `position` int(11) NOT NULL COMMENT 'position',
  `level` int(11) NOT NULL DEFAULT '0' COMMENT 'level',
  `children_count` int(11) NOT NULL COMMENT 'children_count',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store Id',
  `all_children` text COMMENT 'All Children',
  `available_sort_by` text COMMENT 'Available Product Listing Sort By',
  `children` text COMMENT 'Children',
  `custom_apply_to_products` int(11) DEFAULT NULL COMMENT 'Apply To Products',
  `custom_design` varchar(255) DEFAULT NULL COMMENT 'Custom Design',
  `custom_design_from` datetime DEFAULT NULL COMMENT 'Active From',
  `custom_design_to` datetime DEFAULT NULL COMMENT 'Active To',
  `custom_layout_update` text COMMENT 'Custom Layout Update',
  `custom_use_parent_settings` int(11) DEFAULT NULL COMMENT 'Use Parent Category Settings',
  `default_sort_by` varchar(255) DEFAULT NULL COMMENT 'Default Product Listing Sort By',
  `description` text COMMENT 'Description',
  `display_mode` varchar(255) DEFAULT NULL COMMENT 'Display Mode',
  `filter_price_range` decimal(12,4) DEFAULT NULL COMMENT 'Layered Navigation Price Step',
  `grid_activate` int(11) DEFAULT NULL COMMENT 'Activate Image Grid',
  `icon_class` varchar(255) DEFAULT NULL COMMENT 'Css class for Font Icon',
  `image` varchar(255) DEFAULT NULL COMMENT 'Image',
  `include_in_menu` int(11) DEFAULT NULL COMMENT 'Include in Navigation Menu',
  `is_active` int(11) DEFAULT NULL COMMENT 'Is Active',
  `is_anchor` int(11) DEFAULT NULL COMMENT 'Is Anchor',
  `landing_page` int(11) DEFAULT NULL COMMENT 'CMS Block',
  `meta_description` text COMMENT 'Meta Description',
  `meta_keywords` text COMMENT 'Meta Keywords',
  `meta_title` varchar(255) DEFAULT NULL COMMENT 'Page Title',
  `mm_configurator` text COMMENT 'Configurator',
  `mm_css_class` varchar(255) DEFAULT NULL COMMENT 'Css class',
  `mm_image` varchar(255) DEFAULT NULL COMMENT 'Category image',
  `mm_label` varchar(255) DEFAULT NULL COMMENT 'Label',
  `mm_number_of_subcategories` varchar(255) DEFAULT NULL COMMENT 'Number of subcategories to show (if empty show all)',
  `mm_show_subcategories` int(11) DEFAULT NULL COMMENT 'Show subcategories for this category',
  `mm_turn_on` int(11) DEFAULT NULL COMMENT 'Turn on megamenu for this category',
  `mm_view_mode` varchar(255) DEFAULT NULL COMMENT 'View Mode',
  `name` varchar(255) DEFAULT NULL COMMENT 'Name',
  `page_layout` varchar(255) DEFAULT NULL COMMENT 'Page Layout',
  `path_in_store` text COMMENT 'Path In Store',
  `thumbnail` varchar(255) DEFAULT NULL COMMENT 'Thumbnail',
  `url_key` varchar(255) DEFAULT NULL COMMENT 'URL Key',
  `url_path` varchar(255) DEFAULT NULL COMMENT 'Url Path',
  PRIMARY KEY (`entity_id`),
  KEY `CATALOG_CATEGORY_FLAT_STORE_1_TMP_STORE_ID` (`store_id`),
  KEY `CATALOG_CATEGORY_FLAT_STORE_1_TMP_PATH` (`path`),
  KEY `CATALOG_CATEGORY_FLAT_STORE_1_TMP_LEVEL` (`level`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Category Flat';

--
-- Dumping data for table `catalog_category_flat_store_1`
--

LOCK TABLES `catalog_category_flat_store_1` WRITE;
/*!40000 ALTER TABLE `catalog_category_flat_store_1` DISABLE KEYS */;
INSERT INTO `catalog_category_flat_store_1` VALUES ('1',3,'0','2017-10-21 08:06:29','2017-12-26 15:36:39','1','0','0','39',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Root Catalog',NULL,NULL,NULL,NULL,NULL),('2',3,'1','2017-10-21 08:06:29','2017-12-26 15:36:39','1/2','1','1','38',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Default Category',NULL,NULL,NULL,NULL,NULL),('3',3,'2','2017-11-25 19:37:15','2017-11-25 19:44:47','1/2/3','1','2','5',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Bras & Bralettes',NULL,NULL,NULL,'bras-bralettes','bras-bralettes'),('4',3,'2','2017-11-25 19:37:24','2017-11-25 19:43:30','1/2/4','2','2','5',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Panties',NULL,NULL,NULL,'panties','panties'),('5',3,'2','2017-11-25 19:37:32','2017-12-26 15:38:41','1/2/5','3','2','11',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,'[[{\"width\":\"3\",\"css_class\":\"\",\"entities\":[{\"value\":\"block:14\",\"text\":\"menu_block_2\"}]},{\"width\":\"3\",\"css_class\":\"\",\"entities\":[{\"value\":\"subcat:20\",\"text\":\"Babydolls & Slips\"}]},{\"width\":\"3\",\"css_class\":\"\",\"entities\":[{\"value\":\"subcat:21\",\"text\":\"Teddies & Bodysuits\"}]}],[{\"width\":\"9\",\"css_class\":\"\",\"entities\":[{\"value\":\"block:15\",\"text\":\"menu_block_3\"}]}]]','bg-wrap',NULL,NULL,NULL,'1','1','static','Lingerie',NULL,NULL,NULL,'lingerie','lingerie'),('6',3,'2','2017-11-25 19:37:38','2017-11-25 19:41:32','1/2/6','4','2','5',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Sleep',NULL,NULL,NULL,'sleep','sleep'),('7',3,'2','2017-11-25 19:37:48','2017-12-26 16:16:48','1/2/7','5','2','3',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,'[[{\"width\":\"3\",\"css_class\":\"\",\"entities\":[{\"value\":\"subcat:8\",\"text\":\"Fragrance\"}]},{\"width\":\"3\",\"css_class\":\"\",\"entities\":[{\"value\":\"subcat:9\",\"text\":\" Sleepshirts \"}]},{\"width\":\"3\",\"css_class\":\"\",\"entities\":[{\"value\":\"subcat:10\",\"text\":\"Body Care\"}]},{\"width\":\"3\",\"css_class\":\"\",\"entities\":[]}]]',NULL,NULL,NULL,NULL,'1','0','static','Beauty',NULL,NULL,NULL,'beauty','beauty'),('8',3,'7','2017-11-25 19:38:51','2017-11-25 19:38:51','1/2/7/8','1','3','0',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Fragrance',NULL,NULL,NULL,'fragrance','beauty/fragrance'),('9',3,'7','2017-11-25 19:38:58','2017-11-25 19:39:15','1/2/7/9','2','3','0',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,' Sleepshirts ',NULL,NULL,NULL,'sleepshirts-mists','beauty/sleepshirts-mists'),('10',3,'7','2017-11-25 19:39:05','2017-11-25 19:39:05','1/2/7/10','3','3','0',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Body Care',NULL,NULL,NULL,'body-care','beauty/body-care'),('11',3,'2','2017-11-25 19:39:58','2017-11-25 19:40:33','1/2/11','6','2','3',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Sale & Specials',NULL,NULL,NULL,'sale-specials','sale-specials'),('12',3,'11','2017-11-25 19:40:19','2017-11-25 19:40:19','1/2/11/12','1','3','0',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Bras Panties',NULL,NULL,NULL,'bras-panties','sale-specials/bras-panties'),('13',3,'11','2017-11-25 19:40:27','2017-11-25 19:40:27','1/2/11/13','2','3','0',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Sleep',NULL,NULL,NULL,'sleep','sale-specials/sleep'),('14',3,'11','2017-11-25 19:40:33','2017-11-25 19:40:33','1/2/11/14','3','3','0',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Beauty & Accessories',NULL,NULL,NULL,'beauty-accessories','sale-specials/beauty-accessories'),('15',3,'6','2017-11-25 19:41:01','2017-11-25 19:41:01','1/2/6/15','1','3','0',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Pajamas',NULL,NULL,NULL,'pajamas','sleep/pajamas'),('16',3,'6','2017-11-25 19:41:10','2017-11-25 19:41:10','1/2/6/16','2','3','0',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Sleepshirts',NULL,NULL,NULL,'sleepshirts','sleep/sleepshirts'),('17',3,'6','2017-11-25 19:41:17','2017-11-25 19:41:18','1/2/6/17','3','3','0',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Robes & Slippers',NULL,NULL,NULL,'robes-slippers','sleep/robes-slippers'),('18',3,'6','2017-11-25 19:41:24','2017-11-25 19:41:24','1/2/6/18','4','3','0',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Shorts',NULL,NULL,NULL,'shorts','sleep/shorts'),('19',3,'6','2017-11-25 19:41:32','2017-11-25 19:41:32','1/2/6/19','5','3','0',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Loungewear',NULL,NULL,NULL,'loungewear','sleep/loungewear'),('20',3,'5','2017-11-25 19:41:55','2017-12-26 15:34:25','1/2/5/20','1','3','6',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Babydolls & Slips',NULL,NULL,NULL,'babydolls-slips','lingerie/babydolls-slips'),('21',3,'5','2017-11-25 19:42:04','2017-12-26 15:36:39','1/2/5/21','2','3','3',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1','0','static','Teddies & Bodysuits',NULL,NULL,NULL,'teddies-bodysuits','lingerie/teddies-bodysuits'),('22',3,'21','2017-11-25 19:42:11','2017-12-26 14:59:13','1/2/5/21/22','1','4','0',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Corsets & Bustiers',NULL,NULL,NULL,'corsets-bustiers','lingerie/teddies-bodysuits/corsets-bustiers'),('23',3,'4','2017-11-25 19:42:59','2017-11-25 19:42:59','1/2/4/23','1','3','0',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Cheekies & Cheekinis',NULL,NULL,NULL,'cheekies-cheekinis','panties/cheekies-cheekinis'),('24',3,'4','2017-11-25 19:43:03','2017-11-25 19:43:03','1/2/4/24','2','3','0',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Thongs & V-Strings',NULL,NULL,NULL,'thongs-v-strings','panties/thongs-v-strings'),('25',3,'4','2017-11-25 19:43:13','2017-11-25 19:43:13','1/2/4/25','3','3','0',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Shorties & Boyshorts',NULL,NULL,NULL,'shorties-boyshorts','panties/shorties-boyshorts'),('26',3,'4','2017-11-25 19:43:22','2017-11-25 19:43:22','1/2/4/26','4','3','0',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Bikinis',NULL,NULL,NULL,'bikinis','panties/bikinis'),('27',3,'4','2017-11-25 19:43:30','2017-11-25 19:43:30','1/2/4/27','5','3','0',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No-Show & Seamless',NULL,NULL,NULL,'no-show-seamless','panties/no-show-seamless'),('28',3,'3','2017-11-25 19:44:00','2017-11-25 19:44:00','1/2/3/28','1','3','0',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Bralettes',NULL,NULL,NULL,'bralettes','bras-bralettes/bralettes'),('29',3,'3','2017-11-25 19:44:07','2017-11-25 19:44:07','1/2/3/29','2','3','0',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Unlined',NULL,NULL,NULL,'unlined','bras-bralettes/unlined'),('30',3,'3','2017-11-25 19:44:14','2017-11-25 19:44:14','1/2/3/30','3','3','0',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Perfect Coverage',NULL,NULL,NULL,'perfect-coverage','bras-bralettes/perfect-coverage'),('31',3,'3','2017-11-25 19:44:30','2017-11-25 19:44:31','1/2/3/31','4','3','0',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Push-Up',NULL,NULL,NULL,'push-up','bras-bralettes/push-up'),('32',3,'3','2017-11-25 19:44:47','2017-11-25 19:44:47','1/2/3/32','5','3','0',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Sports Bras',NULL,NULL,NULL,'sports-bras','bras-bralettes/sports-bras'),('33',3,'20','2017-12-26 15:00:01','2017-12-26 15:00:01','1/2/5/20/33','1','4','0',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1','0','static','Bralettes',NULL,NULL,NULL,'bralettes','lingerie/babydolls-slips/bralettes'),('34',3,'20','2017-12-26 15:31:19','2017-12-26 15:31:19','1/2/5/20/34','2','4','0',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'0','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1','0','static','Unlined',NULL,NULL,NULL,'unlined','lingerie/babydolls-slips/unlined'),('35',3,'20','2017-12-26 15:32:00','2017-12-26 15:32:00','1/2/5/20/35','3','4','0',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1','0','static','Lightly Lined',NULL,NULL,NULL,'lightly-lined','lingerie/babydolls-slips/lightly-lined'),('36',3,'20','2017-12-26 15:32:57','2017-12-26 15:32:57','1/2/5/20/36','4','4','0',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'0','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1','0','static','Perfect Coverage',NULL,NULL,NULL,'perfect-coverage','lingerie/babydolls-slips/perfect-coverage'),('37',3,'20','2017-12-26 15:33:37','2017-12-26 15:33:38','1/2/5/20/37','5','4','0',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1','0','static','Push-Up',NULL,NULL,NULL,'push-up','lingerie/babydolls-slips/push-up'),('38',3,'20','2017-12-26 15:34:25','2017-12-26 15:34:25','1/2/5/20/38','6','4','0',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1','0','static','Lounge & Wireless',NULL,NULL,NULL,'lounge-wireless','lingerie/babydolls-slips/lounge-wireless'),('39',3,'21','2017-12-26 15:35:33','2017-12-26 15:35:33','1/2/5/21/39','2','4','0',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1','0','static','Strapless',NULL,NULL,NULL,'strapless','lingerie/teddies-bodysuits/strapless'),('40',3,'21','2017-12-26 15:36:39','2017-12-26 15:36:39','1/2/5/21/40','3','4','0',1,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1','0','static','Sport Bras',NULL,NULL,NULL,'sport-bras','lingerie/teddies-bodysuits/sport-bras');
/*!40000 ALTER TABLE `catalog_category_flat_store_1` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_category_flat_store_2`
--

DROP TABLE IF EXISTS `catalog_category_flat_store_2`;
CREATE TABLE `catalog_category_flat_store_2` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'entity_id',
  `attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'attribute_set_id',
  `parent_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'parent_id',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'created_at',
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'updated_at',
  `path` varchar(255) NOT NULL DEFAULT '' COMMENT 'path',
  `position` int(11) NOT NULL COMMENT 'position',
  `level` int(11) NOT NULL DEFAULT '0' COMMENT 'level',
  `children_count` int(11) NOT NULL COMMENT 'children_count',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store Id',
  `all_children` text COMMENT 'All Children',
  `available_sort_by` text COMMENT 'Available Product Listing Sort By',
  `children` text COMMENT 'Children',
  `custom_apply_to_products` int(11) DEFAULT NULL COMMENT 'Apply To Products',
  `custom_design` varchar(255) DEFAULT NULL COMMENT 'Custom Design',
  `custom_design_from` datetime DEFAULT NULL COMMENT 'Active From',
  `custom_design_to` datetime DEFAULT NULL COMMENT 'Active To',
  `custom_layout_update` text COMMENT 'Custom Layout Update',
  `custom_use_parent_settings` int(11) DEFAULT NULL COMMENT 'Use Parent Category Settings',
  `default_sort_by` varchar(255) DEFAULT NULL COMMENT 'Default Product Listing Sort By',
  `description` text COMMENT 'Description',
  `display_mode` varchar(255) DEFAULT NULL COMMENT 'Display Mode',
  `filter_price_range` decimal(12,4) DEFAULT NULL COMMENT 'Layered Navigation Price Step',
  `grid_activate` int(11) DEFAULT NULL COMMENT 'Activate Image Grid',
  `icon_class` varchar(255) DEFAULT NULL COMMENT 'Css class for Font Icon',
  `image` varchar(255) DEFAULT NULL COMMENT 'Image',
  `include_in_menu` int(11) DEFAULT NULL COMMENT 'Include in Navigation Menu',
  `is_active` int(11) DEFAULT NULL COMMENT 'Is Active',
  `is_anchor` int(11) DEFAULT NULL COMMENT 'Is Anchor',
  `landing_page` int(11) DEFAULT NULL COMMENT 'CMS Block',
  `meta_description` text COMMENT 'Meta Description',
  `meta_keywords` text COMMENT 'Meta Keywords',
  `meta_title` varchar(255) DEFAULT NULL COMMENT 'Page Title',
  `mm_configurator` text COMMENT 'Configurator',
  `mm_css_class` varchar(255) DEFAULT NULL COMMENT 'Css class',
  `mm_image` varchar(255) DEFAULT NULL COMMENT 'Category image',
  `mm_label` varchar(255) DEFAULT NULL COMMENT 'Label',
  `mm_number_of_subcategories` varchar(255) DEFAULT NULL COMMENT 'Number of subcategories to show (if empty show all)',
  `mm_show_subcategories` int(11) DEFAULT NULL COMMENT 'Show subcategories for this category',
  `mm_turn_on` int(11) DEFAULT NULL COMMENT 'Turn on megamenu for this category',
  `mm_view_mode` varchar(255) DEFAULT NULL COMMENT 'View Mode',
  `name` varchar(255) DEFAULT NULL COMMENT 'Name',
  `page_layout` varchar(255) DEFAULT NULL COMMENT 'Page Layout',
  `path_in_store` text COMMENT 'Path In Store',
  `thumbnail` varchar(255) DEFAULT NULL COMMENT 'Thumbnail',
  `url_key` varchar(255) DEFAULT NULL COMMENT 'URL Key',
  `url_path` varchar(255) DEFAULT NULL COMMENT 'Url Path',
  PRIMARY KEY (`entity_id`),
  KEY `CATALOG_CATEGORY_FLAT_STORE_2_TMP_STORE_ID` (`store_id`),
  KEY `CATALOG_CATEGORY_FLAT_STORE_2_TMP_PATH` (`path`),
  KEY `CATALOG_CATEGORY_FLAT_STORE_2_TMP_LEVEL` (`level`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Category Flat';

--
-- Dumping data for table `catalog_category_flat_store_2`
--

LOCK TABLES `catalog_category_flat_store_2` WRITE;
/*!40000 ALTER TABLE `catalog_category_flat_store_2` DISABLE KEYS */;
INSERT INTO `catalog_category_flat_store_2` VALUES ('1',3,'0','2017-10-21 08:06:29','2017-12-26 15:36:39','1','0','0','39',2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Root Catalog',NULL,NULL,NULL,NULL,NULL),('2',3,'1','2017-10-21 08:06:29','2017-12-26 15:36:39','1/2','1','1','38',2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Default Category',NULL,NULL,NULL,NULL,NULL),('3',3,'2','2017-11-25 19:37:15','2017-11-25 19:44:47','1/2/3','1','2','5',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Bras & Bralettes',NULL,NULL,NULL,'bras-bralettes','bras-bralettes'),('4',3,'2','2017-11-25 19:37:24','2017-11-25 19:43:30','1/2/4','2','2','5',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Panties',NULL,NULL,NULL,'panties','panties'),('5',3,'2','2017-11-25 19:37:32','2017-12-26 15:38:41','1/2/5','3','2','11',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,'[[{\"width\":\"3\",\"css_class\":\"\",\"entities\":[{\"value\":\"block:14\",\"text\":\"menu_block_2\"}]},{\"width\":\"3\",\"css_class\":\"\",\"entities\":[{\"value\":\"subcat:20\",\"text\":\"Babydolls & Slips\"}]},{\"width\":\"3\",\"css_class\":\"\",\"entities\":[{\"value\":\"subcat:21\",\"text\":\"Teddies & Bodysuits\"}]}],[{\"width\":\"9\",\"css_class\":\"\",\"entities\":[{\"value\":\"block:15\",\"text\":\"menu_block_3\"}]}]]','bg-wrap',NULL,NULL,NULL,'1','1','static','Lingerie',NULL,NULL,NULL,'lingerie','lingerie'),('6',3,'2','2017-11-25 19:37:38','2017-11-25 19:41:32','1/2/6','4','2','5',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Sleep',NULL,NULL,NULL,'sleep','sleep'),('7',3,'2','2017-11-25 19:37:48','2017-12-26 16:16:48','1/2/7','5','2','3',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,'[[{\"width\":\"3\",\"css_class\":\"\",\"entities\":[{\"value\":\"subcat:8\",\"text\":\"Fragrance\"}]},{\"width\":\"3\",\"css_class\":\"\",\"entities\":[{\"value\":\"subcat:9\",\"text\":\" Sleepshirts \"}]},{\"width\":\"3\",\"css_class\":\"\",\"entities\":[{\"value\":\"subcat:10\",\"text\":\"Body Care\"}]},{\"width\":\"3\",\"css_class\":\"\",\"entities\":[]}]]',NULL,NULL,NULL,NULL,'1','0','static','Beauty',NULL,NULL,NULL,'beauty','beauty'),('8',3,'7','2017-11-25 19:38:51','2017-11-25 19:38:51','1/2/7/8','1','3','0',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Fragrance',NULL,NULL,NULL,'fragrance','beauty/fragrance'),('9',3,'7','2017-11-25 19:38:58','2017-11-25 19:39:15','1/2/7/9','2','3','0',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,' Sleepshirts ',NULL,NULL,NULL,'sleepshirts-mists','beauty/sleepshirts-mists'),('10',3,'7','2017-11-25 19:39:05','2017-11-25 19:39:05','1/2/7/10','3','3','0',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Body Care',NULL,NULL,NULL,'body-care','beauty/body-care'),('11',3,'2','2017-11-25 19:39:58','2017-11-25 19:40:33','1/2/11','6','2','3',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Sale & Specials',NULL,NULL,NULL,'sale-specials','sale-specials'),('12',3,'11','2017-11-25 19:40:19','2017-11-25 19:40:19','1/2/11/12','1','3','0',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Bras Panties',NULL,NULL,NULL,'bras-panties','sale-specials/bras-panties'),('13',3,'11','2017-11-25 19:40:27','2017-11-25 19:40:27','1/2/11/13','2','3','0',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Sleep',NULL,NULL,NULL,'sleep','sale-specials/sleep'),('14',3,'11','2017-11-25 19:40:33','2017-11-25 19:40:33','1/2/11/14','3','3','0',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Beauty & Accessories',NULL,NULL,NULL,'beauty-accessories','sale-specials/beauty-accessories'),('15',3,'6','2017-11-25 19:41:01','2017-11-25 19:41:01','1/2/6/15','1','3','0',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Pajamas',NULL,NULL,NULL,'pajamas','sleep/pajamas'),('16',3,'6','2017-11-25 19:41:10','2017-11-25 19:41:10','1/2/6/16','2','3','0',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Sleepshirts',NULL,NULL,NULL,'sleepshirts','sleep/sleepshirts'),('17',3,'6','2017-11-25 19:41:17','2017-11-25 19:41:18','1/2/6/17','3','3','0',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Robes & Slippers',NULL,NULL,NULL,'robes-slippers','sleep/robes-slippers'),('18',3,'6','2017-11-25 19:41:24','2017-11-25 19:41:24','1/2/6/18','4','3','0',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Shorts',NULL,NULL,NULL,'shorts','sleep/shorts'),('19',3,'6','2017-11-25 19:41:32','2017-11-25 19:41:32','1/2/6/19','5','3','0',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Loungewear',NULL,NULL,NULL,'loungewear','sleep/loungewear'),('20',3,'5','2017-11-25 19:41:55','2017-12-26 15:34:25','1/2/5/20','1','3','6',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Babydolls & Slips',NULL,NULL,NULL,'babydolls-slips','lingerie/babydolls-slips'),('21',3,'5','2017-11-25 19:42:04','2017-12-26 15:36:39','1/2/5/21','2','3','3',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1','0','static','Teddies & Bodysuits',NULL,NULL,NULL,'teddies-bodysuits','lingerie/teddies-bodysuits'),('22',3,'21','2017-11-25 19:42:11','2017-12-26 14:59:13','1/2/5/21/22','1','4','0',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Corsets & Bustiers',NULL,NULL,NULL,'corsets-bustiers','lingerie/teddies-bodysuits/corsets-bustiers'),('23',3,'4','2017-11-25 19:42:59','2017-11-25 19:42:59','1/2/4/23','1','3','0',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Cheekies & Cheekinis',NULL,NULL,NULL,'cheekies-cheekinis','panties/cheekies-cheekinis'),('24',3,'4','2017-11-25 19:43:03','2017-11-25 19:43:03','1/2/4/24','2','3','0',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Thongs & V-Strings',NULL,NULL,NULL,'thongs-v-strings','panties/thongs-v-strings'),('25',3,'4','2017-11-25 19:43:13','2017-11-25 19:43:13','1/2/4/25','3','3','0',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Shorties & Boyshorts',NULL,NULL,NULL,'shorties-boyshorts','panties/shorties-boyshorts'),('26',3,'4','2017-11-25 19:43:22','2017-11-25 19:43:22','1/2/4/26','4','3','0',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Bikinis',NULL,NULL,NULL,'bikinis','panties/bikinis'),('27',3,'4','2017-11-25 19:43:30','2017-11-25 19:43:30','1/2/4/27','5','3','0',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No-Show & Seamless',NULL,NULL,NULL,'no-show-seamless','panties/no-show-seamless'),('28',3,'3','2017-11-25 19:44:00','2017-11-25 19:44:00','1/2/3/28','1','3','0',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Bralettes',NULL,NULL,NULL,'bralettes','bras-bralettes/bralettes'),('29',3,'3','2017-11-25 19:44:07','2017-11-25 19:44:07','1/2/3/29','2','3','0',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Unlined',NULL,NULL,NULL,'unlined','bras-bralettes/unlined'),('30',3,'3','2017-11-25 19:44:14','2017-11-25 19:44:14','1/2/3/30','3','3','0',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Perfect Coverage',NULL,NULL,NULL,'perfect-coverage','bras-bralettes/perfect-coverage'),('31',3,'3','2017-11-25 19:44:30','2017-11-25 19:44:31','1/2/3/31','4','3','0',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Push-Up',NULL,NULL,NULL,'push-up','bras-bralettes/push-up'),('32',3,'3','2017-11-25 19:44:47','2017-11-25 19:44:47','1/2/3/32','5','3','0',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Sports Bras',NULL,NULL,NULL,'sports-bras','bras-bralettes/sports-bras'),('33',3,'20','2017-12-26 15:00:01','2017-12-26 15:00:01','1/2/5/20/33','1','4','0',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1','0','static','Bralettes',NULL,NULL,NULL,'bralettes','lingerie/babydolls-slips/bralettes'),('34',3,'20','2017-12-26 15:31:19','2017-12-26 15:31:19','1/2/5/20/34','2','4','0',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'0','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1','0','static','Unlined',NULL,NULL,NULL,'unlined','lingerie/babydolls-slips/unlined'),('35',3,'20','2017-12-26 15:32:00','2017-12-26 15:32:00','1/2/5/20/35','3','4','0',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1','0','static','Lightly Lined',NULL,NULL,NULL,'lightly-lined','lingerie/babydolls-slips/lightly-lined'),('36',3,'20','2017-12-26 15:32:57','2017-12-26 15:32:57','1/2/5/20/36','4','4','0',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'0','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1','0','static','Perfect Coverage',NULL,NULL,NULL,'perfect-coverage','lingerie/babydolls-slips/perfect-coverage'),('37',3,'20','2017-12-26 15:33:37','2017-12-26 15:33:38','1/2/5/20/37','5','4','0',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1','0','static','Push-Up',NULL,NULL,NULL,'push-up','lingerie/babydolls-slips/push-up'),('38',3,'20','2017-12-26 15:34:25','2017-12-26 15:34:25','1/2/5/20/38','6','4','0',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1','0','static','Lounge & Wireless',NULL,NULL,NULL,'lounge-wireless','lingerie/babydolls-slips/lounge-wireless'),('39',3,'21','2017-12-26 15:35:33','2017-12-26 15:35:33','1/2/5/21/39','2','4','0',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1','0','static','Strapless',NULL,NULL,NULL,'strapless','lingerie/teddies-bodysuits/strapless'),('40',3,'21','2017-12-26 15:36:39','2017-12-26 15:36:39','1/2/5/21/40','3','4','0',2,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1','0','static','Sport Bras',NULL,NULL,NULL,'sport-bras','lingerie/teddies-bodysuits/sport-bras');
/*!40000 ALTER TABLE `catalog_category_flat_store_2` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_category_flat_store_3`
--

DROP TABLE IF EXISTS `catalog_category_flat_store_3`;
CREATE TABLE `catalog_category_flat_store_3` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'entity_id',
  `attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'attribute_set_id',
  `parent_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'parent_id',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'created_at',
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'updated_at',
  `path` varchar(255) NOT NULL DEFAULT '' COMMENT 'path',
  `position` int(11) NOT NULL COMMENT 'position',
  `level` int(11) NOT NULL DEFAULT '0' COMMENT 'level',
  `children_count` int(11) NOT NULL COMMENT 'children_count',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store Id',
  `all_children` text COMMENT 'All Children',
  `available_sort_by` text COMMENT 'Available Product Listing Sort By',
  `children` text COMMENT 'Children',
  `custom_apply_to_products` int(11) DEFAULT NULL COMMENT 'Apply To Products',
  `custom_design` varchar(255) DEFAULT NULL COMMENT 'Custom Design',
  `custom_design_from` datetime DEFAULT NULL COMMENT 'Active From',
  `custom_design_to` datetime DEFAULT NULL COMMENT 'Active To',
  `custom_layout_update` text COMMENT 'Custom Layout Update',
  `custom_use_parent_settings` int(11) DEFAULT NULL COMMENT 'Use Parent Category Settings',
  `default_sort_by` varchar(255) DEFAULT NULL COMMENT 'Default Product Listing Sort By',
  `description` text COMMENT 'Description',
  `display_mode` varchar(255) DEFAULT NULL COMMENT 'Display Mode',
  `filter_price_range` decimal(12,4) DEFAULT NULL COMMENT 'Layered Navigation Price Step',
  `grid_activate` int(11) DEFAULT NULL COMMENT 'Activate Image Grid',
  `icon_class` varchar(255) DEFAULT NULL COMMENT 'Css class for Font Icon',
  `image` varchar(255) DEFAULT NULL COMMENT 'Image',
  `include_in_menu` int(11) DEFAULT NULL COMMENT 'Include in Navigation Menu',
  `is_active` int(11) DEFAULT NULL COMMENT 'Is Active',
  `is_anchor` int(11) DEFAULT NULL COMMENT 'Is Anchor',
  `landing_page` int(11) DEFAULT NULL COMMENT 'CMS Block',
  `meta_description` text COMMENT 'Meta Description',
  `meta_keywords` text COMMENT 'Meta Keywords',
  `meta_title` varchar(255) DEFAULT NULL COMMENT 'Page Title',
  `mm_configurator` text COMMENT 'Configurator',
  `mm_css_class` varchar(255) DEFAULT NULL COMMENT 'Css class',
  `mm_image` varchar(255) DEFAULT NULL COMMENT 'Category image',
  `mm_label` varchar(255) DEFAULT NULL COMMENT 'Label',
  `mm_number_of_subcategories` varchar(255) DEFAULT NULL COMMENT 'Number of subcategories to show (if empty show all)',
  `mm_show_subcategories` int(11) DEFAULT NULL COMMENT 'Show subcategories for this category',
  `mm_turn_on` int(11) DEFAULT NULL COMMENT 'Turn on megamenu for this category',
  `mm_view_mode` varchar(255) DEFAULT NULL COMMENT 'View Mode',
  `name` varchar(255) DEFAULT NULL COMMENT 'Name',
  `page_layout` varchar(255) DEFAULT NULL COMMENT 'Page Layout',
  `path_in_store` text COMMENT 'Path In Store',
  `thumbnail` varchar(255) DEFAULT NULL COMMENT 'Thumbnail',
  `url_key` varchar(255) DEFAULT NULL COMMENT 'URL Key',
  `url_path` varchar(255) DEFAULT NULL COMMENT 'Url Path',
  PRIMARY KEY (`entity_id`),
  KEY `CATALOG_CATEGORY_FLAT_STORE_3_TMP_STORE_ID` (`store_id`),
  KEY `CATALOG_CATEGORY_FLAT_STORE_3_TMP_PATH` (`path`),
  KEY `CATALOG_CATEGORY_FLAT_STORE_3_TMP_LEVEL` (`level`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Category Flat';

--
-- Dumping data for table `catalog_category_flat_store_3`
--

LOCK TABLES `catalog_category_flat_store_3` WRITE;
/*!40000 ALTER TABLE `catalog_category_flat_store_3` DISABLE KEYS */;
INSERT INTO `catalog_category_flat_store_3` VALUES ('1',3,'0','2017-10-21 08:06:29','2017-12-26 15:36:39','1','0','0','39',3,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Root Catalog',NULL,NULL,NULL,NULL,NULL),('2',3,'1','2017-10-21 08:06:29','2017-12-26 15:36:39','1/2','1','1','38',3,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Default Category',NULL,NULL,NULL,NULL,NULL),('3',3,'2','2017-11-25 19:37:15','2017-11-25 19:44:47','1/2/3','1','2','5',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Bras & Bralettes',NULL,NULL,NULL,'bras-bralettes','bras-bralettes'),('4',3,'2','2017-11-25 19:37:24','2017-11-25 19:43:30','1/2/4','2','2','5',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Panties',NULL,NULL,NULL,'panties','panties'),('5',3,'2','2017-11-25 19:37:32','2017-12-26 15:38:41','1/2/5','3','2','11',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,'[[{\"width\":\"3\",\"css_class\":\"\",\"entities\":[{\"value\":\"block:14\",\"text\":\"menu_block_2\"}]},{\"width\":\"3\",\"css_class\":\"\",\"entities\":[{\"value\":\"subcat:20\",\"text\":\"Babydolls & Slips\"}]},{\"width\":\"3\",\"css_class\":\"\",\"entities\":[{\"value\":\"subcat:21\",\"text\":\"Teddies & Bodysuits\"}]}],[{\"width\":\"9\",\"css_class\":\"\",\"entities\":[{\"value\":\"block:15\",\"text\":\"menu_block_3\"}]}]]','bg-wrap',NULL,NULL,NULL,'1','1','static','Lingerie',NULL,NULL,NULL,'lingerie','lingerie'),('6',3,'2','2017-11-25 19:37:38','2017-11-25 19:41:32','1/2/6','4','2','5',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Sleep',NULL,NULL,NULL,'sleep','sleep'),('7',3,'2','2017-11-25 19:37:48','2017-12-26 16:16:48','1/2/7','5','2','3',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,'[[{\"width\":\"3\",\"css_class\":\"\",\"entities\":[{\"value\":\"subcat:8\",\"text\":\"Fragrance\"}]},{\"width\":\"3\",\"css_class\":\"\",\"entities\":[{\"value\":\"subcat:9\",\"text\":\" Sleepshirts \"}]},{\"width\":\"3\",\"css_class\":\"\",\"entities\":[{\"value\":\"subcat:10\",\"text\":\"Body Care\"}]},{\"width\":\"3\",\"css_class\":\"\",\"entities\":[]}]]',NULL,NULL,NULL,NULL,'1','0','static','Beauty',NULL,NULL,NULL,'beauty','beauty'),('8',3,'7','2017-11-25 19:38:51','2017-11-25 19:38:51','1/2/7/8','1','3','0',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Fragrance',NULL,NULL,NULL,'fragrance','beauty/fragrance'),('9',3,'7','2017-11-25 19:38:58','2017-11-25 19:39:15','1/2/7/9','2','3','0',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,' Sleepshirts ',NULL,NULL,NULL,'sleepshirts-mists','beauty/sleepshirts-mists'),('10',3,'7','2017-11-25 19:39:05','2017-11-25 19:39:05','1/2/7/10','3','3','0',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Body Care',NULL,NULL,NULL,'body-care','beauty/body-care'),('11',3,'2','2017-11-25 19:39:58','2017-11-25 19:40:33','1/2/11','6','2','3',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Sale & Specials',NULL,NULL,NULL,'sale-specials','sale-specials'),('12',3,'11','2017-11-25 19:40:19','2017-11-25 19:40:19','1/2/11/12','1','3','0',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Bras Panties',NULL,NULL,NULL,'bras-panties','sale-specials/bras-panties'),('13',3,'11','2017-11-25 19:40:27','2017-11-25 19:40:27','1/2/11/13','2','3','0',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Sleep',NULL,NULL,NULL,'sleep','sale-specials/sleep'),('14',3,'11','2017-11-25 19:40:33','2017-11-25 19:40:33','1/2/11/14','3','3','0',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Beauty & Accessories',NULL,NULL,NULL,'beauty-accessories','sale-specials/beauty-accessories'),('15',3,'6','2017-11-25 19:41:01','2017-11-25 19:41:01','1/2/6/15','1','3','0',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Pajamas',NULL,NULL,NULL,'pajamas','sleep/pajamas'),('16',3,'6','2017-11-25 19:41:10','2017-11-25 19:41:10','1/2/6/16','2','3','0',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Sleepshirts',NULL,NULL,NULL,'sleepshirts','sleep/sleepshirts'),('17',3,'6','2017-11-25 19:41:17','2017-11-25 19:41:18','1/2/6/17','3','3','0',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Robes & Slippers',NULL,NULL,NULL,'robes-slippers','sleep/robes-slippers'),('18',3,'6','2017-11-25 19:41:24','2017-11-25 19:41:24','1/2/6/18','4','3','0',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Shorts',NULL,NULL,NULL,'shorts','sleep/shorts'),('19',3,'6','2017-11-25 19:41:32','2017-11-25 19:41:32','1/2/6/19','5','3','0',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Loungewear',NULL,NULL,NULL,'loungewear','sleep/loungewear'),('20',3,'5','2017-11-25 19:41:55','2017-12-26 15:34:25','1/2/5/20','1','3','6',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Babydolls & Slips',NULL,NULL,NULL,'babydolls-slips','lingerie/babydolls-slips'),('21',3,'5','2017-11-25 19:42:04','2017-12-26 15:36:39','1/2/5/21','2','3','3',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1','0','static','Teddies & Bodysuits',NULL,NULL,NULL,'teddies-bodysuits','lingerie/teddies-bodysuits'),('22',3,'21','2017-11-25 19:42:11','2017-12-26 14:59:13','1/2/5/21/22','1','4','0',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Corsets & Bustiers',NULL,NULL,NULL,'corsets-bustiers','lingerie/teddies-bodysuits/corsets-bustiers'),('23',3,'4','2017-11-25 19:42:59','2017-11-25 19:42:59','1/2/4/23','1','3','0',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Cheekies & Cheekinis',NULL,NULL,NULL,'cheekies-cheekinis','panties/cheekies-cheekinis'),('24',3,'4','2017-11-25 19:43:03','2017-11-25 19:43:03','1/2/4/24','2','3','0',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Thongs & V-Strings',NULL,NULL,NULL,'thongs-v-strings','panties/thongs-v-strings'),('25',3,'4','2017-11-25 19:43:13','2017-11-25 19:43:13','1/2/4/25','3','3','0',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Shorties & Boyshorts',NULL,NULL,NULL,'shorties-boyshorts','panties/shorties-boyshorts'),('26',3,'4','2017-11-25 19:43:22','2017-11-25 19:43:22','1/2/4/26','4','3','0',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Bikinis',NULL,NULL,NULL,'bikinis','panties/bikinis'),('27',3,'4','2017-11-25 19:43:30','2017-11-25 19:43:30','1/2/4/27','5','3','0',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'No-Show & Seamless',NULL,NULL,NULL,'no-show-seamless','panties/no-show-seamless'),('28',3,'3','2017-11-25 19:44:00','2017-11-25 19:44:00','1/2/3/28','1','3','0',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Bralettes',NULL,NULL,NULL,'bralettes','bras-bralettes/bralettes'),('29',3,'3','2017-11-25 19:44:07','2017-11-25 19:44:07','1/2/3/29','2','3','0',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Unlined',NULL,NULL,NULL,'unlined','bras-bralettes/unlined'),('30',3,'3','2017-11-25 19:44:14','2017-11-25 19:44:14','1/2/3/30','3','3','0',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Perfect Coverage',NULL,NULL,NULL,'perfect-coverage','bras-bralettes/perfect-coverage'),('31',3,'3','2017-11-25 19:44:30','2017-11-25 19:44:31','1/2/3/31','4','3','0',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Push-Up',NULL,NULL,NULL,'push-up','bras-bralettes/push-up'),('32',3,'3','2017-11-25 19:44:47','2017-11-25 19:44:47','1/2/3/32','5','3','0',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,NULL,NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Sports Bras',NULL,NULL,NULL,'sports-bras','bras-bralettes/sports-bras'),('33',3,'20','2017-12-26 15:00:01','2017-12-26 15:00:01','1/2/5/20/33','1','4','0',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1','0','static','Bralettes',NULL,NULL,NULL,'bralettes','lingerie/babydolls-slips/bralettes'),('34',3,'20','2017-12-26 15:31:19','2017-12-26 15:31:19','1/2/5/20/34','2','4','0',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'0','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1','0','static','Unlined',NULL,NULL,NULL,'unlined','lingerie/babydolls-slips/unlined'),('35',3,'20','2017-12-26 15:32:00','2017-12-26 15:32:00','1/2/5/20/35','3','4','0',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1','0','static','Lightly Lined',NULL,NULL,NULL,'lightly-lined','lingerie/babydolls-slips/lightly-lined'),('36',3,'20','2017-12-26 15:32:57','2017-12-26 15:32:57','1/2/5/20/36','4','4','0',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'0','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1','0','static','Perfect Coverage',NULL,NULL,NULL,'perfect-coverage','lingerie/babydolls-slips/perfect-coverage'),('37',3,'20','2017-12-26 15:33:37','2017-12-26 15:33:38','1/2/5/20/37','5','4','0',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1','0','static','Push-Up',NULL,NULL,NULL,'push-up','lingerie/babydolls-slips/push-up'),('38',3,'20','2017-12-26 15:34:25','2017-12-26 15:34:25','1/2/5/20/38','6','4','0',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1','0','static','Lounge & Wireless',NULL,NULL,NULL,'lounge-wireless','lingerie/babydolls-slips/lounge-wireless'),('39',3,'21','2017-12-26 15:35:33','2017-12-26 15:35:33','1/2/5/21/39','2','4','0',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1','0','static','Strapless',NULL,NULL,NULL,'strapless','lingerie/teddies-bodysuits/strapless'),('40',3,'21','2017-12-26 15:36:39','2017-12-26 15:36:39','1/2/5/21/40','3','4','0',3,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL,'0',NULL,NULL,'PRODUCTS',NULL,'0',NULL,NULL,'1','1','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'1','0','static','Sport Bras',NULL,NULL,NULL,'sport-bras','lingerie/teddies-bodysuits/sport-bras');
/*!40000 ALTER TABLE `catalog_category_flat_store_3` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_category_product`
--

DROP TABLE IF EXISTS `catalog_category_product`;
CREATE TABLE `catalog_category_product` (
  `entity_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Entity ID',
  `category_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Category ID',
  `product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Product ID',
  `position` int(11) NOT NULL DEFAULT '0' COMMENT 'Position',
  PRIMARY KEY (`entity_id`,`category_id`,`product_id`),
  UNIQUE KEY `CATALOG_CATEGORY_PRODUCT_CATEGORY_ID_PRODUCT_ID` (`category_id`,`product_id`),
  KEY `CATALOG_CATEGORY_PRODUCT_PRODUCT_ID` (`product_id`)
) ENGINE=InnoDB AUTO_INCREMENT=1076 DEFAULT CHARSET=utf8 COMMENT='Catalog Product To Category Linkage Table';

--
-- Dumping data for table `catalog_category_product`
--

LOCK TABLES `catalog_category_product` WRITE;
/*!40000 ALTER TABLE `catalog_category_product` DISABLE KEYS */;
INSERT INTO `catalog_category_product` VALUES ('1','3','1','0'),('2','4','1','0'),('3','5','1','0'),('4','6','1','0'),('5','7','1','0'),('6','11','1','0'),('7','8','1','0'),('8','10','1','0'),('9','12','1','0'),('10','13','1','0'),('11','14','1','0'),('12','15','1','0'),('13','16','1','0'),('14','18','1','0'),('15','19','1','0'),('16','20','1','0'),('17','21','1','0'),('18','22','1','0'),('19','24','1','0'),('20','25','1','0'),('21','26','1','0'),('22','27','1','0'),('23','29','1','0'),('24','30','1','0'),('25','31','1','0'),('26','32','1','0'),('27','3','2','0'),('28','4','2','0'),('29','5','2','0'),('30','6','2','0'),('31','7','2','0'),('32','11','2','0'),('33','8','2','0'),('34','10','2','0'),('35','12','2','0'),('36','13','2','0'),('37','14','2','0'),('38','15','2','0'),('39','17','2','0'),('40','19','2','0'),('41','20','2','0'),('42','21','2','0'),('43','22','2','0'),('44','23','2','0'),('45','24','2','0'),('46','25','2','0'),('47','28','2','0'),('48','29','2','0'),('49','30','2','0'),('50','31','2','0'),('51','32','2','0'),('52','3','3','0'),('53','4','3','0'),('54','5','3','0'),('55','6','3','0'),('56','7','3','0'),('57','11','3','0'),('58','8','3','0'),('59','10','3','0'),('60','12','3','0'),('61','13','3','0'),('62','14','3','0'),('63','15','3','0'),('64','17','3','0'),('65','19','3','0'),('66','20','3','0'),('67','21','3','0'),('68','22','3','0'),('69','23','3','0'),('70','24','3','0'),('71','25','3','0'),('72','28','3','0'),('73','29','3','0'),('74','30','3','0'),('75','31','3','0'),('76','32','3','0'),('77','3','4','0'),('78','4','4','0'),('79','5','4','0'),('80','6','4','0'),('81','7','4','0'),('82','11','4','0'),('83','8','4','0'),('84','10','4','0'),('85','12','4','0'),('86','13','4','0'),('87','14','4','0'),('88','15','4','0'),('89','17','4','0'),('90','19','4','0'),('91','20','4','0'),('92','21','4','0'),('93','22','4','0'),('94','23','4','0'),('95','24','4','0'),('96','25','4','0'),('97','28','4','0'),('98','29','4','0'),('99','30','4','0'),('100','31','4','0'),('101','32','4','0'),('102','3','5','0'),('103','4','5','0'),('104','5','5','0'),('105','6','5','0'),('106','7','5','0'),('107','11','5','0'),('108','8','5','0'),('109','10','5','0'),('110','12','5','0'),('111','13','5','0'),('112','14','5','0'),('113','15','5','0'),('114','17','5','0'),('115','19','5','0'),('116','20','5','0'),('117','21','5','0'),('118','22','5','0'),('119','23','5','0'),('120','24','5','0'),('121','25','5','0'),('122','28','5','0'),('123','29','5','0'),('124','30','5','0'),('125','31','5','0'),('126','32','5','0'),('127','3','6','0'),('128','4','6','0'),('129','5','6','0'),('130','6','6','0'),('131','7','6','0'),('132','11','6','0'),('133','8','6','0'),('134','12','6','0'),('135','13','6','0'),('136','15','6','0'),('137','17','6','0'),('138','19','6','0'),('139','20','6','0'),('140','22','6','0'),('141','23','6','0'),('142','25','6','0'),('143','26','6','0'),('144','28','6','0'),('145','29','6','0'),('146','30','6','0'),('147','31','6','0'),('148','32','6','0'),('149','3','7','0'),('150','4','7','0'),('151','5','7','0'),('152','6','7','0'),('153','7','7','0'),('154','11','7','0'),('155','8','7','0'),('156','12','7','0'),('157','13','7','0'),('158','15','7','0'),('159','17','7','0'),('160','19','7','0'),('161','20','7','0'),('162','22','7','0'),('163','23','7','0'),('164','25','7','0'),('165','26','7','0'),('166','28','7','0'),('167','29','7','0'),('168','30','7','0'),('169','31','7','0'),('170','32','7','0'),('171','3','8','0'),('172','4','8','0'),('173','5','8','0'),('174','6','8','0'),('175','7','8','0'),('176','11','8','0'),('177','8','8','0'),('178','12','8','0'),('179','13','8','0'),('180','15','8','0'),('181','17','8','0'),('182','19','8','0'),('183','20','8','0'),('184','22','8','0'),('185','23','8','0'),('186','25','8','0'),('187','26','8','0'),('188','28','8','0'),('189','29','8','0'),('190','30','8','0'),('191','31','8','0'),('192','32','8','0'),('303','3','14','0'),('304','4','14','0'),('305','5','14','0'),('306','6','14','0'),('307','7','14','0'),('308','11','14','0'),('309','8','14','0'),('310','9','14','0'),('311','12','14','0'),('312','13','14','0'),('313','16','14','0'),('314','17','14','0'),('315','18','14','0'),('316','19','14','0'),('317','20','14','0'),('318','21','14','0'),('319','22','14','0'),('320','24','14','0'),('321','25','14','0'),('322','26','14','0'),('323','27','14','0'),('324','29','14','0'),('325','31','14','0'),('326','32','14','0'),('327','3','15','0'),('328','4','15','0'),('329','5','15','0'),('330','6','15','0'),('331','7','15','0'),('332','11','15','0'),('333','8','15','0'),('334','9','15','0'),('335','12','15','0'),('336','13','15','0'),('337','16','15','0'),('338','17','15','0'),('339','18','15','0'),('340','19','15','0'),('341','20','15','0'),('342','21','15','0'),('343','22','15','0'),('344','24','15','0'),('345','25','15','0'),('346','26','15','0'),('347','27','15','0'),('348','29','15','0'),('349','31','15','0'),('350','32','15','0'),('351','3','16','0'),('352','4','16','0'),('353','5','16','0'),('354','6','16','0'),('355','7','16','0'),('356','11','16','0'),('357','9','16','0'),('358','10','16','0'),('359','13','16','0'),('360','14','16','0'),('361','15','16','0'),('362','17','16','0'),('363','18','16','0'),('364','19','16','0'),('365','21','16','0'),('366','22','16','0'),('367','23','16','0'),('368','24','16','0'),('369','25','16','0'),('370','27','16','0'),('371','29','16','0'),('372','31','16','0'),('373','32','16','0'),('374','3','17','0'),('375','4','17','0'),('376','5','17','0'),('377','6','17','0'),('378','7','17','0'),('379','11','17','0'),('380','9','17','0'),('381','10','17','0'),('382','13','17','0'),('383','14','17','0'),('384','15','17','0'),('385','17','17','0'),('386','18','17','0'),('387','19','17','0'),('388','21','17','0'),('389','22','17','0'),('390','23','17','0'),('391','24','17','0'),('392','25','17','0'),('393','27','17','0'),('394','29','17','0'),('395','31','17','0'),('396','32','17','0'),('397','3','18','0'),('398','4','18','0'),('399','5','18','0'),('400','6','18','0'),('401','7','18','0'),('402','11','18','0'),('403','9','18','0'),('404','10','18','0'),('405','13','18','0'),('406','14','18','0'),('407','15','18','0'),('408','17','18','0'),('409','18','18','0'),('410','19','18','0'),('411','21','18','0'),('412','22','18','0'),('413','23','18','0'),('414','24','18','0'),('415','25','18','0'),('416','27','18','0'),('417','29','18','0'),('418','31','18','0'),('419','32','18','0'),('420','3','19','0'),('421','4','19','0'),('422','5','19','0'),('423','6','19','0'),('424','7','19','0'),('425','11','19','0'),('426','9','19','0'),('427','10','19','0'),('428','13','19','0'),('429','14','19','0'),('430','15','19','0'),('431','17','19','0'),('432','18','19','0'),('433','19','19','0'),('434','21','19','0'),('435','22','19','0'),('436','23','19','0'),('437','24','19','0'),('438','25','19','0'),('439','27','19','0'),('440','29','19','0'),('441','31','19','0'),('442','32','19','0'),('443','3','20','0'),('444','4','20','0'),('445','5','20','0'),('446','6','20','0'),('447','7','20','0'),('448','11','20','0'),('449','9','20','0'),('450','10','20','0'),('451','13','20','0'),('452','14','20','0'),('453','15','20','0'),('454','17','20','0'),('455','18','20','0'),('456','19','20','0'),('457','21','20','0'),('458','22','20','0'),('459','23','20','0'),('460','24','20','0'),('461','25','20','0'),('462','27','20','0'),('463','29','20','0'),('464','31','20','0'),('465','32','20','0'),('466','3','21','0'),('467','4','21','0'),('468','5','21','0'),('469','6','21','0'),('470','7','21','0'),('471','11','21','0'),('472','9','21','0'),('473','10','21','0'),('474','13','21','0'),('475','14','21','0'),('476','15','21','0'),('477','17','21','0'),('478','18','21','0'),('479','19','21','0'),('480','21','21','0'),('481','22','21','0'),('482','23','21','0'),('483','24','21','0'),('484','25','21','0'),('485','27','21','0'),('486','29','21','0'),('487','31','21','0'),('488','32','21','0'),('489','3','22','0'),('490','4','22','0'),('491','5','22','0'),('492','6','22','0'),('493','7','22','0'),('494','11','22','0'),('495','9','22','0'),('496','10','22','0'),('497','13','22','0'),('498','14','22','0'),('499','15','22','0'),('500','17','22','0'),('501','18','22','0'),('502','19','22','0'),('503','21','22','0'),('504','22','22','0'),('505','23','22','0'),('506','24','22','0'),('507','25','22','0'),('508','27','22','0'),('509','29','22','0'),('510','31','22','0'),('511','32','22','0'),('512','3','23','0'),('513','4','23','0'),('514','5','23','0'),('515','6','23','0'),('516','7','23','0'),('517','11','23','0'),('518','9','23','0'),('519','10','23','0'),('520','13','23','0'),('521','14','23','0'),('522','15','23','0'),('523','17','23','0'),('524','18','23','0'),('525','19','23','0'),('526','21','23','0'),('527','22','23','0'),('528','23','23','0'),('529','24','23','0'),('530','25','23','0'),('531','27','23','0'),('532','29','23','0'),('533','31','23','0'),('534','32','23','0'),('535','3','24','0'),('536','4','24','0'),('537','5','24','0'),('538','6','24','0'),('539','7','24','0'),('540','11','24','0'),('541','9','24','0'),('542','10','24','0'),('543','13','24','0'),('544','14','24','0'),('545','15','24','0'),('546','17','24','0'),('547','18','24','0'),('548','19','24','0'),('549','21','24','0'),('550','22','24','0'),('551','23','24','0'),('552','24','24','0'),('553','25','24','0'),('554','27','24','0'),('555','29','24','0'),('556','31','24','0'),('557','32','24','0'),('558','3','25','0'),('559','4','25','0'),('560','5','25','0'),('561','6','25','0'),('562','7','25','0'),('563','11','25','0'),('564','9','25','0'),('565','10','25','0'),('566','13','25','0'),('567','14','25','0'),('568','15','25','0'),('569','17','25','0'),('570','18','25','0'),('571','19','25','0'),('572','21','25','0'),('573','22','25','0'),('574','23','25','0'),('575','24','25','0'),('576','25','25','0'),('577','27','25','0'),('578','29','25','0'),('579','31','25','0'),('580','32','25','0'),('581','3','26','0'),('582','4','26','0'),('583','5','26','0'),('584','6','26','0'),('585','7','26','0'),('586','11','26','0'),('587','9','26','0'),('588','10','26','0'),('589','13','26','0'),('590','14','26','0'),('591','15','26','0'),('592','17','26','0'),('593','18','26','0'),('594','19','26','0'),('595','21','26','0'),('596','22','26','0'),('597','23','26','0'),('598','24','26','0'),('599','25','26','0'),('600','27','26','0'),('601','29','26','0'),('602','31','26','0'),('603','32','26','0'),('604','3','27','0'),('605','4','27','0'),('606','5','27','0'),('607','6','27','0'),('608','7','27','0'),('609','11','27','0'),('610','9','27','0'),('611','10','27','0'),('612','13','27','0'),('613','14','27','0'),('614','15','27','0'),('615','17','27','0'),('616','18','27','0'),('617','19','27','0'),('618','21','27','0'),('619','22','27','0'),('620','23','27','0'),('621','24','27','0'),('622','25','27','0'),('623','27','27','0'),('624','29','27','0'),('625','31','27','0'),('626','32','27','0'),('627','3','28','0'),('628','4','28','0'),('629','5','28','0'),('630','6','28','0'),('631','7','28','0'),('632','11','28','0'),('633','9','28','0'),('634','10','28','0'),('635','13','28','0'),('636','14','28','0'),('637','15','28','0'),('638','17','28','0'),('639','18','28','0'),('640','19','28','0'),('641','21','28','0'),('642','22','28','0'),('643','23','28','0'),('644','24','28','0'),('645','25','28','0'),('646','27','28','0'),('647','29','28','0'),('648','31','28','0'),('649','32','28','0'),('650','3','29','0'),('651','4','29','0'),('652','5','29','0'),('653','6','29','0'),('654','7','29','0'),('655','11','29','0'),('656','9','29','0'),('657','10','29','0'),('658','13','29','0'),('659','14','29','0'),('660','15','29','0'),('661','17','29','0'),('662','18','29','0'),('663','19','29','0'),('664','21','29','0'),('665','22','29','0'),('666','23','29','0'),('667','24','29','0'),('668','25','29','0'),('669','27','29','0'),('670','29','29','0'),('671','31','29','0'),('672','32','29','0'),('673','3','30','0'),('674','4','30','0'),('675','5','30','0'),('676','6','30','0'),('677','7','30','0'),('678','11','30','0'),('679','9','30','0'),('680','10','30','0'),('681','13','30','0'),('682','14','30','0'),('683','15','30','0'),('684','17','30','0'),('685','18','30','0'),('686','19','30','0'),('687','21','30','0'),('688','22','30','0'),('689','23','30','0'),('690','24','30','0'),('691','25','30','0'),('692','27','30','0'),('693','29','30','0'),('694','31','30','0'),('695','32','30','0'),('696','3','31','0'),('697','4','31','0'),('698','5','31','0'),('699','6','31','0'),('700','7','31','0'),('701','11','31','0'),('702','9','31','0'),('703','10','31','0'),('704','13','31','0'),('705','14','31','0'),('706','15','31','0'),('707','17','31','0'),('708','18','31','0'),('709','19','31','0'),('710','21','31','0'),('711','22','31','0'),('712','23','31','0'),('713','24','31','0'),('714','25','31','0'),('715','27','31','0'),('716','29','31','0'),('717','31','31','0'),('718','32','31','0'),('719','3','32','0'),('720','4','32','0'),('721','5','32','0'),('722','6','32','0'),('723','7','32','0'),('724','11','32','0'),('725','8','32','0'),('726','10','32','0'),('727','12','32','0'),('728','13','32','0'),('729','14','32','0'),('730','16','32','0'),('731','18','32','0'),('732','19','32','0'),('733','21','32','0'),('734','23','32','0'),('735','25','32','0'),('736','26','32','0'),('737','29','32','0'),('738','30','32','0'),('739','32','32','0'),('740','3','33','0'),('741','4','33','0'),('742','5','33','0'),('743','6','33','0'),('744','7','33','0'),('745','11','33','0'),('746','8','33','0'),('747','10','33','0'),('748','12','33','0'),('749','13','33','0'),('750','14','33','0'),('751','16','33','0'),('752','18','33','0'),('753','19','33','0'),('754','21','33','0'),('755','23','33','0'),('756','25','33','0'),('757','26','33','0'),('758','29','33','0'),('759','30','33','0'),('760','32','33','0'),('761','3','34','0'),('762','4','34','0'),('763','5','34','0'),('764','6','34','0'),('765','7','34','0'),('766','11','34','0'),('767','8','34','0'),('768','10','34','0'),('769','12','34','0'),('770','13','34','0'),('771','14','34','0'),('772','16','34','0'),('773','18','34','0'),('774','19','34','0'),('775','21','34','0'),('776','23','34','0'),('777','25','34','0'),('778','26','34','0'),('779','29','34','0'),('780','30','34','0'),('781','32','34','0'),('782','3','35','0'),('783','4','35','0'),('784','5','35','0'),('785','6','35','0'),('786','7','35','0'),('787','11','35','0'),('788','8','35','0'),('789','10','35','0'),('790','12','35','0'),('791','13','35','0'),('792','14','35','0'),('793','16','35','0'),('794','18','35','0'),('795','19','35','0'),('796','21','35','0'),('797','23','35','0'),('798','25','35','0'),('799','26','35','0'),('800','29','35','0'),('801','30','35','0'),('802','32','35','0'),('803','3','36','0'),('804','4','36','0'),('805','5','36','0'),('806','6','36','0'),('807','7','36','0'),('808','11','36','0'),('809','8','36','0'),('810','10','36','0'),('811','12','36','0'),('812','13','36','0'),('813','14','36','0'),('814','16','36','0'),('815','18','36','0'),('816','19','36','0'),('817','21','36','0'),('818','23','36','0'),('819','25','36','0'),('820','26','36','0'),('821','29','36','0'),('822','30','36','0'),('823','32','36','0'),('824','3','37','0'),('825','4','37','0'),('826','5','37','0'),('827','6','37','0'),('828','7','37','0'),('829','11','37','0'),('830','8','37','0'),('831','10','37','0'),('832','12','37','0'),('833','13','37','0'),('834','14','37','0'),('835','16','37','0'),('836','18','37','0'),('837','19','37','0'),('838','21','37','0'),('839','23','37','0'),('840','25','37','0'),('841','26','37','0'),('842','29','37','0'),('843','30','37','0'),('844','32','37','0'),('845','3','38','0'),('846','4','38','0'),('847','5','38','0'),('848','6','38','0'),('849','7','38','0'),('850','11','38','0'),('851','8','38','0'),('852','10','38','0'),('853','12','38','0'),('854','13','38','0'),('855','14','38','0'),('856','16','38','0'),('857','18','38','0'),('858','19','38','0'),('859','21','38','0'),('860','23','38','0'),('861','25','38','0'),('862','26','38','0'),('863','29','38','0'),('864','30','38','0'),('865','32','38','0'),('866','3','39','0'),('867','4','39','0'),('868','5','39','0'),('869','6','39','0'),('870','7','39','0'),('871','11','39','0'),('872','8','39','0'),('873','10','39','0'),('874','12','39','0'),('875','13','39','0'),('876','14','39','0'),('877','16','39','0'),('878','18','39','0'),('879','19','39','0'),('880','21','39','0'),('881','23','39','0'),('882','25','39','0'),('883','26','39','0'),('884','29','39','0'),('885','30','39','0'),('886','32','39','0'),('887','3','40','0'),('888','4','40','0'),('889','5','40','0'),('890','6','40','0'),('891','7','40','0'),('892','11','40','0'),('893','8','40','0'),('894','10','40','0'),('895','12','40','0'),('896','13','40','0'),('897','14','40','0'),('898','16','40','0'),('899','18','40','0'),('900','19','40','0'),('901','21','40','0'),('902','23','40','0'),('903','25','40','0'),('904','26','40','0'),('905','29','40','0'),('906','30','40','0'),('907','32','40','0'),('908','3','41','0'),('909','4','41','0'),('910','5','41','0'),('911','6','41','0'),('912','7','41','0'),('913','11','41','0'),('914','8','41','0'),('915','10','41','0'),('916','12','41','0'),('917','13','41','0'),('918','14','41','0'),('919','16','41','0'),('920','18','41','0'),('921','19','41','0'),('922','21','41','0'),('923','23','41','0'),('924','25','41','0'),('925','26','41','0'),('926','29','41','0'),('927','30','41','0'),('928','32','41','0'),('929','3','42','0'),('930','4','42','0'),('931','5','42','0'),('932','6','42','0'),('933','7','42','0'),('934','11','42','0'),('935','8','42','0'),('936','10','42','0'),('937','12','42','0'),('938','13','42','0'),('939','14','42','0'),('940','16','42','0'),('941','18','42','0'),('942','19','42','0'),('943','21','42','0'),('944','23','42','0'),('945','25','42','0'),('946','26','42','0'),('947','29','42','0'),('948','30','42','0'),('949','32','42','0'),('950','3','43','0'),('951','4','43','0'),('952','5','43','0'),('953','6','43','0'),('954','7','43','0'),('955','11','43','0'),('956','8','43','0'),('957','10','43','0'),('958','12','43','0'),('959','13','43','0'),('960','14','43','0'),('961','16','43','0'),('962','18','43','0'),('963','19','43','0'),('964','21','43','0'),('965','23','43','0'),('966','25','43','0'),('967','26','43','0'),('968','29','43','0'),('969','30','43','0'),('970','32','43','0'),('971','3','44','0'),('972','4','44','0'),('973','5','44','0'),('974','6','44','0'),('975','7','44','0'),('976','11','44','0'),('977','8','44','0'),('978','10','44','0'),('979','12','44','0'),('980','13','44','0'),('981','14','44','0'),('982','16','44','0'),('983','18','44','0'),('984','19','44','0'),('985','21','44','0'),('986','23','44','0'),('987','25','44','0'),('988','26','44','0'),('989','29','44','0'),('990','30','44','0'),('991','32','44','0'),('992','3','45','0'),('993','4','45','0'),('994','5','45','0'),('995','6','45','0'),('996','7','45','0'),('997','11','45','0'),('998','8','45','0'),('999','10','45','0'),('1000','12','45','0'),('1001','13','45','0'),('1002','14','45','0'),('1003','16','45','0'),('1004','18','45','0'),('1005','19','45','0'),('1006','21','45','0'),('1007','23','45','0'),('1008','25','45','0'),('1009','26','45','0'),('1010','29','45','0'),('1011','30','45','0'),('1012','32','45','0'),('1013','3','46','0'),('1014','4','46','0'),('1015','5','46','0'),('1016','6','46','0'),('1017','7','46','0'),('1018','11','46','0'),('1019','8','46','0'),('1020','10','46','0'),('1021','12','46','0'),('1022','13','46','0'),('1023','14','46','0'),('1024','16','46','0'),('1025','18','46','0'),('1026','19','46','0'),('1027','21','46','0'),('1028','23','46','0'),('1029','25','46','0'),('1030','26','46','0'),('1031','29','46','0'),('1032','30','46','0'),('1033','32','46','0'),('1034','3','47','0'),('1035','4','47','0'),('1036','5','47','0'),('1037','6','47','0'),('1038','7','47','0'),('1039','11','47','0'),('1040','8','47','0'),('1041','10','47','0'),('1042','12','47','0'),('1043','13','47','0'),('1044','14','47','0'),('1045','16','47','0'),('1046','18','47','0'),('1047','19','47','0'),('1048','21','47','0'),('1049','23','47','0'),('1050','25','47','0'),('1051','26','47','0'),('1052','29','47','0'),('1053','30','47','0'),('1054','32','47','0'),('1055','3','48','0'),('1056','4','48','0'),('1057','5','48','0'),('1058','6','48','0'),('1059','7','48','0'),('1060','11','48','0'),('1061','8','48','0'),('1062','10','48','0'),('1063','12','48','0'),('1064','13','48','0'),('1065','14','48','0'),('1066','16','48','0'),('1067','18','48','0'),('1068','19','48','0'),('1069','21','48','0'),('1070','23','48','0'),('1071','25','48','0'),('1072','26','48','0'),('1073','29','48','0'),('1074','30','48','0'),('1075','32','48','0');
/*!40000 ALTER TABLE `catalog_category_product` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_category_product_index`
--

DROP TABLE IF EXISTS `catalog_category_product_index`;
CREATE TABLE `catalog_category_product_index` (
  `category_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Category ID',
  `product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Product ID',
  `position` int(11) DEFAULT NULL COMMENT 'Position',
  `is_parent` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Parent',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
  `visibility` smallint(5) unsigned NOT NULL COMMENT 'Visibility',
  PRIMARY KEY (`category_id`,`product_id`,`store_id`),
  KEY `CAT_CTGR_PRD_IDX_PRD_ID_STORE_ID_CTGR_ID_VISIBILITY` (`product_id`,`store_id`,`category_id`,`visibility`),
  KEY `CAT_CTGR_PRD_IDX_STORE_ID_CTGR_ID_VISIBILITY_IS_PARENT_POSITION` (`store_id`,`category_id`,`visibility`,`is_parent`,`position`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Category Product Index';

--
-- Dumping data for table `catalog_category_product_index`
--

LOCK TABLES `catalog_category_product_index` WRITE;
/*!40000 ALTER TABLE `catalog_category_product_index` DISABLE KEYS */;
INSERT INTO `catalog_category_product_index` VALUES ('2','1','0',1,1,4),('2','2','0',1,1,4),('2','3','0',1,1,4),('2','4','0',1,1,4),('2','5','0',1,1,4),('2','6','0',1,1,4),('2','7','0',1,1,4),('2','8','0',1,1,4),('2','14','0',1,1,4),('2','15','0',1,1,4),('2','16','0',1,1,4),('2','17','0',1,1,4),('2','18','0',1,1,4),('2','19','0',1,1,4),('2','20','0',1,1,4),('2','32','0',1,1,4),('2','33','0',1,1,4),('2','34','0',1,1,4),('2','35','0',1,1,4),('2','36','0',1,1,4),('3','1','0',1,1,4),('3','2','0',1,1,4),('3','3','0',1,1,4),('3','4','0',1,1,4),('3','5','0',1,1,4),('3','6','0',1,1,4),('3','7','0',1,1,4),('3','8','0',1,1,4),('3','14','0',1,1,4),('3','15','0',1,1,4),('3','16','0',1,1,4),('3','17','0',1,1,4),('3','18','0',1,1,4),('3','19','0',1,1,4),('3','20','0',1,1,4),('3','32','0',1,1,4),('3','33','0',1,1,4),('3','34','0',1,1,4),('3','35','0',1,1,4),('3','36','0',1,1,4),('4','1','0',1,1,4),('4','2','0',1,1,4),('4','3','0',1,1,4),('4','4','0',1,1,4),('4','5','0',1,1,4),('4','6','0',1,1,4),('4','7','0',1,1,4),('4','8','0',1,1,4),('4','14','0',1,1,4),('4','15','0',1,1,4),('4','16','0',1,1,4),('4','17','0',1,1,4),('4','18','0',1,1,4),('4','19','0',1,1,4),('4','20','0',1,1,4),('4','32','0',1,1,4),('4','33','0',1,1,4),('4','34','0',1,1,4),('4','35','0',1,1,4),('4','36','0',1,1,4),('5','1','0',1,1,4),('5','2','0',1,1,4),('5','3','0',1,1,4),('5','4','0',1,1,4),('5','5','0',1,1,4),('5','6','0',1,1,4),('5','7','0',1,1,4),('5','8','0',1,1,4),('5','14','0',1,1,4),('5','15','0',1,1,4),('5','16','0',1,1,4),('5','17','0',1,1,4),('5','18','0',1,1,4),('5','19','0',1,1,4),('5','20','0',1,1,4),('5','32','0',1,1,4),('5','33','0',1,1,4),('5','34','0',1,1,4),('5','35','0',1,1,4),('5','36','0',1,1,4),('6','1','0',1,1,4),('6','2','0',1,1,4),('6','3','0',1,1,4),('6','4','0',1,1,4),('6','5','0',1,1,4),('6','6','0',1,1,4),('6','7','0',1,1,4),('6','8','0',1,1,4),('6','14','0',1,1,4),('6','15','0',1,1,4),('6','16','0',1,1,4),('6','17','0',1,1,4),('6','18','0',1,1,4),('6','19','0',1,1,4),('6','20','0',1,1,4),('6','32','0',1,1,4),('6','33','0',1,1,4),('6','34','0',1,1,4),('6','35','0',1,1,4),('6','36','0',1,1,4),('7','1','0',1,1,4),('7','2','0',1,1,4),('7','3','0',1,1,4),('7','4','0',1,1,4),('7','5','0',1,1,4),('7','6','0',1,1,4),('7','7','0',1,1,4),('7','8','0',1,1,4),('7','14','0',1,1,4),('7','15','0',1,1,4),('7','16','0',1,1,4),('7','17','0',1,1,4),('7','18','0',1,1,4),('7','19','0',1,1,4),('7','20','0',1,1,4),('7','32','0',1,1,4),('7','33','0',1,1,4),('7','34','0',1,1,4),('7','35','0',1,1,4),('7','36','0',1,1,4),('8','1','0',1,1,4),('8','2','0',1,1,4),('8','3','0',1,1,4),('8','4','0',1,1,4),('8','5','0',1,1,4),('8','6','0',1,1,4),('8','7','0',1,1,4),('8','8','0',1,1,4),('8','14','0',1,1,4),('8','15','0',1,1,4),('8','32','0',1,1,4),('8','33','0',1,1,4),('8','34','0',1,1,4),('8','35','0',1,1,4),('8','36','0',1,1,4),('9','14','0',1,1,4),('9','15','0',1,1,4),('9','16','0',1,1,4),('9','17','0',1,1,4),('9','18','0',1,1,4),('9','19','0',1,1,4),('9','20','0',1,1,4),('10','1','0',1,1,4),('10','2','0',1,1,4),('10','3','0',1,1,4),('10','4','0',1,1,4),('10','5','0',1,1,4),('10','16','0',1,1,4),('10','17','0',1,1,4),('10','18','0',1,1,4),('10','19','0',1,1,4),('10','20','0',1,1,4),('10','32','0',1,1,4),('10','33','0',1,1,4),('10','34','0',1,1,4),('10','35','0',1,1,4),('10','36','0',1,1,4),('11','1','0',1,1,4),('11','2','0',1,1,4),('11','3','0',1,1,4),('11','4','0',1,1,4),('11','5','0',1,1,4),('11','6','0',1,1,4),('11','7','0',1,1,4),('11','8','0',1,1,4),('11','14','0',1,1,4),('11','15','0',1,1,4),('11','16','0',1,1,4),('11','17','0',1,1,4),('11','18','0',1,1,4),('11','19','0',1,1,4),('11','20','0',1,1,4),('11','32','0',1,1,4),('11','33','0',1,1,4),('11','34','0',1,1,4),('11','35','0',1,1,4),('11','36','0',1,1,4),('12','1','0',1,1,4),('12','2','0',1,1,4),('12','3','0',1,1,4),('12','4','0',1,1,4),('12','5','0',1,1,4),('12','6','0',1,1,4),('12','7','0',1,1,4),('12','8','0',1,1,4),('12','14','0',1,1,4),('12','15','0',1,1,4),('12','32','0',1,1,4),('12','33','0',1,1,4),('12','34','0',1,1,4),('12','35','0',1,1,4),('12','36','0',1,1,4),('13','1','0',1,1,4),('13','2','0',1,1,4),('13','3','0',1,1,4),('13','4','0',1,1,4),('13','5','0',1,1,4),('13','6','0',1,1,4),('13','7','0',1,1,4),('13','8','0',1,1,4),('13','14','0',1,1,4),('13','15','0',1,1,4),('13','16','0',1,1,4),('13','17','0',1,1,4),('13','18','0',1,1,4),('13','19','0',1,1,4),('13','20','0',1,1,4),('13','32','0',1,1,4),('13','33','0',1,1,4),('13','34','0',1,1,4),('13','35','0',1,1,4),('13','36','0',1,1,4),('14','1','0',1,1,4),('14','2','0',1,1,4),('14','3','0',1,1,4),('14','4','0',1,1,4),('14','5','0',1,1,4),('14','16','0',1,1,4),('14','17','0',1,1,4),('14','18','0',1,1,4),('14','19','0',1,1,4),('14','20','0',1,1,4),('14','32','0',1,1,4),('14','33','0',1,1,4),('14','34','0',1,1,4),('14','35','0',1,1,4),('14','36','0',1,1,4),('15','1','0',1,1,4),('15','2','0',1,1,4),('15','3','0',1,1,4),('15','4','0',1,1,4),('15','5','0',1,1,4),('15','6','0',1,1,4),('15','7','0',1,1,4),('15','8','0',1,1,4),('15','16','0',1,1,4),('15','17','0',1,1,4),('15','18','0',1,1,4),('15','19','0',1,1,4),('15','20','0',1,1,4),('16','1','0',1,1,4),('16','14','0',1,1,4),('16','15','0',1,1,4),('16','32','0',1,1,4),('16','33','0',1,1,4),('16','34','0',1,1,4),('16','35','0',1,1,4),('16','36','0',1,1,4),('17','2','0',1,1,4),('17','3','0',1,1,4),('17','4','0',1,1,4),('17','5','0',1,1,4),('17','6','0',1,1,4),('17','7','0',1,1,4),('17','8','0',1,1,4),('17','14','0',1,1,4),('17','15','0',1,1,4),('17','16','0',1,1,4),('17','17','0',1,1,4),('17','18','0',1,1,4),('17','19','0',1,1,4),('17','20','0',1,1,4),('18','1','0',1,1,4),('18','14','0',1,1,4),('18','15','0',1,1,4),('18','16','0',1,1,4),('18','17','0',1,1,4),('18','18','0',1,1,4),('18','19','0',1,1,4),('18','20','0',1,1,4),('18','32','0',1,1,4),('18','33','0',1,1,4),('18','34','0',1,1,4),('18','35','0',1,1,4),('18','36','0',1,1,4),('19','1','0',1,1,4),('19','2','0',1,1,4),('19','3','0',1,1,4),('19','4','0',1,1,4),('19','5','0',1,1,4),('19','6','0',1,1,4),('19','7','0',1,1,4),('19','8','0',1,1,4),('19','14','0',1,1,4),('19','15','0',1,1,4),('19','16','0',1,1,4),('19','17','0',1,1,4),('19','18','0',1,1,4),('19','19','0',1,1,4),('19','20','0',1,1,4),('19','32','0',1,1,4),('19','33','0',1,1,4),('19','34','0',1,1,4),('19','35','0',1,1,4),('19','36','0',1,1,4),('20','1','0',1,1,4),('20','2','0',1,1,4),('20','3','0',1,1,4),('20','4','0',1,1,4),('20','5','0',1,1,4),('20','6','0',1,1,4),('20','7','0',1,1,4),('20','8','0',1,1,4),('20','14','0',1,1,4),('20','15','0',1,1,4),('21','6','10000',0,1,4),('21','7','10000',0,1,4),('21','8','10000',0,1,4),('21','1','0',1,1,4),('21','2','0',1,1,4),('21','3','0',1,1,4),('21','4','0',1,1,4),('21','5','0',1,1,4),('21','14','0',1,1,4),('21','15','0',1,1,4),('21','16','0',1,1,4),('21','17','0',1,1,4),('21','18','0',1,1,4),('21','19','0',1,1,4),('21','20','0',1,1,4),('21','32','0',1,1,4),('21','33','0',1,1,4),('21','34','0',1,1,4),('21','35','0',1,1,4),('21','36','0',1,1,4),('22','1','0',1,1,4),('22','2','0',1,1,4),('22','3','0',1,1,4),('22','4','0',1,1,4),('22','5','0',1,1,4),('22','6','0',1,1,4),('22','7','0',1,1,4),('22','8','0',1,1,4),('22','14','0',1,1,4),('22','15','0',1,1,4),('22','16','0',1,1,4),('22','17','0',1,1,4),('22','18','0',1,1,4),('22','19','0',1,1,4),('22','20','0',1,1,4),('23','2','0',1,1,4),('23','3','0',1,1,4),('23','4','0',1,1,4),('23','5','0',1,1,4),('23','6','0',1,1,4),('23','7','0',1,1,4),('23','8','0',1,1,4),('23','16','0',1,1,4),('23','17','0',1,1,4),('23','18','0',1,1,4),('23','19','0',1,1,4),('23','20','0',1,1,4),('23','32','0',1,1,4),('23','33','0',1,1,4),('23','34','0',1,1,4),('23','35','0',1,1,4),('23','36','0',1,1,4),('24','1','0',1,1,4),('24','2','0',1,1,4),('24','3','0',1,1,4),('24','4','0',1,1,4),('24','5','0',1,1,4),('24','14','0',1,1,4),('24','15','0',1,1,4),('24','16','0',1,1,4),('24','17','0',1,1,4),('24','18','0',1,1,4),('24','19','0',1,1,4),('24','20','0',1,1,4),('25','1','0',1,1,4),('25','2','0',1,1,4),('25','3','0',1,1,4),('25','4','0',1,1,4),('25','5','0',1,1,4),('25','6','0',1,1,4),('25','7','0',1,1,4),('25','8','0',1,1,4),('25','14','0',1,1,4),('25','15','0',1,1,4),('25','16','0',1,1,4),('25','17','0',1,1,4),('25','18','0',1,1,4),('25','19','0',1,1,4),('25','20','0',1,1,4),('25','32','0',1,1,4),('25','33','0',1,1,4),('25','34','0',1,1,4),('25','35','0',1,1,4),('25','36','0',1,1,4),('26','1','0',1,1,4),('26','6','0',1,1,4),('26','7','0',1,1,4),('26','8','0',1,1,4),('26','14','0',1,1,4),('26','15','0',1,1,4),('26','32','0',1,1,4),('26','33','0',1,1,4),('26','34','0',1,1,4),('26','35','0',1,1,4),('26','36','0',1,1,4),('27','1','0',1,1,4),('27','14','0',1,1,4),('27','15','0',1,1,4),('27','16','0',1,1,4),('27','17','0',1,1,4),('27','18','0',1,1,4),('27','19','0',1,1,4),('27','20','0',1,1,4),('28','2','0',1,1,4),('28','3','0',1,1,4),('28','4','0',1,1,4),('28','5','0',1,1,4),('28','6','0',1,1,4),('28','7','0',1,1,4),('28','8','0',1,1,4),('29','1','0',1,1,4),('29','2','0',1,1,4),('29','3','0',1,1,4),('29','4','0',1,1,4),('29','5','0',1,1,4),('29','6','0',1,1,4),('29','7','0',1,1,4),('29','8','0',1,1,4),('29','14','0',1,1,4),('29','15','0',1,1,4),('29','16','0',1,1,4),('29','17','0',1,1,4),('29','18','0',1,1,4),('29','19','0',1,1,4),('29','20','0',1,1,4),('29','32','0',1,1,4),('29','33','0',1,1,4),('29','34','0',1,1,4),('29','35','0',1,1,4),('29','36','0',1,1,4),('30','1','0',1,1,4),('30','2','0',1,1,4),('30','3','0',1,1,4),('30','4','0',1,1,4),('30','5','0',1,1,4),('30','6','0',1,1,4),('30','7','0',1,1,4),('30','8','0',1,1,4),('30','32','0',1,1,4),('30','33','0',1,1,4),('30','34','0',1,1,4),('30','35','0',1,1,4),('30','36','0',1,1,4),('31','1','0',1,1,4),('31','2','0',1,1,4),('31','3','0',1,1,4),('31','4','0',1,1,4),('31','5','0',1,1,4),('31','6','0',1,1,4),('31','7','0',1,1,4),('31','8','0',1,1,4),('31','14','0',1,1,4),('31','15','0',1,1,4),('31','16','0',1,1,4),('31','17','0',1,1,4),('31','18','0',1,1,4),('31','19','0',1,1,4),('31','20','0',1,1,4),('32','1','0',1,1,4),('32','2','0',1,1,4),('32','3','0',1,1,4),('32','4','0',1,1,4),('32','5','0',1,1,4),('32','6','0',1,1,4),('32','7','0',1,1,4),('32','8','0',1,1,4),('32','14','0',1,1,4),('32','15','0',1,1,4),('32','16','0',1,1,4),('32','17','0',1,1,4),('32','18','0',1,1,4),('32','19','0',1,1,4),('32','20','0',1,1,4),('32','32','0',1,1,4),('32','33','0',1,1,4),('32','34','0',1,1,4),('32','35','0',1,1,4),('32','36','0',1,1,4),('2','1','0',1,2,4),('2','2','0',1,2,4),('2','3','0',1,2,4),('2','4','0',1,2,4),('2','5','0',1,2,4),('2','6','0',1,2,4),('2','7','0',1,2,4),('2','8','0',1,2,4),('2','14','0',1,2,4),('2','15','0',1,2,4),('2','16','0',1,2,4),('2','17','0',1,2,4),('2','18','0',1,2,4),('2','19','0',1,2,4),('2','20','0',1,2,4),('2','32','0',1,2,4),('2','33','0',1,2,4),('2','34','0',1,2,4),('2','35','0',1,2,4),('2','36','0',1,2,4),('3','1','0',1,2,4),('3','2','0',1,2,4),('3','3','0',1,2,4),('3','4','0',1,2,4),('3','5','0',1,2,4),('3','6','0',1,2,4),('3','7','0',1,2,4),('3','8','0',1,2,4),('3','14','0',1,2,4),('3','15','0',1,2,4),('3','16','0',1,2,4),('3','17','0',1,2,4),('3','18','0',1,2,4),('3','19','0',1,2,4),('3','20','0',1,2,4),('3','32','0',1,2,4),('3','33','0',1,2,4),('3','34','0',1,2,4),('3','35','0',1,2,4),('3','36','0',1,2,4),('4','1','0',1,2,4),('4','2','0',1,2,4),('4','3','0',1,2,4),('4','4','0',1,2,4),('4','5','0',1,2,4),('4','6','0',1,2,4),('4','7','0',1,2,4),('4','8','0',1,2,4),('4','14','0',1,2,4),('4','15','0',1,2,4),('4','16','0',1,2,4),('4','17','0',1,2,4),('4','18','0',1,2,4),('4','19','0',1,2,4),('4','20','0',1,2,4),('4','32','0',1,2,4),('4','33','0',1,2,4),('4','34','0',1,2,4),('4','35','0',1,2,4),('4','36','0',1,2,4),('5','1','0',1,2,4),('5','2','0',1,2,4),('5','3','0',1,2,4),('5','4','0',1,2,4),('5','5','0',1,2,4),('5','6','0',1,2,4),('5','7','0',1,2,4),('5','8','0',1,2,4),('5','14','0',1,2,4),('5','15','0',1,2,4),('5','16','0',1,2,4),('5','17','0',1,2,4),('5','18','0',1,2,4),('5','19','0',1,2,4),('5','20','0',1,2,4),('5','32','0',1,2,4),('5','33','0',1,2,4),('5','34','0',1,2,4),('5','35','0',1,2,4),('5','36','0',1,2,4),('6','1','0',1,2,4),('6','2','0',1,2,4),('6','3','0',1,2,4),('6','4','0',1,2,4),('6','5','0',1,2,4),('6','6','0',1,2,4),('6','7','0',1,2,4),('6','8','0',1,2,4),('6','14','0',1,2,4),('6','15','0',1,2,4),('6','16','0',1,2,4),('6','17','0',1,2,4),('6','18','0',1,2,4),('6','19','0',1,2,4),('6','20','0',1,2,4),('6','32','0',1,2,4),('6','33','0',1,2,4),('6','34','0',1,2,4),('6','35','0',1,2,4),('6','36','0',1,2,4),('7','1','0',1,2,4),('7','2','0',1,2,4),('7','3','0',1,2,4),('7','4','0',1,2,4),('7','5','0',1,2,4),('7','6','0',1,2,4),('7','7','0',1,2,4),('7','8','0',1,2,4),('7','14','0',1,2,4),('7','15','0',1,2,4),('7','16','0',1,2,4),('7','17','0',1,2,4),('7','18','0',1,2,4),('7','19','0',1,2,4),('7','20','0',1,2,4),('7','32','0',1,2,4),('7','33','0',1,2,4),('7','34','0',1,2,4),('7','35','0',1,2,4),('7','36','0',1,2,4),('8','1','0',1,2,4),('8','2','0',1,2,4),('8','3','0',1,2,4),('8','4','0',1,2,4),('8','5','0',1,2,4),('8','6','0',1,2,4),('8','7','0',1,2,4),('8','8','0',1,2,4),('8','14','0',1,2,4),('8','15','0',1,2,4),('8','32','0',1,2,4),('8','33','0',1,2,4),('8','34','0',1,2,4),('8','35','0',1,2,4),('8','36','0',1,2,4),('9','14','0',1,2,4),('9','15','0',1,2,4),('9','16','0',1,2,4),('9','17','0',1,2,4),('9','18','0',1,2,4),('9','19','0',1,2,4),('9','20','0',1,2,4),('10','1','0',1,2,4),('10','2','0',1,2,4),('10','3','0',1,2,4),('10','4','0',1,2,4),('10','5','0',1,2,4),('10','16','0',1,2,4),('10','17','0',1,2,4),('10','18','0',1,2,4),('10','19','0',1,2,4),('10','20','0',1,2,4),('10','32','0',1,2,4),('10','33','0',1,2,4),('10','34','0',1,2,4),('10','35','0',1,2,4),('10','36','0',1,2,4),('11','1','0',1,2,4),('11','2','0',1,2,4),('11','3','0',1,2,4),('11','4','0',1,2,4),('11','5','0',1,2,4),('11','6','0',1,2,4),('11','7','0',1,2,4),('11','8','0',1,2,4),('11','14','0',1,2,4),('11','15','0',1,2,4),('11','16','0',1,2,4),('11','17','0',1,2,4),('11','18','0',1,2,4),('11','19','0',1,2,4),('11','20','0',1,2,4),('11','32','0',1,2,4),('11','33','0',1,2,4),('11','34','0',1,2,4),('11','35','0',1,2,4),('11','36','0',1,2,4),('12','1','0',1,2,4),('12','2','0',1,2,4),('12','3','0',1,2,4),('12','4','0',1,2,4),('12','5','0',1,2,4),('12','6','0',1,2,4),('12','7','0',1,2,4),('12','8','0',1,2,4),('12','14','0',1,2,4),('12','15','0',1,2,4),('12','32','0',1,2,4),('12','33','0',1,2,4),('12','34','0',1,2,4),('12','35','0',1,2,4),('12','36','0',1,2,4),('13','1','0',1,2,4),('13','2','0',1,2,4),('13','3','0',1,2,4),('13','4','0',1,2,4),('13','5','0',1,2,4),('13','6','0',1,2,4),('13','7','0',1,2,4),('13','8','0',1,2,4),('13','14','0',1,2,4),('13','15','0',1,2,4),('13','16','0',1,2,4),('13','17','0',1,2,4),('13','18','0',1,2,4),('13','19','0',1,2,4),('13','20','0',1,2,4),('13','32','0',1,2,4),('13','33','0',1,2,4),('13','34','0',1,2,4),('13','35','0',1,2,4),('13','36','0',1,2,4),('14','1','0',1,2,4),('14','2','0',1,2,4),('14','3','0',1,2,4),('14','4','0',1,2,4),('14','5','0',1,2,4),('14','16','0',1,2,4),('14','17','0',1,2,4),('14','18','0',1,2,4),('14','19','0',1,2,4),('14','20','0',1,2,4),('14','32','0',1,2,4),('14','33','0',1,2,4),('14','34','0',1,2,4),('14','35','0',1,2,4),('14','36','0',1,2,4),('15','1','0',1,2,4),('15','2','0',1,2,4),('15','3','0',1,2,4),('15','4','0',1,2,4),('15','5','0',1,2,4),('15','6','0',1,2,4),('15','7','0',1,2,4),('15','8','0',1,2,4),('15','16','0',1,2,4),('15','17','0',1,2,4),('15','18','0',1,2,4),('15','19','0',1,2,4),('15','20','0',1,2,4),('16','1','0',1,2,4),('16','14','0',1,2,4),('16','15','0',1,2,4),('16','32','0',1,2,4),('16','33','0',1,2,4),('16','34','0',1,2,4),('16','35','0',1,2,4),('16','36','0',1,2,4),('17','2','0',1,2,4),('17','3','0',1,2,4),('17','4','0',1,2,4),('17','5','0',1,2,4),('17','6','0',1,2,4),('17','7','0',1,2,4),('17','8','0',1,2,4),('17','14','0',1,2,4),('17','15','0',1,2,4),('17','16','0',1,2,4),('17','17','0',1,2,4),('17','18','0',1,2,4),('17','19','0',1,2,4),('17','20','0',1,2,4),('18','1','0',1,2,4),('18','14','0',1,2,4),('18','15','0',1,2,4),('18','16','0',1,2,4),('18','17','0',1,2,4),('18','18','0',1,2,4),('18','19','0',1,2,4),('18','20','0',1,2,4),('18','32','0',1,2,4),('18','33','0',1,2,4),('18','34','0',1,2,4),('18','35','0',1,2,4),('18','36','0',1,2,4),('19','1','0',1,2,4),('19','2','0',1,2,4),('19','3','0',1,2,4),('19','4','0',1,2,4),('19','5','0',1,2,4),('19','6','0',1,2,4),('19','7','0',1,2,4),('19','8','0',1,2,4),('19','14','0',1,2,4),('19','15','0',1,2,4),('19','16','0',1,2,4),('19','17','0',1,2,4),('19','18','0',1,2,4),('19','19','0',1,2,4),('19','20','0',1,2,4),('19','32','0',1,2,4),('19','33','0',1,2,4),('19','34','0',1,2,4),('19','35','0',1,2,4),('19','36','0',1,2,4),('20','1','0',1,2,4),('20','2','0',1,2,4),('20','3','0',1,2,4),('20','4','0',1,2,4),('20','5','0',1,2,4),('20','6','0',1,2,4),('20','7','0',1,2,4),('20','8','0',1,2,4),('20','14','0',1,2,4),('20','15','0',1,2,4),('21','6','10000',0,2,4),('21','7','10000',0,2,4),('21','8','10000',0,2,4),('21','1','0',1,2,4),('21','2','0',1,2,4),('21','3','0',1,2,4),('21','4','0',1,2,4),('21','5','0',1,2,4),('21','14','0',1,2,4),('21','15','0',1,2,4),('21','16','0',1,2,4),('21','17','0',1,2,4),('21','18','0',1,2,4),('21','19','0',1,2,4),('21','20','0',1,2,4),('21','32','0',1,2,4),('21','33','0',1,2,4),('21','34','0',1,2,4),('21','35','0',1,2,4),('21','36','0',1,2,4),('22','1','0',1,2,4),('22','2','0',1,2,4),('22','3','0',1,2,4),('22','4','0',1,2,4),('22','5','0',1,2,4),('22','6','0',1,2,4),('22','7','0',1,2,4),('22','8','0',1,2,4),('22','14','0',1,2,4),('22','15','0',1,2,4),('22','16','0',1,2,4),('22','17','0',1,2,4),('22','18','0',1,2,4),('22','19','0',1,2,4),('22','20','0',1,2,4),('23','2','0',1,2,4),('23','3','0',1,2,4),('23','4','0',1,2,4),('23','5','0',1,2,4),('23','6','0',1,2,4),('23','7','0',1,2,4),('23','8','0',1,2,4),('23','16','0',1,2,4),('23','17','0',1,2,4),('23','18','0',1,2,4),('23','19','0',1,2,4),('23','20','0',1,2,4),('23','32','0',1,2,4),('23','33','0',1,2,4),('23','34','0',1,2,4),('23','35','0',1,2,4),('23','36','0',1,2,4),('24','1','0',1,2,4),('24','2','0',1,2,4),('24','3','0',1,2,4),('24','4','0',1,2,4),('24','5','0',1,2,4),('24','14','0',1,2,4),('24','15','0',1,2,4),('24','16','0',1,2,4),('24','17','0',1,2,4),('24','18','0',1,2,4),('24','19','0',1,2,4),('24','20','0',1,2,4),('25','1','0',1,2,4),('25','2','0',1,2,4),('25','3','0',1,2,4),('25','4','0',1,2,4),('25','5','0',1,2,4),('25','6','0',1,2,4),('25','7','0',1,2,4),('25','8','0',1,2,4),('25','14','0',1,2,4),('25','15','0',1,2,4),('25','16','0',1,2,4),('25','17','0',1,2,4),('25','18','0',1,2,4),('25','19','0',1,2,4),('25','20','0',1,2,4),('25','32','0',1,2,4),('25','33','0',1,2,4),('25','34','0',1,2,4),('25','35','0',1,2,4),('25','36','0',1,2,4),('26','1','0',1,2,4),('26','6','0',1,2,4),('26','7','0',1,2,4),('26','8','0',1,2,4),('26','14','0',1,2,4),('26','15','0',1,2,4),('26','32','0',1,2,4),('26','33','0',1,2,4),('26','34','0',1,2,4),('26','35','0',1,2,4),('26','36','0',1,2,4),('27','1','0',1,2,4),('27','14','0',1,2,4),('27','15','0',1,2,4),('27','16','0',1,2,4),('27','17','0',1,2,4),('27','18','0',1,2,4),('27','19','0',1,2,4),('27','20','0',1,2,4),('28','2','0',1,2,4),('28','3','0',1,2,4),('28','4','0',1,2,4),('28','5','0',1,2,4),('28','6','0',1,2,4),('28','7','0',1,2,4),('28','8','0',1,2,4),('29','1','0',1,2,4),('29','2','0',1,2,4),('29','3','0',1,2,4),('29','4','0',1,2,4),('29','5','0',1,2,4),('29','6','0',1,2,4),('29','7','0',1,2,4),('29','8','0',1,2,4),('29','14','0',1,2,4),('29','15','0',1,2,4),('29','16','0',1,2,4),('29','17','0',1,2,4),('29','18','0',1,2,4),('29','19','0',1,2,4),('29','20','0',1,2,4),('29','32','0',1,2,4),('29','33','0',1,2,4),('29','34','0',1,2,4),('29','35','0',1,2,4),('29','36','0',1,2,4),('30','1','0',1,2,4),('30','2','0',1,2,4),('30','3','0',1,2,4),('30','4','0',1,2,4),('30','5','0',1,2,4),('30','6','0',1,2,4),('30','7','0',1,2,4),('30','8','0',1,2,4),('30','32','0',1,2,4),('30','33','0',1,2,4),('30','34','0',1,2,4),('30','35','0',1,2,4),('30','36','0',1,2,4),('31','1','0',1,2,4),('31','2','0',1,2,4),('31','3','0',1,2,4),('31','4','0',1,2,4),('31','5','0',1,2,4),('31','6','0',1,2,4),('31','7','0',1,2,4),('31','8','0',1,2,4),('31','14','0',1,2,4),('31','15','0',1,2,4),('31','16','0',1,2,4),('31','17','0',1,2,4),('31','18','0',1,2,4),('31','19','0',1,2,4),('31','20','0',1,2,4),('32','1','0',1,2,4),('32','2','0',1,2,4),('32','3','0',1,2,4),('32','4','0',1,2,4),('32','5','0',1,2,4),('32','6','0',1,2,4),('32','7','0',1,2,4),('32','8','0',1,2,4),('32','14','0',1,2,4),('32','15','0',1,2,4),('32','16','0',1,2,4),('32','17','0',1,2,4),('32','18','0',1,2,4),('32','19','0',1,2,4),('32','20','0',1,2,4),('32','32','0',1,2,4),('32','33','0',1,2,4),('32','34','0',1,2,4),('32','35','0',1,2,4),('32','36','0',1,2,4),('2','1','0',1,3,4),('2','2','0',1,3,4),('2','3','0',1,3,4),('2','4','0',1,3,4),('2','5','0',1,3,4),('2','6','0',1,3,4),('2','7','0',1,3,4),('2','8','0',1,3,4),('2','14','0',1,3,4),('2','15','0',1,3,4),('2','16','0',1,3,4),('2','17','0',1,3,4),('2','18','0',1,3,4),('2','19','0',1,3,4),('2','20','0',1,3,4),('2','32','0',1,3,4),('2','33','0',1,3,4),('2','34','0',1,3,4),('2','35','0',1,3,4),('2','36','0',1,3,4),('3','1','0',1,3,4),('3','2','0',1,3,4),('3','3','0',1,3,4),('3','4','0',1,3,4),('3','5','0',1,3,4),('3','6','0',1,3,4),('3','7','0',1,3,4),('3','8','0',1,3,4),('3','14','0',1,3,4),('3','15','0',1,3,4),('3','16','0',1,3,4),('3','17','0',1,3,4),('3','18','0',1,3,4),('3','19','0',1,3,4),('3','20','0',1,3,4),('3','32','0',1,3,4),('3','33','0',1,3,4),('3','34','0',1,3,4),('3','35','0',1,3,4),('3','36','0',1,3,4),('4','1','0',1,3,4),('4','2','0',1,3,4),('4','3','0',1,3,4),('4','4','0',1,3,4),('4','5','0',1,3,4),('4','6','0',1,3,4),('4','7','0',1,3,4),('4','8','0',1,3,4),('4','14','0',1,3,4),('4','15','0',1,3,4),('4','16','0',1,3,4),('4','17','0',1,3,4),('4','18','0',1,3,4),('4','19','0',1,3,4),('4','20','0',1,3,4),('4','32','0',1,3,4),('4','33','0',1,3,4),('4','34','0',1,3,4),('4','35','0',1,3,4),('4','36','0',1,3,4),('5','1','0',1,3,4),('5','2','0',1,3,4),('5','3','0',1,3,4),('5','4','0',1,3,4),('5','5','0',1,3,4),('5','6','0',1,3,4),('5','7','0',1,3,4),('5','8','0',1,3,4),('5','14','0',1,3,4),('5','15','0',1,3,4),('5','16','0',1,3,4),('5','17','0',1,3,4),('5','18','0',1,3,4),('5','19','0',1,3,4),('5','20','0',1,3,4),('5','32','0',1,3,4),('5','33','0',1,3,4),('5','34','0',1,3,4),('5','35','0',1,3,4),('5','36','0',1,3,4),('6','1','0',1,3,4),('6','2','0',1,3,4),('6','3','0',1,3,4),('6','4','0',1,3,4),('6','5','0',1,3,4),('6','6','0',1,3,4),('6','7','0',1,3,4),('6','8','0',1,3,4),('6','14','0',1,3,4),('6','15','0',1,3,4),('6','16','0',1,3,4),('6','17','0',1,3,4),('6','18','0',1,3,4),('6','19','0',1,3,4),('6','20','0',1,3,4),('6','32','0',1,3,4),('6','33','0',1,3,4),('6','34','0',1,3,4),('6','35','0',1,3,4),('6','36','0',1,3,4),('7','1','0',1,3,4),('7','2','0',1,3,4),('7','3','0',1,3,4),('7','4','0',1,3,4),('7','5','0',1,3,4),('7','6','0',1,3,4),('7','7','0',1,3,4),('7','8','0',1,3,4),('7','14','0',1,3,4),('7','15','0',1,3,4),('7','16','0',1,3,4),('7','17','0',1,3,4),('7','18','0',1,3,4),('7','19','0',1,3,4),('7','20','0',1,3,4),('7','32','0',1,3,4),('7','33','0',1,3,4),('7','34','0',1,3,4),('7','35','0',1,3,4),('7','36','0',1,3,4),('8','1','0',1,3,4),('8','2','0',1,3,4),('8','3','0',1,3,4),('8','4','0',1,3,4),('8','5','0',1,3,4),('8','6','0',1,3,4),('8','7','0',1,3,4),('8','8','0',1,3,4),('8','14','0',1,3,4),('8','15','0',1,3,4),('8','32','0',1,3,4),('8','33','0',1,3,4),('8','34','0',1,3,4),('8','35','0',1,3,4),('8','36','0',1,3,4),('9','14','0',1,3,4),('9','15','0',1,3,4),('9','16','0',1,3,4),('9','17','0',1,3,4),('9','18','0',1,3,4),('9','19','0',1,3,4),('9','20','0',1,3,4),('10','1','0',1,3,4),('10','2','0',1,3,4),('10','3','0',1,3,4),('10','4','0',1,3,4),('10','5','0',1,3,4),('10','16','0',1,3,4),('10','17','0',1,3,4),('10','18','0',1,3,4),('10','19','0',1,3,4),('10','20','0',1,3,4),('10','32','0',1,3,4),('10','33','0',1,3,4),('10','34','0',1,3,4),('10','35','0',1,3,4),('10','36','0',1,3,4),('11','1','0',1,3,4),('11','2','0',1,3,4),('11','3','0',1,3,4),('11','4','0',1,3,4),('11','5','0',1,3,4),('11','6','0',1,3,4),('11','7','0',1,3,4),('11','8','0',1,3,4),('11','14','0',1,3,4),('11','15','0',1,3,4),('11','16','0',1,3,4),('11','17','0',1,3,4),('11','18','0',1,3,4),('11','19','0',1,3,4),('11','20','0',1,3,4),('11','32','0',1,3,4),('11','33','0',1,3,4),('11','34','0',1,3,4),('11','35','0',1,3,4),('11','36','0',1,3,4),('12','1','0',1,3,4),('12','2','0',1,3,4),('12','3','0',1,3,4),('12','4','0',1,3,4),('12','5','0',1,3,4),('12','6','0',1,3,4),('12','7','0',1,3,4),('12','8','0',1,3,4),('12','14','0',1,3,4),('12','15','0',1,3,4),('12','32','0',1,3,4),('12','33','0',1,3,4),('12','34','0',1,3,4),('12','35','0',1,3,4),('12','36','0',1,3,4),('13','1','0',1,3,4),('13','2','0',1,3,4),('13','3','0',1,3,4),('13','4','0',1,3,4),('13','5','0',1,3,4),('13','6','0',1,3,4),('13','7','0',1,3,4),('13','8','0',1,3,4),('13','14','0',1,3,4),('13','15','0',1,3,4),('13','16','0',1,3,4),('13','17','0',1,3,4),('13','18','0',1,3,4),('13','19','0',1,3,4),('13','20','0',1,3,4),('13','32','0',1,3,4),('13','33','0',1,3,4),('13','34','0',1,3,4),('13','35','0',1,3,4),('13','36','0',1,3,4),('14','1','0',1,3,4),('14','2','0',1,3,4),('14','3','0',1,3,4),('14','4','0',1,3,4),('14','5','0',1,3,4),('14','16','0',1,3,4),('14','17','0',1,3,4),('14','18','0',1,3,4),('14','19','0',1,3,4),('14','20','0',1,3,4),('14','32','0',1,3,4),('14','33','0',1,3,4),('14','34','0',1,3,4),('14','35','0',1,3,4),('14','36','0',1,3,4),('15','1','0',1,3,4),('15','2','0',1,3,4),('15','3','0',1,3,4),('15','4','0',1,3,4),('15','5','0',1,3,4),('15','6','0',1,3,4),('15','7','0',1,3,4),('15','8','0',1,3,4),('15','16','0',1,3,4),('15','17','0',1,3,4),('15','18','0',1,3,4),('15','19','0',1,3,4),('15','20','0',1,3,4),('16','1','0',1,3,4),('16','14','0',1,3,4),('16','15','0',1,3,4),('16','32','0',1,3,4),('16','33','0',1,3,4),('16','34','0',1,3,4),('16','35','0',1,3,4),('16','36','0',1,3,4),('17','2','0',1,3,4),('17','3','0',1,3,4),('17','4','0',1,3,4),('17','5','0',1,3,4),('17','6','0',1,3,4),('17','7','0',1,3,4),('17','8','0',1,3,4),('17','14','0',1,3,4),('17','15','0',1,3,4),('17','16','0',1,3,4),('17','17','0',1,3,4),('17','18','0',1,3,4),('17','19','0',1,3,4),('17','20','0',1,3,4),('18','1','0',1,3,4),('18','14','0',1,3,4),('18','15','0',1,3,4),('18','16','0',1,3,4),('18','17','0',1,3,4),('18','18','0',1,3,4),('18','19','0',1,3,4),('18','20','0',1,3,4),('18','32','0',1,3,4),('18','33','0',1,3,4),('18','34','0',1,3,4),('18','35','0',1,3,4),('18','36','0',1,3,4),('19','1','0',1,3,4),('19','2','0',1,3,4),('19','3','0',1,3,4),('19','4','0',1,3,4),('19','5','0',1,3,4),('19','6','0',1,3,4),('19','7','0',1,3,4),('19','8','0',1,3,4),('19','14','0',1,3,4),('19','15','0',1,3,4),('19','16','0',1,3,4),('19','17','0',1,3,4),('19','18','0',1,3,4),('19','19','0',1,3,4),('19','20','0',1,3,4),('19','32','0',1,3,4),('19','33','0',1,3,4),('19','34','0',1,3,4),('19','35','0',1,3,4),('19','36','0',1,3,4),('20','1','0',1,3,4),('20','2','0',1,3,4),('20','3','0',1,3,4),('20','4','0',1,3,4),('20','5','0',1,3,4),('20','6','0',1,3,4),('20','7','0',1,3,4),('20','8','0',1,3,4),('20','14','0',1,3,4),('20','15','0',1,3,4),('21','6','10000',0,3,4),('21','7','10000',0,3,4),('21','8','10000',0,3,4),('21','1','0',1,3,4),('21','2','0',1,3,4),('21','3','0',1,3,4),('21','4','0',1,3,4),('21','5','0',1,3,4),('21','14','0',1,3,4),('21','15','0',1,3,4),('21','16','0',1,3,4),('21','17','0',1,3,4),('21','18','0',1,3,4),('21','19','0',1,3,4),('21','20','0',1,3,4),('21','32','0',1,3,4),('21','33','0',1,3,4),('21','34','0',1,3,4),('21','35','0',1,3,4),('21','36','0',1,3,4),('22','1','0',1,3,4),('22','2','0',1,3,4),('22','3','0',1,3,4),('22','4','0',1,3,4),('22','5','0',1,3,4),('22','6','0',1,3,4),('22','7','0',1,3,4),('22','8','0',1,3,4),('22','14','0',1,3,4),('22','15','0',1,3,4),('22','16','0',1,3,4),('22','17','0',1,3,4),('22','18','0',1,3,4),('22','19','0',1,3,4),('22','20','0',1,3,4),('23','2','0',1,3,4),('23','3','0',1,3,4),('23','4','0',1,3,4),('23','5','0',1,3,4),('23','6','0',1,3,4),('23','7','0',1,3,4),('23','8','0',1,3,4),('23','16','0',1,3,4),('23','17','0',1,3,4),('23','18','0',1,3,4),('23','19','0',1,3,4),('23','20','0',1,3,4),('23','32','0',1,3,4),('23','33','0',1,3,4),('23','34','0',1,3,4),('23','35','0',1,3,4),('23','36','0',1,3,4),('24','1','0',1,3,4),('24','2','0',1,3,4),('24','3','0',1,3,4),('24','4','0',1,3,4),('24','5','0',1,3,4),('24','14','0',1,3,4),('24','15','0',1,3,4),('24','16','0',1,3,4),('24','17','0',1,3,4),('24','18','0',1,3,4),('24','19','0',1,3,4),('24','20','0',1,3,4),('25','1','0',1,3,4),('25','2','0',1,3,4),('25','3','0',1,3,4),('25','4','0',1,3,4),('25','5','0',1,3,4),('25','6','0',1,3,4),('25','7','0',1,3,4),('25','8','0',1,3,4),('25','14','0',1,3,4),('25','15','0',1,3,4),('25','16','0',1,3,4),('25','17','0',1,3,4),('25','18','0',1,3,4),('25','19','0',1,3,4),('25','20','0',1,3,4),('25','32','0',1,3,4),('25','33','0',1,3,4),('25','34','0',1,3,4),('25','35','0',1,3,4),('25','36','0',1,3,4),('26','1','0',1,3,4),('26','6','0',1,3,4),('26','7','0',1,3,4),('26','8','0',1,3,4),('26','14','0',1,3,4),('26','15','0',1,3,4),('26','32','0',1,3,4),('26','33','0',1,3,4),('26','34','0',1,3,4),('26','35','0',1,3,4),('26','36','0',1,3,4),('27','1','0',1,3,4),('27','14','0',1,3,4),('27','15','0',1,3,4),('27','16','0',1,3,4),('27','17','0',1,3,4),('27','18','0',1,3,4),('27','19','0',1,3,4),('27','20','0',1,3,4),('28','2','0',1,3,4),('28','3','0',1,3,4),('28','4','0',1,3,4),('28','5','0',1,3,4),('28','6','0',1,3,4),('28','7','0',1,3,4),('28','8','0',1,3,4),('29','1','0',1,3,4),('29','2','0',1,3,4),('29','3','0',1,3,4),('29','4','0',1,3,4),('29','5','0',1,3,4),('29','6','0',1,3,4),('29','7','0',1,3,4),('29','8','0',1,3,4),('29','14','0',1,3,4),('29','15','0',1,3,4),('29','16','0',1,3,4),('29','17','0',1,3,4),('29','18','0',1,3,4),('29','19','0',1,3,4),('29','20','0',1,3,4),('29','32','0',1,3,4),('29','33','0',1,3,4),('29','34','0',1,3,4),('29','35','0',1,3,4),('29','36','0',1,3,4),('30','1','0',1,3,4),('30','2','0',1,3,4),('30','3','0',1,3,4),('30','4','0',1,3,4),('30','5','0',1,3,4),('30','6','0',1,3,4),('30','7','0',1,3,4),('30','8','0',1,3,4),('30','32','0',1,3,4),('30','33','0',1,3,4),('30','34','0',1,3,4),('30','35','0',1,3,4),('30','36','0',1,3,4),('31','1','0',1,3,4),('31','2','0',1,3,4),('31','3','0',1,3,4),('31','4','0',1,3,4),('31','5','0',1,3,4),('31','6','0',1,3,4),('31','7','0',1,3,4),('31','8','0',1,3,4),('31','14','0',1,3,4),('31','15','0',1,3,4),('31','16','0',1,3,4),('31','17','0',1,3,4),('31','18','0',1,3,4),('31','19','0',1,3,4),('31','20','0',1,3,4),('32','1','0',1,3,4),('32','2','0',1,3,4),('32','3','0',1,3,4),('32','4','0',1,3,4),('32','5','0',1,3,4),('32','6','0',1,3,4),('32','7','0',1,3,4),('32','8','0',1,3,4),('32','14','0',1,3,4),('32','15','0',1,3,4),('32','16','0',1,3,4),('32','17','0',1,3,4),('32','18','0',1,3,4),('32','19','0',1,3,4),('32','20','0',1,3,4),('32','32','0',1,3,4),('32','33','0',1,3,4),('32','34','0',1,3,4),('32','35','0',1,3,4),('32','36','0',1,3,4);
/*!40000 ALTER TABLE `catalog_category_product_index` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_category_product_index_replica`
--

DROP TABLE IF EXISTS `catalog_category_product_index_replica`;
CREATE TABLE `catalog_category_product_index_replica` (
  `category_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Category ID',
  `product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Product ID',
  `position` int(11) DEFAULT NULL COMMENT 'Position',
  `is_parent` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Parent',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
  `visibility` smallint(5) unsigned NOT NULL COMMENT 'Visibility',
  PRIMARY KEY (`category_id`,`product_id`,`store_id`),
  KEY `CAT_CTGR_PRD_IDX_PRD_ID_STORE_ID_CTGR_ID_VISIBILITY` (`product_id`,`store_id`,`category_id`,`visibility`),
  KEY `CAT_CTGR_PRD_IDX_STORE_ID_CTGR_ID_VISIBILITY_IS_PARENT_POSITION` (`store_id`,`category_id`,`visibility`,`is_parent`,`position`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Category Product Index';

--
-- Dumping data for table `catalog_category_product_index_replica`
--

LOCK TABLES `catalog_category_product_index_replica` WRITE;
/*!40000 ALTER TABLE `catalog_category_product_index_replica` DISABLE KEYS */;
INSERT INTO `catalog_category_product_index_replica` VALUES ('2','1','0',1,1,4),('2','2','0',1,1,4),('2','3','0',1,1,4),('2','4','0',1,1,4),('2','5','0',1,1,4),('2','6','0',1,1,4),('2','7','0',1,1,4),('2','8','0',1,1,4),('2','14','0',1,1,4),('2','15','0',1,1,4),('2','16','0',1,1,4),('2','17','0',1,1,4),('2','18','0',1,1,4),('2','19','0',1,1,4),('2','20','0',1,1,4),('2','32','0',1,1,4),('2','33','0',1,1,4),('2','34','0',1,1,4),('2','35','0',1,1,4),('2','36','0',1,1,4),('3','1','0',1,1,4),('3','2','0',1,1,4),('3','3','0',1,1,4),('3','4','0',1,1,4),('3','5','0',1,1,4),('3','6','0',1,1,4),('3','7','0',1,1,4),('3','8','0',1,1,4),('3','14','0',1,1,4),('3','15','0',1,1,4),('3','16','0',1,1,4),('3','17','0',1,1,4),('3','18','0',1,1,4),('3','19','0',1,1,4),('3','20','0',1,1,4),('3','32','0',1,1,4),('3','33','0',1,1,4),('3','34','0',1,1,4),('3','35','0',1,1,4),('3','36','0',1,1,4),('4','1','0',1,1,4),('4','2','0',1,1,4),('4','3','0',1,1,4),('4','4','0',1,1,4),('4','5','0',1,1,4),('4','6','0',1,1,4),('4','7','0',1,1,4),('4','8','0',1,1,4),('4','14','0',1,1,4),('4','15','0',1,1,4),('4','16','0',1,1,4),('4','17','0',1,1,4),('4','18','0',1,1,4),('4','19','0',1,1,4),('4','20','0',1,1,4),('4','32','0',1,1,4),('4','33','0',1,1,4),('4','34','0',1,1,4),('4','35','0',1,1,4),('4','36','0',1,1,4),('5','1','0',1,1,4),('5','2','0',1,1,4),('5','3','0',1,1,4),('5','4','0',1,1,4),('5','5','0',1,1,4),('5','6','0',1,1,4),('5','7','0',1,1,4),('5','8','0',1,1,4),('5','14','0',1,1,4),('5','15','0',1,1,4),('5','16','0',1,1,4),('5','17','0',1,1,4),('5','18','0',1,1,4),('5','19','0',1,1,4),('5','20','0',1,1,4),('5','32','0',1,1,4),('5','33','0',1,1,4),('5','34','0',1,1,4),('5','35','0',1,1,4),('5','36','0',1,1,4),('6','1','0',1,1,4),('6','2','0',1,1,4),('6','3','0',1,1,4),('6','4','0',1,1,4),('6','5','0',1,1,4),('6','6','0',1,1,4),('6','7','0',1,1,4),('6','8','0',1,1,4),('6','14','0',1,1,4),('6','15','0',1,1,4),('6','16','0',1,1,4),('6','17','0',1,1,4),('6','18','0',1,1,4),('6','19','0',1,1,4),('6','20','0',1,1,4),('6','32','0',1,1,4),('6','33','0',1,1,4),('6','34','0',1,1,4),('6','35','0',1,1,4),('6','36','0',1,1,4),('7','1','0',1,1,4),('7','2','0',1,1,4),('7','3','0',1,1,4),('7','4','0',1,1,4),('7','5','0',1,1,4),('7','6','0',1,1,4),('7','7','0',1,1,4),('7','8','0',1,1,4),('7','14','0',1,1,4),('7','15','0',1,1,4),('7','16','0',1,1,4),('7','17','0',1,1,4),('7','18','0',1,1,4),('7','19','0',1,1,4),('7','20','0',1,1,4),('7','32','0',1,1,4),('7','33','0',1,1,4),('7','34','0',1,1,4),('7','35','0',1,1,4),('7','36','0',1,1,4),('8','1','0',1,1,4),('8','2','0',1,1,4),('8','3','0',1,1,4),('8','4','0',1,1,4),('8','5','0',1,1,4),('8','6','0',1,1,4),('8','7','0',1,1,4),('8','8','0',1,1,4),('8','14','0',1,1,4),('8','15','0',1,1,4),('8','32','0',1,1,4),('8','33','0',1,1,4),('8','34','0',1,1,4),('8','35','0',1,1,4),('8','36','0',1,1,4),('9','14','0',1,1,4),('9','15','0',1,1,4),('9','16','0',1,1,4),('9','17','0',1,1,4),('9','18','0',1,1,4),('9','19','0',1,1,4),('9','20','0',1,1,4),('10','1','0',1,1,4),('10','2','0',1,1,4),('10','3','0',1,1,4),('10','4','0',1,1,4),('10','5','0',1,1,4),('10','16','0',1,1,4),('10','17','0',1,1,4),('10','18','0',1,1,4),('10','19','0',1,1,4),('10','20','0',1,1,4),('10','32','0',1,1,4),('10','33','0',1,1,4),('10','34','0',1,1,4),('10','35','0',1,1,4),('10','36','0',1,1,4),('11','1','0',1,1,4),('11','2','0',1,1,4),('11','3','0',1,1,4),('11','4','0',1,1,4),('11','5','0',1,1,4),('11','6','0',1,1,4),('11','7','0',1,1,4),('11','8','0',1,1,4),('11','14','0',1,1,4),('11','15','0',1,1,4),('11','16','0',1,1,4),('11','17','0',1,1,4),('11','18','0',1,1,4),('11','19','0',1,1,4),('11','20','0',1,1,4),('11','32','0',1,1,4),('11','33','0',1,1,4),('11','34','0',1,1,4),('11','35','0',1,1,4),('11','36','0',1,1,4),('12','1','0',1,1,4),('12','2','0',1,1,4),('12','3','0',1,1,4),('12','4','0',1,1,4),('12','5','0',1,1,4),('12','6','0',1,1,4),('12','7','0',1,1,4),('12','8','0',1,1,4),('12','14','0',1,1,4),('12','15','0',1,1,4),('12','32','0',1,1,4),('12','33','0',1,1,4),('12','34','0',1,1,4),('12','35','0',1,1,4),('12','36','0',1,1,4),('13','1','0',1,1,4),('13','2','0',1,1,4),('13','3','0',1,1,4),('13','4','0',1,1,4),('13','5','0',1,1,4),('13','6','0',1,1,4),('13','7','0',1,1,4),('13','8','0',1,1,4),('13','14','0',1,1,4),('13','15','0',1,1,4),('13','16','0',1,1,4),('13','17','0',1,1,4),('13','18','0',1,1,4),('13','19','0',1,1,4),('13','20','0',1,1,4),('13','32','0',1,1,4),('13','33','0',1,1,4),('13','34','0',1,1,4),('13','35','0',1,1,4),('13','36','0',1,1,4),('14','1','0',1,1,4),('14','2','0',1,1,4),('14','3','0',1,1,4),('14','4','0',1,1,4),('14','5','0',1,1,4),('14','16','0',1,1,4),('14','17','0',1,1,4),('14','18','0',1,1,4),('14','19','0',1,1,4),('14','20','0',1,1,4),('14','32','0',1,1,4),('14','33','0',1,1,4),('14','34','0',1,1,4),('14','35','0',1,1,4),('14','36','0',1,1,4),('15','1','0',1,1,4),('15','2','0',1,1,4),('15','3','0',1,1,4),('15','4','0',1,1,4),('15','5','0',1,1,4),('15','6','0',1,1,4),('15','7','0',1,1,4),('15','8','0',1,1,4),('15','16','0',1,1,4),('15','17','0',1,1,4),('15','18','0',1,1,4),('15','19','0',1,1,4),('15','20','0',1,1,4),('16','1','0',1,1,4),('16','14','0',1,1,4),('16','15','0',1,1,4),('16','32','0',1,1,4),('16','33','0',1,1,4),('16','34','0',1,1,4),('16','35','0',1,1,4),('16','36','0',1,1,4),('17','2','0',1,1,4),('17','3','0',1,1,4),('17','4','0',1,1,4),('17','5','0',1,1,4),('17','6','0',1,1,4),('17','7','0',1,1,4),('17','8','0',1,1,4),('17','14','0',1,1,4),('17','15','0',1,1,4),('17','16','0',1,1,4),('17','17','0',1,1,4),('17','18','0',1,1,4),('17','19','0',1,1,4),('17','20','0',1,1,4),('18','1','0',1,1,4),('18','14','0',1,1,4),('18','15','0',1,1,4),('18','16','0',1,1,4),('18','17','0',1,1,4),('18','18','0',1,1,4),('18','19','0',1,1,4),('18','20','0',1,1,4),('18','32','0',1,1,4),('18','33','0',1,1,4),('18','34','0',1,1,4),('18','35','0',1,1,4),('18','36','0',1,1,4),('19','1','0',1,1,4),('19','2','0',1,1,4),('19','3','0',1,1,4),('19','4','0',1,1,4),('19','5','0',1,1,4),('19','6','0',1,1,4),('19','7','0',1,1,4),('19','8','0',1,1,4),('19','14','0',1,1,4),('19','15','0',1,1,4),('19','16','0',1,1,4),('19','17','0',1,1,4),('19','18','0',1,1,4),('19','19','0',1,1,4),('19','20','0',1,1,4),('19','32','0',1,1,4),('19','33','0',1,1,4),('19','34','0',1,1,4),('19','35','0',1,1,4),('19','36','0',1,1,4),('20','1','0',1,1,4),('20','2','0',1,1,4),('20','3','0',1,1,4),('20','4','0',1,1,4),('20','5','0',1,1,4),('20','6','0',1,1,4),('20','7','0',1,1,4),('20','8','0',1,1,4),('20','14','0',1,1,4),('20','15','0',1,1,4),('21','6','10000',0,1,4),('21','7','10000',0,1,4),('21','8','10000',0,1,4),('21','1','0',1,1,4),('21','2','0',1,1,4),('21','3','0',1,1,4),('21','4','0',1,1,4),('21','5','0',1,1,4),('21','14','0',1,1,4),('21','15','0',1,1,4),('21','16','0',1,1,4),('21','17','0',1,1,4),('21','18','0',1,1,4),('21','19','0',1,1,4),('21','20','0',1,1,4),('21','32','0',1,1,4),('21','33','0',1,1,4),('21','34','0',1,1,4),('21','35','0',1,1,4),('21','36','0',1,1,4),('22','1','0',1,1,4),('22','2','0',1,1,4),('22','3','0',1,1,4),('22','4','0',1,1,4),('22','5','0',1,1,4),('22','6','0',1,1,4),('22','7','0',1,1,4),('22','8','0',1,1,4),('22','14','0',1,1,4),('22','15','0',1,1,4),('22','16','0',1,1,4),('22','17','0',1,1,4),('22','18','0',1,1,4),('22','19','0',1,1,4),('22','20','0',1,1,4),('23','2','0',1,1,4),('23','3','0',1,1,4),('23','4','0',1,1,4),('23','5','0',1,1,4),('23','6','0',1,1,4),('23','7','0',1,1,4),('23','8','0',1,1,4),('23','16','0',1,1,4),('23','17','0',1,1,4),('23','18','0',1,1,4),('23','19','0',1,1,4),('23','20','0',1,1,4),('23','32','0',1,1,4),('23','33','0',1,1,4),('23','34','0',1,1,4),('23','35','0',1,1,4),('23','36','0',1,1,4),('24','1','0',1,1,4),('24','2','0',1,1,4),('24','3','0',1,1,4),('24','4','0',1,1,4),('24','5','0',1,1,4),('24','14','0',1,1,4),('24','15','0',1,1,4),('24','16','0',1,1,4),('24','17','0',1,1,4),('24','18','0',1,1,4),('24','19','0',1,1,4),('24','20','0',1,1,4),('25','1','0',1,1,4),('25','2','0',1,1,4),('25','3','0',1,1,4),('25','4','0',1,1,4),('25','5','0',1,1,4),('25','6','0',1,1,4),('25','7','0',1,1,4),('25','8','0',1,1,4),('25','14','0',1,1,4),('25','15','0',1,1,4),('25','16','0',1,1,4),('25','17','0',1,1,4),('25','18','0',1,1,4),('25','19','0',1,1,4),('25','20','0',1,1,4),('25','32','0',1,1,4),('25','33','0',1,1,4),('25','34','0',1,1,4),('25','35','0',1,1,4),('25','36','0',1,1,4),('26','1','0',1,1,4),('26','6','0',1,1,4),('26','7','0',1,1,4),('26','8','0',1,1,4),('26','14','0',1,1,4),('26','15','0',1,1,4),('26','32','0',1,1,4),('26','33','0',1,1,4),('26','34','0',1,1,4),('26','35','0',1,1,4),('26','36','0',1,1,4),('27','1','0',1,1,4),('27','14','0',1,1,4),('27','15','0',1,1,4),('27','16','0',1,1,4),('27','17','0',1,1,4),('27','18','0',1,1,4),('27','19','0',1,1,4),('27','20','0',1,1,4),('28','2','0',1,1,4),('28','3','0',1,1,4),('28','4','0',1,1,4),('28','5','0',1,1,4),('28','6','0',1,1,4),('28','7','0',1,1,4),('28','8','0',1,1,4),('29','1','0',1,1,4),('29','2','0',1,1,4),('29','3','0',1,1,4),('29','4','0',1,1,4),('29','5','0',1,1,4),('29','6','0',1,1,4),('29','7','0',1,1,4),('29','8','0',1,1,4),('29','14','0',1,1,4),('29','15','0',1,1,4),('29','16','0',1,1,4),('29','17','0',1,1,4),('29','18','0',1,1,4),('29','19','0',1,1,4),('29','20','0',1,1,4),('29','32','0',1,1,4),('29','33','0',1,1,4),('29','34','0',1,1,4),('29','35','0',1,1,4),('29','36','0',1,1,4),('30','1','0',1,1,4),('30','2','0',1,1,4),('30','3','0',1,1,4),('30','4','0',1,1,4),('30','5','0',1,1,4),('30','6','0',1,1,4),('30','7','0',1,1,4),('30','8','0',1,1,4),('30','32','0',1,1,4),('30','33','0',1,1,4),('30','34','0',1,1,4),('30','35','0',1,1,4),('30','36','0',1,1,4),('31','1','0',1,1,4),('31','2','0',1,1,4),('31','3','0',1,1,4),('31','4','0',1,1,4),('31','5','0',1,1,4),('31','6','0',1,1,4),('31','7','0',1,1,4),('31','8','0',1,1,4),('31','14','0',1,1,4),('31','15','0',1,1,4),('31','16','0',1,1,4),('31','17','0',1,1,4),('31','18','0',1,1,4),('31','19','0',1,1,4),('31','20','0',1,1,4),('32','1','0',1,1,4),('32','2','0',1,1,4),('32','3','0',1,1,4),('32','4','0',1,1,4),('32','5','0',1,1,4),('32','6','0',1,1,4),('32','7','0',1,1,4),('32','8','0',1,1,4),('32','14','0',1,1,4),('32','15','0',1,1,4),('32','16','0',1,1,4),('32','17','0',1,1,4),('32','18','0',1,1,4),('32','19','0',1,1,4),('32','20','0',1,1,4),('32','32','0',1,1,4),('32','33','0',1,1,4),('32','34','0',1,1,4),('32','35','0',1,1,4),('32','36','0',1,1,4),('2','1','0',1,2,4),('2','2','0',1,2,4),('2','3','0',1,2,4),('2','4','0',1,2,4),('2','5','0',1,2,4),('2','6','0',1,2,4),('2','7','0',1,2,4),('2','8','0',1,2,4),('2','14','0',1,2,4),('2','15','0',1,2,4),('2','16','0',1,2,4),('2','17','0',1,2,4),('2','18','0',1,2,4),('2','19','0',1,2,4),('2','20','0',1,2,4),('2','32','0',1,2,4),('2','33','0',1,2,4),('2','34','0',1,2,4),('2','35','0',1,2,4),('2','36','0',1,2,4),('3','1','0',1,2,4),('3','2','0',1,2,4),('3','3','0',1,2,4),('3','4','0',1,2,4),('3','5','0',1,2,4),('3','6','0',1,2,4),('3','7','0',1,2,4),('3','8','0',1,2,4),('3','14','0',1,2,4),('3','15','0',1,2,4),('3','16','0',1,2,4),('3','17','0',1,2,4),('3','18','0',1,2,4),('3','19','0',1,2,4),('3','20','0',1,2,4),('3','32','0',1,2,4),('3','33','0',1,2,4),('3','34','0',1,2,4),('3','35','0',1,2,4),('3','36','0',1,2,4),('4','1','0',1,2,4),('4','2','0',1,2,4),('4','3','0',1,2,4),('4','4','0',1,2,4),('4','5','0',1,2,4),('4','6','0',1,2,4),('4','7','0',1,2,4),('4','8','0',1,2,4),('4','14','0',1,2,4),('4','15','0',1,2,4),('4','16','0',1,2,4),('4','17','0',1,2,4),('4','18','0',1,2,4),('4','19','0',1,2,4),('4','20','0',1,2,4),('4','32','0',1,2,4),('4','33','0',1,2,4),('4','34','0',1,2,4),('4','35','0',1,2,4),('4','36','0',1,2,4),('5','1','0',1,2,4),('5','2','0',1,2,4),('5','3','0',1,2,4),('5','4','0',1,2,4),('5','5','0',1,2,4),('5','6','0',1,2,4),('5','7','0',1,2,4),('5','8','0',1,2,4),('5','14','0',1,2,4),('5','15','0',1,2,4),('5','16','0',1,2,4),('5','17','0',1,2,4),('5','18','0',1,2,4),('5','19','0',1,2,4),('5','20','0',1,2,4),('5','32','0',1,2,4),('5','33','0',1,2,4),('5','34','0',1,2,4),('5','35','0',1,2,4),('5','36','0',1,2,4),('6','1','0',1,2,4),('6','2','0',1,2,4),('6','3','0',1,2,4),('6','4','0',1,2,4),('6','5','0',1,2,4),('6','6','0',1,2,4),('6','7','0',1,2,4),('6','8','0',1,2,4),('6','14','0',1,2,4),('6','15','0',1,2,4),('6','16','0',1,2,4),('6','17','0',1,2,4),('6','18','0',1,2,4),('6','19','0',1,2,4),('6','20','0',1,2,4),('6','32','0',1,2,4),('6','33','0',1,2,4),('6','34','0',1,2,4),('6','35','0',1,2,4),('6','36','0',1,2,4),('7','1','0',1,2,4),('7','2','0',1,2,4),('7','3','0',1,2,4),('7','4','0',1,2,4),('7','5','0',1,2,4),('7','6','0',1,2,4),('7','7','0',1,2,4),('7','8','0',1,2,4),('7','14','0',1,2,4),('7','15','0',1,2,4),('7','16','0',1,2,4),('7','17','0',1,2,4),('7','18','0',1,2,4),('7','19','0',1,2,4),('7','20','0',1,2,4),('7','32','0',1,2,4),('7','33','0',1,2,4),('7','34','0',1,2,4),('7','35','0',1,2,4),('7','36','0',1,2,4),('8','1','0',1,2,4),('8','2','0',1,2,4),('8','3','0',1,2,4),('8','4','0',1,2,4),('8','5','0',1,2,4),('8','6','0',1,2,4),('8','7','0',1,2,4),('8','8','0',1,2,4),('8','14','0',1,2,4),('8','15','0',1,2,4),('8','32','0',1,2,4),('8','33','0',1,2,4),('8','34','0',1,2,4),('8','35','0',1,2,4),('8','36','0',1,2,4),('9','14','0',1,2,4),('9','15','0',1,2,4),('9','16','0',1,2,4),('9','17','0',1,2,4),('9','18','0',1,2,4),('9','19','0',1,2,4),('9','20','0',1,2,4),('10','1','0',1,2,4),('10','2','0',1,2,4),('10','3','0',1,2,4),('10','4','0',1,2,4),('10','5','0',1,2,4),('10','16','0',1,2,4),('10','17','0',1,2,4),('10','18','0',1,2,4),('10','19','0',1,2,4),('10','20','0',1,2,4),('10','32','0',1,2,4),('10','33','0',1,2,4),('10','34','0',1,2,4),('10','35','0',1,2,4),('10','36','0',1,2,4),('11','1','0',1,2,4),('11','2','0',1,2,4),('11','3','0',1,2,4),('11','4','0',1,2,4),('11','5','0',1,2,4),('11','6','0',1,2,4),('11','7','0',1,2,4),('11','8','0',1,2,4),('11','14','0',1,2,4),('11','15','0',1,2,4),('11','16','0',1,2,4),('11','17','0',1,2,4),('11','18','0',1,2,4),('11','19','0',1,2,4),('11','20','0',1,2,4),('11','32','0',1,2,4),('11','33','0',1,2,4),('11','34','0',1,2,4),('11','35','0',1,2,4),('11','36','0',1,2,4),('12','1','0',1,2,4),('12','2','0',1,2,4),('12','3','0',1,2,4),('12','4','0',1,2,4),('12','5','0',1,2,4),('12','6','0',1,2,4),('12','7','0',1,2,4),('12','8','0',1,2,4),('12','14','0',1,2,4),('12','15','0',1,2,4),('12','32','0',1,2,4),('12','33','0',1,2,4),('12','34','0',1,2,4),('12','35','0',1,2,4),('12','36','0',1,2,4),('13','1','0',1,2,4),('13','2','0',1,2,4),('13','3','0',1,2,4),('13','4','0',1,2,4),('13','5','0',1,2,4),('13','6','0',1,2,4),('13','7','0',1,2,4),('13','8','0',1,2,4),('13','14','0',1,2,4),('13','15','0',1,2,4),('13','16','0',1,2,4),('13','17','0',1,2,4),('13','18','0',1,2,4),('13','19','0',1,2,4),('13','20','0',1,2,4),('13','32','0',1,2,4),('13','33','0',1,2,4),('13','34','0',1,2,4),('13','35','0',1,2,4),('13','36','0',1,2,4),('14','1','0',1,2,4),('14','2','0',1,2,4),('14','3','0',1,2,4),('14','4','0',1,2,4),('14','5','0',1,2,4),('14','16','0',1,2,4),('14','17','0',1,2,4),('14','18','0',1,2,4),('14','19','0',1,2,4),('14','20','0',1,2,4),('14','32','0',1,2,4),('14','33','0',1,2,4),('14','34','0',1,2,4),('14','35','0',1,2,4),('14','36','0',1,2,4),('15','1','0',1,2,4),('15','2','0',1,2,4),('15','3','0',1,2,4),('15','4','0',1,2,4),('15','5','0',1,2,4),('15','6','0',1,2,4),('15','7','0',1,2,4),('15','8','0',1,2,4),('15','16','0',1,2,4),('15','17','0',1,2,4),('15','18','0',1,2,4),('15','19','0',1,2,4),('15','20','0',1,2,4),('16','1','0',1,2,4),('16','14','0',1,2,4),('16','15','0',1,2,4),('16','32','0',1,2,4),('16','33','0',1,2,4),('16','34','0',1,2,4),('16','35','0',1,2,4),('16','36','0',1,2,4),('17','2','0',1,2,4),('17','3','0',1,2,4),('17','4','0',1,2,4),('17','5','0',1,2,4),('17','6','0',1,2,4),('17','7','0',1,2,4),('17','8','0',1,2,4),('17','14','0',1,2,4),('17','15','0',1,2,4),('17','16','0',1,2,4),('17','17','0',1,2,4),('17','18','0',1,2,4),('17','19','0',1,2,4),('17','20','0',1,2,4),('18','1','0',1,2,4),('18','14','0',1,2,4),('18','15','0',1,2,4),('18','16','0',1,2,4),('18','17','0',1,2,4),('18','18','0',1,2,4),('18','19','0',1,2,4),('18','20','0',1,2,4),('18','32','0',1,2,4),('18','33','0',1,2,4),('18','34','0',1,2,4),('18','35','0',1,2,4),('18','36','0',1,2,4),('19','1','0',1,2,4),('19','2','0',1,2,4),('19','3','0',1,2,4),('19','4','0',1,2,4),('19','5','0',1,2,4),('19','6','0',1,2,4),('19','7','0',1,2,4),('19','8','0',1,2,4),('19','14','0',1,2,4),('19','15','0',1,2,4),('19','16','0',1,2,4),('19','17','0',1,2,4),('19','18','0',1,2,4),('19','19','0',1,2,4),('19','20','0',1,2,4),('19','32','0',1,2,4),('19','33','0',1,2,4),('19','34','0',1,2,4),('19','35','0',1,2,4),('19','36','0',1,2,4),('20','1','0',1,2,4),('20','2','0',1,2,4),('20','3','0',1,2,4),('20','4','0',1,2,4),('20','5','0',1,2,4),('20','6','0',1,2,4),('20','7','0',1,2,4),('20','8','0',1,2,4),('20','14','0',1,2,4),('20','15','0',1,2,4),('21','6','10000',0,2,4),('21','7','10000',0,2,4),('21','8','10000',0,2,4),('21','1','0',1,2,4),('21','2','0',1,2,4),('21','3','0',1,2,4),('21','4','0',1,2,4),('21','5','0',1,2,4),('21','14','0',1,2,4),('21','15','0',1,2,4),('21','16','0',1,2,4),('21','17','0',1,2,4),('21','18','0',1,2,4),('21','19','0',1,2,4),('21','20','0',1,2,4),('21','32','0',1,2,4),('21','33','0',1,2,4),('21','34','0',1,2,4),('21','35','0',1,2,4),('21','36','0',1,2,4),('22','1','0',1,2,4),('22','2','0',1,2,4),('22','3','0',1,2,4),('22','4','0',1,2,4),('22','5','0',1,2,4),('22','6','0',1,2,4),('22','7','0',1,2,4),('22','8','0',1,2,4),('22','14','0',1,2,4),('22','15','0',1,2,4),('22','16','0',1,2,4),('22','17','0',1,2,4),('22','18','0',1,2,4),('22','19','0',1,2,4),('22','20','0',1,2,4),('23','2','0',1,2,4),('23','3','0',1,2,4),('23','4','0',1,2,4),('23','5','0',1,2,4),('23','6','0',1,2,4),('23','7','0',1,2,4),('23','8','0',1,2,4),('23','16','0',1,2,4),('23','17','0',1,2,4),('23','18','0',1,2,4),('23','19','0',1,2,4),('23','20','0',1,2,4),('23','32','0',1,2,4),('23','33','0',1,2,4),('23','34','0',1,2,4),('23','35','0',1,2,4),('23','36','0',1,2,4),('24','1','0',1,2,4),('24','2','0',1,2,4),('24','3','0',1,2,4),('24','4','0',1,2,4),('24','5','0',1,2,4),('24','14','0',1,2,4),('24','15','0',1,2,4),('24','16','0',1,2,4),('24','17','0',1,2,4),('24','18','0',1,2,4),('24','19','0',1,2,4),('24','20','0',1,2,4),('25','1','0',1,2,4),('25','2','0',1,2,4),('25','3','0',1,2,4),('25','4','0',1,2,4),('25','5','0',1,2,4),('25','6','0',1,2,4),('25','7','0',1,2,4),('25','8','0',1,2,4),('25','14','0',1,2,4),('25','15','0',1,2,4),('25','16','0',1,2,4),('25','17','0',1,2,4),('25','18','0',1,2,4),('25','19','0',1,2,4),('25','20','0',1,2,4),('25','32','0',1,2,4),('25','33','0',1,2,4),('25','34','0',1,2,4),('25','35','0',1,2,4),('25','36','0',1,2,4),('26','1','0',1,2,4),('26','6','0',1,2,4),('26','7','0',1,2,4),('26','8','0',1,2,4),('26','14','0',1,2,4),('26','15','0',1,2,4),('26','32','0',1,2,4),('26','33','0',1,2,4),('26','34','0',1,2,4),('26','35','0',1,2,4),('26','36','0',1,2,4),('27','1','0',1,2,4),('27','14','0',1,2,4),('27','15','0',1,2,4),('27','16','0',1,2,4),('27','17','0',1,2,4),('27','18','0',1,2,4),('27','19','0',1,2,4),('27','20','0',1,2,4),('28','2','0',1,2,4),('28','3','0',1,2,4),('28','4','0',1,2,4),('28','5','0',1,2,4),('28','6','0',1,2,4),('28','7','0',1,2,4),('28','8','0',1,2,4),('29','1','0',1,2,4),('29','2','0',1,2,4),('29','3','0',1,2,4),('29','4','0',1,2,4),('29','5','0',1,2,4),('29','6','0',1,2,4),('29','7','0',1,2,4),('29','8','0',1,2,4),('29','14','0',1,2,4),('29','15','0',1,2,4),('29','16','0',1,2,4),('29','17','0',1,2,4),('29','18','0',1,2,4),('29','19','0',1,2,4),('29','20','0',1,2,4),('29','32','0',1,2,4),('29','33','0',1,2,4),('29','34','0',1,2,4),('29','35','0',1,2,4),('29','36','0',1,2,4),('30','1','0',1,2,4),('30','2','0',1,2,4),('30','3','0',1,2,4),('30','4','0',1,2,4),('30','5','0',1,2,4),('30','6','0',1,2,4),('30','7','0',1,2,4),('30','8','0',1,2,4),('30','32','0',1,2,4),('30','33','0',1,2,4),('30','34','0',1,2,4),('30','35','0',1,2,4),('30','36','0',1,2,4),('31','1','0',1,2,4),('31','2','0',1,2,4),('31','3','0',1,2,4),('31','4','0',1,2,4),('31','5','0',1,2,4),('31','6','0',1,2,4),('31','7','0',1,2,4),('31','8','0',1,2,4),('31','14','0',1,2,4),('31','15','0',1,2,4),('31','16','0',1,2,4),('31','17','0',1,2,4),('31','18','0',1,2,4),('31','19','0',1,2,4),('31','20','0',1,2,4),('32','1','0',1,2,4),('32','2','0',1,2,4),('32','3','0',1,2,4),('32','4','0',1,2,4),('32','5','0',1,2,4),('32','6','0',1,2,4),('32','7','0',1,2,4),('32','8','0',1,2,4),('32','14','0',1,2,4),('32','15','0',1,2,4),('32','16','0',1,2,4),('32','17','0',1,2,4),('32','18','0',1,2,4),('32','19','0',1,2,4),('32','20','0',1,2,4),('32','32','0',1,2,4),('32','33','0',1,2,4),('32','34','0',1,2,4),('32','35','0',1,2,4),('32','36','0',1,2,4),('2','1','0',1,3,4),('2','2','0',1,3,4),('2','3','0',1,3,4),('2','4','0',1,3,4),('2','5','0',1,3,4),('2','6','0',1,3,4),('2','7','0',1,3,4),('2','8','0',1,3,4),('2','14','0',1,3,4),('2','15','0',1,3,4),('2','16','0',1,3,4),('2','17','0',1,3,4),('2','18','0',1,3,4),('2','19','0',1,3,4),('2','20','0',1,3,4),('2','32','0',1,3,4),('2','33','0',1,3,4),('2','34','0',1,3,4),('2','35','0',1,3,4),('2','36','0',1,3,4),('3','1','0',1,3,4),('3','2','0',1,3,4),('3','3','0',1,3,4),('3','4','0',1,3,4),('3','5','0',1,3,4),('3','6','0',1,3,4),('3','7','0',1,3,4),('3','8','0',1,3,4),('3','14','0',1,3,4),('3','15','0',1,3,4),('3','16','0',1,3,4),('3','17','0',1,3,4),('3','18','0',1,3,4),('3','19','0',1,3,4),('3','20','0',1,3,4),('3','32','0',1,3,4),('3','33','0',1,3,4),('3','34','0',1,3,4),('3','35','0',1,3,4),('3','36','0',1,3,4),('4','1','0',1,3,4),('4','2','0',1,3,4),('4','3','0',1,3,4),('4','4','0',1,3,4),('4','5','0',1,3,4),('4','6','0',1,3,4),('4','7','0',1,3,4),('4','8','0',1,3,4),('4','14','0',1,3,4),('4','15','0',1,3,4),('4','16','0',1,3,4),('4','17','0',1,3,4),('4','18','0',1,3,4),('4','19','0',1,3,4),('4','20','0',1,3,4),('4','32','0',1,3,4),('4','33','0',1,3,4),('4','34','0',1,3,4),('4','35','0',1,3,4),('4','36','0',1,3,4),('5','1','0',1,3,4),('5','2','0',1,3,4),('5','3','0',1,3,4),('5','4','0',1,3,4),('5','5','0',1,3,4),('5','6','0',1,3,4),('5','7','0',1,3,4),('5','8','0',1,3,4),('5','14','0',1,3,4),('5','15','0',1,3,4),('5','16','0',1,3,4),('5','17','0',1,3,4),('5','18','0',1,3,4),('5','19','0',1,3,4),('5','20','0',1,3,4),('5','32','0',1,3,4),('5','33','0',1,3,4),('5','34','0',1,3,4),('5','35','0',1,3,4),('5','36','0',1,3,4),('6','1','0',1,3,4),('6','2','0',1,3,4),('6','3','0',1,3,4),('6','4','0',1,3,4),('6','5','0',1,3,4),('6','6','0',1,3,4),('6','7','0',1,3,4),('6','8','0',1,3,4),('6','14','0',1,3,4),('6','15','0',1,3,4),('6','16','0',1,3,4),('6','17','0',1,3,4),('6','18','0',1,3,4),('6','19','0',1,3,4),('6','20','0',1,3,4),('6','32','0',1,3,4),('6','33','0',1,3,4),('6','34','0',1,3,4),('6','35','0',1,3,4),('6','36','0',1,3,4),('7','1','0',1,3,4),('7','2','0',1,3,4),('7','3','0',1,3,4),('7','4','0',1,3,4),('7','5','0',1,3,4),('7','6','0',1,3,4),('7','7','0',1,3,4),('7','8','0',1,3,4),('7','14','0',1,3,4),('7','15','0',1,3,4),('7','16','0',1,3,4),('7','17','0',1,3,4),('7','18','0',1,3,4),('7','19','0',1,3,4),('7','20','0',1,3,4),('7','32','0',1,3,4),('7','33','0',1,3,4),('7','34','0',1,3,4),('7','35','0',1,3,4),('7','36','0',1,3,4),('8','1','0',1,3,4),('8','2','0',1,3,4),('8','3','0',1,3,4),('8','4','0',1,3,4),('8','5','0',1,3,4),('8','6','0',1,3,4),('8','7','0',1,3,4),('8','8','0',1,3,4),('8','14','0',1,3,4),('8','15','0',1,3,4),('8','32','0',1,3,4),('8','33','0',1,3,4),('8','34','0',1,3,4),('8','35','0',1,3,4),('8','36','0',1,3,4),('9','14','0',1,3,4),('9','15','0',1,3,4),('9','16','0',1,3,4),('9','17','0',1,3,4),('9','18','0',1,3,4),('9','19','0',1,3,4),('9','20','0',1,3,4),('10','1','0',1,3,4),('10','2','0',1,3,4),('10','3','0',1,3,4),('10','4','0',1,3,4),('10','5','0',1,3,4),('10','16','0',1,3,4),('10','17','0',1,3,4),('10','18','0',1,3,4),('10','19','0',1,3,4),('10','20','0',1,3,4),('10','32','0',1,3,4),('10','33','0',1,3,4),('10','34','0',1,3,4),('10','35','0',1,3,4),('10','36','0',1,3,4),('11','1','0',1,3,4),('11','2','0',1,3,4),('11','3','0',1,3,4),('11','4','0',1,3,4),('11','5','0',1,3,4),('11','6','0',1,3,4),('11','7','0',1,3,4),('11','8','0',1,3,4),('11','14','0',1,3,4),('11','15','0',1,3,4),('11','16','0',1,3,4),('11','17','0',1,3,4),('11','18','0',1,3,4),('11','19','0',1,3,4),('11','20','0',1,3,4),('11','32','0',1,3,4),('11','33','0',1,3,4),('11','34','0',1,3,4),('11','35','0',1,3,4),('11','36','0',1,3,4),('12','1','0',1,3,4),('12','2','0',1,3,4),('12','3','0',1,3,4),('12','4','0',1,3,4),('12','5','0',1,3,4),('12','6','0',1,3,4),('12','7','0',1,3,4),('12','8','0',1,3,4),('12','14','0',1,3,4),('12','15','0',1,3,4),('12','32','0',1,3,4),('12','33','0',1,3,4),('12','34','0',1,3,4),('12','35','0',1,3,4),('12','36','0',1,3,4),('13','1','0',1,3,4),('13','2','0',1,3,4),('13','3','0',1,3,4),('13','4','0',1,3,4),('13','5','0',1,3,4),('13','6','0',1,3,4),('13','7','0',1,3,4),('13','8','0',1,3,4),('13','14','0',1,3,4),('13','15','0',1,3,4),('13','16','0',1,3,4),('13','17','0',1,3,4),('13','18','0',1,3,4),('13','19','0',1,3,4),('13','20','0',1,3,4),('13','32','0',1,3,4),('13','33','0',1,3,4),('13','34','0',1,3,4),('13','35','0',1,3,4),('13','36','0',1,3,4),('14','1','0',1,3,4),('14','2','0',1,3,4),('14','3','0',1,3,4),('14','4','0',1,3,4),('14','5','0',1,3,4),('14','16','0',1,3,4),('14','17','0',1,3,4),('14','18','0',1,3,4),('14','19','0',1,3,4),('14','20','0',1,3,4),('14','32','0',1,3,4),('14','33','0',1,3,4),('14','34','0',1,3,4),('14','35','0',1,3,4),('14','36','0',1,3,4),('15','1','0',1,3,4),('15','2','0',1,3,4),('15','3','0',1,3,4),('15','4','0',1,3,4),('15','5','0',1,3,4),('15','6','0',1,3,4),('15','7','0',1,3,4),('15','8','0',1,3,4),('15','16','0',1,3,4),('15','17','0',1,3,4),('15','18','0',1,3,4),('15','19','0',1,3,4),('15','20','0',1,3,4),('16','1','0',1,3,4),('16','14','0',1,3,4),('16','15','0',1,3,4),('16','32','0',1,3,4),('16','33','0',1,3,4),('16','34','0',1,3,4),('16','35','0',1,3,4),('16','36','0',1,3,4),('17','2','0',1,3,4),('17','3','0',1,3,4),('17','4','0',1,3,4),('17','5','0',1,3,4),('17','6','0',1,3,4),('17','7','0',1,3,4),('17','8','0',1,3,4),('17','14','0',1,3,4),('17','15','0',1,3,4),('17','16','0',1,3,4),('17','17','0',1,3,4),('17','18','0',1,3,4),('17','19','0',1,3,4),('17','20','0',1,3,4),('18','1','0',1,3,4),('18','14','0',1,3,4),('18','15','0',1,3,4),('18','16','0',1,3,4),('18','17','0',1,3,4),('18','18','0',1,3,4),('18','19','0',1,3,4),('18','20','0',1,3,4),('18','32','0',1,3,4),('18','33','0',1,3,4),('18','34','0',1,3,4),('18','35','0',1,3,4),('18','36','0',1,3,4),('19','1','0',1,3,4),('19','2','0',1,3,4),('19','3','0',1,3,4),('19','4','0',1,3,4),('19','5','0',1,3,4),('19','6','0',1,3,4),('19','7','0',1,3,4),('19','8','0',1,3,4),('19','14','0',1,3,4),('19','15','0',1,3,4),('19','16','0',1,3,4),('19','17','0',1,3,4),('19','18','0',1,3,4),('19','19','0',1,3,4),('19','20','0',1,3,4),('19','32','0',1,3,4),('19','33','0',1,3,4),('19','34','0',1,3,4),('19','35','0',1,3,4),('19','36','0',1,3,4),('20','1','0',1,3,4),('20','2','0',1,3,4),('20','3','0',1,3,4),('20','4','0',1,3,4),('20','5','0',1,3,4),('20','6','0',1,3,4),('20','7','0',1,3,4),('20','8','0',1,3,4),('20','14','0',1,3,4),('20','15','0',1,3,4),('21','6','10000',0,3,4),('21','7','10000',0,3,4),('21','8','10000',0,3,4),('21','1','0',1,3,4),('21','2','0',1,3,4),('21','3','0',1,3,4),('21','4','0',1,3,4),('21','5','0',1,3,4),('21','14','0',1,3,4),('21','15','0',1,3,4),('21','16','0',1,3,4),('21','17','0',1,3,4),('21','18','0',1,3,4),('21','19','0',1,3,4),('21','20','0',1,3,4),('21','32','0',1,3,4),('21','33','0',1,3,4),('21','34','0',1,3,4),('21','35','0',1,3,4),('21','36','0',1,3,4),('22','1','0',1,3,4),('22','2','0',1,3,4),('22','3','0',1,3,4),('22','4','0',1,3,4),('22','5','0',1,3,4),('22','6','0',1,3,4),('22','7','0',1,3,4),('22','8','0',1,3,4),('22','14','0',1,3,4),('22','15','0',1,3,4),('22','16','0',1,3,4),('22','17','0',1,3,4),('22','18','0',1,3,4),('22','19','0',1,3,4),('22','20','0',1,3,4),('23','2','0',1,3,4),('23','3','0',1,3,4),('23','4','0',1,3,4),('23','5','0',1,3,4),('23','6','0',1,3,4),('23','7','0',1,3,4),('23','8','0',1,3,4),('23','16','0',1,3,4),('23','17','0',1,3,4),('23','18','0',1,3,4),('23','19','0',1,3,4),('23','20','0',1,3,4),('23','32','0',1,3,4),('23','33','0',1,3,4),('23','34','0',1,3,4),('23','35','0',1,3,4),('23','36','0',1,3,4),('24','1','0',1,3,4),('24','2','0',1,3,4),('24','3','0',1,3,4),('24','4','0',1,3,4),('24','5','0',1,3,4),('24','14','0',1,3,4),('24','15','0',1,3,4),('24','16','0',1,3,4),('24','17','0',1,3,4),('24','18','0',1,3,4),('24','19','0',1,3,4),('24','20','0',1,3,4),('25','1','0',1,3,4),('25','2','0',1,3,4),('25','3','0',1,3,4),('25','4','0',1,3,4),('25','5','0',1,3,4),('25','6','0',1,3,4),('25','7','0',1,3,4),('25','8','0',1,3,4),('25','14','0',1,3,4),('25','15','0',1,3,4),('25','16','0',1,3,4),('25','17','0',1,3,4),('25','18','0',1,3,4),('25','19','0',1,3,4),('25','20','0',1,3,4),('25','32','0',1,3,4),('25','33','0',1,3,4),('25','34','0',1,3,4),('25','35','0',1,3,4),('25','36','0',1,3,4),('26','1','0',1,3,4),('26','6','0',1,3,4),('26','7','0',1,3,4),('26','8','0',1,3,4),('26','14','0',1,3,4),('26','15','0',1,3,4),('26','32','0',1,3,4),('26','33','0',1,3,4),('26','34','0',1,3,4),('26','35','0',1,3,4),('26','36','0',1,3,4),('27','1','0',1,3,4),('27','14','0',1,3,4),('27','15','0',1,3,4),('27','16','0',1,3,4),('27','17','0',1,3,4),('27','18','0',1,3,4),('27','19','0',1,3,4),('27','20','0',1,3,4),('28','2','0',1,3,4),('28','3','0',1,3,4),('28','4','0',1,3,4),('28','5','0',1,3,4),('28','6','0',1,3,4),('28','7','0',1,3,4),('28','8','0',1,3,4),('29','1','0',1,3,4),('29','2','0',1,3,4),('29','3','0',1,3,4),('29','4','0',1,3,4),('29','5','0',1,3,4),('29','6','0',1,3,4),('29','7','0',1,3,4),('29','8','0',1,3,4),('29','14','0',1,3,4),('29','15','0',1,3,4),('29','16','0',1,3,4),('29','17','0',1,3,4),('29','18','0',1,3,4),('29','19','0',1,3,4),('29','20','0',1,3,4),('29','32','0',1,3,4),('29','33','0',1,3,4),('29','34','0',1,3,4),('29','35','0',1,3,4),('29','36','0',1,3,4),('30','1','0',1,3,4),('30','2','0',1,3,4),('30','3','0',1,3,4),('30','4','0',1,3,4),('30','5','0',1,3,4),('30','6','0',1,3,4),('30','7','0',1,3,4),('30','8','0',1,3,4),('30','32','0',1,3,4),('30','33','0',1,3,4),('30','34','0',1,3,4),('30','35','0',1,3,4),('30','36','0',1,3,4),('31','1','0',1,3,4),('31','2','0',1,3,4),('31','3','0',1,3,4),('31','4','0',1,3,4),('31','5','0',1,3,4),('31','6','0',1,3,4),('31','7','0',1,3,4),('31','8','0',1,3,4),('31','14','0',1,3,4),('31','15','0',1,3,4),('31','16','0',1,3,4),('31','17','0',1,3,4),('31','18','0',1,3,4),('31','19','0',1,3,4),('31','20','0',1,3,4),('32','1','0',1,3,4),('32','2','0',1,3,4),('32','3','0',1,3,4),('32','4','0',1,3,4),('32','5','0',1,3,4),('32','6','0',1,3,4),('32','7','0',1,3,4),('32','8','0',1,3,4),('32','14','0',1,3,4),('32','15','0',1,3,4),('32','16','0',1,3,4),('32','17','0',1,3,4),('32','18','0',1,3,4),('32','19','0',1,3,4),('32','20','0',1,3,4),('32','32','0',1,3,4),('32','33','0',1,3,4),('32','34','0',1,3,4),('32','35','0',1,3,4),('32','36','0',1,3,4);
/*!40000 ALTER TABLE `catalog_category_product_index_replica` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_category_product_index_tmp`
--

DROP TABLE IF EXISTS `catalog_category_product_index_tmp`;
CREATE TABLE `catalog_category_product_index_tmp` (
  `category_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Category ID',
  `product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Product ID',
  `position` int(11) NOT NULL DEFAULT '0' COMMENT 'Position',
  `is_parent` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Parent',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
  `visibility` smallint(5) unsigned NOT NULL COMMENT 'Visibility',
  PRIMARY KEY (`category_id`,`product_id`,`store_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8 COMMENT='Catalog Category Product Indexer temporary table';

--
-- Table structure for table `catalog_compare_item`
--

DROP TABLE IF EXISTS `catalog_compare_item`;
CREATE TABLE `catalog_compare_item` (
  `catalog_compare_item_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Compare Item ID',
  `visitor_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Visitor ID',
  `customer_id` int(10) unsigned DEFAULT NULL COMMENT 'Customer ID',
  `product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Product ID',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store ID',
  PRIMARY KEY (`catalog_compare_item_id`),
  KEY `CATALOG_COMPARE_ITEM_PRODUCT_ID` (`product_id`),
  KEY `CATALOG_COMPARE_ITEM_VISITOR_ID_PRODUCT_ID` (`visitor_id`,`product_id`),
  KEY `CATALOG_COMPARE_ITEM_CUSTOMER_ID_PRODUCT_ID` (`customer_id`,`product_id`),
  KEY `CATALOG_COMPARE_ITEM_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Compare Table';

--
-- Table structure for table `catalog_eav_attribute`
--

DROP TABLE IF EXISTS `catalog_eav_attribute`;
CREATE TABLE `catalog_eav_attribute` (
  `attribute_id` smallint(5) unsigned NOT NULL COMMENT 'Attribute ID',
  `frontend_input_renderer` varchar(255) DEFAULT NULL COMMENT 'Frontend Input Renderer',
  `is_global` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Is Global',
  `is_visible` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Is Visible',
  `is_searchable` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Searchable',
  `is_filterable` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Filterable',
  `is_comparable` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Comparable',
  `is_visible_on_front` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Visible On Front',
  `is_html_allowed_on_front` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is HTML Allowed On Front',
  `is_used_for_price_rules` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Used For Price Rules',
  `is_filterable_in_search` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Filterable In Search',
  `used_in_product_listing` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Used In Product Listing',
  `used_for_sort_by` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Used For Sorting',
  `apply_to` varchar(255) DEFAULT NULL COMMENT 'Apply To',
  `is_visible_in_advanced_search` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Visible In Advanced Search',
  `position` int(11) NOT NULL DEFAULT '0' COMMENT 'Position',
  `is_wysiwyg_enabled` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is WYSIWYG Enabled',
  `is_used_for_promo_rules` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Used For Promo Rules',
  `is_required_in_admin_store` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Required In Admin Store',
  `is_used_in_grid` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Used in Grid',
  `is_visible_in_grid` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Visible in Grid',
  `is_filterable_in_grid` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Filterable in Grid',
  `search_weight` float NOT NULL DEFAULT '1' COMMENT 'Search Weight',
  `additional_data` text COMMENT 'Additional swatch attributes data',
  PRIMARY KEY (`attribute_id`),
  KEY `CATALOG_EAV_ATTRIBUTE_USED_FOR_SORT_BY` (`used_for_sort_by`),
  KEY `CATALOG_EAV_ATTRIBUTE_USED_IN_PRODUCT_LISTING` (`used_in_product_listing`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog EAV Attribute Table';

--
-- Dumping data for table `catalog_eav_attribute`
--

LOCK TABLES `catalog_eav_attribute` WRITE;
/*!40000 ALTER TABLE `catalog_eav_attribute` DISABLE KEYS */;
INSERT INTO `catalog_eav_attribute` VALUES (45,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(46,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(47,NULL,0,1,0,0,0,0,1,0,0,0,0,NULL,0,'0',1,0,0,0,0,0,'1',NULL),(48,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(49,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(50,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(51,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(52,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(53,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(54,NULL,1,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(55,NULL,1,0,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(56,NULL,1,0,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(57,NULL,1,0,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(58,NULL,1,0,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(59,NULL,1,0,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(60,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(61,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(62,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(63,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(64,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(65,NULL,1,0,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(66,NULL,1,0,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(67,'Magento\\Catalog\\Block\\Adminhtml\\Category\\Helper\\Sortby\\Available',0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(68,'Magento\\Catalog\\Block\\Adminhtml\\Category\\Helper\\Sortby\\DefaultSortby',0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(69,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(70,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(71,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(72,'Magento\\Catalog\\Block\\Adminhtml\\Category\\Helper\\Pricestep',0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(73,NULL,0,1,1,0,0,0,0,0,0,1,1,NULL,1,'0',0,0,0,0,0,0,'5',NULL),(74,NULL,1,1,1,0,1,0,0,0,0,0,0,NULL,1,'0',0,0,0,0,0,0,'6',NULL),(75,NULL,0,1,1,0,1,0,1,0,0,0,0,NULL,1,'0',1,0,0,0,0,0,'1',NULL),(76,NULL,0,1,1,0,1,0,1,0,0,1,0,NULL,1,'0',1,0,0,1,0,0,'1',NULL),(77,NULL,1,1,1,1,0,0,0,0,0,1,1,'simple,virtual,bundle,downloadable,configurable',1,'0',0,0,0,0,0,0,'1',NULL),(78,NULL,1,1,0,0,0,0,0,0,0,1,0,'simple,virtual,bundle,downloadable,configurable',0,'0',0,0,0,1,0,1,'1',NULL),(79,NULL,2,1,0,0,0,0,0,0,0,1,0,'simple,virtual,bundle,downloadable,configurable',0,'0',0,0,0,1,0,0,'1',NULL),(80,NULL,2,1,0,0,0,0,0,0,0,1,0,'simple,virtual,bundle,downloadable,configurable',0,'0',0,0,0,1,0,0,'1',NULL),(81,NULL,1,1,0,0,0,0,0,0,0,0,0,'simple,virtual,downloadable',0,'0',0,0,0,1,0,1,'1',NULL),(82,'Magento\\Catalog\\Block\\Adminhtml\\Product\\Helper\\Form\\Weight',1,1,0,0,0,0,0,0,0,0,0,'simple,virtual,bundle,downloadable,configurable',0,'0',0,0,0,1,0,1,'1',NULL),(84,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,1,0,1,'1',NULL),(85,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,1,0,1,'1',NULL),(86,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,1,0,1,'1',NULL),(87,NULL,0,1,0,0,0,0,0,0,0,1,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(88,NULL,0,1,0,0,0,0,0,0,0,1,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(89,NULL,0,1,0,0,0,0,0,0,0,1,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(90,NULL,1,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(91,NULL,1,0,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(92,NULL,2,1,0,0,0,0,0,0,0,0,0,'simple,virtual,bundle,downloadable',0,'0',0,0,0,0,0,0,'1',NULL),(94,NULL,2,1,0,0,0,0,0,0,0,1,0,NULL,0,'0',0,0,0,1,0,0,'1',NULL),(95,NULL,2,1,0,0,0,0,0,0,0,1,0,NULL,0,'0',0,0,0,1,0,0,'1',NULL),(96,NULL,1,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(97,'Magento\\Framework\\Data\\Form\\Element\\Hidden',2,1,1,0,0,0,0,0,0,1,0,NULL,0,'0',0,0,1,0,0,0,'1',NULL),(98,NULL,1,0,0,0,0,0,0,0,0,0,0,'simple,virtual,bundle,downloadable,configurable',0,'0',0,0,0,0,0,0,'1',NULL),(99,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,1,0,0,0,'1',NULL),(100,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,1,0,1,'1',NULL),(101,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,1,0,0,'1',NULL),(102,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,1,0,0,'1',NULL),(103,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(104,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,1,0,0,'1',NULL),(105,'Magento\\Catalog\\Block\\Adminhtml\\Product\\Helper\\Form\\Category',1,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(106,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(107,NULL,1,0,0,0,0,0,0,0,0,1,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(108,NULL,1,0,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(109,NULL,0,0,0,0,0,0,0,0,0,1,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(110,NULL,0,0,0,0,0,0,0,0,0,1,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(111,NULL,0,0,0,0,0,0,0,0,0,1,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(112,NULL,1,0,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(113,NULL,1,0,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(114,NULL,2,1,0,0,0,0,0,0,0,0,0,'simple,bundle,grouped,configurable',0,'0',0,0,0,1,0,1,'1',NULL),(115,'Magento\\CatalogInventory\\Block\\Adminhtml\\Form\\Field\\Stock',1,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(116,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,1,0,0,'1',NULL),(117,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(118,NULL,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(119,NULL,0,1,0,0,0,0,0,0,0,1,0,NULL,0,'0',0,0,0,1,0,1,'1',NULL),(120,NULL,0,0,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(121,'Magento\\Msrp\\Block\\Adminhtml\\Product\\Helper\\Form\\Type',1,1,0,0,0,0,0,0,0,1,0,'simple,virtual,downloadable,bundle,configurable',0,'0',0,0,0,1,0,1,'1',NULL),(122,'Magento\\Msrp\\Block\\Adminhtml\\Product\\Helper\\Form\\Type\\Price',2,1,0,0,0,0,0,0,0,1,0,'simple,virtual,downloadable,bundle,configurable',0,'0',0,0,0,0,0,0,'1',NULL),(123,NULL,1,1,0,0,0,0,0,0,0,1,0,'bundle',0,'0',0,0,0,0,0,0,'1',NULL),(124,NULL,1,1,0,0,0,0,0,0,0,0,0,'bundle',0,'0',0,0,0,0,0,0,'1',NULL),(125,NULL,1,1,0,0,0,0,0,0,0,1,0,'bundle',0,'0',0,0,0,0,0,0,'1',NULL),(126,NULL,1,1,0,0,0,0,0,0,0,1,0,'bundle',0,'0',0,0,0,0,0,0,'1',NULL),(127,NULL,1,1,0,0,0,0,0,0,0,1,0,'bundle',0,'0',0,0,0,0,0,0,'1',NULL),(128,NULL,1,0,0,0,0,0,0,0,0,1,0,'downloadable',0,'0',0,0,0,0,0,0,'1',NULL),(129,NULL,0,0,0,0,0,0,0,0,0,0,0,'downloadable',0,'0',0,0,0,0,0,0,'1',NULL),(130,NULL,0,0,0,0,0,0,0,0,0,0,0,'downloadable',0,'0',0,0,0,0,0,0,'1',NULL),(131,NULL,1,0,0,0,0,0,0,0,0,1,0,'downloadable',0,'0',0,0,0,0,0,0,'1',NULL),(132,'Magento\\GiftMessage\\Block\\Adminhtml\\Product\\Helper\\Form\\Config',1,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,1,0,0,'1',NULL),(133,NULL,0,1,0,0,0,0,0,0,0,1,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(134,NULL,2,1,1,0,0,0,0,0,0,1,0,'simple,virtual,bundle,downloadable,configurable',0,'0',0,0,0,1,0,1,'1',NULL),(135,NULL,0,1,1,1,0,1,1,0,1,0,0,NULL,0,'0',0,0,0,0,1,0,'1',NULL),(136,NULL,0,1,1,1,0,1,1,0,1,0,0,NULL,0,'0',0,0,0,0,1,0,'1',NULL),(137,NULL,0,1,1,1,0,1,1,0,1,0,0,NULL,0,'0',0,0,0,0,1,0,'1',NULL),(138,NULL,0,1,1,0,0,1,1,0,0,0,0,NULL,0,'0',0,0,0,0,1,0,'1',NULL),(139,NULL,0,1,1,0,0,1,1,0,0,0,0,NULL,0,'0',0,0,0,0,1,0,'1',NULL),(140,NULL,0,1,1,0,0,1,1,0,0,0,0,NULL,0,'0',0,0,0,0,1,0,'1',NULL),(141,NULL,0,1,1,1,0,1,1,0,1,0,0,NULL,0,'0',0,0,0,0,1,0,'1',NULL),(142,NULL,0,1,1,0,0,1,1,0,0,0,0,NULL,0,'0',0,0,0,0,1,0,'1',NULL),(143,NULL,1,1,1,1,0,1,1,0,1,1,0,NULL,0,'0',0,0,0,0,1,0,'1','{\"swatch_input_type\":\"visual\",\"update_product_preview_image\":\"0\",\"use_product_image_for_swatch\":\"0\"}'),(144,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(145,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(146,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(147,NULL,0,1,0,0,0,0,0,0,0,1,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(148,NULL,0,1,0,0,0,0,0,0,0,1,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(149,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(150,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(151,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(152,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(153,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(154,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(155,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(156,NULL,0,1,0,0,0,0,0,0,0,0,0,NULL,0,'0',0,0,0,0,0,0,'1',NULL),(157,NULL,0,1,1,1,1,0,0,0,0,1,0,NULL,1,'0',0,0,0,0,0,0,'1',NULL);
/*!40000 ALTER TABLE `catalog_eav_attribute` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_bundle_option`
--

DROP TABLE IF EXISTS `catalog_product_bundle_option`;
CREATE TABLE `catalog_product_bundle_option` (
  `option_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Option Id',
  `parent_id` int(10) unsigned NOT NULL COMMENT 'Parent Id',
  `required` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Required',
  `position` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Position',
  `type` varchar(255) DEFAULT NULL COMMENT 'Type',
  PRIMARY KEY (`option_id`),
  KEY `CATALOG_PRODUCT_BUNDLE_OPTION_PARENT_ID` (`parent_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Bundle Option';

--
-- Table structure for table `catalog_product_bundle_option_value`
--

DROP TABLE IF EXISTS `catalog_product_bundle_option_value`;
CREATE TABLE `catalog_product_bundle_option_value` (
  `value_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
  `option_id` int(10) unsigned NOT NULL COMMENT 'Option Id',
  `parent_product_id` int(10) unsigned NOT NULL COMMENT 'Parent Product Id',
  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store Id',
  `title` varchar(255) DEFAULT NULL COMMENT 'Title',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `CAT_PRD_BNDL_OPT_VAL_OPT_ID_PARENT_PRD_ID_STORE_ID` (`option_id`,`parent_product_id`,`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Bundle Option Value';

--
-- Table structure for table `catalog_product_bundle_price_index`
--

DROP TABLE IF EXISTS `catalog_product_bundle_price_index`;
CREATE TABLE `catalog_product_bundle_price_index` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity Id',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website Id',
  `customer_group_id` int(10) unsigned NOT NULL COMMENT 'Customer Group Id',
  `min_price` decimal(12,4) NOT NULL COMMENT 'Min Price',
  `max_price` decimal(12,4) NOT NULL COMMENT 'Max Price',
  PRIMARY KEY (`entity_id`,`website_id`,`customer_group_id`),
  KEY `CATALOG_PRODUCT_BUNDLE_PRICE_INDEX_WEBSITE_ID` (`website_id`),
  KEY `CATALOG_PRODUCT_BUNDLE_PRICE_INDEX_CUSTOMER_GROUP_ID` (`customer_group_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Bundle Price Index';

--
-- Table structure for table `catalog_product_bundle_selection`
--

DROP TABLE IF EXISTS `catalog_product_bundle_selection`;
CREATE TABLE `catalog_product_bundle_selection` (
  `selection_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Selection Id',
  `option_id` int(10) unsigned NOT NULL COMMENT 'Option Id',
  `parent_product_id` int(10) unsigned NOT NULL COMMENT 'Parent Product Id',
  `product_id` int(10) unsigned NOT NULL COMMENT 'Product Id',
  `position` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Position',
  `is_default` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Default',
  `selection_price_type` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Selection Price Type',
  `selection_price_value` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Selection Price Value',
  `selection_qty` decimal(12,4) DEFAULT NULL COMMENT 'Selection Qty',
  `selection_can_change_qty` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Selection Can Change Qty',
  PRIMARY KEY (`selection_id`),
  KEY `CATALOG_PRODUCT_BUNDLE_SELECTION_OPTION_ID` (`option_id`),
  KEY `CATALOG_PRODUCT_BUNDLE_SELECTION_PRODUCT_ID` (`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Bundle Selection';

--
-- Table structure for table `catalog_product_bundle_selection_price`
--

DROP TABLE IF EXISTS `catalog_product_bundle_selection_price`;
CREATE TABLE `catalog_product_bundle_selection_price` (
  `selection_id` int(10) unsigned NOT NULL COMMENT 'Selection Id',
  `parent_product_id` int(10) unsigned NOT NULL COMMENT 'Parent Product Id',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website Id',
  `selection_price_type` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Selection Price Type',
  `selection_price_value` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Selection Price Value',
  PRIMARY KEY (`selection_id`,`parent_product_id`,`website_id`),
  KEY `CATALOG_PRODUCT_BUNDLE_SELECTION_PRICE_WEBSITE_ID` (`website_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Bundle Selection Price';

--
-- Table structure for table `catalog_product_bundle_stock_index`
--

DROP TABLE IF EXISTS `catalog_product_bundle_stock_index`;
CREATE TABLE `catalog_product_bundle_stock_index` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity Id',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website Id',
  `stock_id` smallint(5) unsigned NOT NULL COMMENT 'Stock Id',
  `option_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Option Id',
  `stock_status` smallint(6) DEFAULT '0' COMMENT 'Stock Status',
  PRIMARY KEY (`entity_id`,`website_id`,`stock_id`,`option_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Bundle Stock Index';

--
-- Table structure for table `catalog_product_entity`
--

DROP TABLE IF EXISTS `catalog_product_entity`;
CREATE TABLE `catalog_product_entity` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity ID',
  `attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Set ID',
  `type_id` varchar(32) NOT NULL DEFAULT 'simple' COMMENT 'Type ID',
  `sku` varchar(64) DEFAULT NULL COMMENT 'SKU',
  `has_options` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Has Options',
  `required_options` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Required Options',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Creation Time',
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Update Time',
  PRIMARY KEY (`entity_id`),
  KEY `CATALOG_PRODUCT_ENTITY_ATTRIBUTE_SET_ID` (`attribute_set_id`),
  KEY `CATALOG_PRODUCT_ENTITY_SKU` (`sku`)
) ENGINE=InnoDB AUTO_INCREMENT=49 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Table';

--
-- Dumping data for table `catalog_product_entity`
--

LOCK TABLES `catalog_product_entity` WRITE;
/*!40000 ALTER TABLE `catalog_product_entity` DISABLE KEYS */;
INSERT INTO `catalog_product_entity` VALUES ('1',4,'simple','9658',0,0,'2017-11-26 08:34:18','2017-12-26 13:40:17'),('2',4,'simple','3546',0,0,'2017-11-26 08:38:45','2017-12-26 13:42:36'),('3',4,'simple','2653',0,0,'2017-11-26 08:40:06','2017-12-26 13:40:41'),('4',4,'simple','3665',0,0,'2017-11-26 08:40:18','2017-12-26 13:40:58'),('5',4,'simple','2345',0,0,'2017-11-26 08:40:28','2017-12-26 13:41:19'),('6',4,'simple','4443',1,1,'2017-11-26 08:54:33','2017-12-26 13:41:41'),('7',4,'simple','2488',1,1,'2017-11-26 08:54:48','2017-12-26 13:41:59'),('8',4,'simple','2377',1,1,'2017-11-26 08:55:04','2017-12-26 13:42:16'),('14',4,'simple','6133',1,1,'2017-11-26 09:10:01','2017-11-26 09:12:02'),('15',4,'simple','5123',1,1,'2017-11-26 09:10:05','2017-11-26 09:11:22'),('16',4,'configurable','5111',1,1,'2017-11-26 09:14:57','2017-11-26 09:23:06'),('17',4,'configurable','9654',1,1,'2017-11-26 09:15:01','2017-12-26 13:38:10'),('18',4,'configurable','4762',1,1,'2017-11-26 09:15:14','2017-12-26 13:38:30'),('19',4,'configurable','8112',1,1,'2017-11-26 09:15:27','2017-12-26 13:38:44'),('20',4,'configurable','4998',1,1,'2017-11-26 09:15:40','2017-11-26 09:24:28'),('21',4,'simple','5111-black',0,0,'2017-11-26 09:23:03','2017-11-26 09:25:27'),('22',4,'simple','5111-blue',0,0,'2017-11-26 09:23:05','2017-11-26 09:25:35'),('23',4,'simple','9654-pink',0,0,'2017-11-26 09:23:26','2017-11-26 09:25:58'),('24',4,'simple','9654-white',0,0,'2017-11-26 09:23:27','2017-11-26 09:25:50'),('25',4,'simple','4762-red',0,0,'2017-11-26 09:23:46','2017-11-26 09:26:17'),('26',4,'simple','4762-white',0,0,'2017-11-26 09:23:47','2017-11-26 09:26:22'),('27',4,'simple','4762-black',0,0,'2017-11-26 09:23:48','2017-11-26 09:26:10'),('28',4,'simple','8112-blue',0,0,'2017-11-26 09:24:07','2017-11-26 09:26:43'),('29',4,'simple','8112-pink',0,0,'2017-11-26 09:24:08','2017-11-26 09:26:36'),('30',4,'simple','4998-white',0,0,'2017-11-26 09:24:26','2017-11-26 09:27:01'),('31',4,'simple','4998-black',0,0,'2017-11-26 09:24:27','2017-11-26 09:26:55'),('32',4,'configurable','4112',1,1,'2017-11-26 09:29:27','2017-12-26 13:37:00'),('33',4,'configurable','4221',1,1,'2017-11-26 09:29:30','2017-12-26 13:36:39'),('34',4,'configurable','4331',1,1,'2017-11-26 09:29:42','2017-12-26 13:37:19'),('35',4,'configurable','4521',1,1,'2017-11-26 09:29:53','2017-12-26 13:37:28'),('36',4,'configurable','4556',1,1,'2017-11-26 09:30:04','2017-12-26 13:37:55'),('37',4,'simple','h-1-1-1-1-1',0,0,'2017-11-26 09:30:15','2017-11-26 09:30:15'),('38',4,'simple','4112-blue',0,0,'2017-11-26 09:35:16','2017-11-26 09:40:07'),('39',4,'simple','4112-white',0,0,'2017-11-26 09:35:17','2017-11-26 09:40:01'),('40',4,'simple','4521-black',0,0,'2017-11-26 09:35:38','2017-11-26 09:37:53'),('41',4,'simple','4521-pink',0,0,'2017-11-26 09:35:39','2017-11-26 09:37:47'),('42',4,'simple','4556-white',0,0,'2017-11-26 09:35:59','2017-11-26 09:38:10'),('43',4,'simple','4556-red',0,0,'2017-11-26 09:36:00','2017-11-26 09:38:16'),('44',4,'simple','4331-red',0,0,'2017-11-26 09:36:20','2017-11-26 09:39:26'),('45',4,'simple','4331-white',0,0,'2017-11-26 09:36:22','2017-11-26 09:39:31'),('46',4,'simple','4331-black',0,0,'2017-11-26 09:36:23','2017-11-26 09:39:20'),('47',4,'simple','4221-pink',0,0,'2017-11-26 09:36:39','2017-11-26 09:39:45'),('48',4,'simple','4221-white',0,0,'2017-11-26 09:36:41','2017-11-26 09:39:39');
/*!40000 ALTER TABLE `catalog_product_entity` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_entity_datetime`
--

DROP TABLE IF EXISTS `catalog_product_entity_datetime`;
CREATE TABLE `catalog_product_entity_datetime` (
  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',
  `value` datetime DEFAULT NULL COMMENT 'Value',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `CATALOG_PRODUCT_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),
  KEY `CATALOG_PRODUCT_ENTITY_DATETIME_ATTRIBUTE_ID` (`attribute_id`),
  KEY `CATALOG_PRODUCT_ENTITY_DATETIME_STORE_ID` (`store_id`)
) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Datetime Attribute Backend Table';

--
-- Dumping data for table `catalog_product_entity_datetime`
--

LOCK TABLES `catalog_product_entity_datetime` WRITE;
/*!40000 ALTER TABLE `catalog_product_entity_datetime` DISABLE KEYS */;
INSERT INTO `catalog_product_entity_datetime` VALUES ('1',94,0,'33','2017-12-26 00:00:00'),('2',95,0,'33','2025-12-26 00:00:00'),('3',94,0,'32','2017-12-26 00:00:00'),('4',95,0,'32','2025-12-26 00:00:00'),('5',94,0,'34','2017-12-26 00:00:00'),('6',95,0,'34','2025-12-26 00:00:00'),('7',94,0,'35','2017-12-26 00:00:00'),('8',95,0,'35','2025-12-26 00:00:00'),('9',94,0,'36','2017-12-26 00:00:00'),('10',95,0,'36','2025-12-26 00:00:00'),('11',94,0,'17','2017-12-26 00:00:00'),('12',95,0,'17','2025-12-26 00:00:00'),('13',94,0,'18','2017-12-26 00:00:00'),('14',95,0,'18','2025-12-26 00:00:00'),('15',94,0,'19','2017-12-26 00:00:00'),('16',95,0,'19','2025-12-26 00:00:00'),('17',79,0,'1','2017-12-26 00:00:00'),('18',80,0,'1','2025-12-26 00:00:00'),('19',79,0,'3','2017-12-26 00:00:00'),('20',80,0,'3','2025-12-26 00:00:00'),('21',79,0,'4','2017-12-26 00:00:00'),('22',80,0,'4','2025-12-26 00:00:00'),('23',79,0,'5','2017-12-26 00:00:00'),('24',80,0,'5','2025-12-26 00:00:00'),('25',79,0,'6','2017-12-26 00:00:00'),('26',80,0,'6','2025-12-26 00:00:00'),('27',79,0,'7','2017-12-26 00:00:00'),('28',80,0,'7','2025-12-26 00:00:00'),('29',79,0,'8','2017-12-26 00:00:00'),('30',80,0,'8','2025-12-26 00:00:00'),('31',79,0,'2','2017-12-26 00:00:00'),('32',80,0,'2','2025-12-26 00:00:00');
/*!40000 ALTER TABLE `catalog_product_entity_datetime` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_entity_decimal`
--

DROP TABLE IF EXISTS `catalog_product_entity_decimal`;
CREATE TABLE `catalog_product_entity_decimal` (
  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',
  `value` decimal(12,4) DEFAULT NULL COMMENT 'Value',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `CATALOG_PRODUCT_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),
  KEY `CATALOG_PRODUCT_ENTITY_DECIMAL_STORE_ID` (`store_id`),
  KEY `CATALOG_PRODUCT_ENTITY_DECIMAL_ATTRIBUTE_ID` (`attribute_id`)
) ENGINE=InnoDB AUTO_INCREMENT=167 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Decimal Attribute Backend Table';

--
-- Dumping data for table `catalog_product_entity_decimal`
--

LOCK TABLES `catalog_product_entity_decimal` WRITE;
/*!40000 ALTER TABLE `catalog_product_entity_decimal` DISABLE KEYS */;
INSERT INTO `catalog_product_entity_decimal` VALUES ('1',77,0,'1','36.0000'),('2',82,0,'1','1.0000'),('3',78,0,'1','30.0000'),('4',77,0,'2','39.0000'),('5',82,0,'2','1.0000'),('6',78,0,'2','36.0000'),('7',77,0,'3','66.0000'),('8',82,0,'3','1.0000'),('9',78,0,'3','59.0000'),('12',77,0,'4','19.0000'),('13',82,0,'4','1.0000'),('14',78,0,'4','16.0000'),('17',77,0,'5','27.0000'),('18',82,0,'5','1.0000'),('19',78,0,'5','23.0000'),('22',77,0,'6','42.0000'),('23',82,0,'6','1.0000'),('24',78,0,'6','39.0000'),('25',77,0,'7','26.0000'),('26',82,0,'7','1.0000'),('27',78,0,'7','21.0000'),('30',77,0,'8','31.0000'),('31',82,0,'8','1.0000'),('32',78,0,'8','28.0000'),('45',77,0,'14','43.0000'),('46',82,0,'14','1.0000'),('47',77,0,'15','55.0000'),('48',82,0,'15','1.0000'),('50',78,0,'15',NULL),('51',78,0,'14',NULL),('52',77,0,'16',NULL),('53',82,0,'16','1.0000'),('55',82,0,'17','1.0000'),('57',78,0,'17',NULL),('59',82,0,'18','1.0000'),('60',78,0,'18',NULL),('64',82,0,'19','1.0000'),('65',78,0,'19',NULL),('68',77,0,'20',NULL),('69',82,0,'20','1.0000'),('70',78,0,'20',NULL),('73',78,0,'16',NULL),('74',77,0,'21','51.0000'),('75',82,0,'21','1.0000'),('76',77,0,'22','55.0000'),('77',82,0,'22','1.0000'),('78',77,0,'23','25.0000'),('79',82,0,'23','1.0000'),('80',77,0,'24','29.0000'),('81',82,0,'24','1.0000'),('82',77,0,'25','26.0000'),('83',82,0,'25','1.0000'),('84',77,0,'26','26.0000'),('85',82,0,'26','1.0000'),('86',77,0,'27','28.0000'),('87',82,0,'27','1.0000'),('88',77,0,'28','34.0000'),('89',82,0,'28','1.0000'),('90',77,0,'29','39.0000'),('91',82,0,'29','1.0000'),('92',77,0,'30','16.0000'),('93',82,0,'30','1.0000'),('94',77,0,'31','26.0000'),('95',82,0,'31','1.0000'),('96',78,0,'21',NULL),('97',78,0,'22',NULL),('98',78,0,'24',NULL),('99',78,0,'23',NULL),('100',78,0,'27',NULL),('101',78,0,'25',NULL),('102',78,0,'26',NULL),('103',78,0,'29',NULL),('104',78,0,'28',NULL),('105',78,0,'31',NULL),('106',78,0,'30',NULL),('108',82,0,'32','1.0000'),('110',82,0,'33','1.0000'),('112',78,0,'33',NULL),('114',82,0,'34','1.0000'),('115',78,0,'34',NULL),('119',82,0,'35','1.0000'),('120',78,0,'35',NULL),('124',82,0,'36','1.0000'),('125',78,0,'36',NULL),('128',77,0,'37','54.0000'),('129',82,0,'37','1.0000'),('130',78,0,'37',NULL),('133',78,0,'32',NULL),('134',77,0,'38','63.0000'),('135',82,0,'38','1.0000'),('136',77,0,'39','66.0000'),('137',82,0,'39','1.0000'),('138',77,0,'40','29.0000'),('139',82,0,'40','1.0000'),('140',77,0,'41','36.0000'),('141',82,0,'41','1.0000'),('142',77,0,'42','35.0000'),('143',82,0,'42','1.0000'),('144',77,0,'43','38.0000'),('145',82,0,'43','1.0000'),('146',77,0,'44','25.0000'),('147',82,0,'44','1.0000'),('148',77,0,'45','25.0000'),('149',82,0,'45','1.0000'),('150',77,0,'46','29.0000'),('151',82,0,'46','1.0000'),('152',77,0,'47','33.0000'),('153',82,0,'47','1.0000'),('154',77,0,'48','39.0000'),('155',82,0,'48','1.0000'),('156',78,0,'41',NULL),('157',78,0,'40',NULL),('158',78,0,'42',NULL),('159',78,0,'43',NULL),('160',78,0,'46',NULL),('161',78,0,'44',NULL),('162',78,0,'45',NULL),('163',78,0,'48',NULL),('164',78,0,'47',NULL),('165',78,0,'39',NULL),('166',78,0,'38',NULL);
/*!40000 ALTER TABLE `catalog_product_entity_decimal` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_entity_gallery`
--

DROP TABLE IF EXISTS `catalog_product_entity_gallery`;
CREATE TABLE `catalog_product_entity_gallery` (
  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',
  `position` int(11) NOT NULL DEFAULT '0' COMMENT 'Position',
  `value` varchar(255) DEFAULT NULL COMMENT 'Value',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `CATALOG_PRODUCT_ENTITY_GALLERY_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),
  KEY `CATALOG_PRODUCT_ENTITY_GALLERY_ENTITY_ID` (`entity_id`),
  KEY `CATALOG_PRODUCT_ENTITY_GALLERY_ATTRIBUTE_ID` (`attribute_id`),
  KEY `CATALOG_PRODUCT_ENTITY_GALLERY_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Gallery Attribute Backend Table';

--
-- Table structure for table `catalog_product_entity_int`
--

DROP TABLE IF EXISTS `catalog_product_entity_int`;
CREATE TABLE `catalog_product_entity_int` (
  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',
  `value` int(11) DEFAULT NULL COMMENT 'Value',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `CATALOG_PRODUCT_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),
  KEY `CATALOG_PRODUCT_ENTITY_INT_ATTRIBUTE_ID` (`attribute_id`),
  KEY `CATALOG_PRODUCT_ENTITY_INT_STORE_ID` (`store_id`)
) ENGINE=InnoDB AUTO_INCREMENT=627 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Integer Attribute Backend Table';

--
-- Dumping data for table `catalog_product_entity_int`
--

LOCK TABLES `catalog_product_entity_int` WRITE;
/*!40000 ALTER TABLE `catalog_product_entity_int` DISABLE KEYS */;
INSERT INTO `catalog_product_entity_int` VALUES ('1',97,0,'1','1'),('2',99,0,'1','4'),('3',115,0,'1','1'),('4',134,0,'1','2'),('5',135,0,'1','4'),('6',136,0,'1','8'),('7',137,0,'1','11'),('8',138,0,'1','16'),('9',139,0,'1','19'),('10',140,0,'1','21'),('11',141,0,'1','23'),('12',142,0,'1','26'),('13',97,0,'2','1'),('14',99,0,'2','4'),('15',115,0,'2','1'),('16',134,0,'2','2'),('17',135,0,'2','6'),('18',136,0,'2','10'),('19',137,0,'2','13'),('20',138,0,'2','16'),('21',139,0,'2','19'),('22',140,0,'2','22'),('23',141,0,'2','25'),('24',142,0,'2','27'),('25',97,0,'3','1'),('26',99,0,'3','4'),('27',115,0,'3','1'),('28',134,0,'3','2'),('29',135,0,'3','7'),('30',136,0,'3','8'),('31',137,0,'3','14'),('32',138,0,'3','16'),('33',139,0,'3','20'),('34',140,0,'3','22'),('35',141,0,'3','24'),('36',142,0,'3','27'),('38',97,0,'4','1'),('39',99,0,'4','4'),('40',115,0,'4','1'),('41',134,0,'4','2'),('42',135,0,'4','6'),('43',136,0,'4','10'),('44',137,0,'4','11'),('45',138,0,'4','15'),('46',139,0,'4','19'),('47',140,0,'4','22'),('48',141,0,'4','24'),('49',142,0,'4','27'),('51',97,0,'5','1'),('52',99,0,'5','4'),('53',115,0,'5','1'),('54',134,0,'5','2'),('55',135,0,'5','5'),('56',136,0,'5','9'),('57',137,0,'5','12'),('58',138,0,'5','16'),('59',139,0,'5','19'),('60',140,0,'5','22'),('61',141,0,'5','24'),('62',142,0,'5','27'),('64',97,0,'6','1'),('65',99,0,'6','4'),('66',115,0,'6','1'),('67',134,0,'6','2'),('68',135,0,'6','6'),('69',136,0,'6','8'),('70',137,0,'6','11'),('71',138,0,'6','15'),('72',139,0,'6','19'),('73',140,0,'6','21'),('74',141,0,'6','24'),('75',142,0,'6','27'),('76',97,0,'7','1'),('77',99,0,'7','4'),('78',115,0,'7','1'),('79',134,0,'7','2'),('80',135,0,'7','5'),('81',136,0,'7','8'),('82',137,0,'7','11'),('83',138,0,'7','15'),('84',139,0,'7','19'),('85',140,0,'7','21'),('86',141,0,'7','24'),('87',142,0,'7','27'),('89',97,0,'8','1'),('90',99,0,'8','4'),('91',115,0,'8','1'),('92',134,0,'8','2'),('93',135,0,'8','4'),('94',136,0,'8','8'),('95',137,0,'8','13'),('96',138,0,'8','15'),('97',139,0,'8','19'),('98',140,0,'8','21'),('99',141,0,'8','24'),('100',142,0,'8','27'),('162',97,0,'14','1'),('163',99,0,'14','4'),('164',115,0,'14','1'),('165',134,0,'14','2'),('166',135,0,'14','4'),('167',136,0,'14','8'),('168',137,0,'14','13'),('169',138,0,'14','15'),('170',139,0,'14','20'),('171',140,0,'14','22'),('172',141,0,'14','23'),('173',142,0,'14','26'),('174',97,0,'15','1'),('175',99,0,'15','4'),('176',115,0,'15','1'),('177',134,0,'15','2'),('178',135,0,'15','6'),('179',136,0,'15','8'),('180',137,0,'15','13'),('181',138,0,'15','15'),('182',139,0,'15','20'),('183',140,0,'15','22'),('184',141,0,'15','23'),('185',142,0,'15','26'),('187',97,0,'16','1'),('188',99,0,'16','4'),('189',115,0,'16','1'),('190',134,0,'16','2'),('191',135,0,'16','4'),('192',136,0,'16','10'),('193',137,0,'16','13'),('194',138,0,'16','17'),('195',139,0,'16','20'),('196',140,0,'16','22'),('197',141,0,'16','24'),('198',142,0,'16','27'),('199',97,0,'17','1'),('200',99,0,'17','4'),('201',115,0,'17','1'),('202',134,0,'17','2'),('203',135,0,'17','5'),('204',136,0,'17','10'),('205',137,0,'17','12'),('206',138,0,'17','17'),('207',139,0,'17','20'),('208',140,0,'17','22'),('209',141,0,'17','24'),('210',142,0,'17','27'),('212',97,0,'18','1'),('213',99,0,'18','4'),('214',115,0,'18','1'),('215',134,0,'18','2'),('216',135,0,'18','7'),('217',136,0,'18','9'),('218',137,0,'18','11'),('219',138,0,'18','17'),('220',139,0,'18','20'),('221',140,0,'18','22'),('222',141,0,'18','24'),('223',142,0,'18','27'),('225',97,0,'19','1'),('226',99,0,'19','4'),('227',115,0,'19','1'),('228',134,0,'19','2'),('229',135,0,'19','6'),('230',136,0,'19','8'),('231',137,0,'19','11'),('232',138,0,'19','17'),('233',139,0,'19','20'),('234',140,0,'19','22'),('235',141,0,'19','24'),('236',142,0,'19','27'),('238',97,0,'20','1'),('239',99,0,'20','4'),('240',115,0,'20','1'),('241',134,0,'20','2'),('242',135,0,'20','4'),('243',136,0,'20','10'),('244',137,0,'20','13'),('245',138,0,'20','17'),('246',139,0,'20','20'),('247',140,0,'20','22'),('248',141,0,'20','24'),('249',142,0,'20','27'),('251',97,0,'21','1'),('252',99,0,'21','1'),('253',115,0,'21','1'),('254',134,0,'21','2'),('255',135,0,'21','4'),('256',136,0,'21','10'),('257',137,0,'21','13'),('258',138,0,'21','17'),('259',139,0,'21','20'),('260',140,0,'21','22'),('261',141,0,'21','24'),('262',142,0,'21','27'),('263',143,0,'21','28'),('264',97,0,'22','1'),('265',99,0,'22','1'),('266',115,0,'22','1'),('267',134,0,'22','2'),('268',135,0,'22','4'),('269',136,0,'22','10'),('270',137,0,'22','13'),('271',138,0,'22','17'),('272',139,0,'22','20'),('273',140,0,'22','22'),('274',141,0,'22','24'),('275',142,0,'22','27'),('276',143,0,'22','31'),('277',97,0,'23','1'),('278',99,0,'23','1'),('279',115,0,'23','1'),('280',134,0,'23','2'),('281',135,0,'23','5'),('282',136,0,'23','10'),('283',137,0,'23','12'),('284',138,0,'23','17'),('285',139,0,'23','20'),('286',140,0,'23','22'),('287',141,0,'23','24'),('288',142,0,'23','27'),('289',143,0,'23','30'),('290',97,0,'24','1'),('291',99,0,'24','1'),('292',115,0,'24','1'),('293',134,0,'24','2'),('294',135,0,'24','5'),('295',136,0,'24','10'),('296',137,0,'24','12'),('297',138,0,'24','17'),('298',139,0,'24','20'),('299',140,0,'24','22'),('300',141,0,'24','24'),('301',142,0,'24','27'),('302',143,0,'24','29'),('303',97,0,'25','1'),('304',99,0,'25','1'),('305',115,0,'25','1'),('306',134,0,'25','2'),('307',135,0,'25','7'),('308',136,0,'25','9'),('309',137,0,'25','11'),('310',138,0,'25','17'),('311',139,0,'25','20'),('312',140,0,'25','22'),('313',141,0,'25','24'),('314',142,0,'25','27'),('315',143,0,'25','32'),('316',97,0,'26','1'),('317',99,0,'26','1'),('318',115,0,'26','1'),('319',134,0,'26','2'),('320',135,0,'26','7'),('321',136,0,'26','9'),('322',137,0,'26','11'),('323',138,0,'26','17'),('324',139,0,'26','20'),('325',140,0,'26','22'),('326',141,0,'26','24'),('327',142,0,'26','27'),('328',143,0,'26','29'),('329',97,0,'27','1'),('330',99,0,'27','1'),('331',115,0,'27','1'),('332',134,0,'27','2'),('333',135,0,'27','7'),('334',136,0,'27','9'),('335',137,0,'27','11'),('336',138,0,'27','17'),('337',139,0,'27','20'),('338',140,0,'27','22'),('339',141,0,'27','24'),('340',142,0,'27','27'),('341',143,0,'27','28'),('342',97,0,'28','1'),('343',99,0,'28','1'),('344',115,0,'28','1'),('345',134,0,'28','2'),('346',135,0,'28','6'),('347',136,0,'28','8'),('348',137,0,'28','11'),('349',138,0,'28','17'),('350',139,0,'28','20'),('351',140,0,'28','22'),('352',141,0,'28','24'),('353',142,0,'28','27'),('354',143,0,'28','31'),('355',97,0,'29','1'),('356',99,0,'29','1'),('357',115,0,'29','1'),('358',134,0,'29','2'),('359',135,0,'29','6'),('360',136,0,'29','8'),('361',137,0,'29','11'),('362',138,0,'29','17'),('363',139,0,'29','20'),('364',140,0,'29','22'),('365',141,0,'29','24'),('366',142,0,'29','27'),('367',143,0,'29','30'),('368',97,0,'30','1'),('369',99,0,'30','1'),('370',115,0,'30','1'),('371',134,0,'30','2'),('372',135,0,'30','4'),('373',136,0,'30','10'),('374',137,0,'30','13'),('375',138,0,'30','17'),('376',139,0,'30','20'),('377',140,0,'30','22'),('378',141,0,'30','24'),('379',142,0,'30','27'),('380',143,0,'30','29'),('381',97,0,'31','1'),('382',99,0,'31','1'),('383',115,0,'31','1'),('384',134,0,'31','2'),('385',135,0,'31','4'),('386',136,0,'31','10'),('387',137,0,'31','13'),('388',138,0,'31','17'),('389',139,0,'31','20'),('390',140,0,'31','22'),('391',141,0,'31','24'),('392',142,0,'31','27'),('393',143,0,'31','28'),('394',97,0,'32','1'),('395',99,0,'32','4'),('396',115,0,'32','1'),('397',134,0,'32','2'),('398',135,0,'32','6'),('399',136,0,'32','9'),('400',137,0,'32','14'),('401',138,0,'32','16'),('402',139,0,'32','19'),('403',140,0,'32','21'),('404',141,0,'32','24'),('405',142,0,'32','27'),('406',97,0,'33','1'),('407',99,0,'33','4'),('408',115,0,'33','1'),('409',134,0,'33','2'),('410',135,0,'33','5'),('411',136,0,'33','10'),('412',137,0,'33','12'),('413',138,0,'33','16'),('414',139,0,'33','19'),('415',140,0,'33','21'),('416',141,0,'33','24'),('417',142,0,'33','27'),('419',97,0,'34','1'),('420',99,0,'34','4'),('421',115,0,'34','1'),('422',134,0,'34','2'),('423',135,0,'34','4'),('424',136,0,'34','8'),('425',137,0,'34','12'),('426',138,0,'34','16'),('427',139,0,'34','19'),('428',140,0,'34','21'),('429',141,0,'34','24'),('430',142,0,'34','27'),('432',97,0,'35','1'),('433',99,0,'35','4'),('434',115,0,'35','1'),('435',134,0,'35','2'),('436',135,0,'35','5'),('437',136,0,'35','9'),('438',137,0,'35','12'),('439',138,0,'35','16'),('440',139,0,'35','19'),('441',140,0,'35','21'),('442',141,0,'35','24'),('443',142,0,'35','27'),('445',97,0,'36','1'),('446',99,0,'36','4'),('447',115,0,'36','1'),('448',134,0,'36','2'),('449',135,0,'36','4'),('450',136,0,'36','10'),('451',137,0,'36','11'),('452',138,0,'36','16'),('453',139,0,'36','19'),('454',140,0,'36','21'),('455',141,0,'36','24'),('456',142,0,'36','27'),('458',97,0,'37','2'),('459',99,0,'37','4'),('460',115,0,'37','1'),('461',134,0,'37','2'),('462',135,0,'37','6'),('463',136,0,'37','9'),('464',137,0,'37','14'),('465',138,0,'37','16'),('466',139,0,'37','19'),('467',140,0,'37','21'),('468',141,0,'37','24'),('469',142,0,'37','27'),('471',97,0,'38','1'),('472',99,0,'38','1'),('473',115,0,'38','1'),('474',134,0,'38','2'),('475',135,0,'38','6'),('476',136,0,'38','9'),('477',137,0,'38','14'),('478',138,0,'38','16'),('479',139,0,'38','19'),('480',140,0,'38','21'),('481',141,0,'38','24'),('482',142,0,'38','27'),('483',143,0,'38','31'),('484',97,0,'39','1'),('485',99,0,'39','1'),('486',115,0,'39','1'),('487',134,0,'39','2'),('488',135,0,'39','6'),('489',136,0,'39','9'),('490',137,0,'39','14'),('491',138,0,'39','16'),('492',139,0,'39','19'),('493',140,0,'39','21'),('494',141,0,'39','24'),('495',142,0,'39','27'),('496',143,0,'39','29'),('497',97,0,'40','1'),('498',99,0,'40','1'),('499',115,0,'40','1'),('500',134,0,'40','2'),('501',135,0,'40','5'),('502',136,0,'40','9'),('503',137,0,'40','12'),('504',138,0,'40','16'),('505',139,0,'40','19'),('506',140,0,'40','21'),('507',141,0,'40','24'),('508',142,0,'40','27'),('509',143,0,'40','28'),('510',97,0,'41','1'),('511',99,0,'41','1'),('512',115,0,'41','1'),('513',134,0,'41','2'),('514',135,0,'41','5'),('515',136,0,'41','9'),('516',137,0,'41','12'),('517',138,0,'41','16'),('518',139,0,'41','19'),('519',140,0,'41','21'),('520',141,0,'41','24'),('521',142,0,'41','27'),('522',143,0,'41','30'),('523',97,0,'42','1'),('524',99,0,'42','1'),('525',115,0,'42','1'),('526',134,0,'42','2'),('527',135,0,'42','4'),('528',136,0,'42','10'),('529',137,0,'42','11'),('530',138,0,'42','16'),('531',139,0,'42','19'),('532',140,0,'42','21'),('533',141,0,'42','24'),('534',142,0,'42','27'),('535',143,0,'42','29'),('536',97,0,'43','1'),('537',99,0,'43','1'),('538',115,0,'43','1'),('539',134,0,'43','2'),('540',135,0,'43','4'),('541',136,0,'43','10'),('542',137,0,'43','11'),('543',138,0,'43','16'),('544',139,0,'43','19'),('545',140,0,'43','21'),('546',141,0,'43','24'),('547',142,0,'43','27'),('548',143,0,'43','32'),('549',97,0,'44','1'),('550',99,0,'44','1'),('551',115,0,'44','1'),('552',134,0,'44','2'),('553',135,0,'44','4'),('554',136,0,'44','8'),('555',137,0,'44','12'),('556',138,0,'44','16'),('557',139,0,'44','19'),('558',140,0,'44','21'),('559',141,0,'44','24'),('560',142,0,'44','27'),('561',143,0,'44','32'),('562',97,0,'45','1'),('563',99,0,'45','1'),('564',115,0,'45','1'),('565',134,0,'45','2'),('566',135,0,'45','4'),('567',136,0,'45','8'),('568',137,0,'45','12'),('569',138,0,'45','16'),('570',139,0,'45','19'),('571',140,0,'45','21'),('572',141,0,'45','24'),('573',142,0,'45','27'),('574',143,0,'45','29'),('575',97,0,'46','1'),('576',99,0,'46','1'),('577',115,0,'46','1'),('578',134,0,'46','2'),('579',135,0,'46','4'),('580',136,0,'46','8'),('581',137,0,'46','12'),('582',138,0,'46','16'),('583',139,0,'46','19'),('584',140,0,'46','21'),('585',141,0,'46','24'),('586',142,0,'46','27'),('587',143,0,'46','28'),('588',97,0,'47','1'),('589',99,0,'47','1'),('590',115,0,'47','1'),('591',134,0,'47','2'),('592',135,0,'47','5'),('593',136,0,'47','10'),('594',137,0,'47','12'),('595',138,0,'47','16'),('596',139,0,'47','19'),('597',140,0,'47','21'),('598',141,0,'47','24'),('599',142,0,'47','27'),('600',143,0,'47','30'),('601',97,0,'48','1'),('602',99,0,'48','1'),('603',115,0,'48','1'),('604',134,0,'48','2'),('605',135,0,'48','5'),('606',136,0,'48','10'),('607',137,0,'48','12'),('608',138,0,'48','16'),('609',139,0,'48','19'),('610',140,0,'48','21'),('611',141,0,'48','24'),('612',142,0,'48','27'),('613',143,0,'48','29'),('614',157,0,'1','1'),('615',157,0,'2','1'),('616',157,0,'3','6'),('617',157,0,'4','6'),('618',157,0,'5','5'),('619',157,0,'6','5'),('620',157,0,'7','4'),('621',157,0,'8','4'),('622',157,0,'14','3'),('623',157,0,'15','3'),('624',157,0,'17','2'),('625',157,0,'18','2'),('626',157,0,'20','2');
/*!40000 ALTER TABLE `catalog_product_entity_int` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_entity_media_gallery`
--

DROP TABLE IF EXISTS `catalog_product_entity_media_gallery`;
CREATE TABLE `catalog_product_entity_media_gallery` (
  `value_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
  `value` varchar(255) DEFAULT NULL COMMENT 'Value',
  `media_type` varchar(32) NOT NULL DEFAULT 'image' COMMENT 'Media entry type',
  `disabled` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Visibility status',
  PRIMARY KEY (`value_id`),
  KEY `CATALOG_PRODUCT_ENTITY_MEDIA_GALLERY_ATTRIBUTE_ID` (`attribute_id`)
) ENGINE=InnoDB AUTO_INCREMENT=144 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Media Gallery Attribute Backend Table';

--
-- Dumping data for table `catalog_product_entity_media_gallery`
--

LOCK TABLES `catalog_product_entity_media_gallery` WRITE;
/*!40000 ALTER TABLE `catalog_product_entity_media_gallery` DISABLE KEYS */;
INSERT INTO `catalog_product_entity_media_gallery` VALUES ('1',90,'/a/s/asos_bridal_here_comes_the_bride_vest_short_pyjama_set.jpg','image',0),('2',90,'/a/s/asos_bridal_here_comes_the_bride_vest_short_pyjama_set_1.jpg','image',0),('3',90,'/a/s/asos_bridal_here_comes_the_bride_vest_short_pyjama_set_2.jpg','image',0),('4',90,'/a/s/asos_bridal_here_comes_the_bride_vest_short_pyjama_set_3.jpg','image',0),('5',90,'/h/q/hqdefault.jpg','external-video',0),('6',90,'/a/s/asos_hi-leg_hi-shine_body.jpg','image',0),('7',90,'/a/s/asos_hi-leg_hi-shine_body_1.jpg','image',0),('8',90,'/a/s/asos_hi-leg_hi-shine_body_2.jpg','image',0),('9',90,'/a/s/asos_hi-leg_hi-shine_body_3.jpg','image',0),('10',90,'/h/q/hqdefault_1.jpg','external-video',0),('11',90,'/a/s/asos_leanna_lace_up_satin_half_cup_moulded_underwire_bra.jpg','image',0),('12',90,'/a/s/asos_leanna_lace_up_satin_half_cup_moulded_underwire_bra_1.jpg','image',0),('13',90,'/a/s/asos_leanna_lace_up_satin_half_cup_moulded_underwire_bra_2.jpg','image',0),('14',90,'/a/s/asos_leanna_lace_up_satin_half_cup_moulded_underwire_bra_3.jpg','image',0),('15',90,'/h/q/hqdefault_2.jpg','external-video',0),('16',90,'/a/s/asos_madison_lace_underwire_bra.jpg','image',0),('17',90,'/a/s/asos_madison_lace_underwire_bra_1.jpg','image',0),('18',90,'/a/s/asos_madison_lace_underwire_bra_2.jpg','image',0),('19',90,'/a/s/asos_madison_lace_underwire_bra_3.jpg','image',0),('20',90,'/h/q/hqdefault_3.jpg','external-video',0),('21',90,'/a/s/asos_shake_your_coconuts_vest_short_pyjama_set.jpg','image',0),('22',90,'/a/s/asos_shake_your_coconuts_vest_short_pyjama_set_1.jpg','image',0),('23',90,'/a/s/asos_shake_your_coconuts_vest_short_pyjama_set_2.jpg','image',0),('24',90,'/a/s/asos_shake_your_coconuts_vest_short_pyjama_set_3.jpg','image',0),('25',90,'/h/q/hqdefault_4.jpg','external-video',0),('26',90,'/b/r/bridal_confetti_queen_tee_short_pyjama_set.jpg','image',0),('27',90,'/b/r/bridal_confetti_queen_tee_short_pyjama_set_1.jpg','image',0),('28',90,'/b/r/bridal_confetti_queen_tee_short_pyjama_set_2.jpg','image',0),('29',90,'/b/r/bridal_confetti_queen_tee_short_pyjama_set_3.jpg','image',0),('30',90,'/h/q/hqdefault_5.jpg','external-video',0),('31',90,'/b/r/bridal_valentina_corded_lace_slip.jpg','image',0),('32',90,'/b/r/bridal_valentina_corded_lace_slip_1.jpg','image',0),('33',90,'/b/r/bridal_valentina_corded_lace_slip_2.jpg','image',0),('34',90,'/b/r/bridal_valentina_corded_lace_slip_3.jpg','image',0),('35',90,'/h/q/hqdefault_6.jpg','external-video',0),('36',90,'/c/a/cath_kidston_guards_pyjama_tshirt.jpg','image',0),('37',90,'/c/a/cath_kidston_guards_pyjama_tshirt_1.jpg','image',0),('38',90,'/c/a/cath_kidston_guards_pyjama_tshirt_2.jpg','image',0),('39',90,'/c/a/cath_kidston_guards_pyjama_tshirt_3.jpg','image',0),('40',90,'/h/q/hqdefault_7.jpg','external-video',0),('41',90,'/l/a/lace_trim_long_sleeve_tee_short_pyjama_set.jpg','image',0),('42',90,'/l/a/lace_trim_long_sleeve_tee_short_pyjama_set_1.jpg','image',0),('43',90,'/l/a/lace_trim_long_sleeve_tee_short_pyjama_set_2.jpg','image',0),('44',90,'/l/a/lace_trim_long_sleeve_tee_short_pyjama_set_3.jpg','image',0),('45',90,'/h/q/hqdefault_8.jpg','external-video',0),('46',90,'/m/a/marie_meili_brooke_two_pack_bra.jpg','image',0),('47',90,'/m/a/marie_meili_brooke_two_pack_bra_1.jpg','image',0),('48',90,'/m/a/marie_meili_brooke_two_pack_bra_2.jpg','image',0),('49',90,'/m/a/marie_meili_brooke_two_pack_bra_3.jpg','image',0),('50',90,'/h/q/hqdefault_9.jpg','external-video',0),('51',90,'/m/a/marie_meili_wisdom_super_push_up_bra.jpg','image',0),('52',90,'/m/a/marie_meili_wisdom_super_push_up_bra_1.jpg','image',0),('53',90,'/m/a/marie_meili_wisdom_super_push_up_bra_2.jpg','image',0),('54',90,'/m/a/marie_meili_wisdom_super_push_up_bra_3.jpg','image',0),('55',90,'/h/q/hqdefault_10.jpg','external-video',0),('56',90,'/m/i/mix_match.jpg','image',0),('57',90,'/m/i/mix_match_1.jpg','image',0),('58',90,'/m/i/mix_match_2.jpg','image',0),('59',90,'/m/i/mix_match_3.jpg','image',0),('60',90,'/h/q/hqdefault_11.jpg','external-video',0),('61',90,'/o/y/oysho_escote_croazon_dot_body.jpg','image',0),('62',90,'/o/y/oysho_escote_croazon_dot_body_1.jpg','image',0),('63',90,'/o/y/oysho_escote_croazon_dot_body_2.jpg','image',0),('64',90,'/o/y/oysho_escote_croazon_dot_body_3.jpg','image',0),('65',90,'/h/q/hqdefault_12.jpg','external-video',0),('66',90,'/s/h/shoulder_detail_lace_underwire_bralet.jpg','image',0),('67',90,'/s/h/shoulder_detail_lace_underwire_bralet_1.jpg','image',0),('68',90,'/s/h/shoulder_detail_lace_underwire_bralet_2.jpg','image',0),('69',90,'/s/h/shoulder_detail_lace_underwire_bralet_3.jpg','image',0),('70',90,'/h/q/hqdefault_13.jpg','external-video',0),('71',90,'/u/n/undiz_ampli_mico_t-shirt_bra.jpg','image',0),('72',90,'/u/n/undiz_ampli_mico_t-shirt_bra_1.jpg','image',0),('73',90,'/u/n/undiz_ampli_mico_t-shirt_bra_2.jpg','image',0),('74',90,'/u/n/undiz_ampli_mico_t-shirt_bra_3.jpg','image',0),('75',90,'/h/q/hqdefault_14.jpg','external-video',0),('76',90,'/m/a/marie_meili_wisdom_super_push_up_bra_4.jpg','image',0),('77',90,'/m/a/marie_meili_wisdom_super_push_up_bra_1_1.jpg','image',0),('78',90,'/m/a/marie_meili_wisdom_super_push_up_bra_2_1.jpg','image',0),('79',90,'/m/a/marie_meili_wisdom_super_push_up_bra_3_1.jpg','image',0),('80',90,'/m/i/mix_match_4.jpg','image',0),('81',90,'/m/i/mix_match_1_1.jpg','image',0),('82',90,'/m/i/mix_match_2_1.jpg','image',0),('83',90,'/m/i/mix_match_3_1.jpg','image',0),('84',90,'/o/y/oysho_escote_croazon_dot_body_4.jpg','image',0),('85',90,'/o/y/oysho_escote_croazon_dot_body_1_1.jpg','image',0),('86',90,'/o/y/oysho_escote_croazon_dot_body_1_1_1.jpg','image',0),('87',90,'/o/y/oysho_escote_croazon_dot_body_2_1.jpg','image',0),('88',90,'/o/y/oysho_escote_croazon_dot_body_2_2.jpg','image',0),('89',90,'/o/y/oysho_escote_croazon_dot_body_3_1.jpg','image',0),('90',90,'/s/h/shoulder_detail_lace_underwire_bralet_2_1.jpg','image',0),('91',90,'/s/h/shoulder_detail_lace_underwire_bralet_3_1.jpg','image',0),('92',90,'/s/h/shoulder_detail_lace_underwire_bralet_2_1_1.jpg','image',0),('93',90,'/s/h/shoulder_detail_lace_underwire_bralet_3_1_1.jpg','image',0),('94',90,'/u/n/undiz_ampli_mico_t-shirt_bra_4.jpg','image',0),('95',90,'/u/n/undiz_ampli_mico_t-shirt_bra_1_1.jpg','image',0),('96',90,'/u/n/undiz_ampli_mico_t-shirt_bra_2_1.jpg','image',0),('97',90,'/u/n/undiz_ampli_mico_t-shirt_bra_3_1.jpg','image',0),('98',90,'/u/n/undiz_equiliz_bustier_longline_bra.jpg','image',0),('99',90,'/u/n/undiz_equiliz_bustier_longline_bra_1.jpg','image',0),('100',90,'/u/n/undiz_equiliz_bustier_longline_bra_2.jpg','image',0),('101',90,'/u/n/undiz_equiliz_bustier_longline_bra_3.jpg','image',0),('102',90,'/h/q/hqdefault_15.jpg','external-video',0),('103',90,'/u/n/undiz_royaltiz_gel_bra.jpg','image',0),('104',90,'/u/n/undiz_royaltiz_gel_bra_1.jpg','image',0),('105',90,'/u/n/undiz_royaltiz_gel_bra_2.jpg','image',0),('106',90,'/u/n/undiz_royaltiz_gel_bra_3.jpg','image',0),('107',90,'/h/q/hqdefault_16.jpg','external-video',0),('108',90,'/u/n/undiz_teamminiz_short.jpg','image',0),('109',90,'/u/n/undiz_teamminiz_short_1.jpg','image',0),('110',90,'/u/n/undiz_teamminiz_short_2.jpg','image',0),('111',90,'/u/n/undiz_teamminiz_short_3.jpg','image',0),('112',90,'/h/q/hqdefault_17.jpg','external-video',0),('113',90,'/w/e/weekday_note_bra.jpg','image',0),('114',90,'/w/e/weekday_note_bra_1.jpg','image',0),('115',90,'/w/e/weekday_note_bra_2.jpg','image',0),('116',90,'/w/e/weekday_note_bra_3.jpg','image',0),('117',90,'/h/q/hqdefault_18.jpg','external-video',0),('118',90,'/w/e/weekday_stella_triangle_bra.jpg','image',0),('119',90,'/w/e/weekday_stella_triangle_bra_1.jpg','image',0),('120',90,'/w/e/weekday_stella_triangle_bra_2.jpg','image',0),('121',90,'/w/e/weekday_stella_triangle_bra_3.jpg','image',0),('122',90,'/h/q/hqdefault_19.jpg','external-video',0),('123',90,'/w/e/weekday_note_bra_2_1.jpg','image',0),('124',90,'/w/e/weekday_note_bra_3_1.jpg','image',0),('125',90,'/w/e/weekday_note_bra_4.jpg','image',0),('126',90,'/w/e/weekday_note_bra_1_1.jpg','image',0),('127',90,'/w/e/weekday_stella_triangle_bra_4.jpg','image',0),('128',90,'/w/e/weekday_stella_triangle_bra_1_1.jpg','image',0),('129',90,'/w/e/weekday_stella_triangle_bra_2_1.jpg','image',0),('130',90,'/w/e/weekday_stella_triangle_bra_3_1.jpg','image',0),('131',90,'/u/n/undiz_teamminiz_short_4.jpg','image',0),('132',90,'/u/n/undiz_teamminiz_short_1_1.jpg','image',0),('133',90,'/u/n/undiz_teamminiz_short_2_1.jpg','image',0),('134',90,'/u/n/undiz_teamminiz_short_3_1.jpg','image',0),('135',90,'/u/n/undiz_teamminiz_short_1_2.jpg','image',0),('136',90,'/u/n/undiz_teamminiz_short_2_1_1.jpg','image',0),('137',90,'/u/n/undiz_royaltiz_gel_bra_4.jpg','image',0),('138',90,'/u/n/undiz_royaltiz_gel_bra_1_1.jpg','image',0),('139',90,'/u/n/undiz_royaltiz_gel_bra_2_1.jpg','image',0),('140',90,'/u/n/undiz_equiliz_bustier_longline_bra_4.jpg','image',0),('141',90,'/u/n/undiz_equiliz_bustier_longline_bra_1_1.jpg','image',0),('142',90,'/u/n/undiz_equiliz_bustier_longline_bra_1_1_1.jpg','image',0),('143',90,'/u/n/undiz_equiliz_bustier_longline_bra_2_1.jpg','image',0);
/*!40000 ALTER TABLE `catalog_product_entity_media_gallery` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_entity_media_gallery_value`
--

DROP TABLE IF EXISTS `catalog_product_entity_media_gallery_value`;
CREATE TABLE `catalog_product_entity_media_gallery_value` (
  `value_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Value ID',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',
  `label` varchar(255) DEFAULT NULL COMMENT 'Label',
  `position` int(10) unsigned DEFAULT NULL COMMENT 'Position',
  `disabled` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Disabled',
  `record_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Record Id',
  PRIMARY KEY (`record_id`),
  KEY `CATALOG_PRODUCT_ENTITY_MEDIA_GALLERY_VALUE_STORE_ID` (`store_id`),
  KEY `CATALOG_PRODUCT_ENTITY_MEDIA_GALLERY_VALUE_ENTITY_ID` (`entity_id`),
  KEY `CATALOG_PRODUCT_ENTITY_MEDIA_GALLERY_VALUE_VALUE_ID` (`value_id`)
) ENGINE=InnoDB AUTO_INCREMENT=354 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Media Gallery Attribute Value Table';

--
-- Dumping data for table `catalog_product_entity_media_gallery_value`
--

LOCK TABLES `catalog_product_entity_media_gallery_value` WRITE;
/*!40000 ALTER TABLE `catalog_product_entity_media_gallery_value` DISABLE KEYS */;
INSERT INTO `catalog_product_entity_media_gallery_value` VALUES ('41',0,'15',NULL,'1',0,'121'),('42',0,'15',NULL,'2',0,'122'),('43',0,'15',NULL,'3',0,'123'),('44',0,'15',NULL,'4',0,'124'),('45',0,'15',NULL,'5',0,'125'),('46',0,'14',NULL,'1',0,'126'),('47',0,'14',NULL,'2',0,'127'),('48',0,'14',NULL,'3',0,'128'),('49',0,'14',NULL,'4',0,'129'),('50',0,'14',NULL,'5',0,'130'),('51',0,'16',NULL,'1',0,'156'),('52',0,'16',NULL,'2',0,'157'),('53',0,'16',NULL,'3',0,'158'),('54',0,'16',NULL,'4',0,'159'),('55',0,'16',NULL,'5',0,'160'),('71',0,'20',NULL,'1',0,'176'),('72',0,'20',NULL,'2',0,'177'),('73',0,'20',NULL,'3',0,'178'),('74',0,'20',NULL,'4',0,'179'),('75',0,'20',NULL,'5',0,'180'),('76',0,'21',NULL,'1',0,'181'),('77',0,'21',NULL,'2',0,'182'),('78',0,'22',NULL,'1',0,'183'),('79',0,'22',NULL,'2',0,'184'),('80',0,'24',NULL,'1',0,'185'),('81',0,'24',NULL,'2',0,'186'),('82',0,'23',NULL,'1',0,'187'),('83',0,'23',NULL,'2',0,'188'),('84',0,'27',NULL,'1',0,'189'),('85',0,'27',NULL,'2',0,'190'),('86',0,'25',NULL,'1',0,'191'),('87',0,'25',NULL,'2',0,'192'),('88',0,'26',NULL,'1',0,'193'),('89',0,'26',NULL,'2',0,'194'),('90',0,'29',NULL,'1',0,'195'),('91',0,'29',NULL,'2',0,'196'),('92',0,'28',NULL,'1',0,'197'),('93',0,'28',NULL,'2',0,'198'),('94',0,'31',NULL,'1',0,'199'),('95',0,'31',NULL,'2',0,'200'),('96',0,'30',NULL,'1',0,'201'),('97',0,'30',NULL,'2',0,'202'),('123',0,'41',NULL,'1',0,'253'),('124',0,'41',NULL,'2',0,'254'),('125',0,'40',NULL,'1',0,'255'),('126',0,'40',NULL,'2',0,'256'),('127',0,'42',NULL,'1',0,'257'),('128',0,'42',NULL,'2',0,'258'),('129',0,'43',NULL,'1',0,'259'),('130',0,'43',NULL,'2',0,'260'),('131',0,'46',NULL,'1',0,'261'),('132',0,'46',NULL,'2',0,'262'),('133',0,'44',NULL,'1',0,'263'),('134',0,'44',NULL,'2',0,'264'),('135',0,'45',NULL,'1',0,'265'),('136',0,'45',NULL,'2',0,'266'),('137',0,'48',NULL,'1',0,'267'),('138',0,'47',NULL,'1',0,'268'),('139',0,'47',NULL,'2',0,'269'),('140',0,'39',NULL,'1',0,'270'),('141',0,'39',NULL,'2',0,'271'),('142',0,'38',NULL,'1',0,'272'),('143',0,'38',NULL,'2',0,'273'),('103',0,'33',NULL,'1',0,'274'),('104',0,'33',NULL,'2',0,'275'),('105',0,'33',NULL,'3',0,'276'),('106',0,'33',NULL,'4',0,'277'),('107',0,'33',NULL,'5',0,'278'),('98',0,'32',NULL,'1',0,'279'),('99',0,'32',NULL,'2',0,'280'),('100',0,'32',NULL,'3',0,'281'),('101',0,'32',NULL,'4',0,'282'),('102',0,'32',NULL,'5',0,'283'),('108',0,'34',NULL,'1',0,'284'),('109',0,'34',NULL,'2',0,'285'),('110',0,'34',NULL,'3',0,'286'),('111',0,'34',NULL,'4',0,'287'),('112',0,'34',NULL,'5',0,'288'),('113',0,'35',NULL,'1',0,'289'),('114',0,'35',NULL,'2',0,'290'),('115',0,'35',NULL,'3',0,'291'),('116',0,'35',NULL,'4',0,'292'),('117',0,'35',NULL,'5',0,'293'),('118',0,'36',NULL,'1',0,'294'),('119',0,'36',NULL,'2',0,'295'),('120',0,'36',NULL,'3',0,'296'),('121',0,'36',NULL,'4',0,'297'),('122',0,'36',NULL,'5',0,'298'),('56',0,'17',NULL,'1',0,'299'),('57',0,'17',NULL,'2',0,'300'),('58',0,'17',NULL,'3',0,'301'),('59',0,'17',NULL,'4',0,'302'),('60',0,'17',NULL,'5',0,'303'),('61',0,'18',NULL,'1',0,'304'),('62',0,'18',NULL,'2',0,'305'),('63',0,'18',NULL,'3',0,'306'),('64',0,'18',NULL,'4',0,'307'),('65',0,'18',NULL,'5',0,'308'),('66',0,'19',NULL,'1',0,'309'),('67',0,'19',NULL,'2',0,'310'),('68',0,'19',NULL,'3',0,'311'),('69',0,'19',NULL,'4',0,'312'),('70',0,'19',NULL,'5',0,'313'),('1',0,'1',NULL,'1',0,'314'),('2',0,'1',NULL,'2',0,'315'),('3',0,'1',NULL,'3',0,'316'),('4',0,'1',NULL,'4',0,'317'),('5',0,'1',NULL,'5',0,'318'),('16',0,'3',NULL,'1',0,'319'),('17',0,'3',NULL,'2',0,'320'),('18',0,'3',NULL,'3',0,'321'),('19',0,'3',NULL,'4',0,'322'),('20',0,'3',NULL,'5',0,'323'),('21',0,'4',NULL,'1',0,'324'),('22',0,'4',NULL,'2',0,'325'),('23',0,'4',NULL,'3',0,'326'),('24',0,'4',NULL,'4',0,'327'),('25',0,'4',NULL,'5',0,'328'),('6',0,'5',NULL,'1',0,'329'),('7',0,'5',NULL,'2',0,'330'),('8',0,'5',NULL,'3',0,'331'),('9',0,'5',NULL,'4',0,'332'),('10',0,'5',NULL,'5',0,'333'),('36',0,'6',NULL,'1',0,'334'),('37',0,'6',NULL,'2',0,'335'),('38',0,'6',NULL,'3',0,'336'),('39',0,'6',NULL,'4',0,'337'),('40',0,'6',NULL,'5',0,'338'),('31',0,'7',NULL,'1',0,'339'),('32',0,'7',NULL,'2',0,'340'),('33',0,'7',NULL,'3',0,'341'),('34',0,'7',NULL,'4',0,'342'),('35',0,'7',NULL,'5',0,'343'),('26',0,'8',NULL,'1',0,'344'),('27',0,'8',NULL,'2',0,'345'),('28',0,'8',NULL,'3',0,'346'),('29',0,'8',NULL,'4',0,'347'),('30',0,'8',NULL,'5',0,'348'),('11',0,'2',NULL,'1',0,'349'),('12',0,'2',NULL,'2',0,'350'),('13',0,'2',NULL,'3',0,'351'),('14',0,'2',NULL,'4',0,'352'),('15',0,'2',NULL,'5',0,'353');
/*!40000 ALTER TABLE `catalog_product_entity_media_gallery_value` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_entity_media_gallery_value_to_entity`
--

DROP TABLE IF EXISTS `catalog_product_entity_media_gallery_value_to_entity`;
CREATE TABLE `catalog_product_entity_media_gallery_value_to_entity` (
  `value_id` int(10) unsigned NOT NULL COMMENT 'Value media Entry ID',
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Product entity ID',
  UNIQUE KEY `CAT_PRD_ENTT_MDA_GLR_VAL_TO_ENTT_VAL_ID_ENTT_ID` (`value_id`,`entity_id`),
  KEY `CAT_PRD_ENTT_MDA_GLR_VAL_TO_ENTT_ENTT_ID_CAT_PRD_ENTT_ENTT_ID` (`entity_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Link Media value to Product entity table';

--
-- Dumping data for table `catalog_product_entity_media_gallery_value_to_entity`
--

LOCK TABLES `catalog_product_entity_media_gallery_value_to_entity` WRITE;
/*!40000 ALTER TABLE `catalog_product_entity_media_gallery_value_to_entity` DISABLE KEYS */;
INSERT INTO `catalog_product_entity_media_gallery_value_to_entity` VALUES ('1','1'),('2','1'),('3','1'),('4','1'),('5','1'),('11','2'),('12','2'),('13','2'),('14','2'),('15','2'),('16','3'),('17','3'),('18','3'),('19','3'),('20','3'),('21','4'),('22','4'),('23','4'),('24','4'),('25','4'),('6','5'),('7','5'),('8','5'),('9','5'),('10','5'),('36','6'),('37','6'),('38','6'),('39','6'),('40','6'),('31','7'),('32','7'),('33','7'),('34','7'),('35','7'),('26','8'),('27','8'),('28','8'),('29','8'),('30','8'),('46','14'),('47','14'),('48','14'),('49','14'),('50','14'),('41','15'),('42','15'),('43','15'),('44','15'),('45','15'),('51','16'),('52','16'),('53','16'),('54','16'),('55','16'),('56','17'),('57','17'),('58','17'),('59','17'),('60','17'),('61','18'),('62','18'),('63','18'),('64','18'),('65','18'),('66','19'),('67','19'),('68','19'),('69','19'),('70','19'),('71','20'),('72','20'),('73','20'),('74','20'),('75','20'),('76','21'),('77','21'),('78','22'),('79','22'),('82','23'),('83','23'),('80','24'),('81','24'),('86','25'),('87','25'),('88','26'),('89','26'),('84','27'),('85','27'),('92','28'),('93','28'),('90','29'),('91','29'),('96','30'),('97','30'),('94','31'),('95','31'),('98','32'),('99','32'),('100','32'),('101','32'),('102','32'),('103','33'),('104','33'),('105','33'),('106','33'),('107','33'),('108','34'),('109','34'),('110','34'),('111','34'),('112','34'),('113','35'),('114','35'),('115','35'),('116','35'),('117','35'),('118','36'),('119','36'),('120','36'),('121','36'),('122','36'),('142','38'),('143','38'),('140','39'),('141','39'),('125','40'),('126','40'),('123','41'),('124','41'),('127','42'),('128','42'),('129','43'),('130','43'),('133','44'),('134','44'),('135','45'),('136','45'),('131','46'),('132','46'),('138','47'),('139','47'),('137','48');
/*!40000 ALTER TABLE `catalog_product_entity_media_gallery_value_to_entity` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_entity_media_gallery_value_video`
--

DROP TABLE IF EXISTS `catalog_product_entity_media_gallery_value_video`;
CREATE TABLE `catalog_product_entity_media_gallery_value_video` (
  `value_id` int(10) unsigned NOT NULL COMMENT 'Media Entity ID',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
  `provider` varchar(32) DEFAULT NULL COMMENT 'Video provider ID',
  `url` text COMMENT 'Video URL',
  `title` varchar(255) DEFAULT NULL COMMENT 'Title',
  `description` text COMMENT 'Page Meta Description',
  `metadata` text COMMENT 'Video meta data',
  UNIQUE KEY `CAT_PRD_ENTT_MDA_GLR_VAL_VIDEO_VAL_ID_STORE_ID` (`value_id`,`store_id`),
  KEY `CAT_PRD_ENTT_MDA_GLR_VAL_VIDEO_STORE_ID_STORE_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Video Table';

--
-- Dumping data for table `catalog_product_entity_media_gallery_value_video`
--

LOCK TABLES `catalog_product_entity_media_gallery_value_video` WRITE;
/*!40000 ALTER TABLE `catalog_product_entity_media_gallery_value_video` DISABLE KEYS */;
INSERT INTO `catalog_product_entity_media_gallery_value_video` VALUES ('5',0,'','https://www.youtube.com/embed/l2Jb3DrFTys','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel\r\n\r\nYOUTUBE CHANNEL:  http://www.youtube.com/fashionchannel\r\n\r\nWEB TV:  http://www.fashionchannel.it/en/web-tv\r\n\r\nFACEBOOK:  https://www.facebook.com/fashionchannelmilano\r\n\r\nTWITTER:  https://twitter.com/FashionChannelP\r\n\r\nPINTEREST:  http://pinterest.com/fashionchannel\r\n\r\nINSTAGRAM:  http://instagram.com/fashionchanneltv\r\n\r\n\r\n\r\nThe best videos, the most exclusive moments of the international runway since 1982 until now, of the most representative fashion weeks of the world. Backstage secrets, make-up and hair style insights, curiosities from the fashion world, celebrities, photo shoot, designer and model clips, red carpets and gossip, parties, obviously besides the shows of all the top designers, generally available in high definition formats HD on the Youtube network FASHION CHANNEL. \r\nFashion Channel shows new interesting videos continuous flow.\r\n\r\nWEBSITE:  http://www.fashionchannel.it',''),('10',0,'','https://www.youtube.com/embed/l2Jb3DrFTys','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel\r\n\r\nYOUTUBE CHANNEL:  http://www.youtube.com/fashionchannel\r\n\r\nWEB TV:  http://www.fashionchannel.it/en/web-tv\r\n\r\nFACEBOOK:  https://www.facebook.com/fashionchannelmilano\r\n\r\nTWITTER:  https://twitter.com/FashionChannelP\r\n\r\nPINTEREST:  http://pinterest.com/fashionchannel\r\n\r\nINSTAGRAM:  http://instagram.com/fashionchanneltv\r\n\r\n\r\n\r\nThe best videos, the most exclusive moments of the international runway since 1982 until now, of the most representative fashion weeks of the world. Backstage secrets, make-up and hair style insights, curiosities from the fashion world, celebrities, photo shoot, designer and model clips, red carpets and gossip, parties, obviously besides the shows of all the top designers, generally available in high definition formats HD on the Youtube network FASHION CHANNEL. \r\nFashion Channel shows new interesting videos continuous flow.\r\n\r\nWEBSITE:  http://www.fashionchannel.it',''),('15',0,'','https://www.youtube.com/embed/l2Jb3DrFTys','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel\r\n\r\nYOUTUBE CHANNEL:  http://www.youtube.com/fashionchannel\r\n\r\nWEB TV:  http://www.fashionchannel.it/en/web-tv\r\n\r\nFACEBOOK:  https://www.facebook.com/fashionchannelmilano\r\n\r\nTWITTER:  https://twitter.com/FashionChannelP\r\n\r\nPINTEREST:  http://pinterest.com/fashionchannel\r\n\r\nINSTAGRAM:  http://instagram.com/fashionchanneltv\r\n\r\n\r\n\r\nThe best videos, the most exclusive moments of the international runway since 1982 until now, of the most representative fashion weeks of the world. Backstage secrets, make-up and hair style insights, curiosities from the fashion world, celebrities, photo shoot, designer and model clips, red carpets and gossip, parties, obviously besides the shows of all the top designers, generally available in high definition formats HD on the Youtube network FASHION CHANNEL. \r\nFashion Channel shows new interesting videos continuous flow.\r\n\r\nWEBSITE:  http://www.fashionchannel.it',''),('20',0,'','https://www.youtube.com/embed/l2Jb3DrFTys','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel\r\n\r\nYOUTUBE CHANNEL:  http://www.youtube.com/fashionchannel\r\n\r\nWEB TV:  http://www.fashionchannel.it/en/web-tv\r\n\r\nFACEBOOK:  https://www.facebook.com/fashionchannelmilano\r\n\r\nTWITTER:  https://twitter.com/FashionChannelP\r\n\r\nPINTEREST:  http://pinterest.com/fashionchannel\r\n\r\nINSTAGRAM:  http://instagram.com/fashionchanneltv\r\n\r\n\r\n\r\nThe best videos, the most exclusive moments of the international runway since 1982 until now, of the most representative fashion weeks of the world. Backstage secrets, make-up and hair style insights, curiosities from the fashion world, celebrities, photo shoot, designer and model clips, red carpets and gossip, parties, obviously besides the shows of all the top designers, generally available in high definition formats HD on the Youtube network FASHION CHANNEL. \r\nFashion Channel shows new interesting videos continuous flow.\r\n\r\nWEBSITE:  http://www.fashionchannel.it',''),('25',0,'','https://www.youtube.com/embed/l2Jb3DrFTys','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel\r\n\r\nYOUTUBE CHANNEL:  http://www.youtube.com/fashionchannel\r\n\r\nWEB TV:  http://www.fashionchannel.it/en/web-tv\r\n\r\nFACEBOOK:  https://www.facebook.com/fashionchannelmilano\r\n\r\nTWITTER:  https://twitter.com/FashionChannelP\r\n\r\nPINTEREST:  http://pinterest.com/fashionchannel\r\n\r\nINSTAGRAM:  http://instagram.com/fashionchanneltv\r\n\r\n\r\n\r\nThe best videos, the most exclusive moments of the international runway since 1982 until now, of the most representative fashion weeks of the world. Backstage secrets, make-up and hair style insights, curiosities from the fashion world, celebrities, photo shoot, designer and model clips, red carpets and gossip, parties, obviously besides the shows of all the top designers, generally available in high definition formats HD on the Youtube network FASHION CHANNEL. \r\nFashion Channel shows new interesting videos continuous flow.\r\n\r\nWEBSITE:  http://www.fashionchannel.it',''),('30',0,'','https://www.youtube.com/embed/l2Jb3DrFTys','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel\r\n\r\nYOUTUBE CHANNEL:  http://www.youtube.com/fashionchannel\r\n\r\nWEB TV:  http://www.fashionchannel.it/en/web-tv\r\n\r\nFACEBOOK:  https://www.facebook.com/fashionchannelmilano\r\n\r\nTWITTER:  https://twitter.com/FashionChannelP\r\n\r\nPINTEREST:  http://pinterest.com/fashionchannel\r\n\r\nINSTAGRAM:  http://instagram.com/fashionchanneltv\r\n\r\n\r\n\r\nThe best videos, the most exclusive moments of the international runway since 1982 until now, of the most representative fashion weeks of the world. Backstage secrets, make-up and hair style insights, curiosities from the fashion world, celebrities, photo shoot, designer and model clips, red carpets and gossip, parties, obviously besides the shows of all the top designers, generally available in high definition formats HD on the Youtube network FASHION CHANNEL. \r\nFashion Channel shows new interesting videos continuous flow.\r\n\r\nWEBSITE:  http://www.fashionchannel.it',''),('35',0,'','https://www.youtube.com/embed/l2Jb3DrFTys','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel\r\n\r\nYOUTUBE CHANNEL:  http://www.youtube.com/fashionchannel\r\n\r\nWEB TV:  http://www.fashionchannel.it/en/web-tv\r\n\r\nFACEBOOK:  https://www.facebook.com/fashionchannelmilano\r\n\r\nTWITTER:  https://twitter.com/FashionChannelP\r\n\r\nPINTEREST:  http://pinterest.com/fashionchannel\r\n\r\nINSTAGRAM:  http://instagram.com/fashionchanneltv\r\n\r\n\r\n\r\nThe best videos, the most exclusive moments of the international runway since 1982 until now, of the most representative fashion weeks of the world. Backstage secrets, make-up and hair style insights, curiosities from the fashion world, celebrities, photo shoot, designer and model clips, red carpets and gossip, parties, obviously besides the shows of all the top designers, generally available in high definition formats HD on the Youtube network FASHION CHANNEL. \r\nFashion Channel shows new interesting videos continuous flow.\r\n\r\nWEBSITE:  http://www.fashionchannel.it',''),('40',0,'','https://www.youtube.com/embed/l2Jb3DrFTys','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel\r\n\r\nYOUTUBE CHANNEL:  http://www.youtube.com/fashionchannel\r\n\r\nWEB TV:  http://www.fashionchannel.it/en/web-tv\r\n\r\nFACEBOOK:  https://www.facebook.com/fashionchannelmilano\r\n\r\nTWITTER:  https://twitter.com/FashionChannelP\r\n\r\nPINTEREST:  http://pinterest.com/fashionchannel\r\n\r\nINSTAGRAM:  http://instagram.com/fashionchanneltv\r\n\r\n\r\n\r\nThe best videos, the most exclusive moments of the international runway since 1982 until now, of the most representative fashion weeks of the world. Backstage secrets, make-up and hair style insights, curiosities from the fashion world, celebrities, photo shoot, designer and model clips, red carpets and gossip, parties, obviously besides the shows of all the top designers, generally available in high definition formats HD on the Youtube network FASHION CHANNEL. \r\nFashion Channel shows new interesting videos continuous flow.\r\n\r\nWEBSITE:  http://www.fashionchannel.it',''),('45',0,'','https://www.youtube.com/embed/l2Jb3DrFTys','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel\r\n\r\nYOUTUBE CHANNEL:  http://www.youtube.com/fashionchannel\r\n\r\nWEB TV:  http://www.fashionchannel.it/en/web-tv\r\n\r\nFACEBOOK:  https://www.facebook.com/fashionchannelmilano\r\n\r\nTWITTER:  https://twitter.com/FashionChannelP\r\n\r\nPINTEREST:  http://pinterest.com/fashionchannel\r\n\r\nINSTAGRAM:  http://instagram.com/fashionchanneltv\r\n\r\n\r\n\r\nThe best videos, the most exclusive moments of the international runway since 1982 until now, of the most representative fashion weeks of the world. Backstage secrets, make-up and hair style insights, curiosities from the fashion world, celebrities, photo shoot, designer and model clips, red carpets and gossip, parties, obviously besides the shows of all the top designers, generally available in high definition formats HD on the Youtube network FASHION CHANNEL. \r\nFashion Channel shows new interesting videos continuous flow.\r\n\r\nWEBSITE:  http://www.fashionchannel.it',''),('50',0,'','https://www.youtube.com/embed/l2Jb3DrFTys','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel\r\n\r\nYOUTUBE CHANNEL:  http://www.youtube.com/fashionchannel\r\n\r\nWEB TV:  http://www.fashionchannel.it/en/web-tv\r\n\r\nFACEBOOK:  https://www.facebook.com/fashionchannelmilano\r\n\r\nTWITTER:  https://twitter.com/FashionChannelP\r\n\r\nPINTEREST:  http://pinterest.com/fashionchannel\r\n\r\nINSTAGRAM:  http://instagram.com/fashionchanneltv\r\n\r\n\r\n\r\nThe best videos, the most exclusive moments of the international runway since 1982 until now, of the most representative fashion weeks of the world. Backstage secrets, make-up and hair style insights, curiosities from the fashion world, celebrities, photo shoot, designer and model clips, red carpets and gossip, parties, obviously besides the shows of all the top designers, generally available in high definition formats HD on the Youtube network FASHION CHANNEL. \r\nFashion Channel shows new interesting videos continuous flow.\r\n\r\nWEBSITE:  http://www.fashionchannel.it',''),('55',0,'','https://www.youtube.com/embed/l2Jb3DrFTys','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel\r\n\r\nYOUTUBE CHANNEL:  http://www.youtube.com/fashionchannel\r\n\r\nWEB TV:  http://www.fashionchannel.it/en/web-tv\r\n\r\nFACEBOOK:  https://www.facebook.com/fashionchannelmilano\r\n\r\nTWITTER:  https://twitter.com/FashionChannelP\r\n\r\nPINTEREST:  http://pinterest.com/fashionchannel\r\n\r\nINSTAGRAM:  http://instagram.com/fashionchanneltv\r\n\r\n\r\n\r\nThe best videos, the most exclusive moments of the international runway since 1982 until now, of the most representative fashion weeks of the world. Backstage secrets, make-up and hair style insights, curiosities from the fashion world, celebrities, photo shoot, designer and model clips, red carpets and gossip, parties, obviously besides the shows of all the top designers, generally available in high definition formats HD on the Youtube network FASHION CHANNEL. \r\nFashion Channel shows new interesting videos continuous flow.\r\n\r\nWEBSITE:  http://www.fashionchannel.it',''),('60',0,'','https://www.youtube.com/embed/l2Jb3DrFTys','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel\r\n\r\nYOUTUBE CHANNEL:  http://www.youtube.com/fashionchannel\r\n\r\nWEB TV:  http://www.fashionchannel.it/en/web-tv\r\n\r\nFACEBOOK:  https://www.facebook.com/fashionchannelmilano\r\n\r\nTWITTER:  https://twitter.com/FashionChannelP\r\n\r\nPINTEREST:  http://pinterest.com/fashionchannel\r\n\r\nINSTAGRAM:  http://instagram.com/fashionchanneltv\r\n\r\n\r\n\r\nThe best videos, the most exclusive moments of the international runway since 1982 until now, of the most representative fashion weeks of the world. Backstage secrets, make-up and hair style insights, curiosities from the fashion world, celebrities, photo shoot, designer and model clips, red carpets and gossip, parties, obviously besides the shows of all the top designers, generally available in high definition formats HD on the Youtube network FASHION CHANNEL. \r\nFashion Channel shows new interesting videos continuous flow.\r\n\r\nWEBSITE:  http://www.fashionchannel.it',''),('65',0,'','https://www.youtube.com/embed/l2Jb3DrFTys','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel\r\n\r\nYOUTUBE CHANNEL:  http://www.youtube.com/fashionchannel\r\n\r\nWEB TV:  http://www.fashionchannel.it/en/web-tv\r\n\r\nFACEBOOK:  https://www.facebook.com/fashionchannelmilano\r\n\r\nTWITTER:  https://twitter.com/FashionChannelP\r\n\r\nPINTEREST:  http://pinterest.com/fashionchannel\r\n\r\nINSTAGRAM:  http://instagram.com/fashionchanneltv\r\n\r\n\r\n\r\nThe best videos, the most exclusive moments of the international runway since 1982 until now, of the most representative fashion weeks of the world. Backstage secrets, make-up and hair style insights, curiosities from the fashion world, celebrities, photo shoot, designer and model clips, red carpets and gossip, parties, obviously besides the shows of all the top designers, generally available in high definition formats HD on the Youtube network FASHION CHANNEL. \r\nFashion Channel shows new interesting videos continuous flow.\r\n\r\nWEBSITE:  http://www.fashionchannel.it',''),('70',0,'','https://www.youtube.com/embed/l2Jb3DrFTys','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel\r\n\r\nYOUTUBE CHANNEL:  http://www.youtube.com/fashionchannel\r\n\r\nWEB TV:  http://www.fashionchannel.it/en/web-tv\r\n\r\nFACEBOOK:  https://www.facebook.com/fashionchannelmilano\r\n\r\nTWITTER:  https://twitter.com/FashionChannelP\r\n\r\nPINTEREST:  http://pinterest.com/fashionchannel\r\n\r\nINSTAGRAM:  http://instagram.com/fashionchanneltv\r\n\r\n\r\n\r\nThe best videos, the most exclusive moments of the international runway since 1982 until now, of the most representative fashion weeks of the world. Backstage secrets, make-up and hair style insights, curiosities from the fashion world, celebrities, photo shoot, designer and model clips, red carpets and gossip, parties, obviously besides the shows of all the top designers, generally available in high definition formats HD on the Youtube network FASHION CHANNEL. \r\nFashion Channel shows new interesting videos continuous flow.\r\n\r\nWEBSITE:  http://www.fashionchannel.it',''),('75',0,'','https://www.youtube.com/embed/l2Jb3DrFTys','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel\r\n\r\nYOUTUBE CHANNEL:  http://www.youtube.com/fashionchannel\r\n\r\nWEB TV:  http://www.fashionchannel.it/en/web-tv\r\n\r\nFACEBOOK:  https://www.facebook.com/fashionchannelmilano\r\n\r\nTWITTER:  https://twitter.com/FashionChannelP\r\n\r\nPINTEREST:  http://pinterest.com/fashionchannel\r\n\r\nINSTAGRAM:  http://instagram.com/fashionchanneltv\r\n\r\n\r\n\r\nThe best videos, the most exclusive moments of the international runway since 1982 until now, of the most representative fashion weeks of the world. Backstage secrets, make-up and hair style insights, curiosities from the fashion world, celebrities, photo shoot, designer and model clips, red carpets and gossip, parties, obviously besides the shows of all the top designers, generally available in high definition formats HD on the Youtube network FASHION CHANNEL. \r\nFashion Channel shows new interesting videos continuous flow.\r\n\r\nWEBSITE:  http://www.fashionchannel.it',''),('102',0,'','https://www.youtube.com/embed/l2Jb3DrFTys','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel\r\n\r\nYOUTUBE CHANNEL:  http://www.youtube.com/fashionchannel\r\n\r\nWEB TV:  http://www.fashionchannel.it/en/web-tv\r\n\r\nFACEBOOK:  https://www.facebook.com/fashionchannelmilano\r\n\r\nTWITTER:  https://twitter.com/FashionChannelP\r\n\r\nPINTEREST:  http://pinterest.com/fashionchannel\r\n\r\nINSTAGRAM:  http://instagram.com/fashionchanneltv\r\n\r\n\r\n\r\nThe best videos, the most exclusive moments of the international runway since 1982 until now, of the most representative fashion weeks of the world. Backstage secrets, make-up and hair style insights, curiosities from the fashion world, celebrities, photo shoot, designer and model clips, red carpets and gossip, parties, obviously besides the shows of all the top designers, generally available in high definition formats HD on the Youtube network FASHION CHANNEL. \r\nFashion Channel shows new interesting videos continuous flow.\r\n\r\nWEBSITE:  http://www.fashionchannel.it',''),('107',0,'','https://www.youtube.com/embed/l2Jb3DrFTys','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel\r\n\r\nYOUTUBE CHANNEL:  http://www.youtube.com/fashionchannel\r\n\r\nWEB TV:  http://www.fashionchannel.it/en/web-tv\r\n\r\nFACEBOOK:  https://www.facebook.com/fashionchannelmilano\r\n\r\nTWITTER:  https://twitter.com/FashionChannelP\r\n\r\nPINTEREST:  http://pinterest.com/fashionchannel\r\n\r\nINSTAGRAM:  http://instagram.com/fashionchanneltv\r\n\r\n\r\n\r\nThe best videos, the most exclusive moments of the international runway since 1982 until now, of the most representative fashion weeks of the world. Backstage secrets, make-up and hair style insights, curiosities from the fashion world, celebrities, photo shoot, designer and model clips, red carpets and gossip, parties, obviously besides the shows of all the top designers, generally available in high definition formats HD on the Youtube network FASHION CHANNEL. \r\nFashion Channel shows new interesting videos continuous flow.\r\n\r\nWEBSITE:  http://www.fashionchannel.it',''),('112',0,'','https://www.youtube.com/embed/l2Jb3DrFTys','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel\r\n\r\nYOUTUBE CHANNEL:  http://www.youtube.com/fashionchannel\r\n\r\nWEB TV:  http://www.fashionchannel.it/en/web-tv\r\n\r\nFACEBOOK:  https://www.facebook.com/fashionchannelmilano\r\n\r\nTWITTER:  https://twitter.com/FashionChannelP\r\n\r\nPINTEREST:  http://pinterest.com/fashionchannel\r\n\r\nINSTAGRAM:  http://instagram.com/fashionchanneltv\r\n\r\n\r\n\r\nThe best videos, the most exclusive moments of the international runway since 1982 until now, of the most representative fashion weeks of the world. Backstage secrets, make-up and hair style insights, curiosities from the fashion world, celebrities, photo shoot, designer and model clips, red carpets and gossip, parties, obviously besides the shows of all the top designers, generally available in high definition formats HD on the Youtube network FASHION CHANNEL. \r\nFashion Channel shows new interesting videos continuous flow.\r\n\r\nWEBSITE:  http://www.fashionchannel.it',''),('117',0,'','https://www.youtube.com/embed/l2Jb3DrFTys','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel\r\n\r\nYOUTUBE CHANNEL:  http://www.youtube.com/fashionchannel\r\n\r\nWEB TV:  http://www.fashionchannel.it/en/web-tv\r\n\r\nFACEBOOK:  https://www.facebook.com/fashionchannelmilano\r\n\r\nTWITTER:  https://twitter.com/FashionChannelP\r\n\r\nPINTEREST:  http://pinterest.com/fashionchannel\r\n\r\nINSTAGRAM:  http://instagram.com/fashionchanneltv\r\n\r\n\r\n\r\nThe best videos, the most exclusive moments of the international runway since 1982 until now, of the most representative fashion weeks of the world. Backstage secrets, make-up and hair style insights, curiosities from the fashion world, celebrities, photo shoot, designer and model clips, red carpets and gossip, parties, obviously besides the shows of all the top designers, generally available in high definition formats HD on the Youtube network FASHION CHANNEL. \r\nFashion Channel shows new interesting videos continuous flow.\r\n\r\nWEBSITE:  http://www.fashionchannel.it',''),('122',0,'','https://www.youtube.com/embed/l2Jb3DrFTys','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel','BELDONA Lingerie Collection - SUBURBIA - ADV Campaign Spring Summer 2017 - Fashion Channel\r\n\r\nYOUTUBE CHANNEL:  http://www.youtube.com/fashionchannel\r\n\r\nWEB TV:  http://www.fashionchannel.it/en/web-tv\r\n\r\nFACEBOOK:  https://www.facebook.com/fashionchannelmilano\r\n\r\nTWITTER:  https://twitter.com/FashionChannelP\r\n\r\nPINTEREST:  http://pinterest.com/fashionchannel\r\n\r\nINSTAGRAM:  http://instagram.com/fashionchanneltv\r\n\r\n\r\n\r\nThe best videos, the most exclusive moments of the international runway since 1982 until now, of the most representative fashion weeks of the world. Backstage secrets, make-up and hair style insights, curiosities from the fashion world, celebrities, photo shoot, designer and model clips, red carpets and gossip, parties, obviously besides the shows of all the top designers, generally available in high definition formats HD on the Youtube network FASHION CHANNEL. \r\nFashion Channel shows new interesting videos continuous flow.\r\n\r\nWEBSITE:  http://www.fashionchannel.it','');
/*!40000 ALTER TABLE `catalog_product_entity_media_gallery_value_video` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_entity_text`
--

DROP TABLE IF EXISTS `catalog_product_entity_text`;
CREATE TABLE `catalog_product_entity_text` (
  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',
  `value` text COMMENT 'Value',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `CATALOG_PRODUCT_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),
  KEY `CATALOG_PRODUCT_ENTITY_TEXT_ATTRIBUTE_ID` (`attribute_id`),
  KEY `CATALOG_PRODUCT_ENTITY_TEXT_STORE_ID` (`store_id`)
) ENGINE=InnoDB AUTO_INCREMENT=154 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Text Attribute Backend Table';

--
-- Dumping data for table `catalog_product_entity_text`
--

LOCK TABLES `catalog_product_entity_text` WRITE;
/*!40000 ALTER TABLE `catalog_product_entity_text` DISABLE KEYS */;
INSERT INTO `catalog_product_entity_text` VALUES ('1',75,0,'1','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('2',76,0,'1','We advocate comfortable, elegant and beautiful lingerie.'),('3',85,0,'1','ASOS BRIDAL Here Comes The Bride Vest & Short Pyjama Set'),('4',75,0,'2','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('5',76,0,'2','We advocate comfortable, elegant and beautiful lingerie.'),('6',75,0,'3','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('7',76,0,'3','We advocate comfortable, elegant and beautiful lingerie.'),('9',75,0,'4','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('10',76,0,'4','We advocate comfortable, elegant and beautiful lingerie.'),('12',75,0,'5','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('13',76,0,'5','We advocate comfortable, elegant and beautiful lingerie.'),('15',85,0,'5','ASOS Hi-Leg Hi-Shine Body'),('16',85,0,'2','ASOS Leanna Lace Up Satin Half Cup Moulded Underwire Bra'),('17',85,0,'3','ASOS Madison Lace Underwire Bra'),('18',85,0,'4','ASOS Shake Your Coconuts Vest & Short Pyjama Set'),('19',75,0,'6','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('20',76,0,'6','We advocate comfortable, elegant and beautiful lingerie.'),('21',75,0,'7','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('22',76,0,'7','We advocate comfortable, elegant and beautiful lingerie.'),('24',75,0,'8','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('25',76,0,'8','We advocate comfortable, elegant and beautiful lingerie.'),('37',85,0,'8','BRIDAL Confetti Queen Tee & Short Pyjama set'),('38',85,0,'7','BRIDAL Valentina Corded Lace Slip'),('39',85,0,'6','Cath Kidston Guards Pyjama Tshirt'),('40',75,0,'14','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p>'),('41',76,0,'14','We advocate comfortable, elegant and beautiful lingerie.'),('42',75,0,'15','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p>'),('43',76,0,'15','We advocate comfortable, elegant and beautiful lingerie.'),('45',85,0,'15','Lace Trim Long Sleeve Tee & Short Pyjama Set'),('46',85,0,'14','Marie Meili Brooke Two Pack Bra'),('47',75,0,'16','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('48',76,0,'16','We advocate comfortable, elegant and beautiful lingerie.'),('49',75,0,'17','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('50',76,0,'17','We advocate comfortable, elegant and beautiful lingerie.'),('52',75,0,'18','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('53',76,0,'18','We advocate comfortable, elegant and beautiful lingerie.'),('55',75,0,'19','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('56',76,0,'19','We advocate comfortable, elegant and beautiful lingerie.'),('58',75,0,'20','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('59',76,0,'20','We advocate comfortable, elegant and beautiful lingerie.'),('61',85,0,'16','Marie Meili Wisdom Super Push Up Bra'),('62',85,0,'17','MIX & MATCH'),('63',85,0,'18','Oysho Escote Croazon Dot Body'),('64',85,0,'19','Shoulder Detail Lace Underwire Bralet'),('65',85,0,'20','Undiz Ampli Mico T-Shirt Bra'),('66',75,0,'21','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('67',76,0,'21','We advocate comfortable, elegant and beautiful lingerie.'),('68',85,0,'21','Marie Meili Wisdom Super Push Up Bra'),('69',75,0,'22','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('70',76,0,'22','We advocate comfortable, elegant and beautiful lingerie.'),('71',85,0,'22','Marie Meili Wisdom Super Push Up Bra'),('72',75,0,'23','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('73',76,0,'23','We advocate comfortable, elegant and beautiful lingerie.'),('74',85,0,'23','MIX & MATCH'),('75',75,0,'24','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('76',76,0,'24','We advocate comfortable, elegant and beautiful lingerie.'),('77',85,0,'24','MIX & MATCH'),('78',75,0,'25','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('79',76,0,'25','We advocate comfortable, elegant and beautiful lingerie.'),('80',85,0,'25','Oysho Escote Croazon Dot Body'),('81',75,0,'26','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('82',76,0,'26','We advocate comfortable, elegant and beautiful lingerie.'),('83',85,0,'26','Oysho Escote Croazon Dot Body'),('84',75,0,'27','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('85',76,0,'27','We advocate comfortable, elegant and beautiful lingerie.'),('86',85,0,'27','Oysho Escote Croazon Dot Body'),('87',75,0,'28','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('88',76,0,'28','We advocate comfortable, elegant and beautiful lingerie.'),('89',85,0,'28','Shoulder Detail Lace Underwire Bralet'),('90',75,0,'29','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('91',76,0,'29','We advocate comfortable, elegant and beautiful lingerie.'),('92',85,0,'29','Shoulder Detail Lace Underwire Bralet'),('93',75,0,'30','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('94',76,0,'30','We advocate comfortable, elegant and beautiful lingerie.'),('95',85,0,'30','Undiz Ampli Mico T-Shirt Bra'),('96',75,0,'31','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('97',76,0,'31','We advocate comfortable, elegant and beautiful lingerie.'),('98',85,0,'31','Undiz Ampli Mico T-Shirt Bra'),('99',75,0,'32','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('100',76,0,'32','We advocate comfortable, elegant and beautiful lingerie.'),('101',75,0,'33','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('102',76,0,'33','We advocate comfortable, elegant and beautiful lingerie.'),('104',75,0,'34','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('105',76,0,'34','We advocate comfortable, elegant and beautiful lingerie.'),('107',75,0,'35','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('108',76,0,'35','We advocate comfortable, elegant and beautiful lingerie.'),('110',75,0,'36','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('111',76,0,'36','We advocate comfortable, elegant and beautiful lingerie.'),('113',75,0,'37','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('114',76,0,'37','We advocate comfortable, elegant and beautiful lingerie.'),('116',85,0,'32','Undiz Equiliz Bustier Longline Bra'),('117',85,0,'33','Undiz Royaltiz Gel Bra'),('118',85,0,'34','Undiz Teamminiz Short'),('119',85,0,'35','Weekday Note Bra'),('120',85,0,'36','Weekday Stella Triangle Bra'),('121',75,0,'38','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('122',76,0,'38','We advocate comfortable, elegant and beautiful lingerie.'),('123',85,0,'38','Undiz Equiliz Bustier Longline Bra'),('124',75,0,'39','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('125',76,0,'39','We advocate comfortable, elegant and beautiful lingerie.'),('126',85,0,'39','Undiz Equiliz Bustier Longline Bra'),('127',75,0,'40','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('128',76,0,'40','We advocate comfortable, elegant and beautiful lingerie.'),('129',85,0,'40','Weekday Note Bra'),('130',75,0,'41','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('131',76,0,'41','We advocate comfortable, elegant and beautiful lingerie.'),('132',85,0,'41','Weekday Note Bra'),('133',75,0,'42','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('134',76,0,'42','We advocate comfortable, elegant and beautiful lingerie.'),('135',85,0,'42','Weekday Stella Triangle Bra'),('136',75,0,'43','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('137',76,0,'43','We advocate comfortable, elegant and beautiful lingerie.'),('138',85,0,'43','Weekday Stella Triangle Bra'),('139',75,0,'44','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('140',76,0,'44','We advocate comfortable, elegant and beautiful lingerie.'),('141',85,0,'44','Undiz Teamminiz Short'),('142',75,0,'45','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('143',76,0,'45','We advocate comfortable, elegant and beautiful lingerie.'),('144',85,0,'45','Undiz Teamminiz Short'),('145',75,0,'46','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('146',76,0,'46','We advocate comfortable, elegant and beautiful lingerie.'),('147',85,0,'46','Undiz Teamminiz Short'),('148',75,0,'47','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('149',76,0,'47','We advocate comfortable, elegant and beautiful lingerie.'),('150',85,0,'47','Undiz Royaltiz Gel Bra'),('151',75,0,'48','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> '),('152',76,0,'48','We advocate comfortable, elegant and beautiful lingerie.'),('153',85,0,'48','Undiz Royaltiz Gel Bra');
/*!40000 ALTER TABLE `catalog_product_entity_text` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_entity_tier_price`
--

DROP TABLE IF EXISTS `catalog_product_entity_tier_price`;
CREATE TABLE `catalog_product_entity_tier_price` (
  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',
  `all_groups` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Is Applicable To All Customer Groups',
  `customer_group_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Customer Group ID',
  `qty` decimal(12,4) NOT NULL DEFAULT '1.0000' COMMENT 'QTY',
  `value` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Value',
  `percentage_value` decimal(5,2) DEFAULT NULL COMMENT 'Percentage value',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website ID',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `UNQ_E8AB433B9ACB00343ABB312AD2FAB087` (`entity_id`,`all_groups`,`customer_group_id`,`qty`,`website_id`),
  KEY `CATALOG_PRODUCT_ENTITY_TIER_PRICE_CUSTOMER_GROUP_ID` (`customer_group_id`),
  KEY `CATALOG_PRODUCT_ENTITY_TIER_PRICE_WEBSITE_ID` (`website_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Tier Price Attribute Backend Table';

--
-- Table structure for table `catalog_product_entity_varchar`
--

DROP TABLE IF EXISTS `catalog_product_entity_varchar`;
CREATE TABLE `catalog_product_entity_varchar` (
  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',
  `value` varchar(255) DEFAULT NULL COMMENT 'Value',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `CATALOG_PRODUCT_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),
  KEY `CATALOG_PRODUCT_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),
  KEY `CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID` (`store_id`)
) ENGINE=InnoDB AUTO_INCREMENT=734 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Varchar Attribute Backend Table';

--
-- Dumping data for table `catalog_product_entity_varchar`
--

LOCK TABLES `catalog_product_entity_varchar` WRITE;
/*!40000 ALTER TABLE `catalog_product_entity_varchar` DISABLE KEYS */;
INSERT INTO `catalog_product_entity_varchar` VALUES ('1',73,0,'1','ASOS BRIDAL Here Comes The Bride Vest & Short Pyjama Set'),('2',84,0,'1','ASOS BRIDAL Here Comes The Bride Vest & Short Pyjama Set'),('3',86,0,'1','ASOS BRIDAL Here Comes The Bride Vest & Short Pyjama Set Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see th'),('4',87,0,'1','/a/s/asos_bridal_here_comes_the_bride_vest_short_pyjama_set.jpg'),('5',88,0,'1','/a/s/asos_bridal_here_comes_the_bride_vest_short_pyjama_set.jpg'),('6',89,0,'1','/a/s/asos_bridal_here_comes_the_bride_vest_short_pyjama_set.jpg'),('7',106,0,'1','container2'),('8',119,0,'1','asos-bridal-here-comes-the-bride-vest-short-pyjama-set'),('9',132,0,'1','2'),('10',133,0,'1','/a/s/asos_bridal_here_comes_the_bride_vest_short_pyjama_set_1.jpg'),('19',73,0,'2','ASOS Leanna Lace Up Satin Half Cup Moulded Underwire Bra'),('20',86,0,'2','ASOS Leanna Lace Up Satin Half Cup Moulded Underwire BraEvery woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see tha'),('21',106,0,'2','container2'),('22',119,0,'2','asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra'),('23',132,0,'2','2'),('24',73,0,'3','ASOS Madison Lace Underwire Bra'),('25',86,0,'3','ASOS Madison Lace Underwire Bra Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black '),('26',106,0,'3','container2'),('27',119,0,'3','asos-madison-lace-underwire-bra'),('28',132,0,'3','2'),('30',73,0,'4','ASOS Shake Your Coconuts Vest & Short Pyjama Set'),('31',86,0,'4','ASOS Shake Your Coconuts Vest & Short Pyjama Set  Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as '),('32',106,0,'4','container2'),('33',119,0,'4','asos-shake-your-coconuts-vest-short-pyjama-set'),('34',132,0,'4','2'),('36',73,0,'5','ASOS Hi-Leg Hi-Shine Body'),('37',86,0,'5','ASOS Hi-Leg Hi-Shine Body Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress '),('38',106,0,'5','container2'),('39',119,0,'5','asos-hi-leg-hi-shine-body'),('40',132,0,'5','2'),('42',84,0,'5','ASOS Hi-Leg Hi-Shine Body'),('43',87,0,'5','/a/s/asos_hi-leg_hi-shine_body.jpg'),('44',88,0,'5','/a/s/asos_hi-leg_hi-shine_body.jpg'),('45',89,0,'5','/a/s/asos_hi-leg_hi-shine_body.jpg'),('46',133,0,'5','/a/s/asos_hi-leg_hi-shine_body_1.jpg'),('51',84,0,'2','ASOS Leanna Lace Up Satin Half Cup Moulded Underwire Bra'),('52',87,0,'2','/a/s/asos_leanna_lace_up_satin_half_cup_moulded_underwire_bra.jpg'),('53',88,0,'2','/a/s/asos_leanna_lace_up_satin_half_cup_moulded_underwire_bra.jpg'),('54',89,0,'2','/a/s/asos_leanna_lace_up_satin_half_cup_moulded_underwire_bra.jpg'),('55',133,0,'2','/a/s/asos_leanna_lace_up_satin_half_cup_moulded_underwire_bra_1.jpg'),('60',84,0,'3','ASOS Madison Lace Underwire Bra'),('61',87,0,'3','/a/s/asos_madison_lace_underwire_bra.jpg'),('62',88,0,'3','/a/s/asos_madison_lace_underwire_bra.jpg'),('63',89,0,'3','/a/s/asos_madison_lace_underwire_bra.jpg'),('64',133,0,'3','/a/s/asos_madison_lace_underwire_bra_1.jpg'),('69',84,0,'4','ASOS Shake Your Coconuts Vest & Short Pyjama Set'),('70',87,0,'4','/a/s/asos_shake_your_coconuts_vest_short_pyjama_set.jpg'),('71',88,0,'4','/a/s/asos_shake_your_coconuts_vest_short_pyjama_set.jpg'),('72',89,0,'4','/a/s/asos_shake_your_coconuts_vest_short_pyjama_set.jpg'),('73',133,0,'4','/a/s/asos_shake_your_coconuts_vest_short_pyjama_set_1.jpg'),('118',73,0,'6','Cath Kidston Guards Pyjama Tshirt'),('119',86,0,'6','Cath Kidston Guards Pyjama Tshirt Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a blac'),('120',106,0,'6','container2'),('121',119,0,'6','cath-kidston-guards-pyjama-tshirt'),('122',132,0,'6','2'),('123',73,0,'7','BRIDAL Valentina Corded Lace Slip'),('124',86,0,'7','BRIDAL Valentina Corded Lace Slip Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a blac'),('125',106,0,'7','container2'),('126',119,0,'7','bridal-valentina-corded-lace-slip'),('127',132,0,'7','2'),('129',73,0,'8','BRIDAL Confetti Queen Tee & Short Pyjama set'),('130',86,0,'8','BRIDAL Confetti Queen Tee & Short Pyjama set Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there'),('131',106,0,'8','container2'),('132',119,0,'8','bridal-confetti-queen-tee-short-pyjama-set'),('133',132,0,'8','2'),('180',84,0,'8','BRIDAL Confetti Queen Tee & Short Pyjama set'),('181',87,0,'8','/b/r/bridal_confetti_queen_tee_short_pyjama_set.jpg'),('182',88,0,'8','/b/r/bridal_confetti_queen_tee_short_pyjama_set.jpg'),('183',89,0,'8','/b/r/bridal_confetti_queen_tee_short_pyjama_set.jpg'),('184',133,0,'8','/b/r/bridal_confetti_queen_tee_short_pyjama_set_1.jpg'),('189',84,0,'7','BRIDAL Valentina Corded Lace Slip'),('190',87,0,'7','/b/r/bridal_valentina_corded_lace_slip.jpg'),('191',88,0,'7','/b/r/bridal_valentina_corded_lace_slip.jpg'),('192',89,0,'7','/b/r/bridal_valentina_corded_lace_slip.jpg'),('193',133,0,'7','/b/r/bridal_valentina_corded_lace_slip_1.jpg'),('198',84,0,'6','Cath Kidston Guards Pyjama Tshirt'),('199',87,0,'6','/c/a/cath_kidston_guards_pyjama_tshirt.jpg'),('200',88,0,'6','/c/a/cath_kidston_guards_pyjama_tshirt.jpg'),('201',89,0,'6','/c/a/cath_kidston_guards_pyjama_tshirt.jpg'),('202',133,0,'6','/c/a/cath_kidston_guards_pyjama_tshirt_1.jpg'),('207',73,0,'14','Marie Meili Brooke Two Pack Bra'),('208',86,0,'14','Marie Meili Brooke Two Pack Bra Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black '),('209',106,0,'14','container2'),('210',119,0,'14','marie-meili-brooke-two-pack-bra'),('211',132,0,'14','2'),('212',73,0,'15','Lace Trim Long Sleeve Tee & Short Pyjama Set'),('213',86,0,'15','Lace Trim Long Sleeve Tee & Short Pyjama Set Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there'),('214',106,0,'15','container2'),('215',119,0,'15','lace-trim-long-sleeve-tee-short-pyjama-set'),('216',132,0,'15','2'),('218',84,0,'15','Lace Trim Long Sleeve Tee & Short Pyjama Set'),('219',87,0,'15','/l/a/lace_trim_long_sleeve_tee_short_pyjama_set.jpg'),('220',88,0,'15','/l/a/lace_trim_long_sleeve_tee_short_pyjama_set.jpg'),('221',89,0,'15','/l/a/lace_trim_long_sleeve_tee_short_pyjama_set.jpg'),('222',133,0,'15','/l/a/lace_trim_long_sleeve_tee_short_pyjama_set_1.jpg'),('227',84,0,'14','Marie Meili Brooke Two Pack Bra'),('228',87,0,'14','/m/a/marie_meili_brooke_two_pack_bra.jpg'),('229',88,0,'14','/m/a/marie_meili_brooke_two_pack_bra.jpg'),('230',89,0,'14','/m/a/marie_meili_brooke_two_pack_bra.jpg'),('231',133,0,'14','/m/a/marie_meili_brooke_two_pack_bra_2.jpg'),('236',73,0,'16','Marie Meili Wisdom Super Push Up Bra'),('237',86,0,'16','Marie Meili Wisdom Super Push Up Bra Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a b'),('238',106,0,'16','container2'),('239',119,0,'16','marie-meili-wisdom-super-push-up-bra'),('240',132,0,'16','2'),('241',73,0,'17','MIX & MATCH'),('242',86,0,'17','MIX & MATCH Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.  Ling'),('243',106,0,'17','container2'),('244',119,0,'17','mix-match'),('245',132,0,'17','2'),('247',73,0,'18','Oysho Escote Croazon Dot Body'),('248',86,0,'18','Oysho Escote Croazon Dot Body Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dr'),('249',106,0,'18','container2'),('250',119,0,'18','oysho-escote-croazon-dot-body'),('251',132,0,'18','2'),('253',73,0,'19','Shoulder Detail Lace Underwire Bralet'),('254',86,0,'19','Shoulder Detail Lace Underwire Bralet  Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a'),('255',106,0,'19','container2'),('256',119,0,'19','shoulder-detail-lace-underwire-bralet'),('257',132,0,'19','2'),('259',73,0,'20','Undiz Ampli Mico T-Shirt Bra'),('260',86,0,'20','Undiz Ampli Mico T-Shirt Bra  Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dr'),('261',106,0,'20','container2'),('262',119,0,'20','undiz-ampli-mico-t-shirt-bra'),('263',132,0,'20','2'),('265',84,0,'16','Marie Meili Wisdom Super Push Up Bra'),('266',87,0,'16','/m/a/marie_meili_wisdom_super_push_up_bra.jpg'),('267',88,0,'16','/m/a/marie_meili_wisdom_super_push_up_bra.jpg'),('268',89,0,'16','/m/a/marie_meili_wisdom_super_push_up_bra.jpg'),('269',133,0,'16','/m/a/marie_meili_wisdom_super_push_up_bra_1.jpg'),('274',84,0,'17','MIX & MATCH'),('275',87,0,'17','/m/i/mix_match.jpg'),('276',88,0,'17','/m/i/mix_match.jpg'),('277',89,0,'17','/m/i/mix_match.jpg'),('278',133,0,'17','/m/i/mix_match_2.jpg'),('283',84,0,'18','Oysho Escote Croazon Dot Body'),('284',87,0,'18','/o/y/oysho_escote_croazon_dot_body_3.jpg'),('285',88,0,'18','/o/y/oysho_escote_croazon_dot_body_3.jpg'),('286',89,0,'18','/o/y/oysho_escote_croazon_dot_body_3.jpg'),('287',133,0,'18','/o/y/oysho_escote_croazon_dot_body.jpg'),('292',84,0,'19','Shoulder Detail Lace Underwire Bralet'),('293',87,0,'19','/s/h/shoulder_detail_lace_underwire_bralet.jpg'),('294',88,0,'19','/s/h/shoulder_detail_lace_underwire_bralet.jpg'),('295',89,0,'19','/s/h/shoulder_detail_lace_underwire_bralet.jpg'),('296',133,0,'19','/s/h/shoulder_detail_lace_underwire_bralet_2.jpg'),('301',84,0,'20','Undiz Ampli Mico T-Shirt Bra'),('302',87,0,'20','/u/n/undiz_ampli_mico_t-shirt_bra.jpg'),('303',88,0,'20','/u/n/undiz_ampli_mico_t-shirt_bra.jpg'),('304',89,0,'20','/u/n/undiz_ampli_mico_t-shirt_bra.jpg'),('305',133,0,'20','/u/n/undiz_ampli_mico_t-shirt_bra_2.jpg'),('310',73,0,'21','Marie Meili Wisdom Super Push Up Bra-black'),('311',84,0,'21','Marie Meili Wisdom Super Push Up Bra'),('312',86,0,'21','Marie Meili Wisdom Super Push Up Bra Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a b'),('313',106,0,'21','container2'),('314',119,0,'21','marie-meili-wisdom-super-push-up-bra-black'),('315',132,0,'21','0'),('316',73,0,'22','Marie Meili Wisdom Super Push Up Bra-blue'),('317',84,0,'22','Marie Meili Wisdom Super Push Up Bra'),('318',86,0,'22','Marie Meili Wisdom Super Push Up Bra Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a b'),('319',106,0,'22','container2'),('320',119,0,'22','marie-meili-wisdom-super-push-up-bra-blue'),('321',132,0,'22','0'),('326',73,0,'23','MIX & MATCH-pink'),('327',84,0,'23','MIX & MATCH'),('328',86,0,'23','MIX & MATCH Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.  Ling'),('329',106,0,'23','container2'),('330',119,0,'23','mix-match-pink'),('331',132,0,'23','0'),('332',73,0,'24','MIX & MATCH-white'),('333',84,0,'24','MIX & MATCH'),('334',86,0,'24','MIX & MATCH Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.  Ling'),('335',106,0,'24','container2'),('336',119,0,'24','mix-match-white'),('337',132,0,'24','0'),('342',73,0,'25','Oysho Escote Croazon Dot Body-red'),('343',84,0,'25','Oysho Escote Croazon Dot Body'),('344',86,0,'25','Oysho Escote Croazon Dot Body Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dr'),('345',106,0,'25','container2'),('346',119,0,'25','oysho-escote-croazon-dot-body-red'),('347',132,0,'25','0'),('348',73,0,'26','Oysho Escote Croazon Dot Body-white'),('349',84,0,'26','Oysho Escote Croazon Dot Body'),('350',86,0,'26','Oysho Escote Croazon Dot Body Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dr'),('351',106,0,'26','container2'),('352',119,0,'26','oysho-escote-croazon-dot-body-white'),('353',132,0,'26','0'),('354',73,0,'27','Oysho Escote Croazon Dot Body-black'),('355',84,0,'27','Oysho Escote Croazon Dot Body'),('356',86,0,'27','Oysho Escote Croazon Dot Body Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dr'),('357',106,0,'27','container2'),('358',119,0,'27','oysho-escote-croazon-dot-body-black'),('359',132,0,'27','0'),('364',73,0,'28','Shoulder Detail Lace Underwire Bralet-blue'),('365',84,0,'28','Shoulder Detail Lace Underwire Bralet'),('366',86,0,'28','Shoulder Detail Lace Underwire Bralet  Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a'),('367',106,0,'28','container2'),('368',119,0,'28','shoulder-detail-lace-underwire-bralet-blue'),('369',132,0,'28','0'),('370',73,0,'29','Shoulder Detail Lace Underwire Bralet-pink'),('371',84,0,'29','Shoulder Detail Lace Underwire Bralet'),('372',86,0,'29','Shoulder Detail Lace Underwire Bralet  Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a'),('373',106,0,'29','container2'),('374',119,0,'29','shoulder-detail-lace-underwire-bralet-pink'),('375',132,0,'29','0'),('380',73,0,'30','Undiz Ampli Mico T-Shirt Bra-white'),('381',84,0,'30','Undiz Ampli Mico T-Shirt Bra'),('382',86,0,'30','Undiz Ampli Mico T-Shirt Bra  Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dr'),('383',106,0,'30','container2'),('384',119,0,'30','undiz-ampli-mico-t-shirt-bra-white'),('385',132,0,'30','0'),('386',73,0,'31','Undiz Ampli Mico T-Shirt Bra-black'),('387',84,0,'31','Undiz Ampli Mico T-Shirt Bra'),('388',86,0,'31','Undiz Ampli Mico T-Shirt Bra  Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dr'),('389',106,0,'31','container2'),('390',119,0,'31','undiz-ampli-mico-t-shirt-bra-black'),('391',132,0,'31','0'),('396',87,0,'21','/m/a/marie_meili_wisdom_super_push_up_bra_4.jpg'),('397',88,0,'21','/m/a/marie_meili_wisdom_super_push_up_bra_4.jpg'),('398',89,0,'21','/m/a/marie_meili_wisdom_super_push_up_bra_4.jpg'),('399',133,0,'21','/m/a/marie_meili_wisdom_super_push_up_bra_4.jpg'),('404',87,0,'22','/m/a/marie_meili_wisdom_super_push_up_bra_2_1.jpg'),('405',88,0,'22','/m/a/marie_meili_wisdom_super_push_up_bra_2_1.jpg'),('406',89,0,'22','/m/a/marie_meili_wisdom_super_push_up_bra_2_1.jpg'),('407',133,0,'22','/m/a/marie_meili_wisdom_super_push_up_bra_2_1.jpg'),('412',87,0,'24','/m/i/mix_match_4.jpg'),('413',88,0,'24','/m/i/mix_match_4.jpg'),('414',89,0,'24','/m/i/mix_match_4.jpg'),('415',133,0,'24','/m/i/mix_match_4.jpg'),('420',87,0,'23','/m/i/mix_match_2_1.jpg'),('421',88,0,'23','/m/i/mix_match_2_1.jpg'),('422',89,0,'23','/m/i/mix_match_2_1.jpg'),('423',133,0,'23','/m/i/mix_match_2_1.jpg'),('428',87,0,'27','/o/y/oysho_escote_croazon_dot_body_4.jpg'),('429',88,0,'27','/o/y/oysho_escote_croazon_dot_body_4.jpg'),('430',89,0,'27','/o/y/oysho_escote_croazon_dot_body_4.jpg'),('431',133,0,'27','/o/y/oysho_escote_croazon_dot_body_4.jpg'),('436',87,0,'25','/o/y/oysho_escote_croazon_dot_body_1_1_1.jpg'),('437',88,0,'25','/o/y/oysho_escote_croazon_dot_body_1_1_1.jpg'),('438',89,0,'25','/o/y/oysho_escote_croazon_dot_body_1_1_1.jpg'),('439',133,0,'25','/o/y/oysho_escote_croazon_dot_body_1_1_1.jpg'),('444',87,0,'26','/o/y/oysho_escote_croazon_dot_body_2_2.jpg'),('445',88,0,'26','/o/y/oysho_escote_croazon_dot_body_2_2.jpg'),('446',89,0,'26','/o/y/oysho_escote_croazon_dot_body_2_2.jpg'),('447',133,0,'26','/o/y/oysho_escote_croazon_dot_body_2_2.jpg'),('452',87,0,'29','/s/h/shoulder_detail_lace_underwire_bralet_2_1.jpg'),('453',88,0,'29','/s/h/shoulder_detail_lace_underwire_bralet_2_1.jpg'),('454',89,0,'29','/s/h/shoulder_detail_lace_underwire_bralet_2_1.jpg'),('455',133,0,'29','/s/h/shoulder_detail_lace_underwire_bralet_2_1.jpg'),('460',87,0,'28','/s/h/shoulder_detail_lace_underwire_bralet_2_1_1.jpg'),('461',88,0,'28','/s/h/shoulder_detail_lace_underwire_bralet_2_1_1.jpg'),('462',89,0,'28','/s/h/shoulder_detail_lace_underwire_bralet_2_1_1.jpg'),('463',133,0,'28','/s/h/shoulder_detail_lace_underwire_bralet_2_1_1.jpg'),('468',87,0,'31','/u/n/undiz_ampli_mico_t-shirt_bra_4.jpg'),('469',88,0,'31','/u/n/undiz_ampli_mico_t-shirt_bra_4.jpg'),('470',89,0,'31','/u/n/undiz_ampli_mico_t-shirt_bra_4.jpg'),('471',133,0,'31','/u/n/undiz_ampli_mico_t-shirt_bra_4.jpg'),('476',87,0,'30','/u/n/undiz_ampli_mico_t-shirt_bra_2_1.jpg'),('477',88,0,'30','/u/n/undiz_ampli_mico_t-shirt_bra_2_1.jpg'),('478',89,0,'30','/u/n/undiz_ampli_mico_t-shirt_bra_2_1.jpg'),('479',133,0,'30','/u/n/undiz_ampli_mico_t-shirt_bra_2_1.jpg'),('484',73,0,'32','Undiz Equiliz Bustier Longline Bra'),('485',86,0,'32','Undiz Equiliz Bustier Longline Bra Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a bla'),('486',106,0,'32','container2'),('487',119,0,'32','undiz-equiliz-bustier-longline-bra'),('488',132,0,'32','2'),('489',73,0,'33','Undiz Royaltiz Gel Bra'),('490',86,0,'33','Undiz Royaltiz Gel Bra Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on '),('491',106,0,'33','container2'),('492',119,0,'33','undiz-royaltiz-gel-bra'),('493',132,0,'33','2'),('495',73,0,'34','Undiz Teamminiz Short'),('496',86,0,'34','Undiz Teamminiz Short Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on h'),('497',106,0,'34','container2'),('498',119,0,'34','undiz-teamminiz-short'),('499',132,0,'34','2'),('501',73,0,'35','Weekday Note Bra'),('502',86,0,'35','Weekday Note Bra Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. '),('503',106,0,'35','container2'),('504',119,0,'35','weekday-note-bra'),('505',132,0,'35','2'),('507',73,0,'36','Weekday Stella Triangle Bra'),('508',86,0,'36','Weekday Stella Triangle Bra Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dres'),('509',106,0,'36','container2'),('510',119,0,'36','weekday-stella-triangle-bra'),('511',132,0,'36','2'),('513',73,0,'37','h'),('514',86,0,'37','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.  Lingerie is more'),('515',106,0,'37','container2'),('516',119,0,'37','h-5'),('517',132,0,'37','2'),('519',84,0,'32','Undiz Equiliz Bustier Longline Bra'),('520',87,0,'32','/u/n/undiz_equiliz_bustier_longline_bra.jpg'),('521',88,0,'32','/u/n/undiz_equiliz_bustier_longline_bra.jpg'),('522',89,0,'32','/u/n/undiz_equiliz_bustier_longline_bra.jpg'),('523',133,0,'32','/u/n/undiz_equiliz_bustier_longline_bra_1.jpg'),('528',84,0,'33','Undiz Royaltiz Gel Bra'),('529',87,0,'33','/u/n/undiz_royaltiz_gel_bra_3.jpg'),('530',88,0,'33','/u/n/undiz_royaltiz_gel_bra_3.jpg'),('531',89,0,'33','/u/n/undiz_royaltiz_gel_bra_3.jpg'),('532',133,0,'33','/u/n/undiz_royaltiz_gel_bra.jpg'),('537',84,0,'34','Undiz Teamminiz Short'),('538',87,0,'34','/u/n/undiz_teamminiz_short.jpg'),('539',88,0,'34','/u/n/undiz_teamminiz_short.jpg'),('540',89,0,'34','/u/n/undiz_teamminiz_short.jpg'),('541',133,0,'34','/u/n/undiz_teamminiz_short_1.jpg'),('546',84,0,'35','Weekday Note Bra'),('547',87,0,'35','/w/e/weekday_note_bra.jpg'),('548',88,0,'35','/w/e/weekday_note_bra.jpg'),('549',89,0,'35','/w/e/weekday_note_bra.jpg'),('550',133,0,'35','/w/e/weekday_note_bra_2.jpg'),('555',84,0,'36','Weekday Stella Triangle Bra'),('556',87,0,'36','/w/e/weekday_stella_triangle_bra.jpg'),('557',88,0,'36','/w/e/weekday_stella_triangle_bra.jpg'),('558',89,0,'36','/w/e/weekday_stella_triangle_bra.jpg'),('559',133,0,'36','/w/e/weekday_stella_triangle_bra_3.jpg'),('564',73,0,'38','Undiz Equiliz Bustier Longline Bra-blue'),('565',84,0,'38','Undiz Equiliz Bustier Longline Bra'),('566',86,0,'38','Undiz Equiliz Bustier Longline Bra Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a bla'),('567',106,0,'38','container2'),('568',119,0,'38','undiz-equiliz-bustier-longline-bra-blue'),('569',132,0,'38','0'),('570',73,0,'39','Undiz Equiliz Bustier Longline Bra-white'),('571',84,0,'39','Undiz Equiliz Bustier Longline Bra'),('572',86,0,'39','Undiz Equiliz Bustier Longline Bra Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a bla'),('573',106,0,'39','container2'),('574',119,0,'39','undiz-equiliz-bustier-longline-bra-white'),('575',132,0,'39','0'),('580',73,0,'40','Weekday Note Bra-black'),('581',84,0,'40','Weekday Note Bra'),('582',86,0,'40','Weekday Note Bra Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. '),('583',106,0,'40','container2'),('584',119,0,'40','weekday-note-bra-black'),('585',132,0,'40','0'),('586',73,0,'41','Weekday Note Bra-pink'),('587',84,0,'41','Weekday Note Bra'),('588',86,0,'41','Weekday Note Bra Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. '),('589',106,0,'41','container2'),('590',119,0,'41','weekday-note-bra-pink'),('591',132,0,'41','0'),('596',73,0,'42','Weekday Stella Triangle Bra-white'),('597',84,0,'42','Weekday Stella Triangle Bra'),('598',86,0,'42','Weekday Stella Triangle Bra Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dres'),('599',106,0,'42','container2'),('600',119,0,'42','weekday-stella-triangle-bra-white'),('601',132,0,'42','0'),('602',73,0,'43','Weekday Stella Triangle Bra-red'),('603',84,0,'43','Weekday Stella Triangle Bra'),('604',86,0,'43','Weekday Stella Triangle Bra Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dres'),('605',106,0,'43','container2'),('606',119,0,'43','weekday-stella-triangle-bra-red'),('607',132,0,'43','0'),('612',73,0,'44','Undiz Teamminiz Short-red'),('613',84,0,'44','Undiz Teamminiz Short'),('614',86,0,'44','Undiz Teamminiz Short Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on h'),('615',106,0,'44','container2'),('616',119,0,'44','undiz-teamminiz-short-red'),('617',132,0,'44','0'),('618',73,0,'45','Undiz Teamminiz Short-white'),('619',84,0,'45','Undiz Teamminiz Short'),('620',86,0,'45','Undiz Teamminiz Short Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on h'),('621',106,0,'45','container2'),('622',119,0,'45','undiz-teamminiz-short-white'),('623',132,0,'45','0'),('624',73,0,'46','Undiz Teamminiz Short-black'),('625',84,0,'46','Undiz Teamminiz Short'),('626',86,0,'46','Undiz Teamminiz Short Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on h'),('627',106,0,'46','container2'),('628',119,0,'46','undiz-teamminiz-short-black'),('629',132,0,'46','0'),('634',73,0,'47','Undiz Royaltiz Gel Bra-pink'),('635',84,0,'47','Undiz Royaltiz Gel Bra'),('636',86,0,'47','Undiz Royaltiz Gel Bra Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on '),('637',106,0,'47','container2'),('638',119,0,'47','undiz-royaltiz-gel-bra-pink'),('639',132,0,'47','0'),('640',73,0,'48','Undiz Royaltiz Gel Bra-white'),('641',84,0,'48','Undiz Royaltiz Gel Bra'),('642',86,0,'48','Undiz Royaltiz Gel Bra Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on '),('643',106,0,'48','container2'),('644',119,0,'48','undiz-royaltiz-gel-bra-white'),('645',132,0,'48','0'),('650',87,0,'41','/w/e/weekday_note_bra_2_1.jpg'),('651',88,0,'41','/w/e/weekday_note_bra_2_1.jpg'),('652',89,0,'41','/w/e/weekday_note_bra_2_1.jpg'),('653',133,0,'41','/w/e/weekday_note_bra_2_1.jpg'),('658',87,0,'40','/w/e/weekday_note_bra_4.jpg'),('659',88,0,'40','/w/e/weekday_note_bra_4.jpg'),('660',89,0,'40','/w/e/weekday_note_bra_4.jpg'),('661',133,0,'40','/w/e/weekday_note_bra_4.jpg'),('666',87,0,'42','/w/e/weekday_stella_triangle_bra_4.jpg'),('667',88,0,'42','/w/e/weekday_stella_triangle_bra_4.jpg'),('668',89,0,'42','/w/e/weekday_stella_triangle_bra_4.jpg'),('669',133,0,'42','/w/e/weekday_stella_triangle_bra_4.jpg'),('674',87,0,'43','/w/e/weekday_stella_triangle_bra_2_1.jpg'),('675',88,0,'43','/w/e/weekday_stella_triangle_bra_2_1.jpg'),('676',89,0,'43','/w/e/weekday_stella_triangle_bra_2_1.jpg'),('677',133,0,'43','/w/e/weekday_stella_triangle_bra_2_1.jpg'),('682',87,0,'46','/u/n/undiz_teamminiz_short_4.jpg'),('683',88,0,'46','/u/n/undiz_teamminiz_short_4.jpg'),('684',89,0,'46','/u/n/undiz_teamminiz_short_4.jpg'),('685',133,0,'46','/u/n/undiz_teamminiz_short_4.jpg'),('690',87,0,'44','/u/n/undiz_teamminiz_short_2_1.jpg'),('691',88,0,'44','/u/n/undiz_teamminiz_short_2_1.jpg'),('692',89,0,'44','/u/n/undiz_teamminiz_short_2_1.jpg'),('693',133,0,'44','/u/n/undiz_teamminiz_short_2_1.jpg'),('698',87,0,'45','/u/n/undiz_teamminiz_short_1_2.jpg'),('699',88,0,'45','/u/n/undiz_teamminiz_short_1_2.jpg'),('700',89,0,'45','/u/n/undiz_teamminiz_short_1_2.jpg'),('701',133,0,'45','/u/n/undiz_teamminiz_short_1_2.jpg'),('706',87,0,'48','/u/n/undiz_royaltiz_gel_bra_4.jpg'),('707',88,0,'48','/u/n/undiz_royaltiz_gel_bra_4.jpg'),('708',89,0,'48','/u/n/undiz_royaltiz_gel_bra_4.jpg'),('709',133,0,'48','/u/n/undiz_royaltiz_gel_bra_4.jpg'),('714',87,0,'47','/u/n/undiz_royaltiz_gel_bra_1_1.jpg'),('715',88,0,'47','/u/n/undiz_royaltiz_gel_bra_1_1.jpg'),('716',89,0,'47','/u/n/undiz_royaltiz_gel_bra_1_1.jpg'),('717',133,0,'47','/u/n/undiz_royaltiz_gel_bra_1_1.jpg'),('722',87,0,'39','/u/n/undiz_equiliz_bustier_longline_bra_4.jpg'),('723',88,0,'39','/u/n/undiz_equiliz_bustier_longline_bra_4.jpg'),('724',89,0,'39','/u/n/undiz_equiliz_bustier_longline_bra_4.jpg'),('725',133,0,'39','/u/n/undiz_equiliz_bustier_longline_bra_4.jpg'),('730',87,0,'38','/u/n/undiz_equiliz_bustier_longline_bra_1_1_1.jpg'),('731',88,0,'38','/u/n/undiz_equiliz_bustier_longline_bra_1_1_1.jpg'),('732',89,0,'38','/u/n/undiz_equiliz_bustier_longline_bra_1_1_1.jpg'),('733',133,0,'38','/u/n/undiz_equiliz_bustier_longline_bra_1_1_1.jpg');
/*!40000 ALTER TABLE `catalog_product_entity_varchar` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_flat_1`
--

DROP TABLE IF EXISTS `catalog_product_flat_1`;
CREATE TABLE `catalog_product_flat_1` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity Id',
  `attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Set ID',
  `type_id` varchar(32) NOT NULL DEFAULT 'simple' COMMENT 'Type Id',
  `brand_id` int(11) DEFAULT NULL COMMENT 'brand_id column',
  `color` int(11) DEFAULT NULL COMMENT 'color column',
  `color_value` varchar(255) DEFAULT NULL COMMENT 'color column',
  `cost` decimal(12,4) DEFAULT NULL COMMENT 'cost',
  `created_at` timestamp NULL DEFAULT NULL COMMENT 'created_at',
  `description` longtext COMMENT 'description',
  `gift_message_available` smallint(6) DEFAULT NULL COMMENT 'gift_message_available column',
  `has_options` smallint(6) NOT NULL DEFAULT '0' COMMENT 'has_options',
  `image` varchar(255) DEFAULT NULL COMMENT 'image',
  `image_label` varchar(255) DEFAULT NULL COMMENT 'image_label',
  `links_exist` int(11) DEFAULT NULL COMMENT 'links_exist',
  `links_purchased_separately` int(11) DEFAULT NULL COMMENT 'links_purchased_separately',
  `links_title` varchar(255) DEFAULT NULL COMMENT 'links_title',
  `msrp` decimal(12,4) DEFAULT NULL COMMENT 'msrp',
  `msrp_display_actual_price_type` text COMMENT 'msrp_display_actual_price_type',
  `name` varchar(255) DEFAULT NULL COMMENT 'name',
  `news_from_date` datetime DEFAULT NULL COMMENT 'news_from_date',
  `news_to_date` datetime DEFAULT NULL COMMENT 'news_to_date',
  `on_hover` varchar(255) DEFAULT NULL COMMENT 'on_hover',
  `price` decimal(12,4) DEFAULT NULL COMMENT 'price',
  `price_type` int(11) DEFAULT NULL COMMENT 'price_type',
  `price_view` int(11) DEFAULT NULL COMMENT 'Bundle Price View price_view column',
  `required_options` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'required_options',
  `short_description` longtext COMMENT 'short_description',
  `sku` varchar(64) DEFAULT NULL COMMENT 'sku',
  `sku_type` int(11) DEFAULT NULL COMMENT 'sku_type',
  `small_image` varchar(255) DEFAULT NULL COMMENT 'small_image',
  `small_image_label` varchar(255) DEFAULT NULL COMMENT 'small_image_label',
  `special_from_date` datetime DEFAULT NULL COMMENT 'special_from_date',
  `special_price` decimal(12,4) DEFAULT NULL COMMENT 'special_price',
  `special_to_date` datetime DEFAULT NULL COMMENT 'special_to_date',
  `swatch_image` varchar(255) DEFAULT NULL COMMENT 'swatch_image',
  `tax_class_id` int(10) unsigned DEFAULT NULL COMMENT 'tax_class_id tax column',
  `thumbnail` varchar(255) DEFAULT NULL COMMENT 'thumbnail',
  `thumbnail_label` varchar(255) DEFAULT NULL COMMENT 'thumbnail_label',
  `updated_at` timestamp NOT NULL COMMENT 'updated_at',
  `url_key` varchar(255) DEFAULT NULL COMMENT 'url_key',
  `url_path` varchar(255) DEFAULT NULL COMMENT 'url_path',
  `visibility` smallint(5) unsigned DEFAULT NULL COMMENT 'Catalog Product Visibility visibility column',
  `weight` decimal(12,4) DEFAULT NULL COMMENT 'weight',
  `weight_type` int(11) DEFAULT NULL COMMENT 'weight_type',
  PRIMARY KEY (`entity_id`),
  KEY `CATALOG_PRODUCT_FLAT_1_TMP_INDEXER_TYPE_ID` (`type_id`),
  KEY `CATALOG_PRODUCT_FLAT_1_TMP_INDEXER_ATTRIBUTE_SET_ID` (`attribute_set_id`),
  KEY `CATALOG_PRODUCT_FLAT_1_TMP_INDEXER_NAME` (`name`),
  KEY `CATALOG_PRODUCT_FLAT_1_TMP_INDEXER_PRICE` (`price`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Flat (Store 1)';

--
-- Dumping data for table `catalog_product_flat_1`
--

LOCK TABLES `catalog_product_flat_1` WRITE;
/*!40000 ALTER TABLE `catalog_product_flat_1` DISABLE KEYS */;
INSERT INTO `catalog_product_flat_1` VALUES ('1',4,'simple','1',NULL,NULL,NULL,'2017-11-26 08:34:18','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,0,'/a/s/asos_bridal_here_comes_the_bride_vest_short_pyjama_set.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'ASOS BRIDAL Here Comes The Bride Vest & Short Pyjama Set',NULL,NULL,NULL,'36.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','9658',NULL,'/a/s/asos_bridal_here_comes_the_bride_vest_short_pyjama_set.jpg',NULL,'2017-12-26 00:00:00','30.0000','2025-12-26 00:00:00','/a/s/asos_bridal_here_comes_the_bride_vest_short_pyjama_set_1.jpg','2','/a/s/asos_bridal_here_comes_the_bride_vest_short_pyjama_set.jpg',NULL,'2017-12-26 13:40:17','asos-bridal-here-comes-the-bride-vest-short-pyjama-set',NULL,4,'1.0000',NULL),('2',4,'simple','1',NULL,NULL,NULL,'2017-11-26 08:38:45','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,0,'/a/s/asos_leanna_lace_up_satin_half_cup_moulded_underwire_bra.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'ASOS Leanna Lace Up Satin Half Cup Moulded Underwire Bra',NULL,NULL,NULL,'39.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','3546',NULL,'/a/s/asos_leanna_lace_up_satin_half_cup_moulded_underwire_bra.jpg',NULL,'2017-12-26 00:00:00','36.0000','2025-12-26 00:00:00','/a/s/asos_leanna_lace_up_satin_half_cup_moulded_underwire_bra_1.jpg','2','/a/s/asos_leanna_lace_up_satin_half_cup_moulded_underwire_bra.jpg',NULL,'2017-12-26 13:42:36','asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra',NULL,4,'1.0000',NULL),('3',4,'simple','6',NULL,NULL,NULL,'2017-11-26 08:40:06','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,0,'/a/s/asos_madison_lace_underwire_bra.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'ASOS Madison Lace Underwire Bra',NULL,NULL,NULL,'66.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','2653',NULL,'/a/s/asos_madison_lace_underwire_bra.jpg',NULL,'2017-12-26 00:00:00','59.0000','2025-12-26 00:00:00','/a/s/asos_madison_lace_underwire_bra_1.jpg','2','/a/s/asos_madison_lace_underwire_bra.jpg',NULL,'2017-12-26 13:40:41','asos-madison-lace-underwire-bra',NULL,4,'1.0000',NULL),('4',4,'simple','6',NULL,NULL,NULL,'2017-11-26 08:40:18','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,0,'/a/s/asos_shake_your_coconuts_vest_short_pyjama_set.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'ASOS Shake Your Coconuts Vest & Short Pyjama Set',NULL,NULL,NULL,'19.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','3665',NULL,'/a/s/asos_shake_your_coconuts_vest_short_pyjama_set.jpg',NULL,'2017-12-26 00:00:00','16.0000','2025-12-26 00:00:00','/a/s/asos_shake_your_coconuts_vest_short_pyjama_set_1.jpg','2','/a/s/asos_shake_your_coconuts_vest_short_pyjama_set.jpg',NULL,'2017-12-26 13:40:58','asos-shake-your-coconuts-vest-short-pyjama-set',NULL,4,'1.0000',NULL),('5',4,'simple','5',NULL,NULL,NULL,'2017-11-26 08:40:28','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,0,'/a/s/asos_hi-leg_hi-shine_body.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'ASOS Hi-Leg Hi-Shine Body',NULL,NULL,NULL,'27.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','2345',NULL,'/a/s/asos_hi-leg_hi-shine_body.jpg',NULL,'2017-12-26 00:00:00','23.0000','2025-12-26 00:00:00','/a/s/asos_hi-leg_hi-shine_body_1.jpg','2','/a/s/asos_hi-leg_hi-shine_body.jpg',NULL,'2017-12-26 13:41:19','asos-hi-leg-hi-shine-body',NULL,4,'1.0000',NULL),('6',4,'simple','5',NULL,NULL,NULL,'2017-11-26 08:54:33','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/c/a/cath_kidston_guards_pyjama_tshirt.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Cath Kidston Guards Pyjama Tshirt',NULL,NULL,NULL,'42.0000',NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','4443',NULL,'/c/a/cath_kidston_guards_pyjama_tshirt.jpg',NULL,'2017-12-26 00:00:00','39.0000','2025-12-26 00:00:00','/c/a/cath_kidston_guards_pyjama_tshirt_1.jpg','2','/c/a/cath_kidston_guards_pyjama_tshirt.jpg',NULL,'2017-12-26 13:41:41','cath-kidston-guards-pyjama-tshirt',NULL,4,'1.0000',NULL),('7',4,'simple','4',NULL,NULL,NULL,'2017-11-26 08:54:48','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/b/r/bridal_valentina_corded_lace_slip.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'BRIDAL Valentina Corded Lace Slip',NULL,NULL,NULL,'26.0000',NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','2488',NULL,'/b/r/bridal_valentina_corded_lace_slip.jpg',NULL,'2017-12-26 00:00:00','21.0000','2025-12-26 00:00:00','/b/r/bridal_valentina_corded_lace_slip_1.jpg','2','/b/r/bridal_valentina_corded_lace_slip.jpg',NULL,'2017-12-26 13:41:59','bridal-valentina-corded-lace-slip',NULL,4,'1.0000',NULL),('8',4,'simple','4',NULL,NULL,NULL,'2017-11-26 08:55:04','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/b/r/bridal_confetti_queen_tee_short_pyjama_set.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'BRIDAL Confetti Queen Tee & Short Pyjama set',NULL,NULL,NULL,'31.0000',NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','2377',NULL,'/b/r/bridal_confetti_queen_tee_short_pyjama_set.jpg',NULL,'2017-12-26 00:00:00','28.0000','2025-12-26 00:00:00','/b/r/bridal_confetti_queen_tee_short_pyjama_set_1.jpg','2','/b/r/bridal_confetti_queen_tee_short_pyjama_set.jpg',NULL,'2017-12-26 13:42:16','bridal-confetti-queen-tee-short-pyjama-set',NULL,4,'1.0000',NULL),('14',4,'simple','3',NULL,NULL,NULL,'2017-11-26 09:10:01','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p>',2,1,'/m/a/marie_meili_brooke_two_pack_bra.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Marie Meili Brooke Two Pack Bra',NULL,NULL,NULL,'43.0000',NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','6133',NULL,'/m/a/marie_meili_brooke_two_pack_bra.jpg',NULL,NULL,NULL,NULL,'/m/a/marie_meili_brooke_two_pack_bra_2.jpg','2','/m/a/marie_meili_brooke_two_pack_bra.jpg',NULL,'2017-11-26 09:12:02','marie-meili-brooke-two-pack-bra',NULL,4,'1.0000',NULL),('15',4,'simple','3',NULL,NULL,NULL,'2017-11-26 09:10:05','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p>',2,1,'/l/a/lace_trim_long_sleeve_tee_short_pyjama_set.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Lace Trim Long Sleeve Tee & Short Pyjama Set',NULL,NULL,NULL,'55.0000',NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','5123',NULL,'/l/a/lace_trim_long_sleeve_tee_short_pyjama_set.jpg',NULL,NULL,NULL,NULL,'/l/a/lace_trim_long_sleeve_tee_short_pyjama_set_1.jpg','2','/l/a/lace_trim_long_sleeve_tee_short_pyjama_set.jpg',NULL,'2017-11-26 09:11:22','lace-trim-long-sleeve-tee-short-pyjama-set',NULL,4,'1.0000',NULL),('16',4,'configurable',NULL,NULL,NULL,NULL,'2017-11-26 09:14:57','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/m/a/marie_meili_wisdom_super_push_up_bra.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Marie Meili Wisdom Super Push Up Bra',NULL,NULL,NULL,NULL,NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','5111',NULL,'/m/a/marie_meili_wisdom_super_push_up_bra.jpg',NULL,NULL,NULL,NULL,'/m/a/marie_meili_wisdom_super_push_up_bra_1.jpg','2','/m/a/marie_meili_wisdom_super_push_up_bra.jpg',NULL,'2017-11-26 09:23:06','marie-meili-wisdom-super-push-up-bra',NULL,4,'1.0000',NULL),('17',4,'configurable','2',NULL,NULL,NULL,'2017-11-26 09:15:01','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/m/i/mix_match.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'MIX & MATCH','2017-12-26 00:00:00','2025-12-26 00:00:00',NULL,NULL,NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','9654',NULL,'/m/i/mix_match.jpg',NULL,NULL,NULL,NULL,'/m/i/mix_match_2.jpg','2','/m/i/mix_match.jpg',NULL,'2017-12-26 13:38:10','mix-match',NULL,4,'1.0000',NULL),('18',4,'configurable','2',NULL,NULL,NULL,'2017-11-26 09:15:14','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/o/y/oysho_escote_croazon_dot_body_3.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Oysho Escote Croazon Dot Body','2017-12-26 00:00:00','2025-12-26 00:00:00',NULL,NULL,NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','4762',NULL,'/o/y/oysho_escote_croazon_dot_body_3.jpg',NULL,NULL,NULL,NULL,'/o/y/oysho_escote_croazon_dot_body.jpg','2','/o/y/oysho_escote_croazon_dot_body_3.jpg',NULL,'2017-12-26 13:38:30','oysho-escote-croazon-dot-body',NULL,4,'1.0000',NULL),('19',4,'configurable',NULL,NULL,NULL,NULL,'2017-11-26 09:15:27','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/s/h/shoulder_detail_lace_underwire_bralet.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Shoulder Detail Lace Underwire Bralet','2017-12-26 00:00:00','2025-12-26 00:00:00',NULL,NULL,NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','8112',NULL,'/s/h/shoulder_detail_lace_underwire_bralet.jpg',NULL,NULL,NULL,NULL,'/s/h/shoulder_detail_lace_underwire_bralet_2.jpg','2','/s/h/shoulder_detail_lace_underwire_bralet.jpg',NULL,'2017-12-26 13:38:44','shoulder-detail-lace-underwire-bralet',NULL,4,'1.0000',NULL),('20',4,'configurable','2',NULL,NULL,NULL,'2017-11-26 09:15:40','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/u/n/undiz_ampli_mico_t-shirt_bra.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Ampli Mico T-Shirt Bra',NULL,NULL,NULL,NULL,NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','4998',NULL,'/u/n/undiz_ampli_mico_t-shirt_bra.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_ampli_mico_t-shirt_bra_2.jpg','2','/u/n/undiz_ampli_mico_t-shirt_bra.jpg',NULL,'2017-11-26 09:24:28','undiz-ampli-mico-t-shirt-bra',NULL,4,'1.0000',NULL),('21',4,'simple',NULL,'28','black',NULL,'2017-11-26 09:23:03','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/m/a/marie_meili_wisdom_super_push_up_bra_4.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Marie Meili Wisdom Super Push Up Bra-black',NULL,NULL,NULL,'51.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','5111-black',NULL,'/m/a/marie_meili_wisdom_super_push_up_bra_4.jpg',NULL,NULL,NULL,NULL,'/m/a/marie_meili_wisdom_super_push_up_bra_4.jpg','2','/m/a/marie_meili_wisdom_super_push_up_bra_4.jpg',NULL,'2017-11-26 09:25:27','marie-meili-wisdom-super-push-up-bra-black',NULL,1,'1.0000',NULL),('22',4,'simple',NULL,'31','blue',NULL,'2017-11-26 09:23:05','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/m/a/marie_meili_wisdom_super_push_up_bra_2_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Marie Meili Wisdom Super Push Up Bra-blue',NULL,NULL,NULL,'55.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','5111-blue',NULL,'/m/a/marie_meili_wisdom_super_push_up_bra_2_1.jpg',NULL,NULL,NULL,NULL,'/m/a/marie_meili_wisdom_super_push_up_bra_2_1.jpg','2','/m/a/marie_meili_wisdom_super_push_up_bra_2_1.jpg',NULL,'2017-11-26 09:25:35','marie-meili-wisdom-super-push-up-bra-blue',NULL,1,'1.0000',NULL),('23',4,'simple',NULL,'30','pink',NULL,'2017-11-26 09:23:26','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/m/i/mix_match_2_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'MIX & MATCH-pink',NULL,NULL,NULL,'25.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','9654-pink',NULL,'/m/i/mix_match_2_1.jpg',NULL,NULL,NULL,NULL,'/m/i/mix_match_2_1.jpg','2','/m/i/mix_match_2_1.jpg',NULL,'2017-11-26 09:25:58','mix-match-pink',NULL,1,'1.0000',NULL),('24',4,'simple',NULL,'29','white',NULL,'2017-11-26 09:23:27','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/m/i/mix_match_4.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'MIX & MATCH-white',NULL,NULL,NULL,'29.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','9654-white',NULL,'/m/i/mix_match_4.jpg',NULL,NULL,NULL,NULL,'/m/i/mix_match_4.jpg','2','/m/i/mix_match_4.jpg',NULL,'2017-11-26 09:25:50','mix-match-white',NULL,1,'1.0000',NULL),('25',4,'simple',NULL,'32','red',NULL,'2017-11-26 09:23:46','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/o/y/oysho_escote_croazon_dot_body_1_1_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Oysho Escote Croazon Dot Body-red',NULL,NULL,NULL,'26.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4762-red',NULL,'/o/y/oysho_escote_croazon_dot_body_1_1_1.jpg',NULL,NULL,NULL,NULL,'/o/y/oysho_escote_croazon_dot_body_1_1_1.jpg','2','/o/y/oysho_escote_croazon_dot_body_1_1_1.jpg',NULL,'2017-11-26 09:26:17','oysho-escote-croazon-dot-body-red',NULL,1,'1.0000',NULL),('26',4,'simple',NULL,'29','white',NULL,'2017-11-26 09:23:47','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/o/y/oysho_escote_croazon_dot_body_2_2.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Oysho Escote Croazon Dot Body-white',NULL,NULL,NULL,'26.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4762-white',NULL,'/o/y/oysho_escote_croazon_dot_body_2_2.jpg',NULL,NULL,NULL,NULL,'/o/y/oysho_escote_croazon_dot_body_2_2.jpg','2','/o/y/oysho_escote_croazon_dot_body_2_2.jpg',NULL,'2017-11-26 09:26:22','oysho-escote-croazon-dot-body-white',NULL,1,'1.0000',NULL),('27',4,'simple',NULL,'28','black',NULL,'2017-11-26 09:23:48','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/o/y/oysho_escote_croazon_dot_body_4.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Oysho Escote Croazon Dot Body-black',NULL,NULL,NULL,'28.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4762-black',NULL,'/o/y/oysho_escote_croazon_dot_body_4.jpg',NULL,NULL,NULL,NULL,'/o/y/oysho_escote_croazon_dot_body_4.jpg','2','/o/y/oysho_escote_croazon_dot_body_4.jpg',NULL,'2017-11-26 09:26:10','oysho-escote-croazon-dot-body-black',NULL,1,'1.0000',NULL),('28',4,'simple',NULL,'31','blue',NULL,'2017-11-26 09:24:07','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/s/h/shoulder_detail_lace_underwire_bralet_2_1_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Shoulder Detail Lace Underwire Bralet-blue',NULL,NULL,NULL,'34.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','8112-blue',NULL,'/s/h/shoulder_detail_lace_underwire_bralet_2_1_1.jpg',NULL,NULL,NULL,NULL,'/s/h/shoulder_detail_lace_underwire_bralet_2_1_1.jpg','2','/s/h/shoulder_detail_lace_underwire_bralet_2_1_1.jpg',NULL,'2017-11-26 09:26:43','shoulder-detail-lace-underwire-bralet-blue',NULL,1,'1.0000',NULL),('29',4,'simple',NULL,'30','pink',NULL,'2017-11-26 09:24:08','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/s/h/shoulder_detail_lace_underwire_bralet_2_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Shoulder Detail Lace Underwire Bralet-pink',NULL,NULL,NULL,'39.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','8112-pink',NULL,'/s/h/shoulder_detail_lace_underwire_bralet_2_1.jpg',NULL,NULL,NULL,NULL,'/s/h/shoulder_detail_lace_underwire_bralet_2_1.jpg','2','/s/h/shoulder_detail_lace_underwire_bralet_2_1.jpg',NULL,'2017-11-26 09:26:36','shoulder-detail-lace-underwire-bralet-pink',NULL,1,'1.0000',NULL),('30',4,'simple',NULL,'29','white',NULL,'2017-11-26 09:24:26','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/u/n/undiz_ampli_mico_t-shirt_bra_2_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Ampli Mico T-Shirt Bra-white',NULL,NULL,NULL,'16.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4998-white',NULL,'/u/n/undiz_ampli_mico_t-shirt_bra_2_1.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_ampli_mico_t-shirt_bra_2_1.jpg','2','/u/n/undiz_ampli_mico_t-shirt_bra_2_1.jpg',NULL,'2017-11-26 09:27:01','undiz-ampli-mico-t-shirt-bra-white',NULL,1,'1.0000',NULL),('31',4,'simple',NULL,'28','black',NULL,'2017-11-26 09:24:27','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/u/n/undiz_ampli_mico_t-shirt_bra_4.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Ampli Mico T-Shirt Bra-black',NULL,NULL,NULL,'26.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4998-black',NULL,'/u/n/undiz_ampli_mico_t-shirt_bra_4.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_ampli_mico_t-shirt_bra_4.jpg','2','/u/n/undiz_ampli_mico_t-shirt_bra_4.jpg',NULL,'2017-11-26 09:26:55','undiz-ampli-mico-t-shirt-bra-black',NULL,1,'1.0000',NULL),('32',4,'configurable',NULL,NULL,NULL,NULL,'2017-11-26 09:29:27','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/u/n/undiz_equiliz_bustier_longline_bra.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Equiliz Bustier Longline Bra','2017-12-26 00:00:00','2025-12-26 00:00:00',NULL,NULL,NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','4112',NULL,'/u/n/undiz_equiliz_bustier_longline_bra.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_equiliz_bustier_longline_bra_1.jpg','2','/u/n/undiz_equiliz_bustier_longline_bra.jpg',NULL,'2017-12-26 13:37:00','undiz-equiliz-bustier-longline-bra',NULL,4,'1.0000',NULL),('33',4,'configurable',NULL,NULL,NULL,NULL,'2017-11-26 09:29:30','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/u/n/undiz_royaltiz_gel_bra_3.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Royaltiz Gel Bra','2017-12-26 00:00:00','2025-12-26 00:00:00',NULL,NULL,NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','4221',NULL,'/u/n/undiz_royaltiz_gel_bra_3.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_royaltiz_gel_bra.jpg','2','/u/n/undiz_royaltiz_gel_bra_3.jpg',NULL,'2017-12-26 13:36:39','undiz-royaltiz-gel-bra',NULL,4,'1.0000',NULL),('34',4,'configurable',NULL,NULL,NULL,NULL,'2017-11-26 09:29:42','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/u/n/undiz_teamminiz_short.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Teamminiz Short','2017-12-26 00:00:00','2025-12-26 00:00:00',NULL,NULL,NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','4331',NULL,'/u/n/undiz_teamminiz_short.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_teamminiz_short_1.jpg','2','/u/n/undiz_teamminiz_short.jpg',NULL,'2017-12-26 13:37:19','undiz-teamminiz-short',NULL,4,'1.0000',NULL),('35',4,'configurable',NULL,NULL,NULL,NULL,'2017-11-26 09:29:53','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/w/e/weekday_note_bra.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Weekday Note Bra','2017-12-26 00:00:00','2025-12-26 00:00:00',NULL,NULL,NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','4521',NULL,'/w/e/weekday_note_bra.jpg',NULL,NULL,NULL,NULL,'/w/e/weekday_note_bra_2.jpg','2','/w/e/weekday_note_bra.jpg',NULL,'2017-12-26 13:37:28','weekday-note-bra',NULL,4,'1.0000',NULL),('36',4,'configurable',NULL,NULL,NULL,NULL,'2017-11-26 09:30:04','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/w/e/weekday_stella_triangle_bra.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Weekday Stella Triangle Bra','2017-12-26 00:00:00','2025-12-26 00:00:00',NULL,NULL,NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','4556',NULL,'/w/e/weekday_stella_triangle_bra.jpg',NULL,NULL,NULL,NULL,'/w/e/weekday_stella_triangle_bra_3.jpg','2','/w/e/weekday_stella_triangle_bra.jpg',NULL,'2017-12-26 13:37:55','weekday-stella-triangle-bra',NULL,4,'1.0000',NULL),('38',4,'simple',NULL,'31','blue',NULL,'2017-11-26 09:35:16','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/u/n/undiz_equiliz_bustier_longline_bra_1_1_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Equiliz Bustier Longline Bra-blue',NULL,NULL,NULL,'63.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4112-blue',NULL,'/u/n/undiz_equiliz_bustier_longline_bra_1_1_1.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_equiliz_bustier_longline_bra_1_1_1.jpg','2','/u/n/undiz_equiliz_bustier_longline_bra_1_1_1.jpg',NULL,'2017-11-26 09:40:07','undiz-equiliz-bustier-longline-bra-blue',NULL,1,'1.0000',NULL),('39',4,'simple',NULL,'29','white',NULL,'2017-11-26 09:35:17','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/u/n/undiz_equiliz_bustier_longline_bra_4.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Equiliz Bustier Longline Bra-white',NULL,NULL,NULL,'66.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4112-white',NULL,'/u/n/undiz_equiliz_bustier_longline_bra_4.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_equiliz_bustier_longline_bra_4.jpg','2','/u/n/undiz_equiliz_bustier_longline_bra_4.jpg',NULL,'2017-11-26 09:40:01','undiz-equiliz-bustier-longline-bra-white',NULL,1,'1.0000',NULL),('40',4,'simple',NULL,'28','black',NULL,'2017-11-26 09:35:38','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/w/e/weekday_note_bra_4.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Weekday Note Bra-black',NULL,NULL,NULL,'29.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4521-black',NULL,'/w/e/weekday_note_bra_4.jpg',NULL,NULL,NULL,NULL,'/w/e/weekday_note_bra_4.jpg','2','/w/e/weekday_note_bra_4.jpg',NULL,'2017-11-26 09:37:53','weekday-note-bra-black',NULL,1,'1.0000',NULL),('41',4,'simple',NULL,'30','pink',NULL,'2017-11-26 09:35:39','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/w/e/weekday_note_bra_2_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Weekday Note Bra-pink',NULL,NULL,NULL,'36.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4521-pink',NULL,'/w/e/weekday_note_bra_2_1.jpg',NULL,NULL,NULL,NULL,'/w/e/weekday_note_bra_2_1.jpg','2','/w/e/weekday_note_bra_2_1.jpg',NULL,'2017-11-26 09:37:47','weekday-note-bra-pink',NULL,1,'1.0000',NULL),('42',4,'simple',NULL,'29','white',NULL,'2017-11-26 09:35:59','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/w/e/weekday_stella_triangle_bra_4.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Weekday Stella Triangle Bra-white',NULL,NULL,NULL,'35.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4556-white',NULL,'/w/e/weekday_stella_triangle_bra_4.jpg',NULL,NULL,NULL,NULL,'/w/e/weekday_stella_triangle_bra_4.jpg','2','/w/e/weekday_stella_triangle_bra_4.jpg',NULL,'2017-11-26 09:38:10','weekday-stella-triangle-bra-white',NULL,1,'1.0000',NULL),('43',4,'simple',NULL,'32','red',NULL,'2017-11-26 09:36:00','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/w/e/weekday_stella_triangle_bra_2_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Weekday Stella Triangle Bra-red',NULL,NULL,NULL,'38.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4556-red',NULL,'/w/e/weekday_stella_triangle_bra_2_1.jpg',NULL,NULL,NULL,NULL,'/w/e/weekday_stella_triangle_bra_2_1.jpg','2','/w/e/weekday_stella_triangle_bra_2_1.jpg',NULL,'2017-11-26 09:38:16','weekday-stella-triangle-bra-red',NULL,1,'1.0000',NULL);
INSERT INTO `catalog_product_flat_1` VALUES ('44',4,'simple',NULL,'32','red',NULL,'2017-11-26 09:36:20','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/u/n/undiz_teamminiz_short_2_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Teamminiz Short-red',NULL,NULL,NULL,'25.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4331-red',NULL,'/u/n/undiz_teamminiz_short_2_1.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_teamminiz_short_2_1.jpg','2','/u/n/undiz_teamminiz_short_2_1.jpg',NULL,'2017-11-26 09:39:26','undiz-teamminiz-short-red',NULL,1,'1.0000',NULL),('45',4,'simple',NULL,'29','white',NULL,'2017-11-26 09:36:22','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/u/n/undiz_teamminiz_short_1_2.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Teamminiz Short-white',NULL,NULL,NULL,'25.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4331-white',NULL,'/u/n/undiz_teamminiz_short_1_2.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_teamminiz_short_1_2.jpg','2','/u/n/undiz_teamminiz_short_1_2.jpg',NULL,'2017-11-26 09:39:31','undiz-teamminiz-short-white',NULL,1,'1.0000',NULL),('46',4,'simple',NULL,'28','black',NULL,'2017-11-26 09:36:23','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/u/n/undiz_teamminiz_short_4.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Teamminiz Short-black',NULL,NULL,NULL,'29.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4331-black',NULL,'/u/n/undiz_teamminiz_short_4.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_teamminiz_short_4.jpg','2','/u/n/undiz_teamminiz_short_4.jpg',NULL,'2017-11-26 09:39:20','undiz-teamminiz-short-black',NULL,1,'1.0000',NULL),('47',4,'simple',NULL,'30','pink',NULL,'2017-11-26 09:36:39','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/u/n/undiz_royaltiz_gel_bra_1_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Royaltiz Gel Bra-pink',NULL,NULL,NULL,'33.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4221-pink',NULL,'/u/n/undiz_royaltiz_gel_bra_1_1.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_royaltiz_gel_bra_1_1.jpg','2','/u/n/undiz_royaltiz_gel_bra_1_1.jpg',NULL,'2017-11-26 09:39:45','undiz-royaltiz-gel-bra-pink',NULL,1,'1.0000',NULL),('48',4,'simple',NULL,'29','white',NULL,'2017-11-26 09:36:41','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/u/n/undiz_royaltiz_gel_bra_4.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Royaltiz Gel Bra-white',NULL,NULL,NULL,'39.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4221-white',NULL,'/u/n/undiz_royaltiz_gel_bra_4.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_royaltiz_gel_bra_4.jpg','2','/u/n/undiz_royaltiz_gel_bra_4.jpg',NULL,'2017-11-26 09:39:39','undiz-royaltiz-gel-bra-white',NULL,1,'1.0000',NULL);
/*!40000 ALTER TABLE `catalog_product_flat_1` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_flat_2`
--

DROP TABLE IF EXISTS `catalog_product_flat_2`;
CREATE TABLE `catalog_product_flat_2` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity Id',
  `attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Set ID',
  `type_id` varchar(32) NOT NULL DEFAULT 'simple' COMMENT 'Type Id',
  `brand_id` int(11) DEFAULT NULL COMMENT 'brand_id column',
  `color` int(11) DEFAULT NULL COMMENT 'color column',
  `color_value` varchar(255) DEFAULT NULL COMMENT 'color column',
  `cost` decimal(12,4) DEFAULT NULL COMMENT 'cost',
  `created_at` timestamp NULL DEFAULT NULL COMMENT 'created_at',
  `description` longtext COMMENT 'description',
  `gift_message_available` smallint(6) DEFAULT NULL COMMENT 'gift_message_available column',
  `has_options` smallint(6) NOT NULL DEFAULT '0' COMMENT 'has_options',
  `image` varchar(255) DEFAULT NULL COMMENT 'image',
  `image_label` varchar(255) DEFAULT NULL COMMENT 'image_label',
  `links_exist` int(11) DEFAULT NULL COMMENT 'links_exist',
  `links_purchased_separately` int(11) DEFAULT NULL COMMENT 'links_purchased_separately',
  `links_title` varchar(255) DEFAULT NULL COMMENT 'links_title',
  `msrp` decimal(12,4) DEFAULT NULL COMMENT 'msrp',
  `msrp_display_actual_price_type` text COMMENT 'msrp_display_actual_price_type',
  `name` varchar(255) DEFAULT NULL COMMENT 'name',
  `news_from_date` datetime DEFAULT NULL COMMENT 'news_from_date',
  `news_to_date` datetime DEFAULT NULL COMMENT 'news_to_date',
  `on_hover` varchar(255) DEFAULT NULL COMMENT 'on_hover',
  `price` decimal(12,4) DEFAULT NULL COMMENT 'price',
  `price_type` int(11) DEFAULT NULL COMMENT 'price_type',
  `price_view` int(11) DEFAULT NULL COMMENT 'Bundle Price View price_view column',
  `required_options` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'required_options',
  `short_description` longtext COMMENT 'short_description',
  `sku` varchar(64) DEFAULT NULL COMMENT 'sku',
  `sku_type` int(11) DEFAULT NULL COMMENT 'sku_type',
  `small_image` varchar(255) DEFAULT NULL COMMENT 'small_image',
  `small_image_label` varchar(255) DEFAULT NULL COMMENT 'small_image_label',
  `special_from_date` datetime DEFAULT NULL COMMENT 'special_from_date',
  `special_price` decimal(12,4) DEFAULT NULL COMMENT 'special_price',
  `special_to_date` datetime DEFAULT NULL COMMENT 'special_to_date',
  `swatch_image` varchar(255) DEFAULT NULL COMMENT 'swatch_image',
  `tax_class_id` int(10) unsigned DEFAULT NULL COMMENT 'tax_class_id tax column',
  `thumbnail` varchar(255) DEFAULT NULL COMMENT 'thumbnail',
  `thumbnail_label` varchar(255) DEFAULT NULL COMMENT 'thumbnail_label',
  `updated_at` timestamp NOT NULL COMMENT 'updated_at',
  `url_key` varchar(255) DEFAULT NULL COMMENT 'url_key',
  `url_path` varchar(255) DEFAULT NULL COMMENT 'url_path',
  `visibility` smallint(5) unsigned DEFAULT NULL COMMENT 'Catalog Product Visibility visibility column',
  `weight` decimal(12,4) DEFAULT NULL COMMENT 'weight',
  `weight_type` int(11) DEFAULT NULL COMMENT 'weight_type',
  PRIMARY KEY (`entity_id`),
  KEY `CATALOG_PRODUCT_FLAT_2_TMP_INDEXER_TYPE_ID` (`type_id`),
  KEY `CATALOG_PRODUCT_FLAT_2_TMP_INDEXER_ATTRIBUTE_SET_ID` (`attribute_set_id`),
  KEY `CATALOG_PRODUCT_FLAT_2_TMP_INDEXER_NAME` (`name`),
  KEY `CATALOG_PRODUCT_FLAT_2_TMP_INDEXER_PRICE` (`price`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Flat (Store 2)';

--
-- Dumping data for table `catalog_product_flat_2`
--

LOCK TABLES `catalog_product_flat_2` WRITE;
/*!40000 ALTER TABLE `catalog_product_flat_2` DISABLE KEYS */;
INSERT INTO `catalog_product_flat_2` VALUES ('1',4,'simple','1',NULL,NULL,NULL,'2017-11-26 08:34:18','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,0,'/a/s/asos_bridal_here_comes_the_bride_vest_short_pyjama_set.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'ASOS BRIDAL Here Comes The Bride Vest & Short Pyjama Set',NULL,NULL,NULL,'36.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','9658',NULL,'/a/s/asos_bridal_here_comes_the_bride_vest_short_pyjama_set.jpg',NULL,'2017-12-26 00:00:00','30.0000','2025-12-26 00:00:00','/a/s/asos_bridal_here_comes_the_bride_vest_short_pyjama_set_1.jpg','2','/a/s/asos_bridal_here_comes_the_bride_vest_short_pyjama_set.jpg',NULL,'2017-12-26 13:40:17','asos-bridal-here-comes-the-bride-vest-short-pyjama-set',NULL,4,'1.0000',NULL),('2',4,'simple','1',NULL,NULL,NULL,'2017-11-26 08:38:45','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,0,'/a/s/asos_leanna_lace_up_satin_half_cup_moulded_underwire_bra.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'ASOS Leanna Lace Up Satin Half Cup Moulded Underwire Bra',NULL,NULL,NULL,'39.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','3546',NULL,'/a/s/asos_leanna_lace_up_satin_half_cup_moulded_underwire_bra.jpg',NULL,'2017-12-26 00:00:00','36.0000','2025-12-26 00:00:00','/a/s/asos_leanna_lace_up_satin_half_cup_moulded_underwire_bra_1.jpg','2','/a/s/asos_leanna_lace_up_satin_half_cup_moulded_underwire_bra.jpg',NULL,'2017-12-26 13:42:36','asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra',NULL,4,'1.0000',NULL),('3',4,'simple','6',NULL,NULL,NULL,'2017-11-26 08:40:06','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,0,'/a/s/asos_madison_lace_underwire_bra.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'ASOS Madison Lace Underwire Bra',NULL,NULL,NULL,'66.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','2653',NULL,'/a/s/asos_madison_lace_underwire_bra.jpg',NULL,'2017-12-26 00:00:00','59.0000','2025-12-26 00:00:00','/a/s/asos_madison_lace_underwire_bra_1.jpg','2','/a/s/asos_madison_lace_underwire_bra.jpg',NULL,'2017-12-26 13:40:41','asos-madison-lace-underwire-bra',NULL,4,'1.0000',NULL),('4',4,'simple','6',NULL,NULL,NULL,'2017-11-26 08:40:18','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,0,'/a/s/asos_shake_your_coconuts_vest_short_pyjama_set.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'ASOS Shake Your Coconuts Vest & Short Pyjama Set',NULL,NULL,NULL,'19.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','3665',NULL,'/a/s/asos_shake_your_coconuts_vest_short_pyjama_set.jpg',NULL,'2017-12-26 00:00:00','16.0000','2025-12-26 00:00:00','/a/s/asos_shake_your_coconuts_vest_short_pyjama_set_1.jpg','2','/a/s/asos_shake_your_coconuts_vest_short_pyjama_set.jpg',NULL,'2017-12-26 13:40:58','asos-shake-your-coconuts-vest-short-pyjama-set',NULL,4,'1.0000',NULL),('5',4,'simple','5',NULL,NULL,NULL,'2017-11-26 08:40:28','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,0,'/a/s/asos_hi-leg_hi-shine_body.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'ASOS Hi-Leg Hi-Shine Body',NULL,NULL,NULL,'27.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','2345',NULL,'/a/s/asos_hi-leg_hi-shine_body.jpg',NULL,'2017-12-26 00:00:00','23.0000','2025-12-26 00:00:00','/a/s/asos_hi-leg_hi-shine_body_1.jpg','2','/a/s/asos_hi-leg_hi-shine_body.jpg',NULL,'2017-12-26 13:41:19','asos-hi-leg-hi-shine-body',NULL,4,'1.0000',NULL),('6',4,'simple','5',NULL,NULL,NULL,'2017-11-26 08:54:33','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/c/a/cath_kidston_guards_pyjama_tshirt.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Cath Kidston Guards Pyjama Tshirt',NULL,NULL,NULL,'42.0000',NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','4443',NULL,'/c/a/cath_kidston_guards_pyjama_tshirt.jpg',NULL,'2017-12-26 00:00:00','39.0000','2025-12-26 00:00:00','/c/a/cath_kidston_guards_pyjama_tshirt_1.jpg','2','/c/a/cath_kidston_guards_pyjama_tshirt.jpg',NULL,'2017-12-26 13:41:41','cath-kidston-guards-pyjama-tshirt',NULL,4,'1.0000',NULL),('7',4,'simple','4',NULL,NULL,NULL,'2017-11-26 08:54:48','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/b/r/bridal_valentina_corded_lace_slip.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'BRIDAL Valentina Corded Lace Slip',NULL,NULL,NULL,'26.0000',NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','2488',NULL,'/b/r/bridal_valentina_corded_lace_slip.jpg',NULL,'2017-12-26 00:00:00','21.0000','2025-12-26 00:00:00','/b/r/bridal_valentina_corded_lace_slip_1.jpg','2','/b/r/bridal_valentina_corded_lace_slip.jpg',NULL,'2017-12-26 13:41:59','bridal-valentina-corded-lace-slip',NULL,4,'1.0000',NULL),('8',4,'simple','4',NULL,NULL,NULL,'2017-11-26 08:55:04','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/b/r/bridal_confetti_queen_tee_short_pyjama_set.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'BRIDAL Confetti Queen Tee & Short Pyjama set',NULL,NULL,NULL,'31.0000',NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','2377',NULL,'/b/r/bridal_confetti_queen_tee_short_pyjama_set.jpg',NULL,'2017-12-26 00:00:00','28.0000','2025-12-26 00:00:00','/b/r/bridal_confetti_queen_tee_short_pyjama_set_1.jpg','2','/b/r/bridal_confetti_queen_tee_short_pyjama_set.jpg',NULL,'2017-12-26 13:42:16','bridal-confetti-queen-tee-short-pyjama-set',NULL,4,'1.0000',NULL),('14',4,'simple','3',NULL,NULL,NULL,'2017-11-26 09:10:01','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p>',2,1,'/m/a/marie_meili_brooke_two_pack_bra.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Marie Meili Brooke Two Pack Bra',NULL,NULL,NULL,'43.0000',NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','6133',NULL,'/m/a/marie_meili_brooke_two_pack_bra.jpg',NULL,NULL,NULL,NULL,'/m/a/marie_meili_brooke_two_pack_bra_2.jpg','2','/m/a/marie_meili_brooke_two_pack_bra.jpg',NULL,'2017-11-26 09:12:02','marie-meili-brooke-two-pack-bra',NULL,4,'1.0000',NULL),('15',4,'simple','3',NULL,NULL,NULL,'2017-11-26 09:10:05','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p>',2,1,'/l/a/lace_trim_long_sleeve_tee_short_pyjama_set.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Lace Trim Long Sleeve Tee & Short Pyjama Set',NULL,NULL,NULL,'55.0000',NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','5123',NULL,'/l/a/lace_trim_long_sleeve_tee_short_pyjama_set.jpg',NULL,NULL,NULL,NULL,'/l/a/lace_trim_long_sleeve_tee_short_pyjama_set_1.jpg','2','/l/a/lace_trim_long_sleeve_tee_short_pyjama_set.jpg',NULL,'2017-11-26 09:11:22','lace-trim-long-sleeve-tee-short-pyjama-set',NULL,4,'1.0000',NULL),('16',4,'configurable',NULL,NULL,NULL,NULL,'2017-11-26 09:14:57','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/m/a/marie_meili_wisdom_super_push_up_bra.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Marie Meili Wisdom Super Push Up Bra',NULL,NULL,NULL,NULL,NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','5111',NULL,'/m/a/marie_meili_wisdom_super_push_up_bra.jpg',NULL,NULL,NULL,NULL,'/m/a/marie_meili_wisdom_super_push_up_bra_1.jpg','2','/m/a/marie_meili_wisdom_super_push_up_bra.jpg',NULL,'2017-11-26 09:23:06','marie-meili-wisdom-super-push-up-bra',NULL,4,'1.0000',NULL),('17',4,'configurable','2',NULL,NULL,NULL,'2017-11-26 09:15:01','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/m/i/mix_match.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'MIX & MATCH','2017-12-26 00:00:00','2025-12-26 00:00:00',NULL,NULL,NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','9654',NULL,'/m/i/mix_match.jpg',NULL,NULL,NULL,NULL,'/m/i/mix_match_2.jpg','2','/m/i/mix_match.jpg',NULL,'2017-12-26 13:38:10','mix-match',NULL,4,'1.0000',NULL),('18',4,'configurable','2',NULL,NULL,NULL,'2017-11-26 09:15:14','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/o/y/oysho_escote_croazon_dot_body_3.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Oysho Escote Croazon Dot Body','2017-12-26 00:00:00','2025-12-26 00:00:00',NULL,NULL,NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','4762',NULL,'/o/y/oysho_escote_croazon_dot_body_3.jpg',NULL,NULL,NULL,NULL,'/o/y/oysho_escote_croazon_dot_body.jpg','2','/o/y/oysho_escote_croazon_dot_body_3.jpg',NULL,'2017-12-26 13:38:30','oysho-escote-croazon-dot-body',NULL,4,'1.0000',NULL),('19',4,'configurable',NULL,NULL,NULL,NULL,'2017-11-26 09:15:27','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/s/h/shoulder_detail_lace_underwire_bralet.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Shoulder Detail Lace Underwire Bralet','2017-12-26 00:00:00','2025-12-26 00:00:00',NULL,NULL,NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','8112',NULL,'/s/h/shoulder_detail_lace_underwire_bralet.jpg',NULL,NULL,NULL,NULL,'/s/h/shoulder_detail_lace_underwire_bralet_2.jpg','2','/s/h/shoulder_detail_lace_underwire_bralet.jpg',NULL,'2017-12-26 13:38:44','shoulder-detail-lace-underwire-bralet',NULL,4,'1.0000',NULL),('20',4,'configurable','2',NULL,NULL,NULL,'2017-11-26 09:15:40','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/u/n/undiz_ampli_mico_t-shirt_bra.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Ampli Mico T-Shirt Bra',NULL,NULL,NULL,NULL,NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','4998',NULL,'/u/n/undiz_ampli_mico_t-shirt_bra.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_ampli_mico_t-shirt_bra_2.jpg','2','/u/n/undiz_ampli_mico_t-shirt_bra.jpg',NULL,'2017-11-26 09:24:28','undiz-ampli-mico-t-shirt-bra',NULL,4,'1.0000',NULL),('21',4,'simple',NULL,'28','black',NULL,'2017-11-26 09:23:03','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/m/a/marie_meili_wisdom_super_push_up_bra_4.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Marie Meili Wisdom Super Push Up Bra-black',NULL,NULL,NULL,'51.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','5111-black',NULL,'/m/a/marie_meili_wisdom_super_push_up_bra_4.jpg',NULL,NULL,NULL,NULL,'/m/a/marie_meili_wisdom_super_push_up_bra_4.jpg','2','/m/a/marie_meili_wisdom_super_push_up_bra_4.jpg',NULL,'2017-11-26 09:25:27','marie-meili-wisdom-super-push-up-bra-black',NULL,1,'1.0000',NULL),('22',4,'simple',NULL,'31','blue',NULL,'2017-11-26 09:23:05','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/m/a/marie_meili_wisdom_super_push_up_bra_2_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Marie Meili Wisdom Super Push Up Bra-blue',NULL,NULL,NULL,'55.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','5111-blue',NULL,'/m/a/marie_meili_wisdom_super_push_up_bra_2_1.jpg',NULL,NULL,NULL,NULL,'/m/a/marie_meili_wisdom_super_push_up_bra_2_1.jpg','2','/m/a/marie_meili_wisdom_super_push_up_bra_2_1.jpg',NULL,'2017-11-26 09:25:35','marie-meili-wisdom-super-push-up-bra-blue',NULL,1,'1.0000',NULL),('23',4,'simple',NULL,'30','pink',NULL,'2017-11-26 09:23:26','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/m/i/mix_match_2_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'MIX & MATCH-pink',NULL,NULL,NULL,'25.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','9654-pink',NULL,'/m/i/mix_match_2_1.jpg',NULL,NULL,NULL,NULL,'/m/i/mix_match_2_1.jpg','2','/m/i/mix_match_2_1.jpg',NULL,'2017-11-26 09:25:58','mix-match-pink',NULL,1,'1.0000',NULL),('24',4,'simple',NULL,'29','white',NULL,'2017-11-26 09:23:27','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/m/i/mix_match_4.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'MIX & MATCH-white',NULL,NULL,NULL,'29.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','9654-white',NULL,'/m/i/mix_match_4.jpg',NULL,NULL,NULL,NULL,'/m/i/mix_match_4.jpg','2','/m/i/mix_match_4.jpg',NULL,'2017-11-26 09:25:50','mix-match-white',NULL,1,'1.0000',NULL),('25',4,'simple',NULL,'32','red',NULL,'2017-11-26 09:23:46','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/o/y/oysho_escote_croazon_dot_body_1_1_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Oysho Escote Croazon Dot Body-red',NULL,NULL,NULL,'26.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4762-red',NULL,'/o/y/oysho_escote_croazon_dot_body_1_1_1.jpg',NULL,NULL,NULL,NULL,'/o/y/oysho_escote_croazon_dot_body_1_1_1.jpg','2','/o/y/oysho_escote_croazon_dot_body_1_1_1.jpg',NULL,'2017-11-26 09:26:17','oysho-escote-croazon-dot-body-red',NULL,1,'1.0000',NULL),('26',4,'simple',NULL,'29','white',NULL,'2017-11-26 09:23:47','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/o/y/oysho_escote_croazon_dot_body_2_2.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Oysho Escote Croazon Dot Body-white',NULL,NULL,NULL,'26.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4762-white',NULL,'/o/y/oysho_escote_croazon_dot_body_2_2.jpg',NULL,NULL,NULL,NULL,'/o/y/oysho_escote_croazon_dot_body_2_2.jpg','2','/o/y/oysho_escote_croazon_dot_body_2_2.jpg',NULL,'2017-11-26 09:26:22','oysho-escote-croazon-dot-body-white',NULL,1,'1.0000',NULL),('27',4,'simple',NULL,'28','black',NULL,'2017-11-26 09:23:48','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/o/y/oysho_escote_croazon_dot_body_4.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Oysho Escote Croazon Dot Body-black',NULL,NULL,NULL,'28.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4762-black',NULL,'/o/y/oysho_escote_croazon_dot_body_4.jpg',NULL,NULL,NULL,NULL,'/o/y/oysho_escote_croazon_dot_body_4.jpg','2','/o/y/oysho_escote_croazon_dot_body_4.jpg',NULL,'2017-11-26 09:26:10','oysho-escote-croazon-dot-body-black',NULL,1,'1.0000',NULL),('28',4,'simple',NULL,'31','blue',NULL,'2017-11-26 09:24:07','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/s/h/shoulder_detail_lace_underwire_bralet_2_1_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Shoulder Detail Lace Underwire Bralet-blue',NULL,NULL,NULL,'34.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','8112-blue',NULL,'/s/h/shoulder_detail_lace_underwire_bralet_2_1_1.jpg',NULL,NULL,NULL,NULL,'/s/h/shoulder_detail_lace_underwire_bralet_2_1_1.jpg','2','/s/h/shoulder_detail_lace_underwire_bralet_2_1_1.jpg',NULL,'2017-11-26 09:26:43','shoulder-detail-lace-underwire-bralet-blue',NULL,1,'1.0000',NULL),('29',4,'simple',NULL,'30','pink',NULL,'2017-11-26 09:24:08','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/s/h/shoulder_detail_lace_underwire_bralet_2_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Shoulder Detail Lace Underwire Bralet-pink',NULL,NULL,NULL,'39.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','8112-pink',NULL,'/s/h/shoulder_detail_lace_underwire_bralet_2_1.jpg',NULL,NULL,NULL,NULL,'/s/h/shoulder_detail_lace_underwire_bralet_2_1.jpg','2','/s/h/shoulder_detail_lace_underwire_bralet_2_1.jpg',NULL,'2017-11-26 09:26:36','shoulder-detail-lace-underwire-bralet-pink',NULL,1,'1.0000',NULL),('30',4,'simple',NULL,'29','white',NULL,'2017-11-26 09:24:26','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/u/n/undiz_ampli_mico_t-shirt_bra_2_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Ampli Mico T-Shirt Bra-white',NULL,NULL,NULL,'16.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4998-white',NULL,'/u/n/undiz_ampli_mico_t-shirt_bra_2_1.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_ampli_mico_t-shirt_bra_2_1.jpg','2','/u/n/undiz_ampli_mico_t-shirt_bra_2_1.jpg',NULL,'2017-11-26 09:27:01','undiz-ampli-mico-t-shirt-bra-white',NULL,1,'1.0000',NULL),('31',4,'simple',NULL,'28','black',NULL,'2017-11-26 09:24:27','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/u/n/undiz_ampli_mico_t-shirt_bra_4.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Ampli Mico T-Shirt Bra-black',NULL,NULL,NULL,'26.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4998-black',NULL,'/u/n/undiz_ampli_mico_t-shirt_bra_4.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_ampli_mico_t-shirt_bra_4.jpg','2','/u/n/undiz_ampli_mico_t-shirt_bra_4.jpg',NULL,'2017-11-26 09:26:55','undiz-ampli-mico-t-shirt-bra-black',NULL,1,'1.0000',NULL),('32',4,'configurable',NULL,NULL,NULL,NULL,'2017-11-26 09:29:27','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/u/n/undiz_equiliz_bustier_longline_bra.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Equiliz Bustier Longline Bra','2017-12-26 00:00:00','2025-12-26 00:00:00',NULL,NULL,NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','4112',NULL,'/u/n/undiz_equiliz_bustier_longline_bra.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_equiliz_bustier_longline_bra_1.jpg','2','/u/n/undiz_equiliz_bustier_longline_bra.jpg',NULL,'2017-12-26 13:37:00','undiz-equiliz-bustier-longline-bra',NULL,4,'1.0000',NULL),('33',4,'configurable',NULL,NULL,NULL,NULL,'2017-11-26 09:29:30','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/u/n/undiz_royaltiz_gel_bra_3.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Royaltiz Gel Bra','2017-12-26 00:00:00','2025-12-26 00:00:00',NULL,NULL,NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','4221',NULL,'/u/n/undiz_royaltiz_gel_bra_3.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_royaltiz_gel_bra.jpg','2','/u/n/undiz_royaltiz_gel_bra_3.jpg',NULL,'2017-12-26 13:36:39','undiz-royaltiz-gel-bra',NULL,4,'1.0000',NULL),('34',4,'configurable',NULL,NULL,NULL,NULL,'2017-11-26 09:29:42','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/u/n/undiz_teamminiz_short.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Teamminiz Short','2017-12-26 00:00:00','2025-12-26 00:00:00',NULL,NULL,NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','4331',NULL,'/u/n/undiz_teamminiz_short.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_teamminiz_short_1.jpg','2','/u/n/undiz_teamminiz_short.jpg',NULL,'2017-12-26 13:37:19','undiz-teamminiz-short',NULL,4,'1.0000',NULL),('35',4,'configurable',NULL,NULL,NULL,NULL,'2017-11-26 09:29:53','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/w/e/weekday_note_bra.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Weekday Note Bra','2017-12-26 00:00:00','2025-12-26 00:00:00',NULL,NULL,NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','4521',NULL,'/w/e/weekday_note_bra.jpg',NULL,NULL,NULL,NULL,'/w/e/weekday_note_bra_2.jpg','2','/w/e/weekday_note_bra.jpg',NULL,'2017-12-26 13:37:28','weekday-note-bra',NULL,4,'1.0000',NULL),('36',4,'configurable',NULL,NULL,NULL,NULL,'2017-11-26 09:30:04','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/w/e/weekday_stella_triangle_bra.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Weekday Stella Triangle Bra','2017-12-26 00:00:00','2025-12-26 00:00:00',NULL,NULL,NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','4556',NULL,'/w/e/weekday_stella_triangle_bra.jpg',NULL,NULL,NULL,NULL,'/w/e/weekday_stella_triangle_bra_3.jpg','2','/w/e/weekday_stella_triangle_bra.jpg',NULL,'2017-12-26 13:37:55','weekday-stella-triangle-bra',NULL,4,'1.0000',NULL),('38',4,'simple',NULL,'31','blue',NULL,'2017-11-26 09:35:16','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/u/n/undiz_equiliz_bustier_longline_bra_1_1_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Equiliz Bustier Longline Bra-blue',NULL,NULL,NULL,'63.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4112-blue',NULL,'/u/n/undiz_equiliz_bustier_longline_bra_1_1_1.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_equiliz_bustier_longline_bra_1_1_1.jpg','2','/u/n/undiz_equiliz_bustier_longline_bra_1_1_1.jpg',NULL,'2017-11-26 09:40:07','undiz-equiliz-bustier-longline-bra-blue',NULL,1,'1.0000',NULL),('39',4,'simple',NULL,'29','white',NULL,'2017-11-26 09:35:17','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/u/n/undiz_equiliz_bustier_longline_bra_4.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Equiliz Bustier Longline Bra-white',NULL,NULL,NULL,'66.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4112-white',NULL,'/u/n/undiz_equiliz_bustier_longline_bra_4.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_equiliz_bustier_longline_bra_4.jpg','2','/u/n/undiz_equiliz_bustier_longline_bra_4.jpg',NULL,'2017-11-26 09:40:01','undiz-equiliz-bustier-longline-bra-white',NULL,1,'1.0000',NULL),('40',4,'simple',NULL,'28','black',NULL,'2017-11-26 09:35:38','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/w/e/weekday_note_bra_4.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Weekday Note Bra-black',NULL,NULL,NULL,'29.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4521-black',NULL,'/w/e/weekday_note_bra_4.jpg',NULL,NULL,NULL,NULL,'/w/e/weekday_note_bra_4.jpg','2','/w/e/weekday_note_bra_4.jpg',NULL,'2017-11-26 09:37:53','weekday-note-bra-black',NULL,1,'1.0000',NULL),('41',4,'simple',NULL,'30','pink',NULL,'2017-11-26 09:35:39','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/w/e/weekday_note_bra_2_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Weekday Note Bra-pink',NULL,NULL,NULL,'36.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4521-pink',NULL,'/w/e/weekday_note_bra_2_1.jpg',NULL,NULL,NULL,NULL,'/w/e/weekday_note_bra_2_1.jpg','2','/w/e/weekday_note_bra_2_1.jpg',NULL,'2017-11-26 09:37:47','weekday-note-bra-pink',NULL,1,'1.0000',NULL),('42',4,'simple',NULL,'29','white',NULL,'2017-11-26 09:35:59','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/w/e/weekday_stella_triangle_bra_4.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Weekday Stella Triangle Bra-white',NULL,NULL,NULL,'35.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4556-white',NULL,'/w/e/weekday_stella_triangle_bra_4.jpg',NULL,NULL,NULL,NULL,'/w/e/weekday_stella_triangle_bra_4.jpg','2','/w/e/weekday_stella_triangle_bra_4.jpg',NULL,'2017-11-26 09:38:10','weekday-stella-triangle-bra-white',NULL,1,'1.0000',NULL),('43',4,'simple',NULL,'32','red',NULL,'2017-11-26 09:36:00','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/w/e/weekday_stella_triangle_bra_2_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Weekday Stella Triangle Bra-red',NULL,NULL,NULL,'38.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4556-red',NULL,'/w/e/weekday_stella_triangle_bra_2_1.jpg',NULL,NULL,NULL,NULL,'/w/e/weekday_stella_triangle_bra_2_1.jpg','2','/w/e/weekday_stella_triangle_bra_2_1.jpg',NULL,'2017-11-26 09:38:16','weekday-stella-triangle-bra-red',NULL,1,'1.0000',NULL);
INSERT INTO `catalog_product_flat_2` VALUES ('44',4,'simple',NULL,'32','red',NULL,'2017-11-26 09:36:20','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/u/n/undiz_teamminiz_short_2_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Teamminiz Short-red',NULL,NULL,NULL,'25.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4331-red',NULL,'/u/n/undiz_teamminiz_short_2_1.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_teamminiz_short_2_1.jpg','2','/u/n/undiz_teamminiz_short_2_1.jpg',NULL,'2017-11-26 09:39:26','undiz-teamminiz-short-red',NULL,1,'1.0000',NULL),('45',4,'simple',NULL,'29','white',NULL,'2017-11-26 09:36:22','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/u/n/undiz_teamminiz_short_1_2.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Teamminiz Short-white',NULL,NULL,NULL,'25.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4331-white',NULL,'/u/n/undiz_teamminiz_short_1_2.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_teamminiz_short_1_2.jpg','2','/u/n/undiz_teamminiz_short_1_2.jpg',NULL,'2017-11-26 09:39:31','undiz-teamminiz-short-white',NULL,1,'1.0000',NULL),('46',4,'simple',NULL,'28','black',NULL,'2017-11-26 09:36:23','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/u/n/undiz_teamminiz_short_4.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Teamminiz Short-black',NULL,NULL,NULL,'29.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4331-black',NULL,'/u/n/undiz_teamminiz_short_4.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_teamminiz_short_4.jpg','2','/u/n/undiz_teamminiz_short_4.jpg',NULL,'2017-11-26 09:39:20','undiz-teamminiz-short-black',NULL,1,'1.0000',NULL),('47',4,'simple',NULL,'30','pink',NULL,'2017-11-26 09:36:39','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/u/n/undiz_royaltiz_gel_bra_1_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Royaltiz Gel Bra-pink',NULL,NULL,NULL,'33.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4221-pink',NULL,'/u/n/undiz_royaltiz_gel_bra_1_1.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_royaltiz_gel_bra_1_1.jpg','2','/u/n/undiz_royaltiz_gel_bra_1_1.jpg',NULL,'2017-11-26 09:39:45','undiz-royaltiz-gel-bra-pink',NULL,1,'1.0000',NULL),('48',4,'simple',NULL,'29','white',NULL,'2017-11-26 09:36:41','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/u/n/undiz_royaltiz_gel_bra_4.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Royaltiz Gel Bra-white',NULL,NULL,NULL,'39.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4221-white',NULL,'/u/n/undiz_royaltiz_gel_bra_4.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_royaltiz_gel_bra_4.jpg','2','/u/n/undiz_royaltiz_gel_bra_4.jpg',NULL,'2017-11-26 09:39:39','undiz-royaltiz-gel-bra-white',NULL,1,'1.0000',NULL);
/*!40000 ALTER TABLE `catalog_product_flat_2` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_flat_3`
--

DROP TABLE IF EXISTS `catalog_product_flat_3`;
CREATE TABLE `catalog_product_flat_3` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity Id',
  `attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Set ID',
  `type_id` varchar(32) NOT NULL DEFAULT 'simple' COMMENT 'Type Id',
  `brand_id` int(11) DEFAULT NULL COMMENT 'brand_id column',
  `color` int(11) DEFAULT NULL COMMENT 'color column',
  `color_value` varchar(255) DEFAULT NULL COMMENT 'color column',
  `cost` decimal(12,4) DEFAULT NULL COMMENT 'cost',
  `created_at` timestamp NULL DEFAULT NULL COMMENT 'created_at',
  `description` longtext COMMENT 'description',
  `gift_message_available` smallint(6) DEFAULT NULL COMMENT 'gift_message_available column',
  `has_options` smallint(6) NOT NULL DEFAULT '0' COMMENT 'has_options',
  `image` varchar(255) DEFAULT NULL COMMENT 'image',
  `image_label` varchar(255) DEFAULT NULL COMMENT 'image_label',
  `links_exist` int(11) DEFAULT NULL COMMENT 'links_exist',
  `links_purchased_separately` int(11) DEFAULT NULL COMMENT 'links_purchased_separately',
  `links_title` varchar(255) DEFAULT NULL COMMENT 'links_title',
  `msrp` decimal(12,4) DEFAULT NULL COMMENT 'msrp',
  `msrp_display_actual_price_type` text COMMENT 'msrp_display_actual_price_type',
  `name` varchar(255) DEFAULT NULL COMMENT 'name',
  `news_from_date` datetime DEFAULT NULL COMMENT 'news_from_date',
  `news_to_date` datetime DEFAULT NULL COMMENT 'news_to_date',
  `on_hover` varchar(255) DEFAULT NULL COMMENT 'on_hover',
  `price` decimal(12,4) DEFAULT NULL COMMENT 'price',
  `price_type` int(11) DEFAULT NULL COMMENT 'price_type',
  `price_view` int(11) DEFAULT NULL COMMENT 'Bundle Price View price_view column',
  `required_options` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'required_options',
  `short_description` longtext COMMENT 'short_description',
  `sku` varchar(64) DEFAULT NULL COMMENT 'sku',
  `sku_type` int(11) DEFAULT NULL COMMENT 'sku_type',
  `small_image` varchar(255) DEFAULT NULL COMMENT 'small_image',
  `small_image_label` varchar(255) DEFAULT NULL COMMENT 'small_image_label',
  `special_from_date` datetime DEFAULT NULL COMMENT 'special_from_date',
  `special_price` decimal(12,4) DEFAULT NULL COMMENT 'special_price',
  `special_to_date` datetime DEFAULT NULL COMMENT 'special_to_date',
  `swatch_image` varchar(255) DEFAULT NULL COMMENT 'swatch_image',
  `tax_class_id` int(10) unsigned DEFAULT NULL COMMENT 'tax_class_id tax column',
  `thumbnail` varchar(255) DEFAULT NULL COMMENT 'thumbnail',
  `thumbnail_label` varchar(255) DEFAULT NULL COMMENT 'thumbnail_label',
  `updated_at` timestamp NOT NULL COMMENT 'updated_at',
  `url_key` varchar(255) DEFAULT NULL COMMENT 'url_key',
  `url_path` varchar(255) DEFAULT NULL COMMENT 'url_path',
  `visibility` smallint(5) unsigned DEFAULT NULL COMMENT 'Catalog Product Visibility visibility column',
  `weight` decimal(12,4) DEFAULT NULL COMMENT 'weight',
  `weight_type` int(11) DEFAULT NULL COMMENT 'weight_type',
  PRIMARY KEY (`entity_id`),
  KEY `CATALOG_PRODUCT_FLAT_3_TMP_INDEXER_TYPE_ID` (`type_id`),
  KEY `CATALOG_PRODUCT_FLAT_3_TMP_INDEXER_ATTRIBUTE_SET_ID` (`attribute_set_id`),
  KEY `CATALOG_PRODUCT_FLAT_3_TMP_INDEXER_NAME` (`name`),
  KEY `CATALOG_PRODUCT_FLAT_3_TMP_INDEXER_PRICE` (`price`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Flat (Store 3)';

--
-- Dumping data for table `catalog_product_flat_3`
--

LOCK TABLES `catalog_product_flat_3` WRITE;
/*!40000 ALTER TABLE `catalog_product_flat_3` DISABLE KEYS */;
INSERT INTO `catalog_product_flat_3` VALUES ('1',4,'simple','1',NULL,NULL,NULL,'2017-11-26 08:34:18','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,0,'/a/s/asos_bridal_here_comes_the_bride_vest_short_pyjama_set.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'ASOS BRIDAL Here Comes The Bride Vest & Short Pyjama Set',NULL,NULL,NULL,'36.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','9658',NULL,'/a/s/asos_bridal_here_comes_the_bride_vest_short_pyjama_set.jpg',NULL,'2017-12-26 00:00:00','30.0000','2025-12-26 00:00:00','/a/s/asos_bridal_here_comes_the_bride_vest_short_pyjama_set_1.jpg','2','/a/s/asos_bridal_here_comes_the_bride_vest_short_pyjama_set.jpg',NULL,'2017-12-26 13:40:17','asos-bridal-here-comes-the-bride-vest-short-pyjama-set',NULL,4,'1.0000',NULL),('2',4,'simple','1',NULL,NULL,NULL,'2017-11-26 08:38:45','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,0,'/a/s/asos_leanna_lace_up_satin_half_cup_moulded_underwire_bra.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'ASOS Leanna Lace Up Satin Half Cup Moulded Underwire Bra',NULL,NULL,NULL,'39.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','3546',NULL,'/a/s/asos_leanna_lace_up_satin_half_cup_moulded_underwire_bra.jpg',NULL,'2017-12-26 00:00:00','36.0000','2025-12-26 00:00:00','/a/s/asos_leanna_lace_up_satin_half_cup_moulded_underwire_bra_1.jpg','2','/a/s/asos_leanna_lace_up_satin_half_cup_moulded_underwire_bra.jpg',NULL,'2017-12-26 13:42:36','asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra',NULL,4,'1.0000',NULL),('3',4,'simple','6',NULL,NULL,NULL,'2017-11-26 08:40:06','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,0,'/a/s/asos_madison_lace_underwire_bra.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'ASOS Madison Lace Underwire Bra',NULL,NULL,NULL,'66.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','2653',NULL,'/a/s/asos_madison_lace_underwire_bra.jpg',NULL,'2017-12-26 00:00:00','59.0000','2025-12-26 00:00:00','/a/s/asos_madison_lace_underwire_bra_1.jpg','2','/a/s/asos_madison_lace_underwire_bra.jpg',NULL,'2017-12-26 13:40:41','asos-madison-lace-underwire-bra',NULL,4,'1.0000',NULL),('4',4,'simple','6',NULL,NULL,NULL,'2017-11-26 08:40:18','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,0,'/a/s/asos_shake_your_coconuts_vest_short_pyjama_set.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'ASOS Shake Your Coconuts Vest & Short Pyjama Set',NULL,NULL,NULL,'19.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','3665',NULL,'/a/s/asos_shake_your_coconuts_vest_short_pyjama_set.jpg',NULL,'2017-12-26 00:00:00','16.0000','2025-12-26 00:00:00','/a/s/asos_shake_your_coconuts_vest_short_pyjama_set_1.jpg','2','/a/s/asos_shake_your_coconuts_vest_short_pyjama_set.jpg',NULL,'2017-12-26 13:40:58','asos-shake-your-coconuts-vest-short-pyjama-set',NULL,4,'1.0000',NULL),('5',4,'simple','5',NULL,NULL,NULL,'2017-11-26 08:40:28','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,0,'/a/s/asos_hi-leg_hi-shine_body.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'ASOS Hi-Leg Hi-Shine Body',NULL,NULL,NULL,'27.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','2345',NULL,'/a/s/asos_hi-leg_hi-shine_body.jpg',NULL,'2017-12-26 00:00:00','23.0000','2025-12-26 00:00:00','/a/s/asos_hi-leg_hi-shine_body_1.jpg','2','/a/s/asos_hi-leg_hi-shine_body.jpg',NULL,'2017-12-26 13:41:19','asos-hi-leg-hi-shine-body',NULL,4,'1.0000',NULL),('6',4,'simple','5',NULL,NULL,NULL,'2017-11-26 08:54:33','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/c/a/cath_kidston_guards_pyjama_tshirt.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Cath Kidston Guards Pyjama Tshirt',NULL,NULL,NULL,'42.0000',NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','4443',NULL,'/c/a/cath_kidston_guards_pyjama_tshirt.jpg',NULL,'2017-12-26 00:00:00','39.0000','2025-12-26 00:00:00','/c/a/cath_kidston_guards_pyjama_tshirt_1.jpg','2','/c/a/cath_kidston_guards_pyjama_tshirt.jpg',NULL,'2017-12-26 13:41:41','cath-kidston-guards-pyjama-tshirt',NULL,4,'1.0000',NULL),('7',4,'simple','4',NULL,NULL,NULL,'2017-11-26 08:54:48','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/b/r/bridal_valentina_corded_lace_slip.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'BRIDAL Valentina Corded Lace Slip',NULL,NULL,NULL,'26.0000',NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','2488',NULL,'/b/r/bridal_valentina_corded_lace_slip.jpg',NULL,'2017-12-26 00:00:00','21.0000','2025-12-26 00:00:00','/b/r/bridal_valentina_corded_lace_slip_1.jpg','2','/b/r/bridal_valentina_corded_lace_slip.jpg',NULL,'2017-12-26 13:41:59','bridal-valentina-corded-lace-slip',NULL,4,'1.0000',NULL),('8',4,'simple','4',NULL,NULL,NULL,'2017-11-26 08:55:04','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/b/r/bridal_confetti_queen_tee_short_pyjama_set.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'BRIDAL Confetti Queen Tee & Short Pyjama set',NULL,NULL,NULL,'31.0000',NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','2377',NULL,'/b/r/bridal_confetti_queen_tee_short_pyjama_set.jpg',NULL,'2017-12-26 00:00:00','28.0000','2025-12-26 00:00:00','/b/r/bridal_confetti_queen_tee_short_pyjama_set_1.jpg','2','/b/r/bridal_confetti_queen_tee_short_pyjama_set.jpg',NULL,'2017-12-26 13:42:16','bridal-confetti-queen-tee-short-pyjama-set',NULL,4,'1.0000',NULL),('14',4,'simple','3',NULL,NULL,NULL,'2017-11-26 09:10:01','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p>',2,1,'/m/a/marie_meili_brooke_two_pack_bra.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Marie Meili Brooke Two Pack Bra',NULL,NULL,NULL,'43.0000',NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','6133',NULL,'/m/a/marie_meili_brooke_two_pack_bra.jpg',NULL,NULL,NULL,NULL,'/m/a/marie_meili_brooke_two_pack_bra_2.jpg','2','/m/a/marie_meili_brooke_two_pack_bra.jpg',NULL,'2017-11-26 09:12:02','marie-meili-brooke-two-pack-bra',NULL,4,'1.0000',NULL),('15',4,'simple','3',NULL,NULL,NULL,'2017-11-26 09:10:05','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p>',2,1,'/l/a/lace_trim_long_sleeve_tee_short_pyjama_set.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Lace Trim Long Sleeve Tee & Short Pyjama Set',NULL,NULL,NULL,'55.0000',NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','5123',NULL,'/l/a/lace_trim_long_sleeve_tee_short_pyjama_set.jpg',NULL,NULL,NULL,NULL,'/l/a/lace_trim_long_sleeve_tee_short_pyjama_set_1.jpg','2','/l/a/lace_trim_long_sleeve_tee_short_pyjama_set.jpg',NULL,'2017-11-26 09:11:22','lace-trim-long-sleeve-tee-short-pyjama-set',NULL,4,'1.0000',NULL),('16',4,'configurable',NULL,NULL,NULL,NULL,'2017-11-26 09:14:57','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/m/a/marie_meili_wisdom_super_push_up_bra.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Marie Meili Wisdom Super Push Up Bra',NULL,NULL,NULL,NULL,NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','5111',NULL,'/m/a/marie_meili_wisdom_super_push_up_bra.jpg',NULL,NULL,NULL,NULL,'/m/a/marie_meili_wisdom_super_push_up_bra_1.jpg','2','/m/a/marie_meili_wisdom_super_push_up_bra.jpg',NULL,'2017-11-26 09:23:06','marie-meili-wisdom-super-push-up-bra',NULL,4,'1.0000',NULL),('17',4,'configurable','2',NULL,NULL,NULL,'2017-11-26 09:15:01','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/m/i/mix_match.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'MIX & MATCH','2017-12-26 00:00:00','2025-12-26 00:00:00',NULL,NULL,NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','9654',NULL,'/m/i/mix_match.jpg',NULL,NULL,NULL,NULL,'/m/i/mix_match_2.jpg','2','/m/i/mix_match.jpg',NULL,'2017-12-26 13:38:10','mix-match',NULL,4,'1.0000',NULL),('18',4,'configurable','2',NULL,NULL,NULL,'2017-11-26 09:15:14','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/o/y/oysho_escote_croazon_dot_body_3.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Oysho Escote Croazon Dot Body','2017-12-26 00:00:00','2025-12-26 00:00:00',NULL,NULL,NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','4762',NULL,'/o/y/oysho_escote_croazon_dot_body_3.jpg',NULL,NULL,NULL,NULL,'/o/y/oysho_escote_croazon_dot_body.jpg','2','/o/y/oysho_escote_croazon_dot_body_3.jpg',NULL,'2017-12-26 13:38:30','oysho-escote-croazon-dot-body',NULL,4,'1.0000',NULL),('19',4,'configurable',NULL,NULL,NULL,NULL,'2017-11-26 09:15:27','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/s/h/shoulder_detail_lace_underwire_bralet.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Shoulder Detail Lace Underwire Bralet','2017-12-26 00:00:00','2025-12-26 00:00:00',NULL,NULL,NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','8112',NULL,'/s/h/shoulder_detail_lace_underwire_bralet.jpg',NULL,NULL,NULL,NULL,'/s/h/shoulder_detail_lace_underwire_bralet_2.jpg','2','/s/h/shoulder_detail_lace_underwire_bralet.jpg',NULL,'2017-12-26 13:38:44','shoulder-detail-lace-underwire-bralet',NULL,4,'1.0000',NULL),('20',4,'configurable','2',NULL,NULL,NULL,'2017-11-26 09:15:40','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/u/n/undiz_ampli_mico_t-shirt_bra.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Ampli Mico T-Shirt Bra',NULL,NULL,NULL,NULL,NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','4998',NULL,'/u/n/undiz_ampli_mico_t-shirt_bra.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_ampli_mico_t-shirt_bra_2.jpg','2','/u/n/undiz_ampli_mico_t-shirt_bra.jpg',NULL,'2017-11-26 09:24:28','undiz-ampli-mico-t-shirt-bra',NULL,4,'1.0000',NULL),('21',4,'simple',NULL,'28','black',NULL,'2017-11-26 09:23:03','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/m/a/marie_meili_wisdom_super_push_up_bra_4.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Marie Meili Wisdom Super Push Up Bra-black',NULL,NULL,NULL,'51.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','5111-black',NULL,'/m/a/marie_meili_wisdom_super_push_up_bra_4.jpg',NULL,NULL,NULL,NULL,'/m/a/marie_meili_wisdom_super_push_up_bra_4.jpg','2','/m/a/marie_meili_wisdom_super_push_up_bra_4.jpg',NULL,'2017-11-26 09:25:27','marie-meili-wisdom-super-push-up-bra-black',NULL,1,'1.0000',NULL),('22',4,'simple',NULL,'31','blue',NULL,'2017-11-26 09:23:05','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/m/a/marie_meili_wisdom_super_push_up_bra_2_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Marie Meili Wisdom Super Push Up Bra-blue',NULL,NULL,NULL,'55.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','5111-blue',NULL,'/m/a/marie_meili_wisdom_super_push_up_bra_2_1.jpg',NULL,NULL,NULL,NULL,'/m/a/marie_meili_wisdom_super_push_up_bra_2_1.jpg','2','/m/a/marie_meili_wisdom_super_push_up_bra_2_1.jpg',NULL,'2017-11-26 09:25:35','marie-meili-wisdom-super-push-up-bra-blue',NULL,1,'1.0000',NULL),('23',4,'simple',NULL,'30','pink',NULL,'2017-11-26 09:23:26','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/m/i/mix_match_2_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'MIX & MATCH-pink',NULL,NULL,NULL,'25.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','9654-pink',NULL,'/m/i/mix_match_2_1.jpg',NULL,NULL,NULL,NULL,'/m/i/mix_match_2_1.jpg','2','/m/i/mix_match_2_1.jpg',NULL,'2017-11-26 09:25:58','mix-match-pink',NULL,1,'1.0000',NULL),('24',4,'simple',NULL,'29','white',NULL,'2017-11-26 09:23:27','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/m/i/mix_match_4.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'MIX & MATCH-white',NULL,NULL,NULL,'29.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','9654-white',NULL,'/m/i/mix_match_4.jpg',NULL,NULL,NULL,NULL,'/m/i/mix_match_4.jpg','2','/m/i/mix_match_4.jpg',NULL,'2017-11-26 09:25:50','mix-match-white',NULL,1,'1.0000',NULL),('25',4,'simple',NULL,'32','red',NULL,'2017-11-26 09:23:46','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/o/y/oysho_escote_croazon_dot_body_1_1_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Oysho Escote Croazon Dot Body-red',NULL,NULL,NULL,'26.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4762-red',NULL,'/o/y/oysho_escote_croazon_dot_body_1_1_1.jpg',NULL,NULL,NULL,NULL,'/o/y/oysho_escote_croazon_dot_body_1_1_1.jpg','2','/o/y/oysho_escote_croazon_dot_body_1_1_1.jpg',NULL,'2017-11-26 09:26:17','oysho-escote-croazon-dot-body-red',NULL,1,'1.0000',NULL),('26',4,'simple',NULL,'29','white',NULL,'2017-11-26 09:23:47','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/o/y/oysho_escote_croazon_dot_body_2_2.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Oysho Escote Croazon Dot Body-white',NULL,NULL,NULL,'26.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4762-white',NULL,'/o/y/oysho_escote_croazon_dot_body_2_2.jpg',NULL,NULL,NULL,NULL,'/o/y/oysho_escote_croazon_dot_body_2_2.jpg','2','/o/y/oysho_escote_croazon_dot_body_2_2.jpg',NULL,'2017-11-26 09:26:22','oysho-escote-croazon-dot-body-white',NULL,1,'1.0000',NULL),('27',4,'simple',NULL,'28','black',NULL,'2017-11-26 09:23:48','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/o/y/oysho_escote_croazon_dot_body_4.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Oysho Escote Croazon Dot Body-black',NULL,NULL,NULL,'28.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4762-black',NULL,'/o/y/oysho_escote_croazon_dot_body_4.jpg',NULL,NULL,NULL,NULL,'/o/y/oysho_escote_croazon_dot_body_4.jpg','2','/o/y/oysho_escote_croazon_dot_body_4.jpg',NULL,'2017-11-26 09:26:10','oysho-escote-croazon-dot-body-black',NULL,1,'1.0000',NULL),('28',4,'simple',NULL,'31','blue',NULL,'2017-11-26 09:24:07','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/s/h/shoulder_detail_lace_underwire_bralet_2_1_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Shoulder Detail Lace Underwire Bralet-blue',NULL,NULL,NULL,'34.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','8112-blue',NULL,'/s/h/shoulder_detail_lace_underwire_bralet_2_1_1.jpg',NULL,NULL,NULL,NULL,'/s/h/shoulder_detail_lace_underwire_bralet_2_1_1.jpg','2','/s/h/shoulder_detail_lace_underwire_bralet_2_1_1.jpg',NULL,'2017-11-26 09:26:43','shoulder-detail-lace-underwire-bralet-blue',NULL,1,'1.0000',NULL),('29',4,'simple',NULL,'30','pink',NULL,'2017-11-26 09:24:08','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/s/h/shoulder_detail_lace_underwire_bralet_2_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Shoulder Detail Lace Underwire Bralet-pink',NULL,NULL,NULL,'39.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','8112-pink',NULL,'/s/h/shoulder_detail_lace_underwire_bralet_2_1.jpg',NULL,NULL,NULL,NULL,'/s/h/shoulder_detail_lace_underwire_bralet_2_1.jpg','2','/s/h/shoulder_detail_lace_underwire_bralet_2_1.jpg',NULL,'2017-11-26 09:26:36','shoulder-detail-lace-underwire-bralet-pink',NULL,1,'1.0000',NULL),('30',4,'simple',NULL,'29','white',NULL,'2017-11-26 09:24:26','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/u/n/undiz_ampli_mico_t-shirt_bra_2_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Ampli Mico T-Shirt Bra-white',NULL,NULL,NULL,'16.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4998-white',NULL,'/u/n/undiz_ampli_mico_t-shirt_bra_2_1.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_ampli_mico_t-shirt_bra_2_1.jpg','2','/u/n/undiz_ampli_mico_t-shirt_bra_2_1.jpg',NULL,'2017-11-26 09:27:01','undiz-ampli-mico-t-shirt-bra-white',NULL,1,'1.0000',NULL),('31',4,'simple',NULL,'28','black',NULL,'2017-11-26 09:24:27','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/u/n/undiz_ampli_mico_t-shirt_bra_4.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Ampli Mico T-Shirt Bra-black',NULL,NULL,NULL,'26.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4998-black',NULL,'/u/n/undiz_ampli_mico_t-shirt_bra_4.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_ampli_mico_t-shirt_bra_4.jpg','2','/u/n/undiz_ampli_mico_t-shirt_bra_4.jpg',NULL,'2017-11-26 09:26:55','undiz-ampli-mico-t-shirt-bra-black',NULL,1,'1.0000',NULL),('32',4,'configurable',NULL,NULL,NULL,NULL,'2017-11-26 09:29:27','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/u/n/undiz_equiliz_bustier_longline_bra.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Equiliz Bustier Longline Bra','2017-12-26 00:00:00','2025-12-26 00:00:00',NULL,NULL,NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','4112',NULL,'/u/n/undiz_equiliz_bustier_longline_bra.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_equiliz_bustier_longline_bra_1.jpg','2','/u/n/undiz_equiliz_bustier_longline_bra.jpg',NULL,'2017-12-26 13:37:00','undiz-equiliz-bustier-longline-bra',NULL,4,'1.0000',NULL),('33',4,'configurable',NULL,NULL,NULL,NULL,'2017-11-26 09:29:30','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/u/n/undiz_royaltiz_gel_bra_3.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Royaltiz Gel Bra','2017-12-26 00:00:00','2025-12-26 00:00:00',NULL,NULL,NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','4221',NULL,'/u/n/undiz_royaltiz_gel_bra_3.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_royaltiz_gel_bra.jpg','2','/u/n/undiz_royaltiz_gel_bra_3.jpg',NULL,'2017-12-26 13:36:39','undiz-royaltiz-gel-bra',NULL,4,'1.0000',NULL),('34',4,'configurable',NULL,NULL,NULL,NULL,'2017-11-26 09:29:42','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/u/n/undiz_teamminiz_short.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Teamminiz Short','2017-12-26 00:00:00','2025-12-26 00:00:00',NULL,NULL,NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','4331',NULL,'/u/n/undiz_teamminiz_short.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_teamminiz_short_1.jpg','2','/u/n/undiz_teamminiz_short.jpg',NULL,'2017-12-26 13:37:19','undiz-teamminiz-short',NULL,4,'1.0000',NULL),('35',4,'configurable',NULL,NULL,NULL,NULL,'2017-11-26 09:29:53','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/w/e/weekday_note_bra.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Weekday Note Bra','2017-12-26 00:00:00','2025-12-26 00:00:00',NULL,NULL,NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','4521',NULL,'/w/e/weekday_note_bra.jpg',NULL,NULL,NULL,NULL,'/w/e/weekday_note_bra_2.jpg','2','/w/e/weekday_note_bra.jpg',NULL,'2017-12-26 13:37:28','weekday-note-bra',NULL,4,'1.0000',NULL),('36',4,'configurable',NULL,NULL,NULL,NULL,'2017-11-26 09:30:04','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',2,1,'/w/e/weekday_stella_triangle_bra.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Weekday Stella Triangle Bra','2017-12-26 00:00:00','2025-12-26 00:00:00',NULL,NULL,NULL,NULL,1,'We advocate comfortable, elegant and beautiful lingerie.','4556',NULL,'/w/e/weekday_stella_triangle_bra.jpg',NULL,NULL,NULL,NULL,'/w/e/weekday_stella_triangle_bra_3.jpg','2','/w/e/weekday_stella_triangle_bra.jpg',NULL,'2017-12-26 13:37:55','weekday-stella-triangle-bra',NULL,4,'1.0000',NULL),('38',4,'simple',NULL,'31','blue',NULL,'2017-11-26 09:35:16','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/u/n/undiz_equiliz_bustier_longline_bra_1_1_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Equiliz Bustier Longline Bra-blue',NULL,NULL,NULL,'63.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4112-blue',NULL,'/u/n/undiz_equiliz_bustier_longline_bra_1_1_1.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_equiliz_bustier_longline_bra_1_1_1.jpg','2','/u/n/undiz_equiliz_bustier_longline_bra_1_1_1.jpg',NULL,'2017-11-26 09:40:07','undiz-equiliz-bustier-longline-bra-blue',NULL,1,'1.0000',NULL),('39',4,'simple',NULL,'29','white',NULL,'2017-11-26 09:35:17','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/u/n/undiz_equiliz_bustier_longline_bra_4.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Equiliz Bustier Longline Bra-white',NULL,NULL,NULL,'66.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4112-white',NULL,'/u/n/undiz_equiliz_bustier_longline_bra_4.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_equiliz_bustier_longline_bra_4.jpg','2','/u/n/undiz_equiliz_bustier_longline_bra_4.jpg',NULL,'2017-11-26 09:40:01','undiz-equiliz-bustier-longline-bra-white',NULL,1,'1.0000',NULL),('40',4,'simple',NULL,'28','black',NULL,'2017-11-26 09:35:38','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/w/e/weekday_note_bra_4.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Weekday Note Bra-black',NULL,NULL,NULL,'29.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4521-black',NULL,'/w/e/weekday_note_bra_4.jpg',NULL,NULL,NULL,NULL,'/w/e/weekday_note_bra_4.jpg','2','/w/e/weekday_note_bra_4.jpg',NULL,'2017-11-26 09:37:53','weekday-note-bra-black',NULL,1,'1.0000',NULL),('41',4,'simple',NULL,'30','pink',NULL,'2017-11-26 09:35:39','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/w/e/weekday_note_bra_2_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Weekday Note Bra-pink',NULL,NULL,NULL,'36.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4521-pink',NULL,'/w/e/weekday_note_bra_2_1.jpg',NULL,NULL,NULL,NULL,'/w/e/weekday_note_bra_2_1.jpg','2','/w/e/weekday_note_bra_2_1.jpg',NULL,'2017-11-26 09:37:47','weekday-note-bra-pink',NULL,1,'1.0000',NULL),('42',4,'simple',NULL,'29','white',NULL,'2017-11-26 09:35:59','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/w/e/weekday_stella_triangle_bra_4.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Weekday Stella Triangle Bra-white',NULL,NULL,NULL,'35.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4556-white',NULL,'/w/e/weekday_stella_triangle_bra_4.jpg',NULL,NULL,NULL,NULL,'/w/e/weekday_stella_triangle_bra_4.jpg','2','/w/e/weekday_stella_triangle_bra_4.jpg',NULL,'2017-11-26 09:38:10','weekday-stella-triangle-bra-white',NULL,1,'1.0000',NULL),('43',4,'simple',NULL,'32','red',NULL,'2017-11-26 09:36:00','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/w/e/weekday_stella_triangle_bra_2_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Weekday Stella Triangle Bra-red',NULL,NULL,NULL,'38.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4556-red',NULL,'/w/e/weekday_stella_triangle_bra_2_1.jpg',NULL,NULL,NULL,NULL,'/w/e/weekday_stella_triangle_bra_2_1.jpg','2','/w/e/weekday_stella_triangle_bra_2_1.jpg',NULL,'2017-11-26 09:38:16','weekday-stella-triangle-bra-red',NULL,1,'1.0000',NULL);
INSERT INTO `catalog_product_flat_3` VALUES ('44',4,'simple',NULL,'32','red',NULL,'2017-11-26 09:36:20','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/u/n/undiz_teamminiz_short_2_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Teamminiz Short-red',NULL,NULL,NULL,'25.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4331-red',NULL,'/u/n/undiz_teamminiz_short_2_1.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_teamminiz_short_2_1.jpg','2','/u/n/undiz_teamminiz_short_2_1.jpg',NULL,'2017-11-26 09:39:26','undiz-teamminiz-short-red',NULL,1,'1.0000',NULL),('45',4,'simple',NULL,'29','white',NULL,'2017-11-26 09:36:22','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/u/n/undiz_teamminiz_short_1_2.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Teamminiz Short-white',NULL,NULL,NULL,'25.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4331-white',NULL,'/u/n/undiz_teamminiz_short_1_2.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_teamminiz_short_1_2.jpg','2','/u/n/undiz_teamminiz_short_1_2.jpg',NULL,'2017-11-26 09:39:31','undiz-teamminiz-short-white',NULL,1,'1.0000',NULL),('46',4,'simple',NULL,'28','black',NULL,'2017-11-26 09:36:23','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/u/n/undiz_teamminiz_short_4.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Teamminiz Short-black',NULL,NULL,NULL,'29.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4331-black',NULL,'/u/n/undiz_teamminiz_short_4.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_teamminiz_short_4.jpg','2','/u/n/undiz_teamminiz_short_4.jpg',NULL,'2017-11-26 09:39:20','undiz-teamminiz-short-black',NULL,1,'1.0000',NULL),('47',4,'simple',NULL,'30','pink',NULL,'2017-11-26 09:36:39','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/u/n/undiz_royaltiz_gel_bra_1_1.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Royaltiz Gel Bra-pink',NULL,NULL,NULL,'33.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4221-pink',NULL,'/u/n/undiz_royaltiz_gel_bra_1_1.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_royaltiz_gel_bra_1_1.jpg','2','/u/n/undiz_royaltiz_gel_bra_1_1.jpg',NULL,'2017-11-26 09:39:45','undiz-royaltiz-gel-bra-pink',NULL,1,'1.0000',NULL),('48',4,'simple',NULL,'29','white',NULL,'2017-11-26 09:36:41','<p>Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.</p>  \r\n<p>Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>\r\n<p>What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.</p> ',0,0,'/u/n/undiz_royaltiz_gel_bra_4.jpg',NULL,NULL,NULL,NULL,NULL,NULL,'Undiz Royaltiz Gel Bra-white',NULL,NULL,NULL,'39.0000',NULL,NULL,0,'We advocate comfortable, elegant and beautiful lingerie.','4221-white',NULL,'/u/n/undiz_royaltiz_gel_bra_4.jpg',NULL,NULL,NULL,NULL,'/u/n/undiz_royaltiz_gel_bra_4.jpg','2','/u/n/undiz_royaltiz_gel_bra_4.jpg',NULL,'2017-11-26 09:39:39','undiz-royaltiz-gel-bra-white',NULL,1,'1.0000',NULL);
/*!40000 ALTER TABLE `catalog_product_flat_3` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_frontend_action`
--

DROP TABLE IF EXISTS `catalog_product_frontend_action`;
CREATE TABLE `catalog_product_frontend_action` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Product Action Id',
  `type_id` varchar(64) NOT NULL COMMENT 'Type of product action',
  `visitor_id` int(10) unsigned DEFAULT NULL COMMENT 'Visitor Id',
  `customer_id` int(10) unsigned DEFAULT NULL COMMENT 'Customer Id',
  `product_id` int(10) unsigned NOT NULL COMMENT 'Product Id',
  `added_at` bigint(20) NOT NULL COMMENT 'Added At',
  PRIMARY KEY (`action_id`),
  UNIQUE KEY `CATALOG_PRODUCT_FRONTEND_ACTION_VISITOR_ID_PRODUCT_ID_TYPE_ID` (`visitor_id`,`product_id`,`type_id`),
  UNIQUE KEY `CATALOG_PRODUCT_FRONTEND_ACTION_CUSTOMER_ID_PRODUCT_ID_TYPE_ID` (`customer_id`,`product_id`,`type_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Frontend Action Table';

--
-- Table structure for table `catalog_product_index_eav`
--

DROP TABLE IF EXISTS `catalog_product_index_eav`;
CREATE TABLE `catalog_product_index_eav` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
  `attribute_id` smallint(5) unsigned NOT NULL COMMENT 'Attribute ID',
  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store ID',
  `value` int(10) unsigned NOT NULL COMMENT 'Value',
  `source_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Original entity Id for attribute value',
  PRIMARY KEY (`entity_id`,`attribute_id`,`store_id`,`value`,`source_id`),
  KEY `CATALOG_PRODUCT_INDEX_EAV_ATTRIBUTE_ID` (`attribute_id`),
  KEY `CATALOG_PRODUCT_INDEX_EAV_STORE_ID` (`store_id`),
  KEY `CATALOG_PRODUCT_INDEX_EAV_VALUE` (`value`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product EAV Index Table';

--
-- Dumping data for table `catalog_product_index_eav`
--

LOCK TABLES `catalog_product_index_eav` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_eav` DISABLE KEYS */;
INSERT INTO `catalog_product_index_eav` VALUES ('1',99,1,'4','1'),('1',99,2,'4','1'),('1',99,3,'4','1'),('2',99,1,'4','2'),('2',99,2,'4','2'),('2',99,3,'4','2'),('3',99,1,'4','3'),('3',99,2,'4','3'),('3',99,3,'4','3'),('4',99,1,'4','4'),('4',99,2,'4','4'),('4',99,3,'4','4'),('5',99,1,'4','5'),('5',99,2,'4','5'),('5',99,3,'4','5'),('6',99,1,'4','6'),('6',99,2,'4','6'),('6',99,3,'4','6'),('7',99,1,'4','7'),('7',99,2,'4','7'),('7',99,3,'4','7'),('8',99,1,'4','8'),('8',99,2,'4','8'),('8',99,3,'4','8'),('14',99,1,'4','14'),('14',99,2,'4','14'),('14',99,3,'4','14'),('15',99,1,'4','15'),('15',99,2,'4','15'),('15',99,3,'4','15'),('16',99,1,'1','21'),('16',99,1,'1','22'),('16',99,1,'4','16'),('16',99,2,'1','21'),('16',99,2,'1','22'),('16',99,2,'4','16'),('16',99,3,'1','21'),('16',99,3,'1','22'),('16',99,3,'4','16'),('17',99,1,'1','23'),('17',99,1,'1','24'),('17',99,1,'4','17'),('17',99,2,'1','23'),('17',99,2,'1','24'),('17',99,2,'4','17'),('17',99,3,'1','23'),('17',99,3,'1','24'),('17',99,3,'4','17'),('18',99,1,'1','25'),('18',99,1,'1','26'),('18',99,1,'1','27'),('18',99,1,'4','18'),('18',99,2,'1','25'),('18',99,2,'1','26'),('18',99,2,'1','27'),('18',99,2,'4','18'),('18',99,3,'1','25'),('18',99,3,'1','26'),('18',99,3,'1','27'),('18',99,3,'4','18'),('19',99,1,'1','28'),('19',99,1,'1','29'),('19',99,1,'4','19'),('19',99,2,'1','28'),('19',99,2,'1','29'),('19',99,2,'4','19'),('19',99,3,'1','28'),('19',99,3,'1','29'),('19',99,3,'4','19'),('20',99,1,'1','30'),('20',99,1,'1','31'),('20',99,1,'4','20'),('20',99,2,'1','30'),('20',99,2,'1','31'),('20',99,2,'4','20'),('20',99,3,'1','30'),('20',99,3,'1','31'),('20',99,3,'4','20'),('32',99,1,'1','38'),('32',99,1,'1','39'),('32',99,1,'4','32'),('32',99,2,'1','38'),('32',99,2,'1','39'),('32',99,2,'4','32'),('32',99,3,'1','38'),('32',99,3,'1','39'),('32',99,3,'4','32'),('33',99,1,'1','47'),('33',99,1,'1','48'),('33',99,1,'4','33'),('33',99,2,'1','47'),('33',99,2,'1','48'),('33',99,2,'4','33'),('33',99,3,'1','47'),('33',99,3,'1','48'),('33',99,3,'4','33'),('34',99,1,'1','44'),('34',99,1,'1','45'),('34',99,1,'1','46'),('34',99,1,'4','34'),('34',99,2,'1','44'),('34',99,2,'1','45'),('34',99,2,'1','46'),('34',99,2,'4','34'),('34',99,3,'1','44'),('34',99,3,'1','45'),('34',99,3,'1','46'),('34',99,3,'4','34'),('35',99,1,'1','40'),('35',99,1,'1','41'),('35',99,1,'4','35'),('35',99,2,'1','40'),('35',99,2,'1','41'),('35',99,2,'4','35'),('35',99,3,'1','40'),('35',99,3,'1','41'),('35',99,3,'4','35'),('36',99,1,'1','42'),('36',99,1,'1','43'),('36',99,1,'4','36'),('36',99,2,'1','42'),('36',99,2,'1','43'),('36',99,2,'4','36'),('36',99,3,'1','42'),('36',99,3,'1','43'),('36',99,3,'4','36'),('1',135,1,'4','1'),('1',135,2,'4','1'),('1',135,3,'4','1'),('2',135,1,'6','2'),('2',135,2,'6','2'),('2',135,3,'6','2'),('3',135,1,'7','3'),('3',135,2,'7','3'),('3',135,3,'7','3'),('4',135,1,'6','4'),('4',135,2,'6','4'),('4',135,3,'6','4'),('5',135,1,'5','5'),('5',135,2,'5','5'),('5',135,3,'5','5'),('6',135,1,'6','6'),('6',135,2,'6','6'),('6',135,3,'6','6'),('7',135,1,'5','7'),('7',135,2,'5','7'),('7',135,3,'5','7'),('8',135,1,'4','8'),('8',135,2,'4','8'),('8',135,3,'4','8'),('14',135,1,'4','14'),('14',135,2,'4','14'),('14',135,3,'4','14'),('15',135,1,'6','15'),('15',135,2,'6','15'),('15',135,3,'6','15'),('16',135,1,'4','16'),('16',135,1,'4','21'),('16',135,1,'4','22'),('16',135,2,'4','16'),('16',135,2,'4','21'),('16',135,2,'4','22'),('16',135,3,'4','16'),('16',135,3,'4','21'),('16',135,3,'4','22'),('17',135,1,'5','17'),('17',135,1,'5','23'),('17',135,1,'5','24'),('17',135,2,'5','17'),('17',135,2,'5','23'),('17',135,2,'5','24'),('17',135,3,'5','17'),('17',135,3,'5','23'),('17',135,3,'5','24'),('18',135,1,'7','18'),('18',135,1,'7','25'),('18',135,1,'7','26'),('18',135,1,'7','27'),('18',135,2,'7','18'),('18',135,2,'7','25'),('18',135,2,'7','26'),('18',135,2,'7','27'),('18',135,3,'7','18'),('18',135,3,'7','25'),('18',135,3,'7','26'),('18',135,3,'7','27'),('19',135,1,'6','19'),('19',135,1,'6','28'),('19',135,1,'6','29'),('19',135,2,'6','19'),('19',135,2,'6','28'),('19',135,2,'6','29'),('19',135,3,'6','19'),('19',135,3,'6','28'),('19',135,3,'6','29'),('20',135,1,'4','20'),('20',135,1,'4','30'),('20',135,1,'4','31'),('20',135,2,'4','20'),('20',135,2,'4','30'),('20',135,2,'4','31'),('20',135,3,'4','20'),('20',135,3,'4','30'),('20',135,3,'4','31'),('32',135,1,'6','32'),('32',135,1,'6','38'),('32',135,1,'6','39'),('32',135,2,'6','32'),('32',135,2,'6','38'),('32',135,2,'6','39'),('32',135,3,'6','32'),('32',135,3,'6','38'),('32',135,3,'6','39'),('33',135,1,'5','33'),('33',135,1,'5','47'),('33',135,1,'5','48'),('33',135,2,'5','33'),('33',135,2,'5','47'),('33',135,2,'5','48'),('33',135,3,'5','33'),('33',135,3,'5','47'),('33',135,3,'5','48'),('34',135,1,'4','34'),('34',135,1,'4','44'),('34',135,1,'4','45'),('34',135,1,'4','46'),('34',135,2,'4','34'),('34',135,2,'4','44'),('34',135,2,'4','45'),('34',135,2,'4','46'),('34',135,3,'4','34'),('34',135,3,'4','44'),('34',135,3,'4','45'),('34',135,3,'4','46'),('35',135,1,'5','35'),('35',135,1,'5','40'),('35',135,1,'5','41'),('35',135,2,'5','35'),('35',135,2,'5','40'),('35',135,2,'5','41'),('35',135,3,'5','35'),('35',135,3,'5','40'),('35',135,3,'5','41'),('36',135,1,'4','36'),('36',135,1,'4','42'),('36',135,1,'4','43'),('36',135,2,'4','36'),('36',135,2,'4','42'),('36',135,2,'4','43'),('36',135,3,'4','36'),('36',135,3,'4','42'),('36',135,3,'4','43'),('1',136,1,'8','1'),('1',136,2,'8','1'),('1',136,3,'8','1'),('2',136,1,'10','2'),('2',136,2,'10','2'),('2',136,3,'10','2'),('3',136,1,'8','3'),('3',136,2,'8','3'),('3',136,3,'8','3'),('4',136,1,'10','4'),('4',136,2,'10','4'),('4',136,3,'10','4'),('5',136,1,'9','5'),('5',136,2,'9','5'),('5',136,3,'9','5'),('6',136,1,'8','6'),('6',136,2,'8','6'),('6',136,3,'8','6'),('7',136,1,'8','7'),('7',136,2,'8','7'),('7',136,3,'8','7'),('8',136,1,'8','8'),('8',136,2,'8','8'),('8',136,3,'8','8'),('14',136,1,'8','14'),('14',136,2,'8','14'),('14',136,3,'8','14'),('15',136,1,'8','15'),('15',136,2,'8','15'),('15',136,3,'8','15'),('16',136,1,'10','16'),('16',136,1,'10','21'),('16',136,1,'10','22'),('16',136,2,'10','16'),('16',136,2,'10','21'),('16',136,2,'10','22'),('16',136,3,'10','16'),('16',136,3,'10','21'),('16',136,3,'10','22'),('17',136,1,'10','17'),('17',136,1,'10','23'),('17',136,1,'10','24'),('17',136,2,'10','17'),('17',136,2,'10','23'),('17',136,2,'10','24'),('17',136,3,'10','17'),('17',136,3,'10','23'),('17',136,3,'10','24'),('18',136,1,'9','18'),('18',136,1,'9','25'),('18',136,1,'9','26'),('18',136,1,'9','27'),('18',136,2,'9','18'),('18',136,2,'9','25'),('18',136,2,'9','26'),('18',136,2,'9','27'),('18',136,3,'9','18'),('18',136,3,'9','25'),('18',136,3,'9','26'),('18',136,3,'9','27'),('19',136,1,'8','19'),('19',136,1,'8','28'),('19',136,1,'8','29'),('19',136,2,'8','19'),('19',136,2,'8','28'),('19',136,2,'8','29'),('19',136,3,'8','19'),('19',136,3,'8','28'),('19',136,3,'8','29'),('20',136,1,'10','20'),('20',136,1,'10','30'),('20',136,1,'10','31'),('20',136,2,'10','20'),('20',136,2,'10','30'),('20',136,2,'10','31'),('20',136,3,'10','20'),('20',136,3,'10','30'),('20',136,3,'10','31'),('32',136,1,'9','32'),('32',136,1,'9','38'),('32',136,1,'9','39'),('32',136,2,'9','32'),('32',136,2,'9','38'),('32',136,2,'9','39'),('32',136,3,'9','32'),('32',136,3,'9','38'),('32',136,3,'9','39'),('33',136,1,'10','33'),('33',136,1,'10','47'),('33',136,1,'10','48'),('33',136,2,'10','33'),('33',136,2,'10','47'),('33',136,2,'10','48'),('33',136,3,'10','33'),('33',136,3,'10','47'),('33',136,3,'10','48'),('34',136,1,'8','34'),('34',136,1,'8','44'),('34',136,1,'8','45'),('34',136,1,'8','46'),('34',136,2,'8','34'),('34',136,2,'8','44'),('34',136,2,'8','45'),('34',136,2,'8','46'),('34',136,3,'8','34'),('34',136,3,'8','44'),('34',136,3,'8','45'),('34',136,3,'8','46'),('35',136,1,'9','35'),('35',136,1,'9','40'),('35',136,1,'9','41'),('35',136,2,'9','35'),('35',136,2,'9','40'),('35',136,2,'9','41'),('35',136,3,'9','35'),('35',136,3,'9','40'),('35',136,3,'9','41'),('36',136,1,'10','36'),('36',136,1,'10','42'),('36',136,1,'10','43'),('36',136,2,'10','36'),('36',136,2,'10','42'),('36',136,2,'10','43'),('36',136,3,'10','36'),('36',136,3,'10','42'),('36',136,3,'10','43'),('1',137,1,'11','1'),('1',137,2,'11','1'),('1',137,3,'11','1'),('2',137,1,'13','2'),('2',137,2,'13','2'),('2',137,3,'13','2'),('3',137,1,'14','3'),('3',137,2,'14','3'),('3',137,3,'14','3'),('4',137,1,'11','4'),('4',137,2,'11','4'),('4',137,3,'11','4'),('5',137,1,'12','5'),('5',137,2,'12','5'),('5',137,3,'12','5'),('6',137,1,'11','6'),('6',137,2,'11','6'),('6',137,3,'11','6'),('7',137,1,'11','7'),('7',137,2,'11','7'),('7',137,3,'11','7'),('8',137,1,'13','8'),('8',137,2,'13','8'),('8',137,3,'13','8'),('14',137,1,'13','14'),('14',137,2,'13','14'),('14',137,3,'13','14'),('15',137,1,'13','15'),('15',137,2,'13','15'),('15',137,3,'13','15'),('16',137,1,'13','16'),('16',137,1,'13','21'),('16',137,1,'13','22'),('16',137,2,'13','16'),('16',137,2,'13','21'),('16',137,2,'13','22'),('16',137,3,'13','16'),('16',137,3,'13','21'),('16',137,3,'13','22'),('17',137,1,'12','17'),('17',137,1,'12','23'),('17',137,1,'12','24'),('17',137,2,'12','17'),('17',137,2,'12','23'),('17',137,2,'12','24'),('17',137,3,'12','17'),('17',137,3,'12','23'),('17',137,3,'12','24'),('18',137,1,'11','18'),('18',137,1,'11','25'),('18',137,1,'11','26'),('18',137,1,'11','27'),('18',137,2,'11','18'),('18',137,2,'11','25'),('18',137,2,'11','26'),('18',137,2,'11','27'),('18',137,3,'11','18'),('18',137,3,'11','25'),('18',137,3,'11','26'),('18',137,3,'11','27'),('19',137,1,'11','19'),('19',137,1,'11','28'),('19',137,1,'11','29'),('19',137,2,'11','19'),('19',137,2,'11','28'),('19',137,2,'11','29'),('19',137,3,'11','19'),('19',137,3,'11','28'),('19',137,3,'11','29'),('20',137,1,'13','20'),('20',137,1,'13','30'),('20',137,1,'13','31'),('20',137,2,'13','20'),('20',137,2,'13','30'),('20',137,2,'13','31'),('20',137,3,'13','20'),('20',137,3,'13','30'),('20',137,3,'13','31'),('32',137,1,'14','32'),('32',137,1,'14','38'),('32',137,1,'14','39'),('32',137,2,'14','32'),('32',137,2,'14','38'),('32',137,2,'14','39'),('32',137,3,'14','32'),('32',137,3,'14','38'),('32',137,3,'14','39'),('33',137,1,'12','33'),('33',137,1,'12','47'),('33',137,1,'12','48'),('33',137,2,'12','33'),('33',137,2,'12','47'),('33',137,2,'12','48'),('33',137,3,'12','33'),('33',137,3,'12','47'),('33',137,3,'12','48'),('34',137,1,'12','34'),('34',137,1,'12','44'),('34',137,1,'12','45'),('34',137,1,'12','46'),('34',137,2,'12','34'),('34',137,2,'12','44'),('34',137,2,'12','45'),('34',137,2,'12','46'),('34',137,3,'12','34'),('34',137,3,'12','44'),('34',137,3,'12','45'),('34',137,3,'12','46'),('35',137,1,'12','35'),('35',137,1,'12','40'),('35',137,1,'12','41'),('35',137,2,'12','35'),('35',137,2,'12','40'),('35',137,2,'12','41'),('35',137,3,'12','35'),('35',137,3,'12','40'),('35',137,3,'12','41'),('36',137,1,'11','36'),('36',137,1,'11','42'),('36',137,1,'11','43'),('36',137,2,'11','36'),('36',137,2,'11','42'),('36',137,2,'11','43'),('36',137,3,'11','36'),('36',137,3,'11','42'),('36',137,3,'11','43'),('1',141,1,'23','1'),('1',141,2,'23','1'),('1',141,3,'23','1'),('2',141,1,'25','2'),('2',141,2,'25','2'),('2',141,3,'25','2'),('3',141,1,'24','3'),('3',141,2,'24','3'),('3',141,3,'24','3'),('4',141,1,'24','4'),('4',141,2,'24','4'),('4',141,3,'24','4'),('5',141,1,'24','5'),('5',141,2,'24','5'),('5',141,3,'24','5'),('6',141,1,'24','6'),('6',141,2,'24','6'),('6',141,3,'24','6'),('7',141,1,'24','7'),('7',141,2,'24','7'),('7',141,3,'24','7'),('8',141,1,'24','8'),('8',141,2,'24','8'),('8',141,3,'24','8'),('14',141,1,'23','14'),('14',141,2,'23','14'),('14',141,3,'23','14'),('15',141,1,'23','15'),('15',141,2,'23','15'),('15',141,3,'23','15'),('16',141,1,'24','16'),('16',141,1,'24','21'),('16',141,1,'24','22'),('16',141,2,'24','16'),('16',141,2,'24','21'),('16',141,2,'24','22'),('16',141,3,'24','16'),('16',141,3,'24','21'),('16',141,3,'24','22'),('17',141,1,'24','17'),('17',141,1,'24','23'),('17',141,1,'24','24'),('17',141,2,'24','17'),('17',141,2,'24','23'),('17',141,2,'24','24'),('17',141,3,'24','17'),('17',141,3,'24','23'),('17',141,3,'24','24'),('18',141,1,'24','18'),('18',141,1,'24','25'),('18',141,1,'24','26'),('18',141,1,'24','27'),('18',141,2,'24','18'),('18',141,2,'24','25'),('18',141,2,'24','26'),('18',141,2,'24','27'),('18',141,3,'24','18'),('18',141,3,'24','25'),('18',141,3,'24','26'),('18',141,3,'24','27'),('19',141,1,'24','19'),('19',141,1,'24','28'),('19',141,1,'24','29'),('19',141,2,'24','19'),('19',141,2,'24','28'),('19',141,2,'24','29'),('19',141,3,'24','19'),('19',141,3,'24','28'),('19',141,3,'24','29'),('20',141,1,'24','20'),('20',141,1,'24','30'),('20',141,1,'24','31'),('20',141,2,'24','20'),('20',141,2,'24','30'),('20',141,2,'24','31'),('20',141,3,'24','20'),('20',141,3,'24','30'),('20',141,3,'24','31'),('32',141,1,'24','32'),('32',141,1,'24','38'),('32',141,1,'24','39'),('32',141,2,'24','32'),('32',141,2,'24','38'),('32',141,2,'24','39'),('32',141,3,'24','32'),('32',141,3,'24','38'),('32',141,3,'24','39'),('33',141,1,'24','33'),('33',141,1,'24','47'),('33',141,1,'24','48'),('33',141,2,'24','33'),('33',141,2,'24','47'),('33',141,2,'24','48'),('33',141,3,'24','33'),('33',141,3,'24','47'),('33',141,3,'24','48'),('34',141,1,'24','34'),('34',141,1,'24','44'),('34',141,1,'24','45'),('34',141,1,'24','46'),('34',141,2,'24','34'),('34',141,2,'24','44'),('34',141,2,'24','45'),('34',141,2,'24','46'),('34',141,3,'24','34'),('34',141,3,'24','44'),('34',141,3,'24','45'),('34',141,3,'24','46'),('35',141,1,'24','35'),('35',141,1,'24','40'),('35',141,1,'24','41'),('35',141,2,'24','35'),('35',141,2,'24','40'),('35',141,2,'24','41'),('35',141,3,'24','35'),('35',141,3,'24','40'),('35',141,3,'24','41'),('36',141,1,'24','36'),('36',141,1,'24','42'),('36',141,1,'24','43'),('36',141,2,'24','36'),('36',141,2,'24','42'),('36',141,2,'24','43'),('36',141,3,'24','36'),('36',141,3,'24','42'),('36',141,3,'24','43'),('16',143,1,'28','21'),('16',143,1,'31','22'),('16',143,2,'28','21'),('16',143,2,'31','22'),('16',143,3,'28','21'),('16',143,3,'31','22'),('17',143,1,'29','24'),('17',143,1,'30','23'),('17',143,2,'29','24'),('17',143,2,'30','23'),('17',143,3,'29','24'),('17',143,3,'30','23'),('18',143,1,'28','27'),('18',143,1,'29','26'),('18',143,1,'32','25'),('18',143,2,'28','27'),('18',143,2,'29','26'),('18',143,2,'32','25'),('18',143,3,'28','27'),('18',143,3,'29','26'),('18',143,3,'32','25'),('19',143,1,'30','29'),('19',143,1,'31','28'),('19',143,2,'30','29'),('19',143,2,'31','28'),('19',143,3,'30','29'),('19',143,3,'31','28'),('20',143,1,'28','31'),('20',143,1,'29','30'),('20',143,2,'28','31'),('20',143,2,'29','30'),('20',143,3,'28','31'),('20',143,3,'29','30'),('32',143,1,'29','39'),('32',143,1,'31','38'),('32',143,2,'29','39'),('32',143,2,'31','38'),('32',143,3,'29','39'),('32',143,3,'31','38'),('33',143,1,'29','48'),('33',143,1,'30','47'),('33',143,2,'29','48'),('33',143,2,'30','47'),('33',143,3,'29','48'),('33',143,3,'30','47'),('34',143,1,'28','46'),('34',143,1,'29','45'),('34',143,1,'32','44'),('34',143,2,'28','46'),('34',143,2,'29','45'),('34',143,2,'32','44'),('34',143,3,'28','46'),('34',143,3,'29','45'),('34',143,3,'32','44'),('35',143,1,'28','40'),('35',143,1,'30','41'),('35',143,2,'28','40'),('35',143,2,'30','41'),('35',143,3,'28','40'),('35',143,3,'30','41'),('36',143,1,'29','42'),('36',143,1,'32','43'),('36',143,2,'29','42'),('36',143,2,'32','43'),('36',143,3,'29','42'),('36',143,3,'32','43'),('1',157,1,'1','1'),('1',157,2,'1','1'),('1',157,3,'1','1'),('2',157,1,'1','2'),('2',157,2,'1','2'),('2',157,3,'1','2'),('3',157,1,'6','3'),('3',157,2,'6','3'),('3',157,3,'6','3'),('4',157,1,'6','4'),('4',157,2,'6','4'),('4',157,3,'6','4'),('5',157,1,'5','5'),('5',157,2,'5','5'),('5',157,3,'5','5'),('6',157,1,'5','6'),('6',157,2,'5','6'),('6',157,3,'5','6'),('7',157,1,'4','7'),('7',157,2,'4','7'),('7',157,3,'4','7'),('8',157,1,'4','8'),('8',157,2,'4','8'),('8',157,3,'4','8'),('14',157,1,'3','14'),('14',157,2,'3','14'),('14',157,3,'3','14'),('15',157,1,'3','15'),('15',157,2,'3','15'),('15',157,3,'3','15'),('17',157,1,'2','17'),('17',157,2,'2','17'),('17',157,3,'2','17'),('18',157,1,'2','18'),('18',157,2,'2','18'),('18',157,3,'2','18'),('20',157,1,'2','20'),('20',157,2,'2','20'),('20',157,3,'2','20');
/*!40000 ALTER TABLE `catalog_product_index_eav` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_index_eav_decimal`
--

DROP TABLE IF EXISTS `catalog_product_index_eav_decimal`;
CREATE TABLE `catalog_product_index_eav_decimal` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
  `attribute_id` smallint(5) unsigned NOT NULL COMMENT 'Attribute ID',
  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store ID',
  `value` decimal(12,4) NOT NULL COMMENT 'Value',
  `source_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Original entity Id for attribute value',
  PRIMARY KEY (`entity_id`,`attribute_id`,`store_id`,`value`,`source_id`),
  KEY `CATALOG_PRODUCT_INDEX_EAV_DECIMAL_ATTRIBUTE_ID` (`attribute_id`),
  KEY `CATALOG_PRODUCT_INDEX_EAV_DECIMAL_STORE_ID` (`store_id`),
  KEY `CATALOG_PRODUCT_INDEX_EAV_DECIMAL_VALUE` (`value`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product EAV Decimal Index Table';

--
-- Table structure for table `catalog_product_index_eav_decimal_idx`
--

DROP TABLE IF EXISTS `catalog_product_index_eav_decimal_idx`;
CREATE TABLE `catalog_product_index_eav_decimal_idx` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
  `attribute_id` smallint(5) unsigned NOT NULL COMMENT 'Attribute ID',
  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store ID',
  `value` decimal(12,4) NOT NULL COMMENT 'Value',
  `source_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Original entity Id for attribute value',
  PRIMARY KEY (`entity_id`,`attribute_id`,`store_id`,`value`,`source_id`),
  KEY `CATALOG_PRODUCT_INDEX_EAV_DECIMAL_IDX_ATTRIBUTE_ID` (`attribute_id`),
  KEY `CATALOG_PRODUCT_INDEX_EAV_DECIMAL_IDX_STORE_ID` (`store_id`),
  KEY `CATALOG_PRODUCT_INDEX_EAV_DECIMAL_IDX_VALUE` (`value`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product EAV Decimal Indexer Index Table';

--
-- Table structure for table `catalog_product_index_eav_decimal_replica`
--

DROP TABLE IF EXISTS `catalog_product_index_eav_decimal_replica`;
CREATE TABLE `catalog_product_index_eav_decimal_replica` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
  `attribute_id` smallint(5) unsigned NOT NULL COMMENT 'Attribute ID',
  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store ID',
  `value` decimal(12,4) NOT NULL COMMENT 'Value',
  `source_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Original entity Id for attribute value',
  PRIMARY KEY (`entity_id`,`attribute_id`,`store_id`,`value`,`source_id`),
  KEY `CATALOG_PRODUCT_INDEX_EAV_DECIMAL_ATTRIBUTE_ID` (`attribute_id`),
  KEY `CATALOG_PRODUCT_INDEX_EAV_DECIMAL_STORE_ID` (`store_id`),
  KEY `CATALOG_PRODUCT_INDEX_EAV_DECIMAL_VALUE` (`value`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product EAV Decimal Index Table';

--
-- Table structure for table `catalog_product_index_eav_decimal_tmp`
--

DROP TABLE IF EXISTS `catalog_product_index_eav_decimal_tmp`;
CREATE TABLE `catalog_product_index_eav_decimal_tmp` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
  `attribute_id` smallint(5) unsigned NOT NULL COMMENT 'Attribute ID',
  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store ID',
  `value` decimal(12,4) NOT NULL COMMENT 'Value',
  `source_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Original entity Id for attribute value',
  PRIMARY KEY (`entity_id`,`attribute_id`,`store_id`,`value`,`source_id`),
  KEY `CATALOG_PRODUCT_INDEX_EAV_DECIMAL_TMP_ATTRIBUTE_ID` (`attribute_id`),
  KEY `CATALOG_PRODUCT_INDEX_EAV_DECIMAL_TMP_STORE_ID` (`store_id`),
  KEY `CATALOG_PRODUCT_INDEX_EAV_DECIMAL_TMP_VALUE` (`value`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8 COMMENT='Catalog Product EAV Decimal Indexer Temp Table';

--
-- Table structure for table `catalog_product_index_eav_idx`
--

DROP TABLE IF EXISTS `catalog_product_index_eav_idx`;
CREATE TABLE `catalog_product_index_eav_idx` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
  `attribute_id` smallint(5) unsigned NOT NULL COMMENT 'Attribute ID',
  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store ID',
  `value` int(10) unsigned NOT NULL COMMENT 'Value',
  `source_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Original entity Id for attribute value',
  PRIMARY KEY (`entity_id`,`attribute_id`,`store_id`,`value`,`source_id`),
  KEY `CATALOG_PRODUCT_INDEX_EAV_IDX_ATTRIBUTE_ID` (`attribute_id`),
  KEY `CATALOG_PRODUCT_INDEX_EAV_IDX_STORE_ID` (`store_id`),
  KEY `CATALOG_PRODUCT_INDEX_EAV_IDX_VALUE` (`value`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product EAV Indexer Index Table';

--
-- Table structure for table `catalog_product_index_eav_replica`
--

DROP TABLE IF EXISTS `catalog_product_index_eav_replica`;
CREATE TABLE `catalog_product_index_eav_replica` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
  `attribute_id` smallint(5) unsigned NOT NULL COMMENT 'Attribute ID',
  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store ID',
  `value` int(10) unsigned NOT NULL COMMENT 'Value',
  `source_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Original entity Id for attribute value',
  PRIMARY KEY (`entity_id`,`attribute_id`,`store_id`,`value`,`source_id`),
  KEY `CATALOG_PRODUCT_INDEX_EAV_ATTRIBUTE_ID` (`attribute_id`),
  KEY `CATALOG_PRODUCT_INDEX_EAV_STORE_ID` (`store_id`),
  KEY `CATALOG_PRODUCT_INDEX_EAV_VALUE` (`value`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product EAV Index Table';

--
-- Dumping data for table `catalog_product_index_eav_replica`
--

LOCK TABLES `catalog_product_index_eav_replica` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_eav_replica` DISABLE KEYS */;
INSERT INTO `catalog_product_index_eav_replica` VALUES ('1',99,1,'4','1'),('1',99,2,'4','1'),('1',99,3,'4','1'),('2',99,1,'4','2'),('2',99,2,'4','2'),('2',99,3,'4','2'),('3',99,1,'4','3'),('3',99,2,'4','3'),('3',99,3,'4','3'),('4',99,1,'4','4'),('4',99,2,'4','4'),('4',99,3,'4','4'),('5',99,1,'4','5'),('5',99,2,'4','5'),('5',99,3,'4','5'),('6',99,1,'4','6'),('6',99,2,'4','6'),('6',99,3,'4','6'),('7',99,1,'4','7'),('7',99,2,'4','7'),('7',99,3,'4','7'),('8',99,1,'4','8'),('8',99,2,'4','8'),('8',99,3,'4','8'),('14',99,1,'4','14'),('14',99,2,'4','14'),('14',99,3,'4','14'),('15',99,1,'4','15'),('15',99,2,'4','15'),('15',99,3,'4','15'),('16',99,1,'1','21'),('16',99,1,'1','22'),('16',99,1,'4','16'),('16',99,2,'1','21'),('16',99,2,'1','22'),('16',99,2,'4','16'),('16',99,3,'1','21'),('16',99,3,'1','22'),('16',99,3,'4','16'),('17',99,1,'1','23'),('17',99,1,'1','24'),('17',99,1,'4','17'),('17',99,2,'1','23'),('17',99,2,'1','24'),('17',99,2,'4','17'),('17',99,3,'1','23'),('17',99,3,'1','24'),('17',99,3,'4','17'),('18',99,1,'1','25'),('18',99,1,'1','26'),('18',99,1,'1','27'),('18',99,1,'4','18'),('18',99,2,'1','25'),('18',99,2,'1','26'),('18',99,2,'1','27'),('18',99,2,'4','18'),('18',99,3,'1','25'),('18',99,3,'1','26'),('18',99,3,'1','27'),('18',99,3,'4','18'),('19',99,1,'1','28'),('19',99,1,'1','29'),('19',99,1,'4','19'),('19',99,2,'1','28'),('19',99,2,'1','29'),('19',99,2,'4','19'),('19',99,3,'1','28'),('19',99,3,'1','29'),('19',99,3,'4','19'),('20',99,1,'1','30'),('20',99,1,'1','31'),('20',99,1,'4','20'),('20',99,2,'1','30'),('20',99,2,'1','31'),('20',99,2,'4','20'),('20',99,3,'1','30'),('20',99,3,'1','31'),('20',99,3,'4','20'),('32',99,1,'1','38'),('32',99,1,'1','39'),('32',99,1,'4','32'),('32',99,2,'1','38'),('32',99,2,'1','39'),('32',99,2,'4','32'),('32',99,3,'1','38'),('32',99,3,'1','39'),('32',99,3,'4','32'),('33',99,1,'1','47'),('33',99,1,'1','48'),('33',99,1,'4','33'),('33',99,2,'1','47'),('33',99,2,'1','48'),('33',99,2,'4','33'),('33',99,3,'1','47'),('33',99,3,'1','48'),('33',99,3,'4','33'),('34',99,1,'1','44'),('34',99,1,'1','45'),('34',99,1,'1','46'),('34',99,1,'4','34'),('34',99,2,'1','44'),('34',99,2,'1','45'),('34',99,2,'1','46'),('34',99,2,'4','34'),('34',99,3,'1','44'),('34',99,3,'1','45'),('34',99,3,'1','46'),('34',99,3,'4','34'),('35',99,1,'1','40'),('35',99,1,'1','41'),('35',99,1,'4','35'),('35',99,2,'1','40'),('35',99,2,'1','41'),('35',99,2,'4','35'),('35',99,3,'1','40'),('35',99,3,'1','41'),('35',99,3,'4','35'),('36',99,1,'1','42'),('36',99,1,'1','43'),('36',99,1,'4','36'),('36',99,2,'1','42'),('36',99,2,'1','43'),('36',99,2,'4','36'),('36',99,3,'1','42'),('36',99,3,'1','43'),('36',99,3,'4','36'),('1',135,1,'4','1'),('1',135,2,'4','1'),('1',135,3,'4','1'),('2',135,1,'6','2'),('2',135,2,'6','2'),('2',135,3,'6','2'),('3',135,1,'7','3'),('3',135,2,'7','3'),('3',135,3,'7','3'),('4',135,1,'6','4'),('4',135,2,'6','4'),('4',135,3,'6','4'),('5',135,1,'5','5'),('5',135,2,'5','5'),('5',135,3,'5','5'),('6',135,1,'6','6'),('6',135,2,'6','6'),('6',135,3,'6','6'),('7',135,1,'5','7'),('7',135,2,'5','7'),('7',135,3,'5','7'),('8',135,1,'4','8'),('8',135,2,'4','8'),('8',135,3,'4','8'),('14',135,1,'4','14'),('14',135,2,'4','14'),('14',135,3,'4','14'),('15',135,1,'6','15'),('15',135,2,'6','15'),('15',135,3,'6','15'),('16',135,1,'4','16'),('16',135,1,'4','21'),('16',135,1,'4','22'),('16',135,2,'4','16'),('16',135,2,'4','21'),('16',135,2,'4','22'),('16',135,3,'4','16'),('16',135,3,'4','21'),('16',135,3,'4','22'),('17',135,1,'5','17'),('17',135,1,'5','23'),('17',135,1,'5','24'),('17',135,2,'5','17'),('17',135,2,'5','23'),('17',135,2,'5','24'),('17',135,3,'5','17'),('17',135,3,'5','23'),('17',135,3,'5','24'),('18',135,1,'7','18'),('18',135,1,'7','25'),('18',135,1,'7','26'),('18',135,1,'7','27'),('18',135,2,'7','18'),('18',135,2,'7','25'),('18',135,2,'7','26'),('18',135,2,'7','27'),('18',135,3,'7','18'),('18',135,3,'7','25'),('18',135,3,'7','26'),('18',135,3,'7','27'),('19',135,1,'6','19'),('19',135,1,'6','28'),('19',135,1,'6','29'),('19',135,2,'6','19'),('19',135,2,'6','28'),('19',135,2,'6','29'),('19',135,3,'6','19'),('19',135,3,'6','28'),('19',135,3,'6','29'),('20',135,1,'4','20'),('20',135,1,'4','30'),('20',135,1,'4','31'),('20',135,2,'4','20'),('20',135,2,'4','30'),('20',135,2,'4','31'),('20',135,3,'4','20'),('20',135,3,'4','30'),('20',135,3,'4','31'),('32',135,1,'6','32'),('32',135,1,'6','38'),('32',135,1,'6','39'),('32',135,2,'6','32'),('32',135,2,'6','38'),('32',135,2,'6','39'),('32',135,3,'6','32'),('32',135,3,'6','38'),('32',135,3,'6','39'),('33',135,1,'5','33'),('33',135,1,'5','47'),('33',135,1,'5','48'),('33',135,2,'5','33'),('33',135,2,'5','47'),('33',135,2,'5','48'),('33',135,3,'5','33'),('33',135,3,'5','47'),('33',135,3,'5','48'),('34',135,1,'4','34'),('34',135,1,'4','44'),('34',135,1,'4','45'),('34',135,1,'4','46'),('34',135,2,'4','34'),('34',135,2,'4','44'),('34',135,2,'4','45'),('34',135,2,'4','46'),('34',135,3,'4','34'),('34',135,3,'4','44'),('34',135,3,'4','45'),('34',135,3,'4','46'),('35',135,1,'5','35'),('35',135,1,'5','40'),('35',135,1,'5','41'),('35',135,2,'5','35'),('35',135,2,'5','40'),('35',135,2,'5','41'),('35',135,3,'5','35'),('35',135,3,'5','40'),('35',135,3,'5','41'),('36',135,1,'4','36'),('36',135,1,'4','42'),('36',135,1,'4','43'),('36',135,2,'4','36'),('36',135,2,'4','42'),('36',135,2,'4','43'),('36',135,3,'4','36'),('36',135,3,'4','42'),('36',135,3,'4','43'),('1',136,1,'8','1'),('1',136,2,'8','1'),('1',136,3,'8','1'),('2',136,1,'10','2'),('2',136,2,'10','2'),('2',136,3,'10','2'),('3',136,1,'8','3'),('3',136,2,'8','3'),('3',136,3,'8','3'),('4',136,1,'10','4'),('4',136,2,'10','4'),('4',136,3,'10','4'),('5',136,1,'9','5'),('5',136,2,'9','5'),('5',136,3,'9','5'),('6',136,1,'8','6'),('6',136,2,'8','6'),('6',136,3,'8','6'),('7',136,1,'8','7'),('7',136,2,'8','7'),('7',136,3,'8','7'),('8',136,1,'8','8'),('8',136,2,'8','8'),('8',136,3,'8','8'),('14',136,1,'8','14'),('14',136,2,'8','14'),('14',136,3,'8','14'),('15',136,1,'8','15'),('15',136,2,'8','15'),('15',136,3,'8','15'),('16',136,1,'10','16'),('16',136,1,'10','21'),('16',136,1,'10','22'),('16',136,2,'10','16'),('16',136,2,'10','21'),('16',136,2,'10','22'),('16',136,3,'10','16'),('16',136,3,'10','21'),('16',136,3,'10','22'),('17',136,1,'10','17'),('17',136,1,'10','23'),('17',136,1,'10','24'),('17',136,2,'10','17'),('17',136,2,'10','23'),('17',136,2,'10','24'),('17',136,3,'10','17'),('17',136,3,'10','23'),('17',136,3,'10','24'),('18',136,1,'9','18'),('18',136,1,'9','25'),('18',136,1,'9','26'),('18',136,1,'9','27'),('18',136,2,'9','18'),('18',136,2,'9','25'),('18',136,2,'9','26'),('18',136,2,'9','27'),('18',136,3,'9','18'),('18',136,3,'9','25'),('18',136,3,'9','26'),('18',136,3,'9','27'),('19',136,1,'8','19'),('19',136,1,'8','28'),('19',136,1,'8','29'),('19',136,2,'8','19'),('19',136,2,'8','28'),('19',136,2,'8','29'),('19',136,3,'8','19'),('19',136,3,'8','28'),('19',136,3,'8','29'),('20',136,1,'10','20'),('20',136,1,'10','30'),('20',136,1,'10','31'),('20',136,2,'10','20'),('20',136,2,'10','30'),('20',136,2,'10','31'),('20',136,3,'10','20'),('20',136,3,'10','30'),('20',136,3,'10','31'),('32',136,1,'9','32'),('32',136,1,'9','38'),('32',136,1,'9','39'),('32',136,2,'9','32'),('32',136,2,'9','38'),('32',136,2,'9','39'),('32',136,3,'9','32'),('32',136,3,'9','38'),('32',136,3,'9','39'),('33',136,1,'10','33'),('33',136,1,'10','47'),('33',136,1,'10','48'),('33',136,2,'10','33'),('33',136,2,'10','47'),('33',136,2,'10','48'),('33',136,3,'10','33'),('33',136,3,'10','47'),('33',136,3,'10','48'),('34',136,1,'8','34'),('34',136,1,'8','44'),('34',136,1,'8','45'),('34',136,1,'8','46'),('34',136,2,'8','34'),('34',136,2,'8','44'),('34',136,2,'8','45'),('34',136,2,'8','46'),('34',136,3,'8','34'),('34',136,3,'8','44'),('34',136,3,'8','45'),('34',136,3,'8','46'),('35',136,1,'9','35'),('35',136,1,'9','40'),('35',136,1,'9','41'),('35',136,2,'9','35'),('35',136,2,'9','40'),('35',136,2,'9','41'),('35',136,3,'9','35'),('35',136,3,'9','40'),('35',136,3,'9','41'),('36',136,1,'10','36'),('36',136,1,'10','42'),('36',136,1,'10','43'),('36',136,2,'10','36'),('36',136,2,'10','42'),('36',136,2,'10','43'),('36',136,3,'10','36'),('36',136,3,'10','42'),('36',136,3,'10','43'),('1',137,1,'11','1'),('1',137,2,'11','1'),('1',137,3,'11','1'),('2',137,1,'13','2'),('2',137,2,'13','2'),('2',137,3,'13','2'),('3',137,1,'14','3'),('3',137,2,'14','3'),('3',137,3,'14','3'),('4',137,1,'11','4'),('4',137,2,'11','4'),('4',137,3,'11','4'),('5',137,1,'12','5'),('5',137,2,'12','5'),('5',137,3,'12','5'),('6',137,1,'11','6'),('6',137,2,'11','6'),('6',137,3,'11','6'),('7',137,1,'11','7'),('7',137,2,'11','7'),('7',137,3,'11','7'),('8',137,1,'13','8'),('8',137,2,'13','8'),('8',137,3,'13','8'),('14',137,1,'13','14'),('14',137,2,'13','14'),('14',137,3,'13','14'),('15',137,1,'13','15'),('15',137,2,'13','15'),('15',137,3,'13','15'),('16',137,1,'13','16'),('16',137,1,'13','21'),('16',137,1,'13','22'),('16',137,2,'13','16'),('16',137,2,'13','21'),('16',137,2,'13','22'),('16',137,3,'13','16'),('16',137,3,'13','21'),('16',137,3,'13','22'),('17',137,1,'12','17'),('17',137,1,'12','23'),('17',137,1,'12','24'),('17',137,2,'12','17'),('17',137,2,'12','23'),('17',137,2,'12','24'),('17',137,3,'12','17'),('17',137,3,'12','23'),('17',137,3,'12','24'),('18',137,1,'11','18'),('18',137,1,'11','25'),('18',137,1,'11','26'),('18',137,1,'11','27'),('18',137,2,'11','18'),('18',137,2,'11','25'),('18',137,2,'11','26'),('18',137,2,'11','27'),('18',137,3,'11','18'),('18',137,3,'11','25'),('18',137,3,'11','26'),('18',137,3,'11','27'),('19',137,1,'11','19'),('19',137,1,'11','28'),('19',137,1,'11','29'),('19',137,2,'11','19'),('19',137,2,'11','28'),('19',137,2,'11','29'),('19',137,3,'11','19'),('19',137,3,'11','28'),('19',137,3,'11','29'),('20',137,1,'13','20'),('20',137,1,'13','30'),('20',137,1,'13','31'),('20',137,2,'13','20'),('20',137,2,'13','30'),('20',137,2,'13','31'),('20',137,3,'13','20'),('20',137,3,'13','30'),('20',137,3,'13','31'),('32',137,1,'14','32'),('32',137,1,'14','38'),('32',137,1,'14','39'),('32',137,2,'14','32'),('32',137,2,'14','38'),('32',137,2,'14','39'),('32',137,3,'14','32'),('32',137,3,'14','38'),('32',137,3,'14','39'),('33',137,1,'12','33'),('33',137,1,'12','47'),('33',137,1,'12','48'),('33',137,2,'12','33'),('33',137,2,'12','47'),('33',137,2,'12','48'),('33',137,3,'12','33'),('33',137,3,'12','47'),('33',137,3,'12','48'),('34',137,1,'12','34'),('34',137,1,'12','44'),('34',137,1,'12','45'),('34',137,1,'12','46'),('34',137,2,'12','34'),('34',137,2,'12','44'),('34',137,2,'12','45'),('34',137,2,'12','46'),('34',137,3,'12','34'),('34',137,3,'12','44'),('34',137,3,'12','45'),('34',137,3,'12','46'),('35',137,1,'12','35'),('35',137,1,'12','40'),('35',137,1,'12','41'),('35',137,2,'12','35'),('35',137,2,'12','40'),('35',137,2,'12','41'),('35',137,3,'12','35'),('35',137,3,'12','40'),('35',137,3,'12','41'),('36',137,1,'11','36'),('36',137,1,'11','42'),('36',137,1,'11','43'),('36',137,2,'11','36'),('36',137,2,'11','42'),('36',137,2,'11','43'),('36',137,3,'11','36'),('36',137,3,'11','42'),('36',137,3,'11','43'),('1',141,1,'23','1'),('1',141,2,'23','1'),('1',141,3,'23','1'),('2',141,1,'25','2'),('2',141,2,'25','2'),('2',141,3,'25','2'),('3',141,1,'24','3'),('3',141,2,'24','3'),('3',141,3,'24','3'),('4',141,1,'24','4'),('4',141,2,'24','4'),('4',141,3,'24','4'),('5',141,1,'24','5'),('5',141,2,'24','5'),('5',141,3,'24','5'),('6',141,1,'24','6'),('6',141,2,'24','6'),('6',141,3,'24','6'),('7',141,1,'24','7'),('7',141,2,'24','7'),('7',141,3,'24','7'),('8',141,1,'24','8'),('8',141,2,'24','8'),('8',141,3,'24','8'),('14',141,1,'23','14'),('14',141,2,'23','14'),('14',141,3,'23','14'),('15',141,1,'23','15'),('15',141,2,'23','15'),('15',141,3,'23','15'),('16',141,1,'24','16'),('16',141,1,'24','21'),('16',141,1,'24','22'),('16',141,2,'24','16'),('16',141,2,'24','21'),('16',141,2,'24','22'),('16',141,3,'24','16'),('16',141,3,'24','21'),('16',141,3,'24','22'),('17',141,1,'24','17'),('17',141,1,'24','23'),('17',141,1,'24','24'),('17',141,2,'24','17'),('17',141,2,'24','23'),('17',141,2,'24','24'),('17',141,3,'24','17'),('17',141,3,'24','23'),('17',141,3,'24','24'),('18',141,1,'24','18'),('18',141,1,'24','25'),('18',141,1,'24','26'),('18',141,1,'24','27'),('18',141,2,'24','18'),('18',141,2,'24','25'),('18',141,2,'24','26'),('18',141,2,'24','27'),('18',141,3,'24','18'),('18',141,3,'24','25'),('18',141,3,'24','26'),('18',141,3,'24','27'),('19',141,1,'24','19'),('19',141,1,'24','28'),('19',141,1,'24','29'),('19',141,2,'24','19'),('19',141,2,'24','28'),('19',141,2,'24','29'),('19',141,3,'24','19'),('19',141,3,'24','28'),('19',141,3,'24','29'),('20',141,1,'24','20'),('20',141,1,'24','30'),('20',141,1,'24','31'),('20',141,2,'24','20'),('20',141,2,'24','30'),('20',141,2,'24','31'),('20',141,3,'24','20'),('20',141,3,'24','30'),('20',141,3,'24','31'),('32',141,1,'24','32'),('32',141,1,'24','38'),('32',141,1,'24','39'),('32',141,2,'24','32'),('32',141,2,'24','38'),('32',141,2,'24','39'),('32',141,3,'24','32'),('32',141,3,'24','38'),('32',141,3,'24','39'),('33',141,1,'24','33'),('33',141,1,'24','47'),('33',141,1,'24','48'),('33',141,2,'24','33'),('33',141,2,'24','47'),('33',141,2,'24','48'),('33',141,3,'24','33'),('33',141,3,'24','47'),('33',141,3,'24','48'),('34',141,1,'24','34'),('34',141,1,'24','44'),('34',141,1,'24','45'),('34',141,1,'24','46'),('34',141,2,'24','34'),('34',141,2,'24','44'),('34',141,2,'24','45'),('34',141,2,'24','46'),('34',141,3,'24','34'),('34',141,3,'24','44'),('34',141,3,'24','45'),('34',141,3,'24','46'),('35',141,1,'24','35'),('35',141,1,'24','40'),('35',141,1,'24','41'),('35',141,2,'24','35'),('35',141,2,'24','40'),('35',141,2,'24','41'),('35',141,3,'24','35'),('35',141,3,'24','40'),('35',141,3,'24','41'),('36',141,1,'24','36'),('36',141,1,'24','42'),('36',141,1,'24','43'),('36',141,2,'24','36'),('36',141,2,'24','42'),('36',141,2,'24','43'),('36',141,3,'24','36'),('36',141,3,'24','42'),('36',141,3,'24','43'),('16',143,1,'28','21'),('16',143,1,'31','22'),('16',143,2,'28','21'),('16',143,2,'31','22'),('16',143,3,'28','21'),('16',143,3,'31','22'),('17',143,1,'29','24'),('17',143,1,'30','23'),('17',143,2,'29','24'),('17',143,2,'30','23'),('17',143,3,'29','24'),('17',143,3,'30','23'),('18',143,1,'28','27'),('18',143,1,'29','26'),('18',143,1,'32','25'),('18',143,2,'28','27'),('18',143,2,'29','26'),('18',143,2,'32','25'),('18',143,3,'28','27'),('18',143,3,'29','26'),('18',143,3,'32','25'),('19',143,1,'30','29'),('19',143,1,'31','28'),('19',143,2,'30','29'),('19',143,2,'31','28'),('19',143,3,'30','29'),('19',143,3,'31','28'),('20',143,1,'28','31'),('20',143,1,'29','30'),('20',143,2,'28','31'),('20',143,2,'29','30'),('20',143,3,'28','31'),('20',143,3,'29','30'),('32',143,1,'29','39'),('32',143,1,'31','38'),('32',143,2,'29','39'),('32',143,2,'31','38'),('32',143,3,'29','39'),('32',143,3,'31','38'),('33',143,1,'29','48'),('33',143,1,'30','47'),('33',143,2,'29','48'),('33',143,2,'30','47'),('33',143,3,'29','48'),('33',143,3,'30','47'),('34',143,1,'28','46'),('34',143,1,'29','45'),('34',143,1,'32','44'),('34',143,2,'28','46'),('34',143,2,'29','45'),('34',143,2,'32','44'),('34',143,3,'28','46'),('34',143,3,'29','45'),('34',143,3,'32','44'),('35',143,1,'28','40'),('35',143,1,'30','41'),('35',143,2,'28','40'),('35',143,2,'30','41'),('35',143,3,'28','40'),('35',143,3,'30','41'),('36',143,1,'29','42'),('36',143,1,'32','43'),('36',143,2,'29','42'),('36',143,2,'32','43'),('36',143,3,'29','42'),('36',143,3,'32','43'),('1',157,1,'1','1'),('1',157,2,'1','1'),('1',157,3,'1','1'),('2',157,1,'1','2'),('2',157,2,'1','2'),('2',157,3,'1','2'),('3',157,1,'6','3'),('3',157,2,'6','3'),('3',157,3,'6','3'),('4',157,1,'6','4'),('4',157,2,'6','4'),('4',157,3,'6','4'),('5',157,1,'5','5'),('5',157,2,'5','5'),('5',157,3,'5','5'),('6',157,1,'5','6'),('6',157,2,'5','6'),('6',157,3,'5','6'),('7',157,1,'4','7'),('7',157,2,'4','7'),('7',157,3,'4','7'),('8',157,1,'4','8'),('8',157,2,'4','8'),('8',157,3,'4','8'),('14',157,1,'3','14'),('14',157,2,'3','14'),('14',157,3,'3','14'),('15',157,1,'3','15'),('15',157,2,'3','15'),('15',157,3,'3','15'),('17',157,1,'2','17'),('17',157,2,'2','17'),('17',157,3,'2','17'),('18',157,1,'2','18'),('18',157,2,'2','18'),('18',157,3,'2','18'),('20',157,1,'2','20'),('20',157,2,'2','20'),('20',157,3,'2','20');
/*!40000 ALTER TABLE `catalog_product_index_eav_replica` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_index_eav_tmp`
--

DROP TABLE IF EXISTS `catalog_product_index_eav_tmp`;
CREATE TABLE `catalog_product_index_eav_tmp` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
  `attribute_id` smallint(5) unsigned NOT NULL COMMENT 'Attribute ID',
  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store ID',
  `value` int(10) unsigned NOT NULL COMMENT 'Value',
  `source_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Original entity Id for attribute value',
  PRIMARY KEY (`entity_id`,`attribute_id`,`store_id`,`value`,`source_id`),
  KEY `CATALOG_PRODUCT_INDEX_EAV_TMP_ATTRIBUTE_ID` (`attribute_id`),
  KEY `CATALOG_PRODUCT_INDEX_EAV_TMP_STORE_ID` (`store_id`),
  KEY `CATALOG_PRODUCT_INDEX_EAV_TMP_VALUE` (`value`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8 COMMENT='Catalog Product EAV Indexer Temp Table';

--
-- Table structure for table `catalog_product_index_price`
--

DROP TABLE IF EXISTS `catalog_product_index_price`;
CREATE TABLE `catalog_product_index_price` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
  `customer_group_id` int(10) unsigned NOT NULL COMMENT 'Customer Group ID',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website ID',
  `tax_class_id` smallint(5) unsigned DEFAULT '0' COMMENT 'Tax Class ID',
  `price` decimal(12,4) DEFAULT NULL COMMENT 'Price',
  `final_price` decimal(12,4) DEFAULT NULL COMMENT 'Final Price',
  `min_price` decimal(12,4) DEFAULT NULL COMMENT 'Min Price',
  `max_price` decimal(12,4) DEFAULT NULL COMMENT 'Max Price',
  `tier_price` decimal(12,4) DEFAULT NULL COMMENT 'Tier Price',
  PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`),
  KEY `CATALOG_PRODUCT_INDEX_PRICE_CUSTOMER_GROUP_ID` (`customer_group_id`),
  KEY `CATALOG_PRODUCT_INDEX_PRICE_MIN_PRICE` (`min_price`),
  KEY `CAT_PRD_IDX_PRICE_WS_ID_CSTR_GROUP_ID_MIN_PRICE` (`website_id`,`customer_group_id`,`min_price`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Price Index Table';

--
-- Dumping data for table `catalog_product_index_price`
--

LOCK TABLES `catalog_product_index_price` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price` DISABLE KEYS */;
INSERT INTO `catalog_product_index_price` VALUES ('1','0',1,2,'36.0000','30.0000','30.0000','30.0000',NULL),('1','1',1,2,'36.0000','30.0000','30.0000','30.0000',NULL),('1','2',1,2,'36.0000','30.0000','30.0000','30.0000',NULL),('1','3',1,2,'36.0000','30.0000','30.0000','30.0000',NULL),('2','0',1,2,'39.0000','36.0000','36.0000','36.0000',NULL),('2','1',1,2,'39.0000','36.0000','36.0000','36.0000',NULL),('2','2',1,2,'39.0000','36.0000','36.0000','36.0000',NULL),('2','3',1,2,'39.0000','36.0000','36.0000','36.0000',NULL),('3','0',1,2,'66.0000','59.0000','59.0000','59.0000',NULL),('3','1',1,2,'66.0000','59.0000','59.0000','59.0000',NULL),('3','2',1,2,'66.0000','59.0000','59.0000','59.0000',NULL),('3','3',1,2,'66.0000','59.0000','59.0000','59.0000',NULL),('4','0',1,2,'19.0000','16.0000','16.0000','16.0000',NULL),('4','1',1,2,'19.0000','16.0000','16.0000','16.0000',NULL),('4','2',1,2,'19.0000','16.0000','16.0000','16.0000',NULL),('4','3',1,2,'19.0000','16.0000','16.0000','16.0000',NULL),('5','0',1,2,'27.0000','23.0000','23.0000','23.0000',NULL),('5','1',1,2,'27.0000','23.0000','23.0000','23.0000',NULL),('5','2',1,2,'27.0000','23.0000','23.0000','23.0000',NULL),('5','3',1,2,'27.0000','23.0000','23.0000','23.0000',NULL),('6','0',1,2,'42.0000','39.0000','42.0000','48.0000',NULL),('6','1',1,2,'42.0000','39.0000','42.0000','48.0000',NULL),('6','2',1,2,'42.0000','39.0000','42.0000','48.0000',NULL),('6','3',1,2,'42.0000','39.0000','42.0000','48.0000',NULL),('7','0',1,2,'26.0000','21.0000','24.0000','30.0000',NULL),('7','1',1,2,'26.0000','21.0000','24.0000','30.0000',NULL),('7','2',1,2,'26.0000','21.0000','24.0000','30.0000',NULL),('7','3',1,2,'26.0000','21.0000','24.0000','30.0000',NULL),('8','0',1,2,'31.0000','28.0000','31.0000','37.0000',NULL),('8','1',1,2,'31.0000','28.0000','31.0000','37.0000',NULL),('8','2',1,2,'31.0000','28.0000','31.0000','37.0000',NULL),('8','3',1,2,'31.0000','28.0000','31.0000','37.0000',NULL),('14','0',1,2,'43.0000','43.0000','46.0000','52.0000',NULL),('14','1',1,2,'43.0000','43.0000','46.0000','52.0000',NULL),('14','2',1,2,'43.0000','43.0000','46.0000','52.0000',NULL),('14','3',1,2,'43.0000','43.0000','46.0000','52.0000',NULL),('15','0',1,2,'55.0000','55.0000','58.0000','64.0000',NULL),('15','1',1,2,'55.0000','55.0000','58.0000','64.0000',NULL),('15','2',1,2,'55.0000','55.0000','58.0000','64.0000',NULL),('15','3',1,2,'55.0000','55.0000','58.0000','64.0000',NULL),('16','0',1,2,'0.0000','0.0000','54.0000','64.0000',NULL),('16','1',1,2,'0.0000','0.0000','54.0000','64.0000',NULL),('16','2',1,2,'0.0000','0.0000','54.0000','64.0000',NULL),('16','3',1,2,'0.0000','0.0000','54.0000','64.0000',NULL),('17','0',1,2,'0.0000','0.0000','28.0000','38.0000',NULL),('17','1',1,2,'0.0000','0.0000','28.0000','38.0000',NULL),('17','2',1,2,'0.0000','0.0000','28.0000','38.0000',NULL),('17','3',1,2,'0.0000','0.0000','28.0000','38.0000',NULL),('18','0',1,2,'0.0000','0.0000','29.0000','37.0000',NULL),('18','1',1,2,'0.0000','0.0000','29.0000','37.0000',NULL),('18','2',1,2,'0.0000','0.0000','29.0000','37.0000',NULL),('18','3',1,2,'0.0000','0.0000','29.0000','37.0000',NULL),('19','0',1,2,'0.0000','0.0000','37.0000','48.0000',NULL),('19','1',1,2,'0.0000','0.0000','37.0000','48.0000',NULL),('19','2',1,2,'0.0000','0.0000','37.0000','48.0000',NULL),('19','3',1,2,'0.0000','0.0000','37.0000','48.0000',NULL),('20','0',1,2,'0.0000','0.0000','19.0000','35.0000',NULL),('20','1',1,2,'0.0000','0.0000','19.0000','35.0000',NULL),('20','2',1,2,'0.0000','0.0000','19.0000','35.0000',NULL),('20','3',1,2,'0.0000','0.0000','19.0000','35.0000',NULL),('21','0',1,2,'51.0000','51.0000','51.0000','51.0000',NULL),('21','1',1,2,'51.0000','51.0000','51.0000','51.0000',NULL),('21','2',1,2,'51.0000','51.0000','51.0000','51.0000',NULL),('21','3',1,2,'51.0000','51.0000','51.0000','51.0000',NULL),('22','0',1,2,'55.0000','55.0000','55.0000','55.0000',NULL),('22','1',1,2,'55.0000','55.0000','55.0000','55.0000',NULL),('22','2',1,2,'55.0000','55.0000','55.0000','55.0000',NULL),('22','3',1,2,'55.0000','55.0000','55.0000','55.0000',NULL),('23','0',1,2,'25.0000','25.0000','25.0000','25.0000',NULL),('23','1',1,2,'25.0000','25.0000','25.0000','25.0000',NULL),('23','2',1,2,'25.0000','25.0000','25.0000','25.0000',NULL),('23','3',1,2,'25.0000','25.0000','25.0000','25.0000',NULL),('24','0',1,2,'29.0000','29.0000','29.0000','29.0000',NULL),('24','1',1,2,'29.0000','29.0000','29.0000','29.0000',NULL),('24','2',1,2,'29.0000','29.0000','29.0000','29.0000',NULL),('24','3',1,2,'29.0000','29.0000','29.0000','29.0000',NULL),('25','0',1,2,'26.0000','26.0000','26.0000','26.0000',NULL),('25','1',1,2,'26.0000','26.0000','26.0000','26.0000',NULL),('25','2',1,2,'26.0000','26.0000','26.0000','26.0000',NULL),('25','3',1,2,'26.0000','26.0000','26.0000','26.0000',NULL),('26','0',1,2,'26.0000','26.0000','26.0000','26.0000',NULL),('26','1',1,2,'26.0000','26.0000','26.0000','26.0000',NULL),('26','2',1,2,'26.0000','26.0000','26.0000','26.0000',NULL),('26','3',1,2,'26.0000','26.0000','26.0000','26.0000',NULL),('27','0',1,2,'28.0000','28.0000','28.0000','28.0000',NULL),('27','1',1,2,'28.0000','28.0000','28.0000','28.0000',NULL),('27','2',1,2,'28.0000','28.0000','28.0000','28.0000',NULL),('27','3',1,2,'28.0000','28.0000','28.0000','28.0000',NULL),('28','0',1,2,'34.0000','34.0000','34.0000','34.0000',NULL),('28','1',1,2,'34.0000','34.0000','34.0000','34.0000',NULL),('28','2',1,2,'34.0000','34.0000','34.0000','34.0000',NULL),('28','3',1,2,'34.0000','34.0000','34.0000','34.0000',NULL),('29','0',1,2,'39.0000','39.0000','39.0000','39.0000',NULL),('29','1',1,2,'39.0000','39.0000','39.0000','39.0000',NULL),('29','2',1,2,'39.0000','39.0000','39.0000','39.0000',NULL),('29','3',1,2,'39.0000','39.0000','39.0000','39.0000',NULL),('30','0',1,2,'16.0000','16.0000','16.0000','16.0000',NULL),('30','1',1,2,'16.0000','16.0000','16.0000','16.0000',NULL),('30','2',1,2,'16.0000','16.0000','16.0000','16.0000',NULL),('30','3',1,2,'16.0000','16.0000','16.0000','16.0000',NULL),('31','0',1,2,'26.0000','26.0000','26.0000','26.0000',NULL),('31','1',1,2,'26.0000','26.0000','26.0000','26.0000',NULL),('31','2',1,2,'26.0000','26.0000','26.0000','26.0000',NULL),('31','3',1,2,'26.0000','26.0000','26.0000','26.0000',NULL),('32','0',1,2,'0.0000','0.0000','63.0000','66.0000',NULL),('32','1',1,2,'0.0000','0.0000','63.0000','66.0000',NULL),('32','2',1,2,'0.0000','0.0000','63.0000','66.0000',NULL),('32','3',1,2,'0.0000','0.0000','63.0000','66.0000',NULL),('33','0',1,2,'0.0000','0.0000','33.0000','39.0000',NULL),('33','1',1,2,'0.0000','0.0000','33.0000','39.0000',NULL),('33','2',1,2,'0.0000','0.0000','33.0000','39.0000',NULL),('33','3',1,2,'0.0000','0.0000','33.0000','39.0000',NULL),('34','0',1,2,'0.0000','0.0000','25.0000','29.0000',NULL),('34','1',1,2,'0.0000','0.0000','25.0000','29.0000',NULL),('34','2',1,2,'0.0000','0.0000','25.0000','29.0000',NULL),('34','3',1,2,'0.0000','0.0000','25.0000','29.0000',NULL),('35','0',1,2,'0.0000','0.0000','29.0000','36.0000',NULL),('35','1',1,2,'0.0000','0.0000','29.0000','36.0000',NULL),('35','2',1,2,'0.0000','0.0000','29.0000','36.0000',NULL),('35','3',1,2,'0.0000','0.0000','29.0000','36.0000',NULL),('36','0',1,2,'0.0000','0.0000','35.0000','38.0000',NULL),('36','1',1,2,'0.0000','0.0000','35.0000','38.0000',NULL),('36','2',1,2,'0.0000','0.0000','35.0000','38.0000',NULL),('36','3',1,2,'0.0000','0.0000','35.0000','38.0000',NULL),('38','0',1,2,'63.0000','63.0000','63.0000','63.0000',NULL),('38','1',1,2,'63.0000','63.0000','63.0000','63.0000',NULL),('38','2',1,2,'63.0000','63.0000','63.0000','63.0000',NULL),('38','3',1,2,'63.0000','63.0000','63.0000','63.0000',NULL),('39','0',1,2,'66.0000','66.0000','66.0000','66.0000',NULL),('39','1',1,2,'66.0000','66.0000','66.0000','66.0000',NULL),('39','2',1,2,'66.0000','66.0000','66.0000','66.0000',NULL),('39','3',1,2,'66.0000','66.0000','66.0000','66.0000',NULL),('40','0',1,2,'29.0000','29.0000','29.0000','29.0000',NULL),('40','1',1,2,'29.0000','29.0000','29.0000','29.0000',NULL),('40','2',1,2,'29.0000','29.0000','29.0000','29.0000',NULL),('40','3',1,2,'29.0000','29.0000','29.0000','29.0000',NULL),('41','0',1,2,'36.0000','36.0000','36.0000','36.0000',NULL),('41','1',1,2,'36.0000','36.0000','36.0000','36.0000',NULL),('41','2',1,2,'36.0000','36.0000','36.0000','36.0000',NULL),('41','3',1,2,'36.0000','36.0000','36.0000','36.0000',NULL),('42','0',1,2,'35.0000','35.0000','35.0000','35.0000',NULL),('42','1',1,2,'35.0000','35.0000','35.0000','35.0000',NULL),('42','2',1,2,'35.0000','35.0000','35.0000','35.0000',NULL),('42','3',1,2,'35.0000','35.0000','35.0000','35.0000',NULL),('43','0',1,2,'38.0000','38.0000','38.0000','38.0000',NULL),('43','1',1,2,'38.0000','38.0000','38.0000','38.0000',NULL),('43','2',1,2,'38.0000','38.0000','38.0000','38.0000',NULL),('43','3',1,2,'38.0000','38.0000','38.0000','38.0000',NULL),('44','0',1,2,'25.0000','25.0000','25.0000','25.0000',NULL),('44','1',1,2,'25.0000','25.0000','25.0000','25.0000',NULL),('44','2',1,2,'25.0000','25.0000','25.0000','25.0000',NULL),('44','3',1,2,'25.0000','25.0000','25.0000','25.0000',NULL),('45','0',1,2,'25.0000','25.0000','25.0000','25.0000',NULL),('45','1',1,2,'25.0000','25.0000','25.0000','25.0000',NULL),('45','2',1,2,'25.0000','25.0000','25.0000','25.0000',NULL),('45','3',1,2,'25.0000','25.0000','25.0000','25.0000',NULL),('46','0',1,2,'29.0000','29.0000','29.0000','29.0000',NULL),('46','1',1,2,'29.0000','29.0000','29.0000','29.0000',NULL),('46','2',1,2,'29.0000','29.0000','29.0000','29.0000',NULL),('46','3',1,2,'29.0000','29.0000','29.0000','29.0000',NULL),('47','0',1,2,'33.0000','33.0000','33.0000','33.0000',NULL),('47','1',1,2,'33.0000','33.0000','33.0000','33.0000',NULL),('47','2',1,2,'33.0000','33.0000','33.0000','33.0000',NULL),('47','3',1,2,'33.0000','33.0000','33.0000','33.0000',NULL),('48','0',1,2,'39.0000','39.0000','39.0000','39.0000',NULL),('48','1',1,2,'39.0000','39.0000','39.0000','39.0000',NULL),('48','2',1,2,'39.0000','39.0000','39.0000','39.0000',NULL),('48','3',1,2,'39.0000','39.0000','39.0000','39.0000',NULL);
/*!40000 ALTER TABLE `catalog_product_index_price` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_index_price_bundle_idx`
--

DROP TABLE IF EXISTS `catalog_product_index_price_bundle_idx`;
CREATE TABLE `catalog_product_index_price_bundle_idx` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity Id',
  `customer_group_id` int(11) NOT NULL,
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website Id',
  `tax_class_id` smallint(5) unsigned DEFAULT '0' COMMENT 'Tax Class Id',
  `price_type` smallint(5) unsigned NOT NULL COMMENT 'Price Type',
  `special_price` decimal(12,4) DEFAULT NULL COMMENT 'Special Price',
  `tier_percent` decimal(12,4) DEFAULT NULL COMMENT 'Tier Percent',
  `orig_price` decimal(12,4) DEFAULT NULL COMMENT 'Orig Price',
  `price` decimal(12,4) DEFAULT NULL COMMENT 'Price',
  `min_price` decimal(12,4) DEFAULT NULL COMMENT 'Min Price',
  `max_price` decimal(12,4) DEFAULT NULL COMMENT 'Max Price',
  `tier_price` decimal(12,4) DEFAULT NULL COMMENT 'Tier Price',
  `base_tier` decimal(12,4) DEFAULT NULL COMMENT 'Base Tier',
  PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Index Price Bundle Idx';

--
-- Table structure for table `catalog_product_index_price_bundle_opt_idx`
--

DROP TABLE IF EXISTS `catalog_product_index_price_bundle_opt_idx`;
CREATE TABLE `catalog_product_index_price_bundle_opt_idx` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity Id',
  `customer_group_id` int(11) NOT NULL,
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website Id',
  `option_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Option Id',
  `min_price` decimal(12,4) DEFAULT NULL COMMENT 'Min Price',
  `alt_price` decimal(12,4) DEFAULT NULL COMMENT 'Alt Price',
  `max_price` decimal(12,4) DEFAULT NULL COMMENT 'Max Price',
  `tier_price` decimal(12,4) DEFAULT NULL COMMENT 'Tier Price',
  `alt_tier_price` decimal(12,4) DEFAULT NULL COMMENT 'Alt Tier Price',
  PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`,`option_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Index Price Bundle Opt Idx';

--
-- Table structure for table `catalog_product_index_price_bundle_opt_tmp`
--

DROP TABLE IF EXISTS `catalog_product_index_price_bundle_opt_tmp`;
CREATE TABLE `catalog_product_index_price_bundle_opt_tmp` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity Id',
  `customer_group_id` int(11) NOT NULL,
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website Id',
  `option_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Option Id',
  `min_price` decimal(12,4) DEFAULT NULL COMMENT 'Min Price',
  `alt_price` decimal(12,4) DEFAULT NULL COMMENT 'Alt Price',
  `max_price` decimal(12,4) DEFAULT NULL COMMENT 'Max Price',
  `tier_price` decimal(12,4) DEFAULT NULL COMMENT 'Tier Price',
  `alt_tier_price` decimal(12,4) DEFAULT NULL COMMENT 'Alt Tier Price',
  PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`,`option_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8 COMMENT='Catalog Product Index Price Bundle Opt Tmp';

--
-- Table structure for table `catalog_product_index_price_bundle_sel_idx`
--

DROP TABLE IF EXISTS `catalog_product_index_price_bundle_sel_idx`;
CREATE TABLE `catalog_product_index_price_bundle_sel_idx` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity Id',
  `customer_group_id` int(11) NOT NULL,
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website Id',
  `option_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Option Id',
  `selection_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Selection Id',
  `group_type` smallint(5) unsigned DEFAULT '0' COMMENT 'Group Type',
  `is_required` smallint(5) unsigned DEFAULT '0' COMMENT 'Is Required',
  `price` decimal(12,4) DEFAULT NULL COMMENT 'Price',
  `tier_price` decimal(12,4) DEFAULT NULL COMMENT 'Tier Price',
  PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`,`option_id`,`selection_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Index Price Bundle Sel Idx';

--
-- Table structure for table `catalog_product_index_price_bundle_sel_tmp`
--

DROP TABLE IF EXISTS `catalog_product_index_price_bundle_sel_tmp`;
CREATE TABLE `catalog_product_index_price_bundle_sel_tmp` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity Id',
  `customer_group_id` int(11) NOT NULL,
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website Id',
  `option_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Option Id',
  `selection_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Selection Id',
  `group_type` smallint(5) unsigned DEFAULT '0' COMMENT 'Group Type',
  `is_required` smallint(5) unsigned DEFAULT '0' COMMENT 'Is Required',
  `price` decimal(12,4) DEFAULT NULL COMMENT 'Price',
  `tier_price` decimal(12,4) DEFAULT NULL COMMENT 'Tier Price',
  PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`,`option_id`,`selection_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8 COMMENT='Catalog Product Index Price Bundle Sel Tmp';

--
-- Table structure for table `catalog_product_index_price_bundle_tmp`
--

DROP TABLE IF EXISTS `catalog_product_index_price_bundle_tmp`;
CREATE TABLE `catalog_product_index_price_bundle_tmp` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity Id',
  `customer_group_id` int(11) NOT NULL,
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website Id',
  `tax_class_id` smallint(5) unsigned DEFAULT '0' COMMENT 'Tax Class Id',
  `price_type` smallint(5) unsigned NOT NULL COMMENT 'Price Type',
  `special_price` decimal(12,4) DEFAULT NULL COMMENT 'Special Price',
  `tier_percent` decimal(12,4) DEFAULT NULL COMMENT 'Tier Percent',
  `orig_price` decimal(12,4) DEFAULT NULL COMMENT 'Orig Price',
  `price` decimal(12,4) DEFAULT NULL COMMENT 'Price',
  `min_price` decimal(12,4) DEFAULT NULL COMMENT 'Min Price',
  `max_price` decimal(12,4) DEFAULT NULL COMMENT 'Max Price',
  `tier_price` decimal(12,4) DEFAULT NULL COMMENT 'Tier Price',
  `base_tier` decimal(12,4) DEFAULT NULL COMMENT 'Base Tier',
  PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8 COMMENT='Catalog Product Index Price Bundle Tmp';

--
-- Table structure for table `catalog_product_index_price_cfg_opt_agr_idx`
--

DROP TABLE IF EXISTS `catalog_product_index_price_cfg_opt_agr_idx`;
CREATE TABLE `catalog_product_index_price_cfg_opt_agr_idx` (
  `parent_id` int(10) unsigned NOT NULL COMMENT 'Parent ID',
  `child_id` int(10) unsigned NOT NULL COMMENT 'Child ID',
  `customer_group_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Customer Group ID',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website ID',
  `price` decimal(12,4) DEFAULT NULL COMMENT 'Price',
  `tier_price` decimal(12,4) DEFAULT NULL COMMENT 'Tier Price',
  PRIMARY KEY (`parent_id`,`child_id`,`customer_group_id`,`website_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Price Indexer Config Option Aggregate Index Table';

--
-- Table structure for table `catalog_product_index_price_cfg_opt_agr_tmp`
--

DROP TABLE IF EXISTS `catalog_product_index_price_cfg_opt_agr_tmp`;
CREATE TABLE `catalog_product_index_price_cfg_opt_agr_tmp` (
  `parent_id` int(10) unsigned NOT NULL COMMENT 'Parent ID',
  `child_id` int(10) unsigned NOT NULL COMMENT 'Child ID',
  `customer_group_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Customer Group ID',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website ID',
  `price` decimal(12,4) DEFAULT NULL COMMENT 'Price',
  `tier_price` decimal(12,4) DEFAULT NULL COMMENT 'Tier Price',
  PRIMARY KEY (`parent_id`,`child_id`,`customer_group_id`,`website_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8 COMMENT='Catalog Product Price Indexer Config Option Aggregate Temp Table';

--
-- Table structure for table `catalog_product_index_price_cfg_opt_idx`
--

DROP TABLE IF EXISTS `catalog_product_index_price_cfg_opt_idx`;
CREATE TABLE `catalog_product_index_price_cfg_opt_idx` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
  `customer_group_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Customer Group ID',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website ID',
  `min_price` decimal(12,4) DEFAULT NULL COMMENT 'Min Price',
  `max_price` decimal(12,4) DEFAULT NULL COMMENT 'Max Price',
  `tier_price` decimal(12,4) DEFAULT NULL COMMENT 'Tier Price',
  PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Price Indexer Config Option Index Table';

--
-- Table structure for table `catalog_product_index_price_cfg_opt_tmp`
--

DROP TABLE IF EXISTS `catalog_product_index_price_cfg_opt_tmp`;
CREATE TABLE `catalog_product_index_price_cfg_opt_tmp` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
  `customer_group_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Customer Group ID',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website ID',
  `min_price` decimal(12,4) DEFAULT NULL COMMENT 'Min Price',
  `max_price` decimal(12,4) DEFAULT NULL COMMENT 'Max Price',
  `tier_price` decimal(12,4) DEFAULT NULL COMMENT 'Tier Price',
  PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8 COMMENT='Catalog Product Price Indexer Config Option Temp Table';

--
-- Table structure for table `catalog_product_index_price_downlod_idx`
--

DROP TABLE IF EXISTS `catalog_product_index_price_downlod_idx`;
CREATE TABLE `catalog_product_index_price_downlod_idx` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
  `customer_group_id` int(11) NOT NULL,
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website ID',
  `min_price` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Minimum price',
  `max_price` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Maximum price',
  PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Indexer Table for price of downloadable products';

--
-- Table structure for table `catalog_product_index_price_downlod_tmp`
--

DROP TABLE IF EXISTS `catalog_product_index_price_downlod_tmp`;
CREATE TABLE `catalog_product_index_price_downlod_tmp` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
  `customer_group_id` int(11) NOT NULL,
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website ID',
  `min_price` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Minimum price',
  `max_price` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Maximum price',
  PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8 COMMENT='Temporary Indexer Table for price of downloadable products';

--
-- Table structure for table `catalog_product_index_price_final_idx`
--

DROP TABLE IF EXISTS `catalog_product_index_price_final_idx`;
CREATE TABLE `catalog_product_index_price_final_idx` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
  `customer_group_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Customer Group ID',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website ID',
  `tax_class_id` smallint(5) unsigned DEFAULT '0' COMMENT 'Tax Class ID',
  `orig_price` decimal(12,4) DEFAULT NULL COMMENT 'Original Price',
  `price` decimal(12,4) DEFAULT NULL COMMENT 'Price',
  `min_price` decimal(12,4) DEFAULT NULL COMMENT 'Min Price',
  `max_price` decimal(12,4) DEFAULT NULL COMMENT 'Max Price',
  `tier_price` decimal(12,4) DEFAULT NULL COMMENT 'Tier Price',
  `base_tier` decimal(12,4) DEFAULT NULL COMMENT 'Base Tier',
  PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Price Indexer Final Index Table';

--
-- Table structure for table `catalog_product_index_price_final_tmp`
--

DROP TABLE IF EXISTS `catalog_product_index_price_final_tmp`;
CREATE TABLE `catalog_product_index_price_final_tmp` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
  `customer_group_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Customer Group ID',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website ID',
  `tax_class_id` smallint(5) unsigned DEFAULT '0' COMMENT 'Tax Class ID',
  `orig_price` decimal(12,4) DEFAULT NULL COMMENT 'Original Price',
  `price` decimal(12,4) DEFAULT NULL COMMENT 'Price',
  `min_price` decimal(12,4) DEFAULT NULL COMMENT 'Min Price',
  `max_price` decimal(12,4) DEFAULT NULL COMMENT 'Max Price',
  `tier_price` decimal(12,4) DEFAULT NULL COMMENT 'Tier Price',
  `base_tier` decimal(12,4) DEFAULT NULL COMMENT 'Base Tier',
  PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8 COMMENT='Catalog Product Price Indexer Final Temp Table';

--
-- Table structure for table `catalog_product_index_price_idx`
--

DROP TABLE IF EXISTS `catalog_product_index_price_idx`;
CREATE TABLE `catalog_product_index_price_idx` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
  `customer_group_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Customer Group ID',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website ID',
  `tax_class_id` smallint(5) unsigned DEFAULT '0' COMMENT 'Tax Class ID',
  `price` decimal(12,4) DEFAULT NULL COMMENT 'Price',
  `final_price` decimal(12,4) DEFAULT NULL COMMENT 'Final Price',
  `min_price` decimal(12,4) DEFAULT NULL COMMENT 'Min Price',
  `max_price` decimal(12,4) DEFAULT NULL COMMENT 'Max Price',
  `tier_price` decimal(12,4) DEFAULT NULL COMMENT 'Tier Price',
  PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`),
  KEY `CATALOG_PRODUCT_INDEX_PRICE_IDX_CUSTOMER_GROUP_ID` (`customer_group_id`),
  KEY `CATALOG_PRODUCT_INDEX_PRICE_IDX_WEBSITE_ID` (`website_id`),
  KEY `CATALOG_PRODUCT_INDEX_PRICE_IDX_MIN_PRICE` (`min_price`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Price Indexer Index Table';

--
-- Table structure for table `catalog_product_index_price_opt_agr_idx`
--

DROP TABLE IF EXISTS `catalog_product_index_price_opt_agr_idx`;
CREATE TABLE `catalog_product_index_price_opt_agr_idx` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
  `customer_group_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Customer Group ID',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website ID',
  `option_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Option ID',
  `min_price` decimal(12,4) DEFAULT NULL COMMENT 'Min Price',
  `max_price` decimal(12,4) DEFAULT NULL COMMENT 'Max Price',
  `tier_price` decimal(12,4) DEFAULT NULL COMMENT 'Tier Price',
  PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`,`option_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Price Indexer Option Aggregate Index Table';

--
-- Table structure for table `catalog_product_index_price_opt_agr_tmp`
--

DROP TABLE IF EXISTS `catalog_product_index_price_opt_agr_tmp`;
CREATE TABLE `catalog_product_index_price_opt_agr_tmp` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
  `customer_group_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Customer Group ID',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website ID',
  `option_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Option ID',
  `min_price` decimal(12,4) DEFAULT NULL COMMENT 'Min Price',
  `max_price` decimal(12,4) DEFAULT NULL COMMENT 'Max Price',
  `tier_price` decimal(12,4) DEFAULT NULL COMMENT 'Tier Price',
  PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`,`option_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8 COMMENT='Catalog Product Price Indexer Option Aggregate Temp Table';

--
-- Table structure for table `catalog_product_index_price_opt_idx`
--

DROP TABLE IF EXISTS `catalog_product_index_price_opt_idx`;
CREATE TABLE `catalog_product_index_price_opt_idx` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
  `customer_group_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Customer Group ID',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website ID',
  `min_price` decimal(12,4) DEFAULT NULL COMMENT 'Min Price',
  `max_price` decimal(12,4) DEFAULT NULL COMMENT 'Max Price',
  `tier_price` decimal(12,4) DEFAULT NULL COMMENT 'Tier Price',
  PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Price Indexer Option Index Table';

--
-- Table structure for table `catalog_product_index_price_opt_tmp`
--

DROP TABLE IF EXISTS `catalog_product_index_price_opt_tmp`;
CREATE TABLE `catalog_product_index_price_opt_tmp` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
  `customer_group_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Customer Group ID',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website ID',
  `min_price` decimal(12,4) DEFAULT NULL COMMENT 'Min Price',
  `max_price` decimal(12,4) DEFAULT NULL COMMENT 'Max Price',
  `tier_price` decimal(12,4) DEFAULT NULL COMMENT 'Tier Price',
  PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8 COMMENT='Catalog Product Price Indexer Option Temp Table';

--
-- Table structure for table `catalog_product_index_price_replica`
--

DROP TABLE IF EXISTS `catalog_product_index_price_replica`;
CREATE TABLE `catalog_product_index_price_replica` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
  `customer_group_id` int(10) unsigned NOT NULL COMMENT 'Customer Group ID',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website ID',
  `tax_class_id` smallint(5) unsigned DEFAULT '0' COMMENT 'Tax Class ID',
  `price` decimal(12,4) DEFAULT NULL COMMENT 'Price',
  `final_price` decimal(12,4) DEFAULT NULL COMMENT 'Final Price',
  `min_price` decimal(12,4) DEFAULT NULL COMMENT 'Min Price',
  `max_price` decimal(12,4) DEFAULT NULL COMMENT 'Max Price',
  `tier_price` decimal(12,4) DEFAULT NULL COMMENT 'Tier Price',
  PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`),
  KEY `CATALOG_PRODUCT_INDEX_PRICE_CUSTOMER_GROUP_ID` (`customer_group_id`),
  KEY `CATALOG_PRODUCT_INDEX_PRICE_MIN_PRICE` (`min_price`),
  KEY `CAT_PRD_IDX_PRICE_WS_ID_CSTR_GROUP_ID_MIN_PRICE` (`website_id`,`customer_group_id`,`min_price`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Price Index Table';

--
-- Dumping data for table `catalog_product_index_price_replica`
--

LOCK TABLES `catalog_product_index_price_replica` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_replica` DISABLE KEYS */;
INSERT INTO `catalog_product_index_price_replica` VALUES ('1','0',1,2,'36.0000','30.0000','30.0000','30.0000',NULL),('1','1',1,2,'36.0000','30.0000','30.0000','30.0000',NULL),('1','2',1,2,'36.0000','30.0000','30.0000','30.0000',NULL),('1','3',1,2,'36.0000','30.0000','30.0000','30.0000',NULL),('2','0',1,2,'39.0000','36.0000','36.0000','36.0000',NULL),('2','1',1,2,'39.0000','36.0000','36.0000','36.0000',NULL),('2','2',1,2,'39.0000','36.0000','36.0000','36.0000',NULL),('2','3',1,2,'39.0000','36.0000','36.0000','36.0000',NULL),('3','0',1,2,'66.0000','59.0000','59.0000','59.0000',NULL),('3','1',1,2,'66.0000','59.0000','59.0000','59.0000',NULL),('3','2',1,2,'66.0000','59.0000','59.0000','59.0000',NULL),('3','3',1,2,'66.0000','59.0000','59.0000','59.0000',NULL),('4','0',1,2,'19.0000','16.0000','16.0000','16.0000',NULL),('4','1',1,2,'19.0000','16.0000','16.0000','16.0000',NULL),('4','2',1,2,'19.0000','16.0000','16.0000','16.0000',NULL),('4','3',1,2,'19.0000','16.0000','16.0000','16.0000',NULL),('5','0',1,2,'27.0000','23.0000','23.0000','23.0000',NULL),('5','1',1,2,'27.0000','23.0000','23.0000','23.0000',NULL),('5','2',1,2,'27.0000','23.0000','23.0000','23.0000',NULL),('5','3',1,2,'27.0000','23.0000','23.0000','23.0000',NULL),('6','0',1,2,'42.0000','39.0000','42.0000','48.0000',NULL),('6','1',1,2,'42.0000','39.0000','42.0000','48.0000',NULL),('6','2',1,2,'42.0000','39.0000','42.0000','48.0000',NULL),('6','3',1,2,'42.0000','39.0000','42.0000','48.0000',NULL),('7','0',1,2,'26.0000','21.0000','24.0000','30.0000',NULL),('7','1',1,2,'26.0000','21.0000','24.0000','30.0000',NULL),('7','2',1,2,'26.0000','21.0000','24.0000','30.0000',NULL),('7','3',1,2,'26.0000','21.0000','24.0000','30.0000',NULL),('8','0',1,2,'31.0000','28.0000','31.0000','37.0000',NULL),('8','1',1,2,'31.0000','28.0000','31.0000','37.0000',NULL),('8','2',1,2,'31.0000','28.0000','31.0000','37.0000',NULL),('8','3',1,2,'31.0000','28.0000','31.0000','37.0000',NULL),('14','0',1,2,'43.0000','43.0000','46.0000','52.0000',NULL),('14','1',1,2,'43.0000','43.0000','46.0000','52.0000',NULL),('14','2',1,2,'43.0000','43.0000','46.0000','52.0000',NULL),('14','3',1,2,'43.0000','43.0000','46.0000','52.0000',NULL),('15','0',1,2,'55.0000','55.0000','58.0000','64.0000',NULL),('15','1',1,2,'55.0000','55.0000','58.0000','64.0000',NULL),('15','2',1,2,'55.0000','55.0000','58.0000','64.0000',NULL),('15','3',1,2,'55.0000','55.0000','58.0000','64.0000',NULL),('16','0',1,2,'0.0000','0.0000','54.0000','64.0000',NULL),('16','1',1,2,'0.0000','0.0000','54.0000','64.0000',NULL),('16','2',1,2,'0.0000','0.0000','54.0000','64.0000',NULL),('16','3',1,2,'0.0000','0.0000','54.0000','64.0000',NULL),('17','0',1,2,'0.0000','0.0000','28.0000','38.0000',NULL),('17','1',1,2,'0.0000','0.0000','28.0000','38.0000',NULL),('17','2',1,2,'0.0000','0.0000','28.0000','38.0000',NULL),('17','3',1,2,'0.0000','0.0000','28.0000','38.0000',NULL),('18','0',1,2,'0.0000','0.0000','29.0000','37.0000',NULL),('18','1',1,2,'0.0000','0.0000','29.0000','37.0000',NULL),('18','2',1,2,'0.0000','0.0000','29.0000','37.0000',NULL),('18','3',1,2,'0.0000','0.0000','29.0000','37.0000',NULL),('19','0',1,2,'0.0000','0.0000','37.0000','48.0000',NULL),('19','1',1,2,'0.0000','0.0000','37.0000','48.0000',NULL),('19','2',1,2,'0.0000','0.0000','37.0000','48.0000',NULL),('19','3',1,2,'0.0000','0.0000','37.0000','48.0000',NULL),('20','0',1,2,'0.0000','0.0000','19.0000','35.0000',NULL),('20','1',1,2,'0.0000','0.0000','19.0000','35.0000',NULL),('20','2',1,2,'0.0000','0.0000','19.0000','35.0000',NULL),('20','3',1,2,'0.0000','0.0000','19.0000','35.0000',NULL),('21','0',1,2,'51.0000','51.0000','51.0000','51.0000',NULL),('21','1',1,2,'51.0000','51.0000','51.0000','51.0000',NULL),('21','2',1,2,'51.0000','51.0000','51.0000','51.0000',NULL),('21','3',1,2,'51.0000','51.0000','51.0000','51.0000',NULL),('22','0',1,2,'55.0000','55.0000','55.0000','55.0000',NULL),('22','1',1,2,'55.0000','55.0000','55.0000','55.0000',NULL),('22','2',1,2,'55.0000','55.0000','55.0000','55.0000',NULL),('22','3',1,2,'55.0000','55.0000','55.0000','55.0000',NULL),('23','0',1,2,'25.0000','25.0000','25.0000','25.0000',NULL),('23','1',1,2,'25.0000','25.0000','25.0000','25.0000',NULL),('23','2',1,2,'25.0000','25.0000','25.0000','25.0000',NULL),('23','3',1,2,'25.0000','25.0000','25.0000','25.0000',NULL),('24','0',1,2,'29.0000','29.0000','29.0000','29.0000',NULL),('24','1',1,2,'29.0000','29.0000','29.0000','29.0000',NULL),('24','2',1,2,'29.0000','29.0000','29.0000','29.0000',NULL),('24','3',1,2,'29.0000','29.0000','29.0000','29.0000',NULL),('25','0',1,2,'26.0000','26.0000','26.0000','26.0000',NULL),('25','1',1,2,'26.0000','26.0000','26.0000','26.0000',NULL),('25','2',1,2,'26.0000','26.0000','26.0000','26.0000',NULL),('25','3',1,2,'26.0000','26.0000','26.0000','26.0000',NULL),('26','0',1,2,'26.0000','26.0000','26.0000','26.0000',NULL),('26','1',1,2,'26.0000','26.0000','26.0000','26.0000',NULL),('26','2',1,2,'26.0000','26.0000','26.0000','26.0000',NULL),('26','3',1,2,'26.0000','26.0000','26.0000','26.0000',NULL),('27','0',1,2,'28.0000','28.0000','28.0000','28.0000',NULL),('27','1',1,2,'28.0000','28.0000','28.0000','28.0000',NULL),('27','2',1,2,'28.0000','28.0000','28.0000','28.0000',NULL),('27','3',1,2,'28.0000','28.0000','28.0000','28.0000',NULL),('28','0',1,2,'34.0000','34.0000','34.0000','34.0000',NULL),('28','1',1,2,'34.0000','34.0000','34.0000','34.0000',NULL),('28','2',1,2,'34.0000','34.0000','34.0000','34.0000',NULL),('28','3',1,2,'34.0000','34.0000','34.0000','34.0000',NULL),('29','0',1,2,'39.0000','39.0000','39.0000','39.0000',NULL),('29','1',1,2,'39.0000','39.0000','39.0000','39.0000',NULL),('29','2',1,2,'39.0000','39.0000','39.0000','39.0000',NULL),('29','3',1,2,'39.0000','39.0000','39.0000','39.0000',NULL),('30','0',1,2,'16.0000','16.0000','16.0000','16.0000',NULL),('30','1',1,2,'16.0000','16.0000','16.0000','16.0000',NULL),('30','2',1,2,'16.0000','16.0000','16.0000','16.0000',NULL),('30','3',1,2,'16.0000','16.0000','16.0000','16.0000',NULL),('31','0',1,2,'26.0000','26.0000','26.0000','26.0000',NULL),('31','1',1,2,'26.0000','26.0000','26.0000','26.0000',NULL),('31','2',1,2,'26.0000','26.0000','26.0000','26.0000',NULL),('31','3',1,2,'26.0000','26.0000','26.0000','26.0000',NULL),('32','0',1,2,'0.0000','0.0000','63.0000','66.0000',NULL),('32','1',1,2,'0.0000','0.0000','63.0000','66.0000',NULL),('32','2',1,2,'0.0000','0.0000','63.0000','66.0000',NULL),('32','3',1,2,'0.0000','0.0000','63.0000','66.0000',NULL),('33','0',1,2,'0.0000','0.0000','33.0000','39.0000',NULL),('33','1',1,2,'0.0000','0.0000','33.0000','39.0000',NULL),('33','2',1,2,'0.0000','0.0000','33.0000','39.0000',NULL),('33','3',1,2,'0.0000','0.0000','33.0000','39.0000',NULL),('34','0',1,2,'0.0000','0.0000','25.0000','29.0000',NULL),('34','1',1,2,'0.0000','0.0000','25.0000','29.0000',NULL),('34','2',1,2,'0.0000','0.0000','25.0000','29.0000',NULL),('34','3',1,2,'0.0000','0.0000','25.0000','29.0000',NULL),('35','0',1,2,'0.0000','0.0000','29.0000','36.0000',NULL),('35','1',1,2,'0.0000','0.0000','29.0000','36.0000',NULL),('35','2',1,2,'0.0000','0.0000','29.0000','36.0000',NULL),('35','3',1,2,'0.0000','0.0000','29.0000','36.0000',NULL),('36','0',1,2,'0.0000','0.0000','35.0000','38.0000',NULL),('36','1',1,2,'0.0000','0.0000','35.0000','38.0000',NULL),('36','2',1,2,'0.0000','0.0000','35.0000','38.0000',NULL),('36','3',1,2,'0.0000','0.0000','35.0000','38.0000',NULL),('38','0',1,2,'63.0000','63.0000','63.0000','63.0000',NULL),('38','1',1,2,'63.0000','63.0000','63.0000','63.0000',NULL),('38','2',1,2,'63.0000','63.0000','63.0000','63.0000',NULL),('38','3',1,2,'63.0000','63.0000','63.0000','63.0000',NULL),('39','0',1,2,'66.0000','66.0000','66.0000','66.0000',NULL),('39','1',1,2,'66.0000','66.0000','66.0000','66.0000',NULL),('39','2',1,2,'66.0000','66.0000','66.0000','66.0000',NULL),('39','3',1,2,'66.0000','66.0000','66.0000','66.0000',NULL),('40','0',1,2,'29.0000','29.0000','29.0000','29.0000',NULL),('40','1',1,2,'29.0000','29.0000','29.0000','29.0000',NULL),('40','2',1,2,'29.0000','29.0000','29.0000','29.0000',NULL),('40','3',1,2,'29.0000','29.0000','29.0000','29.0000',NULL),('41','0',1,2,'36.0000','36.0000','36.0000','36.0000',NULL),('41','1',1,2,'36.0000','36.0000','36.0000','36.0000',NULL),('41','2',1,2,'36.0000','36.0000','36.0000','36.0000',NULL),('41','3',1,2,'36.0000','36.0000','36.0000','36.0000',NULL),('42','0',1,2,'35.0000','35.0000','35.0000','35.0000',NULL),('42','1',1,2,'35.0000','35.0000','35.0000','35.0000',NULL),('42','2',1,2,'35.0000','35.0000','35.0000','35.0000',NULL),('42','3',1,2,'35.0000','35.0000','35.0000','35.0000',NULL),('43','0',1,2,'38.0000','38.0000','38.0000','38.0000',NULL),('43','1',1,2,'38.0000','38.0000','38.0000','38.0000',NULL),('43','2',1,2,'38.0000','38.0000','38.0000','38.0000',NULL),('43','3',1,2,'38.0000','38.0000','38.0000','38.0000',NULL),('44','0',1,2,'25.0000','25.0000','25.0000','25.0000',NULL),('44','1',1,2,'25.0000','25.0000','25.0000','25.0000',NULL),('44','2',1,2,'25.0000','25.0000','25.0000','25.0000',NULL),('44','3',1,2,'25.0000','25.0000','25.0000','25.0000',NULL),('45','0',1,2,'25.0000','25.0000','25.0000','25.0000',NULL),('45','1',1,2,'25.0000','25.0000','25.0000','25.0000',NULL),('45','2',1,2,'25.0000','25.0000','25.0000','25.0000',NULL),('45','3',1,2,'25.0000','25.0000','25.0000','25.0000',NULL),('46','0',1,2,'29.0000','29.0000','29.0000','29.0000',NULL),('46','1',1,2,'29.0000','29.0000','29.0000','29.0000',NULL),('46','2',1,2,'29.0000','29.0000','29.0000','29.0000',NULL),('46','3',1,2,'29.0000','29.0000','29.0000','29.0000',NULL),('47','0',1,2,'33.0000','33.0000','33.0000','33.0000',NULL),('47','1',1,2,'33.0000','33.0000','33.0000','33.0000',NULL),('47','2',1,2,'33.0000','33.0000','33.0000','33.0000',NULL),('47','3',1,2,'33.0000','33.0000','33.0000','33.0000',NULL),('48','0',1,2,'39.0000','39.0000','39.0000','39.0000',NULL),('48','1',1,2,'39.0000','39.0000','39.0000','39.0000',NULL),('48','2',1,2,'39.0000','39.0000','39.0000','39.0000',NULL),('48','3',1,2,'39.0000','39.0000','39.0000','39.0000',NULL);
/*!40000 ALTER TABLE `catalog_product_index_price_replica` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_index_price_tmp`
--

DROP TABLE IF EXISTS `catalog_product_index_price_tmp`;
CREATE TABLE `catalog_product_index_price_tmp` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
  `customer_group_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Customer Group ID',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website ID',
  `tax_class_id` smallint(5) unsigned DEFAULT '0' COMMENT 'Tax Class ID',
  `price` decimal(12,4) DEFAULT NULL COMMENT 'Price',
  `final_price` decimal(12,4) DEFAULT NULL COMMENT 'Final Price',
  `min_price` decimal(12,4) DEFAULT NULL COMMENT 'Min Price',
  `max_price` decimal(12,4) DEFAULT NULL COMMENT 'Max Price',
  `tier_price` decimal(12,4) DEFAULT NULL COMMENT 'Tier Price',
  PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`),
  KEY `CATALOG_PRODUCT_INDEX_PRICE_TMP_CUSTOMER_GROUP_ID` (`customer_group_id`),
  KEY `CATALOG_PRODUCT_INDEX_PRICE_TMP_WEBSITE_ID` (`website_id`),
  KEY `CATALOG_PRODUCT_INDEX_PRICE_TMP_MIN_PRICE` (`min_price`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8 COMMENT='Catalog Product Price Indexer Temp Table';

--
-- Table structure for table `catalog_product_index_tier_price`
--

DROP TABLE IF EXISTS `catalog_product_index_tier_price`;
CREATE TABLE `catalog_product_index_tier_price` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
  `customer_group_id` int(10) unsigned NOT NULL COMMENT 'Customer Group ID',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website ID',
  `min_price` decimal(12,4) DEFAULT NULL COMMENT 'Min Price',
  PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`),
  KEY `CATALOG_PRODUCT_INDEX_TIER_PRICE_CUSTOMER_GROUP_ID` (`customer_group_id`),
  KEY `CATALOG_PRODUCT_INDEX_TIER_PRICE_WEBSITE_ID` (`website_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Tier Price Index Table';

--
-- Table structure for table `catalog_product_index_website`
--

DROP TABLE IF EXISTS `catalog_product_index_website`;
CREATE TABLE `catalog_product_index_website` (
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website ID',
  `website_date` date DEFAULT NULL COMMENT 'Website Date',
  `rate` float DEFAULT '1' COMMENT 'Rate',
  PRIMARY KEY (`website_id`),
  KEY `CATALOG_PRODUCT_INDEX_WEBSITE_WEBSITE_DATE` (`website_date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Website Index Table';

--
-- Dumping data for table `catalog_product_index_website`
--

LOCK TABLES `catalog_product_index_website` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_website` DISABLE KEYS */;
INSERT INTO `catalog_product_index_website` VALUES (1,'2017-12-27','1');
/*!40000 ALTER TABLE `catalog_product_index_website` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_link`
--

DROP TABLE IF EXISTS `catalog_product_link`;
CREATE TABLE `catalog_product_link` (
  `link_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Link ID',
  `product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Product ID',
  `linked_product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Linked Product ID',
  `link_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Link Type ID',
  PRIMARY KEY (`link_id`),
  UNIQUE KEY `CATALOG_PRODUCT_LINK_LINK_TYPE_ID_PRODUCT_ID_LINKED_PRODUCT_ID` (`link_type_id`,`product_id`,`linked_product_id`),
  KEY `CATALOG_PRODUCT_LINK_PRODUCT_ID` (`product_id`),
  KEY `CATALOG_PRODUCT_LINK_LINKED_PRODUCT_ID` (`linked_product_id`)
) ENGINE=InnoDB AUTO_INCREMENT=433 DEFAULT CHARSET=utf8 COMMENT='Catalog Product To Product Linkage Table';

--
-- Dumping data for table `catalog_product_link`
--

LOCK TABLES `catalog_product_link` WRITE;
/*!40000 ALTER TABLE `catalog_product_link` DISABLE KEYS */;
INSERT INTO `catalog_product_link` VALUES ('337','1','2',1),('338','1','3',1),('339','1','5',1),('340','1','6',1),('341','1','7',1),('342','1','8',1),('421','2','1',1),('422','2','3',1),('423','2','4',1),('424','2','5',1),('425','2','6',1),('426','2','7',1),('349','3','1',1),('350','3','2',1),('351','3','4',1),('352','3','5',1),('353','3','6',1),('354','3','7',1),('361','4','1',1),('362','4','2',1),('363','4','3',1),('364','4','5',1),('365','4','6',1),('366','4','7',1),('373','5','1',1),('374','5','2',1),('375','5','3',1),('376','5','4',1),('377','5','6',1),('378','5','7',1),('385','6','1',1),('386','6','3',1),('387','6','4',1),('388','6','5',1),('389','6','7',1),('390','6','8',1),('397','7','2',1),('398','7','3',1),('399','7','4',1),('400','7','5',1),('401','7','6',1),('402','7','8',1),('409','8','2',1),('410','8','3',1),('411','8','4',1),('412','8','5',1),('413','8','6',1),('414','8','7',1),('109','14','2',1),('110','14','4',1),('111','14','5',1),('112','14','6',1),('113','14','7',1),('114','14','8',1),('193','16','3',1),('194','16','5',1),('195','16','7',1),('196','16','8',1),('197','16','14',1),('198','16','15',1),('301','17','1',1),('302','17','4',1),('303','17','6',1),('306','17','7',1),('304','17','8',1),('305','17','14',1),('318','18','1',1),('313','18','2',1),('317','18','3',1),('316','18','4',1),('314','18','6',1),('315','18','7',1),('325','19','2',1),('326','19','3',1),('327','19','4',1),('328','19','5',1),('329','19','6',1),('330','19','7',1),('241','20','1',1),('242','20','4',1),('243','20','5',1),('244','20','6',1),('245','20','7',1),('246','20','8',1),('289','32','1',1),('290','32','2',1),('291','32','4',1),('292','32','5',1),('293','32','6',1),('294','32','7',1),('348','1','2',4),('347','1','4',4),('346','1','5',4),('345','1','6',4),('344','1','7',4),('343','1','8',4),('432','2','3',4),('431','2','4',4),('430','2','5',4),('429','2','6',4),('428','2','7',4),('427','2','8',4),('360','3','2',4),('359','3','4',4),('358','3','5',4),('357','3','6',4),('356','3','7',4),('355','3','8',4),('367','4','1',4),('368','4','2',4),('369','4','5',4),('370','4','6',4),('371','4','7',4),('372','4','8',4),('384','5','2',4),('383','5','3',4),('382','5','4',4),('381','5','6',4),('380','5','7',4),('379','5','8',4),('396','6','1',4),('395','6','2',4),('394','6','3',4),('393','6','5',4),('392','6','7',4),('391','6','8',4),('408','7','1',4),('407','7','2',4),('406','7','3',4),('405','7','4',4),('404','7','6',4),('403','7','8',4),('420','8','1',4),('419','8','2',4),('418','8','3',4),('417','8','4',4),('416','8','5',4),('415','8','6',4),('120','14','1',4),('119','14','2',4),('118','14','3',4),('117','14','4',4),('116','14','5',4),('115','14','6',4),('204','16','1',4),('203','16','2',4),('202','16','7',4),('201','16','8',4),('200','16','14',4),('199','16','15',4),('312','17','1',4),('310','17','15',4),('309','17','16',4),('308','17','18',4),('311','17','19',4),('307','17','20',4),('323','18','14',4),('322','18','15',4),('324','18','16',4),('321','18','17',4),('320','18','19',4),('319','18','20',4),('336','19','7',4),('335','19','8',4),('334','19','15',4),('333','19','16',4),('332','19','17',4),('331','19','18',4),('252','20','14',4),('251','20','15',4),('250','20','16',4),('249','20','17',4),('248','20','18',4),('247','20','19',4),('295','32','2',4),('296','32','3',4),('297','32','5',4),('298','32','7',4),('300','32','17',4),('299','32','18',4);
/*!40000 ALTER TABLE `catalog_product_link` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_link_attribute`
--

DROP TABLE IF EXISTS `catalog_product_link_attribute`;
CREATE TABLE `catalog_product_link_attribute` (
  `product_link_attribute_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Product Link Attribute ID',
  `link_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Link Type ID',
  `product_link_attribute_code` varchar(32) DEFAULT NULL COMMENT 'Product Link Attribute Code',
  `data_type` varchar(32) DEFAULT NULL COMMENT 'Data Type',
  PRIMARY KEY (`product_link_attribute_id`),
  KEY `CATALOG_PRODUCT_LINK_ATTRIBUTE_LINK_TYPE_ID` (`link_type_id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Link Attribute Table';

--
-- Dumping data for table `catalog_product_link_attribute`
--

LOCK TABLES `catalog_product_link_attribute` WRITE;
/*!40000 ALTER TABLE `catalog_product_link_attribute` DISABLE KEYS */;
INSERT INTO `catalog_product_link_attribute` VALUES (1,1,'position','int'),(2,4,'position','int'),(3,5,'position','int'),(4,3,'position','int'),(5,3,'qty','decimal');
/*!40000 ALTER TABLE `catalog_product_link_attribute` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_link_attribute_decimal`
--

DROP TABLE IF EXISTS `catalog_product_link_attribute_decimal`;
CREATE TABLE `catalog_product_link_attribute_decimal` (
  `value_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
  `product_link_attribute_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Product Link Attribute ID',
  `link_id` int(10) unsigned NOT NULL COMMENT 'Link ID',
  `value` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Value',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `CAT_PRD_LNK_ATTR_DEC_PRD_LNK_ATTR_ID_LNK_ID` (`product_link_attribute_id`,`link_id`),
  KEY `CATALOG_PRODUCT_LINK_ATTRIBUTE_DECIMAL_LINK_ID` (`link_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Link Decimal Attribute Table';

--
-- Table structure for table `catalog_product_link_attribute_int`
--

DROP TABLE IF EXISTS `catalog_product_link_attribute_int`;
CREATE TABLE `catalog_product_link_attribute_int` (
  `value_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
  `product_link_attribute_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Product Link Attribute ID',
  `link_id` int(10) unsigned NOT NULL COMMENT 'Link ID',
  `value` int(11) NOT NULL DEFAULT '0' COMMENT 'Value',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `CAT_PRD_LNK_ATTR_INT_PRD_LNK_ATTR_ID_LNK_ID` (`product_link_attribute_id`,`link_id`),
  KEY `CATALOG_PRODUCT_LINK_ATTRIBUTE_INT_LINK_ID` (`link_id`)
) ENGINE=InnoDB AUTO_INCREMENT=433 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Link Integer Attribute Table';

--
-- Dumping data for table `catalog_product_link_attribute_int`
--

LOCK TABLES `catalog_product_link_attribute_int` WRITE;
/*!40000 ALTER TABLE `catalog_product_link_attribute_int` DISABLE KEYS */;
INSERT INTO `catalog_product_link_attribute_int` VALUES ('109',1,'109','1'),('110',1,'110','2'),('111',1,'111','3'),('112',1,'112','4'),('113',1,'113','5'),('114',1,'114','6'),('115',2,'115','1'),('116',2,'116','2'),('117',2,'117','3'),('118',2,'118','4'),('119',2,'119','5'),('120',2,'120','6'),('193',1,'193','1'),('194',1,'194','2'),('195',1,'195','3'),('196',1,'196','4'),('197',1,'197','5'),('198',1,'198','6'),('199',2,'199','1'),('200',2,'200','2'),('201',2,'201','3'),('202',2,'202','4'),('203',2,'203','5'),('204',2,'204','6'),('241',1,'241','1'),('242',1,'242','2'),('243',1,'243','3'),('244',1,'244','4'),('245',1,'245','5'),('246',1,'246','6'),('247',2,'247','1'),('248',2,'248','2'),('249',2,'249','3'),('250',2,'250','4'),('251',2,'251','5'),('252',2,'252','6'),('289',1,'289','1'),('290',1,'290','2'),('291',1,'291','3'),('292',1,'292','4'),('293',1,'293','5'),('294',1,'294','6'),('295',2,'295','1'),('296',2,'296','2'),('297',2,'297','3'),('298',2,'298','4'),('299',2,'299','5'),('300',2,'300','6'),('301',1,'301','1'),('302',1,'302','2'),('303',1,'303','3'),('304',1,'304','4'),('305',1,'305','5'),('306',1,'306','6'),('307',2,'307','1'),('308',2,'308','2'),('309',2,'309','3'),('310',2,'310','4'),('311',2,'311','5'),('312',2,'312','6'),('313',1,'313','1'),('314',1,'314','2'),('315',1,'315','3'),('316',1,'316','4'),('317',1,'317','5'),('318',1,'318','6'),('319',2,'319','1'),('320',2,'320','2'),('321',2,'321','3'),('322',2,'322','4'),('323',2,'323','5'),('324',2,'324','6'),('325',1,'325','1'),('326',1,'326','2'),('327',1,'327','3'),('328',1,'328','4'),('329',1,'329','5'),('330',1,'330','6'),('331',2,'331','1'),('332',2,'332','2'),('333',2,'333','3'),('334',2,'334','4'),('335',2,'335','5'),('336',2,'336','6'),('337',1,'337','1'),('338',1,'338','2'),('339',1,'339','3'),('340',1,'340','4'),('341',1,'341','5'),('342',1,'342','6'),('343',2,'343','1'),('344',2,'344','2'),('345',2,'345','3'),('346',2,'346','4'),('347',2,'347','5'),('348',2,'348','6'),('349',1,'349','1'),('350',1,'350','2'),('351',1,'351','3'),('352',1,'352','4'),('353',1,'353','5'),('354',1,'354','6'),('355',2,'355','1'),('356',2,'356','2'),('357',2,'357','3'),('358',2,'358','4'),('359',2,'359','5'),('360',2,'360','6'),('361',1,'361','1'),('362',1,'362','2'),('363',1,'363','3'),('364',1,'364','4'),('365',1,'365','5'),('366',1,'366','6'),('367',2,'367','1'),('368',2,'368','2'),('369',2,'369','3'),('370',2,'370','4'),('371',2,'371','5'),('372',2,'372','6'),('373',1,'373','1'),('374',1,'374','2'),('375',1,'375','3'),('376',1,'376','4'),('377',1,'377','5'),('378',1,'378','6'),('379',2,'379','1'),('380',2,'380','2'),('381',2,'381','3'),('382',2,'382','4'),('383',2,'383','5'),('384',2,'384','6'),('385',1,'385','1'),('386',1,'386','2'),('387',1,'387','3'),('388',1,'388','4'),('389',1,'389','5'),('390',1,'390','6'),('391',2,'391','1'),('392',2,'392','2'),('393',2,'393','3'),('394',2,'394','4'),('395',2,'395','5'),('396',2,'396','6'),('397',1,'397','1'),('398',1,'398','2'),('399',1,'399','3'),('400',1,'400','4'),('401',1,'401','5'),('402',1,'402','6'),('403',2,'403','1'),('404',2,'404','2'),('405',2,'405','3'),('406',2,'406','4'),('407',2,'407','5'),('408',2,'408','6'),('409',1,'409','1'),('410',1,'410','2'),('411',1,'411','3'),('412',1,'412','4'),('413',1,'413','5'),('414',1,'414','6'),('415',2,'415','1'),('416',2,'416','2'),('417',2,'417','3'),('418',2,'418','4'),('419',2,'419','5'),('420',2,'420','6'),('421',1,'421','1'),('422',1,'422','2'),('423',1,'423','3'),('424',1,'424','4'),('425',1,'425','5'),('426',1,'426','6'),('427',2,'427','1'),('428',2,'428','2'),('429',2,'429','3'),('430',2,'430','4'),('431',2,'431','5'),('432',2,'432','6');
/*!40000 ALTER TABLE `catalog_product_link_attribute_int` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_link_attribute_varchar`
--

DROP TABLE IF EXISTS `catalog_product_link_attribute_varchar`;
CREATE TABLE `catalog_product_link_attribute_varchar` (
  `value_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
  `product_link_attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Product Link Attribute ID',
  `link_id` int(10) unsigned NOT NULL COMMENT 'Link ID',
  `value` varchar(255) DEFAULT NULL COMMENT 'Value',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `CAT_PRD_LNK_ATTR_VCHR_PRD_LNK_ATTR_ID_LNK_ID` (`product_link_attribute_id`,`link_id`),
  KEY `CATALOG_PRODUCT_LINK_ATTRIBUTE_VARCHAR_LINK_ID` (`link_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Link Varchar Attribute Table';

--
-- Table structure for table `catalog_product_link_type`
--

DROP TABLE IF EXISTS `catalog_product_link_type`;
CREATE TABLE `catalog_product_link_type` (
  `link_type_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Link Type ID',
  `code` varchar(32) DEFAULT NULL COMMENT 'Code',
  PRIMARY KEY (`link_type_id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Link Type Table';

--
-- Dumping data for table `catalog_product_link_type`
--

LOCK TABLES `catalog_product_link_type` WRITE;
/*!40000 ALTER TABLE `catalog_product_link_type` DISABLE KEYS */;
INSERT INTO `catalog_product_link_type` VALUES (1,'relation'),(3,'super'),(4,'up_sell'),(5,'cross_sell');
/*!40000 ALTER TABLE `catalog_product_link_type` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_option`
--

DROP TABLE IF EXISTS `catalog_product_option`;
CREATE TABLE `catalog_product_option` (
  `option_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Option ID',
  `product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Product ID',
  `type` varchar(50) DEFAULT NULL COMMENT 'Type',
  `is_require` smallint(6) NOT NULL DEFAULT '1' COMMENT 'Is Required',
  `sku` varchar(64) DEFAULT NULL COMMENT 'SKU',
  `max_characters` int(10) unsigned DEFAULT NULL COMMENT 'Max Characters',
  `file_extension` varchar(50) DEFAULT NULL COMMENT 'File Extension',
  `image_size_x` smallint(5) unsigned DEFAULT NULL COMMENT 'Image Size X',
  `image_size_y` smallint(5) unsigned DEFAULT NULL COMMENT 'Image Size Y',
  `sort_order` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Sort Order',
  PRIMARY KEY (`option_id`),
  KEY `CATALOG_PRODUCT_OPTION_PRODUCT_ID` (`product_id`)
) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Option Table';

--
-- Dumping data for table `catalog_product_option`
--

LOCK TABLES `catalog_product_option` WRITE;
/*!40000 ALTER TABLE `catalog_product_option` DISABLE KEYS */;
INSERT INTO `catalog_product_option` VALUES ('3','8','drop_down',1,NULL,'0',NULL,0,0,'1'),('4','8','drop_down',1,NULL,'0',NULL,0,0,'2'),('5','7','drop_down',1,NULL,'0',NULL,0,0,'3'),('6','7','drop_down',1,NULL,'0',NULL,0,0,'4'),('7','6','drop_down',1,NULL,'0',NULL,0,0,'3'),('8','6','drop_down',1,NULL,'0',NULL,0,0,'4'),('9','14','drop_down',1,NULL,'0',NULL,0,0,'4'),('10','14','drop_down',1,NULL,'0',NULL,0,0,'5'),('11','15','drop_down',1,NULL,'0',NULL,0,0,'4'),('12','15','drop_down',1,NULL,'0',NULL,0,0,'5'),('13','16','drop_down',1,NULL,'0',NULL,0,0,'4'),('14','16','drop_down',1,NULL,'0',NULL,0,0,'5'),('15','16','drop_down',1,NULL,'0',NULL,0,0,'3'),('16','17','drop_down',1,NULL,'0',NULL,0,0,'4'),('17','17','drop_down',1,NULL,'0',NULL,0,0,'5'),('18','17','drop_down',1,NULL,'0',NULL,0,0,'3'),('19','18','drop_down',1,NULL,'0',NULL,0,0,'4'),('20','18','drop_down',1,NULL,'0',NULL,0,0,'5'),('21','18','drop_down',1,NULL,'0',NULL,0,0,'3'),('22','19','drop_down',1,NULL,'0',NULL,0,0,'4'),('23','19','drop_down',1,NULL,'0',NULL,0,0,'5'),('24','19','drop_down',1,NULL,'0',NULL,0,0,'3'),('25','20','drop_down',1,NULL,'0',NULL,0,0,'4'),('26','20','drop_down',1,NULL,'0',NULL,0,0,'5'),('27','20','drop_down',1,NULL,'0',NULL,0,0,'3');
/*!40000 ALTER TABLE `catalog_product_option` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_option_price`
--

DROP TABLE IF EXISTS `catalog_product_option_price`;
CREATE TABLE `catalog_product_option_price` (
  `option_price_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Option Price ID',
  `option_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Option ID',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
  `price` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Price',
  `price_type` varchar(7) NOT NULL DEFAULT 'fixed' COMMENT 'Price Type',
  PRIMARY KEY (`option_price_id`),
  UNIQUE KEY `CATALOG_PRODUCT_OPTION_PRICE_OPTION_ID_STORE_ID` (`option_id`,`store_id`),
  KEY `CATALOG_PRODUCT_OPTION_PRICE_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Option Price Table';

--
-- Table structure for table `catalog_product_option_title`
--

DROP TABLE IF EXISTS `catalog_product_option_title`;
CREATE TABLE `catalog_product_option_title` (
  `option_title_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Option Title ID',
  `option_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Option ID',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
  `title` varchar(255) DEFAULT NULL COMMENT 'Title',
  PRIMARY KEY (`option_title_id`),
  UNIQUE KEY `CATALOG_PRODUCT_OPTION_TITLE_OPTION_ID_STORE_ID` (`option_id`,`store_id`),
  KEY `CATALOG_PRODUCT_OPTION_TITLE_STORE_ID` (`store_id`)
) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Option Title Table';

--
-- Dumping data for table `catalog_product_option_title`
--

LOCK TABLES `catalog_product_option_title` WRITE;
/*!40000 ALTER TABLE `catalog_product_option_title` DISABLE KEYS */;
INSERT INTO `catalog_product_option_title` VALUES ('3','3',0,'Padding Level'),('4','4',0,'Panties type'),('5','5',0,'Padding Level'),('6','6',0,'Panties type'),('7','7',0,'Padding Level'),('8','8',0,'Panties type'),('9','9',0,'Padding Level'),('10','10',0,'Panties type'),('11','11',0,'Padding Level'),('12','12',0,'Panties type'),('13','13',0,'Padding Level'),('14','14',0,'Panties type'),('15','15',0,'Size'),('16','16',0,'Padding Level'),('17','17',0,'Panties type'),('18','18',0,'Size'),('19','19',0,'Padding Level'),('20','20',0,'Panties type'),('21','21',0,'Size'),('22','22',0,'Padding Level'),('23','23',0,'Panties type'),('24','24',0,'Size'),('25','25',0,'Padding Level'),('26','26',0,'Panties type'),('27','27',0,'Size');
/*!40000 ALTER TABLE `catalog_product_option_title` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_option_type_price`
--

DROP TABLE IF EXISTS `catalog_product_option_type_price`;
CREATE TABLE `catalog_product_option_type_price` (
  `option_type_price_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Option Type Price ID',
  `option_type_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Option Type ID',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
  `price` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Price',
  `price_type` varchar(7) NOT NULL DEFAULT 'fixed' COMMENT 'Price Type',
  PRIMARY KEY (`option_type_price_id`),
  UNIQUE KEY `CATALOG_PRODUCT_OPTION_TYPE_PRICE_OPTION_TYPE_ID_STORE_ID` (`option_type_id`,`store_id`),
  KEY `CATALOG_PRODUCT_OPTION_TYPE_PRICE_STORE_ID` (`store_id`)
) ENGINE=InnoDB AUTO_INCREMENT=89 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Option Type Price Table';

--
-- Dumping data for table `catalog_product_option_type_price`
--

LOCK TABLES `catalog_product_option_type_price` WRITE;
/*!40000 ALTER TABLE `catalog_product_option_type_price` DISABLE KEYS */;
INSERT INTO `catalog_product_option_type_price` VALUES ('7','8',0,'1.0000','fixed'),('8','9',0,'2.0000','fixed'),('9','10',0,'3.0000','fixed'),('10','11',0,'2.0000','fixed'),('11','12',0,'3.0000','fixed'),('12','13',0,'4.0000','fixed'),('13','14',0,'6.0000','fixed'),('14','15',0,'1.0000','fixed'),('15','16',0,'2.0000','fixed'),('16','17',0,'3.0000','fixed'),('17','18',0,'2.0000','fixed'),('18','19',0,'3.0000','fixed'),('19','20',0,'4.0000','fixed'),('20','21',0,'6.0000','fixed'),('21','22',0,'1.0000','fixed'),('22','23',0,'2.0000','fixed'),('23','24',0,'3.0000','fixed'),('24','25',0,'2.0000','fixed'),('25','26',0,'3.0000','fixed'),('26','27',0,'4.0000','fixed'),('27','28',0,'6.0000','fixed'),('28','29',0,'1.0000','fixed'),('29','30',0,'2.0000','fixed'),('30','31',0,'3.0000','fixed'),('31','32',0,'2.0000','fixed'),('32','33',0,'3.0000','fixed'),('33','34',0,'4.0000','fixed'),('34','35',0,'6.0000','fixed'),('35','36',0,'1.0000','fixed'),('36','37',0,'2.0000','fixed'),('37','38',0,'3.0000','fixed'),('38','39',0,'2.0000','fixed'),('39','40',0,'3.0000','fixed'),('40','41',0,'4.0000','fixed'),('41','42',0,'6.0000','fixed'),('42','43',0,'1.0000','fixed'),('43','44',0,'2.0000','fixed'),('44','45',0,'3.0000','fixed'),('45','46',0,'2.0000','fixed'),('46','47',0,'3.0000','fixed'),('47','48',0,'4.0000','fixed'),('48','49',0,'6.0000','fixed'),('49','54',0,'1.0000','fixed'),('50','55',0,'2.0000','fixed'),('51','56',0,'3.0000','fixed'),('52','57',0,'2.0000','fixed'),('53','58',0,'3.0000','fixed'),('54','59',0,'4.0000','fixed'),('55','60',0,'6.0000','fixed'),('56','65',0,'1.0000','fixed'),('57','66',0,'2.0000','fixed'),('58','67',0,'3.0000','fixed'),('59','68',0,'2.0000','fixed'),('60','69',0,'3.0000','fixed'),('61','70',0,'4.0000','fixed'),('62','71',0,'6.0000','fixed'),('63','76',0,'1.0000','fixed'),('64','77',0,'2.0000','fixed'),('65','78',0,'3.0000','fixed'),('66','79',0,'2.0000','fixed'),('67','80',0,'3.0000','fixed'),('68','81',0,'4.0000','fixed'),('69','82',0,'6.0000','fixed'),('70','87',0,'1.0000','fixed'),('71','88',0,'2.0000','fixed'),('72','89',0,'3.0000','fixed'),('73','90',0,'2.0000','fixed'),('74','91',0,'3.0000','fixed'),('75','92',0,'4.0000','fixed'),('76','93',0,'6.0000','fixed'),('77','61',0,'0.0000','fixed'),('78','62',0,'0.0000','fixed'),('79','63',0,'0.0000','fixed'),('80','64',0,'0.0000','fixed'),('81','72',0,'0.0000','fixed'),('82','73',0,'0.0000','fixed'),('83','74',0,'0.0000','fixed'),('84','75',0,'0.0000','fixed'),('85','83',0,'0.0000','fixed'),('86','84',0,'0.0000','fixed'),('87','85',0,'0.0000','fixed'),('88','86',0,'0.0000','fixed');
/*!40000 ALTER TABLE `catalog_product_option_type_price` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_option_type_title`
--

DROP TABLE IF EXISTS `catalog_product_option_type_title`;
CREATE TABLE `catalog_product_option_type_title` (
  `option_type_title_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Option Type Title ID',
  `option_type_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Option Type ID',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
  `title` varchar(255) DEFAULT NULL COMMENT 'Title',
  PRIMARY KEY (`option_type_title_id`),
  UNIQUE KEY `CATALOG_PRODUCT_OPTION_TYPE_TITLE_OPTION_TYPE_ID_STORE_ID` (`option_type_id`,`store_id`),
  KEY `CATALOG_PRODUCT_OPTION_TYPE_TITLE_STORE_ID` (`store_id`)
) ENGINE=InnoDB AUTO_INCREMENT=98 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Option Type Title Table';

--
-- Dumping data for table `catalog_product_option_type_title`
--

LOCK TABLES `catalog_product_option_type_title` WRITE;
/*!40000 ALTER TABLE `catalog_product_option_type_title` DISABLE KEYS */;
INSERT INTO `catalog_product_option_type_title` VALUES ('8','8',0,'Lightly Lined'),('9','9',0,'Push-Up Padding'),('10','10',0,'Add-2-Cups'),('11','11',0,'Basic'),('12','12',0,' Bikini'),('13','13',0,'Tanga'),('14','14',0,'Brief'),('15','15',0,'Lightly Lined'),('16','16',0,'Push-Up Padding'),('17','17',0,'Add-2-Cups'),('18','18',0,'Basic'),('19','19',0,' Bikini'),('20','20',0,'Tanga'),('21','21',0,'Brief'),('22','22',0,'Lightly Lined'),('23','23',0,'Push-Up Padding'),('24','24',0,'Add-2-Cups'),('25','25',0,'Basic'),('26','26',0,' Bikini'),('27','27',0,'Tanga'),('28','28',0,'Brief'),('29','29',0,'Lightly Lined'),('30','30',0,'Push-Up Padding'),('31','31',0,'Add-2-Cups'),('32','32',0,'Basic'),('33','33',0,' Bikini'),('34','34',0,'Tanga'),('35','35',0,'Brief'),('36','36',0,'Lightly Lined'),('37','37',0,'Push-Up Padding'),('38','38',0,'Add-2-Cups'),('39','39',0,'Basic'),('40','40',0,' Bikini'),('41','41',0,'Tanga'),('42','42',0,'Brief'),('43','43',0,'Lightly Lined'),('44','44',0,'Push-Up Padding'),('45','45',0,'Add-2-Cups'),('46','46',0,'Basic'),('47','47',0,' Bikini'),('48','48',0,'Tanga'),('49','49',0,'Brief'),('50','50',0,'S'),('51','51',0,'M'),('52','52',0,'L'),('53','53',0,'Xl'),('54','54',0,'Lightly Lined'),('55','55',0,'Push-Up Padding'),('56','56',0,'Add-2-Cups'),('57','57',0,'Basic'),('58','58',0,' Bikini'),('59','59',0,'Tanga'),('60','60',0,'Brief'),('61','61',0,'S'),('62','62',0,'M'),('63','63',0,'L'),('64','64',0,'Xl'),('65','65',0,'Lightly Lined'),('66','66',0,'Push-Up Padding'),('67','67',0,'Add-2-Cups'),('68','68',0,'Basic'),('69','69',0,' Bikini'),('70','70',0,'Tanga'),('71','71',0,'Brief'),('72','72',0,'S'),('73','73',0,'M'),('74','74',0,'L'),('75','75',0,'Xl'),('76','76',0,'Lightly Lined'),('77','77',0,'Push-Up Padding'),('78','78',0,'Add-2-Cups'),('79','79',0,'Basic'),('80','80',0,' Bikini'),('81','81',0,'Tanga'),('82','82',0,'Brief'),('83','83',0,'S'),('84','84',0,'M'),('85','85',0,'L'),('86','86',0,'Xl'),('87','87',0,'Lightly Lined'),('88','88',0,'Push-Up Padding'),('89','89',0,'Add-2-Cups'),('90','90',0,'Basic'),('91','91',0,' Bikini'),('92','92',0,'Tanga'),('93','93',0,'Brief'),('94','94',0,'S'),('95','95',0,'M'),('96','96',0,'L'),('97','97',0,'Xl');
/*!40000 ALTER TABLE `catalog_product_option_type_title` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_option_type_value`
--

DROP TABLE IF EXISTS `catalog_product_option_type_value`;
CREATE TABLE `catalog_product_option_type_value` (
  `option_type_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Option Type ID',
  `option_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Option ID',
  `sku` varchar(64) DEFAULT NULL COMMENT 'SKU',
  `sort_order` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Sort Order',
  PRIMARY KEY (`option_type_id`),
  KEY `CATALOG_PRODUCT_OPTION_TYPE_VALUE_OPTION_ID` (`option_id`)
) ENGINE=InnoDB AUTO_INCREMENT=98 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Option Type Value Table';

--
-- Dumping data for table `catalog_product_option_type_value`
--

LOCK TABLES `catalog_product_option_type_value` WRITE;
/*!40000 ALTER TABLE `catalog_product_option_type_value` DISABLE KEYS */;
INSERT INTO `catalog_product_option_type_value` VALUES ('8','3',NULL,'1'),('9','3',NULL,'2'),('10','3',NULL,'3'),('11','4',NULL,'1'),('12','4',NULL,'2'),('13','4',NULL,'3'),('14','4',NULL,'4'),('15','5',NULL,'1'),('16','5',NULL,'2'),('17','5',NULL,'3'),('18','6',NULL,'1'),('19','6',NULL,'2'),('20','6',NULL,'3'),('21','6',NULL,'4'),('22','7',NULL,'1'),('23','7',NULL,'2'),('24','7',NULL,'3'),('25','8',NULL,'1'),('26','8',NULL,'2'),('27','8',NULL,'3'),('28','8',NULL,'4'),('29','9',NULL,'1'),('30','9',NULL,'2'),('31','9',NULL,'3'),('32','10',NULL,'1'),('33','10',NULL,'2'),('34','10',NULL,'3'),('35','10',NULL,'4'),('36','11',NULL,'1'),('37','11',NULL,'2'),('38','11',NULL,'3'),('39','12',NULL,'1'),('40','12',NULL,'2'),('41','12',NULL,'3'),('42','12',NULL,'4'),('43','13',NULL,'1'),('44','13',NULL,'2'),('45','13',NULL,'3'),('46','14',NULL,'1'),('47','14',NULL,'2'),('48','14',NULL,'3'),('49','14',NULL,'4'),('50','15',NULL,'1'),('51','15',NULL,'2'),('52','15',NULL,'3'),('53','15',NULL,'4'),('54','16',NULL,'1'),('55','16',NULL,'2'),('56','16',NULL,'3'),('57','17',NULL,'1'),('58','17',NULL,'2'),('59','17',NULL,'3'),('60','17',NULL,'4'),('61','18',NULL,'1'),('62','18',NULL,'2'),('63','18',NULL,'3'),('64','18',NULL,'4'),('65','19',NULL,'1'),('66','19',NULL,'2'),('67','19',NULL,'3'),('68','20',NULL,'1'),('69','20',NULL,'2'),('70','20',NULL,'3'),('71','20',NULL,'4'),('72','21',NULL,'1'),('73','21',NULL,'2'),('74','21',NULL,'3'),('75','21',NULL,'4'),('76','22',NULL,'1'),('77','22',NULL,'2'),('78','22',NULL,'3'),('79','23',NULL,'1'),('80','23',NULL,'2'),('81','23',NULL,'3'),('82','23',NULL,'4'),('83','24',NULL,'1'),('84','24',NULL,'2'),('85','24',NULL,'3'),('86','24',NULL,'4'),('87','25',NULL,'1'),('88','25',NULL,'2'),('89','25',NULL,'3'),('90','26',NULL,'1'),('91','26',NULL,'2'),('92','26',NULL,'3'),('93','26',NULL,'4'),('94','27',NULL,'1'),('95','27',NULL,'2'),('96','27',NULL,'3'),('97','27',NULL,'4');
/*!40000 ALTER TABLE `catalog_product_option_type_value` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_relation`
--

DROP TABLE IF EXISTS `catalog_product_relation`;
CREATE TABLE `catalog_product_relation` (
  `parent_id` int(10) unsigned NOT NULL COMMENT 'Parent ID',
  `child_id` int(10) unsigned NOT NULL COMMENT 'Child ID',
  PRIMARY KEY (`parent_id`,`child_id`),
  KEY `CATALOG_PRODUCT_RELATION_CHILD_ID` (`child_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Relation Table';

--
-- Dumping data for table `catalog_product_relation`
--

LOCK TABLES `catalog_product_relation` WRITE;
/*!40000 ALTER TABLE `catalog_product_relation` DISABLE KEYS */;
INSERT INTO `catalog_product_relation` VALUES ('16','21'),('16','22'),('17','23'),('17','24'),('18','25'),('18','26'),('18','27'),('19','28'),('19','29'),('20','30'),('20','31'),('32','38'),('32','39'),('35','40'),('35','41'),('36','42'),('36','43'),('34','44'),('34','45'),('34','46'),('33','47'),('33','48');
/*!40000 ALTER TABLE `catalog_product_relation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_super_attribute`
--

DROP TABLE IF EXISTS `catalog_product_super_attribute`;
CREATE TABLE `catalog_product_super_attribute` (
  `product_super_attribute_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Product Super Attribute ID',
  `product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Product ID',
  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
  `position` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Position',
  PRIMARY KEY (`product_super_attribute_id`),
  UNIQUE KEY `CATALOG_PRODUCT_SUPER_ATTRIBUTE_PRODUCT_ID_ATTRIBUTE_ID` (`product_id`,`attribute_id`)
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Super Attribute Table';

--
-- Dumping data for table `catalog_product_super_attribute`
--

LOCK TABLES `catalog_product_super_attribute` WRITE;
/*!40000 ALTER TABLE `catalog_product_super_attribute` DISABLE KEYS */;
INSERT INTO `catalog_product_super_attribute` VALUES ('1','16',143,0),('5','20',143,0),('11','33',143,0),('12','32',143,0),('13','34',143,0),('14','35',143,0),('15','36',143,0),('16','17',143,0),('17','18',143,0),('18','19',143,0);
/*!40000 ALTER TABLE `catalog_product_super_attribute` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_super_attribute_label`
--

DROP TABLE IF EXISTS `catalog_product_super_attribute_label`;
CREATE TABLE `catalog_product_super_attribute_label` (
  `value_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
  `product_super_attribute_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Product Super Attribute ID',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
  `use_default` smallint(5) unsigned DEFAULT '0' COMMENT 'Use Default Value',
  `value` varchar(255) DEFAULT NULL COMMENT 'Value',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `CAT_PRD_SPR_ATTR_LBL_PRD_SPR_ATTR_ID_STORE_ID` (`product_super_attribute_id`,`store_id`),
  KEY `CATALOG_PRODUCT_SUPER_ATTRIBUTE_LABEL_STORE_ID` (`store_id`)
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Super Attribute Label Table';

--
-- Dumping data for table `catalog_product_super_attribute_label`
--

LOCK TABLES `catalog_product_super_attribute_label` WRITE;
/*!40000 ALTER TABLE `catalog_product_super_attribute_label` DISABLE KEYS */;
INSERT INTO `catalog_product_super_attribute_label` VALUES ('1','1',0,0,'Color'),('5','5',0,0,'Color'),('11','11',0,0,'Color'),('12','12',0,0,'Color'),('13','13',0,0,'Color'),('14','14',0,0,'Color'),('15','15',0,0,'Color'),('16','16',0,0,'Color'),('17','17',0,0,'Color'),('18','18',0,0,'Color');
/*!40000 ALTER TABLE `catalog_product_super_attribute_label` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_super_link`
--

DROP TABLE IF EXISTS `catalog_product_super_link`;
CREATE TABLE `catalog_product_super_link` (
  `link_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Link ID',
  `product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Product ID',
  `parent_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Parent ID',
  PRIMARY KEY (`link_id`),
  UNIQUE KEY `CATALOG_PRODUCT_SUPER_LINK_PRODUCT_ID_PARENT_ID` (`product_id`,`parent_id`),
  KEY `CATALOG_PRODUCT_SUPER_LINK_PARENT_ID` (`parent_id`)
) ENGINE=InnoDB AUTO_INCREMENT=41 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Super Link Table';

--
-- Dumping data for table `catalog_product_super_link`
--

LOCK TABLES `catalog_product_super_link` WRITE;
/*!40000 ALTER TABLE `catalog_product_super_link` DISABLE KEYS */;
INSERT INTO `catalog_product_super_link` VALUES ('1','21','16'),('2','22','16'),('35','23','17'),('34','24','17'),('38','25','18'),('37','26','18'),('36','27','18'),('40','28','19'),('39','29','19'),('10','30','20'),('11','31','20'),('26','38','32'),('25','39','32'),('30','40','35'),('31','41','35'),('32','42','36'),('33','43','36'),('29','44','34'),('28','45','34'),('27','46','34'),('24','47','33'),('23','48','33');
/*!40000 ALTER TABLE `catalog_product_super_link` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_product_website`
--

DROP TABLE IF EXISTS `catalog_product_website`;
CREATE TABLE `catalog_product_website` (
  `product_id` int(10) unsigned NOT NULL COMMENT 'Product ID',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website ID',
  PRIMARY KEY (`product_id`,`website_id`),
  KEY `CATALOG_PRODUCT_WEBSITE_WEBSITE_ID` (`website_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product To Website Linkage Table';

--
-- Dumping data for table `catalog_product_website`
--

LOCK TABLES `catalog_product_website` WRITE;
/*!40000 ALTER TABLE `catalog_product_website` DISABLE KEYS */;
INSERT INTO `catalog_product_website` VALUES ('1',1),('2',1),('3',1),('4',1),('5',1),('6',1),('7',1),('8',1),('14',1),('15',1),('16',1),('17',1),('18',1),('19',1),('20',1),('21',1),('22',1),('23',1),('24',1),('25',1),('26',1),('27',1),('28',1),('29',1),('30',1),('31',1),('32',1),('33',1),('34',1),('35',1),('36',1),('37',1),('38',1),('39',1),('40',1),('41',1),('42',1),('43',1),('44',1),('45',1),('46',1),('47',1),('48',1);
/*!40000 ALTER TABLE `catalog_product_website` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalog_url_rewrite_product_category`
--

DROP TABLE IF EXISTS `catalog_url_rewrite_product_category`;
CREATE TABLE `catalog_url_rewrite_product_category` (
  `url_rewrite_id` int(10) unsigned NOT NULL COMMENT 'url_rewrite_id',
  `category_id` int(10) unsigned NOT NULL COMMENT 'category_id',
  `product_id` int(10) unsigned NOT NULL COMMENT 'product_id',
  KEY `CATALOG_URL_REWRITE_PRODUCT_CATEGORY_CATEGORY_ID_PRODUCT_ID` (`category_id`,`product_id`),
  KEY `CAT_URL_REWRITE_PRD_CTGR_PRD_ID_CAT_PRD_ENTT_ENTT_ID` (`product_id`),
  KEY `FK_BB79E64705D7F17FE181F23144528FC8` (`url_rewrite_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='url_rewrite_relation';

--
-- Dumping data for table `catalog_url_rewrite_product_category`
--

LOCK TABLES `catalog_url_rewrite_product_category` WRITE;
/*!40000 ALTER TABLE `catalog_url_rewrite_product_category` DISABLE KEYS */;
INSERT INTO `catalog_url_rewrite_product_category` VALUES ('3988','10','37'),('4010','10','37'),('4032','10','37'),('3987','8','37'),('4009','8','37'),('4031','8','37'),('3985','7','37'),('4007','7','37'),('4029','7','37'),('3981','3','37'),('4003','3','37'),('4025','3','37'),('4000','30','37'),('4022','30','37'),('4044','30','37'),('4001','32','37'),('4023','32','37'),('4045','32','37'),('3999','29','37'),('4021','29','37'),('4043','29','37'),('3983','5','37'),('4005','5','37'),('4027','5','37'),('3995','21','37'),('4017','21','37'),('4039','21','37'),('3998','26','37'),('4020','26','37'),('4042','26','37'),('3996','23','37'),('4018','23','37'),('4040','23','37'),('3982','4','37'),('4004','4','37'),('4026','4','37'),('3997','25','37'),('4019','25','37'),('4041','25','37'),('3991','14','37'),('4013','14','37'),('4035','14','37'),('3989','12','37'),('4011','12','37'),('4033','12','37'),('3986','11','37'),('4008','11','37'),('4030','11','37'),('3990','13','37'),('4012','13','37'),('4034','13','37'),('3984','6','37'),('4006','6','37'),('4028','6','37'),('3994','19','37'),('4016','19','37'),('4038','19','37'),('3993','18','37'),('4015','18','37'),('4037','18','37'),('3992','16','37'),('4014','16','37'),('4036','16','37'),('4054','10','32'),('4098','10','32'),('4142','10','32'),('4053','8','32'),('4097','8','32'),('4141','8','32'),('4051','7','32'),('4095','7','32'),('4139','7','32'),('4066','30','32'),('4110','30','32'),('4154','30','32'),('4067','32','32'),('4111','32','32'),('4155','32','32'),('4047','3','32'),('4091','3','32'),('4135','3','32'),('4065','29','32'),('4109','29','32'),('4153','29','32'),('4061','21','32'),('4105','21','32'),('4149','21','32'),('4049','5','32'),('4093','5','32'),('4137','5','32'),('4064','26','32'),('4108','26','32'),('4152','26','32'),('4062','23','32'),('4106','23','32'),('4150','23','32'),('4063','25','32'),('4107','25','32'),('4151','25','32'),('4048','4','32'),('4092','4','32'),('4136','4','32'),('4057','14','32'),('4101','14','32'),('4145','14','32'),('4055','12','32'),('4099','12','32'),('4143','12','32'),('4056','13','32'),('4100','13','32'),('4144','13','32'),('4052','11','32'),('4096','11','32'),('4140','11','32'),('4060','19','32'),('4104','19','32'),('4148','19','32'),('4059','18','32'),('4103','18','32'),('4147','18','32'),('4058','16','32'),('4102','16','32'),('4146','16','32'),('4050','6','32'),('4094','6','32'),('4138','6','32'),('4186','10','33'),('4230','10','33'),('4274','10','33'),('4185','8','33'),('4229','8','33'),('4273','8','33'),('4183','7','33'),('4227','7','33'),('4271','7','33'),('4198','30','33'),('4242','30','33'),('4286','30','33'),('4199','32','33'),('4243','32','33'),('4287','32','33'),('4179','3','33'),('4223','3','33'),('4267','3','33'),('4197','29','33'),('4241','29','33'),('4285','29','33'),('4193','21','33'),('4237','21','33'),('4281','21','33'),('4181','5','33'),('4225','5','33'),('4269','5','33'),('4196','26','33'),('4240','26','33'),('4284','26','33'),('4194','23','33'),('4238','23','33'),('4282','23','33'),('4195','25','33'),('4239','25','33'),('4283','25','33'),('4180','4','33'),('4224','4','33'),('4268','4','33'),('4189','14','33'),('4233','14','33'),('4277','14','33'),('4187','12','33'),('4231','12','33'),('4275','12','33'),('4188','13','33'),('4232','13','33'),('4276','13','33'),('4184','11','33'),('4228','11','33'),('4272','11','33'),('4192','19','33'),('4236','19','33'),('4280','19','33'),('4191','18','33'),('4235','18','33'),('4279','18','33'),('4190','16','33'),('4234','16','33'),('4278','16','33'),('4182','6','33'),('4226','6','33'),('4270','6','33'),('4318','10','34'),('4362','10','34'),('4406','10','34'),('4317','8','34'),('4361','8','34'),('4405','8','34'),('4315','7','34'),('4359','7','34'),('4403','7','34'),('4330','30','34'),('4374','30','34'),('4418','30','34'),('4331','32','34'),('4375','32','34'),('4419','32','34'),('4311','3','34'),('4355','3','34'),('4399','3','34'),('4329','29','34'),('4373','29','34'),('4417','29','34'),('4325','21','34'),('4369','21','34'),('4413','21','34'),('4313','5','34'),('4357','5','34'),('4401','5','34'),('4328','26','34'),('4372','26','34'),('4416','26','34'),('4326','23','34'),('4370','23','34'),('4414','23','34'),('4327','25','34'),('4371','25','34'),('4415','25','34'),('4312','4','34'),('4356','4','34'),('4400','4','34'),('4321','14','34'),('4365','14','34'),('4409','14','34'),('4319','12','34'),('4363','12','34'),('4407','12','34'),('4320','13','34'),('4364','13','34'),('4408','13','34'),('4316','11','34'),('4360','11','34'),('4404','11','34'),('4324','19','34'),('4368','19','34'),('4412','19','34'),('4323','18','34'),('4367','18','34'),('4411','18','34'),('4322','16','34'),('4366','16','34'),('4410','16','34'),('4314','6','34'),('4358','6','34'),('4402','6','34'),('4450','10','35'),('4494','10','35'),('4538','10','35'),('4449','8','35'),('4493','8','35'),('4537','8','35'),('4447','7','35'),('4491','7','35'),('4535','7','35'),('4462','30','35'),('4506','30','35'),('4550','30','35'),('4463','32','35'),('4507','32','35'),('4551','32','35'),('4461','29','35'),('4505','29','35'),('4549','29','35'),('4443','3','35'),('4487','3','35'),('4531','3','35'),('4457','21','35'),('4501','21','35'),('4545','21','35'),('4445','5','35'),('4489','5','35'),('4533','5','35'),('4460','26','35'),('4504','26','35'),('4548','26','35'),('4458','23','35'),('4502','23','35'),('4546','23','35'),('4459','25','35'),('4503','25','35'),('4547','25','35'),('4444','4','35'),('4488','4','35'),('4532','4','35'),('4453','14','35'),('4497','14','35'),('4541','14','35'),('4451','12','35'),('4495','12','35'),('4539','12','35'),('4452','13','35'),('4496','13','35'),('4540','13','35'),('4448','11','35'),('4492','11','35'),('4536','11','35'),('4456','19','35'),('4500','19','35'),('4544','19','35'),('4455','18','35'),('4499','18','35'),('4543','18','35'),('4454','16','35'),('4498','16','35'),('4542','16','35'),('4446','6','35'),('4490','6','35'),('4534','6','35'),('4582','10','36'),('4626','10','36'),('4670','10','36'),('4581','8','36'),('4625','8','36'),('4669','8','36'),('4579','7','36'),('4623','7','36'),('4667','7','36'),('4594','30','36'),('4638','30','36'),('4682','30','36'),('4595','32','36'),('4639','32','36'),('4683','32','36'),('4593','29','36'),('4637','29','36'),('4681','29','36'),('4575','3','36'),('4619','3','36'),('4663','3','36'),('4589','21','36'),('4633','21','36'),('4677','21','36'),('4577','5','36'),('4621','5','36'),('4665','5','36'),('4592','26','36'),('4636','26','36'),('4680','26','36'),('4590','23','36'),('4634','23','36'),('4678','23','36'),('4591','25','36'),('4635','25','36'),('4679','25','36'),('4576','4','36'),('4620','4','36'),('4664','4','36'),('4585','14','36'),('4629','14','36'),('4673','14','36'),('4583','12','36'),('4627','12','36'),('4671','12','36'),('4584','13','36'),('4628','13','36'),('4672','13','36'),('4580','11','36'),('4624','11','36'),('4668','11','36'),('4588','19','36'),('4632','19','36'),('4676','19','36'),('4587','18','36'),('4631','18','36'),('4675','18','36'),('4586','16','36'),('4630','16','36'),('4674','16','36'),('4578','6','36'),('4622','6','36'),('4666','6','36'),('4713','3','1'),('4714','4','1'),('4715','5','1'),('4716','6','1'),('4717','7','1'),('4718','11','1'),('4719','8','1'),('4720','10','1'),('4721','12','1'),('4722','13','1'),('4723','14','1'),('4724','15','1'),('4725','16','1'),('4726','18','1'),('4727','19','1'),('4728','20','1'),('4729','21','1'),('4730','22','1'),('4731','24','1'),('4732','25','1'),('4733','26','1'),('4734','27','1'),('4735','29','1'),('4736','30','1'),('4737','31','1'),('4738','32','1'),('4740','3','1'),('4741','4','1'),('4742','5','1'),('4743','6','1'),('4744','7','1'),('4745','11','1'),('4746','8','1'),('4747','10','1'),('4748','12','1'),('4749','13','1'),('4750','14','1'),('4751','15','1'),('4752','16','1'),('4753','18','1'),('4754','19','1'),('4755','20','1'),('4756','21','1'),('4757','22','1'),('4758','24','1'),('4759','25','1'),('4760','26','1'),('4761','27','1'),('4762','29','1'),('4763','30','1'),('4764','31','1'),('4765','32','1'),('4767','3','1'),('4768','4','1'),('4769','5','1'),('4770','6','1'),('4771','7','1'),('4772','11','1'),('4773','8','1'),('4774','10','1'),('4775','12','1'),('4776','13','1'),('4777','14','1'),('4778','15','1'),('4779','16','1'),('4780','18','1'),('4781','19','1'),('4782','20','1'),('4783','21','1'),('4784','22','1'),('4785','24','1'),('4786','25','1'),('4787','26','1'),('4788','27','1'),('4789','29','1'),('4790','30','1'),('4791','31','1'),('4792','32','1'),('4794','3','2'),('4795','4','2'),('4796','5','2'),('4797','6','2'),('4798','7','2'),('4799','11','2'),('4800','8','2'),('4801','10','2'),('4802','12','2'),('4803','13','2'),('4804','14','2'),('4805','15','2'),('4806','17','2'),('4807','19','2'),('4808','20','2'),('4809','21','2'),('4810','22','2'),('4811','23','2'),('4812','24','2'),('4813','25','2'),('4814','28','2'),('4815','29','2'),('4816','30','2'),('4817','31','2'),('4818','32','2'),('4845','3','2'),('4846','4','2'),('4847','5','2'),('4848','6','2'),('4849','7','2'),('4850','11','2'),('4851','8','2'),('4852','10','2'),('4853','12','2'),('4854','13','2'),('4855','14','2'),('4856','15','2'),('4857','17','2'),('4858','19','2'),('4859','20','2'),('4860','21','2'),('4861','22','2'),('4862','23','2'),('4863','24','2'),('4864','25','2'),('4865','28','2'),('4866','29','2'),('4867','30','2'),('4868','31','2'),('4869','32','2'),('4896','3','2'),('4897','4','2'),('4898','5','2'),('4899','6','2'),('4900','7','2'),('4901','11','2'),('4902','8','2'),('4903','10','2'),('4904','12','2'),('4905','13','2'),('4906','14','2'),('4907','15','2'),('4908','17','2'),('4909','19','2'),('4910','20','2'),('4911','21','2'),('4912','22','2'),('4913','23','2'),('4914','24','2'),('4915','25','2'),('4916','28','2'),('4917','29','2'),('4918','30','2'),('4919','31','2'),('4920','32','2'),('4947','3','3'),('4948','4','3'),('4949','5','3'),('4950','6','3'),('4951','7','3'),('4952','11','3'),('4953','8','3'),('4954','10','3'),('4955','12','3'),('4956','13','3'),('4957','14','3'),('4958','15','3'),('4959','17','3'),('4960','19','3'),('4961','20','3'),('4962','21','3'),('4963','22','3'),('4964','23','3'),('4965','24','3'),('4966','25','3'),('4967','28','3'),('4968','29','3'),('4969','30','3'),('4970','31','3'),('4971','32','3'),('4998','3','3'),('4999','4','3'),('5000','5','3'),('5001','6','3'),('5002','7','3'),('5003','11','3'),('5004','8','3'),('5005','10','3'),('5006','12','3'),('5007','13','3'),('5008','14','3'),('5009','15','3'),('5010','17','3'),('5011','19','3'),('5012','20','3'),('5013','21','3'),('5014','22','3'),('5015','23','3'),('5016','24','3'),('5017','25','3'),('5018','28','3'),('5019','29','3'),('5020','30','3'),('5021','31','3'),('5022','32','3'),('5049','3','3'),('5050','4','3'),('5051','5','3'),('5052','6','3'),('5053','7','3'),('5054','11','3'),('5055','8','3'),('5056','10','3'),('5057','12','3'),('5058','13','3'),('5059','14','3'),('5060','15','3'),('5061','17','3'),('5062','19','3'),('5063','20','3'),('5064','21','3'),('5065','22','3'),('5066','23','3'),('5067','24','3'),('5068','25','3'),('5069','28','3'),('5070','29','3'),('5071','30','3'),('5072','31','3'),('5073','32','3'),('5100','3','4'),('5101','4','4'),('5102','5','4'),('5103','6','4'),('5104','7','4'),('5105','11','4'),('5106','8','4'),('5107','10','4'),('5108','12','4'),('5109','13','4'),('5110','14','4'),('5111','15','4'),('5112','17','4'),('5113','19','4'),('5114','20','4'),('5115','21','4'),('5116','22','4'),('5117','23','4'),('5118','24','4'),('5119','25','4'),('5120','28','4'),('5121','29','4'),('5122','30','4'),('5123','31','4'),('5124','32','4'),('5151','3','4'),('5152','4','4'),('5153','5','4'),('5154','6','4'),('5155','7','4'),('5156','11','4'),('5157','8','4'),('5158','10','4'),('5159','12','4'),('5160','13','4'),('5161','14','4'),('5162','15','4'),('5163','17','4'),('5164','19','4'),('5165','20','4'),('5166','21','4'),('5167','22','4'),('5168','23','4'),('5169','24','4'),('5170','25','4'),('5171','28','4'),('5172','29','4'),('5173','30','4'),('5174','31','4'),('5175','32','4'),('5202','3','4'),('5203','4','4'),('5204','5','4'),('5205','6','4'),('5206','7','4'),('5207','11','4'),('5208','8','4'),('5209','10','4'),('5210','12','4'),('5211','13','4'),('5212','14','4'),('5213','15','4'),('5214','17','4'),('5215','19','4'),('5216','20','4'),('5217','21','4'),('5218','22','4'),('5219','23','4'),('5220','24','4'),('5221','25','4'),('5222','28','4'),('5223','29','4'),('5224','30','4'),('5225','31','4'),('5226','32','4'),('5253','3','5'),('5254','4','5'),('5255','5','5'),('5256','6','5'),('5257','7','5'),('5258','11','5'),('5259','8','5'),('5260','10','5'),('5261','12','5'),('5262','13','5'),('5263','14','5'),('5264','15','5'),('5265','17','5'),('5266','19','5'),('5267','20','5'),('5268','21','5'),('5269','22','5'),('5270','23','5'),('5271','24','5'),('5272','25','5'),('5273','28','5'),('5274','29','5'),('5275','30','5'),('5276','31','5'),('5277','32','5'),('5304','3','5'),('5305','4','5'),('5306','5','5'),('5307','6','5'),('5308','7','5'),('5309','11','5'),('5310','8','5'),('5311','10','5'),('5312','12','5'),('5313','13','5'),('5314','14','5'),('5315','15','5'),('5316','17','5'),('5317','19','5'),('5318','20','5'),('5319','21','5'),('5320','22','5'),('5321','23','5'),('5322','24','5'),('5323','25','5'),('5324','28','5'),('5325','29','5'),('5326','30','5'),('5327','31','5'),('5328','32','5'),('5355','3','5'),('5356','4','5'),('5357','5','5'),('5358','6','5'),('5359','7','5'),('5360','11','5'),('5361','8','5'),('5362','10','5'),('5363','12','5'),('5364','13','5'),('5365','14','5'),('5366','15','5'),('5367','17','5'),('5368','19','5'),('5369','20','5'),('5370','21','5'),('5371','22','5'),('5372','23','5'),('5373','24','5'),('5374','25','5'),('5375','28','5'),('5376','29','5'),('5377','30','5'),('5378','31','5'),('5379','32','5'),('5406','3','6'),('5407','4','6'),('5408','5','6'),('5409','6','6'),('5410','7','6'),('5411','11','6'),('5412','8','6'),('5413','12','6'),('5414','13','6'),('5415','15','6'),('5416','17','6'),('5417','19','6'),('5418','20','6'),('5419','22','6'),('5420','23','6'),('5421','25','6'),('5422','26','6'),('5423','28','6'),('5424','29','6'),('5425','30','6'),('5426','31','6'),('5427','32','6'),('5450','21','6'),('5452','3','6'),('5453','4','6'),('5454','5','6'),('5455','6','6'),('5456','7','6'),('5457','11','6'),('5458','8','6'),('5459','12','6'),('5460','13','6'),('5461','15','6'),('5462','17','6'),('5463','19','6'),('5464','20','6'),('5465','22','6'),('5466','23','6'),('5467','25','6'),('5468','26','6'),('5469','28','6'),('5470','29','6'),('5471','30','6'),('5472','31','6'),('5473','32','6'),('5496','21','6'),('5498','3','6'),('5499','4','6'),('5500','5','6'),('5501','6','6'),('5502','7','6'),('5503','11','6'),('5504','8','6'),('5505','12','6'),('5506','13','6'),('5507','15','6'),('5508','17','6'),('5509','19','6'),('5510','20','6'),('5511','22','6'),('5512','23','6'),('5513','25','6'),('5514','26','6'),('5515','28','6'),('5516','29','6'),('5517','30','6'),('5518','31','6'),('5519','32','6'),('5542','21','6'),('5544','3','7'),('5545','4','7'),('5546','5','7'),('5547','6','7'),('5548','7','7'),('5549','11','7'),('5550','8','7'),('5551','12','7'),('5552','13','7'),('5553','15','7'),('5554','17','7'),('5555','19','7'),('5556','20','7'),('5557','22','7'),('5558','23','7'),('5559','25','7'),('5560','26','7'),('5561','28','7'),('5562','29','7'),('5563','30','7'),('5564','31','7'),('5565','32','7'),('5588','21','7'),('5590','3','7'),('5591','4','7'),('5592','5','7'),('5593','6','7'),('5594','7','7'),('5595','11','7'),('5596','8','7'),('5597','12','7'),('5598','13','7'),('5599','15','7'),('5600','17','7'),('5601','19','7'),('5602','20','7'),('5603','22','7'),('5604','23','7'),('5605','25','7'),('5606','26','7'),('5607','28','7'),('5608','29','7'),('5609','30','7'),('5610','31','7'),('5611','32','7'),('5634','21','7'),('5636','3','7'),('5637','4','7'),('5638','5','7'),('5639','6','7'),('5640','7','7'),('5641','11','7'),('5642','8','7'),('5643','12','7'),('5644','13','7'),('5645','15','7'),('5646','17','7'),('5647','19','7'),('5648','20','7'),('5649','22','7'),('5650','23','7'),('5651','25','7'),('5652','26','7'),('5653','28','7'),('5654','29','7'),('5655','30','7'),('5656','31','7'),('5657','32','7'),('5680','21','7'),('5682','3','8'),('5683','4','8'),('5684','5','8'),('5685','6','8'),('5686','7','8'),('5687','11','8'),('5688','8','8'),('5689','12','8'),('5690','13','8'),('5691','15','8'),('5692','17','8'),('5693','19','8'),('5694','20','8'),('5695','22','8'),('5696','23','8'),('5697','25','8'),('5698','26','8'),('5699','28','8'),('5700','29','8'),('5701','30','8'),('5702','31','8'),('5703','32','8'),('5726','21','8'),('5728','3','8'),('5729','4','8'),('5730','5','8'),('5731','6','8'),('5732','7','8'),('5733','11','8'),('5734','8','8'),('5735','12','8'),('5736','13','8'),('5737','15','8'),('5738','17','8'),('5739','19','8'),('5740','20','8'),('5741','22','8'),('5742','23','8'),('5743','25','8'),('5744','26','8'),('5745','28','8'),('5746','29','8'),('5747','30','8'),('5748','31','8'),('5749','32','8'),('5772','21','8'),('5774','3','8'),('5775','4','8'),('5776','5','8'),('5777','6','8'),('5778','7','8'),('5779','11','8'),('5780','8','8'),('5781','12','8'),('5782','13','8'),('5783','15','8'),('5784','17','8'),('5785','19','8'),('5786','20','8'),('5787','22','8'),('5788','23','8'),('5789','25','8'),('5790','26','8'),('5791','28','8'),('5792','29','8'),('5793','30','8'),('5794','31','8'),('5795','32','8'),('5818','21','8'),('5820','3','14'),('5821','4','14'),('5822','5','14'),('5823','6','14'),('5824','7','14'),('5825','11','14'),('5826','8','14'),('5827','9','14'),('5828','12','14'),('5829','13','14'),('5830','16','14'),('5831','17','14'),('5832','18','14'),('5833','19','14'),('5834','20','14'),('5835','21','14'),('5836','22','14'),('5837','24','14'),('5838','25','14'),('5839','26','14'),('5840','27','14'),('5841','29','14'),('5842','31','14'),('5843','32','14'),('5869','3','14'),('5870','4','14'),('5871','5','14'),('5872','6','14'),('5873','7','14'),('5874','11','14'),('5875','8','14'),('5876','9','14'),('5877','12','14'),('5878','13','14'),('5879','16','14'),('5880','17','14'),('5881','18','14'),('5882','19','14'),('5883','20','14'),('5884','21','14'),('5885','22','14'),('5886','24','14'),('5887','25','14'),('5888','26','14'),('5889','27','14'),('5890','29','14'),('5891','31','14'),('5892','32','14'),('5918','3','14'),('5919','4','14'),('5920','5','14'),('5921','6','14'),('5922','7','14'),('5923','11','14'),('5924','8','14'),('5925','9','14'),('5926','12','14'),('5927','13','14'),('5928','16','14'),('5929','17','14'),('5930','18','14'),('5931','19','14'),('5932','20','14'),('5933','21','14'),('5934','22','14'),('5935','24','14'),('5936','25','14'),('5937','26','14'),('5938','27','14'),('5939','29','14'),('5940','31','14'),('5941','32','14'),('5967','3','15'),('5968','4','15'),('5969','5','15'),('5970','6','15'),('5971','7','15'),('5972','11','15'),('5973','8','15'),('5974','9','15'),('5975','12','15'),('5976','13','15'),('5977','16','15'),('5978','17','15'),('5979','18','15'),('5980','19','15'),('5981','20','15'),('5982','21','15'),('5983','22','15'),('5984','24','15'),('5985','25','15'),('5986','26','15'),('5987','27','15'),('5988','29','15'),('5989','31','15'),('5990','32','15'),('6016','3','15'),('6017','4','15'),('6018','5','15'),('6019','6','15'),('6020','7','15'),('6021','11','15'),('6022','8','15'),('6023','9','15'),('6024','12','15'),('6025','13','15'),('6026','16','15'),('6027','17','15'),('6028','18','15'),('6029','19','15'),('6030','20','15'),('6031','21','15'),('6032','22','15'),('6033','24','15'),('6034','25','15'),('6035','26','15'),('6036','27','15'),('6037','29','15'),('6038','31','15'),('6039','32','15'),('6065','3','15'),('6066','4','15'),('6067','5','15'),('6068','6','15'),('6069','7','15'),('6070','11','15'),('6071','8','15'),('6072','9','15'),('6073','12','15'),('6074','13','15'),('6075','16','15'),('6076','17','15'),('6077','18','15'),('6078','19','15'),('6079','20','15'),('6080','21','15'),('6081','22','15'),('6082','24','15'),('6083','25','15'),('6084','26','15'),('6085','27','15'),('6086','29','15'),('6087','31','15'),('6088','32','15'),('6114','3','16'),('6115','4','16'),('6116','5','16'),('6117','6','16'),('6118','7','16'),('6119','11','16'),('6120','9','16'),('6121','10','16'),('6122','13','16'),('6123','14','16'),('6124','15','16'),('6125','17','16'),('6126','18','16'),('6127','19','16'),('6128','21','16'),('6129','22','16'),('6130','23','16'),('6131','24','16'),('6132','25','16'),('6133','27','16'),('6134','29','16'),('6135','31','16'),('6136','32','16'),('6161','3','16'),('6162','4','16'),('6163','5','16'),('6164','6','16'),('6165','7','16'),('6166','11','16'),('6167','9','16'),('6168','10','16'),('6169','13','16'),('6170','14','16'),('6171','15','16'),('6172','17','16'),('6173','18','16'),('6174','19','16'),('6175','21','16'),('6176','22','16'),('6177','23','16'),('6178','24','16'),('6179','25','16'),('6180','27','16'),('6181','29','16'),('6182','31','16'),('6183','32','16'),('6208','3','16'),('6209','4','16'),('6210','5','16'),('6211','6','16'),('6212','7','16'),('6213','11','16'),('6214','9','16'),('6215','10','16'),('6216','13','16'),('6217','14','16'),('6218','15','16'),('6219','17','16'),('6220','18','16'),('6221','19','16'),('6222','21','16'),('6223','22','16'),('6224','23','16'),('6225','24','16'),('6226','25','16'),('6227','27','16'),('6228','29','16'),('6229','31','16'),('6230','32','16'),('6255','3','17'),('6256','4','17'),('6257','5','17'),('6258','6','17'),('6259','7','17'),('6260','11','17'),('6261','9','17'),('6262','10','17'),('6263','13','17'),('6264','14','17'),('6265','15','17'),('6266','17','17'),('6267','18','17'),('6268','19','17'),('6269','21','17'),('6270','22','17'),('6271','23','17'),('6272','24','17'),('6273','25','17'),('6274','27','17'),('6275','29','17'),('6276','31','17'),('6277','32','17'),('6302','3','17'),('6303','4','17'),('6304','5','17'),('6305','6','17'),('6306','7','17'),('6307','11','17'),('6308','9','17'),('6309','10','17'),('6310','13','17'),('6311','14','17'),('6312','15','17'),('6313','17','17'),('6314','18','17'),('6315','19','17'),('6316','21','17'),('6317','22','17'),('6318','23','17'),('6319','24','17'),('6320','25','17'),('6321','27','17'),('6322','29','17'),('6323','31','17'),('6324','32','17'),('6349','3','17'),('6350','4','17'),('6351','5','17'),('6352','6','17'),('6353','7','17'),('6354','11','17'),('6355','9','17'),('6356','10','17'),('6357','13','17'),('6358','14','17'),('6359','15','17'),('6360','17','17'),('6361','18','17'),('6362','19','17'),('6363','21','17'),('6364','22','17'),('6365','23','17'),('6366','24','17'),('6367','25','17'),('6368','27','17'),('6369','29','17'),('6370','31','17'),('6371','32','17'),('6396','3','18'),('6397','4','18'),('6398','5','18'),('6399','6','18'),('6400','7','18'),('6401','11','18'),('6402','9','18'),('6403','10','18'),('6404','13','18'),('6405','14','18'),('6406','15','18'),('6407','17','18'),('6408','18','18'),('6409','19','18'),('6410','21','18'),('6411','22','18'),('6412','23','18'),('6413','24','18'),('6414','25','18'),('6415','27','18'),('6416','29','18'),('6417','31','18'),('6418','32','18'),('6443','3','18'),('6444','4','18'),('6445','5','18'),('6446','6','18'),('6447','7','18'),('6448','11','18'),('6449','9','18'),('6450','10','18'),('6451','13','18'),('6452','14','18'),('6453','15','18'),('6454','17','18'),('6455','18','18'),('6456','19','18'),('6457','21','18'),('6458','22','18'),('6459','23','18'),('6460','24','18'),('6461','25','18'),('6462','27','18'),('6463','29','18'),('6464','31','18'),('6465','32','18'),('6490','3','18'),('6491','4','18'),('6492','5','18'),('6493','6','18'),('6494','7','18'),('6495','11','18'),('6496','9','18'),('6497','10','18'),('6498','13','18'),('6499','14','18'),('6500','15','18'),('6501','17','18'),('6502','18','18'),('6503','19','18'),('6504','21','18'),('6505','22','18'),('6506','23','18'),('6507','24','18'),('6508','25','18'),('6509','27','18'),('6510','29','18'),('6511','31','18'),('6512','32','18'),('6537','3','19'),('6538','4','19'),('6539','5','19'),('6540','6','19'),('6541','7','19'),('6542','11','19'),('6543','9','19'),('6544','10','19'),('6545','13','19'),('6546','14','19'),('6547','15','19'),('6548','17','19'),('6549','18','19'),('6550','19','19'),('6551','21','19'),('6552','22','19'),('6553','23','19'),('6554','24','19'),('6555','25','19'),('6556','27','19'),('6557','29','19'),('6558','31','19'),('6559','32','19'),('6584','3','19'),('6585','4','19'),('6586','5','19'),('6587','6','19'),('6588','7','19'),('6589','11','19'),('6590','9','19'),('6591','10','19'),('6592','13','19'),('6593','14','19'),('6594','15','19'),('6595','17','19'),('6596','18','19'),('6597','19','19'),('6598','21','19'),('6599','22','19'),('6600','23','19'),('6601','24','19'),('6602','25','19'),('6603','27','19'),('6604','29','19'),('6605','31','19'),('6606','32','19'),('6631','3','19'),('6632','4','19'),('6633','5','19'),('6634','6','19'),('6635','7','19'),('6636','11','19'),('6637','9','19'),('6638','10','19'),('6639','13','19'),('6640','14','19'),('6641','15','19'),('6642','17','19'),('6643','18','19'),('6644','19','19'),('6645','21','19'),('6646','22','19'),('6647','23','19'),('6648','24','19'),('6649','25','19'),('6650','27','19'),('6651','29','19'),('6652','31','19'),('6653','32','19'),('6678','3','20'),('6679','4','20'),('6680','5','20'),('6681','6','20'),('6682','7','20'),('6683','11','20'),('6684','9','20'),('6685','10','20'),('6686','13','20'),('6687','14','20'),('6688','15','20'),('6689','17','20'),('6690','18','20'),('6691','19','20'),('6692','21','20'),('6693','22','20'),('6694','23','20'),('6695','24','20'),('6696','25','20'),('6697','27','20'),('6698','29','20'),('6699','31','20'),('6700','32','20'),('6725','3','20'),('6726','4','20'),('6727','5','20'),('6728','6','20'),('6729','7','20'),('6730','11','20'),('6731','9','20'),('6732','10','20'),('6733','13','20'),('6734','14','20'),('6735','15','20'),('6736','17','20'),('6737','18','20'),('6738','19','20'),('6739','21','20'),('6740','22','20'),('6741','23','20'),('6742','24','20'),('6743','25','20'),('6744','27','20'),('6745','29','20'),('6746','31','20'),('6747','32','20'),('6772','3','20'),('6773','4','20'),('6774','5','20'),('6775','6','20'),('6776','7','20'),('6777','11','20'),('6778','9','20'),('6779','10','20'),('6780','13','20'),('6781','14','20'),('6782','15','20'),('6783','17','20'),('6784','18','20'),('6785','19','20'),('6786','21','20'),('6787','22','20'),('6788','23','20'),('6789','24','20'),('6790','25','20'),('6791','27','20'),('6792','29','20'),('6793','31','20'),('6794','32','20');
/*!40000 ALTER TABLE `catalog_url_rewrite_product_category` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cataloginventory_stock`
--

DROP TABLE IF EXISTS `cataloginventory_stock`;
CREATE TABLE `cataloginventory_stock` (
  `stock_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Stock Id',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website Id',
  `stock_name` varchar(255) DEFAULT NULL COMMENT 'Stock Name',
  PRIMARY KEY (`stock_id`),
  KEY `CATALOGINVENTORY_STOCK_WEBSITE_ID` (`website_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Cataloginventory Stock';

--
-- Dumping data for table `cataloginventory_stock`
--

LOCK TABLES `cataloginventory_stock` WRITE;
/*!40000 ALTER TABLE `cataloginventory_stock` DISABLE KEYS */;
INSERT INTO `cataloginventory_stock` VALUES (1,0,'Default');
/*!40000 ALTER TABLE `cataloginventory_stock` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cataloginventory_stock_item`
--

DROP TABLE IF EXISTS `cataloginventory_stock_item`;
CREATE TABLE `cataloginventory_stock_item` (
  `item_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Item Id',
  `product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Product Id',
  `stock_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Stock Id',
  `qty` decimal(12,4) DEFAULT NULL COMMENT 'Qty',
  `min_qty` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Min Qty',
  `use_config_min_qty` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Use Config Min Qty',
  `is_qty_decimal` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Qty Decimal',
  `backorders` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Backorders',
  `use_config_backorders` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Use Config Backorders',
  `min_sale_qty` decimal(12,4) NOT NULL DEFAULT '1.0000' COMMENT 'Min Sale Qty',
  `use_config_min_sale_qty` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Use Config Min Sale Qty',
  `max_sale_qty` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Max Sale Qty',
  `use_config_max_sale_qty` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Use Config Max Sale Qty',
  `is_in_stock` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is In Stock',
  `low_stock_date` timestamp NULL DEFAULT NULL COMMENT 'Low Stock Date',
  `notify_stock_qty` decimal(12,4) DEFAULT NULL COMMENT 'Notify Stock Qty',
  `use_config_notify_stock_qty` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Use Config Notify Stock Qty',
  `manage_stock` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Manage Stock',
  `use_config_manage_stock` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Use Config Manage Stock',
  `stock_status_changed_auto` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Stock Status Changed Automatically',
  `use_config_qty_increments` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Use Config Qty Increments',
  `qty_increments` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Qty Increments',
  `use_config_enable_qty_inc` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Use Config Enable Qty Increments',
  `enable_qty_increments` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Enable Qty Increments',
  `is_decimal_divided` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Divided into Multiple Boxes for Shipping',
  `website_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Website ID',
  PRIMARY KEY (`item_id`),
  UNIQUE KEY `CATALOGINVENTORY_STOCK_ITEM_PRODUCT_ID_STOCK_ID` (`product_id`,`stock_id`),
  KEY `CATALOGINVENTORY_STOCK_ITEM_WEBSITE_ID` (`website_id`),
  KEY `CATALOGINVENTORY_STOCK_ITEM_STOCK_ID` (`stock_id`)
) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=utf8 COMMENT='Cataloginventory Stock Item';

--
-- Dumping data for table `cataloginventory_stock_item`
--

LOCK TABLES `cataloginventory_stock_item` WRITE;
/*!40000 ALTER TABLE `cataloginventory_stock_item` DISABLE KEYS */;
INSERT INTO `cataloginventory_stock_item` VALUES ('1','1',1,'3122.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('2','2',1,'6544.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('3','3',1,'6544.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('4','4',1,'7655.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('5','5',1,'6555.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,0,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('6','6',1,'3124.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('7','7',1,'1255.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('8','8',1,'6544.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('9','14',1,'5388.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('10','15',1,'5443.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('11','16',1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('12','17',1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('13','18',1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('14','19',1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('15','20',1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('16','21',1,'76.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('17','22',1,'76.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('18','23',1,'87.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('19','24',1,'87.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('20','25',1,'87.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('21','26',1,'87.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('22','27',1,'87.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('23','28',1,'87.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('24','29',1,'87.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('25','30',1,'78.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('26','31',1,'87.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('27','32',1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('28','33',1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('29','34',1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('30','35',1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('31','36',1,'0.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('32','37',1,NULL,'0.0000',1,0,0,1,'1.0000',1,'0.0000',1,0,'2017-11-26 09:30:15',NULL,1,0,1,0,1,'0.0000',1,0,0,0),('33','38',1,'87.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('34','39',1,'87.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('35','40',1,'89.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('36','41',1,'98.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('37','42',1,'98.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('38','43',1,'98.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('39','44',1,'87.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('40','45',1,'87.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('41','46',1,'87.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('42','47',1,'98.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0),('43','48',1,'98.0000','0.0000',1,0,0,1,'1.0000',1,'10000.0000',1,1,NULL,'1.0000',1,1,1,0,1,'1.0000',1,0,0,0);
/*!40000 ALTER TABLE `cataloginventory_stock_item` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cataloginventory_stock_status`
--

DROP TABLE IF EXISTS `cataloginventory_stock_status`;
CREATE TABLE `cataloginventory_stock_status` (
  `product_id` int(10) unsigned NOT NULL COMMENT 'Product Id',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website Id',
  `stock_id` smallint(5) unsigned NOT NULL COMMENT 'Stock Id',
  `qty` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Qty',
  `stock_status` smallint(5) unsigned NOT NULL COMMENT 'Stock Status',
  PRIMARY KEY (`product_id`,`website_id`,`stock_id`),
  KEY `CATALOGINVENTORY_STOCK_STATUS_STOCK_ID` (`stock_id`),
  KEY `CATALOGINVENTORY_STOCK_STATUS_WEBSITE_ID` (`website_id`),
  KEY `CATALOGINVENTORY_STOCK_STATUS_STOCK_STATUS` (`stock_status`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Cataloginventory Stock Status';

--
-- Dumping data for table `cataloginventory_stock_status`
--

LOCK TABLES `cataloginventory_stock_status` WRITE;
/*!40000 ALTER TABLE `cataloginventory_stock_status` DISABLE KEYS */;
INSERT INTO `cataloginventory_stock_status` VALUES ('1',0,1,'3122.0000',1),('2',0,1,'6544.0000',1),('3',0,1,'6544.0000',1),('4',0,1,'7655.0000',1),('5',0,1,'6555.0000',0),('6',0,1,'3124.0000',1),('7',0,1,'1255.0000',1),('8',0,1,'6544.0000',1),('14',0,1,'5388.0000',1),('15',0,1,'5443.0000',1),('16',0,1,'0.0000',1),('17',0,1,'0.0000',1),('18',0,1,'0.0000',1),('19',0,1,'0.0000',1),('20',0,1,'0.0000',1),('21',0,1,'76.0000',1),('22',0,1,'76.0000',1),('23',0,1,'87.0000',1),('24',0,1,'87.0000',1),('25',0,1,'87.0000',1),('26',0,1,'87.0000',1),('27',0,1,'87.0000',1),('28',0,1,'87.0000',1),('29',0,1,'87.0000',1),('30',0,1,'78.0000',1),('31',0,1,'87.0000',1),('32',0,1,'0.0000',1),('33',0,1,'0.0000',1),('34',0,1,'0.0000',1),('35',0,1,'0.0000',1),('36',0,1,'0.0000',1),('38',0,1,'87.0000',1),('39',0,1,'87.0000',1),('40',0,1,'89.0000',1),('41',0,1,'98.0000',1),('42',0,1,'98.0000',1),('43',0,1,'98.0000',1),('44',0,1,'87.0000',1),('45',0,1,'87.0000',1),('46',0,1,'87.0000',1),('47',0,1,'98.0000',1),('48',0,1,'98.0000',1);
/*!40000 ALTER TABLE `cataloginventory_stock_status` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cataloginventory_stock_status_idx`
--

DROP TABLE IF EXISTS `cataloginventory_stock_status_idx`;
CREATE TABLE `cataloginventory_stock_status_idx` (
  `product_id` int(10) unsigned NOT NULL COMMENT 'Product Id',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website Id',
  `stock_id` smallint(5) unsigned NOT NULL COMMENT 'Stock Id',
  `qty` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Qty',
  `stock_status` smallint(5) unsigned NOT NULL COMMENT 'Stock Status',
  PRIMARY KEY (`product_id`,`website_id`,`stock_id`),
  KEY `CATALOGINVENTORY_STOCK_STATUS_IDX_STOCK_ID` (`stock_id`),
  KEY `CATALOGINVENTORY_STOCK_STATUS_IDX_WEBSITE_ID` (`website_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Cataloginventory Stock Status Indexer Idx';

--
-- Table structure for table `cataloginventory_stock_status_replica`
--

DROP TABLE IF EXISTS `cataloginventory_stock_status_replica`;
CREATE TABLE `cataloginventory_stock_status_replica` (
  `product_id` int(10) unsigned NOT NULL COMMENT 'Product Id',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website Id',
  `stock_id` smallint(5) unsigned NOT NULL COMMENT 'Stock Id',
  `qty` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Qty',
  `stock_status` smallint(5) unsigned NOT NULL COMMENT 'Stock Status',
  PRIMARY KEY (`product_id`,`website_id`,`stock_id`),
  KEY `CATALOGINVENTORY_STOCK_STATUS_STOCK_ID` (`stock_id`),
  KEY `CATALOGINVENTORY_STOCK_STATUS_WEBSITE_ID` (`website_id`),
  KEY `CATALOGINVENTORY_STOCK_STATUS_STOCK_STATUS` (`stock_status`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Cataloginventory Stock Status';

--
-- Dumping data for table `cataloginventory_stock_status_replica`
--

LOCK TABLES `cataloginventory_stock_status_replica` WRITE;
/*!40000 ALTER TABLE `cataloginventory_stock_status_replica` DISABLE KEYS */;
INSERT INTO `cataloginventory_stock_status_replica` VALUES ('1',0,1,'3122.0000',1),('2',0,1,'6544.0000',1),('3',0,1,'6544.0000',1),('4',0,1,'7655.0000',1),('5',0,1,'6555.0000',0),('6',0,1,'3124.0000',1),('7',0,1,'1255.0000',1),('8',0,1,'6544.0000',1),('14',0,1,'5388.0000',1),('15',0,1,'5443.0000',1),('16',0,1,'0.0000',1),('17',0,1,'0.0000',1),('18',0,1,'0.0000',1),('19',0,1,'0.0000',1),('20',0,1,'0.0000',1),('21',0,1,'76.0000',1),('22',0,1,'76.0000',1),('23',0,1,'87.0000',1),('24',0,1,'87.0000',1),('25',0,1,'87.0000',1),('26',0,1,'87.0000',1),('27',0,1,'87.0000',1),('28',0,1,'87.0000',1),('29',0,1,'87.0000',1),('30',0,1,'78.0000',1),('31',0,1,'87.0000',1),('32',0,1,'0.0000',1),('33',0,1,'0.0000',1),('34',0,1,'0.0000',1),('35',0,1,'0.0000',1),('36',0,1,'0.0000',1),('38',0,1,'87.0000',1),('39',0,1,'87.0000',1),('40',0,1,'89.0000',1),('41',0,1,'98.0000',1),('42',0,1,'98.0000',1),('43',0,1,'98.0000',1),('44',0,1,'87.0000',1),('45',0,1,'87.0000',1),('46',0,1,'87.0000',1),('47',0,1,'98.0000',1),('48',0,1,'98.0000',1);
/*!40000 ALTER TABLE `cataloginventory_stock_status_replica` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cataloginventory_stock_status_tmp`
--

DROP TABLE IF EXISTS `cataloginventory_stock_status_tmp`;
CREATE TABLE `cataloginventory_stock_status_tmp` (
  `product_id` int(10) unsigned NOT NULL COMMENT 'Product Id',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website Id',
  `stock_id` smallint(5) unsigned NOT NULL COMMENT 'Stock Id',
  `qty` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Qty',
  `stock_status` smallint(5) unsigned NOT NULL COMMENT 'Stock Status',
  PRIMARY KEY (`product_id`,`website_id`,`stock_id`),
  KEY `CATALOGINVENTORY_STOCK_STATUS_TMP_STOCK_ID` (`stock_id`),
  KEY `CATALOGINVENTORY_STOCK_STATUS_TMP_WEBSITE_ID` (`website_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8 COMMENT='Cataloginventory Stock Status Indexer Tmp';

--
-- Table structure for table `catalogrule`
--

DROP TABLE IF EXISTS `catalogrule`;
CREATE TABLE `catalogrule` (
  `rule_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Rule Id',
  `name` varchar(255) DEFAULT NULL COMMENT 'Name',
  `description` text COMMENT 'Description',
  `from_date` date DEFAULT NULL COMMENT 'From',
  `to_date` date DEFAULT NULL COMMENT 'To',
  `is_active` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Is Active',
  `conditions_serialized` mediumtext COMMENT 'Conditions Serialized',
  `actions_serialized` mediumtext COMMENT 'Actions Serialized',
  `stop_rules_processing` smallint(6) NOT NULL DEFAULT '1' COMMENT 'Stop Rules Processing',
  `sort_order` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Sort Order',
  `simple_action` varchar(32) DEFAULT NULL COMMENT 'Simple Action',
  `discount_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Discount Amount',
  PRIMARY KEY (`rule_id`),
  KEY `CATALOGRULE_IS_ACTIVE_SORT_ORDER_TO_DATE_FROM_DATE` (`is_active`,`sort_order`,`to_date`,`from_date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='CatalogRule';

--
-- Table structure for table `catalogrule_customer_group`
--

DROP TABLE IF EXISTS `catalogrule_customer_group`;
CREATE TABLE `catalogrule_customer_group` (
  `rule_id` int(10) unsigned NOT NULL COMMENT 'Rule Id',
  `customer_group_id` int(10) unsigned NOT NULL COMMENT 'Customer Group Id',
  PRIMARY KEY (`rule_id`,`customer_group_id`),
  KEY `CATALOGRULE_CUSTOMER_GROUP_CUSTOMER_GROUP_ID` (`customer_group_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Rules To Customer Groups Relations';

--
-- Table structure for table `catalogrule_group_website`
--

DROP TABLE IF EXISTS `catalogrule_group_website`;
CREATE TABLE `catalogrule_group_website` (
  `rule_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Rule Id',
  `customer_group_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Customer Group Id',
  `website_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Website Id',
  PRIMARY KEY (`rule_id`,`customer_group_id`,`website_id`),
  KEY `CATALOGRULE_GROUP_WEBSITE_CUSTOMER_GROUP_ID` (`customer_group_id`),
  KEY `CATALOGRULE_GROUP_WEBSITE_WEBSITE_ID` (`website_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='CatalogRule Group Website';

--
-- Table structure for table `catalogrule_group_website_replica`
--

DROP TABLE IF EXISTS `catalogrule_group_website_replica`;
CREATE TABLE `catalogrule_group_website_replica` (
  `rule_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Rule Id',
  `customer_group_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Customer Group Id',
  `website_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Website Id',
  PRIMARY KEY (`rule_id`,`customer_group_id`,`website_id`),
  KEY `CATALOGRULE_GROUP_WEBSITE_CUSTOMER_GROUP_ID` (`customer_group_id`),
  KEY `CATALOGRULE_GROUP_WEBSITE_WEBSITE_ID` (`website_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='CatalogRule Group Website';

--
-- Table structure for table `catalogrule_product`
--

DROP TABLE IF EXISTS `catalogrule_product`;
CREATE TABLE `catalogrule_product` (
  `rule_product_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Rule Product Id',
  `rule_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Rule Id',
  `from_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'From Time',
  `to_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'To time',
  `customer_group_id` int(11) DEFAULT NULL,
  `product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Product Id',
  `action_operator` varchar(10) DEFAULT 'to_fixed' COMMENT 'Action Operator',
  `action_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Action Amount',
  `action_stop` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Action Stop',
  `sort_order` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Sort Order',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website Id',
  PRIMARY KEY (`rule_product_id`),
  UNIQUE KEY `IDX_EAA51B56FF092A0DCB795D1CEF812B7B` (`rule_id`,`from_time`,`to_time`,`website_id`,`customer_group_id`,`product_id`,`sort_order`),
  KEY `CATALOGRULE_PRODUCT_CUSTOMER_GROUP_ID` (`customer_group_id`),
  KEY `CATALOGRULE_PRODUCT_WEBSITE_ID` (`website_id`),
  KEY `CATALOGRULE_PRODUCT_FROM_TIME` (`from_time`),
  KEY `CATALOGRULE_PRODUCT_TO_TIME` (`to_time`),
  KEY `CATALOGRULE_PRODUCT_PRODUCT_ID` (`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='CatalogRule Product';

--
-- Table structure for table `catalogrule_product_price`
--

DROP TABLE IF EXISTS `catalogrule_product_price`;
CREATE TABLE `catalogrule_product_price` (
  `rule_product_price_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Rule Product PriceId',
  `rule_date` date NOT NULL COMMENT 'Rule Date',
  `customer_group_id` int(11) DEFAULT NULL,
  `product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Product Id',
  `rule_price` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Rule Price',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website Id',
  `latest_start_date` date DEFAULT NULL COMMENT 'Latest StartDate',
  `earliest_end_date` date DEFAULT NULL COMMENT 'Earliest EndDate',
  PRIMARY KEY (`rule_product_price_id`),
  UNIQUE KEY `CATRULE_PRD_PRICE_RULE_DATE_WS_ID_CSTR_GROUP_ID_PRD_ID` (`rule_date`,`website_id`,`customer_group_id`,`product_id`),
  KEY `CATALOGRULE_PRODUCT_PRICE_CUSTOMER_GROUP_ID` (`customer_group_id`),
  KEY `CATALOGRULE_PRODUCT_PRICE_WEBSITE_ID` (`website_id`),
  KEY `CATALOGRULE_PRODUCT_PRICE_PRODUCT_ID` (`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='CatalogRule Product Price';

--
-- Table structure for table `catalogrule_product_price_replica`
--

DROP TABLE IF EXISTS `catalogrule_product_price_replica`;
CREATE TABLE `catalogrule_product_price_replica` (
  `rule_product_price_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Rule Product PriceId',
  `rule_date` date NOT NULL COMMENT 'Rule Date',
  `customer_group_id` int(11) DEFAULT NULL,
  `product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Product Id',
  `rule_price` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Rule Price',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website Id',
  `latest_start_date` date DEFAULT NULL COMMENT 'Latest StartDate',
  `earliest_end_date` date DEFAULT NULL COMMENT 'Earliest EndDate',
  PRIMARY KEY (`rule_product_price_id`),
  UNIQUE KEY `CATRULE_PRD_PRICE_RULE_DATE_WS_ID_CSTR_GROUP_ID_PRD_ID` (`rule_date`,`website_id`,`customer_group_id`,`product_id`),
  KEY `CATALOGRULE_PRODUCT_PRICE_CUSTOMER_GROUP_ID` (`customer_group_id`),
  KEY `CATALOGRULE_PRODUCT_PRICE_WEBSITE_ID` (`website_id`),
  KEY `CATALOGRULE_PRODUCT_PRICE_PRODUCT_ID` (`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='CatalogRule Product Price';

--
-- Table structure for table `catalogrule_product_replica`
--

DROP TABLE IF EXISTS `catalogrule_product_replica`;
CREATE TABLE `catalogrule_product_replica` (
  `rule_product_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Rule Product Id',
  `rule_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Rule Id',
  `from_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'From Time',
  `to_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'To time',
  `customer_group_id` int(11) DEFAULT NULL,
  `product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Product Id',
  `action_operator` varchar(10) DEFAULT 'to_fixed' COMMENT 'Action Operator',
  `action_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Action Amount',
  `action_stop` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Action Stop',
  `sort_order` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Sort Order',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website Id',
  PRIMARY KEY (`rule_product_id`),
  UNIQUE KEY `IDX_EAA51B56FF092A0DCB795D1CEF812B7B` (`rule_id`,`from_time`,`to_time`,`website_id`,`customer_group_id`,`product_id`,`sort_order`),
  KEY `CATALOGRULE_PRODUCT_CUSTOMER_GROUP_ID` (`customer_group_id`),
  KEY `CATALOGRULE_PRODUCT_WEBSITE_ID` (`website_id`),
  KEY `CATALOGRULE_PRODUCT_FROM_TIME` (`from_time`),
  KEY `CATALOGRULE_PRODUCT_TO_TIME` (`to_time`),
  KEY `CATALOGRULE_PRODUCT_PRODUCT_ID` (`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='CatalogRule Product';

--
-- Table structure for table `catalogrule_website`
--

DROP TABLE IF EXISTS `catalogrule_website`;
CREATE TABLE `catalogrule_website` (
  `rule_id` int(10) unsigned NOT NULL COMMENT 'Rule Id',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website Id',
  PRIMARY KEY (`rule_id`,`website_id`),
  KEY `CATALOGRULE_WEBSITE_WEBSITE_ID` (`website_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Rules To Websites Relations';

--
-- Table structure for table `catalogsearch_fulltext_scope1`
--

DROP TABLE IF EXISTS `catalogsearch_fulltext_scope1`;
CREATE TABLE `catalogsearch_fulltext_scope1` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
  `attribute_id` int(10) unsigned NOT NULL COMMENT 'Attribute_id',
  `data_index` longtext COMMENT 'Data index',
  PRIMARY KEY (`entity_id`,`attribute_id`),
  FULLTEXT KEY `FTI_FULLTEXT_DATA_INDEX` (`data_index`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='catalogsearch_fulltext_scope1_tmp';

--
-- Dumping data for table `catalogsearch_fulltext_scope1`
--

LOCK TABLES `catalogsearch_fulltext_scope1` WRITE;
/*!40000 ALTER TABLE `catalogsearch_fulltext_scope1` DISABLE KEYS */;
INSERT INTO `catalogsearch_fulltext_scope1` VALUES ('1','73','ASOS BRIDAL Here Comes The Bride Vest & Short Pyjama Set'),('1','74','9658'),('1','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('1','76','We advocate comfortable, elegant and beautiful lingerie.'),('1','135','China'),('1','136','Hollow Out'),('1','137','Push Up Bra'),('1','141','Classic'),('1','157','Triumph'),('2','73','ASOS Leanna Lace Up Satin Half Cup Moulded Underwire Bra'),('2','74','3546'),('2','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('2','76','We advocate comfortable, elegant and beautiful lingerie.'),('2','135','Germany'),('2','136','Backless'),('2','137','Support Bra'),('2','141','Sexy'),('2','157','Triumph'),('3','73','ASOS Madison Lace Underwire Bra'),('3','74','2653'),('3','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('3','76','We advocate comfortable, elegant and beautiful lingerie.'),('3','135','France'),('3','136','Hollow Out'),('3','137','Basic Bra'),('3','141','Romantic'),('3','157','Vixen'),('4','73','ASOS Shake Your Coconuts Vest & Short Pyjama Set'),('4','74','3665'),('4','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('4','76','We advocate comfortable, elegant and beautiful lingerie.'),('4','135','Germany'),('4','136','Backless'),('4','137','Push Up Bra'),('4','141','Romantic'),('4','157','Vixen'),('5','73','ASOS Hi-Leg Hi-Shine Body'),('5','74','2345'),('5','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('5','76','We advocate comfortable, elegant and beautiful lingerie.'),('5','135','USA'),('5','136','Lace'),('5','137','T-Shirt Bra'),('5','141','Romantic'),('5','157','Calvin Klein'),('6','73','Cath Kidston Guards Pyjama Tshirt'),('6','74','4443'),('6','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('6','76','We advocate comfortable, elegant and beautiful lingerie.'),('6','135','Germany'),('6','136','Hollow Out'),('6','137','Push Up Bra'),('6','141','Romantic'),('6','157','Calvin Klein'),('7','73','BRIDAL Valentina Corded Lace Slip'),('7','74','2488'),('7','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('7','76','We advocate comfortable, elegant and beautiful lingerie.'),('7','135','USA'),('7','136','Hollow Out'),('7','137','Push Up Bra'),('7','141','Romantic'),('7','157','Naf Naf'),('8','73','BRIDAL Confetti Queen Tee & Short Pyjama set'),('8','74','2377'),('8','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('8','76','We advocate comfortable, elegant and beautiful lingerie.'),('8','135','China'),('8','136','Hollow Out'),('8','137','Support Bra'),('8','141','Romantic'),('8','157','Naf Naf'),('14','73','Marie Meili Brooke Two Pack Bra'),('14','74','6133'),('14','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('14','76','We advocate comfortable, elegant and beautiful lingerie.'),('14','135','China'),('14','136','Hollow Out'),('14','137','Support Bra'),('14','141','Classic'),('14','157','Recco'),('15','73','Lace Trim Long Sleeve Tee & Short Pyjama Set'),('15','74','5123'),('15','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('15','76','We advocate comfortable, elegant and beautiful lingerie.'),('15','135','Germany'),('15','136','Hollow Out'),('15','137','Support Bra'),('15','141','Classic'),('15','157','Recco'),('16','73','Marie Meili Wisdom Super Push Up Bra | Marie Meili Wisdom Super Push Up Bra-black | Marie Meili Wisdom Super Push Up Bra-blue'),('16','74','5111'),('16','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('16','76','We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie.'),('16','135','China | China | China'),('16','136','Backless | Backless | Backless'),('16','137','Support Bra | Support Bra | Support Bra'),('16','141','Romantic | Romantic | Romantic'),('16','143','black | blue'),('17','73','MIX & MATCH | MIX & MATCH-white | MIX & MATCH-pink'),('17','74','9654'),('17','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('17','76','We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie.'),('17','135','USA | USA | USA'),('17','136','Backless | Backless | Backless'),('17','137','T-Shirt Bra | T-Shirt Bra | T-Shirt Bra'),('17','141','Romantic | Romantic | Romantic'),('17','143','white | pink'),('17','157','Beaujais'),('18','73','Oysho Escote Croazon Dot Body | Oysho Escote Croazon Dot Body-black | Oysho Escote Croazon Dot Body-white | Oysho Escote Croazon Dot Body-red'),('18','74','4762'),('18','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('18','76','We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie.'),('18','135','France | France | France | France'),('18','136','Lace | Lace | Lace | Lace'),('18','137','Push Up Bra | Push Up Bra | Push Up Bra | Push Up Bra'),('18','141','Romantic | Romantic | Romantic | Romantic'),('18','143','black | white | red'),('18','157','Beaujais'),('19','73','Shoulder Detail Lace Underwire Bralet | Shoulder Detail Lace Underwire Bralet-pink | Shoulder Detail Lace Underwire Bralet-blue'),('19','74','8112'),('19','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('19','76','We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie.'),('19','135','Germany | Germany | Germany'),('19','136','Hollow Out | Hollow Out | Hollow Out'),('19','137','Push Up Bra | Push Up Bra | Push Up Bra'),('19','141','Romantic | Romantic | Romantic'),('19','143','pink | blue'),('20','73','Undiz Ampli Mico T-Shirt Bra | Undiz Ampli Mico T-Shirt Bra-white | Undiz Ampli Mico T-Shirt Bra-black'),('20','74','4998'),('20','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('20','76','We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie.'),('20','135','China | China | China'),('20','136','Backless | Backless | Backless'),('20','137','Support Bra | Support Bra | Support Bra'),('20','141','Romantic | Romantic | Romantic'),('20','143','white | black'),('20','157','Beaujais'),('32','73','Undiz Equiliz Bustier Longline Bra | Undiz Equiliz Bustier Longline Bra-white | Undiz Equiliz Bustier Longline Bra-blue'),('32','74','4112'),('32','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('32','76','We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie.'),('32','135','Germany | Germany | Germany'),('32','136','Lace | Lace | Lace'),('32','137','Basic Bra | Basic Bra | Basic Bra'),('32','141','Romantic | Romantic | Romantic'),('32','143','white | blue'),('33','73','Undiz Royaltiz Gel Bra | Undiz Royaltiz Gel Bra-white | Undiz Royaltiz Gel Bra-pink'),('33','74','4221'),('33','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('33','76','We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie.'),('33','135','USA | USA | USA'),('33','136','Backless | Backless | Backless'),('33','137','T-Shirt Bra | T-Shirt Bra | T-Shirt Bra'),('33','141','Romantic | Romantic | Romantic'),('33','143','white | pink'),('34','73','Undiz Teamminiz Short | Undiz Teamminiz Short-black | Undiz Teamminiz Short-white | Undiz Teamminiz Short-red'),('34','74','4331'),('34','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('34','76','We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie.'),('34','135','China | China | China | China'),('34','136','Hollow Out | Hollow Out | Hollow Out | Hollow Out'),('34','137','T-Shirt Bra | T-Shirt Bra | T-Shirt Bra | T-Shirt Bra');
INSERT INTO `catalogsearch_fulltext_scope1` VALUES ('34','141','Romantic | Romantic | Romantic | Romantic'),('34','143','black | white | red'),('35','73','Weekday Note Bra | Weekday Note Bra-black | Weekday Note Bra-pink'),('35','74','4521'),('35','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('35','76','We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie.'),('35','135','USA | USA | USA'),('35','136','Lace | Lace | Lace'),('35','137','T-Shirt Bra | T-Shirt Bra | T-Shirt Bra'),('35','141','Romantic | Romantic | Romantic'),('35','143','black | pink'),('36','73','Weekday Stella Triangle Bra | Weekday Stella Triangle Bra-white | Weekday Stella Triangle Bra-red'),('36','74','4556'),('36','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('36','76','We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie.'),('36','135','China | China | China'),('36','136','Backless | Backless | Backless'),('36','137','Push Up Bra | Push Up Bra | Push Up Bra'),('36','141','Romantic | Romantic | Romantic'),('36','143','white | red');
/*!40000 ALTER TABLE `catalogsearch_fulltext_scope1` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalogsearch_fulltext_scope2`
--

DROP TABLE IF EXISTS `catalogsearch_fulltext_scope2`;
CREATE TABLE `catalogsearch_fulltext_scope2` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
  `attribute_id` int(10) unsigned NOT NULL COMMENT 'Attribute_id',
  `data_index` longtext COMMENT 'Data index',
  PRIMARY KEY (`entity_id`,`attribute_id`),
  FULLTEXT KEY `FTI_FULLTEXT_DATA_INDEX` (`data_index`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='catalogsearch_fulltext_scope2_tmp';

--
-- Dumping data for table `catalogsearch_fulltext_scope2`
--

LOCK TABLES `catalogsearch_fulltext_scope2` WRITE;
/*!40000 ALTER TABLE `catalogsearch_fulltext_scope2` DISABLE KEYS */;
INSERT INTO `catalogsearch_fulltext_scope2` VALUES ('1','73','ASOS BRIDAL Here Comes The Bride Vest & Short Pyjama Set'),('1','74','9658'),('1','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('1','76','We advocate comfortable, elegant and beautiful lingerie.'),('1','135','China'),('1','136','Hollow Out'),('1','137','Push Up Bra'),('1','141','Classic'),('1','157','Triumph'),('2','73','ASOS Leanna Lace Up Satin Half Cup Moulded Underwire Bra'),('2','74','3546'),('2','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('2','76','We advocate comfortable, elegant and beautiful lingerie.'),('2','135','Germany'),('2','136','Backless'),('2','137','Support Bra'),('2','141','Sexy'),('2','157','Triumph'),('3','73','ASOS Madison Lace Underwire Bra'),('3','74','2653'),('3','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('3','76','We advocate comfortable, elegant and beautiful lingerie.'),('3','135','France'),('3','136','Hollow Out'),('3','137','Basic Bra'),('3','141','Romantic'),('3','157','Vixen'),('4','73','ASOS Shake Your Coconuts Vest & Short Pyjama Set'),('4','74','3665'),('4','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('4','76','We advocate comfortable, elegant and beautiful lingerie.'),('4','135','Germany'),('4','136','Backless'),('4','137','Push Up Bra'),('4','141','Romantic'),('4','157','Vixen'),('5','73','ASOS Hi-Leg Hi-Shine Body'),('5','74','2345'),('5','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('5','76','We advocate comfortable, elegant and beautiful lingerie.'),('5','135','USA'),('5','136','Lace'),('5','137','T-Shirt Bra'),('5','141','Romantic'),('5','157','Calvin Klein'),('6','73','Cath Kidston Guards Pyjama Tshirt'),('6','74','4443'),('6','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('6','76','We advocate comfortable, elegant and beautiful lingerie.'),('6','135','Germany'),('6','136','Hollow Out'),('6','137','Push Up Bra'),('6','141','Romantic'),('6','157','Calvin Klein'),('7','73','BRIDAL Valentina Corded Lace Slip'),('7','74','2488'),('7','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('7','76','We advocate comfortable, elegant and beautiful lingerie.'),('7','135','USA'),('7','136','Hollow Out'),('7','137','Push Up Bra'),('7','141','Romantic'),('7','157','Naf Naf'),('8','73','BRIDAL Confetti Queen Tee & Short Pyjama set'),('8','74','2377'),('8','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('8','76','We advocate comfortable, elegant and beautiful lingerie.'),('8','135','China'),('8','136','Hollow Out'),('8','137','Support Bra'),('8','141','Romantic'),('8','157','Naf Naf'),('14','73','Marie Meili Brooke Two Pack Bra'),('14','74','6133'),('14','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('14','76','We advocate comfortable, elegant and beautiful lingerie.'),('14','135','China'),('14','136','Hollow Out'),('14','137','Support Bra'),('14','141','Classic'),('14','157','Recco'),('15','73','Lace Trim Long Sleeve Tee & Short Pyjama Set'),('15','74','5123'),('15','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('15','76','We advocate comfortable, elegant and beautiful lingerie.'),('15','135','Germany'),('15','136','Hollow Out'),('15','137','Support Bra'),('15','141','Classic'),('15','157','Recco'),('16','73','Marie Meili Wisdom Super Push Up Bra | Marie Meili Wisdom Super Push Up Bra-black | Marie Meili Wisdom Super Push Up Bra-blue'),('16','74','5111'),('16','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('16','76','We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie.'),('16','135','China | China | China'),('16','136','Backless | Backless | Backless'),('16','137','Support Bra | Support Bra | Support Bra'),('16','141','Romantic | Romantic | Romantic'),('16','143','black | blue'),('17','73','MIX & MATCH | MIX & MATCH-white | MIX & MATCH-pink'),('17','74','9654'),('17','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('17','76','We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie.'),('17','135','USA | USA | USA'),('17','136','Backless | Backless | Backless'),('17','137','T-Shirt Bra | T-Shirt Bra | T-Shirt Bra'),('17','141','Romantic | Romantic | Romantic'),('17','143','white | pink'),('17','157','Beaujais'),('18','73','Oysho Escote Croazon Dot Body | Oysho Escote Croazon Dot Body-black | Oysho Escote Croazon Dot Body-white | Oysho Escote Croazon Dot Body-red'),('18','74','4762'),('18','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('18','76','We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie.'),('18','135','France | France | France | France'),('18','136','Lace | Lace | Lace | Lace'),('18','137','Push Up Bra | Push Up Bra | Push Up Bra | Push Up Bra'),('18','141','Romantic | Romantic | Romantic | Romantic'),('18','143','black | white | red'),('18','157','Beaujais'),('19','73','Shoulder Detail Lace Underwire Bralet | Shoulder Detail Lace Underwire Bralet-pink | Shoulder Detail Lace Underwire Bralet-blue'),('19','74','8112'),('19','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('19','76','We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie.'),('19','135','Germany | Germany | Germany'),('19','136','Hollow Out | Hollow Out | Hollow Out'),('19','137','Push Up Bra | Push Up Bra | Push Up Bra'),('19','141','Romantic | Romantic | Romantic'),('19','143','pink | blue'),('20','73','Undiz Ampli Mico T-Shirt Bra | Undiz Ampli Mico T-Shirt Bra-white | Undiz Ampli Mico T-Shirt Bra-black'),('20','74','4998'),('20','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('20','76','We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie.'),('20','135','China | China | China'),('20','136','Backless | Backless | Backless'),('20','137','Support Bra | Support Bra | Support Bra'),('20','141','Romantic | Romantic | Romantic'),('20','143','white | black'),('20','157','Beaujais'),('32','73','Undiz Equiliz Bustier Longline Bra | Undiz Equiliz Bustier Longline Bra-white | Undiz Equiliz Bustier Longline Bra-blue'),('32','74','4112'),('32','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('32','76','We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie.'),('32','135','Germany | Germany | Germany'),('32','136','Lace | Lace | Lace'),('32','137','Basic Bra | Basic Bra | Basic Bra'),('32','141','Romantic | Romantic | Romantic'),('32','143','white | blue'),('33','73','Undiz Royaltiz Gel Bra | Undiz Royaltiz Gel Bra-white | Undiz Royaltiz Gel Bra-pink'),('33','74','4221'),('33','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('33','76','We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie.'),('33','135','USA | USA | USA'),('33','136','Backless | Backless | Backless'),('33','137','T-Shirt Bra | T-Shirt Bra | T-Shirt Bra'),('33','141','Romantic | Romantic | Romantic'),('33','143','white | pink'),('34','73','Undiz Teamminiz Short | Undiz Teamminiz Short-black | Undiz Teamminiz Short-white | Undiz Teamminiz Short-red'),('34','74','4331'),('34','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('34','76','We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie.'),('34','135','China | China | China | China'),('34','136','Hollow Out | Hollow Out | Hollow Out | Hollow Out'),('34','137','T-Shirt Bra | T-Shirt Bra | T-Shirt Bra | T-Shirt Bra');
INSERT INTO `catalogsearch_fulltext_scope2` VALUES ('34','141','Romantic | Romantic | Romantic | Romantic'),('34','143','black | white | red'),('35','73','Weekday Note Bra | Weekday Note Bra-black | Weekday Note Bra-pink'),('35','74','4521'),('35','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('35','76','We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie.'),('35','135','USA | USA | USA'),('35','136','Lace | Lace | Lace'),('35','137','T-Shirt Bra | T-Shirt Bra | T-Shirt Bra'),('35','141','Romantic | Romantic | Romantic'),('35','143','black | pink'),('36','73','Weekday Stella Triangle Bra | Weekday Stella Triangle Bra-white | Weekday Stella Triangle Bra-red'),('36','74','4556'),('36','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('36','76','We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie.'),('36','135','China | China | China'),('36','136','Backless | Backless | Backless'),('36','137','Push Up Bra | Push Up Bra | Push Up Bra'),('36','141','Romantic | Romantic | Romantic'),('36','143','white | red');
/*!40000 ALTER TABLE `catalogsearch_fulltext_scope2` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catalogsearch_fulltext_scope3`
--

DROP TABLE IF EXISTS `catalogsearch_fulltext_scope3`;
CREATE TABLE `catalogsearch_fulltext_scope3` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
  `attribute_id` int(10) unsigned NOT NULL COMMENT 'Attribute_id',
  `data_index` longtext COMMENT 'Data index',
  PRIMARY KEY (`entity_id`,`attribute_id`),
  FULLTEXT KEY `FTI_FULLTEXT_DATA_INDEX` (`data_index`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='catalogsearch_fulltext_scope3_tmp';

--
-- Dumping data for table `catalogsearch_fulltext_scope3`
--

LOCK TABLES `catalogsearch_fulltext_scope3` WRITE;
/*!40000 ALTER TABLE `catalogsearch_fulltext_scope3` DISABLE KEYS */;
INSERT INTO `catalogsearch_fulltext_scope3` VALUES ('1','73','ASOS BRIDAL Here Comes The Bride Vest & Short Pyjama Set'),('1','74','9658'),('1','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('1','76','We advocate comfortable, elegant and beautiful lingerie.'),('1','135','China'),('1','136','Hollow Out'),('1','137','Push Up Bra'),('1','141','Classic'),('1','157','Triumph'),('2','73','ASOS Leanna Lace Up Satin Half Cup Moulded Underwire Bra'),('2','74','3546'),('2','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('2','76','We advocate comfortable, elegant and beautiful lingerie.'),('2','135','Germany'),('2','136','Backless'),('2','137','Support Bra'),('2','141','Sexy'),('2','157','Triumph'),('3','73','ASOS Madison Lace Underwire Bra'),('3','74','2653'),('3','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('3','76','We advocate comfortable, elegant and beautiful lingerie.'),('3','135','France'),('3','136','Hollow Out'),('3','137','Basic Bra'),('3','141','Romantic'),('3','157','Vixen'),('4','73','ASOS Shake Your Coconuts Vest & Short Pyjama Set'),('4','74','3665'),('4','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('4','76','We advocate comfortable, elegant and beautiful lingerie.'),('4','135','Germany'),('4','136','Backless'),('4','137','Push Up Bra'),('4','141','Romantic'),('4','157','Vixen'),('5','73','ASOS Hi-Leg Hi-Shine Body'),('5','74','2345'),('5','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('5','76','We advocate comfortable, elegant and beautiful lingerie.'),('5','135','USA'),('5','136','Lace'),('5','137','T-Shirt Bra'),('5','141','Romantic'),('5','157','Calvin Klein'),('6','73','Cath Kidston Guards Pyjama Tshirt'),('6','74','4443'),('6','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('6','76','We advocate comfortable, elegant and beautiful lingerie.'),('6','135','Germany'),('6','136','Hollow Out'),('6','137','Push Up Bra'),('6','141','Romantic'),('6','157','Calvin Klein'),('7','73','BRIDAL Valentina Corded Lace Slip'),('7','74','2488'),('7','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('7','76','We advocate comfortable, elegant and beautiful lingerie.'),('7','135','USA'),('7','136','Hollow Out'),('7','137','Push Up Bra'),('7','141','Romantic'),('7','157','Naf Naf'),('8','73','BRIDAL Confetti Queen Tee & Short Pyjama set'),('8','74','2377'),('8','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('8','76','We advocate comfortable, elegant and beautiful lingerie.'),('8','135','China'),('8','136','Hollow Out'),('8','137','Support Bra'),('8','141','Romantic'),('8','157','Naf Naf'),('14','73','Marie Meili Brooke Two Pack Bra'),('14','74','6133'),('14','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('14','76','We advocate comfortable, elegant and beautiful lingerie.'),('14','135','China'),('14','136','Hollow Out'),('14','137','Support Bra'),('14','141','Classic'),('14','157','Recco'),('15','73','Lace Trim Long Sleeve Tee & Short Pyjama Set'),('15','74','5123'),('15','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('15','76','We advocate comfortable, elegant and beautiful lingerie.'),('15','135','Germany'),('15','136','Hollow Out'),('15','137','Support Bra'),('15','141','Classic'),('15','157','Recco'),('16','73','Marie Meili Wisdom Super Push Up Bra | Marie Meili Wisdom Super Push Up Bra-black | Marie Meili Wisdom Super Push Up Bra-blue'),('16','74','5111'),('16','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('16','76','We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie.'),('16','135','China | China | China'),('16','136','Backless | Backless | Backless'),('16','137','Support Bra | Support Bra | Support Bra'),('16','141','Romantic | Romantic | Romantic'),('16','143','black | blue'),('17','73','MIX & MATCH | MIX & MATCH-white | MIX & MATCH-pink'),('17','74','9654'),('17','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('17','76','We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie.'),('17','135','USA | USA | USA'),('17','136','Backless | Backless | Backless'),('17','137','T-Shirt Bra | T-Shirt Bra | T-Shirt Bra'),('17','141','Romantic | Romantic | Romantic'),('17','143','white | pink'),('17','157','Beaujais'),('18','73','Oysho Escote Croazon Dot Body | Oysho Escote Croazon Dot Body-black | Oysho Escote Croazon Dot Body-white | Oysho Escote Croazon Dot Body-red'),('18','74','4762'),('18','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('18','76','We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie.'),('18','135','France | France | France | France'),('18','136','Lace | Lace | Lace | Lace'),('18','137','Push Up Bra | Push Up Bra | Push Up Bra | Push Up Bra'),('18','141','Romantic | Romantic | Romantic | Romantic'),('18','143','black | white | red'),('18','157','Beaujais'),('19','73','Shoulder Detail Lace Underwire Bralet | Shoulder Detail Lace Underwire Bralet-pink | Shoulder Detail Lace Underwire Bralet-blue'),('19','74','8112'),('19','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('19','76','We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie.'),('19','135','Germany | Germany | Germany'),('19','136','Hollow Out | Hollow Out | Hollow Out'),('19','137','Push Up Bra | Push Up Bra | Push Up Bra'),('19','141','Romantic | Romantic | Romantic'),('19','143','pink | blue'),('20','73','Undiz Ampli Mico T-Shirt Bra | Undiz Ampli Mico T-Shirt Bra-white | Undiz Ampli Mico T-Shirt Bra-black'),('20','74','4998'),('20','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('20','76','We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie.'),('20','135','China | China | China'),('20','136','Backless | Backless | Backless'),('20','137','Support Bra | Support Bra | Support Bra'),('20','141','Romantic | Romantic | Romantic'),('20','143','white | black'),('20','157','Beaujais'),('32','73','Undiz Equiliz Bustier Longline Bra | Undiz Equiliz Bustier Longline Bra-white | Undiz Equiliz Bustier Longline Bra-blue'),('32','74','4112'),('32','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('32','76','We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie.'),('32','135','Germany | Germany | Germany'),('32','136','Lace | Lace | Lace'),('32','137','Basic Bra | Basic Bra | Basic Bra'),('32','141','Romantic | Romantic | Romantic'),('32','143','white | blue'),('33','73','Undiz Royaltiz Gel Bra | Undiz Royaltiz Gel Bra-white | Undiz Royaltiz Gel Bra-pink'),('33','74','4221'),('33','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('33','76','We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie.'),('33','135','USA | USA | USA'),('33','136','Backless | Backless | Backless'),('33','137','T-Shirt Bra | T-Shirt Bra | T-Shirt Bra'),('33','141','Romantic | Romantic | Romantic'),('33','143','white | pink'),('34','73','Undiz Teamminiz Short | Undiz Teamminiz Short-black | Undiz Teamminiz Short-white | Undiz Teamminiz Short-red'),('34','74','4331'),('34','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('34','76','We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie.'),('34','135','China | China | China | China'),('34','136','Hollow Out | Hollow Out | Hollow Out | Hollow Out'),('34','137','T-Shirt Bra | T-Shirt Bra | T-Shirt Bra | T-Shirt Bra');
INSERT INTO `catalogsearch_fulltext_scope3` VALUES ('34','141','Romantic | Romantic | Romantic | Romantic'),('34','143','black | white | red'),('35','73','Weekday Note Bra | Weekday Note Bra-black | Weekday Note Bra-pink'),('35','74','4521'),('35','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('35','76','We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie.'),('35','135','USA | USA | USA'),('35','136','Lace | Lace | Lace'),('35','137','T-Shirt Bra | T-Shirt Bra | T-Shirt Bra'),('35','141','Romantic | Romantic | Romantic'),('35','143','black | pink'),('36','73','Weekday Stella Triangle Bra | Weekday Stella Triangle Bra-white | Weekday Stella Triangle Bra-red'),('36','74','4556'),('36','75','Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. | Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible.'),('36','76','We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie. | We advocate comfortable, elegant and beautiful lingerie.'),('36','135','China | China | China'),('36','136','Backless | Backless | Backless'),('36','137','Push Up Bra | Push Up Bra | Push Up Bra'),('36','141','Romantic | Romantic | Romantic'),('36','143','white | red');
/*!40000 ALTER TABLE `catalogsearch_fulltext_scope3` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `checkout_agreement`
--

DROP TABLE IF EXISTS `checkout_agreement`;
CREATE TABLE `checkout_agreement` (
  `agreement_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Agreement Id',
  `name` varchar(255) DEFAULT NULL COMMENT 'Name',
  `content` text COMMENT 'Content',
  `content_height` varchar(25) DEFAULT NULL COMMENT 'Content Height',
  `checkbox_text` text COMMENT 'Checkbox Text',
  `is_active` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Is Active',
  `is_html` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Is Html',
  `mode` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Applied mode',
  PRIMARY KEY (`agreement_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Checkout Agreement';

--
-- Table structure for table `checkout_agreement_store`
--

DROP TABLE IF EXISTS `checkout_agreement_store`;
CREATE TABLE `checkout_agreement_store` (
  `agreement_id` int(10) unsigned NOT NULL COMMENT 'Agreement Id',
  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store Id',
  PRIMARY KEY (`agreement_id`,`store_id`),
  KEY `CHECKOUT_AGREEMENT_STORE_STORE_ID_STORE_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Checkout Agreement Store';

--
-- Table structure for table `cms_block`
--

DROP TABLE IF EXISTS `cms_block`;
CREATE TABLE `cms_block` (
  `block_id` smallint(6) NOT NULL AUTO_INCREMENT COMMENT 'Block ID',
  `title` varchar(255) NOT NULL COMMENT 'Block Title',
  `identifier` varchar(255) NOT NULL COMMENT 'Block String Identifier',
  `content` mediumtext COMMENT 'Block Content',
  `creation_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Block Creation Time',
  `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Block Modification Time',
  `is_active` smallint(6) NOT NULL DEFAULT '1' COMMENT 'Is Block Active',
  PRIMARY KEY (`block_id`),
  FULLTEXT KEY `CMS_BLOCK_TITLE_IDENTIFIER_CONTENT` (`title`,`identifier`,`content`)
) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8 COMMENT='CMS Block Table';

--
-- Dumping data for table `cms_block`
--

LOCK TABLES `cms_block` WRITE;
/*!40000 ALTER TABLE `cms_block` DISABLE KEYS */;
INSERT INTO `cms_block` VALUES (1,'Footer column content 1','footer_col_1','<ul>\r\n    <li><a href=\"{{store direct_url=\"about-us\"}}\">About Us</a></li>\r\n    <li><a href=\"{{store direct_url=\"customer-service\"}}\">Customer Service</a></li>\r\n    <li><a href=\"{{store url=\"\"}}template-settings\">Template Settings</a></li>\r\n</ul>','2016-08-10 17:14:15','2016-08-10 17:19:51',1),(2,'Footer column content 2','footer_col_2','<div class=\"footer-col\">\r\n    <h4>Why buy from us</h4>\r\n    <div class=\"footer-col-content\">\r\n   	 <ul>\r\n   		 <li><a href=\"{{store url=\"\"}}shipping-delivery\">Shipping & Delivery</a></li>\r\n   		 <li><a href=\"{{store url=\"\"}}secure-payment\">Secure payment</a></li>\r\n   		 <li><a href=\"{{store url=\"\"}}support\">Support</a></li>\r\n   		 <li><a href=\"{{store url=\"\"}}guarantee\">Guarantee</a></li>\r\n   		 <li><a href=\"{{store url=\"\"}}terms-conditions\">Terms & Conditions</a></li>\r\n   	 </ul>\r\n    </div>\r\n</div>','2016-08-10 17:16:39','2016-09-13 20:46:50',1),(3,'Footer column content 3','footer_col_3','<div class=\"footer-col\">\r\n<h4>My account</h4>\r\n    <div class=\"footer-col-content\">\r\n   	 <ul>\r\n   		 <li><a href=\"{{store url=\'customer/account/login/\'}}\">Sign In</a></li>\r\n   		 <li><a href=\"{{store url=\'checkout/cart/\'}}\">View Cart</a></li>\r\n   		 <li><a href=\"{{store url=\'wishlist/\'}}\">My Wishlist</a></li>\r\n   		 <li><a href=\"{{store url=\"\"}}faq\">FAQ</a></li>\r\n   	 </ul>\r\n    </div>\r\n</div>','2016-08-10 17:25:20','2016-09-13 20:47:22',1),(4,'header_info','header_info','<div class=\"header-info\">\r\n	<div class=\"container\">\r\n		<a href=\"{{store url=\'\'}}shipping-delivery\"><i class=\"icon-truck\"></i><strong>Free Shipping</strong> on orders over $99. This offer is valid on all our store items. </a>\r\n	</div>\r\n</div>','2016-08-15 18:42:07','2016-11-15 15:23:29',1),(5,'menu_block_1','menu_block_1','<div class=\"menu-block-1\">\r\n    <a class=\"menu-banner\" href=\"{{store url=\'\'}}furniture.html\">\r\n        <img src=\"{{view url=\'\'}}/images/media/menu-img-1.jpg\"/>\r\n    </a>\r\n    <a class=\"menu-banner\" href=\"{{store url=\'\'}}furniture.html\">\r\n        <img src=\"{{view url=\'\'}}/images/media/menu-img-2.jpg\"/>\r\n    </a>\r\n</div>','2016-08-21 17:22:39','2016-08-21 21:41:10',1),(6,'footer_block_1','footer_block_1','<div class=\"footer-block-1 footer-col\">\r\n    <h4 class=\"hidden-title\">About</h4>\r\n    <div class=\"footer-col-content\">\r\n        <div class=\"footer-logo\">\r\n            <div class=\"logoAfter\"></div>\r\n        </div>\r\n\r\n        <div class=\"desc-footer\">\r\n            We are an anyone’s ultimate destination for getting this perfect kitchen table, cozy armchair or a beautiful and comfy king sized bed! All in all, whatever home furniture you’ll be looking for, look no further!\r\n        </div>\r\n        <ul class=\"list-footer\">\r\n            <li><a target=\"_blank\" href=\"#\"><i class=\"fa fa-cc-visa\"></i></a></li>\r\n            <li><a target=\"_blank\" href=\"#\"><i class=\"fa fa-cc-mastercard\"></i></a></li>\r\n            <li><a target=\"_blank\" href=\"#\"><i class=\"fa fa-cc-paypal\"></i></a></li>\r\n            <li><a target=\"_blank\" href=\"#\"><i class=\"fa fa-cc-discover\"></i></a></li>\r\n            <li><a target=\"_blank\" href=\"#\"><i class=\"fa fa-cc-stripe\"></i></a></li>\r\n        </ul>\r\n    </div>\r\n</div>\r\n','2016-08-27 18:20:44','2016-12-07 00:39:29',1),(7,'footer_block_2','footer_block_2','<div class=\"footer-info footer-col\">\r\n    <h4>Contacts</h4>\r\n    <div class=\"footer-col-content\">\r\n        <ul class=\"list-contacts-footer\">\r\n            <li>\r\n                Address: <a href=\"#\">Glasgow D04 89GR</a>\r\n            </li>\r\n            <li>\r\n                Phones:\r\n                <a href=\"callto:80023456790\">800-2345-6789;</a>\r\n                <a href=\"callto:80023456790\">800-2345-6789</a>\r\n            </li>\r\n            <li>\r\n                E-mail: <a href=\"#\">info@demolink.org</a>\r\n            </li>\r\n            <li>\r\n                Hours: 7 days a week from 9:00 am to 7:00 pm\r\n            </li>\r\n        </ul>\r\n        <ul class=\"list-icon\">\r\n            <li><a target=\"_blank\" href=\"//www.facebook.com/TemplateMonster/\"><i class=\"fa fa-facebook\"></i></a></li>\r\n            <li><a target=\"_blank\" href=\"//twitter.com/TemplateMonster\"><i class=\"fa fa-twitter\"></i></a></li>\r\n            <li><a target=\"_blank\" href=\"//plus.google.com/+TemplateMonster\"><i class=\"fa fa-google-plus\"></i></a></li>\r\n            <li><a target=\"_blank\" href=\"//www.instagram.com/template_monster/\"><i class=\"fa fa-instagram\"></i></a></li>\r\n            <li><a target=\"_blank\" href=\"//www.pinterest.com/templatemonster/\"><i class=\"fa fa-pinterest\"></i></a></li>\r\n        </ul>\r\n    </div>\r\n</div>\r\n\r\n','2016-08-27 18:53:40','2016-08-27 23:54:04',1),(11,'block_1_layout_2','block_1_layout_2','<div class=\"row border-item\">\r\n    <div class=\"col-sm-4\">\r\n        <div class=\"custom-item-4\">\r\n            <img src=\"{{view url=\'\'}}/images/media/img_6_layout_2.jpg\"/>\r\n            <div class=\"custom-item-content\">\r\n                <div class=\"title-1\">Sexy collections</div>\r\n                <a class=\"link-custom\" href=\"{{store url=\'\'}}bras-bralettes.html\">Shop now!</a>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    <div class=\"col-sm-4\">\r\n        <div class=\"custom-item-4 extra\">\r\n            <img src=\"{{view url=\'\'}}/images/media/img_7_layout_2.jpg\"/>\r\n            <div class=\"custom-item-content\">\r\n                <div class=\"title-1\">Sale</div>\r\n                <div class=\"desc-1\">Get up to</div>\r\n                <div class=\"slog-1\">50% Off</div>\r\n                <a class=\"link-custom\" href=\"{{store url=\'\'}}lingerie.html\">Shop now!</a>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    <div class=\"col-sm-4\">\r\n        <div class=\"custom-item-4\">\r\n            <img src=\"{{view url=\'\'}}/images/media/img_8_layout_2.jpg\"/>\r\n            <div class=\"custom-item-content\">\r\n                <div class=\"title-1\">Modern lingerie</div>\r\n                <a class=\"link-custom\" href=\"{{store url=\'\'}}beauty.html\">Shop now!</a>\r\n            </div>\r\n        </div>\r\n    </div>\r\n</div>','2016-10-18 06:07:20','2016-10-18 06:07:20',1),(12,'block_2_layout_2','block_2_layout_2','<div class=\"border-item\">\r\n    <div class=\"custom-item-5\">\r\n        <div class=\"custom-item-content\">\r\n            <div class=\"banner-label\">New!</div>\r\n            <div class=\"title-1\">Swim Collection 15% Off Beach Essentials</div>\r\n            <div class=\"desc-1\">We sell not only top quality products, but give our customers a positive online shopping experience.</div>\r\n            <a class=\"link-custom\" href=\"{{store url=\'\'}}sale-specials.html\">Shop now!</a>\r\n        </div>\r\n        <div class=\"custom-img-content\">\r\n            <img src=\"{{view url=\'\'}}/images/media/img_9_layout_2.jpg\"/>\r\n        </div>\r\n    </div>\r\n</div>','2016-10-18 06:15:49','2016-10-25 03:25:38',1),(13,'block_3_layout_2','block_3_layout_2','<div class=\"row border-none\">\r\n    <div class=\"col-sm-6\">\r\n        <div class=\"custom-item-6\">\r\n            <img src=\"{{view url=\'\'}}/images/media/img_10_layout_2.jpg\"/>\r\n            <div class=\"custom-item-content\">\r\n                <div class=\"desc-1\">New season trends!</div>\r\n                <div class=\"title-1\">Get ready for Summer!</div>\r\n                <a class=\"link-custom\" href=\"{{store url=\'\'}}lingerie.html\">Shop now</a>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    <div class=\"col-sm-6\">\r\n        <div class=\"custom-item-6\">\r\n            <img src=\"{{view url=\'\'}}/images/media/img_11_layout_2.jpg\"/>\r\n            <div class=\"custom-item-content\">\r\n                <div class=\"title-1\">Personalized Bra  Fittings</div>\r\n                <div class=\"desc-1\">for Women of all Sizes </div>\r\n                <a class=\"link-custom\" href=\"{{store url=\'\'}}sleep.html\">Shop now</a>\r\n            </div>\r\n        </div>\r\n    </div>\r\n</div>\r\n','2016-10-18 23:36:57','2016-10-18 23:42:37',1),(14,'menu_block_2','menu_block_2','<div class=\"mm-text\">\r\n    Find your perfect fit with silhouettes designed for both function and fashion. Magetique offers an extensive range of styles including soft bras, bandeaus, strapless bras and underwire bras.\r\n</div>','2016-10-24 22:58:10','2016-10-24 22:58:10',1),(15,'menu_block_3','menu_block_3','<div class=\"menu-block-3\">\r\n    <a class=\"menu-banner\" href=\"{{store url=\'\'}}lingerie.html\">\r\n        <img src=\"{{view url=\'\'}}/images/media/img_12_layout_2.jpg\"/>\r\n    </a>\r\n    <a class=\"menu-banner\" href=\"{{store url=\'\'}}sleep.html\">\r\n        <img src=\"{{view url=\'\'}}/images/media/img_13_layout_2.jpg\"/>\r\n    </a>\r\n</div>','2016-10-24 23:32:14','2016-10-24 23:32:14',1),(23,'block_4_2_layout_2','block_4_2_layout_2','<div class=\"row custom-item-indent\">\r\n    <div class=\"col-sm-6\">\r\n        <div class=\"custom-item-11 extra-color\">\r\n            <img src=\"{{view url=\'\'}}/images/media/img_22_lingeria.jpg\"/>\r\n            <div class=\"custom-item-content\">\r\n                <div class=\"title-1\">Bras</div>\r\n                <div class=\"desc-1\">New Season Trends!</div>\r\n                <a class=\"link-custom\" href=\"{{store url=\'\'}}lingerie.html\">Shop now</a>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    <div class=\"col-sm-6\">\r\n        <div class=\"custom-item-11\">\r\n            <img src=\"{{view url=\'\'}}/images/media/img_23_lingeria.jpg\"/>\r\n            <div class=\"custom-item-content\">\r\n                <div class=\"title-1\">Panties</div>\r\n                <div class=\"desc-1\">New Season Trends!</div>\r\n                <a class=\"link-custom\" href=\"{{store url=\'\'}}panties.html\">Shop now</a>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    <div class=\"col-sm-6\">\r\n        <div class=\"custom-item-11\">\r\n            <img src=\"{{view url=\'\'}}/images/media/img_24_lingeria.jpg\"/>\r\n            <div class=\"custom-item-content\">\r\n                <div class=\"title-1\">Sexy</div>\r\n                <div class=\"desc-1\">New Season Trends!</div>\r\n                <a class=\"link-custom\" href=\"{{store url=\'\'}}lingerie.html\">Shop now</a>\r\n            </div>\r\n        </div>\r\n    </div>\r\n    <div class=\"col-sm-6\">\r\n        <div class=\"custom-item-11 extra-color\">\r\n            <img src=\"{{view url=\'\'}}/images/media/img_25_lingeria.jpg\"/>\r\n            <div class=\"custom-item-content\">\r\n                <div class=\"title-1\">Sleep</div>\r\n                <div class=\"desc-1\">New Season Trends!</div>\r\n                <a class=\"link-custom\" href=\"{{store url=\'\'}}sleep.html\">Shop now</a>\r\n            </div>\r\n        </div>\r\n    </div>\r\n</div>\r\n','2016-12-18 18:37:03','2016-12-18 18:52:14',1),(24,'block_5_2_layout_2','block_5_2_layout_2','<div class=\"custom-item-12\">\r\n    <div class=\"custom-item-content\">\r\n        <div class=\"desc-1\">New Season Trends!</div>\r\n        <div class=\"title-1\">Personalized Bra Fittings</div>\r\n        <a class=\"link-custom\" href=\"{{store url=\'\'}}lingerie.html\">Shop now!</a>\r\n    </div>\r\n    <div class=\"custom-img-content\">\r\n        <img src=\"{{view url=\'\'}}/images/media/img_26_lingeria.jpg\"/>\r\n    </div>\r\n</div>','2016-12-18 21:11:07','2016-12-18 21:11:07',1),(25,'block_6_2_layout_2','block_6_2_layout_2','<ul class=\"custom-item-13 row\">\r\n    <li class=\"col-sm-4\">\r\n        <div class=\"custom-content\">\r\n            <span class=\"icon-telephone\"></span>\r\n            <div class=\"title\">+3(800) 2345-6789</div>\r\n            <div class=\"desc-content\">Round-the-clock free hotline (24/7)</div>\r\n        </div>\r\n    </li>\r\n    <li class=\"col-sm-4\">\r\n        <div class=\"custom-content\">\r\n            <span class=\"icon-truck\"></span>\r\n            <div class=\"title\">Free Shipping</div>\r\n            <div class=\"desc-content\">Shipping cost for any delivery method and order cost <br /> is $49. Free delivery on orders of $99.</div>\r\n        </div>\r\n    </li>\r\n    <li class=\"col-sm-4\">\r\n        <div class=\"custom-content\">\r\n            <span class=\"icon-sync\"></span>\r\n            <div class=\"title\">Return & Exchange</div>\r\n            <div class=\"desc-content\">You can return or exchange the item <br />within 30 days.</div>\r\n        </div>\r\n    </li>\r\n</ul>','2016-12-18 23:42:47','2016-12-19 00:10:09',1),(31,'footer_block_3','footer_block_3','<div class=\"footer-block-3 footer-col\">\r\n    <h4 class=\"hidden-title\">Information</h4>\r\n    <div class=\"footer-col-content\">\r\n        <div class=\"footer-logo\">\r\n            <div class=\"logoAfter\"></div>\r\n        </div>\r\n\r\n        <div class=\"desc-footer\">\r\n            We are an anyone’s ultimate destination for getting this perfect kitchen table, cozy armchair or a beautiful and comfy king sized bed! All in all, whatever home furniture you’ll be looking for, look no further!\r\n        </div>\r\n        <ul class=\"list-icon\">\r\n            <li><a target=\"_blank\" href=\"//www.facebook.com/TemplateMonster/\"><i class=\"fa fa-facebook\"></i></a></li>\r\n            <li><a target=\"_blank\" href=\"//twitter.com/TemplateMonster\"><i class=\"fa fa-twitter\"></i></a></li>\r\n            <li><a target=\"_blank\" href=\"//plus.google.com/+TemplateMonster\"><i class=\"fa fa-google-plus\"></i></a></li>\r\n            <li><a target=\"_blank\" href=\"//www.instagram.com/template_monster/\"><i class=\"fa fa-instagram\"></i></a></li>\r\n            <li><a target=\"_blank\" href=\"//www.pinterest.com/templatemonster/\"><i class=\"fa fa-pinterest\"></i></a></li>\r\n        </ul>\r\n    </div>\r\n</div>\r\n','2016-12-23 22:27:42','2016-12-23 22:29:21',1),(37,'footer_block_4','footer_block_4','<div class=\"footer-block-4 footer-col\">\r\n    <h4 class=\"hidden-title\">Information</h4>\r\n    <div class=\"footer-col-content\">\r\n        <div class=\"footer-logo\">\r\n            <div class=\"logoAfter\"></div>\r\n        </div>\r\n        <ul class=\"list-icon\">\r\n            <li><a target=\"_blank\" href=\"//www.facebook.com/TemplateMonster/\"><i class=\"fa fa-facebook\"></i></a></li>\r\n            <li><a target=\"_blank\" href=\"//twitter.com/TemplateMonster\"><i class=\"fa fa-twitter\"></i></a></li>\r\n            <li><a target=\"_blank\" href=\"//plus.google.com/+TemplateMonster\"><i class=\"fa fa-google-plus\"></i></a></li>\r\n            <li><a target=\"_blank\" href=\"//www.instagram.com/template_monster/\"><i class=\"fa fa-instagram\"></i></a></li>\r\n            <li><a target=\"_blank\" href=\"//www.pinterest.com/templatemonster/\"><i class=\"fa fa-pinterest\"></i></a></li>\r\n        </ul>\r\n    </div>\r\n</div>','2017-01-13 06:03:36','2017-01-13 06:03:36',1),(38,'AMP Footer Links','amp_footer_links','<ul><li><a href=\"{{store url=\'about-us\'}}\">About Us</a></li><li><a href=\"{{store url=\'contact\'}}\">Contact Us</a></li><li><a href=\"{{store url=\'customer-service\'}}\">Customer Service</a></li><li><a href=\"{{store url=\'privacy-policy-cookie-restriction-mode\'}}\">Privacy Policy</a></li><li><a href=\"{{store url=\'template-settings\'}}\">Templates Settings</a></li></ul>','2018-01-19 14:48:35','2018-01-19 14:48:35',1);
/*!40000 ALTER TABLE `cms_block` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_block_store`
--

DROP TABLE IF EXISTS `cms_block_store`;
CREATE TABLE `cms_block_store` (
  `block_id` smallint(6) NOT NULL COMMENT 'Block ID',
  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store ID',
  PRIMARY KEY (`block_id`,`store_id`),
  KEY `CMS_BLOCK_STORE_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='CMS Block To Store Linkage Table';

--
-- Dumping data for table `cms_block_store`
--

LOCK TABLES `cms_block_store` WRITE;
/*!40000 ALTER TABLE `cms_block_store` DISABLE KEYS */;
INSERT INTO `cms_block_store` VALUES (1,0),(2,0),(3,0),(4,0),(5,0),(6,0),(7,0),(11,0),(12,0),(13,0),(14,0),(15,0),(23,0),(24,0),(25,0),(31,0),(37,0),(38,0);
/*!40000 ALTER TABLE `cms_block_store` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_page`
--

DROP TABLE IF EXISTS `cms_page`;
CREATE TABLE `cms_page` (
  `page_id` smallint(6) NOT NULL AUTO_INCREMENT COMMENT 'Page ID',
  `title` varchar(255) DEFAULT NULL COMMENT 'Page Title',
  `page_layout` varchar(255) DEFAULT NULL COMMENT 'Page Layout',
  `meta_keywords` text COMMENT 'Page Meta Keywords',
  `meta_description` text COMMENT 'Page Meta Description',
  `identifier` varchar(100) DEFAULT NULL COMMENT 'Page String Identifier',
  `content_heading` varchar(255) DEFAULT NULL COMMENT 'Page Content Heading',
  `content` mediumtext COMMENT 'Page Content',
  `creation_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Page Creation Time',
  `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Page Modification Time',
  `is_active` smallint(6) NOT NULL DEFAULT '1' COMMENT 'Is Page Active',
  `sort_order` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Page Sort Order',
  `layout_update_xml` text COMMENT 'Page Layout Update Content',
  `custom_theme` varchar(100) DEFAULT NULL COMMENT 'Page Custom Theme',
  `custom_root_template` varchar(255) DEFAULT NULL COMMENT 'Page Custom Template',
  `custom_layout_update_xml` text COMMENT 'Page Custom Layout Update Content',
  `custom_theme_from` date DEFAULT NULL COMMENT 'Page Custom Theme Active From Date',
  `custom_theme_to` date DEFAULT NULL COMMENT 'Page Custom Theme Active To Date',
  `meta_title` varchar(255) DEFAULT NULL COMMENT 'Page Meta Title',
  PRIMARY KEY (`page_id`),
  KEY `CMS_PAGE_IDENTIFIER` (`identifier`),
  FULLTEXT KEY `CMS_PAGE_TITLE_META_KEYWORDS_META_DESCRIPTION_IDENTIFIER_CONTENT` (`title`,`meta_keywords`,`meta_description`,`identifier`,`content`)
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8 COMMENT='CMS Page Table';

--
-- Dumping data for table `cms_page`
--

LOCK TABLES `cms_page` WRITE;
/*!40000 ALTER TABLE `cms_page` DISABLE KEYS */;
INSERT INTO `cms_page` VALUES (1,'404 Not Found','1column','Page keywords','Page description','no-route','Whoops, our bad...','<div class=\"not-found-page\">\r\n    <dl>\r\n        <dt class=\"not-found-page_top\">\r\n            <img src=\"{{view url=\'images/404.png\'}}\" alt=\"404-img\">\r\n            <div>\r\n                <strong>Sorry...</strong>\r\n                <span>It’s not you. It’s us.</span>\r\n            </div>\r\n        </dt>\r\n    </dl>\r\n    <dl class=\"not-found-page_bottom\">\r\n        <dt>The page you are looking for can’t be found.</dt>\r\n        <dd><a href=\"{{store url=\"\"}}\">Go Home!</a></dd>\r\n    </dl>\r\n</div>','2017-10-21 08:06:12','2017-10-21 08:06:12',1,0,'','','',NULL,NULL,NULL,''),(2,'Magetique','1column','','','home','','\r\n','2017-10-21 08:06:12','2017-10-21 08:06:12',1,0,'<!--\r\n    <referenceContainer name=\"right\">\r\n        <action method=\"unsetChild\"><argument name=\"alias\" xsi:type=\"string\">right.reports.product.viewed</argument></action>\r\n        <action method=\"unsetChild\"><argument name=\"alias\" xsi:type=\"string\">right.reports.product.compared</argument></action>\r\n    </referenceContainer>-->','','',NULL,NULL,NULL,''),(3,'Enable Cookies','1column',NULL,NULL,'enable-cookies','What are Cookies?','<div class=\"enable-cookies cms-content\">\r\n<p>\"Cookies\" are little pieces of data we send when you visit our store. Cookies help us get to know you better and personalize your experience. Plus they help protect you and other shoppers from fraud.</p>\r\n<p style=\"margin-bottom: 20px;\">Set your browser to accept cookies so you can buy items, save items, and receive customized recommendations. Here’s how:</p>\r\n<ul>\r\n<li><a href=\"https://support.google.com/accounts/answer/61416?hl=en\" target=\"_blank\">Google Chrome</a></li>\r\n<li><a href=\"http://windows.microsoft.com/en-us/internet-explorer/delete-manage-cookies\" target=\"_blank\">Internet Explorer</a></li>\r\n<li><a href=\"http://support.apple.com/kb/PH19214\" target=\"_blank\">Safari</a></li>\r\n<li><a href=\"https://support.mozilla.org/en-US/kb/enable-and-disable-cookies-website-preferences\" target=\"_blank\">Mozilla/Firefox</a></li>\r\n</ul>\r\n</div>','2017-10-21 08:06:12','2017-10-21 08:06:12',1,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(4,'Privacy Policy','1column','','','privacy-policy-cookie-restriction-mode','','<div class=\"change-message\">\r\n    <span>Please replace this text with your Privacy Policy.</span>\r\n</div>\r\n<dl class=\"custom-page privacy-policy-page\">\r\n    <dt class=\"heading-2\">General information</dt>\r\n    <dd>Welcome to our Privacy Policy page! When you use our store services, you trust us with your information. This Privacy Policy is meant to help you understand what data we collect, why we collect it, and what we do with it. When you share information with us, we can make our services even better for you. For instance, we can show you more relevant search results and ads, help you connect with people or to make sharing with others quicker and easier. As you use our services, we want you to be clear how we’re using information and the ways in which you can protect your privacy. This is important; we hope you will take time to read it carefully. Remember, you can find controls to manage your information and protect your privacy and security. We’ve tried to keep it as simple as possible.</dd>\r\n    <dt class=\"heading-2\">Right to access, correct and delete data and to object to data processing</dt>\r\n    <dd>Our customers have the right to access, correct and delete personal data relating to them, and to object to the processing of such data, by addressing a written request, at any time. The Company makes every effort to put in place suitable precautions to safeguard the security and privacy of personal data, and to prevent it from being altered, corrupted, destroyed or accessed by unauthorized third parties. However, the Company does not control each and every risk related to the use of the Internet, and therefore warns the Site users of the potential risks involved in the functioning and use of the Internet. The Site may include links to other web sites or other internet sources. As the Company cannot control these web sites and external sources, the Company cannot be held responsible for the provision or display of these web sites and external sources, and may not be held liable for the content, advertising, products, services or any other material available on or from these web sites or external sources.</dd>\r\n    <dt class=\"heading-2\">Management of personal data</dt>\r\n    <dd>You can view or edit your personal data online for many of our services. You can also make choices about our collection and use of your data. How you can access or control your personal data will depend on which services you use. You can choose whether you wish to receive promotional communications from our store by email, SMS, physical mail, and telephone. If you receive promotional email or SMS messages from us and would like to opt out, you can do so by following the directions in that message. You can also make choices about the receipt of promotional email, telephone calls, and postal mail by visiting and signing into Company Promotional Communications Manager, which allows you to update contact information, manage contact preferences, opt out of email subscriptions, and choose whether to share your contact information with our partners. These choices do not apply to mandatory service communications that are part of certain store services.</dd>\r\n    <dt class=\"heading-2\">Information We Collect</dt>\r\n    <dd>Our store collects data to operate effectively and provide you the best experiences with our services. You provide some of this data directly, such as when you create a personal account. We get some of it by recording how you interact with our services by, for example, using technologies like cookies, and receiving error reports or usage data from software running on your device. We also obtain data from third parties (including other companies). For example, we supplement the data we collect by purchasing demographic data from other companies. We also use services from other companies to help us determine a location based on your IP address in order to customize certain services to your location. The data we collect depends on the services and features you use.</dd>\r\n    <dt class=\"heading-2\">How We Use Your Information</dt>\r\n    <dd>Our store uses the data we collect for three basic purposes: to operate our business and provide (including improving and personalizing) the services we offer, to send communications, including promotional communications, and to display advertising. In carrying out these purposes, we combine data we collect through the various store services you use to give you a more seamless, consistent and personalized experience. However, to enhance privacy, we have built in technological and procedural safeguards designed to prevent certain data combinations. For example, we store data we collect from you when you are unauthenticated (not signed in) separately from any account information that directly identifies you, such as your name, email address or phone number.</dd>\r\n    <dt class=\"heading-2\">Sharing Your Information</dt>\r\n    <dd>We share your personal data with your consent or as necessary to complete any transaction or provide any service you have requested or authorized. For example, we share your content with third parties when you tell us to do so. When you provide payment data to make a purchase, we will share payment data with banks and other entities that process payment transactions or provide other financial services, and for fraud prevention and credit risk reduction. In addition, we share personal data among our controlled affiliates and subsidiaries. We also share personal data with vendors or agents working on our behalf for the purposes described in this statement. For example, companies we\'ve hired to provide customer service support or assist in protecting and securing our systems and services may need access to personal data in order to provide those functions. In such cases, these companies must abide by our data privacy and security requirements and are not allowed to use personal data they receive from us for any other purpose. We may also disclose personal data as part of a corporate transaction such as a merger or sale of assets.</dd>\r\n</dl>','2017-10-21 08:06:13','2017-10-21 08:06:13',1,0,'','','',NULL,NULL,NULL,''),(5,'Customer Service','1column','','','customer-service',' Customer Service','<div class=\"customer-service\">\r\n    <div class=\"text-block customer-service__block\">\r\n        <h3>Delivery</h3>\r\n        <h4>Hello and welcome to the shipping and delivery information page! Here you can get acquainted with useful information on terms \r\nand conditions of our goods delivery</h4>\r\n        <p>You can purchase your items online and pick them up at our street store, or ship them directly to your doorstep. Shipping is free on some orders. We use the best carriers in the business to make sure your order gets to you on time. From the Secure Checkout page you\'ll see your item description, price and delivery timing. Where available, you can also choose a faster delivery method for each item on your order, for an additional fee. Delivery times vary according to your selected delivery address, availability of your items and the time of day you place your order.</p>\r\n    </div>\r\n    <div class=\"table-block  customer-service__block\">\r\n        <h3>Cost</h3>\r\n        <div class=\"table-block_wrapper\">\r\n            <table>\r\n                <thead>\r\n                    <th>Services</th>\r\n                    <th>Locations</th>\r\n                    <th>Delivery Schedule</th>\r\n                    <th>Cost Per Shipment</th>\r\n                </thead>\r\n                <tbody>\r\n                    <tr>\r\n                        <td>Royal mail 1st Class Service (Order value $20 or less)</td>\r\n                        <td>All of UK & some European Countries</td>\r\n                        <td>1-3 days Monday - Saturday</td>\r\n                        <td>$5</td>\r\n                    </tr>\r\n                    <tr>\r\n                        <td>Royal mail Tracker (Order value $50 or less)</td>\r\n                        <td>All of UK</td>\r\n                        <td>1-3 days Delivery 7.30am - 5.30am Monday - Friday</td>\r\n                        <td>$45</td>\r\n                    </tr>\r\n                    <tr>\r\n                        <td>Standard Courier Delivery</td>\r\n                        <td>UK mainland only</td>\r\n                        <td>1-3 days Monday - Saturday</td>\r\n                        <td>$124</td>\r\n                    </tr>\r\n                    <tr>\r\n                        <td>Standard Courier Delivery</td>\r\n                        <td>Northern Ireland, Eire, Scilly Isles</td>\r\n                        <td>1-3 days Delivery 7.30am - 5.30am Monday - Friday</td>\r\n                        <td>$11</td>\r\n                    </tr>\r\n                    <tr>\r\n                        <td>Royal mail 1st Class Service (Order value $20 or less)</td>\r\n                        <td>All of UK & some European Countries</td>\r\n                        <td>1-3 days Monday - Saturday</td>\r\n                        <td>$5</td>\r\n                    </tr>\r\n                    <tr>\r\n                        <td>Priority courier pre 12pm Next Working Day</td>\r\n                        <td>UK mainland only</td>\r\n                        <td>1-3 days Delivery 7.30am - 5.30am Monday - Friday</td>\r\n                        <td>$89</td>\r\n                    </tr>\r\n                    <tr>\r\n                        <td>Royal mail 1st Class Service (Order value $20 or less)</td>\r\n                        <td>All of UK & some European Countries</td>\r\n                        <td>1-3 days Monday - Saturday</td>\r\n                        <td>$72</td>\r\n                    </tr>\r\n                </tbody>\r\n            </table>            \r\n        </div>\r\n    </div>\r\n    <div class=\"text-block  customer-service__block\">\r\n        <h3>Free Delivery</h3>\r\n        <p>Free two-day shipping is available on in-stock items. You can see in your bag if your item is in stock. Free two-day shipping is not available on customized, engraved products, and for certain order types, including orders paid for with financing or by bank transfer. To get free two-day shipping, you will need to place your order by 5pm, Monday to Friday. For instance, if you order your goods before 5:00 pm, Monday to Friday we will deliver them in two business days.</p>\r\n    </div>\r\n    <div class=\"list-block  customer-service__block\">\r\n        <h3>Terms & Conditions</h3>\r\n        <ul class=\"row\">\r\n            <li class=\"col-md-6\">\r\n                <h4>Entire agreement</h4>\r\n                <p>If you require a complete delivery of your orders, please enter an X in the Complete Delivery field on the shipping screen of the customer master record. The indicator is copied into the order header, which you can also use for the purpose.</p>\r\n            </li>\r\n            <li class=\"col-md-6\">\r\n                <h4>Entire agreement</h4>\r\n                <p>If you require a complete delivery of your orders, please enter an X in the Complete Delivery field on the shipping screen of the customer master record. The indicator is copied into the order header, which you can also use for the purpose.</p>\r\n            </li>\r\n            <li class=\"col-md-6\">\r\n                <h4>Controlling terms</h4>\r\n                <p>Buyer expressly agrees that Seller’s Invoice and these Terms and Conditions of Sale represent the complete agreement of the parties with respect to the sale of the product(s) listed on the Invoice and no different or additional terms or conditions in Buyer’s purchase order or in any other prior or subsequent communications in any way adding to, modifying or otherwise changing these Terms and Conditions of Sale shall be binding upon Seller.</p>\r\n            </li>\r\n            <li class=\"col-md-6\">\r\n                <h4>Controlling terms</h4>\r\n                <p>Buyer expressly agrees that Seller’s Invoice and these Terms and Conditions of Sale represent the complete agreement of the parties with respect to the sale of the product(s) listed on the Invoice and no different or additional terms or conditions in Buyer’s purchase order or in any other prior or subsequent communications in any way adding to, modifying or otherwise changing these Terms and Conditions of Sale shall be binding upon Seller.</p>\r\n            </li>\r\n            <li class=\"col-md-6\">\r\n                <h4>Entire agreement</h4>\r\n                <p>If you require a complete delivery of your orders, please enter an X in the Complete Delivery field on the shipping screen of the customer master record. The indicator is copied into the order header, which you can also use for the purpose.</p>\r\n            </li>\r\n            <li class=\"col-md-6\">\r\n                <h4>Entire agreement</h4>\r\n                <p>If you require a complete delivery of your orders, please enter an X in the Complete Delivery field on the shipping screen of the customer master record. The indicator is copied into the order header, which you can also use for the purpose.</p>\r\n            </li>\r\n            <li class=\"col-md-6\">\r\n                <h4>Controlling terms</h4>\r\n                <p>Buyer expressly agrees that Seller’s Invoice and these Terms and Conditions of Sale represent the complete agreement of the parties with respect to the sale of the product(s) listed on the Invoice and no different or additional terms or conditions in Buyer’s purchase order or in any other prior or subsequent communications in any way adding to, modifying or otherwise changing these Terms and Conditions of Sale shall be binding upon Seller.</p>\r\n            </li>\r\n            <li class=\"col-md-6\">\r\n                <h4>Controlling terms</h4>\r\n                <p>Buyer expressly agrees that Seller’s Invoice and these Terms and Conditions of Sale represent the complete agreement of the parties with respect to the sale of the product(s) listed on the Invoice and no different or additional terms or conditions in Buyer’s purchase order or in any other prior or subsequent communications in any way adding to, modifying or otherwise changing these Terms and Conditions of Sale shall be binding upon Seller.</p>\r\n            </li>\r\n            <li class=\"col-md-6\">\r\n                <h4>Entire agreement</h4>\r\n                <p>If you require a complete delivery of your orders, please enter an X in the Complete Delivery field on the shipping screen of the customer master record. The indicator is copied into the order header, which you can also use for the purpose.</p>\r\n            </li>\r\n            <li class=\"col-md-6\">\r\n                <h4>Entire agreement</h4>\r\n                <p>If you require a complete delivery of your orders, please enter an X in the Complete Delivery field on the shipping screen of the customer master record. The indicator is copied into the order header, which you can also use for the purpose.</p>\r\n            </li>\r\n            <li class=\"col-md-6\">\r\n                <h4>Controlling terms</h4>\r\n                <p>Buyer expressly agrees that Seller’s Invoice and these Terms and Conditions of Sale represent the complete agreement of the parties with respect to the sale of the product(s) listed on the Invoice and no different or additional terms or conditions in Buyer’s purchase order or in any other prior or subsequent communications in any way adding to, modifying or otherwise changing these Terms and Conditions of Sale shall be binding upon Seller.</p>\r\n            </li>\r\n            <li class=\"col-md-6\">\r\n                <h4>Controlling terms</h4>\r\n                <p>Buyer expressly agrees that Seller’s Invoice and these Terms and Conditions of Sale represent the complete agreement of the parties with respect to the sale of the product(s) listed on the Invoice and no different or additional terms or conditions in Buyer’s purchase order or in any other prior or subsequent communications in any way adding to, modifying or otherwise changing these Terms and Conditions of Sale shall be binding upon Seller.</p>\r\n            </li>\r\n        </ul>\r\n    </div>\r\n</div>\r\n\r\n<script>\r\nvar headertext = [];\r\nvar headers = document.querySelectorAll(\".table-block thead\");\r\nvar tablebody = document.querySelectorAll(\".table-block tbody\");\r\n\r\nfor (var i = 0; i < headers.length; i++) {\r\n    headertext[i]=[];\r\n    for (var j = 0, headrow; headrow = headers[i].rows[0].cells[j]; j++) {\r\n      var current = headrow;\r\n      headertext[i].push(current.textContent);\r\n      }\r\n} \r\n\r\nfor (var h = 0, tbody; tbody = tablebody[h]; h++) {\r\n    for (var i = 0, row; row = tbody.rows[i]; i++) {\r\n      for (var j = 0, col; col = row.cells[j]; j++) {\r\n        col.setAttribute(\"data-th\", headertext[h][j]);\r\n      } \r\n    }\r\n}\r\n</script>','2017-11-25 19:52:19','2017-11-25 19:52:19',1,0,'','','',NULL,NULL,NULL,''),(6,'About Us','1column','','','about-us','About Us','<div class=\"about-us-page row\">\r\n    <div class=\"col-md-8 col-md-preffix-2 col-sm-12 \">\r\n        <img src=\"{{view url=\'images/media/aboutus.jpg\'}}\" alt=\"page-img\">\r\n        <p>\r\n            If we talk about our founder, Mary Harris, her interest in furniture and everything related to it began in her father\'s local chairs & tables store in Virginia... Starting off as his helper and accountant, she eventually grew fond of the whole thing and began to consider an option of starting her own furniture store in the big city. With her first store in Arlington in 1999, Mary\'s chain began to gradually expand, now consisting of more than 5 furniture stores nationwide... We sell only the best furniture sets and pieces, manufactured in either US, Canada or the UK... All of our range includes only brands with long-lasting reputation, which have been proved as popular among people for years...\r\n        </p>\r\n        <p>\r\n            Ultimate Quality and Comfort <br> When you\'re looking for a sofa or a chair, comfort and durability must come first! With our range of cozy daybeds, recliners and many other pieces we can guarantee that you\'ll find it!\r\n        </p>\r\n        <p>\r\n            Agreeable pricing for a great quality <br> The pricing policy that we have put in place makes affordability a centre point... While for some people quality means sky-high cost, for us the balance between these two is reached easily.\r\n        </p>     \r\n    </div>\r\n</div>','2017-11-25 19:53:02','2017-11-25 19:53:02',1,0,'','','',NULL,NULL,NULL,''),(7,'Shipping & Delivery','1column','','','shipping-delivery','Shipping & Delivery','<div class=\"shipping-delivery-page row\">\r\n    <div class=\"col-md-8 col-md-preffix-2\">\r\n        <p>\r\n            So you’ve done your shopping; just how long will it be till you can rock that swanky new Axolotl-themed laptop skin? The calculator below will give you the average amount of days it takes to ship a product to your door and the best time to contact our support team. Please note that every order at Redbubble is custom printed just for you, and will take 1-3 business days to print prior to shipping.\r\n        </p>\r\n        <span class=\"heading-3\">Here are a few things to consider while you wait for your order:</span>\r\n        <ul>\r\n            <li><span>We ship in business days. Monday - Friday, excluding national holidays.</span></li>\r\n            <li><span>Shipping starts from the date you received the “Your Order Has Shipped!” email.</span></li>\r\n            <li><span>The estimate above does not include manufacturing time - we need 1-3 business days to make sure your custom order is everything you hoped it would be.</span></li>\r\n        </ul>\r\n        <p>\r\n            Redbubble is a global company - we work with production and shipping partners all over the world to get your things to your doorstep, wherever that may be. Although the vast majority of our customers will get their orders by the day listed above, actual timeframes may vary from region to region.\r\n        </p>\r\n        <div class=\"shipping-delivery-page__border\">\r\n            <span class=\"heading-3\">So when do you contact Redbubble?</span>\r\n            <span>The calculator above lets you know the best time to message us. When that day rolls around.</span>\r\n            <span>Even if your order hasn’t arrived by the listed date, it’s probably still on its way (and worth the wait).</span>\r\n        </div>\r\n        <ol class=\"shipping-delivery-page__list\">\r\n            <li>\r\n                <span class=\"heading-3 shipping-delivery-page_shipping-icon\">How much is shipping?</span>\r\n                <p>Once you’ve clicked through to Secure Checkout, you can enter your delivery address and choose a shipping method. Shipping costs are then calculated and tacked on to your subtotal at the bottom of the page.</p>\r\n            </li>\r\n            <li>\r\n                <span class=\"heading-3 shipping-delivery-page_track-icon\">Can I track my order?</span>\r\n                <p>We rely on a global network of shipping partners (UPS, FedEx, DHL) as well as local postal services (USPS) to get your order to your doorstep as soon as possible. For this reason, tracking is not always available. If your order is being sent by a trackable service, these details will be included on your orders page as well as on the shipping email we send you.</p>\r\n            </li>\r\n            <li>\r\n                <span class=\"heading-3 shipping-delivery-page_order-icon\">Where does my order ship from?</span>\r\n                <p>We rely on a global network of shipping partners (UPS, FedEx, DHL) as well as local postal services (USPS) to get your order to your doorstep as soon as possible. For this reason, tracking is not always available. If your order is being sent by a trackable service, these details will be included on your orders page as well as on the shipping email we send you.</p>\r\n            </li>\r\n        </ol>\r\n    </div>\r\n</div>','2017-11-25 19:53:09','2017-11-25 19:53:09',1,0,'','','',NULL,NULL,NULL,''),(9,'FAQ','1column','','','faq','FAQ','<div class=\"faq-page row\">\r\n    <div class=\"col-md-8 col-md-preffix-2\">\r\n        <div id=\"faq-accordion\">\r\n            <div class=\"accordion-block close\">\r\n                <div class=\"accordion-trigger close\">\r\n                    <span>Is it necessary for me to register an account in order to buy an item?</span>\r\n                </div>\r\n                <div class=\"accordion-content\">\r\n                    <p> Yes and this is made with your own convenience in mind.  By creating (or using) an account during the  purchasing process you will have 3 things made so much easier for yourself:</p>\r\n                    <ul>\r\n                        <li>- keeping track of your order\'s delivery status</li>\r\n                        <li>- changing or canceling the order</li>\r\n                        <li>- using your previous purchase history to become eligible for a Loyal Customer\'s discount</li>\r\n                    </ul>\r\n                  </div>                \r\n            </div>\r\n            <div class=\"accordion-block close\">\r\n                <div class=\"accordion-trigger close\">\r\n                    <span>Which shipping providers do you use?</span>\r\n                </div>\r\n                <div class=\"accordion-content\">\r\n                    <p> Yes and this is made with your own convenience in mind.  By creating (or using) an account during the  purchasing process you will have 3 things made so much easier for yourself:</p>\r\n                    <ul>\r\n                        <li>- keeping track of your order\'s delivery status</li>\r\n                        <li>- changing or canceling the order</li>\r\n                        <li>- using your previous purchase history to become eligible for a Loyal Customer\'s discount</li>\r\n                    </ul>\r\n                  </div>                \r\n            </div>\r\n            <div class=\"accordion-block close\">\r\n                <div class=\"accordion-trigger close\">\r\n                    <span>How long it will take to receive the furniture?</span>\r\n                </div>\r\n                <div class=\"accordion-content\">\r\n                    <p> Yes and this is made with your own convenience in mind.  By creating (or using) an account during the  purchasing process you will have 3 things made so much easier for yourself:</p>\r\n                    <ul>\r\n                        <li>- keeping track of your order\'s delivery status</li>\r\n                        <li>- changing or canceling the order</li>\r\n                        <li>- using your previous purchase history to become eligible for a Loyal Customer\'s discount</li>\r\n                    </ul>\r\n                  </div>                \r\n            </div>\r\n            <div class=\"accordion-block close\">\r\n                <div class=\"accordion-trigger close\">\r\n                    <span>How long it will take to receive the furniture?</span>\r\n                </div>\r\n                <div class=\"accordion-content\">\r\n                    <p> Yes and this is made with your own convenience in mind.  By creating (or using) an account during the  purchasing process you will have 3 things made so much easier for yourself:</p>\r\n                    <ul>\r\n                        <li>- keeping track of your order\'s delivery status</li>\r\n                        <li>- changing or canceling the order</li>\r\n                        <li>- using your previous purchase history to become eligible for a Loyal Customer\'s discount</li>\r\n                    </ul>\r\n                  </div>                \r\n            </div>\r\n            <div class=\"accordion-block close\">\r\n                <div class=\"accordion-trigger close\">\r\n                    <span>Do you offer any kind of discounts?</span>\r\n                </div>\r\n                <div class=\"accordion-content\">\r\n                    <p> Yes and this is made with your own convenience in mind.  By creating (or using) an account during the  purchasing process you will have 3 things made so much easier for yourself:</p>\r\n                    <ul>\r\n                        <li>- keeping track of your order\'s delivery status</li>\r\n                        <li>- changing or canceling the order</li>\r\n                        <li>- using your previous purchase history to become eligible for a Loyal Customer\'s discount</li>\r\n                    </ul>\r\n                  </div>                \r\n            </div>\r\n            <div class=\"accordion-block close\">\r\n                <div class=\"accordion-trigger close\">\r\n                    <span>Do you accept orders from all 50 US states?</span>\r\n                </div>\r\n                <div class=\"accordion-content\">\r\n                    <p> Yes and this is made with your own convenience in mind.  By creating (or using) an account during the  purchasing process you will have 3 things made so much easier for yourself:</p>\r\n                    <ul>\r\n                        <li>- keeping track of your order\'s delivery status</li>\r\n                        <li>- changing or canceling the order</li>\r\n                        <li>- using your previous purchase history to become eligible for a Loyal Customer\'s discount</li>\r\n                    </ul>\r\n                  </div>                \r\n            </div>\r\n        </div>\r\n    </div>\r\n</div>','2017-11-25 19:55:09','2017-11-25 19:55:09',1,0,'','','',NULL,NULL,NULL,''),(10,'Support','empty','','','support','Support','<div class=\"support-page row\">\r\n    <div class=\"col-md-8 col-md-preffix-2\">\r\n        <div class=\"text-block\">\r\n            <p>Our customer support department is ready to come to your aid in a 24/7 manner, be your request in a form on email ticket or a phone call... We have a team of professional managers who will consult you regarding any technical, in-stock or billing question you might have. Also, should there be any problems with the delivery or if you would want to file a return, we will help you as well!</p>\r\n        </div>\r\n        <div class=\"boxes-block\">\r\n            <h3>Have a Question?</h3>\r\n            <ul class=\"row\">\r\n                <li class=\"col-md-6\"><a href=\"#\"><div>\r\n                    <span class=\"support-page__archive-icon\">Knowledge Base</span>\r\n                </div></a></li>\r\n                <li class=\"col-md-6\"><a href=\"#\"><div>\r\n                    <span class=\"support-page__bubbles-icon\">Community Forum</span>\r\n                </div></a></li>\r\n                <li class=\"col-md-6\"><a href=\"#\"><div>\r\n                    <span class=\"support-page__bubble-question-icon\">24/7Ticket Support</span>\r\n                </div></a></li>\r\n                <li class=\"col-md-6\"><a href=\"#\"><div>\r\n                    <span class=\"support-page__envelope-icon\">Contact us</span>\r\n                </div></a></li>\r\n            </ul>\r\n        </div>        \r\n    </div>\r\n</div>\r\n','2017-11-25 19:55:27','2017-11-25 19:55:27',1,0,'','','',NULL,NULL,NULL,'');
INSERT INTO `cms_page` VALUES (11,'Guarantee','1column','','','guarantee','Guarantee & After-Sales Service','<div class=\"guarantee-page row\">\r\n    <div class=\"col-md-8 col-md-preffix-2\">\r\n        <div class=\"text-block\">\r\n            <p>Quite often, even after we’ve chosen an item and purchased it successfully, there may be some things we might want to change or repair afterward - either during or following the delivery process, when filing a return or applying for using our warranty. Here we\'ll try to explain in plain terms how does our store’s warranty policy works and how you can be using it when shopping with us!</p>\r\n        </div>\r\n        <div class=\"text-block\">\r\n            <h3>What Products are Provided with the Warranty?</h3>\r\n            <p>Some of our furniture items apply for an almost unconditional Lifetime Warranty. The items included in this policy are sofas, couches, love seats, upholstered chairs, ottomans, sectionals, and sleepers. As a retailer we warrant these components to you, the original retail purchaser, to be free from material manufacturing defects. The lifetime duration of the Warranty means the standardized usage cycle for a specific furniture item.</p>\r\n            <ul>\r\n                <li>\r\n                    <h4>Repair & Refurbishing</h4>\r\n                    <span>Our store will pay, within one year from the date of purchase, reasonable and conditional labor rates for refurbishing or replacing the defective parts and shipping costs.</span>\r\n                </li>\r\n                <li>\r\n                    <h4>Different Types of Warranty</h4>\r\n                    <span>While for some items we have a lifetime warranty, the springs in all of our items are offered with a 5 Year Limited type of a Warranty.</span>\r\n                </li>\r\n                <li>\r\n                    <h4>Warranty Exceptions</h4>\r\n                    <span>All seat cushion cores have a natural tendency to become softer during a normal usage cycle, and will conform to the shape of the user. A Limited 1 Year Warranty applies.</span>\r\n                </li>\r\n            </ul>\r\n        </div>\r\n        <div class=\"text-block\">\r\n            <h3>Where to Apply for Warranty Services?</h3>\r\n            <p>Under these Limited Warranties, all of the legal liability of our store is limited to repair, or  if required (or requested by the customer), replacement. We are  ready to pay, within one year from the date of purchase, reasonable and customary labor rates to repair or replace the defective parts and shipping costs from the retailer...</p>\r\n            <p>These Limited Warranties are not applicable for any of our products which ave been altered by any person, dealer, or company without the express written authorization of our store. PLease note, that some States Do Not Allow Limitations On How Long An Implied Warranty Lasts, So The Above Limitations May Not Apply To You.</p>\r\n        </div>\r\n        <div class=\"text-block\">\r\n            <h3>In What Cases the Warranty is Not Provided?</h3>\r\n            <p>There can be two limits for the Warranties issued with the purchase of the furniture items on our website.</p>\r\n            <ul class=\"row\">\r\n                <li class=\"col-md-6\">\r\n                    <h4>1, 3 & 5 Years Limited Warranty</h4>\r\n                    <span>The first one is the Warranty time frame, if it is limited to 1, 3 or 5 years. Hence the Lifetime Warranty is not time-restricted.</span>\r\n                </li>\r\n                <li class=\"col-md-6\">\r\n                    <h4>Regular Usage Check</h4>\r\n                    <span>The second one is the examination of the item by our customer support agent, making sure the usage was regular.</span>\r\n                </li>\r\n            </ul>\r\n        </div>\r\n        <div class=\"text-block\">\r\n            <h3>Change and Return</h3>\r\n            <p>Filing a change or a return is an easy process, requiring nothing more than your proof of purchase (which usually is the receipt you received), the item itself and the return label printed out by you and put at the top of the package...</p>\r\n        </div>    \r\n    </div>\r\n</div>','2017-11-25 19:55:56','2017-11-25 19:55:56',1,0,'','','',NULL,NULL,NULL,''),(12,'Secure payment','1column','','','secure-payment','Secure payment','<div class=\"secure-payment-page row\">\r\n    <div class=\"col-md-8 col-md-preffix-2\">\r\n        <p>\r\n            When it comes to purchasing something, anything online, the security question towers above everything else. We do not take our store’s overall cyber security and particularly the billing process security lightly. We can assure you that all of your shopping here will be a fun and safe experience, enhanced by the all of the factors listed below.\r\n        </p>\r\n        <ul>\r\n            <li>\r\n                <h4>SSL Certificate</h4>\r\n                <span>If the website has an SLL certificate, this means that the owners care about your shopping experience being secure, safe and sound and want to make sure that all the data (including financial) that you enter on our website will be securely encrypted!</span>\r\n            </li>\r\n            <li>\r\n                <h4>Multiple Gateways</h4>\r\n                <span>When we were considering which payment gateways to use on our website, the choice narrowed down to 5 most universal ones: Visa; MasterCard; PayPal; Discover; Stripe.</span>\r\n            </li>\r\n            <li>\r\n                <h4>24/7 Customer Support</h4>\r\n                <span>Also, it is comforting to know that should you experience any kind of technical bump in the road during the checkout process, you can always address our customer support department with your billing questions!</span>\r\n            </li>\r\n        </ul>\r\n        <div class=\"secure-payment_icons\">\r\n            <ul>\r\n                <li><a href=\"#\" class=\"fa fa-cc-visa\"></a></li>\r\n                <li><a href=\"#\" class=\"fa fa-cc-mastercard\"></a></li>\r\n                <li><a href=\"#\" class=\"fa fa-cc-paypal\"></a></li>\r\n                <li><a href=\"#\" class=\"fa fa-cc-discover\"></a></li>\r\n                <li><a href=\"#\" class=\"fa fa-cc-stripe\"></a></li>\r\n            </ul>\r\n        </div>\r\n    </div>\r\n</div>','2017-11-25 19:56:34','2017-11-25 19:56:34',1,0,'','','',NULL,NULL,NULL,''),(13,'Terms & Conditions','1column','','','terms-conditions','Terms & Conditions','<div class=\"terms-conditions-page row\">\r\n    <div class=\"col-md-8 col-md-preffix-2\">\r\n        <div class=\"text-block\">\r\n            <p>This Policy is projected to all personal information and sensitive personal data or information that is given by or obtained from any person who visits or uses or accesses the website (\"User\"). We reserve the right to modify or review the details of this Policy without prior notice and the revised Policy will be in effect from the day of uploading.  Therefore, Users are requested to periodically visit the website and review the policy.</p>\r\n            <ul>\r\n                <li>\r\n                    <h4>Rule 1</h4>\r\n                    <p>A User may be required to give away some Personal Information, including Sensitive Personal Information while browsing through the website or for availing services at the website.\r\n</p>\r\n                </li>\r\n                <li>\r\n                    <h4>Rule 2</h4>\r\n                    <p>Personal Information disclosed to Us by a User will be used by Us for one or more of the following purposes: (a) to help Us in creating content that is relevant to the User; (b)  to collect a database of all the Personal Information collected from User</p>\r\n                </li>\r\n                <li>\r\n                    <h4>Rule 3</h4>\r\n                    <p>When a User visits the website, one or more cookies shall be sent to a computer or the device being used by the User to visit the websites. Cookies are used upscale the quality of the services provided by Us, including for keeping User preferences...</p>\r\n                </li>\r\n            </ul>\r\n        </div>        \r\n    </div>\r\n</div>','2017-11-25 19:56:56','2017-11-25 19:56:56',1,0,'','','',NULL,NULL,NULL,''),(14,'Template settings','1column','','','template-settings','Template settings','<h3><em>Home pages configuration all stores</em></h3>\r\n<table class=\"data-table data-table-indent\">\r\n    <thead>\r\n    <tr>\r\n        <th>#</th>\r\n        <th>Page Name</th>\r\n        <th>Page HTML (Content tab)</th>\r\n        <th>Page XML (Design tab)</th>\r\n        <th>Layout</th>\r\n    </tr>\r\n    </thead>\r\n    <tbody>\r\n    <tr>\r\n        <td>1.</td>\r\n        <td>Home Page</td>\r\n        <td>sources\\demo\\pages\\home_page.phtml</td>\r\n        <td>sources\\demo\\pages\\home_page.xml</td>\r\n        <td>1 column</td>\r\n    </tr>\r\n    <tr>\r\n        <td>2.</td>\r\n        <td>About  Us</td>\r\n        <td>sources\\demo\\pages\\about_us.phtml</td>\r\n        <td>NA</td>\r\n        <td>1 column</td>\r\n    </tr>\r\n    <tr>\r\n        <td>3.</td>\r\n        <td>Customer Service</td>\r\n        <td>sources\\demo\\pages\\customer_service.phtml</td>\r\n        <td>NA</td>\r\n        <td>1 column</td>\r\n    </tr>\r\n    <tr>\r\n        <td>4.</td>\r\n        <td>Privacy Policy</td>\r\n        <td>sources\\demo\\pages\\privacy_policy.phtml</td>\r\n        <td>NA</td>\r\n        <td>1 column</td>\r\n    </tr>\r\n    <tr>\r\n        <td>5.</td>\r\n        <td>404 Not Found</td>\r\n        <td>sources\\demo\\pages\\no-route.phtml</td>\r\n        <td>NA</td>\r\n        <td>1 column</td>\r\n    </tr>\r\n    <tr>\r\n        <td>6.</td>\r\n        <td>Shipping & Delivery</td>\r\n        <td>sources\\demo\\pages\\shipping_delivery.phtml</td>\r\n        <td>NA</td>\r\n        <td>1 column</td>\r\n    </tr>\r\n    <tr>\r\n        <td>7.</td>\r\n        <td>FAQ</td>\r\n        <td>sources\\demo\\pages\\faq.phtml</td>\r\n        <td>NA</td>\r\n        <td>1 column</td>\r\n    </tr>\r\n    <tr>\r\n        <td>8.</td>\r\n        <td>Support</td>\r\n        <td>sources\\demo\\pages\\support.phtml</td>\r\n        <td>NA</td>\r\n        <td>1 column</td>\r\n    </tr>\r\n    <tr>\r\n        <td>9.</td>\r\n        <td>Guarantee</td>\r\n        <td>sources\\demo\\pages\\guarantee.phtml</td>\r\n        <td>NA</td>\r\n        <td>1 column</td>\r\n    </tr>\r\n    <tr>\r\n        <td>10.</td>\r\n        <td>Secure payment</td>\r\n        <td>sources\\demo\\pages\\secure_payment.phtml</td>\r\n        <td>NA</td>\r\n        <td>1 column</td>\r\n    </tr>\r\n    <tr>\r\n        <td>11.</td>\r\n        <td>Terms & Conditions</td>\r\n        <td>sources\\demo\\pages\\terms_conditions.phtml</td>\r\n        <td>NA</td>\r\n        <td>1 column</td>\r\n    </tr>\r\n    </tbody>\r\n</table>\r\n\r\n\r\n\r\n<h3><em>Static blocks configuration all stores</em></h3>\r\n\r\n<table class=\"data-table data-table-indent\">\r\n    <thead>\r\n    <tr>\r\n        <th>#</th>\r\n        <th>Block Title</th>\r\n        <th>Identifier</th>\r\n        <th>Content</th>\r\n    </tr>\r\n    </thead>\r\n    <tbody>\r\n    <tr>\r\n        <td>1.</td>\r\n        <td>Footer column content 1</td>\r\n        <td>footer_col_1</td>\r\n        <td>sources\\demo\\blocks\\footer_col_1.phtml</td>\r\n    </tr>\r\n    <tr>\r\n        <td>2.</td>\r\n        <td>Footer column content 2</td>\r\n        <td>footer_col_2</td>\r\n        <td>sources\\demo\\blocks\\footer_col_2.phtml</td>\r\n    </tr>\r\n    <tr>\r\n        <td>3.</td>\r\n        <td>Footer column content 3</td>\r\n        <td>footer_col_3</td>\r\n        <td>sources\\demo\\blocks\\footer_col_3.phtml</td>\r\n    </tr>\r\n    <tr>\r\n        <td>3.</td>\r\n        <td>header_info</td>\r\n        <td>header_info</td>\r\n        <td>sources\\demo\\blocks\\header_info.phtml</td>\r\n    </tr>\r\n    <tr>\r\n        <td>4.</td>\r\n        <td>footer_block_1</td>\r\n        <td>footer_block_1</td>\r\n        <td>sources\\demo\\blocks\\footer_block_1.phtml</td>\r\n    </tr>\r\n    <tr>\r\n        <td>5.</td>\r\n        <td>footer_block_2</td>\r\n        <td>footer_block_2</td>\r\n        <td>sources\\demo\\blocks\\footer_block_2.phtml</td>\r\n    </tr>\r\n    <tr>\r\n        <td>6.</td>\r\n        <td>footer_block_3</td>\r\n        <td>footer_block_3</td>\r\n        <td>sources\\demo\\blocks\\footer_block_3.phtml</td>\r\n    </tr>\r\n    </tbody>\r\n</table>\r\n\r\n\r\n<h3 class=\"extra-title-settings\">Lingerie ---------------------------------------</h3>\r\n\r\n<h3><em>Static blocks Lingerie layout 1</em></h3>\r\n\r\n<table class=\"data-table data-table-indent\">\r\n    <thead>\r\n    <tr>\r\n        <th>#</th>\r\n        <th>Block Title</th>\r\n        <th>Identifier</th>\r\n        <th>Content</th>\r\n    </tr>\r\n    </thead>\r\n    <tbody>\r\n    <tr>\r\n        <td>1.</td>\r\n        <td>block_1_layout_2</td>\r\n        <td>block_1_layout_2</td>\r\n        <td>sources\\demo\\static_blocks\\layout_2\\block_1_layout_2.phtml</td>\r\n    </tr>\r\n    <tr>\r\n        <td>2.</td>\r\n        <td>block_2_layout_2</td>\r\n        <td>block_2_layout_2</td>\r\n        <td>sources\\demo\\static_blocks\\layout_2\\block_2_layout_2.phtml</td>\r\n    </tr>\r\n    <tr>\r\n        <td>3.</td>\r\n        <td>block_3_layout_2</td>\r\n        <td>block_3_layout_2</td>\r\n        <td>sources\\demo\\static_blocks\\layout_2\\block_3_layout_2.phtml</td>\r\n    </tr>\r\n    <tr>\r\n        <td>5.</td>\r\n        <td>menu_block_2</td>\r\n        <td>menu_block_2</td>\r\n        <td>sources\\demo\\static_blocks\\layout_2\\menu_block_2.phtml</td>\r\n    </tr>\r\n    <tr>\r\n        <td>6.</td>\r\n        <td>menu_block_3</td>\r\n        <td>menu_block_3</td>\r\n        <td>sources\\demo\\static_blocks\\layout_2\\menu_block_3.phtml</td>\r\n    </tr>\r\n    </tbody>\r\n</table>\r\n\r\n\r\n<h3><em>Widgets configuration Lingerie layout 1</em></h3>\r\n\r\n<table class=\"data-table data-table-indent\">\r\n    <thead>\r\n    <tr>\r\n        <th>#</th>\r\n        <th>Widget Name</th>\r\n        <th>Widget type</th>\r\n        <th>Container</th>\r\n        <th>Template / (Static blocks)</th>\r\n        <th>Sort Order</th>\r\n    </tr>\r\n    </thead>\r\n    <tbody>\r\n    <tr>\r\n        <td>1.</td>\r\n        <td>Slider_layout_2</td>\r\n        <td>Template Monster FilmSlider</td>\r\n        <td>After Page Header</td>\r\n        <td>Slider_layout_2</td>\r\n        <td>1</td>\r\n    </tr>\r\n    <tr>\r\n        <td>2.</td>\r\n        <td>block_1_layout_2</td>\r\n        <td>CMS Static Block</td>\r\n        <td>Main Content Area</td>\r\n        <td>block_1_layout_2</td>\r\n        <td>1</td>\r\n    </tr>\r\n    <tr>\r\n        <td>3.</td>\r\n        <td>block_2_layout_2</td>\r\n        <td>CMS Static Block</td>\r\n        <td>Main Content Area</td>\r\n        <td>block_2_layout_2</td>\r\n        <td>2</td>\r\n    </tr>\r\n    <tr>\r\n        <td>4.</td>\r\n        <td>New Product</td>\r\n        <td>Featured products</td>\r\n        <td>Main Content Area</td>\r\n        <td>Products Grid</td>\r\n        <td>3</td>\r\n    </tr>\r\n    <tr>\r\n        <td>5.</td>\r\n        <td>Special Products</td>\r\n        <td>Featured products</td>\r\n        <td>Main Content Area</td>\r\n        <td>Products Grid</td>\r\n        <td>4</td>\r\n    </tr>\r\n    <tr>\r\n        <td>6.</td>\r\n        <td>block_3_layout_2</td>\r\n        <td>CMS Static Block</td>\r\n        <td>Main Content Area</td>\r\n        <td>block_3_layout_2</td>\r\n        <td>7</td>\r\n    </tr>\r\n    <tr>\r\n        <td>7.</td>\r\n        <td>Brands</td>\r\n        <td>Shop by Brand</td>\r\n        <td>Main Content Area</td>\r\n        <td>N/A</td>\r\n        <td>6</td>\r\n    </tr>\r\n    </tbody>\r\n</table>\r\n\r\n\r\n<h3><em>Static blocks Lingerie layout 2</em></h3>\r\n\r\n<table class=\"data-table data-table-indent\">\r\n    <thead>\r\n    <tr>\r\n        <th>#</th>\r\n        <th>Block Title</th>\r\n        <th>Identifier</th>\r\n        <th>Content</th>\r\n    </tr>\r\n    </thead>\r\n    <tbody>\r\n    <tr>\r\n        <td>1.</td>\r\n        <td>block_4_2_layout_2</td>\r\n        <td>block_4_2_layout_2</td>\r\n        <td>sources\\demo\\static_blocks\\layout_2\\layout_home_2\\block_4_2_layout_2.phtml</td>\r\n    </tr>\r\n    <tr>\r\n        <td>2.</td>\r\n        <td>block_5_2_layout_2</td>\r\n        <td>block_5_2_layout_2</td>\r\n        <td>sources\\demo\\static_blocks\\layout_2\\layout_home_2\\block_5_2_layout_2.phtml</td>\r\n    </tr>\r\n    <tr>\r\n        <td>3.</td>\r\n        <td>block_6_2_layout_2</td>\r\n        <td>block_6_2_layout_2</td>\r\n        <td>sources\\demo\\static_blocks\\layout_2\\layout_home_2\\block_6_2_layout_2.phtml</td>\r\n    </tr>\r\n    </tbody>\r\n</table>\r\n\r\n\r\n\r\n<h3><em>Widgets configuration Lingerie layout 2</em></h3>\r\n\r\n<table class=\"data-table data-table-indent\">\r\n    <thead>\r\n    <tr>\r\n        <th>#</th>\r\n        <th>Widget Name</th>\r\n        <th>Widget type</th>\r\n        <th>Container</th>\r\n        <th>Template / (Static blocks)</th>\r\n        <th>Sort Order</th>\r\n    </tr>\r\n    </thead>\r\n    <tbody>\r\n    <tr>\r\n        <td>1.</td>\r\n        <td>Slider_layout_2</td>\r\n        <td>Template Monster FilmSlider</td>\r\n        <td>After Page Header</td>\r\n        <td>Slider_layout_2</td>\r\n        <td>1</td>\r\n    </tr>\r\n    <tr>\r\n        <td>2.</td>\r\n        <td>block_4_2_layout_2</td>\r\n        <td>CMS Static Block</td>\r\n        <td>Main Content Area</td>\r\n        <td>block_4_2_layout_2</td>\r\n        <td>10</td>\r\n    </tr>\r\n    <tr>\r\n        <td>3.</td>\r\n        <td>New Product</td>\r\n        <td>Featured products</td>\r\n        <td>Main Content Area</td>\r\n        <td>Products Grid</td>\r\n        <td>20</td>\r\n    </tr>\r\n    <tr>\r\n        <td>4.</td>\r\n        <td>block_5_2_layout_2</td>\r\n        <td>CMS Static Block</td>\r\n        <td>Main Content Area</td>\r\n        <td>block_5_2_layout_2</td>\r\n        <td>30</td>\r\n    </tr>\r\n    <tr>\r\n        <td>5.</td>\r\n        <td>From the Blog</td>\r\n        <td>Blog: Latest posts</td>\r\n        <td>Main Content Area</td>\r\n        <td>Post grid</td>\r\n        <td>40</td>\r\n    </tr>\r\n    <tr>\r\n        <td>5.</td>\r\n        <td>block_6_2_layout_2</td>\r\n        <td>CMS Static Block</td>\r\n        <td>Main Content Area</td>\r\n        <td>block_6_2_layout_2</td>\r\n        <td>50</td>\r\n    </tr>\r\n    </tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h3><em>Widgets configuration Lingerie layout 3</em></h3>\r\n\r\n<table class=\"data-table data-table-indent\">\r\n    <thead>\r\n    <tr>\r\n        <th>#</th>\r\n        <th>Widget Name</th>\r\n        <th>Widget type</th>\r\n        <th>Container</th>\r\n        <th>Template / (Static blocks)</th>\r\n        <th>Sort Order</th>\r\n    </tr>\r\n    </thead>\r\n    <tbody>\r\n    <tr>\r\n        <td>1.</td>\r\n        <td>Slider_layout_2 Lingerie lt_2</td>\r\n        <td>Template Monster FilmSlider</td>\r\n        <td>After Page Header</td>\r\n        <td>N/A</td>\r\n        <td>10</td>\r\n    </tr>\r\n    </tbody>\r\n</table>\r\n\r\n','2017-11-25 19:59:07','2017-11-25 19:59:07',1,0,'','','',NULL,NULL,NULL,'');
/*!40000 ALTER TABLE `cms_page` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_page_store`
--

DROP TABLE IF EXISTS `cms_page_store`;
CREATE TABLE `cms_page_store` (
  `page_id` smallint(6) NOT NULL COMMENT 'Page ID',
  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store ID',
  PRIMARY KEY (`page_id`,`store_id`),
  KEY `CMS_PAGE_STORE_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='CMS Page To Store Linkage Table';

--
-- Dumping data for table `cms_page_store`
--

LOCK TABLES `cms_page_store` WRITE;
/*!40000 ALTER TABLE `cms_page_store` DISABLE KEYS */;
INSERT INTO `cms_page_store` VALUES (1,0),(2,0),(3,0),(4,0),(5,0),(6,0),(7,0),(9,0),(10,0),(11,0),(12,0),(13,0),(14,0);
/*!40000 ALTER TABLE `cms_page_store` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `core_config_data`
--

DROP TABLE IF EXISTS `core_config_data`;
CREATE TABLE `core_config_data` (
  `config_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Config Id',
  `scope` varchar(8) NOT NULL DEFAULT 'default' COMMENT 'Config Scope',
  `scope_id` int(11) NOT NULL DEFAULT '0' COMMENT 'Config Scope Id',
  `path` varchar(255) NOT NULL DEFAULT 'general' COMMENT 'Config Path',
  `value` text COMMENT 'Config Value',
  PRIMARY KEY (`config_id`),
  UNIQUE KEY `CORE_CONFIG_DATA_SCOPE_SCOPE_ID_PATH` (`scope`,`scope_id`,`path`)
) ENGINE=InnoDB AUTO_INCREMENT=428 DEFAULT CHARSET=utf8 COMMENT='Config Data';

--
-- Dumping data for table `core_config_data`
--

LOCK TABLES `core_config_data` WRITE;
/*!40000 ALTER TABLE `core_config_data` DISABLE KEYS */;
INSERT INTO `core_config_data` VALUES ('1','default','0','web/seo/use_rewrites','1'),('2','default','0','web/unsecure/base_url','http://192.168.9.43/2016/lingerie_222_007/'),('3','default','0','general/locale/code','en_US'),('4','default','0','general/locale/timezone','UTC'),('5','default','0','currency/options/base','USD'),('6','default','0','currency/options/default','USD'),('7','default','0','currency/options/allow','USD'),('8','default','0','general/region/display_all','1'),('9','default','0','general/region/state_required','AT,BR,CA,CH,EE,ES,FI,HR,LT,LV,RO,US'),('10','default','0','catalog/category/root_id','2'),('11','default','0','design/theme/theme_id','4'),('12','default','0','design/pagination/pagination_frame','5'),('13','default','0','design/pagination/pagination_frame_skip',NULL),('14','default','0','design/pagination/anchor_text_for_previous',NULL),('15','default','0','design/pagination/anchor_text_for_next',NULL),('16','default','0','design/head/default_title','Magento Commerce'),('17','default','0','design/head/title_prefix',NULL),('18','default','0','design/head/title_suffix',NULL),('19','default','0','design/head/default_description',NULL),('20','default','0','design/head/default_keywords',NULL),('21','default','0','design/head/includes',NULL),('22','default','0','design/head/demonotice','0'),('23','default','0','design/header/logo_width',NULL),('24','default','0','design/header/logo_height',NULL),('25','default','0','design/header/logo_alt',NULL),('26','default','0','design/header/welcome','Default welcome msg!'),('27','default','0','design/footer/copyright','Copyright © 2013-2017 Magento, Inc. All rights reserved.'),('28','default','0','design/footer/absolute_footer',NULL),('29','default','0','design/search_engine_robots/default_robots','INDEX,FOLLOW'),('30','default','0','design/search_engine_robots/custom_instructions',NULL),('31','default','0','design/watermark/image_size',NULL),('32','default','0','design/watermark/image_imageOpacity',NULL),('33','default','0','design/watermark/image_position','stretch'),('34','default','0','design/watermark/small_image_size',NULL),('35','default','0','design/watermark/small_image_imageOpacity',NULL),('36','default','0','design/watermark/small_image_position','stretch'),('37','default','0','design/watermark/thumbnail_size',NULL),('38','default','0','design/watermark/thumbnail_imageOpacity',NULL),('39','default','0','design/watermark/thumbnail_position','stretch'),('40','default','0','design/email/logo_alt',NULL),('41','default','0','design/email/logo_width',NULL),('42','default','0','design/email/logo_height',NULL),('43','default','0','design/email/header_template','design_email_header_template'),('44','default','0','design/email/footer_template','design_email_footer_template'),('45','default','0','design/watermark/swatch_image_size',NULL),('46','default','0','design/watermark/swatch_image_imageOpacity',NULL),('47','default','0','design/watermark/swatch_image_position','stretch'),('48','default','0','cms/wysiwyg/enabled','hidden'),('49','default','0','cms/wysiwyg/use_static_urls_in_catalog','0'),('50','default','0','cataloginventory/options/stock_threshold_qty','1000'),('51','default','0','cataloginventory/item_options/auto_return','0'),('52','default','0','catalog/frontend/list_allow_all','0'),('53','default','0','catalog/frontend/flat_catalog_category','1'),('54','default','0','catalog/frontend/flat_catalog_product','1'),('55','default','0','catalog/productalert_cron/frequency','D'),('56','default','0','crontab/default/jobs/catalog_product_alert/schedule/cron_expr','0 0 * * *'),('57','default','0','crontab/default/jobs/catalog_product_alert/run/model',NULL),('58','default','0','catalog/productalert_cron/time','00,00,00'),('59','default','0','catalog/productalert_cron/error_email',NULL),('60','default','0','catalog/product_video/youtube_api_key','AIzaSyCIMveVYEZDh6Ok-cmppYaU7m14gz_qadE'),('61','default','0','catalog/price/scope','0'),('62','default','0','catalog/downloadable/shareable','0'),('63','default','0','catalog/downloadable/content_disposition','inline'),('64','default','0','catalog/custom_options/use_calendar','0'),('65','default','0','catalog/custom_options/year_range',','),('66','default','0','catalog/placeholder/image_placeholder',NULL),('67','default','0','catalog/placeholder/small_image_placeholder',NULL),('68','default','0','catalog/placeholder/swatch_image_placeholder',NULL),('69','default','0','catalog/placeholder/thumbnail_placeholder',NULL),('70','default','0','google_map/general/api_key',NULL),('71','default','0','google_map/home/active','0'),('72','default','0','google_map/home/styles','[{\"featureType\":\"water\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#e9e9e9\"},{\"lightness\":17}]},{\"featureType\":\"landscape\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#f5f5f5\"},{\"lightness\":20}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#ffffff\"},{\"lightness\":17}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"color\":\"#ffffff\"},{\"lightness\":29},{\"weight\":0.2}]},{\"featureType\":\"road.arterial\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#ffffff\"},{\"lightness\":18}]},{\"featureType\":\"road.local\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#ffffff\"},{\"lightness\":16}]},{\"featureType\":\"poi\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#f5f5f5\"},{\"lightness\":21}]},{\"featureType\":\"poi.park\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#dedede\"},{\"lightness\":21}]},{\"elementType\":\"labels.text.stroke\",\"stylers\":[{\"visibility\":\"on\"},{\"color\":\"#ffffff\"},{\"lightness\":16}]},{\"elementType\":\"labels.text.fill\",\"stylers\":[{\"saturation\":36},{\"color\":\"#333333\"},{\"lightness\":40}]},{\"elementType\":\"labels.icon\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"transit\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#f2f2f2\"},{\"lightness\":19}]},{\"featureType\":\"administrative\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#fefefe\"},{\"lightness\":20}]},{\"featureType\":\"administrative\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"color\":\"#fefefe\"},{\"lightness\":17},{\"weight\":1.2}]}]'),('73','default','0','google_map/home/markers','{\"_1514217508648_648\":{\"infowindow\":\" Address: Glasgow D04 89GR <br \\/>\\r\\nPhones: 800-2345-6789; 800-2345-6789 \"}}'),('74','default','0','google_map/contacts/active','1'),('75','default','0','google_map/contacts/coordinates','40.5899796,-73.8820439'),('76','default','0','google_map/contacts/zoom','8'),('77','default','0','google_map/contacts/map_type','ROADMAP'),('78','default','0','google_map/contacts/width','100%'),('79','default','0','google_map/contacts/height','725'),('80','default','0','google_map/contacts/styles','[{\"featureType\":\"water\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#e9e9e9\"},{\"lightness\":17}]},{\"featureType\":\"landscape\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#f5f5f5\"},{\"lightness\":20}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#ffffff\"},{\"lightness\":17}]},{\"featureType\":\"road.highway\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"color\":\"#ffffff\"},{\"lightness\":29},{\"weight\":0.2}]},{\"featureType\":\"road.arterial\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#ffffff\"},{\"lightness\":18}]},{\"featureType\":\"road.local\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#ffffff\"},{\"lightness\":16}]},{\"featureType\":\"poi\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#f5f5f5\"},{\"lightness\":21}]},{\"featureType\":\"poi.park\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#dedede\"},{\"lightness\":21}]},{\"elementType\":\"labels.text.stroke\",\"stylers\":[{\"visibility\":\"on\"},{\"color\":\"#ffffff\"},{\"lightness\":16}]},{\"elementType\":\"labels.text.fill\",\"stylers\":[{\"saturation\":36},{\"color\":\"#333333\"},{\"lightness\":40}]},{\"elementType\":\"labels.icon\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"transit\",\"elementType\":\"geometry\",\"stylers\":[{\"color\":\"#f2f2f2\"},{\"lightness\":19}]},{\"featureType\":\"administrative\",\"elementType\":\"geometry.fill\",\"stylers\":[{\"color\":\"#fefefe\"},{\"lightness\":20}]},{\"featureType\":\"administrative\",\"elementType\":\"geometry.stroke\",\"stylers\":[{\"color\":\"#fefefe\"},{\"lightness\":17},{\"weight\":1.2}]}]'),('81','default','0','google_map/contacts/ui','0'),('82','default','0','google_map/contacts/scrollwheel','1'),('83','default','0','google_map/contacts/draggable','1'),('84','default','0','google_map/contacts/markers','{\"_1514217402372_372\":{\"icon\":\"marker.png\",\"coordinates\":\"40.5899796,-73.8820439\",\"infowindow\":\" Address: Glasgow D04 89GR <br \\/>\\r\\nPhones: 800-2345-6789; 800-2345-6789 \"}}'),('85','default','0','google_map/footer/active','0'),('86','default','0','google_map/footer/styles',NULL),('87','default','0','google_map/footer/markers','[]'),('88','default','0','layout_switcher/general/default_theme','base'),('89','default','0','layout_switcher/general/default_homepage','lt_lingerie_1'),('90','default','0','cataloginventory/options/show_out_of_stock','1'),('91','default','0','web/secure/base_url','https://192.168.9.43/2016/lingerie_222_007/'),('92','default','0','web/secure/use_in_frontend',NULL),('93','default','0','web/secure/use_in_adminhtml',NULL),('94','default','0','analytics/subscription/enabled','1'),('95','default','0','crontab/default/jobs/analytics_subscribe/schedule/cron_expr','0 * * * *'),('96','website','0','connector_configuration/transactional_data/order_statuses','canceled,closed,complete,fraud,holded,payment_review,paypal_canceled_reversal,paypal_reversed,pending,pending_payment,pending_paypal,processing'),('97','website','0','connector_configuration/catalog_sync/catalog_type','simple,virtual,downloadable,bundle,grouped,configurable'),('98','website','0','connector_configuration/catalog_sync/catalog_visibility','1,2,3,4'),('99','default','0','site_maintenance/general/active','0'),('100','default','0','site_maintenance/general/title','This Site is Down for Maintenance'),('101','default','0','site_maintenance/general/whitelist',NULL),('102','default','0','site_maintenance/general/background_type','1'),('103','default','0','site_maintenance/general/background_color',NULL),('104','default','0','site_maintenance/general/background_repeat','0'),('105','default','0','site_maintenance/general/background_position','0'),('106','default','0','site_maintenance/general/background_size','0'),('107','default','0','site_maintenance/general/background_attachment','0'),('108','default','0','site_maintenance/general/page_description','We are very sorry for this inconvenience. We are currently working on something new and we will be back soon with awesome new features. Thanks for your patience.'),('109','default','0','site_maintenance/general/logo',NULL),('110','default','0','site_maintenance/general/background_image','default/sm-container-wrapper.jpg'),('111','default','0','site_maintenance/timer/active','1'),('112','default','0','site_maintenance/timer/timer_text',NULL),('113','default','0','site_maintenance/timer/datetime',NULL),('114','default','0','site_maintenance/timer/format','%D days %H:%M:%S'),('115','default','0','site_maintenance/form/active','1'),('116','default','0','site_maintenance/form/title','Get Notified when we launch!'),('117','default','0','site_maintenance/form/text',NULL),('118','default','0','countdown_timer/general/product_page/enabled','1'),('119','default','0','countdown_timer/general/product_page/format','<div>%D<b>:</b><span>Days</span></div>  <div>%H<b>:</b><span>Hrs</span></div>  <div>%M<b>:</b><span>Min</span></div> <div>%S<span>Sec</span></div>'),('120','default','0','countdown_timer/general/product_page/selector','.old-price'),('121','default','0','countdown_timer/general/catalog_page/enabled','1'),('122','default','0','countdown_timer/general/catalog_page/format','<div>%D<b>:</b><span>Days</span></div>  <div>%H<b>:</b><span>Hrs</span></div>  <div>%M<b>:</b><span>Min</span></div> <div>%S<span>Sec</span></div>'),('123','default','0','countdown_timer/general/catalog_page/selector','.product-image-container'),('124','default','0','countdown_timer/general/widget/enabled','1'),('125','default','0','countdown_timer/general/widget/format','<div>%D<b>:</b><span>Days</span></div>  <div>%H<b>:</b><span>Hrs</span></div>  <div>%M<b>:</b><span>Min</span></div> <div>%S<span>Sec</span></div>'),('126','default','0','countdown_timer/general/widget/selector','.product-image-container'),('127','default','0','megamenu/config/megamenu_general_active','1'),('128','default','0','megamenu/config/megamenu_general_show_left','0'),('129','default','0','social_login/general/enabled','1'),('130','default','0','social_login/providers/google/enabled','1'),('131','default','0','social_login/providers/google/client_id','154053089669-tpel9jam14q09pl26t0kiioqme2rlvu1.apps.googleusercontent.com'),('132','default','0','social_login/providers/google/client_secret','8zRhFRrROM-JtylZHtNELXI-'),('133','default','0','social_login/providers/google/sort_order',NULL),('134','default','0','social_login/providers/facebook/enabled','1'),('135','default','0','social_login/providers/facebook/client_id','1610267192629303'),('136','default','0','social_login/providers/facebook/client_secret','0779622354b2f55b622417d5d21f42c8'),('137','default','0','social_login/providers/facebook/sort_order',NULL),('138','default','0','social_login/providers/instagram/enabled','1'),('139','default','0','social_login/providers/instagram/client_id','2d61dbb9c7e648988ba653747485086b'),('140','default','0','social_login/providers/instagram/client_secret','3cb0b0159c534c9c8344e59a49d2f591'),('141','default','0','social_login/providers/instagram/sort_order',NULL),('142','default','0','social_login/providers/twitter/enabled','1'),('143','default','0','social_login/providers/twitter/client_id','719814350782013440'),('144','default','0','social_login/providers/twitter/client_secret','duX39ioDbR7JbjxHocYbA0KrqvxGX3eHogsgnddzUXswUKekPb'),('145','default','0','social_login/providers/twitter/sort_order',NULL),('146','default','0','social_sharing/general/enabled','1'),('147','default','0','social_sharing/general/profile_id',NULL),('148','default','0','social_sharing/look_and_feel/style','style3'),('149','default','0','social_sharing/look_and_feel/custom_button',NULL),('150','default','0','social_sharing/look_and_feel/custom_code',NULL),('151','default','0','social_sharing/custom_metadata/url',NULL),('152','default','0','social_sharing/custom_metadata/title',NULL),('153','default','0','social_sharing/custom_metadata/description',NULL),('154','default','0','social_sharing/custom_service/name',NULL),('155','default','0','social_sharing/custom_service/url',NULL),('156','default','0','social_sharing/custom_service/icon',NULL),('157','default','0','social_sharing/api/exclude_services',NULL),('158','default','0','social_sharing/api/compact_menu_services',NULL),('159','default','0','social_sharing/api/expanded_menu_services',NULL),('160','default','0','social_sharing/api/compact_menu_hover','0'),('161','default','0','social_sharing/api/delay',NULL),('162','default','0','social_sharing/api/compact_menu_direction','0'),('163','default','0','social_sharing/api/new_window','0'),('164','default','0','social_sharing/api/menu_language',NULL),('165','default','0','social_sharing/api/offset_top',NULL),('166','default','0','social_sharing/api/offset_left',NULL),('167','default','0','social_sharing/api/load_addthis_css','0'),('168','default','0','social_sharing/api/track_clickbacks','0'),('169','default','0','social_sharing/api/google_analytics_id',NULL),('170','default','0','ajaxcatalog/general/ajaxcatalog_layer_active','1'),('171','default','0','ajaxcatalog/general/ajaxcatalog_viewmode_active','1'),('172','default','0','ajaxcatalog/general/ajaxcatalog_listorder_active','1'),('173','default','0','ajaxcatalog/general/ajaxcatalog_sortby_active','1'),('174','default','0','ajaxcatalog/general/ajaxcatalog_pagination_active','1'),('175','default','0','ajaxcatalog/general/ajaxcatalog_shownumber_active','1'),('176','default','0','ajaxcatalog/general/ajaxcatalog_show_price_slider','0'),('177','default','0','ajaxcatalog/general/ajaxcatalog_infinite_scroll','0'),('178','default','0','ajaxcatalog/general/ajaxcatalog_attribute_multy','manufacturer,embellishment,bra_type,style,color,brand_id'),('179','default','0','layout_switcher/general/enabled','1'),('180','default','0','layout_switcher/general/frontend_panel','1'),('181','default','0','layout_switcher/general/default_header_layout','header_layout_2'),('182','default','0','layout_switcher/general/default_listing_layout','listing_layout_2'),('183','default','0','layout_switcher/general/default_product_layout','product_layout_2'),('184','default','0','layout_switcher/general/default_footer_layout','footer_layout_2'),('185','default','0','ajaxcompare/config/ajaxcompare_product_active','1'),('186','default','0','ajaxsearch/ajaxsearch/ajaxsearch_default_active','1'),('187','default','0','ajaxsearch/ajaxsearch/ajaxsearch_category_active','1'),('188','default','0','ajaxsearch/ajaxsearch/ajaxsearch_product_active','1'),('189','default','0','ajaxsearch/ajaxsearch/ajaxsearch_default_number','10'),('190','default','0','ajaxsearch/ajaxsearch/ajaxsearch_category_number','10'),('191','default','0','ajaxsearch/ajaxsearch/ajaxsearch_product_number','10'),('192','default','0','tm_blog/general/active','1'),('193','default','0','tm_blog/general/toplink_active','0'),('194','default','0','tm_blog/general/menu_active','1'),('195','default','0','tm_blog/general/title','Blog'),('196','default','0','tm_blog/general/meta_keywords',NULL),('197','default','0','tm_blog/general/meta_description',NULL),('198','default','0','tm_blog/general/route','blog'),('199','default','0','tm_blog/general/limits','3/6/9'),('200','default','0','tm_blog/general/list_layout',NULL),('201','default','0','tm_blog/general/post_layout',NULL),('202','default','0','tm_blog/general/recaptcha','0'),('203','default','0','tm_blog/general/data_format','M d, Y'),('204','default','0','tm_blog/post_view/related_posts/enabled','1'),('205','default','0','tm_blog/post_view/related_posts/posts_number','5'),('206','default','0','tm_blog/post_view/related_posts/layout_view','0'),('207','default','0','tm_blog/post_view/related_posts/posts_number_per_view','4'),('208','default','0','tm_blog/post_view/related_products/enabled','1'),('209','default','0','tm_blog/post_view/related_products/products_number','5'),('210','default','0','tm_blog/post_view/related_products/products_number_per_view','3'),('211','default','0','tm_blog/post_view/related_products/show_links','1'),('212','default','0','tm_blog/sidebar/show_categories','0'),('213','default','0','tm_blog/sidebar/show_posts','0'),('214','default','0','tm_blog/sidebar/show_comments','0'),('215','default','0','tm_blog/social_sharing/general/enabled','1'),('216','default','0','tm_blog/social_sharing/general/profile_id',NULL),('217','default','0','tm_blog/social_sharing/look_and_feel/style','style1'),('218','default','0','tm_blog/social_sharing/look_and_feel/custom_button',NULL),('219','default','0','tm_blog/social_sharing/look_and_feel/custom_code',NULL),('220','default','0','tm_blog/social_sharing/custom_metadata/url',NULL),('221','default','0','tm_blog/social_sharing/custom_metadata/title',NULL),('222','default','0','tm_blog/social_sharing/custom_metadata/description',NULL),('223','default','0','tm_blog/social_sharing/custom_service/name',NULL),('224','default','0','tm_blog/social_sharing/custom_service/url',NULL),('225','default','0','tm_blog/social_sharing/custom_service/icon',NULL),('226','default','0','tm_blog/social_sharing/api/exclude_services',NULL),('227','default','0','tm_blog/social_sharing/api/compact_menu_services',NULL),('228','default','0','tm_blog/social_sharing/api/expanded_menu_services',NULL),('229','default','0','tm_blog/social_sharing/api/compact_menu_hover','0'),('230','default','0','tm_blog/social_sharing/api/delay',NULL),('231','default','0','tm_blog/social_sharing/api/compact_menu_direction','0'),('232','default','0','tm_blog/social_sharing/api/new_window','0'),('233','default','0','tm_blog/social_sharing/api/menu_language',NULL),('234','default','0','tm_blog/social_sharing/api/offset_top',NULL),('235','default','0','tm_blog/social_sharing/api/offset_left',NULL),('236','default','0','tm_blog/social_sharing/api/load_addthis_css','0'),('237','default','0','tm_blog/social_sharing/api/track_clickbacks','0'),('238','default','0','tm_blog/social_sharing/api/google_analytics_id',NULL),('239','default','0','newsletter_popup/general/enabled','1'),('240','default','0','newsletter_popup/general/show_on_startup','1'),('241','default','0','newsletter_popup/general/show_on_footer','0'),('242','default','0','newsletter_popup/general/title','Get the latest news  <br />delivered daily.'),('243','default','0','newsletter_popup/general/content','Give us your email and you will be daily updated\r\nwith the latest events, in detail.'),('244','default','0','newsletter_popup/general/submit_button','Subscribe'),('245','default','0','newsletter_popup/general/cancel_button',NULL),('246','default','0','newsletter_popup/general/popup_width','810'),('247','default','0','newsletter_popup/general/show_subscription_link_in_footer','1'),('248','default','0','newsletter_popup/general/footer_link_text','Newsletter Subscription'),('249','default','0','newsletter_popup/general/popup_show_delay','0'),('250','default','0','newsletter_popup/general/button_color','#000000'),('251','default','0','newsletter_popup/general/button_hover_color','#947272'),('252','default','0','newsletter_popup/general/custom_css_class',NULL),('253','default','0','newsletter_popup/social/enabled_all','0'),('254','default','0','newsletter_popup/social/facebook_settings/icon_background','#4e69a2'),('255','default','0','newsletter_popup/social/facebook_settings/icon_color','#ffffff'),('256','default','0','newsletter_popup/social/facebook_settings/icon_background_hover','#4e69a2'),('257','default','0','newsletter_popup/social/facebook_settings/icon_hover_color','#ffffff'),('258','default','0','newsletter_popup/social/twitter_settings/icon_background','#1da1f2'),('259','default','0','newsletter_popup/social/twitter_settings/icon_color','#ffffff'),('260','default','0','newsletter_popup/social/twitter_settings/icon_background_hover','#1da1f2'),('261','default','0','newsletter_popup/social/twitter_settings/icon_hover_color','#ffffff'),('262','default','0','newsletter_popup/social/linkedin_settings/icon_background','#0083be'),('263','default','0','newsletter_popup/social/linkedin_settings/icon_color','#ffffff'),('264','default','0','newsletter_popup/social/linkedin_settings/icon_background_hover','#0083be'),('265','default','0','newsletter_popup/social/linkedin_settings/icon_hover_color','#ffffff'),('266','default','0','newsletter_popup/social/google_settings/icon_background','#e02f2f'),('267','default','0','newsletter_popup/social/google_settings/icon_color','#ffffff'),('268','default','0','newsletter_popup/social/google_settings/icon_background_hover','#e02f2f'),('269','default','0','newsletter_popup/social/google_settings/icon_hover_color','#ffffff'),('270','default','0','newsletter_popup/social/youtube_settings/icon_background','#e02f2f'),('271','default','0','newsletter_popup/social/youtube_settings/icon_color','#ffffff'),('272','default','0','newsletter_popup/social/youtube_settings/icon_background_hover','#e02f2f'),('273','default','0','newsletter_popup/social/youtube_settings/icon_hover_color','#ffffff'),('274','default','0','newsletter_popup/social/vimeo_settings/icon_background','#20b9eb'),('275','default','0','newsletter_popup/social/vimeo_settings/icon_color','#ffffff'),('276','default','0','newsletter_popup/social/vimeo_settings/icon_background_hover','#20b9eb'),('277','default','0','newsletter_popup/social/vimeo_settings/icon_hover_color','#ffffff'),('278','default','0','newsletter_popup/social/pinterest_settings/icon_background','#e02f2f'),('279','default','0','newsletter_popup/social/pinterest_settings/icon_color','#ffffff'),('280','default','0','newsletter_popup/social/pinterest_settings/icon_background_hover','#e02f2f'),('281','default','0','newsletter_popup/social/pinterest_settings/icon_hover_color','#ffffff'),('282','default','0','newsletter_popup/social/instagram_settings/icon_background','#316699'),('283','default','0','newsletter_popup/social/instagram_settings/icon_color','#ffffff'),('284','default','0','newsletter_popup/social/instagram_settings/icon_background_hover','#316699'),('285','default','0','newsletter_popup/social/instagram_settings/icon_hover_color','#ffffff'),('286','default','0','newsletter_popup/social/foursquare_settings/icon_background','#f94877'),('287','default','0','newsletter_popup/social/foursquare_settings/icon_color','#ffffff'),('288','default','0','newsletter_popup/social/foursquare_settings/icon_background_hover','#f94877'),('289','default','0','newsletter_popup/social/foursquare_settings/icon_hover_color','#ffffff'),('290','default','0','newsletter_popup/social/tumblr_settings/icon_background','#44556b'),('291','default','0','newsletter_popup/social/tumblr_settings/icon_color','#ffffff'),('292','default','0','newsletter_popup/social/tumblr_settings/icon_background_hover','#44556b'),('293','default','0','newsletter_popup/social/tumblr_settings/icon_hover_color','#ffffff'),('294','default','0','newsletter_popup/social/rss_settings/icon_background','#eb7b1d'),('295','default','0','newsletter_popup/social/rss_settings/icon_color','#ffffff'),('296','default','0','newsletter_popup/social/rss_settings/icon_background_hover','#eb7b1d'),('297','default','0','newsletter_popup/social/rss_settings/icon_hover_color','#ffffff'),('298','default','0','shopbybrand/general/enabled','1'),('299','default','0','shopbybrand/general/show_top_link','0'),('300','default','0','shopbybrand/general/number','5'),('301','default','0','shopbybrand/brand/layout','2columns-left'),('302','default','0','shopbybrand/brand/show_banner','0'),('303','default','0','shopbybrand/brand/show_logo','1'),('304','default','0','shopbybrand/brand/show_description','1'),('305','default','0','shopbybrand/product/show_name','1'),('306','default','0','shopbybrand/product/show_logo','1'),('307','default','0','shopbybrand/product/brand_logo_width','200'),('308','default','0','shopbybrand/product/selector','.product-info-price'),('309','default','0','shopbybrand/brand_listing/show_name','1'),('310','default','0','shopbybrand/brand_listing/show_logo','1'),('311','default','0','shopbybrand/brand_listing/show_short_description','0'),('312','default','0','shopbybrand/brand_sidebar/enabled','0'),('313','default','0','shopbybrand/brand_sidebar/show_name','1'),('314','default','0','shopbybrand/brand_sidebar/show_logo','1'),('315','default','0','shopbybrand/brand_sidebar/quantity','8'),('316','default','0','catalog/seo/category_canonical_tag','1'),('317','default','0','catalog/seo/product_canonical_tag','1'),('318','default','0','catalog/placeholder/on_hover_placeholder',NULL),('319','default','0','theme_options/general/logo_width','264'),('320','default','0','theme_options/general/logo_height','52'),('321','default','0','theme_options/general/logo_alt',NULL),('322','default','0','theme_options/general/welcome_text',NULL),('323','default','0','theme_options/general/site_title',NULL),('324','default','0','theme_options/general/description',NULL),('325','default','0','theme_options/general/keywords',NULL),('326','default','0','theme_options/general/copyright','&copy; <script type=\"text/javascript\">var mdate = new Date(); document.write(mdate.getFullYear());</script> Magento Demo Store. All Rights Reserved.'),('327','default','0','theme_options/general/import_file',',,,4,0,,,,4,0,,,,4,0'),('328','default','0','theme_options/general/logo','default/logo_2.png'),('329','default','0','theme_options/general/favicon','default/favicon.ico'),('330','default','0','theme_options/category_page/grid_view/hover_type','0'),('331','default','0','theme_options/category_page/grid_view/image_width','477'),('332','default','0','theme_options/category_page/grid_view/image_height','609'),('333','default','0','theme_options/category_page/grid_view/image_aspect_ratio','0'),('334','default','0','theme_options/category_page/grid_view/show_swatches','1'),('335','default','0','theme_options/category_page/grid_view/show_compare','1'),('336','default','0','theme_options/category_page/grid_view/show_wishlist','1'),('337','default','0','theme_options/category_page/grid_view/show_reviews','1'),('338','default','0','theme_options/category_page/grid_view/show_desc','0'),('339','default','0','theme_options/category_page/list_view/image_width',NULL),('340','default','0','theme_options/category_page/list_view/image_height',NULL),('341','default','0','theme_options/category_page/list_view/image_aspect_ratio','1'),('342','default','0','theme_options/category_page/list_view/show_swatches','1'),('343','default','0','theme_options/category_page/list_view/show_compare','1'),('344','default','0','theme_options/category_page/list_view/show_wishlist','1'),('345','default','0','theme_options/category_page/list_view/show_reviews','1'),('346','default','0','theme_options/category_page/list_view/show_desc','1'),('347','default','0','theme_options/product_page/general/show_stock','1'),('348','default','0','theme_options/product_page/general/show_sku','1'),('349','default','0','theme_options/product_page/general/show_compare','1'),('350','default','0','theme_options/product_page/general/show_wishlist','1'),('351','default','0','theme_options/product_page/general/show_email_to_friend','1'),('352','default','0','theme_options/product_page/general/show_reviews','1'),('353','default','0','theme_options/product_page/general/show_short_desc','1'),('354','default','0','theme_options/product_page/general/show_related','1'),('355','default','0','theme_options/product_page/general/related_limit',NULL),('356','default','0','theme_options/product_page/general/related_image_width','470'),('357','default','0','theme_options/product_page/general/related_image_height','609'),('358','default','0','theme_options/product_page/general/show_related_checkbox','1'),('359','default','0','theme_options/product_page/general/show_upsell','1'),('360','default','0','theme_options/product_page/general/upsell_limit',NULL),('361','default','0','theme_options/product_page/general/upsell_image_width','470'),('362','default','0','theme_options/product_page/general/upsell_image_height','609'),('363','default','0','theme_options/product_page/tabs/description','1'),('364','default','0','theme_options/product_page/tabs/description_tab_title',NULL),('365','default','0','theme_options/product_page/tabs/additional','1'),('366','default','0','theme_options/product_page/tabs/additional_tab_title',NULL),('367','default','0','theme_options/product_page/tabs/review','1'),('368','default','0','theme_options/product_page/tabs/review_tab_title',NULL),('369','default','0','theme_options/product_page/gallery/image_width','624'),('370','default','0','theme_options/product_page/gallery/image_height','726'),('371','default','0','theme_options/product_page/gallery/image_zoom','0'),('372','default','0','theme_options/header/social/show_social','0'),('373','default','0','theme_options/header/social/image_icon','[]'),('374','default','0','theme_options/header/social/font_icon','[]'),('375','default','0','theme_options/footer/social/show_social','0'),('376','default','0','theme_options/footer/social/image_icon','[]'),('377','default','0','theme_options/footer/social/font_icon','[]'),('378','default','0','theme_options/sidebar/wishlist','1'),('379','default','0','theme_options/sidebar/compare','1'),('380','default','0','theme_options/sidebar/recently_viewed','1'),('381','default','0','theme_options/sidebar/recently_compared','1'),('382','default','0','theme_options/sidebar/orders','1'),('383','websites','1','theme_options/general/color_scheme','theme_color_1'),('384','websites','1','theme_options/color_settings/theme_color_1/body_background_image_active','0'),('385','websites','1','theme_options/color_settings/theme_color_1/footer_background_image_active','0'),('386','websites','1','theme_options/sample_data_installer/cms_pages/override','0'),('387','websites','1','theme_options/sample_data_installer/cms_blocks/override','0'),('388','websites','1','theme_options/sample_data_installer/widgets/override','0'),('389','default','0','instagram_feed/general/enabled','1'),('390','default','0','instagram_feed/general/client_id','65465654646545'),('391','default','0','instagram_feed/homepage/enabled','1'),('392','default','0','instagram_feed/homepage/widget_block_title','sdfgfdgfdgd'),('393','default','0','instagram_feed/homepage/position','content'),('394','default','0','instagram_feed/homepage/show_by','user'),('395','default','0','instagram_feed/homepage/user','demomagento'),('396','default','0','instagram_feed/homepage/count','6'),('397','default','0','instagram_feed/homepage/format','thumbnail'),('398','default','0','instagram_feed/homepage/image_width','200'),('399','default','0','instagram_feed/category/enabled','1'),('400','default','0','instagram_feed/product/enabled','1'),('401','default','0','instagram_feed/cmspage/enabled','1'),('402','default','0','instagram_feed/advanced/selector_left','.sidebar-main'),('403','default','0','instagram_feed/advanced/selector_right','.sidebar-additional'),('404','default','0','instagram_feed/advanced/selector_content','.columns'),('405','default','0','instagram_feed/advanced/selector_footer','.footer.content'),('406','default','0','instagram_feed/category/widget_block_title',NULL),('407','default','0','instagram_feed/category/position','left'),('408','default','0','instagram_feed/category/show_by','user'),('409','default','0','instagram_feed/category/user','demomagento'),('410','default','0','instagram_feed/category/count','6'),('411','default','0','instagram_feed/category/format','thumbnail'),('412','default','0','instagram_feed/category/image_width',NULL),('413','default','0','instagram_feed/product/widget_block_title',NULL),('414','default','0','instagram_feed/product/position','left'),('415','default','0','instagram_feed/product/show_by','user'),('416','default','0','instagram_feed/product/user','demomagento'),('417','default','0','instagram_feed/product/count','6'),('418','default','0','instagram_feed/product/format','thumbnail'),('419','default','0','instagram_feed/product/image_width',NULL),('420','default','0','instagram_feed/cmspage/widget_block_title',NULL),('421','default','0','instagram_feed/cmspage/position','left'),('422','default','0','instagram_feed/cmspage/show_by','user'),('423','default','0','instagram_feed/cmspage/user','demomagento'),('424','default','0','instagram_feed/cmspage/count','6'),('425','default','0','instagram_feed/cmspage/format','thumbnail'),('426','default','0','instagram_feed/cmspage/image_width',NULL),('427','default','0','tm_amp/general/enabled','1');
/*!40000 ALTER TABLE `core_config_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cron_schedule`
--

DROP TABLE IF EXISTS `cron_schedule`;
CREATE TABLE `cron_schedule` (
  `schedule_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Schedule Id',
  `job_code` varchar(255) NOT NULL DEFAULT '0' COMMENT 'Job Code',
  `status` varchar(7) NOT NULL DEFAULT 'pending' COMMENT 'Status',
  `messages` text COMMENT 'Messages',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created At',
  `scheduled_at` timestamp NULL DEFAULT NULL COMMENT 'Scheduled At',
  `executed_at` timestamp NULL DEFAULT NULL COMMENT 'Executed At',
  `finished_at` timestamp NULL DEFAULT NULL COMMENT 'Finished At',
  PRIMARY KEY (`schedule_id`),
  KEY `CRON_SCHEDULE_JOB_CODE` (`job_code`),
  KEY `CRON_SCHEDULE_SCHEDULED_AT_STATUS` (`scheduled_at`,`status`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Cron Schedule';

--
-- Table structure for table `customer_address_entity`
--

DROP TABLE IF EXISTS `customer_address_entity`;
CREATE TABLE `customer_address_entity` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `increment_id` varchar(50) DEFAULT NULL COMMENT 'Increment Id',
  `parent_id` int(10) unsigned DEFAULT NULL COMMENT 'Parent Id',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created At',
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Updated At',
  `is_active` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Is Active',
  `city` varchar(255) NOT NULL COMMENT 'City',
  `company` varchar(255) DEFAULT NULL COMMENT 'Company',
  `country_id` varchar(255) NOT NULL COMMENT 'Country',
  `fax` varchar(255) DEFAULT NULL COMMENT 'Fax',
  `firstname` varchar(255) NOT NULL COMMENT 'First Name',
  `lastname` varchar(255) NOT NULL COMMENT 'Last Name',
  `middlename` varchar(255) DEFAULT NULL COMMENT 'Middle Name',
  `postcode` varchar(255) DEFAULT NULL COMMENT 'Zip/Postal Code',
  `prefix` varchar(40) DEFAULT NULL COMMENT 'Name Prefix',
  `region` varchar(255) DEFAULT NULL COMMENT 'State/Province',
  `region_id` int(10) unsigned DEFAULT NULL COMMENT 'State/Province',
  `street` text NOT NULL COMMENT 'Street Address',
  `suffix` varchar(40) DEFAULT NULL COMMENT 'Name Suffix',
  `telephone` varchar(255) NOT NULL COMMENT 'Phone Number',
  `vat_id` varchar(255) DEFAULT NULL COMMENT 'VAT number',
  `vat_is_valid` int(10) unsigned DEFAULT NULL COMMENT 'VAT number validity',
  `vat_request_date` varchar(255) DEFAULT NULL COMMENT 'VAT number validation request date',
  `vat_request_id` varchar(255) DEFAULT NULL COMMENT 'VAT number validation request ID',
  `vat_request_success` int(10) unsigned DEFAULT NULL COMMENT 'VAT number validation request success',
  PRIMARY KEY (`entity_id`),
  KEY `CUSTOMER_ADDRESS_ENTITY_PARENT_ID` (`parent_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity';

--
-- Table structure for table `customer_address_entity_datetime`
--

DROP TABLE IF EXISTS `customer_address_entity_datetime`;
CREATE TABLE `customer_address_entity_datetime` (
  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
  `value` datetime DEFAULT NULL COMMENT 'Value',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `CUSTOMER_ADDRESS_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
  KEY `CUSTOMER_ADDRESS_ENTITY_DATETIME_ATTRIBUTE_ID` (`attribute_id`),
  KEY `CUSTOMER_ADDRESS_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Datetime';

--
-- Table structure for table `customer_address_entity_decimal`
--

DROP TABLE IF EXISTS `customer_address_entity_decimal`;
CREATE TABLE `customer_address_entity_decimal` (
  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
  `value` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Value',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `CUSTOMER_ADDRESS_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
  KEY `CUSTOMER_ADDRESS_ENTITY_DECIMAL_ATTRIBUTE_ID` (`attribute_id`),
  KEY `CUSTOMER_ADDRESS_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Decimal';

--
-- Table structure for table `customer_address_entity_int`
--

DROP TABLE IF EXISTS `customer_address_entity_int`;
CREATE TABLE `customer_address_entity_int` (
  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
  `value` int(11) NOT NULL DEFAULT '0' COMMENT 'Value',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `CUSTOMER_ADDRESS_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
  KEY `CUSTOMER_ADDRESS_ENTITY_INT_ATTRIBUTE_ID` (`attribute_id`),
  KEY `CUSTOMER_ADDRESS_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Int';

--
-- Table structure for table `customer_address_entity_text`
--

DROP TABLE IF EXISTS `customer_address_entity_text`;
CREATE TABLE `customer_address_entity_text` (
  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
  `value` text NOT NULL COMMENT 'Value',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `CUSTOMER_ADDRESS_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
  KEY `CUSTOMER_ADDRESS_ENTITY_TEXT_ATTRIBUTE_ID` (`attribute_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Text';

--
-- Table structure for table `customer_address_entity_varchar`
--

DROP TABLE IF EXISTS `customer_address_entity_varchar`;
CREATE TABLE `customer_address_entity_varchar` (
  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
  `value` varchar(255) DEFAULT NULL COMMENT 'Value',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `CUSTOMER_ADDRESS_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
  KEY `CUSTOMER_ADDRESS_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),
  KEY `CUSTOMER_ADDRESS_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Varchar';

--
-- Table structure for table `customer_eav_attribute`
--

DROP TABLE IF EXISTS `customer_eav_attribute`;
CREATE TABLE `customer_eav_attribute` (
  `attribute_id` smallint(5) unsigned NOT NULL COMMENT 'Attribute Id',
  `is_visible` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Is Visible',
  `input_filter` varchar(255) DEFAULT NULL COMMENT 'Input Filter',
  `multiline_count` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Multiline Count',
  `validate_rules` text COMMENT 'Validate Rules',
  `is_system` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is System',
  `sort_order` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Sort Order',
  `data_model` varchar(255) DEFAULT NULL COMMENT 'Data Model',
  `is_used_in_grid` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Used in Grid',
  `is_visible_in_grid` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Visible in Grid',
  `is_filterable_in_grid` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Filterable in Grid',
  `is_searchable_in_grid` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Searchable in Grid',
  PRIMARY KEY (`attribute_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Eav Attribute';

--
-- Dumping data for table `customer_eav_attribute`
--

LOCK TABLES `customer_eav_attribute` WRITE;
/*!40000 ALTER TABLE `customer_eav_attribute` DISABLE KEYS */;
INSERT INTO `customer_eav_attribute` VALUES (1,1,NULL,0,NULL,1,'10',NULL,1,1,1,0),(2,0,NULL,0,NULL,1,'0',NULL,0,0,0,0),(3,1,NULL,0,NULL,1,'20',NULL,1,1,0,1),(4,0,NULL,0,NULL,0,'30',NULL,0,0,0,0),(5,1,NULL,0,'{\"max_text_length\":255,\"min_text_length\":1}',1,'40',NULL,0,0,0,0),(6,0,NULL,0,NULL,0,'50',NULL,0,0,0,0),(7,1,NULL,0,'{\"max_text_length\":255,\"min_text_length\":1}',1,'60',NULL,0,0,0,0),(8,0,NULL,0,NULL,0,'70',NULL,0,0,0,0),(9,1,NULL,0,'{\"input_validation\":\"email\"}',1,'80',NULL,1,1,1,1),(10,1,NULL,0,NULL,1,'25',NULL,1,1,1,0),(11,0,'date',0,'{\"input_validation\":\"date\"}',0,'90',NULL,1,1,1,0),(12,0,NULL,0,NULL,1,'0',NULL,0,0,0,0),(13,0,NULL,0,NULL,1,'0',NULL,0,0,0,0),(14,0,NULL,0,'{\"input_validation\":\"date\"}',1,'0',NULL,0,0,0,0),(15,0,NULL,0,NULL,1,'0',NULL,0,0,0,0),(16,0,NULL,0,NULL,1,'0',NULL,0,0,0,0),(17,0,NULL,0,'{\"max_text_length\":255}',0,'100',NULL,1,1,0,1),(18,0,NULL,0,NULL,1,'0',NULL,1,1,1,0),(19,0,NULL,0,NULL,0,'0',NULL,1,1,1,0),(20,0,NULL,0,'[]',0,'110',NULL,1,1,1,0),(21,1,NULL,0,NULL,1,'28',NULL,0,0,0,0),(22,0,NULL,0,NULL,0,'10',NULL,0,0,0,0),(23,1,NULL,0,'{\"max_text_length\":255,\"min_text_length\":1}',1,'20',NULL,1,0,0,1),(24,0,NULL,0,NULL,0,'30',NULL,0,0,0,0),(25,1,NULL,0,'{\"max_text_length\":255,\"min_text_length\":1}',1,'40',NULL,1,0,0,1),(26,0,NULL,0,NULL,0,'50',NULL,0,0,0,0),(27,1,NULL,0,'{\"max_text_length\":255,\"min_text_length\":1}',1,'60',NULL,1,0,0,1),(28,1,NULL,2,'{\"max_text_length\":255,\"min_text_length\":1}',1,'70',NULL,1,0,0,1),(29,1,NULL,0,'{\"max_text_length\":255,\"min_text_length\":1}',1,'80',NULL,1,0,0,1),(30,1,NULL,0,NULL,1,'90',NULL,1,1,1,0),(31,1,NULL,0,NULL,1,'100',NULL,1,1,0,1),(32,1,NULL,0,NULL,1,'100',NULL,0,0,0,0),(33,1,NULL,0,'[]',1,'110','Magento\\Customer\\Model\\Attribute\\Data\\Postcode',1,1,1,1),(34,1,NULL,0,'{\"max_text_length\":255,\"min_text_length\":1}',1,'120',NULL,1,1,1,1),(35,0,NULL,0,'{\"max_text_length\":255,\"min_text_length\":1}',0,'130',NULL,1,0,0,1),(36,1,NULL,0,NULL,1,'140',NULL,0,0,0,0),(37,0,NULL,0,NULL,1,'0',NULL,0,0,0,0),(38,0,NULL,0,NULL,1,'0',NULL,0,0,0,0),(39,0,NULL,0,NULL,1,'0',NULL,0,0,0,0),(40,0,NULL,0,NULL,1,'0',NULL,0,0,0,0),(41,0,NULL,0,NULL,0,'0',NULL,0,0,0,0),(42,0,NULL,0,NULL,1,'0',NULL,0,0,0,0),(43,0,NULL,0,NULL,1,'0',NULL,0,0,0,0),(44,0,NULL,0,NULL,1,'0',NULL,0,0,0,0);
/*!40000 ALTER TABLE `customer_eav_attribute` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `customer_eav_attribute_website`
--

DROP TABLE IF EXISTS `customer_eav_attribute_website`;
CREATE TABLE `customer_eav_attribute_website` (
  `attribute_id` smallint(5) unsigned NOT NULL COMMENT 'Attribute Id',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website Id',
  `is_visible` smallint(5) unsigned DEFAULT NULL COMMENT 'Is Visible',
  `is_required` smallint(5) unsigned DEFAULT NULL COMMENT 'Is Required',
  `default_value` text COMMENT 'Default Value',
  `multiline_count` smallint(5) unsigned DEFAULT NULL COMMENT 'Multiline Count',
  PRIMARY KEY (`attribute_id`,`website_id`),
  KEY `CUSTOMER_EAV_ATTRIBUTE_WEBSITE_WEBSITE_ID` (`website_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Eav Attribute Website';

--
-- Dumping data for table `customer_eav_attribute_website`
--

LOCK TABLES `customer_eav_attribute_website` WRITE;
/*!40000 ALTER TABLE `customer_eav_attribute_website` DISABLE KEYS */;
INSERT INTO `customer_eav_attribute_website` VALUES (1,1,NULL,NULL,NULL,NULL),(3,1,NULL,NULL,NULL,NULL),(9,1,NULL,NULL,NULL,NULL),(10,1,NULL,NULL,NULL,NULL),(11,1,NULL,NULL,NULL,NULL),(17,1,NULL,NULL,NULL,NULL),(18,1,NULL,NULL,NULL,NULL),(19,1,NULL,NULL,NULL,NULL),(20,1,NULL,NULL,NULL,NULL),(21,1,NULL,NULL,NULL,NULL),(23,1,NULL,NULL,NULL,NULL),(25,1,NULL,NULL,NULL,NULL),(27,1,NULL,NULL,NULL,NULL),(28,1,NULL,NULL,NULL,NULL),(29,1,NULL,NULL,NULL,NULL),(30,1,NULL,NULL,NULL,NULL),(31,1,NULL,NULL,NULL,NULL),(32,1,NULL,NULL,NULL,NULL),(33,1,NULL,NULL,NULL,NULL),(34,1,NULL,NULL,NULL,NULL),(35,1,NULL,NULL,NULL,NULL),(36,1,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `customer_eav_attribute_website` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `customer_entity`
--

DROP TABLE IF EXISTS `customer_entity`;
CREATE TABLE `customer_entity` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `website_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Website Id',
  `email` varchar(255) DEFAULT NULL COMMENT 'Email',
  `group_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Group Id',
  `increment_id` varchar(50) DEFAULT NULL COMMENT 'Increment Id',
  `store_id` smallint(5) unsigned DEFAULT '0' COMMENT 'Store Id',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created At',
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Updated At',
  `is_active` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Is Active',
  `disable_auto_group_change` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Disable automatic group change based on VAT ID',
  `created_in` varchar(255) DEFAULT NULL COMMENT 'Created From',
  `prefix` varchar(40) DEFAULT NULL COMMENT 'Name Prefix',
  `firstname` varchar(255) DEFAULT NULL COMMENT 'First Name',
  `middlename` varchar(255) DEFAULT NULL COMMENT 'Middle Name/Initial',
  `lastname` varchar(255) DEFAULT NULL COMMENT 'Last Name',
  `suffix` varchar(40) DEFAULT NULL COMMENT 'Name Suffix',
  `dob` date DEFAULT NULL COMMENT 'Date of Birth',
  `password_hash` varchar(128) DEFAULT NULL COMMENT 'Password_hash',
  `rp_token` varchar(128) DEFAULT NULL COMMENT 'Reset password token',
  `rp_token_created_at` datetime DEFAULT NULL COMMENT 'Reset password token creation time',
  `default_billing` int(10) unsigned DEFAULT NULL COMMENT 'Default Billing Address',
  `default_shipping` int(10) unsigned DEFAULT NULL COMMENT 'Default Shipping Address',
  `taxvat` varchar(50) DEFAULT NULL COMMENT 'Tax/VAT Number',
  `confirmation` varchar(64) DEFAULT NULL COMMENT 'Is Confirmed',
  `gender` smallint(5) unsigned DEFAULT NULL COMMENT 'Gender',
  `failures_num` smallint(6) DEFAULT '0' COMMENT 'Failure Number',
  `first_failure` timestamp NULL DEFAULT NULL COMMENT 'First Failure',
  `lock_expires` timestamp NULL DEFAULT NULL COMMENT 'Lock Expiration Date',
  PRIMARY KEY (`entity_id`),
  UNIQUE KEY `CUSTOMER_ENTITY_EMAIL_WEBSITE_ID` (`email`,`website_id`),
  KEY `CUSTOMER_ENTITY_STORE_ID` (`store_id`),
  KEY `CUSTOMER_ENTITY_WEBSITE_ID` (`website_id`),
  KEY `CUSTOMER_ENTITY_FIRSTNAME` (`firstname`),
  KEY `CUSTOMER_ENTITY_LASTNAME` (`lastname`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Customer Entity';

--
-- Dumping data for table `customer_entity`
--

LOCK TABLES `customer_entity` WRITE;
/*!40000 ALTER TABLE `customer_entity` DISABLE KEYS */;
INSERT INTO `customer_entity` VALUES ('1',1,'anika@gmail.com',1,NULL,1,'2017-11-26 09:40:36','2017-11-26 09:40:37',1,0,'Layout 1',NULL,'Anika',NULL,'Land',NULL,NULL,'bf76d403df1448d671acfde7a877d22605af04f199c822c2b645de1c5c08741a:J7kx3sCg1IVwjRnlJktjSyYVa4FlsNET:1','904d7169ad874061ca87036b047dd9ca','2017-11-26 09:40:37',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL);
/*!40000 ALTER TABLE `customer_entity` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `customer_entity_datetime`
--

DROP TABLE IF EXISTS `customer_entity_datetime`;
CREATE TABLE `customer_entity_datetime` (
  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
  `value` datetime DEFAULT NULL COMMENT 'Value',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `CUSTOMER_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
  KEY `CUSTOMER_ENTITY_DATETIME_ATTRIBUTE_ID` (`attribute_id`),
  KEY `CUSTOMER_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Datetime';

--
-- Table structure for table `customer_entity_decimal`
--

DROP TABLE IF EXISTS `customer_entity_decimal`;
CREATE TABLE `customer_entity_decimal` (
  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
  `value` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Value',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `CUSTOMER_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
  KEY `CUSTOMER_ENTITY_DECIMAL_ATTRIBUTE_ID` (`attribute_id`),
  KEY `CUSTOMER_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Decimal';

--
-- Table structure for table `customer_entity_int`
--

DROP TABLE IF EXISTS `customer_entity_int`;
CREATE TABLE `customer_entity_int` (
  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
  `value` int(11) NOT NULL DEFAULT '0' COMMENT 'Value',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `CUSTOMER_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
  KEY `CUSTOMER_ENTITY_INT_ATTRIBUTE_ID` (`attribute_id`),
  KEY `CUSTOMER_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Int';

--
-- Table structure for table `customer_entity_text`
--

DROP TABLE IF EXISTS `customer_entity_text`;
CREATE TABLE `customer_entity_text` (
  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
  `value` text NOT NULL COMMENT 'Value',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `CUSTOMER_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
  KEY `CUSTOMER_ENTITY_TEXT_ATTRIBUTE_ID` (`attribute_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Text';

--
-- Table structure for table `customer_entity_varchar`
--

DROP TABLE IF EXISTS `customer_entity_varchar`;
CREATE TABLE `customer_entity_varchar` (
  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
  `value` varchar(255) DEFAULT NULL COMMENT 'Value',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `CUSTOMER_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
  KEY `CUSTOMER_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),
  KEY `CUSTOMER_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Varchar';

--
-- Table structure for table `customer_form_attribute`
--

DROP TABLE IF EXISTS `customer_form_attribute`;
CREATE TABLE `customer_form_attribute` (
  `form_code` varchar(32) NOT NULL COMMENT 'Form Code',
  `attribute_id` smallint(5) unsigned NOT NULL COMMENT 'Attribute Id',
  PRIMARY KEY (`form_code`,`attribute_id`),
  KEY `CUSTOMER_FORM_ATTRIBUTE_ATTRIBUTE_ID` (`attribute_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Form Attribute';

--
-- Dumping data for table `customer_form_attribute`
--

LOCK TABLES `customer_form_attribute` WRITE;
/*!40000 ALTER TABLE `customer_form_attribute` DISABLE KEYS */;
INSERT INTO `customer_form_attribute` VALUES ('adminhtml_customer',1),('adminhtml_customer',3),('adminhtml_customer',4),('customer_account_create',4),('customer_account_edit',4),('adminhtml_customer',5),('customer_account_create',5),('customer_account_edit',5),('adminhtml_customer',6),('customer_account_create',6),('customer_account_edit',6),('adminhtml_customer',7),('customer_account_create',7),('customer_account_edit',7),('adminhtml_customer',8),('customer_account_create',8),('customer_account_edit',8),('adminhtml_checkout',9),('adminhtml_customer',9),('customer_account_create',9),('customer_account_edit',9),('adminhtml_checkout',10),('adminhtml_customer',10),('adminhtml_checkout',11),('adminhtml_customer',11),('customer_account_create',11),('customer_account_edit',11),('adminhtml_checkout',17),('adminhtml_customer',17),('customer_account_create',17),('customer_account_edit',17),('adminhtml_customer',19),('customer_account_create',19),('customer_account_edit',19),('adminhtml_checkout',20),('adminhtml_customer',20),('customer_account_create',20),('customer_account_edit',20),('adminhtml_customer',21),('adminhtml_customer_address',22),('customer_address_edit',22),('customer_register_address',22),('adminhtml_customer_address',23),('customer_address_edit',23),('customer_register_address',23),('adminhtml_customer_address',24),('customer_address_edit',24),('customer_register_address',24),('adminhtml_customer_address',25),('customer_address_edit',25),('customer_register_address',25),('adminhtml_customer_address',26),('customer_address_edit',26),('customer_register_address',26),('adminhtml_customer_address',27),('customer_address_edit',27),('customer_register_address',27),('adminhtml_customer_address',28),('customer_address_edit',28),('customer_register_address',28),('adminhtml_customer_address',29),('customer_address_edit',29),('customer_register_address',29),('adminhtml_customer_address',30),('customer_address_edit',30),('customer_register_address',30),('adminhtml_customer_address',31),('customer_address_edit',31),('customer_register_address',31),('adminhtml_customer_address',32),('customer_address_edit',32),('customer_register_address',32),('adminhtml_customer_address',33),('customer_address_edit',33),('customer_register_address',33),('adminhtml_customer_address',34),('customer_address_edit',34),('customer_register_address',34),('adminhtml_customer_address',35),('customer_address_edit',35),('customer_register_address',35),('adminhtml_customer_address',36),('customer_address_edit',36),('customer_register_address',36);
/*!40000 ALTER TABLE `customer_form_attribute` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `customer_grid_flat`
--

DROP TABLE IF EXISTS `customer_grid_flat`;
CREATE TABLE `customer_grid_flat` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
  `name` text COMMENT 'Name',
  `email` varchar(255) DEFAULT NULL COMMENT 'Email',
  `group_id` int(11) DEFAULT NULL COMMENT 'Group_id',
  `created_at` timestamp NULL DEFAULT NULL COMMENT 'Created_at',
  `website_id` int(11) DEFAULT NULL COMMENT 'Website_id',
  `confirmation` varchar(255) DEFAULT NULL COMMENT 'Confirmation',
  `created_in` text COMMENT 'Created_in',
  `dob` date DEFAULT NULL COMMENT 'Dob',
  `gender` int(11) DEFAULT NULL COMMENT 'Gender',
  `taxvat` varchar(255) DEFAULT NULL COMMENT 'Taxvat',
  `lock_expires` timestamp NULL DEFAULT NULL COMMENT 'Lock_expires',
  `shipping_full` text COMMENT 'Shipping_full',
  `billing_full` text COMMENT 'Billing_full',
  `billing_firstname` varchar(255) DEFAULT NULL COMMENT 'Billing_firstname',
  `billing_lastname` varchar(255) DEFAULT NULL COMMENT 'Billing_lastname',
  `billing_telephone` varchar(255) DEFAULT NULL COMMENT 'Billing_telephone',
  `billing_postcode` varchar(255) DEFAULT NULL COMMENT 'Billing_postcode',
  `billing_country_id` varchar(255) DEFAULT NULL COMMENT 'Billing_country_id',
  `billing_region` varchar(255) DEFAULT NULL COMMENT 'Billing_region',
  `billing_street` varchar(255) DEFAULT NULL COMMENT 'Billing_street',
  `billing_city` varchar(255) DEFAULT NULL COMMENT 'Billing_city',
  `billing_fax` varchar(255) DEFAULT NULL COMMENT 'Billing_fax',
  `billing_vat_id` varchar(255) DEFAULT NULL COMMENT 'Billing_vat_id',
  `billing_company` varchar(255) DEFAULT NULL COMMENT 'Billing_company',
  PRIMARY KEY (`entity_id`),
  KEY `CUSTOMER_GRID_FLAT_GROUP_ID` (`group_id`),
  KEY `CUSTOMER_GRID_FLAT_CREATED_AT` (`created_at`),
  KEY `CUSTOMER_GRID_FLAT_WEBSITE_ID` (`website_id`),
  KEY `CUSTOMER_GRID_FLAT_CONFIRMATION` (`confirmation`),
  KEY `CUSTOMER_GRID_FLAT_DOB` (`dob`),
  KEY `CUSTOMER_GRID_FLAT_GENDER` (`gender`),
  KEY `CUSTOMER_GRID_FLAT_BILLING_COUNTRY_ID` (`billing_country_id`),
  FULLTEXT KEY `FTI_8746F705702DD5F6D45B8C7CE7FE9F2F` (`name`,`email`,`created_in`,`taxvat`,`shipping_full`,`billing_full`,`billing_firstname`,`billing_lastname`,`billing_telephone`,`billing_postcode`,`billing_region`,`billing_city`,`billing_fax`,`billing_company`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='customer_grid_flat';

--
-- Dumping data for table `customer_grid_flat`
--

LOCK TABLES `customer_grid_flat` WRITE;
/*!40000 ALTER TABLE `customer_grid_flat` DISABLE KEYS */;
INSERT INTO `customer_grid_flat` VALUES ('1','Anika Land','anika@gmail.com','1','2017-11-26 09:40:36','1',NULL,'Layout 1',NULL,NULL,NULL,NULL,'','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `customer_grid_flat` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `customer_group`
--

DROP TABLE IF EXISTS `customer_group`;
CREATE TABLE `customer_group` (
  `customer_group_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `customer_group_code` varchar(32) NOT NULL COMMENT 'Customer Group Code',
  `tax_class_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Tax Class Id',
  PRIMARY KEY (`customer_group_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Customer Group';

--
-- Dumping data for table `customer_group`
--

LOCK TABLES `customer_group` WRITE;
/*!40000 ALTER TABLE `customer_group` DISABLE KEYS */;
INSERT INTO `customer_group` VALUES ('0','NOT LOGGED IN','3'),('1','General','3'),('2','Wholesale','3'),('3','Retailer','3');
/*!40000 ALTER TABLE `customer_group` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `customer_log`
--

DROP TABLE IF EXISTS `customer_log`;
CREATE TABLE `customer_log` (
  `log_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Log ID',
  `customer_id` int(11) NOT NULL COMMENT 'Customer ID',
  `last_login_at` timestamp NULL DEFAULT NULL COMMENT 'Last Login Time',
  `last_logout_at` timestamp NULL DEFAULT NULL COMMENT 'Last Logout Time',
  PRIMARY KEY (`log_id`),
  UNIQUE KEY `CUSTOMER_LOG_CUSTOMER_ID` (`customer_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Customer Log Table';

--
-- Dumping data for table `customer_log`
--

LOCK TABLES `customer_log` WRITE;
/*!40000 ALTER TABLE `customer_log` DISABLE KEYS */;
INSERT INTO `customer_log` VALUES ('1','1','2017-11-26 09:40:38',NULL);
/*!40000 ALTER TABLE `customer_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `customer_visitor`
--

DROP TABLE IF EXISTS `customer_visitor`;
CREATE TABLE `customer_visitor` (
  `visitor_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Visitor ID',
  `customer_id` int(11) DEFAULT NULL COMMENT 'Customer Id',
  `session_id` varchar(64) DEFAULT NULL COMMENT 'Session ID',
  `last_visit_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Last Visit Time',
  PRIMARY KEY (`visitor_id`),
  KEY `CUSTOMER_VISITOR_CUSTOMER_ID` (`customer_id`),
  KEY `CUSTOMER_VISITOR_LAST_VISIT_AT` (`last_visit_at`)
) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8 COMMENT='Visitor Table';

--
-- Dumping data for table `customer_visitor`
--

LOCK TABLES `customer_visitor` WRITE;
/*!40000 ALTER TABLE `customer_visitor` DISABLE KEYS */;
INSERT INTO `customer_visitor` VALUES (1,NULL,'g72qkn09tmk4lonschsdh33fk3','2017-10-21 08:09:16'),(2,NULL,'7ge621pav2521cpf5gnaqjmpi2','2017-11-23 10:30:18'),(3,NULL,'migpl43iu8eo5g18frmclpfvj1','2017-11-23 10:31:09'),(4,NULL,'0gje7kedlusqqlqtptfacn08b1','2017-11-23 10:31:09'),(5,NULL,'75knjue92lsl2tpvcep1r3ada3','2017-11-23 10:31:10'),(6,NULL,'osmmi9l10hcqa2p87n5arki584','2017-11-25 19:26:12'),(7,NULL,'5qkdks7ppst0cuif4b3mcva7l4','2017-11-25 19:26:21'),(8,NULL,'50ovj2m9bj7ndj6kjntcrlejc1','2017-11-25 19:26:21'),(9,NULL,'t1vd8rci689sjlq25429mquq64','2017-11-25 19:26:21'),(10,NULL,'cr9fof64l9n8tl16tkc5hr1fv6','2017-11-26 08:13:42'),(11,NULL,'3praat4luuv6b9fpp6v882pjh2','2017-11-26 08:13:50'),(12,NULL,'4fsqp25mha3aahgdqundmkqvm4','2017-11-26 08:13:50'),(13,NULL,'hngjfr6poluhtq4h4isu2q3kf6','2017-11-26 08:39:02'),(14,NULL,'b627r0a43ib5tapmnirjketjn3','2017-11-26 09:27:03'),(15,NULL,'j89hu33ubogdq56gqig3oum483','2017-11-26 09:27:08'),(16,'1','6j57e51gfsnho86q5p2pg4o7t2','2017-11-26 09:54:35'),(17,NULL,'6sto4o2d43ealdsdf0c4tmdjo5','2018-01-19 14:45:55'),(18,NULL,'7rl6tphk4c6tvo2c0a6ki6e2d7','2017-12-26 08:47:33'),(19,NULL,'rs3fvl7qej9f2vn3hml9g4srj5','2017-12-26 08:47:39'),(20,NULL,'bj7n3r4vl50dn1vfrebno57j86','2017-12-26 08:47:39'),(21,NULL,'ed3iha5o34gd0ecgragbm3i9a3','2017-12-26 09:59:08'),(22,NULL,'r7g8jbgfgt5dbiftfd3g2n5ir1','2017-12-26 08:47:52'),(23,NULL,'o7t7vqkcdb38ivfh120a1c67i3','2017-12-26 08:47:52'),(24,NULL,'6sto4o2d43ealdsdf0c4tmdjo5','2017-12-27 10:36:40'),(25,NULL,'tv5u6thk0p9k4tpvd8fhbdrq71','2017-12-27 09:45:25'),(26,NULL,'3ckoa41l8ofdkdp1t7s6ng9p41','2017-12-27 09:45:35'),(27,NULL,'tnvmseenk3hgs1fpqn89n1m1a2','2017-12-27 09:45:53'),(28,NULL,'05d42gmgmrvl4c3j0v4pqlsb72','2017-12-27 09:48:57'),(29,NULL,'v3uql8l8bs9hohm4r2unif1vc7','2017-12-27 09:49:06'),(30,NULL,'h6j4et44u78g7sohaacllhg733','2017-12-27 09:49:26'),(31,NULL,'ae3a8rdj9dqacrdoiuiqokve94','2017-12-27 09:56:38'),(32,NULL,'topibc05akig64tlg1vje3glk2','2017-12-27 09:56:52'),(33,NULL,'kq8878ifqmiv0dt3581ru8g9c1','2017-12-27 09:57:08');
/*!40000 ALTER TABLE `customer_visitor` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `design_change`
--

DROP TABLE IF EXISTS `design_change`;
CREATE TABLE `design_change` (
  `design_change_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Design Change Id',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store Id',
  `design` varchar(255) DEFAULT NULL COMMENT 'Design',
  `date_from` date DEFAULT NULL COMMENT 'First Date of Design Activity',
  `date_to` date DEFAULT NULL COMMENT 'Last Date of Design Activity',
  PRIMARY KEY (`design_change_id`),
  KEY `DESIGN_CHANGE_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Design Changes';

--
-- Table structure for table `design_config_grid_flat`
--

DROP TABLE IF EXISTS `design_config_grid_flat`;
CREATE TABLE `design_config_grid_flat` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
  `store_website_id` int(11) DEFAULT NULL COMMENT 'Store_website_id',
  `store_group_id` int(11) DEFAULT NULL COMMENT 'Store_group_id',
  `store_id` int(11) DEFAULT NULL COMMENT 'Store_id',
  `theme_theme_id` varchar(255) DEFAULT NULL COMMENT 'Theme_theme_id',
  PRIMARY KEY (`entity_id`),
  KEY `DESIGN_CONFIG_GRID_FLAT_STORE_WEBSITE_ID` (`store_website_id`),
  KEY `DESIGN_CONFIG_GRID_FLAT_STORE_GROUP_ID` (`store_group_id`),
  KEY `DESIGN_CONFIG_GRID_FLAT_STORE_ID` (`store_id`),
  FULLTEXT KEY `DESIGN_CONFIG_GRID_FLAT_THEME_THEME_ID` (`theme_theme_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='design_config_grid_flat';

--
-- Dumping data for table `design_config_grid_flat`
--

LOCK TABLES `design_config_grid_flat` WRITE;
/*!40000 ALTER TABLE `design_config_grid_flat` DISABLE KEYS */;
INSERT INTO `design_config_grid_flat` VALUES ('0',NULL,NULL,NULL,'4'),('1','1',NULL,NULL,'4'),('2','1','1','1','4'),('3','1','1','2','4'),('4','1','1','3','4');
/*!40000 ALTER TABLE `design_config_grid_flat` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `directory_country`
--

DROP TABLE IF EXISTS `directory_country`;
CREATE TABLE `directory_country` (
  `country_id` varchar(2) NOT NULL COMMENT 'Country Id in ISO-2',
  `iso2_code` varchar(2) DEFAULT NULL COMMENT 'Country ISO-2 format',
  `iso3_code` varchar(3) DEFAULT NULL COMMENT 'Country ISO-3',
  PRIMARY KEY (`country_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Directory Country';

--
-- Dumping data for table `directory_country`
--

LOCK TABLES `directory_country` WRITE;
/*!40000 ALTER TABLE `directory_country` DISABLE KEYS */;
INSERT INTO `directory_country` VALUES ('AD','AD','AND'),('AE','AE','ARE'),('AF','AF','AFG'),('AG','AG','ATG'),('AI','AI','AIA'),('AL','AL','ALB'),('AM','AM','ARM'),('AN','AN','ANT'),('AO','AO','AGO'),('AQ','AQ','ATA'),('AR','AR','ARG'),('AS','AS','ASM'),('AT','AT','AUT'),('AU','AU','AUS'),('AW','AW','ABW'),('AX','AX','ALA'),('AZ','AZ','AZE'),('BA','BA','BIH'),('BB','BB','BRB'),('BD','BD','BGD'),('BE','BE','BEL'),('BF','BF','BFA'),('BG','BG','BGR'),('BH','BH','BHR'),('BI','BI','BDI'),('BJ','BJ','BEN'),('BL','BL','BLM'),('BM','BM','BMU'),('BN','BN','BRN'),('BO','BO','BOL'),('BR','BR','BRA'),('BS','BS','BHS'),('BT','BT','BTN'),('BV','BV','BVT'),('BW','BW','BWA'),('BY','BY','BLR'),('BZ','BZ','BLZ'),('CA','CA','CAN'),('CC','CC','CCK'),('CD','CD','COD'),('CF','CF','CAF'),('CG','CG','COG'),('CH','CH','CHE'),('CI','CI','CIV'),('CK','CK','COK'),('CL','CL','CHL'),('CM','CM','CMR'),('CN','CN','CHN'),('CO','CO','COL'),('CR','CR','CRI'),('CU','CU','CUB'),('CV','CV','CPV'),('CX','CX','CXR'),('CY','CY','CYP'),('CZ','CZ','CZE'),('DE','DE','DEU'),('DJ','DJ','DJI'),('DK','DK','DNK'),('DM','DM','DMA'),('DO','DO','DOM'),('DZ','DZ','DZA'),('EC','EC','ECU'),('EE','EE','EST'),('EG','EG','EGY'),('EH','EH','ESH'),('ER','ER','ERI'),('ES','ES','ESP'),('ET','ET','ETH'),('FI','FI','FIN'),('FJ','FJ','FJI'),('FK','FK','FLK'),('FM','FM','FSM'),('FO','FO','FRO'),('FR','FR','FRA'),('GA','GA','GAB'),('GB','GB','GBR'),('GD','GD','GRD'),('GE','GE','GEO'),('GF','GF','GUF'),('GG','GG','GGY'),('GH','GH','GHA'),('GI','GI','GIB'),('GL','GL','GRL'),('GM','GM','GMB'),('GN','GN','GIN'),('GP','GP','GLP'),('GQ','GQ','GNQ'),('GR','GR','GRC'),('GS','GS','SGS'),('GT','GT','GTM'),('GU','GU','GUM'),('GW','GW','GNB'),('GY','GY','GUY'),('HK','HK','HKG'),('HM','HM','HMD'),('HN','HN','HND'),('HR','HR','HRV'),('HT','HT','HTI'),('HU','HU','HUN'),('ID','ID','IDN'),('IE','IE','IRL'),('IL','IL','ISR'),('IM','IM','IMN'),('IN','IN','IND'),('IO','IO','IOT'),('IQ','IQ','IRQ'),('IR','IR','IRN'),('IS','IS','ISL'),('IT','IT','ITA'),('JE','JE','JEY'),('JM','JM','JAM'),('JO','JO','JOR'),('JP','JP','JPN'),('KE','KE','KEN'),('KG','KG','KGZ'),('KH','KH','KHM'),('KI','KI','KIR'),('KM','KM','COM'),('KN','KN','KNA'),('KP','KP','PRK'),('KR','KR','KOR'),('KW','KW','KWT'),('KY','KY','CYM'),('KZ','KZ','KAZ'),('LA','LA','LAO'),('LB','LB','LBN'),('LC','LC','LCA'),('LI','LI','LIE'),('LK','LK','LKA'),('LR','LR','LBR'),('LS','LS','LSO'),('LT','LT','LTU'),('LU','LU','LUX'),('LV','LV','LVA'),('LY','LY','LBY'),('MA','MA','MAR'),('MC','MC','MCO'),('MD','MD','MDA'),('ME','ME','MNE'),('MF','MF','MAF'),('MG','MG','MDG'),('MH','MH','MHL'),('MK','MK','MKD'),('ML','ML','MLI'),('MM','MM','MMR'),('MN','MN','MNG'),('MO','MO','MAC'),('MP','MP','MNP'),('MQ','MQ','MTQ'),('MR','MR','MRT'),('MS','MS','MSR'),('MT','MT','MLT'),('MU','MU','MUS'),('MV','MV','MDV'),('MW','MW','MWI'),('MX','MX','MEX'),('MY','MY','MYS'),('MZ','MZ','MOZ'),('NA','NA','NAM'),('NC','NC','NCL'),('NE','NE','NER'),('NF','NF','NFK'),('NG','NG','NGA'),('NI','NI','NIC'),('NL','NL','NLD'),('NO','NO','NOR'),('NP','NP','NPL'),('NR','NR','NRU'),('NU','NU','NIU'),('NZ','NZ','NZL'),('OM','OM','OMN'),('PA','PA','PAN'),('PE','PE','PER'),('PF','PF','PYF'),('PG','PG','PNG'),('PH','PH','PHL'),('PK','PK','PAK'),('PL','PL','POL'),('PM','PM','SPM'),('PN','PN','PCN'),('PS','PS','PSE'),('PT','PT','PRT'),('PW','PW','PLW'),('PY','PY','PRY'),('QA','QA','QAT'),('RE','RE','REU'),('RO','RO','ROU'),('RS','RS','SRB'),('RU','RU','RUS'),('RW','RW','RWA'),('SA','SA','SAU'),('SB','SB','SLB'),('SC','SC','SYC'),('SD','SD','SDN'),('SE','SE','SWE'),('SG','SG','SGP'),('SH','SH','SHN'),('SI','SI','SVN'),('SJ','SJ','SJM'),('SK','SK','SVK'),('SL','SL','SLE'),('SM','SM','SMR'),('SN','SN','SEN'),('SO','SO','SOM'),('SR','SR','SUR'),('ST','ST','STP'),('SV','SV','SLV'),('SY','SY','SYR'),('SZ','SZ','SWZ'),('TC','TC','TCA'),('TD','TD','TCD'),('TF','TF','ATF'),('TG','TG','TGO'),('TH','TH','THA'),('TJ','TJ','TJK'),('TK','TK','TKL'),('TL','TL','TLS'),('TM','TM','TKM'),('TN','TN','TUN'),('TO','TO','TON'),('TR','TR','TUR'),('TT','TT','TTO'),('TV','TV','TUV'),('TW','TW','TWN'),('TZ','TZ','TZA'),('UA','UA','UKR'),('UG','UG','UGA'),('UM','UM','UMI'),('US','US','USA'),('UY','UY','URY'),('UZ','UZ','UZB'),('VA','VA','VAT'),('VC','VC','VCT'),('VE','VE','VEN'),('VG','VG','VGB'),('VI','VI','VIR'),('VN','VN','VNM'),('VU','VU','VUT'),('WF','WF','WLF'),('WS','WS','WSM'),('YE','YE','YEM'),('YT','YT','MYT'),('ZA','ZA','ZAF'),('ZM','ZM','ZMB'),('ZW','ZW','ZWE');
/*!40000 ALTER TABLE `directory_country` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `directory_country_format`
--

DROP TABLE IF EXISTS `directory_country_format`;
CREATE TABLE `directory_country_format` (
  `country_format_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Country Format Id',
  `country_id` varchar(2) DEFAULT NULL COMMENT 'Country Id in ISO-2',
  `type` varchar(30) DEFAULT NULL COMMENT 'Country Format Type',
  `format` text NOT NULL COMMENT 'Country Format',
  PRIMARY KEY (`country_format_id`),
  UNIQUE KEY `DIRECTORY_COUNTRY_FORMAT_COUNTRY_ID_TYPE` (`country_id`,`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Directory Country Format';

--
-- Table structure for table `directory_country_region`
--

DROP TABLE IF EXISTS `directory_country_region`;
CREATE TABLE `directory_country_region` (
  `region_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Region Id',
  `country_id` varchar(4) NOT NULL DEFAULT '0' COMMENT 'Country Id in ISO-2',
  `code` varchar(32) DEFAULT NULL COMMENT 'Region code',
  `default_name` varchar(255) DEFAULT NULL COMMENT 'Region Name',
  PRIMARY KEY (`region_id`),
  KEY `DIRECTORY_COUNTRY_REGION_COUNTRY_ID` (`country_id`)
) ENGINE=InnoDB AUTO_INCREMENT=533 DEFAULT CHARSET=utf8 COMMENT='Directory Country Region';

--
-- Dumping data for table `directory_country_region`
--

LOCK TABLES `directory_country_region` WRITE;
/*!40000 ALTER TABLE `directory_country_region` DISABLE KEYS */;
INSERT INTO `directory_country_region` VALUES ('1','US','AL','Alabama'),('2','US','AK','Alaska'),('3','US','AS','American Samoa'),('4','US','AZ','Arizona'),('5','US','AR','Arkansas'),('6','US','AE','Armed Forces Africa'),('7','US','AA','Armed Forces Americas'),('8','US','AE','Armed Forces Canada'),('9','US','AE','Armed Forces Europe'),('10','US','AE','Armed Forces Middle East'),('11','US','AP','Armed Forces Pacific'),('12','US','CA','California'),('13','US','CO','Colorado'),('14','US','CT','Connecticut'),('15','US','DE','Delaware'),('16','US','DC','District of Columbia'),('17','US','FM','Federated States Of Micronesia'),('18','US','FL','Florida'),('19','US','GA','Georgia'),('20','US','GU','Guam'),('21','US','HI','Hawaii'),('22','US','ID','Idaho'),('23','US','IL','Illinois'),('24','US','IN','Indiana'),('25','US','IA','Iowa'),('26','US','KS','Kansas'),('27','US','KY','Kentucky'),('28','US','LA','Louisiana'),('29','US','ME','Maine'),('30','US','MH','Marshall Islands'),('31','US','MD','Maryland'),('32','US','MA','Massachusetts'),('33','US','MI','Michigan'),('34','US','MN','Minnesota'),('35','US','MS','Mississippi'),('36','US','MO','Missouri'),('37','US','MT','Montana'),('38','US','NE','Nebraska'),('39','US','NV','Nevada'),('40','US','NH','New Hampshire'),('41','US','NJ','New Jersey'),('42','US','NM','New Mexico'),('43','US','NY','New York'),('44','US','NC','North Carolina'),('45','US','ND','North Dakota'),('46','US','MP','Northern Mariana Islands'),('47','US','OH','Ohio'),('48','US','OK','Oklahoma'),('49','US','OR','Oregon'),('50','US','PW','Palau'),('51','US','PA','Pennsylvania'),('52','US','PR','Puerto Rico'),('53','US','RI','Rhode Island'),('54','US','SC','South Carolina'),('55','US','SD','South Dakota'),('56','US','TN','Tennessee'),('57','US','TX','Texas'),('58','US','UT','Utah'),('59','US','VT','Vermont'),('60','US','VI','Virgin Islands'),('61','US','VA','Virginia'),('62','US','WA','Washington'),('63','US','WV','West Virginia'),('64','US','WI','Wisconsin'),('65','US','WY','Wyoming'),('66','CA','AB','Alberta'),('67','CA','BC','British Columbia'),('68','CA','MB','Manitoba'),('69','CA','NL','Newfoundland and Labrador'),('70','CA','NB','New Brunswick'),('71','CA','NS','Nova Scotia'),('72','CA','NT','Northwest Territories'),('73','CA','NU','Nunavut'),('74','CA','ON','Ontario'),('75','CA','PE','Prince Edward Island'),('76','CA','QC','Quebec'),('77','CA','SK','Saskatchewan'),('78','CA','YT','Yukon Territory'),('79','DE','NDS','Niedersachsen'),('80','DE','BAW','Baden-Württemberg'),('81','DE','BAY','Bayern'),('82','DE','BER','Berlin'),('83','DE','BRG','Brandenburg'),('84','DE','BRE','Bremen'),('85','DE','HAM','Hamburg'),('86','DE','HES','Hessen'),('87','DE','MEC','Mecklenburg-Vorpommern'),('88','DE','NRW','Nordrhein-Westfalen'),('89','DE','RHE','Rheinland-Pfalz'),('90','DE','SAR','Saarland'),('91','DE','SAS','Sachsen'),('92','DE','SAC','Sachsen-Anhalt'),('93','DE','SCN','Schleswig-Holstein'),('94','DE','THE','Thüringen'),('95','AT','WI','Wien'),('96','AT','NO','Niederösterreich'),('97','AT','OO','Oberösterreich'),('98','AT','SB','Salzburg'),('99','AT','KN','Kärnten'),('100','AT','ST','Steiermark'),('101','AT','TI','Tirol'),('102','AT','BL','Burgenland'),('103','AT','VB','Vorarlberg'),('104','CH','AG','Aargau'),('105','CH','AI','Appenzell Innerrhoden'),('106','CH','AR','Appenzell Ausserrhoden'),('107','CH','BE','Bern'),('108','CH','BL','Basel-Landschaft'),('109','CH','BS','Basel-Stadt'),('110','CH','FR','Freiburg'),('111','CH','GE','Genf'),('112','CH','GL','Glarus'),('113','CH','GR','Graubünden'),('114','CH','JU','Jura'),('115','CH','LU','Luzern'),('116','CH','NE','Neuenburg'),('117','CH','NW','Nidwalden'),('118','CH','OW','Obwalden'),('119','CH','SG','St. Gallen'),('120','CH','SH','Schaffhausen'),('121','CH','SO','Solothurn'),('122','CH','SZ','Schwyz'),('123','CH','TG','Thurgau'),('124','CH','TI','Tessin'),('125','CH','UR','Uri'),('126','CH','VD','Waadt'),('127','CH','VS','Wallis'),('128','CH','ZG','Zug'),('129','CH','ZH','Zürich'),('130','ES','A Coruсa','A Coruña'),('131','ES','Alava','Alava'),('132','ES','Albacete','Albacete'),('133','ES','Alicante','Alicante'),('134','ES','Almeria','Almeria'),('135','ES','Asturias','Asturias'),('136','ES','Avila','Avila'),('137','ES','Badajoz','Badajoz'),('138','ES','Baleares','Baleares'),('139','ES','Barcelona','Barcelona'),('140','ES','Burgos','Burgos'),('141','ES','Caceres','Caceres'),('142','ES','Cadiz','Cadiz'),('143','ES','Cantabria','Cantabria'),('144','ES','Castellon','Castellon'),('145','ES','Ceuta','Ceuta'),('146','ES','Ciudad Real','Ciudad Real'),('147','ES','Cordoba','Cordoba'),('148','ES','Cuenca','Cuenca'),('149','ES','Girona','Girona'),('150','ES','Granada','Granada'),('151','ES','Guadalajara','Guadalajara'),('152','ES','Guipuzcoa','Guipuzcoa'),('153','ES','Huelva','Huelva'),('154','ES','Huesca','Huesca'),('155','ES','Jaen','Jaen'),('156','ES','La Rioja','La Rioja'),('157','ES','Las Palmas','Las Palmas'),('158','ES','Leon','Leon'),('159','ES','Lleida','Lleida'),('160','ES','Lugo','Lugo'),('161','ES','Madrid','Madrid'),('162','ES','Malaga','Malaga'),('163','ES','Melilla','Melilla'),('164','ES','Murcia','Murcia'),('165','ES','Navarra','Navarra'),('166','ES','Ourense','Ourense'),('167','ES','Palencia','Palencia'),('168','ES','Pontevedra','Pontevedra'),('169','ES','Salamanca','Salamanca'),('170','ES','Santa Cruz de Tenerife','Santa Cruz de Tenerife'),('171','ES','Segovia','Segovia'),('172','ES','Sevilla','Sevilla'),('173','ES','Soria','Soria'),('174','ES','Tarragona','Tarragona'),('175','ES','Teruel','Teruel'),('176','ES','Toledo','Toledo'),('177','ES','Valencia','Valencia'),('178','ES','Valladolid','Valladolid'),('179','ES','Vizcaya','Vizcaya'),('180','ES','Zamora','Zamora'),('181','ES','Zaragoza','Zaragoza'),('182','FR','1','Ain'),('183','FR','2','Aisne'),('184','FR','3','Allier'),('185','FR','4','Alpes-de-Haute-Provence'),('186','FR','5','Hautes-Alpes'),('187','FR','6','Alpes-Maritimes'),('188','FR','7','Ardèche'),('189','FR','8','Ardennes'),('190','FR','9','Ariège'),('191','FR','10','Aube'),('192','FR','11','Aude'),('193','FR','12','Aveyron'),('194','FR','13','Bouches-du-Rhône'),('195','FR','14','Calvados'),('196','FR','15','Cantal'),('197','FR','16','Charente'),('198','FR','17','Charente-Maritime'),('199','FR','18','Cher'),('200','FR','19','Corrèze'),('201','FR','2A','Corse-du-Sud'),('202','FR','2B','Haute-Corse'),('203','FR','21','Côte-d\'Or'),('204','FR','22','Côtes-d\'Armor'),('205','FR','23','Creuse'),('206','FR','24','Dordogne'),('207','FR','25','Doubs'),('208','FR','26','Drôme'),('209','FR','27','Eure'),('210','FR','28','Eure-et-Loir'),('211','FR','29','Finistère'),('212','FR','30','Gard'),('213','FR','31','Haute-Garonne'),('214','FR','32','Gers'),('215','FR','33','Gironde'),('216','FR','34','Hérault'),('217','FR','35','Ille-et-Vilaine'),('218','FR','36','Indre'),('219','FR','37','Indre-et-Loire'),('220','FR','38','Isère'),('221','FR','39','Jura'),('222','FR','40','Landes'),('223','FR','41','Loir-et-Cher'),('224','FR','42','Loire'),('225','FR','43','Haute-Loire'),('226','FR','44','Loire-Atlantique'),('227','FR','45','Loiret'),('228','FR','46','Lot'),('229','FR','47','Lot-et-Garonne'),('230','FR','48','Lozère'),('231','FR','49','Maine-et-Loire'),('232','FR','50','Manche'),('233','FR','51','Marne'),('234','FR','52','Haute-Marne'),('235','FR','53','Mayenne'),('236','FR','54','Meurthe-et-Moselle'),('237','FR','55','Meuse'),('238','FR','56','Morbihan'),('239','FR','57','Moselle'),('240','FR','58','Nièvre'),('241','FR','59','Nord'),('242','FR','60','Oise'),('243','FR','61','Orne'),('244','FR','62','Pas-de-Calais'),('245','FR','63','Puy-de-Dôme'),('246','FR','64','Pyrénées-Atlantiques'),('247','FR','65','Hautes-Pyrénées'),('248','FR','66','Pyrénées-Orientales'),('249','FR','67','Bas-Rhin'),('250','FR','68','Haut-Rhin'),('251','FR','69','Rhône'),('252','FR','70','Haute-Saône'),('253','FR','71','Saône-et-Loire'),('254','FR','72','Sarthe'),('255','FR','73','Savoie'),('256','FR','74','Haute-Savoie'),('257','FR','75','Paris'),('258','FR','76','Seine-Maritime'),('259','FR','77','Seine-et-Marne'),('260','FR','78','Yvelines'),('261','FR','79','Deux-Sèvres'),('262','FR','80','Somme'),('263','FR','81','Tarn'),('264','FR','82','Tarn-et-Garonne'),('265','FR','83','Var'),('266','FR','84','Vaucluse'),('267','FR','85','Vendée'),('268','FR','86','Vienne'),('269','FR','87','Haute-Vienne'),('270','FR','88','Vosges'),('271','FR','89','Yonne'),('272','FR','90','Territoire-de-Belfort'),('273','FR','91','Essonne'),('274','FR','92','Hauts-de-Seine'),('275','FR','93','Seine-Saint-Denis'),('276','FR','94','Val-de-Marne'),('277','FR','95','Val-d\'Oise'),('278','RO','AB','Alba'),('279','RO','AR','Arad'),('280','RO','AG','Argeş'),('281','RO','BC','Bacău'),('282','RO','BH','Bihor'),('283','RO','BN','Bistriţa-Năsăud'),('284','RO','BT','Botoşani'),('285','RO','BV','Braşov'),('286','RO','BR','Brăila'),('287','RO','B','Bucureşti'),('288','RO','BZ','Buzău'),('289','RO','CS','Caraş-Severin'),('290','RO','CL','Călăraşi'),('291','RO','CJ','Cluj'),('292','RO','CT','Constanţa'),('293','RO','CV','Covasna'),('294','RO','DB','Dâmboviţa'),('295','RO','DJ','Dolj'),('296','RO','GL','Galaţi'),('297','RO','GR','Giurgiu'),('298','RO','GJ','Gorj'),('299','RO','HR','Harghita'),('300','RO','HD','Hunedoara'),('301','RO','IL','Ialomiţa'),('302','RO','IS','Iaşi'),('303','RO','IF','Ilfov'),('304','RO','MM','Maramureş'),('305','RO','MH','Mehedinţi'),('306','RO','MS','Mureş'),('307','RO','NT','Neamţ'),('308','RO','OT','Olt'),('309','RO','PH','Prahova'),('310','RO','SM','Satu-Mare'),('311','RO','SJ','Sălaj'),('312','RO','SB','Sibiu'),('313','RO','SV','Suceava'),('314','RO','TR','Teleorman'),('315','RO','TM','Timiş'),('316','RO','TL','Tulcea'),('317','RO','VS','Vaslui'),('318','RO','VL','Vâlcea'),('319','RO','VN','Vrancea'),('320','FI','Lappi','Lappi'),('321','FI','Pohjois-Pohjanmaa','Pohjois-Pohjanmaa'),('322','FI','Kainuu','Kainuu'),('323','FI','Pohjois-Karjala','Pohjois-Karjala'),('324','FI','Pohjois-Savo','Pohjois-Savo'),('325','FI','Etelä-Savo','Etelä-Savo'),('326','FI','Etelä-Pohjanmaa','Etelä-Pohjanmaa'),('327','FI','Pohjanmaa','Pohjanmaa'),('328','FI','Pirkanmaa','Pirkanmaa'),('329','FI','Satakunta','Satakunta'),('330','FI','Keski-Pohjanmaa','Keski-Pohjanmaa'),('331','FI','Keski-Suomi','Keski-Suomi'),('332','FI','Varsinais-Suomi','Varsinais-Suomi'),('333','FI','Etelä-Karjala','Etelä-Karjala'),('334','FI','Päijät-Häme','Päijät-Häme'),('335','FI','Kanta-Häme','Kanta-Häme'),('336','FI','Uusimaa','Uusimaa'),('337','FI','Itä-Uusimaa','Itä-Uusimaa'),('338','FI','Kymenlaakso','Kymenlaakso'),('339','FI','Ahvenanmaa','Ahvenanmaa'),('340','EE','EE-37','Harjumaa'),('341','EE','EE-39','Hiiumaa'),('342','EE','EE-44','Ida-Virumaa'),('343','EE','EE-49','Jõgevamaa'),('344','EE','EE-51','Järvamaa'),('345','EE','EE-57','Läänemaa'),('346','EE','EE-59','Lääne-Virumaa'),('347','EE','EE-65','Põlvamaa'),('348','EE','EE-67','Pärnumaa'),('349','EE','EE-70','Raplamaa'),('350','EE','EE-74','Saaremaa'),('351','EE','EE-78','Tartumaa'),('352','EE','EE-82','Valgamaa'),('353','EE','EE-84','Viljandimaa'),('354','EE','EE-86','Võrumaa'),('355','LV','LV-DGV','Daugavpils'),('356','LV','LV-JEL','Jelgava'),('357','LV','Jēkabpils','Jēkabpils'),('358','LV','LV-JUR','Jūrmala'),('359','LV','LV-LPX','Liepāja'),('360','LV','LV-LE','Liepājas novads'),('361','LV','LV-REZ','Rēzekne'),('362','LV','LV-RIX','Rīga'),('363','LV','LV-RI','Rīgas novads'),('364','LV','Valmiera','Valmiera'),('365','LV','LV-VEN','Ventspils'),('366','LV','Aglonas novads','Aglonas novads'),('367','LV','LV-AI','Aizkraukles novads'),('368','LV','Aizputes novads','Aizputes novads'),('369','LV','Aknīstes novads','Aknīstes novads'),('370','LV','Alojas novads','Alojas novads'),('371','LV','Alsungas novads','Alsungas novads'),('372','LV','LV-AL','Alūksnes novads'),('373','LV','Amatas novads','Amatas novads'),('374','LV','Apes novads','Apes novads'),('375','LV','Auces novads','Auces novads'),('376','LV','Babītes novads','Babītes novads'),('377','LV','Baldones novads','Baldones novads'),('378','LV','Baltinavas novads','Baltinavas novads'),('379','LV','LV-BL','Balvu novads'),('380','LV','LV-BU','Bauskas novads'),('381','LV','Beverīnas novads','Beverīnas novads'),('382','LV','Brocēnu novads','Brocēnu novads'),('383','LV','Burtnieku novads','Burtnieku novads'),('384','LV','Carnikavas novads','Carnikavas novads'),('385','LV','Cesvaines novads','Cesvaines novads'),('386','LV','Ciblas novads','Ciblas novads'),('387','LV','LV-CE','Cēsu novads'),('388','LV','Dagdas novads','Dagdas novads'),('389','LV','LV-DA','Daugavpils novads'),('390','LV','LV-DO','Dobeles novads'),('391','LV','Dundagas novads','Dundagas novads'),('392','LV','Durbes novads','Durbes novads'),('393','LV','Engures novads','Engures novads'),('394','LV','Garkalnes novads','Garkalnes novads'),('395','LV','Grobiņas novads','Grobiņas novads'),('396','LV','LV-GU','Gulbenes novads'),('397','LV','Iecavas novads','Iecavas novads'),('398','LV','Ikšķiles novads','Ikšķiles novads'),('399','LV','Ilūkstes novads','Ilūkstes novads'),('400','LV','Inčukalna novads','Inčukalna novads'),('401','LV','Jaunjelgavas novads','Jaunjelgavas novads'),('402','LV','Jaunpiebalgas novads','Jaunpiebalgas novads'),('403','LV','Jaunpils novads','Jaunpils novads'),('404','LV','LV-JL','Jelgavas novads'),('405','LV','LV-JK','Jēkabpils novads'),('406','LV','Kandavas novads','Kandavas novads'),('407','LV','Kokneses novads','Kokneses novads'),('408','LV','Krimuldas novads','Krimuldas novads'),('409','LV','Krustpils novads','Krustpils novads'),('410','LV','LV-KR','Krāslavas novads'),('411','LV','LV-KU','Kuldīgas novads'),('412','LV','Kārsavas novads','Kārsavas novads'),('413','LV','Lielvārdes novads','Lielvārdes novads'),('414','LV','LV-LM','Limbažu novads'),('415','LV','Lubānas novads','Lubānas novads'),('416','LV','LV-LU','Ludzas novads'),('417','LV','Līgatnes novads','Līgatnes novads'),('418','LV','Līvānu novads','Līvānu novads'),('419','LV','LV-MA','Madonas novads'),('420','LV','Mazsalacas novads','Mazsalacas novads'),('421','LV','Mālpils novads','Mālpils novads'),('422','LV','Mārupes novads','Mārupes novads'),('423','LV','Naukšēnu novads','Naukšēnu novads'),('424','LV','Neretas novads','Neretas novads'),('425','LV','Nīcas novads','Nīcas novads'),('426','LV','LV-OG','Ogres novads'),('427','LV','Olaines novads','Olaines novads'),('428','LV','Ozolnieku novads','Ozolnieku novads'),('429','LV','LV-PR','Preiļu novads'),('430','LV','Priekules novads','Priekules novads'),('431','LV','Priekuļu novads','Priekuļu novads'),('432','LV','Pārgaujas novads','Pārgaujas novads'),('433','LV','Pāvilostas novads','Pāvilostas novads'),('434','LV','Pļaviņu novads','Pļaviņu novads'),('435','LV','Raunas novads','Raunas novads'),('436','LV','Riebiņu novads','Riebiņu novads'),('437','LV','Rojas novads','Rojas novads'),('438','LV','Ropažu novads','Ropažu novads'),('439','LV','Rucavas novads','Rucavas novads'),('440','LV','Rugāju novads','Rugāju novads'),('441','LV','Rundāles novads','Rundāles novads'),('442','LV','LV-RE','Rēzeknes novads'),('443','LV','Rūjienas novads','Rūjienas novads'),('444','LV','Salacgrīvas novads','Salacgrīvas novads'),('445','LV','Salas novads','Salas novads'),('446','LV','Salaspils novads','Salaspils novads'),('447','LV','LV-SA','Saldus novads'),('448','LV','Saulkrastu novads','Saulkrastu novads'),('449','LV','Siguldas novads','Siguldas novads'),('450','LV','Skrundas novads','Skrundas novads'),('451','LV','Skrīveru novads','Skrīveru novads'),('452','LV','Smiltenes novads','Smiltenes novads'),('453','LV','Stopiņu novads','Stopiņu novads'),('454','LV','Strenču novads','Strenču novads'),('455','LV','Sējas novads','Sējas novads'),('456','LV','LV-TA','Talsu novads'),('457','LV','LV-TU','Tukuma novads'),('458','LV','Tērvetes novads','Tērvetes novads'),('459','LV','Vaiņodes novads','Vaiņodes novads'),('460','LV','LV-VK','Valkas novads'),('461','LV','LV-VM','Valmieras novads'),('462','LV','Varakļānu novads','Varakļānu novads'),('463','LV','Vecpiebalgas novads','Vecpiebalgas novads'),('464','LV','Vecumnieku novads','Vecumnieku novads'),('465','LV','LV-VE','Ventspils novads'),('466','LV','Viesītes novads','Viesītes novads'),('467','LV','Viļakas novads','Viļakas novads'),('468','LV','Viļānu novads','Viļānu novads'),('469','LV','Vārkavas novads','Vārkavas novads'),('470','LV','Zilupes novads','Zilupes novads'),('471','LV','Ādažu novads','Ādažu novads'),('472','LV','Ērgļu novads','Ērgļu novads'),('473','LV','Ķeguma novads','Ķeguma novads'),('474','LV','Ķekavas novads','Ķekavas novads'),('475','LT','LT-AL','Alytaus Apskritis'),('476','LT','LT-KU','Kauno Apskritis'),('477','LT','LT-KL','Klaipėdos Apskritis'),('478','LT','LT-MR','Marijampolės Apskritis'),('479','LT','LT-PN','Panevėžio Apskritis'),('480','LT','LT-SA','Šiaulių Apskritis'),('481','LT','LT-TA','Tauragės Apskritis'),('482','LT','LT-TE','Telšių Apskritis'),('483','LT','LT-UT','Utenos Apskritis'),('484','LT','LT-VL','Vilniaus Apskritis'),('485','BR','AC','Acre'),('486','BR','AL','Alagoas'),('487','BR','AP','Amapá'),('488','BR','AM','Amazonas'),('489','BR','BA','Bahia'),('490','BR','CE','Ceará'),('491','BR','ES','Espírito Santo'),('492','BR','GO','Goiás'),('493','BR','MA','Maranhão'),('494','BR','MT','Mato Grosso'),('495','BR','MS','Mato Grosso do Sul'),('496','BR','MG','Minas Gerais'),('497','BR','PA','Pará'),('498','BR','PB','Paraíba'),('499','BR','PR','Paraná'),('500','BR','PE','Pernambuco'),('501','BR','PI','Piauí'),('502','BR','RJ','Rio de Janeiro'),('503','BR','RN','Rio Grande do Norte'),('504','BR','RS','Rio Grande do Sul'),('505','BR','RO','Rondônia'),('506','BR','RR','Roraima'),('507','BR','SC','Santa Catarina'),('508','BR','SP','São Paulo'),('509','BR','SE','Sergipe'),('510','BR','TO','Tocantins'),('511','BR','DF','Distrito Federal'),('512','HR','HR-01','Zagrebačka županija'),('513','HR','HR-02','Krapinsko-zagorska županija'),('514','HR','HR-03','Sisačko-moslavačka županija'),('515','HR','HR-04','Karlovačka županija'),('516','HR','HR-05','Varaždinska županija'),('517','HR','HR-06','Koprivničko-križevačka županija'),('518','HR','HR-07','Bjelovarsko-bilogorska županija'),('519','HR','HR-08','Primorsko-goranska županija'),('520','HR','HR-09','Ličko-senjska županija'),('521','HR','HR-10','Virovitičko-podravska županija'),('522','HR','HR-11','Požeško-slavonska županija'),('523','HR','HR-12','Brodsko-posavska županija'),('524','HR','HR-13','Zadarska županija'),('525','HR','HR-14','Osječko-baranjska županija'),('526','HR','HR-15','Šibensko-kninska županija'),('527','HR','HR-16','Vukovarsko-srijemska županija'),('528','HR','HR-17','Splitsko-dalmatinska županija'),('529','HR','HR-18','Istarska županija'),('530','HR','HR-19','Dubrovačko-neretvanska županija'),('531','HR','HR-20','Međimurska županija'),('532','HR','HR-21','Grad Zagreb');
/*!40000 ALTER TABLE `directory_country_region` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `directory_country_region_name`
--

DROP TABLE IF EXISTS `directory_country_region_name`;
CREATE TABLE `directory_country_region_name` (
  `locale` varchar(8) NOT NULL COMMENT 'Locale',
  `region_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Region Id',
  `name` varchar(255) DEFAULT NULL COMMENT 'Region Name',
  PRIMARY KEY (`locale`,`region_id`),
  KEY `DIRECTORY_COUNTRY_REGION_NAME_REGION_ID` (`region_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Directory Country Region Name';

--
-- Dumping data for table `directory_country_region_name`
--

LOCK TABLES `directory_country_region_name` WRITE;
/*!40000 ALTER TABLE `directory_country_region_name` DISABLE KEYS */;
INSERT INTO `directory_country_region_name` VALUES ('en_US','1','Alabama'),('en_US','2','Alaska'),('en_US','3','American Samoa'),('en_US','4','Arizona'),('en_US','5','Arkansas'),('en_US','6','Armed Forces Africa'),('en_US','7','Armed Forces Americas'),('en_US','8','Armed Forces Canada'),('en_US','9','Armed Forces Europe'),('en_US','10','Armed Forces Middle East'),('en_US','11','Armed Forces Pacific'),('en_US','12','California'),('en_US','13','Colorado'),('en_US','14','Connecticut'),('en_US','15','Delaware'),('en_US','16','District of Columbia'),('en_US','17','Federated States Of Micronesia'),('en_US','18','Florida'),('en_US','19','Georgia'),('en_US','20','Guam'),('en_US','21','Hawaii'),('en_US','22','Idaho'),('en_US','23','Illinois'),('en_US','24','Indiana'),('en_US','25','Iowa'),('en_US','26','Kansas'),('en_US','27','Kentucky'),('en_US','28','Louisiana'),('en_US','29','Maine'),('en_US','30','Marshall Islands'),('en_US','31','Maryland'),('en_US','32','Massachusetts'),('en_US','33','Michigan'),('en_US','34','Minnesota'),('en_US','35','Mississippi'),('en_US','36','Missouri'),('en_US','37','Montana'),('en_US','38','Nebraska'),('en_US','39','Nevada'),('en_US','40','New Hampshire'),('en_US','41','New Jersey'),('en_US','42','New Mexico'),('en_US','43','New York'),('en_US','44','North Carolina'),('en_US','45','North Dakota'),('en_US','46','Northern Mariana Islands'),('en_US','47','Ohio'),('en_US','48','Oklahoma'),('en_US','49','Oregon'),('en_US','50','Palau'),('en_US','51','Pennsylvania'),('en_US','52','Puerto Rico'),('en_US','53','Rhode Island'),('en_US','54','South Carolina'),('en_US','55','South Dakota'),('en_US','56','Tennessee'),('en_US','57','Texas'),('en_US','58','Utah'),('en_US','59','Vermont'),('en_US','60','Virgin Islands'),('en_US','61','Virginia'),('en_US','62','Washington'),('en_US','63','West Virginia'),('en_US','64','Wisconsin'),('en_US','65','Wyoming'),('en_US','66','Alberta'),('en_US','67','British Columbia'),('en_US','68','Manitoba'),('en_US','69','Newfoundland and Labrador'),('en_US','70','New Brunswick'),('en_US','71','Nova Scotia'),('en_US','72','Northwest Territories'),('en_US','73','Nunavut'),('en_US','74','Ontario'),('en_US','75','Prince Edward Island'),('en_US','76','Quebec'),('en_US','77','Saskatchewan'),('en_US','78','Yukon Territory'),('en_US','79','Niedersachsen'),('en_US','80','Baden-Württemberg'),('en_US','81','Bayern'),('en_US','82','Berlin'),('en_US','83','Brandenburg'),('en_US','84','Bremen'),('en_US','85','Hamburg'),('en_US','86','Hessen'),('en_US','87','Mecklenburg-Vorpommern'),('en_US','88','Nordrhein-Westfalen'),('en_US','89','Rheinland-Pfalz'),('en_US','90','Saarland'),('en_US','91','Sachsen'),('en_US','92','Sachsen-Anhalt'),('en_US','93','Schleswig-Holstein'),('en_US','94','Thüringen'),('en_US','95','Wien'),('en_US','96','Niederösterreich'),('en_US','97','Oberösterreich'),('en_US','98','Salzburg'),('en_US','99','Kärnten'),('en_US','100','Steiermark'),('en_US','101','Tirol'),('en_US','102','Burgenland'),('en_US','103','Vorarlberg'),('en_US','104','Aargau'),('en_US','105','Appenzell Innerrhoden'),('en_US','106','Appenzell Ausserrhoden'),('en_US','107','Bern'),('en_US','108','Basel-Landschaft'),('en_US','109','Basel-Stadt'),('en_US','110','Freiburg'),('en_US','111','Genf'),('en_US','112','Glarus'),('en_US','113','Graubünden'),('en_US','114','Jura'),('en_US','115','Luzern'),('en_US','116','Neuenburg'),('en_US','117','Nidwalden'),('en_US','118','Obwalden'),('en_US','119','St. Gallen'),('en_US','120','Schaffhausen'),('en_US','121','Solothurn'),('en_US','122','Schwyz'),('en_US','123','Thurgau'),('en_US','124','Tessin'),('en_US','125','Uri'),('en_US','126','Waadt'),('en_US','127','Wallis'),('en_US','128','Zug'),('en_US','129','Zürich'),('en_US','130','A Coruña'),('en_US','131','Alava'),('en_US','132','Albacete'),('en_US','133','Alicante'),('en_US','134','Almeria'),('en_US','135','Asturias'),('en_US','136','Avila'),('en_US','137','Badajoz'),('en_US','138','Baleares'),('en_US','139','Barcelona'),('en_US','140','Burgos'),('en_US','141','Caceres'),('en_US','142','Cadiz'),('en_US','143','Cantabria'),('en_US','144','Castellon'),('en_US','145','Ceuta'),('en_US','146','Ciudad Real'),('en_US','147','Cordoba'),('en_US','148','Cuenca'),('en_US','149','Girona'),('en_US','150','Granada'),('en_US','151','Guadalajara'),('en_US','152','Guipuzcoa'),('en_US','153','Huelva'),('en_US','154','Huesca'),('en_US','155','Jaen'),('en_US','156','La Rioja'),('en_US','157','Las Palmas'),('en_US','158','Leon'),('en_US','159','Lleida'),('en_US','160','Lugo'),('en_US','161','Madrid'),('en_US','162','Malaga'),('en_US','163','Melilla'),('en_US','164','Murcia'),('en_US','165','Navarra'),('en_US','166','Ourense'),('en_US','167','Palencia'),('en_US','168','Pontevedra'),('en_US','169','Salamanca'),('en_US','170','Santa Cruz de Tenerife'),('en_US','171','Segovia'),('en_US','172','Sevilla'),('en_US','173','Soria'),('en_US','174','Tarragona'),('en_US','175','Teruel'),('en_US','176','Toledo'),('en_US','177','Valencia'),('en_US','178','Valladolid'),('en_US','179','Vizcaya'),('en_US','180','Zamora'),('en_US','181','Zaragoza'),('en_US','182','Ain'),('en_US','183','Aisne'),('en_US','184','Allier'),('en_US','185','Alpes-de-Haute-Provence'),('en_US','186','Hautes-Alpes'),('en_US','187','Alpes-Maritimes'),('en_US','188','Ardèche'),('en_US','189','Ardennes'),('en_US','190','Ariège'),('en_US','191','Aube'),('en_US','192','Aude'),('en_US','193','Aveyron'),('en_US','194','Bouches-du-Rhône'),('en_US','195','Calvados'),('en_US','196','Cantal'),('en_US','197','Charente'),('en_US','198','Charente-Maritime'),('en_US','199','Cher'),('en_US','200','Corrèze'),('en_US','201','Corse-du-Sud'),('en_US','202','Haute-Corse'),('en_US','203','Côte-d\'Or'),('en_US','204','Côtes-d\'Armor'),('en_US','205','Creuse'),('en_US','206','Dordogne'),('en_US','207','Doubs'),('en_US','208','Drôme'),('en_US','209','Eure'),('en_US','210','Eure-et-Loir'),('en_US','211','Finistère'),('en_US','212','Gard'),('en_US','213','Haute-Garonne'),('en_US','214','Gers'),('en_US','215','Gironde'),('en_US','216','Hérault'),('en_US','217','Ille-et-Vilaine'),('en_US','218','Indre'),('en_US','219','Indre-et-Loire'),('en_US','220','Isère'),('en_US','221','Jura'),('en_US','222','Landes'),('en_US','223','Loir-et-Cher'),('en_US','224','Loire'),('en_US','225','Haute-Loire'),('en_US','226','Loire-Atlantique'),('en_US','227','Loiret'),('en_US','228','Lot'),('en_US','229','Lot-et-Garonne'),('en_US','230','Lozère'),('en_US','231','Maine-et-Loire'),('en_US','232','Manche'),('en_US','233','Marne'),('en_US','234','Haute-Marne'),('en_US','235','Mayenne'),('en_US','236','Meurthe-et-Moselle'),('en_US','237','Meuse'),('en_US','238','Morbihan'),('en_US','239','Moselle'),('en_US','240','Nièvre'),('en_US','241','Nord'),('en_US','242','Oise'),('en_US','243','Orne'),('en_US','244','Pas-de-Calais'),('en_US','245','Puy-de-Dôme'),('en_US','246','Pyrénées-Atlantiques'),('en_US','247','Hautes-Pyrénées'),('en_US','248','Pyrénées-Orientales'),('en_US','249','Bas-Rhin'),('en_US','250','Haut-Rhin'),('en_US','251','Rhône'),('en_US','252','Haute-Saône'),('en_US','253','Saône-et-Loire'),('en_US','254','Sarthe'),('en_US','255','Savoie'),('en_US','256','Haute-Savoie'),('en_US','257','Paris'),('en_US','258','Seine-Maritime'),('en_US','259','Seine-et-Marne'),('en_US','260','Yvelines'),('en_US','261','Deux-Sèvres'),('en_US','262','Somme'),('en_US','263','Tarn'),('en_US','264','Tarn-et-Garonne'),('en_US','265','Var'),('en_US','266','Vaucluse'),('en_US','267','Vendée'),('en_US','268','Vienne'),('en_US','269','Haute-Vienne'),('en_US','270','Vosges'),('en_US','271','Yonne'),('en_US','272','Territoire-de-Belfort'),('en_US','273','Essonne'),('en_US','274','Hauts-de-Seine'),('en_US','275','Seine-Saint-Denis'),('en_US','276','Val-de-Marne'),('en_US','277','Val-d\'Oise'),('en_US','278','Alba'),('en_US','279','Arad'),('en_US','280','Argeş'),('en_US','281','Bacău'),('en_US','282','Bihor'),('en_US','283','Bistriţa-Năsăud'),('en_US','284','Botoşani'),('en_US','285','Braşov'),('en_US','286','Brăila'),('en_US','287','Bucureşti'),('en_US','288','Buzău'),('en_US','289','Caraş-Severin'),('en_US','290','Călăraşi'),('en_US','291','Cluj'),('en_US','292','Constanţa'),('en_US','293','Covasna'),('en_US','294','Dâmboviţa'),('en_US','295','Dolj'),('en_US','296','Galaţi'),('en_US','297','Giurgiu'),('en_US','298','Gorj'),('en_US','299','Harghita'),('en_US','300','Hunedoara'),('en_US','301','Ialomiţa'),('en_US','302','Iaşi'),('en_US','303','Ilfov'),('en_US','304','Maramureş'),('en_US','305','Mehedinţi'),('en_US','306','Mureş'),('en_US','307','Neamţ'),('en_US','308','Olt'),('en_US','309','Prahova'),('en_US','310','Satu-Mare'),('en_US','311','Sălaj'),('en_US','312','Sibiu'),('en_US','313','Suceava'),('en_US','314','Teleorman'),('en_US','315','Timiş'),('en_US','316','Tulcea'),('en_US','317','Vaslui'),('en_US','318','Vâlcea'),('en_US','319','Vrancea'),('en_US','320','Lappi'),('en_US','321','Pohjois-Pohjanmaa'),('en_US','322','Kainuu'),('en_US','323','Pohjois-Karjala'),('en_US','324','Pohjois-Savo'),('en_US','325','Etelä-Savo'),('en_US','326','Etelä-Pohjanmaa'),('en_US','327','Pohjanmaa'),('en_US','328','Pirkanmaa'),('en_US','329','Satakunta'),('en_US','330','Keski-Pohjanmaa'),('en_US','331','Keski-Suomi'),('en_US','332','Varsinais-Suomi'),('en_US','333','Etelä-Karjala'),('en_US','334','Päijät-Häme'),('en_US','335','Kanta-Häme'),('en_US','336','Uusimaa'),('en_US','337','Itä-Uusimaa'),('en_US','338','Kymenlaakso'),('en_US','339','Ahvenanmaa'),('en_US','340','Harjumaa'),('en_US','341','Hiiumaa'),('en_US','342','Ida-Virumaa'),('en_US','343','Jõgevamaa'),('en_US','344','Järvamaa'),('en_US','345','Läänemaa'),('en_US','346','Lääne-Virumaa'),('en_US','347','Põlvamaa'),('en_US','348','Pärnumaa'),('en_US','349','Raplamaa'),('en_US','350','Saaremaa'),('en_US','351','Tartumaa'),('en_US','352','Valgamaa'),('en_US','353','Viljandimaa'),('en_US','354','Võrumaa'),('en_US','355','Daugavpils'),('en_US','356','Jelgava'),('en_US','357','Jēkabpils'),('en_US','358','Jūrmala'),('en_US','359','Liepāja'),('en_US','360','Liepājas novads'),('en_US','361','Rēzekne'),('en_US','362','Rīga'),('en_US','363','Rīgas novads'),('en_US','364','Valmiera'),('en_US','365','Ventspils'),('en_US','366','Aglonas novads'),('en_US','367','Aizkraukles novads'),('en_US','368','Aizputes novads'),('en_US','369','Aknīstes novads'),('en_US','370','Alojas novads'),('en_US','371','Alsungas novads'),('en_US','372','Alūksnes novads'),('en_US','373','Amatas novads'),('en_US','374','Apes novads'),('en_US','375','Auces novads'),('en_US','376','Babītes novads'),('en_US','377','Baldones novads'),('en_US','378','Baltinavas novads'),('en_US','379','Balvu novads'),('en_US','380','Bauskas novads'),('en_US','381','Beverīnas novads'),('en_US','382','Brocēnu novads'),('en_US','383','Burtnieku novads'),('en_US','384','Carnikavas novads'),('en_US','385','Cesvaines novads'),('en_US','386','Ciblas novads'),('en_US','387','Cēsu novads'),('en_US','388','Dagdas novads'),('en_US','389','Daugavpils novads'),('en_US','390','Dobeles novads'),('en_US','391','Dundagas novads'),('en_US','392','Durbes novads'),('en_US','393','Engures novads'),('en_US','394','Garkalnes novads'),('en_US','395','Grobiņas novads'),('en_US','396','Gulbenes novads'),('en_US','397','Iecavas novads'),('en_US','398','Ikšķiles novads'),('en_US','399','Ilūkstes novads'),('en_US','400','Inčukalna novads'),('en_US','401','Jaunjelgavas novads'),('en_US','402','Jaunpiebalgas novads'),('en_US','403','Jaunpils novads'),('en_US','404','Jelgavas novads'),('en_US','405','Jēkabpils novads'),('en_US','406','Kandavas novads'),('en_US','407','Kokneses novads'),('en_US','408','Krimuldas novads'),('en_US','409','Krustpils novads'),('en_US','410','Krāslavas novads'),('en_US','411','Kuldīgas novads'),('en_US','412','Kārsavas novads'),('en_US','413','Lielvārdes novads'),('en_US','414','Limbažu novads'),('en_US','415','Lubānas novads'),('en_US','416','Ludzas novads'),('en_US','417','Līgatnes novads'),('en_US','418','Līvānu novads'),('en_US','419','Madonas novads'),('en_US','420','Mazsalacas novads'),('en_US','421','Mālpils novads'),('en_US','422','Mārupes novads'),('en_US','423','Naukšēnu novads'),('en_US','424','Neretas novads'),('en_US','425','Nīcas novads'),('en_US','426','Ogres novads'),('en_US','427','Olaines novads'),('en_US','428','Ozolnieku novads'),('en_US','429','Preiļu novads'),('en_US','430','Priekules novads'),('en_US','431','Priekuļu novads'),('en_US','432','Pārgaujas novads'),('en_US','433','Pāvilostas novads'),('en_US','434','Pļaviņu novads'),('en_US','435','Raunas novads'),('en_US','436','Riebiņu novads'),('en_US','437','Rojas novads'),('en_US','438','Ropažu novads'),('en_US','439','Rucavas novads'),('en_US','440','Rugāju novads'),('en_US','441','Rundāles novads'),('en_US','442','Rēzeknes novads'),('en_US','443','Rūjienas novads'),('en_US','444','Salacgrīvas novads'),('en_US','445','Salas novads'),('en_US','446','Salaspils novads'),('en_US','447','Saldus novads'),('en_US','448','Saulkrastu novads'),('en_US','449','Siguldas novads'),('en_US','450','Skrundas novads'),('en_US','451','Skrīveru novads'),('en_US','452','Smiltenes novads'),('en_US','453','Stopiņu novads'),('en_US','454','Strenču novads'),('en_US','455','Sējas novads'),('en_US','456','Talsu novads'),('en_US','457','Tukuma novads'),('en_US','458','Tērvetes novads'),('en_US','459','Vaiņodes novads'),('en_US','460','Valkas novads'),('en_US','461','Valmieras novads'),('en_US','462','Varakļānu novads'),('en_US','463','Vecpiebalgas novads'),('en_US','464','Vecumnieku novads'),('en_US','465','Ventspils novads'),('en_US','466','Viesītes novads'),('en_US','467','Viļakas novads'),('en_US','468','Viļānu novads'),('en_US','469','Vārkavas novads'),('en_US','470','Zilupes novads'),('en_US','471','Ādažu novads'),('en_US','472','Ērgļu novads'),('en_US','473','Ķeguma novads'),('en_US','474','Ķekavas novads'),('en_US','475','Alytaus Apskritis'),('en_US','476','Kauno Apskritis'),('en_US','477','Klaipėdos Apskritis'),('en_US','478','Marijampolės Apskritis'),('en_US','479','Panevėžio Apskritis'),('en_US','480','Šiaulių Apskritis'),('en_US','481','Tauragės Apskritis'),('en_US','482','Telšių Apskritis'),('en_US','483','Utenos Apskritis'),('en_US','484','Vilniaus Apskritis'),('en_US','485','Acre'),('en_US','486','Alagoas'),('en_US','487','Amapá'),('en_US','488','Amazonas'),('en_US','489','Bahia'),('en_US','490','Ceará'),('en_US','491','Espírito Santo'),('en_US','492','Goiás'),('en_US','493','Maranhão'),('en_US','494','Mato Grosso'),('en_US','495','Mato Grosso do Sul'),('en_US','496','Minas Gerais'),('en_US','497','Pará'),('en_US','498','Paraíba'),('en_US','499','Paraná'),('en_US','500','Pernambuco'),('en_US','501','Piauí'),('en_US','502','Rio de Janeiro'),('en_US','503','Rio Grande do Norte'),('en_US','504','Rio Grande do Sul'),('en_US','505','Rondônia'),('en_US','506','Roraima'),('en_US','507','Santa Catarina'),('en_US','508','São Paulo'),('en_US','509','Sergipe'),('en_US','510','Tocantins'),('en_US','511','Distrito Federal'),('en_US','512','Zagrebačka županija'),('en_US','513','Krapinsko-zagorska županija'),('en_US','514','Sisačko-moslavačka županija'),('en_US','515','Karlovačka županija'),('en_US','516','Varaždinska županija'),('en_US','517','Koprivničko-križevačka županija'),('en_US','518','Bjelovarsko-bilogorska županija'),('en_US','519','Primorsko-goranska županija'),('en_US','520','Ličko-senjska županija'),('en_US','521','Virovitičko-podravska županija'),('en_US','522','Požeško-slavonska županija'),('en_US','523','Brodsko-posavska županija'),('en_US','524','Zadarska županija'),('en_US','525','Osječko-baranjska županija'),('en_US','526','Šibensko-kninska županija'),('en_US','527','Vukovarsko-srijemska županija'),('en_US','528','Splitsko-dalmatinska županija'),('en_US','529','Istarska županija'),('en_US','530','Dubrovačko-neretvanska županija'),('en_US','531','Međimurska županija'),('en_US','532','Grad Zagreb');
/*!40000 ALTER TABLE `directory_country_region_name` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `directory_currency_rate`
--

DROP TABLE IF EXISTS `directory_currency_rate`;
CREATE TABLE `directory_currency_rate` (
  `currency_from` varchar(3) NOT NULL COMMENT 'Currency Code Convert From',
  `currency_to` varchar(3) NOT NULL COMMENT 'Currency Code Convert To',
  `rate` decimal(24,12) NOT NULL DEFAULT '0.000000000000' COMMENT 'Currency Conversion Rate',
  PRIMARY KEY (`currency_from`,`currency_to`),
  KEY `DIRECTORY_CURRENCY_RATE_CURRENCY_TO` (`currency_to`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Directory Currency Rate';

--
-- Dumping data for table `directory_currency_rate`
--

LOCK TABLES `directory_currency_rate` WRITE;
/*!40000 ALTER TABLE `directory_currency_rate` DISABLE KEYS */;
INSERT INTO `directory_currency_rate` VALUES ('EUR','EUR','1.000000000000'),('EUR','USD','1.415000000000'),('USD','EUR','0.706700000000'),('USD','USD','1.000000000000');
/*!40000 ALTER TABLE `directory_currency_rate` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `downloadable_link`
--

DROP TABLE IF EXISTS `downloadable_link`;
CREATE TABLE `downloadable_link` (
  `link_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Link ID',
  `product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Product ID',
  `sort_order` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Sort order',
  `number_of_downloads` int(11) DEFAULT NULL COMMENT 'Number of downloads',
  `is_shareable` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Shareable flag',
  `link_url` varchar(255) DEFAULT NULL COMMENT 'Link Url',
  `link_file` varchar(255) DEFAULT NULL COMMENT 'Link File',
  `link_type` varchar(20) DEFAULT NULL COMMENT 'Link Type',
  `sample_url` varchar(255) DEFAULT NULL COMMENT 'Sample Url',
  `sample_file` varchar(255) DEFAULT NULL COMMENT 'Sample File',
  `sample_type` varchar(20) DEFAULT NULL COMMENT 'Sample Type',
  PRIMARY KEY (`link_id`),
  KEY `DOWNLOADABLE_LINK_PRODUCT_ID_SORT_ORDER` (`product_id`,`sort_order`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Downloadable Link Table';

--
-- Table structure for table `downloadable_link_price`
--

DROP TABLE IF EXISTS `downloadable_link_price`;
CREATE TABLE `downloadable_link_price` (
  `price_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Price ID',
  `link_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Link ID',
  `website_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Website ID',
  `price` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Price',
  PRIMARY KEY (`price_id`),
  KEY `DOWNLOADABLE_LINK_PRICE_LINK_ID` (`link_id`),
  KEY `DOWNLOADABLE_LINK_PRICE_WEBSITE_ID` (`website_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Downloadable Link Price Table';

--
-- Table structure for table `downloadable_link_purchased`
--

DROP TABLE IF EXISTS `downloadable_link_purchased`;
CREATE TABLE `downloadable_link_purchased` (
  `purchased_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Purchased ID',
  `order_id` int(10) unsigned DEFAULT '0' COMMENT 'Order ID',
  `order_increment_id` varchar(50) DEFAULT NULL COMMENT 'Order Increment ID',
  `order_item_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Order Item ID',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Date of creation',
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Date of modification',
  `customer_id` int(10) unsigned DEFAULT '0' COMMENT 'Customer ID',
  `product_name` varchar(255) DEFAULT NULL COMMENT 'Product name',
  `product_sku` varchar(255) DEFAULT NULL COMMENT 'Product sku',
  `link_section_title` varchar(255) DEFAULT NULL COMMENT 'Link_section_title',
  PRIMARY KEY (`purchased_id`),
  KEY `DOWNLOADABLE_LINK_PURCHASED_ORDER_ID` (`order_id`),
  KEY `DOWNLOADABLE_LINK_PURCHASED_ORDER_ITEM_ID` (`order_item_id`),
  KEY `DOWNLOADABLE_LINK_PURCHASED_CUSTOMER_ID` (`customer_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Downloadable Link Purchased Table';

--
-- Table structure for table `downloadable_link_purchased_item`
--

DROP TABLE IF EXISTS `downloadable_link_purchased_item`;
CREATE TABLE `downloadable_link_purchased_item` (
  `item_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Item ID',
  `purchased_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Purchased ID',
  `order_item_id` int(10) unsigned DEFAULT '0' COMMENT 'Order Item ID',
  `product_id` int(10) unsigned DEFAULT '0' COMMENT 'Product ID',
  `link_hash` varchar(255) DEFAULT NULL COMMENT 'Link hash',
  `number_of_downloads_bought` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Number of downloads bought',
  `number_of_downloads_used` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Number of downloads used',
  `link_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Link ID',
  `link_title` varchar(255) DEFAULT NULL COMMENT 'Link Title',
  `is_shareable` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Shareable Flag',
  `link_url` varchar(255) DEFAULT NULL COMMENT 'Link Url',
  `link_file` varchar(255) DEFAULT NULL COMMENT 'Link File',
  `link_type` varchar(255) DEFAULT NULL COMMENT 'Link Type',
  `status` varchar(50) DEFAULT NULL COMMENT 'Status',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Creation Time',
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Update Time',
  PRIMARY KEY (`item_id`),
  KEY `DOWNLOADABLE_LINK_PURCHASED_ITEM_LINK_HASH` (`link_hash`),
  KEY `DOWNLOADABLE_LINK_PURCHASED_ITEM_ORDER_ITEM_ID` (`order_item_id`),
  KEY `DOWNLOADABLE_LINK_PURCHASED_ITEM_PURCHASED_ID` (`purchased_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Downloadable Link Purchased Item Table';

--
-- Table structure for table `downloadable_link_title`
--

DROP TABLE IF EXISTS `downloadable_link_title`;
CREATE TABLE `downloadable_link_title` (
  `title_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Title ID',
  `link_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Link ID',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
  `title` varchar(255) DEFAULT NULL COMMENT 'Title',
  PRIMARY KEY (`title_id`),
  UNIQUE KEY `DOWNLOADABLE_LINK_TITLE_LINK_ID_STORE_ID` (`link_id`,`store_id`),
  KEY `DOWNLOADABLE_LINK_TITLE_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Link Title Table';

--
-- Table structure for table `downloadable_sample`
--

DROP TABLE IF EXISTS `downloadable_sample`;
CREATE TABLE `downloadable_sample` (
  `sample_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Sample ID',
  `product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Product ID',
  `sample_url` varchar(255) DEFAULT NULL COMMENT 'Sample URL',
  `sample_file` varchar(255) DEFAULT NULL COMMENT 'Sample file',
  `sample_type` varchar(20) DEFAULT NULL COMMENT 'Sample Type',
  `sort_order` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Sort Order',
  PRIMARY KEY (`sample_id`),
  KEY `DOWNLOADABLE_SAMPLE_PRODUCT_ID` (`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Downloadable Sample Table';

--
-- Table structure for table `downloadable_sample_title`
--

DROP TABLE IF EXISTS `downloadable_sample_title`;
CREATE TABLE `downloadable_sample_title` (
  `title_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Title ID',
  `sample_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Sample ID',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
  `title` varchar(255) DEFAULT NULL COMMENT 'Title',
  PRIMARY KEY (`title_id`),
  UNIQUE KEY `DOWNLOADABLE_SAMPLE_TITLE_SAMPLE_ID_STORE_ID` (`sample_id`,`store_id`),
  KEY `DOWNLOADABLE_SAMPLE_TITLE_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Downloadable Sample Title Table';

--
-- Table structure for table `eav_attribute`
--

DROP TABLE IF EXISTS `eav_attribute`;
CREATE TABLE `eav_attribute` (
  `attribute_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Attribute Id',
  `entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
  `attribute_code` varchar(255) NOT NULL COMMENT 'Attribute Code',
  `attribute_model` varchar(255) DEFAULT NULL COMMENT 'Attribute Model',
  `backend_model` varchar(255) DEFAULT NULL COMMENT 'Backend Model',
  `backend_type` varchar(8) NOT NULL DEFAULT 'static' COMMENT 'Backend Type',
  `backend_table` varchar(255) DEFAULT NULL COMMENT 'Backend Table',
  `frontend_model` varchar(255) DEFAULT NULL COMMENT 'Frontend Model',
  `frontend_input` varchar(50) DEFAULT NULL COMMENT 'Frontend Input',
  `frontend_label` varchar(255) DEFAULT NULL COMMENT 'Frontend Label',
  `frontend_class` varchar(255) DEFAULT NULL COMMENT 'Frontend Class',
  `source_model` varchar(255) DEFAULT NULL COMMENT 'Source Model',
  `is_required` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Defines Is Required',
  `is_user_defined` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Defines Is User Defined',
  `default_value` text COMMENT 'Default Value',
  `is_unique` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Defines Is Unique',
  `note` varchar(255) DEFAULT NULL COMMENT 'Note',
  PRIMARY KEY (`attribute_id`),
  UNIQUE KEY `EAV_ATTRIBUTE_ENTITY_TYPE_ID_ATTRIBUTE_CODE` (`entity_type_id`,`attribute_code`)
) ENGINE=InnoDB AUTO_INCREMENT=158 DEFAULT CHARSET=utf8 COMMENT='Eav Attribute';

--
-- Dumping data for table `eav_attribute`
--

LOCK TABLES `eav_attribute` WRITE;
/*!40000 ALTER TABLE `eav_attribute` DISABLE KEYS */;
INSERT INTO `eav_attribute` VALUES (1,1,'website_id',NULL,'Magento\\Customer\\Model\\Customer\\Attribute\\Backend\\Website','static',NULL,NULL,'select','Associate to Website',NULL,'Magento\\Customer\\Model\\Customer\\Attribute\\Source\\Website',1,0,NULL,0,NULL),(2,1,'store_id',NULL,'Magento\\Customer\\Model\\Customer\\Attribute\\Backend\\Store','static',NULL,NULL,'select','Create In',NULL,'Magento\\Customer\\Model\\Customer\\Attribute\\Source\\Store',1,0,NULL,0,NULL),(3,1,'created_in',NULL,NULL,'static',NULL,NULL,'text','Created From',NULL,NULL,0,0,NULL,0,NULL),(4,1,'prefix',NULL,NULL,'static',NULL,NULL,'text','Name Prefix',NULL,NULL,0,0,NULL,0,NULL),(5,1,'firstname',NULL,NULL,'static',NULL,NULL,'text','First Name',NULL,NULL,1,0,NULL,0,NULL),(6,1,'middlename',NULL,NULL,'static',NULL,NULL,'text','Middle Name/Initial',NULL,NULL,0,0,NULL,0,NULL),(7,1,'lastname',NULL,NULL,'static',NULL,NULL,'text','Last Name',NULL,NULL,1,0,NULL,0,NULL),(8,1,'suffix',NULL,NULL,'static',NULL,NULL,'text','Name Suffix',NULL,NULL,0,0,NULL,0,NULL),(9,1,'email',NULL,NULL,'static',NULL,NULL,'text','Email',NULL,NULL,1,0,NULL,0,NULL),(10,1,'group_id',NULL,NULL,'static',NULL,NULL,'select','Group',NULL,'Magento\\Customer\\Model\\Customer\\Attribute\\Source\\Group',1,0,NULL,0,NULL),(11,1,'dob',NULL,'Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\Datetime','static',NULL,'Magento\\Eav\\Model\\Entity\\Attribute\\Frontend\\Datetime','date','Date of Birth',NULL,NULL,0,0,NULL,0,NULL),(12,1,'password_hash',NULL,'Magento\\Customer\\Model\\Customer\\Attribute\\Backend\\Password','static',NULL,NULL,'hidden',NULL,NULL,NULL,0,0,NULL,0,NULL),(13,1,'rp_token',NULL,NULL,'static',NULL,NULL,'hidden',NULL,NULL,NULL,0,0,NULL,0,NULL),(14,1,'rp_token_created_at',NULL,NULL,'static',NULL,NULL,'date',NULL,NULL,NULL,0,0,NULL,0,NULL),(15,1,'default_billing',NULL,'Magento\\Customer\\Model\\Customer\\Attribute\\Backend\\Billing','static',NULL,NULL,'text','Default Billing Address',NULL,NULL,0,0,NULL,0,NULL),(16,1,'default_shipping',NULL,'Magento\\Customer\\Model\\Customer\\Attribute\\Backend\\Shipping','static',NULL,NULL,'text','Default Shipping Address',NULL,NULL,0,0,NULL,0,NULL),(17,1,'taxvat',NULL,NULL,'static',NULL,NULL,'text','Tax/VAT Number',NULL,NULL,0,0,NULL,0,NULL),(18,1,'confirmation',NULL,NULL,'static',NULL,NULL,'text','Is Confirmed',NULL,NULL,0,0,NULL,0,NULL),(19,1,'created_at',NULL,NULL,'static',NULL,NULL,'date','Created At',NULL,NULL,0,0,NULL,0,NULL),(20,1,'gender',NULL,NULL,'static',NULL,NULL,'select','Gender',NULL,'Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Table',0,0,NULL,0,NULL),(21,1,'disable_auto_group_change',NULL,'Magento\\Customer\\Model\\Attribute\\Backend\\Data\\Boolean','static',NULL,NULL,'boolean','Disable Automatic Group Change Based on VAT ID',NULL,NULL,0,0,NULL,0,NULL),(22,2,'prefix',NULL,NULL,'static',NULL,NULL,'text','Name Prefix',NULL,NULL,0,0,NULL,0,NULL),(23,2,'firstname',NULL,NULL,'static',NULL,NULL,'text','First Name',NULL,NULL,1,0,NULL,0,NULL),(24,2,'middlename',NULL,NULL,'static',NULL,NULL,'text','Middle Name/Initial',NULL,NULL,0,0,NULL,0,NULL),(25,2,'lastname',NULL,NULL,'static',NULL,NULL,'text','Last Name',NULL,NULL,1,0,NULL,0,NULL),(26,2,'suffix',NULL,NULL,'static',NULL,NULL,'text','Name Suffix',NULL,NULL,0,0,NULL,0,NULL),(27,2,'company',NULL,NULL,'static',NULL,NULL,'text','Company',NULL,NULL,0,0,NULL,0,NULL),(28,2,'street',NULL,'Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\DefaultBackend','static',NULL,NULL,'multiline','Street Address',NULL,NULL,1,0,NULL,0,NULL),(29,2,'city',NULL,NULL,'static',NULL,NULL,'text','City',NULL,NULL,1,0,NULL,0,NULL),(30,2,'country_id',NULL,NULL,'static',NULL,NULL,'select','Country',NULL,'Magento\\Customer\\Model\\ResourceModel\\Address\\Attribute\\Source\\Country',1,0,NULL,0,NULL),(31,2,'region',NULL,'Magento\\Customer\\Model\\ResourceModel\\Address\\Attribute\\Backend\\Region','static',NULL,NULL,'text','State/Province',NULL,NULL,0,0,NULL,0,NULL),(32,2,'region_id',NULL,NULL,'static',NULL,NULL,'hidden','State/Province',NULL,'Magento\\Customer\\Model\\ResourceModel\\Address\\Attribute\\Source\\Region',0,0,NULL,0,NULL),(33,2,'postcode',NULL,NULL,'static',NULL,NULL,'text','Zip/Postal Code',NULL,NULL,0,0,NULL,0,NULL),(34,2,'telephone',NULL,NULL,'static',NULL,NULL,'text','Phone Number',NULL,NULL,1,0,NULL,0,NULL),(35,2,'fax',NULL,NULL,'static',NULL,NULL,'text','Fax',NULL,NULL,0,0,NULL,0,NULL),(36,2,'vat_id',NULL,NULL,'static',NULL,NULL,'text','VAT Number',NULL,NULL,0,0,NULL,0,NULL),(37,2,'vat_is_valid',NULL,NULL,'static',NULL,NULL,'text','VAT number validity',NULL,NULL,0,0,NULL,0,NULL),(38,2,'vat_request_id',NULL,NULL,'static',NULL,NULL,'text','VAT number validation request ID',NULL,NULL,0,0,NULL,0,NULL),(39,2,'vat_request_date',NULL,NULL,'static',NULL,NULL,'text','VAT number validation request date',NULL,NULL,0,0,NULL,0,NULL),(40,2,'vat_request_success',NULL,NULL,'static',NULL,NULL,'text','VAT number validation request success',NULL,NULL,0,0,NULL,0,NULL),(41,1,'updated_at',NULL,NULL,'static',NULL,NULL,'date','Updated At',NULL,NULL,0,0,NULL,0,NULL),(42,1,'failures_num',NULL,NULL,'static',NULL,NULL,'hidden','Failures Number',NULL,NULL,0,0,NULL,0,NULL),(43,1,'first_failure',NULL,NULL,'static',NULL,NULL,'date','First Failure Date',NULL,NULL,0,0,NULL,0,NULL),(44,1,'lock_expires',NULL,NULL,'static',NULL,NULL,'date','Failures Number',NULL,NULL,0,0,NULL,0,NULL),(45,3,'name',NULL,NULL,'varchar',NULL,NULL,'text','Name',NULL,NULL,1,0,NULL,0,NULL),(46,3,'is_active',NULL,NULL,'int',NULL,NULL,'select','Is Active',NULL,'Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Boolean',1,0,NULL,0,NULL),(47,3,'description',NULL,NULL,'text',NULL,NULL,'textarea','Description',NULL,NULL,0,0,NULL,0,NULL),(48,3,'image',NULL,'Magento\\Catalog\\Model\\Category\\Attribute\\Backend\\Image','varchar',NULL,NULL,'image','Image',NULL,NULL,0,0,NULL,0,NULL),(49,3,'meta_title',NULL,NULL,'varchar',NULL,NULL,'text','Page Title',NULL,NULL,0,0,NULL,0,NULL),(50,3,'meta_keywords',NULL,NULL,'text',NULL,NULL,'textarea','Meta Keywords',NULL,NULL,0,0,NULL,0,NULL),(51,3,'meta_description',NULL,NULL,'text',NULL,NULL,'textarea','Meta Description',NULL,NULL,0,0,NULL,0,NULL),(52,3,'display_mode',NULL,NULL,'varchar',NULL,NULL,'select','Display Mode',NULL,'Magento\\Catalog\\Model\\Category\\Attribute\\Source\\Mode',0,0,NULL,0,NULL),(53,3,'landing_page',NULL,NULL,'int',NULL,NULL,'select','CMS Block',NULL,'Magento\\Catalog\\Model\\Category\\Attribute\\Source\\Page',0,0,NULL,0,NULL),(54,3,'is_anchor',NULL,NULL,'int',NULL,NULL,'select','Is Anchor',NULL,'Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Boolean',0,0,'1',0,NULL),(55,3,'path',NULL,NULL,'static',NULL,NULL,'text','Path',NULL,NULL,0,0,NULL,0,NULL),(56,3,'position',NULL,NULL,'static',NULL,NULL,'text','Position',NULL,NULL,0,0,NULL,0,NULL),(57,3,'all_children',NULL,NULL,'text',NULL,NULL,'text',NULL,NULL,NULL,0,0,NULL,0,NULL),(58,3,'path_in_store',NULL,NULL,'text',NULL,NULL,'text',NULL,NULL,NULL,0,0,NULL,0,NULL),(59,3,'children',NULL,NULL,'text',NULL,NULL,'text',NULL,NULL,NULL,0,0,NULL,0,NULL),(60,3,'custom_design',NULL,NULL,'varchar',NULL,NULL,'select','Custom Design',NULL,'Magento\\Theme\\Model\\Theme\\Source\\Theme',0,0,NULL,0,NULL),(61,3,'custom_design_from','Magento\\Catalog\\Model\\ResourceModel\\Eav\\Attribute','Magento\\Catalog\\Model\\Attribute\\Backend\\Startdate','datetime',NULL,'Magento\\Eav\\Model\\Entity\\Attribute\\Frontend\\Datetime','date','Active From',NULL,NULL,0,0,NULL,0,NULL),(62,3,'custom_design_to',NULL,'Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\Datetime','datetime',NULL,NULL,'date','Active To',NULL,NULL,0,0,NULL,0,NULL),(63,3,'page_layout',NULL,NULL,'varchar',NULL,NULL,'select','Page Layout',NULL,'Magento\\Catalog\\Model\\Category\\Attribute\\Source\\Layout',0,0,NULL,0,NULL),(64,3,'custom_layout_update',NULL,'Magento\\Catalog\\Model\\Attribute\\Backend\\Customlayoutupdate','text',NULL,NULL,'textarea','Custom Layout Update',NULL,NULL,0,0,NULL,0,NULL),(65,3,'level',NULL,NULL,'static',NULL,NULL,'text','Level',NULL,NULL,0,0,NULL,0,NULL),(66,3,'children_count',NULL,NULL,'static',NULL,NULL,'text','Children Count',NULL,NULL,0,0,NULL,0,NULL),(67,3,'available_sort_by',NULL,'Magento\\Catalog\\Model\\Category\\Attribute\\Backend\\Sortby','text',NULL,NULL,'multiselect','Available Product Listing Sort By',NULL,'Magento\\Catalog\\Model\\Category\\Attribute\\Source\\Sortby',1,0,NULL,0,NULL),(68,3,'default_sort_by',NULL,'Magento\\Catalog\\Model\\Category\\Attribute\\Backend\\Sortby','varchar',NULL,NULL,'select','Default Product Listing Sort By',NULL,'Magento\\Catalog\\Model\\Category\\Attribute\\Source\\Sortby',1,0,NULL,0,NULL),(69,3,'include_in_menu',NULL,NULL,'int',NULL,NULL,'select','Include in Navigation Menu',NULL,'Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Boolean',1,0,'1',0,NULL),(70,3,'custom_use_parent_settings',NULL,NULL,'int',NULL,NULL,'select','Use Parent Category Settings',NULL,'Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Boolean',0,0,NULL,0,NULL),(71,3,'custom_apply_to_products',NULL,NULL,'int',NULL,NULL,'select','Apply To Products',NULL,'Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Boolean',0,0,NULL,0,NULL),(72,3,'filter_price_range',NULL,NULL,'decimal',NULL,NULL,'text','Layered Navigation Price Step',NULL,NULL,0,0,NULL,0,NULL),(73,4,'name',NULL,NULL,'varchar',NULL,NULL,'text','Product Name','validate-length maximum-length-255',NULL,1,0,NULL,0,NULL),(74,4,'sku',NULL,'Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Sku','static',NULL,NULL,'text','SKU','validate-length maximum-length-64',NULL,1,0,NULL,1,NULL),(75,4,'description',NULL,NULL,'text',NULL,NULL,'textarea','Description',NULL,NULL,0,0,NULL,0,NULL),(76,4,'short_description',NULL,NULL,'text',NULL,NULL,'textarea','Short Description',NULL,NULL,0,0,NULL,0,NULL),(77,4,'price',NULL,'Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Price','decimal',NULL,NULL,'price','Price',NULL,NULL,1,0,NULL,0,NULL),(78,4,'special_price',NULL,'Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Price','decimal',NULL,NULL,'price','Special Price',NULL,NULL,0,0,NULL,0,NULL),(79,4,'special_from_date',NULL,'Magento\\Catalog\\Model\\Attribute\\Backend\\Startdate','datetime',NULL,NULL,'date','Special Price From Date',NULL,NULL,0,0,NULL,0,NULL),(80,4,'special_to_date',NULL,'Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\Datetime','datetime',NULL,NULL,'date','Special Price To Date',NULL,NULL,0,0,NULL,0,NULL),(81,4,'cost',NULL,'Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Price','decimal',NULL,NULL,'price','Cost',NULL,NULL,0,1,NULL,0,NULL),(82,4,'weight',NULL,'Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Weight','decimal',NULL,NULL,'weight','Weight',NULL,NULL,0,0,NULL,0,NULL),(84,4,'meta_title',NULL,NULL,'varchar',NULL,NULL,'text','Meta Title',NULL,NULL,0,0,NULL,0,NULL),(85,4,'meta_keyword',NULL,NULL,'text',NULL,NULL,'textarea','Meta Keywords',NULL,NULL,0,0,NULL,0,NULL),(86,4,'meta_description',NULL,NULL,'varchar',NULL,NULL,'textarea','Meta Description',NULL,NULL,0,0,NULL,0,'Maximum 255 chars. Meta Description should optimally be between 150-160 characters'),(87,4,'image',NULL,NULL,'varchar',NULL,'Magento\\Catalog\\Model\\Product\\Attribute\\Frontend\\Image','media_image','Base',NULL,NULL,0,0,NULL,0,NULL),(88,4,'small_image',NULL,NULL,'varchar',NULL,'Magento\\Catalog\\Model\\Product\\Attribute\\Frontend\\Image','media_image','Small',NULL,NULL,0,0,NULL,0,NULL),(89,4,'thumbnail',NULL,NULL,'varchar',NULL,'Magento\\Catalog\\Model\\Product\\Attribute\\Frontend\\Image','media_image','Thumbnail',NULL,NULL,0,0,NULL,0,NULL),(90,4,'media_gallery',NULL,NULL,'static',NULL,NULL,'gallery','Media Gallery',NULL,NULL,0,0,NULL,0,NULL),(91,4,'old_id',NULL,NULL,'int',NULL,NULL,'text',NULL,NULL,NULL,0,0,NULL,0,NULL),(92,4,'tier_price',NULL,'Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Tierprice','decimal',NULL,NULL,'text','Tier Price',NULL,NULL,0,0,NULL,0,NULL),(94,4,'news_from_date',NULL,'Magento\\Catalog\\Model\\Attribute\\Backend\\Startdate','datetime',NULL,NULL,'date','Set Product as New from Date',NULL,NULL,0,0,NULL,0,NULL),(95,4,'news_to_date',NULL,'Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\Datetime','datetime',NULL,NULL,'date','Set Product as New to Date',NULL,NULL,0,0,NULL,0,NULL),(96,4,'gallery',NULL,NULL,'varchar',NULL,NULL,'gallery','Image Gallery',NULL,NULL,0,0,NULL,0,NULL),(97,4,'status',NULL,NULL,'int',NULL,NULL,'select','Enable Product',NULL,'Magento\\Catalog\\Model\\Product\\Attribute\\Source\\Status',0,0,'1',0,NULL),(98,4,'minimal_price',NULL,'Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Price','decimal',NULL,NULL,'price','Minimal Price',NULL,NULL,0,0,NULL,0,NULL),(99,4,'visibility',NULL,NULL,'int',NULL,NULL,'select','Visibility',NULL,'Magento\\Catalog\\Model\\Product\\Visibility',0,0,'4',0,NULL),(100,4,'custom_design',NULL,NULL,'varchar',NULL,NULL,'select','New Theme',NULL,'Magento\\Theme\\Model\\Theme\\Source\\Theme',0,0,NULL,0,NULL),(101,4,'custom_design_from',NULL,'Magento\\Catalog\\Model\\Attribute\\Backend\\Startdate','datetime',NULL,NULL,'date','Active From',NULL,NULL,0,0,NULL,0,NULL),(102,4,'custom_design_to',NULL,'Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\Datetime','datetime',NULL,NULL,'date','Active To',NULL,NULL,0,0,NULL,0,NULL),(103,4,'custom_layout_update',NULL,'Magento\\Catalog\\Model\\Attribute\\Backend\\Customlayoutupdate','text',NULL,NULL,'textarea','Layout Update XML',NULL,NULL,0,0,NULL,0,NULL),(104,4,'page_layout',NULL,NULL,'varchar',NULL,NULL,'select','Layout',NULL,'Magento\\Catalog\\Model\\Product\\Attribute\\Source\\Layout',0,0,NULL,0,NULL),(105,4,'category_ids',NULL,'Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Category','static',NULL,NULL,'text','Categories',NULL,NULL,0,0,NULL,0,NULL),(106,4,'options_container',NULL,NULL,'varchar',NULL,NULL,'select','Display Product Options In',NULL,'Magento\\Catalog\\Model\\Entity\\Product\\Attribute\\Design\\Options\\Container',0,0,'container2',0,NULL),(107,4,'required_options',NULL,NULL,'static',NULL,NULL,'text',NULL,NULL,NULL,0,0,NULL,0,NULL),(108,4,'has_options',NULL,NULL,'static',NULL,NULL,'text',NULL,NULL,NULL,0,0,NULL,0,NULL),(109,4,'image_label',NULL,NULL,'varchar',NULL,NULL,'text','Image Label',NULL,NULL,0,0,NULL,0,NULL),(110,4,'small_image_label',NULL,NULL,'varchar',NULL,NULL,'text','Small Image Label',NULL,NULL,0,0,NULL,0,NULL),(111,4,'thumbnail_label',NULL,NULL,'varchar',NULL,NULL,'text','Thumbnail Label',NULL,NULL,0,0,NULL,0,NULL),(112,4,'created_at',NULL,NULL,'static',NULL,NULL,'date',NULL,NULL,NULL,1,0,NULL,0,NULL),(113,4,'updated_at',NULL,NULL,'static',NULL,NULL,'date',NULL,NULL,NULL,1,0,NULL,0,NULL),(114,4,'country_of_manufacture',NULL,NULL,'varchar',NULL,NULL,'select','Country of Manufacture',NULL,'Magento\\Catalog\\Model\\Product\\Attribute\\Source\\Countryofmanufacture',0,0,NULL,0,NULL),(115,4,'quantity_and_stock_status',NULL,'Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Stock','int',NULL,NULL,'select','Quantity',NULL,'Magento\\CatalogInventory\\Model\\Source\\Stock',0,0,'1',0,NULL),(116,4,'custom_layout',NULL,NULL,'varchar',NULL,NULL,'select','New Layout',NULL,'Magento\\Catalog\\Model\\Product\\Attribute\\Source\\Layout',0,0,NULL,0,NULL),(117,3,'url_key',NULL,NULL,'varchar',NULL,NULL,'text','URL Key',NULL,NULL,0,0,NULL,0,NULL),(118,3,'url_path',NULL,NULL,'varchar',NULL,NULL,'text',NULL,NULL,NULL,0,0,NULL,0,NULL),(119,4,'url_key',NULL,NULL,'varchar',NULL,NULL,'text','URL Key',NULL,NULL,0,0,NULL,0,NULL),(120,4,'url_path',NULL,NULL,'varchar',NULL,NULL,'text',NULL,NULL,NULL,0,0,NULL,0,NULL),(121,4,'msrp',NULL,'Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Price','decimal',NULL,NULL,'price','Manufacturer\'s Suggested Retail Price',NULL,NULL,0,0,NULL,0,NULL),(122,4,'msrp_display_actual_price_type',NULL,'Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Boolean','varchar',NULL,NULL,'select','Display Actual Price',NULL,'Magento\\Msrp\\Model\\Product\\Attribute\\Source\\Type\\Price',0,0,'0',0,NULL),(123,4,'price_type',NULL,NULL,'int',NULL,NULL,'boolean','Dynamic Price',NULL,NULL,1,0,'0',0,NULL),(124,4,'sku_type',NULL,NULL,'int',NULL,NULL,'boolean','Dynamic SKU',NULL,NULL,1,0,'0',0,NULL),(125,4,'weight_type',NULL,NULL,'int',NULL,NULL,'boolean','Dynamic Weight',NULL,NULL,1,0,'0',0,NULL),(126,4,'price_view',NULL,NULL,'int',NULL,NULL,'select','Price View',NULL,'Magento\\Bundle\\Model\\Product\\Attribute\\Source\\Price\\View',1,0,NULL,0,NULL),(127,4,'shipment_type',NULL,NULL,'int',NULL,NULL,'select','Ship Bundle Items',NULL,'Magento\\Bundle\\Model\\Product\\Attribute\\Source\\Shipment\\Type',1,0,'0',0,NULL),(128,4,'links_purchased_separately',NULL,NULL,'int',NULL,NULL,NULL,'Links can be purchased separately',NULL,NULL,1,0,NULL,0,NULL),(129,4,'samples_title',NULL,NULL,'varchar',NULL,NULL,NULL,'Samples title',NULL,NULL,1,0,NULL,0,NULL),(130,4,'links_title',NULL,NULL,'varchar',NULL,NULL,NULL,'Links title',NULL,NULL,1,0,NULL,0,NULL),(131,4,'links_exist',NULL,NULL,'int',NULL,NULL,NULL,NULL,NULL,NULL,0,0,'0',0,NULL),(132,4,'gift_message_available',NULL,'Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Boolean','varchar',NULL,NULL,'select','Allow Gift Message',NULL,'Magento\\Catalog\\Model\\Product\\Attribute\\Source\\Boolean',0,0,NULL,0,NULL),(133,4,'swatch_image',NULL,NULL,'varchar',NULL,'Magento\\Catalog\\Model\\Product\\Attribute\\Frontend\\Image','media_image','Swatch',NULL,NULL,0,0,NULL,0,NULL),(134,4,'tax_class_id',NULL,NULL,'int',NULL,NULL,'select','Tax Class',NULL,'Magento\\Tax\\Model\\TaxClass\\Source\\Product',0,0,'2',0,NULL),(135,4,'manufacturer',NULL,NULL,'int',NULL,NULL,'select','Manufacturer',NULL,'Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Table',0,1,'',0,NULL),(136,4,'embellishment',NULL,NULL,'int',NULL,NULL,'select','Embellishment',NULL,'Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Table',0,1,'',0,NULL),(137,4,'bra_type',NULL,NULL,'int',NULL,NULL,'select','Bra type',NULL,'Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Table',0,1,'',0,NULL),(138,4,'fit',NULL,NULL,'int',NULL,NULL,'select','Fit',NULL,'Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Table',0,1,'',0,NULL),(139,4,'closure',NULL,NULL,'int',NULL,NULL,'select','Closure',NULL,'Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Table',0,1,'',0,NULL),(140,4,'features',NULL,NULL,'int',NULL,NULL,'select','Features',NULL,'Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Table',0,1,'',0,NULL),(141,4,'style',NULL,NULL,'int',NULL,NULL,'select','Style',NULL,'Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Table',0,1,'',0,NULL),(142,4,'care',NULL,NULL,'int',NULL,NULL,'select','Care',NULL,'Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Table',0,1,'',0,NULL),(143,4,'color',NULL,'Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\DefaultBackend','int',NULL,'Magento\\Eav\\Model\\Entity\\Attribute\\Frontend\\DefaultFrontend','select','Color',NULL,'Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Table',0,1,NULL,0,NULL),(144,3,'thumbnail',NULL,'Magento\\Catalog\\Model\\Category\\Attribute\\Backend\\Image','varchar',NULL,NULL,'image','Thumbnail',NULL,NULL,0,0,NULL,0,NULL),(145,3,'grid_activate',NULL,NULL,'int',NULL,NULL,'select','Activate Image Grid',NULL,'Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Boolean',0,0,NULL,0,NULL),(146,3,'icon_class',NULL,NULL,'varchar',NULL,NULL,'text','Css class for Font Icon',NULL,NULL,0,0,NULL,0,NULL),(148,4,'on_hover',NULL,NULL,'varchar',NULL,'Magento\\Catalog\\Model\\Product\\Attribute\\Frontend\\Image','media_image','On Hover',NULL,NULL,0,0,NULL,0,NULL),(149,3,'mm_turn_on',NULL,NULL,'int',NULL,NULL,'select','Turn on megamenu for this category',NULL,'Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Boolean',0,0,'0',0,NULL),(150,3,'mm_image',NULL,'Magento\\Catalog\\Model\\Category\\Attribute\\Backend\\Image','varchar',NULL,NULL,'image','Category image',NULL,NULL,0,0,NULL,0,NULL),(151,3,'mm_label',NULL,NULL,'varchar',NULL,NULL,'text','Label',NULL,NULL,0,0,NULL,0,NULL),(152,3,'mm_css_class',NULL,NULL,'varchar',NULL,NULL,'text','Css class',NULL,NULL,0,0,NULL,0,NULL),(153,3,'mm_configurator',NULL,'TemplateMonster\\Megamenu\\Model\\Attribute\\Backend\\Configurator','text',NULL,'TemplateMonster\\Megamenu\\Model\\Attribute\\Frontend\\Configurator','text','Configurator',NULL,NULL,0,0,NULL,0,NULL),(154,3,'mm_show_subcategories',NULL,NULL,'int',NULL,NULL,'select','Show subcategories for this category',NULL,'Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Boolean',0,0,'1',0,NULL),(155,3,'mm_number_of_subcategories',NULL,NULL,'varchar',NULL,NULL,'text','Number of subcategories to show (if empty show all)',NULL,NULL,0,0,NULL,0,NULL),(156,3,'mm_view_mode',NULL,NULL,'varchar',NULL,NULL,'select','View Mode',NULL,'TemplateMonster\\Megamenu\\Model\\Category\\Attribute\\Source\\ViewMode',0,0,'static',0,NULL),(157,4,'brand_id',NULL,NULL,'int',NULL,NULL,'select','Brand',NULL,'TemplateMonster\\ShopByBrand\\Model\\Entity\\Attribute\\Source\\Brands',0,0,NULL,0,NULL);
/*!40000 ALTER TABLE `eav_attribute` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `eav_attribute_group`
--

DROP TABLE IF EXISTS `eav_attribute_group`;
CREATE TABLE `eav_attribute_group` (
  `attribute_group_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Attribute Group Id',
  `attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',
  `attribute_group_name` varchar(255) DEFAULT NULL COMMENT 'Attribute Group Name',
  `sort_order` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
  `default_id` smallint(5) unsigned DEFAULT '0' COMMENT 'Default Id',
  `attribute_group_code` varchar(255) NOT NULL COMMENT 'Attribute Group Code',
  `tab_group_code` varchar(255) DEFAULT NULL COMMENT 'Tab Group Code',
  PRIMARY KEY (`attribute_group_id`),
  UNIQUE KEY `CATALOG_CATEGORY_PRODUCT_ATTRIBUTE_SET_ID_ATTRIBUTE_GROUP_CODE` (`attribute_set_id`,`attribute_group_code`),
  UNIQUE KEY `EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_ATTRIBUTE_GROUP_NAME` (`attribute_set_id`,`attribute_group_name`),
  KEY `EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_SORT_ORDER` (`attribute_set_id`,`sort_order`)
) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8 COMMENT='Eav Attribute Group';

--
-- Dumping data for table `eav_attribute_group`
--

LOCK TABLES `eav_attribute_group` WRITE;
/*!40000 ALTER TABLE `eav_attribute_group` DISABLE KEYS */;
INSERT INTO `eav_attribute_group` VALUES (1,1,'General',1,1,'general',NULL),(2,2,'General',1,1,'general',NULL),(3,3,'General',10,1,'general',NULL),(4,3,'General Information',2,0,'general-information',NULL),(5,3,'Display Settings',20,0,'display-settings',NULL),(6,3,'Custom Design',30,0,'custom-design',NULL),(7,4,'Product Details',1,1,'product-details','basic'),(8,4,'Advanced Pricing',6,0,'advanced-pricing','advanced'),(9,4,'Search Engine Optimization',5,0,'search-engine-optimization','basic'),(10,4,'Images',4,0,'image-management','basic'),(11,4,'Design',7,0,'design','advanced'),(12,4,'Autosettings',9,0,'autosettings','advanced'),(13,4,'Content',2,0,'content','basic'),(14,4,'Schedule Design Update',8,0,'schedule-design-update','advanced'),(15,4,'Bundle Items',3,0,'bundle-items',NULL),(16,5,'General',1,1,'general',NULL),(17,6,'General',1,1,'general',NULL),(18,7,'General',1,1,'general',NULL),(19,8,'General',1,1,'general',NULL),(20,4,'Gift Options',10,0,'gift-options',NULL),(21,9,'Gift Options',10,0,'gift-options',NULL),(22,9,'Autosettings',9,0,'autosettings','advanced'),(23,9,'Schedule Design Update',8,0,'schedule-design-update','advanced'),(24,9,'Design',7,0,'design','advanced'),(25,9,'Advanced Pricing',6,0,'advanced-pricing','advanced'),(26,9,'Search Engine Optimization',5,0,'search-engine-optimization','basic'),(27,9,'Images',4,0,'image-management','basic'),(28,9,'Bundle Items',3,0,'bundle-items',NULL),(29,9,'Content',2,0,'content','basic'),(30,9,'Product Details',1,1,'product-details','basic'),(31,3,'Content',31,0,'content',NULL),(32,3,'Catalog Images Grid',60,0,'catalog-images-grid',NULL),(33,3,'Megamenu',61,0,'megamenu',NULL),(34,9,'Shop by Brand',11,0,'shop-by-brand',NULL),(35,4,'Shop by Brand',11,0,'shop-by-brand',NULL);
/*!40000 ALTER TABLE `eav_attribute_group` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `eav_attribute_label`
--

DROP TABLE IF EXISTS `eav_attribute_label`;
CREATE TABLE `eav_attribute_label` (
  `attribute_label_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Attribute Label Id',
  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store Id',
  `value` varchar(255) DEFAULT NULL COMMENT 'Value',
  PRIMARY KEY (`attribute_label_id`),
  KEY `EAV_ATTRIBUTE_LABEL_STORE_ID` (`store_id`),
  KEY `EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_STORE_ID` (`attribute_id`,`store_id`)
) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8 COMMENT='Eav Attribute Label';

--
-- Dumping data for table `eav_attribute_label`
--

LOCK TABLES `eav_attribute_label` WRITE;
/*!40000 ALTER TABLE `eav_attribute_label` DISABLE KEYS */;
INSERT INTO `eav_attribute_label` VALUES ('1',135,1,'Manufacturer'),('2',135,2,'Manufacturer'),('3',135,3,'Manufacturer'),('4',136,1,'Embellishment'),('5',136,2,'Embellishment'),('6',136,3,'Embellishment'),('7',137,1,'Bra type'),('8',137,2,'Bra type'),('9',137,3,'Bra type'),('10',138,1,'Fit'),('11',138,2,'Fit'),('12',138,3,'Fit'),('13',139,1,'Closure'),('14',139,2,'Closure'),('15',139,3,'Closure'),('16',140,1,'Features'),('17',140,2,'Features'),('18',140,3,'Features'),('19',141,1,'Style'),('20',141,2,'Style'),('21',141,3,'Style'),('22',142,1,'Care'),('23',142,2,'Care'),('24',142,3,'Care'),('28',143,1,'Color'),('29',143,2,'Color'),('30',143,3,'Color');
/*!40000 ALTER TABLE `eav_attribute_label` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `eav_attribute_option`
--

DROP TABLE IF EXISTS `eav_attribute_option`;
CREATE TABLE `eav_attribute_option` (
  `option_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Option Id',
  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
  `sort_order` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Sort Order',
  PRIMARY KEY (`option_id`),
  KEY `EAV_ATTRIBUTE_OPTION_ATTRIBUTE_ID` (`attribute_id`)
) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8 COMMENT='Eav Attribute Option';

--
-- Dumping data for table `eav_attribute_option`
--

LOCK TABLES `eav_attribute_option` WRITE;
/*!40000 ALTER TABLE `eav_attribute_option` DISABLE KEYS */;
INSERT INTO `eav_attribute_option` VALUES ('1',20,0),('2',20,1),('3',20,3),('4',135,1),('5',135,2),('6',135,3),('7',135,4),('8',136,1),('9',136,2),('10',136,3),('11',137,1),('12',137,2),('13',137,3),('14',137,4),('15',138,1),('16',138,2),('17',138,3),('18',139,1),('19',139,2),('20',139,3),('21',140,1),('22',140,2),('23',141,1),('24',141,2),('25',141,3),('26',142,1),('27',142,2),('28',143,1),('29',143,2),('30',143,3),('31',143,4),('32',143,5);
/*!40000 ALTER TABLE `eav_attribute_option` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `eav_attribute_option_swatch`
--

DROP TABLE IF EXISTS `eav_attribute_option_swatch`;
CREATE TABLE `eav_attribute_option_swatch` (
  `swatch_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Swatch ID',
  `option_id` int(10) unsigned NOT NULL COMMENT 'Option ID',
  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store ID',
  `type` smallint(5) unsigned NOT NULL COMMENT 'Swatch type: 0 - text, 1 - visual color, 2 - visual image',
  `value` varchar(255) DEFAULT NULL COMMENT 'Swatch Value',
  PRIMARY KEY (`swatch_id`),
  UNIQUE KEY `EAV_ATTRIBUTE_OPTION_SWATCH_STORE_ID_OPTION_ID` (`store_id`,`option_id`),
  KEY `EAV_ATTRIBUTE_OPTION_SWATCH_SWATCH_ID` (`swatch_id`),
  KEY `EAV_ATTR_OPT_SWATCH_OPT_ID_EAV_ATTR_OPT_OPT_ID` (`option_id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COMMENT='Magento Swatches table';

--
-- Dumping data for table `eav_attribute_option_swatch`
--

LOCK TABLES `eav_attribute_option_swatch` WRITE;
/*!40000 ALTER TABLE `eav_attribute_option_swatch` DISABLE KEYS */;
INSERT INTO `eav_attribute_option_swatch` VALUES ('1','28',0,1,'#000000'),('2','29',0,1,'#ffffff'),('3','30',0,1,'#ffb8ff'),('4','31',0,1,'#3a87f2'),('5','32',0,1,'#d91c1c');
/*!40000 ALTER TABLE `eav_attribute_option_swatch` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `eav_attribute_option_value`
--

DROP TABLE IF EXISTS `eav_attribute_option_value`;
CREATE TABLE `eav_attribute_option_value` (
  `value_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
  `option_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Option Id',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store Id',
  `value` varchar(255) DEFAULT NULL COMMENT 'Value',
  PRIMARY KEY (`value_id`),
  KEY `EAV_ATTRIBUTE_OPTION_VALUE_OPTION_ID` (`option_id`),
  KEY `EAV_ATTRIBUTE_OPTION_VALUE_STORE_ID` (`store_id`)
) ENGINE=InnoDB AUTO_INCREMENT=120 DEFAULT CHARSET=utf8 COMMENT='Eav Attribute Option Value';

--
-- Dumping data for table `eav_attribute_option_value`
--

LOCK TABLES `eav_attribute_option_value` WRITE;
/*!40000 ALTER TABLE `eav_attribute_option_value` DISABLE KEYS */;
INSERT INTO `eav_attribute_option_value` VALUES ('1','1',0,'Male'),('2','2',0,'Female'),('3','3',0,'Not Specified'),('4','4',1,'China'),('5','4',0,'China'),('6','4',2,'China'),('7','4',3,'China'),('8','5',1,'USA'),('9','5',0,'USA'),('10','5',2,'USA'),('11','5',3,'USA'),('12','6',1,'Germany'),('13','6',0,'Germany'),('14','6',2,'Germany'),('15','6',3,'Germany'),('16','7',1,'France'),('17','7',0,'France'),('18','7',2,'France'),('19','7',3,'France'),('20','8',1,'Hollow Out'),('21','8',0,'Hollow Out'),('22','8',2,'Hollow Out'),('23','8',3,'Hollow Out'),('24','9',1,'Lace '),('25','9',0,'Lace '),('26','9',2,'Lace '),('27','9',3,'Lace '),('28','10',1,'Backless'),('29','10',0,'Backless'),('30','10',2,'Backless'),('31','10',3,'Backless'),('32','11',1,'Push Up Bra '),('33','11',0,'Push Up Bra '),('34','11',2,'Push Up Bra '),('35','11',3,'Push Up Bra '),('36','12',1,'T-Shirt Bra'),('37','12',0,'T-Shirt Bra'),('38','12',2,'T-Shirt Bra'),('39','12',3,'T-Shirt Bra'),('40','13',1,'Support Bra'),('41','13',0,'Support Bra'),('42','13',2,'Support Bra'),('43','13',3,'Support Bra'),('44','14',1,'Basic Bra'),('45','14',0,'Basic Bra'),('46','14',2,'Basic Bra'),('47','14',3,'Basic Bra'),('48','15',1,'Comfort'),('49','15',0,'Comfort'),('50','15',2,'Comfort'),('51','15',3,'Comfort'),('52','16',1,'Loose Fit'),('53','16',0,'Loose Fit'),('54','16',2,'Loose Fit'),('55','16',3,'Loose Fit'),('56','17',1,'Regular'),('57','17',0,'Regular'),('58','17',2,'Regular'),('59','17',3,'Regular'),('60','18',1,'Hasp'),('61','18',0,'Hasp'),('62','18',2,'Hasp'),('63','18',3,'Hasp'),('64','19',1,'Zipper'),('65','19',0,'Zipper'),('66','19',2,'Zipper'),('67','19',3,'Zipper'),('68','20',1,'String'),('69','20',0,'String'),('70','20',2,'String'),('71','20',3,'String'),('72','21',1,'Elastic waistband with drawcord adjustment'),('73','21',0,'Elastic waistband with drawcord adjustment'),('74','21',2,'Elastic waistband with drawcord adjustment'),('75','21',3,'Elastic waistband with drawcord adjustment'),('76','22',1,'Flat lock seams for extra comfort'),('77','22',0,'Flat lock seams for extra comfort'),('78','22',2,'Flat lock seams for extra comfort'),('79','22',3,'Flat lock seams for extra comfort'),('80','23',1,'Classic'),('81','23',0,'Classic'),('82','23',2,'Classic'),('83','23',3,'Classic'),('84','24',1,'Romantic'),('85','24',0,'Romantic'),('86','24',2,'Romantic'),('87','24',3,'Romantic'),('88','25',1,'Sexy'),('89','25',0,'Sexy'),('90','25',2,'Sexy'),('91','25',3,'Sexy'),('92','26',1,'Hand wash'),('93','26',0,'Hand wash'),('94','26',2,'Hand wash'),('95','26',3,'Hand wash'),('96','27',1,'Machine wash'),('97','27',0,'Machine wash'),('98','27',2,'Machine wash'),('99','27',3,'Machine wash'),('100','28',1,'black'),('101','28',0,'black'),('102','28',2,'black'),('103','28',3,'black'),('104','29',1,'white'),('105','29',0,'white'),('106','29',2,'white'),('107','29',3,'white'),('108','30',1,'pink'),('109','30',0,'pink'),('110','30',2,'pink'),('111','30',3,'pink'),('112','31',1,'blue'),('113','31',0,'blue'),('114','31',2,'blue'),('115','31',3,'blue'),('116','32',1,'red'),('117','32',0,'red'),('118','32',2,'red'),('119','32',3,'red');
/*!40000 ALTER TABLE `eav_attribute_option_value` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `eav_attribute_set`
--

DROP TABLE IF EXISTS `eav_attribute_set`;
CREATE TABLE `eav_attribute_set` (
  `attribute_set_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Attribute Set Id',
  `entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
  `attribute_set_name` varchar(255) DEFAULT NULL COMMENT 'Attribute Set Name',
  `sort_order` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
  PRIMARY KEY (`attribute_set_id`),
  UNIQUE KEY `EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_ATTRIBUTE_SET_NAME` (`entity_type_id`,`attribute_set_name`),
  KEY `EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_SORT_ORDER` (`entity_type_id`,`sort_order`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COMMENT='Eav Attribute Set';

--
-- Dumping data for table `eav_attribute_set`
--

LOCK TABLES `eav_attribute_set` WRITE;
/*!40000 ALTER TABLE `eav_attribute_set` DISABLE KEYS */;
INSERT INTO `eav_attribute_set` VALUES (1,1,'Default',2),(2,2,'Default',2),(3,3,'Default',1),(4,4,'Default',1),(5,5,'Default',1),(6,6,'Default',1),(7,7,'Default',1),(8,8,'Default',1),(9,4,'Configurable',0);
/*!40000 ALTER TABLE `eav_attribute_set` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `eav_entity`
--

DROP TABLE IF EXISTS `eav_entity`;
CREATE TABLE `eav_entity` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
  `attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',
  `increment_id` varchar(50) DEFAULT NULL COMMENT 'Increment Id',
  `parent_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Parent Id',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store Id',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created At',
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Updated At',
  `is_active` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Defines Is Entity Active',
  PRIMARY KEY (`entity_id`),
  KEY `EAV_ENTITY_ENTITY_TYPE_ID` (`entity_type_id`),
  KEY `EAV_ENTITY_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Eav Entity';

--
-- Table structure for table `eav_entity_attribute`
--

DROP TABLE IF EXISTS `eav_entity_attribute`;
CREATE TABLE `eav_entity_attribute` (
  `entity_attribute_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Attribute Id',
  `entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
  `attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',
  `attribute_group_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Group Id',
  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
  `sort_order` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
  PRIMARY KEY (`entity_attribute_id`),
  UNIQUE KEY `EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_SET_ID_ATTRIBUTE_ID` (`attribute_set_id`,`attribute_id`),
  UNIQUE KEY `EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_GROUP_ID_ATTRIBUTE_ID` (`attribute_group_id`,`attribute_id`),
  KEY `EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_SET_ID_SORT_ORDER` (`attribute_set_id`,`sort_order`),
  KEY `EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_ID` (`attribute_id`)
) ENGINE=InnoDB AUTO_INCREMENT=323 DEFAULT CHARSET=utf8 COMMENT='Eav Entity Attributes';

--
-- Dumping data for table `eav_entity_attribute`
--

LOCK TABLES `eav_entity_attribute` WRITE;
/*!40000 ALTER TABLE `eav_entity_attribute` DISABLE KEYS */;
INSERT INTO `eav_entity_attribute` VALUES ('1',1,1,1,1,10),('2',1,1,1,2,20),('3',1,1,1,3,20),('4',1,1,1,4,30),('5',1,1,1,5,40),('6',1,1,1,6,50),('7',1,1,1,7,60),('8',1,1,1,8,70),('9',1,1,1,9,80),('10',1,1,1,10,25),('11',1,1,1,11,90),('12',1,1,1,12,81),('13',1,1,1,13,115),('14',1,1,1,14,120),('15',1,1,1,15,82),('16',1,1,1,16,83),('17',1,1,1,17,100),('18',1,1,1,18,0),('19',1,1,1,19,0),('20',1,1,1,20,110),('21',1,1,1,21,28),('22',2,2,2,22,10),('23',2,2,2,23,20),('24',2,2,2,24,30),('25',2,2,2,25,40),('26',2,2,2,26,50),('27',2,2,2,27,60),('28',2,2,2,28,70),('29',2,2,2,29,80),('30',2,2,2,30,90),('31',2,2,2,31,100),('32',2,2,2,32,100),('33',2,2,2,33,110),('34',2,2,2,34,120),('35',2,2,2,35,130),('36',2,2,2,36,140),('37',2,2,2,37,132),('38',2,2,2,38,133),('39',2,2,2,39,134),('40',2,2,2,40,135),('41',1,1,1,41,87),('42',1,1,1,42,100),('43',1,1,1,43,110),('44',1,1,1,44,120),('45',3,3,4,45,1),('46',3,3,4,46,2),('47',3,3,4,47,4),('48',3,3,4,48,5),('49',3,3,4,49,6),('50',3,3,4,50,7),('51',3,3,4,51,8),('52',3,3,5,52,10),('53',3,3,5,53,20),('54',3,3,5,54,30),('55',3,3,4,55,12),('56',3,3,4,56,13),('57',3,3,4,57,14),('58',3,3,4,58,15),('59',3,3,4,59,16),('60',3,3,6,60,10),('61',3,3,6,61,30),('62',3,3,6,62,40),('63',3,3,6,63,50),('64',3,3,6,64,60),('65',3,3,4,65,24),('66',3,3,4,66,25),('67',3,3,5,67,40),('68',3,3,5,68,50),('69',3,3,4,69,10),('70',3,3,6,70,5),('71',3,3,6,71,6),('72',3,3,5,72,51),('90',4,4,7,91,6),('96',4,4,8,98,8),('105',4,4,7,107,14),('106',4,4,7,108,15),('107',4,4,7,109,16),('108',4,4,7,110,17),('109',4,4,7,111,18),('110',4,4,7,112,19),('111',4,4,7,113,20),('115',3,3,4,117,3),('116',3,3,4,118,17),('118',4,4,7,120,11),('126',4,4,7,128,111),('127',4,4,7,129,112),('128',4,4,7,130,113),('129',4,4,7,131,114),('133',4,4,7,73,2),('134',4,4,7,74,3),('135',4,4,7,77,5),('136',4,4,7,82,9),('137',4,4,7,94,21),('138',4,4,7,95,22),('139',4,4,7,97,1),('140',4,4,7,99,20),('141',4,4,7,105,7),('142',4,4,7,114,23),('143',4,4,7,115,10),('144',4,4,7,123,6),('145',4,4,7,124,4),('146',4,4,7,125,19),('147',4,4,7,134,8),('148',4,4,7,135,11),('149',4,4,7,136,13),('150',4,4,7,137,12),('151',4,4,7,138,16),('152',4,4,7,139,15),('153',4,4,7,140,14),('154',4,4,7,141,17),('155',4,4,7,142,18),('156',4,4,13,75,1),('157',4,4,13,76,2),('158',4,4,15,127,1),('159',4,4,10,87,1),('160',4,4,10,88,2),('161',4,4,10,89,3),('162',4,4,10,90,5),('163',4,4,10,96,6),('164',4,4,10,133,4),('165',4,4,9,84,2),('166',4,4,9,85,3),('167',4,4,9,86,4),('168',4,4,9,119,1),('169',4,4,8,78,1),('170',4,4,8,79,2),('171',4,4,8,80,3),('172',4,4,8,81,4),('173',4,4,8,92,5),('174',4,4,8,121,6),('175',4,4,8,122,7),('176',4,4,8,126,8),('177',4,4,11,103,3),('178',4,4,11,104,1),('179',4,4,11,106,2),('180',4,4,14,100,3),('181',4,4,14,101,1),('182',4,4,14,102,2),('183',4,4,14,116,4),('184',4,4,20,132,1),('200',4,9,25,98,8),('220',4,9,30,91,6),('227',4,9,30,120,11),('231',4,9,30,107,14),('232',4,9,30,108,15),('234',4,9,30,109,16),('237',4,9,30,110,17),('239',4,9,30,111,18),('240',4,9,30,112,19),('243',4,9,30,113,20),('247',4,9,30,128,111),('248',4,9,30,129,112),('249',4,9,30,130,113),('250',4,9,30,131,114),('251',4,9,30,73,2),('252',4,9,30,74,3),('253',4,9,30,77,5),('254',4,9,30,82,9),('255',4,9,30,94,22),('256',4,9,30,95,23),('257',4,9,30,97,1),('258',4,9,30,99,21),('259',4,9,30,105,7),('260',4,9,30,114,24),('261',4,9,30,115,10),('262',4,9,30,123,6),('263',4,9,30,124,4),('264',4,9,30,125,20),('265',4,9,30,134,8),('266',4,9,30,135,11),('267',4,9,30,136,14),('268',4,9,30,137,13),('269',4,9,30,138,17),('270',4,9,30,139,16),('271',4,9,30,140,15),('272',4,9,30,141,18),('273',4,9,30,142,19),('274',4,9,30,143,12),('275',4,9,29,75,1),('276',4,9,29,76,2),('277',4,9,28,127,1),('278',4,9,27,87,1),('279',4,9,27,88,2),('280',4,9,27,89,3),('281',4,9,27,90,5),('282',4,9,27,96,6),('283',4,9,27,133,4),('284',4,9,26,84,2),('285',4,9,26,85,3),('286',4,9,26,86,4),('287',4,9,26,119,1),('288',4,9,25,78,1),('289',4,9,25,79,2),('290',4,9,25,80,3),('291',4,9,25,81,4),('292',4,9,25,92,5),('293',4,9,25,121,6),('294',4,9,25,122,7),('295',4,9,25,126,8),('296',4,9,24,103,3),('297',4,9,24,104,1),('298',4,9,24,106,2),('299',4,9,23,100,3),('300',4,9,23,101,1),('301',4,9,23,102,2),('302',4,9,23,116,4),('303',4,9,21,132,1),('305',4,4,7,143,116),('306',3,3,32,144,5),('307',3,3,32,145,6),('308',3,3,32,146,7),('309',4,9,30,147,10),('310',4,4,10,147,10),('311',4,9,30,148,10),('312',4,4,10,148,10),('313',3,3,33,149,10),('314',3,3,33,150,50),('315',3,3,33,151,110),('316',3,3,33,152,120),('317',3,3,33,153,130),('318',3,3,33,154,140),('319',3,3,33,155,150),('320',3,3,33,156,160),('321',4,9,34,157,44),('322',4,4,35,157,44);
/*!40000 ALTER TABLE `eav_entity_attribute` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `eav_entity_datetime`
--

DROP TABLE IF EXISTS `eav_entity_datetime`;
CREATE TABLE `eav_entity_datetime` (
  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
  `entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store Id',
  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
  `value` datetime DEFAULT NULL COMMENT 'Attribute Value',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `EAV_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),
  KEY `EAV_ENTITY_DATETIME_STORE_ID` (`store_id`),
  KEY `EAV_ENTITY_DATETIME_ATTRIBUTE_ID_VALUE` (`attribute_id`,`value`),
  KEY `EAV_ENTITY_DATETIME_ENTITY_TYPE_ID_VALUE` (`entity_type_id`,`value`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Eav Entity Value Prefix';

--
-- Table structure for table `eav_entity_decimal`
--

DROP TABLE IF EXISTS `eav_entity_decimal`;
CREATE TABLE `eav_entity_decimal` (
  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
  `entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store Id',
  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
  `value` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Attribute Value',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `EAV_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),
  KEY `EAV_ENTITY_DECIMAL_STORE_ID` (`store_id`),
  KEY `EAV_ENTITY_DECIMAL_ATTRIBUTE_ID_VALUE` (`attribute_id`,`value`),
  KEY `EAV_ENTITY_DECIMAL_ENTITY_TYPE_ID_VALUE` (`entity_type_id`,`value`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Eav Entity Value Prefix';

--
-- Table structure for table `eav_entity_int`
--

DROP TABLE IF EXISTS `eav_entity_int`;
CREATE TABLE `eav_entity_int` (
  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
  `entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store Id',
  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
  `value` int(11) NOT NULL DEFAULT '0' COMMENT 'Attribute Value',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `EAV_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),
  KEY `EAV_ENTITY_INT_STORE_ID` (`store_id`),
  KEY `EAV_ENTITY_INT_ATTRIBUTE_ID_VALUE` (`attribute_id`,`value`),
  KEY `EAV_ENTITY_INT_ENTITY_TYPE_ID_VALUE` (`entity_type_id`,`value`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Eav Entity Value Prefix';

--
-- Table structure for table `eav_entity_store`
--

DROP TABLE IF EXISTS `eav_entity_store`;
CREATE TABLE `eav_entity_store` (
  `entity_store_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Store Id',
  `entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store Id',
  `increment_prefix` varchar(20) DEFAULT NULL COMMENT 'Increment Prefix',
  `increment_last_id` varchar(50) DEFAULT NULL COMMENT 'Last Incremented Id',
  PRIMARY KEY (`entity_store_id`),
  KEY `EAV_ENTITY_STORE_ENTITY_TYPE_ID` (`entity_type_id`),
  KEY `EAV_ENTITY_STORE_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Eav Entity Store';

--
-- Table structure for table `eav_entity_text`
--

DROP TABLE IF EXISTS `eav_entity_text`;
CREATE TABLE `eav_entity_text` (
  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
  `entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store Id',
  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
  `value` text NOT NULL COMMENT 'Attribute Value',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `EAV_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),
  KEY `EAV_ENTITY_TEXT_ENTITY_TYPE_ID` (`entity_type_id`),
  KEY `EAV_ENTITY_TEXT_ATTRIBUTE_ID` (`attribute_id`),
  KEY `EAV_ENTITY_TEXT_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Eav Entity Value Prefix';

--
-- Table structure for table `eav_entity_type`
--

DROP TABLE IF EXISTS `eav_entity_type`;
CREATE TABLE `eav_entity_type` (
  `entity_type_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Type Id',
  `entity_type_code` varchar(50) NOT NULL COMMENT 'Entity Type Code',
  `entity_model` varchar(255) NOT NULL COMMENT 'Entity Model',
  `attribute_model` varchar(255) DEFAULT NULL COMMENT 'Attribute Model',
  `entity_table` varchar(255) DEFAULT NULL COMMENT 'Entity Table',
  `value_table_prefix` varchar(255) DEFAULT NULL COMMENT 'Value Table Prefix',
  `entity_id_field` varchar(255) DEFAULT NULL COMMENT 'Entity Id Field',
  `is_data_sharing` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Defines Is Data Sharing',
  `data_sharing_key` varchar(100) DEFAULT 'default' COMMENT 'Data Sharing Key',
  `default_attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Default Attribute Set Id',
  `increment_model` varchar(255) DEFAULT NULL COMMENT 'Increment Model',
  `increment_per_store` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Increment Per Store',
  `increment_pad_length` smallint(5) unsigned NOT NULL DEFAULT '8' COMMENT 'Increment Pad Length',
  `increment_pad_char` varchar(1) NOT NULL DEFAULT '0' COMMENT 'Increment Pad Char',
  `additional_attribute_table` varchar(255) DEFAULT NULL COMMENT 'Additional Attribute Table',
  `entity_attribute_collection` varchar(255) DEFAULT NULL COMMENT 'Entity Attribute Collection',
  PRIMARY KEY (`entity_type_id`),
  KEY `EAV_ENTITY_TYPE_ENTITY_TYPE_CODE` (`entity_type_code`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COMMENT='Eav Entity Type';

--
-- Dumping data for table `eav_entity_type`
--

LOCK TABLES `eav_entity_type` WRITE;
/*!40000 ALTER TABLE `eav_entity_type` DISABLE KEYS */;
INSERT INTO `eav_entity_type` VALUES (1,'customer','Magento\\Customer\\Model\\ResourceModel\\Customer','Magento\\Customer\\Model\\Attribute','customer_entity',NULL,NULL,1,'default',1,'Magento\\Eav\\Model\\Entity\\Increment\\NumericValue',0,8,'0','customer_eav_attribute','Magento\\Customer\\Model\\ResourceModel\\Attribute\\Collection'),(2,'customer_address','Magento\\Customer\\Model\\ResourceModel\\Address','Magento\\Customer\\Model\\Attribute','customer_address_entity',NULL,NULL,1,'default',2,NULL,0,8,'0','customer_eav_attribute','Magento\\Customer\\Model\\ResourceModel\\Address\\Attribute\\Collection'),(3,'catalog_category','Magento\\Catalog\\Model\\ResourceModel\\Category','Magento\\Catalog\\Model\\ResourceModel\\Eav\\Attribute','catalog_category_entity',NULL,NULL,1,'default',3,NULL,0,8,'0','catalog_eav_attribute','Magento\\Catalog\\Model\\ResourceModel\\Category\\Attribute\\Collection'),(4,'catalog_product','Magento\\Catalog\\Model\\ResourceModel\\Product','Magento\\Catalog\\Model\\ResourceModel\\Eav\\Attribute','catalog_product_entity',NULL,NULL,1,'default',4,NULL,0,8,'0','catalog_eav_attribute','Magento\\Catalog\\Model\\ResourceModel\\Product\\Attribute\\Collection'),(5,'order','Magento\\Sales\\Model\\ResourceModel\\Order',NULL,'sales_order',NULL,NULL,1,'default',5,'Magento\\Eav\\Model\\Entity\\Increment\\NumericValue',1,8,'0',NULL,NULL),(6,'invoice','Magento\\Sales\\Model\\ResourceModel\\Order',NULL,'sales_invoice',NULL,NULL,1,'default',6,'Magento\\Eav\\Model\\Entity\\Increment\\NumericValue',1,8,'0',NULL,NULL),(7,'creditmemo','Magento\\Sales\\Model\\ResourceModel\\Order\\Creditmemo',NULL,'sales_creditmemo',NULL,NULL,1,'default',7,'Magento\\Eav\\Model\\Entity\\Increment\\NumericValue',1,8,'0',NULL,NULL),(8,'shipment','Magento\\Sales\\Model\\ResourceModel\\Order\\Shipment',NULL,'sales_shipment',NULL,NULL,1,'default',8,'Magento\\Eav\\Model\\Entity\\Increment\\NumericValue',1,8,'0',NULL,NULL);
/*!40000 ALTER TABLE `eav_entity_type` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `eav_entity_varchar`
--

DROP TABLE IF EXISTS `eav_entity_varchar`;
CREATE TABLE `eav_entity_varchar` (
  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
  `entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
  `attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store Id',
  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
  `value` varchar(255) DEFAULT NULL COMMENT 'Attribute Value',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `EAV_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),
  KEY `EAV_ENTITY_VARCHAR_STORE_ID` (`store_id`),
  KEY `EAV_ENTITY_VARCHAR_ATTRIBUTE_ID_VALUE` (`attribute_id`,`value`),
  KEY `EAV_ENTITY_VARCHAR_ENTITY_TYPE_ID_VALUE` (`entity_type_id`,`value`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Eav Entity Value Prefix';

--
-- Table structure for table `eav_form_element`
--

DROP TABLE IF EXISTS `eav_form_element`;
CREATE TABLE `eav_form_element` (
  `element_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Element Id',
  `type_id` smallint(5) unsigned NOT NULL COMMENT 'Type Id',
  `fieldset_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Fieldset Id',
  `attribute_id` smallint(5) unsigned NOT NULL COMMENT 'Attribute Id',
  `sort_order` int(11) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
  PRIMARY KEY (`element_id`),
  UNIQUE KEY `EAV_FORM_ELEMENT_TYPE_ID_ATTRIBUTE_ID` (`type_id`,`attribute_id`),
  KEY `EAV_FORM_ELEMENT_FIELDSET_ID` (`fieldset_id`),
  KEY `EAV_FORM_ELEMENT_ATTRIBUTE_ID` (`attribute_id`)
) ENGINE=InnoDB AUTO_INCREMENT=43 DEFAULT CHARSET=utf8 COMMENT='Eav Form Element';

--
-- Dumping data for table `eav_form_element`
--

LOCK TABLES `eav_form_element` WRITE;
/*!40000 ALTER TABLE `eav_form_element` DISABLE KEYS */;
INSERT INTO `eav_form_element` VALUES ('1',1,NULL,23,'0'),('2',1,NULL,25,'1'),('3',1,NULL,27,'2'),('4',1,NULL,9,'3'),('5',1,NULL,28,'4'),('6',1,NULL,29,'5'),('7',1,NULL,31,'6'),('8',1,NULL,33,'7'),('9',1,NULL,30,'8'),('10',1,NULL,34,'9'),('11',1,NULL,35,'10'),('12',2,NULL,23,'0'),('13',2,NULL,25,'1'),('14',2,NULL,27,'2'),('15',2,NULL,9,'3'),('16',2,NULL,28,'4'),('17',2,NULL,29,'5'),('18',2,NULL,31,'6'),('19',2,NULL,33,'7'),('20',2,NULL,30,'8'),('21',2,NULL,34,'9'),('22',2,NULL,35,'10'),('23',3,NULL,23,'0'),('24',3,NULL,25,'1'),('25',3,NULL,27,'2'),('26',3,NULL,28,'3'),('27',3,NULL,29,'4'),('28',3,NULL,31,'5'),('29',3,NULL,33,'6'),('30',3,NULL,30,'7'),('31',3,NULL,34,'8'),('32',3,NULL,35,'9'),('33',4,NULL,23,'0'),('34',4,NULL,25,'1'),('35',4,NULL,27,'2'),('36',4,NULL,28,'3'),('37',4,NULL,29,'4'),('38',4,NULL,31,'5'),('39',4,NULL,33,'6'),('40',4,NULL,30,'7'),('41',4,NULL,34,'8'),('42',4,NULL,35,'9');
/*!40000 ALTER TABLE `eav_form_element` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `eav_form_fieldset`
--

DROP TABLE IF EXISTS `eav_form_fieldset`;
CREATE TABLE `eav_form_fieldset` (
  `fieldset_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Fieldset Id',
  `type_id` smallint(5) unsigned NOT NULL COMMENT 'Type Id',
  `code` varchar(64) NOT NULL COMMENT 'Code',
  `sort_order` int(11) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
  PRIMARY KEY (`fieldset_id`),
  UNIQUE KEY `EAV_FORM_FIELDSET_TYPE_ID_CODE` (`type_id`,`code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Eav Form Fieldset';

--
-- Table structure for table `eav_form_fieldset_label`
--

DROP TABLE IF EXISTS `eav_form_fieldset_label`;
CREATE TABLE `eav_form_fieldset_label` (
  `fieldset_id` smallint(5) unsigned NOT NULL COMMENT 'Fieldset Id',
  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store Id',
  `label` varchar(255) NOT NULL COMMENT 'Label',
  PRIMARY KEY (`fieldset_id`,`store_id`),
  KEY `EAV_FORM_FIELDSET_LABEL_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Eav Form Fieldset Label';

--
-- Table structure for table `eav_form_type`
--

DROP TABLE IF EXISTS `eav_form_type`;
CREATE TABLE `eav_form_type` (
  `type_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Type Id',
  `code` varchar(64) NOT NULL COMMENT 'Code',
  `label` varchar(255) NOT NULL COMMENT 'Label',
  `is_system` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is System',
  `theme` varchar(64) DEFAULT NULL COMMENT 'Theme',
  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store Id',
  PRIMARY KEY (`type_id`),
  UNIQUE KEY `EAV_FORM_TYPE_CODE_THEME_STORE_ID` (`code`,`theme`,`store_id`),
  KEY `EAV_FORM_TYPE_STORE_ID` (`store_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='Eav Form Type';

--
-- Dumping data for table `eav_form_type`
--

LOCK TABLES `eav_form_type` WRITE;
/*!40000 ALTER TABLE `eav_form_type` DISABLE KEYS */;
INSERT INTO `eav_form_type` VALUES (1,'checkout_onepage_register','checkout_onepage_register',1,'',0),(2,'checkout_onepage_register_guest','checkout_onepage_register_guest',1,'',0),(3,'checkout_onepage_billing_address','checkout_onepage_billing_address',1,'',0),(4,'checkout_onepage_shipping_address','checkout_onepage_shipping_address',1,'',0);
/*!40000 ALTER TABLE `eav_form_type` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `eav_form_type_entity`
--

DROP TABLE IF EXISTS `eav_form_type_entity`;
CREATE TABLE `eav_form_type_entity` (
  `type_id` smallint(5) unsigned NOT NULL COMMENT 'Type Id',
  `entity_type_id` smallint(5) unsigned NOT NULL COMMENT 'Entity Type Id',
  PRIMARY KEY (`type_id`,`entity_type_id`),
  KEY `EAV_FORM_TYPE_ENTITY_ENTITY_TYPE_ID` (`entity_type_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Eav Form Type Entity';

--
-- Dumping data for table `eav_form_type_entity`
--

LOCK TABLES `eav_form_type_entity` WRITE;
/*!40000 ALTER TABLE `eav_form_type_entity` DISABLE KEYS */;
INSERT INTO `eav_form_type_entity` VALUES (1,1),(2,1),(1,2),(2,2),(3,2),(4,2);
/*!40000 ALTER TABLE `eav_form_type_entity` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `email_abandoned_cart`
--

DROP TABLE IF EXISTS `email_abandoned_cart`;
CREATE TABLE `email_abandoned_cart` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `quote_id` int(10) unsigned DEFAULT NULL COMMENT 'Quote Id',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `customer_id` int(10) unsigned DEFAULT NULL COMMENT 'Customer ID',
  `email` varchar(255) NOT NULL DEFAULT '' COMMENT 'Email',
  `is_active` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Quote Active',
  `quote_updated_at` timestamp NULL DEFAULT NULL COMMENT 'Quote updated at',
  `abandoned_cart_number` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Abandoned Cart number',
  `items_count` smallint(5) unsigned DEFAULT '0' COMMENT 'Quote items count',
  `items_ids` varchar(255) DEFAULT NULL COMMENT 'Quote item ids',
  `created_at` timestamp NULL DEFAULT NULL COMMENT 'Created At',
  `updated_at` timestamp NULL DEFAULT NULL COMMENT 'Updated at',
  `status` text NOT NULL COMMENT 'Contact Status',
  PRIMARY KEY (`id`),
  KEY `EMAIL_ABANDONED_CART_QUOTE_ID` (`quote_id`),
  KEY `EMAIL_ABANDONED_CART_STORE_ID` (`store_id`),
  KEY `EMAIL_ABANDONED_CART_CUSTOMER_ID` (`customer_id`),
  KEY `EMAIL_ABANDONED_CART_EMAIL` (`email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Abandoned Carts Table';


--
-- Table structure for table `email_automation`
--

DROP TABLE IF EXISTS `email_automation`;
CREATE TABLE `email_automation` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `automation_type` varchar(255) DEFAULT NULL COMMENT 'Automation Type',
  `store_name` varchar(255) DEFAULT NULL COMMENT 'Automation Type',
  `enrolment_status` varchar(255) NOT NULL COMMENT 'Entrolment Status',
  `email` varchar(255) DEFAULT NULL COMMENT 'Email',
  `type_id` varchar(255) DEFAULT NULL COMMENT 'Type ID',
  `program_id` varchar(255) DEFAULT NULL COMMENT 'Program ID',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website Id',
  `message` varchar(255) NOT NULL COMMENT 'Message',
  `created_at` timestamp NULL DEFAULT NULL COMMENT 'Creation Time',
  `updated_at` timestamp NULL DEFAULT NULL COMMENT 'Update Time',
  PRIMARY KEY (`id`),
  KEY `EMAIL_AUTOMATION_AUTOMATION_TYPE` (`automation_type`),
  KEY `EMAIL_AUTOMATION_ENROLMENT_STATUS` (`enrolment_status`),
  KEY `EMAIL_AUTOMATION_TYPE_ID` (`type_id`),
  KEY `EMAIL_AUTOMATION_EMAIL` (`email`),
  KEY `EMAIL_AUTOMATION_PROGRAM_ID` (`program_id`),
  KEY `EMAIL_AUTOMATION_CREATED_AT` (`created_at`),
  KEY `EMAIL_AUTOMATION_UPDATED_AT` (`updated_at`),
  KEY `EMAIL_AUTOMATION_WEBSITE_ID` (`website_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Automation Status';

--
-- Table structure for table `email_campaign`
--

DROP TABLE IF EXISTS `email_campaign`;
CREATE TABLE `email_campaign` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `campaign_id` int(10) unsigned NOT NULL COMMENT 'Campaign ID',
  `email` varchar(255) NOT NULL DEFAULT '' COMMENT 'Contact Email',
  `customer_id` int(10) unsigned NOT NULL COMMENT 'Customer ID',
  `sent_at` timestamp NULL DEFAULT NULL COMMENT 'Send Date',
  `order_increment_id` varchar(50) NOT NULL COMMENT 'Order Increment ID',
  `quote_id` int(10) unsigned NOT NULL COMMENT 'Sales Quote ID',
  `message` varchar(255) NOT NULL DEFAULT '' COMMENT 'Error Message',
  `checkout_method` varchar(255) NOT NULL DEFAULT '' COMMENT 'Checkout Method Used',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
  `event_name` varchar(255) NOT NULL DEFAULT '' COMMENT 'Event Name',
  `send_id` varchar(255) NOT NULL DEFAULT '' COMMENT 'Send Id',
  `send_status` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Campaign send status',
  `created_at` timestamp NULL DEFAULT NULL COMMENT 'Creation Time',
  `updated_at` timestamp NULL DEFAULT NULL COMMENT 'Update Time',
  PRIMARY KEY (`id`),
  KEY `EMAIL_CAMPAIGN_STORE_ID` (`store_id`),
  KEY `EMAIL_CAMPAIGN_CAMPAIGN_ID` (`campaign_id`),
  KEY `EMAIL_CAMPAIGN_EMAIL` (`email`),
  KEY `EMAIL_CAMPAIGN_SEND_ID` (`send_id`),
  KEY `EMAIL_CAMPAIGN_SEND_STATUS` (`send_status`),
  KEY `EMAIL_CAMPAIGN_CREATED_AT` (`created_at`),
  KEY `EMAIL_CAMPAIGN_UPDATED_AT` (`updated_at`),
  KEY `EMAIL_CAMPAIGN_SENT_AT` (`sent_at`),
  KEY `EMAIL_CAMPAIGN_EVENT_NAME` (`event_name`),
  KEY `EMAIL_CAMPAIGN_MESSAGE` (`message`),
  KEY `EMAIL_CAMPAIGN_QUOTE_ID` (`quote_id`),
  KEY `EMAIL_CAMPAIGN_CUSTOMER_ID` (`customer_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Connector Campaigns';

--
-- Table structure for table `email_catalog`
--

DROP TABLE IF EXISTS `email_catalog`;
CREATE TABLE `email_catalog` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `product_id` int(10) unsigned NOT NULL COMMENT 'Product Id',
  `imported` smallint(5) unsigned DEFAULT NULL COMMENT 'Product Imported',
  `modified` smallint(5) unsigned DEFAULT NULL COMMENT 'Product Modified',
  `created_at` timestamp NULL DEFAULT NULL COMMENT 'Creation Time',
  `updated_at` timestamp NULL DEFAULT NULL COMMENT 'Update Time',
  PRIMARY KEY (`id`),
  KEY `EMAIL_CATALOG_PRODUCT_ID` (`product_id`),
  KEY `EMAIL_CATALOG_IMPORTED` (`imported`),
  KEY `EMAIL_CATALOG_MODIFIED` (`modified`),
  KEY `EMAIL_CATALOG_CREATED_AT` (`created_at`),
  KEY `EMAIL_CATALOG_UPDATED_AT` (`updated_at`)
) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=utf8 COMMENT='Connector Catalog';

--
-- Dumping data for table `email_catalog`
--

LOCK TABLES `email_catalog` WRITE;
/*!40000 ALTER TABLE `email_catalog` DISABLE KEYS */;
INSERT INTO `email_catalog` VALUES ('1','1',NULL,NULL,'2017-11-26 08:34:18',NULL),('2','2',NULL,NULL,'2017-11-26 08:38:45',NULL),('3','3',NULL,NULL,'2017-11-26 08:40:06',NULL),('4','4',NULL,NULL,'2017-11-26 08:40:18',NULL),('5','5',NULL,NULL,'2017-11-26 08:40:28',NULL),('6','6',NULL,NULL,'2017-11-26 08:54:33',NULL),('7','7',NULL,NULL,'2017-11-26 08:54:48',NULL),('8','8',NULL,NULL,'2017-11-26 08:55:04',NULL),('9','14',NULL,NULL,'2017-11-26 09:10:01',NULL),('10','15',NULL,NULL,'2017-11-26 09:10:05',NULL),('11','16',NULL,NULL,'2017-11-26 09:14:57',NULL),('12','17',NULL,NULL,'2017-11-26 09:15:01',NULL),('13','18',NULL,NULL,'2017-11-26 09:15:14',NULL),('14','19',NULL,NULL,'2017-11-26 09:15:27',NULL),('15','20',NULL,NULL,'2017-11-26 09:15:40',NULL),('16','21',NULL,NULL,'2017-11-26 09:23:03',NULL),('17','22',NULL,NULL,'2017-11-26 09:23:05',NULL),('18','23',NULL,NULL,'2017-11-26 09:23:26',NULL),('19','24',NULL,NULL,'2017-11-26 09:23:27',NULL),('20','25',NULL,NULL,'2017-11-26 09:23:46',NULL),('21','26',NULL,NULL,'2017-11-26 09:23:47',NULL),('22','27',NULL,NULL,'2017-11-26 09:23:48',NULL),('23','28',NULL,NULL,'2017-11-26 09:24:07',NULL),('24','29',NULL,NULL,'2017-11-26 09:24:08',NULL),('25','30',NULL,NULL,'2017-11-26 09:24:26',NULL),('26','31',NULL,NULL,'2017-11-26 09:24:27',NULL),('27','32',NULL,NULL,'2017-11-26 09:29:27',NULL),('28','33',NULL,NULL,'2017-11-26 09:29:30',NULL),('29','34',NULL,NULL,'2017-11-26 09:29:42',NULL),('30','35',NULL,NULL,'2017-11-26 09:29:53',NULL),('31','36',NULL,NULL,'2017-11-26 09:30:04',NULL),('32','37',NULL,NULL,'2017-11-26 09:30:15',NULL),('33','38',NULL,NULL,'2017-11-26 09:35:16',NULL),('34','39',NULL,NULL,'2017-11-26 09:35:17',NULL),('35','40',NULL,NULL,'2017-11-26 09:35:38',NULL),('36','41',NULL,NULL,'2017-11-26 09:35:39',NULL),('37','42',NULL,NULL,'2017-11-26 09:35:59',NULL),('38','43',NULL,NULL,'2017-11-26 09:36:00',NULL),('39','44',NULL,NULL,'2017-11-26 09:36:20',NULL),('40','45',NULL,NULL,'2017-11-26 09:36:22',NULL),('41','46',NULL,NULL,'2017-11-26 09:36:23',NULL),('42','47',NULL,NULL,'2017-11-26 09:36:39',NULL),('43','48',NULL,NULL,'2017-11-26 09:36:41',NULL);
/*!40000 ALTER TABLE `email_catalog` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `email_contact`
--

DROP TABLE IF EXISTS `email_contact`;
CREATE TABLE `email_contact` (
  `email_contact_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `is_guest` smallint(5) unsigned DEFAULT NULL COMMENT 'Is Guest',
  `contact_id` varchar(15) DEFAULT NULL COMMENT 'Connector Contact ID',
  `customer_id` int(10) unsigned NOT NULL COMMENT 'Customer ID',
  `website_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Website ID',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
  `email` varchar(255) NOT NULL DEFAULT '' COMMENT 'Customer Email',
  `is_subscriber` smallint(5) unsigned DEFAULT NULL COMMENT 'Is Subscriber',
  `subscriber_status` smallint(5) unsigned DEFAULT NULL COMMENT 'Subscriber status',
  `email_imported` smallint(5) unsigned DEFAULT NULL COMMENT 'Is Imported',
  `subscriber_imported` smallint(5) unsigned DEFAULT NULL COMMENT 'Subscriber Imported',
  `suppressed` smallint(5) unsigned DEFAULT NULL COMMENT 'Is Suppressed',
  PRIMARY KEY (`email_contact_id`),
  KEY `EMAIL_CONTACT_EMAIL_CONTACT_ID` (`email_contact_id`),
  KEY `EMAIL_CONTACT_IS_GUEST` (`is_guest`),
  KEY `EMAIL_CONTACT_CUSTOMER_ID` (`customer_id`),
  KEY `EMAIL_CONTACT_WEBSITE_ID` (`website_id`),
  KEY `EMAIL_CONTACT_IS_SUBSCRIBER` (`is_subscriber`),
  KEY `EMAIL_CONTACT_SUBSCRIBER_STATUS` (`subscriber_status`),
  KEY `EMAIL_CONTACT_EMAIL_IMPORTED` (`email_imported`),
  KEY `EMAIL_CONTACT_SUBSCRIBER_IMPORTED` (`subscriber_imported`),
  KEY `EMAIL_CONTACT_SUPPRESSED` (`suppressed`),
  KEY `EMAIL_CONTACT_EMAIL` (`email`),
  KEY `EMAIL_CONTACT_CONTACT_ID` (`contact_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Connector Contacts';

--
-- Dumping data for table `email_contact`
--

LOCK TABLES `email_contact` WRITE;
/*!40000 ALTER TABLE `email_contact` DISABLE KEYS */;
INSERT INTO `email_contact` VALUES ('1',NULL,NULL,'1',1,1,'anika@gmail.com',NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `email_contact` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `email_importer`
--

DROP TABLE IF EXISTS `email_importer`;
CREATE TABLE `email_importer` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `import_type` varchar(255) NOT NULL DEFAULT '' COMMENT 'Import Type',
  `website_id` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Website Id',
  `import_status` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Import Status',
  `import_id` varchar(255) NOT NULL DEFAULT '' COMMENT 'Import Id',
  `import_data` mediumblob NOT NULL COMMENT 'Import Data',
  `import_mode` varchar(255) NOT NULL DEFAULT '' COMMENT 'Import Mode',
  `import_file` text NOT NULL COMMENT 'Import File',
  `message` varchar(255) NOT NULL DEFAULT '' COMMENT 'Error Message',
  `created_at` timestamp NULL DEFAULT NULL COMMENT 'Creation Time',
  `updated_at` timestamp NULL DEFAULT NULL COMMENT 'Update Time',
  `import_started` timestamp NULL DEFAULT NULL COMMENT 'Import Started',
  `import_finished` timestamp NULL DEFAULT NULL COMMENT 'Import Finished',
  PRIMARY KEY (`id`),
  KEY `EMAIL_IMPORTER_IMPORT_TYPE` (`import_type`),
  KEY `EMAIL_IMPORTER_WEBSITE_ID` (`website_id`),
  KEY `EMAIL_IMPORTER_IMPORT_STATUS` (`import_status`),
  KEY `EMAIL_IMPORTER_IMPORT_MODE` (`import_mode`),
  KEY `EMAIL_IMPORTER_CREATED_AT` (`created_at`),
  KEY `EMAIL_IMPORTER_UPDATED_AT` (`updated_at`),
  KEY `EMAIL_IMPORTER_IMPORT_ID` (`import_id`),
  KEY `EMAIL_IMPORTER_IMPORT_STARTED` (`import_started`),
  KEY `EMAIL_IMPORTER_IMPORT_FINISHED` (`import_finished`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Email Importer';

--
-- Table structure for table `email_order`
--

DROP TABLE IF EXISTS `email_order`;
CREATE TABLE `email_order` (
  `email_order_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `order_id` int(10) unsigned NOT NULL COMMENT 'Order ID',
  `order_status` varchar(255) NOT NULL COMMENT 'Order Status',
  `quote_id` int(10) unsigned NOT NULL COMMENT 'Sales Quote ID',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
  `email_imported` smallint(5) unsigned DEFAULT NULL COMMENT 'Is Order Imported',
  `modified` smallint(5) unsigned DEFAULT NULL COMMENT 'Is Order Modified',
  `created_at` timestamp NULL DEFAULT NULL COMMENT 'Creation Time',
  `updated_at` timestamp NULL DEFAULT NULL COMMENT 'Update Time',
  PRIMARY KEY (`email_order_id`),
  KEY `EMAIL_ORDER_STORE_ID` (`store_id`),
  KEY `EMAIL_ORDER_QUOTE_ID` (`quote_id`),
  KEY `EMAIL_ORDER_EMAIL_IMPORTED` (`email_imported`),
  KEY `EMAIL_ORDER_ORDER_STATUS` (`order_status`),
  KEY `EMAIL_ORDER_MODIFIED` (`modified`),
  KEY `EMAIL_ORDER_UPDATED_AT` (`updated_at`),
  KEY `EMAIL_ORDER_CREATED_AT` (`created_at`),
  KEY `EMAIL_ORDER_ORDER_ID_SALES_ORDER_ENTITY_ID` (`order_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Transactional Order Data';

--
-- Table structure for table `email_review`
--

DROP TABLE IF EXISTS `email_review`;
CREATE TABLE `email_review` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `review_id` int(10) unsigned NOT NULL COMMENT 'Review Id',
  `customer_id` int(10) unsigned NOT NULL COMMENT 'Customer ID',
  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store Id',
  `review_imported` smallint(5) unsigned DEFAULT NULL COMMENT 'Review Imported',
  `created_at` timestamp NULL DEFAULT NULL COMMENT 'Creation Time',
  `updated_at` timestamp NULL DEFAULT NULL COMMENT 'Update Time',
  PRIMARY KEY (`id`),
  KEY `EMAIL_REVIEW_REVIEW_ID` (`review_id`),
  KEY `EMAIL_REVIEW_CUSTOMER_ID` (`customer_id`),
  KEY `EMAIL_REVIEW_STORE_ID` (`store_id`),
  KEY `EMAIL_REVIEW_REVIEW_IMPORTED` (`review_imported`),
  KEY `EMAIL_REVIEW_CREATED_AT` (`created_at`),
  KEY `EMAIL_REVIEW_UPDATED_AT` (`updated_at`)
) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8 COMMENT='Connector Reviews';

--
-- Dumping data for table `email_review`
--

LOCK TABLES `email_review` WRITE;
/*!40000 ALTER TABLE `email_review` DISABLE KEYS */;
INSERT INTO `email_review` VALUES ('1','1','1',1,NULL,'2017-11-26 09:43:55',NULL),('2','2','1',1,NULL,'2017-11-26 09:44:02',NULL),('3','3','1',1,NULL,'2017-11-26 09:44:10',NULL),('4','4','1',1,NULL,'2017-11-26 09:44:18',NULL),('5','5','1',1,NULL,'2017-11-26 09:44:27',NULL),('6','6','1',1,NULL,'2017-11-26 09:44:40',NULL),('7','7','1',1,NULL,'2017-11-26 09:44:47',NULL),('8','8','1',1,NULL,'2017-11-26 09:44:56',NULL),('9','9','1',1,NULL,'2017-11-26 09:45:08',NULL),('10','10','1',1,NULL,'2017-11-26 09:45:17',NULL),('11','11','1',1,NULL,'2017-11-26 09:45:29',NULL),('12','12','1',1,NULL,'2017-11-26 09:45:38',NULL),('13','13','1',1,NULL,'2017-11-26 09:49:11',NULL),('14','14','1',1,NULL,'2017-11-26 09:49:22',NULL),('15','15','1',1,NULL,'2017-11-26 09:49:32',NULL),('16','16','1',1,NULL,'2017-11-26 09:49:46',NULL),('17','17','1',1,NULL,'2017-11-26 09:49:58',NULL),('18','18','1',1,NULL,'2017-11-26 09:50:09',NULL),('19','19','1',1,NULL,'2017-11-26 09:50:20',NULL),('20','20','1',1,NULL,'2017-11-26 09:50:31',NULL),('21','21','1',1,NULL,'2017-11-26 09:50:45',NULL),('22','22','1',1,NULL,'2017-11-26 09:50:53',NULL),('23','23','1',1,NULL,'2017-11-26 09:51:00',NULL),('24','24','1',1,NULL,'2017-11-26 09:51:10',NULL),('25','25','1',1,NULL,'2017-11-26 09:51:25',NULL),('26','26','1',1,NULL,'2017-11-26 09:51:33',NULL),('27','27','1',1,NULL,'2017-11-26 09:53:10',NULL),('28','28','1',1,NULL,'2017-11-26 09:53:23',NULL),('29','29','1',1,NULL,'2017-11-26 09:53:32',NULL),('30','29','1',1,NULL,'2017-12-27 10:27:11','2017-12-27 10:27:11'),('31','28','1',1,NULL,'2017-12-27 10:32:49','2017-12-27 10:32:49');
/*!40000 ALTER TABLE `email_review` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `email_rules`
--

DROP TABLE IF EXISTS `email_rules`;
CREATE TABLE `email_rules` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `name` varchar(255) NOT NULL DEFAULT '' COMMENT 'Rule Name',
  `website_ids` varchar(255) NOT NULL DEFAULT '0' COMMENT 'Website Id',
  `type` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Rule Type',
  `status` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Status',
  `combination` smallint(6) NOT NULL DEFAULT '1' COMMENT 'Rule Condition',
  `conditions` blob NOT NULL COMMENT 'Rule Conditions',
  `created_at` timestamp NULL DEFAULT NULL COMMENT 'Creation Time',
  `updated_at` timestamp NULL DEFAULT NULL COMMENT 'Update Time',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Connector Rules';

--
-- Table structure for table `email_template`
--

DROP TABLE IF EXISTS `email_template`;
CREATE TABLE `email_template` (
  `template_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Template ID',
  `template_code` varchar(150) NOT NULL COMMENT 'Template Name',
  `template_text` text NOT NULL COMMENT 'Template Content',
  `template_styles` text COMMENT 'Templste Styles',
  `template_type` int(10) unsigned DEFAULT NULL COMMENT 'Template Type',
  `template_subject` varchar(200) NOT NULL COMMENT 'Template Subject',
  `template_sender_name` varchar(200) DEFAULT NULL COMMENT 'Template Sender Name',
  `template_sender_email` varchar(200) DEFAULT NULL COMMENT 'Template Sender Email',
  `added_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Date of Template Creation',
  `modified_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Date of Template Modification',
  `orig_template_code` varchar(200) DEFAULT NULL COMMENT 'Original Template Code',
  `orig_template_variables` text COMMENT 'Original Template Variables',
  PRIMARY KEY (`template_id`),
  UNIQUE KEY `EMAIL_TEMPLATE_TEMPLATE_CODE` (`template_code`),
  KEY `EMAIL_TEMPLATE_ADDED_AT` (`added_at`),
  KEY `EMAIL_TEMPLATE_MODIFIED_AT` (`modified_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Email Templates';

--
-- Table structure for table `email_wishlist`
--

DROP TABLE IF EXISTS `email_wishlist`;
CREATE TABLE `email_wishlist` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `wishlist_id` int(10) unsigned NOT NULL COMMENT 'Wishlist Id',
  `item_count` int(10) unsigned NOT NULL COMMENT 'Item Count',
  `customer_id` smallint(5) unsigned NOT NULL COMMENT 'Customer ID',
  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store Id',
  `wishlist_imported` smallint(5) unsigned DEFAULT NULL COMMENT 'Wishlist Imported',
  `wishlist_modified` smallint(5) unsigned DEFAULT NULL COMMENT 'Wishlist Modified',
  `created_at` timestamp NULL DEFAULT NULL COMMENT 'Creation Time',
  `updated_at` timestamp NULL DEFAULT NULL COMMENT 'Update Time',
  PRIMARY KEY (`id`),
  KEY `EMAIL_WISHLIST_WISHLIST_ID` (`wishlist_id`),
  KEY `EMAIL_WISHLIST_ITEM_COUNT` (`item_count`),
  KEY `EMAIL_WISHLIST_CUSTOMER_ID` (`customer_id`),
  KEY `EMAIL_WISHLIST_WISHLIST_MODIFIED` (`wishlist_modified`),
  KEY `EMAIL_WISHLIST_WISHLIST_IMPORTED` (`wishlist_imported`),
  KEY `EMAIL_WISHLIST_CREATED_AT` (`created_at`),
  KEY `EMAIL_WISHLIST_UPDATED_AT` (`updated_at`),
  KEY `EMAIL_WISHLIST_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Connector Wishlist';

--
-- Table structure for table `film_slider`
--

DROP TABLE IF EXISTS `film_slider`;
CREATE TABLE `film_slider` (
  `slider_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Slider ID',
  `name` varchar(255) DEFAULT NULL COMMENT 'Name',
  `status` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Status',
  `params` text COMMENT 'Params',
  PRIMARY KEY (`slider_id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COMMENT='film_slider';

--
-- Dumping data for table `film_slider`
--

LOCK TABLES `film_slider` WRITE;
/*!40000 ALTER TABLE `film_slider` DISABLE KEYS */;
INSERT INTO `film_slider` VALUES ('2','Slider_layout_2 Lingerie',1,'{\"slider_id\":\"2\",\"width\":\"100%\",\"height\":\"847\",\"aspectRatio\":\"2.26\",\"imageScaleMode\":\"cover\",\"allowScaleUp\":\"true\",\"autoHeight\":\"false\",\"centerImage\":\"true\",\"orientation\":\"horizontal\",\"forceSize\":\"none\",\"slideAnimationDuration\":\"700\",\"heightAnimationDuration\":\"700\",\"visibleSize\":\"auto\",\"startSlide\":\"0\",\"shuffle\":\"false\",\"loop\":\"true\",\"fade\":\"false\",\"fadeOutPreviousSlide\":\"true\",\"fadeDuration\":\"500\",\"autoplay\":\"true\",\"autoplayDelay\":\"7000\",\"autoplayDirection\":\"normal\",\"autoplayOnHover\":\"pause\",\"arrows\":\"true\",\"fadeArrows\":\"true\",\"buttons\":\"true\",\"keyboard\":\"true\",\"fullScreen\":\"false\",\"fadeFullScreen\":\"true\",\"responsive\":\"true\",\"touchSwipe\":\"true\",\"touchSwipeThreshold\":\"50\",\"smallSize\":\"480\",\"mediumSize\":\"768\",\"largeSize\":\"1024\",\"fadeCaption\":\"true\",\"captionFadeDuration\":\"5000\",\"waitForLayers\":\"false\",\"autoScaleLayers\":\"true\",\"autoScaleReference\":\"1920\",\"limit\":\"20\",\"page\":\"1\",\"title\":\"\"}'),('7','Slider_layout_2 Lingerie lt_2',1,'{\"slider_id\":\"7\",\"width\":\"100%\",\"height\":\"842\",\"aspectRatio\":\"2.26\",\"imageScaleMode\":\"cover\",\"allowScaleUp\":\"true\",\"autoHeight\":\"false\",\"centerImage\":\"true\",\"orientation\":\"horizontal\",\"forceSize\":\"none\",\"slideAnimationDuration\":\"700\",\"heightAnimationDuration\":\"700\",\"visibleSize\":\"auto\",\"startSlide\":\"0\",\"shuffle\":\"false\",\"loop\":\"true\",\"fade\":\"false\",\"fadeOutPreviousSlide\":\"true\",\"fadeDuration\":\"500\",\"autoplay\":\"true\",\"autoplayDelay\":\"7000\",\"autoplayDirection\":\"normal\",\"autoplayOnHover\":\"pause\",\"arrows\":\"false\",\"fadeArrows\":\"true\",\"buttons\":\"true\",\"keyboard\":\"true\",\"fullScreen\":\"false\",\"fadeFullScreen\":\"true\",\"responsive\":\"true\",\"touchSwipe\":\"true\",\"touchSwipeThreshold\":\"50\",\"smallSize\":\"480\",\"mediumSize\":\"768\",\"largeSize\":\"1024\",\"fadeCaption\":\"true\",\"captionFadeDuration\":\"5000\",\"waitForLayers\":\"false\",\"autoScaleLayers\":\"true\",\"autoScaleReference\":\"1920\",\"limit\":\"20\",\"page\":\"1\",\"title\":\"\"}');
/*!40000 ALTER TABLE `film_slider` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `film_slider_item`
--

DROP TABLE IF EXISTS `film_slider_item`;
CREATE TABLE `film_slider_item` (
  `slideritem_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Slider Item ID',
  `parent_id` int(10) unsigned DEFAULT NULL COMMENT 'Parent ID',
  `title` varchar(255) DEFAULT NULL COMMENT 'Title',
  `status` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Status',
  `image` text COMMENT 'Image',
  `image_params` text COMMENT 'Image Params',
  `layer_general_params` text COMMENT 'Generate Layout Params',
  `layer_animation_params` text COMMENT 'Animation Layout Params',
  PRIMARY KEY (`slideritem_id`),
  KEY `FILM_SLIDER_ITEM_PARENT_ID` (`parent_id`)
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8 COMMENT='film_slider_item';

--
-- Dumping data for table `film_slider_item`
--

LOCK TABLES `film_slider_item` WRITE;
/*!40000 ALTER TABLE `film_slider_item` DISABLE KEYS */;
INSERT INTO `film_slider_item` VALUES ('4','2','item-1_2',1,'wysiwyg/slider_1_2.jpg','{\"image\":\"wysiwyg/slider_1_2.jpg\",\"preview_width\":\"\",\"preview_height\":\"\"}','{\"1\":{\"layer_text_html\":\"What\'s Hot Now?\",\"layer_text_width\":\"400\",\"layer_text_height\":\"\",\"layer_text_back_color\":\"\",\"layer_text_back_opacity\":\"\",\"layer_text_color\":\"#ffffff\",\"layer_text_font_size\":\"34\",\"layer_text_line_height\":\"\",\"layer_text_font_style\":\"normal\",\"layer_text_font_weight\":\"600\",\"layer_text_font_family\":\"\",\"layer_text_indent\":\"\",\"layer_images\":\"\",\"layer_images_update\":\"\",\"preview_name_layer\":\"\",\"data-width\":\"\",\"data-height\":\"\",\"data-depth\":\"\",\"data-horizontal\":\"1045\",\"data-vertical\":\"245\",\"css-class\":\"slog-slider\",\"sortOrder\":1,\"data-position\":\"topLeft\",\"data-show-transition\":\"down\",\"data-show-offset\":\"500\",\"data-show-duration\":\"500\",\"data-show-delay\":\"500\",\"data-hide-transition\":\"down\",\"data-hide-duration\":\"200\",\"data-hide-offset\":\"\",\"data-hide-delay\":\"\",\"data-stay-duration\":\"\",\"image_params\":\"\",\"layer_general_params\":\"\"},\"2\":{\"layer_text_html\":\"The Hottest <br />\\r\\nCollection\",\"layer_text_width\":\"750\",\"layer_text_height\":\"\",\"layer_text_back_color\":\"\",\"layer_text_back_opacity\":\"\",\"layer_text_color\":\"#ffffff\",\"layer_text_font_size\":\"84\",\"layer_text_line_height\":\"98\",\"layer_text_font_style\":\"normal\",\"layer_text_font_weight\":\"900\",\"layer_text_font_family\":\"\",\"layer_text_indent\":\"\",\"layer_images\":\"\",\"layer_images_update\":\"\",\"preview_name_layer\":\"\",\"data-width\":\"\",\"data-height\":\"\",\"data-depth\":\"\",\"data-horizontal\":\"820\",\"data-vertical\":\"298\",\"css-class\":\"title-slider text-center\",\"sortOrder\":2,\"data-position\":\"topLeft\",\"data-show-transition\":\"right\",\"data-show-offset\":\"700\",\"data-show-duration\":\"700\",\"data-show-delay\":\"700\",\"data-hide-transition\":\"down\",\"data-hide-duration\":\"200\",\"data-hide-offset\":\"\",\"data-hide-delay\":\"\",\"data-stay-duration\":\"\",\"image_params\":\"\",\"layer_general_params\":\"\"},\"3\":{\"layer_text_html\":\"New styles, bright colors, creative designs.\",\"layer_text_width\":\"\",\"layer_text_height\":\"\",\"layer_text_back_color\":\"\",\"layer_text_back_opacity\":\"\",\"layer_text_color\":\"#ffffff\",\"layer_text_font_size\":\"24\",\"layer_text_line_height\":\"\",\"layer_text_font_style\":\"normal\",\"layer_text_font_weight\":\"400\",\"layer_text_font_family\":\"\",\"layer_text_indent\":\"\",\"layer_images\":\"\",\"layer_images_update\":\"\",\"preview_name_layer\":\"\",\"data-width\":\"\",\"data-height\":\"\",\"data-depth\":\"\",\"data-horizontal\":\"950\",\"data-vertical\":\"514\",\"css-class\":\"desc-slider\",\"sortOrder\":3,\"data-position\":\"topLeft\",\"data-show-transition\":\"left\",\"data-show-offset\":\"900\",\"data-show-duration\":\"900\",\"data-show-delay\":\"900\",\"data-hide-transition\":\"down\",\"data-hide-duration\":\"200\",\"data-hide-offset\":\"\",\"data-hide-delay\":\"\",\"data-stay-duration\":\"\",\"image_params\":\"\",\"layer_general_params\":\"\"},\"4\":{\"layer_text_html\":\"<a class=\\\"link-slider\\\" href=\\\"panties.html\\\">Shop now!</a>\",\"layer_text_width\":\"750\",\"layer_text_height\":\"\",\"layer_text_back_color\":\"\",\"layer_text_back_opacity\":\"\",\"layer_text_color\":\"\",\"layer_text_font_size\":\"16\",\"layer_text_line_height\":\"60\",\"layer_text_font_style\":\"normal\",\"layer_text_font_weight\":\"400\",\"layer_text_font_family\":\"\",\"layer_text_indent\":\"\",\"layer_images\":\"\",\"layer_images_update\":\"\",\"preview_name_layer\":\"\",\"data-width\":\"\",\"data-height\":\"\",\"data-depth\":\"\",\"data-horizontal\":\"1100\",\"data-vertical\":\"598\",\"css-class\":\"button-slider top-min\",\"sortOrder\":4,\"data-position\":\"topLeft\",\"data-show-transition\":\"left\",\"data-show-offset\":\"1100\",\"data-show-duration\":\"1100\",\"data-show-delay\":\"1100\",\"data-hide-transition\":\"down\",\"data-hide-duration\":\"200\",\"data-hide-offset\":\"\",\"data-hide-delay\":\"\",\"data-stay-duration\":\"\",\"image_params\":\"\",\"layer_general_params\":\"\"}}',NULL),('5','2','item-2_2',1,'wysiwyg/slider_2_2.jpg','{\"image\":\"wysiwyg/slider_2_2.jpg\",\"preview_width\":\"\",\"preview_height\":\"\"}','{\"1\":{\"layer_text_html\":\"2 for $30\",\"layer_text_width\":\"750\",\"layer_text_height\":\"\",\"layer_text_back_color\":\"\",\"layer_text_back_opacity\":\"\",\"layer_text_color\":\"#fd5397\",\"layer_text_font_size\":\"84\",\"layer_text_line_height\":\"\",\"layer_text_font_style\":\"normal\",\"layer_text_font_weight\":\"900\",\"layer_text_font_family\":\"\",\"layer_text_indent\":\"\",\"layer_images\":\"\",\"layer_images_update\":\"\",\"preview_name_layer\":\"\",\"data-width\":\"\",\"data-height\":\"\",\"data-depth\":\"\",\"data-horizontal\":\"509\",\"data-vertical\":\"314\",\"css-class\":\"title-slider\",\"sortOrder\":1,\"data-position\":\"topLeft\",\"data-show-transition\":\"left\",\"data-show-offset\":\"500\",\"data-show-duration\":\"500\",\"data-show-delay\":\"500\",\"data-hide-transition\":\"down\",\"data-hide-duration\":\"200\",\"data-hide-offset\":\"\",\"data-hide-delay\":\"\",\"data-stay-duration\":\"\",\"image_params\":\"\",\"layer_general_params\":\"\"},\"2\":{\"layer_text_html\":\"Must have items <br />\\r\\nmore styles, more colors!\",\"layer_text_width\":\"\",\"layer_text_height\":\"\",\"layer_text_back_color\":\"\",\"layer_text_back_opacity\":\"\",\"layer_text_color\":\"#000000\",\"layer_text_font_size\":\"24\",\"layer_text_line_height\":\"28\",\"layer_text_font_style\":\"normal\",\"layer_text_font_family\":\"\",\"layer_text_indent\":\"\",\"layer_images\":\"\",\"layer_images_update\":\"\",\"preview_name_layer\":\"\",\"data-width\":\"\",\"data-height\":\"\",\"data-depth\":\"\",\"data-horizontal\":\"548\",\"data-vertical\":\"385\",\"css-class\":\"desc-slider text-center\",\"sortOrder\":2,\"data-position\":\"topLeft\",\"data-show-transition\":\"right\",\"data-show-offset\":\"700\",\"data-show-duration\":\"700\",\"data-show-delay\":\"700\",\"data-hide-transition\":\"down\",\"data-hide-duration\":\"200\",\"data-hide-offset\":\"\",\"data-hide-delay\":\"\",\"data-stay-duration\":\"\",\"image_params\":\"\",\"layer_general_params\":\"\"},\"3\":{\"layer_text_html\":\"<a class=\\\"link-slider\\\" href=\\\"panties.html\\\">Shop now!</a>\",\"layer_text_width\":\"750\",\"layer_text_height\":\"\",\"layer_text_back_color\":\"\",\"layer_text_back_opacity\":\"\",\"layer_text_color\":\"\",\"layer_text_font_size\":\"16\",\"layer_text_line_height\":\"60\",\"layer_text_font_style\":\"normal\",\"layer_text_font_weight\":\"400\",\"layer_text_font_family\":\"\",\"layer_text_indent\":\"\",\"layer_images\":\"\",\"layer_images_update\":\"\",\"preview_name_layer\":\"\",\"data-width\":\"\",\"data-height\":\"\",\"data-depth\":\"\",\"data-horizontal\":\"605\",\"data-vertical\":\"490\",\"css-class\":\"button-slider\",\"sortOrder\":3,\"data-position\":\"topLeft\",\"data-show-transition\":\"down\",\"data-show-offset\":\"900\",\"data-show-duration\":\"900\",\"data-show-delay\":\"900\",\"data-hide-transition\":\"down\",\"data-hide-duration\":\"200\",\"data-hide-offset\":\"\",\"data-hide-delay\":\"\",\"data-stay-duration\":\"\",\"image_params\":\"\",\"layer_general_params\":\"\"}}',NULL),('6','2','item-3_2',1,'wysiwyg/slider_3_2.jpg','{\"image\":\"wysiwyg/slider_3_2.jpg\",\"preview_width\":\"\",\"preview_height\":\"\"}','{\"1\":{\"layer_text_html\":\"Models from<br />\\r\\nTop Designers. \",\"layer_text_width\":\"\",\"layer_text_height\":\"\",\"layer_text_back_color\":\"\",\"layer_text_back_opacity\":\"\",\"layer_text_color\":\"#ffffff\",\"layer_text_font_size\":\"64\",\"layer_text_line_height\":\"88\",\"layer_text_font_style\":\"normal\",\"layer_text_font_weight\":\"600\",\"layer_text_font_family\":\"\",\"layer_text_indent\":\"\",\"layer_images\":\"\",\"layer_images_update\":\"\",\"preview_name_layer\":\"\",\"data-width\":\"\",\"data-height\":\"\",\"data-depth\":\"\",\"data-horizontal\":\"\",\"data-vertical\":\"205\",\"css-class\":\"title-slider text-center\",\"sortOrder\":1,\"data-position\":\"topCenter\",\"data-show-transition\":\"left\",\"data-show-offset\":\"500\",\"data-show-duration\":\"500\",\"data-show-delay\":\"500\",\"data-hide-transition\":\"down\",\"data-hide-duration\":\"200\",\"data-hide-offset\":\"\",\"data-hide-delay\":\"\",\"data-stay-duration\":\"\",\"image_params\":\"\",\"layer_general_params\":\"\"},\"2\":{\"layer_text_html\":\"Stay elegant, look and feel new. \",\"layer_text_width\":\"\",\"layer_text_height\":\"\",\"layer_text_back_color\":\"\",\"layer_text_back_opacity\":\"\",\"layer_text_color\":\"#ffffff\",\"layer_text_font_size\":\"24\",\"layer_text_line_height\":\"\",\"layer_text_font_style\":\"normal\",\"layer_text_font_weight\":\"400\",\"layer_text_font_family\":\"\",\"layer_text_indent\":\"\",\"layer_images\":\"\",\"layer_images_update\":\"\",\"preview_name_layer\":\"\",\"data-width\":\"\",\"data-height\":\"\",\"data-depth\":\"\",\"data-horizontal\":\"\",\"data-vertical\":\"430\",\"css-class\":\"desc-slider\",\"sortOrder\":2,\"data-position\":\"topCenter\",\"data-show-transition\":\"right\",\"data-show-offset\":\"700\",\"data-show-duration\":\"700\",\"data-show-delay\":\"700\",\"data-hide-transition\":\"down\",\"data-hide-duration\":\"200\",\"data-hide-offset\":\"\",\"data-hide-delay\":\"\",\"data-stay-duration\":\"\",\"image_params\":\"\",\"layer_general_params\":\"\"},\"3\":{\"layer_text_html\":\"<a class=\\\"link-slider\\\" href=\\\"panties.html\\\">Shop now!</a>\",\"layer_text_width\":\"\",\"layer_text_height\":\"\",\"layer_text_back_color\":\"\",\"layer_text_back_opacity\":\"\",\"layer_text_color\":\"\",\"layer_text_font_size\":\"16\",\"layer_text_line_height\":\"60\",\"layer_text_font_style\":\"normal\",\"layer_text_font_weight\":\"400\",\"layer_text_font_family\":\"\",\"layer_text_indent\":\"\",\"layer_images\":\"\",\"layer_images_update\":\"\",\"preview_name_layer\":\"\",\"data-width\":\"\",\"data-height\":\"\",\"data-depth\":\"\",\"data-horizontal\":\"\",\"data-vertical\":\"512\",\"css-class\":\"button-slider\",\"sortOrder\":3,\"data-position\":\"topCenter\",\"data-show-transition\":\"down\",\"data-show-offset\":\"900\",\"data-show-duration\":\"900\",\"data-show-delay\":\"900\",\"data-hide-transition\":\"down\",\"data-hide-duration\":\"200\",\"data-hide-offset\":\"\",\"data-hide-delay\":\"\",\"data-stay-duration\":\"\",\"image_params\":\"\",\"layer_general_params\":\"\"}}',NULL),('19','7','item-1',1,'wysiwyg/slider_lingerie_1.jpg','{\"image\":\"wysiwyg/slider_lingerie_1.jpg\",\"preview_width\":\"\",\"preview_height\":\"\"}','{\"1\":{\"layer_text_html\":\"Stay elegant, look and feel new. \",\"layer_text_width\":\"\",\"layer_text_height\":\"\",\"layer_text_back_color\":\"\",\"layer_text_back_opacity\":\"\",\"layer_text_color\":\"#ffffff\",\"layer_text_font_size\":\"24\",\"layer_text_line_height\":\"\",\"layer_text_font_style\":\"normal\",\"layer_text_font_weight\":\"400\",\"layer_text_font_family\":\"\",\"layer_text_indent\":\"\",\"layer_images\":\"\",\"layer_images_update\":\"\",\"preview_name_layer\":\"\",\"data-width\":\"\",\"data-height\":\"\",\"data-depth\":\"\",\"data-horizontal\":\"\",\"data-vertical\":\"220\",\"css-class\":\"slog-slider\",\"sortOrder\":1,\"data-position\":\"topCenter\",\"data-show-transition\":\"right\",\"data-show-offset\":\"700\",\"data-show-duration\":\"700\",\"data-show-delay\":\"700\",\"data-hide-transition\":\"down\",\"data-hide-duration\":\"200\",\"data-hide-offset\":\"\",\"data-hide-delay\":\"\",\"data-stay-duration\":\"\",\"image_params\":\"\",\"layer_general_params\":\"\"},\"2\":{\"layer_text_html\":\"Models from <br />\\r\\nTop Designers\",\"layer_text_width\":\"\",\"layer_text_height\":\"\",\"layer_text_back_color\":\"\",\"layer_text_back_opacity\":\"\",\"layer_text_color\":\"#ffffff\",\"layer_text_font_size\":\"114\",\"layer_text_line_height\":\"118\",\"layer_text_font_style\":\"normal\",\"layer_text_font_weight\":\"600\",\"layer_text_font_family\":\"\",\"layer_text_indent\":\"\",\"layer_images\":\"\",\"layer_images_update\":\"\",\"preview_name_layer\":\"\",\"data-width\":\"\",\"data-height\":\"\",\"data-depth\":\"\",\"data-horizontal\":\"\",\"data-vertical\":\"285\",\"css-class\":\"title-slider text-center\",\"sortOrder\":2,\"data-position\":\"topCenter\",\"data-show-transition\":\"left\",\"data-show-offset\":\"900\",\"data-show-duration\":\"900\",\"data-show-delay\":\"900\",\"data-hide-transition\":\"down\",\"data-hide-duration\":\"200\",\"data-hide-offset\":\"\",\"data-hide-delay\":\"\",\"data-stay-duration\":\"\",\"image_params\":\"\",\"layer_general_params\":\"\"},\"3\":{\"layer_text_html\":\"<a class=\\\"link-slider\\\" href=\\\"panties.html\\\">Shop now!</a>\",\"layer_text_width\":\"\",\"layer_text_height\":\"\",\"layer_text_back_color\":\"\",\"layer_text_back_opacity\":\"\",\"layer_text_color\":\"\",\"layer_text_font_size\":\"16\",\"layer_text_line_height\":\"60\",\"layer_text_font_style\":\"normal\",\"layer_text_font_weight\":\"400\",\"layer_text_font_family\":\"\",\"layer_text_indent\":\"\",\"layer_images\":\"\",\"layer_images_update\":\"\",\"preview_name_layer\":\"\",\"data-width\":\"\",\"data-height\":\"\",\"data-depth\":\"\",\"data-horizontal\":\"\",\"data-vertical\":\"568\",\"css-class\":\"button-slider\",\"sortOrder\":3,\"data-position\":\"topCenter\",\"data-show-transition\":\"up\",\"data-show-offset\":\"1100\",\"data-show-duration\":\"1100\",\"data-show-delay\":\"1100\",\"data-hide-transition\":\"down\",\"data-hide-duration\":\"200\",\"data-hide-offset\":\"\",\"data-hide-delay\":\"\",\"data-stay-duration\":\"\",\"image_params\":\"\",\"layer_general_params\":\"\"}}',NULL),('20','7','item-2',1,'wysiwyg/slider_lingerie_2.jpg','{\"image\":\"wysiwyg/slider_lingerie_2.jpg\",\"preview_width\":\"\",\"preview_height\":\"\"}','{\"1\":{\"layer_text_html\":\"What\'s Hot Now?\",\"layer_text_width\":\"\",\"layer_text_height\":\"\",\"layer_text_back_color\":\"\",\"layer_text_back_opacity\":\"\",\"layer_text_color\":\"#ffffff\",\"layer_text_font_size\":\"34\",\"layer_text_line_height\":\"\",\"layer_text_font_style\":\"normal\",\"layer_text_font_weight\":\"400\",\"layer_text_font_family\":\"\",\"layer_text_indent\":\"\",\"layer_images\":\"\",\"layer_images_update\":\"\",\"preview_name_layer\":\"\",\"data-width\":\"\",\"data-height\":\"\",\"data-depth\":\"\",\"data-horizontal\":\"\",\"data-vertical\":\"225\",\"css-class\":\"slog-slider\",\"sortOrder\":1,\"data-position\":\"topCenter\",\"data-show-transition\":\"down\",\"data-show-offset\":\"500\",\"data-show-duration\":\"500\",\"data-show-delay\":\"500\",\"data-hide-transition\":\"down\",\"data-hide-duration\":\"200\",\"data-hide-offset\":\"\",\"data-hide-delay\":\"\",\"data-stay-duration\":\"\",\"image_params\":\"\",\"layer_general_params\":\"\"},\"2\":{\"layer_text_html\":\"The Hottest <br />\\r\\nCollection\",\"layer_text_width\":\"\",\"layer_text_height\":\"\",\"layer_text_back_color\":\"\",\"layer_text_back_opacity\":\"\",\"layer_text_color\":\"#ffffff\",\"layer_text_font_size\":\"114\",\"layer_text_line_height\":\"118\",\"layer_text_font_style\":\"normal\",\"layer_text_font_weight\":\"700\",\"layer_text_font_family\":\"\",\"layer_text_indent\":\"\",\"layer_images\":\"\",\"layer_images_update\":\"\",\"preview_name_layer\":\"\",\"data-width\":\"\",\"data-height\":\"\",\"data-depth\":\"\",\"data-horizontal\":\"\",\"data-vertical\":\"290\",\"css-class\":\"title-slider text-center\",\"sortOrder\":2,\"data-position\":\"topCenter\",\"data-show-transition\":\"left\",\"data-show-offset\":\"700\",\"data-show-duration\":\"700\",\"data-show-delay\":\"700\",\"data-hide-transition\":\"down\",\"data-hide-duration\":\"200\",\"data-hide-offset\":\"\",\"data-hide-delay\":\"\",\"data-stay-duration\":\"\",\"image_params\":\"\",\"layer_general_params\":\"\"},\"3\":{\"layer_text_html\":\"New styles, bright colors, creative designs.\",\"layer_text_width\":\"\",\"layer_text_height\":\"\",\"layer_text_back_color\":\"\",\"layer_text_back_opacity\":\"\",\"layer_text_color\":\"#ffffff\",\"layer_text_font_size\":\"24\",\"layer_text_line_height\":\"\",\"layer_text_font_style\":\"normal\",\"layer_text_font_weight\":\"400\",\"layer_text_font_family\":\"\",\"layer_text_indent\":\"\",\"layer_images\":\"\",\"layer_images_update\":\"\",\"preview_name_layer\":\"\",\"data-width\":\"\",\"data-height\":\"\",\"data-depth\":\"\",\"data-horizontal\":\"\",\"data-vertical\":\"523\",\"css-class\":\"desc-slider\",\"sortOrder\":3,\"data-position\":\"topCenter\",\"data-show-transition\":\"right\",\"data-show-offset\":\"900\",\"data-show-duration\":\"900\",\"data-show-delay\":\"900\",\"data-hide-transition\":\"down\",\"data-hide-duration\":\"200\",\"data-hide-offset\":\"\",\"data-hide-delay\":\"\",\"data-stay-duration\":\"\",\"image_params\":\"\",\"layer_general_params\":\"\"},\"4\":{\"layer_text_html\":\"<a class=\\\"link-slider\\\" href=\\\"panties.html\\\">Shop now!</a>\",\"layer_text_width\":\"\",\"layer_text_height\":\"\",\"layer_text_back_color\":\"\",\"layer_text_back_opacity\":\"\",\"layer_text_color\":\"\",\"layer_text_font_size\":\"16\",\"layer_text_line_height\":\"60\",\"layer_text_font_style\":\"normal\",\"layer_text_font_weight\":\"400\",\"layer_text_font_family\":\"\",\"layer_text_indent\":\"\",\"layer_images\":\"\",\"layer_images_update\":\"\",\"preview_name_layer\":\"\",\"data-width\":\"\",\"data-height\":\"\",\"data-depth\":\"\",\"data-horizontal\":\"\",\"data-vertical\":\"600\",\"css-class\":\"button-slider\",\"sortOrder\":4,\"data-position\":\"topCenter\",\"data-show-transition\":\"up\",\"data-show-offset\":\"1100\",\"data-show-duration\":\"1100\",\"data-show-delay\":\"1100\",\"data-hide-transition\":\"down\",\"data-hide-duration\":\"200\",\"data-hide-offset\":\"\",\"data-hide-delay\":\"\",\"data-stay-duration\":\"\",\"image_params\":\"\",\"layer_general_params\":\"\"}}',NULL),('21','7','item-3',1,'wysiwyg/slider_lingerie_3.jpg','{\"image\":\"wysiwyg/slider_lingerie_3.jpg\",\"preview_width\":\"\",\"preview_height\":\"\"}','{\"1\":{\"layer_text_html\":\"2 for $30\",\"layer_text_width\":\"\",\"layer_text_height\":\"\",\"layer_text_back_color\":\"\",\"layer_text_back_opacity\":\"\",\"layer_text_color\":\"#ffffff\",\"layer_text_font_size\":\"114\",\"layer_text_line_height\":\"\",\"layer_text_font_style\":\"normal\",\"layer_text_font_weight\":\"800\",\"layer_text_font_family\":\"\",\"layer_text_indent\":\"\",\"layer_images\":\"\",\"layer_images_update\":\"\",\"preview_name_layer\":\"\",\"data-width\":\"\",\"data-height\":\"\",\"data-depth\":\"\",\"data-horizontal\":\"\",\"data-vertical\":\"265\",\"css-class\":\"title-slider \",\"sortOrder\":1,\"data-position\":\"topCenter\",\"data-show-transition\":\"left\",\"data-show-offset\":\"500\",\"data-show-duration\":\"500\",\"data-show-delay\":\"500\",\"data-hide-transition\":\"down\",\"data-hide-duration\":\"200\",\"data-hide-offset\":\"\",\"data-hide-delay\":\"\",\"data-stay-duration\":\"\",\"image_params\":\"\",\"layer_general_params\":\"\"},\"2\":{\"layer_text_html\":\"Must have items <br />\\r\\nmore styles, more colors!\",\"layer_text_width\":\"\",\"layer_text_height\":\"\",\"layer_text_back_color\":\"\",\"layer_text_back_opacity\":\"\",\"layer_text_color\":\"#ffffff\",\"layer_text_font_size\":\"34\",\"layer_text_line_height\":\"48\",\"layer_text_font_style\":\"normal\",\"layer_text_font_weight\":\"400\",\"layer_text_font_family\":\"\",\"layer_text_indent\":\"\",\"layer_images\":\"\",\"layer_images_update\":\"\",\"preview_name_layer\":\"\",\"data-width\":\"\",\"data-height\":\"\",\"data-depth\":\"\",\"data-horizontal\":\"\",\"data-vertical\":\"380\",\"css-class\":\"desc-slider text-center\",\"sortOrder\":2,\"data-position\":\"topCenter\",\"data-show-transition\":\"right\",\"data-show-offset\":\"700\",\"data-show-duration\":\"700\",\"data-show-delay\":\"700\",\"data-hide-transition\":\"down\",\"data-hide-duration\":\"200\",\"data-hide-offset\":\"\",\"data-hide-delay\":\"\",\"data-stay-duration\":\"\",\"image_params\":\"\",\"layer_general_params\":\"\"},\"3\":{\"layer_text_html\":\"<a class=\\\"link-slider\\\" href=\\\"panties.html\\\">Shop now!</a>\",\"layer_text_width\":\"\",\"layer_text_height\":\"\",\"layer_text_back_color\":\"\",\"layer_text_back_opacity\":\"\",\"layer_text_color\":\"\",\"layer_text_font_size\":\"16\",\"layer_text_line_height\":\"60\",\"layer_text_font_style\":\"normal\",\"layer_text_font_weight\":\"400\",\"layer_text_font_family\":\"\",\"layer_text_indent\":\"\",\"layer_images\":\"\",\"layer_images_update\":\"\",\"preview_name_layer\":\"\",\"data-width\":\"\",\"data-height\":\"\",\"data-depth\":\"\",\"data-horizontal\":\"\",\"data-vertical\":\"534\",\"css-class\":\"button-slider\",\"sortOrder\":3,\"data-position\":\"topCenter\",\"data-show-transition\":\"up\",\"data-show-offset\":\"900\",\"data-show-duration\":\"900\",\"data-show-delay\":\"900\",\"data-hide-transition\":\"down\",\"data-hide-duration\":\"200\",\"data-hide-offset\":\"\",\"data-hide-delay\":\"\",\"data-stay-duration\":\"\",\"image_params\":\"\",\"layer_general_params\":\"\"}}',NULL);
/*!40000 ALTER TABLE `film_slider_item` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `film_slider_store`
--

DROP TABLE IF EXISTS `film_slider_store`;
CREATE TABLE `film_slider_store` (
  `slider_id` int(10) unsigned NOT NULL COMMENT 'Slider ID',
  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store ID',
  PRIMARY KEY (`slider_id`,`store_id`),
  KEY `FILM_SLIDER_STORE_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Film Slider To Store Linkage Table';

--
-- Dumping data for table `film_slider_store`
--

LOCK TABLES `film_slider_store` WRITE;
/*!40000 ALTER TABLE `film_slider_store` DISABLE KEYS */;
INSERT INTO `film_slider_store` VALUES ('2',0),('7',0);
/*!40000 ALTER TABLE `film_slider_store` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `flag`
--

DROP TABLE IF EXISTS `flag`;
CREATE TABLE `flag` (
  `flag_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Flag Id',
  `flag_code` varchar(255) NOT NULL COMMENT 'Flag Code',
  `state` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Flag State',
  `flag_data` text COMMENT 'Flag Data',
  `last_update` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Date of Last Flag Update',
  PRIMARY KEY (`flag_id`),
  KEY `FLAG_LAST_UPDATE` (`last_update`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Flag';

--
-- Dumping data for table `flag`
--

LOCK TABLES `flag` WRITE;
/*!40000 ALTER TABLE `flag` DISABLE KEYS */;
INSERT INTO `flag` VALUES ('1','catalog_website_attribute_is_sync_required',0,'2','2017-11-25 19:35:39'),('2','analytics_link_attempts_reverse_counter',0,'24','2017-12-25 15:24:44');
/*!40000 ALTER TABLE `flag` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `gift_message`
--

DROP TABLE IF EXISTS `gift_message`;
CREATE TABLE `gift_message` (
  `gift_message_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'GiftMessage Id',
  `customer_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Customer id',
  `sender` varchar(255) DEFAULT NULL COMMENT 'Sender',
  `recipient` varchar(255) DEFAULT NULL COMMENT 'Registrant',
  `message` text COMMENT 'Message',
  PRIMARY KEY (`gift_message_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Gift Message';

--
-- Table structure for table `googleoptimizer_code`
--

DROP TABLE IF EXISTS `googleoptimizer_code`;
CREATE TABLE `googleoptimizer_code` (
  `code_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Google experiment code id',
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Optimized entity id product id or catalog id',
  `entity_type` varchar(50) DEFAULT NULL COMMENT 'Optimized entity type',
  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store id',
  `experiment_script` text COMMENT 'Google experiment script',
  PRIMARY KEY (`code_id`),
  UNIQUE KEY `GOOGLEOPTIMIZER_CODE_STORE_ID_ENTITY_ID_ENTITY_TYPE` (`store_id`,`entity_id`,`entity_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Google Experiment code';

--
-- Table structure for table `import_history`
--

DROP TABLE IF EXISTS `import_history`;
CREATE TABLE `import_history` (
  `history_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'History record Id',
  `started_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Started at',
  `user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'User ID',
  `imported_file` varchar(255) DEFAULT NULL COMMENT 'Imported file',
  `execution_time` varchar(255) DEFAULT NULL COMMENT 'Execution time',
  `summary` varchar(255) DEFAULT NULL COMMENT 'Summary',
  `error_file` varchar(255) NOT NULL COMMENT 'Imported file with errors',
  PRIMARY KEY (`history_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Import history table';

--
-- Table structure for table `importexport_importdata`
--

DROP TABLE IF EXISTS `importexport_importdata`;
CREATE TABLE `importexport_importdata` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Id',
  `entity` varchar(50) NOT NULL COMMENT 'Entity',
  `behavior` varchar(10) NOT NULL DEFAULT 'append' COMMENT 'Behavior',
  `data` longtext COMMENT 'Data',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Import Data Table';

--
-- Table structure for table `indexer_state`
--

DROP TABLE IF EXISTS `indexer_state`;
CREATE TABLE `indexer_state` (
  `state_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Indexer State Id',
  `indexer_id` varchar(255) DEFAULT NULL COMMENT 'Indexer Id',
  `status` varchar(16) DEFAULT 'invalid' COMMENT 'Indexer Status',
  `updated` datetime DEFAULT NULL COMMENT 'Indexer Status',
  `hash_config` varchar(32) NOT NULL COMMENT 'Hash of indexer config',
  PRIMARY KEY (`state_id`),
  KEY `INDEXER_STATE_INDEXER_ID` (`indexer_id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8 COMMENT='Indexer State';

--
-- Dumping data for table `indexer_state`
--

LOCK TABLES `indexer_state` WRITE;
/*!40000 ALTER TABLE `indexer_state` DISABLE KEYS */;
INSERT INTO `indexer_state` VALUES ('1','design_config_grid','valid','2017-12-27 09:53:13','34ec592bfa6c952bed4d0a1d58c98770'),('2','customer_grid','valid','2017-12-27 09:53:13','b9632e06cf957d6e8103eb236ca38cc1'),('3','catalog_category_product','valid','2017-12-27 09:53:16','2124d5bfcd83b609c67eee94a0e4708c'),('4','catalog_product_category','valid','2017-10-21 08:08:09','77b6356629f3259568a68ea64c773238'),('5','catalog_product_price','valid','2017-12-27 09:53:16','2c3434338353a47cb4c5783800c0bdbe'),('6','catalog_product_attribute','valid','2017-12-27 09:53:17','f73cae77ec4dee3b587a60a2f38dd26a'),('7','cataloginventory_stock','valid','2017-12-27 09:53:17','1bf66e64558a5171e523b32f25cb99ca'),('8','catalogrule_rule','valid','2017-12-27 09:53:17','c4f8344a2e6a7d8ebc065631454a4724'),('9','catalogrule_product','valid','2017-10-21 08:08:56','667205576ee3764b1ee81c4a076d10ae'),('10','catalogsearch_fulltext','valid','2017-12-27 09:53:19','cc2d2701487ee835df4e72b15254852b'),('11','catalog_category_flat','valid','2017-12-27 09:53:15','e6a117e283e0ea6606bb6609429350ec'),('12','catalog_product_flat','valid','2017-12-27 09:53:14','4bab4debcc94e5fee020709a540eb42d');
/*!40000 ALTER TABLE `indexer_state` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `integration`
--

DROP TABLE IF EXISTS `integration`;
CREATE TABLE `integration` (
  `integration_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Integration ID',
  `name` varchar(255) NOT NULL COMMENT 'Integration name is displayed in the admin interface',
  `email` varchar(255) NOT NULL COMMENT 'Email address of the contact person',
  `endpoint` varchar(255) DEFAULT NULL COMMENT 'Endpoint for posting consumer credentials',
  `status` smallint(5) unsigned NOT NULL COMMENT 'Integration status',
  `consumer_id` int(10) unsigned DEFAULT NULL COMMENT 'Oauth consumer',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Creation Time',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP COMMENT 'Update Time',
  `setup_type` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Integration type - manual or config file',
  `identity_link_url` varchar(255) DEFAULT NULL COMMENT 'Identity linking Url',
  PRIMARY KEY (`integration_id`),
  UNIQUE KEY `INTEGRATION_NAME` (`name`),
  UNIQUE KEY `INTEGRATION_CONSUMER_ID` (`consumer_id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COMMENT='integration';

--
-- Dumping data for table `integration`
--

LOCK TABLES `integration` WRITE;
/*!40000 ALTER TABLE `integration` DISABLE KEYS */;
INSERT INTO `integration` VALUES ('5','Magento Social','social-support@magento.com','https://fbapp.ezsocialshop.com/facebook/index.php/magento_auth',2,'5','2018-01-19 14:48:34','2018-01-19 14:48:34',1,'https://fbapp.ezsocialshop.com/facebook/index.php/magento2/show_magento_success_popup');
/*!40000 ALTER TABLE `integration` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `layout_link`
--

DROP TABLE IF EXISTS `layout_link`;
CREATE TABLE `layout_link` (
  `layout_link_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Link Id',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store Id',
  `theme_id` int(10) unsigned NOT NULL COMMENT 'Theme id',
  `layout_update_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Layout Update Id',
  `is_temporary` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Defines whether Layout Update is Temporary',
  PRIMARY KEY (`layout_link_id`),
  KEY `LAYOUT_LINK_LAYOUT_UPDATE_ID` (`layout_update_id`),
  KEY `LAYOUT_LINK_STORE_ID_THEME_ID_LAYOUT_UPDATE_ID_IS_TEMPORARY` (`store_id`,`theme_id`,`layout_update_id`,`is_temporary`),
  KEY `LAYOUT_LINK_THEME_ID_THEME_THEME_ID` (`theme_id`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8 COMMENT='Layout Link';

--
-- Dumping data for table `layout_link`
--

LOCK TABLES `layout_link` WRITE;
/*!40000 ALTER TABLE `layout_link` DISABLE KEYS */;
INSERT INTO `layout_link` VALUES ('1',1,'4','1',0),('5',1,'4','4',0),('6',1,'4','5',0),('7',1,'4','6',0),('8',1,'4','7',0),('9',1,'4','8',0),('10',1,'4','9',0),('2',2,'4','1',0),('11',2,'4','10',0),('12',2,'4','11',0),('13',2,'4','12',0),('14',2,'4','13',0),('15',2,'4','14',0),('16',3,'4','15',0);
/*!40000 ALTER TABLE `layout_link` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `layout_update`
--

DROP TABLE IF EXISTS `layout_update`;
CREATE TABLE `layout_update` (
  `layout_update_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Layout Update Id',
  `handle` varchar(255) DEFAULT NULL COMMENT 'Handle',
  `xml` text COMMENT 'Xml',
  `sort_order` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
  `updated_at` timestamp NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP COMMENT 'Last Update Timestamp',
  PRIMARY KEY (`layout_update_id`),
  KEY `LAYOUT_UPDATE_HANDLE` (`handle`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8 COMMENT='Layout Updates';

--
-- Dumping data for table `layout_update`
--

LOCK TABLES `layout_update` WRITE;
/*!40000 ALTER TABLE `layout_update` DISABLE KEYS */;
INSERT INTO `layout_update` VALUES ('1','cms_index_index','<body><referenceContainer name=\"page.top\"><block class=\"TemplateMonster\\FilmSlider\\Block\\Widget\\FilmSlider\" name=\"8b10e38004d031bb08d7ca567a685031\"><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">slider_id</argument><argument name=\"value\" xsi:type=\"string\">2</argument></action></block></referenceContainer></body>',1,'0000-00-00 00:00:00'),('4','cms_index_index','<body><referenceContainer name=\"content\"><block class=\"TemplateMonster\\FeaturedProduct\\Block\\FeaturedProduct\\Widget\\Product\" name=\"e1da3dfe3151f220641182e3053c3535\" template=\"widget/products-grid.phtml\"><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">product_types</argument><argument name=\"value\" xsi:type=\"string\">new_product</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">conditions_encoded</argument><argument name=\"value\" xsi:type=\"string\">^[`1`:^[`new_child`:``^]^]</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">css_class</argument><argument name=\"value\" xsi:type=\"string\">products-center</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">cache_lifetime</argument><argument name=\"value\" xsi:type=\"string\">0</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">product_image_width</argument><argument name=\"value\" xsi:type=\"string\">477</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">product_image_height</argument><argument name=\"value\" xsi:type=\"string\">609</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">product_name_length</argument><argument name=\"value\" xsi:type=\"string\">28</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">number_per_view</argument><argument name=\"value\" xsi:type=\"string\">10</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">show_carousel</argument><argument name=\"value\" xsi:type=\"string\">1</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">number_to_display</argument><argument name=\"value\" xsi:type=\"string\">4</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">use_arrows</argument><argument name=\"value\" xsi:type=\"string\">1</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">use_pagination</argument><argument name=\"value\" xsi:type=\"string\">0</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">show_label</argument><argument name=\"value\" xsi:type=\"string\">0</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">is_banner</argument><argument name=\"value\" xsi:type=\"string\">0</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">hover_type</argument><argument name=\"value\" xsi:type=\"string\">0</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">json_data</argument><argument name=\"value\" xsi:type=\"string\">{&#039;new_product&#039;:{&#039;title&#039;:&#039;New Products&#039;,&#039;label&#039;:&#039;New&#039;} }</argument></action></block></referenceContainer></body>',3,'0000-00-00 00:00:00'),('5','cms_index_index','<body><referenceContainer name=\"content\"><block class=\"Magento\\Cms\\Block\\Widget\\Block\" name=\"9bcb321f3be7d62ea90004b2de9bc42d\" template=\"widget/static_block/default.phtml\"><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">block_id</argument><argument name=\"value\" xsi:type=\"string\">11</argument></action></block></referenceContainer></body>',1,'0000-00-00 00:00:00'),('6','cms_index_index','<body><referenceContainer name=\"content\"><block class=\"Magento\\Cms\\Block\\Widget\\Block\" name=\"73d07ec882b0e49e0a9b653c99a3c4ba\" template=\"widget/static_block/default.phtml\"><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">block_id</argument><argument name=\"value\" xsi:type=\"string\">12</argument></action></block></referenceContainer></body>',2,'0000-00-00 00:00:00'),('7','cms_index_index','<body><referenceContainer name=\"content\"><block class=\"TemplateMonster\\FeaturedProduct\\Block\\FeaturedProduct\\Widget\\Product\" name=\"d06198d4414d8160180373395581b886\" template=\"widget/products-grid.phtml\"><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">product_types</argument><argument name=\"value\" xsi:type=\"string\">sale_product</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">conditions_encoded</argument><argument name=\"value\" xsi:type=\"string\">^[`1`:^[`new_child`:``^]^]</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">css_class</argument><argument name=\"value\" xsi:type=\"string\">products-center</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">cache_lifetime</argument><argument name=\"value\" xsi:type=\"string\">0</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">product_image_width</argument><argument name=\"value\" xsi:type=\"string\">477</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">product_image_height</argument><argument name=\"value\" xsi:type=\"string\">609</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">product_name_length</argument><argument name=\"value\" xsi:type=\"string\">28</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">number_per_view</argument><argument name=\"value\" xsi:type=\"string\">10</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">show_carousel</argument><argument name=\"value\" xsi:type=\"string\">1</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">number_to_display</argument><argument name=\"value\" xsi:type=\"string\">4</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">use_arrows</argument><argument name=\"value\" xsi:type=\"string\">1</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">use_pagination</argument><argument name=\"value\" xsi:type=\"string\">0</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">show_label</argument><argument name=\"value\" xsi:type=\"string\">0</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">is_banner</argument><argument name=\"value\" xsi:type=\"string\">0</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">hover_type</argument><argument name=\"value\" xsi:type=\"string\">0</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">json_data</argument><argument name=\"value\" xsi:type=\"string\">{&#039;sale_product&#039;:{&#039;title&#039;:&#039;Special Products&#039;,&#039;label&#039;:&#039;Sale&#039;} }</argument></action></block></referenceContainer></body>',5,'0000-00-00 00:00:00'),('8','cms_index_index','<body><referenceContainer name=\"content\"><block class=\"TemplateMonster\\ShopByBrand\\Block\\Widget\\Brand\" name=\"0ec0a42466e3bfd9114adc74441bffb8\"><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">brands_amount</argument><argument name=\"value\" xsi:type=\"string\">6</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">show_carousel</argument><argument name=\"value\" xsi:type=\"string\">0</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">brands_per_row</argument><argument name=\"value\" xsi:type=\"string\">6</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">brands_logo_width</argument><argument name=\"value\" xsi:type=\"string\">200</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">show_brand_title</argument><argument name=\"value\" xsi:type=\"string\">0</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">brands</argument><argument name=\"value\" xsi:type=\"string\">1,2,3,4,5,6</argument></action></block></referenceContainer></body>',6,'0000-00-00 00:00:00'),('9','cms_index_index','<body><referenceContainer name=\"content\"><block class=\"Magento\\Cms\\Block\\Widget\\Block\" name=\"85a0bc96323eb30b29c0771311454954\" template=\"widget/static_block/default.phtml\"><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">block_id</argument><argument name=\"value\" xsi:type=\"string\">13</argument></action></block></referenceContainer></body>',7,'0000-00-00 00:00:00'),('10','cms_index_index','<body><referenceContainer name=\"content\"><block class=\"Magento\\Cms\\Block\\Widget\\Block\" name=\"b151455de0d1e2d804002fea70343105\" template=\"widget/static_block/default.phtml\"><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">block_id</argument><argument name=\"value\" xsi:type=\"string\">23</argument></action></block></referenceContainer></body>',10,'0000-00-00 00:00:00'),('11','cms_index_index','<body><referenceContainer name=\"content\"><block class=\"TemplateMonster\\FeaturedProduct\\Block\\FeaturedProduct\\Widget\\Product\" name=\"229e00b12f7138d136a79231cab188be\" template=\"widget/products-grid.phtml\"><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">product_types</argument><argument name=\"value\" xsi:type=\"string\">new_product</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">conditions_encoded</argument><argument name=\"value\" xsi:type=\"string\">^[`1`:^[`new_child`:``^]^]</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">css_class</argument><argument name=\"value\" xsi:type=\"string\">products-center</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">cache_lifetime</argument><argument name=\"value\" xsi:type=\"string\">0</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">product_image_width</argument><argument name=\"value\" xsi:type=\"string\">477</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">product_image_height</argument><argument name=\"value\" xsi:type=\"string\">609</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">product_name_length</argument><argument name=\"value\" xsi:type=\"string\">28</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">number_per_view</argument><argument name=\"value\" xsi:type=\"string\">8</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">show_carousel</argument><argument name=\"value\" xsi:type=\"string\">0</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">number_per_row</argument><argument name=\"value\" xsi:type=\"string\">4</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">show_label</argument><argument name=\"value\" xsi:type=\"string\">0</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">is_banner</argument><argument name=\"value\" xsi:type=\"string\">0</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">hover_type</argument><argument name=\"value\" xsi:type=\"string\">switcher</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">json_data</argument><argument name=\"value\" xsi:type=\"string\">{&#039;new_product&#039;:{&#039;title&#039;:&#039;New Products&#039;,&#039;label&#039;:&#039;New&#039;} }</argument></action></block></referenceContainer></body>',20,'0000-00-00 00:00:00'),('12','cms_index_index','<body><referenceContainer name=\"content\"><block class=\"Magento\\Cms\\Block\\Widget\\Block\" name=\"52825cef99c9677bf8246d1e1eb93025\" template=\"widget/static_block/default.phtml\"><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">block_id</argument><argument name=\"value\" xsi:type=\"string\">24</argument></action></block></referenceContainer></body>',30,'0000-00-00 00:00:00'),('13','cms_index_index','<body><referenceContainer name=\"content\"><block class=\"TemplateMonster\\Blog\\Block\\Widget\\PostList\" name=\"b4e78ef0318ecbf841983abaddabdc5e\" template=\"widget/post_grid.phtml\"><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">widget_status</argument><argument name=\"value\" xsi:type=\"string\">1</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">title</argument><argument name=\"value\" xsi:type=\"string\">From the Blog</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">post_title_length</argument><argument name=\"value\" xsi:type=\"string\">28</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">post_desc_length</argument><argument name=\"value\" xsi:type=\"string\">120</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">post_amount</argument><argument name=\"value\" xsi:type=\"string\">10</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">post_amount_per_row</argument><argument name=\"value\" xsi:type=\"string\">30</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">is_enable_carousel</argument><argument name=\"value\" xsi:type=\"string\">1</argument></action><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">post_amount_per_view</argument><argument name=\"value\" xsi:type=\"string\">3</argument></action></block></referenceContainer></body>',40,'0000-00-00 00:00:00'),('14','cms_index_index','<body><referenceContainer name=\"content\"><block class=\"Magento\\Cms\\Block\\Widget\\Block\" name=\"de57c96a4bfdab95236c45fbfb64a54c\" template=\"widget/static_block/default.phtml\"><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">block_id</argument><argument name=\"value\" xsi:type=\"string\">25</argument></action></block></referenceContainer></body>',50,'0000-00-00 00:00:00'),('15','cms_index_index','<body><referenceContainer name=\"page.top\"><block class=\"TemplateMonster\\FilmSlider\\Block\\Widget\\FilmSlider\" name=\"6763631d978c216cca26dfa62d28084d\"><action method=\"setData\"><argument name=\"name\" xsi:type=\"string\">slider_id</argument><argument name=\"value\" xsi:type=\"string\">7</argument></action></block></referenceContainer></body>',10,'0000-00-00 00:00:00');
/*!40000 ALTER TABLE `layout_update` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mview_state`
--

DROP TABLE IF EXISTS `mview_state`;
CREATE TABLE `mview_state` (
  `state_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'View State Id',
  `view_id` varchar(255) DEFAULT NULL COMMENT 'View Id',
  `mode` varchar(16) DEFAULT 'disabled' COMMENT 'View Mode',
  `status` varchar(16) DEFAULT 'idle' COMMENT 'View Status',
  `updated` datetime DEFAULT NULL COMMENT 'View updated time',
  `version_id` int(10) unsigned DEFAULT NULL COMMENT 'View Version Id',
  PRIMARY KEY (`state_id`),
  KEY `MVIEW_STATE_VIEW_ID` (`view_id`),
  KEY `MVIEW_STATE_MODE` (`mode`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='View State';

--
-- Table structure for table `newsletter_problem`
--

DROP TABLE IF EXISTS `newsletter_problem`;
CREATE TABLE `newsletter_problem` (
  `problem_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Problem Id',
  `subscriber_id` int(10) unsigned DEFAULT NULL COMMENT 'Subscriber Id',
  `queue_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Queue Id',
  `problem_error_code` int(10) unsigned DEFAULT '0' COMMENT 'Problem Error Code',
  `problem_error_text` varchar(200) DEFAULT NULL COMMENT 'Problem Error Text',
  PRIMARY KEY (`problem_id`),
  KEY `NEWSLETTER_PROBLEM_SUBSCRIBER_ID` (`subscriber_id`),
  KEY `NEWSLETTER_PROBLEM_QUEUE_ID` (`queue_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Newsletter Problems';

--
-- Table structure for table `newsletter_queue`
--

DROP TABLE IF EXISTS `newsletter_queue`;
CREATE TABLE `newsletter_queue` (
  `queue_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Queue Id',
  `template_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Template ID',
  `newsletter_type` int(11) DEFAULT NULL COMMENT 'Newsletter Type',
  `newsletter_text` text COMMENT 'Newsletter Text',
  `newsletter_styles` text COMMENT 'Newsletter Styles',
  `newsletter_subject` varchar(200) DEFAULT NULL COMMENT 'Newsletter Subject',
  `newsletter_sender_name` varchar(200) DEFAULT NULL COMMENT 'Newsletter Sender Name',
  `newsletter_sender_email` varchar(200) DEFAULT NULL COMMENT 'Newsletter Sender Email',
  `queue_status` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Queue Status',
  `queue_start_at` timestamp NULL DEFAULT NULL COMMENT 'Queue Start At',
  `queue_finish_at` timestamp NULL DEFAULT NULL COMMENT 'Queue Finish At',
  PRIMARY KEY (`queue_id`),
  KEY `NEWSLETTER_QUEUE_TEMPLATE_ID` (`template_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Newsletter Queue';

--
-- Table structure for table `newsletter_queue_link`
--

DROP TABLE IF EXISTS `newsletter_queue_link`;
CREATE TABLE `newsletter_queue_link` (
  `queue_link_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Queue Link Id',
  `queue_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Queue Id',
  `subscriber_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Subscriber Id',
  `letter_sent_at` timestamp NULL DEFAULT NULL COMMENT 'Letter Sent At',
  PRIMARY KEY (`queue_link_id`),
  KEY `NEWSLETTER_QUEUE_LINK_SUBSCRIBER_ID` (`subscriber_id`),
  KEY `NEWSLETTER_QUEUE_LINK_QUEUE_ID_LETTER_SENT_AT` (`queue_id`,`letter_sent_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Newsletter Queue Link';

--
-- Table structure for table `newsletter_queue_store_link`
--

DROP TABLE IF EXISTS `newsletter_queue_store_link`;
CREATE TABLE `newsletter_queue_store_link` (
  `queue_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Queue Id',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store Id',
  PRIMARY KEY (`queue_id`,`store_id`),
  KEY `NEWSLETTER_QUEUE_STORE_LINK_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Newsletter Queue Store Link';

--
-- Table structure for table `newsletter_subscriber`
--

DROP TABLE IF EXISTS `newsletter_subscriber`;
CREATE TABLE `newsletter_subscriber` (
  `subscriber_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Subscriber Id',
  `store_id` smallint(5) unsigned DEFAULT '0' COMMENT 'Store Id',
  `change_status_at` timestamp NULL DEFAULT NULL COMMENT 'Change Status At',
  `customer_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Customer Id',
  `subscriber_email` varchar(150) DEFAULT NULL COMMENT 'Subscriber Email',
  `subscriber_status` int(11) NOT NULL DEFAULT '0' COMMENT 'Subscriber Status',
  `subscriber_confirm_code` varchar(32) DEFAULT 'NULL' COMMENT 'Subscriber Confirm Code',
  PRIMARY KEY (`subscriber_id`),
  KEY `NEWSLETTER_SUBSCRIBER_CUSTOMER_ID` (`customer_id`),
  KEY `NEWSLETTER_SUBSCRIBER_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Newsletter Subscriber';

--
-- Table structure for table `newsletter_template`
--

DROP TABLE IF EXISTS `newsletter_template`;
CREATE TABLE `newsletter_template` (
  `template_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Template ID',
  `template_code` varchar(150) DEFAULT NULL COMMENT 'Template Code',
  `template_text` text COMMENT 'Template Text',
  `template_styles` text COMMENT 'Template Styles',
  `template_type` int(10) unsigned DEFAULT NULL COMMENT 'Template Type',
  `template_subject` varchar(200) DEFAULT NULL COMMENT 'Template Subject',
  `template_sender_name` varchar(200) DEFAULT NULL COMMENT 'Template Sender Name',
  `template_sender_email` varchar(200) DEFAULT NULL COMMENT 'Template Sender Email',
  `template_actual` smallint(5) unsigned DEFAULT '1' COMMENT 'Template Actual',
  `added_at` timestamp NULL DEFAULT NULL COMMENT 'Added At',
  `modified_at` timestamp NULL DEFAULT NULL COMMENT 'Modified At',
  PRIMARY KEY (`template_id`),
  KEY `NEWSLETTER_TEMPLATE_TEMPLATE_ACTUAL` (`template_actual`),
  KEY `NEWSLETTER_TEMPLATE_ADDED_AT` (`added_at`),
  KEY `NEWSLETTER_TEMPLATE_MODIFIED_AT` (`modified_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Newsletter Template';

--
-- Table structure for table `oauth_consumer`
--

DROP TABLE IF EXISTS `oauth_consumer`;
CREATE TABLE `oauth_consumer` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created At',
  `updated_at` timestamp NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP COMMENT 'Updated At',
  `name` varchar(255) NOT NULL COMMENT 'Name of consumer',
  `key` varchar(32) NOT NULL COMMENT 'Key code',
  `secret` varchar(32) NOT NULL COMMENT 'Secret code',
  `callback_url` text COMMENT 'Callback URL',
  `rejected_callback_url` text NOT NULL COMMENT 'Rejected callback URL',
  PRIMARY KEY (`entity_id`),
  UNIQUE KEY `OAUTH_CONSUMER_KEY` (`key`),
  UNIQUE KEY `OAUTH_CONSUMER_SECRET` (`secret`),
  KEY `OAUTH_CONSUMER_CREATED_AT` (`created_at`),
  KEY `OAUTH_CONSUMER_UPDATED_AT` (`updated_at`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COMMENT='OAuth Consumers';

--
-- Dumping data for table `oauth_consumer`
--

LOCK TABLES `oauth_consumer` WRITE;
/*!40000 ALTER TABLE `oauth_consumer` DISABLE KEYS */;
INSERT INTO `oauth_consumer` VALUES ('1','2017-10-21 08:05:06','0000-00-00 00:00:00','Integration1','h1xlrjiwjh7bvu1yjdq7mpsn6gc7bb03','ddwm5l33i136iomrdm4ydl3c1cryeuua',NULL,''),('2','2017-12-25 15:24:35','0000-00-00 00:00:00','Integration2','v2gc61qiefxv500euvgmau9s9oaf1oaq','p7rqifiyssmq0qw8x73n40gwbvjmio9x',NULL,''),('3','2017-12-26 08:26:35','0000-00-00 00:00:00','Integration3','fxt566kg7s50s31v7qxjhfov8piv9qsj','l0xprda8vcnwb0u32vcfq87lvf6h8os5',NULL,''),('4','2017-12-26 10:23:49','0000-00-00 00:00:00','Integration4','gytarvdy2skp8t7swwtq4q5bxcanqrax','4j8c1u5o9uo7yiqvffwvlkpm8lww325l',NULL,''),('5','2018-01-19 14:48:34','0000-00-00 00:00:00','Integration5','alipd1jpg0wn3ux0qycxv3t2ws84w0ek','x8y3oaouq3jk887l92evyum1fh1ykmed',NULL,'');
/*!40000 ALTER TABLE `oauth_consumer` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `oauth_nonce`
--

DROP TABLE IF EXISTS `oauth_nonce`;
CREATE TABLE `oauth_nonce` (
  `nonce` varchar(32) NOT NULL COMMENT 'Nonce String',
  `timestamp` int(10) unsigned NOT NULL COMMENT 'Nonce Timestamp',
  `consumer_id` int(10) unsigned NOT NULL COMMENT 'Consumer ID',
  UNIQUE KEY `OAUTH_NONCE_NONCE_CONSUMER_ID` (`nonce`,`consumer_id`),
  KEY `OAUTH_NONCE_CONSUMER_ID_OAUTH_CONSUMER_ENTITY_ID` (`consumer_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='OAuth Nonce';

--
-- Table structure for table `oauth_token`
--

DROP TABLE IF EXISTS `oauth_token`;
CREATE TABLE `oauth_token` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity ID',
  `consumer_id` int(10) unsigned DEFAULT NULL COMMENT 'Oauth Consumer ID',
  `admin_id` int(10) unsigned DEFAULT NULL COMMENT 'Admin user ID',
  `customer_id` int(10) unsigned DEFAULT NULL COMMENT 'Customer user ID',
  `type` varchar(16) NOT NULL COMMENT 'Token Type',
  `token` varchar(32) NOT NULL COMMENT 'Token',
  `secret` varchar(32) NOT NULL COMMENT 'Token Secret',
  `verifier` varchar(32) DEFAULT NULL COMMENT 'Token Verifier',
  `callback_url` text NOT NULL COMMENT 'Token Callback URL',
  `revoked` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Token revoked',
  `authorized` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Token authorized',
  `user_type` int(11) DEFAULT NULL COMMENT 'User type',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Token creation timestamp',
  PRIMARY KEY (`entity_id`),
  UNIQUE KEY `OAUTH_TOKEN_TOKEN` (`token`),
  KEY `OAUTH_TOKEN_CONSUMER_ID` (`consumer_id`),
  KEY `OAUTH_TOKEN_ADMIN_ID_ADMIN_USER_USER_ID` (`admin_id`),
  KEY `OAUTH_TOKEN_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` (`customer_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='OAuth Tokens';

--
-- Table structure for table `oauth_token_request_log`
--

DROP TABLE IF EXISTS `oauth_token_request_log`;
CREATE TABLE `oauth_token_request_log` (
  `log_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Log Id',
  `user_name` varchar(255) NOT NULL COMMENT 'Customer email or admin login',
  `user_type` smallint(5) unsigned NOT NULL COMMENT 'User type (admin or customer)',
  `failures_count` smallint(5) unsigned DEFAULT '0' COMMENT 'Number of failed authentication attempts in a row',
  `lock_expires_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Lock expiration time',
  PRIMARY KEY (`log_id`),
  UNIQUE KEY `OAUTH_TOKEN_REQUEST_LOG_USER_NAME_USER_TYPE` (`user_name`,`user_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Log of token request authentication failures.';

--
-- Table structure for table `parallax_block`
--

DROP TABLE IF EXISTS `parallax_block`;
CREATE TABLE `parallax_block` (
  `block_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Parallax Block Id',
  `name` varchar(100) NOT NULL COMMENT 'Name',
  `css_class` varchar(100) DEFAULT NULL COMMENT 'CSS-class',
  `is_full_width` int(10) unsigned NOT NULL COMMENT 'Full width',
  `status` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Status',
  PRIMARY KEY (`block_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='parallax_block';

--
-- Table structure for table `parallax_block_item`
--

DROP TABLE IF EXISTS `parallax_block_item`;
CREATE TABLE `parallax_block_item` (
  `item_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Item Id',
  `block_id` int(10) unsigned NOT NULL COMMENT 'Block Id',
  `name` varchar(100) NOT NULL COMMENT 'Name',
  `type` smallint(5) unsigned NOT NULL COMMENT 'Item Type',
  `offset` smallint(6) NOT NULL COMMENT 'Offset',
  `is_inverse` smallint(5) unsigned NOT NULL COMMENT 'Is inverse',
  `css_class` text NOT NULL COMMENT 'Status',
  `layout_speed` text NOT NULL COMMENT 'Layout Speed',
  `sort_order` smallint(5) unsigned NOT NULL COMMENT 'Sort Order',
  `is_fade` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is fade',
  `text` text COMMENT 'Status',
  `image` text COMMENT 'Image',
  `video_format` smallint(5) unsigned DEFAULT NULL COMMENT 'Video Format',
  `video_id` varchar(100) DEFAULT NULL COMMENT 'Video Id',
  `video_mp4` text COMMENT 'Video Mp4 File',
  `video_webm` text COMMENT 'Video WebM File',
  `status` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Status',
  PRIMARY KEY (`item_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='parallax_block_item';

--
-- Table structure for table `parallax_block_store`
--

DROP TABLE IF EXISTS `parallax_block_store`;
CREATE TABLE `parallax_block_store` (
  `block_id` int(10) unsigned NOT NULL COMMENT 'Parallax Block Id',
  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store Id',
  PRIMARY KEY (`block_id`,`store_id`),
  KEY `PARALLAX_BLOCK_STORE_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Parallax Block To Store Linkage Table';

--
-- Table structure for table `password_reset_request_event`
--

DROP TABLE IF EXISTS `password_reset_request_event`;
CREATE TABLE `password_reset_request_event` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity ID',
  `request_type` smallint(5) unsigned NOT NULL COMMENT 'Type of the event under a security control',
  `account_reference` varchar(255) DEFAULT NULL COMMENT 'An identifier for existing account or another target',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Timestamp when the event occurs',
  `ip` varchar(15) NOT NULL COMMENT 'Remote user IP',
  PRIMARY KEY (`id`),
  KEY `PASSWORD_RESET_REQUEST_EVENT_ACCOUNT_REFERENCE` (`account_reference`),
  KEY `PASSWORD_RESET_REQUEST_EVENT_CREATED_AT` (`created_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Password Reset Request Event under a security control';

--
-- Table structure for table `paypal_billing_agreement`
--

DROP TABLE IF EXISTS `paypal_billing_agreement`;
CREATE TABLE `paypal_billing_agreement` (
  `agreement_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Agreement Id',
  `customer_id` int(10) unsigned NOT NULL COMMENT 'Customer Id',
  `method_code` varchar(32) NOT NULL COMMENT 'Method Code',
  `reference_id` varchar(32) NOT NULL COMMENT 'Reference Id',
  `status` varchar(20) NOT NULL COMMENT 'Status',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created At',
  `updated_at` timestamp NULL DEFAULT NULL COMMENT 'Updated At',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `agreement_label` varchar(255) DEFAULT NULL COMMENT 'Agreement Label',
  PRIMARY KEY (`agreement_id`),
  KEY `PAYPAL_BILLING_AGREEMENT_CUSTOMER_ID` (`customer_id`),
  KEY `PAYPAL_BILLING_AGREEMENT_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Billing Agreement';

--
-- Table structure for table `paypal_billing_agreement_order`
--

DROP TABLE IF EXISTS `paypal_billing_agreement_order`;
CREATE TABLE `paypal_billing_agreement_order` (
  `agreement_id` int(10) unsigned NOT NULL COMMENT 'Agreement Id',
  `order_id` int(10) unsigned NOT NULL COMMENT 'Order Id',
  PRIMARY KEY (`agreement_id`,`order_id`),
  KEY `PAYPAL_BILLING_AGREEMENT_ORDER_ORDER_ID` (`order_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Billing Agreement Order';

--
-- Table structure for table `paypal_cert`
--

DROP TABLE IF EXISTS `paypal_cert`;
CREATE TABLE `paypal_cert` (
  `cert_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Cert Id',
  `website_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Website Id',
  `content` text COMMENT 'Content',
  `updated_at` timestamp NULL DEFAULT NULL COMMENT 'Updated At',
  PRIMARY KEY (`cert_id`),
  KEY `PAYPAL_CERT_WEBSITE_ID` (`website_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Paypal Certificate Table';

--
-- Table structure for table `paypal_payment_transaction`
--

DROP TABLE IF EXISTS `paypal_payment_transaction`;
CREATE TABLE `paypal_payment_transaction` (
  `transaction_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `txn_id` varchar(100) DEFAULT NULL COMMENT 'Txn Id',
  `additional_information` blob COMMENT 'Additional Information',
  `created_at` timestamp NULL DEFAULT NULL COMMENT 'Created At',
  PRIMARY KEY (`transaction_id`),
  UNIQUE KEY `PAYPAL_PAYMENT_TRANSACTION_TXN_ID` (`txn_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='PayPal Payflow Link Payment Transaction';

--
-- Table structure for table `paypal_settlement_report`
--

DROP TABLE IF EXISTS `paypal_settlement_report`;
CREATE TABLE `paypal_settlement_report` (
  `report_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Report Id',
  `report_date` date DEFAULT NULL COMMENT 'Report Date',
  `account_id` varchar(64) DEFAULT NULL COMMENT 'Account Id',
  `filename` varchar(24) DEFAULT NULL COMMENT 'Filename',
  `last_modified` timestamp NULL DEFAULT NULL COMMENT 'Last Modified',
  PRIMARY KEY (`report_id`),
  UNIQUE KEY `PAYPAL_SETTLEMENT_REPORT_REPORT_DATE_ACCOUNT_ID` (`report_date`,`account_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Paypal Settlement Report Table';

--
-- Table structure for table `paypal_settlement_report_row`
--

DROP TABLE IF EXISTS `paypal_settlement_report_row`;
CREATE TABLE `paypal_settlement_report_row` (
  `row_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Row Id',
  `report_id` int(10) unsigned NOT NULL COMMENT 'Report Id',
  `transaction_id` varchar(19) DEFAULT NULL COMMENT 'Transaction Id',
  `invoice_id` varchar(127) DEFAULT NULL COMMENT 'Invoice Id',
  `paypal_reference_id` varchar(19) DEFAULT NULL COMMENT 'Paypal Reference Id',
  `paypal_reference_id_type` varchar(3) DEFAULT NULL COMMENT 'Paypal Reference Id Type',
  `transaction_event_code` varchar(5) DEFAULT NULL COMMENT 'Transaction Event Code',
  `transaction_initiation_date` timestamp NULL DEFAULT NULL COMMENT 'Transaction Initiation Date',
  `transaction_completion_date` timestamp NULL DEFAULT NULL COMMENT 'Transaction Completion Date',
  `transaction_debit_or_credit` varchar(2) NOT NULL DEFAULT 'CR' COMMENT 'Transaction Debit Or Credit',
  `gross_transaction_amount` decimal(20,6) NOT NULL DEFAULT '0.000000' COMMENT 'Gross Transaction Amount',
  `gross_transaction_currency` varchar(3) DEFAULT NULL COMMENT 'Gross Transaction Currency',
  `fee_debit_or_credit` varchar(2) DEFAULT NULL COMMENT 'Fee Debit Or Credit',
  `fee_amount` decimal(20,6) NOT NULL DEFAULT '0.000000' COMMENT 'Fee Amount',
  `fee_currency` varchar(3) DEFAULT NULL COMMENT 'Fee Currency',
  `custom_field` varchar(255) DEFAULT NULL COMMENT 'Custom Field',
  `consumer_id` varchar(127) DEFAULT NULL COMMENT 'Consumer Id',
  `payment_tracking_id` varchar(255) DEFAULT NULL COMMENT 'Payment Tracking ID',
  `store_id` varchar(50) DEFAULT NULL COMMENT 'Store ID',
  PRIMARY KEY (`row_id`),
  KEY `PAYPAL_SETTLEMENT_REPORT_ROW_REPORT_ID` (`report_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Paypal Settlement Report Row Table';

--
-- Table structure for table `persistent_session`
--

DROP TABLE IF EXISTS `persistent_session`;
CREATE TABLE `persistent_session` (
  `persistent_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Session id',
  `key` varchar(50) NOT NULL COMMENT 'Unique cookie key',
  `customer_id` int(10) unsigned DEFAULT NULL COMMENT 'Customer id',
  `website_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Website ID',
  `info` text COMMENT 'Session Data',
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Updated At',
  PRIMARY KEY (`persistent_id`),
  UNIQUE KEY `PERSISTENT_SESSION_KEY` (`key`),
  UNIQUE KEY `PERSISTENT_SESSION_CUSTOMER_ID` (`customer_id`),
  KEY `PERSISTENT_SESSION_UPDATED_AT` (`updated_at`),
  KEY `PERSISTENT_SESSION_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` (`website_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Persistent Session';

--
-- Table structure for table `product_alert_price`
--

DROP TABLE IF EXISTS `product_alert_price`;
CREATE TABLE `product_alert_price` (
  `alert_price_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Product alert price id',
  `customer_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Customer id',
  `product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Product id',
  `price` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Price amount',
  `website_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Website id',
  `add_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Product alert add date',
  `last_send_date` timestamp NULL DEFAULT NULL COMMENT 'Product alert last send date',
  `send_count` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Product alert send count',
  `status` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Product alert status',
  PRIMARY KEY (`alert_price_id`),
  KEY `PRODUCT_ALERT_PRICE_CUSTOMER_ID` (`customer_id`),
  KEY `PRODUCT_ALERT_PRICE_PRODUCT_ID` (`product_id`),
  KEY `PRODUCT_ALERT_PRICE_WEBSITE_ID` (`website_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Product Alert Price';

--
-- Table structure for table `product_alert_stock`
--

DROP TABLE IF EXISTS `product_alert_stock`;
CREATE TABLE `product_alert_stock` (
  `alert_stock_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Product alert stock id',
  `customer_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Customer id',
  `product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Product id',
  `website_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Website id',
  `add_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Product alert add date',
  `send_date` timestamp NULL DEFAULT NULL COMMENT 'Product alert send date',
  `send_count` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Send Count',
  `status` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Product alert status',
  PRIMARY KEY (`alert_stock_id`),
  KEY `PRODUCT_ALERT_STOCK_CUSTOMER_ID` (`customer_id`),
  KEY `PRODUCT_ALERT_STOCK_PRODUCT_ID` (`product_id`),
  KEY `PRODUCT_ALERT_STOCK_WEBSITE_ID` (`website_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Product Alert Stock';

--
-- Table structure for table `quote`
--

DROP TABLE IF EXISTS `quote`;
CREATE TABLE `quote` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store Id',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created At',
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `converted_at` timestamp NULL DEFAULT NULL COMMENT 'Converted At',
  `is_active` smallint(5) unsigned DEFAULT '1' COMMENT 'Is Active',
  `is_virtual` smallint(5) unsigned DEFAULT '0' COMMENT 'Is Virtual',
  `is_multi_shipping` smallint(5) unsigned DEFAULT '0' COMMENT 'Is Multi Shipping',
  `items_count` int(10) unsigned DEFAULT '0' COMMENT 'Items Count',
  `items_qty` decimal(12,4) DEFAULT '0.0000' COMMENT 'Items Qty',
  `orig_order_id` int(10) unsigned DEFAULT '0' COMMENT 'Orig Order Id',
  `store_to_base_rate` decimal(12,4) DEFAULT '0.0000' COMMENT 'Store To Base Rate',
  `store_to_quote_rate` decimal(12,4) DEFAULT '0.0000' COMMENT 'Store To Quote Rate',
  `base_currency_code` varchar(255) DEFAULT NULL COMMENT 'Base Currency Code',
  `store_currency_code` varchar(255) DEFAULT NULL COMMENT 'Store Currency Code',
  `quote_currency_code` varchar(255) DEFAULT NULL COMMENT 'Quote Currency Code',
  `grand_total` decimal(12,4) DEFAULT '0.0000' COMMENT 'Grand Total',
  `base_grand_total` decimal(12,4) DEFAULT '0.0000' COMMENT 'Base Grand Total',
  `checkout_method` varchar(255) DEFAULT NULL COMMENT 'Checkout Method',
  `customer_id` int(10) unsigned DEFAULT NULL COMMENT 'Customer Id',
  `customer_tax_class_id` int(10) unsigned DEFAULT NULL COMMENT 'Customer Tax Class Id',
  `customer_group_id` int(10) unsigned DEFAULT '0' COMMENT 'Customer Group Id',
  `customer_email` varchar(255) DEFAULT NULL COMMENT 'Customer Email',
  `customer_prefix` varchar(40) DEFAULT NULL COMMENT 'Customer Prefix',
  `customer_firstname` varchar(255) DEFAULT NULL COMMENT 'Customer Firstname',
  `customer_middlename` varchar(40) DEFAULT NULL COMMENT 'Customer Middlename',
  `customer_lastname` varchar(255) DEFAULT NULL COMMENT 'Customer Lastname',
  `customer_suffix` varchar(40) DEFAULT NULL COMMENT 'Customer Suffix',
  `customer_dob` datetime DEFAULT NULL COMMENT 'Customer Dob',
  `customer_note` varchar(255) DEFAULT NULL COMMENT 'Customer Note',
  `customer_note_notify` smallint(5) unsigned DEFAULT '1' COMMENT 'Customer Note Notify',
  `customer_is_guest` smallint(5) unsigned DEFAULT '0' COMMENT 'Customer Is Guest',
  `remote_ip` varchar(32) DEFAULT NULL COMMENT 'Remote Ip',
  `applied_rule_ids` varchar(255) DEFAULT NULL COMMENT 'Applied Rule Ids',
  `reserved_order_id` varchar(64) DEFAULT NULL COMMENT 'Reserved Order Id',
  `password_hash` varchar(255) DEFAULT NULL COMMENT 'Password Hash',
  `coupon_code` varchar(255) DEFAULT NULL COMMENT 'Coupon Code',
  `global_currency_code` varchar(255) DEFAULT NULL COMMENT 'Global Currency Code',
  `base_to_global_rate` decimal(12,4) DEFAULT NULL COMMENT 'Base To Global Rate',
  `base_to_quote_rate` decimal(12,4) DEFAULT NULL COMMENT 'Base To Quote Rate',
  `customer_taxvat` varchar(255) DEFAULT NULL COMMENT 'Customer Taxvat',
  `customer_gender` varchar(255) DEFAULT NULL COMMENT 'Customer Gender',
  `subtotal` decimal(12,4) DEFAULT NULL COMMENT 'Subtotal',
  `base_subtotal` decimal(12,4) DEFAULT NULL COMMENT 'Base Subtotal',
  `subtotal_with_discount` decimal(12,4) DEFAULT NULL COMMENT 'Subtotal With Discount',
  `base_subtotal_with_discount` decimal(12,4) DEFAULT NULL COMMENT 'Base Subtotal With Discount',
  `is_changed` int(10) unsigned DEFAULT NULL COMMENT 'Is Changed',
  `trigger_recollect` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Trigger Recollect',
  `ext_shipping_info` text COMMENT 'Ext Shipping Info',
  `is_persistent` smallint(5) unsigned DEFAULT '0' COMMENT 'Is Quote Persistent',
  `gift_message_id` int(11) DEFAULT NULL COMMENT 'Gift Message Id',
  PRIMARY KEY (`entity_id`),
  KEY `QUOTE_CUSTOMER_ID_STORE_ID_IS_ACTIVE` (`customer_id`,`store_id`,`is_active`),
  KEY `QUOTE_STORE_ID` (`store_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Sales Flat Quote';

--
-- Dumping data for table `quote`
--

LOCK TABLES `quote` WRITE;
/*!40000 ALTER TABLE `quote` DISABLE KEYS */;
INSERT INTO `quote` VALUES ('1',1,'2017-11-26 09:40:39','2017-11-26 09:54:12',NULL,1,0,0,'5','6.0000','0','0.0000','0.0000','USD','USD','USD','208.0000','208.0000',NULL,'1','3','1','anika@gmail.com',NULL,'Anika',NULL,'Land',NULL,NULL,NULL,1,0,'127.0.0.1',NULL,NULL,NULL,NULL,'USD','1.0000','1.0000',NULL,NULL,'208.0000','208.0000','208.0000','208.0000','1',0,NULL,0,NULL);
/*!40000 ALTER TABLE `quote` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `quote_address`
--

DROP TABLE IF EXISTS `quote_address`;
CREATE TABLE `quote_address` (
  `address_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Address Id',
  `quote_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Quote Id',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created At',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP COMMENT 'Updated At',
  `customer_id` int(10) unsigned DEFAULT NULL COMMENT 'Customer Id',
  `save_in_address_book` smallint(6) DEFAULT '0' COMMENT 'Save In Address Book',
  `customer_address_id` int(10) unsigned DEFAULT NULL COMMENT 'Customer Address Id',
  `address_type` varchar(10) DEFAULT NULL COMMENT 'Address Type',
  `email` varchar(255) DEFAULT NULL COMMENT 'Email',
  `prefix` varchar(40) DEFAULT NULL COMMENT 'Prefix',
  `firstname` varchar(255) DEFAULT NULL,
  `middlename` varchar(40) DEFAULT NULL,
  `lastname` varchar(255) DEFAULT NULL,
  `suffix` varchar(40) DEFAULT NULL COMMENT 'Suffix',
  `company` varchar(255) DEFAULT NULL COMMENT 'Company',
  `street` varchar(255) DEFAULT NULL COMMENT 'Street',
  `city` varchar(40) DEFAULT NULL COMMENT 'City',
  `region` varchar(40) DEFAULT NULL COMMENT 'Region',
  `region_id` int(10) unsigned DEFAULT NULL COMMENT 'Region Id',
  `postcode` varchar(20) DEFAULT NULL COMMENT 'Postcode',
  `country_id` varchar(30) DEFAULT NULL COMMENT 'Country Id',
  `telephone` varchar(20) DEFAULT NULL COMMENT 'Phone Number',
  `fax` varchar(20) DEFAULT NULL COMMENT 'Fax',
  `same_as_billing` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Same As Billing',
  `collect_shipping_rates` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Collect Shipping Rates',
  `shipping_method` varchar(120) DEFAULT NULL,
  `shipping_description` varchar(255) DEFAULT NULL COMMENT 'Shipping Description',
  `weight` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Weight',
  `subtotal` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Subtotal',
  `base_subtotal` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Base Subtotal',
  `subtotal_with_discount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Subtotal With Discount',
  `base_subtotal_with_discount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Base Subtotal With Discount',
  `tax_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Tax Amount',
  `base_tax_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Base Tax Amount',
  `shipping_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Shipping Amount',
  `base_shipping_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Base Shipping Amount',
  `shipping_tax_amount` decimal(12,4) DEFAULT NULL COMMENT 'Shipping Tax Amount',
  `base_shipping_tax_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Shipping Tax Amount',
  `discount_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Discount Amount',
  `base_discount_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Base Discount Amount',
  `grand_total` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Grand Total',
  `base_grand_total` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Base Grand Total',
  `customer_notes` text COMMENT 'Customer Notes',
  `applied_taxes` text COMMENT 'Applied Taxes',
  `discount_description` varchar(255) DEFAULT NULL COMMENT 'Discount Description',
  `shipping_discount_amount` decimal(12,4) DEFAULT NULL COMMENT 'Shipping Discount Amount',
  `base_shipping_discount_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Shipping Discount Amount',
  `subtotal_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Subtotal Incl Tax',
  `base_subtotal_total_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Base Subtotal Total Incl Tax',
  `discount_tax_compensation_amount` decimal(12,4) DEFAULT NULL COMMENT 'Discount Tax Compensation Amount',
  `base_discount_tax_compensation_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Discount Tax Compensation Amount',
  `shipping_discount_tax_compensation_amount` decimal(12,4) DEFAULT NULL COMMENT 'Shipping Discount Tax Compensation Amount',
  `base_shipping_discount_tax_compensation_amnt` decimal(12,4) DEFAULT NULL COMMENT 'Base Shipping Discount Tax Compensation Amount',
  `shipping_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Shipping Incl Tax',
  `base_shipping_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Base Shipping Incl Tax',
  `free_shipping` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Free Shipping',
  `vat_id` text COMMENT 'Vat Id',
  `vat_is_valid` smallint(6) DEFAULT NULL COMMENT 'Vat Is Valid',
  `vat_request_id` text COMMENT 'Vat Request Id',
  `vat_request_date` text COMMENT 'Vat Request Date',
  `vat_request_success` smallint(6) DEFAULT NULL COMMENT 'Vat Request Success',
  `gift_message_id` int(11) DEFAULT NULL COMMENT 'Gift Message Id',
  PRIMARY KEY (`address_id`),
  KEY `QUOTE_ADDRESS_QUOTE_ID` (`quote_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Sales Flat Quote Address';

--
-- Dumping data for table `quote_address`
--

LOCK TABLES `quote_address` WRITE;
/*!40000 ALTER TABLE `quote_address` DISABLE KEYS */;
INSERT INTO `quote_address` VALUES ('1','1','2017-11-26 09:40:39','0000-00-00 00:00:00','1',0,NULL,'billing','anika@gmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,'0.0000','0.0000','0.0000','0.0000','0.0000','0.0000','0.0000','0.0000','0.0000',NULL,NULL,'0.0000','0.0000','0.0000','0.0000',NULL,'null',NULL,NULL,NULL,'0.0000',NULL,'0.0000','0.0000','0.0000',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL),('2','1','2017-11-26 09:40:40','0000-00-00 00:00:00','1',0,NULL,'shipping','anika@gmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,1,NULL,NULL,'6.0000','208.0000','208.0000','208.0000','208.0000','0.0000','0.0000','0.0000','0.0000','0.0000','0.0000','0.0000','0.0000','208.0000','208.0000',NULL,'[]',NULL,'0.0000','0.0000','208.0000','208.0000','0.0000','0.0000','0.0000',NULL,'0.0000','0.0000',0,NULL,NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `quote_address` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `quote_address_item`
--

DROP TABLE IF EXISTS `quote_address_item`;
CREATE TABLE `quote_address_item` (
  `address_item_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Address Item Id',
  `parent_item_id` int(10) unsigned DEFAULT NULL COMMENT 'Parent Item Id',
  `quote_address_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Quote Address Id',
  `quote_item_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Quote Item Id',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created At',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP COMMENT 'Updated At',
  `applied_rule_ids` text COMMENT 'Applied Rule Ids',
  `additional_data` text COMMENT 'Additional Data',
  `weight` decimal(12,4) DEFAULT '0.0000' COMMENT 'Weight',
  `qty` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Qty',
  `discount_amount` decimal(12,4) DEFAULT '0.0000' COMMENT 'Discount Amount',
  `tax_amount` decimal(12,4) DEFAULT '0.0000' COMMENT 'Tax Amount',
  `row_total` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Row Total',
  `base_row_total` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Base Row Total',
  `row_total_with_discount` decimal(12,4) DEFAULT '0.0000' COMMENT 'Row Total With Discount',
  `base_discount_amount` decimal(12,4) DEFAULT '0.0000' COMMENT 'Base Discount Amount',
  `base_tax_amount` decimal(12,4) DEFAULT '0.0000' COMMENT 'Base Tax Amount',
  `row_weight` decimal(12,4) DEFAULT '0.0000' COMMENT 'Row Weight',
  `product_id` int(10) unsigned DEFAULT NULL COMMENT 'Product Id',
  `super_product_id` int(10) unsigned DEFAULT NULL COMMENT 'Super Product Id',
  `parent_product_id` int(10) unsigned DEFAULT NULL COMMENT 'Parent Product Id',
  `sku` varchar(255) DEFAULT NULL COMMENT 'Sku',
  `image` varchar(255) DEFAULT NULL COMMENT 'Image',
  `name` varchar(255) DEFAULT NULL COMMENT 'Name',
  `description` text COMMENT 'Description',
  `is_qty_decimal` int(10) unsigned DEFAULT NULL COMMENT 'Is Qty Decimal',
  `price` decimal(12,4) DEFAULT NULL COMMENT 'Price',
  `discount_percent` decimal(12,4) DEFAULT NULL COMMENT 'Discount Percent',
  `no_discount` int(10) unsigned DEFAULT NULL COMMENT 'No Discount',
  `tax_percent` decimal(12,4) DEFAULT NULL COMMENT 'Tax Percent',
  `base_price` decimal(12,4) DEFAULT NULL COMMENT 'Base Price',
  `base_cost` decimal(12,4) DEFAULT NULL COMMENT 'Base Cost',
  `price_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Price Incl Tax',
  `base_price_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Base Price Incl Tax',
  `row_total_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Row Total Incl Tax',
  `base_row_total_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Base Row Total Incl Tax',
  `discount_tax_compensation_amount` decimal(12,4) DEFAULT NULL COMMENT 'Discount Tax Compensation Amount',
  `base_discount_tax_compensation_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Discount Tax Compensation Amount',
  `free_shipping` int(10) unsigned DEFAULT NULL COMMENT 'Free Shipping',
  `gift_message_id` int(11) DEFAULT NULL COMMENT 'Gift Message Id',
  PRIMARY KEY (`address_item_id`),
  KEY `QUOTE_ADDRESS_ITEM_QUOTE_ADDRESS_ID` (`quote_address_id`),
  KEY `QUOTE_ADDRESS_ITEM_PARENT_ITEM_ID` (`parent_item_id`),
  KEY `QUOTE_ADDRESS_ITEM_QUOTE_ITEM_ID` (`quote_item_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Quote Address Item';

--
-- Table structure for table `quote_id_mask`
--

DROP TABLE IF EXISTS `quote_id_mask`;
CREATE TABLE `quote_id_mask` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `quote_id` int(10) unsigned NOT NULL COMMENT 'Quote ID',
  `masked_id` varchar(32) DEFAULT NULL COMMENT 'Masked ID',
  PRIMARY KEY (`entity_id`,`quote_id`),
  KEY `QUOTE_ID_MASK_QUOTE_ID` (`quote_id`),
  KEY `QUOTE_ID_MASK_MASKED_ID` (`masked_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Quote ID and masked ID mapping';

--
-- Table structure for table `quote_item`
--

DROP TABLE IF EXISTS `quote_item`;
CREATE TABLE `quote_item` (
  `item_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Item Id',
  `quote_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Quote Id',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created At',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP COMMENT 'Updated At',
  `product_id` int(10) unsigned DEFAULT NULL COMMENT 'Product Id',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `parent_item_id` int(10) unsigned DEFAULT NULL COMMENT 'Parent Item Id',
  `is_virtual` smallint(5) unsigned DEFAULT NULL COMMENT 'Is Virtual',
  `sku` varchar(255) DEFAULT NULL COMMENT 'Sku',
  `name` varchar(255) DEFAULT NULL COMMENT 'Name',
  `description` text COMMENT 'Description',
  `applied_rule_ids` text COMMENT 'Applied Rule Ids',
  `additional_data` text COMMENT 'Additional Data',
  `is_qty_decimal` smallint(5) unsigned DEFAULT NULL COMMENT 'Is Qty Decimal',
  `no_discount` smallint(5) unsigned DEFAULT '0' COMMENT 'No Discount',
  `weight` decimal(12,4) DEFAULT '0.0000' COMMENT 'Weight',
  `qty` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Qty',
  `price` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Price',
  `base_price` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Base Price',
  `custom_price` decimal(12,4) DEFAULT NULL COMMENT 'Custom Price',
  `discount_percent` decimal(12,4) DEFAULT '0.0000' COMMENT 'Discount Percent',
  `discount_amount` decimal(12,4) DEFAULT '0.0000' COMMENT 'Discount Amount',
  `base_discount_amount` decimal(12,4) DEFAULT '0.0000' COMMENT 'Base Discount Amount',
  `tax_percent` decimal(12,4) DEFAULT '0.0000' COMMENT 'Tax Percent',
  `tax_amount` decimal(12,4) DEFAULT '0.0000' COMMENT 'Tax Amount',
  `base_tax_amount` decimal(12,4) DEFAULT '0.0000' COMMENT 'Base Tax Amount',
  `row_total` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Row Total',
  `base_row_total` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Base Row Total',
  `row_total_with_discount` decimal(12,4) DEFAULT '0.0000' COMMENT 'Row Total With Discount',
  `row_weight` decimal(12,4) DEFAULT '0.0000' COMMENT 'Row Weight',
  `product_type` varchar(255) DEFAULT NULL COMMENT 'Product Type',
  `base_tax_before_discount` decimal(12,4) DEFAULT NULL COMMENT 'Base Tax Before Discount',
  `tax_before_discount` decimal(12,4) DEFAULT NULL COMMENT 'Tax Before Discount',
  `original_custom_price` decimal(12,4) DEFAULT NULL COMMENT 'Original Custom Price',
  `redirect_url` varchar(255) DEFAULT NULL COMMENT 'Redirect Url',
  `base_cost` decimal(12,4) DEFAULT NULL COMMENT 'Base Cost',
  `price_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Price Incl Tax',
  `base_price_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Base Price Incl Tax',
  `row_total_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Row Total Incl Tax',
  `base_row_total_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Base Row Total Incl Tax',
  `discount_tax_compensation_amount` decimal(12,4) DEFAULT NULL COMMENT 'Discount Tax Compensation Amount',
  `base_discount_tax_compensation_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Discount Tax Compensation Amount',
  `free_shipping` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Free Shipping',
  `gift_message_id` int(11) DEFAULT NULL COMMENT 'Gift Message Id',
  `weee_tax_applied` text COMMENT 'Weee Tax Applied',
  `weee_tax_applied_amount` decimal(12,4) DEFAULT NULL COMMENT 'Weee Tax Applied Amount',
  `weee_tax_applied_row_amount` decimal(12,4) DEFAULT NULL COMMENT 'Weee Tax Applied Row Amount',
  `weee_tax_disposition` decimal(12,4) DEFAULT NULL COMMENT 'Weee Tax Disposition',
  `weee_tax_row_disposition` decimal(12,4) DEFAULT NULL COMMENT 'Weee Tax Row Disposition',
  `base_weee_tax_applied_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Weee Tax Applied Amount',
  `base_weee_tax_applied_row_amnt` decimal(12,4) DEFAULT NULL COMMENT 'Base Weee Tax Applied Row Amnt',
  `base_weee_tax_disposition` decimal(12,4) DEFAULT NULL COMMENT 'Base Weee Tax Disposition',
  `base_weee_tax_row_disposition` decimal(12,4) DEFAULT NULL COMMENT 'Base Weee Tax Row Disposition',
  PRIMARY KEY (`item_id`),
  KEY `QUOTE_ITEM_PARENT_ITEM_ID` (`parent_item_id`),
  KEY `QUOTE_ITEM_PRODUCT_ID` (`product_id`),
  KEY `QUOTE_ITEM_QUOTE_ID` (`quote_id`),
  KEY `QUOTE_ITEM_STORE_ID` (`store_id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COMMENT='Sales Flat Quote Item';

--
-- Dumping data for table `quote_item`
--

LOCK TABLES `quote_item` WRITE;
/*!40000 ALTER TABLE `quote_item` DISABLE KEYS */;
INSERT INTO `quote_item` VALUES ('1','1','2017-11-26 09:53:46','2017-11-26 09:53:54','1',1,NULL,0,'9658','ASOS BRIDAL Here Comes The Bride Vest & Short Pyjama Set',NULL,NULL,NULL,0,0,'1.0000','2.0000','36.0000','36.0000',NULL,'0.0000','0.0000','0.0000','0.0000','0.0000','0.0000','72.0000','72.0000','0.0000','2.0000','simple',NULL,NULL,NULL,NULL,NULL,'36.0000','36.0000','72.0000','72.0000','0.0000','0.0000',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),('2','1','2017-11-26 09:53:59','0000-00-00 00:00:00','2',1,NULL,0,'3546','ASOS Leanna Lace Up Satin Half Cup Moulded Underwire Bra',NULL,NULL,NULL,0,0,'1.0000','1.0000','39.0000','39.0000',NULL,'0.0000','0.0000','0.0000','0.0000','0.0000','0.0000','39.0000','39.0000','0.0000','1.0000','simple',NULL,NULL,NULL,NULL,NULL,'39.0000','39.0000','39.0000','39.0000','0.0000','0.0000',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),('3','1','2017-11-26 09:54:01','0000-00-00 00:00:00','4',1,NULL,0,'3665','ASOS Shake Your Coconuts Vest & Short Pyjama Set',NULL,NULL,NULL,0,0,'1.0000','1.0000','19.0000','19.0000',NULL,'0.0000','0.0000','0.0000','0.0000','0.0000','0.0000','19.0000','19.0000','0.0000','1.0000','simple',NULL,NULL,NULL,NULL,NULL,'19.0000','19.0000','19.0000','19.0000','0.0000','0.0000',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),('4','1','2017-11-26 09:54:07','0000-00-00 00:00:00','6',1,NULL,0,'4443','Cath Kidston Guards Pyjama Tshirt',NULL,NULL,NULL,0,0,'1.0000','1.0000','46.0000','46.0000',NULL,'0.0000','0.0000','0.0000','0.0000','0.0000','0.0000','46.0000','46.0000','0.0000','1.0000','simple',NULL,NULL,NULL,NULL,NULL,'46.0000','46.0000','46.0000','46.0000','0.0000','0.0000',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),('5','1','2017-11-26 09:54:12','0000-00-00 00:00:00','7',1,NULL,0,'2488','BRIDAL Valentina Corded Lace Slip',NULL,NULL,NULL,0,0,'1.0000','1.0000','32.0000','32.0000',NULL,'0.0000','0.0000','0.0000','0.0000','0.0000','0.0000','32.0000','32.0000','0.0000','1.0000','simple',NULL,NULL,NULL,NULL,NULL,'32.0000','32.0000','32.0000','32.0000','0.0000','0.0000',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `quote_item` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `quote_item_option`
--

DROP TABLE IF EXISTS `quote_item_option`;
CREATE TABLE `quote_item_option` (
  `option_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Option Id',
  `item_id` int(10) unsigned NOT NULL COMMENT 'Item Id',
  `product_id` int(10) unsigned NOT NULL COMMENT 'Product Id',
  `code` varchar(255) NOT NULL COMMENT 'Code',
  `value` text COMMENT 'Value',
  PRIMARY KEY (`option_id`),
  KEY `QUOTE_ITEM_OPTION_ITEM_ID` (`item_id`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8 COMMENT='Sales Flat Quote Item Option';

--
-- Dumping data for table `quote_item_option`
--

LOCK TABLES `quote_item_option` WRITE;
/*!40000 ALTER TABLE `quote_item_option` DISABLE KEYS */;
INSERT INTO `quote_item_option` VALUES ('1','1','1','info_buyRequest','{\"uenc\":\"aHR0cDovL2R1bXBzLm1hZ2VudG8yLmRldi9tYWdldGlxdWVfbGluZ2VyaWUvYXNvcy1icmlkYWwtaGVyZS1jb21lcy10aGUtYnJpZGUtdmVzdC1zaG9ydC1weWphbWEtc2V0Lmh0bWw,\",\"product\":\"1\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"qty\":\"1\"}'),('2','2','2','info_buyRequest','{\"uenc\":\"aHR0cDovL2R1bXBzLm1hZ2VudG8yLmRldi9tYWdldGlxdWVfbGluZ2VyaWUvYXNvcy1sZWFubmEtbGFjZS11cC1zYXRpbi1oYWxmLWN1cC1tb3VsZGVkLXVuZGVyd2lyZS1icmEuaHRtbA,,\",\"product\":\"2\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"qty\":\"1\"}'),('3','3','4','info_buyRequest','{\"uenc\":\"aHR0cDovL2R1bXBzLm1hZ2VudG8yLmRldi9tYWdldGlxdWVfbGluZ2VyaWUvYXNvcy1zaGFrZS15b3VyLWNvY29udXRzLXZlc3Qtc2hvcnQtcHlqYW1hLXNldC5odG1s\",\"product\":\"4\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"qty\":\"1\"}'),('4','4','6','info_buyRequest','{\"uenc\":\"aHR0cDovL2R1bXBzLm1hZ2VudG8yLmRldi9tYWdldGlxdWVfbGluZ2VyaWUvY2F0aC1raWRzdG9uLWd1YXJkcy1weWphbWEtdHNoaXJ0Lmh0bWw,\",\"product\":\"6\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"options\":{\"7\":\"23\",\"8\":\"25\"},\"qty\":\"1\"}'),('5','4','6','option_ids','7,8'),('6','4','6','option_7','23'),('7','4','6','option_8','25'),('8','5','7','info_buyRequest','{\"uenc\":\"aHR0cDovL2R1bXBzLm1hZ2VudG8yLmRldi9tYWdldGlxdWVfbGluZ2VyaWUvYnJpZGFsLXZhbGVudGluYS1jb3JkZWQtbGFjZS1zbGlwLmh0bWw,\",\"product\":\"7\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"options\":{\"5\":\"17\",\"6\":\"19\"},\"qty\":\"1\"}'),('9','5','7','option_ids','5,6'),('10','5','7','option_5','17'),('11','5','7','option_6','19');
/*!40000 ALTER TABLE `quote_item_option` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `quote_payment`
--

DROP TABLE IF EXISTS `quote_payment`;
CREATE TABLE `quote_payment` (
  `payment_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Payment Id',
  `quote_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Quote Id',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created At',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP COMMENT 'Updated At',
  `method` varchar(255) DEFAULT NULL COMMENT 'Method',
  `cc_type` varchar(255) DEFAULT NULL COMMENT 'Cc Type',
  `cc_number_enc` varchar(255) DEFAULT NULL COMMENT 'Cc Number Enc',
  `cc_last_4` varchar(255) DEFAULT NULL COMMENT 'Cc Last 4',
  `cc_cid_enc` varchar(255) DEFAULT NULL COMMENT 'Cc Cid Enc',
  `cc_owner` varchar(255) DEFAULT NULL COMMENT 'Cc Owner',
  `cc_exp_month` varchar(255) DEFAULT NULL COMMENT 'Cc Exp Month',
  `cc_exp_year` smallint(5) unsigned DEFAULT '0' COMMENT 'Cc Exp Year',
  `cc_ss_owner` varchar(255) DEFAULT NULL COMMENT 'Cc Ss Owner',
  `cc_ss_start_month` smallint(5) unsigned DEFAULT '0' COMMENT 'Cc Ss Start Month',
  `cc_ss_start_year` smallint(5) unsigned DEFAULT '0' COMMENT 'Cc Ss Start Year',
  `po_number` varchar(255) DEFAULT NULL COMMENT 'Po Number',
  `additional_data` text COMMENT 'Additional Data',
  `cc_ss_issue` varchar(255) DEFAULT NULL COMMENT 'Cc Ss Issue',
  `additional_information` text COMMENT 'Additional Information',
  `paypal_payer_id` varchar(255) DEFAULT NULL COMMENT 'Paypal Payer Id',
  `paypal_payer_status` varchar(255) DEFAULT NULL COMMENT 'Paypal Payer Status',
  `paypal_correlation_id` varchar(255) DEFAULT NULL COMMENT 'Paypal Correlation Id',
  PRIMARY KEY (`payment_id`),
  KEY `QUOTE_PAYMENT_QUOTE_ID` (`quote_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Quote Payment';

--
-- Table structure for table `quote_shipping_rate`
--

DROP TABLE IF EXISTS `quote_shipping_rate`;
CREATE TABLE `quote_shipping_rate` (
  `rate_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Rate Id',
  `address_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Address Id',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created At',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP COMMENT 'Updated At',
  `carrier` varchar(255) DEFAULT NULL COMMENT 'Carrier',
  `carrier_title` varchar(255) DEFAULT NULL COMMENT 'Carrier Title',
  `code` varchar(255) DEFAULT NULL COMMENT 'Code',
  `method` varchar(255) DEFAULT NULL COMMENT 'Method',
  `method_description` text COMMENT 'Method Description',
  `price` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Price',
  `error_message` text COMMENT 'Error Message',
  `method_title` text COMMENT 'Method Title',
  PRIMARY KEY (`rate_id`),
  KEY `QUOTE_SHIPPING_RATE_ADDRESS_ID` (`address_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Quote Shipping Rate';

--
-- Table structure for table `rating`
--

DROP TABLE IF EXISTS `rating`;
CREATE TABLE `rating` (
  `rating_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Rating Id',
  `entity_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
  `rating_code` varchar(64) NOT NULL COMMENT 'Rating Code',
  `position` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Rating Position On Storefront',
  `is_active` smallint(6) NOT NULL DEFAULT '1' COMMENT 'Rating is active.',
  PRIMARY KEY (`rating_id`),
  UNIQUE KEY `RATING_RATING_CODE` (`rating_code`),
  KEY `RATING_ENTITY_ID` (`entity_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Ratings';

--
-- Dumping data for table `rating`
--

LOCK TABLES `rating` WRITE;
/*!40000 ALTER TABLE `rating` DISABLE KEYS */;
INSERT INTO `rating` VALUES (1,1,'Quality',0,1),(2,1,'Value',0,1),(3,1,'Price',0,1);
/*!40000 ALTER TABLE `rating` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `rating_entity`
--

DROP TABLE IF EXISTS `rating_entity`;
CREATE TABLE `rating_entity` (
  `entity_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `entity_code` varchar(64) NOT NULL COMMENT 'Entity Code',
  PRIMARY KEY (`entity_id`),
  UNIQUE KEY `RATING_ENTITY_ENTITY_CODE` (`entity_code`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Rating entities';

--
-- Dumping data for table `rating_entity`
--

LOCK TABLES `rating_entity` WRITE;
/*!40000 ALTER TABLE `rating_entity` DISABLE KEYS */;
INSERT INTO `rating_entity` VALUES (1,'product'),(2,'product_review'),(3,'review');
/*!40000 ALTER TABLE `rating_entity` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `rating_option`
--

DROP TABLE IF EXISTS `rating_option`;
CREATE TABLE `rating_option` (
  `option_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Rating Option Id',
  `rating_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Rating Id',
  `code` varchar(32) NOT NULL COMMENT 'Rating Option Code',
  `value` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Rating Option Value',
  `position` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Ration option position on Storefront',
  PRIMARY KEY (`option_id`),
  KEY `RATING_OPTION_RATING_ID` (`rating_id`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8 COMMENT='Rating options';

--
-- Dumping data for table `rating_option`
--

LOCK TABLES `rating_option` WRITE;
/*!40000 ALTER TABLE `rating_option` DISABLE KEYS */;
INSERT INTO `rating_option` VALUES ('1',1,'1',1,1),('2',1,'2',2,2),('3',1,'3',3,3),('4',1,'4',4,4),('5',1,'5',5,5),('6',2,'1',1,1),('7',2,'2',2,2),('8',2,'3',3,3),('9',2,'4',4,4),('10',2,'5',5,5),('11',3,'1',1,1),('12',3,'2',2,2),('13',3,'3',3,3),('14',3,'4',4,4),('15',3,'5',5,5);
/*!40000 ALTER TABLE `rating_option` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `rating_option_vote`
--

DROP TABLE IF EXISTS `rating_option_vote`;
CREATE TABLE `rating_option_vote` (
  `vote_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Vote id',
  `option_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Vote option id',
  `remote_ip` varchar(16) NOT NULL COMMENT 'Customer IP',
  `remote_ip_long` bigint(20) NOT NULL DEFAULT '0' COMMENT 'Customer IP converted to long integer format',
  `customer_id` int(10) unsigned DEFAULT '0' COMMENT 'Customer Id',
  `entity_pk_value` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT 'Product id',
  `rating_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Rating id',
  `review_id` bigint(20) unsigned DEFAULT NULL COMMENT 'Review id',
  `percent` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Percent amount',
  `value` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Vote option value',
  PRIMARY KEY (`vote_id`),
  KEY `RATING_OPTION_VOTE_OPTION_ID` (`option_id`),
  KEY `RATING_OPTION_VOTE_REVIEW_ID_REVIEW_REVIEW_ID` (`review_id`)
) ENGINE=InnoDB AUTO_INCREMENT=77 DEFAULT CHARSET=utf8 COMMENT='Rating option values';

--
-- Dumping data for table `rating_option_vote`
--

LOCK TABLES `rating_option_vote` WRITE;
/*!40000 ALTER TABLE `rating_option_vote` DISABLE KEYS */;
INSERT INTO `rating_option_vote` VALUES (1,'13','127.0.0.1',2130706433,'1',1,3,1,60,3),(2,'8','127.0.0.1',2130706433,'1',1,2,1,60,3),(3,'2','127.0.0.1',2130706433,'1',1,1,1,40,2),(4,'14','127.0.0.1',2130706433,'1',17,3,2,80,4),(5,'8','127.0.0.1',2130706433,'1',17,2,2,60,3),(6,'3','127.0.0.1',2130706433,'1',17,1,2,60,3),(7,'9','127.0.0.1',2130706433,'1',18,2,3,80,4),(8,'13','127.0.0.1',2130706433,'1',19,3,4,60,3),(9,'8','127.0.0.1',2130706433,'1',19,2,4,60,3),(10,'2','127.0.0.1',2130706433,'1',19,1,4,40,2),(11,'1','127.0.0.1',2130706433,'1',20,1,5,20,1),(12,'13','127.0.0.1',2130706433,'1',20,3,5,60,3),(13,'14','127.0.0.1',2130706433,'1',32,3,6,80,4),(14,'9','127.0.0.1',2130706433,'1',32,2,6,80,4),(15,'2','127.0.0.1',2130706433,'1',32,1,6,40,2),(16,'9','127.0.0.1',2130706433,'1',33,2,7,80,4),(17,'2','127.0.0.1',2130706433,'1',33,1,7,40,2),(18,'13','127.0.0.1',2130706433,'1',33,3,7,60,3),(19,'1','127.0.0.1',2130706433,'1',34,1,8,20,1),(20,'6','127.0.0.1',2130706433,'1',34,2,8,20,1),(21,'14','127.0.0.1',2130706433,'1',35,3,9,80,4),(22,'7','127.0.0.1',2130706433,'1',35,2,9,40,2),(23,'3','127.0.0.1',2130706433,'1',35,1,9,60,3),(24,'14','127.0.0.1',2130706433,'1',16,3,10,80,4),(25,'7','127.0.0.1',2130706433,'1',16,2,10,40,2),(26,'3','127.0.0.1',2130706433,'1',16,1,10,60,3),(27,'13','127.0.0.1',2130706433,'1',15,3,11,60,3),(28,'7','127.0.0.1',2130706433,'1',15,2,11,40,2),(29,'14','127.0.0.1',2130706433,'1',2,3,12,80,4),(30,'8','127.0.0.1',2130706433,'1',2,2,12,60,3),(31,'2','127.0.0.1',2130706433,'1',2,1,12,40,2),(32,'10','127.0.0.1',2130706433,'1',3,2,13,100,5),(33,'5','127.0.0.1',2130706433,'1',3,1,13,100,5),(34,'11','127.0.0.1',2130706433,'1',3,3,13,20,1),(35,'13','127.0.0.1',2130706433,'1',4,3,14,60,3),(36,'8','127.0.0.1',2130706433,'1',4,2,14,60,3),(37,'2','127.0.0.1',2130706433,'1',4,1,14,40,2),(38,'2','127.0.0.1',2130706433,'1',5,1,15,40,2),(39,'15','127.0.0.1',2130706433,'1',5,3,15,100,5),(40,'5','127.0.0.1',2130706433,'1',6,1,16,100,5),(41,'12','127.0.0.1',2130706433,'1',6,3,16,40,2),(42,'7','127.0.0.1',2130706433,'1',6,2,16,40,2),(43,'13','127.0.0.1',2130706433,'1',7,3,17,60,3),(44,'6','127.0.0.1',2130706433,'1',7,2,17,20,1),(45,'2','127.0.0.1',2130706433,'1',7,1,17,40,2),(46,'12','127.0.0.1',2130706433,'1',8,3,18,40,2),(47,'9','127.0.0.1',2130706433,'1',8,2,18,80,4),(48,'15','127.0.0.1',2130706433,'1',14,3,19,100,5),(49,'8','127.0.0.1',2130706433,'1',14,2,19,60,3),(50,'1','127.0.0.1',2130706433,'1',14,1,19,20,1),(51,'15','127.0.0.1',2130706433,'1',36,3,20,100,5),(52,'7','127.0.0.1',2130706433,'1',36,2,20,40,2),(53,'1','127.0.0.1',2130706433,'1',36,1,20,20,1),(54,'14','127.0.0.1',2130706433,'1',36,3,21,80,4),(55,'1','127.0.0.1',2130706433,'1',36,1,21,20,1),(56,'14','127.0.0.1',2130706433,'1',2,3,22,80,4),(57,'8','127.0.0.1',2130706433,'1',2,2,22,60,3),(58,'3','127.0.0.1',2130706433,'1',2,1,22,60,3),(59,'13','127.0.0.1',2130706433,'1',16,3,23,60,3),(60,'8','127.0.0.1',2130706433,'1',16,2,23,60,3),(61,'2','127.0.0.1',2130706433,'1',16,1,23,40,2),(62,'8','127.0.0.1',2130706433,'1',4,2,24,60,3),(63,'3','127.0.0.1',2130706433,'1',4,1,24,60,3),(64,'14','127.0.0.1',2130706433,'1',5,3,25,80,4),(65,'7','127.0.0.1',2130706433,'1',5,2,25,40,2),(66,'8','127.0.0.1',2130706433,'1',7,2,26,60,3),(67,'2','127.0.0.1',2130706433,'1',7,1,26,40,2),(68,'15','127.0.0.1',2130706433,'1',7,3,26,100,5),(69,'14','127.0.0.1',2130706433,'1',1,3,27,80,4),(70,'8','127.0.0.1',2130706433,'1',1,2,27,60,3),(71,'3','127.0.0.1',2130706433,'1',1,1,27,60,3),(72,'13','127.0.0.1',2130706433,'1',17,3,28,60,3),(73,'2','127.0.0.1',2130706433,'1',17,1,28,40,2),(74,'14','127.0.0.1',2130706433,'1',1,3,29,80,4),(75,'7','127.0.0.1',2130706433,'1',1,2,29,40,2),(76,'2','127.0.0.1',2130706433,'1',1,1,29,40,2);
/*!40000 ALTER TABLE `rating_option_vote` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `rating_option_vote_aggregated`
--

DROP TABLE IF EXISTS `rating_option_vote_aggregated`;
CREATE TABLE `rating_option_vote_aggregated` (
  `primary_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Vote aggregation id',
  `rating_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Rating id',
  `entity_pk_value` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT 'Product id',
  `vote_count` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Vote dty',
  `vote_value_sum` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'General vote sum',
  `percent` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Vote percent',
  `percent_approved` smallint(6) DEFAULT '0' COMMENT 'Vote percent approved by admin',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store Id',
  PRIMARY KEY (`primary_id`),
  KEY `RATING_OPTION_VOTE_AGGREGATED_RATING_ID` (`rating_id`),
  KEY `RATING_OPTION_VOTE_AGGREGATED_STORE_ID` (`store_id`)
) ENGINE=InnoDB AUTO_INCREMENT=119 DEFAULT CHARSET=utf8 COMMENT='Rating vote aggregated';

--
-- Dumping data for table `rating_option_vote_aggregated`
--

LOCK TABLES `rating_option_vote_aggregated` WRITE;
/*!40000 ALTER TABLE `rating_option_vote_aggregated` DISABLE KEYS */;
INSERT INTO `rating_option_vote_aggregated` VALUES ('1',3,1,'3','11',73,73,0),('2',3,1,'3','11',73,73,1),('3',2,1,'3','8',53,53,0),('4',2,1,'3','8',53,53,1),('5',1,1,'3','7',47,47,0),('6',1,1,'3','7',47,47,1),('7',3,17,'2','7',70,70,0),('8',3,17,'2','7',70,70,1),('9',2,17,'1','3',60,60,0),('10',2,17,'1','3',60,60,1),('11',1,17,'2','5',50,50,0),('12',1,17,'2','5',50,50,1),('13',2,18,'1','4',80,80,0),('14',2,18,'1','4',80,80,1),('15',3,19,'1','3',60,60,0),('16',3,19,'1','3',60,60,1),('17',2,19,'1','3',60,60,0),('18',2,19,'1','3',60,60,1),('19',1,19,'1','2',40,40,0),('20',1,19,'1','2',40,40,1),('21',1,20,'1','1',20,20,0),('22',1,20,'1','1',20,20,1),('23',3,20,'1','3',60,60,0),('24',3,20,'1','3',60,60,1),('25',3,32,'1','4',80,80,0),('26',3,32,'1','4',80,80,1),('27',2,32,'1','4',80,80,0),('28',2,32,'1','4',80,80,1),('29',1,32,'1','2',40,40,0),('30',1,32,'1','2',40,40,1),('31',2,33,'1','4',80,80,0),('32',2,33,'1','4',80,80,1),('33',1,33,'1','2',40,40,0),('34',1,33,'1','2',40,40,1),('35',3,33,'1','3',60,60,0),('36',3,33,'1','3',60,60,1),('37',1,34,'1','1',20,20,0),('38',1,34,'1','1',20,20,1),('39',2,34,'1','1',20,20,0),('40',2,34,'1','1',20,20,1),('41',3,35,'1','4',80,80,0),('42',3,35,'1','4',80,80,1),('43',2,35,'1','2',40,40,0),('44',2,35,'1','2',40,40,1),('45',1,35,'1','3',60,60,0),('46',1,35,'1','3',60,60,1),('47',3,16,'2','7',70,70,0),('48',3,16,'2','7',70,70,1),('49',2,16,'2','5',50,50,0),('50',2,16,'2','5',50,50,1),('51',1,16,'2','5',50,50,0),('52',1,16,'2','5',50,50,1),('53',3,15,'1','3',60,60,0),('54',3,15,'1','3',60,60,1),('55',2,15,'1','2',40,40,0),('56',2,15,'1','2',40,40,1),('57',3,2,'2','8',80,80,0),('58',3,2,'2','8',80,80,1),('59',2,2,'2','6',60,60,0),('60',2,2,'2','6',60,60,1),('61',1,2,'2','5',50,50,0),('62',1,2,'2','5',50,50,1),('63',2,3,'1','5',100,100,0),('64',2,3,'1','5',100,100,1),('65',1,3,'1','5',100,100,0),('66',1,3,'1','5',100,100,1),('67',3,3,'1','1',20,20,0),('68',3,3,'1','1',20,20,1),('69',3,4,'1','3',60,60,0),('70',3,4,'1','3',60,60,1),('71',2,4,'2','6',60,60,0),('72',2,4,'2','6',60,60,1),('73',1,4,'2','5',50,50,0),('74',1,4,'2','5',50,50,1),('75',1,5,'1','2',40,40,0),('76',1,5,'1','2',40,40,1),('77',3,5,'2','9',90,90,0),('78',3,5,'2','9',90,90,1),('79',1,6,'1','5',100,100,0),('80',1,6,'1','5',100,100,1),('81',3,6,'1','2',40,40,0),('82',3,6,'1','2',40,40,1),('83',2,6,'1','2',40,40,0),('84',2,6,'1','2',40,40,1),('85',3,7,'2','8',80,80,0),('86',3,7,'2','8',80,80,1),('87',2,7,'2','4',40,40,0),('88',2,7,'2','4',40,40,1),('89',1,7,'2','4',40,40,0),('90',1,7,'2','4',40,40,1),('91',3,8,'1','2',40,40,0),('92',3,8,'1','2',40,40,1),('93',2,8,'1','4',80,80,0),('94',2,8,'1','4',80,80,1),('95',3,14,'1','5',100,100,0),('96',3,14,'1','5',100,100,1),('97',2,14,'1','3',60,60,0),('98',2,14,'1','3',60,60,1),('99',1,14,'1','1',20,20,0),('100',1,14,'1','1',20,20,1),('101',3,36,'2','9',90,90,0),('102',3,36,'2','9',90,90,1),('103',2,36,'1','2',40,40,0),('104',2,36,'1','2',40,40,1),('105',1,36,'2','2',20,20,0),('106',1,36,'2','2',20,20,1),('107',2,5,'1','2',40,40,0),('108',2,5,'1','2',40,40,1),('109',1,1,'1','2',40,40,2),('110',1,1,'1','2',40,40,3),('111',2,1,'1','2',40,40,2),('112',2,1,'1','2',40,40,3),('113',3,1,'1','4',80,80,2),('114',3,1,'1','4',80,80,3),('115',1,17,'1','2',40,40,2),('116',1,17,'1','2',40,40,3),('117',3,17,'1','3',60,60,2),('118',3,17,'1','3',60,60,3);
/*!40000 ALTER TABLE `rating_option_vote_aggregated` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `rating_store`
--

DROP TABLE IF EXISTS `rating_store`;
CREATE TABLE `rating_store` (
  `rating_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Rating id',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store id',
  PRIMARY KEY (`rating_id`,`store_id`),
  KEY `RATING_STORE_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Rating Store';

--
-- Dumping data for table `rating_store`
--

LOCK TABLES `rating_store` WRITE;
/*!40000 ALTER TABLE `rating_store` DISABLE KEYS */;
INSERT INTO `rating_store` VALUES (1,0),(2,0),(3,0),(1,1),(2,1),(3,1),(1,2),(2,2),(3,2),(1,3),(2,3),(3,3);
/*!40000 ALTER TABLE `rating_store` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `rating_title`
--

DROP TABLE IF EXISTS `rating_title`;
CREATE TABLE `rating_title` (
  `rating_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Rating Id',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store Id',
  `value` varchar(255) NOT NULL COMMENT 'Rating Label',
  PRIMARY KEY (`rating_id`,`store_id`),
  KEY `RATING_TITLE_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Rating Title';

--
-- Table structure for table `release_notification_viewer_log`
--

DROP TABLE IF EXISTS `release_notification_viewer_log`;
CREATE TABLE `release_notification_viewer_log` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Log ID',
  `viewer_id` int(10) unsigned NOT NULL COMMENT 'Viewer admin user ID',
  `last_view_version` varchar(16) NOT NULL COMMENT 'Viewer last view on product version',
  PRIMARY KEY (`id`),
  UNIQUE KEY `RELEASE_NOTIFICATION_VIEWER_LOG_VIEWER_ID` (`viewer_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Release Notification Viewer Log Table';

--
-- Dumping data for table `release_notification_viewer_log`
--

LOCK TABLES `release_notification_viewer_log` WRITE;
/*!40000 ALTER TABLE `release_notification_viewer_log` DISABLE KEYS */;
INSERT INTO `release_notification_viewer_log` VALUES ('1','2','2.2.2'),('2','1','2.2.2');
/*!40000 ALTER TABLE `release_notification_viewer_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `report_compared_product_index`
--

DROP TABLE IF EXISTS `report_compared_product_index`;
CREATE TABLE `report_compared_product_index` (
  `index_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Index Id',
  `visitor_id` int(10) unsigned DEFAULT NULL COMMENT 'Visitor Id',
  `customer_id` int(10) unsigned DEFAULT NULL COMMENT 'Customer Id',
  `product_id` int(10) unsigned NOT NULL COMMENT 'Product Id',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `added_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Added At',
  PRIMARY KEY (`index_id`),
  UNIQUE KEY `REPORT_COMPARED_PRODUCT_INDEX_VISITOR_ID_PRODUCT_ID` (`visitor_id`,`product_id`),
  UNIQUE KEY `REPORT_COMPARED_PRODUCT_INDEX_CUSTOMER_ID_PRODUCT_ID` (`customer_id`,`product_id`),
  KEY `REPORT_COMPARED_PRODUCT_INDEX_STORE_ID` (`store_id`),
  KEY `REPORT_COMPARED_PRODUCT_INDEX_ADDED_AT` (`added_at`),
  KEY `REPORT_COMPARED_PRODUCT_INDEX_PRODUCT_ID` (`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Reports Compared Product Index Table';

--
-- Table structure for table `report_event`
--

DROP TABLE IF EXISTS `report_event`;
CREATE TABLE `report_event` (
  `event_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Event Id',
  `logged_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Logged At',
  `event_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Event Type Id',
  `object_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Object Id',
  `subject_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Subject Id',
  `subtype` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Subtype',
  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store Id',
  PRIMARY KEY (`event_id`),
  KEY `REPORT_EVENT_EVENT_TYPE_ID` (`event_type_id`),
  KEY `REPORT_EVENT_SUBJECT_ID` (`subject_id`),
  KEY `REPORT_EVENT_OBJECT_ID` (`object_id`),
  KEY `REPORT_EVENT_SUBTYPE` (`subtype`),
  KEY `REPORT_EVENT_STORE_ID` (`store_id`)
) ENGINE=InnoDB AUTO_INCREMENT=61 DEFAULT CHARSET=utf8 COMMENT='Reports Event Table';

--
-- Dumping data for table `report_event`
--

LOCK TABLES `report_event` WRITE;
/*!40000 ALTER TABLE `report_event` DISABLE KEYS */;
INSERT INTO `report_event` VALUES (1,'2017-11-26 08:38:52',1,'1','13',1,1),(2,'2017-11-26 08:39:50',1,'1','13',1,1),(3,'2017-11-26 09:07:16',1,'8','13',1,1),(4,'2017-11-26 09:27:12',1,'16','16',1,1),(5,'2017-11-26 09:41:05',1,'1','1',0,1),(6,'2017-11-26 09:41:06',1,'17','1',0,1),(7,'2017-11-26 09:41:07',1,'18','1',0,1),(8,'2017-11-26 09:41:08',1,'19','1',0,1),(9,'2017-11-26 09:41:11',1,'20','1',0,1),(10,'2017-11-26 09:41:11',1,'32','1',0,1),(11,'2017-11-26 09:41:13',1,'33','1',0,1),(12,'2017-11-26 09:41:13',1,'34','1',0,1),(13,'2017-11-26 09:41:14',1,'35','1',0,1),(14,'2017-11-26 09:41:15',1,'16','1',0,1),(15,'2017-11-26 09:41:16',1,'15','1',0,1),(16,'2017-11-26 09:41:17',1,'2','1',0,1),(17,'2017-11-26 09:41:18',1,'3','1',0,1),(18,'2017-11-26 09:41:18',1,'4','1',0,1),(19,'2017-11-26 09:41:19',1,'5','1',0,1),(20,'2017-11-26 09:41:20',1,'6','1',0,1),(21,'2017-11-26 09:41:21',1,'7','1',0,1),(22,'2017-11-26 09:41:21',1,'8','1',0,1),(23,'2017-11-26 09:41:23',1,'14','1',0,1),(24,'2017-11-26 09:41:24',1,'36','1',0,1),(25,'2017-11-26 09:43:56',1,'1','1',0,1),(26,'2017-11-26 09:44:04',1,'17','1',0,1),(27,'2017-11-26 09:44:11',1,'18','1',0,1),(28,'2017-11-26 09:44:20',1,'19','1',0,1),(29,'2017-11-26 09:44:28',1,'20','1',0,1),(30,'2017-11-26 09:44:41',1,'32','1',0,1),(31,'2017-11-26 09:44:48',1,'33','1',0,1),(32,'2017-11-26 09:44:57',1,'34','1',0,1),(33,'2017-11-26 09:45:09',1,'35','1',0,1),(34,'2017-11-26 09:45:18',1,'16','1',0,1),(35,'2017-11-26 09:45:30',1,'15','1',0,1),(36,'2017-11-26 09:45:39',1,'2','1',0,1),(37,'2017-11-26 09:49:12',1,'3','1',0,1),(38,'2017-11-26 09:49:22',1,'4','1',0,1),(39,'2017-11-26 09:49:33',1,'5','1',0,1),(40,'2017-11-26 09:49:47',1,'6','1',0,1),(41,'2017-11-26 09:49:58',1,'7','1',0,1),(42,'2017-11-26 09:50:10',1,'8','1',0,1),(43,'2017-11-26 09:50:21',1,'14','1',0,1),(44,'2017-11-26 09:50:33',1,'36','1',0,1),(45,'2017-11-26 09:50:45',1,'36','1',0,1),(46,'2017-11-26 09:50:54',1,'2','1',0,1),(47,'2017-11-26 09:51:01',1,'16','1',0,1),(48,'2017-11-26 09:51:11',1,'4','1',0,1),(49,'2017-11-26 09:51:25',1,'5','1',0,1),(50,'2017-11-26 09:51:34',1,'7','1',0,1),(51,'2017-11-26 09:52:56',1,'1','1',0,1),(52,'2017-11-26 09:52:57',1,'17','1',0,1),(53,'2017-11-26 09:53:11',1,'1','1',0,1),(54,'2017-11-26 09:53:24',1,'17','1',0,1),(55,'2017-11-26 09:53:33',1,'1','1',0,1),(56,'2017-11-26 09:53:46',4,'1','1',0,1),(57,'2017-11-26 09:53:59',4,'2','1',0,1),(58,'2017-11-26 09:54:01',4,'4','1',0,1),(59,'2017-11-26 09:54:07',4,'6','1',0,1),(60,'2017-11-26 09:54:12',4,'7','1',0,1);
/*!40000 ALTER TABLE `report_event` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `report_event_types`
--

DROP TABLE IF EXISTS `report_event_types`;
CREATE TABLE `report_event_types` (
  `event_type_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Event Type Id',
  `event_name` varchar(64) NOT NULL COMMENT 'Event Name',
  `customer_login` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Customer Login',
  PRIMARY KEY (`event_type_id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='Reports Event Type Table';

--
-- Dumping data for table `report_event_types`
--

LOCK TABLES `report_event_types` WRITE;
/*!40000 ALTER TABLE `report_event_types` DISABLE KEYS */;
INSERT INTO `report_event_types` VALUES (1,'catalog_product_view',0),(2,'sendfriend_product',0),(3,'catalog_product_compare_add_product',0),(4,'checkout_cart_add_product',0),(5,'wishlist_add_product',0),(6,'wishlist_share',0);
/*!40000 ALTER TABLE `report_event_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `report_viewed_product_aggregated_daily`
--

DROP TABLE IF EXISTS `report_viewed_product_aggregated_daily`;
CREATE TABLE `report_viewed_product_aggregated_daily` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Id',
  `period` date DEFAULT NULL COMMENT 'Period',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `product_id` int(10) unsigned DEFAULT NULL COMMENT 'Product Id',
  `product_name` varchar(255) DEFAULT NULL COMMENT 'Product Name',
  `product_price` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Product Price',
  `views_num` int(11) NOT NULL DEFAULT '0' COMMENT 'Number of Views',
  `rating_pos` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Rating Pos',
  PRIMARY KEY (`id`),
  UNIQUE KEY `REPORT_VIEWED_PRD_AGGRED_DAILY_PERIOD_STORE_ID_PRD_ID` (`period`,`store_id`,`product_id`),
  KEY `REPORT_VIEWED_PRODUCT_AGGREGATED_DAILY_STORE_ID` (`store_id`),
  KEY `REPORT_VIEWED_PRODUCT_AGGREGATED_DAILY_PRODUCT_ID` (`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Most Viewed Products Aggregated Daily';

--
-- Table structure for table `report_viewed_product_aggregated_monthly`
--

DROP TABLE IF EXISTS `report_viewed_product_aggregated_monthly`;
CREATE TABLE `report_viewed_product_aggregated_monthly` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Id',
  `period` date DEFAULT NULL COMMENT 'Period',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `product_id` int(10) unsigned DEFAULT NULL COMMENT 'Product Id',
  `product_name` varchar(255) DEFAULT NULL COMMENT 'Product Name',
  `product_price` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Product Price',
  `views_num` int(11) NOT NULL DEFAULT '0' COMMENT 'Number of Views',
  `rating_pos` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Rating Pos',
  PRIMARY KEY (`id`),
  UNIQUE KEY `REPORT_VIEWED_PRD_AGGRED_MONTHLY_PERIOD_STORE_ID_PRD_ID` (`period`,`store_id`,`product_id`),
  KEY `REPORT_VIEWED_PRODUCT_AGGREGATED_MONTHLY_STORE_ID` (`store_id`),
  KEY `REPORT_VIEWED_PRODUCT_AGGREGATED_MONTHLY_PRODUCT_ID` (`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Most Viewed Products Aggregated Monthly';

--
-- Table structure for table `report_viewed_product_aggregated_yearly`
--

DROP TABLE IF EXISTS `report_viewed_product_aggregated_yearly`;
CREATE TABLE `report_viewed_product_aggregated_yearly` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Id',
  `period` date DEFAULT NULL COMMENT 'Period',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `product_id` int(10) unsigned DEFAULT NULL COMMENT 'Product Id',
  `product_name` varchar(255) DEFAULT NULL COMMENT 'Product Name',
  `product_price` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Product Price',
  `views_num` int(11) NOT NULL DEFAULT '0' COMMENT 'Number of Views',
  `rating_pos` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Rating Pos',
  PRIMARY KEY (`id`),
  UNIQUE KEY `REPORT_VIEWED_PRD_AGGRED_YEARLY_PERIOD_STORE_ID_PRD_ID` (`period`,`store_id`,`product_id`),
  KEY `REPORT_VIEWED_PRODUCT_AGGREGATED_YEARLY_STORE_ID` (`store_id`),
  KEY `REPORT_VIEWED_PRODUCT_AGGREGATED_YEARLY_PRODUCT_ID` (`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Most Viewed Products Aggregated Yearly';

--
-- Table structure for table `report_viewed_product_index`
--

DROP TABLE IF EXISTS `report_viewed_product_index`;
CREATE TABLE `report_viewed_product_index` (
  `index_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Index Id',
  `visitor_id` int(10) unsigned DEFAULT NULL COMMENT 'Visitor Id',
  `customer_id` int(10) unsigned DEFAULT NULL COMMENT 'Customer Id',
  `product_id` int(10) unsigned NOT NULL COMMENT 'Product Id',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `added_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Added At',
  PRIMARY KEY (`index_id`),
  UNIQUE KEY `REPORT_VIEWED_PRODUCT_INDEX_VISITOR_ID_PRODUCT_ID` (`visitor_id`,`product_id`),
  UNIQUE KEY `REPORT_VIEWED_PRODUCT_INDEX_CUSTOMER_ID_PRODUCT_ID` (`customer_id`,`product_id`),
  KEY `REPORT_VIEWED_PRODUCT_INDEX_STORE_ID` (`store_id`),
  KEY `REPORT_VIEWED_PRODUCT_INDEX_ADDED_AT` (`added_at`),
  KEY `REPORT_VIEWED_PRODUCT_INDEX_PRODUCT_ID` (`product_id`)
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8 COMMENT='Reports Viewed Product Index Table';

--
-- Dumping data for table `report_viewed_product_index`
--

LOCK TABLES `report_viewed_product_index` WRITE;
/*!40000 ALTER TABLE `report_viewed_product_index` DISABLE KEYS */;
INSERT INTO `report_viewed_product_index` VALUES (1,'13',NULL,'1',1,'2017-11-26 08:38:52'),(3,'13',NULL,'8',1,'2017-11-26 09:07:16'),(4,'16','1','16',1,'2017-11-26 09:27:12'),(5,NULL,'1','1',1,'2017-11-26 09:41:05'),(6,NULL,'1','17',1,'2017-11-26 09:41:06'),(7,NULL,'1','18',1,'2017-11-26 09:41:06'),(8,NULL,'1','19',1,'2017-11-26 09:41:08'),(9,NULL,'1','20',1,'2017-11-26 09:41:11'),(10,NULL,'1','32',1,'2017-11-26 09:41:11'),(11,NULL,'1','33',1,'2017-11-26 09:41:13'),(12,NULL,'1','34',1,'2017-11-26 09:41:13'),(13,NULL,'1','35',1,'2017-11-26 09:41:14'),(15,NULL,'1','15',1,'2017-11-26 09:41:16'),(16,NULL,'1','2',1,'2017-11-26 09:41:17'),(17,NULL,'1','3',1,'2017-11-26 09:41:18'),(18,NULL,'1','4',1,'2017-11-26 09:41:18'),(19,NULL,'1','5',1,'2017-11-26 09:41:19'),(20,NULL,'1','6',1,'2017-11-26 09:41:20'),(21,NULL,'1','7',1,'2017-11-26 09:41:21'),(22,NULL,'1','8',1,'2017-11-26 09:41:21'),(23,NULL,'1','14',1,'2017-11-26 09:41:23'),(24,NULL,'1','36',1,'2017-11-26 09:41:24');
/*!40000 ALTER TABLE `report_viewed_product_index` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `reporting_counts`
--

DROP TABLE IF EXISTS `reporting_counts`;
CREATE TABLE `reporting_counts` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `type` varchar(255) DEFAULT NULL COMMENT 'Item Reported',
  `count` int(10) unsigned DEFAULT NULL COMMENT 'Count Value',
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Updated At',
  PRIMARY KEY (`entity_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Reporting for all count related events generated via the cron job';

--
-- Table structure for table `reporting_module_status`
--

DROP TABLE IF EXISTS `reporting_module_status`;
CREATE TABLE `reporting_module_status` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Module Id',
  `name` varchar(255) DEFAULT NULL COMMENT 'Module Name',
  `active` varchar(255) DEFAULT NULL COMMENT 'Module Active Status',
  `setup_version` varchar(255) DEFAULT NULL COMMENT 'Module Version',
  `state` varchar(255) DEFAULT NULL COMMENT 'Module State',
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Updated At',
  PRIMARY KEY (`entity_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Module Status Table';

--
-- Table structure for table `reporting_orders`
--

DROP TABLE IF EXISTS `reporting_orders`;
CREATE TABLE `reporting_orders` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `customer_id` int(10) unsigned DEFAULT NULL COMMENT 'Customer Id',
  `total` decimal(10,0) unsigned DEFAULT NULL,
  `total_base` decimal(10,0) unsigned DEFAULT NULL,
  `item_count` int(10) unsigned NOT NULL COMMENT 'Line Item Count',
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Updated At',
  PRIMARY KEY (`entity_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Reporting for all orders';

--
-- Table structure for table `reporting_system_updates`
--

DROP TABLE IF EXISTS `reporting_system_updates`;
CREATE TABLE `reporting_system_updates` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `type` varchar(255) DEFAULT NULL COMMENT 'Update Type',
  `action` varchar(255) DEFAULT NULL COMMENT 'Action Performed',
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Updated At',
  PRIMARY KEY (`entity_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Reporting for system updates';

--
-- Table structure for table `reporting_users`
--

DROP TABLE IF EXISTS `reporting_users`;
CREATE TABLE `reporting_users` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `type` varchar(255) DEFAULT NULL COMMENT 'User Type',
  `action` varchar(255) DEFAULT NULL COMMENT 'Action Performed',
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Updated At',
  PRIMARY KEY (`entity_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Reporting for user actions';

--
-- Table structure for table `review`
--

DROP TABLE IF EXISTS `review`;
CREATE TABLE `review` (
  `review_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Review id',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Review create date',
  `entity_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity id',
  `entity_pk_value` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Product id',
  `status_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Status code',
  PRIMARY KEY (`review_id`),
  KEY `REVIEW_ENTITY_ID` (`entity_id`),
  KEY `REVIEW_STATUS_ID` (`status_id`),
  KEY `REVIEW_ENTITY_PK_VALUE` (`entity_pk_value`)
) ENGINE=InnoDB AUTO_INCREMENT=30 DEFAULT CHARSET=utf8 COMMENT='Review base information';

--
-- Dumping data for table `review`
--

LOCK TABLES `review` WRITE;
/*!40000 ALTER TABLE `review` DISABLE KEYS */;
INSERT INTO `review` VALUES (1,'2017-11-26 09:43:55',1,'1',1),(2,'2017-11-26 09:44:02',1,'17',1),(3,'2017-11-26 09:44:10',1,'18',1),(4,'2017-11-26 09:44:18',1,'19',1),(5,'2017-11-26 09:44:27',1,'20',1),(6,'2017-11-26 09:44:40',1,'32',1),(7,'2017-11-26 09:44:47',1,'33',1),(8,'2017-11-26 09:44:56',1,'34',1),(9,'2017-11-26 09:45:08',1,'35',1),(10,'2017-11-26 09:45:17',1,'16',1),(11,'2017-11-26 09:45:29',1,'15',1),(12,'2017-11-26 09:45:38',1,'2',1),(13,'2017-11-26 09:49:11',1,'3',1),(14,'2017-11-26 09:49:22',1,'4',1),(15,'2017-11-26 09:49:32',1,'5',1),(16,'2017-11-26 09:49:46',1,'6',1),(17,'2017-11-26 09:49:58',1,'7',1),(18,'2017-11-26 09:50:09',1,'8',1),(19,'2017-11-26 09:50:20',1,'14',1),(20,'2017-11-26 09:50:31',1,'36',1),(21,'2017-11-26 09:50:45',1,'36',1),(22,'2017-11-26 09:50:53',1,'2',1),(23,'2017-11-26 09:51:00',1,'16',1),(24,'2017-11-26 09:51:10',1,'4',1),(25,'2017-11-26 09:51:25',1,'5',1),(26,'2017-11-26 09:51:33',1,'7',1),(27,'2017-11-26 09:53:10',1,'1',1),(28,'2017-11-26 09:53:23',1,'17',1),(29,'2017-11-26 09:53:32',1,'1',1);
/*!40000 ALTER TABLE `review` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `review_detail`
--

DROP TABLE IF EXISTS `review_detail`;
CREATE TABLE `review_detail` (
  `detail_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Review detail id',
  `review_id` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT 'Review id',
  `store_id` smallint(5) unsigned DEFAULT '0' COMMENT 'Store id',
  `title` varchar(255) NOT NULL COMMENT 'Title',
  `detail` text NOT NULL COMMENT 'Detail description',
  `nickname` varchar(128) NOT NULL COMMENT 'User nickname',
  `customer_id` int(10) unsigned DEFAULT NULL COMMENT 'Customer Id',
  PRIMARY KEY (`detail_id`),
  KEY `REVIEW_DETAIL_REVIEW_ID` (`review_id`),
  KEY `REVIEW_DETAIL_STORE_ID` (`store_id`),
  KEY `REVIEW_DETAIL_CUSTOMER_ID` (`customer_id`)
) ENGINE=InnoDB AUTO_INCREMENT=30 DEFAULT CHARSET=utf8 COMMENT='Review detail information';

--
-- Dumping data for table `review_detail`
--

LOCK TABLES `review_detail` WRITE;
/*!40000 ALTER TABLE `review_detail` DISABLE KEYS */;
INSERT INTO `review_detail` VALUES (1,1,1,'nice!','24/7 helpdesk is also available. I Love it!\r\n','Luci','1'),(2,2,1,'nice!','24/7 helpdesk is also available. I Love it!\r\n','Luci','1'),(3,3,1,'good','24/7 helpdesk is also available. I Love it!\r\n','Bernard','1'),(4,4,1,'nice','24/7 helpdesk is also available. I Love it!\r\n','Sasha','1'),(5,5,1,'good','24/7 helpdesk is also available. I Love it!\r\n','Sasha','1'),(6,6,1,'nice','This is a great online store. Their product line up is extensive, and very competitive in pricing, with very generous data quotas. ','Sasha','1'),(7,7,1,'nice','This is a great online store. Their product line up is extensive, and very competitive in pricing, with very generous data quotas. ','Susi','1'),(8,8,1,'bad','This is a great online store. Their product line up is extensive, and very competitive in pricing, with very generous data quotas. ','Luci','1'),(9,9,1,'good','This is a great online store. Their product line up is extensive, and very competitive in pricing, with very generous data quotas. ','Sasha','1'),(10,10,1,'nice','This is a great online store. Their product line up is extensive, and very competitive in pricing, with very generous data quotas. ','Alex','1'),(11,11,1,'nice','This store is the best, forget the rest!','Susi','1'),(12,12,1,'good','This store is the best, forget the rest!','Bernard','1'),(13,13,1,'nice','This store is the best, forget the rest!','Bernard','1'),(14,14,1,'nice','This store is the best, forget the rest!','Bernard','1'),(15,15,1,'good','This store is the best, forget the rest!','Bernard','1'),(16,16,1,'good','Great service from this store.','Alex','1'),(17,17,1,'awesome','Great service from this store.','Luci','1'),(18,18,1,'good','Great service from this store.','Susi','1'),(19,19,1,'good','Great service from this store.','Alex','1'),(20,20,1,'nice!','Great service from this store.','Anika','1'),(21,21,1,'nice!','Thanks once again for such a great service.','Anika','1'),(22,22,1,'nice!','Thanks once again for such a great service.','Anika','1'),(23,23,1,'good','Thanks once again for such a great service.','Anika','1'),(24,24,1,'good','Thanks once again for such a great service.','Alex','1'),(25,25,1,'nice','Yes!You right!','Luci','1'),(26,26,1,'nice','Yes!You right!','Bernard','1'),(27,27,1,'nice!','Yes!You right!','Anika','1'),(28,28,1,'nice!','Exactly!','Anika','1'),(29,29,1,'nice','Exactly!','Luci','1');
/*!40000 ALTER TABLE `review_detail` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `review_entity`
--

DROP TABLE IF EXISTS `review_entity`;
CREATE TABLE `review_entity` (
  `entity_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Review entity id',
  `entity_code` varchar(32) NOT NULL COMMENT 'Review entity code',
  PRIMARY KEY (`entity_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Review entities';

--
-- Dumping data for table `review_entity`
--

LOCK TABLES `review_entity` WRITE;
/*!40000 ALTER TABLE `review_entity` DISABLE KEYS */;
INSERT INTO `review_entity` VALUES (1,'product'),(2,'customer'),(3,'category');
/*!40000 ALTER TABLE `review_entity` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `review_entity_summary`
--

DROP TABLE IF EXISTS `review_entity_summary`;
CREATE TABLE `review_entity_summary` (
  `primary_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'Summary review entity id',
  `entity_pk_value` bigint(20) NOT NULL DEFAULT '0' COMMENT 'Product id',
  `entity_type` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Entity type id',
  `reviews_count` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Qty of reviews',
  `rating_summary` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Summarized rating',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store id',
  PRIMARY KEY (`primary_id`),
  KEY `REVIEW_ENTITY_SUMMARY_STORE_ID` (`store_id`)
) ENGINE=InnoDB AUTO_INCREMENT=81 DEFAULT CHARSET=utf8 COMMENT='Review aggregates';

--
-- Dumping data for table `review_entity_summary`
--

LOCK TABLES `review_entity_summary` WRITE;
/*!40000 ALTER TABLE `review_entity_summary` DISABLE KEYS */;
INSERT INTO `review_entity_summary` VALUES (1,1,1,3,58,1),(2,1,1,1,53,2),(3,1,1,1,53,3),(4,17,1,2,60,1),(5,17,1,1,50,2),(6,17,1,1,50,3),(7,18,1,1,80,1),(8,18,1,0,0,2),(9,18,1,0,0,3),(10,19,1,1,53,1),(11,19,1,0,0,2),(12,19,1,0,0,3),(13,20,1,1,40,1),(14,20,1,0,0,2),(15,20,1,0,0,3),(16,32,1,1,67,1),(17,32,1,0,0,2),(18,32,1,0,0,3),(19,33,1,1,60,1),(20,33,1,0,0,2),(21,33,1,0,0,3),(22,34,1,1,20,1),(23,34,1,0,0,2),(24,34,1,0,0,3),(25,35,1,1,60,1),(26,35,1,0,0,2),(27,35,1,0,0,3),(28,16,1,2,57,1),(29,16,1,0,0,2),(30,16,1,0,0,3),(31,15,1,1,50,1),(32,15,1,0,0,2),(33,15,1,0,0,3),(34,2,1,2,63,1),(35,2,1,0,0,2),(36,2,1,0,0,3),(37,3,1,1,73,1),(38,3,1,0,0,2),(39,3,1,0,0,3),(40,4,1,2,56,1),(41,4,1,0,0,2),(42,4,1,0,0,3),(43,5,1,2,65,1),(44,5,1,0,0,2),(45,5,1,0,0,3),(46,6,1,1,60,1),(47,6,1,0,0,2),(48,6,1,0,0,3),(49,7,1,2,53,1),(50,7,1,0,0,2),(51,7,1,0,0,3),(52,8,1,1,60,1),(53,8,1,0,0,2),(54,8,1,0,0,3),(55,14,1,1,60,1),(56,14,1,0,0,2),(57,14,1,0,0,3),(58,36,1,2,52,1),(59,36,1,0,0,2),(60,36,1,0,0,3),(61,7,1,2,53,0),(62,5,1,2,65,0),(63,4,1,2,56,0),(64,16,1,2,57,0),(65,2,1,2,63,0),(66,36,1,2,52,0),(67,14,1,1,60,0),(68,8,1,1,60,0),(69,6,1,1,60,0),(70,3,1,1,73,0),(71,15,1,1,50,0),(72,35,1,1,60,0),(73,34,1,1,20,0),(74,33,1,1,60,0),(75,32,1,1,67,0),(76,20,1,1,40,0),(77,19,1,1,53,0),(78,18,1,1,80,0),(79,17,1,2,60,0),(80,1,1,3,58,0);
/*!40000 ALTER TABLE `review_entity_summary` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `review_status`
--

DROP TABLE IF EXISTS `review_status`;
CREATE TABLE `review_status` (
  `status_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Status id',
  `status_code` varchar(32) NOT NULL COMMENT 'Status code',
  PRIMARY KEY (`status_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Review statuses';

--
-- Dumping data for table `review_status`
--

LOCK TABLES `review_status` WRITE;
/*!40000 ALTER TABLE `review_status` DISABLE KEYS */;
INSERT INTO `review_status` VALUES (1,'Approved'),(2,'Pending'),(3,'Not Approved');
/*!40000 ALTER TABLE `review_status` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `review_store`
--

DROP TABLE IF EXISTS `review_store`;
CREATE TABLE `review_store` (
  `review_id` bigint(20) unsigned NOT NULL COMMENT 'Review Id',
  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store Id',
  PRIMARY KEY (`review_id`,`store_id`),
  KEY `REVIEW_STORE_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Review Store';

--
-- Dumping data for table `review_store`
--

LOCK TABLES `review_store` WRITE;
/*!40000 ALTER TABLE `review_store` DISABLE KEYS */;
INSERT INTO `review_store` VALUES (1,0),(2,0),(3,0),(4,0),(5,0),(6,0),(7,0),(8,0),(9,0),(10,0),(11,0),(12,0),(13,0),(14,0),(15,0),(16,0),(17,0),(18,0),(19,0),(20,0),(21,0),(22,0),(23,0),(24,0),(25,0),(26,0),(27,0),(28,0),(29,0),(1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1),(9,1),(10,1),(11,1),(12,1),(13,1),(14,1),(15,1),(16,1),(17,1),(18,1),(19,1),(20,1),(21,1),(22,1),(23,1),(24,1),(25,1),(26,1),(27,1),(28,1),(29,1),(28,2),(29,2),(28,3),(29,3);
/*!40000 ALTER TABLE `review_store` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sales_bestsellers_aggregated_daily`
--

DROP TABLE IF EXISTS `sales_bestsellers_aggregated_daily`;
CREATE TABLE `sales_bestsellers_aggregated_daily` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Id',
  `period` date DEFAULT NULL COMMENT 'Period',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `product_id` int(10) unsigned DEFAULT NULL COMMENT 'Product Id',
  `product_name` varchar(255) DEFAULT NULL COMMENT 'Product Name',
  `product_price` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Product Price',
  `qty_ordered` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Qty Ordered',
  `rating_pos` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Rating Pos',
  PRIMARY KEY (`id`),
  UNIQUE KEY `SALES_BESTSELLERS_AGGREGATED_DAILY_PERIOD_STORE_ID_PRODUCT_ID` (`period`,`store_id`,`product_id`),
  KEY `SALES_BESTSELLERS_AGGREGATED_DAILY_STORE_ID` (`store_id`),
  KEY `SALES_BESTSELLERS_AGGREGATED_DAILY_PRODUCT_ID` (`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Bestsellers Aggregated Daily';

--
-- Table structure for table `sales_bestsellers_aggregated_monthly`
--

DROP TABLE IF EXISTS `sales_bestsellers_aggregated_monthly`;
CREATE TABLE `sales_bestsellers_aggregated_monthly` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Id',
  `period` date DEFAULT NULL COMMENT 'Period',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `product_id` int(10) unsigned DEFAULT NULL COMMENT 'Product Id',
  `product_name` varchar(255) DEFAULT NULL COMMENT 'Product Name',
  `product_price` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Product Price',
  `qty_ordered` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Qty Ordered',
  `rating_pos` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Rating Pos',
  PRIMARY KEY (`id`),
  UNIQUE KEY `SALES_BESTSELLERS_AGGREGATED_MONTHLY_PERIOD_STORE_ID_PRODUCT_ID` (`period`,`store_id`,`product_id`),
  KEY `SALES_BESTSELLERS_AGGREGATED_MONTHLY_STORE_ID` (`store_id`),
  KEY `SALES_BESTSELLERS_AGGREGATED_MONTHLY_PRODUCT_ID` (`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Bestsellers Aggregated Monthly';

--
-- Table structure for table `sales_bestsellers_aggregated_yearly`
--

DROP TABLE IF EXISTS `sales_bestsellers_aggregated_yearly`;
CREATE TABLE `sales_bestsellers_aggregated_yearly` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Id',
  `period` date DEFAULT NULL COMMENT 'Period',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `product_id` int(10) unsigned DEFAULT NULL COMMENT 'Product Id',
  `product_name` varchar(255) DEFAULT NULL COMMENT 'Product Name',
  `product_price` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Product Price',
  `qty_ordered` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Qty Ordered',
  `rating_pos` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Rating Pos',
  PRIMARY KEY (`id`),
  UNIQUE KEY `SALES_BESTSELLERS_AGGREGATED_YEARLY_PERIOD_STORE_ID_PRODUCT_ID` (`period`,`store_id`,`product_id`),
  KEY `SALES_BESTSELLERS_AGGREGATED_YEARLY_STORE_ID` (`store_id`),
  KEY `SALES_BESTSELLERS_AGGREGATED_YEARLY_PRODUCT_ID` (`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Bestsellers Aggregated Yearly';

--
-- Table structure for table `sales_creditmemo`
--

DROP TABLE IF EXISTS `sales_creditmemo`;
CREATE TABLE `sales_creditmemo` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `adjustment_positive` decimal(12,4) DEFAULT NULL COMMENT 'Adjustment Positive',
  `base_shipping_tax_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Shipping Tax Amount',
  `store_to_order_rate` decimal(12,4) DEFAULT NULL COMMENT 'Store To Order Rate',
  `base_discount_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Discount Amount',
  `base_to_order_rate` decimal(12,4) DEFAULT NULL COMMENT 'Base To Order Rate',
  `grand_total` decimal(12,4) DEFAULT NULL COMMENT 'Grand Total',
  `base_adjustment_negative` decimal(12,4) DEFAULT NULL COMMENT 'Base Adjustment Negative',
  `base_subtotal_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Base Subtotal Incl Tax',
  `shipping_amount` decimal(12,4) DEFAULT NULL COMMENT 'Shipping Amount',
  `subtotal_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Subtotal Incl Tax',
  `adjustment_negative` decimal(12,4) DEFAULT NULL COMMENT 'Adjustment Negative',
  `base_shipping_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Shipping Amount',
  `store_to_base_rate` decimal(12,4) DEFAULT NULL COMMENT 'Store To Base Rate',
  `base_to_global_rate` decimal(12,4) DEFAULT NULL COMMENT 'Base To Global Rate',
  `base_adjustment` decimal(12,4) DEFAULT NULL COMMENT 'Base Adjustment',
  `base_subtotal` decimal(12,4) DEFAULT NULL COMMENT 'Base Subtotal',
  `discount_amount` decimal(12,4) DEFAULT NULL COMMENT 'Discount Amount',
  `subtotal` decimal(12,4) DEFAULT NULL COMMENT 'Subtotal',
  `adjustment` decimal(12,4) DEFAULT NULL COMMENT 'Adjustment',
  `base_grand_total` decimal(12,4) DEFAULT NULL COMMENT 'Base Grand Total',
  `base_adjustment_positive` decimal(12,4) DEFAULT NULL COMMENT 'Base Adjustment Positive',
  `base_tax_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Tax Amount',
  `shipping_tax_amount` decimal(12,4) DEFAULT NULL COMMENT 'Shipping Tax Amount',
  `tax_amount` decimal(12,4) DEFAULT NULL COMMENT 'Tax Amount',
  `order_id` int(10) unsigned NOT NULL COMMENT 'Order Id',
  `email_sent` smallint(5) unsigned DEFAULT NULL COMMENT 'Email Sent',
  `send_email` smallint(5) unsigned DEFAULT NULL COMMENT 'Send Email',
  `creditmemo_status` int(11) DEFAULT NULL COMMENT 'Creditmemo Status',
  `state` int(11) DEFAULT NULL COMMENT 'State',
  `shipping_address_id` int(11) DEFAULT NULL COMMENT 'Shipping Address Id',
  `billing_address_id` int(11) DEFAULT NULL COMMENT 'Billing Address Id',
  `invoice_id` int(11) DEFAULT NULL COMMENT 'Invoice Id',
  `store_currency_code` varchar(3) DEFAULT NULL COMMENT 'Store Currency Code',
  `order_currency_code` varchar(3) DEFAULT NULL COMMENT 'Order Currency Code',
  `base_currency_code` varchar(3) DEFAULT NULL COMMENT 'Base Currency Code',
  `global_currency_code` varchar(3) DEFAULT NULL COMMENT 'Global Currency Code',
  `transaction_id` varchar(255) DEFAULT NULL COMMENT 'Transaction Id',
  `increment_id` varchar(50) DEFAULT NULL COMMENT 'Increment Id',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created At',
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Updated At',
  `discount_tax_compensation_amount` decimal(12,4) DEFAULT NULL COMMENT 'Discount Tax Compensation Amount',
  `base_discount_tax_compensation_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Discount Tax Compensation Amount',
  `shipping_discount_tax_compensation_amount` decimal(12,4) DEFAULT NULL COMMENT 'Shipping Discount Tax Compensation Amount',
  `base_shipping_discount_tax_compensation_amnt` decimal(12,4) DEFAULT NULL COMMENT 'Base Shipping Discount Tax Compensation Amount',
  `shipping_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Shipping Incl Tax',
  `base_shipping_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Base Shipping Incl Tax',
  `discount_description` varchar(255) DEFAULT NULL COMMENT 'Discount Description',
  `customer_note` text COMMENT 'Customer Note',
  `customer_note_notify` smallint(5) unsigned DEFAULT NULL COMMENT 'Customer Note Notify',
  PRIMARY KEY (`entity_id`),
  UNIQUE KEY `SALES_CREDITMEMO_INCREMENT_ID_STORE_ID` (`increment_id`,`store_id`),
  KEY `SALES_CREDITMEMO_STORE_ID` (`store_id`),
  KEY `SALES_CREDITMEMO_ORDER_ID` (`order_id`),
  KEY `SALES_CREDITMEMO_CREDITMEMO_STATUS` (`creditmemo_status`),
  KEY `SALES_CREDITMEMO_STATE` (`state`),
  KEY `SALES_CREDITMEMO_CREATED_AT` (`created_at`),
  KEY `SALES_CREDITMEMO_UPDATED_AT` (`updated_at`),
  KEY `SALES_CREDITMEMO_SEND_EMAIL` (`send_email`),
  KEY `SALES_CREDITMEMO_EMAIL_SENT` (`email_sent`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Creditmemo';

--
-- Table structure for table `sales_creditmemo_comment`
--

DROP TABLE IF EXISTS `sales_creditmemo_comment`;
CREATE TABLE `sales_creditmemo_comment` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `parent_id` int(10) unsigned NOT NULL COMMENT 'Parent Id',
  `is_customer_notified` int(11) DEFAULT NULL COMMENT 'Is Customer Notified',
  `is_visible_on_front` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Visible On Front',
  `comment` text COMMENT 'Comment',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created At',
  PRIMARY KEY (`entity_id`),
  KEY `SALES_CREDITMEMO_COMMENT_CREATED_AT` (`created_at`),
  KEY `SALES_CREDITMEMO_COMMENT_PARENT_ID` (`parent_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Creditmemo Comment';

--
-- Table structure for table `sales_creditmemo_grid`
--

DROP TABLE IF EXISTS `sales_creditmemo_grid`;
CREATE TABLE `sales_creditmemo_grid` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity Id',
  `increment_id` varchar(50) DEFAULT NULL COMMENT 'Increment Id',
  `created_at` timestamp NULL DEFAULT NULL COMMENT 'Created At',
  `updated_at` timestamp NULL DEFAULT NULL COMMENT 'Updated At',
  `order_id` int(10) unsigned NOT NULL COMMENT 'Order Id',
  `order_increment_id` varchar(50) DEFAULT NULL COMMENT 'Order Increment Id',
  `order_created_at` timestamp NULL DEFAULT NULL COMMENT 'Order Created At',
  `billing_name` varchar(255) DEFAULT NULL COMMENT 'Billing Name',
  `state` int(11) DEFAULT NULL COMMENT 'Status',
  `base_grand_total` decimal(12,4) DEFAULT NULL COMMENT 'Base Grand Total',
  `order_status` varchar(32) DEFAULT NULL COMMENT 'Order Status',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `billing_address` varchar(255) DEFAULT NULL COMMENT 'Billing Address',
  `shipping_address` varchar(255) DEFAULT NULL COMMENT 'Shipping Address',
  `customer_name` varchar(128) NOT NULL COMMENT 'Customer Name',
  `customer_email` varchar(128) DEFAULT NULL COMMENT 'Customer Email',
  `customer_group_id` smallint(6) DEFAULT NULL COMMENT 'Customer Group Id',
  `payment_method` varchar(32) DEFAULT NULL COMMENT 'Payment Method',
  `shipping_information` varchar(255) DEFAULT NULL COMMENT 'Shipping Method Name',
  `subtotal` decimal(12,4) DEFAULT NULL COMMENT 'Subtotal',
  `shipping_and_handling` decimal(12,4) DEFAULT NULL COMMENT 'Shipping and handling amount',
  `adjustment_positive` decimal(12,4) DEFAULT NULL COMMENT 'Adjustment Positive',
  `adjustment_negative` decimal(12,4) DEFAULT NULL COMMENT 'Adjustment Negative',
  `order_base_grand_total` decimal(12,4) DEFAULT NULL COMMENT 'Order Grand Total',
  PRIMARY KEY (`entity_id`),
  UNIQUE KEY `SALES_CREDITMEMO_GRID_INCREMENT_ID_STORE_ID` (`increment_id`,`store_id`),
  KEY `SALES_CREDITMEMO_GRID_ORDER_INCREMENT_ID` (`order_increment_id`),
  KEY `SALES_CREDITMEMO_GRID_CREATED_AT` (`created_at`),
  KEY `SALES_CREDITMEMO_GRID_UPDATED_AT` (`updated_at`),
  KEY `SALES_CREDITMEMO_GRID_ORDER_CREATED_AT` (`order_created_at`),
  KEY `SALES_CREDITMEMO_GRID_STATE` (`state`),
  KEY `SALES_CREDITMEMO_GRID_BILLING_NAME` (`billing_name`),
  KEY `SALES_CREDITMEMO_GRID_ORDER_STATUS` (`order_status`),
  KEY `SALES_CREDITMEMO_GRID_BASE_GRAND_TOTAL` (`base_grand_total`),
  KEY `SALES_CREDITMEMO_GRID_STORE_ID` (`store_id`),
  KEY `SALES_CREDITMEMO_GRID_ORDER_BASE_GRAND_TOTAL` (`order_base_grand_total`),
  KEY `SALES_CREDITMEMO_GRID_ORDER_ID` (`order_id`),
  FULLTEXT KEY `FTI_32B7BA885941A8254EE84AE650ABDC86` (`increment_id`,`order_increment_id`,`billing_name`,`billing_address`,`shipping_address`,`customer_name`,`customer_email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Creditmemo Grid';

--
-- Table structure for table `sales_creditmemo_item`
--

DROP TABLE IF EXISTS `sales_creditmemo_item`;
CREATE TABLE `sales_creditmemo_item` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `parent_id` int(10) unsigned NOT NULL COMMENT 'Parent Id',
  `base_price` decimal(12,4) DEFAULT NULL COMMENT 'Base Price',
  `tax_amount` decimal(12,4) DEFAULT NULL COMMENT 'Tax Amount',
  `base_row_total` decimal(12,4) DEFAULT NULL COMMENT 'Base Row Total',
  `discount_amount` decimal(12,4) DEFAULT NULL COMMENT 'Discount Amount',
  `row_total` decimal(12,4) DEFAULT NULL COMMENT 'Row Total',
  `base_discount_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Discount Amount',
  `price_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Price Incl Tax',
  `base_tax_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Tax Amount',
  `base_price_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Base Price Incl Tax',
  `qty` decimal(12,4) DEFAULT NULL COMMENT 'Qty',
  `base_cost` decimal(12,4) DEFAULT NULL COMMENT 'Base Cost',
  `price` decimal(12,4) DEFAULT NULL COMMENT 'Price',
  `base_row_total_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Base Row Total Incl Tax',
  `row_total_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Row Total Incl Tax',
  `product_id` int(11) DEFAULT NULL COMMENT 'Product Id',
  `order_item_id` int(11) DEFAULT NULL COMMENT 'Order Item Id',
  `additional_data` text COMMENT 'Additional Data',
  `description` text COMMENT 'Description',
  `sku` varchar(255) DEFAULT NULL COMMENT 'Sku',
  `name` varchar(255) DEFAULT NULL COMMENT 'Name',
  `discount_tax_compensation_amount` decimal(12,4) DEFAULT NULL COMMENT 'Discount Tax Compensation Amount',
  `base_discount_tax_compensation_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Discount Tax Compensation Amount',
  `tax_ratio` text COMMENT 'Ratio of tax in the creditmemo item over tax of the order item',
  `weee_tax_applied` text COMMENT 'Weee Tax Applied',
  `weee_tax_applied_amount` decimal(12,4) DEFAULT NULL COMMENT 'Weee Tax Applied Amount',
  `weee_tax_applied_row_amount` decimal(12,4) DEFAULT NULL COMMENT 'Weee Tax Applied Row Amount',
  `weee_tax_disposition` decimal(12,4) DEFAULT NULL COMMENT 'Weee Tax Disposition',
  `weee_tax_row_disposition` decimal(12,4) DEFAULT NULL COMMENT 'Weee Tax Row Disposition',
  `base_weee_tax_applied_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Weee Tax Applied Amount',
  `base_weee_tax_applied_row_amnt` decimal(12,4) DEFAULT NULL COMMENT 'Base Weee Tax Applied Row Amnt',
  `base_weee_tax_disposition` decimal(12,4) DEFAULT NULL COMMENT 'Base Weee Tax Disposition',
  `base_weee_tax_row_disposition` decimal(12,4) DEFAULT NULL COMMENT 'Base Weee Tax Row Disposition',
  PRIMARY KEY (`entity_id`),
  KEY `SALES_CREDITMEMO_ITEM_PARENT_ID` (`parent_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Creditmemo Item';

--
-- Table structure for table `sales_invoice`
--

DROP TABLE IF EXISTS `sales_invoice`;
CREATE TABLE `sales_invoice` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `base_grand_total` decimal(12,4) DEFAULT NULL COMMENT 'Base Grand Total',
  `shipping_tax_amount` decimal(12,4) DEFAULT NULL COMMENT 'Shipping Tax Amount',
  `tax_amount` decimal(12,4) DEFAULT NULL COMMENT 'Tax Amount',
  `base_tax_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Tax Amount',
  `store_to_order_rate` decimal(12,4) DEFAULT NULL COMMENT 'Store To Order Rate',
  `base_shipping_tax_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Shipping Tax Amount',
  `base_discount_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Discount Amount',
  `base_to_order_rate` decimal(12,4) DEFAULT NULL COMMENT 'Base To Order Rate',
  `grand_total` decimal(12,4) DEFAULT NULL COMMENT 'Grand Total',
  `shipping_amount` decimal(12,4) DEFAULT NULL COMMENT 'Shipping Amount',
  `subtotal_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Subtotal Incl Tax',
  `base_subtotal_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Base Subtotal Incl Tax',
  `store_to_base_rate` decimal(12,4) DEFAULT NULL COMMENT 'Store To Base Rate',
  `base_shipping_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Shipping Amount',
  `total_qty` decimal(12,4) DEFAULT NULL COMMENT 'Total Qty',
  `base_to_global_rate` decimal(12,4) DEFAULT NULL COMMENT 'Base To Global Rate',
  `subtotal` decimal(12,4) DEFAULT NULL COMMENT 'Subtotal',
  `base_subtotal` decimal(12,4) DEFAULT NULL COMMENT 'Base Subtotal',
  `discount_amount` decimal(12,4) DEFAULT NULL COMMENT 'Discount Amount',
  `billing_address_id` int(11) DEFAULT NULL COMMENT 'Billing Address Id',
  `is_used_for_refund` smallint(5) unsigned DEFAULT NULL COMMENT 'Is Used For Refund',
  `order_id` int(10) unsigned NOT NULL COMMENT 'Order Id',
  `email_sent` smallint(5) unsigned DEFAULT NULL COMMENT 'Email Sent',
  `send_email` smallint(5) unsigned DEFAULT NULL COMMENT 'Send Email',
  `can_void_flag` smallint(5) unsigned DEFAULT NULL COMMENT 'Can Void Flag',
  `state` int(11) DEFAULT NULL COMMENT 'State',
  `shipping_address_id` int(11) DEFAULT NULL COMMENT 'Shipping Address Id',
  `store_currency_code` varchar(3) DEFAULT NULL COMMENT 'Store Currency Code',
  `transaction_id` varchar(255) DEFAULT NULL COMMENT 'Transaction Id',
  `order_currency_code` varchar(3) DEFAULT NULL COMMENT 'Order Currency Code',
  `base_currency_code` varchar(3) DEFAULT NULL COMMENT 'Base Currency Code',
  `global_currency_code` varchar(3) DEFAULT NULL COMMENT 'Global Currency Code',
  `increment_id` varchar(50) DEFAULT NULL COMMENT 'Increment Id',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created At',
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Updated At',
  `discount_tax_compensation_amount` decimal(12,4) DEFAULT NULL COMMENT 'Discount Tax Compensation Amount',
  `base_discount_tax_compensation_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Discount Tax Compensation Amount',
  `shipping_discount_tax_compensation_amount` decimal(12,4) DEFAULT NULL COMMENT 'Shipping Discount Tax Compensation Amount',
  `base_shipping_discount_tax_compensation_amnt` decimal(12,4) DEFAULT NULL COMMENT 'Base Shipping Discount Tax Compensation Amount',
  `shipping_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Shipping Incl Tax',
  `base_shipping_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Base Shipping Incl Tax',
  `base_total_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Base Total Refunded',
  `discount_description` varchar(255) DEFAULT NULL COMMENT 'Discount Description',
  `customer_note` text COMMENT 'Customer Note',
  `customer_note_notify` smallint(5) unsigned DEFAULT NULL COMMENT 'Customer Note Notify',
  PRIMARY KEY (`entity_id`),
  UNIQUE KEY `SALES_INVOICE_INCREMENT_ID_STORE_ID` (`increment_id`,`store_id`),
  KEY `SALES_INVOICE_STORE_ID` (`store_id`),
  KEY `SALES_INVOICE_GRAND_TOTAL` (`grand_total`),
  KEY `SALES_INVOICE_ORDER_ID` (`order_id`),
  KEY `SALES_INVOICE_STATE` (`state`),
  KEY `SALES_INVOICE_CREATED_AT` (`created_at`),
  KEY `SALES_INVOICE_UPDATED_AT` (`updated_at`),
  KEY `SALES_INVOICE_SEND_EMAIL` (`send_email`),
  KEY `SALES_INVOICE_EMAIL_SENT` (`email_sent`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Invoice';

--
-- Table structure for table `sales_invoice_comment`
--

DROP TABLE IF EXISTS `sales_invoice_comment`;
CREATE TABLE `sales_invoice_comment` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `parent_id` int(10) unsigned NOT NULL COMMENT 'Parent Id',
  `is_customer_notified` smallint(5) unsigned DEFAULT NULL COMMENT 'Is Customer Notified',
  `is_visible_on_front` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Visible On Front',
  `comment` text COMMENT 'Comment',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created At',
  PRIMARY KEY (`entity_id`),
  KEY `SALES_INVOICE_COMMENT_CREATED_AT` (`created_at`),
  KEY `SALES_INVOICE_COMMENT_PARENT_ID` (`parent_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Invoice Comment';

--
-- Table structure for table `sales_invoice_grid`
--

DROP TABLE IF EXISTS `sales_invoice_grid`;
CREATE TABLE `sales_invoice_grid` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity Id',
  `increment_id` varchar(50) DEFAULT NULL COMMENT 'Increment Id',
  `state` int(11) DEFAULT NULL COMMENT 'State',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `store_name` varchar(255) DEFAULT NULL COMMENT 'Store Name',
  `order_id` int(10) unsigned NOT NULL COMMENT 'Order Id',
  `order_increment_id` varchar(50) DEFAULT NULL COMMENT 'Order Increment Id',
  `order_created_at` timestamp NULL DEFAULT NULL COMMENT 'Order Created At',
  `customer_name` varchar(255) DEFAULT NULL COMMENT 'Customer Name',
  `customer_email` varchar(255) DEFAULT NULL COMMENT 'Customer Email',
  `customer_group_id` int(11) DEFAULT NULL,
  `payment_method` varchar(128) DEFAULT NULL COMMENT 'Payment Method',
  `store_currency_code` varchar(3) DEFAULT NULL COMMENT 'Store Currency Code',
  `order_currency_code` varchar(3) DEFAULT NULL COMMENT 'Order Currency Code',
  `base_currency_code` varchar(3) DEFAULT NULL COMMENT 'Base Currency Code',
  `global_currency_code` varchar(3) DEFAULT NULL COMMENT 'Global Currency Code',
  `billing_name` varchar(255) DEFAULT NULL COMMENT 'Billing Name',
  `billing_address` varchar(255) DEFAULT NULL COMMENT 'Billing Address',
  `shipping_address` varchar(255) DEFAULT NULL COMMENT 'Shipping Address',
  `shipping_information` varchar(255) DEFAULT NULL COMMENT 'Shipping Method Name',
  `subtotal` decimal(12,4) DEFAULT NULL COMMENT 'Subtotal',
  `shipping_and_handling` decimal(12,4) DEFAULT NULL COMMENT 'Shipping and handling amount',
  `grand_total` decimal(12,4) DEFAULT NULL COMMENT 'Grand Total',
  `base_grand_total` decimal(12,4) DEFAULT NULL COMMENT 'Base Grand Total',
  `created_at` timestamp NULL DEFAULT NULL COMMENT 'Created At',
  `updated_at` timestamp NULL DEFAULT NULL COMMENT 'Updated At',
  PRIMARY KEY (`entity_id`),
  UNIQUE KEY `SALES_INVOICE_GRID_INCREMENT_ID_STORE_ID` (`increment_id`,`store_id`),
  KEY `SALES_INVOICE_GRID_STORE_ID` (`store_id`),
  KEY `SALES_INVOICE_GRID_GRAND_TOTAL` (`grand_total`),
  KEY `SALES_INVOICE_GRID_ORDER_ID` (`order_id`),
  KEY `SALES_INVOICE_GRID_STATE` (`state`),
  KEY `SALES_INVOICE_GRID_ORDER_INCREMENT_ID` (`order_increment_id`),
  KEY `SALES_INVOICE_GRID_CREATED_AT` (`created_at`),
  KEY `SALES_INVOICE_GRID_UPDATED_AT` (`updated_at`),
  KEY `SALES_INVOICE_GRID_ORDER_CREATED_AT` (`order_created_at`),
  KEY `SALES_INVOICE_GRID_BILLING_NAME` (`billing_name`),
  KEY `SALES_INVOICE_GRID_BASE_GRAND_TOTAL` (`base_grand_total`),
  FULLTEXT KEY `FTI_95D9C924DD6A8734EB8B5D01D60F90DE` (`increment_id`,`order_increment_id`,`billing_name`,`billing_address`,`shipping_address`,`customer_name`,`customer_email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Invoice Grid';

--
-- Table structure for table `sales_invoice_item`
--

DROP TABLE IF EXISTS `sales_invoice_item`;
CREATE TABLE `sales_invoice_item` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `parent_id` int(10) unsigned NOT NULL COMMENT 'Parent Id',
  `base_price` decimal(12,4) DEFAULT NULL COMMENT 'Base Price',
  `tax_amount` decimal(12,4) DEFAULT NULL COMMENT 'Tax Amount',
  `base_row_total` decimal(12,4) DEFAULT NULL COMMENT 'Base Row Total',
  `discount_amount` decimal(12,4) DEFAULT NULL COMMENT 'Discount Amount',
  `row_total` decimal(12,4) DEFAULT NULL COMMENT 'Row Total',
  `base_discount_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Discount Amount',
  `price_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Price Incl Tax',
  `base_tax_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Tax Amount',
  `base_price_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Base Price Incl Tax',
  `qty` decimal(12,4) DEFAULT NULL COMMENT 'Qty',
  `base_cost` decimal(12,4) DEFAULT NULL COMMENT 'Base Cost',
  `price` decimal(12,4) DEFAULT NULL COMMENT 'Price',
  `base_row_total_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Base Row Total Incl Tax',
  `row_total_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Row Total Incl Tax',
  `product_id` int(11) DEFAULT NULL COMMENT 'Product Id',
  `order_item_id` int(11) DEFAULT NULL COMMENT 'Order Item Id',
  `additional_data` text COMMENT 'Additional Data',
  `description` text COMMENT 'Description',
  `sku` varchar(255) DEFAULT NULL COMMENT 'Sku',
  `name` varchar(255) DEFAULT NULL COMMENT 'Name',
  `discount_tax_compensation_amount` decimal(12,4) DEFAULT NULL COMMENT 'Discount Tax Compensation Amount',
  `base_discount_tax_compensation_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Discount Tax Compensation Amount',
  `tax_ratio` text COMMENT 'Ratio of tax invoiced over tax of the order item',
  `weee_tax_applied` text COMMENT 'Weee Tax Applied',
  `weee_tax_applied_amount` decimal(12,4) DEFAULT NULL COMMENT 'Weee Tax Applied Amount',
  `weee_tax_applied_row_amount` decimal(12,4) DEFAULT NULL COMMENT 'Weee Tax Applied Row Amount',
  `weee_tax_disposition` decimal(12,4) DEFAULT NULL COMMENT 'Weee Tax Disposition',
  `weee_tax_row_disposition` decimal(12,4) DEFAULT NULL COMMENT 'Weee Tax Row Disposition',
  `base_weee_tax_applied_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Weee Tax Applied Amount',
  `base_weee_tax_applied_row_amnt` decimal(12,4) DEFAULT NULL COMMENT 'Base Weee Tax Applied Row Amnt',
  `base_weee_tax_disposition` decimal(12,4) DEFAULT NULL COMMENT 'Base Weee Tax Disposition',
  `base_weee_tax_row_disposition` decimal(12,4) DEFAULT NULL COMMENT 'Base Weee Tax Row Disposition',
  PRIMARY KEY (`entity_id`),
  KEY `SALES_INVOICE_ITEM_PARENT_ID` (`parent_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Invoice Item';

--
-- Table structure for table `sales_invoiced_aggregated`
--

DROP TABLE IF EXISTS `sales_invoiced_aggregated`;
CREATE TABLE `sales_invoiced_aggregated` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Id',
  `period` date DEFAULT NULL COMMENT 'Period',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `order_status` varchar(50) DEFAULT NULL COMMENT 'Order Status',
  `orders_count` int(11) NOT NULL DEFAULT '0' COMMENT 'Orders Count',
  `orders_invoiced` decimal(12,4) DEFAULT NULL COMMENT 'Orders Invoiced',
  `invoiced` decimal(12,4) DEFAULT NULL COMMENT 'Invoiced',
  `invoiced_captured` decimal(12,4) DEFAULT NULL COMMENT 'Invoiced Captured',
  `invoiced_not_captured` decimal(12,4) DEFAULT NULL COMMENT 'Invoiced Not Captured',
  PRIMARY KEY (`id`),
  UNIQUE KEY `SALES_INVOICED_AGGREGATED_PERIOD_STORE_ID_ORDER_STATUS` (`period`,`store_id`,`order_status`),
  KEY `SALES_INVOICED_AGGREGATED_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Invoiced Aggregated';

--
-- Table structure for table `sales_invoiced_aggregated_order`
--

DROP TABLE IF EXISTS `sales_invoiced_aggregated_order`;
CREATE TABLE `sales_invoiced_aggregated_order` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Id',
  `period` date DEFAULT NULL COMMENT 'Period',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `order_status` varchar(50) NOT NULL COMMENT 'Order Status',
  `orders_count` int(11) NOT NULL DEFAULT '0' COMMENT 'Orders Count',
  `orders_invoiced` decimal(12,4) DEFAULT NULL COMMENT 'Orders Invoiced',
  `invoiced` decimal(12,4) DEFAULT NULL COMMENT 'Invoiced',
  `invoiced_captured` decimal(12,4) DEFAULT NULL COMMENT 'Invoiced Captured',
  `invoiced_not_captured` decimal(12,4) DEFAULT NULL COMMENT 'Invoiced Not Captured',
  PRIMARY KEY (`id`),
  UNIQUE KEY `SALES_INVOICED_AGGREGATED_ORDER_PERIOD_STORE_ID_ORDER_STATUS` (`period`,`store_id`,`order_status`),
  KEY `SALES_INVOICED_AGGREGATED_ORDER_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Invoiced Aggregated Order';

--
-- Table structure for table `sales_order`
--

DROP TABLE IF EXISTS `sales_order`;
CREATE TABLE `sales_order` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `state` varchar(32) DEFAULT NULL COMMENT 'State',
  `status` varchar(32) DEFAULT NULL COMMENT 'Status',
  `coupon_code` varchar(255) DEFAULT NULL COMMENT 'Coupon Code',
  `protect_code` varchar(255) DEFAULT NULL COMMENT 'Protect Code',
  `shipping_description` varchar(255) DEFAULT NULL COMMENT 'Shipping Description',
  `is_virtual` smallint(5) unsigned DEFAULT NULL COMMENT 'Is Virtual',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `customer_id` int(10) unsigned DEFAULT NULL COMMENT 'Customer Id',
  `base_discount_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Discount Amount',
  `base_discount_canceled` decimal(12,4) DEFAULT NULL COMMENT 'Base Discount Canceled',
  `base_discount_invoiced` decimal(12,4) DEFAULT NULL COMMENT 'Base Discount Invoiced',
  `base_discount_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Base Discount Refunded',
  `base_grand_total` decimal(12,4) DEFAULT NULL COMMENT 'Base Grand Total',
  `base_shipping_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Shipping Amount',
  `base_shipping_canceled` decimal(12,4) DEFAULT NULL COMMENT 'Base Shipping Canceled',
  `base_shipping_invoiced` decimal(12,4) DEFAULT NULL COMMENT 'Base Shipping Invoiced',
  `base_shipping_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Base Shipping Refunded',
  `base_shipping_tax_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Shipping Tax Amount',
  `base_shipping_tax_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Base Shipping Tax Refunded',
  `base_subtotal` decimal(12,4) DEFAULT NULL COMMENT 'Base Subtotal',
  `base_subtotal_canceled` decimal(12,4) DEFAULT NULL COMMENT 'Base Subtotal Canceled',
  `base_subtotal_invoiced` decimal(12,4) DEFAULT NULL COMMENT 'Base Subtotal Invoiced',
  `base_subtotal_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Base Subtotal Refunded',
  `base_tax_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Tax Amount',
  `base_tax_canceled` decimal(12,4) DEFAULT NULL COMMENT 'Base Tax Canceled',
  `base_tax_invoiced` decimal(12,4) DEFAULT NULL COMMENT 'Base Tax Invoiced',
  `base_tax_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Base Tax Refunded',
  `base_to_global_rate` decimal(12,4) DEFAULT NULL COMMENT 'Base To Global Rate',
  `base_to_order_rate` decimal(12,4) DEFAULT NULL COMMENT 'Base To Order Rate',
  `base_total_canceled` decimal(12,4) DEFAULT NULL COMMENT 'Base Total Canceled',
  `base_total_invoiced` decimal(12,4) DEFAULT NULL COMMENT 'Base Total Invoiced',
  `base_total_invoiced_cost` decimal(12,4) DEFAULT NULL COMMENT 'Base Total Invoiced Cost',
  `base_total_offline_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Base Total Offline Refunded',
  `base_total_online_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Base Total Online Refunded',
  `base_total_paid` decimal(12,4) DEFAULT NULL COMMENT 'Base Total Paid',
  `base_total_qty_ordered` decimal(12,4) DEFAULT NULL COMMENT 'Base Total Qty Ordered',
  `base_total_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Base Total Refunded',
  `discount_amount` decimal(12,4) DEFAULT NULL COMMENT 'Discount Amount',
  `discount_canceled` decimal(12,4) DEFAULT NULL COMMENT 'Discount Canceled',
  `discount_invoiced` decimal(12,4) DEFAULT NULL COMMENT 'Discount Invoiced',
  `discount_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Discount Refunded',
  `grand_total` decimal(12,4) DEFAULT NULL COMMENT 'Grand Total',
  `shipping_amount` decimal(12,4) DEFAULT NULL COMMENT 'Shipping Amount',
  `shipping_canceled` decimal(12,4) DEFAULT NULL COMMENT 'Shipping Canceled',
  `shipping_invoiced` decimal(12,4) DEFAULT NULL COMMENT 'Shipping Invoiced',
  `shipping_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Shipping Refunded',
  `shipping_tax_amount` decimal(12,4) DEFAULT NULL COMMENT 'Shipping Tax Amount',
  `shipping_tax_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Shipping Tax Refunded',
  `store_to_base_rate` decimal(12,4) DEFAULT NULL COMMENT 'Store To Base Rate',
  `store_to_order_rate` decimal(12,4) DEFAULT NULL COMMENT 'Store To Order Rate',
  `subtotal` decimal(12,4) DEFAULT NULL COMMENT 'Subtotal',
  `subtotal_canceled` decimal(12,4) DEFAULT NULL COMMENT 'Subtotal Canceled',
  `subtotal_invoiced` decimal(12,4) DEFAULT NULL COMMENT 'Subtotal Invoiced',
  `subtotal_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Subtotal Refunded',
  `tax_amount` decimal(12,4) DEFAULT NULL COMMENT 'Tax Amount',
  `tax_canceled` decimal(12,4) DEFAULT NULL COMMENT 'Tax Canceled',
  `tax_invoiced` decimal(12,4) DEFAULT NULL COMMENT 'Tax Invoiced',
  `tax_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Tax Refunded',
  `total_canceled` decimal(12,4) DEFAULT NULL COMMENT 'Total Canceled',
  `total_invoiced` decimal(12,4) DEFAULT NULL COMMENT 'Total Invoiced',
  `total_offline_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Total Offline Refunded',
  `total_online_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Total Online Refunded',
  `total_paid` decimal(12,4) DEFAULT NULL COMMENT 'Total Paid',
  `total_qty_ordered` decimal(12,4) DEFAULT NULL COMMENT 'Total Qty Ordered',
  `total_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Total Refunded',
  `can_ship_partially` smallint(5) unsigned DEFAULT NULL COMMENT 'Can Ship Partially',
  `can_ship_partially_item` smallint(5) unsigned DEFAULT NULL COMMENT 'Can Ship Partially Item',
  `customer_is_guest` smallint(5) unsigned DEFAULT NULL COMMENT 'Customer Is Guest',
  `customer_note_notify` smallint(5) unsigned DEFAULT NULL COMMENT 'Customer Note Notify',
  `billing_address_id` int(11) DEFAULT NULL COMMENT 'Billing Address Id',
  `customer_group_id` int(11) DEFAULT NULL,
  `edit_increment` int(11) DEFAULT NULL COMMENT 'Edit Increment',
  `email_sent` smallint(5) unsigned DEFAULT NULL COMMENT 'Email Sent',
  `send_email` smallint(5) unsigned DEFAULT NULL COMMENT 'Send Email',
  `forced_shipment_with_invoice` smallint(5) unsigned DEFAULT NULL COMMENT 'Forced Do Shipment With Invoice',
  `payment_auth_expiration` int(11) DEFAULT NULL COMMENT 'Payment Authorization Expiration',
  `quote_address_id` int(11) DEFAULT NULL COMMENT 'Quote Address Id',
  `quote_id` int(11) DEFAULT NULL COMMENT 'Quote Id',
  `shipping_address_id` int(11) DEFAULT NULL COMMENT 'Shipping Address Id',
  `adjustment_negative` decimal(12,4) DEFAULT NULL COMMENT 'Adjustment Negative',
  `adjustment_positive` decimal(12,4) DEFAULT NULL COMMENT 'Adjustment Positive',
  `base_adjustment_negative` decimal(12,4) DEFAULT NULL COMMENT 'Base Adjustment Negative',
  `base_adjustment_positive` decimal(12,4) DEFAULT NULL COMMENT 'Base Adjustment Positive',
  `base_shipping_discount_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Shipping Discount Amount',
  `base_subtotal_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Base Subtotal Incl Tax',
  `base_total_due` decimal(12,4) DEFAULT NULL COMMENT 'Base Total Due',
  `payment_authorization_amount` decimal(12,4) DEFAULT NULL COMMENT 'Payment Authorization Amount',
  `shipping_discount_amount` decimal(12,4) DEFAULT NULL COMMENT 'Shipping Discount Amount',
  `subtotal_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Subtotal Incl Tax',
  `total_due` decimal(12,4) DEFAULT NULL COMMENT 'Total Due',
  `weight` decimal(12,4) DEFAULT NULL COMMENT 'Weight',
  `customer_dob` datetime DEFAULT NULL COMMENT 'Customer Dob',
  `increment_id` varchar(32) DEFAULT NULL COMMENT 'Increment Id',
  `applied_rule_ids` varchar(128) DEFAULT NULL COMMENT 'Applied Rule Ids',
  `base_currency_code` varchar(3) DEFAULT NULL COMMENT 'Base Currency Code',
  `customer_email` varchar(128) DEFAULT NULL COMMENT 'Customer Email',
  `customer_firstname` varchar(128) DEFAULT NULL COMMENT 'Customer Firstname',
  `customer_lastname` varchar(128) DEFAULT NULL COMMENT 'Customer Lastname',
  `customer_middlename` varchar(128) DEFAULT NULL COMMENT 'Customer Middlename',
  `customer_prefix` varchar(32) DEFAULT NULL COMMENT 'Customer Prefix',
  `customer_suffix` varchar(32) DEFAULT NULL COMMENT 'Customer Suffix',
  `customer_taxvat` varchar(32) DEFAULT NULL COMMENT 'Customer Taxvat',
  `discount_description` varchar(255) DEFAULT NULL COMMENT 'Discount Description',
  `ext_customer_id` varchar(32) DEFAULT NULL COMMENT 'Ext Customer Id',
  `ext_order_id` varchar(32) DEFAULT NULL COMMENT 'Ext Order Id',
  `global_currency_code` varchar(3) DEFAULT NULL COMMENT 'Global Currency Code',
  `hold_before_state` varchar(32) DEFAULT NULL COMMENT 'Hold Before State',
  `hold_before_status` varchar(32) DEFAULT NULL COMMENT 'Hold Before Status',
  `order_currency_code` varchar(3) DEFAULT NULL COMMENT 'Order Currency Code',
  `original_increment_id` varchar(32) DEFAULT NULL COMMENT 'Original Increment Id',
  `relation_child_id` varchar(32) DEFAULT NULL COMMENT 'Relation Child Id',
  `relation_child_real_id` varchar(32) DEFAULT NULL COMMENT 'Relation Child Real Id',
  `relation_parent_id` varchar(32) DEFAULT NULL COMMENT 'Relation Parent Id',
  `relation_parent_real_id` varchar(32) DEFAULT NULL COMMENT 'Relation Parent Real Id',
  `remote_ip` varchar(32) DEFAULT NULL COMMENT 'Remote Ip',
  `shipping_method` varchar(120) DEFAULT NULL,
  `store_currency_code` varchar(3) DEFAULT NULL COMMENT 'Store Currency Code',
  `store_name` varchar(32) DEFAULT NULL COMMENT 'Store Name',
  `x_forwarded_for` varchar(32) DEFAULT NULL COMMENT 'X Forwarded For',
  `customer_note` text COMMENT 'Customer Note',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created At',
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Updated At',
  `total_item_count` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Total Item Count',
  `customer_gender` int(11) DEFAULT NULL COMMENT 'Customer Gender',
  `discount_tax_compensation_amount` decimal(12,4) DEFAULT NULL COMMENT 'Discount Tax Compensation Amount',
  `base_discount_tax_compensation_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Discount Tax Compensation Amount',
  `shipping_discount_tax_compensation_amount` decimal(12,4) DEFAULT NULL COMMENT 'Shipping Discount Tax Compensation Amount',
  `base_shipping_discount_tax_compensation_amnt` decimal(12,4) DEFAULT NULL COMMENT 'Base Shipping Discount Tax Compensation Amount',
  `discount_tax_compensation_invoiced` decimal(12,4) DEFAULT NULL COMMENT 'Discount Tax Compensation Invoiced',
  `base_discount_tax_compensation_invoiced` decimal(12,4) DEFAULT NULL COMMENT 'Base Discount Tax Compensation Invoiced',
  `discount_tax_compensation_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Discount Tax Compensation Refunded',
  `base_discount_tax_compensation_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Base Discount Tax Compensation Refunded',
  `shipping_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Shipping Incl Tax',
  `base_shipping_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Base Shipping Incl Tax',
  `coupon_rule_name` varchar(255) DEFAULT NULL COMMENT 'Coupon Sales Rule Name',
  `gift_message_id` int(11) DEFAULT NULL COMMENT 'Gift Message Id',
  `paypal_ipn_customer_notified` int(11) DEFAULT '0' COMMENT 'Paypal Ipn Customer Notified',
  PRIMARY KEY (`entity_id`),
  UNIQUE KEY `SALES_ORDER_INCREMENT_ID_STORE_ID` (`increment_id`,`store_id`),
  KEY `SALES_ORDER_STATUS` (`status`),
  KEY `SALES_ORDER_STATE` (`state`),
  KEY `SALES_ORDER_STORE_ID` (`store_id`),
  KEY `SALES_ORDER_CREATED_AT` (`created_at`),
  KEY `SALES_ORDER_CUSTOMER_ID` (`customer_id`),
  KEY `SALES_ORDER_EXT_ORDER_ID` (`ext_order_id`),
  KEY `SALES_ORDER_QUOTE_ID` (`quote_id`),
  KEY `SALES_ORDER_UPDATED_AT` (`updated_at`),
  KEY `SALES_ORDER_SEND_EMAIL` (`send_email`),
  KEY `SALES_ORDER_EMAIL_SENT` (`email_sent`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Order';

--
-- Table structure for table `sales_order_address`
--

DROP TABLE IF EXISTS `sales_order_address`;
CREATE TABLE `sales_order_address` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `parent_id` int(10) unsigned DEFAULT NULL COMMENT 'Parent Id',
  `customer_address_id` int(11) DEFAULT NULL COMMENT 'Customer Address Id',
  `quote_address_id` int(11) DEFAULT NULL COMMENT 'Quote Address Id',
  `region_id` int(11) DEFAULT NULL COMMENT 'Region Id',
  `customer_id` int(11) DEFAULT NULL COMMENT 'Customer Id',
  `fax` varchar(255) DEFAULT NULL COMMENT 'Fax',
  `region` varchar(255) DEFAULT NULL COMMENT 'Region',
  `postcode` varchar(255) DEFAULT NULL COMMENT 'Postcode',
  `lastname` varchar(255) DEFAULT NULL COMMENT 'Lastname',
  `street` varchar(255) DEFAULT NULL COMMENT 'Street',
  `city` varchar(255) DEFAULT NULL COMMENT 'City',
  `email` varchar(255) DEFAULT NULL COMMENT 'Email',
  `telephone` varchar(255) DEFAULT NULL COMMENT 'Phone Number',
  `country_id` varchar(2) DEFAULT NULL COMMENT 'Country Id',
  `firstname` varchar(255) DEFAULT NULL COMMENT 'Firstname',
  `address_type` varchar(255) DEFAULT NULL COMMENT 'Address Type',
  `prefix` varchar(255) DEFAULT NULL COMMENT 'Prefix',
  `middlename` varchar(255) DEFAULT NULL COMMENT 'Middlename',
  `suffix` varchar(255) DEFAULT NULL COMMENT 'Suffix',
  `company` varchar(255) DEFAULT NULL COMMENT 'Company',
  `vat_id` text COMMENT 'Vat Id',
  `vat_is_valid` smallint(6) DEFAULT NULL COMMENT 'Vat Is Valid',
  `vat_request_id` text COMMENT 'Vat Request Id',
  `vat_request_date` text COMMENT 'Vat Request Date',
  `vat_request_success` smallint(6) DEFAULT NULL COMMENT 'Vat Request Success',
  PRIMARY KEY (`entity_id`),
  KEY `SALES_ORDER_ADDRESS_PARENT_ID` (`parent_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Order Address';

--
-- Table structure for table `sales_order_aggregated_created`
--

DROP TABLE IF EXISTS `sales_order_aggregated_created`;
CREATE TABLE `sales_order_aggregated_created` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Id',
  `period` date DEFAULT NULL COMMENT 'Period',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `order_status` varchar(50) NOT NULL COMMENT 'Order Status',
  `orders_count` int(11) NOT NULL DEFAULT '0' COMMENT 'Orders Count',
  `total_qty_ordered` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Qty Ordered',
  `total_qty_invoiced` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Qty Invoiced',
  `total_income_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Income Amount',
  `total_revenue_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Revenue Amount',
  `total_profit_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Profit Amount',
  `total_invoiced_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Invoiced Amount',
  `total_canceled_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Canceled Amount',
  `total_paid_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Paid Amount',
  `total_refunded_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Refunded Amount',
  `total_tax_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Tax Amount',
  `total_tax_amount_actual` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Tax Amount Actual',
  `total_shipping_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Shipping Amount',
  `total_shipping_amount_actual` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Shipping Amount Actual',
  `total_discount_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Discount Amount',
  `total_discount_amount_actual` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Discount Amount Actual',
  PRIMARY KEY (`id`),
  UNIQUE KEY `SALES_ORDER_AGGREGATED_CREATED_PERIOD_STORE_ID_ORDER_STATUS` (`period`,`store_id`,`order_status`),
  KEY `SALES_ORDER_AGGREGATED_CREATED_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Order Aggregated Created';

--
-- Table structure for table `sales_order_aggregated_updated`
--

DROP TABLE IF EXISTS `sales_order_aggregated_updated`;
CREATE TABLE `sales_order_aggregated_updated` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Id',
  `period` date DEFAULT NULL COMMENT 'Period',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `order_status` varchar(50) NOT NULL COMMENT 'Order Status',
  `orders_count` int(11) NOT NULL DEFAULT '0' COMMENT 'Orders Count',
  `total_qty_ordered` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Qty Ordered',
  `total_qty_invoiced` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Qty Invoiced',
  `total_income_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Income Amount',
  `total_revenue_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Revenue Amount',
  `total_profit_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Profit Amount',
  `total_invoiced_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Invoiced Amount',
  `total_canceled_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Canceled Amount',
  `total_paid_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Paid Amount',
  `total_refunded_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Refunded Amount',
  `total_tax_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Tax Amount',
  `total_tax_amount_actual` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Tax Amount Actual',
  `total_shipping_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Shipping Amount',
  `total_shipping_amount_actual` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Shipping Amount Actual',
  `total_discount_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Discount Amount',
  `total_discount_amount_actual` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Discount Amount Actual',
  PRIMARY KEY (`id`),
  UNIQUE KEY `SALES_ORDER_AGGREGATED_UPDATED_PERIOD_STORE_ID_ORDER_STATUS` (`period`,`store_id`,`order_status`),
  KEY `SALES_ORDER_AGGREGATED_UPDATED_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Order Aggregated Updated';

--
-- Table structure for table `sales_order_grid`
--

DROP TABLE IF EXISTS `sales_order_grid`;
CREATE TABLE `sales_order_grid` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity Id',
  `status` varchar(32) DEFAULT NULL COMMENT 'Status',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `store_name` varchar(255) DEFAULT NULL COMMENT 'Store Name',
  `customer_id` int(10) unsigned DEFAULT NULL COMMENT 'Customer Id',
  `base_grand_total` decimal(12,4) DEFAULT NULL COMMENT 'Base Grand Total',
  `base_total_paid` decimal(12,4) DEFAULT NULL COMMENT 'Base Total Paid',
  `grand_total` decimal(12,4) DEFAULT NULL COMMENT 'Grand Total',
  `total_paid` decimal(12,4) DEFAULT NULL COMMENT 'Total Paid',
  `increment_id` varchar(50) DEFAULT NULL COMMENT 'Increment Id',
  `base_currency_code` varchar(3) DEFAULT NULL COMMENT 'Base Currency Code',
  `order_currency_code` varchar(255) DEFAULT NULL COMMENT 'Order Currency Code',
  `shipping_name` varchar(255) DEFAULT NULL COMMENT 'Shipping Name',
  `billing_name` varchar(255) DEFAULT NULL COMMENT 'Billing Name',
  `created_at` timestamp NULL DEFAULT NULL COMMENT 'Created At',
  `updated_at` timestamp NULL DEFAULT NULL COMMENT 'Updated At',
  `billing_address` varchar(255) DEFAULT NULL COMMENT 'Billing Address',
  `shipping_address` varchar(255) DEFAULT NULL COMMENT 'Shipping Address',
  `shipping_information` varchar(255) DEFAULT NULL COMMENT 'Shipping Method Name',
  `customer_email` varchar(255) DEFAULT NULL COMMENT 'Customer Email',
  `customer_group` varchar(255) DEFAULT NULL COMMENT 'Customer Group',
  `subtotal` decimal(12,4) DEFAULT NULL COMMENT 'Subtotal',
  `shipping_and_handling` decimal(12,4) DEFAULT NULL COMMENT 'Shipping and handling amount',
  `customer_name` varchar(255) DEFAULT NULL COMMENT 'Customer Name',
  `payment_method` varchar(255) DEFAULT NULL COMMENT 'Payment Method',
  `total_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Total Refunded',
  `signifyd_guarantee_status` varchar(32) DEFAULT NULL COMMENT 'Signifyd Guarantee Disposition Status',
  PRIMARY KEY (`entity_id`),
  UNIQUE KEY `SALES_ORDER_GRID_INCREMENT_ID_STORE_ID` (`increment_id`,`store_id`),
  KEY `SALES_ORDER_GRID_STATUS` (`status`),
  KEY `SALES_ORDER_GRID_STORE_ID` (`store_id`),
  KEY `SALES_ORDER_GRID_BASE_GRAND_TOTAL` (`base_grand_total`),
  KEY `SALES_ORDER_GRID_BASE_TOTAL_PAID` (`base_total_paid`),
  KEY `SALES_ORDER_GRID_GRAND_TOTAL` (`grand_total`),
  KEY `SALES_ORDER_GRID_TOTAL_PAID` (`total_paid`),
  KEY `SALES_ORDER_GRID_SHIPPING_NAME` (`shipping_name`),
  KEY `SALES_ORDER_GRID_BILLING_NAME` (`billing_name`),
  KEY `SALES_ORDER_GRID_CREATED_AT` (`created_at`),
  KEY `SALES_ORDER_GRID_CUSTOMER_ID` (`customer_id`),
  KEY `SALES_ORDER_GRID_UPDATED_AT` (`updated_at`),
  FULLTEXT KEY `FTI_65B9E9925EC58F0C7C2E2F6379C233E7` (`increment_id`,`billing_name`,`shipping_name`,`shipping_address`,`billing_address`,`customer_name`,`customer_email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Order Grid';

--
-- Table structure for table `sales_order_item`
--

DROP TABLE IF EXISTS `sales_order_item`;
CREATE TABLE `sales_order_item` (
  `item_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Item Id',
  `order_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Order Id',
  `parent_item_id` int(10) unsigned DEFAULT NULL COMMENT 'Parent Item Id',
  `quote_item_id` int(10) unsigned DEFAULT NULL COMMENT 'Quote Item Id',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created At',
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Updated At',
  `product_id` int(10) unsigned DEFAULT NULL COMMENT 'Product Id',
  `product_type` varchar(255) DEFAULT NULL COMMENT 'Product Type',
  `product_options` text COMMENT 'Product Options',
  `weight` decimal(12,4) DEFAULT '0.0000' COMMENT 'Weight',
  `is_virtual` smallint(5) unsigned DEFAULT NULL COMMENT 'Is Virtual',
  `sku` varchar(255) DEFAULT NULL COMMENT 'Sku',
  `name` varchar(255) DEFAULT NULL COMMENT 'Name',
  `description` text COMMENT 'Description',
  `applied_rule_ids` text COMMENT 'Applied Rule Ids',
  `additional_data` text COMMENT 'Additional Data',
  `is_qty_decimal` smallint(5) unsigned DEFAULT NULL COMMENT 'Is Qty Decimal',
  `no_discount` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'No Discount',
  `qty_backordered` decimal(12,4) DEFAULT '0.0000' COMMENT 'Qty Backordered',
  `qty_canceled` decimal(12,4) DEFAULT '0.0000' COMMENT 'Qty Canceled',
  `qty_invoiced` decimal(12,4) DEFAULT '0.0000' COMMENT 'Qty Invoiced',
  `qty_ordered` decimal(12,4) DEFAULT '0.0000' COMMENT 'Qty Ordered',
  `qty_refunded` decimal(12,4) DEFAULT '0.0000' COMMENT 'Qty Refunded',
  `qty_shipped` decimal(12,4) DEFAULT '0.0000' COMMENT 'Qty Shipped',
  `base_cost` decimal(12,4) DEFAULT '0.0000' COMMENT 'Base Cost',
  `price` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Price',
  `base_price` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Base Price',
  `original_price` decimal(12,4) DEFAULT NULL COMMENT 'Original Price',
  `base_original_price` decimal(12,4) DEFAULT NULL COMMENT 'Base Original Price',
  `tax_percent` decimal(12,4) DEFAULT '0.0000' COMMENT 'Tax Percent',
  `tax_amount` decimal(12,4) DEFAULT '0.0000' COMMENT 'Tax Amount',
  `base_tax_amount` decimal(12,4) DEFAULT '0.0000' COMMENT 'Base Tax Amount',
  `tax_invoiced` decimal(12,4) DEFAULT '0.0000' COMMENT 'Tax Invoiced',
  `base_tax_invoiced` decimal(12,4) DEFAULT '0.0000' COMMENT 'Base Tax Invoiced',
  `discount_percent` decimal(12,4) DEFAULT '0.0000' COMMENT 'Discount Percent',
  `discount_amount` decimal(12,4) DEFAULT '0.0000' COMMENT 'Discount Amount',
  `base_discount_amount` decimal(12,4) DEFAULT '0.0000' COMMENT 'Base Discount Amount',
  `discount_invoiced` decimal(12,4) DEFAULT '0.0000' COMMENT 'Discount Invoiced',
  `base_discount_invoiced` decimal(12,4) DEFAULT '0.0000' COMMENT 'Base Discount Invoiced',
  `amount_refunded` decimal(12,4) DEFAULT '0.0000' COMMENT 'Amount Refunded',
  `base_amount_refunded` decimal(12,4) DEFAULT '0.0000' COMMENT 'Base Amount Refunded',
  `row_total` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Row Total',
  `base_row_total` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Base Row Total',
  `row_invoiced` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Row Invoiced',
  `base_row_invoiced` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Base Row Invoiced',
  `row_weight` decimal(12,4) DEFAULT '0.0000' COMMENT 'Row Weight',
  `base_tax_before_discount` decimal(12,4) DEFAULT NULL COMMENT 'Base Tax Before Discount',
  `tax_before_discount` decimal(12,4) DEFAULT NULL COMMENT 'Tax Before Discount',
  `ext_order_item_id` varchar(255) DEFAULT NULL COMMENT 'Ext Order Item Id',
  `locked_do_invoice` smallint(5) unsigned DEFAULT NULL COMMENT 'Locked Do Invoice',
  `locked_do_ship` smallint(5) unsigned DEFAULT NULL COMMENT 'Locked Do Ship',
  `price_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Price Incl Tax',
  `base_price_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Base Price Incl Tax',
  `row_total_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Row Total Incl Tax',
  `base_row_total_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Base Row Total Incl Tax',
  `discount_tax_compensation_amount` decimal(12,4) DEFAULT NULL COMMENT 'Discount Tax Compensation Amount',
  `base_discount_tax_compensation_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Discount Tax Compensation Amount',
  `discount_tax_compensation_invoiced` decimal(12,4) DEFAULT NULL COMMENT 'Discount Tax Compensation Invoiced',
  `base_discount_tax_compensation_invoiced` decimal(12,4) DEFAULT NULL COMMENT 'Base Discount Tax Compensation Invoiced',
  `discount_tax_compensation_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Discount Tax Compensation Refunded',
  `base_discount_tax_compensation_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Base Discount Tax Compensation Refunded',
  `tax_canceled` decimal(12,4) DEFAULT NULL COMMENT 'Tax Canceled',
  `discount_tax_compensation_canceled` decimal(12,4) DEFAULT NULL COMMENT 'Discount Tax Compensation Canceled',
  `tax_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Tax Refunded',
  `base_tax_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Base Tax Refunded',
  `discount_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Discount Refunded',
  `base_discount_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Base Discount Refunded',
  `free_shipping` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Free Shipping',
  `gift_message_id` int(11) DEFAULT NULL COMMENT 'Gift Message Id',
  `gift_message_available` int(11) DEFAULT NULL COMMENT 'Gift Message Available',
  `weee_tax_applied` text COMMENT 'Weee Tax Applied',
  `weee_tax_applied_amount` decimal(12,4) DEFAULT NULL COMMENT 'Weee Tax Applied Amount',
  `weee_tax_applied_row_amount` decimal(12,4) DEFAULT NULL COMMENT 'Weee Tax Applied Row Amount',
  `weee_tax_disposition` decimal(12,4) DEFAULT NULL COMMENT 'Weee Tax Disposition',
  `weee_tax_row_disposition` decimal(12,4) DEFAULT NULL COMMENT 'Weee Tax Row Disposition',
  `base_weee_tax_applied_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Weee Tax Applied Amount',
  `base_weee_tax_applied_row_amnt` decimal(12,4) DEFAULT NULL COMMENT 'Base Weee Tax Applied Row Amnt',
  `base_weee_tax_disposition` decimal(12,4) DEFAULT NULL COMMENT 'Base Weee Tax Disposition',
  `base_weee_tax_row_disposition` decimal(12,4) DEFAULT NULL COMMENT 'Base Weee Tax Row Disposition',
  PRIMARY KEY (`item_id`),
  KEY `SALES_ORDER_ITEM_ORDER_ID` (`order_id`),
  KEY `SALES_ORDER_ITEM_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Order Item';

--
-- Table structure for table `sales_order_payment`
--

DROP TABLE IF EXISTS `sales_order_payment`;
CREATE TABLE `sales_order_payment` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `parent_id` int(10) unsigned NOT NULL COMMENT 'Parent Id',
  `base_shipping_captured` decimal(12,4) DEFAULT NULL COMMENT 'Base Shipping Captured',
  `shipping_captured` decimal(12,4) DEFAULT NULL COMMENT 'Shipping Captured',
  `amount_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Amount Refunded',
  `base_amount_paid` decimal(12,4) DEFAULT NULL COMMENT 'Base Amount Paid',
  `amount_canceled` decimal(12,4) DEFAULT NULL COMMENT 'Amount Canceled',
  `base_amount_authorized` decimal(12,4) DEFAULT NULL COMMENT 'Base Amount Authorized',
  `base_amount_paid_online` decimal(12,4) DEFAULT NULL COMMENT 'Base Amount Paid Online',
  `base_amount_refunded_online` decimal(12,4) DEFAULT NULL COMMENT 'Base Amount Refunded Online',
  `base_shipping_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Shipping Amount',
  `shipping_amount` decimal(12,4) DEFAULT NULL COMMENT 'Shipping Amount',
  `amount_paid` decimal(12,4) DEFAULT NULL COMMENT 'Amount Paid',
  `amount_authorized` decimal(12,4) DEFAULT NULL COMMENT 'Amount Authorized',
  `base_amount_ordered` decimal(12,4) DEFAULT NULL COMMENT 'Base Amount Ordered',
  `base_shipping_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Base Shipping Refunded',
  `shipping_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Shipping Refunded',
  `base_amount_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Base Amount Refunded',
  `amount_ordered` decimal(12,4) DEFAULT NULL COMMENT 'Amount Ordered',
  `base_amount_canceled` decimal(12,4) DEFAULT NULL COMMENT 'Base Amount Canceled',
  `quote_payment_id` int(11) DEFAULT NULL COMMENT 'Quote Payment Id',
  `additional_data` text COMMENT 'Additional Data',
  `cc_exp_month` varchar(12) DEFAULT NULL COMMENT 'Cc Exp Month',
  `cc_ss_start_year` varchar(12) DEFAULT NULL COMMENT 'Cc Ss Start Year',
  `echeck_bank_name` varchar(128) DEFAULT NULL COMMENT 'Echeck Bank Name',
  `method` varchar(128) DEFAULT NULL COMMENT 'Method',
  `cc_debug_request_body` varchar(32) DEFAULT NULL COMMENT 'Cc Debug Request Body',
  `cc_secure_verify` varchar(32) DEFAULT NULL COMMENT 'Cc Secure Verify',
  `protection_eligibility` varchar(32) DEFAULT NULL COMMENT 'Protection Eligibility',
  `cc_approval` varchar(32) DEFAULT NULL COMMENT 'Cc Approval',
  `cc_last_4` varchar(100) DEFAULT NULL COMMENT 'Cc Last 4',
  `cc_status_description` varchar(32) DEFAULT NULL COMMENT 'Cc Status Description',
  `echeck_type` varchar(32) DEFAULT NULL COMMENT 'Echeck Type',
  `cc_debug_response_serialized` varchar(32) DEFAULT NULL COMMENT 'Cc Debug Response Serialized',
  `cc_ss_start_month` varchar(128) DEFAULT NULL COMMENT 'Cc Ss Start Month',
  `echeck_account_type` varchar(255) DEFAULT NULL COMMENT 'Echeck Account Type',
  `last_trans_id` varchar(32) DEFAULT NULL COMMENT 'Last Trans Id',
  `cc_cid_status` varchar(32) DEFAULT NULL COMMENT 'Cc Cid Status',
  `cc_owner` varchar(128) DEFAULT NULL COMMENT 'Cc Owner',
  `cc_type` varchar(32) DEFAULT NULL COMMENT 'Cc Type',
  `po_number` varchar(32) DEFAULT NULL COMMENT 'Po Number',
  `cc_exp_year` varchar(4) DEFAULT NULL COMMENT 'Cc Exp Year',
  `cc_status` varchar(4) DEFAULT NULL COMMENT 'Cc Status',
  `echeck_routing_number` varchar(32) DEFAULT NULL COMMENT 'Echeck Routing Number',
  `account_status` varchar(32) DEFAULT NULL COMMENT 'Account Status',
  `anet_trans_method` varchar(32) DEFAULT NULL COMMENT 'Anet Trans Method',
  `cc_debug_response_body` varchar(32) DEFAULT NULL COMMENT 'Cc Debug Response Body',
  `cc_ss_issue` varchar(32) DEFAULT NULL COMMENT 'Cc Ss Issue',
  `echeck_account_name` varchar(32) DEFAULT NULL COMMENT 'Echeck Account Name',
  `cc_avs_status` varchar(32) DEFAULT NULL COMMENT 'Cc Avs Status',
  `cc_number_enc` varchar(128) DEFAULT NULL,
  `cc_trans_id` varchar(32) DEFAULT NULL COMMENT 'Cc Trans Id',
  `address_status` varchar(32) DEFAULT NULL COMMENT 'Address Status',
  `additional_information` text COMMENT 'Additional Information',
  PRIMARY KEY (`entity_id`),
  KEY `SALES_ORDER_PAYMENT_PARENT_ID` (`parent_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Order Payment';

--
-- Table structure for table `sales_order_status`
--

DROP TABLE IF EXISTS `sales_order_status`;
CREATE TABLE `sales_order_status` (
  `status` varchar(32) NOT NULL COMMENT 'Status',
  `label` varchar(128) NOT NULL COMMENT 'Label',
  PRIMARY KEY (`status`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Order Status Table';

--
-- Dumping data for table `sales_order_status`
--

LOCK TABLES `sales_order_status` WRITE;
/*!40000 ALTER TABLE `sales_order_status` DISABLE KEYS */;
INSERT INTO `sales_order_status` VALUES ('canceled','Canceled'),('closed','Closed'),('complete','Complete'),('fraud','Suspected Fraud'),('holded','On Hold'),('payment_review','Payment Review'),('paypal_canceled_reversal','PayPal Canceled Reversal'),('paypal_reversed','PayPal Reversed'),('pending','Pending'),('pending_payment','Pending Payment'),('pending_paypal','Pending PayPal'),('processing','Processing');
/*!40000 ALTER TABLE `sales_order_status` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sales_order_status_history`
--

DROP TABLE IF EXISTS `sales_order_status_history`;
CREATE TABLE `sales_order_status_history` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `parent_id` int(10) unsigned NOT NULL COMMENT 'Parent Id',
  `is_customer_notified` int(11) DEFAULT NULL COMMENT 'Is Customer Notified',
  `is_visible_on_front` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Visible On Front',
  `comment` text COMMENT 'Comment',
  `status` varchar(32) DEFAULT NULL COMMENT 'Status',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created At',
  `entity_name` varchar(32) DEFAULT NULL COMMENT 'Shows what entity history is bind to.',
  PRIMARY KEY (`entity_id`),
  KEY `SALES_ORDER_STATUS_HISTORY_PARENT_ID` (`parent_id`),
  KEY `SALES_ORDER_STATUS_HISTORY_CREATED_AT` (`created_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Order Status History';

--
-- Table structure for table `sales_order_status_label`
--

DROP TABLE IF EXISTS `sales_order_status_label`;
CREATE TABLE `sales_order_status_label` (
  `status` varchar(32) NOT NULL COMMENT 'Status',
  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store Id',
  `label` varchar(128) NOT NULL COMMENT 'Label',
  PRIMARY KEY (`status`,`store_id`),
  KEY `SALES_ORDER_STATUS_LABEL_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Order Status Label Table';

--
-- Table structure for table `sales_order_status_state`
--

DROP TABLE IF EXISTS `sales_order_status_state`;
CREATE TABLE `sales_order_status_state` (
  `status` varchar(32) NOT NULL COMMENT 'Status',
  `state` varchar(32) NOT NULL COMMENT 'Label',
  `is_default` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Default',
  `visible_on_front` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Visible on front',
  PRIMARY KEY (`status`,`state`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Order Status Table';

--
-- Dumping data for table `sales_order_status_state`
--

LOCK TABLES `sales_order_status_state` WRITE;
/*!40000 ALTER TABLE `sales_order_status_state` DISABLE KEYS */;
INSERT INTO `sales_order_status_state` VALUES ('canceled','canceled',1,1),('closed','closed',1,1),('complete','complete',1,1),('fraud','payment_review',0,1),('fraud','processing',0,1),('holded','holded',1,1),('payment_review','payment_review',1,1),('pending','new',1,1),('pending_payment','pending_payment',1,0),('processing','processing',1,1);
/*!40000 ALTER TABLE `sales_order_status_state` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sales_order_tax`
--

DROP TABLE IF EXISTS `sales_order_tax`;
CREATE TABLE `sales_order_tax` (
  `tax_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Tax Id',
  `order_id` int(10) unsigned NOT NULL COMMENT 'Order Id',
  `code` varchar(255) DEFAULT NULL COMMENT 'Code',
  `title` varchar(255) DEFAULT NULL COMMENT 'Title',
  `percent` decimal(12,4) DEFAULT NULL COMMENT 'Percent',
  `amount` decimal(12,4) DEFAULT NULL COMMENT 'Amount',
  `priority` int(11) NOT NULL COMMENT 'Priority',
  `position` int(11) NOT NULL COMMENT 'Position',
  `base_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Amount',
  `process` smallint(6) NOT NULL COMMENT 'Process',
  `base_real_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Real Amount',
  PRIMARY KEY (`tax_id`),
  KEY `SALES_ORDER_TAX_ORDER_ID_PRIORITY_POSITION` (`order_id`,`priority`,`position`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Order Tax Table';

--
-- Table structure for table `sales_order_tax_item`
--

DROP TABLE IF EXISTS `sales_order_tax_item`;
CREATE TABLE `sales_order_tax_item` (
  `tax_item_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Tax Item Id',
  `tax_id` int(10) unsigned NOT NULL COMMENT 'Tax Id',
  `item_id` int(10) unsigned DEFAULT NULL COMMENT 'Item Id',
  `tax_percent` decimal(12,4) NOT NULL COMMENT 'Real Tax Percent For Item',
  `amount` decimal(12,4) NOT NULL COMMENT 'Tax amount for the item and tax rate',
  `base_amount` decimal(12,4) NOT NULL COMMENT 'Base tax amount for the item and tax rate',
  `real_amount` decimal(12,4) NOT NULL COMMENT 'Real tax amount for the item and tax rate',
  `real_base_amount` decimal(12,4) NOT NULL COMMENT 'Real base tax amount for the item and tax rate',
  `associated_item_id` int(10) unsigned DEFAULT NULL COMMENT 'Id of the associated item',
  `taxable_item_type` varchar(32) NOT NULL COMMENT 'Type of the taxable item',
  PRIMARY KEY (`tax_item_id`),
  UNIQUE KEY `SALES_ORDER_TAX_ITEM_TAX_ID_ITEM_ID` (`tax_id`,`item_id`),
  KEY `SALES_ORDER_TAX_ITEM_ITEM_ID` (`item_id`),
  KEY `SALES_ORDER_TAX_ITEM_ASSOCIATED_ITEM_ID_SALES_ORDER_ITEM_ITEM_ID` (`associated_item_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Order Tax Item';

--
-- Table structure for table `sales_payment_transaction`
--

DROP TABLE IF EXISTS `sales_payment_transaction`;
CREATE TABLE `sales_payment_transaction` (
  `transaction_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Transaction Id',
  `parent_id` int(10) unsigned DEFAULT NULL COMMENT 'Parent Id',
  `order_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Order Id',
  `payment_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Payment Id',
  `txn_id` varchar(100) DEFAULT NULL COMMENT 'Txn Id',
  `parent_txn_id` varchar(100) DEFAULT NULL COMMENT 'Parent Txn Id',
  `txn_type` varchar(15) DEFAULT NULL COMMENT 'Txn Type',
  `is_closed` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Is Closed',
  `additional_information` blob COMMENT 'Additional Information',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created At',
  PRIMARY KEY (`transaction_id`),
  UNIQUE KEY `SALES_PAYMENT_TRANSACTION_ORDER_ID_PAYMENT_ID_TXN_ID` (`order_id`,`payment_id`,`txn_id`),
  KEY `SALES_PAYMENT_TRANSACTION_PARENT_ID` (`parent_id`),
  KEY `SALES_PAYMENT_TRANSACTION_PAYMENT_ID` (`payment_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Payment Transaction';

--
-- Table structure for table `sales_refunded_aggregated`
--

DROP TABLE IF EXISTS `sales_refunded_aggregated`;
CREATE TABLE `sales_refunded_aggregated` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Id',
  `period` date DEFAULT NULL COMMENT 'Period',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `order_status` varchar(50) NOT NULL COMMENT 'Order Status',
  `orders_count` int(11) NOT NULL DEFAULT '0' COMMENT 'Orders Count',
  `refunded` decimal(12,4) DEFAULT NULL COMMENT 'Refunded',
  `online_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Online Refunded',
  `offline_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Offline Refunded',
  PRIMARY KEY (`id`),
  UNIQUE KEY `SALES_REFUNDED_AGGREGATED_PERIOD_STORE_ID_ORDER_STATUS` (`period`,`store_id`,`order_status`),
  KEY `SALES_REFUNDED_AGGREGATED_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Refunded Aggregated';

--
-- Table structure for table `sales_refunded_aggregated_order`
--

DROP TABLE IF EXISTS `sales_refunded_aggregated_order`;
CREATE TABLE `sales_refunded_aggregated_order` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Id',
  `period` date DEFAULT NULL COMMENT 'Period',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `order_status` varchar(50) DEFAULT NULL COMMENT 'Order Status',
  `orders_count` int(11) NOT NULL DEFAULT '0' COMMENT 'Orders Count',
  `refunded` decimal(12,4) DEFAULT NULL COMMENT 'Refunded',
  `online_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Online Refunded',
  `offline_refunded` decimal(12,4) DEFAULT NULL COMMENT 'Offline Refunded',
  PRIMARY KEY (`id`),
  UNIQUE KEY `SALES_REFUNDED_AGGREGATED_ORDER_PERIOD_STORE_ID_ORDER_STATUS` (`period`,`store_id`,`order_status`),
  KEY `SALES_REFUNDED_AGGREGATED_ORDER_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Refunded Aggregated Order';

--
-- Table structure for table `sales_sequence_meta`
--

DROP TABLE IF EXISTS `sales_sequence_meta`;
CREATE TABLE `sales_sequence_meta` (
  `meta_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Id',
  `entity_type` varchar(32) NOT NULL COMMENT 'Prefix',
  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store Id',
  `sequence_table` varchar(32) NOT NULL COMMENT 'table for sequence',
  PRIMARY KEY (`meta_id`),
  UNIQUE KEY `SALES_SEQUENCE_META_ENTITY_TYPE_STORE_ID` (`entity_type`,`store_id`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8 COMMENT='sales_sequence_meta';

--
-- Dumping data for table `sales_sequence_meta`
--

LOCK TABLES `sales_sequence_meta` WRITE;
/*!40000 ALTER TABLE `sales_sequence_meta` DISABLE KEYS */;
INSERT INTO `sales_sequence_meta` VALUES ('1','order',0,'sequence_order_0'),('2','invoice',0,'sequence_invoice_0'),('3','creditmemo',0,'sequence_creditmemo_0'),('4','shipment',0,'sequence_shipment_0'),('5','order',1,'sequence_order_1'),('6','invoice',1,'sequence_invoice_1'),('7','creditmemo',1,'sequence_creditmemo_1'),('8','shipment',1,'sequence_shipment_1'),('9','order',2,'sequence_order_2'),('10','invoice',2,'sequence_invoice_2'),('11','creditmemo',2,'sequence_creditmemo_2'),('12','shipment',2,'sequence_shipment_2'),('13','order',3,'sequence_order_3'),('14','invoice',3,'sequence_invoice_3'),('15','creditmemo',3,'sequence_creditmemo_3'),('16','shipment',3,'sequence_shipment_3');
/*!40000 ALTER TABLE `sales_sequence_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sales_sequence_profile`
--

DROP TABLE IF EXISTS `sales_sequence_profile`;
CREATE TABLE `sales_sequence_profile` (
  `profile_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Id',
  `meta_id` int(10) unsigned NOT NULL COMMENT 'Meta_id',
  `prefix` varchar(32) DEFAULT NULL COMMENT 'Prefix',
  `suffix` varchar(32) DEFAULT NULL COMMENT 'Suffix',
  `start_value` int(10) unsigned NOT NULL DEFAULT '1' COMMENT 'Start value for sequence',
  `step` int(10) unsigned NOT NULL DEFAULT '1' COMMENT 'Step for sequence',
  `max_value` int(10) unsigned NOT NULL COMMENT 'MaxValue for sequence',
  `warning_value` int(10) unsigned NOT NULL COMMENT 'WarningValue for sequence',
  `is_active` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'isActive flag',
  PRIMARY KEY (`profile_id`),
  UNIQUE KEY `SALES_SEQUENCE_PROFILE_META_ID_PREFIX_SUFFIX` (`meta_id`,`prefix`,`suffix`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8 COMMENT='sales_sequence_profile';

--
-- Dumping data for table `sales_sequence_profile`
--

LOCK TABLES `sales_sequence_profile` WRITE;
/*!40000 ALTER TABLE `sales_sequence_profile` DISABLE KEYS */;
INSERT INTO `sales_sequence_profile` VALUES ('1','1',NULL,NULL,'1','1','4294967295','4294966295',1),('2','2',NULL,NULL,'1','1','4294967295','4294966295',1),('3','3',NULL,NULL,'1','1','4294967295','4294966295',1),('4','4',NULL,NULL,'1','1','4294967295','4294966295',1),('5','5',NULL,NULL,'1','1','4294967295','4294966295',1),('6','6',NULL,NULL,'1','1','4294967295','4294966295',1),('7','7',NULL,NULL,'1','1','4294967295','4294966295',1),('8','8',NULL,NULL,'1','1','4294967295','4294966295',1),('9','9','2',NULL,'1','1','4294967295','4294966295',1),('10','10','2',NULL,'1','1','4294967295','4294966295',1),('11','11','2',NULL,'1','1','4294967295','4294966295',1),('12','12','2',NULL,'1','1','4294967295','4294966295',1),('13','13','3',NULL,'1','1','4294967295','4294966295',1),('14','14','3',NULL,'1','1','4294967295','4294966295',1),('15','15','3',NULL,'1','1','4294967295','4294966295',1),('16','16','3',NULL,'1','1','4294967295','4294966295',1);
/*!40000 ALTER TABLE `sales_sequence_profile` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sales_shipment`
--

DROP TABLE IF EXISTS `sales_shipment`;
CREATE TABLE `sales_shipment` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `total_weight` decimal(12,4) DEFAULT NULL COMMENT 'Total Weight',
  `total_qty` decimal(12,4) DEFAULT NULL COMMENT 'Total Qty',
  `email_sent` smallint(5) unsigned DEFAULT NULL COMMENT 'Email Sent',
  `send_email` smallint(5) unsigned DEFAULT NULL COMMENT 'Send Email',
  `order_id` int(10) unsigned NOT NULL COMMENT 'Order Id',
  `customer_id` int(11) DEFAULT NULL COMMENT 'Customer Id',
  `shipping_address_id` int(11) DEFAULT NULL COMMENT 'Shipping Address Id',
  `billing_address_id` int(11) DEFAULT NULL COMMENT 'Billing Address Id',
  `shipment_status` int(11) DEFAULT NULL COMMENT 'Shipment Status',
  `increment_id` varchar(50) DEFAULT NULL COMMENT 'Increment Id',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created At',
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Updated At',
  `packages` text COMMENT 'Packed Products in Packages',
  `shipping_label` mediumblob COMMENT 'Shipping Label Content',
  `customer_note` text COMMENT 'Customer Note',
  `customer_note_notify` smallint(5) unsigned DEFAULT NULL COMMENT 'Customer Note Notify',
  PRIMARY KEY (`entity_id`),
  UNIQUE KEY `SALES_SHIPMENT_INCREMENT_ID_STORE_ID` (`increment_id`,`store_id`),
  KEY `SALES_SHIPMENT_STORE_ID` (`store_id`),
  KEY `SALES_SHIPMENT_TOTAL_QTY` (`total_qty`),
  KEY `SALES_SHIPMENT_ORDER_ID` (`order_id`),
  KEY `SALES_SHIPMENT_CREATED_AT` (`created_at`),
  KEY `SALES_SHIPMENT_UPDATED_AT` (`updated_at`),
  KEY `SALES_SHIPMENT_SEND_EMAIL` (`send_email`),
  KEY `SALES_SHIPMENT_EMAIL_SENT` (`email_sent`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Shipment';

--
-- Table structure for table `sales_shipment_comment`
--

DROP TABLE IF EXISTS `sales_shipment_comment`;
CREATE TABLE `sales_shipment_comment` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `parent_id` int(10) unsigned NOT NULL COMMENT 'Parent Id',
  `is_customer_notified` int(11) DEFAULT NULL COMMENT 'Is Customer Notified',
  `is_visible_on_front` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Visible On Front',
  `comment` text COMMENT 'Comment',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created At',
  PRIMARY KEY (`entity_id`),
  KEY `SALES_SHIPMENT_COMMENT_CREATED_AT` (`created_at`),
  KEY `SALES_SHIPMENT_COMMENT_PARENT_ID` (`parent_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Shipment Comment';

--
-- Table structure for table `sales_shipment_grid`
--

DROP TABLE IF EXISTS `sales_shipment_grid`;
CREATE TABLE `sales_shipment_grid` (
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity Id',
  `increment_id` varchar(50) DEFAULT NULL COMMENT 'Increment Id',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `order_increment_id` varchar(32) NOT NULL COMMENT 'Order Increment Id',
  `order_id` int(10) unsigned NOT NULL COMMENT 'Order Id',
  `order_created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Order Increment Id',
  `customer_name` varchar(128) NOT NULL COMMENT 'Customer Name',
  `total_qty` decimal(12,4) DEFAULT NULL COMMENT 'Total Qty',
  `shipment_status` int(11) DEFAULT NULL COMMENT 'Shipment Status',
  `order_status` varchar(32) DEFAULT NULL COMMENT 'Order',
  `billing_address` varchar(255) DEFAULT NULL COMMENT 'Billing Address',
  `shipping_address` varchar(255) DEFAULT NULL COMMENT 'Shipping Address',
  `billing_name` varchar(128) DEFAULT NULL COMMENT 'Billing Name',
  `shipping_name` varchar(128) DEFAULT NULL COMMENT 'Shipping Name',
  `customer_email` varchar(128) DEFAULT NULL COMMENT 'Customer Email',
  `customer_group_id` int(11) DEFAULT NULL,
  `payment_method` varchar(32) DEFAULT NULL COMMENT 'Payment Method',
  `shipping_information` varchar(255) DEFAULT NULL COMMENT 'Shipping Method Name',
  `created_at` timestamp NULL DEFAULT NULL COMMENT 'Created At',
  `updated_at` timestamp NULL DEFAULT NULL COMMENT 'Updated At',
  PRIMARY KEY (`entity_id`),
  UNIQUE KEY `SALES_SHIPMENT_GRID_INCREMENT_ID_STORE_ID` (`increment_id`,`store_id`),
  KEY `SALES_SHIPMENT_GRID_STORE_ID` (`store_id`),
  KEY `SALES_SHIPMENT_GRID_TOTAL_QTY` (`total_qty`),
  KEY `SALES_SHIPMENT_GRID_ORDER_INCREMENT_ID` (`order_increment_id`),
  KEY `SALES_SHIPMENT_GRID_SHIPMENT_STATUS` (`shipment_status`),
  KEY `SALES_SHIPMENT_GRID_ORDER_STATUS` (`order_status`),
  KEY `SALES_SHIPMENT_GRID_CREATED_AT` (`created_at`),
  KEY `SALES_SHIPMENT_GRID_UPDATED_AT` (`updated_at`),
  KEY `SALES_SHIPMENT_GRID_ORDER_CREATED_AT` (`order_created_at`),
  KEY `SALES_SHIPMENT_GRID_SHIPPING_NAME` (`shipping_name`),
  KEY `SALES_SHIPMENT_GRID_BILLING_NAME` (`billing_name`),
  FULLTEXT KEY `FTI_086B40C8955F167B8EA76653437879B4` (`increment_id`,`order_increment_id`,`shipping_name`,`customer_name`,`customer_email`,`billing_address`,`shipping_address`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Shipment Grid';

--
-- Table structure for table `sales_shipment_item`
--

DROP TABLE IF EXISTS `sales_shipment_item`;
CREATE TABLE `sales_shipment_item` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `parent_id` int(10) unsigned NOT NULL COMMENT 'Parent Id',
  `row_total` decimal(12,4) DEFAULT NULL COMMENT 'Row Total',
  `price` decimal(12,4) DEFAULT NULL COMMENT 'Price',
  `weight` decimal(12,4) DEFAULT NULL COMMENT 'Weight',
  `qty` decimal(12,4) DEFAULT NULL COMMENT 'Qty',
  `product_id` int(11) DEFAULT NULL COMMENT 'Product Id',
  `order_item_id` int(11) DEFAULT NULL COMMENT 'Order Item Id',
  `additional_data` text COMMENT 'Additional Data',
  `description` text COMMENT 'Description',
  `name` varchar(255) DEFAULT NULL COMMENT 'Name',
  `sku` varchar(255) DEFAULT NULL COMMENT 'Sku',
  PRIMARY KEY (`entity_id`),
  KEY `SALES_SHIPMENT_ITEM_PARENT_ID` (`parent_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Shipment Item';

--
-- Table structure for table `sales_shipment_track`
--

DROP TABLE IF EXISTS `sales_shipment_track`;
CREATE TABLE `sales_shipment_track` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `parent_id` int(10) unsigned NOT NULL COMMENT 'Parent Id',
  `weight` decimal(12,4) DEFAULT NULL COMMENT 'Weight',
  `qty` decimal(12,4) DEFAULT NULL COMMENT 'Qty',
  `order_id` int(10) unsigned NOT NULL COMMENT 'Order Id',
  `track_number` text COMMENT 'Number',
  `description` text COMMENT 'Description',
  `title` varchar(255) DEFAULT NULL COMMENT 'Title',
  `carrier_code` varchar(32) DEFAULT NULL COMMENT 'Carrier Code',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created At',
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Updated At',
  PRIMARY KEY (`entity_id`),
  KEY `SALES_SHIPMENT_TRACK_PARENT_ID` (`parent_id`),
  KEY `SALES_SHIPMENT_TRACK_ORDER_ID` (`order_id`),
  KEY `SALES_SHIPMENT_TRACK_CREATED_AT` (`created_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Shipment Track';

--
-- Table structure for table `sales_shipping_aggregated`
--

DROP TABLE IF EXISTS `sales_shipping_aggregated`;
CREATE TABLE `sales_shipping_aggregated` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Id',
  `period` date DEFAULT NULL COMMENT 'Period',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `order_status` varchar(50) DEFAULT NULL COMMENT 'Order Status',
  `shipping_description` varchar(255) DEFAULT NULL COMMENT 'Shipping Description',
  `orders_count` int(11) NOT NULL DEFAULT '0' COMMENT 'Orders Count',
  `total_shipping` decimal(12,4) DEFAULT NULL COMMENT 'Total Shipping',
  `total_shipping_actual` decimal(12,4) DEFAULT NULL COMMENT 'Total Shipping Actual',
  PRIMARY KEY (`id`),
  UNIQUE KEY `SALES_SHPP_AGGRED_PERIOD_STORE_ID_ORDER_STS_SHPP_DESCRIPTION` (`period`,`store_id`,`order_status`,`shipping_description`),
  KEY `SALES_SHIPPING_AGGREGATED_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Shipping Aggregated';

--
-- Table structure for table `sales_shipping_aggregated_order`
--

DROP TABLE IF EXISTS `sales_shipping_aggregated_order`;
CREATE TABLE `sales_shipping_aggregated_order` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Id',
  `period` date DEFAULT NULL COMMENT 'Period',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `order_status` varchar(50) DEFAULT NULL COMMENT 'Order Status',
  `shipping_description` varchar(255) DEFAULT NULL COMMENT 'Shipping Description',
  `orders_count` int(11) NOT NULL DEFAULT '0' COMMENT 'Orders Count',
  `total_shipping` decimal(12,4) DEFAULT NULL COMMENT 'Total Shipping',
  `total_shipping_actual` decimal(12,4) DEFAULT NULL COMMENT 'Total Shipping Actual',
  PRIMARY KEY (`id`),
  UNIQUE KEY `UNQ_C05FAE47282EEA68654D0924E946761F` (`period`,`store_id`,`order_status`,`shipping_description`),
  KEY `SALES_SHIPPING_AGGREGATED_ORDER_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Shipping Aggregated Order';

--
-- Table structure for table `salesrule`
--

DROP TABLE IF EXISTS `salesrule`;
CREATE TABLE `salesrule` (
  `rule_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Rule Id',
  `name` varchar(255) DEFAULT NULL COMMENT 'Name',
  `description` text COMMENT 'Description',
  `from_date` date DEFAULT NULL COMMENT 'From',
  `to_date` date DEFAULT NULL COMMENT 'To',
  `uses_per_customer` int(11) NOT NULL DEFAULT '0' COMMENT 'Uses Per Customer',
  `is_active` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Is Active',
  `conditions_serialized` mediumtext COMMENT 'Conditions Serialized',
  `actions_serialized` mediumtext COMMENT 'Actions Serialized',
  `stop_rules_processing` smallint(6) NOT NULL DEFAULT '1' COMMENT 'Stop Rules Processing',
  `is_advanced` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Is Advanced',
  `product_ids` text COMMENT 'Product Ids',
  `sort_order` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Sort Order',
  `simple_action` varchar(32) DEFAULT NULL COMMENT 'Simple Action',
  `discount_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Discount Amount',
  `discount_qty` decimal(12,4) DEFAULT NULL COMMENT 'Discount Qty',
  `discount_step` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Discount Step',
  `apply_to_shipping` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Apply To Shipping',
  `times_used` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Times Used',
  `is_rss` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Is Rss',
  `coupon_type` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Coupon Type',
  `use_auto_generation` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Use Auto Generation',
  `uses_per_coupon` int(11) NOT NULL DEFAULT '0' COMMENT 'User Per Coupon',
  `simple_free_shipping` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Simple Free Shipping',
  PRIMARY KEY (`rule_id`),
  KEY `SALESRULE_IS_ACTIVE_SORT_ORDER_TO_DATE_FROM_DATE` (`is_active`,`sort_order`,`to_date`,`from_date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Salesrule';

--
-- Table structure for table `salesrule_coupon`
--

DROP TABLE IF EXISTS `salesrule_coupon`;
CREATE TABLE `salesrule_coupon` (
  `coupon_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Coupon Id',
  `rule_id` int(10) unsigned NOT NULL COMMENT 'Rule Id',
  `code` varchar(255) DEFAULT NULL COMMENT 'Code',
  `usage_limit` int(10) unsigned DEFAULT NULL COMMENT 'Usage Limit',
  `usage_per_customer` int(10) unsigned DEFAULT NULL COMMENT 'Usage Per Customer',
  `times_used` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Times Used',
  `expiration_date` timestamp NULL DEFAULT NULL COMMENT 'Expiration Date',
  `is_primary` smallint(5) unsigned DEFAULT NULL COMMENT 'Is Primary',
  `created_at` timestamp NULL DEFAULT NULL COMMENT 'Coupon Code Creation Date',
  `type` smallint(6) DEFAULT '0' COMMENT 'Coupon Code Type',
  `generated_by_dotmailer` smallint(6) DEFAULT NULL COMMENT '1 = Generated by dotmailer',
  PRIMARY KEY (`coupon_id`),
  UNIQUE KEY `SALESRULE_COUPON_CODE` (`code`),
  UNIQUE KEY `SALESRULE_COUPON_RULE_ID_IS_PRIMARY` (`rule_id`,`is_primary`),
  KEY `SALESRULE_COUPON_RULE_ID` (`rule_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Salesrule Coupon';

--
-- Table structure for table `salesrule_coupon_aggregated`
--

DROP TABLE IF EXISTS `salesrule_coupon_aggregated`;
CREATE TABLE `salesrule_coupon_aggregated` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Id',
  `period` date NOT NULL COMMENT 'Period',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `order_status` varchar(50) DEFAULT NULL COMMENT 'Order Status',
  `coupon_code` varchar(50) DEFAULT NULL COMMENT 'Coupon Code',
  `coupon_uses` int(11) NOT NULL DEFAULT '0' COMMENT 'Coupon Uses',
  `subtotal_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Subtotal Amount',
  `discount_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Discount Amount',
  `total_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Amount',
  `subtotal_amount_actual` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Subtotal Amount Actual',
  `discount_amount_actual` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Discount Amount Actual',
  `total_amount_actual` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Amount Actual',
  `rule_name` varchar(255) DEFAULT NULL COMMENT 'Rule Name',
  PRIMARY KEY (`id`),
  UNIQUE KEY `SALESRULE_COUPON_AGGRED_PERIOD_STORE_ID_ORDER_STS_COUPON_CODE` (`period`,`store_id`,`order_status`,`coupon_code`),
  KEY `SALESRULE_COUPON_AGGREGATED_STORE_ID` (`store_id`),
  KEY `SALESRULE_COUPON_AGGREGATED_RULE_NAME` (`rule_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Coupon Aggregated';

--
-- Table structure for table `salesrule_coupon_aggregated_order`
--

DROP TABLE IF EXISTS `salesrule_coupon_aggregated_order`;
CREATE TABLE `salesrule_coupon_aggregated_order` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Id',
  `period` date NOT NULL COMMENT 'Period',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `order_status` varchar(50) DEFAULT NULL COMMENT 'Order Status',
  `coupon_code` varchar(50) DEFAULT NULL COMMENT 'Coupon Code',
  `coupon_uses` int(11) NOT NULL DEFAULT '0' COMMENT 'Coupon Uses',
  `subtotal_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Subtotal Amount',
  `discount_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Discount Amount',
  `total_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Amount',
  `rule_name` varchar(255) DEFAULT NULL COMMENT 'Rule Name',
  PRIMARY KEY (`id`),
  UNIQUE KEY `UNQ_1094D1FBBCBB11704A29DEF3ACC37D2B` (`period`,`store_id`,`order_status`,`coupon_code`),
  KEY `SALESRULE_COUPON_AGGREGATED_ORDER_STORE_ID` (`store_id`),
  KEY `SALESRULE_COUPON_AGGREGATED_ORDER_RULE_NAME` (`rule_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Coupon Aggregated Order';

--
-- Table structure for table `salesrule_coupon_aggregated_updated`
--

DROP TABLE IF EXISTS `salesrule_coupon_aggregated_updated`;
CREATE TABLE `salesrule_coupon_aggregated_updated` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Id',
  `period` date NOT NULL COMMENT 'Period',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `order_status` varchar(50) DEFAULT NULL COMMENT 'Order Status',
  `coupon_code` varchar(50) DEFAULT NULL COMMENT 'Coupon Code',
  `coupon_uses` int(11) NOT NULL DEFAULT '0' COMMENT 'Coupon Uses',
  `subtotal_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Subtotal Amount',
  `discount_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Discount Amount',
  `total_amount` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Amount',
  `subtotal_amount_actual` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Subtotal Amount Actual',
  `discount_amount_actual` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Discount Amount Actual',
  `total_amount_actual` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Total Amount Actual',
  `rule_name` varchar(255) DEFAULT NULL COMMENT 'Rule Name',
  PRIMARY KEY (`id`),
  UNIQUE KEY `UNQ_7196FA120A4F0F84E1B66605E87E213E` (`period`,`store_id`,`order_status`,`coupon_code`),
  KEY `SALESRULE_COUPON_AGGREGATED_UPDATED_STORE_ID` (`store_id`),
  KEY `SALESRULE_COUPON_AGGREGATED_UPDATED_RULE_NAME` (`rule_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Salesrule Coupon Aggregated Updated';

--
-- Table structure for table `salesrule_coupon_usage`
--

DROP TABLE IF EXISTS `salesrule_coupon_usage`;
CREATE TABLE `salesrule_coupon_usage` (
  `coupon_id` int(10) unsigned NOT NULL COMMENT 'Coupon Id',
  `customer_id` int(10) unsigned NOT NULL COMMENT 'Customer Id',
  `times_used` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Times Used',
  PRIMARY KEY (`coupon_id`,`customer_id`),
  KEY `SALESRULE_COUPON_USAGE_CUSTOMER_ID` (`customer_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Salesrule Coupon Usage';

--
-- Table structure for table `salesrule_customer`
--

DROP TABLE IF EXISTS `salesrule_customer`;
CREATE TABLE `salesrule_customer` (
  `rule_customer_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Rule Customer Id',
  `rule_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Rule Id',
  `customer_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Customer Id',
  `times_used` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Times Used',
  PRIMARY KEY (`rule_customer_id`),
  KEY `SALESRULE_CUSTOMER_RULE_ID_CUSTOMER_ID` (`rule_id`,`customer_id`),
  KEY `SALESRULE_CUSTOMER_CUSTOMER_ID_RULE_ID` (`customer_id`,`rule_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Salesrule Customer';

--
-- Table structure for table `salesrule_customer_group`
--

DROP TABLE IF EXISTS `salesrule_customer_group`;
CREATE TABLE `salesrule_customer_group` (
  `rule_id` int(10) unsigned NOT NULL COMMENT 'Rule Id',
  `customer_group_id` int(10) unsigned NOT NULL COMMENT 'Customer Group Id',
  PRIMARY KEY (`rule_id`,`customer_group_id`),
  KEY `SALESRULE_CUSTOMER_GROUP_CUSTOMER_GROUP_ID` (`customer_group_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Rules To Customer Groups Relations';

--
-- Table structure for table `salesrule_label`
--

DROP TABLE IF EXISTS `salesrule_label`;
CREATE TABLE `salesrule_label` (
  `label_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Label Id',
  `rule_id` int(10) unsigned NOT NULL COMMENT 'Rule Id',
  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store Id',
  `label` varchar(255) DEFAULT NULL COMMENT 'Label',
  PRIMARY KEY (`label_id`),
  UNIQUE KEY `SALESRULE_LABEL_RULE_ID_STORE_ID` (`rule_id`,`store_id`),
  KEY `SALESRULE_LABEL_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Salesrule Label';

--
-- Table structure for table `salesrule_product_attribute`
--

DROP TABLE IF EXISTS `salesrule_product_attribute`;
CREATE TABLE `salesrule_product_attribute` (
  `rule_id` int(10) unsigned NOT NULL COMMENT 'Rule Id',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website Id',
  `customer_group_id` int(10) unsigned NOT NULL COMMENT 'Customer Group Id',
  `attribute_id` smallint(5) unsigned NOT NULL COMMENT 'Attribute Id',
  PRIMARY KEY (`rule_id`,`website_id`,`customer_group_id`,`attribute_id`),
  KEY `SALESRULE_PRODUCT_ATTRIBUTE_WEBSITE_ID` (`website_id`),
  KEY `SALESRULE_PRODUCT_ATTRIBUTE_CUSTOMER_GROUP_ID` (`customer_group_id`),
  KEY `SALESRULE_PRODUCT_ATTRIBUTE_ATTRIBUTE_ID` (`attribute_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Salesrule Product Attribute';

--
-- Table structure for table `salesrule_website`
--

DROP TABLE IF EXISTS `salesrule_website`;
CREATE TABLE `salesrule_website` (
  `rule_id` int(10) unsigned NOT NULL COMMENT 'Rule Id',
  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website Id',
  PRIMARY KEY (`rule_id`,`website_id`),
  KEY `SALESRULE_WEBSITE_WEBSITE_ID` (`website_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Rules To Websites Relations';

--
-- Table structure for table `search_query`
--

DROP TABLE IF EXISTS `search_query`;
CREATE TABLE `search_query` (
  `query_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Query ID',
  `query_text` varchar(255) DEFAULT NULL COMMENT 'Query text',
  `num_results` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Num results',
  `popularity` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Popularity',
  `redirect` varchar(255) DEFAULT NULL COMMENT 'Redirect',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
  `display_in_terms` smallint(6) NOT NULL DEFAULT '1' COMMENT 'Display in terms',
  `is_active` smallint(6) DEFAULT '1' COMMENT 'Active status',
  `is_processed` smallint(6) DEFAULT '0' COMMENT 'Processed status',
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Updated at',
  PRIMARY KEY (`query_id`),
  UNIQUE KEY `SEARCH_QUERY_QUERY_TEXT_STORE_ID` (`query_text`,`store_id`),
  KEY `SEARCH_QUERY_QUERY_TEXT_STORE_ID_POPULARITY` (`query_text`,`store_id`,`popularity`),
  KEY `SEARCH_QUERY_STORE_ID` (`store_id`),
  KEY `SEARCH_QUERY_IS_PROCESSED` (`is_processed`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Search query table';

--
-- Table structure for table `search_synonyms`
--

DROP TABLE IF EXISTS `search_synonyms`;
CREATE TABLE `search_synonyms` (
  `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Synonyms Group Id',
  `synonyms` text NOT NULL COMMENT 'list of synonyms making up this group',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store Id - identifies the store view these synonyms belong to',
  `website_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Website Id - identifies the website id these synonyms belong to',
  PRIMARY KEY (`group_id`),
  KEY `SEARCH_SYNONYMS_STORE_ID` (`store_id`),
  KEY `SEARCH_SYNONYMS_WEBSITE_ID` (`website_id`),
  FULLTEXT KEY `SEARCH_SYNONYMS_SYNONYMS` (`synonyms`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='table storing various synonyms groups';

--
-- Table structure for table `sendfriend_log`
--

DROP TABLE IF EXISTS `sendfriend_log`;
CREATE TABLE `sendfriend_log` (
  `log_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Log ID',
  `ip` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT 'Customer IP address',
  `time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Log time',
  `website_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Website ID',
  PRIMARY KEY (`log_id`),
  KEY `SENDFRIEND_LOG_IP` (`ip`),
  KEY `SENDFRIEND_LOG_TIME` (`time`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Send to friend function log storage table';

--
-- Table structure for table `sequence_creditmemo_0`
--

DROP TABLE IF EXISTS `sequence_creditmemo_0`;
CREATE TABLE `sequence_creditmemo_0` (
  `sequence_value` int(10) unsigned NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence_value`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Table structure for table `sequence_creditmemo_1`
--

DROP TABLE IF EXISTS `sequence_creditmemo_1`;
CREATE TABLE `sequence_creditmemo_1` (
  `sequence_value` int(10) unsigned NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence_value`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Table structure for table `sequence_creditmemo_2`
--

DROP TABLE IF EXISTS `sequence_creditmemo_2`;
CREATE TABLE `sequence_creditmemo_2` (
  `sequence_value` int(10) unsigned NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence_value`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Table structure for table `sequence_creditmemo_3`
--

DROP TABLE IF EXISTS `sequence_creditmemo_3`;
CREATE TABLE `sequence_creditmemo_3` (
  `sequence_value` int(10) unsigned NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence_value`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Table structure for table `sequence_invoice_0`
--

DROP TABLE IF EXISTS `sequence_invoice_0`;
CREATE TABLE `sequence_invoice_0` (
  `sequence_value` int(10) unsigned NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence_value`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Table structure for table `sequence_invoice_1`
--

DROP TABLE IF EXISTS `sequence_invoice_1`;
CREATE TABLE `sequence_invoice_1` (
  `sequence_value` int(10) unsigned NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence_value`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Table structure for table `sequence_invoice_2`
--

DROP TABLE IF EXISTS `sequence_invoice_2`;
CREATE TABLE `sequence_invoice_2` (
  `sequence_value` int(10) unsigned NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence_value`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Table structure for table `sequence_invoice_3`
--

DROP TABLE IF EXISTS `sequence_invoice_3`;
CREATE TABLE `sequence_invoice_3` (
  `sequence_value` int(10) unsigned NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence_value`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Table structure for table `sequence_order_0`
--

DROP TABLE IF EXISTS `sequence_order_0`;
CREATE TABLE `sequence_order_0` (
  `sequence_value` int(10) unsigned NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence_value`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Table structure for table `sequence_order_1`
--

DROP TABLE IF EXISTS `sequence_order_1`;
CREATE TABLE `sequence_order_1` (
  `sequence_value` int(10) unsigned NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence_value`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Table structure for table `sequence_order_2`
--

DROP TABLE IF EXISTS `sequence_order_2`;
CREATE TABLE `sequence_order_2` (
  `sequence_value` int(10) unsigned NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence_value`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Table structure for table `sequence_order_3`
--

DROP TABLE IF EXISTS `sequence_order_3`;
CREATE TABLE `sequence_order_3` (
  `sequence_value` int(10) unsigned NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence_value`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Table structure for table `sequence_shipment_0`
--

DROP TABLE IF EXISTS `sequence_shipment_0`;
CREATE TABLE `sequence_shipment_0` (
  `sequence_value` int(10) unsigned NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence_value`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Table structure for table `sequence_shipment_1`
--

DROP TABLE IF EXISTS `sequence_shipment_1`;
CREATE TABLE `sequence_shipment_1` (
  `sequence_value` int(10) unsigned NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence_value`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Table structure for table `sequence_shipment_2`
--

DROP TABLE IF EXISTS `sequence_shipment_2`;
CREATE TABLE `sequence_shipment_2` (
  `sequence_value` int(10) unsigned NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence_value`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Table structure for table `sequence_shipment_3`
--

DROP TABLE IF EXISTS `sequence_shipment_3`;
CREATE TABLE `sequence_shipment_3` (
  `sequence_value` int(10) unsigned NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence_value`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Table structure for table `session`
--

DROP TABLE IF EXISTS `session`;
CREATE TABLE `session` (
  `session_id` varchar(255) NOT NULL COMMENT 'Session Id',
  `session_expires` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Date of Session Expiration',
  `session_data` mediumblob NOT NULL COMMENT 'Session Data',
  PRIMARY KEY (`session_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Database Sessions Storage';

--
-- Table structure for table `setup_module`
--

DROP TABLE IF EXISTS `setup_module`;
CREATE TABLE `setup_module` (
  `module` varchar(50) NOT NULL COMMENT 'Module',
  `schema_version` varchar(50) DEFAULT NULL COMMENT 'Schema Version',
  `data_version` varchar(50) DEFAULT NULL COMMENT 'Data Version',
  PRIMARY KEY (`module`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Module versions registry';

--
-- Dumping data for table `setup_module`
--

LOCK TABLES `setup_module` WRITE;
/*!40000 ALTER TABLE `setup_module` DISABLE KEYS */;
INSERT INTO `setup_module` VALUES ('Dotdigitalgroup_Email','2.3.8','2.3.8'),('Magento_AdminNotification','2.0.0','2.0.0'),('Magento_AdvancedPricingImportExport','2.0.0','2.0.0'),('Magento_Analytics','2.0.0','2.0.0'),('Magento_Authorization','2.0.0','2.0.0'),('Magento_Authorizenet','2.0.0','2.0.0'),('Magento_Backend','2.0.0','2.0.0'),('Magento_Backup','2.0.0','2.0.0'),('Magento_Braintree','2.0.1','2.0.1'),('Magento_Bundle','2.0.4','2.0.4'),('Magento_BundleImportExport','2.0.0','2.0.0'),('Magento_CacheInvalidate','2.0.0','2.0.0'),('Magento_Captcha','2.0.0','2.0.0'),('Magento_Catalog','2.2.3','2.2.3'),('Magento_CatalogAnalytics','2.0.0','2.0.0'),('Magento_CatalogImportExport','2.0.0','2.0.0'),('Magento_CatalogInventory','2.3.0','2.3.0'),('Magento_CatalogRule','2.1.0','2.1.0'),('Magento_CatalogRuleConfigurable','2.0.0','2.0.0'),('Magento_CatalogSearch','2.0.0','2.0.0'),('Magento_CatalogUrlRewrite','2.0.0','2.0.0'),('Magento_CatalogWidget','2.0.0','2.0.0'),('Magento_Checkout','2.0.0','2.0.0'),('Magento_CheckoutAgreements','2.2.0','2.2.0'),('Magento_Cms','2.0.2','2.0.2'),('Magento_CmsUrlRewrite','2.0.0','2.0.0'),('Magento_Config','2.0.0','2.0.0'),('Magento_ConfigurableImportExport','2.0.0','2.0.0'),('Magento_ConfigurableProduct','2.2.0','2.2.0'),('Magento_ConfigurableProductSales','2.2.0','2.2.0'),('Magento_Contact','2.0.0','2.0.0'),('Magento_Cookie','2.0.0','2.0.0'),('Magento_Cron','2.0.0','2.0.0'),('Magento_CurrencySymbol','2.0.1','2.0.1'),('Magento_Customer','2.0.12','2.0.12'),('Magento_CustomerAnalytics','2.0.0','2.0.0'),('Magento_CustomerImportExport','2.0.0','2.0.0'),('Magento_Deploy','2.0.0','2.0.0'),('Magento_Developer','2.0.0','2.0.0'),('Magento_Dhl','2.0.0','2.0.0'),('Magento_Directory','2.0.1','2.0.1'),('Magento_Downloadable','2.0.2','2.0.2'),('Magento_DownloadableImportExport','2.0.0','2.0.0'),('Magento_Eav','2.1.1','2.1.1'),('Magento_Email','2.0.0','2.0.0'),('Magento_EncryptionKey','2.0.0','2.0.0'),('Magento_Fedex','2.0.0','2.0.0'),('Magento_GiftMessage','2.0.1','2.0.1'),('Magento_GoogleAdwords','2.0.0','2.0.0'),('Magento_GoogleAnalytics','2.0.0','2.0.0'),('Magento_GoogleOptimizer','2.0.0','2.0.0'),('Magento_GroupedImportExport','2.0.0','2.0.0'),('Magento_GroupedProduct','2.0.1','2.0.1'),('Magento_ImportExport','2.0.1','2.0.1'),('Magento_Indexer','2.1.0','2.1.0'),('Magento_InstantPurchase','1.0.0','1.0.0'),('Magento_Integration','2.2.0','2.2.0'),('Magento_LayeredNavigation','2.0.0','2.0.0'),('Magento_Marketplace','1.0.0','1.0.0'),('Magento_MediaStorage','2.0.0','2.0.0'),('Magento_Msrp','2.1.3','2.1.3'),('Magento_Multishipping','2.0.0','2.0.0'),('Magento_NewRelicReporting','2.0.1','2.0.1'),('Magento_Newsletter','2.0.0','2.0.0'),('Magento_OfflinePayments','2.0.0','2.0.0'),('Magento_OfflineShipping','2.0.1','2.0.1'),('Magento_PageCache','2.0.0','2.0.0'),('Magento_Payment','2.0.0','2.0.0'),('Magento_Paypal','2.0.1','2.0.1'),('Magento_Persistent','2.0.0','2.0.0'),('Magento_ProductAlert','2.0.0','2.0.0'),('Magento_ProductVideo','2.0.0.2','2.0.0.2'),('Magento_Quote','2.0.6','2.0.6'),('Magento_QuoteAnalytics','2.0.0','2.0.0'),('Magento_ReleaseNotification','2.2.0','2.2.0'),('Magento_Reports','2.0.0','2.0.0'),('Magento_RequireJs','2.0.0','2.0.0'),('Magento_Review','2.0.0','2.0.0'),('Magento_ReviewAnalytics','2.0.0','2.0.0'),('Magento_Robots','2.0.0','2.0.0'),('Magento_Rss','2.0.0','2.0.0'),('Magento_Rule','2.0.0','2.0.0'),('Magento_Sales','2.0.7','2.0.7'),('Magento_SalesAnalytics','2.0.0','2.0.0'),('Magento_SalesInventory','1.0.0','1.0.0'),('Magento_SalesRule','2.0.3','2.0.3'),('Magento_SalesSequence','2.0.0','2.0.0'),('Magento_SampleData','2.0.0','2.0.0'),('Magento_Search','2.0.4','2.0.4'),('Magento_Security','2.0.1','2.0.1'),('Magento_SendFriend','2.0.0','2.0.0'),('Magento_Shipping','2.0.0','2.0.0'),('Magento_Signifyd','2.2.0','2.2.0'),('Magento_Sitemap','2.0.0','2.0.0'),('Magento_Store','2.1.0','2.1.0'),('Magento_Swagger','2.0.0','2.0.0'),('Magento_Swatches','2.0.3','2.0.3'),('Magento_SwatchesLayeredNavigation','2.0.0','2.0.0'),('Magento_Tax','2.0.3','2.0.3'),('Magento_TaxImportExport','2.0.0','2.0.0'),('Magento_Theme','2.0.2','2.0.2'),('Magento_Translation','2.0.0','2.0.0'),('Magento_Ui','2.0.0','2.0.0'),('Magento_Ups','2.0.0','2.0.0'),('Magento_UrlRewrite','2.0.1','2.0.1'),('Magento_User','2.0.3','2.0.3'),('Magento_Usps','2.0.1','2.0.1'),('Magento_Variable','2.0.0','2.0.0'),('Magento_Vault','2.0.2','2.0.2'),('Magento_Version','2.0.0','2.0.0'),('Magento_Webapi','2.0.0','2.0.0'),('Magento_WebapiSecurity','2.0.0','2.0.0'),('Magento_Weee','2.0.0','2.0.0'),('Magento_Widget','2.0.1','2.0.1'),('Magento_Wishlist','2.0.1','2.0.1'),('Magento_WishlistAnalytics','2.0.0','2.0.0'),('Shopial_Facebook','1.0.0','1.0.0'),('Temando_Shipping','0.3.1','0.3.1'),('TemplateMonster_AjaxCatalog','2.0.0','2.0.0'),('TemplateMonster_AjaxCompare','2.0.0','2.0.0'),('TemplateMonster_AjaxSearch','2.0.0','2.0.0'),('TemplateMonster_AjaxWishlist','1.0.0','1.0.0'),('TemplateMonster_Blog','1.1.1','1.1.1'),('TemplateMonster_CatalogImagesGrid','2.0.1','2.0.1'),('TemplateMonster_CountdownTimer','1.0.3','1.0.3'),('TemplateMonster_FeaturedProduct','1.0.4','1.0.4'),('TemplateMonster_FilmSlider','2.0.0','2.0.0'),('TemplateMonster_GoogleMap','1.0.0','1.0.0'),('TemplateMonster_InstagramFeed','1.0.4','1.0.4'),('TemplateMonster_LayoutSwitcher','1.0.0','1.0.0'),('TemplateMonster_Megamenu','2.0.0','2.0.0'),('TemplateMonster_NewsletterPopup','1.0.8','1.0.8'),('TemplateMonster_Parallax','1.0.2','1.0.2'),('TemplateMonster_SampleDataInstaller','1.0.0','1.0.0'),('TemplateMonster_ShopByBrand','1.0.0','1.0.0'),('TemplateMonster_SiteMaintenance','1.0.0','1.0.0'),('TemplateMonster_SocialLogin','1.0.0','1.0.0'),('TemplateMonster_SocialSharing','1.0.0','1.0.0'),('TemplateMonster_ThemeOptions','1.0.0','1.0.0'),('Zemez_Amp','1.0.0','1.0.0');
/*!40000 ALTER TABLE `setup_module` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `shipping_tablerate`
--

DROP TABLE IF EXISTS `shipping_tablerate`;
CREATE TABLE `shipping_tablerate` (
  `pk` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary key',
  `website_id` int(11) NOT NULL DEFAULT '0' COMMENT 'Website Id',
  `dest_country_id` varchar(4) NOT NULL DEFAULT '0' COMMENT 'Destination coutry ISO/2 or ISO/3 code',
  `dest_region_id` int(11) NOT NULL DEFAULT '0' COMMENT 'Destination Region Id',
  `dest_zip` varchar(10) NOT NULL DEFAULT '*' COMMENT 'Destination Post Code (Zip)',
  `condition_name` varchar(20) NOT NULL COMMENT 'Rate Condition name',
  `condition_value` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Rate condition value',
  `price` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Price',
  `cost` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Cost',
  PRIMARY KEY (`pk`),
  UNIQUE KEY `UNQ_D60821CDB2AFACEE1566CFC02D0D4CAA` (`website_id`,`dest_country_id`,`dest_region_id`,`dest_zip`,`condition_name`,`condition_value`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Shipping Tablerate';

--
-- Table structure for table `signifyd_case`
--

DROP TABLE IF EXISTS `signifyd_case`;
CREATE TABLE `signifyd_case` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity_id',
  `order_id` int(10) unsigned DEFAULT NULL COMMENT 'Order_id',
  `case_id` int(10) unsigned DEFAULT NULL COMMENT 'Case_id',
  `guarantee_eligible` tinyint(1) DEFAULT NULL COMMENT 'Guarantee_eligible',
  `guarantee_disposition` varchar(32) DEFAULT 'PENDING' COMMENT 'Guarantee_disposition',
  `status` varchar(32) DEFAULT 'PENDING' COMMENT 'Status',
  `score` int(10) unsigned DEFAULT NULL COMMENT 'Score',
  `associated_team` text COMMENT 'Associated_team',
  `review_disposition` varchar(32) DEFAULT NULL COMMENT 'Review_disposition',
  `created_at` timestamp NULL DEFAULT NULL COMMENT 'Created_at',
  `updated_at` timestamp NULL DEFAULT NULL COMMENT 'Updated_at',
  PRIMARY KEY (`entity_id`),
  UNIQUE KEY `SIGNIFYD_CASE_ORDER_ID` (`order_id`),
  UNIQUE KEY `SIGNIFYD_CASE_CASE_ID` (`case_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='signifyd_case';

--
-- Table structure for table `sitemap`
--

DROP TABLE IF EXISTS `sitemap`;
CREATE TABLE `sitemap` (
  `sitemap_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Sitemap Id',
  `sitemap_type` varchar(32) DEFAULT NULL COMMENT 'Sitemap Type',
  `sitemap_filename` varchar(32) DEFAULT NULL COMMENT 'Sitemap Filename',
  `sitemap_path` varchar(255) DEFAULT NULL COMMENT 'Sitemap Path',
  `sitemap_time` timestamp NULL DEFAULT NULL COMMENT 'Sitemap Time',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store id',
  PRIMARY KEY (`sitemap_id`),
  KEY `SITEMAP_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='XML Sitemap';

--
-- Table structure for table `social_login_provider`
--

DROP TABLE IF EXISTS `social_login_provider`;
CREATE TABLE `social_login_provider` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Id',
  `customer_id` int(10) unsigned DEFAULT NULL COMMENT 'Customer Entity Id',
  `provider_code` varchar(50) DEFAULT NULL COMMENT 'Provider Code',
  `provider_id` varchar(100) DEFAULT NULL COMMENT 'Provider Id',
  `created_at` datetime DEFAULT NULL COMMENT 'Created At',
  PRIMARY KEY (`id`),
  UNIQUE KEY `SOCIAL_LOGIN_PROVIDER_PROVIDER_CODE_PROVIDER_ID` (`provider_code`,`provider_id`),
  KEY `SOCIAL_LOGIN_PROVIDER_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` (`customer_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='social_login_provider';

--
-- Table structure for table `store`
--

DROP TABLE IF EXISTS `store`;
CREATE TABLE `store` (
  `store_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Store Id',
  `code` varchar(32) DEFAULT NULL COMMENT 'Code',
  `website_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Website Id',
  `group_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Group Id',
  `name` varchar(255) NOT NULL COMMENT 'Store Name',
  `sort_order` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store Sort Order',
  `is_active` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store Activity',
  PRIMARY KEY (`store_id`),
  UNIQUE KEY `STORE_CODE` (`code`),
  KEY `STORE_WEBSITE_ID` (`website_id`),
  KEY `STORE_IS_ACTIVE_SORT_ORDER` (`is_active`,`sort_order`),
  KEY `STORE_GROUP_ID` (`group_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Stores';

--
-- Dumping data for table `store`
--

LOCK TABLES `store` WRITE;
/*!40000 ALTER TABLE `store` DISABLE KEYS */;
INSERT INTO `store` VALUES (0,'admin',0,0,'Admin',0,1),(1,'lt_lingerie_1',1,1,'Layout 1',0,1),(2,'lt_lingerie_2',1,1,'Layout 2',0,1),(3,'lingerie_3',1,1,'Layout 3',0,1);
/*!40000 ALTER TABLE `store` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `store_group`
--

DROP TABLE IF EXISTS `store_group`;
CREATE TABLE `store_group` (
  `group_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Group Id',
  `website_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Website Id',
  `code` varchar(32) DEFAULT NULL COMMENT 'Store group unique code',
  `name` varchar(255) NOT NULL COMMENT 'Store Group Name',
  `root_category_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Root Category Id',
  `default_store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Default Store Id',
  PRIMARY KEY (`group_id`),
  UNIQUE KEY `STORE_GROUP_CODE` (`code`),
  KEY `STORE_GROUP_WEBSITE_ID` (`website_id`),
  KEY `STORE_GROUP_DEFAULT_STORE_ID` (`default_store_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Store Groups';

--
-- Dumping data for table `store_group`
--

LOCK TABLES `store_group` WRITE;
/*!40000 ALTER TABLE `store_group` DISABLE KEYS */;
INSERT INTO `store_group` VALUES (0,0,'default','Default','0',0),(1,1,'lingerie_store',' Lingerie store','2',1);
/*!40000 ALTER TABLE `store_group` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `store_website`
--

DROP TABLE IF EXISTS `store_website`;
CREATE TABLE `store_website` (
  `website_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Website Id',
  `code` varchar(32) DEFAULT NULL COMMENT 'Code',
  `name` varchar(64) DEFAULT NULL COMMENT 'Website Name',
  `sort_order` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Sort Order',
  `default_group_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Default Group Id',
  `is_default` smallint(5) unsigned DEFAULT '0' COMMENT 'Defines Is Website Default',
  PRIMARY KEY (`website_id`),
  UNIQUE KEY `STORE_WEBSITE_CODE` (`code`),
  KEY `STORE_WEBSITE_SORT_ORDER` (`sort_order`),
  KEY `STORE_WEBSITE_DEFAULT_GROUP_ID` (`default_group_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Websites';

--
-- Dumping data for table `store_website`
--

LOCK TABLES `store_website` WRITE;
/*!40000 ALTER TABLE `store_website` DISABLE KEYS */;
INSERT INTO `store_website` VALUES (0,'admin','Admin',0,0,0),(1,'base','Lingerie',0,1,1);
/*!40000 ALTER TABLE `store_website` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tax_calculation`
--

DROP TABLE IF EXISTS `tax_calculation`;
CREATE TABLE `tax_calculation` (
  `tax_calculation_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Tax Calculation Id',
  `tax_calculation_rate_id` int(11) NOT NULL COMMENT 'Tax Calculation Rate Id',
  `tax_calculation_rule_id` int(11) NOT NULL COMMENT 'Tax Calculation Rule Id',
  `customer_tax_class_id` smallint(6) NOT NULL COMMENT 'Customer Tax Class Id',
  `product_tax_class_id` smallint(6) NOT NULL COMMENT 'Product Tax Class Id',
  PRIMARY KEY (`tax_calculation_id`),
  KEY `TAX_CALCULATION_TAX_CALCULATION_RULE_ID` (`tax_calculation_rule_id`),
  KEY `TAX_CALCULATION_CUSTOMER_TAX_CLASS_ID` (`customer_tax_class_id`),
  KEY `TAX_CALCULATION_PRODUCT_TAX_CLASS_ID` (`product_tax_class_id`),
  KEY `TAX_CALC_TAX_CALC_RATE_ID_CSTR_TAX_CLASS_ID_PRD_TAX_CLASS_ID` (`tax_calculation_rate_id`,`customer_tax_class_id`,`product_tax_class_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Tax Calculation';

--
-- Table structure for table `tax_calculation_rate`
--

DROP TABLE IF EXISTS `tax_calculation_rate`;
CREATE TABLE `tax_calculation_rate` (
  `tax_calculation_rate_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Tax Calculation Rate Id',
  `tax_country_id` varchar(2) NOT NULL COMMENT 'Tax Country Id',
  `tax_region_id` int(11) NOT NULL COMMENT 'Tax Region Id',
  `tax_postcode` varchar(21) DEFAULT NULL COMMENT 'Tax Postcode',
  `code` varchar(255) NOT NULL COMMENT 'Code',
  `rate` decimal(12,4) NOT NULL COMMENT 'Rate',
  `zip_is_range` smallint(6) DEFAULT NULL COMMENT 'Zip Is Range',
  `zip_from` int(10) unsigned DEFAULT NULL COMMENT 'Zip From',
  `zip_to` int(10) unsigned DEFAULT NULL COMMENT 'Zip To',
  PRIMARY KEY (`tax_calculation_rate_id`),
  KEY `TAX_CALCULATION_RATE_TAX_COUNTRY_ID_TAX_REGION_ID_TAX_POSTCODE` (`tax_country_id`,`tax_region_id`,`tax_postcode`),
  KEY `TAX_CALCULATION_RATE_CODE` (`code`),
  KEY `IDX_CA799F1E2CB843495F601E56C84A626D` (`tax_calculation_rate_id`,`tax_country_id`,`tax_region_id`,`zip_is_range`,`tax_postcode`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Tax Calculation Rate';

--
-- Dumping data for table `tax_calculation_rate`
--

LOCK TABLES `tax_calculation_rate` WRITE;
/*!40000 ALTER TABLE `tax_calculation_rate` DISABLE KEYS */;
INSERT INTO `tax_calculation_rate` VALUES ('1','US','12','*','US-CA-*-Rate 1','8.2500',NULL,NULL,NULL),('2','US','43','*','US-NY-*-Rate 1','8.3750',NULL,NULL,NULL);
/*!40000 ALTER TABLE `tax_calculation_rate` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tax_calculation_rate_title`
--

DROP TABLE IF EXISTS `tax_calculation_rate_title`;
CREATE TABLE `tax_calculation_rate_title` (
  `tax_calculation_rate_title_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Tax Calculation Rate Title Id',
  `tax_calculation_rate_id` int(11) NOT NULL COMMENT 'Tax Calculation Rate Id',
  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store Id',
  `value` varchar(255) NOT NULL COMMENT 'Value',
  PRIMARY KEY (`tax_calculation_rate_title_id`),
  KEY `TAX_CALCULATION_RATE_TITLE_TAX_CALCULATION_RATE_ID_STORE_ID` (`tax_calculation_rate_id`,`store_id`),
  KEY `TAX_CALCULATION_RATE_TITLE_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Tax Calculation Rate Title';

--
-- Table structure for table `tax_calculation_rule`
--

DROP TABLE IF EXISTS `tax_calculation_rule`;
CREATE TABLE `tax_calculation_rule` (
  `tax_calculation_rule_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Tax Calculation Rule Id',
  `code` varchar(255) NOT NULL COMMENT 'Code',
  `priority` int(11) NOT NULL COMMENT 'Priority',
  `position` int(11) NOT NULL COMMENT 'Position',
  `calculate_subtotal` int(11) NOT NULL COMMENT 'Calculate off subtotal option',
  PRIMARY KEY (`tax_calculation_rule_id`),
  KEY `TAX_CALCULATION_RULE_PRIORITY_POSITION` (`priority`,`position`),
  KEY `TAX_CALCULATION_RULE_CODE` (`code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Tax Calculation Rule';

--
-- Table structure for table `tax_class`
--

DROP TABLE IF EXISTS `tax_class`;
CREATE TABLE `tax_class` (
  `class_id` smallint(6) NOT NULL AUTO_INCREMENT COMMENT 'Class Id',
  `class_name` varchar(255) NOT NULL COMMENT 'Class Name',
  `class_type` varchar(8) NOT NULL DEFAULT 'CUSTOMER' COMMENT 'Class Type',
  PRIMARY KEY (`class_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Tax Class';

--
-- Dumping data for table `tax_class`
--

LOCK TABLES `tax_class` WRITE;
/*!40000 ALTER TABLE `tax_class` DISABLE KEYS */;
INSERT INTO `tax_class` VALUES (2,'Taxable Goods','PRODUCT'),(3,'Retail Customer','CUSTOMER');
/*!40000 ALTER TABLE `tax_class` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tax_order_aggregated_created`
--

DROP TABLE IF EXISTS `tax_order_aggregated_created`;
CREATE TABLE `tax_order_aggregated_created` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Id',
  `period` date DEFAULT NULL COMMENT 'Period',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `code` varchar(255) NOT NULL COMMENT 'Code',
  `order_status` varchar(50) NOT NULL COMMENT 'Order Status',
  `percent` float DEFAULT NULL COMMENT 'Percent',
  `orders_count` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Orders Count',
  `tax_base_amount_sum` float DEFAULT NULL COMMENT 'Tax Base Amount Sum',
  PRIMARY KEY (`id`),
  UNIQUE KEY `TAX_ORDER_AGGRED_CREATED_PERIOD_STORE_ID_CODE_PERCENT_ORDER_STS` (`period`,`store_id`,`code`,`percent`,`order_status`),
  KEY `TAX_ORDER_AGGREGATED_CREATED_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Tax Order Aggregation';

--
-- Table structure for table `tax_order_aggregated_updated`
--

DROP TABLE IF EXISTS `tax_order_aggregated_updated`;
CREATE TABLE `tax_order_aggregated_updated` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Id',
  `period` date DEFAULT NULL COMMENT 'Period',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',
  `code` varchar(255) NOT NULL COMMENT 'Code',
  `order_status` varchar(50) NOT NULL COMMENT 'Order Status',
  `percent` float DEFAULT NULL COMMENT 'Percent',
  `orders_count` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Orders Count',
  `tax_base_amount_sum` float DEFAULT NULL COMMENT 'Tax Base Amount Sum',
  PRIMARY KEY (`id`),
  UNIQUE KEY `TAX_ORDER_AGGRED_UPDATED_PERIOD_STORE_ID_CODE_PERCENT_ORDER_STS` (`period`,`store_id`,`code`,`percent`,`order_status`),
  KEY `TAX_ORDER_AGGREGATED_UPDATED_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Tax Order Aggregated Updated';

--
-- Table structure for table `temando_checkout_address`
--

DROP TABLE IF EXISTS `temando_checkout_address`;
CREATE TABLE `temando_checkout_address` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `shipping_address_id` int(10) unsigned NOT NULL COMMENT 'Magento Quote Address Id',
  `service_selection` text COMMENT 'Value Added Services',
  PRIMARY KEY (`entity_id`),
  KEY `TEMANDO_CHKT_ADDR_SHPP_ADDR_ID_QUOTE_ADDR_ADDR_ID` (`shipping_address_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Temando Checkout Address';

--
-- Table structure for table `temando_order`
--

DROP TABLE IF EXISTS `temando_order`;
CREATE TABLE `temando_order` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `order_id` int(10) unsigned NOT NULL COMMENT 'Magento Order Id',
  `ext_order_id` varchar(64) NOT NULL COMMENT 'Temando Order Id',
  PRIMARY KEY (`entity_id`),
  KEY `TEMANDO_ORDER_ORDER_ID_SALES_ORDER_ENTITY_ID` (`order_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Temando Order';

--
-- Table structure for table `temando_shipment`
--

DROP TABLE IF EXISTS `temando_shipment`;
CREATE TABLE `temando_shipment` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `shipment_id` int(10) unsigned NOT NULL COMMENT 'Magento Shipment Id',
  `ext_shipment_id` varchar(64) NOT NULL COMMENT 'External Shipment Id',
  `ext_location_id` varchar(64) DEFAULT NULL,
  `ext_tracking_url` varchar(255) DEFAULT NULL COMMENT 'External Tracking Url',
  `ext_tracking_reference` varchar(255) DEFAULT NULL COMMENT 'External Tracking Reference',
  PRIMARY KEY (`entity_id`),
  UNIQUE KEY `TEMANDO_SHIPMENT_SHIPMENT_ID_EXT_SHIPMENT_ID` (`shipment_id`,`ext_shipment_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Temando Shipment';

--
-- Table structure for table `theme`
--

DROP TABLE IF EXISTS `theme`;
CREATE TABLE `theme` (
  `theme_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Theme identifier',
  `parent_id` int(11) DEFAULT NULL COMMENT 'Parent Id',
  `theme_path` varchar(255) DEFAULT NULL COMMENT 'Theme Path',
  `theme_title` varchar(255) NOT NULL COMMENT 'Theme Title',
  `preview_image` varchar(255) DEFAULT NULL COMMENT 'Preview Image',
  `is_featured` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Is Theme Featured',
  `area` varchar(255) NOT NULL COMMENT 'Theme Area',
  `type` smallint(6) NOT NULL COMMENT 'Theme type: 0:physical, 1:virtual, 2:staging',
  `code` text COMMENT 'Full theme code, including package',
  PRIMARY KEY (`theme_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='Core theme';

--
-- Dumping data for table `theme`
--

LOCK TABLES `theme` WRITE;
/*!40000 ALTER TABLE `theme` DISABLE KEYS */;
INSERT INTO `theme` VALUES ('1',NULL,'Magento/blank','Magento Blank','preview_image_59eaffe11cdbf.jpeg',0,'frontend',0,'Magento/blank'),('2','1','Magento/luma','Magento Luma','preview_image_59eaffe1411f4.jpeg',0,'frontend',0,'Magento/luma'),('3',NULL,'Magento/backend','Magento 2 backend',NULL,0,'adminhtml',0,'Magento/backend'),('4',NULL,'TemplateMonster/theme007','Magetigue','preview_image_59eaffe1908fb.jpeg',0,'frontend',0,'TemplateMonster/theme007');
/*!40000 ALTER TABLE `theme` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `theme_file`
--

DROP TABLE IF EXISTS `theme_file`;
CREATE TABLE `theme_file` (
  `theme_files_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Theme files identifier',
  `theme_id` int(10) unsigned NOT NULL COMMENT 'Theme Id',
  `file_path` varchar(255) DEFAULT NULL COMMENT 'Relative path to file',
  `file_type` varchar(32) NOT NULL COMMENT 'File Type',
  `content` longtext NOT NULL COMMENT 'File Content',
  `sort_order` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
  `is_temporary` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Is Temporary File',
  PRIMARY KEY (`theme_files_id`),
  KEY `THEME_FILE_THEME_ID_THEME_THEME_ID` (`theme_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Core theme files';

--
-- Table structure for table `tm_blog_category`
--

DROP TABLE IF EXISTS `tm_blog_category`;
CREATE TABLE `tm_blog_category` (
  `category_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Category ID',
  `identifier` varchar(255) NOT NULL COMMENT 'Category String Identifier',
  `name` varchar(255) DEFAULT NULL COMMENT 'Category Name',
  `meta_title` text COMMENT 'Category Meta Title',
  `meta_keywords` text COMMENT 'Category Meta Keywords',
  `meta_description` text COMMENT 'Category Meta Description',
  `position` smallint(6) NOT NULL COMMENT 'Category Sort Order',
  `is_active` smallint(6) NOT NULL DEFAULT '1' COMMENT 'Category Status',
  PRIMARY KEY (`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='TM Blog Category Table';

--
-- Table structure for table `tm_blog_category_store`
--

DROP TABLE IF EXISTS `tm_blog_category_store`;
CREATE TABLE `tm_blog_category_store` (
  `category_id` int(11) NOT NULL COMMENT 'Category ID',
  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store ID',
  PRIMARY KEY (`category_id`,`store_id`),
  KEY `TM_BLOG_CATEGORY_STORE_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='TM Blog Category To Store Linkage Table';

--
-- Table structure for table `tm_blog_comment`
--

DROP TABLE IF EXISTS `tm_blog_comment`;
CREATE TABLE `tm_blog_comment` (
  `comment_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Comment ID',
  `post_id` int(10) unsigned NOT NULL COMMENT 'Post ID',
  `status` smallint(6) NOT NULL DEFAULT '-1' COMMENT 'Comment status',
  `author` varchar(255) DEFAULT NULL COMMENT 'Author',
  `email` varchar(255) DEFAULT NULL COMMENT 'Email',
  `content` varchar(255) NOT NULL COMMENT 'Comment Content',
  `creation_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Comment Creation Time',
  `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Comment Modification Time',
  PRIMARY KEY (`comment_id`,`post_id`),
  KEY `TM_BLOG_COMMENT_POST_ID` (`post_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Blog Comments Table';

--
-- Table structure for table `tm_blog_post`
--

DROP TABLE IF EXISTS `tm_blog_post`;
CREATE TABLE `tm_blog_post` (
  `post_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Post ID',
  `is_visible` smallint(6) NOT NULL DEFAULT '1' COMMENT 'Is Post Visible On Storefront',
  `identifier` varchar(255) NOT NULL COMMENT 'Post String Identifier',
  `title` varchar(255) NOT NULL COMMENT 'Post Title',
  `tags` text COMMENT 'Tags',
  `author` varchar(255) DEFAULT NULL COMMENT 'Author',
  `content` mediumtext COMMENT 'Post Content',
  `short_content` text COMMENT 'Post Short Content',
  `meta_keywords` text COMMENT 'Post Meta Keywords',
  `meta_description` text COMMENT 'Post Meta Description',
  `creation_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Post Creation Time',
  `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Post Modification Time',
  `image` varchar(255) DEFAULT NULL COMMENT 'Image',
  `comments_enabled` smallint(6) NOT NULL DEFAULT '1' COMMENT 'Is Comments Enabled',
  PRIMARY KEY (`post_id`)
) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8 COMMENT='Blog Posts Table';

--
-- Dumping data for table `tm_blog_post`
--

LOCK TABLES `tm_blog_post` WRITE;
/*!40000 ALTER TABLE `tm_blog_post` DISABLE KEYS */;
INSERT INTO `tm_blog_post` VALUES ('13',1,'what-is-offered-in-this-online-store','What is offered in this online store? ',NULL,'Bernard Show','<img src=\"{{media url=\"wysiwyg/2.jpg\"}}\" alt=\"2\" />\r\nBefore you start off to the website, answer one question: what is it that you pursue when choosing your lingerie? Is it soothing comfort or breathtaking seductive power? \r\nEvery woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.  \r\nLingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. \r\n\r\nWe advocate comfortable, elegant and beautiful lingerie. A feeling of comfort comes from inside, and lingerie is the closest thing to your body. We provide you with the best models which combine both function and design, and all you have to do is choose the items which are perfect for you. \r\n\r\nWe know how difficult it is to choose your perfect bra. Here you’ll find extremely elegant wire, non-wired, padded bras, push-up and minimizer bras. Use a Lingerie Finder to find the item which you are looking for, as an array of products is so big that you may simply get lost before you find a desired item. \r\n\r\nMost comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. \r\n','Before you start off to the website, answer one question: what is it that you pursue when choosing your lingerie? Is it soothing comfort or breathtaking seductive power? ',NULL,NULL,'2016-10-08 00:00:00','2017-12-26 13:52:58','tm_blog/2/_/2.jpg',1),('14',1,'is-it-soothing-comfort-or-breathtaking-seductive-power','Is it soothing comfort or breathtaking seductive power? ',NULL,'James Anderson','<img src=\"{{media url=\"wysiwyg/6.jpg\"}}\" alt=\"\" />\r\nWe advocate comfortable, elegant and beautiful lingerie. A feeling of comfort comes from inside, and lingerie is the closest thing to your body. We provide you with the best models which combine both function and design, and all you have to do is choose the items which are perfect for you. \r\n\r\nWe know how difficult it is to choose your perfect bra. Here you’ll find extremely elegant wire, non-wired, padded bras, push-up and minimizer bras. Use a Lingerie Finder to find the item which you are looking for, as an array of products is so big that you may simply get lost before you find a desired item. \r\n\r\nWhat is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it’s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you’ll be wearing will make you as comfortable as possible. \r\nBefore you start off to the website, answer one question: what is it that you pursue when choosing your lingerie? Is it soothing comfort or breathtaking seductive power? \r\nEvery woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, “She was wearing all white, but no one could see that, as there was a black dress on her”.  \r\nLingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not,  it may suit you or not. This is why it should be talked about, paid attention to and enjoyed. \r\n\r\n','We advocate comfortable, elegant and beautiful lingerie.',NULL,NULL,'2016-10-15 00:00:00','2017-12-26 13:53:24','tm_blog/6/_/6.jpg',1),('15',1,'lingerie-is-more-than-just-a-garment','Lingerie is more than just a garment.',NULL,'Bernard Show','<p><img src=\"{{media url=\"wysiwyg/1.jpg\"}}\" alt=\"\" /> We advocate comfortable, elegant and beautiful lingerie. A feeling of comfort comes from inside, and lingerie is the closest thing to your body. We provide you with the best models which combine both function and design, and all you have to do is choose the items which are perfect for you. We know how difficult it is to choose your perfect bra. Here you&rsquo;ll find extremely elegant wire, non-wired, padded bras, push-up and minimizer bras. Use a Lingerie Finder to find the item which you are looking for, as an array of products is so big that you may simply get lost before you find a desired item. Before you start off to the website, answer one question: what is it that you pursue when choosing your lingerie? Is it soothing comfort or breathtaking seductive power? What is offered in this online store? Most comfortable sleepwear, extremely elegant swimwear, seductive lingerie, regular and plus size shapewear and so on. An extensive range of lingerie includes naughty and nice models. Be sure that whichever evening you are planning, in the lingerie which fits your body perfectly, which is comfortable and at the same time makes you look gorgeous, it will be amazing. Either it&rsquo;s a special moment with your loved one, or a gathering with your friends at a tennis court, the lingerie which you&rsquo;ll be wearing will make you as comfortable as possible. Every woman knows that her most sophisticated and impressive outfit is not complete without perfect lingerie underneath. Just as an old joke says, &ldquo;She was wearing all white, but no one could see that, as there was a black dress on her&rdquo;. Lingerie is more than just a garment. For some reason, it is often considered to be a topic which is not appropriate to be talked about. However, it deserves just as much attention as usual clothing. It may be fashionable or not, it may be comfortable or not, it may suit you or not. This is why it should be talked about, paid attention to and enjoyed.</p>','<p>We advocate comfortable, elegant and beautiful lingerie.&nbsp</p>',NULL,NULL,'2016-10-06 00:00:00','2017-12-26 13:53:27','tm_blog/1/_/1.jpg',1),('17',1,'you-ll-enjoy-the-quality-of-the-materials-used-for-lingerie-in-this-online-store','You’ll enjoy the quality of the materials used for lingerie in this online store!',NULL,'James Anderson','<img src=\"{{media url=\"wysiwyg/4.jpg\"}}\" alt=\"\" />\r\nNew collections, most famous brands, excellent quality, perfect design and, most importantly, marvellous mood - these are the things which you will find in our store. If lingerie is your next love after clothing, you know that it also is a modification of your body and soul. Thoroughly chosen lingerie shapes and supports your body. Also it gives you a feeling of inner change, some kind of a seductive power, alongside with an absolute comfort, which is a great combination. \r\n\r\nAccording to our statistics, most of the women prefer buying lingerie in physical stores instead of purchasing it online. The reason why this happens is simple - not everyone knows how to choose proper sizing. With that in mind, we’ve created a detailed guide on how to do that and how to consider all the tiniest nuances. We also have a return policy, so you will always be able to return the items back (due to the specifics of our goods, please read the terms and conditions of return policy carefully). \r\n\r\nYou’ll enjoy the quality of the materials used for lingerie in this online store. The most elegant lingerie models will make his heart pound and will make you feel as feminine as possible. Apart from modern models, there is a variety of vintage style lingerie. All designs are made so they could emphasize your natural beauty, shapes and curves. Remember, a lot depends on how comfortable and confidence boosting your lingerie is. It is your concealed trustee which is responsible for the way how you carry yourself. \r\n\r\nIf you have any questions, you can contact our live-chat support. Our team will provide you with the necessary information. Orders will be processed during 1 working day and the next working day it will be delivered to you. For your convenience, we provide worldwide shipping, but that kind of delivery takes longer. Find out how much time it takes for your lingerie to get to you in the “Delivery section”. \r\n','New collections, most famous brands, excellent quality, perfect design and, most importantly, marvellous mood - these are the things which you will find in our store. ',NULL,NULL,'2016-10-08 00:00:00','2017-12-26 13:53:36','tm_blog/4/_/4.jpg',1);
/*!40000 ALTER TABLE `tm_blog_post` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tm_blog_post_category`
--

DROP TABLE IF EXISTS `tm_blog_post_category`;
CREATE TABLE `tm_blog_post_category` (
  `post_id` int(10) unsigned NOT NULL COMMENT 'Post ID',
  `category_id` int(11) NOT NULL COMMENT 'Category ID',
  PRIMARY KEY (`post_id`,`category_id`),
  KEY `TM_BLOG_POST_CATEGORY_CATEGORY_ID` (`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='TM Blog Post To Category Linkage Table';

--
-- Table structure for table `tm_blog_post_related_post`
--

DROP TABLE IF EXISTS `tm_blog_post_related_post`;
CREATE TABLE `tm_blog_post_related_post` (
  `post_id` int(10) unsigned NOT NULL COMMENT 'Post ID',
  `related_id` int(10) unsigned NOT NULL COMMENT 'Related Post ID',
  `position` int(11) NOT NULL COMMENT 'Position',
  PRIMARY KEY (`post_id`,`related_id`),
  KEY `TM_BLOG_POST_RELATED_POST_RELATED_ID` (`related_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Blog Post To Post Linkage Table';

--
-- Table structure for table `tm_blog_post_related_product`
--

DROP TABLE IF EXISTS `tm_blog_post_related_product`;
CREATE TABLE `tm_blog_post_related_product` (
  `post_id` int(10) unsigned NOT NULL COMMENT 'Post ID',
  `related_id` int(10) unsigned NOT NULL COMMENT 'Related Product ID',
  `position` int(11) NOT NULL COMMENT 'Position',
  PRIMARY KEY (`post_id`,`related_id`),
  KEY `TM_BLOG_POST_RELATED_PRODUCT_RELATED_ID` (`related_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Blog Post To Product Linkage Table';

--
-- Table structure for table `tm_blog_post_store`
--

DROP TABLE IF EXISTS `tm_blog_post_store`;
CREATE TABLE `tm_blog_post_store` (
  `post_id` int(10) unsigned NOT NULL COMMENT 'Post ID',
  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store ID',
  PRIMARY KEY (`post_id`,`store_id`),
  KEY `TM_BLOG_POST_STORE_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Blog Post To Store Linkage Table';

--
-- Dumping data for table `tm_blog_post_store`
--

LOCK TABLES `tm_blog_post_store` WRITE;
/*!40000 ALTER TABLE `tm_blog_post_store` DISABLE KEYS */;
INSERT INTO `tm_blog_post_store` VALUES ('13',0),('14',0),('15',0),('17',0);
/*!40000 ALTER TABLE `tm_blog_post_store` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tm_brand`
--

DROP TABLE IF EXISTS `tm_brand`;
CREATE TABLE `tm_brand` (
  `brand_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'TM Brand',
  `name` varchar(255) DEFAULT NULL COMMENT 'Name',
  `status` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Status',
  `url_key` varchar(255) DEFAULT NULL COMMENT 'Url Key',
  `title` varchar(255) DEFAULT NULL COMMENT 'title',
  `logo` varchar(255) DEFAULT NULL COMMENT 'logo',
  `brand_banner` varchar(255) DEFAULT NULL COMMENT 'Brand Banner',
  `product_banner` varchar(255) DEFAULT NULL COMMENT 'Product Banner',
  `short_description` varchar(255) DEFAULT NULL COMMENT 'Short description',
  `main_description` text COMMENT 'Main description',
  `meta_keywords` varchar(255) DEFAULT NULL COMMENT 'Meta Keywords',
  `meta_description` varchar(255) DEFAULT NULL COMMENT 'Meta Description',
  `website_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Website',
  PRIMARY KEY (`brand_id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='tm_brand';

--
-- Dumping data for table `tm_brand`
--

LOCK TABLES `tm_brand` WRITE;
/*!40000 ALTER TABLE `tm_brand` DISABLE KEYS */;
INSERT INTO `tm_brand` VALUES ('1','Triumph',1,'triumph','Triumph','1406AW_FSP_FF_Brands_Lingerie_Logo3_1.jpg',NULL,'1406AW_FSP_FF_Brands_Lingerie_Logo3.jpg','Triumph International is a multinational family-owned underwear and lingerie manufacturer founded in 1886 in Heubach','Triumph International is a multinational family-owned underwear and lingerie manufacturer founded in 1886 in Heubach, \r\nIn 2016 Triumph celebrates 130 years of creativity, innovation and dedication by continuing to set industry standards in its core competence of best fit, derived from a deep knowledge and understanding of the female body.\r\nTriumph today enjoys a presence in over 120 countries all across the world. For its brands Triumph and sloggi the company develops, produces and sells underwear, lingerie, sleepwear and swimwear, fusing excelling quality in workmanship, unrivalled fit and the latest in fashionable design. ','','',1),('2','Beaujais',1,'beaujais','Beaujais','beaujais_lingerie_logo.png',NULL,'beaujais_lingerie_logo.png','With over 18 years experience in the lingerie industry','In 2016 Triumph celebrates 130 years of creativity, innovation and dedication by continuing to set industry standards in its core competence of best fit, derived from a deep knowledge and understanding of the female body.\r\nTriumph today enjoys a presence in over 120 countries all across the world. For its brands Triumph and sloggi the company develops, produces and sells underwear, lingerie, sleepwear and swimwear, fusing excelling quality in workmanship, unrivalled fit and the latest in fashionable design.','','',1),('3','Recco',1,'recco','Recco','brand_2_.png',NULL,'brand_2_.png','Brand that blasts that impression to smithereens','Their lingerie is made by companies who care about people and the environment, mixing eco-style with socially conscious production.\r\nPrinciples such as fair trade, organic growing, caring for the environment and workers are at the heart of Saumarez. They take great care ensuring their products and packaging are beautiful and of the highest ethical standards.','','',1),('4','Naf Naf',1,'naf-naf','Naf Naf','brand.png',NULL,'brand.png','The company was founded by Behal who comes from experience in manufacturing, export, retailing and marketing of lingerie products. ','The company was founded by Behal who comes from experience in manufacturing, export, retailing and marketing of lingerie products. \r\n A catalog size of over 900 products (more than the top 10 lingerie brands in India combined) and product ranges across category verticals, including bras, briefs, nightwear, swimwear, shapers and accessories has meant that the brand is a breath of fresh air for young women (and men) online. \r\nPrettySecrets aims to be the largest lingerie brand in India. Importantly, the company views itself as a brand company -- not an ecommerce one.','','',1),('5','Calvin Klein',1,'calvin-klein','Calvin Klein','cku-logo.png',NULL,NULL,'The company was founded in 1968 by Barry Schwartz and designer Calvin Klein.\r\nSince its inception, Calvin Klein Underwear for men and women has led the market by offering consumers cutting-edge design, innovative fabrics, and exceptional fit and quality.','The company was founded in 1968 by Barry Schwartz and designer Calvin Klein.\r\nSince its inception, Calvin Klein Underwear for men and women has led the market by offering consumers cutting-edge design, innovative fabrics, and exceptional fit and quality. \r\n\r\nKnown for its iconic advertising campaigns featuring top models, celebrities, and newly discovered talent, Calvin Klein Underwear continues to evolve its reputation as the brand of choice for consumers who want sexy, fashionable, and comfortable ','','',1),('6','Vixen',1,'vixen','Vixen','e7dd4f1e985260dec02a5f6f897db2b8.jpg',NULL,'e7dd4f1e985260dec02a5f6f897db2b8.jpg','Known for its iconic advertising campaigns featuring top models, celebrities, and newly discovered talent, Calvin Klein Underwear continues to evolve its reputation as the brand of choice for consumers who want sexy, fashionable, and comfortable ','The company was founded in 1968 by Barry Schwartz and designer Calvin Klein.\r\nSince its inception, Calvin Klein Underwear for men and women has led the market by offering consumers cutting-edge design, innovative fabrics, and exceptional fit and quality. \r\n\r\nKnown for its iconic advertising campaigns featuring top models, celebrities, and newly discovered talent, Calvin Klein Underwear continues to evolve its reputation as the brand of choice for consumers who want sexy, fashionable, and comfortable ','','',1);
/*!40000 ALTER TABLE `tm_brand` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tm_brand_product`
--

DROP TABLE IF EXISTS `tm_brand_product`;
CREATE TABLE `tm_brand_product` (
  `brand_id` int(10) unsigned NOT NULL COMMENT 'TM Brand',
  `product_id` int(10) unsigned NOT NULL COMMENT 'Product Id',
  `store_id` int(10) unsigned NOT NULL COMMENT 'Store Id',
  KEY `TM_BRAND_PRODUCT_BRAND_ID` (`brand_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='tm_brand_product';

--
-- Dumping data for table `tm_brand_product`
--

LOCK TABLES `tm_brand_product` WRITE;
/*!40000 ALTER TABLE `tm_brand_product` DISABLE KEYS */;
INSERT INTO `tm_brand_product` VALUES ('1','1','0'),('1','2','0'),('6','3','0'),('6','4','0'),('5','5','0'),('5','6','0'),('4','7','0'),('4','8','0'),('3','14','0'),('3','15','0'),('2','17','0'),('2','18','0'),('2','20','0');
/*!40000 ALTER TABLE `tm_brand_product` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tm_brand_purchased`
--

DROP TABLE IF EXISTS `tm_brand_purchased`;
CREATE TABLE `tm_brand_purchased` (
  `item_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Item Id',
  `brand_id` int(10) unsigned NOT NULL COMMENT 'TM Brand',
  `store_id` int(10) unsigned NOT NULL COMMENT 'Store Id',
  `name` varchar(255) DEFAULT NULL COMMENT 'Name',
  `purchased_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Purchase Date',
  `bill_name` varchar(255) DEFAULT NULL COMMENT 'Bill Name',
  `ship_name` varchar(255) DEFAULT NULL COMMENT 'Ship Name',
  `qty` decimal(12,4) DEFAULT NULL COMMENT 'Qty',
  `amount` decimal(12,4) DEFAULT NULL COMMENT 'Amount',
  `base_amount` decimal(12,4) DEFAULT NULL COMMENT 'Base Amount',
  PRIMARY KEY (`item_id`),
  KEY `TM_BRAND_PURCHASED_BRAND_ID` (`brand_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='tm_brand_purchased';

--
-- Table structure for table `translation`
--

DROP TABLE IF EXISTS `translation`;
CREATE TABLE `translation` (
  `key_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Key Id of Translation',
  `string` varchar(255) NOT NULL DEFAULT 'Translate String' COMMENT 'Translation String',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store Id',
  `translate` varchar(255) DEFAULT NULL COMMENT 'Translate',
  `locale` varchar(20) NOT NULL DEFAULT 'en_US' COMMENT 'Locale',
  `crc_string` bigint(20) NOT NULL DEFAULT '1591228201' COMMENT 'Translation String CRC32 Hash',
  PRIMARY KEY (`key_id`),
  UNIQUE KEY `TRANSLATION_STORE_ID_LOCALE_CRC_STRING_STRING` (`store_id`,`locale`,`crc_string`,`string`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Translations';

--
-- Table structure for table `ui_bookmark`
--

DROP TABLE IF EXISTS `ui_bookmark`;
CREATE TABLE `ui_bookmark` (
  `bookmark_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Bookmark identifier',
  `user_id` int(10) unsigned NOT NULL COMMENT 'User Id',
  `namespace` varchar(255) NOT NULL COMMENT 'Bookmark namespace',
  `identifier` varchar(255) NOT NULL COMMENT 'Bookmark Identifier',
  `current` smallint(6) NOT NULL COMMENT 'Mark current bookmark per user and identifier',
  `title` varchar(255) DEFAULT NULL COMMENT 'Bookmark title',
  `config` longtext COMMENT 'Bookmark config',
  `created_at` datetime NOT NULL COMMENT 'Bookmark created at',
  `updated_at` datetime NOT NULL COMMENT 'Bookmark updated at',
  PRIMARY KEY (`bookmark_id`),
  KEY `UI_BOOKMARK_USER_ID_NAMESPACE_IDENTIFIER` (`user_id`,`namespace`,`identifier`)
) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8 COMMENT='Bookmark';

--
-- Dumping data for table `ui_bookmark`
--

LOCK TABLES `ui_bookmark` WRITE;
/*!40000 ALTER TABLE `ui_bookmark` DISABLE KEYS */;
INSERT INTO `ui_bookmark` VALUES ('1','1','design_config_listing','default',1,'Default View','{\"views\":{\"default\":{\"label\":\"Default View\",\"index\":\"default\",\"editable\":false,\"data\":{\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"default\":{\"visible\":true,\"sorting\":false},\"store_website_id\":{\"visible\":true,\"sorting\":false},\"store_group_id\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":true,\"sorting\":false},\"theme_theme_id\":{\"visible\":true,\"sorting\":false},\"actions\":{\"visible\":true,\"sorting\":false}},\"displayMode\":\"grid\",\"positions\":{\"default\":0,\"store_website_id\":1,\"store_group_id\":2,\"store_id\":3,\"actions\":4,\"theme_theme_id\":5},\"paging\":{\"options\":{\"20\":{\"value\":20,\"label\":20},\"30\":{\"value\":30,\"label\":30},\"50\":{\"value\":50,\"label\":50},\"100\":{\"value\":100,\"label\":100},\"200\":{\"value\":200,\"label\":200}},\"value\":20}},\"value\":\"Default View\"}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),('2','1','design_config_listing','current',0,NULL,'{\"current\":{\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"default\":{\"visible\":true,\"sorting\":false},\"store_website_id\":{\"visible\":true,\"sorting\":false},\"store_group_id\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":true,\"sorting\":false},\"theme_theme_id\":{\"visible\":true,\"sorting\":false},\"actions\":{\"visible\":true,\"sorting\":false}},\"displayMode\":\"grid\",\"positions\":{\"default\":0,\"store_website_id\":1,\"store_group_id\":2,\"store_id\":3,\"actions\":4,\"theme_theme_id\":5},\"paging\":{\"options\":{\"20\":{\"value\":20,\"label\":20},\"30\":{\"value\":30,\"label\":30},\"50\":{\"value\":50,\"label\":50},\"100\":{\"value\":100,\"label\":100},\"200\":{\"value\":200,\"label\":200}},\"value\":20}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),('3','1','cms_page_listing','default',1,'Default View','{\"views\":{\"default\":{\"label\":\"Default View\",\"index\":\"default\",\"editable\":false,\"data\":{\"filters\":{\"applied\":{\"placeholder\":true}},\"search\":{\"value\":\"\"},\"displayMode\":\"grid\",\"columns\":{\"page_id\":{\"visible\":true,\"sorting\":\"asc\"},\"title\":{\"visible\":true,\"sorting\":false},\"identifier\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":true,\"sorting\":false},\"meta_title\":{\"visible\":false,\"sorting\":false},\"meta_keywords\":{\"visible\":false,\"sorting\":false},\"meta_description\":{\"visible\":false,\"sorting\":false},\"page_layout\":{\"visible\":true,\"sorting\":false},\"is_active\":{\"visible\":true,\"sorting\":false},\"custom_theme\":{\"visible\":false,\"sorting\":false},\"custom_root_template\":{\"visible\":false,\"sorting\":false},\"actions\":{\"visible\":true,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"creation_time\":{\"visible\":true,\"sorting\":false},\"update_time\":{\"visible\":true,\"sorting\":false},\"custom_theme_from\":{\"visible\":false,\"sorting\":false},\"custom_theme_to\":{\"visible\":false,\"sorting\":false}},\"positions\":{\"ids\":0,\"page_id\":1,\"title\":2,\"identifier\":3,\"page_layout\":4,\"store_id\":5,\"is_active\":6,\"creation_time\":7,\"update_time\":8,\"custom_theme_from\":9,\"custom_theme_to\":10,\"custom_theme\":11,\"custom_root_template\":12,\"meta_title\":13,\"meta_keywords\":14,\"meta_description\":15,\"actions\":16},\"paging\":{\"options\":{\"20\":{\"value\":20,\"label\":20},\"30\":{\"value\":30,\"label\":30},\"50\":{\"value\":50,\"label\":50},\"100\":{\"value\":100,\"label\":100},\"200\":{\"value\":200,\"label\":200}},\"value\":20}},\"value\":\"Default View\"}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),('4','1','cms_page_listing','current',0,NULL,'{\"current\":{\"filters\":{\"applied\":{\"placeholder\":true}},\"search\":{\"value\":\"\"},\"displayMode\":\"grid\",\"columns\":{\"page_id\":{\"visible\":true,\"sorting\":\"asc\"},\"title\":{\"visible\":true,\"sorting\":false},\"identifier\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":true,\"sorting\":false},\"meta_title\":{\"visible\":false,\"sorting\":false},\"meta_keywords\":{\"visible\":false,\"sorting\":false},\"meta_description\":{\"visible\":false,\"sorting\":false},\"page_layout\":{\"visible\":true,\"sorting\":false},\"is_active\":{\"visible\":true,\"sorting\":false},\"custom_theme\":{\"visible\":false,\"sorting\":false},\"custom_root_template\":{\"visible\":false,\"sorting\":false},\"actions\":{\"visible\":true,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"creation_time\":{\"visible\":true,\"sorting\":false},\"update_time\":{\"visible\":true,\"sorting\":false},\"custom_theme_from\":{\"visible\":false,\"sorting\":false},\"custom_theme_to\":{\"visible\":false,\"sorting\":false}},\"positions\":{\"ids\":0,\"page_id\":1,\"title\":2,\"identifier\":3,\"page_layout\":4,\"store_id\":5,\"is_active\":6,\"creation_time\":7,\"update_time\":8,\"custom_theme_from\":9,\"custom_theme_to\":10,\"custom_theme\":11,\"custom_root_template\":12,\"meta_title\":13,\"meta_keywords\":14,\"meta_description\":15,\"actions\":16},\"paging\":{\"options\":{\"20\":{\"value\":20,\"label\":20},\"30\":{\"value\":30,\"label\":30},\"50\":{\"value\":50,\"label\":50},\"100\":{\"value\":100,\"label\":100},\"200\":{\"value\":200,\"label\":200}},\"value\":20}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),('5','1','cms_block_listing','default',1,'Default View','{\"views\":{\"default\":{\"label\":\"Default View\",\"index\":\"default\",\"editable\":false,\"data\":{\"filters\":{\"applied\":{\"placeholder\":true}},\"displayMode\":\"grid\",\"columns\":{\"block_id\":{\"visible\":true,\"sorting\":\"asc\"},\"title\":{\"visible\":true,\"sorting\":false},\"identifier\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":true,\"sorting\":false},\"is_active\":{\"visible\":true,\"sorting\":false},\"actions\":{\"visible\":true,\"sorting\":false},\"creation_time\":{\"visible\":true,\"sorting\":false},\"update_time\":{\"visible\":true,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false}},\"search\":{\"value\":\"\"},\"paging\":{\"options\":{\"20\":{\"value\":20,\"label\":20},\"30\":{\"value\":30,\"label\":30},\"50\":{\"value\":50,\"label\":50},\"100\":{\"value\":100,\"label\":100},\"200\":{\"value\":200,\"label\":200}},\"value\":20},\"positions\":{\"ids\":0,\"block_id\":1,\"title\":2,\"identifier\":3,\"store_id\":4,\"is_active\":5,\"creation_time\":6,\"update_time\":7,\"actions\":8}},\"value\":\"Default View\"}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),('6','1','cms_block_listing','current',0,NULL,'{\"current\":{\"filters\":{\"applied\":{\"placeholder\":true}},\"displayMode\":\"grid\",\"columns\":{\"block_id\":{\"visible\":true,\"sorting\":\"asc\"},\"title\":{\"visible\":true,\"sorting\":false},\"identifier\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":true,\"sorting\":false},\"is_active\":{\"visible\":true,\"sorting\":false},\"actions\":{\"visible\":true,\"sorting\":false},\"creation_time\":{\"visible\":true,\"sorting\":false},\"update_time\":{\"visible\":true,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false}},\"search\":{\"value\":\"\"},\"paging\":{\"options\":{\"20\":{\"value\":20,\"label\":20},\"30\":{\"value\":30,\"label\":30},\"50\":{\"value\":50,\"label\":50},\"100\":{\"value\":100,\"label\":100},\"200\":{\"value\":200,\"label\":200}},\"value\":20},\"positions\":{\"ids\":0,\"block_id\":1,\"title\":2,\"identifier\":3,\"store_id\":4,\"is_active\":5,\"creation_time\":6,\"update_time\":7,\"actions\":8}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),('7','1','product_listing','default',1,'Default View','{\"views\":{\"default\":{\"label\":\"Default View\",\"index\":\"default\",\"editable\":false,\"data\":{\"columns\":{\"type_id\":{\"visible\":true,\"sorting\":false},\"attribute_set_id\":{\"visible\":true,\"sorting\":false},\"visibility\":{\"visible\":true,\"sorting\":false},\"status\":{\"visible\":true,\"sorting\":false},\"manufacturer\":{\"visible\":false,\"sorting\":false},\"color\":{\"visible\":false,\"sorting\":false},\"custom_design\":{\"visible\":false,\"sorting\":false},\"page_layout\":{\"visible\":false,\"sorting\":false},\"country_of_manufacture\":{\"visible\":false,\"sorting\":false},\"custom_layout\":{\"visible\":false,\"sorting\":false},\"gift_message_available\":{\"visible\":false,\"sorting\":false},\"tax_class_id\":{\"visible\":false,\"sorting\":false},\"special_from_date\":{\"visible\":false,\"sorting\":false},\"special_to_date\":{\"visible\":false,\"sorting\":false},\"news_from_date\":{\"visible\":false,\"sorting\":false},\"news_to_date\":{\"visible\":false,\"sorting\":false},\"custom_design_from\":{\"visible\":false,\"sorting\":false},\"custom_design_to\":{\"visible\":false,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"actions\":{\"visible\":true,\"sorting\":false},\"entity_id\":{\"visible\":true,\"sorting\":\"asc\"},\"name\":{\"visible\":true,\"sorting\":false},\"sku\":{\"visible\":true,\"sorting\":false},\"price\":{\"visible\":true,\"sorting\":false},\"websites\":{\"visible\":true,\"sorting\":false},\"qty\":{\"visible\":true,\"sorting\":false},\"short_description\":{\"visible\":false,\"sorting\":false},\"special_price\":{\"visible\":false,\"sorting\":false},\"cost\":{\"visible\":false,\"sorting\":false},\"weight\":{\"visible\":false,\"sorting\":false},\"meta_title\":{\"visible\":false,\"sorting\":false},\"meta_keyword\":{\"visible\":false,\"sorting\":false},\"meta_description\":{\"visible\":false,\"sorting\":false},\"url_key\":{\"visible\":false,\"sorting\":false},\"msrp\":{\"visible\":false,\"sorting\":false},\"thumbnail\":{\"visible\":true,\"sorting\":false}},\"filters\":{\"applied\":{\"placeholder\":true}},\"displayMode\":\"grid\",\"paging\":{\"options\":{\"20\":{\"value\":20,\"label\":20},\"30\":{\"value\":30,\"label\":30},\"50\":{\"value\":50,\"label\":50},\"100\":{\"value\":100,\"label\":100},\"200\":{\"value\":200,\"label\":200}},\"value\":20},\"positions\":{\"ids\":0,\"entity_id\":1,\"thumbnail\":2,\"name\":3,\"type_id\":4,\"attribute_set_id\":5,\"sku\":6,\"price\":7,\"qty\":8,\"visibility\":9,\"status\":10,\"websites\":11,\"short_description\":12,\"special_price\":13,\"special_from_date\":14,\"special_to_date\":15,\"cost\":16,\"weight\":17,\"manufacturer\":18,\"meta_title\":19,\"meta_keyword\":20,\"meta_description\":21,\"color\":22,\"news_from_date\":23,\"news_to_date\":24,\"custom_design\":25,\"custom_design_from\":26,\"custom_design_to\":27,\"page_layout\":28,\"country_of_manufacture\":29,\"custom_layout\":30,\"url_key\":31,\"msrp\":32,\"gift_message_available\":33,\"tax_class_id\":34,\"actions\":35}},\"value\":\"Default View\"}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),('8','1','product_listing','current',0,NULL,'{\"current\":{\"columns\":{\"type_id\":{\"visible\":true,\"sorting\":false},\"attribute_set_id\":{\"visible\":true,\"sorting\":false},\"visibility\":{\"visible\":true,\"sorting\":false},\"status\":{\"visible\":true,\"sorting\":false},\"manufacturer\":{\"visible\":false,\"sorting\":false},\"color\":{\"visible\":false,\"sorting\":false},\"custom_design\":{\"visible\":false,\"sorting\":false},\"page_layout\":{\"visible\":false,\"sorting\":false},\"country_of_manufacture\":{\"visible\":false,\"sorting\":false},\"custom_layout\":{\"visible\":false,\"sorting\":false},\"gift_message_available\":{\"visible\":false,\"sorting\":false},\"tax_class_id\":{\"visible\":false,\"sorting\":false},\"special_from_date\":{\"visible\":false,\"sorting\":false},\"special_to_date\":{\"visible\":false,\"sorting\":false},\"news_from_date\":{\"visible\":false,\"sorting\":false},\"news_to_date\":{\"visible\":false,\"sorting\":false},\"custom_design_from\":{\"visible\":false,\"sorting\":false},\"custom_design_to\":{\"visible\":false,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"actions\":{\"visible\":true,\"sorting\":false},\"entity_id\":{\"visible\":true,\"sorting\":\"asc\"},\"name\":{\"visible\":true,\"sorting\":false},\"sku\":{\"visible\":true,\"sorting\":false},\"price\":{\"visible\":true,\"sorting\":false},\"websites\":{\"visible\":true,\"sorting\":false},\"qty\":{\"visible\":true,\"sorting\":false},\"short_description\":{\"visible\":false,\"sorting\":false},\"special_price\":{\"visible\":false,\"sorting\":false},\"cost\":{\"visible\":false,\"sorting\":false},\"weight\":{\"visible\":false,\"sorting\":false},\"meta_title\":{\"visible\":false,\"sorting\":false},\"meta_keyword\":{\"visible\":false,\"sorting\":false},\"meta_description\":{\"visible\":false,\"sorting\":false},\"url_key\":{\"visible\":false,\"sorting\":false},\"msrp\":{\"visible\":false,\"sorting\":false},\"thumbnail\":{\"visible\":true,\"sorting\":false}},\"filters\":{\"applied\":{\"placeholder\":true}},\"displayMode\":\"grid\",\"paging\":{\"options\":{\"20\":{\"value\":20,\"label\":20},\"30\":{\"value\":30,\"label\":30},\"50\":{\"value\":50,\"label\":50},\"100\":{\"value\":100,\"label\":100},\"200\":{\"value\":200,\"label\":200}},\"value\":100},\"positions\":{\"ids\":0,\"entity_id\":1,\"thumbnail\":2,\"name\":3,\"type_id\":4,\"attribute_set_id\":5,\"sku\":6,\"price\":7,\"qty\":8,\"visibility\":9,\"status\":10,\"websites\":11,\"short_description\":12,\"special_price\":13,\"special_from_date\":14,\"special_to_date\":15,\"cost\":16,\"weight\":17,\"meta_title\":18,\"meta_keyword\":19,\"meta_description\":20,\"news_from_date\":21,\"news_to_date\":22,\"custom_design\":23,\"custom_design_from\":24,\"custom_design_to\":25,\"page_layout\":26,\"country_of_manufacture\":27,\"custom_layout\":28,\"url_key\":29,\"msrp\":30,\"gift_message_available\":31,\"tax_class_id\":32,\"actions\":33}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),('9','1','product_attributes_listing','default',1,'Default View','{\"views\":{\"default\":{\"label\":\"Default View\",\"index\":\"default\",\"editable\":false,\"data\":{\"displayMode\":\"grid\",\"columns\":{\"attribute_code\":{\"visible\":true,\"sorting\":\"asc\"},\"frontend_label\":{\"visible\":true,\"sorting\":false},\"is_filterable\":{\"visible\":true,\"sorting\":false},\"is_required\":{\"visible\":true,\"sorting\":false},\"is_user_defined\":{\"visible\":true,\"sorting\":false},\"is_visible\":{\"visible\":true,\"sorting\":false},\"is_global\":{\"visible\":true,\"sorting\":false},\"is_searchable\":{\"visible\":true,\"sorting\":false},\"is_comparable\":{\"visible\":true,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false}},\"paging\":{\"options\":{\"20\":{\"value\":20,\"label\":20},\"30\":{\"value\":30,\"label\":30},\"50\":{\"value\":50,\"label\":50},\"100\":{\"value\":100,\"label\":100},\"200\":{\"value\":200,\"label\":200}},\"value\":20},\"positions\":{\"ids\":0,\"is_filterable\":1,\"attribute_code\":2,\"frontend_label\":3,\"is_required\":4,\"is_user_defined\":5,\"is_visible\":6,\"is_global\":7,\"is_searchable\":8,\"is_comparable\":9}},\"value\":\"Default View\"}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),('10','1','product_attributes_listing','current',0,NULL,'{\"current\":{\"displayMode\":\"grid\",\"columns\":{\"attribute_code\":{\"visible\":true,\"sorting\":\"asc\"},\"frontend_label\":{\"visible\":true,\"sorting\":false},\"is_filterable\":{\"visible\":true,\"sorting\":false},\"is_required\":{\"visible\":true,\"sorting\":false},\"is_user_defined\":{\"visible\":true,\"sorting\":false},\"is_visible\":{\"visible\":true,\"sorting\":false},\"is_global\":{\"visible\":true,\"sorting\":false},\"is_searchable\":{\"visible\":true,\"sorting\":false},\"is_comparable\":{\"visible\":true,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false}},\"paging\":{\"options\":{\"20\":{\"value\":20,\"label\":20},\"30\":{\"value\":30,\"label\":30},\"50\":{\"value\":50,\"label\":50},\"100\":{\"value\":100,\"label\":100},\"200\":{\"value\":200,\"label\":200}},\"value\":20},\"positions\":{\"ids\":0,\"is_filterable\":1,\"attribute_code\":2,\"frontend_label\":3,\"is_required\":4,\"is_user_defined\":5,\"is_visible\":6,\"is_global\":7,\"is_searchable\":8,\"is_comparable\":9}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),('11','2','dotdigitalgroup_order_grid','current',0,NULL,'{\"current\":{\"columns\":{\"order_id\":{\"visible\":true,\"sorting\":\"asc\"},\"quote_id\":{\"visible\":true,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"email_imported\":{\"visible\":true,\"sorting\":false},\"order_status\":{\"visible\":true,\"sorting\":false},\"modified\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":true,\"sorting\":false},\"created_at\":{\"visible\":true,\"sorting\":false},\"updated_at\":{\"visible\":true,\"sorting\":false}},\"displayMode\":\"grid\",\"filters\":{\"applied\":{\"placeholder\":true}},\"positions\":{\"ids\":0,\"order_id\":1,\"quote_id\":2,\"store_id\":3,\"modified\":4,\"email_imported\":5,\"order_status\":6,\"created_at\":7,\"updated_at\":8},\"paging\":{\"options\":{\"20\":{\"value\":20,\"label\":20},\"30\":{\"value\":30,\"label\":30},\"50\":{\"value\":50,\"label\":50},\"100\":{\"value\":100,\"label\":100},\"200\":{\"value\":200,\"label\":200}},\"value\":20}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),('12','2','dotdigitalgroup_order_grid','default',1,'Default View','{\"views\":{\"default\":{\"label\":\"Default View\",\"index\":\"default\",\"editable\":false,\"data\":{\"columns\":{\"order_id\":{\"visible\":true,\"sorting\":\"asc\"},\"quote_id\":{\"visible\":true,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"email_imported\":{\"visible\":true,\"sorting\":false},\"order_status\":{\"visible\":true,\"sorting\":false},\"modified\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":true,\"sorting\":false},\"created_at\":{\"visible\":true,\"sorting\":false},\"updated_at\":{\"visible\":true,\"sorting\":false}},\"displayMode\":\"grid\",\"filters\":{\"applied\":{\"placeholder\":true}},\"positions\":{\"ids\":0,\"order_id\":1,\"quote_id\":2,\"store_id\":3,\"modified\":4,\"email_imported\":5,\"order_status\":6,\"created_at\":7,\"updated_at\":8},\"paging\":{\"options\":{\"20\":{\"value\":20,\"label\":20},\"30\":{\"value\":30,\"label\":30},\"50\":{\"value\":50,\"label\":50},\"100\":{\"value\":100,\"label\":100},\"200\":{\"value\":200,\"label\":200}},\"value\":20}},\"value\":\"Default View\"}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),('13','2','sales_order_creditmemo_grid','current',0,NULL,'{\"current\":{\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"created_at\":{\"visible\":true,\"sorting\":false},\"order_created_at\":{\"visible\":true,\"sorting\":false},\"state\":{\"visible\":true,\"sorting\":false},\"order_status\":{\"visible\":false,\"sorting\":false},\"customer_group_id\":{\"visible\":false,\"sorting\":false},\"payment_method\":{\"visible\":false,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"increment_id\":{\"visible\":true,\"sorting\":false},\"order_increment_id\":{\"visible\":true,\"sorting\":false},\"billing_name\":{\"visible\":true,\"sorting\":false},\"base_grand_total\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":false,\"sorting\":false},\"billing_address\":{\"visible\":false,\"sorting\":false},\"shipping_address\":{\"visible\":false,\"sorting\":false},\"customer_name\":{\"visible\":false,\"sorting\":false},\"customer_email\":{\"visible\":false,\"sorting\":false},\"shipping_information\":{\"visible\":false,\"sorting\":false},\"subtotal\":{\"visible\":false,\"sorting\":false},\"shipping_and_handling\":{\"visible\":false,\"sorting\":false},\"adjustment_positive\":{\"visible\":false,\"sorting\":false},\"adjustment_negative\":{\"visible\":false,\"sorting\":false},\"order_base_grand_total\":{\"visible\":false,\"sorting\":false},\"actions\":{\"visible\":true,\"sorting\":false}},\"displayMode\":\"grid\",\"paging\":{\"options\":{\"20\":{\"value\":20,\"label\":20},\"30\":{\"value\":30,\"label\":30},\"50\":{\"value\":50,\"label\":50},\"100\":{\"value\":100,\"label\":100},\"200\":{\"value\":200,\"label\":200}},\"value\":20},\"search\":{\"value\":\"\"},\"positions\":{\"ids\":0,\"increment_id\":1,\"created_at\":2,\"order_increment_id\":3,\"order_created_at\":4,\"billing_name\":5,\"state\":6,\"base_grand_total\":7,\"order_status\":8,\"store_id\":9,\"billing_address\":10,\"shipping_address\":11,\"customer_name\":12,\"customer_email\":13,\"customer_group_id\":14,\"payment_method\":15,\"shipping_information\":16,\"subtotal\":17,\"shipping_and_handling\":18,\"adjustment_positive\":19,\"adjustment_negative\":20,\"order_base_grand_total\":21,\"actions\":22}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),('14','2','sales_order_creditmemo_grid','default',1,'Default View','{\"views\":{\"default\":{\"label\":\"Default View\",\"index\":\"default\",\"editable\":false,\"data\":{\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"created_at\":{\"visible\":true,\"sorting\":false},\"order_created_at\":{\"visible\":true,\"sorting\":false},\"state\":{\"visible\":true,\"sorting\":false},\"order_status\":{\"visible\":false,\"sorting\":false},\"customer_group_id\":{\"visible\":false,\"sorting\":false},\"payment_method\":{\"visible\":false,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"increment_id\":{\"visible\":true,\"sorting\":false},\"order_increment_id\":{\"visible\":true,\"sorting\":false},\"billing_name\":{\"visible\":true,\"sorting\":false},\"base_grand_total\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":false,\"sorting\":false},\"billing_address\":{\"visible\":false,\"sorting\":false},\"shipping_address\":{\"visible\":false,\"sorting\":false},\"customer_name\":{\"visible\":false,\"sorting\":false},\"customer_email\":{\"visible\":false,\"sorting\":false},\"shipping_information\":{\"visible\":false,\"sorting\":false},\"subtotal\":{\"visible\":false,\"sorting\":false},\"shipping_and_handling\":{\"visible\":false,\"sorting\":false},\"adjustment_positive\":{\"visible\":false,\"sorting\":false},\"adjustment_negative\":{\"visible\":false,\"sorting\":false},\"order_base_grand_total\":{\"visible\":false,\"sorting\":false},\"actions\":{\"visible\":true,\"sorting\":false}},\"displayMode\":\"grid\",\"paging\":{\"options\":{\"20\":{\"value\":20,\"label\":20},\"30\":{\"value\":30,\"label\":30},\"50\":{\"value\":50,\"label\":50},\"100\":{\"value\":100,\"label\":100},\"200\":{\"value\":200,\"label\":200}},\"value\":20},\"search\":{\"value\":\"\"},\"positions\":{\"ids\":0,\"increment_id\":1,\"created_at\":2,\"order_increment_id\":3,\"order_created_at\":4,\"billing_name\":5,\"state\":6,\"base_grand_total\":7,\"order_status\":8,\"store_id\":9,\"billing_address\":10,\"shipping_address\":11,\"customer_name\":12,\"customer_email\":13,\"customer_group_id\":14,\"payment_method\":15,\"shipping_information\":16,\"subtotal\":17,\"shipping_and_handling\":18,\"adjustment_positive\":19,\"adjustment_negative\":20,\"order_base_grand_total\":21,\"actions\":22}},\"value\":\"Default View\"}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),('15','2','dotdigitalgroup_importer_grid','default',1,'Default View','{\"views\":{\"default\":{\"label\":\"Default View\",\"index\":\"default\",\"editable\":false,\"data\":{\"displayMode\":\"grid\",\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"import_mode\":{\"visible\":true,\"sorting\":false},\"import_status\":{\"visible\":true,\"sorting\":false},\"website_id\":{\"visible\":true,\"sorting\":false},\"import_started\":{\"visible\":true,\"sorting\":false},\"import_finished\":{\"visible\":true,\"sorting\":false},\"created_at\":{\"visible\":true,\"sorting\":\"desc\"},\"updated_at\":{\"visible\":true,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"import_id\":{\"visible\":true,\"sorting\":false},\"import_type\":{\"visible\":true,\"sorting\":false},\"message\":{\"visible\":true,\"sorting\":false}},\"paging\":{\"options\":{\"20\":{\"value\":20,\"label\":20},\"30\":{\"value\":30,\"label\":30},\"50\":{\"value\":50,\"label\":50},\"100\":{\"value\":100,\"label\":100},\"200\":{\"value\":200,\"label\":200}},\"value\":20},\"positions\":{\"ids\":0,\"import_id\":1,\"import_type\":2,\"import_mode\":3,\"import_status\":4,\"message\":5,\"import_started\":6,\"import_finished\":7,\"website_id\":8,\"created_at\":9,\"updated_at\":10}},\"value\":\"Default View\"}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),('16','2','dotdigitalgroup_importer_grid','current',0,NULL,'{\"current\":{\"displayMode\":\"grid\",\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"import_mode\":{\"visible\":true,\"sorting\":false},\"import_status\":{\"visible\":true,\"sorting\":false},\"website_id\":{\"visible\":true,\"sorting\":false},\"import_started\":{\"visible\":true,\"sorting\":false},\"import_finished\":{\"visible\":true,\"sorting\":false},\"created_at\":{\"visible\":true,\"sorting\":\"desc\"},\"updated_at\":{\"visible\":true,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"import_id\":{\"visible\":true,\"sorting\":false},\"import_type\":{\"visible\":true,\"sorting\":false},\"message\":{\"visible\":true,\"sorting\":false}},\"paging\":{\"options\":{\"20\":{\"value\":20,\"label\":20},\"30\":{\"value\":30,\"label\":30},\"50\":{\"value\":50,\"label\":50},\"100\":{\"value\":100,\"label\":100},\"200\":{\"value\":200,\"label\":200}},\"value\":20},\"positions\":{\"ids\":0,\"import_id\":1,\"import_type\":2,\"import_mode\":3,\"import_status\":4,\"message\":5,\"import_started\":6,\"import_finished\":7,\"website_id\":8,\"created_at\":9,\"updated_at\":10}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),('17','2','dotdigitalgroup_automation_grid','default',1,'Default View','{\"views\":{\"default\":{\"label\":\"Default View\",\"index\":\"default\",\"editable\":false,\"data\":{\"filters\":{\"applied\":{\"placeholder\":true}},\"displayMode\":\"grid\",\"columns\":{\"email\":{\"visible\":true,\"sorting\":false},\"program_id\":{\"visible\":true,\"sorting\":false},\"automation_type\":{\"visible\":true,\"sorting\":false},\"message\":{\"visible\":true,\"sorting\":false},\"store_name\":{\"visible\":true,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"enrolment_status\":{\"visible\":true,\"sorting\":false},\"website_id\":{\"visible\":true,\"sorting\":false},\"created_at\":{\"visible\":true,\"sorting\":\"desc\"},\"updated_at\":{\"visible\":true,\"sorting\":false}},\"paging\":{\"options\":{\"20\":{\"value\":20,\"label\":20},\"30\":{\"value\":30,\"label\":30},\"50\":{\"value\":50,\"label\":50},\"100\":{\"value\":100,\"label\":100},\"200\":{\"value\":200,\"label\":200}},\"value\":20},\"positions\":{\"ids\":0,\"email\":1,\"program_id\":2,\"automation_type\":3,\"enrolment_status\":4,\"website_id\":5,\"message\":6,\"store_name\":7,\"created_at\":8,\"updated_at\":9}},\"value\":\"Default View\"}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),('18','2','dotdigitalgroup_automation_grid','current',0,NULL,'{\"current\":{\"filters\":{\"applied\":{\"placeholder\":true}},\"displayMode\":\"grid\",\"columns\":{\"email\":{\"visible\":true,\"sorting\":false},\"program_id\":{\"visible\":true,\"sorting\":false},\"automation_type\":{\"visible\":true,\"sorting\":false},\"message\":{\"visible\":true,\"sorting\":false},\"store_name\":{\"visible\":true,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"enrolment_status\":{\"visible\":true,\"sorting\":false},\"website_id\":{\"visible\":true,\"sorting\":false},\"created_at\":{\"visible\":true,\"sorting\":\"desc\"},\"updated_at\":{\"visible\":true,\"sorting\":false}},\"paging\":{\"options\":{\"20\":{\"value\":20,\"label\":20},\"30\":{\"value\":30,\"label\":30},\"50\":{\"value\":50,\"label\":50},\"100\":{\"value\":100,\"label\":100},\"200\":{\"value\":200,\"label\":200}},\"value\":20},\"positions\":{\"ids\":0,\"email\":1,\"program_id\":2,\"automation_type\":3,\"enrolment_status\":4,\"website_id\":5,\"message\":6,\"store_name\":7,\"created_at\":8,\"updated_at\":9}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),('19','2','cms_page_listing','current',0,NULL,'{\"current\":{\"search\":{\"value\":\"\"},\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"page_id\":{\"visible\":true,\"sorting\":\"asc\"},\"title\":{\"visible\":true,\"sorting\":false},\"identifier\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":true,\"sorting\":false},\"meta_title\":{\"visible\":false,\"sorting\":false},\"meta_keywords\":{\"visible\":false,\"sorting\":false},\"meta_description\":{\"visible\":false,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"page_layout\":{\"visible\":true,\"sorting\":false},\"is_active\":{\"visible\":true,\"sorting\":false},\"custom_theme\":{\"visible\":false,\"sorting\":false},\"custom_root_template\":{\"visible\":false,\"sorting\":false},\"creation_time\":{\"visible\":true,\"sorting\":false},\"update_time\":{\"visible\":true,\"sorting\":false},\"custom_theme_from\":{\"visible\":false,\"sorting\":false},\"custom_theme_to\":{\"visible\":false,\"sorting\":false},\"actions\":{\"visible\":true,\"sorting\":false}},\"displayMode\":\"grid\",\"positions\":{\"ids\":0,\"page_id\":1,\"title\":2,\"identifier\":3,\"page_layout\":4,\"store_id\":5,\"is_active\":6,\"creation_time\":7,\"update_time\":8,\"custom_theme_from\":9,\"custom_theme_to\":10,\"custom_theme\":11,\"custom_root_template\":12,\"meta_title\":13,\"meta_keywords\":14,\"meta_description\":15,\"actions\":16},\"paging\":{\"options\":{\"20\":{\"value\":20,\"label\":20},\"30\":{\"value\":30,\"label\":30},\"50\":{\"value\":50,\"label\":50},\"100\":{\"value\":100,\"label\":100},\"200\":{\"value\":200,\"label\":200}},\"value\":20}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),('20','2','cms_page_listing','default',1,'Default View','{\"views\":{\"default\":{\"label\":\"Default View\",\"index\":\"default\",\"editable\":false,\"data\":{\"search\":{\"value\":\"\"},\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"page_id\":{\"visible\":true,\"sorting\":\"asc\"},\"title\":{\"visible\":true,\"sorting\":false},\"identifier\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":true,\"sorting\":false},\"meta_title\":{\"visible\":false,\"sorting\":false},\"meta_keywords\":{\"visible\":false,\"sorting\":false},\"meta_description\":{\"visible\":false,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"page_layout\":{\"visible\":true,\"sorting\":false},\"is_active\":{\"visible\":true,\"sorting\":false},\"custom_theme\":{\"visible\":false,\"sorting\":false},\"custom_root_template\":{\"visible\":false,\"sorting\":false},\"creation_time\":{\"visible\":true,\"sorting\":false},\"update_time\":{\"visible\":true,\"sorting\":false},\"custom_theme_from\":{\"visible\":false,\"sorting\":false},\"custom_theme_to\":{\"visible\":false,\"sorting\":false},\"actions\":{\"visible\":true,\"sorting\":false}},\"displayMode\":\"grid\",\"positions\":{\"ids\":0,\"page_id\":1,\"title\":2,\"identifier\":3,\"page_layout\":4,\"store_id\":5,\"is_active\":6,\"creation_time\":7,\"update_time\":8,\"custom_theme_from\":9,\"custom_theme_to\":10,\"custom_theme\":11,\"custom_root_template\":12,\"meta_title\":13,\"meta_keywords\":14,\"meta_description\":15,\"actions\":16},\"paging\":{\"options\":{\"20\":{\"value\":20,\"label\":20},\"30\":{\"value\":30,\"label\":30},\"50\":{\"value\":50,\"label\":50},\"100\":{\"value\":100,\"label\":100},\"200\":{\"value\":200,\"label\":200}},\"value\":20}},\"value\":\"Default View\"}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),('21','2','cms_block_listing','default',1,'Default View','{\"views\":{\"default\":{\"label\":\"Default View\",\"index\":\"default\",\"editable\":false,\"data\":{\"filters\":{\"applied\":{\"placeholder\":true}},\"displayMode\":\"grid\",\"columns\":{\"block_id\":{\"visible\":true,\"sorting\":\"asc\"},\"title\":{\"visible\":true,\"sorting\":false},\"identifier\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":true,\"sorting\":false},\"is_active\":{\"visible\":true,\"sorting\":false},\"creation_time\":{\"visible\":true,\"sorting\":false},\"update_time\":{\"visible\":true,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"actions\":{\"visible\":true,\"sorting\":false}},\"positions\":{\"ids\":0,\"block_id\":1,\"title\":2,\"identifier\":3,\"store_id\":4,\"is_active\":5,\"creation_time\":6,\"update_time\":7,\"actions\":8},\"search\":{\"value\":\"\"},\"paging\":{\"options\":{\"20\":{\"value\":20,\"label\":20},\"30\":{\"value\":30,\"label\":30},\"50\":{\"value\":50,\"label\":50},\"100\":{\"value\":100,\"label\":100},\"200\":{\"value\":200,\"label\":200}},\"value\":20}},\"value\":\"Default View\"}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),('22','2','cms_block_listing','current',0,NULL,'{\"current\":{\"filters\":{\"applied\":{\"placeholder\":true}},\"displayMode\":\"grid\",\"columns\":{\"block_id\":{\"visible\":true,\"sorting\":\"asc\"},\"title\":{\"visible\":true,\"sorting\":false},\"identifier\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":true,\"sorting\":false},\"is_active\":{\"visible\":true,\"sorting\":false},\"creation_time\":{\"visible\":true,\"sorting\":false},\"update_time\":{\"visible\":true,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"actions\":{\"visible\":true,\"sorting\":false}},\"positions\":{\"ids\":0,\"block_id\":1,\"title\":2,\"identifier\":3,\"store_id\":4,\"is_active\":5,\"creation_time\":6,\"update_time\":7,\"actions\":8},\"search\":{\"value\":\"\"},\"paging\":{\"options\":{\"20\":{\"value\":20,\"label\":20},\"30\":{\"value\":30,\"label\":30},\"50\":{\"value\":50,\"label\":50},\"100\":{\"value\":100,\"label\":100},\"200\":{\"value\":200,\"label\":200}},\"value\":100}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),('23','2','brand_listing','default',1,'Default View','{\"views\":{\"default\":{\"label\":\"Default View\",\"index\":\"default\",\"editable\":false,\"data\":{\"search\":{\"value\":\"\"},\"columns\":{\"brand_id\":{\"visible\":true,\"sorting\":\"asc\"},\"name\":{\"visible\":true,\"sorting\":false},\"status\":{\"visible\":true,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"actions\":{\"visible\":true,\"sorting\":false}},\"filters\":{\"applied\":{\"placeholder\":true}},\"displayMode\":\"grid\",\"paging\":{\"options\":{\"20\":{\"value\":20,\"label\":20},\"30\":{\"value\":30,\"label\":30},\"50\":{\"value\":50,\"label\":50},\"100\":{\"value\":100,\"label\":100},\"200\":{\"value\":200,\"label\":200}},\"value\":20},\"positions\":{\"ids\":0,\"brand_id\":1,\"name\":2,\"status\":3,\"actions\":4}},\"value\":\"Default View\"}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),('24','2','brand_listing','current',0,NULL,'{\"current\":{\"search\":{\"value\":\"\"},\"columns\":{\"brand_id\":{\"visible\":true,\"sorting\":\"asc\"},\"name\":{\"visible\":true,\"sorting\":false},\"status\":{\"visible\":true,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"actions\":{\"visible\":true,\"sorting\":false}},\"filters\":{\"applied\":{\"placeholder\":true}},\"displayMode\":\"grid\",\"paging\":{\"options\":{\"20\":{\"value\":20,\"label\":20},\"30\":{\"value\":30,\"label\":30},\"50\":{\"value\":50,\"label\":50},\"100\":{\"value\":100,\"label\":100},\"200\":{\"value\":200,\"label\":200}},\"value\":20},\"positions\":{\"ids\":0,\"brand_id\":1,\"name\":2,\"status\":3,\"actions\":4}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),('25','2','product_listing','current',0,NULL,'{\"current\":{\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"entity_id\":{\"visible\":true,\"sorting\":\"asc\"},\"name\":{\"visible\":true,\"sorting\":false},\"sku\":{\"visible\":true,\"sorting\":false},\"price\":{\"visible\":true,\"sorting\":false},\"websites\":{\"visible\":true,\"sorting\":false},\"qty\":{\"visible\":true,\"sorting\":false},\"short_description\":{\"visible\":false,\"sorting\":false},\"special_price\":{\"visible\":false,\"sorting\":false},\"cost\":{\"visible\":false,\"sorting\":false},\"weight\":{\"visible\":false,\"sorting\":false},\"meta_title\":{\"visible\":false,\"sorting\":false},\"meta_keyword\":{\"visible\":false,\"sorting\":false},\"meta_description\":{\"visible\":false,\"sorting\":false},\"url_key\":{\"visible\":false,\"sorting\":false},\"msrp\":{\"visible\":false,\"sorting\":false},\"type_id\":{\"visible\":true,\"sorting\":false},\"attribute_set_id\":{\"visible\":true,\"sorting\":false},\"visibility\":{\"visible\":true,\"sorting\":false},\"status\":{\"visible\":true,\"sorting\":false},\"custom_design\":{\"visible\":false,\"sorting\":false},\"page_layout\":{\"visible\":false,\"sorting\":false},\"country_of_manufacture\":{\"visible\":false,\"sorting\":false},\"custom_layout\":{\"visible\":false,\"sorting\":false},\"gift_message_available\":{\"visible\":false,\"sorting\":false},\"tax_class_id\":{\"visible\":false,\"sorting\":false},\"special_from_date\":{\"visible\":false,\"sorting\":false},\"special_to_date\":{\"visible\":false,\"sorting\":false},\"news_from_date\":{\"visible\":false,\"sorting\":false},\"news_to_date\":{\"visible\":false,\"sorting\":false},\"custom_design_from\":{\"visible\":false,\"sorting\":false},\"custom_design_to\":{\"visible\":false,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"actions\":{\"visible\":true,\"sorting\":false},\"thumbnail\":{\"visible\":true,\"sorting\":false}},\"displayMode\":\"grid\",\"paging\":{\"options\":{\"20\":{\"value\":20,\"label\":20},\"30\":{\"value\":30,\"label\":30},\"50\":{\"value\":50,\"label\":50},\"100\":{\"value\":100,\"label\":100},\"200\":{\"value\":200,\"label\":200}},\"value\":20},\"positions\":{\"ids\":0,\"entity_id\":1,\"thumbnail\":2,\"name\":3,\"type_id\":4,\"attribute_set_id\":5,\"sku\":6,\"price\":7,\"qty\":8,\"visibility\":9,\"status\":10,\"websites\":11,\"short_description\":12,\"special_price\":13,\"special_from_date\":14,\"special_to_date\":15,\"cost\":16,\"weight\":17,\"meta_title\":18,\"meta_keyword\":19,\"meta_description\":20,\"news_from_date\":21,\"news_to_date\":22,\"custom_design\":23,\"custom_design_from\":24,\"custom_design_to\":25,\"page_layout\":26,\"country_of_manufacture\":27,\"custom_layout\":28,\"url_key\":29,\"msrp\":30,\"gift_message_available\":31,\"tax_class_id\":32,\"actions\":33}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),('26','2','product_listing','default',1,'Default View','{\"views\":{\"default\":{\"label\":\"Default View\",\"index\":\"default\",\"editable\":false,\"data\":{\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"entity_id\":{\"visible\":true,\"sorting\":\"asc\"},\"name\":{\"visible\":true,\"sorting\":false},\"sku\":{\"visible\":true,\"sorting\":false},\"price\":{\"visible\":true,\"sorting\":false},\"websites\":{\"visible\":true,\"sorting\":false},\"qty\":{\"visible\":true,\"sorting\":false},\"short_description\":{\"visible\":false,\"sorting\":false},\"special_price\":{\"visible\":false,\"sorting\":false},\"cost\":{\"visible\":false,\"sorting\":false},\"weight\":{\"visible\":false,\"sorting\":false},\"meta_title\":{\"visible\":false,\"sorting\":false},\"meta_keyword\":{\"visible\":false,\"sorting\":false},\"meta_description\":{\"visible\":false,\"sorting\":false},\"url_key\":{\"visible\":false,\"sorting\":false},\"msrp\":{\"visible\":false,\"sorting\":false},\"type_id\":{\"visible\":true,\"sorting\":false},\"attribute_set_id\":{\"visible\":true,\"sorting\":false},\"visibility\":{\"visible\":true,\"sorting\":false},\"status\":{\"visible\":true,\"sorting\":false},\"custom_design\":{\"visible\":false,\"sorting\":false},\"page_layout\":{\"visible\":false,\"sorting\":false},\"country_of_manufacture\":{\"visible\":false,\"sorting\":false},\"custom_layout\":{\"visible\":false,\"sorting\":false},\"gift_message_available\":{\"visible\":false,\"sorting\":false},\"tax_class_id\":{\"visible\":false,\"sorting\":false},\"special_from_date\":{\"visible\":false,\"sorting\":false},\"special_to_date\":{\"visible\":false,\"sorting\":false},\"news_from_date\":{\"visible\":false,\"sorting\":false},\"news_to_date\":{\"visible\":false,\"sorting\":false},\"custom_design_from\":{\"visible\":false,\"sorting\":false},\"custom_design_to\":{\"visible\":false,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"actions\":{\"visible\":true,\"sorting\":false},\"thumbnail\":{\"visible\":true,\"sorting\":false}},\"displayMode\":\"grid\",\"paging\":{\"options\":{\"20\":{\"value\":20,\"label\":20},\"30\":{\"value\":30,\"label\":30},\"50\":{\"value\":50,\"label\":50},\"100\":{\"value\":100,\"label\":100},\"200\":{\"value\":200,\"label\":200}},\"value\":20},\"positions\":{\"ids\":0,\"entity_id\":1,\"thumbnail\":2,\"name\":3,\"type_id\":4,\"attribute_set_id\":5,\"sku\":6,\"price\":7,\"qty\":8,\"visibility\":9,\"status\":10,\"websites\":11,\"short_description\":12,\"special_price\":13,\"special_from_date\":14,\"special_to_date\":15,\"cost\":16,\"weight\":17,\"meta_title\":18,\"meta_keyword\":19,\"meta_description\":20,\"news_from_date\":21,\"news_to_date\":22,\"custom_design\":23,\"custom_design_from\":24,\"custom_design_to\":25,\"page_layout\":26,\"country_of_manufacture\":27,\"custom_layout\":28,\"url_key\":29,\"msrp\":30,\"gift_message_available\":31,\"tax_class_id\":32,\"actions\":33}},\"value\":\"Default View\"}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),('27','2','tm_blog_post_listing','default',1,'Default View','{\"views\":{\"default\":{\"label\":\"Default View\",\"index\":\"default\",\"editable\":false,\"data\":{\"filters\":{\"applied\":{\"placeholder\":true}},\"search\":{\"value\":\"\"},\"displayMode\":\"grid\",\"columns\":{\"post_id\":{\"visible\":true,\"sorting\":\"asc\"},\"title\":{\"visible\":true,\"sorting\":false},\"author\":{\"visible\":true,\"sorting\":false},\"identifier\":{\"visible\":true,\"sorting\":false},\"meta_keywords\":{\"visible\":false,\"sorting\":false},\"meta_description\":{\"visible\":false,\"sorting\":false},\"is_visible\":{\"visible\":true,\"sorting\":false},\"creation_time\":{\"visible\":true,\"sorting\":false},\"update_time\":{\"visible\":true,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"actions\":{\"visible\":true,\"sorting\":false}},\"positions\":{\"ids\":0,\"post_id\":1,\"title\":2,\"author\":3,\"identifier\":4,\"is_visible\":5,\"creation_time\":6,\"update_time\":7,\"meta_keywords\":8,\"meta_description\":9,\"actions\":10},\"paging\":{\"options\":{\"20\":{\"value\":20,\"label\":20},\"30\":{\"value\":30,\"label\":30},\"50\":{\"value\":50,\"label\":50},\"100\":{\"value\":100,\"label\":100},\"200\":{\"value\":200,\"label\":200}},\"value\":20}},\"value\":\"Default View\"}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),('28','2','tm_blog_post_listing','current',0,NULL,'{\"current\":{\"filters\":{\"applied\":{\"placeholder\":true}},\"search\":{\"value\":\"\"},\"displayMode\":\"grid\",\"columns\":{\"post_id\":{\"visible\":true,\"sorting\":\"asc\"},\"title\":{\"visible\":true,\"sorting\":false},\"author\":{\"visible\":true,\"sorting\":false},\"identifier\":{\"visible\":true,\"sorting\":false},\"meta_keywords\":{\"visible\":false,\"sorting\":false},\"meta_description\":{\"visible\":false,\"sorting\":false},\"is_visible\":{\"visible\":true,\"sorting\":false},\"creation_time\":{\"visible\":true,\"sorting\":false},\"update_time\":{\"visible\":true,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"actions\":{\"visible\":true,\"sorting\":false}},\"positions\":{\"ids\":0,\"post_id\":1,\"title\":2,\"author\":3,\"identifier\":4,\"is_visible\":5,\"creation_time\":6,\"update_time\":7,\"meta_keywords\":8,\"meta_description\":9,\"actions\":10},\"paging\":{\"options\":{\"20\":{\"value\":20,\"label\":20},\"30\":{\"value\":30,\"label\":30},\"50\":{\"value\":50,\"label\":50},\"100\":{\"value\":100,\"label\":100},\"200\":{\"value\":200,\"label\":200}},\"value\":200}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),('29','2','filmslider_listing','default',1,'Default View','{\"views\":{\"default\":{\"label\":\"Default View\",\"index\":\"default\",\"editable\":false,\"data\":{\"columns\":{\"slider_id\":{\"visible\":true,\"sorting\":\"asc\"},\"name\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":true,\"sorting\":false},\"status\":{\"visible\":true,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"actions\":{\"visible\":true,\"sorting\":false}},\"search\":{\"value\":\"\"},\"displayMode\":\"grid\",\"filters\":{\"applied\":{\"placeholder\":true}},\"positions\":{\"ids\":0,\"slider_id\":1,\"name\":2,\"store_id\":3,\"status\":4,\"actions\":5},\"paging\":{\"options\":{\"20\":{\"value\":20,\"label\":20},\"30\":{\"value\":30,\"label\":30},\"50\":{\"value\":50,\"label\":50},\"100\":{\"value\":100,\"label\":100},\"200\":{\"value\":200,\"label\":200}},\"value\":20}},\"value\":\"Default View\"}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),('30','2','filmslider_listing','current',0,NULL,'{\"current\":{\"columns\":{\"slider_id\":{\"visible\":true,\"sorting\":\"asc\"},\"name\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":true,\"sorting\":false},\"status\":{\"visible\":true,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"actions\":{\"visible\":true,\"sorting\":false}},\"search\":{\"value\":\"\"},\"displayMode\":\"grid\",\"filters\":{\"applied\":{\"placeholder\":true}},\"positions\":{\"ids\":0,\"slider_id\":1,\"name\":2,\"store_id\":3,\"status\":4,\"actions\":5},\"paging\":{\"options\":{\"20\":{\"value\":20,\"label\":20},\"30\":{\"value\":30,\"label\":30},\"50\":{\"value\":50,\"label\":50},\"100\":{\"value\":100,\"label\":100},\"200\":{\"value\":200,\"label\":200}},\"value\":20}}}','0000-00-00 00:00:00','0000-00-00 00:00:00');
/*!40000 ALTER TABLE `ui_bookmark` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `url_rewrite`
--

DROP TABLE IF EXISTS `url_rewrite`;
CREATE TABLE `url_rewrite` (
  `url_rewrite_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Rewrite Id',
  `entity_type` varchar(32) NOT NULL COMMENT 'Entity type code',
  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
  `request_path` varchar(255) DEFAULT NULL COMMENT 'Request Path',
  `target_path` varchar(255) DEFAULT NULL COMMENT 'Target Path',
  `redirect_type` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Redirect Type',
  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store Id',
  `description` varchar(255) DEFAULT NULL COMMENT 'Description',
  `is_autogenerated` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is rewrite generated automatically flag',
  `metadata` varchar(255) DEFAULT NULL COMMENT 'Meta data for url rewrite',
  PRIMARY KEY (`url_rewrite_id`),
  UNIQUE KEY `URL_REWRITE_REQUEST_PATH_STORE_ID` (`request_path`,`store_id`),
  KEY `URL_REWRITE_TARGET_PATH` (`target_path`),
  KEY `URL_REWRITE_STORE_ID_ENTITY_ID` (`store_id`,`entity_id`)
) ENGINE=InnoDB AUTO_INCREMENT=6842 DEFAULT CHARSET=utf8 COMMENT='Url Rewrites';

--
-- Dumping data for table `url_rewrite`
--

LOCK TABLES `url_rewrite` WRITE;
/*!40000 ALTER TABLE `url_rewrite` DISABLE KEYS */;
INSERT INTO `url_rewrite` VALUES ('2','cms-page','2','home','cms/page/view/page_id/2',0,1,NULL,1,NULL),('3','cms-page','3','enable-cookies','cms/page/view/page_id/3',0,1,NULL,1,NULL),('5','category','3','bras-bralettes.html','catalog/category/view/id/3',0,1,NULL,1,NULL),('6','category','3','bras-bralettes.html','catalog/category/view/id/3',0,2,NULL,1,NULL),('7','category','3','bras-bralettes.html','catalog/category/view/id/3',0,3,NULL,1,NULL),('8','category','4','panties.html','catalog/category/view/id/4',0,1,NULL,1,NULL),('9','category','4','panties.html','catalog/category/view/id/4',0,2,NULL,1,NULL),('10','category','4','panties.html','catalog/category/view/id/4',0,3,NULL,1,NULL),('11','category','5','lingerie.html','catalog/category/view/id/5',0,1,NULL,1,NULL),('12','category','5','lingerie.html','catalog/category/view/id/5',0,2,NULL,1,NULL),('13','category','5','lingerie.html','catalog/category/view/id/5',0,3,NULL,1,NULL),('14','category','6','sleep.html','catalog/category/view/id/6',0,1,NULL,1,NULL),('15','category','6','sleep.html','catalog/category/view/id/6',0,2,NULL,1,NULL),('16','category','6','sleep.html','catalog/category/view/id/6',0,3,NULL,1,NULL),('17','category','7','beauty.html','catalog/category/view/id/7',0,1,NULL,1,NULL),('18','category','7','beauty.html','catalog/category/view/id/7',0,2,NULL,1,NULL),('19','category','7','beauty.html','catalog/category/view/id/7',0,3,NULL,1,NULL),('20','category','8','beauty/fragrance.html','catalog/category/view/id/8',0,1,NULL,1,NULL),('21','category','8','beauty/fragrance.html','catalog/category/view/id/8',0,2,NULL,1,NULL),('22','category','8','beauty/fragrance.html','catalog/category/view/id/8',0,3,NULL,1,NULL),('23','category','9','beauty/sleepshirts-mists.html','catalog/category/view/id/9',0,1,NULL,1,NULL),('24','category','9','beauty/sleepshirts-mists.html','catalog/category/view/id/9',0,2,NULL,1,NULL),('25','category','9','beauty/sleepshirts-mists.html','catalog/category/view/id/9',0,3,NULL,1,NULL),('26','category','10','beauty/body-care.html','catalog/category/view/id/10',0,1,NULL,1,NULL),('27','category','10','beauty/body-care.html','catalog/category/view/id/10',0,2,NULL,1,NULL),('28','category','10','beauty/body-care.html','catalog/category/view/id/10',0,3,NULL,1,NULL),('29','category','11','sale-specials.html','catalog/category/view/id/11',0,1,NULL,1,NULL),('30','category','11','sale-specials.html','catalog/category/view/id/11',0,2,NULL,1,NULL),('31','category','11','sale-specials.html','catalog/category/view/id/11',0,3,NULL,1,NULL),('32','category','12','sale-specials/bras-panties.html','catalog/category/view/id/12',0,1,NULL,1,NULL),('33','category','12','sale-specials/bras-panties.html','catalog/category/view/id/12',0,2,NULL,1,NULL),('34','category','12','sale-specials/bras-panties.html','catalog/category/view/id/12',0,3,NULL,1,NULL),('35','category','13','sale-specials/sleep.html','catalog/category/view/id/13',0,1,NULL,1,NULL),('36','category','13','sale-specials/sleep.html','catalog/category/view/id/13',0,2,NULL,1,NULL),('37','category','13','sale-specials/sleep.html','catalog/category/view/id/13',0,3,NULL,1,NULL),('38','category','14','sale-specials/beauty-accessories.html','catalog/category/view/id/14',0,1,NULL,1,NULL),('39','category','14','sale-specials/beauty-accessories.html','catalog/category/view/id/14',0,2,NULL,1,NULL),('40','category','14','sale-specials/beauty-accessories.html','catalog/category/view/id/14',0,3,NULL,1,NULL),('41','category','15','sleep/pajamas.html','catalog/category/view/id/15',0,1,NULL,1,NULL),('42','category','15','sleep/pajamas.html','catalog/category/view/id/15',0,2,NULL,1,NULL),('43','category','15','sleep/pajamas.html','catalog/category/view/id/15',0,3,NULL,1,NULL),('44','category','16','sleep/sleepshirts.html','catalog/category/view/id/16',0,1,NULL,1,NULL),('45','category','16','sleep/sleepshirts.html','catalog/category/view/id/16',0,2,NULL,1,NULL),('46','category','16','sleep/sleepshirts.html','catalog/category/view/id/16',0,3,NULL,1,NULL),('47','category','17','sleep/robes-slippers.html','catalog/category/view/id/17',0,1,NULL,1,NULL),('48','category','17','sleep/robes-slippers.html','catalog/category/view/id/17',0,2,NULL,1,NULL),('49','category','17','sleep/robes-slippers.html','catalog/category/view/id/17',0,3,NULL,1,NULL),('50','category','18','sleep/shorts.html','catalog/category/view/id/18',0,1,NULL,1,NULL),('51','category','18','sleep/shorts.html','catalog/category/view/id/18',0,2,NULL,1,NULL),('52','category','18','sleep/shorts.html','catalog/category/view/id/18',0,3,NULL,1,NULL),('53','category','19','sleep/loungewear.html','catalog/category/view/id/19',0,1,NULL,1,NULL),('54','category','19','sleep/loungewear.html','catalog/category/view/id/19',0,2,NULL,1,NULL),('55','category','19','sleep/loungewear.html','catalog/category/view/id/19',0,3,NULL,1,NULL),('56','category','20','lingerie/babydolls-slips.html','catalog/category/view/id/20',0,1,NULL,1,NULL),('57','category','20','lingerie/babydolls-slips.html','catalog/category/view/id/20',0,2,NULL,1,NULL),('58','category','20','lingerie/babydolls-slips.html','catalog/category/view/id/20',0,3,NULL,1,NULL),('59','category','21','lingerie/teddies-bodysuits.html','catalog/category/view/id/21',0,1,NULL,1,NULL),('60','category','21','lingerie/teddies-bodysuits.html','catalog/category/view/id/21',0,2,NULL,1,NULL),('61','category','21','lingerie/teddies-bodysuits.html','catalog/category/view/id/21',0,3,NULL,1,NULL),('65','category','23','panties/cheekies-cheekinis.html','catalog/category/view/id/23',0,1,NULL,1,NULL),('66','category','23','panties/cheekies-cheekinis.html','catalog/category/view/id/23',0,2,NULL,1,NULL),('67','category','23','panties/cheekies-cheekinis.html','catalog/category/view/id/23',0,3,NULL,1,NULL),('68','category','24','panties/thongs-v-strings.html','catalog/category/view/id/24',0,1,NULL,1,NULL),('69','category','24','panties/thongs-v-strings.html','catalog/category/view/id/24',0,2,NULL,1,NULL),('70','category','24','panties/thongs-v-strings.html','catalog/category/view/id/24',0,3,NULL,1,NULL),('71','category','25','panties/shorties-boyshorts.html','catalog/category/view/id/25',0,1,NULL,1,NULL),('72','category','25','panties/shorties-boyshorts.html','catalog/category/view/id/25',0,2,NULL,1,NULL),('73','category','25','panties/shorties-boyshorts.html','catalog/category/view/id/25',0,3,NULL,1,NULL),('74','category','26','panties/bikinis.html','catalog/category/view/id/26',0,1,NULL,1,NULL),('75','category','26','panties/bikinis.html','catalog/category/view/id/26',0,2,NULL,1,NULL),('76','category','26','panties/bikinis.html','catalog/category/view/id/26',0,3,NULL,1,NULL),('77','category','27','panties/no-show-seamless.html','catalog/category/view/id/27',0,1,NULL,1,NULL),('78','category','27','panties/no-show-seamless.html','catalog/category/view/id/27',0,2,NULL,1,NULL),('79','category','27','panties/no-show-seamless.html','catalog/category/view/id/27',0,3,NULL,1,NULL),('80','category','28','bras-bralettes/bralettes.html','catalog/category/view/id/28',0,1,NULL,1,NULL),('81','category','28','bras-bralettes/bralettes.html','catalog/category/view/id/28',0,2,NULL,1,NULL),('82','category','28','bras-bralettes/bralettes.html','catalog/category/view/id/28',0,3,NULL,1,NULL),('83','category','29','bras-bralettes/unlined.html','catalog/category/view/id/29',0,1,NULL,1,NULL),('84','category','29','bras-bralettes/unlined.html','catalog/category/view/id/29',0,2,NULL,1,NULL),('85','category','29','bras-bralettes/unlined.html','catalog/category/view/id/29',0,3,NULL,1,NULL),('86','category','30','bras-bralettes/perfect-coverage.html','catalog/category/view/id/30',0,1,NULL,1,NULL),('87','category','30','bras-bralettes/perfect-coverage.html','catalog/category/view/id/30',0,2,NULL,1,NULL),('88','category','30','bras-bralettes/perfect-coverage.html','catalog/category/view/id/30',0,3,NULL,1,NULL),('89','category','31','bras-bralettes/push-up.html','catalog/category/view/id/31',0,1,NULL,1,NULL),('90','category','31','bras-bralettes/push-up.html','catalog/category/view/id/31',0,2,NULL,1,NULL),('91','category','31','bras-bralettes/push-up.html','catalog/category/view/id/31',0,3,NULL,1,NULL),('92','category','32','bras-bralettes/sports-bras.html','catalog/category/view/id/32',0,1,NULL,1,NULL),('93','category','32','bras-bralettes/sports-bras.html','catalog/category/view/id/32',0,2,NULL,1,NULL),('94','category','32','bras-bralettes/sports-bras.html','catalog/category/view/id/32',0,3,NULL,1,NULL),('101','cms-page','5','customer-service','cms/page/view/page_id/5',0,1,NULL,1,NULL),('102','cms-page','5','customer-service','cms/page/view/page_id/5',0,2,NULL,1,NULL),('103','cms-page','5','customer-service','cms/page/view/page_id/5',0,3,NULL,1,NULL),('104','cms-page','6','about-us','cms/page/view/page_id/6',0,1,NULL,1,NULL),('105','cms-page','6','about-us','cms/page/view/page_id/6',0,2,NULL,1,NULL),('106','cms-page','6','about-us','cms/page/view/page_id/6',0,3,NULL,1,NULL),('107','cms-page','7','shipping-delivery','cms/page/view/page_id/7',0,1,NULL,1,NULL),('108','cms-page','7','shipping-delivery','cms/page/view/page_id/7',0,2,NULL,1,NULL),('109','cms-page','7','shipping-delivery','cms/page/view/page_id/7',0,3,NULL,1,NULL),('113','cms-page','9','faq','cms/page/view/page_id/9',0,1,NULL,1,NULL),('114','cms-page','9','faq','cms/page/view/page_id/9',0,2,NULL,1,NULL),('115','cms-page','9','faq','cms/page/view/page_id/9',0,3,NULL,1,NULL),('116','cms-page','10','support','cms/page/view/page_id/10',0,1,NULL,1,NULL),('117','cms-page','10','support','cms/page/view/page_id/10',0,2,NULL,1,NULL),('118','cms-page','10','support','cms/page/view/page_id/10',0,3,NULL,1,NULL),('119','cms-page','11','guarantee','cms/page/view/page_id/11',0,1,NULL,1,NULL),('120','cms-page','11','guarantee','cms/page/view/page_id/11',0,2,NULL,1,NULL),('121','cms-page','11','guarantee','cms/page/view/page_id/11',0,3,NULL,1,NULL),('122','cms-page','12','secure-payment','cms/page/view/page_id/12',0,1,NULL,1,NULL),('123','cms-page','12','secure-payment','cms/page/view/page_id/12',0,2,NULL,1,NULL),('124','cms-page','12','secure-payment','cms/page/view/page_id/12',0,3,NULL,1,NULL),('125','cms-page','13','terms-conditions','cms/page/view/page_id/13',0,1,NULL,1,NULL),('126','cms-page','13','terms-conditions','cms/page/view/page_id/13',0,2,NULL,1,NULL),('127','cms-page','13','terms-conditions','cms/page/view/page_id/13',0,3,NULL,1,NULL),('128','cms-page','1','no-route','cms/page/view/page_id/1',0,1,NULL,1,NULL),('129','cms-page','1','no-route','cms/page/view/page_id/1',0,2,NULL,1,NULL),('130','cms-page','1','no-route','cms/page/view/page_id/1',0,3,NULL,1,NULL),('131','cms-page','4','privacy-policy-cookie-restriction-mode','cms/page/view/page_id/4',0,1,NULL,1,NULL),('132','cms-page','4','privacy-policy-cookie-restriction-mode','cms/page/view/page_id/4',0,2,NULL,1,NULL),('133','cms-page','4','privacy-policy-cookie-restriction-mode','cms/page/view/page_id/4',0,3,NULL,1,NULL),('134','cms-page','14','template-settings','cms/page/view/page_id/14',0,1,NULL,1,NULL),('135','cms-page','14','template-settings','cms/page/view/page_id/14',0,2,NULL,1,NULL),('136','cms-page','14','template-settings','cms/page/view/page_id/14',0,3,NULL,1,NULL),('3980','product','37','h-5.html','catalog/product/view/id/37',0,1,NULL,1,NULL),('3981','product','37','bras-bralettes/h-5.html','catalog/product/view/id/37/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),('3982','product','37','panties/h-5.html','catalog/product/view/id/37/category/4',0,1,NULL,1,'{\"category_id\":\"4\"}'),('3983','product','37','lingerie/h-5.html','catalog/product/view/id/37/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),('3984','product','37','sleep/h-5.html','catalog/product/view/id/37/category/6',0,1,NULL,1,'{\"category_id\":\"6\"}'),('3985','product','37','beauty/h-5.html','catalog/product/view/id/37/category/7',0,1,NULL,1,'{\"category_id\":\"7\"}'),('3986','product','37','sale-specials/h-5.html','catalog/product/view/id/37/category/11',0,1,NULL,1,'{\"category_id\":\"11\"}'),('3987','product','37','beauty/fragrance/h-5.html','catalog/product/view/id/37/category/8',0,1,NULL,1,'{\"category_id\":\"8\"}'),('3988','product','37','beauty/body-care/h-5.html','catalog/product/view/id/37/category/10',0,1,NULL,1,'{\"category_id\":\"10\"}'),('3989','product','37','sale-specials/bras-panties/h-5.html','catalog/product/view/id/37/category/12',0,1,NULL,1,'{\"category_id\":\"12\"}'),('3990','product','37','sale-specials/sleep/h-5.html','catalog/product/view/id/37/category/13',0,1,NULL,1,'{\"category_id\":\"13\"}'),('3991','product','37','sale-specials/beauty-accessories/h-5.html','catalog/product/view/id/37/category/14',0,1,NULL,1,'{\"category_id\":\"14\"}'),('3992','product','37','sleep/sleepshirts/h-5.html','catalog/product/view/id/37/category/16',0,1,NULL,1,'{\"category_id\":\"16\"}'),('3993','product','37','sleep/shorts/h-5.html','catalog/product/view/id/37/category/18',0,1,NULL,1,'{\"category_id\":\"18\"}'),('3994','product','37','sleep/loungewear/h-5.html','catalog/product/view/id/37/category/19',0,1,NULL,1,'{\"category_id\":\"19\"}'),('3995','product','37','lingerie/teddies-bodysuits/h-5.html','catalog/product/view/id/37/category/21',0,1,NULL,1,'{\"category_id\":\"21\"}'),('3996','product','37','panties/cheekies-cheekinis/h-5.html','catalog/product/view/id/37/category/23',0,1,NULL,1,'{\"category_id\":\"23\"}'),('3997','product','37','panties/shorties-boyshorts/h-5.html','catalog/product/view/id/37/category/25',0,1,NULL,1,'{\"category_id\":\"25\"}'),('3998','product','37','panties/bikinis/h-5.html','catalog/product/view/id/37/category/26',0,1,NULL,1,'{\"category_id\":\"26\"}'),('3999','product','37','bras-bralettes/unlined/h-5.html','catalog/product/view/id/37/category/29',0,1,NULL,1,'{\"category_id\":\"29\"}'),('4000','product','37','bras-bralettes/perfect-coverage/h-5.html','catalog/product/view/id/37/category/30',0,1,NULL,1,'{\"category_id\":\"30\"}'),('4001','product','37','bras-bralettes/sports-bras/h-5.html','catalog/product/view/id/37/category/32',0,1,NULL,1,'{\"category_id\":\"32\"}'),('4002','product','37','h-5.html','catalog/product/view/id/37',0,2,NULL,1,NULL),('4003','product','37','bras-bralettes/h-5.html','catalog/product/view/id/37/category/3',0,2,NULL,1,'{\"category_id\":\"3\"}'),('4004','product','37','panties/h-5.html','catalog/product/view/id/37/category/4',0,2,NULL,1,'{\"category_id\":\"4\"}'),('4005','product','37','lingerie/h-5.html','catalog/product/view/id/37/category/5',0,2,NULL,1,'{\"category_id\":\"5\"}'),('4006','product','37','sleep/h-5.html','catalog/product/view/id/37/category/6',0,2,NULL,1,'{\"category_id\":\"6\"}'),('4007','product','37','beauty/h-5.html','catalog/product/view/id/37/category/7',0,2,NULL,1,'{\"category_id\":\"7\"}'),('4008','product','37','sale-specials/h-5.html','catalog/product/view/id/37/category/11',0,2,NULL,1,'{\"category_id\":\"11\"}'),('4009','product','37','beauty/fragrance/h-5.html','catalog/product/view/id/37/category/8',0,2,NULL,1,'{\"category_id\":\"8\"}'),('4010','product','37','beauty/body-care/h-5.html','catalog/product/view/id/37/category/10',0,2,NULL,1,'{\"category_id\":\"10\"}'),('4011','product','37','sale-specials/bras-panties/h-5.html','catalog/product/view/id/37/category/12',0,2,NULL,1,'{\"category_id\":\"12\"}'),('4012','product','37','sale-specials/sleep/h-5.html','catalog/product/view/id/37/category/13',0,2,NULL,1,'{\"category_id\":\"13\"}'),('4013','product','37','sale-specials/beauty-accessories/h-5.html','catalog/product/view/id/37/category/14',0,2,NULL,1,'{\"category_id\":\"14\"}'),('4014','product','37','sleep/sleepshirts/h-5.html','catalog/product/view/id/37/category/16',0,2,NULL,1,'{\"category_id\":\"16\"}'),('4015','product','37','sleep/shorts/h-5.html','catalog/product/view/id/37/category/18',0,2,NULL,1,'{\"category_id\":\"18\"}'),('4016','product','37','sleep/loungewear/h-5.html','catalog/product/view/id/37/category/19',0,2,NULL,1,'{\"category_id\":\"19\"}'),('4017','product','37','lingerie/teddies-bodysuits/h-5.html','catalog/product/view/id/37/category/21',0,2,NULL,1,'{\"category_id\":\"21\"}'),('4018','product','37','panties/cheekies-cheekinis/h-5.html','catalog/product/view/id/37/category/23',0,2,NULL,1,'{\"category_id\":\"23\"}'),('4019','product','37','panties/shorties-boyshorts/h-5.html','catalog/product/view/id/37/category/25',0,2,NULL,1,'{\"category_id\":\"25\"}'),('4020','product','37','panties/bikinis/h-5.html','catalog/product/view/id/37/category/26',0,2,NULL,1,'{\"category_id\":\"26\"}'),('4021','product','37','bras-bralettes/unlined/h-5.html','catalog/product/view/id/37/category/29',0,2,NULL,1,'{\"category_id\":\"29\"}'),('4022','product','37','bras-bralettes/perfect-coverage/h-5.html','catalog/product/view/id/37/category/30',0,2,NULL,1,'{\"category_id\":\"30\"}'),('4023','product','37','bras-bralettes/sports-bras/h-5.html','catalog/product/view/id/37/category/32',0,2,NULL,1,'{\"category_id\":\"32\"}'),('4024','product','37','h-5.html','catalog/product/view/id/37',0,3,NULL,1,NULL),('4025','product','37','bras-bralettes/h-5.html','catalog/product/view/id/37/category/3',0,3,NULL,1,'{\"category_id\":\"3\"}'),('4026','product','37','panties/h-5.html','catalog/product/view/id/37/category/4',0,3,NULL,1,'{\"category_id\":\"4\"}'),('4027','product','37','lingerie/h-5.html','catalog/product/view/id/37/category/5',0,3,NULL,1,'{\"category_id\":\"5\"}'),('4028','product','37','sleep/h-5.html','catalog/product/view/id/37/category/6',0,3,NULL,1,'{\"category_id\":\"6\"}'),('4029','product','37','beauty/h-5.html','catalog/product/view/id/37/category/7',0,3,NULL,1,'{\"category_id\":\"7\"}'),('4030','product','37','sale-specials/h-5.html','catalog/product/view/id/37/category/11',0,3,NULL,1,'{\"category_id\":\"11\"}'),('4031','product','37','beauty/fragrance/h-5.html','catalog/product/view/id/37/category/8',0,3,NULL,1,'{\"category_id\":\"8\"}'),('4032','product','37','beauty/body-care/h-5.html','catalog/product/view/id/37/category/10',0,3,NULL,1,'{\"category_id\":\"10\"}'),('4033','product','37','sale-specials/bras-panties/h-5.html','catalog/product/view/id/37/category/12',0,3,NULL,1,'{\"category_id\":\"12\"}'),('4034','product','37','sale-specials/sleep/h-5.html','catalog/product/view/id/37/category/13',0,3,NULL,1,'{\"category_id\":\"13\"}'),('4035','product','37','sale-specials/beauty-accessories/h-5.html','catalog/product/view/id/37/category/14',0,3,NULL,1,'{\"category_id\":\"14\"}'),('4036','product','37','sleep/sleepshirts/h-5.html','catalog/product/view/id/37/category/16',0,3,NULL,1,'{\"category_id\":\"16\"}'),('4037','product','37','sleep/shorts/h-5.html','catalog/product/view/id/37/category/18',0,3,NULL,1,'{\"category_id\":\"18\"}'),('4038','product','37','sleep/loungewear/h-5.html','catalog/product/view/id/37/category/19',0,3,NULL,1,'{\"category_id\":\"19\"}'),('4039','product','37','lingerie/teddies-bodysuits/h-5.html','catalog/product/view/id/37/category/21',0,3,NULL,1,'{\"category_id\":\"21\"}'),('4040','product','37','panties/cheekies-cheekinis/h-5.html','catalog/product/view/id/37/category/23',0,3,NULL,1,'{\"category_id\":\"23\"}'),('4041','product','37','panties/shorties-boyshorts/h-5.html','catalog/product/view/id/37/category/25',0,3,NULL,1,'{\"category_id\":\"25\"}'),('4042','product','37','panties/bikinis/h-5.html','catalog/product/view/id/37/category/26',0,3,NULL,1,'{\"category_id\":\"26\"}'),('4043','product','37','bras-bralettes/unlined/h-5.html','catalog/product/view/id/37/category/29',0,3,NULL,1,'{\"category_id\":\"29\"}'),('4044','product','37','bras-bralettes/perfect-coverage/h-5.html','catalog/product/view/id/37/category/30',0,3,NULL,1,'{\"category_id\":\"30\"}'),('4045','product','37','bras-bralettes/sports-bras/h-5.html','catalog/product/view/id/37/category/32',0,3,NULL,1,'{\"category_id\":\"32\"}'),('4046','product','32','undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32',0,1,NULL,1,NULL),('4047','product','32','bras-bralettes/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),('4048','product','32','panties/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/4',0,1,NULL,1,'{\"category_id\":\"4\"}'),('4049','product','32','lingerie/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),('4050','product','32','sleep/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/6',0,1,NULL,1,'{\"category_id\":\"6\"}'),('4051','product','32','beauty/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/7',0,1,NULL,1,'{\"category_id\":\"7\"}'),('4052','product','32','sale-specials/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/11',0,1,NULL,1,'{\"category_id\":\"11\"}'),('4053','product','32','beauty/fragrance/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/8',0,1,NULL,1,'{\"category_id\":\"8\"}'),('4054','product','32','beauty/body-care/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/10',0,1,NULL,1,'{\"category_id\":\"10\"}'),('4055','product','32','sale-specials/bras-panties/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/12',0,1,NULL,1,'{\"category_id\":\"12\"}'),('4056','product','32','sale-specials/sleep/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/13',0,1,NULL,1,'{\"category_id\":\"13\"}'),('4057','product','32','sale-specials/beauty-accessories/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/14',0,1,NULL,1,'{\"category_id\":\"14\"}'),('4058','product','32','sleep/sleepshirts/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/16',0,1,NULL,1,'{\"category_id\":\"16\"}'),('4059','product','32','sleep/shorts/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/18',0,1,NULL,1,'{\"category_id\":\"18\"}'),('4060','product','32','sleep/loungewear/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/19',0,1,NULL,1,'{\"category_id\":\"19\"}'),('4061','product','32','lingerie/teddies-bodysuits/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/21',0,1,NULL,1,'{\"category_id\":\"21\"}'),('4062','product','32','panties/cheekies-cheekinis/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/23',0,1,NULL,1,'{\"category_id\":\"23\"}'),('4063','product','32','panties/shorties-boyshorts/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/25',0,1,NULL,1,'{\"category_id\":\"25\"}'),('4064','product','32','panties/bikinis/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/26',0,1,NULL,1,'{\"category_id\":\"26\"}'),('4065','product','32','bras-bralettes/unlined/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/29',0,1,NULL,1,'{\"category_id\":\"29\"}'),('4066','product','32','bras-bralettes/perfect-coverage/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/30',0,1,NULL,1,'{\"category_id\":\"30\"}'),('4067','product','32','bras-bralettes/sports-bras/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/32',0,1,NULL,1,'{\"category_id\":\"32\"}'),('4068','product','32','h.html','undiz-equiliz-bustier-longline-bra.html',301,1,NULL,0,'[]'),('4069','product','32','bras-bralettes/h.html','bras-bralettes/undiz-equiliz-bustier-longline-bra.html',301,1,NULL,0,'{\"category_id\":\"3\"}'),('4070','product','32','panties/h.html','panties/undiz-equiliz-bustier-longline-bra.html',301,1,NULL,0,'{\"category_id\":\"4\"}'),('4071','product','32','lingerie/h.html','lingerie/undiz-equiliz-bustier-longline-bra.html',301,1,NULL,0,'{\"category_id\":\"5\"}'),('4072','product','32','sleep/h.html','sleep/undiz-equiliz-bustier-longline-bra.html',301,1,NULL,0,'{\"category_id\":\"6\"}'),('4073','product','32','beauty/h.html','beauty/undiz-equiliz-bustier-longline-bra.html',301,1,NULL,0,'{\"category_id\":\"7\"}'),('4074','product','32','sale-specials/h.html','sale-specials/undiz-equiliz-bustier-longline-bra.html',301,1,NULL,0,'{\"category_id\":\"11\"}'),('4075','product','32','beauty/fragrance/h.html','beauty/fragrance/undiz-equiliz-bustier-longline-bra.html',301,1,NULL,0,'{\"category_id\":\"8\"}'),('4076','product','32','beauty/body-care/h.html','beauty/body-care/undiz-equiliz-bustier-longline-bra.html',301,1,NULL,0,'{\"category_id\":\"10\"}'),('4077','product','32','sale-specials/bras-panties/h.html','sale-specials/bras-panties/undiz-equiliz-bustier-longline-bra.html',301,1,NULL,0,'{\"category_id\":\"12\"}'),('4078','product','32','sale-specials/sleep/h.html','sale-specials/sleep/undiz-equiliz-bustier-longline-bra.html',301,1,NULL,0,'{\"category_id\":\"13\"}'),('4079','product','32','sale-specials/beauty-accessories/h.html','sale-specials/beauty-accessories/undiz-equiliz-bustier-longline-bra.html',301,1,NULL,0,'{\"category_id\":\"14\"}'),('4080','product','32','sleep/sleepshirts/h.html','sleep/sleepshirts/undiz-equiliz-bustier-longline-bra.html',301,1,NULL,0,'{\"category_id\":\"16\"}'),('4081','product','32','sleep/shorts/h.html','sleep/shorts/undiz-equiliz-bustier-longline-bra.html',301,1,NULL,0,'{\"category_id\":\"18\"}'),('4082','product','32','sleep/loungewear/h.html','sleep/loungewear/undiz-equiliz-bustier-longline-bra.html',301,1,NULL,0,'{\"category_id\":\"19\"}'),('4083','product','32','lingerie/teddies-bodysuits/h.html','lingerie/teddies-bodysuits/undiz-equiliz-bustier-longline-bra.html',301,1,NULL,0,'{\"category_id\":\"21\"}'),('4084','product','32','panties/cheekies-cheekinis/h.html','panties/cheekies-cheekinis/undiz-equiliz-bustier-longline-bra.html',301,1,NULL,0,'{\"category_id\":\"23\"}'),('4085','product','32','panties/shorties-boyshorts/h.html','panties/shorties-boyshorts/undiz-equiliz-bustier-longline-bra.html',301,1,NULL,0,'{\"category_id\":\"25\"}'),('4086','product','32','panties/bikinis/h.html','panties/bikinis/undiz-equiliz-bustier-longline-bra.html',301,1,NULL,0,'{\"category_id\":\"26\"}'),('4087','product','32','bras-bralettes/unlined/h.html','bras-bralettes/unlined/undiz-equiliz-bustier-longline-bra.html',301,1,NULL,0,'{\"category_id\":\"29\"}'),('4088','product','32','bras-bralettes/perfect-coverage/h.html','bras-bralettes/perfect-coverage/undiz-equiliz-bustier-longline-bra.html',301,1,NULL,0,'{\"category_id\":\"30\"}'),('4089','product','32','bras-bralettes/sports-bras/h.html','bras-bralettes/sports-bras/undiz-equiliz-bustier-longline-bra.html',301,1,NULL,0,'{\"category_id\":\"32\"}'),('4090','product','32','undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32',0,2,NULL,1,NULL),('4091','product','32','bras-bralettes/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/3',0,2,NULL,1,'{\"category_id\":\"3\"}'),('4092','product','32','panties/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/4',0,2,NULL,1,'{\"category_id\":\"4\"}'),('4093','product','32','lingerie/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/5',0,2,NULL,1,'{\"category_id\":\"5\"}'),('4094','product','32','sleep/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/6',0,2,NULL,1,'{\"category_id\":\"6\"}'),('4095','product','32','beauty/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/7',0,2,NULL,1,'{\"category_id\":\"7\"}'),('4096','product','32','sale-specials/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/11',0,2,NULL,1,'{\"category_id\":\"11\"}'),('4097','product','32','beauty/fragrance/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/8',0,2,NULL,1,'{\"category_id\":\"8\"}'),('4098','product','32','beauty/body-care/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/10',0,2,NULL,1,'{\"category_id\":\"10\"}'),('4099','product','32','sale-specials/bras-panties/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/12',0,2,NULL,1,'{\"category_id\":\"12\"}'),('4100','product','32','sale-specials/sleep/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/13',0,2,NULL,1,'{\"category_id\":\"13\"}'),('4101','product','32','sale-specials/beauty-accessories/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/14',0,2,NULL,1,'{\"category_id\":\"14\"}'),('4102','product','32','sleep/sleepshirts/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/16',0,2,NULL,1,'{\"category_id\":\"16\"}'),('4103','product','32','sleep/shorts/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/18',0,2,NULL,1,'{\"category_id\":\"18\"}'),('4104','product','32','sleep/loungewear/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/19',0,2,NULL,1,'{\"category_id\":\"19\"}'),('4105','product','32','lingerie/teddies-bodysuits/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/21',0,2,NULL,1,'{\"category_id\":\"21\"}'),('4106','product','32','panties/cheekies-cheekinis/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/23',0,2,NULL,1,'{\"category_id\":\"23\"}'),('4107','product','32','panties/shorties-boyshorts/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/25',0,2,NULL,1,'{\"category_id\":\"25\"}');
INSERT INTO `url_rewrite` VALUES ('4108','product','32','panties/bikinis/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/26',0,2,NULL,1,'{\"category_id\":\"26\"}'),('4109','product','32','bras-bralettes/unlined/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/29',0,2,NULL,1,'{\"category_id\":\"29\"}'),('4110','product','32','bras-bralettes/perfect-coverage/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/30',0,2,NULL,1,'{\"category_id\":\"30\"}'),('4111','product','32','bras-bralettes/sports-bras/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/32',0,2,NULL,1,'{\"category_id\":\"32\"}'),('4112','product','32','h.html','undiz-equiliz-bustier-longline-bra.html',301,2,NULL,0,'[]'),('4113','product','32','bras-bralettes/h.html','bras-bralettes/undiz-equiliz-bustier-longline-bra.html',301,2,NULL,0,'{\"category_id\":\"3\"}'),('4114','product','32','panties/h.html','panties/undiz-equiliz-bustier-longline-bra.html',301,2,NULL,0,'{\"category_id\":\"4\"}'),('4115','product','32','lingerie/h.html','lingerie/undiz-equiliz-bustier-longline-bra.html',301,2,NULL,0,'{\"category_id\":\"5\"}'),('4116','product','32','sleep/h.html','sleep/undiz-equiliz-bustier-longline-bra.html',301,2,NULL,0,'{\"category_id\":\"6\"}'),('4117','product','32','beauty/h.html','beauty/undiz-equiliz-bustier-longline-bra.html',301,2,NULL,0,'{\"category_id\":\"7\"}'),('4118','product','32','sale-specials/h.html','sale-specials/undiz-equiliz-bustier-longline-bra.html',301,2,NULL,0,'{\"category_id\":\"11\"}'),('4119','product','32','beauty/fragrance/h.html','beauty/fragrance/undiz-equiliz-bustier-longline-bra.html',301,2,NULL,0,'{\"category_id\":\"8\"}'),('4120','product','32','beauty/body-care/h.html','beauty/body-care/undiz-equiliz-bustier-longline-bra.html',301,2,NULL,0,'{\"category_id\":\"10\"}'),('4121','product','32','sale-specials/bras-panties/h.html','sale-specials/bras-panties/undiz-equiliz-bustier-longline-bra.html',301,2,NULL,0,'{\"category_id\":\"12\"}'),('4122','product','32','sale-specials/sleep/h.html','sale-specials/sleep/undiz-equiliz-bustier-longline-bra.html',301,2,NULL,0,'{\"category_id\":\"13\"}'),('4123','product','32','sale-specials/beauty-accessories/h.html','sale-specials/beauty-accessories/undiz-equiliz-bustier-longline-bra.html',301,2,NULL,0,'{\"category_id\":\"14\"}'),('4124','product','32','sleep/sleepshirts/h.html','sleep/sleepshirts/undiz-equiliz-bustier-longline-bra.html',301,2,NULL,0,'{\"category_id\":\"16\"}'),('4125','product','32','sleep/shorts/h.html','sleep/shorts/undiz-equiliz-bustier-longline-bra.html',301,2,NULL,0,'{\"category_id\":\"18\"}'),('4126','product','32','sleep/loungewear/h.html','sleep/loungewear/undiz-equiliz-bustier-longline-bra.html',301,2,NULL,0,'{\"category_id\":\"19\"}'),('4127','product','32','lingerie/teddies-bodysuits/h.html','lingerie/teddies-bodysuits/undiz-equiliz-bustier-longline-bra.html',301,2,NULL,0,'{\"category_id\":\"21\"}'),('4128','product','32','panties/cheekies-cheekinis/h.html','panties/cheekies-cheekinis/undiz-equiliz-bustier-longline-bra.html',301,2,NULL,0,'{\"category_id\":\"23\"}'),('4129','product','32','panties/shorties-boyshorts/h.html','panties/shorties-boyshorts/undiz-equiliz-bustier-longline-bra.html',301,2,NULL,0,'{\"category_id\":\"25\"}'),('4130','product','32','panties/bikinis/h.html','panties/bikinis/undiz-equiliz-bustier-longline-bra.html',301,2,NULL,0,'{\"category_id\":\"26\"}'),('4131','product','32','bras-bralettes/unlined/h.html','bras-bralettes/unlined/undiz-equiliz-bustier-longline-bra.html',301,2,NULL,0,'{\"category_id\":\"29\"}'),('4132','product','32','bras-bralettes/perfect-coverage/h.html','bras-bralettes/perfect-coverage/undiz-equiliz-bustier-longline-bra.html',301,2,NULL,0,'{\"category_id\":\"30\"}'),('4133','product','32','bras-bralettes/sports-bras/h.html','bras-bralettes/sports-bras/undiz-equiliz-bustier-longline-bra.html',301,2,NULL,0,'{\"category_id\":\"32\"}'),('4134','product','32','undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32',0,3,NULL,1,NULL),('4135','product','32','bras-bralettes/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/3',0,3,NULL,1,'{\"category_id\":\"3\"}'),('4136','product','32','panties/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/4',0,3,NULL,1,'{\"category_id\":\"4\"}'),('4137','product','32','lingerie/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/5',0,3,NULL,1,'{\"category_id\":\"5\"}'),('4138','product','32','sleep/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/6',0,3,NULL,1,'{\"category_id\":\"6\"}'),('4139','product','32','beauty/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/7',0,3,NULL,1,'{\"category_id\":\"7\"}'),('4140','product','32','sale-specials/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/11',0,3,NULL,1,'{\"category_id\":\"11\"}'),('4141','product','32','beauty/fragrance/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/8',0,3,NULL,1,'{\"category_id\":\"8\"}'),('4142','product','32','beauty/body-care/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/10',0,3,NULL,1,'{\"category_id\":\"10\"}'),('4143','product','32','sale-specials/bras-panties/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/12',0,3,NULL,1,'{\"category_id\":\"12\"}'),('4144','product','32','sale-specials/sleep/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/13',0,3,NULL,1,'{\"category_id\":\"13\"}'),('4145','product','32','sale-specials/beauty-accessories/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/14',0,3,NULL,1,'{\"category_id\":\"14\"}'),('4146','product','32','sleep/sleepshirts/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/16',0,3,NULL,1,'{\"category_id\":\"16\"}'),('4147','product','32','sleep/shorts/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/18',0,3,NULL,1,'{\"category_id\":\"18\"}'),('4148','product','32','sleep/loungewear/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/19',0,3,NULL,1,'{\"category_id\":\"19\"}'),('4149','product','32','lingerie/teddies-bodysuits/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/21',0,3,NULL,1,'{\"category_id\":\"21\"}'),('4150','product','32','panties/cheekies-cheekinis/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/23',0,3,NULL,1,'{\"category_id\":\"23\"}'),('4151','product','32','panties/shorties-boyshorts/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/25',0,3,NULL,1,'{\"category_id\":\"25\"}'),('4152','product','32','panties/bikinis/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/26',0,3,NULL,1,'{\"category_id\":\"26\"}'),('4153','product','32','bras-bralettes/unlined/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/29',0,3,NULL,1,'{\"category_id\":\"29\"}'),('4154','product','32','bras-bralettes/perfect-coverage/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/30',0,3,NULL,1,'{\"category_id\":\"30\"}'),('4155','product','32','bras-bralettes/sports-bras/undiz-equiliz-bustier-longline-bra.html','catalog/product/view/id/32/category/32',0,3,NULL,1,'{\"category_id\":\"32\"}'),('4156','product','32','h.html','undiz-equiliz-bustier-longline-bra.html',301,3,NULL,0,'[]'),('4157','product','32','bras-bralettes/h.html','bras-bralettes/undiz-equiliz-bustier-longline-bra.html',301,3,NULL,0,'{\"category_id\":\"3\"}'),('4158','product','32','panties/h.html','panties/undiz-equiliz-bustier-longline-bra.html',301,3,NULL,0,'{\"category_id\":\"4\"}'),('4159','product','32','lingerie/h.html','lingerie/undiz-equiliz-bustier-longline-bra.html',301,3,NULL,0,'{\"category_id\":\"5\"}'),('4160','product','32','sleep/h.html','sleep/undiz-equiliz-bustier-longline-bra.html',301,3,NULL,0,'{\"category_id\":\"6\"}'),('4161','product','32','beauty/h.html','beauty/undiz-equiliz-bustier-longline-bra.html',301,3,NULL,0,'{\"category_id\":\"7\"}'),('4162','product','32','sale-specials/h.html','sale-specials/undiz-equiliz-bustier-longline-bra.html',301,3,NULL,0,'{\"category_id\":\"11\"}'),('4163','product','32','beauty/fragrance/h.html','beauty/fragrance/undiz-equiliz-bustier-longline-bra.html',301,3,NULL,0,'{\"category_id\":\"8\"}'),('4164','product','32','beauty/body-care/h.html','beauty/body-care/undiz-equiliz-bustier-longline-bra.html',301,3,NULL,0,'{\"category_id\":\"10\"}'),('4165','product','32','sale-specials/bras-panties/h.html','sale-specials/bras-panties/undiz-equiliz-bustier-longline-bra.html',301,3,NULL,0,'{\"category_id\":\"12\"}'),('4166','product','32','sale-specials/sleep/h.html','sale-specials/sleep/undiz-equiliz-bustier-longline-bra.html',301,3,NULL,0,'{\"category_id\":\"13\"}'),('4167','product','32','sale-specials/beauty-accessories/h.html','sale-specials/beauty-accessories/undiz-equiliz-bustier-longline-bra.html',301,3,NULL,0,'{\"category_id\":\"14\"}'),('4168','product','32','sleep/sleepshirts/h.html','sleep/sleepshirts/undiz-equiliz-bustier-longline-bra.html',301,3,NULL,0,'{\"category_id\":\"16\"}'),('4169','product','32','sleep/shorts/h.html','sleep/shorts/undiz-equiliz-bustier-longline-bra.html',301,3,NULL,0,'{\"category_id\":\"18\"}'),('4170','product','32','sleep/loungewear/h.html','sleep/loungewear/undiz-equiliz-bustier-longline-bra.html',301,3,NULL,0,'{\"category_id\":\"19\"}'),('4171','product','32','lingerie/teddies-bodysuits/h.html','lingerie/teddies-bodysuits/undiz-equiliz-bustier-longline-bra.html',301,3,NULL,0,'{\"category_id\":\"21\"}'),('4172','product','32','panties/cheekies-cheekinis/h.html','panties/cheekies-cheekinis/undiz-equiliz-bustier-longline-bra.html',301,3,NULL,0,'{\"category_id\":\"23\"}'),('4173','product','32','panties/shorties-boyshorts/h.html','panties/shorties-boyshorts/undiz-equiliz-bustier-longline-bra.html',301,3,NULL,0,'{\"category_id\":\"25\"}'),('4174','product','32','panties/bikinis/h.html','panties/bikinis/undiz-equiliz-bustier-longline-bra.html',301,3,NULL,0,'{\"category_id\":\"26\"}'),('4175','product','32','bras-bralettes/unlined/h.html','bras-bralettes/unlined/undiz-equiliz-bustier-longline-bra.html',301,3,NULL,0,'{\"category_id\":\"29\"}'),('4176','product','32','bras-bralettes/perfect-coverage/h.html','bras-bralettes/perfect-coverage/undiz-equiliz-bustier-longline-bra.html',301,3,NULL,0,'{\"category_id\":\"30\"}'),('4177','product','32','bras-bralettes/sports-bras/h.html','bras-bralettes/sports-bras/undiz-equiliz-bustier-longline-bra.html',301,3,NULL,0,'{\"category_id\":\"32\"}'),('4178','product','33','undiz-royaltiz-gel-bra.html','catalog/product/view/id/33',0,1,NULL,1,NULL),('4179','product','33','bras-bralettes/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),('4180','product','33','panties/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/4',0,1,NULL,1,'{\"category_id\":\"4\"}'),('4181','product','33','lingerie/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),('4182','product','33','sleep/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/6',0,1,NULL,1,'{\"category_id\":\"6\"}'),('4183','product','33','beauty/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/7',0,1,NULL,1,'{\"category_id\":\"7\"}'),('4184','product','33','sale-specials/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/11',0,1,NULL,1,'{\"category_id\":\"11\"}'),('4185','product','33','beauty/fragrance/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/8',0,1,NULL,1,'{\"category_id\":\"8\"}'),('4186','product','33','beauty/body-care/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/10',0,1,NULL,1,'{\"category_id\":\"10\"}'),('4187','product','33','sale-specials/bras-panties/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/12',0,1,NULL,1,'{\"category_id\":\"12\"}'),('4188','product','33','sale-specials/sleep/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/13',0,1,NULL,1,'{\"category_id\":\"13\"}'),('4189','product','33','sale-specials/beauty-accessories/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/14',0,1,NULL,1,'{\"category_id\":\"14\"}'),('4190','product','33','sleep/sleepshirts/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/16',0,1,NULL,1,'{\"category_id\":\"16\"}'),('4191','product','33','sleep/shorts/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/18',0,1,NULL,1,'{\"category_id\":\"18\"}'),('4192','product','33','sleep/loungewear/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/19',0,1,NULL,1,'{\"category_id\":\"19\"}'),('4193','product','33','lingerie/teddies-bodysuits/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/21',0,1,NULL,1,'{\"category_id\":\"21\"}'),('4194','product','33','panties/cheekies-cheekinis/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/23',0,1,NULL,1,'{\"category_id\":\"23\"}'),('4195','product','33','panties/shorties-boyshorts/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/25',0,1,NULL,1,'{\"category_id\":\"25\"}'),('4196','product','33','panties/bikinis/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/26',0,1,NULL,1,'{\"category_id\":\"26\"}'),('4197','product','33','bras-bralettes/unlined/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/29',0,1,NULL,1,'{\"category_id\":\"29\"}'),('4198','product','33','bras-bralettes/perfect-coverage/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/30',0,1,NULL,1,'{\"category_id\":\"30\"}'),('4199','product','33','bras-bralettes/sports-bras/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/32',0,1,NULL,1,'{\"category_id\":\"32\"}'),('4200','product','33','h-1.html','undiz-royaltiz-gel-bra.html',301,1,NULL,0,'[]'),('4201','product','33','bras-bralettes/h-1.html','bras-bralettes/undiz-royaltiz-gel-bra.html',301,1,NULL,0,'{\"category_id\":\"3\"}'),('4202','product','33','panties/h-1.html','panties/undiz-royaltiz-gel-bra.html',301,1,NULL,0,'{\"category_id\":\"4\"}'),('4203','product','33','lingerie/h-1.html','lingerie/undiz-royaltiz-gel-bra.html',301,1,NULL,0,'{\"category_id\":\"5\"}'),('4204','product','33','sleep/h-1.html','sleep/undiz-royaltiz-gel-bra.html',301,1,NULL,0,'{\"category_id\":\"6\"}'),('4205','product','33','beauty/h-1.html','beauty/undiz-royaltiz-gel-bra.html',301,1,NULL,0,'{\"category_id\":\"7\"}'),('4206','product','33','sale-specials/h-1.html','sale-specials/undiz-royaltiz-gel-bra.html',301,1,NULL,0,'{\"category_id\":\"11\"}'),('4207','product','33','beauty/fragrance/h-1.html','beauty/fragrance/undiz-royaltiz-gel-bra.html',301,1,NULL,0,'{\"category_id\":\"8\"}'),('4208','product','33','beauty/body-care/h-1.html','beauty/body-care/undiz-royaltiz-gel-bra.html',301,1,NULL,0,'{\"category_id\":\"10\"}'),('4209','product','33','sale-specials/bras-panties/h-1.html','sale-specials/bras-panties/undiz-royaltiz-gel-bra.html',301,1,NULL,0,'{\"category_id\":\"12\"}'),('4210','product','33','sale-specials/sleep/h-1.html','sale-specials/sleep/undiz-royaltiz-gel-bra.html',301,1,NULL,0,'{\"category_id\":\"13\"}'),('4211','product','33','sale-specials/beauty-accessories/h-1.html','sale-specials/beauty-accessories/undiz-royaltiz-gel-bra.html',301,1,NULL,0,'{\"category_id\":\"14\"}'),('4212','product','33','sleep/sleepshirts/h-1.html','sleep/sleepshirts/undiz-royaltiz-gel-bra.html',301,1,NULL,0,'{\"category_id\":\"16\"}'),('4213','product','33','sleep/shorts/h-1.html','sleep/shorts/undiz-royaltiz-gel-bra.html',301,1,NULL,0,'{\"category_id\":\"18\"}'),('4214','product','33','sleep/loungewear/h-1.html','sleep/loungewear/undiz-royaltiz-gel-bra.html',301,1,NULL,0,'{\"category_id\":\"19\"}'),('4215','product','33','lingerie/teddies-bodysuits/h-1.html','lingerie/teddies-bodysuits/undiz-royaltiz-gel-bra.html',301,1,NULL,0,'{\"category_id\":\"21\"}'),('4216','product','33','panties/cheekies-cheekinis/h-1.html','panties/cheekies-cheekinis/undiz-royaltiz-gel-bra.html',301,1,NULL,0,'{\"category_id\":\"23\"}'),('4217','product','33','panties/shorties-boyshorts/h-1.html','panties/shorties-boyshorts/undiz-royaltiz-gel-bra.html',301,1,NULL,0,'{\"category_id\":\"25\"}'),('4218','product','33','panties/bikinis/h-1.html','panties/bikinis/undiz-royaltiz-gel-bra.html',301,1,NULL,0,'{\"category_id\":\"26\"}'),('4219','product','33','bras-bralettes/unlined/h-1.html','bras-bralettes/unlined/undiz-royaltiz-gel-bra.html',301,1,NULL,0,'{\"category_id\":\"29\"}'),('4220','product','33','bras-bralettes/perfect-coverage/h-1.html','bras-bralettes/perfect-coverage/undiz-royaltiz-gel-bra.html',301,1,NULL,0,'{\"category_id\":\"30\"}'),('4221','product','33','bras-bralettes/sports-bras/h-1.html','bras-bralettes/sports-bras/undiz-royaltiz-gel-bra.html',301,1,NULL,0,'{\"category_id\":\"32\"}'),('4222','product','33','undiz-royaltiz-gel-bra.html','catalog/product/view/id/33',0,2,NULL,1,NULL),('4223','product','33','bras-bralettes/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/3',0,2,NULL,1,'{\"category_id\":\"3\"}'),('4224','product','33','panties/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/4',0,2,NULL,1,'{\"category_id\":\"4\"}'),('4225','product','33','lingerie/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/5',0,2,NULL,1,'{\"category_id\":\"5\"}'),('4226','product','33','sleep/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/6',0,2,NULL,1,'{\"category_id\":\"6\"}'),('4227','product','33','beauty/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/7',0,2,NULL,1,'{\"category_id\":\"7\"}'),('4228','product','33','sale-specials/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/11',0,2,NULL,1,'{\"category_id\":\"11\"}'),('4229','product','33','beauty/fragrance/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/8',0,2,NULL,1,'{\"category_id\":\"8\"}'),('4230','product','33','beauty/body-care/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/10',0,2,NULL,1,'{\"category_id\":\"10\"}'),('4231','product','33','sale-specials/bras-panties/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/12',0,2,NULL,1,'{\"category_id\":\"12\"}'),('4232','product','33','sale-specials/sleep/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/13',0,2,NULL,1,'{\"category_id\":\"13\"}'),('4233','product','33','sale-specials/beauty-accessories/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/14',0,2,NULL,1,'{\"category_id\":\"14\"}'),('4234','product','33','sleep/sleepshirts/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/16',0,2,NULL,1,'{\"category_id\":\"16\"}'),('4235','product','33','sleep/shorts/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/18',0,2,NULL,1,'{\"category_id\":\"18\"}'),('4236','product','33','sleep/loungewear/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/19',0,2,NULL,1,'{\"category_id\":\"19\"}'),('4237','product','33','lingerie/teddies-bodysuits/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/21',0,2,NULL,1,'{\"category_id\":\"21\"}'),('4238','product','33','panties/cheekies-cheekinis/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/23',0,2,NULL,1,'{\"category_id\":\"23\"}'),('4239','product','33','panties/shorties-boyshorts/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/25',0,2,NULL,1,'{\"category_id\":\"25\"}'),('4240','product','33','panties/bikinis/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/26',0,2,NULL,1,'{\"category_id\":\"26\"}'),('4241','product','33','bras-bralettes/unlined/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/29',0,2,NULL,1,'{\"category_id\":\"29\"}'),('4242','product','33','bras-bralettes/perfect-coverage/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/30',0,2,NULL,1,'{\"category_id\":\"30\"}'),('4243','product','33','bras-bralettes/sports-bras/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/32',0,2,NULL,1,'{\"category_id\":\"32\"}'),('4244','product','33','h-1.html','undiz-royaltiz-gel-bra.html',301,2,NULL,0,'[]'),('4245','product','33','bras-bralettes/h-1.html','bras-bralettes/undiz-royaltiz-gel-bra.html',301,2,NULL,0,'{\"category_id\":\"3\"}'),('4246','product','33','panties/h-1.html','panties/undiz-royaltiz-gel-bra.html',301,2,NULL,0,'{\"category_id\":\"4\"}'),('4247','product','33','lingerie/h-1.html','lingerie/undiz-royaltiz-gel-bra.html',301,2,NULL,0,'{\"category_id\":\"5\"}'),('4248','product','33','sleep/h-1.html','sleep/undiz-royaltiz-gel-bra.html',301,2,NULL,0,'{\"category_id\":\"6\"}'),('4249','product','33','beauty/h-1.html','beauty/undiz-royaltiz-gel-bra.html',301,2,NULL,0,'{\"category_id\":\"7\"}'),('4250','product','33','sale-specials/h-1.html','sale-specials/undiz-royaltiz-gel-bra.html',301,2,NULL,0,'{\"category_id\":\"11\"}'),('4251','product','33','beauty/fragrance/h-1.html','beauty/fragrance/undiz-royaltiz-gel-bra.html',301,2,NULL,0,'{\"category_id\":\"8\"}'),('4252','product','33','beauty/body-care/h-1.html','beauty/body-care/undiz-royaltiz-gel-bra.html',301,2,NULL,0,'{\"category_id\":\"10\"}'),('4253','product','33','sale-specials/bras-panties/h-1.html','sale-specials/bras-panties/undiz-royaltiz-gel-bra.html',301,2,NULL,0,'{\"category_id\":\"12\"}'),('4254','product','33','sale-specials/sleep/h-1.html','sale-specials/sleep/undiz-royaltiz-gel-bra.html',301,2,NULL,0,'{\"category_id\":\"13\"}'),('4255','product','33','sale-specials/beauty-accessories/h-1.html','sale-specials/beauty-accessories/undiz-royaltiz-gel-bra.html',301,2,NULL,0,'{\"category_id\":\"14\"}'),('4256','product','33','sleep/sleepshirts/h-1.html','sleep/sleepshirts/undiz-royaltiz-gel-bra.html',301,2,NULL,0,'{\"category_id\":\"16\"}'),('4257','product','33','sleep/shorts/h-1.html','sleep/shorts/undiz-royaltiz-gel-bra.html',301,2,NULL,0,'{\"category_id\":\"18\"}'),('4258','product','33','sleep/loungewear/h-1.html','sleep/loungewear/undiz-royaltiz-gel-bra.html',301,2,NULL,0,'{\"category_id\":\"19\"}'),('4259','product','33','lingerie/teddies-bodysuits/h-1.html','lingerie/teddies-bodysuits/undiz-royaltiz-gel-bra.html',301,2,NULL,0,'{\"category_id\":\"21\"}'),('4260','product','33','panties/cheekies-cheekinis/h-1.html','panties/cheekies-cheekinis/undiz-royaltiz-gel-bra.html',301,2,NULL,0,'{\"category_id\":\"23\"}'),('4261','product','33','panties/shorties-boyshorts/h-1.html','panties/shorties-boyshorts/undiz-royaltiz-gel-bra.html',301,2,NULL,0,'{\"category_id\":\"25\"}'),('4262','product','33','panties/bikinis/h-1.html','panties/bikinis/undiz-royaltiz-gel-bra.html',301,2,NULL,0,'{\"category_id\":\"26\"}'),('4263','product','33','bras-bralettes/unlined/h-1.html','bras-bralettes/unlined/undiz-royaltiz-gel-bra.html',301,2,NULL,0,'{\"category_id\":\"29\"}'),('4264','product','33','bras-bralettes/perfect-coverage/h-1.html','bras-bralettes/perfect-coverage/undiz-royaltiz-gel-bra.html',301,2,NULL,0,'{\"category_id\":\"30\"}'),('4265','product','33','bras-bralettes/sports-bras/h-1.html','bras-bralettes/sports-bras/undiz-royaltiz-gel-bra.html',301,2,NULL,0,'{\"category_id\":\"32\"}'),('4266','product','33','undiz-royaltiz-gel-bra.html','catalog/product/view/id/33',0,3,NULL,1,NULL),('4267','product','33','bras-bralettes/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/3',0,3,NULL,1,'{\"category_id\":\"3\"}'),('4268','product','33','panties/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/4',0,3,NULL,1,'{\"category_id\":\"4\"}'),('4269','product','33','lingerie/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/5',0,3,NULL,1,'{\"category_id\":\"5\"}'),('4270','product','33','sleep/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/6',0,3,NULL,1,'{\"category_id\":\"6\"}'),('4271','product','33','beauty/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/7',0,3,NULL,1,'{\"category_id\":\"7\"}'),('4272','product','33','sale-specials/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/11',0,3,NULL,1,'{\"category_id\":\"11\"}'),('4273','product','33','beauty/fragrance/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/8',0,3,NULL,1,'{\"category_id\":\"8\"}'),('4274','product','33','beauty/body-care/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/10',0,3,NULL,1,'{\"category_id\":\"10\"}'),('4275','product','33','sale-specials/bras-panties/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/12',0,3,NULL,1,'{\"category_id\":\"12\"}'),('4276','product','33','sale-specials/sleep/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/13',0,3,NULL,1,'{\"category_id\":\"13\"}'),('4277','product','33','sale-specials/beauty-accessories/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/14',0,3,NULL,1,'{\"category_id\":\"14\"}'),('4278','product','33','sleep/sleepshirts/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/16',0,3,NULL,1,'{\"category_id\":\"16\"}'),('4279','product','33','sleep/shorts/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/18',0,3,NULL,1,'{\"category_id\":\"18\"}'),('4280','product','33','sleep/loungewear/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/19',0,3,NULL,1,'{\"category_id\":\"19\"}'),('4281','product','33','lingerie/teddies-bodysuits/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/21',0,3,NULL,1,'{\"category_id\":\"21\"}'),('4282','product','33','panties/cheekies-cheekinis/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/23',0,3,NULL,1,'{\"category_id\":\"23\"}'),('4283','product','33','panties/shorties-boyshorts/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/25',0,3,NULL,1,'{\"category_id\":\"25\"}'),('4284','product','33','panties/bikinis/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/26',0,3,NULL,1,'{\"category_id\":\"26\"}'),('4285','product','33','bras-bralettes/unlined/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/29',0,3,NULL,1,'{\"category_id\":\"29\"}'),('4286','product','33','bras-bralettes/perfect-coverage/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/30',0,3,NULL,1,'{\"category_id\":\"30\"}'),('4287','product','33','bras-bralettes/sports-bras/undiz-royaltiz-gel-bra.html','catalog/product/view/id/33/category/32',0,3,NULL,1,'{\"category_id\":\"32\"}'),('4288','product','33','h-1.html','undiz-royaltiz-gel-bra.html',301,3,NULL,0,'[]'),('4289','product','33','bras-bralettes/h-1.html','bras-bralettes/undiz-royaltiz-gel-bra.html',301,3,NULL,0,'{\"category_id\":\"3\"}'),('4290','product','33','panties/h-1.html','panties/undiz-royaltiz-gel-bra.html',301,3,NULL,0,'{\"category_id\":\"4\"}'),('4291','product','33','lingerie/h-1.html','lingerie/undiz-royaltiz-gel-bra.html',301,3,NULL,0,'{\"category_id\":\"5\"}'),('4292','product','33','sleep/h-1.html','sleep/undiz-royaltiz-gel-bra.html',301,3,NULL,0,'{\"category_id\":\"6\"}'),('4293','product','33','beauty/h-1.html','beauty/undiz-royaltiz-gel-bra.html',301,3,NULL,0,'{\"category_id\":\"7\"}'),('4294','product','33','sale-specials/h-1.html','sale-specials/undiz-royaltiz-gel-bra.html',301,3,NULL,0,'{\"category_id\":\"11\"}'),('4295','product','33','beauty/fragrance/h-1.html','beauty/fragrance/undiz-royaltiz-gel-bra.html',301,3,NULL,0,'{\"category_id\":\"8\"}'),('4296','product','33','beauty/body-care/h-1.html','beauty/body-care/undiz-royaltiz-gel-bra.html',301,3,NULL,0,'{\"category_id\":\"10\"}'),('4297','product','33','sale-specials/bras-panties/h-1.html','sale-specials/bras-panties/undiz-royaltiz-gel-bra.html',301,3,NULL,0,'{\"category_id\":\"12\"}'),('4298','product','33','sale-specials/sleep/h-1.html','sale-specials/sleep/undiz-royaltiz-gel-bra.html',301,3,NULL,0,'{\"category_id\":\"13\"}'),('4299','product','33','sale-specials/beauty-accessories/h-1.html','sale-specials/beauty-accessories/undiz-royaltiz-gel-bra.html',301,3,NULL,0,'{\"category_id\":\"14\"}'),('4300','product','33','sleep/sleepshirts/h-1.html','sleep/sleepshirts/undiz-royaltiz-gel-bra.html',301,3,NULL,0,'{\"category_id\":\"16\"}'),('4301','product','33','sleep/shorts/h-1.html','sleep/shorts/undiz-royaltiz-gel-bra.html',301,3,NULL,0,'{\"category_id\":\"18\"}'),('4302','product','33','sleep/loungewear/h-1.html','sleep/loungewear/undiz-royaltiz-gel-bra.html',301,3,NULL,0,'{\"category_id\":\"19\"}'),('4303','product','33','lingerie/teddies-bodysuits/h-1.html','lingerie/teddies-bodysuits/undiz-royaltiz-gel-bra.html',301,3,NULL,0,'{\"category_id\":\"21\"}'),('4304','product','33','panties/cheekies-cheekinis/h-1.html','panties/cheekies-cheekinis/undiz-royaltiz-gel-bra.html',301,3,NULL,0,'{\"category_id\":\"23\"}'),('4305','product','33','panties/shorties-boyshorts/h-1.html','panties/shorties-boyshorts/undiz-royaltiz-gel-bra.html',301,3,NULL,0,'{\"category_id\":\"25\"}'),('4306','product','33','panties/bikinis/h-1.html','panties/bikinis/undiz-royaltiz-gel-bra.html',301,3,NULL,0,'{\"category_id\":\"26\"}'),('4307','product','33','bras-bralettes/unlined/h-1.html','bras-bralettes/unlined/undiz-royaltiz-gel-bra.html',301,3,NULL,0,'{\"category_id\":\"29\"}'),('4308','product','33','bras-bralettes/perfect-coverage/h-1.html','bras-bralettes/perfect-coverage/undiz-royaltiz-gel-bra.html',301,3,NULL,0,'{\"category_id\":\"30\"}'),('4309','product','33','bras-bralettes/sports-bras/h-1.html','bras-bralettes/sports-bras/undiz-royaltiz-gel-bra.html',301,3,NULL,0,'{\"category_id\":\"32\"}'),('4310','product','34','undiz-teamminiz-short.html','catalog/product/view/id/34',0,1,NULL,1,NULL),('4311','product','34','bras-bralettes/undiz-teamminiz-short.html','catalog/product/view/id/34/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),('4312','product','34','panties/undiz-teamminiz-short.html','catalog/product/view/id/34/category/4',0,1,NULL,1,'{\"category_id\":\"4\"}'),('4313','product','34','lingerie/undiz-teamminiz-short.html','catalog/product/view/id/34/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),('4314','product','34','sleep/undiz-teamminiz-short.html','catalog/product/view/id/34/category/6',0,1,NULL,1,'{\"category_id\":\"6\"}'),('4315','product','34','beauty/undiz-teamminiz-short.html','catalog/product/view/id/34/category/7',0,1,NULL,1,'{\"category_id\":\"7\"}'),('4316','product','34','sale-specials/undiz-teamminiz-short.html','catalog/product/view/id/34/category/11',0,1,NULL,1,'{\"category_id\":\"11\"}'),('4317','product','34','beauty/fragrance/undiz-teamminiz-short.html','catalog/product/view/id/34/category/8',0,1,NULL,1,'{\"category_id\":\"8\"}'),('4318','product','34','beauty/body-care/undiz-teamminiz-short.html','catalog/product/view/id/34/category/10',0,1,NULL,1,'{\"category_id\":\"10\"}'),('4319','product','34','sale-specials/bras-panties/undiz-teamminiz-short.html','catalog/product/view/id/34/category/12',0,1,NULL,1,'{\"category_id\":\"12\"}'),('4320','product','34','sale-specials/sleep/undiz-teamminiz-short.html','catalog/product/view/id/34/category/13',0,1,NULL,1,'{\"category_id\":\"13\"}'),('4321','product','34','sale-specials/beauty-accessories/undiz-teamminiz-short.html','catalog/product/view/id/34/category/14',0,1,NULL,1,'{\"category_id\":\"14\"}'),('4322','product','34','sleep/sleepshirts/undiz-teamminiz-short.html','catalog/product/view/id/34/category/16',0,1,NULL,1,'{\"category_id\":\"16\"}'),('4323','product','34','sleep/shorts/undiz-teamminiz-short.html','catalog/product/view/id/34/category/18',0,1,NULL,1,'{\"category_id\":\"18\"}'),('4324','product','34','sleep/loungewear/undiz-teamminiz-short.html','catalog/product/view/id/34/category/19',0,1,NULL,1,'{\"category_id\":\"19\"}'),('4325','product','34','lingerie/teddies-bodysuits/undiz-teamminiz-short.html','catalog/product/view/id/34/category/21',0,1,NULL,1,'{\"category_id\":\"21\"}'),('4326','product','34','panties/cheekies-cheekinis/undiz-teamminiz-short.html','catalog/product/view/id/34/category/23',0,1,NULL,1,'{\"category_id\":\"23\"}'),('4327','product','34','panties/shorties-boyshorts/undiz-teamminiz-short.html','catalog/product/view/id/34/category/25',0,1,NULL,1,'{\"category_id\":\"25\"}'),('4328','product','34','panties/bikinis/undiz-teamminiz-short.html','catalog/product/view/id/34/category/26',0,1,NULL,1,'{\"category_id\":\"26\"}'),('4329','product','34','bras-bralettes/unlined/undiz-teamminiz-short.html','catalog/product/view/id/34/category/29',0,1,NULL,1,'{\"category_id\":\"29\"}'),('4330','product','34','bras-bralettes/perfect-coverage/undiz-teamminiz-short.html','catalog/product/view/id/34/category/30',0,1,NULL,1,'{\"category_id\":\"30\"}'),('4331','product','34','bras-bralettes/sports-bras/undiz-teamminiz-short.html','catalog/product/view/id/34/category/32',0,1,NULL,1,'{\"category_id\":\"32\"}'),('4332','product','34','h-2.html','undiz-teamminiz-short.html',301,1,NULL,0,'[]'),('4333','product','34','bras-bralettes/h-2.html','bras-bralettes/undiz-teamminiz-short.html',301,1,NULL,0,'{\"category_id\":\"3\"}'),('4334','product','34','panties/h-2.html','panties/undiz-teamminiz-short.html',301,1,NULL,0,'{\"category_id\":\"4\"}'),('4335','product','34','lingerie/h-2.html','lingerie/undiz-teamminiz-short.html',301,1,NULL,0,'{\"category_id\":\"5\"}'),('4336','product','34','sleep/h-2.html','sleep/undiz-teamminiz-short.html',301,1,NULL,0,'{\"category_id\":\"6\"}'),('4337','product','34','beauty/h-2.html','beauty/undiz-teamminiz-short.html',301,1,NULL,0,'{\"category_id\":\"7\"}'),('4338','product','34','sale-specials/h-2.html','sale-specials/undiz-teamminiz-short.html',301,1,NULL,0,'{\"category_id\":\"11\"}'),('4339','product','34','beauty/fragrance/h-2.html','beauty/fragrance/undiz-teamminiz-short.html',301,1,NULL,0,'{\"category_id\":\"8\"}'),('4340','product','34','beauty/body-care/h-2.html','beauty/body-care/undiz-teamminiz-short.html',301,1,NULL,0,'{\"category_id\":\"10\"}'),('4341','product','34','sale-specials/bras-panties/h-2.html','sale-specials/bras-panties/undiz-teamminiz-short.html',301,1,NULL,0,'{\"category_id\":\"12\"}'),('4342','product','34','sale-specials/sleep/h-2.html','sale-specials/sleep/undiz-teamminiz-short.html',301,1,NULL,0,'{\"category_id\":\"13\"}'),('4343','product','34','sale-specials/beauty-accessories/h-2.html','sale-specials/beauty-accessories/undiz-teamminiz-short.html',301,1,NULL,0,'{\"category_id\":\"14\"}'),('4344','product','34','sleep/sleepshirts/h-2.html','sleep/sleepshirts/undiz-teamminiz-short.html',301,1,NULL,0,'{\"category_id\":\"16\"}'),('4345','product','34','sleep/shorts/h-2.html','sleep/shorts/undiz-teamminiz-short.html',301,1,NULL,0,'{\"category_id\":\"18\"}'),('4346','product','34','sleep/loungewear/h-2.html','sleep/loungewear/undiz-teamminiz-short.html',301,1,NULL,0,'{\"category_id\":\"19\"}'),('4347','product','34','lingerie/teddies-bodysuits/h-2.html','lingerie/teddies-bodysuits/undiz-teamminiz-short.html',301,1,NULL,0,'{\"category_id\":\"21\"}'),('4348','product','34','panties/cheekies-cheekinis/h-2.html','panties/cheekies-cheekinis/undiz-teamminiz-short.html',301,1,NULL,0,'{\"category_id\":\"23\"}'),('4349','product','34','panties/shorties-boyshorts/h-2.html','panties/shorties-boyshorts/undiz-teamminiz-short.html',301,1,NULL,0,'{\"category_id\":\"25\"}'),('4350','product','34','panties/bikinis/h-2.html','panties/bikinis/undiz-teamminiz-short.html',301,1,NULL,0,'{\"category_id\":\"26\"}'),('4351','product','34','bras-bralettes/unlined/h-2.html','bras-bralettes/unlined/undiz-teamminiz-short.html',301,1,NULL,0,'{\"category_id\":\"29\"}'),('4352','product','34','bras-bralettes/perfect-coverage/h-2.html','bras-bralettes/perfect-coverage/undiz-teamminiz-short.html',301,1,NULL,0,'{\"category_id\":\"30\"}'),('4353','product','34','bras-bralettes/sports-bras/h-2.html','bras-bralettes/sports-bras/undiz-teamminiz-short.html',301,1,NULL,0,'{\"category_id\":\"32\"}'),('4354','product','34','undiz-teamminiz-short.html','catalog/product/view/id/34',0,2,NULL,1,NULL),('4355','product','34','bras-bralettes/undiz-teamminiz-short.html','catalog/product/view/id/34/category/3',0,2,NULL,1,'{\"category_id\":\"3\"}'),('4356','product','34','panties/undiz-teamminiz-short.html','catalog/product/view/id/34/category/4',0,2,NULL,1,'{\"category_id\":\"4\"}'),('4357','product','34','lingerie/undiz-teamminiz-short.html','catalog/product/view/id/34/category/5',0,2,NULL,1,'{\"category_id\":\"5\"}');
INSERT INTO `url_rewrite` VALUES ('4358','product','34','sleep/undiz-teamminiz-short.html','catalog/product/view/id/34/category/6',0,2,NULL,1,'{\"category_id\":\"6\"}'),('4359','product','34','beauty/undiz-teamminiz-short.html','catalog/product/view/id/34/category/7',0,2,NULL,1,'{\"category_id\":\"7\"}'),('4360','product','34','sale-specials/undiz-teamminiz-short.html','catalog/product/view/id/34/category/11',0,2,NULL,1,'{\"category_id\":\"11\"}'),('4361','product','34','beauty/fragrance/undiz-teamminiz-short.html','catalog/product/view/id/34/category/8',0,2,NULL,1,'{\"category_id\":\"8\"}'),('4362','product','34','beauty/body-care/undiz-teamminiz-short.html','catalog/product/view/id/34/category/10',0,2,NULL,1,'{\"category_id\":\"10\"}'),('4363','product','34','sale-specials/bras-panties/undiz-teamminiz-short.html','catalog/product/view/id/34/category/12',0,2,NULL,1,'{\"category_id\":\"12\"}'),('4364','product','34','sale-specials/sleep/undiz-teamminiz-short.html','catalog/product/view/id/34/category/13',0,2,NULL,1,'{\"category_id\":\"13\"}'),('4365','product','34','sale-specials/beauty-accessories/undiz-teamminiz-short.html','catalog/product/view/id/34/category/14',0,2,NULL,1,'{\"category_id\":\"14\"}'),('4366','product','34','sleep/sleepshirts/undiz-teamminiz-short.html','catalog/product/view/id/34/category/16',0,2,NULL,1,'{\"category_id\":\"16\"}'),('4367','product','34','sleep/shorts/undiz-teamminiz-short.html','catalog/product/view/id/34/category/18',0,2,NULL,1,'{\"category_id\":\"18\"}'),('4368','product','34','sleep/loungewear/undiz-teamminiz-short.html','catalog/product/view/id/34/category/19',0,2,NULL,1,'{\"category_id\":\"19\"}'),('4369','product','34','lingerie/teddies-bodysuits/undiz-teamminiz-short.html','catalog/product/view/id/34/category/21',0,2,NULL,1,'{\"category_id\":\"21\"}'),('4370','product','34','panties/cheekies-cheekinis/undiz-teamminiz-short.html','catalog/product/view/id/34/category/23',0,2,NULL,1,'{\"category_id\":\"23\"}'),('4371','product','34','panties/shorties-boyshorts/undiz-teamminiz-short.html','catalog/product/view/id/34/category/25',0,2,NULL,1,'{\"category_id\":\"25\"}'),('4372','product','34','panties/bikinis/undiz-teamminiz-short.html','catalog/product/view/id/34/category/26',0,2,NULL,1,'{\"category_id\":\"26\"}'),('4373','product','34','bras-bralettes/unlined/undiz-teamminiz-short.html','catalog/product/view/id/34/category/29',0,2,NULL,1,'{\"category_id\":\"29\"}'),('4374','product','34','bras-bralettes/perfect-coverage/undiz-teamminiz-short.html','catalog/product/view/id/34/category/30',0,2,NULL,1,'{\"category_id\":\"30\"}'),('4375','product','34','bras-bralettes/sports-bras/undiz-teamminiz-short.html','catalog/product/view/id/34/category/32',0,2,NULL,1,'{\"category_id\":\"32\"}'),('4376','product','34','h-2.html','undiz-teamminiz-short.html',301,2,NULL,0,'[]'),('4377','product','34','bras-bralettes/h-2.html','bras-bralettes/undiz-teamminiz-short.html',301,2,NULL,0,'{\"category_id\":\"3\"}'),('4378','product','34','panties/h-2.html','panties/undiz-teamminiz-short.html',301,2,NULL,0,'{\"category_id\":\"4\"}'),('4379','product','34','lingerie/h-2.html','lingerie/undiz-teamminiz-short.html',301,2,NULL,0,'{\"category_id\":\"5\"}'),('4380','product','34','sleep/h-2.html','sleep/undiz-teamminiz-short.html',301,2,NULL,0,'{\"category_id\":\"6\"}'),('4381','product','34','beauty/h-2.html','beauty/undiz-teamminiz-short.html',301,2,NULL,0,'{\"category_id\":\"7\"}'),('4382','product','34','sale-specials/h-2.html','sale-specials/undiz-teamminiz-short.html',301,2,NULL,0,'{\"category_id\":\"11\"}'),('4383','product','34','beauty/fragrance/h-2.html','beauty/fragrance/undiz-teamminiz-short.html',301,2,NULL,0,'{\"category_id\":\"8\"}'),('4384','product','34','beauty/body-care/h-2.html','beauty/body-care/undiz-teamminiz-short.html',301,2,NULL,0,'{\"category_id\":\"10\"}'),('4385','product','34','sale-specials/bras-panties/h-2.html','sale-specials/bras-panties/undiz-teamminiz-short.html',301,2,NULL,0,'{\"category_id\":\"12\"}'),('4386','product','34','sale-specials/sleep/h-2.html','sale-specials/sleep/undiz-teamminiz-short.html',301,2,NULL,0,'{\"category_id\":\"13\"}'),('4387','product','34','sale-specials/beauty-accessories/h-2.html','sale-specials/beauty-accessories/undiz-teamminiz-short.html',301,2,NULL,0,'{\"category_id\":\"14\"}'),('4388','product','34','sleep/sleepshirts/h-2.html','sleep/sleepshirts/undiz-teamminiz-short.html',301,2,NULL,0,'{\"category_id\":\"16\"}'),('4389','product','34','sleep/shorts/h-2.html','sleep/shorts/undiz-teamminiz-short.html',301,2,NULL,0,'{\"category_id\":\"18\"}'),('4390','product','34','sleep/loungewear/h-2.html','sleep/loungewear/undiz-teamminiz-short.html',301,2,NULL,0,'{\"category_id\":\"19\"}'),('4391','product','34','lingerie/teddies-bodysuits/h-2.html','lingerie/teddies-bodysuits/undiz-teamminiz-short.html',301,2,NULL,0,'{\"category_id\":\"21\"}'),('4392','product','34','panties/cheekies-cheekinis/h-2.html','panties/cheekies-cheekinis/undiz-teamminiz-short.html',301,2,NULL,0,'{\"category_id\":\"23\"}'),('4393','product','34','panties/shorties-boyshorts/h-2.html','panties/shorties-boyshorts/undiz-teamminiz-short.html',301,2,NULL,0,'{\"category_id\":\"25\"}'),('4394','product','34','panties/bikinis/h-2.html','panties/bikinis/undiz-teamminiz-short.html',301,2,NULL,0,'{\"category_id\":\"26\"}'),('4395','product','34','bras-bralettes/unlined/h-2.html','bras-bralettes/unlined/undiz-teamminiz-short.html',301,2,NULL,0,'{\"category_id\":\"29\"}'),('4396','product','34','bras-bralettes/perfect-coverage/h-2.html','bras-bralettes/perfect-coverage/undiz-teamminiz-short.html',301,2,NULL,0,'{\"category_id\":\"30\"}'),('4397','product','34','bras-bralettes/sports-bras/h-2.html','bras-bralettes/sports-bras/undiz-teamminiz-short.html',301,2,NULL,0,'{\"category_id\":\"32\"}'),('4398','product','34','undiz-teamminiz-short.html','catalog/product/view/id/34',0,3,NULL,1,NULL),('4399','product','34','bras-bralettes/undiz-teamminiz-short.html','catalog/product/view/id/34/category/3',0,3,NULL,1,'{\"category_id\":\"3\"}'),('4400','product','34','panties/undiz-teamminiz-short.html','catalog/product/view/id/34/category/4',0,3,NULL,1,'{\"category_id\":\"4\"}'),('4401','product','34','lingerie/undiz-teamminiz-short.html','catalog/product/view/id/34/category/5',0,3,NULL,1,'{\"category_id\":\"5\"}'),('4402','product','34','sleep/undiz-teamminiz-short.html','catalog/product/view/id/34/category/6',0,3,NULL,1,'{\"category_id\":\"6\"}'),('4403','product','34','beauty/undiz-teamminiz-short.html','catalog/product/view/id/34/category/7',0,3,NULL,1,'{\"category_id\":\"7\"}'),('4404','product','34','sale-specials/undiz-teamminiz-short.html','catalog/product/view/id/34/category/11',0,3,NULL,1,'{\"category_id\":\"11\"}'),('4405','product','34','beauty/fragrance/undiz-teamminiz-short.html','catalog/product/view/id/34/category/8',0,3,NULL,1,'{\"category_id\":\"8\"}'),('4406','product','34','beauty/body-care/undiz-teamminiz-short.html','catalog/product/view/id/34/category/10',0,3,NULL,1,'{\"category_id\":\"10\"}'),('4407','product','34','sale-specials/bras-panties/undiz-teamminiz-short.html','catalog/product/view/id/34/category/12',0,3,NULL,1,'{\"category_id\":\"12\"}'),('4408','product','34','sale-specials/sleep/undiz-teamminiz-short.html','catalog/product/view/id/34/category/13',0,3,NULL,1,'{\"category_id\":\"13\"}'),('4409','product','34','sale-specials/beauty-accessories/undiz-teamminiz-short.html','catalog/product/view/id/34/category/14',0,3,NULL,1,'{\"category_id\":\"14\"}'),('4410','product','34','sleep/sleepshirts/undiz-teamminiz-short.html','catalog/product/view/id/34/category/16',0,3,NULL,1,'{\"category_id\":\"16\"}'),('4411','product','34','sleep/shorts/undiz-teamminiz-short.html','catalog/product/view/id/34/category/18',0,3,NULL,1,'{\"category_id\":\"18\"}'),('4412','product','34','sleep/loungewear/undiz-teamminiz-short.html','catalog/product/view/id/34/category/19',0,3,NULL,1,'{\"category_id\":\"19\"}'),('4413','product','34','lingerie/teddies-bodysuits/undiz-teamminiz-short.html','catalog/product/view/id/34/category/21',0,3,NULL,1,'{\"category_id\":\"21\"}'),('4414','product','34','panties/cheekies-cheekinis/undiz-teamminiz-short.html','catalog/product/view/id/34/category/23',0,3,NULL,1,'{\"category_id\":\"23\"}'),('4415','product','34','panties/shorties-boyshorts/undiz-teamminiz-short.html','catalog/product/view/id/34/category/25',0,3,NULL,1,'{\"category_id\":\"25\"}'),('4416','product','34','panties/bikinis/undiz-teamminiz-short.html','catalog/product/view/id/34/category/26',0,3,NULL,1,'{\"category_id\":\"26\"}'),('4417','product','34','bras-bralettes/unlined/undiz-teamminiz-short.html','catalog/product/view/id/34/category/29',0,3,NULL,1,'{\"category_id\":\"29\"}'),('4418','product','34','bras-bralettes/perfect-coverage/undiz-teamminiz-short.html','catalog/product/view/id/34/category/30',0,3,NULL,1,'{\"category_id\":\"30\"}'),('4419','product','34','bras-bralettes/sports-bras/undiz-teamminiz-short.html','catalog/product/view/id/34/category/32',0,3,NULL,1,'{\"category_id\":\"32\"}'),('4420','product','34','h-2.html','undiz-teamminiz-short.html',301,3,NULL,0,'[]'),('4421','product','34','bras-bralettes/h-2.html','bras-bralettes/undiz-teamminiz-short.html',301,3,NULL,0,'{\"category_id\":\"3\"}'),('4422','product','34','panties/h-2.html','panties/undiz-teamminiz-short.html',301,3,NULL,0,'{\"category_id\":\"4\"}'),('4423','product','34','lingerie/h-2.html','lingerie/undiz-teamminiz-short.html',301,3,NULL,0,'{\"category_id\":\"5\"}'),('4424','product','34','sleep/h-2.html','sleep/undiz-teamminiz-short.html',301,3,NULL,0,'{\"category_id\":\"6\"}'),('4425','product','34','beauty/h-2.html','beauty/undiz-teamminiz-short.html',301,3,NULL,0,'{\"category_id\":\"7\"}'),('4426','product','34','sale-specials/h-2.html','sale-specials/undiz-teamminiz-short.html',301,3,NULL,0,'{\"category_id\":\"11\"}'),('4427','product','34','beauty/fragrance/h-2.html','beauty/fragrance/undiz-teamminiz-short.html',301,3,NULL,0,'{\"category_id\":\"8\"}'),('4428','product','34','beauty/body-care/h-2.html','beauty/body-care/undiz-teamminiz-short.html',301,3,NULL,0,'{\"category_id\":\"10\"}'),('4429','product','34','sale-specials/bras-panties/h-2.html','sale-specials/bras-panties/undiz-teamminiz-short.html',301,3,NULL,0,'{\"category_id\":\"12\"}'),('4430','product','34','sale-specials/sleep/h-2.html','sale-specials/sleep/undiz-teamminiz-short.html',301,3,NULL,0,'{\"category_id\":\"13\"}'),('4431','product','34','sale-specials/beauty-accessories/h-2.html','sale-specials/beauty-accessories/undiz-teamminiz-short.html',301,3,NULL,0,'{\"category_id\":\"14\"}'),('4432','product','34','sleep/sleepshirts/h-2.html','sleep/sleepshirts/undiz-teamminiz-short.html',301,3,NULL,0,'{\"category_id\":\"16\"}'),('4433','product','34','sleep/shorts/h-2.html','sleep/shorts/undiz-teamminiz-short.html',301,3,NULL,0,'{\"category_id\":\"18\"}'),('4434','product','34','sleep/loungewear/h-2.html','sleep/loungewear/undiz-teamminiz-short.html',301,3,NULL,0,'{\"category_id\":\"19\"}'),('4435','product','34','lingerie/teddies-bodysuits/h-2.html','lingerie/teddies-bodysuits/undiz-teamminiz-short.html',301,3,NULL,0,'{\"category_id\":\"21\"}'),('4436','product','34','panties/cheekies-cheekinis/h-2.html','panties/cheekies-cheekinis/undiz-teamminiz-short.html',301,3,NULL,0,'{\"category_id\":\"23\"}'),('4437','product','34','panties/shorties-boyshorts/h-2.html','panties/shorties-boyshorts/undiz-teamminiz-short.html',301,3,NULL,0,'{\"category_id\":\"25\"}'),('4438','product','34','panties/bikinis/h-2.html','panties/bikinis/undiz-teamminiz-short.html',301,3,NULL,0,'{\"category_id\":\"26\"}'),('4439','product','34','bras-bralettes/unlined/h-2.html','bras-bralettes/unlined/undiz-teamminiz-short.html',301,3,NULL,0,'{\"category_id\":\"29\"}'),('4440','product','34','bras-bralettes/perfect-coverage/h-2.html','bras-bralettes/perfect-coverage/undiz-teamminiz-short.html',301,3,NULL,0,'{\"category_id\":\"30\"}'),('4441','product','34','bras-bralettes/sports-bras/h-2.html','bras-bralettes/sports-bras/undiz-teamminiz-short.html',301,3,NULL,0,'{\"category_id\":\"32\"}'),('4442','product','35','weekday-note-bra.html','catalog/product/view/id/35',0,1,NULL,1,NULL),('4443','product','35','bras-bralettes/weekday-note-bra.html','catalog/product/view/id/35/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),('4444','product','35','panties/weekday-note-bra.html','catalog/product/view/id/35/category/4',0,1,NULL,1,'{\"category_id\":\"4\"}'),('4445','product','35','lingerie/weekday-note-bra.html','catalog/product/view/id/35/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),('4446','product','35','sleep/weekday-note-bra.html','catalog/product/view/id/35/category/6',0,1,NULL,1,'{\"category_id\":\"6\"}'),('4447','product','35','beauty/weekday-note-bra.html','catalog/product/view/id/35/category/7',0,1,NULL,1,'{\"category_id\":\"7\"}'),('4448','product','35','sale-specials/weekday-note-bra.html','catalog/product/view/id/35/category/11',0,1,NULL,1,'{\"category_id\":\"11\"}'),('4449','product','35','beauty/fragrance/weekday-note-bra.html','catalog/product/view/id/35/category/8',0,1,NULL,1,'{\"category_id\":\"8\"}'),('4450','product','35','beauty/body-care/weekday-note-bra.html','catalog/product/view/id/35/category/10',0,1,NULL,1,'{\"category_id\":\"10\"}'),('4451','product','35','sale-specials/bras-panties/weekday-note-bra.html','catalog/product/view/id/35/category/12',0,1,NULL,1,'{\"category_id\":\"12\"}'),('4452','product','35','sale-specials/sleep/weekday-note-bra.html','catalog/product/view/id/35/category/13',0,1,NULL,1,'{\"category_id\":\"13\"}'),('4453','product','35','sale-specials/beauty-accessories/weekday-note-bra.html','catalog/product/view/id/35/category/14',0,1,NULL,1,'{\"category_id\":\"14\"}'),('4454','product','35','sleep/sleepshirts/weekday-note-bra.html','catalog/product/view/id/35/category/16',0,1,NULL,1,'{\"category_id\":\"16\"}'),('4455','product','35','sleep/shorts/weekday-note-bra.html','catalog/product/view/id/35/category/18',0,1,NULL,1,'{\"category_id\":\"18\"}'),('4456','product','35','sleep/loungewear/weekday-note-bra.html','catalog/product/view/id/35/category/19',0,1,NULL,1,'{\"category_id\":\"19\"}'),('4457','product','35','lingerie/teddies-bodysuits/weekday-note-bra.html','catalog/product/view/id/35/category/21',0,1,NULL,1,'{\"category_id\":\"21\"}'),('4458','product','35','panties/cheekies-cheekinis/weekday-note-bra.html','catalog/product/view/id/35/category/23',0,1,NULL,1,'{\"category_id\":\"23\"}'),('4459','product','35','panties/shorties-boyshorts/weekday-note-bra.html','catalog/product/view/id/35/category/25',0,1,NULL,1,'{\"category_id\":\"25\"}'),('4460','product','35','panties/bikinis/weekday-note-bra.html','catalog/product/view/id/35/category/26',0,1,NULL,1,'{\"category_id\":\"26\"}'),('4461','product','35','bras-bralettes/unlined/weekday-note-bra.html','catalog/product/view/id/35/category/29',0,1,NULL,1,'{\"category_id\":\"29\"}'),('4462','product','35','bras-bralettes/perfect-coverage/weekday-note-bra.html','catalog/product/view/id/35/category/30',0,1,NULL,1,'{\"category_id\":\"30\"}'),('4463','product','35','bras-bralettes/sports-bras/weekday-note-bra.html','catalog/product/view/id/35/category/32',0,1,NULL,1,'{\"category_id\":\"32\"}'),('4464','product','35','h-3.html','weekday-note-bra.html',301,1,NULL,0,'[]'),('4465','product','35','bras-bralettes/h-3.html','bras-bralettes/weekday-note-bra.html',301,1,NULL,0,'{\"category_id\":\"3\"}'),('4466','product','35','panties/h-3.html','panties/weekday-note-bra.html',301,1,NULL,0,'{\"category_id\":\"4\"}'),('4467','product','35','lingerie/h-3.html','lingerie/weekday-note-bra.html',301,1,NULL,0,'{\"category_id\":\"5\"}'),('4468','product','35','sleep/h-3.html','sleep/weekday-note-bra.html',301,1,NULL,0,'{\"category_id\":\"6\"}'),('4469','product','35','beauty/h-3.html','beauty/weekday-note-bra.html',301,1,NULL,0,'{\"category_id\":\"7\"}'),('4470','product','35','sale-specials/h-3.html','sale-specials/weekday-note-bra.html',301,1,NULL,0,'{\"category_id\":\"11\"}'),('4471','product','35','beauty/fragrance/h-3.html','beauty/fragrance/weekday-note-bra.html',301,1,NULL,0,'{\"category_id\":\"8\"}'),('4472','product','35','beauty/body-care/h-3.html','beauty/body-care/weekday-note-bra.html',301,1,NULL,0,'{\"category_id\":\"10\"}'),('4473','product','35','sale-specials/bras-panties/h-3.html','sale-specials/bras-panties/weekday-note-bra.html',301,1,NULL,0,'{\"category_id\":\"12\"}'),('4474','product','35','sale-specials/sleep/h-3.html','sale-specials/sleep/weekday-note-bra.html',301,1,NULL,0,'{\"category_id\":\"13\"}'),('4475','product','35','sale-specials/beauty-accessories/h-3.html','sale-specials/beauty-accessories/weekday-note-bra.html',301,1,NULL,0,'{\"category_id\":\"14\"}'),('4476','product','35','sleep/sleepshirts/h-3.html','sleep/sleepshirts/weekday-note-bra.html',301,1,NULL,0,'{\"category_id\":\"16\"}'),('4477','product','35','sleep/shorts/h-3.html','sleep/shorts/weekday-note-bra.html',301,1,NULL,0,'{\"category_id\":\"18\"}'),('4478','product','35','sleep/loungewear/h-3.html','sleep/loungewear/weekday-note-bra.html',301,1,NULL,0,'{\"category_id\":\"19\"}'),('4479','product','35','lingerie/teddies-bodysuits/h-3.html','lingerie/teddies-bodysuits/weekday-note-bra.html',301,1,NULL,0,'{\"category_id\":\"21\"}'),('4480','product','35','panties/cheekies-cheekinis/h-3.html','panties/cheekies-cheekinis/weekday-note-bra.html',301,1,NULL,0,'{\"category_id\":\"23\"}'),('4481','product','35','panties/shorties-boyshorts/h-3.html','panties/shorties-boyshorts/weekday-note-bra.html',301,1,NULL,0,'{\"category_id\":\"25\"}'),('4482','product','35','panties/bikinis/h-3.html','panties/bikinis/weekday-note-bra.html',301,1,NULL,0,'{\"category_id\":\"26\"}'),('4483','product','35','bras-bralettes/unlined/h-3.html','bras-bralettes/unlined/weekday-note-bra.html',301,1,NULL,0,'{\"category_id\":\"29\"}'),('4484','product','35','bras-bralettes/perfect-coverage/h-3.html','bras-bralettes/perfect-coverage/weekday-note-bra.html',301,1,NULL,0,'{\"category_id\":\"30\"}'),('4485','product','35','bras-bralettes/sports-bras/h-3.html','bras-bralettes/sports-bras/weekday-note-bra.html',301,1,NULL,0,'{\"category_id\":\"32\"}'),('4486','product','35','weekday-note-bra.html','catalog/product/view/id/35',0,2,NULL,1,NULL),('4487','product','35','bras-bralettes/weekday-note-bra.html','catalog/product/view/id/35/category/3',0,2,NULL,1,'{\"category_id\":\"3\"}'),('4488','product','35','panties/weekday-note-bra.html','catalog/product/view/id/35/category/4',0,2,NULL,1,'{\"category_id\":\"4\"}'),('4489','product','35','lingerie/weekday-note-bra.html','catalog/product/view/id/35/category/5',0,2,NULL,1,'{\"category_id\":\"5\"}'),('4490','product','35','sleep/weekday-note-bra.html','catalog/product/view/id/35/category/6',0,2,NULL,1,'{\"category_id\":\"6\"}'),('4491','product','35','beauty/weekday-note-bra.html','catalog/product/view/id/35/category/7',0,2,NULL,1,'{\"category_id\":\"7\"}'),('4492','product','35','sale-specials/weekday-note-bra.html','catalog/product/view/id/35/category/11',0,2,NULL,1,'{\"category_id\":\"11\"}'),('4493','product','35','beauty/fragrance/weekday-note-bra.html','catalog/product/view/id/35/category/8',0,2,NULL,1,'{\"category_id\":\"8\"}'),('4494','product','35','beauty/body-care/weekday-note-bra.html','catalog/product/view/id/35/category/10',0,2,NULL,1,'{\"category_id\":\"10\"}'),('4495','product','35','sale-specials/bras-panties/weekday-note-bra.html','catalog/product/view/id/35/category/12',0,2,NULL,1,'{\"category_id\":\"12\"}'),('4496','product','35','sale-specials/sleep/weekday-note-bra.html','catalog/product/view/id/35/category/13',0,2,NULL,1,'{\"category_id\":\"13\"}'),('4497','product','35','sale-specials/beauty-accessories/weekday-note-bra.html','catalog/product/view/id/35/category/14',0,2,NULL,1,'{\"category_id\":\"14\"}'),('4498','product','35','sleep/sleepshirts/weekday-note-bra.html','catalog/product/view/id/35/category/16',0,2,NULL,1,'{\"category_id\":\"16\"}'),('4499','product','35','sleep/shorts/weekday-note-bra.html','catalog/product/view/id/35/category/18',0,2,NULL,1,'{\"category_id\":\"18\"}'),('4500','product','35','sleep/loungewear/weekday-note-bra.html','catalog/product/view/id/35/category/19',0,2,NULL,1,'{\"category_id\":\"19\"}'),('4501','product','35','lingerie/teddies-bodysuits/weekday-note-bra.html','catalog/product/view/id/35/category/21',0,2,NULL,1,'{\"category_id\":\"21\"}'),('4502','product','35','panties/cheekies-cheekinis/weekday-note-bra.html','catalog/product/view/id/35/category/23',0,2,NULL,1,'{\"category_id\":\"23\"}'),('4503','product','35','panties/shorties-boyshorts/weekday-note-bra.html','catalog/product/view/id/35/category/25',0,2,NULL,1,'{\"category_id\":\"25\"}'),('4504','product','35','panties/bikinis/weekday-note-bra.html','catalog/product/view/id/35/category/26',0,2,NULL,1,'{\"category_id\":\"26\"}'),('4505','product','35','bras-bralettes/unlined/weekday-note-bra.html','catalog/product/view/id/35/category/29',0,2,NULL,1,'{\"category_id\":\"29\"}'),('4506','product','35','bras-bralettes/perfect-coverage/weekday-note-bra.html','catalog/product/view/id/35/category/30',0,2,NULL,1,'{\"category_id\":\"30\"}'),('4507','product','35','bras-bralettes/sports-bras/weekday-note-bra.html','catalog/product/view/id/35/category/32',0,2,NULL,1,'{\"category_id\":\"32\"}'),('4508','product','35','h-3.html','weekday-note-bra.html',301,2,NULL,0,'[]'),('4509','product','35','bras-bralettes/h-3.html','bras-bralettes/weekday-note-bra.html',301,2,NULL,0,'{\"category_id\":\"3\"}'),('4510','product','35','panties/h-3.html','panties/weekday-note-bra.html',301,2,NULL,0,'{\"category_id\":\"4\"}'),('4511','product','35','lingerie/h-3.html','lingerie/weekday-note-bra.html',301,2,NULL,0,'{\"category_id\":\"5\"}'),('4512','product','35','sleep/h-3.html','sleep/weekday-note-bra.html',301,2,NULL,0,'{\"category_id\":\"6\"}'),('4513','product','35','beauty/h-3.html','beauty/weekday-note-bra.html',301,2,NULL,0,'{\"category_id\":\"7\"}'),('4514','product','35','sale-specials/h-3.html','sale-specials/weekday-note-bra.html',301,2,NULL,0,'{\"category_id\":\"11\"}'),('4515','product','35','beauty/fragrance/h-3.html','beauty/fragrance/weekday-note-bra.html',301,2,NULL,0,'{\"category_id\":\"8\"}'),('4516','product','35','beauty/body-care/h-3.html','beauty/body-care/weekday-note-bra.html',301,2,NULL,0,'{\"category_id\":\"10\"}'),('4517','product','35','sale-specials/bras-panties/h-3.html','sale-specials/bras-panties/weekday-note-bra.html',301,2,NULL,0,'{\"category_id\":\"12\"}'),('4518','product','35','sale-specials/sleep/h-3.html','sale-specials/sleep/weekday-note-bra.html',301,2,NULL,0,'{\"category_id\":\"13\"}'),('4519','product','35','sale-specials/beauty-accessories/h-3.html','sale-specials/beauty-accessories/weekday-note-bra.html',301,2,NULL,0,'{\"category_id\":\"14\"}'),('4520','product','35','sleep/sleepshirts/h-3.html','sleep/sleepshirts/weekday-note-bra.html',301,2,NULL,0,'{\"category_id\":\"16\"}'),('4521','product','35','sleep/shorts/h-3.html','sleep/shorts/weekday-note-bra.html',301,2,NULL,0,'{\"category_id\":\"18\"}'),('4522','product','35','sleep/loungewear/h-3.html','sleep/loungewear/weekday-note-bra.html',301,2,NULL,0,'{\"category_id\":\"19\"}'),('4523','product','35','lingerie/teddies-bodysuits/h-3.html','lingerie/teddies-bodysuits/weekday-note-bra.html',301,2,NULL,0,'{\"category_id\":\"21\"}'),('4524','product','35','panties/cheekies-cheekinis/h-3.html','panties/cheekies-cheekinis/weekday-note-bra.html',301,2,NULL,0,'{\"category_id\":\"23\"}'),('4525','product','35','panties/shorties-boyshorts/h-3.html','panties/shorties-boyshorts/weekday-note-bra.html',301,2,NULL,0,'{\"category_id\":\"25\"}'),('4526','product','35','panties/bikinis/h-3.html','panties/bikinis/weekday-note-bra.html',301,2,NULL,0,'{\"category_id\":\"26\"}'),('4527','product','35','bras-bralettes/unlined/h-3.html','bras-bralettes/unlined/weekday-note-bra.html',301,2,NULL,0,'{\"category_id\":\"29\"}'),('4528','product','35','bras-bralettes/perfect-coverage/h-3.html','bras-bralettes/perfect-coverage/weekday-note-bra.html',301,2,NULL,0,'{\"category_id\":\"30\"}'),('4529','product','35','bras-bralettes/sports-bras/h-3.html','bras-bralettes/sports-bras/weekday-note-bra.html',301,2,NULL,0,'{\"category_id\":\"32\"}'),('4530','product','35','weekday-note-bra.html','catalog/product/view/id/35',0,3,NULL,1,NULL),('4531','product','35','bras-bralettes/weekday-note-bra.html','catalog/product/view/id/35/category/3',0,3,NULL,1,'{\"category_id\":\"3\"}'),('4532','product','35','panties/weekday-note-bra.html','catalog/product/view/id/35/category/4',0,3,NULL,1,'{\"category_id\":\"4\"}'),('4533','product','35','lingerie/weekday-note-bra.html','catalog/product/view/id/35/category/5',0,3,NULL,1,'{\"category_id\":\"5\"}'),('4534','product','35','sleep/weekday-note-bra.html','catalog/product/view/id/35/category/6',0,3,NULL,1,'{\"category_id\":\"6\"}'),('4535','product','35','beauty/weekday-note-bra.html','catalog/product/view/id/35/category/7',0,3,NULL,1,'{\"category_id\":\"7\"}'),('4536','product','35','sale-specials/weekday-note-bra.html','catalog/product/view/id/35/category/11',0,3,NULL,1,'{\"category_id\":\"11\"}'),('4537','product','35','beauty/fragrance/weekday-note-bra.html','catalog/product/view/id/35/category/8',0,3,NULL,1,'{\"category_id\":\"8\"}'),('4538','product','35','beauty/body-care/weekday-note-bra.html','catalog/product/view/id/35/category/10',0,3,NULL,1,'{\"category_id\":\"10\"}'),('4539','product','35','sale-specials/bras-panties/weekday-note-bra.html','catalog/product/view/id/35/category/12',0,3,NULL,1,'{\"category_id\":\"12\"}'),('4540','product','35','sale-specials/sleep/weekday-note-bra.html','catalog/product/view/id/35/category/13',0,3,NULL,1,'{\"category_id\":\"13\"}'),('4541','product','35','sale-specials/beauty-accessories/weekday-note-bra.html','catalog/product/view/id/35/category/14',0,3,NULL,1,'{\"category_id\":\"14\"}'),('4542','product','35','sleep/sleepshirts/weekday-note-bra.html','catalog/product/view/id/35/category/16',0,3,NULL,1,'{\"category_id\":\"16\"}'),('4543','product','35','sleep/shorts/weekday-note-bra.html','catalog/product/view/id/35/category/18',0,3,NULL,1,'{\"category_id\":\"18\"}'),('4544','product','35','sleep/loungewear/weekday-note-bra.html','catalog/product/view/id/35/category/19',0,3,NULL,1,'{\"category_id\":\"19\"}'),('4545','product','35','lingerie/teddies-bodysuits/weekday-note-bra.html','catalog/product/view/id/35/category/21',0,3,NULL,1,'{\"category_id\":\"21\"}'),('4546','product','35','panties/cheekies-cheekinis/weekday-note-bra.html','catalog/product/view/id/35/category/23',0,3,NULL,1,'{\"category_id\":\"23\"}'),('4547','product','35','panties/shorties-boyshorts/weekday-note-bra.html','catalog/product/view/id/35/category/25',0,3,NULL,1,'{\"category_id\":\"25\"}'),('4548','product','35','panties/bikinis/weekday-note-bra.html','catalog/product/view/id/35/category/26',0,3,NULL,1,'{\"category_id\":\"26\"}'),('4549','product','35','bras-bralettes/unlined/weekday-note-bra.html','catalog/product/view/id/35/category/29',0,3,NULL,1,'{\"category_id\":\"29\"}'),('4550','product','35','bras-bralettes/perfect-coverage/weekday-note-bra.html','catalog/product/view/id/35/category/30',0,3,NULL,1,'{\"category_id\":\"30\"}'),('4551','product','35','bras-bralettes/sports-bras/weekday-note-bra.html','catalog/product/view/id/35/category/32',0,3,NULL,1,'{\"category_id\":\"32\"}'),('4552','product','35','h-3.html','weekday-note-bra.html',301,3,NULL,0,'[]'),('4553','product','35','bras-bralettes/h-3.html','bras-bralettes/weekday-note-bra.html',301,3,NULL,0,'{\"category_id\":\"3\"}'),('4554','product','35','panties/h-3.html','panties/weekday-note-bra.html',301,3,NULL,0,'{\"category_id\":\"4\"}'),('4555','product','35','lingerie/h-3.html','lingerie/weekday-note-bra.html',301,3,NULL,0,'{\"category_id\":\"5\"}'),('4556','product','35','sleep/h-3.html','sleep/weekday-note-bra.html',301,3,NULL,0,'{\"category_id\":\"6\"}'),('4557','product','35','beauty/h-3.html','beauty/weekday-note-bra.html',301,3,NULL,0,'{\"category_id\":\"7\"}'),('4558','product','35','sale-specials/h-3.html','sale-specials/weekday-note-bra.html',301,3,NULL,0,'{\"category_id\":\"11\"}'),('4559','product','35','beauty/fragrance/h-3.html','beauty/fragrance/weekday-note-bra.html',301,3,NULL,0,'{\"category_id\":\"8\"}'),('4560','product','35','beauty/body-care/h-3.html','beauty/body-care/weekday-note-bra.html',301,3,NULL,0,'{\"category_id\":\"10\"}'),('4561','product','35','sale-specials/bras-panties/h-3.html','sale-specials/bras-panties/weekday-note-bra.html',301,3,NULL,0,'{\"category_id\":\"12\"}'),('4562','product','35','sale-specials/sleep/h-3.html','sale-specials/sleep/weekday-note-bra.html',301,3,NULL,0,'{\"category_id\":\"13\"}'),('4563','product','35','sale-specials/beauty-accessories/h-3.html','sale-specials/beauty-accessories/weekday-note-bra.html',301,3,NULL,0,'{\"category_id\":\"14\"}'),('4564','product','35','sleep/sleepshirts/h-3.html','sleep/sleepshirts/weekday-note-bra.html',301,3,NULL,0,'{\"category_id\":\"16\"}'),('4565','product','35','sleep/shorts/h-3.html','sleep/shorts/weekday-note-bra.html',301,3,NULL,0,'{\"category_id\":\"18\"}'),('4566','product','35','sleep/loungewear/h-3.html','sleep/loungewear/weekday-note-bra.html',301,3,NULL,0,'{\"category_id\":\"19\"}'),('4567','product','35','lingerie/teddies-bodysuits/h-3.html','lingerie/teddies-bodysuits/weekday-note-bra.html',301,3,NULL,0,'{\"category_id\":\"21\"}'),('4568','product','35','panties/cheekies-cheekinis/h-3.html','panties/cheekies-cheekinis/weekday-note-bra.html',301,3,NULL,0,'{\"category_id\":\"23\"}'),('4569','product','35','panties/shorties-boyshorts/h-3.html','panties/shorties-boyshorts/weekday-note-bra.html',301,3,NULL,0,'{\"category_id\":\"25\"}'),('4570','product','35','panties/bikinis/h-3.html','panties/bikinis/weekday-note-bra.html',301,3,NULL,0,'{\"category_id\":\"26\"}'),('4571','product','35','bras-bralettes/unlined/h-3.html','bras-bralettes/unlined/weekday-note-bra.html',301,3,NULL,0,'{\"category_id\":\"29\"}'),('4572','product','35','bras-bralettes/perfect-coverage/h-3.html','bras-bralettes/perfect-coverage/weekday-note-bra.html',301,3,NULL,0,'{\"category_id\":\"30\"}'),('4573','product','35','bras-bralettes/sports-bras/h-3.html','bras-bralettes/sports-bras/weekday-note-bra.html',301,3,NULL,0,'{\"category_id\":\"32\"}'),('4574','product','36','weekday-stella-triangle-bra.html','catalog/product/view/id/36',0,1,NULL,1,NULL),('4575','product','36','bras-bralettes/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),('4576','product','36','panties/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/4',0,1,NULL,1,'{\"category_id\":\"4\"}'),('4577','product','36','lingerie/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),('4578','product','36','sleep/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/6',0,1,NULL,1,'{\"category_id\":\"6\"}'),('4579','product','36','beauty/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/7',0,1,NULL,1,'{\"category_id\":\"7\"}'),('4580','product','36','sale-specials/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/11',0,1,NULL,1,'{\"category_id\":\"11\"}'),('4581','product','36','beauty/fragrance/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/8',0,1,NULL,1,'{\"category_id\":\"8\"}'),('4582','product','36','beauty/body-care/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/10',0,1,NULL,1,'{\"category_id\":\"10\"}'),('4583','product','36','sale-specials/bras-panties/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/12',0,1,NULL,1,'{\"category_id\":\"12\"}'),('4584','product','36','sale-specials/sleep/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/13',0,1,NULL,1,'{\"category_id\":\"13\"}'),('4585','product','36','sale-specials/beauty-accessories/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/14',0,1,NULL,1,'{\"category_id\":\"14\"}'),('4586','product','36','sleep/sleepshirts/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/16',0,1,NULL,1,'{\"category_id\":\"16\"}'),('4587','product','36','sleep/shorts/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/18',0,1,NULL,1,'{\"category_id\":\"18\"}'),('4588','product','36','sleep/loungewear/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/19',0,1,NULL,1,'{\"category_id\":\"19\"}'),('4589','product','36','lingerie/teddies-bodysuits/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/21',0,1,NULL,1,'{\"category_id\":\"21\"}'),('4590','product','36','panties/cheekies-cheekinis/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/23',0,1,NULL,1,'{\"category_id\":\"23\"}'),('4591','product','36','panties/shorties-boyshorts/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/25',0,1,NULL,1,'{\"category_id\":\"25\"}'),('4592','product','36','panties/bikinis/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/26',0,1,NULL,1,'{\"category_id\":\"26\"}'),('4593','product','36','bras-bralettes/unlined/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/29',0,1,NULL,1,'{\"category_id\":\"29\"}'),('4594','product','36','bras-bralettes/perfect-coverage/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/30',0,1,NULL,1,'{\"category_id\":\"30\"}'),('4595','product','36','bras-bralettes/sports-bras/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/32',0,1,NULL,1,'{\"category_id\":\"32\"}'),('4596','product','36','h-4.html','weekday-stella-triangle-bra.html',301,1,NULL,0,'[]'),('4597','product','36','bras-bralettes/h-4.html','bras-bralettes/weekday-stella-triangle-bra.html',301,1,NULL,0,'{\"category_id\":\"3\"}'),('4598','product','36','panties/h-4.html','panties/weekday-stella-triangle-bra.html',301,1,NULL,0,'{\"category_id\":\"4\"}'),('4599','product','36','lingerie/h-4.html','lingerie/weekday-stella-triangle-bra.html',301,1,NULL,0,'{\"category_id\":\"5\"}'),('4600','product','36','sleep/h-4.html','sleep/weekday-stella-triangle-bra.html',301,1,NULL,0,'{\"category_id\":\"6\"}'),('4601','product','36','beauty/h-4.html','beauty/weekday-stella-triangle-bra.html',301,1,NULL,0,'{\"category_id\":\"7\"}'),('4602','product','36','sale-specials/h-4.html','sale-specials/weekday-stella-triangle-bra.html',301,1,NULL,0,'{\"category_id\":\"11\"}'),('4603','product','36','beauty/fragrance/h-4.html','beauty/fragrance/weekday-stella-triangle-bra.html',301,1,NULL,0,'{\"category_id\":\"8\"}'),('4604','product','36','beauty/body-care/h-4.html','beauty/body-care/weekday-stella-triangle-bra.html',301,1,NULL,0,'{\"category_id\":\"10\"}'),('4605','product','36','sale-specials/bras-panties/h-4.html','sale-specials/bras-panties/weekday-stella-triangle-bra.html',301,1,NULL,0,'{\"category_id\":\"12\"}'),('4606','product','36','sale-specials/sleep/h-4.html','sale-specials/sleep/weekday-stella-triangle-bra.html',301,1,NULL,0,'{\"category_id\":\"13\"}'),('4607','product','36','sale-specials/beauty-accessories/h-4.html','sale-specials/beauty-accessories/weekday-stella-triangle-bra.html',301,1,NULL,0,'{\"category_id\":\"14\"}');
INSERT INTO `url_rewrite` VALUES ('4608','product','36','sleep/sleepshirts/h-4.html','sleep/sleepshirts/weekday-stella-triangle-bra.html',301,1,NULL,0,'{\"category_id\":\"16\"}'),('4609','product','36','sleep/shorts/h-4.html','sleep/shorts/weekday-stella-triangle-bra.html',301,1,NULL,0,'{\"category_id\":\"18\"}'),('4610','product','36','sleep/loungewear/h-4.html','sleep/loungewear/weekday-stella-triangle-bra.html',301,1,NULL,0,'{\"category_id\":\"19\"}'),('4611','product','36','lingerie/teddies-bodysuits/h-4.html','lingerie/teddies-bodysuits/weekday-stella-triangle-bra.html',301,1,NULL,0,'{\"category_id\":\"21\"}'),('4612','product','36','panties/cheekies-cheekinis/h-4.html','panties/cheekies-cheekinis/weekday-stella-triangle-bra.html',301,1,NULL,0,'{\"category_id\":\"23\"}'),('4613','product','36','panties/shorties-boyshorts/h-4.html','panties/shorties-boyshorts/weekday-stella-triangle-bra.html',301,1,NULL,0,'{\"category_id\":\"25\"}'),('4614','product','36','panties/bikinis/h-4.html','panties/bikinis/weekday-stella-triangle-bra.html',301,1,NULL,0,'{\"category_id\":\"26\"}'),('4615','product','36','bras-bralettes/unlined/h-4.html','bras-bralettes/unlined/weekday-stella-triangle-bra.html',301,1,NULL,0,'{\"category_id\":\"29\"}'),('4616','product','36','bras-bralettes/perfect-coverage/h-4.html','bras-bralettes/perfect-coverage/weekday-stella-triangle-bra.html',301,1,NULL,0,'{\"category_id\":\"30\"}'),('4617','product','36','bras-bralettes/sports-bras/h-4.html','bras-bralettes/sports-bras/weekday-stella-triangle-bra.html',301,1,NULL,0,'{\"category_id\":\"32\"}'),('4618','product','36','weekday-stella-triangle-bra.html','catalog/product/view/id/36',0,2,NULL,1,NULL),('4619','product','36','bras-bralettes/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/3',0,2,NULL,1,'{\"category_id\":\"3\"}'),('4620','product','36','panties/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/4',0,2,NULL,1,'{\"category_id\":\"4\"}'),('4621','product','36','lingerie/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/5',0,2,NULL,1,'{\"category_id\":\"5\"}'),('4622','product','36','sleep/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/6',0,2,NULL,1,'{\"category_id\":\"6\"}'),('4623','product','36','beauty/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/7',0,2,NULL,1,'{\"category_id\":\"7\"}'),('4624','product','36','sale-specials/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/11',0,2,NULL,1,'{\"category_id\":\"11\"}'),('4625','product','36','beauty/fragrance/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/8',0,2,NULL,1,'{\"category_id\":\"8\"}'),('4626','product','36','beauty/body-care/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/10',0,2,NULL,1,'{\"category_id\":\"10\"}'),('4627','product','36','sale-specials/bras-panties/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/12',0,2,NULL,1,'{\"category_id\":\"12\"}'),('4628','product','36','sale-specials/sleep/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/13',0,2,NULL,1,'{\"category_id\":\"13\"}'),('4629','product','36','sale-specials/beauty-accessories/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/14',0,2,NULL,1,'{\"category_id\":\"14\"}'),('4630','product','36','sleep/sleepshirts/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/16',0,2,NULL,1,'{\"category_id\":\"16\"}'),('4631','product','36','sleep/shorts/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/18',0,2,NULL,1,'{\"category_id\":\"18\"}'),('4632','product','36','sleep/loungewear/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/19',0,2,NULL,1,'{\"category_id\":\"19\"}'),('4633','product','36','lingerie/teddies-bodysuits/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/21',0,2,NULL,1,'{\"category_id\":\"21\"}'),('4634','product','36','panties/cheekies-cheekinis/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/23',0,2,NULL,1,'{\"category_id\":\"23\"}'),('4635','product','36','panties/shorties-boyshorts/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/25',0,2,NULL,1,'{\"category_id\":\"25\"}'),('4636','product','36','panties/bikinis/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/26',0,2,NULL,1,'{\"category_id\":\"26\"}'),('4637','product','36','bras-bralettes/unlined/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/29',0,2,NULL,1,'{\"category_id\":\"29\"}'),('4638','product','36','bras-bralettes/perfect-coverage/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/30',0,2,NULL,1,'{\"category_id\":\"30\"}'),('4639','product','36','bras-bralettes/sports-bras/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/32',0,2,NULL,1,'{\"category_id\":\"32\"}'),('4640','product','36','h-4.html','weekday-stella-triangle-bra.html',301,2,NULL,0,'[]'),('4641','product','36','bras-bralettes/h-4.html','bras-bralettes/weekday-stella-triangle-bra.html',301,2,NULL,0,'{\"category_id\":\"3\"}'),('4642','product','36','panties/h-4.html','panties/weekday-stella-triangle-bra.html',301,2,NULL,0,'{\"category_id\":\"4\"}'),('4643','product','36','lingerie/h-4.html','lingerie/weekday-stella-triangle-bra.html',301,2,NULL,0,'{\"category_id\":\"5\"}'),('4644','product','36','sleep/h-4.html','sleep/weekday-stella-triangle-bra.html',301,2,NULL,0,'{\"category_id\":\"6\"}'),('4645','product','36','beauty/h-4.html','beauty/weekday-stella-triangle-bra.html',301,2,NULL,0,'{\"category_id\":\"7\"}'),('4646','product','36','sale-specials/h-4.html','sale-specials/weekday-stella-triangle-bra.html',301,2,NULL,0,'{\"category_id\":\"11\"}'),('4647','product','36','beauty/fragrance/h-4.html','beauty/fragrance/weekday-stella-triangle-bra.html',301,2,NULL,0,'{\"category_id\":\"8\"}'),('4648','product','36','beauty/body-care/h-4.html','beauty/body-care/weekday-stella-triangle-bra.html',301,2,NULL,0,'{\"category_id\":\"10\"}'),('4649','product','36','sale-specials/bras-panties/h-4.html','sale-specials/bras-panties/weekday-stella-triangle-bra.html',301,2,NULL,0,'{\"category_id\":\"12\"}'),('4650','product','36','sale-specials/sleep/h-4.html','sale-specials/sleep/weekday-stella-triangle-bra.html',301,2,NULL,0,'{\"category_id\":\"13\"}'),('4651','product','36','sale-specials/beauty-accessories/h-4.html','sale-specials/beauty-accessories/weekday-stella-triangle-bra.html',301,2,NULL,0,'{\"category_id\":\"14\"}'),('4652','product','36','sleep/sleepshirts/h-4.html','sleep/sleepshirts/weekday-stella-triangle-bra.html',301,2,NULL,0,'{\"category_id\":\"16\"}'),('4653','product','36','sleep/shorts/h-4.html','sleep/shorts/weekday-stella-triangle-bra.html',301,2,NULL,0,'{\"category_id\":\"18\"}'),('4654','product','36','sleep/loungewear/h-4.html','sleep/loungewear/weekday-stella-triangle-bra.html',301,2,NULL,0,'{\"category_id\":\"19\"}'),('4655','product','36','lingerie/teddies-bodysuits/h-4.html','lingerie/teddies-bodysuits/weekday-stella-triangle-bra.html',301,2,NULL,0,'{\"category_id\":\"21\"}'),('4656','product','36','panties/cheekies-cheekinis/h-4.html','panties/cheekies-cheekinis/weekday-stella-triangle-bra.html',301,2,NULL,0,'{\"category_id\":\"23\"}'),('4657','product','36','panties/shorties-boyshorts/h-4.html','panties/shorties-boyshorts/weekday-stella-triangle-bra.html',301,2,NULL,0,'{\"category_id\":\"25\"}'),('4658','product','36','panties/bikinis/h-4.html','panties/bikinis/weekday-stella-triangle-bra.html',301,2,NULL,0,'{\"category_id\":\"26\"}'),('4659','product','36','bras-bralettes/unlined/h-4.html','bras-bralettes/unlined/weekday-stella-triangle-bra.html',301,2,NULL,0,'{\"category_id\":\"29\"}'),('4660','product','36','bras-bralettes/perfect-coverage/h-4.html','bras-bralettes/perfect-coverage/weekday-stella-triangle-bra.html',301,2,NULL,0,'{\"category_id\":\"30\"}'),('4661','product','36','bras-bralettes/sports-bras/h-4.html','bras-bralettes/sports-bras/weekday-stella-triangle-bra.html',301,2,NULL,0,'{\"category_id\":\"32\"}'),('4662','product','36','weekday-stella-triangle-bra.html','catalog/product/view/id/36',0,3,NULL,1,NULL),('4663','product','36','bras-bralettes/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/3',0,3,NULL,1,'{\"category_id\":\"3\"}'),('4664','product','36','panties/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/4',0,3,NULL,1,'{\"category_id\":\"4\"}'),('4665','product','36','lingerie/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/5',0,3,NULL,1,'{\"category_id\":\"5\"}'),('4666','product','36','sleep/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/6',0,3,NULL,1,'{\"category_id\":\"6\"}'),('4667','product','36','beauty/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/7',0,3,NULL,1,'{\"category_id\":\"7\"}'),('4668','product','36','sale-specials/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/11',0,3,NULL,1,'{\"category_id\":\"11\"}'),('4669','product','36','beauty/fragrance/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/8',0,3,NULL,1,'{\"category_id\":\"8\"}'),('4670','product','36','beauty/body-care/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/10',0,3,NULL,1,'{\"category_id\":\"10\"}'),('4671','product','36','sale-specials/bras-panties/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/12',0,3,NULL,1,'{\"category_id\":\"12\"}'),('4672','product','36','sale-specials/sleep/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/13',0,3,NULL,1,'{\"category_id\":\"13\"}'),('4673','product','36','sale-specials/beauty-accessories/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/14',0,3,NULL,1,'{\"category_id\":\"14\"}'),('4674','product','36','sleep/sleepshirts/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/16',0,3,NULL,1,'{\"category_id\":\"16\"}'),('4675','product','36','sleep/shorts/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/18',0,3,NULL,1,'{\"category_id\":\"18\"}'),('4676','product','36','sleep/loungewear/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/19',0,3,NULL,1,'{\"category_id\":\"19\"}'),('4677','product','36','lingerie/teddies-bodysuits/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/21',0,3,NULL,1,'{\"category_id\":\"21\"}'),('4678','product','36','panties/cheekies-cheekinis/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/23',0,3,NULL,1,'{\"category_id\":\"23\"}'),('4679','product','36','panties/shorties-boyshorts/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/25',0,3,NULL,1,'{\"category_id\":\"25\"}'),('4680','product','36','panties/bikinis/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/26',0,3,NULL,1,'{\"category_id\":\"26\"}'),('4681','product','36','bras-bralettes/unlined/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/29',0,3,NULL,1,'{\"category_id\":\"29\"}'),('4682','product','36','bras-bralettes/perfect-coverage/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/30',0,3,NULL,1,'{\"category_id\":\"30\"}'),('4683','product','36','bras-bralettes/sports-bras/weekday-stella-triangle-bra.html','catalog/product/view/id/36/category/32',0,3,NULL,1,'{\"category_id\":\"32\"}'),('4684','product','36','h-4.html','weekday-stella-triangle-bra.html',301,3,NULL,0,'[]'),('4685','product','36','bras-bralettes/h-4.html','bras-bralettes/weekday-stella-triangle-bra.html',301,3,NULL,0,'{\"category_id\":\"3\"}'),('4686','product','36','panties/h-4.html','panties/weekday-stella-triangle-bra.html',301,3,NULL,0,'{\"category_id\":\"4\"}'),('4687','product','36','lingerie/h-4.html','lingerie/weekday-stella-triangle-bra.html',301,3,NULL,0,'{\"category_id\":\"5\"}'),('4688','product','36','sleep/h-4.html','sleep/weekday-stella-triangle-bra.html',301,3,NULL,0,'{\"category_id\":\"6\"}'),('4689','product','36','beauty/h-4.html','beauty/weekday-stella-triangle-bra.html',301,3,NULL,0,'{\"category_id\":\"7\"}'),('4690','product','36','sale-specials/h-4.html','sale-specials/weekday-stella-triangle-bra.html',301,3,NULL,0,'{\"category_id\":\"11\"}'),('4691','product','36','beauty/fragrance/h-4.html','beauty/fragrance/weekday-stella-triangle-bra.html',301,3,NULL,0,'{\"category_id\":\"8\"}'),('4692','product','36','beauty/body-care/h-4.html','beauty/body-care/weekday-stella-triangle-bra.html',301,3,NULL,0,'{\"category_id\":\"10\"}'),('4693','product','36','sale-specials/bras-panties/h-4.html','sale-specials/bras-panties/weekday-stella-triangle-bra.html',301,3,NULL,0,'{\"category_id\":\"12\"}'),('4694','product','36','sale-specials/sleep/h-4.html','sale-specials/sleep/weekday-stella-triangle-bra.html',301,3,NULL,0,'{\"category_id\":\"13\"}'),('4695','product','36','sale-specials/beauty-accessories/h-4.html','sale-specials/beauty-accessories/weekday-stella-triangle-bra.html',301,3,NULL,0,'{\"category_id\":\"14\"}'),('4696','product','36','sleep/sleepshirts/h-4.html','sleep/sleepshirts/weekday-stella-triangle-bra.html',301,3,NULL,0,'{\"category_id\":\"16\"}'),('4697','product','36','sleep/shorts/h-4.html','sleep/shorts/weekday-stella-triangle-bra.html',301,3,NULL,0,'{\"category_id\":\"18\"}'),('4698','product','36','sleep/loungewear/h-4.html','sleep/loungewear/weekday-stella-triangle-bra.html',301,3,NULL,0,'{\"category_id\":\"19\"}'),('4699','product','36','lingerie/teddies-bodysuits/h-4.html','lingerie/teddies-bodysuits/weekday-stella-triangle-bra.html',301,3,NULL,0,'{\"category_id\":\"21\"}'),('4700','product','36','panties/cheekies-cheekinis/h-4.html','panties/cheekies-cheekinis/weekday-stella-triangle-bra.html',301,3,NULL,0,'{\"category_id\":\"23\"}'),('4701','product','36','panties/shorties-boyshorts/h-4.html','panties/shorties-boyshorts/weekday-stella-triangle-bra.html',301,3,NULL,0,'{\"category_id\":\"25\"}'),('4702','product','36','panties/bikinis/h-4.html','panties/bikinis/weekday-stella-triangle-bra.html',301,3,NULL,0,'{\"category_id\":\"26\"}'),('4703','product','36','bras-bralettes/unlined/h-4.html','bras-bralettes/unlined/weekday-stella-triangle-bra.html',301,3,NULL,0,'{\"category_id\":\"29\"}'),('4704','product','36','bras-bralettes/perfect-coverage/h-4.html','bras-bralettes/perfect-coverage/weekday-stella-triangle-bra.html',301,3,NULL,0,'{\"category_id\":\"30\"}'),('4705','product','36','bras-bralettes/sports-bras/h-4.html','bras-bralettes/sports-bras/weekday-stella-triangle-bra.html',301,3,NULL,0,'{\"category_id\":\"32\"}'),('4706','category','22','lingerie/teddies-bodysuits/corsets-bustiers.html','catalog/category/view/id/22',0,1,NULL,1,NULL),('4707','category','22','lingerie/corsets-bustiers.html','lingerie/teddies-bodysuits/corsets-bustiers.html',301,1,NULL,0,NULL),('4708','category','22','lingerie/teddies-bodysuits/corsets-bustiers.html','catalog/category/view/id/22',0,2,NULL,1,NULL),('4709','category','22','lingerie/corsets-bustiers.html','lingerie/teddies-bodysuits/corsets-bustiers.html',301,2,NULL,0,NULL),('4710','category','22','lingerie/teddies-bodysuits/corsets-bustiers.html','catalog/category/view/id/22',0,3,NULL,1,NULL),('4711','category','22','lingerie/corsets-bustiers.html','lingerie/teddies-bodysuits/corsets-bustiers.html',301,3,NULL,0,NULL),('4712','product','1','asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1',0,1,NULL,1,NULL),('4713','product','1','bras-bralettes/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),('4714','product','1','panties/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/4',0,1,NULL,1,'{\"category_id\":\"4\"}'),('4715','product','1','lingerie/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),('4716','product','1','sleep/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/6',0,1,NULL,1,'{\"category_id\":\"6\"}'),('4717','product','1','beauty/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/7',0,1,NULL,1,'{\"category_id\":\"7\"}'),('4718','product','1','sale-specials/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/11',0,1,NULL,1,'{\"category_id\":\"11\"}'),('4719','product','1','beauty/fragrance/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/8',0,1,NULL,1,'{\"category_id\":\"8\"}'),('4720','product','1','beauty/body-care/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/10',0,1,NULL,1,'{\"category_id\":\"10\"}'),('4721','product','1','sale-specials/bras-panties/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/12',0,1,NULL,1,'{\"category_id\":\"12\"}'),('4722','product','1','sale-specials/sleep/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/13',0,1,NULL,1,'{\"category_id\":\"13\"}'),('4723','product','1','sale-specials/beauty-accessories/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/14',0,1,NULL,1,'{\"category_id\":\"14\"}'),('4724','product','1','sleep/pajamas/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/15',0,1,NULL,1,'{\"category_id\":\"15\"}'),('4725','product','1','sleep/sleepshirts/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/16',0,1,NULL,1,'{\"category_id\":\"16\"}'),('4726','product','1','sleep/shorts/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/18',0,1,NULL,1,'{\"category_id\":\"18\"}'),('4727','product','1','sleep/loungewear/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/19',0,1,NULL,1,'{\"category_id\":\"19\"}'),('4728','product','1','lingerie/babydolls-slips/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/20',0,1,NULL,1,'{\"category_id\":\"20\"}'),('4729','product','1','lingerie/teddies-bodysuits/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/21',0,1,NULL,1,'{\"category_id\":\"21\"}'),('4730','product','1','lingerie/teddies-bodysuits/corsets-bustiers/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/22',0,1,NULL,1,'{\"category_id\":\"22\"}'),('4731','product','1','panties/thongs-v-strings/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/24',0,1,NULL,1,'{\"category_id\":\"24\"}'),('4732','product','1','panties/shorties-boyshorts/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/25',0,1,NULL,1,'{\"category_id\":\"25\"}'),('4733','product','1','panties/bikinis/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/26',0,1,NULL,1,'{\"category_id\":\"26\"}'),('4734','product','1','panties/no-show-seamless/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/27',0,1,NULL,1,'{\"category_id\":\"27\"}'),('4735','product','1','bras-bralettes/unlined/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/29',0,1,NULL,1,'{\"category_id\":\"29\"}'),('4736','product','1','bras-bralettes/perfect-coverage/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/30',0,1,NULL,1,'{\"category_id\":\"30\"}'),('4737','product','1','bras-bralettes/push-up/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/31',0,1,NULL,1,'{\"category_id\":\"31\"}'),('4738','product','1','bras-bralettes/sports-bras/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/32',0,1,NULL,1,'{\"category_id\":\"32\"}'),('4739','product','1','asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1',0,2,NULL,1,NULL),('4740','product','1','bras-bralettes/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/3',0,2,NULL,1,'{\"category_id\":\"3\"}'),('4741','product','1','panties/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/4',0,2,NULL,1,'{\"category_id\":\"4\"}'),('4742','product','1','lingerie/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/5',0,2,NULL,1,'{\"category_id\":\"5\"}'),('4743','product','1','sleep/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/6',0,2,NULL,1,'{\"category_id\":\"6\"}'),('4744','product','1','beauty/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/7',0,2,NULL,1,'{\"category_id\":\"7\"}'),('4745','product','1','sale-specials/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/11',0,2,NULL,1,'{\"category_id\":\"11\"}'),('4746','product','1','beauty/fragrance/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/8',0,2,NULL,1,'{\"category_id\":\"8\"}'),('4747','product','1','beauty/body-care/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/10',0,2,NULL,1,'{\"category_id\":\"10\"}'),('4748','product','1','sale-specials/bras-panties/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/12',0,2,NULL,1,'{\"category_id\":\"12\"}'),('4749','product','1','sale-specials/sleep/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/13',0,2,NULL,1,'{\"category_id\":\"13\"}'),('4750','product','1','sale-specials/beauty-accessories/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/14',0,2,NULL,1,'{\"category_id\":\"14\"}'),('4751','product','1','sleep/pajamas/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/15',0,2,NULL,1,'{\"category_id\":\"15\"}'),('4752','product','1','sleep/sleepshirts/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/16',0,2,NULL,1,'{\"category_id\":\"16\"}'),('4753','product','1','sleep/shorts/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/18',0,2,NULL,1,'{\"category_id\":\"18\"}'),('4754','product','1','sleep/loungewear/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/19',0,2,NULL,1,'{\"category_id\":\"19\"}'),('4755','product','1','lingerie/babydolls-slips/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/20',0,2,NULL,1,'{\"category_id\":\"20\"}'),('4756','product','1','lingerie/teddies-bodysuits/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/21',0,2,NULL,1,'{\"category_id\":\"21\"}'),('4757','product','1','lingerie/teddies-bodysuits/corsets-bustiers/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/22',0,2,NULL,1,'{\"category_id\":\"22\"}'),('4758','product','1','panties/thongs-v-strings/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/24',0,2,NULL,1,'{\"category_id\":\"24\"}'),('4759','product','1','panties/shorties-boyshorts/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/25',0,2,NULL,1,'{\"category_id\":\"25\"}'),('4760','product','1','panties/bikinis/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/26',0,2,NULL,1,'{\"category_id\":\"26\"}'),('4761','product','1','panties/no-show-seamless/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/27',0,2,NULL,1,'{\"category_id\":\"27\"}'),('4762','product','1','bras-bralettes/unlined/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/29',0,2,NULL,1,'{\"category_id\":\"29\"}'),('4763','product','1','bras-bralettes/perfect-coverage/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/30',0,2,NULL,1,'{\"category_id\":\"30\"}'),('4764','product','1','bras-bralettes/push-up/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/31',0,2,NULL,1,'{\"category_id\":\"31\"}'),('4765','product','1','bras-bralettes/sports-bras/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/32',0,2,NULL,1,'{\"category_id\":\"32\"}'),('4766','product','1','asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1',0,3,NULL,1,NULL),('4767','product','1','bras-bralettes/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/3',0,3,NULL,1,'{\"category_id\":\"3\"}'),('4768','product','1','panties/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/4',0,3,NULL,1,'{\"category_id\":\"4\"}'),('4769','product','1','lingerie/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/5',0,3,NULL,1,'{\"category_id\":\"5\"}'),('4770','product','1','sleep/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/6',0,3,NULL,1,'{\"category_id\":\"6\"}'),('4771','product','1','beauty/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/7',0,3,NULL,1,'{\"category_id\":\"7\"}'),('4772','product','1','sale-specials/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/11',0,3,NULL,1,'{\"category_id\":\"11\"}'),('4773','product','1','beauty/fragrance/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/8',0,3,NULL,1,'{\"category_id\":\"8\"}'),('4774','product','1','beauty/body-care/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/10',0,3,NULL,1,'{\"category_id\":\"10\"}'),('4775','product','1','sale-specials/bras-panties/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/12',0,3,NULL,1,'{\"category_id\":\"12\"}'),('4776','product','1','sale-specials/sleep/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/13',0,3,NULL,1,'{\"category_id\":\"13\"}'),('4777','product','1','sale-specials/beauty-accessories/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/14',0,3,NULL,1,'{\"category_id\":\"14\"}'),('4778','product','1','sleep/pajamas/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/15',0,3,NULL,1,'{\"category_id\":\"15\"}'),('4779','product','1','sleep/sleepshirts/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/16',0,3,NULL,1,'{\"category_id\":\"16\"}'),('4780','product','1','sleep/shorts/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/18',0,3,NULL,1,'{\"category_id\":\"18\"}'),('4781','product','1','sleep/loungewear/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/19',0,3,NULL,1,'{\"category_id\":\"19\"}'),('4782','product','1','lingerie/babydolls-slips/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/20',0,3,NULL,1,'{\"category_id\":\"20\"}'),('4783','product','1','lingerie/teddies-bodysuits/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/21',0,3,NULL,1,'{\"category_id\":\"21\"}'),('4784','product','1','lingerie/teddies-bodysuits/corsets-bustiers/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/22',0,3,NULL,1,'{\"category_id\":\"22\"}'),('4785','product','1','panties/thongs-v-strings/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/24',0,3,NULL,1,'{\"category_id\":\"24\"}'),('4786','product','1','panties/shorties-boyshorts/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/25',0,3,NULL,1,'{\"category_id\":\"25\"}'),('4787','product','1','panties/bikinis/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/26',0,3,NULL,1,'{\"category_id\":\"26\"}'),('4788','product','1','panties/no-show-seamless/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/27',0,3,NULL,1,'{\"category_id\":\"27\"}'),('4789','product','1','bras-bralettes/unlined/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/29',0,3,NULL,1,'{\"category_id\":\"29\"}'),('4790','product','1','bras-bralettes/perfect-coverage/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/30',0,3,NULL,1,'{\"category_id\":\"30\"}'),('4791','product','1','bras-bralettes/push-up/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/31',0,3,NULL,1,'{\"category_id\":\"31\"}'),('4792','product','1','bras-bralettes/sports-bras/asos-bridal-here-comes-the-bride-vest-short-pyjama-set.html','catalog/product/view/id/1/category/32',0,3,NULL,1,'{\"category_id\":\"32\"}'),('4793','product','2','asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2',0,1,NULL,1,NULL),('4794','product','2','bras-bralettes/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),('4795','product','2','panties/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/4',0,1,NULL,1,'{\"category_id\":\"4\"}'),('4796','product','2','lingerie/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),('4797','product','2','sleep/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/6',0,1,NULL,1,'{\"category_id\":\"6\"}'),('4798','product','2','beauty/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/7',0,1,NULL,1,'{\"category_id\":\"7\"}'),('4799','product','2','sale-specials/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/11',0,1,NULL,1,'{\"category_id\":\"11\"}'),('4800','product','2','beauty/fragrance/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/8',0,1,NULL,1,'{\"category_id\":\"8\"}'),('4801','product','2','beauty/body-care/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/10',0,1,NULL,1,'{\"category_id\":\"10\"}'),('4802','product','2','sale-specials/bras-panties/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/12',0,1,NULL,1,'{\"category_id\":\"12\"}'),('4803','product','2','sale-specials/sleep/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/13',0,1,NULL,1,'{\"category_id\":\"13\"}'),('4804','product','2','sale-specials/beauty-accessories/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/14',0,1,NULL,1,'{\"category_id\":\"14\"}'),('4805','product','2','sleep/pajamas/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/15',0,1,NULL,1,'{\"category_id\":\"15\"}'),('4806','product','2','sleep/robes-slippers/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/17',0,1,NULL,1,'{\"category_id\":\"17\"}'),('4807','product','2','sleep/loungewear/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/19',0,1,NULL,1,'{\"category_id\":\"19\"}'),('4808','product','2','lingerie/babydolls-slips/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/20',0,1,NULL,1,'{\"category_id\":\"20\"}'),('4809','product','2','lingerie/teddies-bodysuits/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/21',0,1,NULL,1,'{\"category_id\":\"21\"}'),('4810','product','2','lingerie/teddies-bodysuits/corsets-bustiers/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/22',0,1,NULL,1,'{\"category_id\":\"22\"}'),('4811','product','2','panties/cheekies-cheekinis/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/23',0,1,NULL,1,'{\"category_id\":\"23\"}'),('4812','product','2','panties/thongs-v-strings/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/24',0,1,NULL,1,'{\"category_id\":\"24\"}'),('4813','product','2','panties/shorties-boyshorts/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/25',0,1,NULL,1,'{\"category_id\":\"25\"}'),('4814','product','2','bras-bralettes/bralettes/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/28',0,1,NULL,1,'{\"category_id\":\"28\"}'),('4815','product','2','bras-bralettes/unlined/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/29',0,1,NULL,1,'{\"category_id\":\"29\"}'),('4816','product','2','bras-bralettes/perfect-coverage/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/30',0,1,NULL,1,'{\"category_id\":\"30\"}'),('4817','product','2','bras-bralettes/push-up/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/31',0,1,NULL,1,'{\"category_id\":\"31\"}'),('4818','product','2','bras-bralettes/sports-bras/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/32',0,1,NULL,1,'{\"category_id\":\"32\"}'),('4819','product','2','s.html','asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,1,NULL,0,'[]'),('4820','product','2','bras-bralettes/s.html','bras-bralettes/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"3\"}'),('4821','product','2','panties/s.html','panties/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"4\"}'),('4822','product','2','lingerie/s.html','lingerie/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"5\"}'),('4823','product','2','sleep/s.html','sleep/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"6\"}'),('4824','product','2','beauty/s.html','beauty/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"7\"}'),('4825','product','2','sale-specials/s.html','sale-specials/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"11\"}'),('4826','product','2','beauty/fragrance/s.html','beauty/fragrance/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"8\"}'),('4827','product','2','beauty/body-care/s.html','beauty/body-care/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"10\"}'),('4828','product','2','sale-specials/bras-panties/s.html','sale-specials/bras-panties/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"12\"}'),('4829','product','2','sale-specials/sleep/s.html','sale-specials/sleep/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"13\"}'),('4830','product','2','sale-specials/beauty-accessories/s.html','sale-specials/beauty-accessories/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"14\"}'),('4831','product','2','sleep/pajamas/s.html','sleep/pajamas/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"15\"}'),('4832','product','2','sleep/robes-slippers/s.html','sleep/robes-slippers/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"17\"}'),('4833','product','2','sleep/loungewear/s.html','sleep/loungewear/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"19\"}'),('4834','product','2','lingerie/babydolls-slips/s.html','lingerie/babydolls-slips/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"20\"}'),('4835','product','2','lingerie/teddies-bodysuits/s.html','lingerie/teddies-bodysuits/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"21\"}'),('4836','product','2','panties/cheekies-cheekinis/s.html','panties/cheekies-cheekinis/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"23\"}'),('4837','product','2','panties/thongs-v-strings/s.html','panties/thongs-v-strings/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"24\"}'),('4838','product','2','panties/shorties-boyshorts/s.html','panties/shorties-boyshorts/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"25\"}'),('4839','product','2','bras-bralettes/bralettes/s.html','bras-bralettes/bralettes/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"28\"}'),('4840','product','2','bras-bralettes/unlined/s.html','bras-bralettes/unlined/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"29\"}'),('4841','product','2','bras-bralettes/perfect-coverage/s.html','bras-bralettes/perfect-coverage/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"30\"}'),('4842','product','2','bras-bralettes/push-up/s.html','bras-bralettes/push-up/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"31\"}'),('4843','product','2','bras-bralettes/sports-bras/s.html','bras-bralettes/sports-bras/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"32\"}'),('4844','product','2','asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2',0,2,NULL,1,NULL),('4845','product','2','bras-bralettes/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/3',0,2,NULL,1,'{\"category_id\":\"3\"}'),('4846','product','2','panties/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/4',0,2,NULL,1,'{\"category_id\":\"4\"}'),('4847','product','2','lingerie/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/5',0,2,NULL,1,'{\"category_id\":\"5\"}'),('4848','product','2','sleep/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/6',0,2,NULL,1,'{\"category_id\":\"6\"}'),('4849','product','2','beauty/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/7',0,2,NULL,1,'{\"category_id\":\"7\"}'),('4850','product','2','sale-specials/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/11',0,2,NULL,1,'{\"category_id\":\"11\"}'),('4851','product','2','beauty/fragrance/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/8',0,2,NULL,1,'{\"category_id\":\"8\"}'),('4852','product','2','beauty/body-care/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/10',0,2,NULL,1,'{\"category_id\":\"10\"}'),('4853','product','2','sale-specials/bras-panties/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/12',0,2,NULL,1,'{\"category_id\":\"12\"}'),('4854','product','2','sale-specials/sleep/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/13',0,2,NULL,1,'{\"category_id\":\"13\"}'),('4855','product','2','sale-specials/beauty-accessories/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/14',0,2,NULL,1,'{\"category_id\":\"14\"}'),('4856','product','2','sleep/pajamas/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/15',0,2,NULL,1,'{\"category_id\":\"15\"}'),('4857','product','2','sleep/robes-slippers/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/17',0,2,NULL,1,'{\"category_id\":\"17\"}');
INSERT INTO `url_rewrite` VALUES ('4858','product','2','sleep/loungewear/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/19',0,2,NULL,1,'{\"category_id\":\"19\"}'),('4859','product','2','lingerie/babydolls-slips/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/20',0,2,NULL,1,'{\"category_id\":\"20\"}'),('4860','product','2','lingerie/teddies-bodysuits/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/21',0,2,NULL,1,'{\"category_id\":\"21\"}'),('4861','product','2','lingerie/teddies-bodysuits/corsets-bustiers/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/22',0,2,NULL,1,'{\"category_id\":\"22\"}'),('4862','product','2','panties/cheekies-cheekinis/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/23',0,2,NULL,1,'{\"category_id\":\"23\"}'),('4863','product','2','panties/thongs-v-strings/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/24',0,2,NULL,1,'{\"category_id\":\"24\"}'),('4864','product','2','panties/shorties-boyshorts/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/25',0,2,NULL,1,'{\"category_id\":\"25\"}'),('4865','product','2','bras-bralettes/bralettes/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/28',0,2,NULL,1,'{\"category_id\":\"28\"}'),('4866','product','2','bras-bralettes/unlined/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/29',0,2,NULL,1,'{\"category_id\":\"29\"}'),('4867','product','2','bras-bralettes/perfect-coverage/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/30',0,2,NULL,1,'{\"category_id\":\"30\"}'),('4868','product','2','bras-bralettes/push-up/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/31',0,2,NULL,1,'{\"category_id\":\"31\"}'),('4869','product','2','bras-bralettes/sports-bras/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/32',0,2,NULL,1,'{\"category_id\":\"32\"}'),('4870','product','2','s.html','asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,2,NULL,0,'[]'),('4871','product','2','bras-bralettes/s.html','bras-bralettes/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"3\"}'),('4872','product','2','panties/s.html','panties/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"4\"}'),('4873','product','2','lingerie/s.html','lingerie/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"5\"}'),('4874','product','2','sleep/s.html','sleep/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"6\"}'),('4875','product','2','beauty/s.html','beauty/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"7\"}'),('4876','product','2','sale-specials/s.html','sale-specials/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"11\"}'),('4877','product','2','beauty/fragrance/s.html','beauty/fragrance/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"8\"}'),('4878','product','2','beauty/body-care/s.html','beauty/body-care/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"10\"}'),('4879','product','2','sale-specials/bras-panties/s.html','sale-specials/bras-panties/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"12\"}'),('4880','product','2','sale-specials/sleep/s.html','sale-specials/sleep/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"13\"}'),('4881','product','2','sale-specials/beauty-accessories/s.html','sale-specials/beauty-accessories/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"14\"}'),('4882','product','2','sleep/pajamas/s.html','sleep/pajamas/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"15\"}'),('4883','product','2','sleep/robes-slippers/s.html','sleep/robes-slippers/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"17\"}'),('4884','product','2','sleep/loungewear/s.html','sleep/loungewear/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"19\"}'),('4885','product','2','lingerie/babydolls-slips/s.html','lingerie/babydolls-slips/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"20\"}'),('4886','product','2','lingerie/teddies-bodysuits/s.html','lingerie/teddies-bodysuits/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"21\"}'),('4887','product','2','panties/cheekies-cheekinis/s.html','panties/cheekies-cheekinis/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"23\"}'),('4888','product','2','panties/thongs-v-strings/s.html','panties/thongs-v-strings/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"24\"}'),('4889','product','2','panties/shorties-boyshorts/s.html','panties/shorties-boyshorts/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"25\"}'),('4890','product','2','bras-bralettes/bralettes/s.html','bras-bralettes/bralettes/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"28\"}'),('4891','product','2','bras-bralettes/unlined/s.html','bras-bralettes/unlined/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"29\"}'),('4892','product','2','bras-bralettes/perfect-coverage/s.html','bras-bralettes/perfect-coverage/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"30\"}'),('4893','product','2','bras-bralettes/push-up/s.html','bras-bralettes/push-up/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"31\"}'),('4894','product','2','bras-bralettes/sports-bras/s.html','bras-bralettes/sports-bras/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"32\"}'),('4895','product','2','asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2',0,3,NULL,1,NULL),('4896','product','2','bras-bralettes/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/3',0,3,NULL,1,'{\"category_id\":\"3\"}'),('4897','product','2','panties/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/4',0,3,NULL,1,'{\"category_id\":\"4\"}'),('4898','product','2','lingerie/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/5',0,3,NULL,1,'{\"category_id\":\"5\"}'),('4899','product','2','sleep/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/6',0,3,NULL,1,'{\"category_id\":\"6\"}'),('4900','product','2','beauty/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/7',0,3,NULL,1,'{\"category_id\":\"7\"}'),('4901','product','2','sale-specials/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/11',0,3,NULL,1,'{\"category_id\":\"11\"}'),('4902','product','2','beauty/fragrance/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/8',0,3,NULL,1,'{\"category_id\":\"8\"}'),('4903','product','2','beauty/body-care/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/10',0,3,NULL,1,'{\"category_id\":\"10\"}'),('4904','product','2','sale-specials/bras-panties/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/12',0,3,NULL,1,'{\"category_id\":\"12\"}'),('4905','product','2','sale-specials/sleep/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/13',0,3,NULL,1,'{\"category_id\":\"13\"}'),('4906','product','2','sale-specials/beauty-accessories/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/14',0,3,NULL,1,'{\"category_id\":\"14\"}'),('4907','product','2','sleep/pajamas/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/15',0,3,NULL,1,'{\"category_id\":\"15\"}'),('4908','product','2','sleep/robes-slippers/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/17',0,3,NULL,1,'{\"category_id\":\"17\"}'),('4909','product','2','sleep/loungewear/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/19',0,3,NULL,1,'{\"category_id\":\"19\"}'),('4910','product','2','lingerie/babydolls-slips/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/20',0,3,NULL,1,'{\"category_id\":\"20\"}'),('4911','product','2','lingerie/teddies-bodysuits/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/21',0,3,NULL,1,'{\"category_id\":\"21\"}'),('4912','product','2','lingerie/teddies-bodysuits/corsets-bustiers/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/22',0,3,NULL,1,'{\"category_id\":\"22\"}'),('4913','product','2','panties/cheekies-cheekinis/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/23',0,3,NULL,1,'{\"category_id\":\"23\"}'),('4914','product','2','panties/thongs-v-strings/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/24',0,3,NULL,1,'{\"category_id\":\"24\"}'),('4915','product','2','panties/shorties-boyshorts/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/25',0,3,NULL,1,'{\"category_id\":\"25\"}'),('4916','product','2','bras-bralettes/bralettes/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/28',0,3,NULL,1,'{\"category_id\":\"28\"}'),('4917','product','2','bras-bralettes/unlined/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/29',0,3,NULL,1,'{\"category_id\":\"29\"}'),('4918','product','2','bras-bralettes/perfect-coverage/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/30',0,3,NULL,1,'{\"category_id\":\"30\"}'),('4919','product','2','bras-bralettes/push-up/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/31',0,3,NULL,1,'{\"category_id\":\"31\"}'),('4920','product','2','bras-bralettes/sports-bras/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html','catalog/product/view/id/2/category/32',0,3,NULL,1,'{\"category_id\":\"32\"}'),('4921','product','2','s.html','asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,3,NULL,0,'[]'),('4922','product','2','bras-bralettes/s.html','bras-bralettes/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"3\"}'),('4923','product','2','panties/s.html','panties/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"4\"}'),('4924','product','2','lingerie/s.html','lingerie/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"5\"}'),('4925','product','2','sleep/s.html','sleep/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"6\"}'),('4926','product','2','beauty/s.html','beauty/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"7\"}'),('4927','product','2','sale-specials/s.html','sale-specials/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"11\"}'),('4928','product','2','beauty/fragrance/s.html','beauty/fragrance/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"8\"}'),('4929','product','2','beauty/body-care/s.html','beauty/body-care/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"10\"}'),('4930','product','2','sale-specials/bras-panties/s.html','sale-specials/bras-panties/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"12\"}'),('4931','product','2','sale-specials/sleep/s.html','sale-specials/sleep/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"13\"}'),('4932','product','2','sale-specials/beauty-accessories/s.html','sale-specials/beauty-accessories/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"14\"}'),('4933','product','2','sleep/pajamas/s.html','sleep/pajamas/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"15\"}'),('4934','product','2','sleep/robes-slippers/s.html','sleep/robes-slippers/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"17\"}'),('4935','product','2','sleep/loungewear/s.html','sleep/loungewear/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"19\"}'),('4936','product','2','lingerie/babydolls-slips/s.html','lingerie/babydolls-slips/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"20\"}'),('4937','product','2','lingerie/teddies-bodysuits/s.html','lingerie/teddies-bodysuits/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"21\"}'),('4938','product','2','panties/cheekies-cheekinis/s.html','panties/cheekies-cheekinis/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"23\"}'),('4939','product','2','panties/thongs-v-strings/s.html','panties/thongs-v-strings/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"24\"}'),('4940','product','2','panties/shorties-boyshorts/s.html','panties/shorties-boyshorts/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"25\"}'),('4941','product','2','bras-bralettes/bralettes/s.html','bras-bralettes/bralettes/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"28\"}'),('4942','product','2','bras-bralettes/unlined/s.html','bras-bralettes/unlined/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"29\"}'),('4943','product','2','bras-bralettes/perfect-coverage/s.html','bras-bralettes/perfect-coverage/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"30\"}'),('4944','product','2','bras-bralettes/push-up/s.html','bras-bralettes/push-up/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"31\"}'),('4945','product','2','bras-bralettes/sports-bras/s.html','bras-bralettes/sports-bras/asos-leanna-lace-up-satin-half-cup-moulded-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"32\"}'),('4946','product','3','asos-madison-lace-underwire-bra.html','catalog/product/view/id/3',0,1,NULL,1,NULL),('4947','product','3','bras-bralettes/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),('4948','product','3','panties/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/4',0,1,NULL,1,'{\"category_id\":\"4\"}'),('4949','product','3','lingerie/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),('4950','product','3','sleep/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/6',0,1,NULL,1,'{\"category_id\":\"6\"}'),('4951','product','3','beauty/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/7',0,1,NULL,1,'{\"category_id\":\"7\"}'),('4952','product','3','sale-specials/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/11',0,1,NULL,1,'{\"category_id\":\"11\"}'),('4953','product','3','beauty/fragrance/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/8',0,1,NULL,1,'{\"category_id\":\"8\"}'),('4954','product','3','beauty/body-care/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/10',0,1,NULL,1,'{\"category_id\":\"10\"}'),('4955','product','3','sale-specials/bras-panties/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/12',0,1,NULL,1,'{\"category_id\":\"12\"}'),('4956','product','3','sale-specials/sleep/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/13',0,1,NULL,1,'{\"category_id\":\"13\"}'),('4957','product','3','sale-specials/beauty-accessories/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/14',0,1,NULL,1,'{\"category_id\":\"14\"}'),('4958','product','3','sleep/pajamas/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/15',0,1,NULL,1,'{\"category_id\":\"15\"}'),('4959','product','3','sleep/robes-slippers/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/17',0,1,NULL,1,'{\"category_id\":\"17\"}'),('4960','product','3','sleep/loungewear/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/19',0,1,NULL,1,'{\"category_id\":\"19\"}'),('4961','product','3','lingerie/babydolls-slips/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/20',0,1,NULL,1,'{\"category_id\":\"20\"}'),('4962','product','3','lingerie/teddies-bodysuits/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/21',0,1,NULL,1,'{\"category_id\":\"21\"}'),('4963','product','3','lingerie/teddies-bodysuits/corsets-bustiers/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/22',0,1,NULL,1,'{\"category_id\":\"22\"}'),('4964','product','3','panties/cheekies-cheekinis/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/23',0,1,NULL,1,'{\"category_id\":\"23\"}'),('4965','product','3','panties/thongs-v-strings/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/24',0,1,NULL,1,'{\"category_id\":\"24\"}'),('4966','product','3','panties/shorties-boyshorts/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/25',0,1,NULL,1,'{\"category_id\":\"25\"}'),('4967','product','3','bras-bralettes/bralettes/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/28',0,1,NULL,1,'{\"category_id\":\"28\"}'),('4968','product','3','bras-bralettes/unlined/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/29',0,1,NULL,1,'{\"category_id\":\"29\"}'),('4969','product','3','bras-bralettes/perfect-coverage/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/30',0,1,NULL,1,'{\"category_id\":\"30\"}'),('4970','product','3','bras-bralettes/push-up/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/31',0,1,NULL,1,'{\"category_id\":\"31\"}'),('4971','product','3','bras-bralettes/sports-bras/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/32',0,1,NULL,1,'{\"category_id\":\"32\"}'),('4972','product','3','s-1.html','asos-madison-lace-underwire-bra.html',301,1,NULL,0,'[]'),('4973','product','3','bras-bralettes/s-1.html','bras-bralettes/asos-madison-lace-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"3\"}'),('4974','product','3','panties/s-1.html','panties/asos-madison-lace-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"4\"}'),('4975','product','3','lingerie/s-1.html','lingerie/asos-madison-lace-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"5\"}'),('4976','product','3','sleep/s-1.html','sleep/asos-madison-lace-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"6\"}'),('4977','product','3','beauty/s-1.html','beauty/asos-madison-lace-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"7\"}'),('4978','product','3','sale-specials/s-1.html','sale-specials/asos-madison-lace-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"11\"}'),('4979','product','3','beauty/fragrance/s-1.html','beauty/fragrance/asos-madison-lace-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"8\"}'),('4980','product','3','beauty/body-care/s-1.html','beauty/body-care/asos-madison-lace-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"10\"}'),('4981','product','3','sale-specials/bras-panties/s-1.html','sale-specials/bras-panties/asos-madison-lace-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"12\"}'),('4982','product','3','sale-specials/sleep/s-1.html','sale-specials/sleep/asos-madison-lace-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"13\"}'),('4983','product','3','sale-specials/beauty-accessories/s-1.html','sale-specials/beauty-accessories/asos-madison-lace-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"14\"}'),('4984','product','3','sleep/pajamas/s-1.html','sleep/pajamas/asos-madison-lace-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"15\"}'),('4985','product','3','sleep/robes-slippers/s-1.html','sleep/robes-slippers/asos-madison-lace-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"17\"}'),('4986','product','3','sleep/loungewear/s-1.html','sleep/loungewear/asos-madison-lace-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"19\"}'),('4987','product','3','lingerie/babydolls-slips/s-1.html','lingerie/babydolls-slips/asos-madison-lace-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"20\"}'),('4988','product','3','lingerie/teddies-bodysuits/s-1.html','lingerie/teddies-bodysuits/asos-madison-lace-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"21\"}'),('4989','product','3','panties/cheekies-cheekinis/s-1.html','panties/cheekies-cheekinis/asos-madison-lace-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"23\"}'),('4990','product','3','panties/thongs-v-strings/s-1.html','panties/thongs-v-strings/asos-madison-lace-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"24\"}'),('4991','product','3','panties/shorties-boyshorts/s-1.html','panties/shorties-boyshorts/asos-madison-lace-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"25\"}'),('4992','product','3','bras-bralettes/bralettes/s-1.html','bras-bralettes/bralettes/asos-madison-lace-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"28\"}'),('4993','product','3','bras-bralettes/unlined/s-1.html','bras-bralettes/unlined/asos-madison-lace-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"29\"}'),('4994','product','3','bras-bralettes/perfect-coverage/s-1.html','bras-bralettes/perfect-coverage/asos-madison-lace-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"30\"}'),('4995','product','3','bras-bralettes/push-up/s-1.html','bras-bralettes/push-up/asos-madison-lace-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"31\"}'),('4996','product','3','bras-bralettes/sports-bras/s-1.html','bras-bralettes/sports-bras/asos-madison-lace-underwire-bra.html',301,1,NULL,0,'{\"category_id\":\"32\"}'),('4997','product','3','asos-madison-lace-underwire-bra.html','catalog/product/view/id/3',0,2,NULL,1,NULL),('4998','product','3','bras-bralettes/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/3',0,2,NULL,1,'{\"category_id\":\"3\"}'),('4999','product','3','panties/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/4',0,2,NULL,1,'{\"category_id\":\"4\"}'),('5000','product','3','lingerie/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/5',0,2,NULL,1,'{\"category_id\":\"5\"}'),('5001','product','3','sleep/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/6',0,2,NULL,1,'{\"category_id\":\"6\"}'),('5002','product','3','beauty/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/7',0,2,NULL,1,'{\"category_id\":\"7\"}'),('5003','product','3','sale-specials/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/11',0,2,NULL,1,'{\"category_id\":\"11\"}'),('5004','product','3','beauty/fragrance/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/8',0,2,NULL,1,'{\"category_id\":\"8\"}'),('5005','product','3','beauty/body-care/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/10',0,2,NULL,1,'{\"category_id\":\"10\"}'),('5006','product','3','sale-specials/bras-panties/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/12',0,2,NULL,1,'{\"category_id\":\"12\"}'),('5007','product','3','sale-specials/sleep/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/13',0,2,NULL,1,'{\"category_id\":\"13\"}'),('5008','product','3','sale-specials/beauty-accessories/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/14',0,2,NULL,1,'{\"category_id\":\"14\"}'),('5009','product','3','sleep/pajamas/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/15',0,2,NULL,1,'{\"category_id\":\"15\"}'),('5010','product','3','sleep/robes-slippers/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/17',0,2,NULL,1,'{\"category_id\":\"17\"}'),('5011','product','3','sleep/loungewear/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/19',0,2,NULL,1,'{\"category_id\":\"19\"}'),('5012','product','3','lingerie/babydolls-slips/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/20',0,2,NULL,1,'{\"category_id\":\"20\"}'),('5013','product','3','lingerie/teddies-bodysuits/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/21',0,2,NULL,1,'{\"category_id\":\"21\"}'),('5014','product','3','lingerie/teddies-bodysuits/corsets-bustiers/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/22',0,2,NULL,1,'{\"category_id\":\"22\"}'),('5015','product','3','panties/cheekies-cheekinis/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/23',0,2,NULL,1,'{\"category_id\":\"23\"}'),('5016','product','3','panties/thongs-v-strings/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/24',0,2,NULL,1,'{\"category_id\":\"24\"}'),('5017','product','3','panties/shorties-boyshorts/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/25',0,2,NULL,1,'{\"category_id\":\"25\"}'),('5018','product','3','bras-bralettes/bralettes/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/28',0,2,NULL,1,'{\"category_id\":\"28\"}'),('5019','product','3','bras-bralettes/unlined/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/29',0,2,NULL,1,'{\"category_id\":\"29\"}'),('5020','product','3','bras-bralettes/perfect-coverage/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/30',0,2,NULL,1,'{\"category_id\":\"30\"}'),('5021','product','3','bras-bralettes/push-up/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/31',0,2,NULL,1,'{\"category_id\":\"31\"}'),('5022','product','3','bras-bralettes/sports-bras/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/32',0,2,NULL,1,'{\"category_id\":\"32\"}'),('5023','product','3','s-1.html','asos-madison-lace-underwire-bra.html',301,2,NULL,0,'[]'),('5024','product','3','bras-bralettes/s-1.html','bras-bralettes/asos-madison-lace-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"3\"}'),('5025','product','3','panties/s-1.html','panties/asos-madison-lace-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"4\"}'),('5026','product','3','lingerie/s-1.html','lingerie/asos-madison-lace-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"5\"}'),('5027','product','3','sleep/s-1.html','sleep/asos-madison-lace-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"6\"}'),('5028','product','3','beauty/s-1.html','beauty/asos-madison-lace-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"7\"}'),('5029','product','3','sale-specials/s-1.html','sale-specials/asos-madison-lace-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"11\"}'),('5030','product','3','beauty/fragrance/s-1.html','beauty/fragrance/asos-madison-lace-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"8\"}'),('5031','product','3','beauty/body-care/s-1.html','beauty/body-care/asos-madison-lace-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"10\"}'),('5032','product','3','sale-specials/bras-panties/s-1.html','sale-specials/bras-panties/asos-madison-lace-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"12\"}'),('5033','product','3','sale-specials/sleep/s-1.html','sale-specials/sleep/asos-madison-lace-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"13\"}'),('5034','product','3','sale-specials/beauty-accessories/s-1.html','sale-specials/beauty-accessories/asos-madison-lace-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"14\"}'),('5035','product','3','sleep/pajamas/s-1.html','sleep/pajamas/asos-madison-lace-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"15\"}'),('5036','product','3','sleep/robes-slippers/s-1.html','sleep/robes-slippers/asos-madison-lace-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"17\"}'),('5037','product','3','sleep/loungewear/s-1.html','sleep/loungewear/asos-madison-lace-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"19\"}'),('5038','product','3','lingerie/babydolls-slips/s-1.html','lingerie/babydolls-slips/asos-madison-lace-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"20\"}'),('5039','product','3','lingerie/teddies-bodysuits/s-1.html','lingerie/teddies-bodysuits/asos-madison-lace-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"21\"}'),('5040','product','3','panties/cheekies-cheekinis/s-1.html','panties/cheekies-cheekinis/asos-madison-lace-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"23\"}'),('5041','product','3','panties/thongs-v-strings/s-1.html','panties/thongs-v-strings/asos-madison-lace-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"24\"}'),('5042','product','3','panties/shorties-boyshorts/s-1.html','panties/shorties-boyshorts/asos-madison-lace-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"25\"}'),('5043','product','3','bras-bralettes/bralettes/s-1.html','bras-bralettes/bralettes/asos-madison-lace-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"28\"}'),('5044','product','3','bras-bralettes/unlined/s-1.html','bras-bralettes/unlined/asos-madison-lace-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"29\"}'),('5045','product','3','bras-bralettes/perfect-coverage/s-1.html','bras-bralettes/perfect-coverage/asos-madison-lace-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"30\"}'),('5046','product','3','bras-bralettes/push-up/s-1.html','bras-bralettes/push-up/asos-madison-lace-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"31\"}'),('5047','product','3','bras-bralettes/sports-bras/s-1.html','bras-bralettes/sports-bras/asos-madison-lace-underwire-bra.html',301,2,NULL,0,'{\"category_id\":\"32\"}'),('5048','product','3','asos-madison-lace-underwire-bra.html','catalog/product/view/id/3',0,3,NULL,1,NULL),('5049','product','3','bras-bralettes/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/3',0,3,NULL,1,'{\"category_id\":\"3\"}'),('5050','product','3','panties/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/4',0,3,NULL,1,'{\"category_id\":\"4\"}'),('5051','product','3','lingerie/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/5',0,3,NULL,1,'{\"category_id\":\"5\"}'),('5052','product','3','sleep/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/6',0,3,NULL,1,'{\"category_id\":\"6\"}'),('5053','product','3','beauty/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/7',0,3,NULL,1,'{\"category_id\":\"7\"}'),('5054','product','3','sale-specials/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/11',0,3,NULL,1,'{\"category_id\":\"11\"}'),('5055','product','3','beauty/fragrance/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/8',0,3,NULL,1,'{\"category_id\":\"8\"}'),('5056','product','3','beauty/body-care/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/10',0,3,NULL,1,'{\"category_id\":\"10\"}'),('5057','product','3','sale-specials/bras-panties/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/12',0,3,NULL,1,'{\"category_id\":\"12\"}'),('5058','product','3','sale-specials/sleep/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/13',0,3,NULL,1,'{\"category_id\":\"13\"}'),('5059','product','3','sale-specials/beauty-accessories/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/14',0,3,NULL,1,'{\"category_id\":\"14\"}'),('5060','product','3','sleep/pajamas/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/15',0,3,NULL,1,'{\"category_id\":\"15\"}'),('5061','product','3','sleep/robes-slippers/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/17',0,3,NULL,1,'{\"category_id\":\"17\"}'),('5062','product','3','sleep/loungewear/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/19',0,3,NULL,1,'{\"category_id\":\"19\"}'),('5063','product','3','lingerie/babydolls-slips/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/20',0,3,NULL,1,'{\"category_id\":\"20\"}'),('5064','product','3','lingerie/teddies-bodysuits/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/21',0,3,NULL,1,'{\"category_id\":\"21\"}'),('5065','product','3','lingerie/teddies-bodysuits/corsets-bustiers/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/22',0,3,NULL,1,'{\"category_id\":\"22\"}'),('5066','product','3','panties/cheekies-cheekinis/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/23',0,3,NULL,1,'{\"category_id\":\"23\"}'),('5067','product','3','panties/thongs-v-strings/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/24',0,3,NULL,1,'{\"category_id\":\"24\"}'),('5068','product','3','panties/shorties-boyshorts/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/25',0,3,NULL,1,'{\"category_id\":\"25\"}'),('5069','product','3','bras-bralettes/bralettes/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/28',0,3,NULL,1,'{\"category_id\":\"28\"}'),('5070','product','3','bras-bralettes/unlined/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/29',0,3,NULL,1,'{\"category_id\":\"29\"}'),('5071','product','3','bras-bralettes/perfect-coverage/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/30',0,3,NULL,1,'{\"category_id\":\"30\"}'),('5072','product','3','bras-bralettes/push-up/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/31',0,3,NULL,1,'{\"category_id\":\"31\"}'),('5073','product','3','bras-bralettes/sports-bras/asos-madison-lace-underwire-bra.html','catalog/product/view/id/3/category/32',0,3,NULL,1,'{\"category_id\":\"32\"}'),('5074','product','3','s-1.html','asos-madison-lace-underwire-bra.html',301,3,NULL,0,'[]'),('5075','product','3','bras-bralettes/s-1.html','bras-bralettes/asos-madison-lace-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"3\"}'),('5076','product','3','panties/s-1.html','panties/asos-madison-lace-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"4\"}'),('5077','product','3','lingerie/s-1.html','lingerie/asos-madison-lace-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"5\"}'),('5078','product','3','sleep/s-1.html','sleep/asos-madison-lace-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"6\"}'),('5079','product','3','beauty/s-1.html','beauty/asos-madison-lace-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"7\"}'),('5080','product','3','sale-specials/s-1.html','sale-specials/asos-madison-lace-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"11\"}'),('5081','product','3','beauty/fragrance/s-1.html','beauty/fragrance/asos-madison-lace-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"8\"}'),('5082','product','3','beauty/body-care/s-1.html','beauty/body-care/asos-madison-lace-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"10\"}'),('5083','product','3','sale-specials/bras-panties/s-1.html','sale-specials/bras-panties/asos-madison-lace-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"12\"}'),('5084','product','3','sale-specials/sleep/s-1.html','sale-specials/sleep/asos-madison-lace-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"13\"}'),('5085','product','3','sale-specials/beauty-accessories/s-1.html','sale-specials/beauty-accessories/asos-madison-lace-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"14\"}'),('5086','product','3','sleep/pajamas/s-1.html','sleep/pajamas/asos-madison-lace-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"15\"}'),('5087','product','3','sleep/robes-slippers/s-1.html','sleep/robes-slippers/asos-madison-lace-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"17\"}'),('5088','product','3','sleep/loungewear/s-1.html','sleep/loungewear/asos-madison-lace-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"19\"}'),('5089','product','3','lingerie/babydolls-slips/s-1.html','lingerie/babydolls-slips/asos-madison-lace-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"20\"}'),('5090','product','3','lingerie/teddies-bodysuits/s-1.html','lingerie/teddies-bodysuits/asos-madison-lace-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"21\"}'),('5091','product','3','panties/cheekies-cheekinis/s-1.html','panties/cheekies-cheekinis/asos-madison-lace-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"23\"}'),('5092','product','3','panties/thongs-v-strings/s-1.html','panties/thongs-v-strings/asos-madison-lace-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"24\"}'),('5093','product','3','panties/shorties-boyshorts/s-1.html','panties/shorties-boyshorts/asos-madison-lace-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"25\"}'),('5094','product','3','bras-bralettes/bralettes/s-1.html','bras-bralettes/bralettes/asos-madison-lace-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"28\"}'),('5095','product','3','bras-bralettes/unlined/s-1.html','bras-bralettes/unlined/asos-madison-lace-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"29\"}'),('5096','product','3','bras-bralettes/perfect-coverage/s-1.html','bras-bralettes/perfect-coverage/asos-madison-lace-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"30\"}'),('5097','product','3','bras-bralettes/push-up/s-1.html','bras-bralettes/push-up/asos-madison-lace-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"31\"}'),('5098','product','3','bras-bralettes/sports-bras/s-1.html','bras-bralettes/sports-bras/asos-madison-lace-underwire-bra.html',301,3,NULL,0,'{\"category_id\":\"32\"}'),('5099','product','4','asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4',0,1,NULL,1,NULL),('5100','product','4','bras-bralettes/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),('5101','product','4','panties/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/4',0,1,NULL,1,'{\"category_id\":\"4\"}'),('5102','product','4','lingerie/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),('5103','product','4','sleep/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/6',0,1,NULL,1,'{\"category_id\":\"6\"}'),('5104','product','4','beauty/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/7',0,1,NULL,1,'{\"category_id\":\"7\"}'),('5105','product','4','sale-specials/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/11',0,1,NULL,1,'{\"category_id\":\"11\"}'),('5106','product','4','beauty/fragrance/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/8',0,1,NULL,1,'{\"category_id\":\"8\"}'),('5107','product','4','beauty/body-care/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/10',0,1,NULL,1,'{\"category_id\":\"10\"}');
INSERT INTO `url_rewrite` VALUES ('5108','product','4','sale-specials/bras-panties/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/12',0,1,NULL,1,'{\"category_id\":\"12\"}'),('5109','product','4','sale-specials/sleep/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/13',0,1,NULL,1,'{\"category_id\":\"13\"}'),('5110','product','4','sale-specials/beauty-accessories/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/14',0,1,NULL,1,'{\"category_id\":\"14\"}'),('5111','product','4','sleep/pajamas/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/15',0,1,NULL,1,'{\"category_id\":\"15\"}'),('5112','product','4','sleep/robes-slippers/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/17',0,1,NULL,1,'{\"category_id\":\"17\"}'),('5113','product','4','sleep/loungewear/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/19',0,1,NULL,1,'{\"category_id\":\"19\"}'),('5114','product','4','lingerie/babydolls-slips/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/20',0,1,NULL,1,'{\"category_id\":\"20\"}'),('5115','product','4','lingerie/teddies-bodysuits/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/21',0,1,NULL,1,'{\"category_id\":\"21\"}'),('5116','product','4','lingerie/teddies-bodysuits/corsets-bustiers/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/22',0,1,NULL,1,'{\"category_id\":\"22\"}'),('5117','product','4','panties/cheekies-cheekinis/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/23',0,1,NULL,1,'{\"category_id\":\"23\"}'),('5118','product','4','panties/thongs-v-strings/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/24',0,1,NULL,1,'{\"category_id\":\"24\"}'),('5119','product','4','panties/shorties-boyshorts/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/25',0,1,NULL,1,'{\"category_id\":\"25\"}'),('5120','product','4','bras-bralettes/bralettes/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/28',0,1,NULL,1,'{\"category_id\":\"28\"}'),('5121','product','4','bras-bralettes/unlined/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/29',0,1,NULL,1,'{\"category_id\":\"29\"}'),('5122','product','4','bras-bralettes/perfect-coverage/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/30',0,1,NULL,1,'{\"category_id\":\"30\"}'),('5123','product','4','bras-bralettes/push-up/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/31',0,1,NULL,1,'{\"category_id\":\"31\"}'),('5124','product','4','bras-bralettes/sports-bras/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/32',0,1,NULL,1,'{\"category_id\":\"32\"}'),('5125','product','4','s-2.html','asos-shake-your-coconuts-vest-short-pyjama-set.html',301,1,NULL,0,'[]'),('5126','product','4','bras-bralettes/s-2.html','bras-bralettes/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"3\"}'),('5127','product','4','panties/s-2.html','panties/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"4\"}'),('5128','product','4','lingerie/s-2.html','lingerie/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"5\"}'),('5129','product','4','sleep/s-2.html','sleep/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"6\"}'),('5130','product','4','beauty/s-2.html','beauty/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"7\"}'),('5131','product','4','sale-specials/s-2.html','sale-specials/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"11\"}'),('5132','product','4','beauty/fragrance/s-2.html','beauty/fragrance/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"8\"}'),('5133','product','4','beauty/body-care/s-2.html','beauty/body-care/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"10\"}'),('5134','product','4','sale-specials/bras-panties/s-2.html','sale-specials/bras-panties/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"12\"}'),('5135','product','4','sale-specials/sleep/s-2.html','sale-specials/sleep/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"13\"}'),('5136','product','4','sale-specials/beauty-accessories/s-2.html','sale-specials/beauty-accessories/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"14\"}'),('5137','product','4','sleep/pajamas/s-2.html','sleep/pajamas/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"15\"}'),('5138','product','4','sleep/robes-slippers/s-2.html','sleep/robes-slippers/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"17\"}'),('5139','product','4','sleep/loungewear/s-2.html','sleep/loungewear/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"19\"}'),('5140','product','4','lingerie/babydolls-slips/s-2.html','lingerie/babydolls-slips/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"20\"}'),('5141','product','4','lingerie/teddies-bodysuits/s-2.html','lingerie/teddies-bodysuits/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"21\"}'),('5142','product','4','panties/cheekies-cheekinis/s-2.html','panties/cheekies-cheekinis/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"23\"}'),('5143','product','4','panties/thongs-v-strings/s-2.html','panties/thongs-v-strings/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"24\"}'),('5144','product','4','panties/shorties-boyshorts/s-2.html','panties/shorties-boyshorts/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"25\"}'),('5145','product','4','bras-bralettes/bralettes/s-2.html','bras-bralettes/bralettes/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"28\"}'),('5146','product','4','bras-bralettes/unlined/s-2.html','bras-bralettes/unlined/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"29\"}'),('5147','product','4','bras-bralettes/perfect-coverage/s-2.html','bras-bralettes/perfect-coverage/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"30\"}'),('5148','product','4','bras-bralettes/push-up/s-2.html','bras-bralettes/push-up/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"31\"}'),('5149','product','4','bras-bralettes/sports-bras/s-2.html','bras-bralettes/sports-bras/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"32\"}'),('5150','product','4','asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4',0,2,NULL,1,NULL),('5151','product','4','bras-bralettes/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/3',0,2,NULL,1,'{\"category_id\":\"3\"}'),('5152','product','4','panties/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/4',0,2,NULL,1,'{\"category_id\":\"4\"}'),('5153','product','4','lingerie/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/5',0,2,NULL,1,'{\"category_id\":\"5\"}'),('5154','product','4','sleep/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/6',0,2,NULL,1,'{\"category_id\":\"6\"}'),('5155','product','4','beauty/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/7',0,2,NULL,1,'{\"category_id\":\"7\"}'),('5156','product','4','sale-specials/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/11',0,2,NULL,1,'{\"category_id\":\"11\"}'),('5157','product','4','beauty/fragrance/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/8',0,2,NULL,1,'{\"category_id\":\"8\"}'),('5158','product','4','beauty/body-care/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/10',0,2,NULL,1,'{\"category_id\":\"10\"}'),('5159','product','4','sale-specials/bras-panties/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/12',0,2,NULL,1,'{\"category_id\":\"12\"}'),('5160','product','4','sale-specials/sleep/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/13',0,2,NULL,1,'{\"category_id\":\"13\"}'),('5161','product','4','sale-specials/beauty-accessories/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/14',0,2,NULL,1,'{\"category_id\":\"14\"}'),('5162','product','4','sleep/pajamas/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/15',0,2,NULL,1,'{\"category_id\":\"15\"}'),('5163','product','4','sleep/robes-slippers/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/17',0,2,NULL,1,'{\"category_id\":\"17\"}'),('5164','product','4','sleep/loungewear/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/19',0,2,NULL,1,'{\"category_id\":\"19\"}'),('5165','product','4','lingerie/babydolls-slips/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/20',0,2,NULL,1,'{\"category_id\":\"20\"}'),('5166','product','4','lingerie/teddies-bodysuits/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/21',0,2,NULL,1,'{\"category_id\":\"21\"}'),('5167','product','4','lingerie/teddies-bodysuits/corsets-bustiers/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/22',0,2,NULL,1,'{\"category_id\":\"22\"}'),('5168','product','4','panties/cheekies-cheekinis/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/23',0,2,NULL,1,'{\"category_id\":\"23\"}'),('5169','product','4','panties/thongs-v-strings/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/24',0,2,NULL,1,'{\"category_id\":\"24\"}'),('5170','product','4','panties/shorties-boyshorts/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/25',0,2,NULL,1,'{\"category_id\":\"25\"}'),('5171','product','4','bras-bralettes/bralettes/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/28',0,2,NULL,1,'{\"category_id\":\"28\"}'),('5172','product','4','bras-bralettes/unlined/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/29',0,2,NULL,1,'{\"category_id\":\"29\"}'),('5173','product','4','bras-bralettes/perfect-coverage/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/30',0,2,NULL,1,'{\"category_id\":\"30\"}'),('5174','product','4','bras-bralettes/push-up/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/31',0,2,NULL,1,'{\"category_id\":\"31\"}'),('5175','product','4','bras-bralettes/sports-bras/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/32',0,2,NULL,1,'{\"category_id\":\"32\"}'),('5176','product','4','s-2.html','asos-shake-your-coconuts-vest-short-pyjama-set.html',301,2,NULL,0,'[]'),('5177','product','4','bras-bralettes/s-2.html','bras-bralettes/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"3\"}'),('5178','product','4','panties/s-2.html','panties/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"4\"}'),('5179','product','4','lingerie/s-2.html','lingerie/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"5\"}'),('5180','product','4','sleep/s-2.html','sleep/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"6\"}'),('5181','product','4','beauty/s-2.html','beauty/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"7\"}'),('5182','product','4','sale-specials/s-2.html','sale-specials/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"11\"}'),('5183','product','4','beauty/fragrance/s-2.html','beauty/fragrance/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"8\"}'),('5184','product','4','beauty/body-care/s-2.html','beauty/body-care/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"10\"}'),('5185','product','4','sale-specials/bras-panties/s-2.html','sale-specials/bras-panties/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"12\"}'),('5186','product','4','sale-specials/sleep/s-2.html','sale-specials/sleep/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"13\"}'),('5187','product','4','sale-specials/beauty-accessories/s-2.html','sale-specials/beauty-accessories/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"14\"}'),('5188','product','4','sleep/pajamas/s-2.html','sleep/pajamas/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"15\"}'),('5189','product','4','sleep/robes-slippers/s-2.html','sleep/robes-slippers/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"17\"}'),('5190','product','4','sleep/loungewear/s-2.html','sleep/loungewear/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"19\"}'),('5191','product','4','lingerie/babydolls-slips/s-2.html','lingerie/babydolls-slips/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"20\"}'),('5192','product','4','lingerie/teddies-bodysuits/s-2.html','lingerie/teddies-bodysuits/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"21\"}'),('5193','product','4','panties/cheekies-cheekinis/s-2.html','panties/cheekies-cheekinis/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"23\"}'),('5194','product','4','panties/thongs-v-strings/s-2.html','panties/thongs-v-strings/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"24\"}'),('5195','product','4','panties/shorties-boyshorts/s-2.html','panties/shorties-boyshorts/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"25\"}'),('5196','product','4','bras-bralettes/bralettes/s-2.html','bras-bralettes/bralettes/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"28\"}'),('5197','product','4','bras-bralettes/unlined/s-2.html','bras-bralettes/unlined/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"29\"}'),('5198','product','4','bras-bralettes/perfect-coverage/s-2.html','bras-bralettes/perfect-coverage/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"30\"}'),('5199','product','4','bras-bralettes/push-up/s-2.html','bras-bralettes/push-up/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"31\"}'),('5200','product','4','bras-bralettes/sports-bras/s-2.html','bras-bralettes/sports-bras/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"32\"}'),('5201','product','4','asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4',0,3,NULL,1,NULL),('5202','product','4','bras-bralettes/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/3',0,3,NULL,1,'{\"category_id\":\"3\"}'),('5203','product','4','panties/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/4',0,3,NULL,1,'{\"category_id\":\"4\"}'),('5204','product','4','lingerie/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/5',0,3,NULL,1,'{\"category_id\":\"5\"}'),('5205','product','4','sleep/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/6',0,3,NULL,1,'{\"category_id\":\"6\"}'),('5206','product','4','beauty/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/7',0,3,NULL,1,'{\"category_id\":\"7\"}'),('5207','product','4','sale-specials/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/11',0,3,NULL,1,'{\"category_id\":\"11\"}'),('5208','product','4','beauty/fragrance/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/8',0,3,NULL,1,'{\"category_id\":\"8\"}'),('5209','product','4','beauty/body-care/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/10',0,3,NULL,1,'{\"category_id\":\"10\"}'),('5210','product','4','sale-specials/bras-panties/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/12',0,3,NULL,1,'{\"category_id\":\"12\"}'),('5211','product','4','sale-specials/sleep/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/13',0,3,NULL,1,'{\"category_id\":\"13\"}'),('5212','product','4','sale-specials/beauty-accessories/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/14',0,3,NULL,1,'{\"category_id\":\"14\"}'),('5213','product','4','sleep/pajamas/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/15',0,3,NULL,1,'{\"category_id\":\"15\"}'),('5214','product','4','sleep/robes-slippers/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/17',0,3,NULL,1,'{\"category_id\":\"17\"}'),('5215','product','4','sleep/loungewear/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/19',0,3,NULL,1,'{\"category_id\":\"19\"}'),('5216','product','4','lingerie/babydolls-slips/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/20',0,3,NULL,1,'{\"category_id\":\"20\"}'),('5217','product','4','lingerie/teddies-bodysuits/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/21',0,3,NULL,1,'{\"category_id\":\"21\"}'),('5218','product','4','lingerie/teddies-bodysuits/corsets-bustiers/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/22',0,3,NULL,1,'{\"category_id\":\"22\"}'),('5219','product','4','panties/cheekies-cheekinis/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/23',0,3,NULL,1,'{\"category_id\":\"23\"}'),('5220','product','4','panties/thongs-v-strings/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/24',0,3,NULL,1,'{\"category_id\":\"24\"}'),('5221','product','4','panties/shorties-boyshorts/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/25',0,3,NULL,1,'{\"category_id\":\"25\"}'),('5222','product','4','bras-bralettes/bralettes/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/28',0,3,NULL,1,'{\"category_id\":\"28\"}'),('5223','product','4','bras-bralettes/unlined/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/29',0,3,NULL,1,'{\"category_id\":\"29\"}'),('5224','product','4','bras-bralettes/perfect-coverage/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/30',0,3,NULL,1,'{\"category_id\":\"30\"}'),('5225','product','4','bras-bralettes/push-up/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/31',0,3,NULL,1,'{\"category_id\":\"31\"}'),('5226','product','4','bras-bralettes/sports-bras/asos-shake-your-coconuts-vest-short-pyjama-set.html','catalog/product/view/id/4/category/32',0,3,NULL,1,'{\"category_id\":\"32\"}'),('5227','product','4','s-2.html','asos-shake-your-coconuts-vest-short-pyjama-set.html',301,3,NULL,0,'[]'),('5228','product','4','bras-bralettes/s-2.html','bras-bralettes/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"3\"}'),('5229','product','4','panties/s-2.html','panties/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"4\"}'),('5230','product','4','lingerie/s-2.html','lingerie/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"5\"}'),('5231','product','4','sleep/s-2.html','sleep/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"6\"}'),('5232','product','4','beauty/s-2.html','beauty/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"7\"}'),('5233','product','4','sale-specials/s-2.html','sale-specials/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"11\"}'),('5234','product','4','beauty/fragrance/s-2.html','beauty/fragrance/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"8\"}'),('5235','product','4','beauty/body-care/s-2.html','beauty/body-care/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"10\"}'),('5236','product','4','sale-specials/bras-panties/s-2.html','sale-specials/bras-panties/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"12\"}'),('5237','product','4','sale-specials/sleep/s-2.html','sale-specials/sleep/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"13\"}'),('5238','product','4','sale-specials/beauty-accessories/s-2.html','sale-specials/beauty-accessories/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"14\"}'),('5239','product','4','sleep/pajamas/s-2.html','sleep/pajamas/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"15\"}'),('5240','product','4','sleep/robes-slippers/s-2.html','sleep/robes-slippers/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"17\"}'),('5241','product','4','sleep/loungewear/s-2.html','sleep/loungewear/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"19\"}'),('5242','product','4','lingerie/babydolls-slips/s-2.html','lingerie/babydolls-slips/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"20\"}'),('5243','product','4','lingerie/teddies-bodysuits/s-2.html','lingerie/teddies-bodysuits/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"21\"}'),('5244','product','4','panties/cheekies-cheekinis/s-2.html','panties/cheekies-cheekinis/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"23\"}'),('5245','product','4','panties/thongs-v-strings/s-2.html','panties/thongs-v-strings/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"24\"}'),('5246','product','4','panties/shorties-boyshorts/s-2.html','panties/shorties-boyshorts/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"25\"}'),('5247','product','4','bras-bralettes/bralettes/s-2.html','bras-bralettes/bralettes/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"28\"}'),('5248','product','4','bras-bralettes/unlined/s-2.html','bras-bralettes/unlined/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"29\"}'),('5249','product','4','bras-bralettes/perfect-coverage/s-2.html','bras-bralettes/perfect-coverage/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"30\"}'),('5250','product','4','bras-bralettes/push-up/s-2.html','bras-bralettes/push-up/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"31\"}'),('5251','product','4','bras-bralettes/sports-bras/s-2.html','bras-bralettes/sports-bras/asos-shake-your-coconuts-vest-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"32\"}'),('5252','product','5','asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5',0,1,NULL,1,NULL),('5253','product','5','bras-bralettes/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),('5254','product','5','panties/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/4',0,1,NULL,1,'{\"category_id\":\"4\"}'),('5255','product','5','lingerie/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),('5256','product','5','sleep/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/6',0,1,NULL,1,'{\"category_id\":\"6\"}'),('5257','product','5','beauty/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/7',0,1,NULL,1,'{\"category_id\":\"7\"}'),('5258','product','5','sale-specials/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/11',0,1,NULL,1,'{\"category_id\":\"11\"}'),('5259','product','5','beauty/fragrance/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/8',0,1,NULL,1,'{\"category_id\":\"8\"}'),('5260','product','5','beauty/body-care/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/10',0,1,NULL,1,'{\"category_id\":\"10\"}'),('5261','product','5','sale-specials/bras-panties/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/12',0,1,NULL,1,'{\"category_id\":\"12\"}'),('5262','product','5','sale-specials/sleep/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/13',0,1,NULL,1,'{\"category_id\":\"13\"}'),('5263','product','5','sale-specials/beauty-accessories/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/14',0,1,NULL,1,'{\"category_id\":\"14\"}'),('5264','product','5','sleep/pajamas/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/15',0,1,NULL,1,'{\"category_id\":\"15\"}'),('5265','product','5','sleep/robes-slippers/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/17',0,1,NULL,1,'{\"category_id\":\"17\"}'),('5266','product','5','sleep/loungewear/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/19',0,1,NULL,1,'{\"category_id\":\"19\"}'),('5267','product','5','lingerie/babydolls-slips/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/20',0,1,NULL,1,'{\"category_id\":\"20\"}'),('5268','product','5','lingerie/teddies-bodysuits/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/21',0,1,NULL,1,'{\"category_id\":\"21\"}'),('5269','product','5','lingerie/teddies-bodysuits/corsets-bustiers/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/22',0,1,NULL,1,'{\"category_id\":\"22\"}'),('5270','product','5','panties/cheekies-cheekinis/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/23',0,1,NULL,1,'{\"category_id\":\"23\"}'),('5271','product','5','panties/thongs-v-strings/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/24',0,1,NULL,1,'{\"category_id\":\"24\"}'),('5272','product','5','panties/shorties-boyshorts/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/25',0,1,NULL,1,'{\"category_id\":\"25\"}'),('5273','product','5','bras-bralettes/bralettes/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/28',0,1,NULL,1,'{\"category_id\":\"28\"}'),('5274','product','5','bras-bralettes/unlined/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/29',0,1,NULL,1,'{\"category_id\":\"29\"}'),('5275','product','5','bras-bralettes/perfect-coverage/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/30',0,1,NULL,1,'{\"category_id\":\"30\"}'),('5276','product','5','bras-bralettes/push-up/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/31',0,1,NULL,1,'{\"category_id\":\"31\"}'),('5277','product','5','bras-bralettes/sports-bras/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/32',0,1,NULL,1,'{\"category_id\":\"32\"}'),('5278','product','5','s-3.html','asos-hi-leg-hi-shine-body.html',301,1,NULL,0,'[]'),('5279','product','5','bras-bralettes/s-3.html','bras-bralettes/asos-hi-leg-hi-shine-body.html',301,1,NULL,0,'{\"category_id\":\"3\"}'),('5280','product','5','panties/s-3.html','panties/asos-hi-leg-hi-shine-body.html',301,1,NULL,0,'{\"category_id\":\"4\"}'),('5281','product','5','lingerie/s-3.html','lingerie/asos-hi-leg-hi-shine-body.html',301,1,NULL,0,'{\"category_id\":\"5\"}'),('5282','product','5','sleep/s-3.html','sleep/asos-hi-leg-hi-shine-body.html',301,1,NULL,0,'{\"category_id\":\"6\"}'),('5283','product','5','beauty/s-3.html','beauty/asos-hi-leg-hi-shine-body.html',301,1,NULL,0,'{\"category_id\":\"7\"}'),('5284','product','5','sale-specials/s-3.html','sale-specials/asos-hi-leg-hi-shine-body.html',301,1,NULL,0,'{\"category_id\":\"11\"}'),('5285','product','5','beauty/fragrance/s-3.html','beauty/fragrance/asos-hi-leg-hi-shine-body.html',301,1,NULL,0,'{\"category_id\":\"8\"}'),('5286','product','5','beauty/body-care/s-3.html','beauty/body-care/asos-hi-leg-hi-shine-body.html',301,1,NULL,0,'{\"category_id\":\"10\"}'),('5287','product','5','sale-specials/bras-panties/s-3.html','sale-specials/bras-panties/asos-hi-leg-hi-shine-body.html',301,1,NULL,0,'{\"category_id\":\"12\"}'),('5288','product','5','sale-specials/sleep/s-3.html','sale-specials/sleep/asos-hi-leg-hi-shine-body.html',301,1,NULL,0,'{\"category_id\":\"13\"}'),('5289','product','5','sale-specials/beauty-accessories/s-3.html','sale-specials/beauty-accessories/asos-hi-leg-hi-shine-body.html',301,1,NULL,0,'{\"category_id\":\"14\"}'),('5290','product','5','sleep/pajamas/s-3.html','sleep/pajamas/asos-hi-leg-hi-shine-body.html',301,1,NULL,0,'{\"category_id\":\"15\"}'),('5291','product','5','sleep/robes-slippers/s-3.html','sleep/robes-slippers/asos-hi-leg-hi-shine-body.html',301,1,NULL,0,'{\"category_id\":\"17\"}'),('5292','product','5','sleep/loungewear/s-3.html','sleep/loungewear/asos-hi-leg-hi-shine-body.html',301,1,NULL,0,'{\"category_id\":\"19\"}'),('5293','product','5','lingerie/babydolls-slips/s-3.html','lingerie/babydolls-slips/asos-hi-leg-hi-shine-body.html',301,1,NULL,0,'{\"category_id\":\"20\"}'),('5294','product','5','lingerie/teddies-bodysuits/s-3.html','lingerie/teddies-bodysuits/asos-hi-leg-hi-shine-body.html',301,1,NULL,0,'{\"category_id\":\"21\"}'),('5295','product','5','panties/cheekies-cheekinis/s-3.html','panties/cheekies-cheekinis/asos-hi-leg-hi-shine-body.html',301,1,NULL,0,'{\"category_id\":\"23\"}'),('5296','product','5','panties/thongs-v-strings/s-3.html','panties/thongs-v-strings/asos-hi-leg-hi-shine-body.html',301,1,NULL,0,'{\"category_id\":\"24\"}'),('5297','product','5','panties/shorties-boyshorts/s-3.html','panties/shorties-boyshorts/asos-hi-leg-hi-shine-body.html',301,1,NULL,0,'{\"category_id\":\"25\"}'),('5298','product','5','bras-bralettes/bralettes/s-3.html','bras-bralettes/bralettes/asos-hi-leg-hi-shine-body.html',301,1,NULL,0,'{\"category_id\":\"28\"}'),('5299','product','5','bras-bralettes/unlined/s-3.html','bras-bralettes/unlined/asos-hi-leg-hi-shine-body.html',301,1,NULL,0,'{\"category_id\":\"29\"}'),('5300','product','5','bras-bralettes/perfect-coverage/s-3.html','bras-bralettes/perfect-coverage/asos-hi-leg-hi-shine-body.html',301,1,NULL,0,'{\"category_id\":\"30\"}'),('5301','product','5','bras-bralettes/push-up/s-3.html','bras-bralettes/push-up/asos-hi-leg-hi-shine-body.html',301,1,NULL,0,'{\"category_id\":\"31\"}'),('5302','product','5','bras-bralettes/sports-bras/s-3.html','bras-bralettes/sports-bras/asos-hi-leg-hi-shine-body.html',301,1,NULL,0,'{\"category_id\":\"32\"}'),('5303','product','5','asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5',0,2,NULL,1,NULL),('5304','product','5','bras-bralettes/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/3',0,2,NULL,1,'{\"category_id\":\"3\"}'),('5305','product','5','panties/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/4',0,2,NULL,1,'{\"category_id\":\"4\"}'),('5306','product','5','lingerie/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/5',0,2,NULL,1,'{\"category_id\":\"5\"}'),('5307','product','5','sleep/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/6',0,2,NULL,1,'{\"category_id\":\"6\"}'),('5308','product','5','beauty/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/7',0,2,NULL,1,'{\"category_id\":\"7\"}'),('5309','product','5','sale-specials/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/11',0,2,NULL,1,'{\"category_id\":\"11\"}'),('5310','product','5','beauty/fragrance/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/8',0,2,NULL,1,'{\"category_id\":\"8\"}'),('5311','product','5','beauty/body-care/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/10',0,2,NULL,1,'{\"category_id\":\"10\"}'),('5312','product','5','sale-specials/bras-panties/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/12',0,2,NULL,1,'{\"category_id\":\"12\"}'),('5313','product','5','sale-specials/sleep/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/13',0,2,NULL,1,'{\"category_id\":\"13\"}'),('5314','product','5','sale-specials/beauty-accessories/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/14',0,2,NULL,1,'{\"category_id\":\"14\"}'),('5315','product','5','sleep/pajamas/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/15',0,2,NULL,1,'{\"category_id\":\"15\"}'),('5316','product','5','sleep/robes-slippers/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/17',0,2,NULL,1,'{\"category_id\":\"17\"}'),('5317','product','5','sleep/loungewear/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/19',0,2,NULL,1,'{\"category_id\":\"19\"}'),('5318','product','5','lingerie/babydolls-slips/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/20',0,2,NULL,1,'{\"category_id\":\"20\"}'),('5319','product','5','lingerie/teddies-bodysuits/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/21',0,2,NULL,1,'{\"category_id\":\"21\"}'),('5320','product','5','lingerie/teddies-bodysuits/corsets-bustiers/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/22',0,2,NULL,1,'{\"category_id\":\"22\"}'),('5321','product','5','panties/cheekies-cheekinis/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/23',0,2,NULL,1,'{\"category_id\":\"23\"}'),('5322','product','5','panties/thongs-v-strings/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/24',0,2,NULL,1,'{\"category_id\":\"24\"}'),('5323','product','5','panties/shorties-boyshorts/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/25',0,2,NULL,1,'{\"category_id\":\"25\"}'),('5324','product','5','bras-bralettes/bralettes/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/28',0,2,NULL,1,'{\"category_id\":\"28\"}'),('5325','product','5','bras-bralettes/unlined/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/29',0,2,NULL,1,'{\"category_id\":\"29\"}'),('5326','product','5','bras-bralettes/perfect-coverage/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/30',0,2,NULL,1,'{\"category_id\":\"30\"}'),('5327','product','5','bras-bralettes/push-up/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/31',0,2,NULL,1,'{\"category_id\":\"31\"}'),('5328','product','5','bras-bralettes/sports-bras/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/32',0,2,NULL,1,'{\"category_id\":\"32\"}'),('5329','product','5','s-3.html','asos-hi-leg-hi-shine-body.html',301,2,NULL,0,'[]'),('5330','product','5','bras-bralettes/s-3.html','bras-bralettes/asos-hi-leg-hi-shine-body.html',301,2,NULL,0,'{\"category_id\":\"3\"}'),('5331','product','5','panties/s-3.html','panties/asos-hi-leg-hi-shine-body.html',301,2,NULL,0,'{\"category_id\":\"4\"}'),('5332','product','5','lingerie/s-3.html','lingerie/asos-hi-leg-hi-shine-body.html',301,2,NULL,0,'{\"category_id\":\"5\"}'),('5333','product','5','sleep/s-3.html','sleep/asos-hi-leg-hi-shine-body.html',301,2,NULL,0,'{\"category_id\":\"6\"}'),('5334','product','5','beauty/s-3.html','beauty/asos-hi-leg-hi-shine-body.html',301,2,NULL,0,'{\"category_id\":\"7\"}'),('5335','product','5','sale-specials/s-3.html','sale-specials/asos-hi-leg-hi-shine-body.html',301,2,NULL,0,'{\"category_id\":\"11\"}'),('5336','product','5','beauty/fragrance/s-3.html','beauty/fragrance/asos-hi-leg-hi-shine-body.html',301,2,NULL,0,'{\"category_id\":\"8\"}'),('5337','product','5','beauty/body-care/s-3.html','beauty/body-care/asos-hi-leg-hi-shine-body.html',301,2,NULL,0,'{\"category_id\":\"10\"}'),('5338','product','5','sale-specials/bras-panties/s-3.html','sale-specials/bras-panties/asos-hi-leg-hi-shine-body.html',301,2,NULL,0,'{\"category_id\":\"12\"}'),('5339','product','5','sale-specials/sleep/s-3.html','sale-specials/sleep/asos-hi-leg-hi-shine-body.html',301,2,NULL,0,'{\"category_id\":\"13\"}'),('5340','product','5','sale-specials/beauty-accessories/s-3.html','sale-specials/beauty-accessories/asos-hi-leg-hi-shine-body.html',301,2,NULL,0,'{\"category_id\":\"14\"}'),('5341','product','5','sleep/pajamas/s-3.html','sleep/pajamas/asos-hi-leg-hi-shine-body.html',301,2,NULL,0,'{\"category_id\":\"15\"}'),('5342','product','5','sleep/robes-slippers/s-3.html','sleep/robes-slippers/asos-hi-leg-hi-shine-body.html',301,2,NULL,0,'{\"category_id\":\"17\"}'),('5343','product','5','sleep/loungewear/s-3.html','sleep/loungewear/asos-hi-leg-hi-shine-body.html',301,2,NULL,0,'{\"category_id\":\"19\"}'),('5344','product','5','lingerie/babydolls-slips/s-3.html','lingerie/babydolls-slips/asos-hi-leg-hi-shine-body.html',301,2,NULL,0,'{\"category_id\":\"20\"}'),('5345','product','5','lingerie/teddies-bodysuits/s-3.html','lingerie/teddies-bodysuits/asos-hi-leg-hi-shine-body.html',301,2,NULL,0,'{\"category_id\":\"21\"}'),('5346','product','5','panties/cheekies-cheekinis/s-3.html','panties/cheekies-cheekinis/asos-hi-leg-hi-shine-body.html',301,2,NULL,0,'{\"category_id\":\"23\"}'),('5347','product','5','panties/thongs-v-strings/s-3.html','panties/thongs-v-strings/asos-hi-leg-hi-shine-body.html',301,2,NULL,0,'{\"category_id\":\"24\"}'),('5348','product','5','panties/shorties-boyshorts/s-3.html','panties/shorties-boyshorts/asos-hi-leg-hi-shine-body.html',301,2,NULL,0,'{\"category_id\":\"25\"}'),('5349','product','5','bras-bralettes/bralettes/s-3.html','bras-bralettes/bralettes/asos-hi-leg-hi-shine-body.html',301,2,NULL,0,'{\"category_id\":\"28\"}'),('5350','product','5','bras-bralettes/unlined/s-3.html','bras-bralettes/unlined/asos-hi-leg-hi-shine-body.html',301,2,NULL,0,'{\"category_id\":\"29\"}'),('5351','product','5','bras-bralettes/perfect-coverage/s-3.html','bras-bralettes/perfect-coverage/asos-hi-leg-hi-shine-body.html',301,2,NULL,0,'{\"category_id\":\"30\"}'),('5352','product','5','bras-bralettes/push-up/s-3.html','bras-bralettes/push-up/asos-hi-leg-hi-shine-body.html',301,2,NULL,0,'{\"category_id\":\"31\"}'),('5353','product','5','bras-bralettes/sports-bras/s-3.html','bras-bralettes/sports-bras/asos-hi-leg-hi-shine-body.html',301,2,NULL,0,'{\"category_id\":\"32\"}'),('5354','product','5','asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5',0,3,NULL,1,NULL),('5355','product','5','bras-bralettes/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/3',0,3,NULL,1,'{\"category_id\":\"3\"}'),('5356','product','5','panties/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/4',0,3,NULL,1,'{\"category_id\":\"4\"}'),('5357','product','5','lingerie/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/5',0,3,NULL,1,'{\"category_id\":\"5\"}');
INSERT INTO `url_rewrite` VALUES ('5358','product','5','sleep/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/6',0,3,NULL,1,'{\"category_id\":\"6\"}'),('5359','product','5','beauty/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/7',0,3,NULL,1,'{\"category_id\":\"7\"}'),('5360','product','5','sale-specials/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/11',0,3,NULL,1,'{\"category_id\":\"11\"}'),('5361','product','5','beauty/fragrance/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/8',0,3,NULL,1,'{\"category_id\":\"8\"}'),('5362','product','5','beauty/body-care/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/10',0,3,NULL,1,'{\"category_id\":\"10\"}'),('5363','product','5','sale-specials/bras-panties/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/12',0,3,NULL,1,'{\"category_id\":\"12\"}'),('5364','product','5','sale-specials/sleep/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/13',0,3,NULL,1,'{\"category_id\":\"13\"}'),('5365','product','5','sale-specials/beauty-accessories/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/14',0,3,NULL,1,'{\"category_id\":\"14\"}'),('5366','product','5','sleep/pajamas/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/15',0,3,NULL,1,'{\"category_id\":\"15\"}'),('5367','product','5','sleep/robes-slippers/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/17',0,3,NULL,1,'{\"category_id\":\"17\"}'),('5368','product','5','sleep/loungewear/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/19',0,3,NULL,1,'{\"category_id\":\"19\"}'),('5369','product','5','lingerie/babydolls-slips/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/20',0,3,NULL,1,'{\"category_id\":\"20\"}'),('5370','product','5','lingerie/teddies-bodysuits/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/21',0,3,NULL,1,'{\"category_id\":\"21\"}'),('5371','product','5','lingerie/teddies-bodysuits/corsets-bustiers/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/22',0,3,NULL,1,'{\"category_id\":\"22\"}'),('5372','product','5','panties/cheekies-cheekinis/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/23',0,3,NULL,1,'{\"category_id\":\"23\"}'),('5373','product','5','panties/thongs-v-strings/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/24',0,3,NULL,1,'{\"category_id\":\"24\"}'),('5374','product','5','panties/shorties-boyshorts/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/25',0,3,NULL,1,'{\"category_id\":\"25\"}'),('5375','product','5','bras-bralettes/bralettes/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/28',0,3,NULL,1,'{\"category_id\":\"28\"}'),('5376','product','5','bras-bralettes/unlined/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/29',0,3,NULL,1,'{\"category_id\":\"29\"}'),('5377','product','5','bras-bralettes/perfect-coverage/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/30',0,3,NULL,1,'{\"category_id\":\"30\"}'),('5378','product','5','bras-bralettes/push-up/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/31',0,3,NULL,1,'{\"category_id\":\"31\"}'),('5379','product','5','bras-bralettes/sports-bras/asos-hi-leg-hi-shine-body.html','catalog/product/view/id/5/category/32',0,3,NULL,1,'{\"category_id\":\"32\"}'),('5380','product','5','s-3.html','asos-hi-leg-hi-shine-body.html',301,3,NULL,0,'[]'),('5381','product','5','bras-bralettes/s-3.html','bras-bralettes/asos-hi-leg-hi-shine-body.html',301,3,NULL,0,'{\"category_id\":\"3\"}'),('5382','product','5','panties/s-3.html','panties/asos-hi-leg-hi-shine-body.html',301,3,NULL,0,'{\"category_id\":\"4\"}'),('5383','product','5','lingerie/s-3.html','lingerie/asos-hi-leg-hi-shine-body.html',301,3,NULL,0,'{\"category_id\":\"5\"}'),('5384','product','5','sleep/s-3.html','sleep/asos-hi-leg-hi-shine-body.html',301,3,NULL,0,'{\"category_id\":\"6\"}'),('5385','product','5','beauty/s-3.html','beauty/asos-hi-leg-hi-shine-body.html',301,3,NULL,0,'{\"category_id\":\"7\"}'),('5386','product','5','sale-specials/s-3.html','sale-specials/asos-hi-leg-hi-shine-body.html',301,3,NULL,0,'{\"category_id\":\"11\"}'),('5387','product','5','beauty/fragrance/s-3.html','beauty/fragrance/asos-hi-leg-hi-shine-body.html',301,3,NULL,0,'{\"category_id\":\"8\"}'),('5388','product','5','beauty/body-care/s-3.html','beauty/body-care/asos-hi-leg-hi-shine-body.html',301,3,NULL,0,'{\"category_id\":\"10\"}'),('5389','product','5','sale-specials/bras-panties/s-3.html','sale-specials/bras-panties/asos-hi-leg-hi-shine-body.html',301,3,NULL,0,'{\"category_id\":\"12\"}'),('5390','product','5','sale-specials/sleep/s-3.html','sale-specials/sleep/asos-hi-leg-hi-shine-body.html',301,3,NULL,0,'{\"category_id\":\"13\"}'),('5391','product','5','sale-specials/beauty-accessories/s-3.html','sale-specials/beauty-accessories/asos-hi-leg-hi-shine-body.html',301,3,NULL,0,'{\"category_id\":\"14\"}'),('5392','product','5','sleep/pajamas/s-3.html','sleep/pajamas/asos-hi-leg-hi-shine-body.html',301,3,NULL,0,'{\"category_id\":\"15\"}'),('5393','product','5','sleep/robes-slippers/s-3.html','sleep/robes-slippers/asos-hi-leg-hi-shine-body.html',301,3,NULL,0,'{\"category_id\":\"17\"}'),('5394','product','5','sleep/loungewear/s-3.html','sleep/loungewear/asos-hi-leg-hi-shine-body.html',301,3,NULL,0,'{\"category_id\":\"19\"}'),('5395','product','5','lingerie/babydolls-slips/s-3.html','lingerie/babydolls-slips/asos-hi-leg-hi-shine-body.html',301,3,NULL,0,'{\"category_id\":\"20\"}'),('5396','product','5','lingerie/teddies-bodysuits/s-3.html','lingerie/teddies-bodysuits/asos-hi-leg-hi-shine-body.html',301,3,NULL,0,'{\"category_id\":\"21\"}'),('5397','product','5','panties/cheekies-cheekinis/s-3.html','panties/cheekies-cheekinis/asos-hi-leg-hi-shine-body.html',301,3,NULL,0,'{\"category_id\":\"23\"}'),('5398','product','5','panties/thongs-v-strings/s-3.html','panties/thongs-v-strings/asos-hi-leg-hi-shine-body.html',301,3,NULL,0,'{\"category_id\":\"24\"}'),('5399','product','5','panties/shorties-boyshorts/s-3.html','panties/shorties-boyshorts/asos-hi-leg-hi-shine-body.html',301,3,NULL,0,'{\"category_id\":\"25\"}'),('5400','product','5','bras-bralettes/bralettes/s-3.html','bras-bralettes/bralettes/asos-hi-leg-hi-shine-body.html',301,3,NULL,0,'{\"category_id\":\"28\"}'),('5401','product','5','bras-bralettes/unlined/s-3.html','bras-bralettes/unlined/asos-hi-leg-hi-shine-body.html',301,3,NULL,0,'{\"category_id\":\"29\"}'),('5402','product','5','bras-bralettes/perfect-coverage/s-3.html','bras-bralettes/perfect-coverage/asos-hi-leg-hi-shine-body.html',301,3,NULL,0,'{\"category_id\":\"30\"}'),('5403','product','5','bras-bralettes/push-up/s-3.html','bras-bralettes/push-up/asos-hi-leg-hi-shine-body.html',301,3,NULL,0,'{\"category_id\":\"31\"}'),('5404','product','5','bras-bralettes/sports-bras/s-3.html','bras-bralettes/sports-bras/asos-hi-leg-hi-shine-body.html',301,3,NULL,0,'{\"category_id\":\"32\"}'),('5405','product','6','cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6',0,1,NULL,1,NULL),('5406','product','6','bras-bralettes/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),('5407','product','6','panties/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/4',0,1,NULL,1,'{\"category_id\":\"4\"}'),('5408','product','6','lingerie/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),('5409','product','6','sleep/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/6',0,1,NULL,1,'{\"category_id\":\"6\"}'),('5410','product','6','beauty/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/7',0,1,NULL,1,'{\"category_id\":\"7\"}'),('5411','product','6','sale-specials/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/11',0,1,NULL,1,'{\"category_id\":\"11\"}'),('5412','product','6','beauty/fragrance/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/8',0,1,NULL,1,'{\"category_id\":\"8\"}'),('5413','product','6','sale-specials/bras-panties/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/12',0,1,NULL,1,'{\"category_id\":\"12\"}'),('5414','product','6','sale-specials/sleep/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/13',0,1,NULL,1,'{\"category_id\":\"13\"}'),('5415','product','6','sleep/pajamas/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/15',0,1,NULL,1,'{\"category_id\":\"15\"}'),('5416','product','6','sleep/robes-slippers/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/17',0,1,NULL,1,'{\"category_id\":\"17\"}'),('5417','product','6','sleep/loungewear/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/19',0,1,NULL,1,'{\"category_id\":\"19\"}'),('5418','product','6','lingerie/babydolls-slips/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/20',0,1,NULL,1,'{\"category_id\":\"20\"}'),('5419','product','6','lingerie/teddies-bodysuits/corsets-bustiers/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/22',0,1,NULL,1,'{\"category_id\":\"22\"}'),('5420','product','6','panties/cheekies-cheekinis/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/23',0,1,NULL,1,'{\"category_id\":\"23\"}'),('5421','product','6','panties/shorties-boyshorts/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/25',0,1,NULL,1,'{\"category_id\":\"25\"}'),('5422','product','6','panties/bikinis/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/26',0,1,NULL,1,'{\"category_id\":\"26\"}'),('5423','product','6','bras-bralettes/bralettes/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/28',0,1,NULL,1,'{\"category_id\":\"28\"}'),('5424','product','6','bras-bralettes/unlined/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/29',0,1,NULL,1,'{\"category_id\":\"29\"}'),('5425','product','6','bras-bralettes/perfect-coverage/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/30',0,1,NULL,1,'{\"category_id\":\"30\"}'),('5426','product','6','bras-bralettes/push-up/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/31',0,1,NULL,1,'{\"category_id\":\"31\"}'),('5427','product','6','bras-bralettes/sports-bras/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/32',0,1,NULL,1,'{\"category_id\":\"32\"}'),('5428','product','6','o.html','cath-kidston-guards-pyjama-tshirt.html',301,1,NULL,0,'[]'),('5429','product','6','bras-bralettes/o.html','bras-bralettes/cath-kidston-guards-pyjama-tshirt.html',301,1,NULL,0,'{\"category_id\":\"3\"}'),('5430','product','6','panties/o.html','panties/cath-kidston-guards-pyjama-tshirt.html',301,1,NULL,0,'{\"category_id\":\"4\"}'),('5431','product','6','lingerie/o.html','lingerie/cath-kidston-guards-pyjama-tshirt.html',301,1,NULL,0,'{\"category_id\":\"5\"}'),('5432','product','6','sleep/o.html','sleep/cath-kidston-guards-pyjama-tshirt.html',301,1,NULL,0,'{\"category_id\":\"6\"}'),('5433','product','6','beauty/o.html','beauty/cath-kidston-guards-pyjama-tshirt.html',301,1,NULL,0,'{\"category_id\":\"7\"}'),('5434','product','6','sale-specials/o.html','sale-specials/cath-kidston-guards-pyjama-tshirt.html',301,1,NULL,0,'{\"category_id\":\"11\"}'),('5435','product','6','beauty/fragrance/o.html','beauty/fragrance/cath-kidston-guards-pyjama-tshirt.html',301,1,NULL,0,'{\"category_id\":\"8\"}'),('5436','product','6','sale-specials/bras-panties/o.html','sale-specials/bras-panties/cath-kidston-guards-pyjama-tshirt.html',301,1,NULL,0,'{\"category_id\":\"12\"}'),('5437','product','6','sale-specials/sleep/o.html','sale-specials/sleep/cath-kidston-guards-pyjama-tshirt.html',301,1,NULL,0,'{\"category_id\":\"13\"}'),('5438','product','6','sleep/pajamas/o.html','sleep/pajamas/cath-kidston-guards-pyjama-tshirt.html',301,1,NULL,0,'{\"category_id\":\"15\"}'),('5439','product','6','sleep/robes-slippers/o.html','sleep/robes-slippers/cath-kidston-guards-pyjama-tshirt.html',301,1,NULL,0,'{\"category_id\":\"17\"}'),('5440','product','6','sleep/loungewear/o.html','sleep/loungewear/cath-kidston-guards-pyjama-tshirt.html',301,1,NULL,0,'{\"category_id\":\"19\"}'),('5441','product','6','lingerie/babydolls-slips/o.html','lingerie/babydolls-slips/cath-kidston-guards-pyjama-tshirt.html',301,1,NULL,0,'{\"category_id\":\"20\"}'),('5442','product','6','panties/cheekies-cheekinis/o.html','panties/cheekies-cheekinis/cath-kidston-guards-pyjama-tshirt.html',301,1,NULL,0,'{\"category_id\":\"23\"}'),('5443','product','6','panties/shorties-boyshorts/o.html','panties/shorties-boyshorts/cath-kidston-guards-pyjama-tshirt.html',301,1,NULL,0,'{\"category_id\":\"25\"}'),('5444','product','6','panties/bikinis/o.html','panties/bikinis/cath-kidston-guards-pyjama-tshirt.html',301,1,NULL,0,'{\"category_id\":\"26\"}'),('5445','product','6','bras-bralettes/bralettes/o.html','bras-bralettes/bralettes/cath-kidston-guards-pyjama-tshirt.html',301,1,NULL,0,'{\"category_id\":\"28\"}'),('5446','product','6','bras-bralettes/unlined/o.html','bras-bralettes/unlined/cath-kidston-guards-pyjama-tshirt.html',301,1,NULL,0,'{\"category_id\":\"29\"}'),('5447','product','6','bras-bralettes/perfect-coverage/o.html','bras-bralettes/perfect-coverage/cath-kidston-guards-pyjama-tshirt.html',301,1,NULL,0,'{\"category_id\":\"30\"}'),('5448','product','6','bras-bralettes/push-up/o.html','bras-bralettes/push-up/cath-kidston-guards-pyjama-tshirt.html',301,1,NULL,0,'{\"category_id\":\"31\"}'),('5449','product','6','bras-bralettes/sports-bras/o.html','bras-bralettes/sports-bras/cath-kidston-guards-pyjama-tshirt.html',301,1,NULL,0,'{\"category_id\":\"32\"}'),('5450','product','6','lingerie/teddies-bodysuits/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/21',0,1,NULL,1,'{\"category_id\":\"21\"}'),('5451','product','6','cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6',0,2,NULL,1,NULL),('5452','product','6','bras-bralettes/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/3',0,2,NULL,1,'{\"category_id\":\"3\"}'),('5453','product','6','panties/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/4',0,2,NULL,1,'{\"category_id\":\"4\"}'),('5454','product','6','lingerie/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/5',0,2,NULL,1,'{\"category_id\":\"5\"}'),('5455','product','6','sleep/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/6',0,2,NULL,1,'{\"category_id\":\"6\"}'),('5456','product','6','beauty/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/7',0,2,NULL,1,'{\"category_id\":\"7\"}'),('5457','product','6','sale-specials/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/11',0,2,NULL,1,'{\"category_id\":\"11\"}'),('5458','product','6','beauty/fragrance/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/8',0,2,NULL,1,'{\"category_id\":\"8\"}'),('5459','product','6','sale-specials/bras-panties/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/12',0,2,NULL,1,'{\"category_id\":\"12\"}'),('5460','product','6','sale-specials/sleep/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/13',0,2,NULL,1,'{\"category_id\":\"13\"}'),('5461','product','6','sleep/pajamas/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/15',0,2,NULL,1,'{\"category_id\":\"15\"}'),('5462','product','6','sleep/robes-slippers/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/17',0,2,NULL,1,'{\"category_id\":\"17\"}'),('5463','product','6','sleep/loungewear/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/19',0,2,NULL,1,'{\"category_id\":\"19\"}'),('5464','product','6','lingerie/babydolls-slips/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/20',0,2,NULL,1,'{\"category_id\":\"20\"}'),('5465','product','6','lingerie/teddies-bodysuits/corsets-bustiers/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/22',0,2,NULL,1,'{\"category_id\":\"22\"}'),('5466','product','6','panties/cheekies-cheekinis/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/23',0,2,NULL,1,'{\"category_id\":\"23\"}'),('5467','product','6','panties/shorties-boyshorts/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/25',0,2,NULL,1,'{\"category_id\":\"25\"}'),('5468','product','6','panties/bikinis/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/26',0,2,NULL,1,'{\"category_id\":\"26\"}'),('5469','product','6','bras-bralettes/bralettes/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/28',0,2,NULL,1,'{\"category_id\":\"28\"}'),('5470','product','6','bras-bralettes/unlined/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/29',0,2,NULL,1,'{\"category_id\":\"29\"}'),('5471','product','6','bras-bralettes/perfect-coverage/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/30',0,2,NULL,1,'{\"category_id\":\"30\"}'),('5472','product','6','bras-bralettes/push-up/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/31',0,2,NULL,1,'{\"category_id\":\"31\"}'),('5473','product','6','bras-bralettes/sports-bras/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/32',0,2,NULL,1,'{\"category_id\":\"32\"}'),('5474','product','6','o.html','cath-kidston-guards-pyjama-tshirt.html',301,2,NULL,0,'[]'),('5475','product','6','bras-bralettes/o.html','bras-bralettes/cath-kidston-guards-pyjama-tshirt.html',301,2,NULL,0,'{\"category_id\":\"3\"}'),('5476','product','6','panties/o.html','panties/cath-kidston-guards-pyjama-tshirt.html',301,2,NULL,0,'{\"category_id\":\"4\"}'),('5477','product','6','lingerie/o.html','lingerie/cath-kidston-guards-pyjama-tshirt.html',301,2,NULL,0,'{\"category_id\":\"5\"}'),('5478','product','6','sleep/o.html','sleep/cath-kidston-guards-pyjama-tshirt.html',301,2,NULL,0,'{\"category_id\":\"6\"}'),('5479','product','6','beauty/o.html','beauty/cath-kidston-guards-pyjama-tshirt.html',301,2,NULL,0,'{\"category_id\":\"7\"}'),('5480','product','6','sale-specials/o.html','sale-specials/cath-kidston-guards-pyjama-tshirt.html',301,2,NULL,0,'{\"category_id\":\"11\"}'),('5481','product','6','beauty/fragrance/o.html','beauty/fragrance/cath-kidston-guards-pyjama-tshirt.html',301,2,NULL,0,'{\"category_id\":\"8\"}'),('5482','product','6','sale-specials/bras-panties/o.html','sale-specials/bras-panties/cath-kidston-guards-pyjama-tshirt.html',301,2,NULL,0,'{\"category_id\":\"12\"}'),('5483','product','6','sale-specials/sleep/o.html','sale-specials/sleep/cath-kidston-guards-pyjama-tshirt.html',301,2,NULL,0,'{\"category_id\":\"13\"}'),('5484','product','6','sleep/pajamas/o.html','sleep/pajamas/cath-kidston-guards-pyjama-tshirt.html',301,2,NULL,0,'{\"category_id\":\"15\"}'),('5485','product','6','sleep/robes-slippers/o.html','sleep/robes-slippers/cath-kidston-guards-pyjama-tshirt.html',301,2,NULL,0,'{\"category_id\":\"17\"}'),('5486','product','6','sleep/loungewear/o.html','sleep/loungewear/cath-kidston-guards-pyjama-tshirt.html',301,2,NULL,0,'{\"category_id\":\"19\"}'),('5487','product','6','lingerie/babydolls-slips/o.html','lingerie/babydolls-slips/cath-kidston-guards-pyjama-tshirt.html',301,2,NULL,0,'{\"category_id\":\"20\"}'),('5488','product','6','panties/cheekies-cheekinis/o.html','panties/cheekies-cheekinis/cath-kidston-guards-pyjama-tshirt.html',301,2,NULL,0,'{\"category_id\":\"23\"}'),('5489','product','6','panties/shorties-boyshorts/o.html','panties/shorties-boyshorts/cath-kidston-guards-pyjama-tshirt.html',301,2,NULL,0,'{\"category_id\":\"25\"}'),('5490','product','6','panties/bikinis/o.html','panties/bikinis/cath-kidston-guards-pyjama-tshirt.html',301,2,NULL,0,'{\"category_id\":\"26\"}'),('5491','product','6','bras-bralettes/bralettes/o.html','bras-bralettes/bralettes/cath-kidston-guards-pyjama-tshirt.html',301,2,NULL,0,'{\"category_id\":\"28\"}'),('5492','product','6','bras-bralettes/unlined/o.html','bras-bralettes/unlined/cath-kidston-guards-pyjama-tshirt.html',301,2,NULL,0,'{\"category_id\":\"29\"}'),('5493','product','6','bras-bralettes/perfect-coverage/o.html','bras-bralettes/perfect-coverage/cath-kidston-guards-pyjama-tshirt.html',301,2,NULL,0,'{\"category_id\":\"30\"}'),('5494','product','6','bras-bralettes/push-up/o.html','bras-bralettes/push-up/cath-kidston-guards-pyjama-tshirt.html',301,2,NULL,0,'{\"category_id\":\"31\"}'),('5495','product','6','bras-bralettes/sports-bras/o.html','bras-bralettes/sports-bras/cath-kidston-guards-pyjama-tshirt.html',301,2,NULL,0,'{\"category_id\":\"32\"}'),('5496','product','6','lingerie/teddies-bodysuits/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/21',0,2,NULL,1,'{\"category_id\":\"21\"}'),('5497','product','6','cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6',0,3,NULL,1,NULL),('5498','product','6','bras-bralettes/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/3',0,3,NULL,1,'{\"category_id\":\"3\"}'),('5499','product','6','panties/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/4',0,3,NULL,1,'{\"category_id\":\"4\"}'),('5500','product','6','lingerie/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/5',0,3,NULL,1,'{\"category_id\":\"5\"}'),('5501','product','6','sleep/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/6',0,3,NULL,1,'{\"category_id\":\"6\"}'),('5502','product','6','beauty/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/7',0,3,NULL,1,'{\"category_id\":\"7\"}'),('5503','product','6','sale-specials/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/11',0,3,NULL,1,'{\"category_id\":\"11\"}'),('5504','product','6','beauty/fragrance/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/8',0,3,NULL,1,'{\"category_id\":\"8\"}'),('5505','product','6','sale-specials/bras-panties/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/12',0,3,NULL,1,'{\"category_id\":\"12\"}'),('5506','product','6','sale-specials/sleep/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/13',0,3,NULL,1,'{\"category_id\":\"13\"}'),('5507','product','6','sleep/pajamas/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/15',0,3,NULL,1,'{\"category_id\":\"15\"}'),('5508','product','6','sleep/robes-slippers/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/17',0,3,NULL,1,'{\"category_id\":\"17\"}'),('5509','product','6','sleep/loungewear/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/19',0,3,NULL,1,'{\"category_id\":\"19\"}'),('5510','product','6','lingerie/babydolls-slips/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/20',0,3,NULL,1,'{\"category_id\":\"20\"}'),('5511','product','6','lingerie/teddies-bodysuits/corsets-bustiers/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/22',0,3,NULL,1,'{\"category_id\":\"22\"}'),('5512','product','6','panties/cheekies-cheekinis/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/23',0,3,NULL,1,'{\"category_id\":\"23\"}'),('5513','product','6','panties/shorties-boyshorts/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/25',0,3,NULL,1,'{\"category_id\":\"25\"}'),('5514','product','6','panties/bikinis/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/26',0,3,NULL,1,'{\"category_id\":\"26\"}'),('5515','product','6','bras-bralettes/bralettes/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/28',0,3,NULL,1,'{\"category_id\":\"28\"}'),('5516','product','6','bras-bralettes/unlined/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/29',0,3,NULL,1,'{\"category_id\":\"29\"}'),('5517','product','6','bras-bralettes/perfect-coverage/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/30',0,3,NULL,1,'{\"category_id\":\"30\"}'),('5518','product','6','bras-bralettes/push-up/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/31',0,3,NULL,1,'{\"category_id\":\"31\"}'),('5519','product','6','bras-bralettes/sports-bras/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/32',0,3,NULL,1,'{\"category_id\":\"32\"}'),('5520','product','6','o.html','cath-kidston-guards-pyjama-tshirt.html',301,3,NULL,0,'[]'),('5521','product','6','bras-bralettes/o.html','bras-bralettes/cath-kidston-guards-pyjama-tshirt.html',301,3,NULL,0,'{\"category_id\":\"3\"}'),('5522','product','6','panties/o.html','panties/cath-kidston-guards-pyjama-tshirt.html',301,3,NULL,0,'{\"category_id\":\"4\"}'),('5523','product','6','lingerie/o.html','lingerie/cath-kidston-guards-pyjama-tshirt.html',301,3,NULL,0,'{\"category_id\":\"5\"}'),('5524','product','6','sleep/o.html','sleep/cath-kidston-guards-pyjama-tshirt.html',301,3,NULL,0,'{\"category_id\":\"6\"}'),('5525','product','6','beauty/o.html','beauty/cath-kidston-guards-pyjama-tshirt.html',301,3,NULL,0,'{\"category_id\":\"7\"}'),('5526','product','6','sale-specials/o.html','sale-specials/cath-kidston-guards-pyjama-tshirt.html',301,3,NULL,0,'{\"category_id\":\"11\"}'),('5527','product','6','beauty/fragrance/o.html','beauty/fragrance/cath-kidston-guards-pyjama-tshirt.html',301,3,NULL,0,'{\"category_id\":\"8\"}'),('5528','product','6','sale-specials/bras-panties/o.html','sale-specials/bras-panties/cath-kidston-guards-pyjama-tshirt.html',301,3,NULL,0,'{\"category_id\":\"12\"}'),('5529','product','6','sale-specials/sleep/o.html','sale-specials/sleep/cath-kidston-guards-pyjama-tshirt.html',301,3,NULL,0,'{\"category_id\":\"13\"}'),('5530','product','6','sleep/pajamas/o.html','sleep/pajamas/cath-kidston-guards-pyjama-tshirt.html',301,3,NULL,0,'{\"category_id\":\"15\"}'),('5531','product','6','sleep/robes-slippers/o.html','sleep/robes-slippers/cath-kidston-guards-pyjama-tshirt.html',301,3,NULL,0,'{\"category_id\":\"17\"}'),('5532','product','6','sleep/loungewear/o.html','sleep/loungewear/cath-kidston-guards-pyjama-tshirt.html',301,3,NULL,0,'{\"category_id\":\"19\"}'),('5533','product','6','lingerie/babydolls-slips/o.html','lingerie/babydolls-slips/cath-kidston-guards-pyjama-tshirt.html',301,3,NULL,0,'{\"category_id\":\"20\"}'),('5534','product','6','panties/cheekies-cheekinis/o.html','panties/cheekies-cheekinis/cath-kidston-guards-pyjama-tshirt.html',301,3,NULL,0,'{\"category_id\":\"23\"}'),('5535','product','6','panties/shorties-boyshorts/o.html','panties/shorties-boyshorts/cath-kidston-guards-pyjama-tshirt.html',301,3,NULL,0,'{\"category_id\":\"25\"}'),('5536','product','6','panties/bikinis/o.html','panties/bikinis/cath-kidston-guards-pyjama-tshirt.html',301,3,NULL,0,'{\"category_id\":\"26\"}'),('5537','product','6','bras-bralettes/bralettes/o.html','bras-bralettes/bralettes/cath-kidston-guards-pyjama-tshirt.html',301,3,NULL,0,'{\"category_id\":\"28\"}'),('5538','product','6','bras-bralettes/unlined/o.html','bras-bralettes/unlined/cath-kidston-guards-pyjama-tshirt.html',301,3,NULL,0,'{\"category_id\":\"29\"}'),('5539','product','6','bras-bralettes/perfect-coverage/o.html','bras-bralettes/perfect-coverage/cath-kidston-guards-pyjama-tshirt.html',301,3,NULL,0,'{\"category_id\":\"30\"}'),('5540','product','6','bras-bralettes/push-up/o.html','bras-bralettes/push-up/cath-kidston-guards-pyjama-tshirt.html',301,3,NULL,0,'{\"category_id\":\"31\"}'),('5541','product','6','bras-bralettes/sports-bras/o.html','bras-bralettes/sports-bras/cath-kidston-guards-pyjama-tshirt.html',301,3,NULL,0,'{\"category_id\":\"32\"}'),('5542','product','6','lingerie/teddies-bodysuits/cath-kidston-guards-pyjama-tshirt.html','catalog/product/view/id/6/category/21',0,3,NULL,1,'{\"category_id\":\"21\"}'),('5543','product','7','bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7',0,1,NULL,1,NULL),('5544','product','7','bras-bralettes/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),('5545','product','7','panties/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/4',0,1,NULL,1,'{\"category_id\":\"4\"}'),('5546','product','7','lingerie/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),('5547','product','7','sleep/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/6',0,1,NULL,1,'{\"category_id\":\"6\"}'),('5548','product','7','beauty/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/7',0,1,NULL,1,'{\"category_id\":\"7\"}'),('5549','product','7','sale-specials/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/11',0,1,NULL,1,'{\"category_id\":\"11\"}'),('5550','product','7','beauty/fragrance/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/8',0,1,NULL,1,'{\"category_id\":\"8\"}'),('5551','product','7','sale-specials/bras-panties/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/12',0,1,NULL,1,'{\"category_id\":\"12\"}'),('5552','product','7','sale-specials/sleep/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/13',0,1,NULL,1,'{\"category_id\":\"13\"}'),('5553','product','7','sleep/pajamas/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/15',0,1,NULL,1,'{\"category_id\":\"15\"}'),('5554','product','7','sleep/robes-slippers/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/17',0,1,NULL,1,'{\"category_id\":\"17\"}'),('5555','product','7','sleep/loungewear/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/19',0,1,NULL,1,'{\"category_id\":\"19\"}'),('5556','product','7','lingerie/babydolls-slips/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/20',0,1,NULL,1,'{\"category_id\":\"20\"}'),('5557','product','7','lingerie/teddies-bodysuits/corsets-bustiers/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/22',0,1,NULL,1,'{\"category_id\":\"22\"}'),('5558','product','7','panties/cheekies-cheekinis/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/23',0,1,NULL,1,'{\"category_id\":\"23\"}'),('5559','product','7','panties/shorties-boyshorts/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/25',0,1,NULL,1,'{\"category_id\":\"25\"}'),('5560','product','7','panties/bikinis/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/26',0,1,NULL,1,'{\"category_id\":\"26\"}'),('5561','product','7','bras-bralettes/bralettes/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/28',0,1,NULL,1,'{\"category_id\":\"28\"}'),('5562','product','7','bras-bralettes/unlined/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/29',0,1,NULL,1,'{\"category_id\":\"29\"}'),('5563','product','7','bras-bralettes/perfect-coverage/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/30',0,1,NULL,1,'{\"category_id\":\"30\"}'),('5564','product','7','bras-bralettes/push-up/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/31',0,1,NULL,1,'{\"category_id\":\"31\"}'),('5565','product','7','bras-bralettes/sports-bras/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/32',0,1,NULL,1,'{\"category_id\":\"32\"}'),('5566','product','7','o-1.html','bridal-valentina-corded-lace-slip.html',301,1,NULL,0,'[]'),('5567','product','7','bras-bralettes/o-1.html','bras-bralettes/bridal-valentina-corded-lace-slip.html',301,1,NULL,0,'{\"category_id\":\"3\"}'),('5568','product','7','panties/o-1.html','panties/bridal-valentina-corded-lace-slip.html',301,1,NULL,0,'{\"category_id\":\"4\"}'),('5569','product','7','lingerie/o-1.html','lingerie/bridal-valentina-corded-lace-slip.html',301,1,NULL,0,'{\"category_id\":\"5\"}'),('5570','product','7','sleep/o-1.html','sleep/bridal-valentina-corded-lace-slip.html',301,1,NULL,0,'{\"category_id\":\"6\"}'),('5571','product','7','beauty/o-1.html','beauty/bridal-valentina-corded-lace-slip.html',301,1,NULL,0,'{\"category_id\":\"7\"}'),('5572','product','7','sale-specials/o-1.html','sale-specials/bridal-valentina-corded-lace-slip.html',301,1,NULL,0,'{\"category_id\":\"11\"}'),('5573','product','7','beauty/fragrance/o-1.html','beauty/fragrance/bridal-valentina-corded-lace-slip.html',301,1,NULL,0,'{\"category_id\":\"8\"}'),('5574','product','7','sale-specials/bras-panties/o-1.html','sale-specials/bras-panties/bridal-valentina-corded-lace-slip.html',301,1,NULL,0,'{\"category_id\":\"12\"}'),('5575','product','7','sale-specials/sleep/o-1.html','sale-specials/sleep/bridal-valentina-corded-lace-slip.html',301,1,NULL,0,'{\"category_id\":\"13\"}'),('5576','product','7','sleep/pajamas/o-1.html','sleep/pajamas/bridal-valentina-corded-lace-slip.html',301,1,NULL,0,'{\"category_id\":\"15\"}'),('5577','product','7','sleep/robes-slippers/o-1.html','sleep/robes-slippers/bridal-valentina-corded-lace-slip.html',301,1,NULL,0,'{\"category_id\":\"17\"}'),('5578','product','7','sleep/loungewear/o-1.html','sleep/loungewear/bridal-valentina-corded-lace-slip.html',301,1,NULL,0,'{\"category_id\":\"19\"}'),('5579','product','7','lingerie/babydolls-slips/o-1.html','lingerie/babydolls-slips/bridal-valentina-corded-lace-slip.html',301,1,NULL,0,'{\"category_id\":\"20\"}'),('5580','product','7','panties/cheekies-cheekinis/o-1.html','panties/cheekies-cheekinis/bridal-valentina-corded-lace-slip.html',301,1,NULL,0,'{\"category_id\":\"23\"}'),('5581','product','7','panties/shorties-boyshorts/o-1.html','panties/shorties-boyshorts/bridal-valentina-corded-lace-slip.html',301,1,NULL,0,'{\"category_id\":\"25\"}'),('5582','product','7','panties/bikinis/o-1.html','panties/bikinis/bridal-valentina-corded-lace-slip.html',301,1,NULL,0,'{\"category_id\":\"26\"}'),('5583','product','7','bras-bralettes/bralettes/o-1.html','bras-bralettes/bralettes/bridal-valentina-corded-lace-slip.html',301,1,NULL,0,'{\"category_id\":\"28\"}'),('5584','product','7','bras-bralettes/unlined/o-1.html','bras-bralettes/unlined/bridal-valentina-corded-lace-slip.html',301,1,NULL,0,'{\"category_id\":\"29\"}'),('5585','product','7','bras-bralettes/perfect-coverage/o-1.html','bras-bralettes/perfect-coverage/bridal-valentina-corded-lace-slip.html',301,1,NULL,0,'{\"category_id\":\"30\"}'),('5586','product','7','bras-bralettes/push-up/o-1.html','bras-bralettes/push-up/bridal-valentina-corded-lace-slip.html',301,1,NULL,0,'{\"category_id\":\"31\"}'),('5587','product','7','bras-bralettes/sports-bras/o-1.html','bras-bralettes/sports-bras/bridal-valentina-corded-lace-slip.html',301,1,NULL,0,'{\"category_id\":\"32\"}'),('5588','product','7','lingerie/teddies-bodysuits/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/21',0,1,NULL,1,'{\"category_id\":\"21\"}'),('5589','product','7','bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7',0,2,NULL,1,NULL),('5590','product','7','bras-bralettes/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/3',0,2,NULL,1,'{\"category_id\":\"3\"}'),('5591','product','7','panties/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/4',0,2,NULL,1,'{\"category_id\":\"4\"}'),('5592','product','7','lingerie/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/5',0,2,NULL,1,'{\"category_id\":\"5\"}'),('5593','product','7','sleep/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/6',0,2,NULL,1,'{\"category_id\":\"6\"}'),('5594','product','7','beauty/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/7',0,2,NULL,1,'{\"category_id\":\"7\"}'),('5595','product','7','sale-specials/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/11',0,2,NULL,1,'{\"category_id\":\"11\"}'),('5596','product','7','beauty/fragrance/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/8',0,2,NULL,1,'{\"category_id\":\"8\"}'),('5597','product','7','sale-specials/bras-panties/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/12',0,2,NULL,1,'{\"category_id\":\"12\"}'),('5598','product','7','sale-specials/sleep/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/13',0,2,NULL,1,'{\"category_id\":\"13\"}'),('5599','product','7','sleep/pajamas/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/15',0,2,NULL,1,'{\"category_id\":\"15\"}'),('5600','product','7','sleep/robes-slippers/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/17',0,2,NULL,1,'{\"category_id\":\"17\"}'),('5601','product','7','sleep/loungewear/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/19',0,2,NULL,1,'{\"category_id\":\"19\"}'),('5602','product','7','lingerie/babydolls-slips/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/20',0,2,NULL,1,'{\"category_id\":\"20\"}'),('5603','product','7','lingerie/teddies-bodysuits/corsets-bustiers/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/22',0,2,NULL,1,'{\"category_id\":\"22\"}'),('5604','product','7','panties/cheekies-cheekinis/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/23',0,2,NULL,1,'{\"category_id\":\"23\"}'),('5605','product','7','panties/shorties-boyshorts/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/25',0,2,NULL,1,'{\"category_id\":\"25\"}'),('5606','product','7','panties/bikinis/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/26',0,2,NULL,1,'{\"category_id\":\"26\"}'),('5607','product','7','bras-bralettes/bralettes/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/28',0,2,NULL,1,'{\"category_id\":\"28\"}');
INSERT INTO `url_rewrite` VALUES ('5608','product','7','bras-bralettes/unlined/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/29',0,2,NULL,1,'{\"category_id\":\"29\"}'),('5609','product','7','bras-bralettes/perfect-coverage/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/30',0,2,NULL,1,'{\"category_id\":\"30\"}'),('5610','product','7','bras-bralettes/push-up/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/31',0,2,NULL,1,'{\"category_id\":\"31\"}'),('5611','product','7','bras-bralettes/sports-bras/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/32',0,2,NULL,1,'{\"category_id\":\"32\"}'),('5612','product','7','o-1.html','bridal-valentina-corded-lace-slip.html',301,2,NULL,0,'[]'),('5613','product','7','bras-bralettes/o-1.html','bras-bralettes/bridal-valentina-corded-lace-slip.html',301,2,NULL,0,'{\"category_id\":\"3\"}'),('5614','product','7','panties/o-1.html','panties/bridal-valentina-corded-lace-slip.html',301,2,NULL,0,'{\"category_id\":\"4\"}'),('5615','product','7','lingerie/o-1.html','lingerie/bridal-valentina-corded-lace-slip.html',301,2,NULL,0,'{\"category_id\":\"5\"}'),('5616','product','7','sleep/o-1.html','sleep/bridal-valentina-corded-lace-slip.html',301,2,NULL,0,'{\"category_id\":\"6\"}'),('5617','product','7','beauty/o-1.html','beauty/bridal-valentina-corded-lace-slip.html',301,2,NULL,0,'{\"category_id\":\"7\"}'),('5618','product','7','sale-specials/o-1.html','sale-specials/bridal-valentina-corded-lace-slip.html',301,2,NULL,0,'{\"category_id\":\"11\"}'),('5619','product','7','beauty/fragrance/o-1.html','beauty/fragrance/bridal-valentina-corded-lace-slip.html',301,2,NULL,0,'{\"category_id\":\"8\"}'),('5620','product','7','sale-specials/bras-panties/o-1.html','sale-specials/bras-panties/bridal-valentina-corded-lace-slip.html',301,2,NULL,0,'{\"category_id\":\"12\"}'),('5621','product','7','sale-specials/sleep/o-1.html','sale-specials/sleep/bridal-valentina-corded-lace-slip.html',301,2,NULL,0,'{\"category_id\":\"13\"}'),('5622','product','7','sleep/pajamas/o-1.html','sleep/pajamas/bridal-valentina-corded-lace-slip.html',301,2,NULL,0,'{\"category_id\":\"15\"}'),('5623','product','7','sleep/robes-slippers/o-1.html','sleep/robes-slippers/bridal-valentina-corded-lace-slip.html',301,2,NULL,0,'{\"category_id\":\"17\"}'),('5624','product','7','sleep/loungewear/o-1.html','sleep/loungewear/bridal-valentina-corded-lace-slip.html',301,2,NULL,0,'{\"category_id\":\"19\"}'),('5625','product','7','lingerie/babydolls-slips/o-1.html','lingerie/babydolls-slips/bridal-valentina-corded-lace-slip.html',301,2,NULL,0,'{\"category_id\":\"20\"}'),('5626','product','7','panties/cheekies-cheekinis/o-1.html','panties/cheekies-cheekinis/bridal-valentina-corded-lace-slip.html',301,2,NULL,0,'{\"category_id\":\"23\"}'),('5627','product','7','panties/shorties-boyshorts/o-1.html','panties/shorties-boyshorts/bridal-valentina-corded-lace-slip.html',301,2,NULL,0,'{\"category_id\":\"25\"}'),('5628','product','7','panties/bikinis/o-1.html','panties/bikinis/bridal-valentina-corded-lace-slip.html',301,2,NULL,0,'{\"category_id\":\"26\"}'),('5629','product','7','bras-bralettes/bralettes/o-1.html','bras-bralettes/bralettes/bridal-valentina-corded-lace-slip.html',301,2,NULL,0,'{\"category_id\":\"28\"}'),('5630','product','7','bras-bralettes/unlined/o-1.html','bras-bralettes/unlined/bridal-valentina-corded-lace-slip.html',301,2,NULL,0,'{\"category_id\":\"29\"}'),('5631','product','7','bras-bralettes/perfect-coverage/o-1.html','bras-bralettes/perfect-coverage/bridal-valentina-corded-lace-slip.html',301,2,NULL,0,'{\"category_id\":\"30\"}'),('5632','product','7','bras-bralettes/push-up/o-1.html','bras-bralettes/push-up/bridal-valentina-corded-lace-slip.html',301,2,NULL,0,'{\"category_id\":\"31\"}'),('5633','product','7','bras-bralettes/sports-bras/o-1.html','bras-bralettes/sports-bras/bridal-valentina-corded-lace-slip.html',301,2,NULL,0,'{\"category_id\":\"32\"}'),('5634','product','7','lingerie/teddies-bodysuits/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/21',0,2,NULL,1,'{\"category_id\":\"21\"}'),('5635','product','7','bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7',0,3,NULL,1,NULL),('5636','product','7','bras-bralettes/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/3',0,3,NULL,1,'{\"category_id\":\"3\"}'),('5637','product','7','panties/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/4',0,3,NULL,1,'{\"category_id\":\"4\"}'),('5638','product','7','lingerie/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/5',0,3,NULL,1,'{\"category_id\":\"5\"}'),('5639','product','7','sleep/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/6',0,3,NULL,1,'{\"category_id\":\"6\"}'),('5640','product','7','beauty/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/7',0,3,NULL,1,'{\"category_id\":\"7\"}'),('5641','product','7','sale-specials/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/11',0,3,NULL,1,'{\"category_id\":\"11\"}'),('5642','product','7','beauty/fragrance/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/8',0,3,NULL,1,'{\"category_id\":\"8\"}'),('5643','product','7','sale-specials/bras-panties/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/12',0,3,NULL,1,'{\"category_id\":\"12\"}'),('5644','product','7','sale-specials/sleep/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/13',0,3,NULL,1,'{\"category_id\":\"13\"}'),('5645','product','7','sleep/pajamas/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/15',0,3,NULL,1,'{\"category_id\":\"15\"}'),('5646','product','7','sleep/robes-slippers/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/17',0,3,NULL,1,'{\"category_id\":\"17\"}'),('5647','product','7','sleep/loungewear/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/19',0,3,NULL,1,'{\"category_id\":\"19\"}'),('5648','product','7','lingerie/babydolls-slips/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/20',0,3,NULL,1,'{\"category_id\":\"20\"}'),('5649','product','7','lingerie/teddies-bodysuits/corsets-bustiers/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/22',0,3,NULL,1,'{\"category_id\":\"22\"}'),('5650','product','7','panties/cheekies-cheekinis/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/23',0,3,NULL,1,'{\"category_id\":\"23\"}'),('5651','product','7','panties/shorties-boyshorts/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/25',0,3,NULL,1,'{\"category_id\":\"25\"}'),('5652','product','7','panties/bikinis/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/26',0,3,NULL,1,'{\"category_id\":\"26\"}'),('5653','product','7','bras-bralettes/bralettes/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/28',0,3,NULL,1,'{\"category_id\":\"28\"}'),('5654','product','7','bras-bralettes/unlined/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/29',0,3,NULL,1,'{\"category_id\":\"29\"}'),('5655','product','7','bras-bralettes/perfect-coverage/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/30',0,3,NULL,1,'{\"category_id\":\"30\"}'),('5656','product','7','bras-bralettes/push-up/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/31',0,3,NULL,1,'{\"category_id\":\"31\"}'),('5657','product','7','bras-bralettes/sports-bras/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/32',0,3,NULL,1,'{\"category_id\":\"32\"}'),('5658','product','7','o-1.html','bridal-valentina-corded-lace-slip.html',301,3,NULL,0,'[]'),('5659','product','7','bras-bralettes/o-1.html','bras-bralettes/bridal-valentina-corded-lace-slip.html',301,3,NULL,0,'{\"category_id\":\"3\"}'),('5660','product','7','panties/o-1.html','panties/bridal-valentina-corded-lace-slip.html',301,3,NULL,0,'{\"category_id\":\"4\"}'),('5661','product','7','lingerie/o-1.html','lingerie/bridal-valentina-corded-lace-slip.html',301,3,NULL,0,'{\"category_id\":\"5\"}'),('5662','product','7','sleep/o-1.html','sleep/bridal-valentina-corded-lace-slip.html',301,3,NULL,0,'{\"category_id\":\"6\"}'),('5663','product','7','beauty/o-1.html','beauty/bridal-valentina-corded-lace-slip.html',301,3,NULL,0,'{\"category_id\":\"7\"}'),('5664','product','7','sale-specials/o-1.html','sale-specials/bridal-valentina-corded-lace-slip.html',301,3,NULL,0,'{\"category_id\":\"11\"}'),('5665','product','7','beauty/fragrance/o-1.html','beauty/fragrance/bridal-valentina-corded-lace-slip.html',301,3,NULL,0,'{\"category_id\":\"8\"}'),('5666','product','7','sale-specials/bras-panties/o-1.html','sale-specials/bras-panties/bridal-valentina-corded-lace-slip.html',301,3,NULL,0,'{\"category_id\":\"12\"}'),('5667','product','7','sale-specials/sleep/o-1.html','sale-specials/sleep/bridal-valentina-corded-lace-slip.html',301,3,NULL,0,'{\"category_id\":\"13\"}'),('5668','product','7','sleep/pajamas/o-1.html','sleep/pajamas/bridal-valentina-corded-lace-slip.html',301,3,NULL,0,'{\"category_id\":\"15\"}'),('5669','product','7','sleep/robes-slippers/o-1.html','sleep/robes-slippers/bridal-valentina-corded-lace-slip.html',301,3,NULL,0,'{\"category_id\":\"17\"}'),('5670','product','7','sleep/loungewear/o-1.html','sleep/loungewear/bridal-valentina-corded-lace-slip.html',301,3,NULL,0,'{\"category_id\":\"19\"}'),('5671','product','7','lingerie/babydolls-slips/o-1.html','lingerie/babydolls-slips/bridal-valentina-corded-lace-slip.html',301,3,NULL,0,'{\"category_id\":\"20\"}'),('5672','product','7','panties/cheekies-cheekinis/o-1.html','panties/cheekies-cheekinis/bridal-valentina-corded-lace-slip.html',301,3,NULL,0,'{\"category_id\":\"23\"}'),('5673','product','7','panties/shorties-boyshorts/o-1.html','panties/shorties-boyshorts/bridal-valentina-corded-lace-slip.html',301,3,NULL,0,'{\"category_id\":\"25\"}'),('5674','product','7','panties/bikinis/o-1.html','panties/bikinis/bridal-valentina-corded-lace-slip.html',301,3,NULL,0,'{\"category_id\":\"26\"}'),('5675','product','7','bras-bralettes/bralettes/o-1.html','bras-bralettes/bralettes/bridal-valentina-corded-lace-slip.html',301,3,NULL,0,'{\"category_id\":\"28\"}'),('5676','product','7','bras-bralettes/unlined/o-1.html','bras-bralettes/unlined/bridal-valentina-corded-lace-slip.html',301,3,NULL,0,'{\"category_id\":\"29\"}'),('5677','product','7','bras-bralettes/perfect-coverage/o-1.html','bras-bralettes/perfect-coverage/bridal-valentina-corded-lace-slip.html',301,3,NULL,0,'{\"category_id\":\"30\"}'),('5678','product','7','bras-bralettes/push-up/o-1.html','bras-bralettes/push-up/bridal-valentina-corded-lace-slip.html',301,3,NULL,0,'{\"category_id\":\"31\"}'),('5679','product','7','bras-bralettes/sports-bras/o-1.html','bras-bralettes/sports-bras/bridal-valentina-corded-lace-slip.html',301,3,NULL,0,'{\"category_id\":\"32\"}'),('5680','product','7','lingerie/teddies-bodysuits/bridal-valentina-corded-lace-slip.html','catalog/product/view/id/7/category/21',0,3,NULL,1,'{\"category_id\":\"21\"}'),('5681','product','8','bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8',0,1,NULL,1,NULL),('5682','product','8','bras-bralettes/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),('5683','product','8','panties/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/4',0,1,NULL,1,'{\"category_id\":\"4\"}'),('5684','product','8','lingerie/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),('5685','product','8','sleep/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/6',0,1,NULL,1,'{\"category_id\":\"6\"}'),('5686','product','8','beauty/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/7',0,1,NULL,1,'{\"category_id\":\"7\"}'),('5687','product','8','sale-specials/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/11',0,1,NULL,1,'{\"category_id\":\"11\"}'),('5688','product','8','beauty/fragrance/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/8',0,1,NULL,1,'{\"category_id\":\"8\"}'),('5689','product','8','sale-specials/bras-panties/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/12',0,1,NULL,1,'{\"category_id\":\"12\"}'),('5690','product','8','sale-specials/sleep/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/13',0,1,NULL,1,'{\"category_id\":\"13\"}'),('5691','product','8','sleep/pajamas/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/15',0,1,NULL,1,'{\"category_id\":\"15\"}'),('5692','product','8','sleep/robes-slippers/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/17',0,1,NULL,1,'{\"category_id\":\"17\"}'),('5693','product','8','sleep/loungewear/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/19',0,1,NULL,1,'{\"category_id\":\"19\"}'),('5694','product','8','lingerie/babydolls-slips/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/20',0,1,NULL,1,'{\"category_id\":\"20\"}'),('5695','product','8','lingerie/teddies-bodysuits/corsets-bustiers/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/22',0,1,NULL,1,'{\"category_id\":\"22\"}'),('5696','product','8','panties/cheekies-cheekinis/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/23',0,1,NULL,1,'{\"category_id\":\"23\"}'),('5697','product','8','panties/shorties-boyshorts/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/25',0,1,NULL,1,'{\"category_id\":\"25\"}'),('5698','product','8','panties/bikinis/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/26',0,1,NULL,1,'{\"category_id\":\"26\"}'),('5699','product','8','bras-bralettes/bralettes/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/28',0,1,NULL,1,'{\"category_id\":\"28\"}'),('5700','product','8','bras-bralettes/unlined/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/29',0,1,NULL,1,'{\"category_id\":\"29\"}'),('5701','product','8','bras-bralettes/perfect-coverage/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/30',0,1,NULL,1,'{\"category_id\":\"30\"}'),('5702','product','8','bras-bralettes/push-up/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/31',0,1,NULL,1,'{\"category_id\":\"31\"}'),('5703','product','8','bras-bralettes/sports-bras/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/32',0,1,NULL,1,'{\"category_id\":\"32\"}'),('5704','product','8','o-2.html','bridal-confetti-queen-tee-short-pyjama-set.html',301,1,NULL,0,'[]'),('5705','product','8','bras-bralettes/o-2.html','bras-bralettes/bridal-confetti-queen-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"3\"}'),('5706','product','8','panties/o-2.html','panties/bridal-confetti-queen-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"4\"}'),('5707','product','8','lingerie/o-2.html','lingerie/bridal-confetti-queen-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"5\"}'),('5708','product','8','sleep/o-2.html','sleep/bridal-confetti-queen-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"6\"}'),('5709','product','8','beauty/o-2.html','beauty/bridal-confetti-queen-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"7\"}'),('5710','product','8','sale-specials/o-2.html','sale-specials/bridal-confetti-queen-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"11\"}'),('5711','product','8','beauty/fragrance/o-2.html','beauty/fragrance/bridal-confetti-queen-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"8\"}'),('5712','product','8','sale-specials/bras-panties/o-2.html','sale-specials/bras-panties/bridal-confetti-queen-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"12\"}'),('5713','product','8','sale-specials/sleep/o-2.html','sale-specials/sleep/bridal-confetti-queen-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"13\"}'),('5714','product','8','sleep/pajamas/o-2.html','sleep/pajamas/bridal-confetti-queen-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"15\"}'),('5715','product','8','sleep/robes-slippers/o-2.html','sleep/robes-slippers/bridal-confetti-queen-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"17\"}'),('5716','product','8','sleep/loungewear/o-2.html','sleep/loungewear/bridal-confetti-queen-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"19\"}'),('5717','product','8','lingerie/babydolls-slips/o-2.html','lingerie/babydolls-slips/bridal-confetti-queen-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"20\"}'),('5718','product','8','panties/cheekies-cheekinis/o-2.html','panties/cheekies-cheekinis/bridal-confetti-queen-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"23\"}'),('5719','product','8','panties/shorties-boyshorts/o-2.html','panties/shorties-boyshorts/bridal-confetti-queen-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"25\"}'),('5720','product','8','panties/bikinis/o-2.html','panties/bikinis/bridal-confetti-queen-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"26\"}'),('5721','product','8','bras-bralettes/bralettes/o-2.html','bras-bralettes/bralettes/bridal-confetti-queen-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"28\"}'),('5722','product','8','bras-bralettes/unlined/o-2.html','bras-bralettes/unlined/bridal-confetti-queen-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"29\"}'),('5723','product','8','bras-bralettes/perfect-coverage/o-2.html','bras-bralettes/perfect-coverage/bridal-confetti-queen-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"30\"}'),('5724','product','8','bras-bralettes/push-up/o-2.html','bras-bralettes/push-up/bridal-confetti-queen-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"31\"}'),('5725','product','8','bras-bralettes/sports-bras/o-2.html','bras-bralettes/sports-bras/bridal-confetti-queen-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"32\"}'),('5726','product','8','lingerie/teddies-bodysuits/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/21',0,1,NULL,1,'{\"category_id\":\"21\"}'),('5727','product','8','bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8',0,2,NULL,1,NULL),('5728','product','8','bras-bralettes/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/3',0,2,NULL,1,'{\"category_id\":\"3\"}'),('5729','product','8','panties/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/4',0,2,NULL,1,'{\"category_id\":\"4\"}'),('5730','product','8','lingerie/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/5',0,2,NULL,1,'{\"category_id\":\"5\"}'),('5731','product','8','sleep/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/6',0,2,NULL,1,'{\"category_id\":\"6\"}'),('5732','product','8','beauty/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/7',0,2,NULL,1,'{\"category_id\":\"7\"}'),('5733','product','8','sale-specials/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/11',0,2,NULL,1,'{\"category_id\":\"11\"}'),('5734','product','8','beauty/fragrance/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/8',0,2,NULL,1,'{\"category_id\":\"8\"}'),('5735','product','8','sale-specials/bras-panties/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/12',0,2,NULL,1,'{\"category_id\":\"12\"}'),('5736','product','8','sale-specials/sleep/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/13',0,2,NULL,1,'{\"category_id\":\"13\"}'),('5737','product','8','sleep/pajamas/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/15',0,2,NULL,1,'{\"category_id\":\"15\"}'),('5738','product','8','sleep/robes-slippers/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/17',0,2,NULL,1,'{\"category_id\":\"17\"}'),('5739','product','8','sleep/loungewear/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/19',0,2,NULL,1,'{\"category_id\":\"19\"}'),('5740','product','8','lingerie/babydolls-slips/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/20',0,2,NULL,1,'{\"category_id\":\"20\"}'),('5741','product','8','lingerie/teddies-bodysuits/corsets-bustiers/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/22',0,2,NULL,1,'{\"category_id\":\"22\"}'),('5742','product','8','panties/cheekies-cheekinis/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/23',0,2,NULL,1,'{\"category_id\":\"23\"}'),('5743','product','8','panties/shorties-boyshorts/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/25',0,2,NULL,1,'{\"category_id\":\"25\"}'),('5744','product','8','panties/bikinis/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/26',0,2,NULL,1,'{\"category_id\":\"26\"}'),('5745','product','8','bras-bralettes/bralettes/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/28',0,2,NULL,1,'{\"category_id\":\"28\"}'),('5746','product','8','bras-bralettes/unlined/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/29',0,2,NULL,1,'{\"category_id\":\"29\"}'),('5747','product','8','bras-bralettes/perfect-coverage/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/30',0,2,NULL,1,'{\"category_id\":\"30\"}'),('5748','product','8','bras-bralettes/push-up/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/31',0,2,NULL,1,'{\"category_id\":\"31\"}'),('5749','product','8','bras-bralettes/sports-bras/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/32',0,2,NULL,1,'{\"category_id\":\"32\"}'),('5750','product','8','o-2.html','bridal-confetti-queen-tee-short-pyjama-set.html',301,2,NULL,0,'[]'),('5751','product','8','bras-bralettes/o-2.html','bras-bralettes/bridal-confetti-queen-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"3\"}'),('5752','product','8','panties/o-2.html','panties/bridal-confetti-queen-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"4\"}'),('5753','product','8','lingerie/o-2.html','lingerie/bridal-confetti-queen-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"5\"}'),('5754','product','8','sleep/o-2.html','sleep/bridal-confetti-queen-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"6\"}'),('5755','product','8','beauty/o-2.html','beauty/bridal-confetti-queen-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"7\"}'),('5756','product','8','sale-specials/o-2.html','sale-specials/bridal-confetti-queen-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"11\"}'),('5757','product','8','beauty/fragrance/o-2.html','beauty/fragrance/bridal-confetti-queen-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"8\"}'),('5758','product','8','sale-specials/bras-panties/o-2.html','sale-specials/bras-panties/bridal-confetti-queen-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"12\"}'),('5759','product','8','sale-specials/sleep/o-2.html','sale-specials/sleep/bridal-confetti-queen-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"13\"}'),('5760','product','8','sleep/pajamas/o-2.html','sleep/pajamas/bridal-confetti-queen-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"15\"}'),('5761','product','8','sleep/robes-slippers/o-2.html','sleep/robes-slippers/bridal-confetti-queen-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"17\"}'),('5762','product','8','sleep/loungewear/o-2.html','sleep/loungewear/bridal-confetti-queen-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"19\"}'),('5763','product','8','lingerie/babydolls-slips/o-2.html','lingerie/babydolls-slips/bridal-confetti-queen-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"20\"}'),('5764','product','8','panties/cheekies-cheekinis/o-2.html','panties/cheekies-cheekinis/bridal-confetti-queen-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"23\"}'),('5765','product','8','panties/shorties-boyshorts/o-2.html','panties/shorties-boyshorts/bridal-confetti-queen-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"25\"}'),('5766','product','8','panties/bikinis/o-2.html','panties/bikinis/bridal-confetti-queen-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"26\"}'),('5767','product','8','bras-bralettes/bralettes/o-2.html','bras-bralettes/bralettes/bridal-confetti-queen-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"28\"}'),('5768','product','8','bras-bralettes/unlined/o-2.html','bras-bralettes/unlined/bridal-confetti-queen-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"29\"}'),('5769','product','8','bras-bralettes/perfect-coverage/o-2.html','bras-bralettes/perfect-coverage/bridal-confetti-queen-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"30\"}'),('5770','product','8','bras-bralettes/push-up/o-2.html','bras-bralettes/push-up/bridal-confetti-queen-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"31\"}'),('5771','product','8','bras-bralettes/sports-bras/o-2.html','bras-bralettes/sports-bras/bridal-confetti-queen-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"32\"}'),('5772','product','8','lingerie/teddies-bodysuits/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/21',0,2,NULL,1,'{\"category_id\":\"21\"}'),('5773','product','8','bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8',0,3,NULL,1,NULL),('5774','product','8','bras-bralettes/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/3',0,3,NULL,1,'{\"category_id\":\"3\"}'),('5775','product','8','panties/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/4',0,3,NULL,1,'{\"category_id\":\"4\"}'),('5776','product','8','lingerie/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/5',0,3,NULL,1,'{\"category_id\":\"5\"}'),('5777','product','8','sleep/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/6',0,3,NULL,1,'{\"category_id\":\"6\"}'),('5778','product','8','beauty/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/7',0,3,NULL,1,'{\"category_id\":\"7\"}'),('5779','product','8','sale-specials/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/11',0,3,NULL,1,'{\"category_id\":\"11\"}'),('5780','product','8','beauty/fragrance/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/8',0,3,NULL,1,'{\"category_id\":\"8\"}'),('5781','product','8','sale-specials/bras-panties/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/12',0,3,NULL,1,'{\"category_id\":\"12\"}'),('5782','product','8','sale-specials/sleep/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/13',0,3,NULL,1,'{\"category_id\":\"13\"}'),('5783','product','8','sleep/pajamas/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/15',0,3,NULL,1,'{\"category_id\":\"15\"}'),('5784','product','8','sleep/robes-slippers/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/17',0,3,NULL,1,'{\"category_id\":\"17\"}'),('5785','product','8','sleep/loungewear/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/19',0,3,NULL,1,'{\"category_id\":\"19\"}'),('5786','product','8','lingerie/babydolls-slips/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/20',0,3,NULL,1,'{\"category_id\":\"20\"}'),('5787','product','8','lingerie/teddies-bodysuits/corsets-bustiers/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/22',0,3,NULL,1,'{\"category_id\":\"22\"}'),('5788','product','8','panties/cheekies-cheekinis/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/23',0,3,NULL,1,'{\"category_id\":\"23\"}'),('5789','product','8','panties/shorties-boyshorts/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/25',0,3,NULL,1,'{\"category_id\":\"25\"}'),('5790','product','8','panties/bikinis/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/26',0,3,NULL,1,'{\"category_id\":\"26\"}'),('5791','product','8','bras-bralettes/bralettes/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/28',0,3,NULL,1,'{\"category_id\":\"28\"}'),('5792','product','8','bras-bralettes/unlined/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/29',0,3,NULL,1,'{\"category_id\":\"29\"}'),('5793','product','8','bras-bralettes/perfect-coverage/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/30',0,3,NULL,1,'{\"category_id\":\"30\"}'),('5794','product','8','bras-bralettes/push-up/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/31',0,3,NULL,1,'{\"category_id\":\"31\"}'),('5795','product','8','bras-bralettes/sports-bras/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/32',0,3,NULL,1,'{\"category_id\":\"32\"}'),('5796','product','8','o-2.html','bridal-confetti-queen-tee-short-pyjama-set.html',301,3,NULL,0,'[]'),('5797','product','8','bras-bralettes/o-2.html','bras-bralettes/bridal-confetti-queen-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"3\"}'),('5798','product','8','panties/o-2.html','panties/bridal-confetti-queen-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"4\"}'),('5799','product','8','lingerie/o-2.html','lingerie/bridal-confetti-queen-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"5\"}'),('5800','product','8','sleep/o-2.html','sleep/bridal-confetti-queen-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"6\"}'),('5801','product','8','beauty/o-2.html','beauty/bridal-confetti-queen-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"7\"}'),('5802','product','8','sale-specials/o-2.html','sale-specials/bridal-confetti-queen-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"11\"}'),('5803','product','8','beauty/fragrance/o-2.html','beauty/fragrance/bridal-confetti-queen-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"8\"}'),('5804','product','8','sale-specials/bras-panties/o-2.html','sale-specials/bras-panties/bridal-confetti-queen-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"12\"}'),('5805','product','8','sale-specials/sleep/o-2.html','sale-specials/sleep/bridal-confetti-queen-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"13\"}'),('5806','product','8','sleep/pajamas/o-2.html','sleep/pajamas/bridal-confetti-queen-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"15\"}'),('5807','product','8','sleep/robes-slippers/o-2.html','sleep/robes-slippers/bridal-confetti-queen-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"17\"}'),('5808','product','8','sleep/loungewear/o-2.html','sleep/loungewear/bridal-confetti-queen-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"19\"}'),('5809','product','8','lingerie/babydolls-slips/o-2.html','lingerie/babydolls-slips/bridal-confetti-queen-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"20\"}'),('5810','product','8','panties/cheekies-cheekinis/o-2.html','panties/cheekies-cheekinis/bridal-confetti-queen-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"23\"}'),('5811','product','8','panties/shorties-boyshorts/o-2.html','panties/shorties-boyshorts/bridal-confetti-queen-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"25\"}'),('5812','product','8','panties/bikinis/o-2.html','panties/bikinis/bridal-confetti-queen-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"26\"}'),('5813','product','8','bras-bralettes/bralettes/o-2.html','bras-bralettes/bralettes/bridal-confetti-queen-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"28\"}'),('5814','product','8','bras-bralettes/unlined/o-2.html','bras-bralettes/unlined/bridal-confetti-queen-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"29\"}'),('5815','product','8','bras-bralettes/perfect-coverage/o-2.html','bras-bralettes/perfect-coverage/bridal-confetti-queen-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"30\"}'),('5816','product','8','bras-bralettes/push-up/o-2.html','bras-bralettes/push-up/bridal-confetti-queen-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"31\"}'),('5817','product','8','bras-bralettes/sports-bras/o-2.html','bras-bralettes/sports-bras/bridal-confetti-queen-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"32\"}'),('5818','product','8','lingerie/teddies-bodysuits/bridal-confetti-queen-tee-short-pyjama-set.html','catalog/product/view/id/8/category/21',0,3,NULL,1,'{\"category_id\":\"21\"}'),('5819','product','14','marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14',0,1,NULL,1,NULL),('5820','product','14','bras-bralettes/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),('5821','product','14','panties/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/4',0,1,NULL,1,'{\"category_id\":\"4\"}'),('5822','product','14','lingerie/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),('5823','product','14','sleep/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/6',0,1,NULL,1,'{\"category_id\":\"6\"}'),('5824','product','14','beauty/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/7',0,1,NULL,1,'{\"category_id\":\"7\"}'),('5825','product','14','sale-specials/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/11',0,1,NULL,1,'{\"category_id\":\"11\"}'),('5826','product','14','beauty/fragrance/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/8',0,1,NULL,1,'{\"category_id\":\"8\"}'),('5827','product','14','beauty/sleepshirts-mists/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/9',0,1,NULL,1,'{\"category_id\":\"9\"}'),('5828','product','14','sale-specials/bras-panties/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/12',0,1,NULL,1,'{\"category_id\":\"12\"}'),('5829','product','14','sale-specials/sleep/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/13',0,1,NULL,1,'{\"category_id\":\"13\"}'),('5830','product','14','sleep/sleepshirts/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/16',0,1,NULL,1,'{\"category_id\":\"16\"}'),('5831','product','14','sleep/robes-slippers/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/17',0,1,NULL,1,'{\"category_id\":\"17\"}'),('5832','product','14','sleep/shorts/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/18',0,1,NULL,1,'{\"category_id\":\"18\"}'),('5833','product','14','sleep/loungewear/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/19',0,1,NULL,1,'{\"category_id\":\"19\"}'),('5834','product','14','lingerie/babydolls-slips/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/20',0,1,NULL,1,'{\"category_id\":\"20\"}'),('5835','product','14','lingerie/teddies-bodysuits/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/21',0,1,NULL,1,'{\"category_id\":\"21\"}'),('5836','product','14','lingerie/teddies-bodysuits/corsets-bustiers/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/22',0,1,NULL,1,'{\"category_id\":\"22\"}'),('5837','product','14','panties/thongs-v-strings/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/24',0,1,NULL,1,'{\"category_id\":\"24\"}'),('5838','product','14','panties/shorties-boyshorts/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/25',0,1,NULL,1,'{\"category_id\":\"25\"}'),('5839','product','14','panties/bikinis/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/26',0,1,NULL,1,'{\"category_id\":\"26\"}'),('5840','product','14','panties/no-show-seamless/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/27',0,1,NULL,1,'{\"category_id\":\"27\"}'),('5841','product','14','bras-bralettes/unlined/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/29',0,1,NULL,1,'{\"category_id\":\"29\"}'),('5842','product','14','bras-bralettes/push-up/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/31',0,1,NULL,1,'{\"category_id\":\"31\"}'),('5843','product','14','bras-bralettes/sports-bras/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/32',0,1,NULL,1,'{\"category_id\":\"32\"}'),('5844','product','14','t.html','marie-meili-brooke-two-pack-bra.html',301,1,NULL,0,'[]'),('5845','product','14','bras-bralettes/t.html','bras-bralettes/marie-meili-brooke-two-pack-bra.html',301,1,NULL,0,'{\"category_id\":\"3\"}'),('5846','product','14','panties/t.html','panties/marie-meili-brooke-two-pack-bra.html',301,1,NULL,0,'{\"category_id\":\"4\"}'),('5847','product','14','lingerie/t.html','lingerie/marie-meili-brooke-two-pack-bra.html',301,1,NULL,0,'{\"category_id\":\"5\"}'),('5848','product','14','sleep/t.html','sleep/marie-meili-brooke-two-pack-bra.html',301,1,NULL,0,'{\"category_id\":\"6\"}'),('5849','product','14','beauty/t.html','beauty/marie-meili-brooke-two-pack-bra.html',301,1,NULL,0,'{\"category_id\":\"7\"}'),('5850','product','14','sale-specials/t.html','sale-specials/marie-meili-brooke-two-pack-bra.html',301,1,NULL,0,'{\"category_id\":\"11\"}'),('5851','product','14','beauty/fragrance/t.html','beauty/fragrance/marie-meili-brooke-two-pack-bra.html',301,1,NULL,0,'{\"category_id\":\"8\"}'),('5852','product','14','beauty/sleepshirts-mists/t.html','beauty/sleepshirts-mists/marie-meili-brooke-two-pack-bra.html',301,1,NULL,0,'{\"category_id\":\"9\"}'),('5853','product','14','sale-specials/bras-panties/t.html','sale-specials/bras-panties/marie-meili-brooke-two-pack-bra.html',301,1,NULL,0,'{\"category_id\":\"12\"}'),('5854','product','14','sale-specials/sleep/t.html','sale-specials/sleep/marie-meili-brooke-two-pack-bra.html',301,1,NULL,0,'{\"category_id\":\"13\"}'),('5855','product','14','sleep/sleepshirts/t.html','sleep/sleepshirts/marie-meili-brooke-two-pack-bra.html',301,1,NULL,0,'{\"category_id\":\"16\"}'),('5856','product','14','sleep/robes-slippers/t.html','sleep/robes-slippers/marie-meili-brooke-two-pack-bra.html',301,1,NULL,0,'{\"category_id\":\"17\"}'),('5857','product','14','sleep/shorts/t.html','sleep/shorts/marie-meili-brooke-two-pack-bra.html',301,1,NULL,0,'{\"category_id\":\"18\"}');
INSERT INTO `url_rewrite` VALUES ('5858','product','14','sleep/loungewear/t.html','sleep/loungewear/marie-meili-brooke-two-pack-bra.html',301,1,NULL,0,'{\"category_id\":\"19\"}'),('5859','product','14','lingerie/babydolls-slips/t.html','lingerie/babydolls-slips/marie-meili-brooke-two-pack-bra.html',301,1,NULL,0,'{\"category_id\":\"20\"}'),('5860','product','14','lingerie/teddies-bodysuits/t.html','lingerie/teddies-bodysuits/marie-meili-brooke-two-pack-bra.html',301,1,NULL,0,'{\"category_id\":\"21\"}'),('5861','product','14','panties/thongs-v-strings/t.html','panties/thongs-v-strings/marie-meili-brooke-two-pack-bra.html',301,1,NULL,0,'{\"category_id\":\"24\"}'),('5862','product','14','panties/shorties-boyshorts/t.html','panties/shorties-boyshorts/marie-meili-brooke-two-pack-bra.html',301,1,NULL,0,'{\"category_id\":\"25\"}'),('5863','product','14','panties/bikinis/t.html','panties/bikinis/marie-meili-brooke-two-pack-bra.html',301,1,NULL,0,'{\"category_id\":\"26\"}'),('5864','product','14','panties/no-show-seamless/t.html','panties/no-show-seamless/marie-meili-brooke-two-pack-bra.html',301,1,NULL,0,'{\"category_id\":\"27\"}'),('5865','product','14','bras-bralettes/unlined/t.html','bras-bralettes/unlined/marie-meili-brooke-two-pack-bra.html',301,1,NULL,0,'{\"category_id\":\"29\"}'),('5866','product','14','bras-bralettes/push-up/t.html','bras-bralettes/push-up/marie-meili-brooke-two-pack-bra.html',301,1,NULL,0,'{\"category_id\":\"31\"}'),('5867','product','14','bras-bralettes/sports-bras/t.html','bras-bralettes/sports-bras/marie-meili-brooke-two-pack-bra.html',301,1,NULL,0,'{\"category_id\":\"32\"}'),('5868','product','14','marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14',0,2,NULL,1,NULL),('5869','product','14','bras-bralettes/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/3',0,2,NULL,1,'{\"category_id\":\"3\"}'),('5870','product','14','panties/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/4',0,2,NULL,1,'{\"category_id\":\"4\"}'),('5871','product','14','lingerie/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/5',0,2,NULL,1,'{\"category_id\":\"5\"}'),('5872','product','14','sleep/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/6',0,2,NULL,1,'{\"category_id\":\"6\"}'),('5873','product','14','beauty/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/7',0,2,NULL,1,'{\"category_id\":\"7\"}'),('5874','product','14','sale-specials/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/11',0,2,NULL,1,'{\"category_id\":\"11\"}'),('5875','product','14','beauty/fragrance/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/8',0,2,NULL,1,'{\"category_id\":\"8\"}'),('5876','product','14','beauty/sleepshirts-mists/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/9',0,2,NULL,1,'{\"category_id\":\"9\"}'),('5877','product','14','sale-specials/bras-panties/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/12',0,2,NULL,1,'{\"category_id\":\"12\"}'),('5878','product','14','sale-specials/sleep/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/13',0,2,NULL,1,'{\"category_id\":\"13\"}'),('5879','product','14','sleep/sleepshirts/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/16',0,2,NULL,1,'{\"category_id\":\"16\"}'),('5880','product','14','sleep/robes-slippers/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/17',0,2,NULL,1,'{\"category_id\":\"17\"}'),('5881','product','14','sleep/shorts/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/18',0,2,NULL,1,'{\"category_id\":\"18\"}'),('5882','product','14','sleep/loungewear/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/19',0,2,NULL,1,'{\"category_id\":\"19\"}'),('5883','product','14','lingerie/babydolls-slips/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/20',0,2,NULL,1,'{\"category_id\":\"20\"}'),('5884','product','14','lingerie/teddies-bodysuits/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/21',0,2,NULL,1,'{\"category_id\":\"21\"}'),('5885','product','14','lingerie/teddies-bodysuits/corsets-bustiers/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/22',0,2,NULL,1,'{\"category_id\":\"22\"}'),('5886','product','14','panties/thongs-v-strings/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/24',0,2,NULL,1,'{\"category_id\":\"24\"}'),('5887','product','14','panties/shorties-boyshorts/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/25',0,2,NULL,1,'{\"category_id\":\"25\"}'),('5888','product','14','panties/bikinis/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/26',0,2,NULL,1,'{\"category_id\":\"26\"}'),('5889','product','14','panties/no-show-seamless/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/27',0,2,NULL,1,'{\"category_id\":\"27\"}'),('5890','product','14','bras-bralettes/unlined/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/29',0,2,NULL,1,'{\"category_id\":\"29\"}'),('5891','product','14','bras-bralettes/push-up/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/31',0,2,NULL,1,'{\"category_id\":\"31\"}'),('5892','product','14','bras-bralettes/sports-bras/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/32',0,2,NULL,1,'{\"category_id\":\"32\"}'),('5893','product','14','t.html','marie-meili-brooke-two-pack-bra.html',301,2,NULL,0,'[]'),('5894','product','14','bras-bralettes/t.html','bras-bralettes/marie-meili-brooke-two-pack-bra.html',301,2,NULL,0,'{\"category_id\":\"3\"}'),('5895','product','14','panties/t.html','panties/marie-meili-brooke-two-pack-bra.html',301,2,NULL,0,'{\"category_id\":\"4\"}'),('5896','product','14','lingerie/t.html','lingerie/marie-meili-brooke-two-pack-bra.html',301,2,NULL,0,'{\"category_id\":\"5\"}'),('5897','product','14','sleep/t.html','sleep/marie-meili-brooke-two-pack-bra.html',301,2,NULL,0,'{\"category_id\":\"6\"}'),('5898','product','14','beauty/t.html','beauty/marie-meili-brooke-two-pack-bra.html',301,2,NULL,0,'{\"category_id\":\"7\"}'),('5899','product','14','sale-specials/t.html','sale-specials/marie-meili-brooke-two-pack-bra.html',301,2,NULL,0,'{\"category_id\":\"11\"}'),('5900','product','14','beauty/fragrance/t.html','beauty/fragrance/marie-meili-brooke-two-pack-bra.html',301,2,NULL,0,'{\"category_id\":\"8\"}'),('5901','product','14','beauty/sleepshirts-mists/t.html','beauty/sleepshirts-mists/marie-meili-brooke-two-pack-bra.html',301,2,NULL,0,'{\"category_id\":\"9\"}'),('5902','product','14','sale-specials/bras-panties/t.html','sale-specials/bras-panties/marie-meili-brooke-two-pack-bra.html',301,2,NULL,0,'{\"category_id\":\"12\"}'),('5903','product','14','sale-specials/sleep/t.html','sale-specials/sleep/marie-meili-brooke-two-pack-bra.html',301,2,NULL,0,'{\"category_id\":\"13\"}'),('5904','product','14','sleep/sleepshirts/t.html','sleep/sleepshirts/marie-meili-brooke-two-pack-bra.html',301,2,NULL,0,'{\"category_id\":\"16\"}'),('5905','product','14','sleep/robes-slippers/t.html','sleep/robes-slippers/marie-meili-brooke-two-pack-bra.html',301,2,NULL,0,'{\"category_id\":\"17\"}'),('5906','product','14','sleep/shorts/t.html','sleep/shorts/marie-meili-brooke-two-pack-bra.html',301,2,NULL,0,'{\"category_id\":\"18\"}'),('5907','product','14','sleep/loungewear/t.html','sleep/loungewear/marie-meili-brooke-two-pack-bra.html',301,2,NULL,0,'{\"category_id\":\"19\"}'),('5908','product','14','lingerie/babydolls-slips/t.html','lingerie/babydolls-slips/marie-meili-brooke-two-pack-bra.html',301,2,NULL,0,'{\"category_id\":\"20\"}'),('5909','product','14','lingerie/teddies-bodysuits/t.html','lingerie/teddies-bodysuits/marie-meili-brooke-two-pack-bra.html',301,2,NULL,0,'{\"category_id\":\"21\"}'),('5910','product','14','panties/thongs-v-strings/t.html','panties/thongs-v-strings/marie-meili-brooke-two-pack-bra.html',301,2,NULL,0,'{\"category_id\":\"24\"}'),('5911','product','14','panties/shorties-boyshorts/t.html','panties/shorties-boyshorts/marie-meili-brooke-two-pack-bra.html',301,2,NULL,0,'{\"category_id\":\"25\"}'),('5912','product','14','panties/bikinis/t.html','panties/bikinis/marie-meili-brooke-two-pack-bra.html',301,2,NULL,0,'{\"category_id\":\"26\"}'),('5913','product','14','panties/no-show-seamless/t.html','panties/no-show-seamless/marie-meili-brooke-two-pack-bra.html',301,2,NULL,0,'{\"category_id\":\"27\"}'),('5914','product','14','bras-bralettes/unlined/t.html','bras-bralettes/unlined/marie-meili-brooke-two-pack-bra.html',301,2,NULL,0,'{\"category_id\":\"29\"}'),('5915','product','14','bras-bralettes/push-up/t.html','bras-bralettes/push-up/marie-meili-brooke-two-pack-bra.html',301,2,NULL,0,'{\"category_id\":\"31\"}'),('5916','product','14','bras-bralettes/sports-bras/t.html','bras-bralettes/sports-bras/marie-meili-brooke-two-pack-bra.html',301,2,NULL,0,'{\"category_id\":\"32\"}'),('5917','product','14','marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14',0,3,NULL,1,NULL),('5918','product','14','bras-bralettes/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/3',0,3,NULL,1,'{\"category_id\":\"3\"}'),('5919','product','14','panties/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/4',0,3,NULL,1,'{\"category_id\":\"4\"}'),('5920','product','14','lingerie/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/5',0,3,NULL,1,'{\"category_id\":\"5\"}'),('5921','product','14','sleep/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/6',0,3,NULL,1,'{\"category_id\":\"6\"}'),('5922','product','14','beauty/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/7',0,3,NULL,1,'{\"category_id\":\"7\"}'),('5923','product','14','sale-specials/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/11',0,3,NULL,1,'{\"category_id\":\"11\"}'),('5924','product','14','beauty/fragrance/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/8',0,3,NULL,1,'{\"category_id\":\"8\"}'),('5925','product','14','beauty/sleepshirts-mists/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/9',0,3,NULL,1,'{\"category_id\":\"9\"}'),('5926','product','14','sale-specials/bras-panties/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/12',0,3,NULL,1,'{\"category_id\":\"12\"}'),('5927','product','14','sale-specials/sleep/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/13',0,3,NULL,1,'{\"category_id\":\"13\"}'),('5928','product','14','sleep/sleepshirts/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/16',0,3,NULL,1,'{\"category_id\":\"16\"}'),('5929','product','14','sleep/robes-slippers/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/17',0,3,NULL,1,'{\"category_id\":\"17\"}'),('5930','product','14','sleep/shorts/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/18',0,3,NULL,1,'{\"category_id\":\"18\"}'),('5931','product','14','sleep/loungewear/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/19',0,3,NULL,1,'{\"category_id\":\"19\"}'),('5932','product','14','lingerie/babydolls-slips/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/20',0,3,NULL,1,'{\"category_id\":\"20\"}'),('5933','product','14','lingerie/teddies-bodysuits/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/21',0,3,NULL,1,'{\"category_id\":\"21\"}'),('5934','product','14','lingerie/teddies-bodysuits/corsets-bustiers/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/22',0,3,NULL,1,'{\"category_id\":\"22\"}'),('5935','product','14','panties/thongs-v-strings/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/24',0,3,NULL,1,'{\"category_id\":\"24\"}'),('5936','product','14','panties/shorties-boyshorts/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/25',0,3,NULL,1,'{\"category_id\":\"25\"}'),('5937','product','14','panties/bikinis/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/26',0,3,NULL,1,'{\"category_id\":\"26\"}'),('5938','product','14','panties/no-show-seamless/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/27',0,3,NULL,1,'{\"category_id\":\"27\"}'),('5939','product','14','bras-bralettes/unlined/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/29',0,3,NULL,1,'{\"category_id\":\"29\"}'),('5940','product','14','bras-bralettes/push-up/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/31',0,3,NULL,1,'{\"category_id\":\"31\"}'),('5941','product','14','bras-bralettes/sports-bras/marie-meili-brooke-two-pack-bra.html','catalog/product/view/id/14/category/32',0,3,NULL,1,'{\"category_id\":\"32\"}'),('5942','product','14','t.html','marie-meili-brooke-two-pack-bra.html',301,3,NULL,0,'[]'),('5943','product','14','bras-bralettes/t.html','bras-bralettes/marie-meili-brooke-two-pack-bra.html',301,3,NULL,0,'{\"category_id\":\"3\"}'),('5944','product','14','panties/t.html','panties/marie-meili-brooke-two-pack-bra.html',301,3,NULL,0,'{\"category_id\":\"4\"}'),('5945','product','14','lingerie/t.html','lingerie/marie-meili-brooke-two-pack-bra.html',301,3,NULL,0,'{\"category_id\":\"5\"}'),('5946','product','14','sleep/t.html','sleep/marie-meili-brooke-two-pack-bra.html',301,3,NULL,0,'{\"category_id\":\"6\"}'),('5947','product','14','beauty/t.html','beauty/marie-meili-brooke-two-pack-bra.html',301,3,NULL,0,'{\"category_id\":\"7\"}'),('5948','product','14','sale-specials/t.html','sale-specials/marie-meili-brooke-two-pack-bra.html',301,3,NULL,0,'{\"category_id\":\"11\"}'),('5949','product','14','beauty/fragrance/t.html','beauty/fragrance/marie-meili-brooke-two-pack-bra.html',301,3,NULL,0,'{\"category_id\":\"8\"}'),('5950','product','14','beauty/sleepshirts-mists/t.html','beauty/sleepshirts-mists/marie-meili-brooke-two-pack-bra.html',301,3,NULL,0,'{\"category_id\":\"9\"}'),('5951','product','14','sale-specials/bras-panties/t.html','sale-specials/bras-panties/marie-meili-brooke-two-pack-bra.html',301,3,NULL,0,'{\"category_id\":\"12\"}'),('5952','product','14','sale-specials/sleep/t.html','sale-specials/sleep/marie-meili-brooke-two-pack-bra.html',301,3,NULL,0,'{\"category_id\":\"13\"}'),('5953','product','14','sleep/sleepshirts/t.html','sleep/sleepshirts/marie-meili-brooke-two-pack-bra.html',301,3,NULL,0,'{\"category_id\":\"16\"}'),('5954','product','14','sleep/robes-slippers/t.html','sleep/robes-slippers/marie-meili-brooke-two-pack-bra.html',301,3,NULL,0,'{\"category_id\":\"17\"}'),('5955','product','14','sleep/shorts/t.html','sleep/shorts/marie-meili-brooke-two-pack-bra.html',301,3,NULL,0,'{\"category_id\":\"18\"}'),('5956','product','14','sleep/loungewear/t.html','sleep/loungewear/marie-meili-brooke-two-pack-bra.html',301,3,NULL,0,'{\"category_id\":\"19\"}'),('5957','product','14','lingerie/babydolls-slips/t.html','lingerie/babydolls-slips/marie-meili-brooke-two-pack-bra.html',301,3,NULL,0,'{\"category_id\":\"20\"}'),('5958','product','14','lingerie/teddies-bodysuits/t.html','lingerie/teddies-bodysuits/marie-meili-brooke-two-pack-bra.html',301,3,NULL,0,'{\"category_id\":\"21\"}'),('5959','product','14','panties/thongs-v-strings/t.html','panties/thongs-v-strings/marie-meili-brooke-two-pack-bra.html',301,3,NULL,0,'{\"category_id\":\"24\"}'),('5960','product','14','panties/shorties-boyshorts/t.html','panties/shorties-boyshorts/marie-meili-brooke-two-pack-bra.html',301,3,NULL,0,'{\"category_id\":\"25\"}'),('5961','product','14','panties/bikinis/t.html','panties/bikinis/marie-meili-brooke-two-pack-bra.html',301,3,NULL,0,'{\"category_id\":\"26\"}'),('5962','product','14','panties/no-show-seamless/t.html','panties/no-show-seamless/marie-meili-brooke-two-pack-bra.html',301,3,NULL,0,'{\"category_id\":\"27\"}'),('5963','product','14','bras-bralettes/unlined/t.html','bras-bralettes/unlined/marie-meili-brooke-two-pack-bra.html',301,3,NULL,0,'{\"category_id\":\"29\"}'),('5964','product','14','bras-bralettes/push-up/t.html','bras-bralettes/push-up/marie-meili-brooke-two-pack-bra.html',301,3,NULL,0,'{\"category_id\":\"31\"}'),('5965','product','14','bras-bralettes/sports-bras/t.html','bras-bralettes/sports-bras/marie-meili-brooke-two-pack-bra.html',301,3,NULL,0,'{\"category_id\":\"32\"}'),('5966','product','15','lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15',0,1,NULL,1,NULL),('5967','product','15','bras-bralettes/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),('5968','product','15','panties/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/4',0,1,NULL,1,'{\"category_id\":\"4\"}'),('5969','product','15','lingerie/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),('5970','product','15','sleep/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/6',0,1,NULL,1,'{\"category_id\":\"6\"}'),('5971','product','15','beauty/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/7',0,1,NULL,1,'{\"category_id\":\"7\"}'),('5972','product','15','sale-specials/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/11',0,1,NULL,1,'{\"category_id\":\"11\"}'),('5973','product','15','beauty/fragrance/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/8',0,1,NULL,1,'{\"category_id\":\"8\"}'),('5974','product','15','beauty/sleepshirts-mists/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/9',0,1,NULL,1,'{\"category_id\":\"9\"}'),('5975','product','15','sale-specials/bras-panties/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/12',0,1,NULL,1,'{\"category_id\":\"12\"}'),('5976','product','15','sale-specials/sleep/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/13',0,1,NULL,1,'{\"category_id\":\"13\"}'),('5977','product','15','sleep/sleepshirts/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/16',0,1,NULL,1,'{\"category_id\":\"16\"}'),('5978','product','15','sleep/robes-slippers/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/17',0,1,NULL,1,'{\"category_id\":\"17\"}'),('5979','product','15','sleep/shorts/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/18',0,1,NULL,1,'{\"category_id\":\"18\"}'),('5980','product','15','sleep/loungewear/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/19',0,1,NULL,1,'{\"category_id\":\"19\"}'),('5981','product','15','lingerie/babydolls-slips/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/20',0,1,NULL,1,'{\"category_id\":\"20\"}'),('5982','product','15','lingerie/teddies-bodysuits/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/21',0,1,NULL,1,'{\"category_id\":\"21\"}'),('5983','product','15','lingerie/teddies-bodysuits/corsets-bustiers/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/22',0,1,NULL,1,'{\"category_id\":\"22\"}'),('5984','product','15','panties/thongs-v-strings/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/24',0,1,NULL,1,'{\"category_id\":\"24\"}'),('5985','product','15','panties/shorties-boyshorts/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/25',0,1,NULL,1,'{\"category_id\":\"25\"}'),('5986','product','15','panties/bikinis/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/26',0,1,NULL,1,'{\"category_id\":\"26\"}'),('5987','product','15','panties/no-show-seamless/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/27',0,1,NULL,1,'{\"category_id\":\"27\"}'),('5988','product','15','bras-bralettes/unlined/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/29',0,1,NULL,1,'{\"category_id\":\"29\"}'),('5989','product','15','bras-bralettes/push-up/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/31',0,1,NULL,1,'{\"category_id\":\"31\"}'),('5990','product','15','bras-bralettes/sports-bras/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/32',0,1,NULL,1,'{\"category_id\":\"32\"}'),('5991','product','15','t-1.html','lace-trim-long-sleeve-tee-short-pyjama-set.html',301,1,NULL,0,'[]'),('5992','product','15','bras-bralettes/t-1.html','bras-bralettes/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"3\"}'),('5993','product','15','panties/t-1.html','panties/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"4\"}'),('5994','product','15','lingerie/t-1.html','lingerie/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"5\"}'),('5995','product','15','sleep/t-1.html','sleep/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"6\"}'),('5996','product','15','beauty/t-1.html','beauty/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"7\"}'),('5997','product','15','sale-specials/t-1.html','sale-specials/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"11\"}'),('5998','product','15','beauty/fragrance/t-1.html','beauty/fragrance/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"8\"}'),('5999','product','15','beauty/sleepshirts-mists/t-1.html','beauty/sleepshirts-mists/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"9\"}'),('6000','product','15','sale-specials/bras-panties/t-1.html','sale-specials/bras-panties/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"12\"}'),('6001','product','15','sale-specials/sleep/t-1.html','sale-specials/sleep/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"13\"}'),('6002','product','15','sleep/sleepshirts/t-1.html','sleep/sleepshirts/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"16\"}'),('6003','product','15','sleep/robes-slippers/t-1.html','sleep/robes-slippers/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"17\"}'),('6004','product','15','sleep/shorts/t-1.html','sleep/shorts/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"18\"}'),('6005','product','15','sleep/loungewear/t-1.html','sleep/loungewear/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"19\"}'),('6006','product','15','lingerie/babydolls-slips/t-1.html','lingerie/babydolls-slips/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"20\"}'),('6007','product','15','lingerie/teddies-bodysuits/t-1.html','lingerie/teddies-bodysuits/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"21\"}'),('6008','product','15','panties/thongs-v-strings/t-1.html','panties/thongs-v-strings/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"24\"}'),('6009','product','15','panties/shorties-boyshorts/t-1.html','panties/shorties-boyshorts/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"25\"}'),('6010','product','15','panties/bikinis/t-1.html','panties/bikinis/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"26\"}'),('6011','product','15','panties/no-show-seamless/t-1.html','panties/no-show-seamless/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"27\"}'),('6012','product','15','bras-bralettes/unlined/t-1.html','bras-bralettes/unlined/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"29\"}'),('6013','product','15','bras-bralettes/push-up/t-1.html','bras-bralettes/push-up/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"31\"}'),('6014','product','15','bras-bralettes/sports-bras/t-1.html','bras-bralettes/sports-bras/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,1,NULL,0,'{\"category_id\":\"32\"}'),('6015','product','15','lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15',0,2,NULL,1,NULL),('6016','product','15','bras-bralettes/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/3',0,2,NULL,1,'{\"category_id\":\"3\"}'),('6017','product','15','panties/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/4',0,2,NULL,1,'{\"category_id\":\"4\"}'),('6018','product','15','lingerie/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/5',0,2,NULL,1,'{\"category_id\":\"5\"}'),('6019','product','15','sleep/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/6',0,2,NULL,1,'{\"category_id\":\"6\"}'),('6020','product','15','beauty/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/7',0,2,NULL,1,'{\"category_id\":\"7\"}'),('6021','product','15','sale-specials/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/11',0,2,NULL,1,'{\"category_id\":\"11\"}'),('6022','product','15','beauty/fragrance/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/8',0,2,NULL,1,'{\"category_id\":\"8\"}'),('6023','product','15','beauty/sleepshirts-mists/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/9',0,2,NULL,1,'{\"category_id\":\"9\"}'),('6024','product','15','sale-specials/bras-panties/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/12',0,2,NULL,1,'{\"category_id\":\"12\"}'),('6025','product','15','sale-specials/sleep/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/13',0,2,NULL,1,'{\"category_id\":\"13\"}'),('6026','product','15','sleep/sleepshirts/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/16',0,2,NULL,1,'{\"category_id\":\"16\"}'),('6027','product','15','sleep/robes-slippers/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/17',0,2,NULL,1,'{\"category_id\":\"17\"}'),('6028','product','15','sleep/shorts/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/18',0,2,NULL,1,'{\"category_id\":\"18\"}'),('6029','product','15','sleep/loungewear/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/19',0,2,NULL,1,'{\"category_id\":\"19\"}'),('6030','product','15','lingerie/babydolls-slips/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/20',0,2,NULL,1,'{\"category_id\":\"20\"}'),('6031','product','15','lingerie/teddies-bodysuits/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/21',0,2,NULL,1,'{\"category_id\":\"21\"}'),('6032','product','15','lingerie/teddies-bodysuits/corsets-bustiers/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/22',0,2,NULL,1,'{\"category_id\":\"22\"}'),('6033','product','15','panties/thongs-v-strings/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/24',0,2,NULL,1,'{\"category_id\":\"24\"}'),('6034','product','15','panties/shorties-boyshorts/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/25',0,2,NULL,1,'{\"category_id\":\"25\"}'),('6035','product','15','panties/bikinis/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/26',0,2,NULL,1,'{\"category_id\":\"26\"}'),('6036','product','15','panties/no-show-seamless/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/27',0,2,NULL,1,'{\"category_id\":\"27\"}'),('6037','product','15','bras-bralettes/unlined/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/29',0,2,NULL,1,'{\"category_id\":\"29\"}'),('6038','product','15','bras-bralettes/push-up/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/31',0,2,NULL,1,'{\"category_id\":\"31\"}'),('6039','product','15','bras-bralettes/sports-bras/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/32',0,2,NULL,1,'{\"category_id\":\"32\"}'),('6040','product','15','t-1.html','lace-trim-long-sleeve-tee-short-pyjama-set.html',301,2,NULL,0,'[]'),('6041','product','15','bras-bralettes/t-1.html','bras-bralettes/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"3\"}'),('6042','product','15','panties/t-1.html','panties/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"4\"}'),('6043','product','15','lingerie/t-1.html','lingerie/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"5\"}'),('6044','product','15','sleep/t-1.html','sleep/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"6\"}'),('6045','product','15','beauty/t-1.html','beauty/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"7\"}'),('6046','product','15','sale-specials/t-1.html','sale-specials/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"11\"}'),('6047','product','15','beauty/fragrance/t-1.html','beauty/fragrance/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"8\"}'),('6048','product','15','beauty/sleepshirts-mists/t-1.html','beauty/sleepshirts-mists/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"9\"}'),('6049','product','15','sale-specials/bras-panties/t-1.html','sale-specials/bras-panties/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"12\"}'),('6050','product','15','sale-specials/sleep/t-1.html','sale-specials/sleep/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"13\"}'),('6051','product','15','sleep/sleepshirts/t-1.html','sleep/sleepshirts/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"16\"}'),('6052','product','15','sleep/robes-slippers/t-1.html','sleep/robes-slippers/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"17\"}'),('6053','product','15','sleep/shorts/t-1.html','sleep/shorts/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"18\"}'),('6054','product','15','sleep/loungewear/t-1.html','sleep/loungewear/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"19\"}'),('6055','product','15','lingerie/babydolls-slips/t-1.html','lingerie/babydolls-slips/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"20\"}'),('6056','product','15','lingerie/teddies-bodysuits/t-1.html','lingerie/teddies-bodysuits/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"21\"}'),('6057','product','15','panties/thongs-v-strings/t-1.html','panties/thongs-v-strings/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"24\"}'),('6058','product','15','panties/shorties-boyshorts/t-1.html','panties/shorties-boyshorts/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"25\"}'),('6059','product','15','panties/bikinis/t-1.html','panties/bikinis/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"26\"}'),('6060','product','15','panties/no-show-seamless/t-1.html','panties/no-show-seamless/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"27\"}'),('6061','product','15','bras-bralettes/unlined/t-1.html','bras-bralettes/unlined/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"29\"}'),('6062','product','15','bras-bralettes/push-up/t-1.html','bras-bralettes/push-up/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"31\"}'),('6063','product','15','bras-bralettes/sports-bras/t-1.html','bras-bralettes/sports-bras/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,2,NULL,0,'{\"category_id\":\"32\"}'),('6064','product','15','lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15',0,3,NULL,1,NULL),('6065','product','15','bras-bralettes/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/3',0,3,NULL,1,'{\"category_id\":\"3\"}'),('6066','product','15','panties/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/4',0,3,NULL,1,'{\"category_id\":\"4\"}'),('6067','product','15','lingerie/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/5',0,3,NULL,1,'{\"category_id\":\"5\"}'),('6068','product','15','sleep/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/6',0,3,NULL,1,'{\"category_id\":\"6\"}'),('6069','product','15','beauty/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/7',0,3,NULL,1,'{\"category_id\":\"7\"}'),('6070','product','15','sale-specials/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/11',0,3,NULL,1,'{\"category_id\":\"11\"}'),('6071','product','15','beauty/fragrance/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/8',0,3,NULL,1,'{\"category_id\":\"8\"}'),('6072','product','15','beauty/sleepshirts-mists/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/9',0,3,NULL,1,'{\"category_id\":\"9\"}'),('6073','product','15','sale-specials/bras-panties/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/12',0,3,NULL,1,'{\"category_id\":\"12\"}'),('6074','product','15','sale-specials/sleep/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/13',0,3,NULL,1,'{\"category_id\":\"13\"}'),('6075','product','15','sleep/sleepshirts/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/16',0,3,NULL,1,'{\"category_id\":\"16\"}'),('6076','product','15','sleep/robes-slippers/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/17',0,3,NULL,1,'{\"category_id\":\"17\"}'),('6077','product','15','sleep/shorts/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/18',0,3,NULL,1,'{\"category_id\":\"18\"}'),('6078','product','15','sleep/loungewear/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/19',0,3,NULL,1,'{\"category_id\":\"19\"}'),('6079','product','15','lingerie/babydolls-slips/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/20',0,3,NULL,1,'{\"category_id\":\"20\"}'),('6080','product','15','lingerie/teddies-bodysuits/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/21',0,3,NULL,1,'{\"category_id\":\"21\"}'),('6081','product','15','lingerie/teddies-bodysuits/corsets-bustiers/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/22',0,3,NULL,1,'{\"category_id\":\"22\"}'),('6082','product','15','panties/thongs-v-strings/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/24',0,3,NULL,1,'{\"category_id\":\"24\"}'),('6083','product','15','panties/shorties-boyshorts/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/25',0,3,NULL,1,'{\"category_id\":\"25\"}'),('6084','product','15','panties/bikinis/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/26',0,3,NULL,1,'{\"category_id\":\"26\"}'),('6085','product','15','panties/no-show-seamless/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/27',0,3,NULL,1,'{\"category_id\":\"27\"}'),('6086','product','15','bras-bralettes/unlined/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/29',0,3,NULL,1,'{\"category_id\":\"29\"}'),('6087','product','15','bras-bralettes/push-up/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/31',0,3,NULL,1,'{\"category_id\":\"31\"}'),('6088','product','15','bras-bralettes/sports-bras/lace-trim-long-sleeve-tee-short-pyjama-set.html','catalog/product/view/id/15/category/32',0,3,NULL,1,'{\"category_id\":\"32\"}'),('6089','product','15','t-1.html','lace-trim-long-sleeve-tee-short-pyjama-set.html',301,3,NULL,0,'[]'),('6090','product','15','bras-bralettes/t-1.html','bras-bralettes/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"3\"}'),('6091','product','15','panties/t-1.html','panties/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"4\"}'),('6092','product','15','lingerie/t-1.html','lingerie/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"5\"}'),('6093','product','15','sleep/t-1.html','sleep/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"6\"}'),('6094','product','15','beauty/t-1.html','beauty/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"7\"}'),('6095','product','15','sale-specials/t-1.html','sale-specials/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"11\"}'),('6096','product','15','beauty/fragrance/t-1.html','beauty/fragrance/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"8\"}'),('6097','product','15','beauty/sleepshirts-mists/t-1.html','beauty/sleepshirts-mists/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"9\"}'),('6098','product','15','sale-specials/bras-panties/t-1.html','sale-specials/bras-panties/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"12\"}'),('6099','product','15','sale-specials/sleep/t-1.html','sale-specials/sleep/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"13\"}'),('6100','product','15','sleep/sleepshirts/t-1.html','sleep/sleepshirts/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"16\"}'),('6101','product','15','sleep/robes-slippers/t-1.html','sleep/robes-slippers/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"17\"}'),('6102','product','15','sleep/shorts/t-1.html','sleep/shorts/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"18\"}'),('6103','product','15','sleep/loungewear/t-1.html','sleep/loungewear/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"19\"}'),('6104','product','15','lingerie/babydolls-slips/t-1.html','lingerie/babydolls-slips/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"20\"}'),('6105','product','15','lingerie/teddies-bodysuits/t-1.html','lingerie/teddies-bodysuits/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"21\"}'),('6106','product','15','panties/thongs-v-strings/t-1.html','panties/thongs-v-strings/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"24\"}'),('6107','product','15','panties/shorties-boyshorts/t-1.html','panties/shorties-boyshorts/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"25\"}');
INSERT INTO `url_rewrite` VALUES ('6108','product','15','panties/bikinis/t-1.html','panties/bikinis/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"26\"}'),('6109','product','15','panties/no-show-seamless/t-1.html','panties/no-show-seamless/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"27\"}'),('6110','product','15','bras-bralettes/unlined/t-1.html','bras-bralettes/unlined/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"29\"}'),('6111','product','15','bras-bralettes/push-up/t-1.html','bras-bralettes/push-up/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"31\"}'),('6112','product','15','bras-bralettes/sports-bras/t-1.html','bras-bralettes/sports-bras/lace-trim-long-sleeve-tee-short-pyjama-set.html',301,3,NULL,0,'{\"category_id\":\"32\"}'),('6113','product','16','marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16',0,1,NULL,1,NULL),('6114','product','16','bras-bralettes/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),('6115','product','16','panties/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/4',0,1,NULL,1,'{\"category_id\":\"4\"}'),('6116','product','16','lingerie/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),('6117','product','16','sleep/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/6',0,1,NULL,1,'{\"category_id\":\"6\"}'),('6118','product','16','beauty/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/7',0,1,NULL,1,'{\"category_id\":\"7\"}'),('6119','product','16','sale-specials/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/11',0,1,NULL,1,'{\"category_id\":\"11\"}'),('6120','product','16','beauty/sleepshirts-mists/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/9',0,1,NULL,1,'{\"category_id\":\"9\"}'),('6121','product','16','beauty/body-care/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/10',0,1,NULL,1,'{\"category_id\":\"10\"}'),('6122','product','16','sale-specials/sleep/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/13',0,1,NULL,1,'{\"category_id\":\"13\"}'),('6123','product','16','sale-specials/beauty-accessories/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/14',0,1,NULL,1,'{\"category_id\":\"14\"}'),('6124','product','16','sleep/pajamas/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/15',0,1,NULL,1,'{\"category_id\":\"15\"}'),('6125','product','16','sleep/robes-slippers/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/17',0,1,NULL,1,'{\"category_id\":\"17\"}'),('6126','product','16','sleep/shorts/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/18',0,1,NULL,1,'{\"category_id\":\"18\"}'),('6127','product','16','sleep/loungewear/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/19',0,1,NULL,1,'{\"category_id\":\"19\"}'),('6128','product','16','lingerie/teddies-bodysuits/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/21',0,1,NULL,1,'{\"category_id\":\"21\"}'),('6129','product','16','lingerie/teddies-bodysuits/corsets-bustiers/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/22',0,1,NULL,1,'{\"category_id\":\"22\"}'),('6130','product','16','panties/cheekies-cheekinis/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/23',0,1,NULL,1,'{\"category_id\":\"23\"}'),('6131','product','16','panties/thongs-v-strings/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/24',0,1,NULL,1,'{\"category_id\":\"24\"}'),('6132','product','16','panties/shorties-boyshorts/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/25',0,1,NULL,1,'{\"category_id\":\"25\"}'),('6133','product','16','panties/no-show-seamless/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/27',0,1,NULL,1,'{\"category_id\":\"27\"}'),('6134','product','16','bras-bralettes/unlined/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/29',0,1,NULL,1,'{\"category_id\":\"29\"}'),('6135','product','16','bras-bralettes/push-up/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/31',0,1,NULL,1,'{\"category_id\":\"31\"}'),('6136','product','16','bras-bralettes/sports-bras/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/32',0,1,NULL,1,'{\"category_id\":\"32\"}'),('6137','product','16','c.html','marie-meili-wisdom-super-push-up-bra.html',301,1,NULL,0,'[]'),('6138','product','16','bras-bralettes/c.html','bras-bralettes/marie-meili-wisdom-super-push-up-bra.html',301,1,NULL,0,'{\"category_id\":\"3\"}'),('6139','product','16','panties/c.html','panties/marie-meili-wisdom-super-push-up-bra.html',301,1,NULL,0,'{\"category_id\":\"4\"}'),('6140','product','16','lingerie/c.html','lingerie/marie-meili-wisdom-super-push-up-bra.html',301,1,NULL,0,'{\"category_id\":\"5\"}'),('6141','product','16','sleep/c.html','sleep/marie-meili-wisdom-super-push-up-bra.html',301,1,NULL,0,'{\"category_id\":\"6\"}'),('6142','product','16','beauty/c.html','beauty/marie-meili-wisdom-super-push-up-bra.html',301,1,NULL,0,'{\"category_id\":\"7\"}'),('6143','product','16','sale-specials/c.html','sale-specials/marie-meili-wisdom-super-push-up-bra.html',301,1,NULL,0,'{\"category_id\":\"11\"}'),('6144','product','16','beauty/sleepshirts-mists/c.html','beauty/sleepshirts-mists/marie-meili-wisdom-super-push-up-bra.html',301,1,NULL,0,'{\"category_id\":\"9\"}'),('6145','product','16','beauty/body-care/c.html','beauty/body-care/marie-meili-wisdom-super-push-up-bra.html',301,1,NULL,0,'{\"category_id\":\"10\"}'),('6146','product','16','sale-specials/sleep/c.html','sale-specials/sleep/marie-meili-wisdom-super-push-up-bra.html',301,1,NULL,0,'{\"category_id\":\"13\"}'),('6147','product','16','sale-specials/beauty-accessories/c.html','sale-specials/beauty-accessories/marie-meili-wisdom-super-push-up-bra.html',301,1,NULL,0,'{\"category_id\":\"14\"}'),('6148','product','16','sleep/pajamas/c.html','sleep/pajamas/marie-meili-wisdom-super-push-up-bra.html',301,1,NULL,0,'{\"category_id\":\"15\"}'),('6149','product','16','sleep/robes-slippers/c.html','sleep/robes-slippers/marie-meili-wisdom-super-push-up-bra.html',301,1,NULL,0,'{\"category_id\":\"17\"}'),('6150','product','16','sleep/shorts/c.html','sleep/shorts/marie-meili-wisdom-super-push-up-bra.html',301,1,NULL,0,'{\"category_id\":\"18\"}'),('6151','product','16','sleep/loungewear/c.html','sleep/loungewear/marie-meili-wisdom-super-push-up-bra.html',301,1,NULL,0,'{\"category_id\":\"19\"}'),('6152','product','16','lingerie/teddies-bodysuits/c.html','lingerie/teddies-bodysuits/marie-meili-wisdom-super-push-up-bra.html',301,1,NULL,0,'{\"category_id\":\"21\"}'),('6153','product','16','panties/cheekies-cheekinis/c.html','panties/cheekies-cheekinis/marie-meili-wisdom-super-push-up-bra.html',301,1,NULL,0,'{\"category_id\":\"23\"}'),('6154','product','16','panties/thongs-v-strings/c.html','panties/thongs-v-strings/marie-meili-wisdom-super-push-up-bra.html',301,1,NULL,0,'{\"category_id\":\"24\"}'),('6155','product','16','panties/shorties-boyshorts/c.html','panties/shorties-boyshorts/marie-meili-wisdom-super-push-up-bra.html',301,1,NULL,0,'{\"category_id\":\"25\"}'),('6156','product','16','panties/no-show-seamless/c.html','panties/no-show-seamless/marie-meili-wisdom-super-push-up-bra.html',301,1,NULL,0,'{\"category_id\":\"27\"}'),('6157','product','16','bras-bralettes/unlined/c.html','bras-bralettes/unlined/marie-meili-wisdom-super-push-up-bra.html',301,1,NULL,0,'{\"category_id\":\"29\"}'),('6158','product','16','bras-bralettes/push-up/c.html','bras-bralettes/push-up/marie-meili-wisdom-super-push-up-bra.html',301,1,NULL,0,'{\"category_id\":\"31\"}'),('6159','product','16','bras-bralettes/sports-bras/c.html','bras-bralettes/sports-bras/marie-meili-wisdom-super-push-up-bra.html',301,1,NULL,0,'{\"category_id\":\"32\"}'),('6160','product','16','marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16',0,2,NULL,1,NULL),('6161','product','16','bras-bralettes/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/3',0,2,NULL,1,'{\"category_id\":\"3\"}'),('6162','product','16','panties/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/4',0,2,NULL,1,'{\"category_id\":\"4\"}'),('6163','product','16','lingerie/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/5',0,2,NULL,1,'{\"category_id\":\"5\"}'),('6164','product','16','sleep/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/6',0,2,NULL,1,'{\"category_id\":\"6\"}'),('6165','product','16','beauty/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/7',0,2,NULL,1,'{\"category_id\":\"7\"}'),('6166','product','16','sale-specials/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/11',0,2,NULL,1,'{\"category_id\":\"11\"}'),('6167','product','16','beauty/sleepshirts-mists/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/9',0,2,NULL,1,'{\"category_id\":\"9\"}'),('6168','product','16','beauty/body-care/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/10',0,2,NULL,1,'{\"category_id\":\"10\"}'),('6169','product','16','sale-specials/sleep/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/13',0,2,NULL,1,'{\"category_id\":\"13\"}'),('6170','product','16','sale-specials/beauty-accessories/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/14',0,2,NULL,1,'{\"category_id\":\"14\"}'),('6171','product','16','sleep/pajamas/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/15',0,2,NULL,1,'{\"category_id\":\"15\"}'),('6172','product','16','sleep/robes-slippers/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/17',0,2,NULL,1,'{\"category_id\":\"17\"}'),('6173','product','16','sleep/shorts/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/18',0,2,NULL,1,'{\"category_id\":\"18\"}'),('6174','product','16','sleep/loungewear/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/19',0,2,NULL,1,'{\"category_id\":\"19\"}'),('6175','product','16','lingerie/teddies-bodysuits/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/21',0,2,NULL,1,'{\"category_id\":\"21\"}'),('6176','product','16','lingerie/teddies-bodysuits/corsets-bustiers/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/22',0,2,NULL,1,'{\"category_id\":\"22\"}'),('6177','product','16','panties/cheekies-cheekinis/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/23',0,2,NULL,1,'{\"category_id\":\"23\"}'),('6178','product','16','panties/thongs-v-strings/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/24',0,2,NULL,1,'{\"category_id\":\"24\"}'),('6179','product','16','panties/shorties-boyshorts/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/25',0,2,NULL,1,'{\"category_id\":\"25\"}'),('6180','product','16','panties/no-show-seamless/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/27',0,2,NULL,1,'{\"category_id\":\"27\"}'),('6181','product','16','bras-bralettes/unlined/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/29',0,2,NULL,1,'{\"category_id\":\"29\"}'),('6182','product','16','bras-bralettes/push-up/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/31',0,2,NULL,1,'{\"category_id\":\"31\"}'),('6183','product','16','bras-bralettes/sports-bras/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/32',0,2,NULL,1,'{\"category_id\":\"32\"}'),('6184','product','16','c.html','marie-meili-wisdom-super-push-up-bra.html',301,2,NULL,0,'[]'),('6185','product','16','bras-bralettes/c.html','bras-bralettes/marie-meili-wisdom-super-push-up-bra.html',301,2,NULL,0,'{\"category_id\":\"3\"}'),('6186','product','16','panties/c.html','panties/marie-meili-wisdom-super-push-up-bra.html',301,2,NULL,0,'{\"category_id\":\"4\"}'),('6187','product','16','lingerie/c.html','lingerie/marie-meili-wisdom-super-push-up-bra.html',301,2,NULL,0,'{\"category_id\":\"5\"}'),('6188','product','16','sleep/c.html','sleep/marie-meili-wisdom-super-push-up-bra.html',301,2,NULL,0,'{\"category_id\":\"6\"}'),('6189','product','16','beauty/c.html','beauty/marie-meili-wisdom-super-push-up-bra.html',301,2,NULL,0,'{\"category_id\":\"7\"}'),('6190','product','16','sale-specials/c.html','sale-specials/marie-meili-wisdom-super-push-up-bra.html',301,2,NULL,0,'{\"category_id\":\"11\"}'),('6191','product','16','beauty/sleepshirts-mists/c.html','beauty/sleepshirts-mists/marie-meili-wisdom-super-push-up-bra.html',301,2,NULL,0,'{\"category_id\":\"9\"}'),('6192','product','16','beauty/body-care/c.html','beauty/body-care/marie-meili-wisdom-super-push-up-bra.html',301,2,NULL,0,'{\"category_id\":\"10\"}'),('6193','product','16','sale-specials/sleep/c.html','sale-specials/sleep/marie-meili-wisdom-super-push-up-bra.html',301,2,NULL,0,'{\"category_id\":\"13\"}'),('6194','product','16','sale-specials/beauty-accessories/c.html','sale-specials/beauty-accessories/marie-meili-wisdom-super-push-up-bra.html',301,2,NULL,0,'{\"category_id\":\"14\"}'),('6195','product','16','sleep/pajamas/c.html','sleep/pajamas/marie-meili-wisdom-super-push-up-bra.html',301,2,NULL,0,'{\"category_id\":\"15\"}'),('6196','product','16','sleep/robes-slippers/c.html','sleep/robes-slippers/marie-meili-wisdom-super-push-up-bra.html',301,2,NULL,0,'{\"category_id\":\"17\"}'),('6197','product','16','sleep/shorts/c.html','sleep/shorts/marie-meili-wisdom-super-push-up-bra.html',301,2,NULL,0,'{\"category_id\":\"18\"}'),('6198','product','16','sleep/loungewear/c.html','sleep/loungewear/marie-meili-wisdom-super-push-up-bra.html',301,2,NULL,0,'{\"category_id\":\"19\"}'),('6199','product','16','lingerie/teddies-bodysuits/c.html','lingerie/teddies-bodysuits/marie-meili-wisdom-super-push-up-bra.html',301,2,NULL,0,'{\"category_id\":\"21\"}'),('6200','product','16','panties/cheekies-cheekinis/c.html','panties/cheekies-cheekinis/marie-meili-wisdom-super-push-up-bra.html',301,2,NULL,0,'{\"category_id\":\"23\"}'),('6201','product','16','panties/thongs-v-strings/c.html','panties/thongs-v-strings/marie-meili-wisdom-super-push-up-bra.html',301,2,NULL,0,'{\"category_id\":\"24\"}'),('6202','product','16','panties/shorties-boyshorts/c.html','panties/shorties-boyshorts/marie-meili-wisdom-super-push-up-bra.html',301,2,NULL,0,'{\"category_id\":\"25\"}'),('6203','product','16','panties/no-show-seamless/c.html','panties/no-show-seamless/marie-meili-wisdom-super-push-up-bra.html',301,2,NULL,0,'{\"category_id\":\"27\"}'),('6204','product','16','bras-bralettes/unlined/c.html','bras-bralettes/unlined/marie-meili-wisdom-super-push-up-bra.html',301,2,NULL,0,'{\"category_id\":\"29\"}'),('6205','product','16','bras-bralettes/push-up/c.html','bras-bralettes/push-up/marie-meili-wisdom-super-push-up-bra.html',301,2,NULL,0,'{\"category_id\":\"31\"}'),('6206','product','16','bras-bralettes/sports-bras/c.html','bras-bralettes/sports-bras/marie-meili-wisdom-super-push-up-bra.html',301,2,NULL,0,'{\"category_id\":\"32\"}'),('6207','product','16','marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16',0,3,NULL,1,NULL),('6208','product','16','bras-bralettes/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/3',0,3,NULL,1,'{\"category_id\":\"3\"}'),('6209','product','16','panties/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/4',0,3,NULL,1,'{\"category_id\":\"4\"}'),('6210','product','16','lingerie/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/5',0,3,NULL,1,'{\"category_id\":\"5\"}'),('6211','product','16','sleep/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/6',0,3,NULL,1,'{\"category_id\":\"6\"}'),('6212','product','16','beauty/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/7',0,3,NULL,1,'{\"category_id\":\"7\"}'),('6213','product','16','sale-specials/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/11',0,3,NULL,1,'{\"category_id\":\"11\"}'),('6214','product','16','beauty/sleepshirts-mists/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/9',0,3,NULL,1,'{\"category_id\":\"9\"}'),('6215','product','16','beauty/body-care/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/10',0,3,NULL,1,'{\"category_id\":\"10\"}'),('6216','product','16','sale-specials/sleep/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/13',0,3,NULL,1,'{\"category_id\":\"13\"}'),('6217','product','16','sale-specials/beauty-accessories/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/14',0,3,NULL,1,'{\"category_id\":\"14\"}'),('6218','product','16','sleep/pajamas/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/15',0,3,NULL,1,'{\"category_id\":\"15\"}'),('6219','product','16','sleep/robes-slippers/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/17',0,3,NULL,1,'{\"category_id\":\"17\"}'),('6220','product','16','sleep/shorts/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/18',0,3,NULL,1,'{\"category_id\":\"18\"}'),('6221','product','16','sleep/loungewear/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/19',0,3,NULL,1,'{\"category_id\":\"19\"}'),('6222','product','16','lingerie/teddies-bodysuits/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/21',0,3,NULL,1,'{\"category_id\":\"21\"}'),('6223','product','16','lingerie/teddies-bodysuits/corsets-bustiers/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/22',0,3,NULL,1,'{\"category_id\":\"22\"}'),('6224','product','16','panties/cheekies-cheekinis/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/23',0,3,NULL,1,'{\"category_id\":\"23\"}'),('6225','product','16','panties/thongs-v-strings/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/24',0,3,NULL,1,'{\"category_id\":\"24\"}'),('6226','product','16','panties/shorties-boyshorts/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/25',0,3,NULL,1,'{\"category_id\":\"25\"}'),('6227','product','16','panties/no-show-seamless/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/27',0,3,NULL,1,'{\"category_id\":\"27\"}'),('6228','product','16','bras-bralettes/unlined/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/29',0,3,NULL,1,'{\"category_id\":\"29\"}'),('6229','product','16','bras-bralettes/push-up/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/31',0,3,NULL,1,'{\"category_id\":\"31\"}'),('6230','product','16','bras-bralettes/sports-bras/marie-meili-wisdom-super-push-up-bra.html','catalog/product/view/id/16/category/32',0,3,NULL,1,'{\"category_id\":\"32\"}'),('6231','product','16','c.html','marie-meili-wisdom-super-push-up-bra.html',301,3,NULL,0,'[]'),('6232','product','16','bras-bralettes/c.html','bras-bralettes/marie-meili-wisdom-super-push-up-bra.html',301,3,NULL,0,'{\"category_id\":\"3\"}'),('6233','product','16','panties/c.html','panties/marie-meili-wisdom-super-push-up-bra.html',301,3,NULL,0,'{\"category_id\":\"4\"}'),('6234','product','16','lingerie/c.html','lingerie/marie-meili-wisdom-super-push-up-bra.html',301,3,NULL,0,'{\"category_id\":\"5\"}'),('6235','product','16','sleep/c.html','sleep/marie-meili-wisdom-super-push-up-bra.html',301,3,NULL,0,'{\"category_id\":\"6\"}'),('6236','product','16','beauty/c.html','beauty/marie-meili-wisdom-super-push-up-bra.html',301,3,NULL,0,'{\"category_id\":\"7\"}'),('6237','product','16','sale-specials/c.html','sale-specials/marie-meili-wisdom-super-push-up-bra.html',301,3,NULL,0,'{\"category_id\":\"11\"}'),('6238','product','16','beauty/sleepshirts-mists/c.html','beauty/sleepshirts-mists/marie-meili-wisdom-super-push-up-bra.html',301,3,NULL,0,'{\"category_id\":\"9\"}'),('6239','product','16','beauty/body-care/c.html','beauty/body-care/marie-meili-wisdom-super-push-up-bra.html',301,3,NULL,0,'{\"category_id\":\"10\"}'),('6240','product','16','sale-specials/sleep/c.html','sale-specials/sleep/marie-meili-wisdom-super-push-up-bra.html',301,3,NULL,0,'{\"category_id\":\"13\"}'),('6241','product','16','sale-specials/beauty-accessories/c.html','sale-specials/beauty-accessories/marie-meili-wisdom-super-push-up-bra.html',301,3,NULL,0,'{\"category_id\":\"14\"}'),('6242','product','16','sleep/pajamas/c.html','sleep/pajamas/marie-meili-wisdom-super-push-up-bra.html',301,3,NULL,0,'{\"category_id\":\"15\"}'),('6243','product','16','sleep/robes-slippers/c.html','sleep/robes-slippers/marie-meili-wisdom-super-push-up-bra.html',301,3,NULL,0,'{\"category_id\":\"17\"}'),('6244','product','16','sleep/shorts/c.html','sleep/shorts/marie-meili-wisdom-super-push-up-bra.html',301,3,NULL,0,'{\"category_id\":\"18\"}'),('6245','product','16','sleep/loungewear/c.html','sleep/loungewear/marie-meili-wisdom-super-push-up-bra.html',301,3,NULL,0,'{\"category_id\":\"19\"}'),('6246','product','16','lingerie/teddies-bodysuits/c.html','lingerie/teddies-bodysuits/marie-meili-wisdom-super-push-up-bra.html',301,3,NULL,0,'{\"category_id\":\"21\"}'),('6247','product','16','panties/cheekies-cheekinis/c.html','panties/cheekies-cheekinis/marie-meili-wisdom-super-push-up-bra.html',301,3,NULL,0,'{\"category_id\":\"23\"}'),('6248','product','16','panties/thongs-v-strings/c.html','panties/thongs-v-strings/marie-meili-wisdom-super-push-up-bra.html',301,3,NULL,0,'{\"category_id\":\"24\"}'),('6249','product','16','panties/shorties-boyshorts/c.html','panties/shorties-boyshorts/marie-meili-wisdom-super-push-up-bra.html',301,3,NULL,0,'{\"category_id\":\"25\"}'),('6250','product','16','panties/no-show-seamless/c.html','panties/no-show-seamless/marie-meili-wisdom-super-push-up-bra.html',301,3,NULL,0,'{\"category_id\":\"27\"}'),('6251','product','16','bras-bralettes/unlined/c.html','bras-bralettes/unlined/marie-meili-wisdom-super-push-up-bra.html',301,3,NULL,0,'{\"category_id\":\"29\"}'),('6252','product','16','bras-bralettes/push-up/c.html','bras-bralettes/push-up/marie-meili-wisdom-super-push-up-bra.html',301,3,NULL,0,'{\"category_id\":\"31\"}'),('6253','product','16','bras-bralettes/sports-bras/c.html','bras-bralettes/sports-bras/marie-meili-wisdom-super-push-up-bra.html',301,3,NULL,0,'{\"category_id\":\"32\"}'),('6254','product','17','mix-match.html','catalog/product/view/id/17',0,1,NULL,1,NULL),('6255','product','17','bras-bralettes/mix-match.html','catalog/product/view/id/17/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),('6256','product','17','panties/mix-match.html','catalog/product/view/id/17/category/4',0,1,NULL,1,'{\"category_id\":\"4\"}'),('6257','product','17','lingerie/mix-match.html','catalog/product/view/id/17/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),('6258','product','17','sleep/mix-match.html','catalog/product/view/id/17/category/6',0,1,NULL,1,'{\"category_id\":\"6\"}'),('6259','product','17','beauty/mix-match.html','catalog/product/view/id/17/category/7',0,1,NULL,1,'{\"category_id\":\"7\"}'),('6260','product','17','sale-specials/mix-match.html','catalog/product/view/id/17/category/11',0,1,NULL,1,'{\"category_id\":\"11\"}'),('6261','product','17','beauty/sleepshirts-mists/mix-match.html','catalog/product/view/id/17/category/9',0,1,NULL,1,'{\"category_id\":\"9\"}'),('6262','product','17','beauty/body-care/mix-match.html','catalog/product/view/id/17/category/10',0,1,NULL,1,'{\"category_id\":\"10\"}'),('6263','product','17','sale-specials/sleep/mix-match.html','catalog/product/view/id/17/category/13',0,1,NULL,1,'{\"category_id\":\"13\"}'),('6264','product','17','sale-specials/beauty-accessories/mix-match.html','catalog/product/view/id/17/category/14',0,1,NULL,1,'{\"category_id\":\"14\"}'),('6265','product','17','sleep/pajamas/mix-match.html','catalog/product/view/id/17/category/15',0,1,NULL,1,'{\"category_id\":\"15\"}'),('6266','product','17','sleep/robes-slippers/mix-match.html','catalog/product/view/id/17/category/17',0,1,NULL,1,'{\"category_id\":\"17\"}'),('6267','product','17','sleep/shorts/mix-match.html','catalog/product/view/id/17/category/18',0,1,NULL,1,'{\"category_id\":\"18\"}'),('6268','product','17','sleep/loungewear/mix-match.html','catalog/product/view/id/17/category/19',0,1,NULL,1,'{\"category_id\":\"19\"}'),('6269','product','17','lingerie/teddies-bodysuits/mix-match.html','catalog/product/view/id/17/category/21',0,1,NULL,1,'{\"category_id\":\"21\"}'),('6270','product','17','lingerie/teddies-bodysuits/corsets-bustiers/mix-match.html','catalog/product/view/id/17/category/22',0,1,NULL,1,'{\"category_id\":\"22\"}'),('6271','product','17','panties/cheekies-cheekinis/mix-match.html','catalog/product/view/id/17/category/23',0,1,NULL,1,'{\"category_id\":\"23\"}'),('6272','product','17','panties/thongs-v-strings/mix-match.html','catalog/product/view/id/17/category/24',0,1,NULL,1,'{\"category_id\":\"24\"}'),('6273','product','17','panties/shorties-boyshorts/mix-match.html','catalog/product/view/id/17/category/25',0,1,NULL,1,'{\"category_id\":\"25\"}'),('6274','product','17','panties/no-show-seamless/mix-match.html','catalog/product/view/id/17/category/27',0,1,NULL,1,'{\"category_id\":\"27\"}'),('6275','product','17','bras-bralettes/unlined/mix-match.html','catalog/product/view/id/17/category/29',0,1,NULL,1,'{\"category_id\":\"29\"}'),('6276','product','17','bras-bralettes/push-up/mix-match.html','catalog/product/view/id/17/category/31',0,1,NULL,1,'{\"category_id\":\"31\"}'),('6277','product','17','bras-bralettes/sports-bras/mix-match.html','catalog/product/view/id/17/category/32',0,1,NULL,1,'{\"category_id\":\"32\"}'),('6278','product','17','c-1.html','mix-match.html',301,1,NULL,0,'[]'),('6279','product','17','bras-bralettes/c-1.html','bras-bralettes/mix-match.html',301,1,NULL,0,'{\"category_id\":\"3\"}'),('6280','product','17','panties/c-1.html','panties/mix-match.html',301,1,NULL,0,'{\"category_id\":\"4\"}'),('6281','product','17','lingerie/c-1.html','lingerie/mix-match.html',301,1,NULL,0,'{\"category_id\":\"5\"}'),('6282','product','17','sleep/c-1.html','sleep/mix-match.html',301,1,NULL,0,'{\"category_id\":\"6\"}'),('6283','product','17','beauty/c-1.html','beauty/mix-match.html',301,1,NULL,0,'{\"category_id\":\"7\"}'),('6284','product','17','sale-specials/c-1.html','sale-specials/mix-match.html',301,1,NULL,0,'{\"category_id\":\"11\"}'),('6285','product','17','beauty/sleepshirts-mists/c-1.html','beauty/sleepshirts-mists/mix-match.html',301,1,NULL,0,'{\"category_id\":\"9\"}'),('6286','product','17','beauty/body-care/c-1.html','beauty/body-care/mix-match.html',301,1,NULL,0,'{\"category_id\":\"10\"}'),('6287','product','17','sale-specials/sleep/c-1.html','sale-specials/sleep/mix-match.html',301,1,NULL,0,'{\"category_id\":\"13\"}'),('6288','product','17','sale-specials/beauty-accessories/c-1.html','sale-specials/beauty-accessories/mix-match.html',301,1,NULL,0,'{\"category_id\":\"14\"}'),('6289','product','17','sleep/pajamas/c-1.html','sleep/pajamas/mix-match.html',301,1,NULL,0,'{\"category_id\":\"15\"}'),('6290','product','17','sleep/robes-slippers/c-1.html','sleep/robes-slippers/mix-match.html',301,1,NULL,0,'{\"category_id\":\"17\"}'),('6291','product','17','sleep/shorts/c-1.html','sleep/shorts/mix-match.html',301,1,NULL,0,'{\"category_id\":\"18\"}'),('6292','product','17','sleep/loungewear/c-1.html','sleep/loungewear/mix-match.html',301,1,NULL,0,'{\"category_id\":\"19\"}'),('6293','product','17','lingerie/teddies-bodysuits/c-1.html','lingerie/teddies-bodysuits/mix-match.html',301,1,NULL,0,'{\"category_id\":\"21\"}'),('6294','product','17','panties/cheekies-cheekinis/c-1.html','panties/cheekies-cheekinis/mix-match.html',301,1,NULL,0,'{\"category_id\":\"23\"}'),('6295','product','17','panties/thongs-v-strings/c-1.html','panties/thongs-v-strings/mix-match.html',301,1,NULL,0,'{\"category_id\":\"24\"}'),('6296','product','17','panties/shorties-boyshorts/c-1.html','panties/shorties-boyshorts/mix-match.html',301,1,NULL,0,'{\"category_id\":\"25\"}'),('6297','product','17','panties/no-show-seamless/c-1.html','panties/no-show-seamless/mix-match.html',301,1,NULL,0,'{\"category_id\":\"27\"}'),('6298','product','17','bras-bralettes/unlined/c-1.html','bras-bralettes/unlined/mix-match.html',301,1,NULL,0,'{\"category_id\":\"29\"}'),('6299','product','17','bras-bralettes/push-up/c-1.html','bras-bralettes/push-up/mix-match.html',301,1,NULL,0,'{\"category_id\":\"31\"}'),('6300','product','17','bras-bralettes/sports-bras/c-1.html','bras-bralettes/sports-bras/mix-match.html',301,1,NULL,0,'{\"category_id\":\"32\"}'),('6301','product','17','mix-match.html','catalog/product/view/id/17',0,2,NULL,1,NULL),('6302','product','17','bras-bralettes/mix-match.html','catalog/product/view/id/17/category/3',0,2,NULL,1,'{\"category_id\":\"3\"}'),('6303','product','17','panties/mix-match.html','catalog/product/view/id/17/category/4',0,2,NULL,1,'{\"category_id\":\"4\"}'),('6304','product','17','lingerie/mix-match.html','catalog/product/view/id/17/category/5',0,2,NULL,1,'{\"category_id\":\"5\"}'),('6305','product','17','sleep/mix-match.html','catalog/product/view/id/17/category/6',0,2,NULL,1,'{\"category_id\":\"6\"}'),('6306','product','17','beauty/mix-match.html','catalog/product/view/id/17/category/7',0,2,NULL,1,'{\"category_id\":\"7\"}'),('6307','product','17','sale-specials/mix-match.html','catalog/product/view/id/17/category/11',0,2,NULL,1,'{\"category_id\":\"11\"}'),('6308','product','17','beauty/sleepshirts-mists/mix-match.html','catalog/product/view/id/17/category/9',0,2,NULL,1,'{\"category_id\":\"9\"}'),('6309','product','17','beauty/body-care/mix-match.html','catalog/product/view/id/17/category/10',0,2,NULL,1,'{\"category_id\":\"10\"}'),('6310','product','17','sale-specials/sleep/mix-match.html','catalog/product/view/id/17/category/13',0,2,NULL,1,'{\"category_id\":\"13\"}'),('6311','product','17','sale-specials/beauty-accessories/mix-match.html','catalog/product/view/id/17/category/14',0,2,NULL,1,'{\"category_id\":\"14\"}'),('6312','product','17','sleep/pajamas/mix-match.html','catalog/product/view/id/17/category/15',0,2,NULL,1,'{\"category_id\":\"15\"}'),('6313','product','17','sleep/robes-slippers/mix-match.html','catalog/product/view/id/17/category/17',0,2,NULL,1,'{\"category_id\":\"17\"}'),('6314','product','17','sleep/shorts/mix-match.html','catalog/product/view/id/17/category/18',0,2,NULL,1,'{\"category_id\":\"18\"}'),('6315','product','17','sleep/loungewear/mix-match.html','catalog/product/view/id/17/category/19',0,2,NULL,1,'{\"category_id\":\"19\"}'),('6316','product','17','lingerie/teddies-bodysuits/mix-match.html','catalog/product/view/id/17/category/21',0,2,NULL,1,'{\"category_id\":\"21\"}'),('6317','product','17','lingerie/teddies-bodysuits/corsets-bustiers/mix-match.html','catalog/product/view/id/17/category/22',0,2,NULL,1,'{\"category_id\":\"22\"}'),('6318','product','17','panties/cheekies-cheekinis/mix-match.html','catalog/product/view/id/17/category/23',0,2,NULL,1,'{\"category_id\":\"23\"}'),('6319','product','17','panties/thongs-v-strings/mix-match.html','catalog/product/view/id/17/category/24',0,2,NULL,1,'{\"category_id\":\"24\"}'),('6320','product','17','panties/shorties-boyshorts/mix-match.html','catalog/product/view/id/17/category/25',0,2,NULL,1,'{\"category_id\":\"25\"}'),('6321','product','17','panties/no-show-seamless/mix-match.html','catalog/product/view/id/17/category/27',0,2,NULL,1,'{\"category_id\":\"27\"}'),('6322','product','17','bras-bralettes/unlined/mix-match.html','catalog/product/view/id/17/category/29',0,2,NULL,1,'{\"category_id\":\"29\"}'),('6323','product','17','bras-bralettes/push-up/mix-match.html','catalog/product/view/id/17/category/31',0,2,NULL,1,'{\"category_id\":\"31\"}'),('6324','product','17','bras-bralettes/sports-bras/mix-match.html','catalog/product/view/id/17/category/32',0,2,NULL,1,'{\"category_id\":\"32\"}'),('6325','product','17','c-1.html','mix-match.html',301,2,NULL,0,'[]'),('6326','product','17','bras-bralettes/c-1.html','bras-bralettes/mix-match.html',301,2,NULL,0,'{\"category_id\":\"3\"}'),('6327','product','17','panties/c-1.html','panties/mix-match.html',301,2,NULL,0,'{\"category_id\":\"4\"}'),('6328','product','17','lingerie/c-1.html','lingerie/mix-match.html',301,2,NULL,0,'{\"category_id\":\"5\"}'),('6329','product','17','sleep/c-1.html','sleep/mix-match.html',301,2,NULL,0,'{\"category_id\":\"6\"}'),('6330','product','17','beauty/c-1.html','beauty/mix-match.html',301,2,NULL,0,'{\"category_id\":\"7\"}'),('6331','product','17','sale-specials/c-1.html','sale-specials/mix-match.html',301,2,NULL,0,'{\"category_id\":\"11\"}'),('6332','product','17','beauty/sleepshirts-mists/c-1.html','beauty/sleepshirts-mists/mix-match.html',301,2,NULL,0,'{\"category_id\":\"9\"}'),('6333','product','17','beauty/body-care/c-1.html','beauty/body-care/mix-match.html',301,2,NULL,0,'{\"category_id\":\"10\"}'),('6334','product','17','sale-specials/sleep/c-1.html','sale-specials/sleep/mix-match.html',301,2,NULL,0,'{\"category_id\":\"13\"}'),('6335','product','17','sale-specials/beauty-accessories/c-1.html','sale-specials/beauty-accessories/mix-match.html',301,2,NULL,0,'{\"category_id\":\"14\"}'),('6336','product','17','sleep/pajamas/c-1.html','sleep/pajamas/mix-match.html',301,2,NULL,0,'{\"category_id\":\"15\"}'),('6337','product','17','sleep/robes-slippers/c-1.html','sleep/robes-slippers/mix-match.html',301,2,NULL,0,'{\"category_id\":\"17\"}'),('6338','product','17','sleep/shorts/c-1.html','sleep/shorts/mix-match.html',301,2,NULL,0,'{\"category_id\":\"18\"}'),('6339','product','17','sleep/loungewear/c-1.html','sleep/loungewear/mix-match.html',301,2,NULL,0,'{\"category_id\":\"19\"}'),('6340','product','17','lingerie/teddies-bodysuits/c-1.html','lingerie/teddies-bodysuits/mix-match.html',301,2,NULL,0,'{\"category_id\":\"21\"}'),('6341','product','17','panties/cheekies-cheekinis/c-1.html','panties/cheekies-cheekinis/mix-match.html',301,2,NULL,0,'{\"category_id\":\"23\"}'),('6342','product','17','panties/thongs-v-strings/c-1.html','panties/thongs-v-strings/mix-match.html',301,2,NULL,0,'{\"category_id\":\"24\"}'),('6343','product','17','panties/shorties-boyshorts/c-1.html','panties/shorties-boyshorts/mix-match.html',301,2,NULL,0,'{\"category_id\":\"25\"}'),('6344','product','17','panties/no-show-seamless/c-1.html','panties/no-show-seamless/mix-match.html',301,2,NULL,0,'{\"category_id\":\"27\"}'),('6345','product','17','bras-bralettes/unlined/c-1.html','bras-bralettes/unlined/mix-match.html',301,2,NULL,0,'{\"category_id\":\"29\"}'),('6346','product','17','bras-bralettes/push-up/c-1.html','bras-bralettes/push-up/mix-match.html',301,2,NULL,0,'{\"category_id\":\"31\"}'),('6347','product','17','bras-bralettes/sports-bras/c-1.html','bras-bralettes/sports-bras/mix-match.html',301,2,NULL,0,'{\"category_id\":\"32\"}'),('6348','product','17','mix-match.html','catalog/product/view/id/17',0,3,NULL,1,NULL),('6349','product','17','bras-bralettes/mix-match.html','catalog/product/view/id/17/category/3',0,3,NULL,1,'{\"category_id\":\"3\"}'),('6350','product','17','panties/mix-match.html','catalog/product/view/id/17/category/4',0,3,NULL,1,'{\"category_id\":\"4\"}'),('6351','product','17','lingerie/mix-match.html','catalog/product/view/id/17/category/5',0,3,NULL,1,'{\"category_id\":\"5\"}'),('6352','product','17','sleep/mix-match.html','catalog/product/view/id/17/category/6',0,3,NULL,1,'{\"category_id\":\"6\"}'),('6353','product','17','beauty/mix-match.html','catalog/product/view/id/17/category/7',0,3,NULL,1,'{\"category_id\":\"7\"}'),('6354','product','17','sale-specials/mix-match.html','catalog/product/view/id/17/category/11',0,3,NULL,1,'{\"category_id\":\"11\"}'),('6355','product','17','beauty/sleepshirts-mists/mix-match.html','catalog/product/view/id/17/category/9',0,3,NULL,1,'{\"category_id\":\"9\"}'),('6356','product','17','beauty/body-care/mix-match.html','catalog/product/view/id/17/category/10',0,3,NULL,1,'{\"category_id\":\"10\"}'),('6357','product','17','sale-specials/sleep/mix-match.html','catalog/product/view/id/17/category/13',0,3,NULL,1,'{\"category_id\":\"13\"}');
INSERT INTO `url_rewrite` VALUES ('6358','product','17','sale-specials/beauty-accessories/mix-match.html','catalog/product/view/id/17/category/14',0,3,NULL,1,'{\"category_id\":\"14\"}'),('6359','product','17','sleep/pajamas/mix-match.html','catalog/product/view/id/17/category/15',0,3,NULL,1,'{\"category_id\":\"15\"}'),('6360','product','17','sleep/robes-slippers/mix-match.html','catalog/product/view/id/17/category/17',0,3,NULL,1,'{\"category_id\":\"17\"}'),('6361','product','17','sleep/shorts/mix-match.html','catalog/product/view/id/17/category/18',0,3,NULL,1,'{\"category_id\":\"18\"}'),('6362','product','17','sleep/loungewear/mix-match.html','catalog/product/view/id/17/category/19',0,3,NULL,1,'{\"category_id\":\"19\"}'),('6363','product','17','lingerie/teddies-bodysuits/mix-match.html','catalog/product/view/id/17/category/21',0,3,NULL,1,'{\"category_id\":\"21\"}'),('6364','product','17','lingerie/teddies-bodysuits/corsets-bustiers/mix-match.html','catalog/product/view/id/17/category/22',0,3,NULL,1,'{\"category_id\":\"22\"}'),('6365','product','17','panties/cheekies-cheekinis/mix-match.html','catalog/product/view/id/17/category/23',0,3,NULL,1,'{\"category_id\":\"23\"}'),('6366','product','17','panties/thongs-v-strings/mix-match.html','catalog/product/view/id/17/category/24',0,3,NULL,1,'{\"category_id\":\"24\"}'),('6367','product','17','panties/shorties-boyshorts/mix-match.html','catalog/product/view/id/17/category/25',0,3,NULL,1,'{\"category_id\":\"25\"}'),('6368','product','17','panties/no-show-seamless/mix-match.html','catalog/product/view/id/17/category/27',0,3,NULL,1,'{\"category_id\":\"27\"}'),('6369','product','17','bras-bralettes/unlined/mix-match.html','catalog/product/view/id/17/category/29',0,3,NULL,1,'{\"category_id\":\"29\"}'),('6370','product','17','bras-bralettes/push-up/mix-match.html','catalog/product/view/id/17/category/31',0,3,NULL,1,'{\"category_id\":\"31\"}'),('6371','product','17','bras-bralettes/sports-bras/mix-match.html','catalog/product/view/id/17/category/32',0,3,NULL,1,'{\"category_id\":\"32\"}'),('6372','product','17','c-1.html','mix-match.html',301,3,NULL,0,'[]'),('6373','product','17','bras-bralettes/c-1.html','bras-bralettes/mix-match.html',301,3,NULL,0,'{\"category_id\":\"3\"}'),('6374','product','17','panties/c-1.html','panties/mix-match.html',301,3,NULL,0,'{\"category_id\":\"4\"}'),('6375','product','17','lingerie/c-1.html','lingerie/mix-match.html',301,3,NULL,0,'{\"category_id\":\"5\"}'),('6376','product','17','sleep/c-1.html','sleep/mix-match.html',301,3,NULL,0,'{\"category_id\":\"6\"}'),('6377','product','17','beauty/c-1.html','beauty/mix-match.html',301,3,NULL,0,'{\"category_id\":\"7\"}'),('6378','product','17','sale-specials/c-1.html','sale-specials/mix-match.html',301,3,NULL,0,'{\"category_id\":\"11\"}'),('6379','product','17','beauty/sleepshirts-mists/c-1.html','beauty/sleepshirts-mists/mix-match.html',301,3,NULL,0,'{\"category_id\":\"9\"}'),('6380','product','17','beauty/body-care/c-1.html','beauty/body-care/mix-match.html',301,3,NULL,0,'{\"category_id\":\"10\"}'),('6381','product','17','sale-specials/sleep/c-1.html','sale-specials/sleep/mix-match.html',301,3,NULL,0,'{\"category_id\":\"13\"}'),('6382','product','17','sale-specials/beauty-accessories/c-1.html','sale-specials/beauty-accessories/mix-match.html',301,3,NULL,0,'{\"category_id\":\"14\"}'),('6383','product','17','sleep/pajamas/c-1.html','sleep/pajamas/mix-match.html',301,3,NULL,0,'{\"category_id\":\"15\"}'),('6384','product','17','sleep/robes-slippers/c-1.html','sleep/robes-slippers/mix-match.html',301,3,NULL,0,'{\"category_id\":\"17\"}'),('6385','product','17','sleep/shorts/c-1.html','sleep/shorts/mix-match.html',301,3,NULL,0,'{\"category_id\":\"18\"}'),('6386','product','17','sleep/loungewear/c-1.html','sleep/loungewear/mix-match.html',301,3,NULL,0,'{\"category_id\":\"19\"}'),('6387','product','17','lingerie/teddies-bodysuits/c-1.html','lingerie/teddies-bodysuits/mix-match.html',301,3,NULL,0,'{\"category_id\":\"21\"}'),('6388','product','17','panties/cheekies-cheekinis/c-1.html','panties/cheekies-cheekinis/mix-match.html',301,3,NULL,0,'{\"category_id\":\"23\"}'),('6389','product','17','panties/thongs-v-strings/c-1.html','panties/thongs-v-strings/mix-match.html',301,3,NULL,0,'{\"category_id\":\"24\"}'),('6390','product','17','panties/shorties-boyshorts/c-1.html','panties/shorties-boyshorts/mix-match.html',301,3,NULL,0,'{\"category_id\":\"25\"}'),('6391','product','17','panties/no-show-seamless/c-1.html','panties/no-show-seamless/mix-match.html',301,3,NULL,0,'{\"category_id\":\"27\"}'),('6392','product','17','bras-bralettes/unlined/c-1.html','bras-bralettes/unlined/mix-match.html',301,3,NULL,0,'{\"category_id\":\"29\"}'),('6393','product','17','bras-bralettes/push-up/c-1.html','bras-bralettes/push-up/mix-match.html',301,3,NULL,0,'{\"category_id\":\"31\"}'),('6394','product','17','bras-bralettes/sports-bras/c-1.html','bras-bralettes/sports-bras/mix-match.html',301,3,NULL,0,'{\"category_id\":\"32\"}'),('6395','product','18','oysho-escote-croazon-dot-body.html','catalog/product/view/id/18',0,1,NULL,1,NULL),('6396','product','18','bras-bralettes/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),('6397','product','18','panties/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/4',0,1,NULL,1,'{\"category_id\":\"4\"}'),('6398','product','18','lingerie/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),('6399','product','18','sleep/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/6',0,1,NULL,1,'{\"category_id\":\"6\"}'),('6400','product','18','beauty/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/7',0,1,NULL,1,'{\"category_id\":\"7\"}'),('6401','product','18','sale-specials/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/11',0,1,NULL,1,'{\"category_id\":\"11\"}'),('6402','product','18','beauty/sleepshirts-mists/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/9',0,1,NULL,1,'{\"category_id\":\"9\"}'),('6403','product','18','beauty/body-care/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/10',0,1,NULL,1,'{\"category_id\":\"10\"}'),('6404','product','18','sale-specials/sleep/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/13',0,1,NULL,1,'{\"category_id\":\"13\"}'),('6405','product','18','sale-specials/beauty-accessories/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/14',0,1,NULL,1,'{\"category_id\":\"14\"}'),('6406','product','18','sleep/pajamas/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/15',0,1,NULL,1,'{\"category_id\":\"15\"}'),('6407','product','18','sleep/robes-slippers/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/17',0,1,NULL,1,'{\"category_id\":\"17\"}'),('6408','product','18','sleep/shorts/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/18',0,1,NULL,1,'{\"category_id\":\"18\"}'),('6409','product','18','sleep/loungewear/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/19',0,1,NULL,1,'{\"category_id\":\"19\"}'),('6410','product','18','lingerie/teddies-bodysuits/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/21',0,1,NULL,1,'{\"category_id\":\"21\"}'),('6411','product','18','lingerie/teddies-bodysuits/corsets-bustiers/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/22',0,1,NULL,1,'{\"category_id\":\"22\"}'),('6412','product','18','panties/cheekies-cheekinis/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/23',0,1,NULL,1,'{\"category_id\":\"23\"}'),('6413','product','18','panties/thongs-v-strings/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/24',0,1,NULL,1,'{\"category_id\":\"24\"}'),('6414','product','18','panties/shorties-boyshorts/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/25',0,1,NULL,1,'{\"category_id\":\"25\"}'),('6415','product','18','panties/no-show-seamless/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/27',0,1,NULL,1,'{\"category_id\":\"27\"}'),('6416','product','18','bras-bralettes/unlined/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/29',0,1,NULL,1,'{\"category_id\":\"29\"}'),('6417','product','18','bras-bralettes/push-up/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/31',0,1,NULL,1,'{\"category_id\":\"31\"}'),('6418','product','18','bras-bralettes/sports-bras/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/32',0,1,NULL,1,'{\"category_id\":\"32\"}'),('6419','product','18','c-2.html','oysho-escote-croazon-dot-body.html',301,1,NULL,0,'[]'),('6420','product','18','bras-bralettes/c-2.html','bras-bralettes/oysho-escote-croazon-dot-body.html',301,1,NULL,0,'{\"category_id\":\"3\"}'),('6421','product','18','panties/c-2.html','panties/oysho-escote-croazon-dot-body.html',301,1,NULL,0,'{\"category_id\":\"4\"}'),('6422','product','18','lingerie/c-2.html','lingerie/oysho-escote-croazon-dot-body.html',301,1,NULL,0,'{\"category_id\":\"5\"}'),('6423','product','18','sleep/c-2.html','sleep/oysho-escote-croazon-dot-body.html',301,1,NULL,0,'{\"category_id\":\"6\"}'),('6424','product','18','beauty/c-2.html','beauty/oysho-escote-croazon-dot-body.html',301,1,NULL,0,'{\"category_id\":\"7\"}'),('6425','product','18','sale-specials/c-2.html','sale-specials/oysho-escote-croazon-dot-body.html',301,1,NULL,0,'{\"category_id\":\"11\"}'),('6426','product','18','beauty/sleepshirts-mists/c-2.html','beauty/sleepshirts-mists/oysho-escote-croazon-dot-body.html',301,1,NULL,0,'{\"category_id\":\"9\"}'),('6427','product','18','beauty/body-care/c-2.html','beauty/body-care/oysho-escote-croazon-dot-body.html',301,1,NULL,0,'{\"category_id\":\"10\"}'),('6428','product','18','sale-specials/sleep/c-2.html','sale-specials/sleep/oysho-escote-croazon-dot-body.html',301,1,NULL,0,'{\"category_id\":\"13\"}'),('6429','product','18','sale-specials/beauty-accessories/c-2.html','sale-specials/beauty-accessories/oysho-escote-croazon-dot-body.html',301,1,NULL,0,'{\"category_id\":\"14\"}'),('6430','product','18','sleep/pajamas/c-2.html','sleep/pajamas/oysho-escote-croazon-dot-body.html',301,1,NULL,0,'{\"category_id\":\"15\"}'),('6431','product','18','sleep/robes-slippers/c-2.html','sleep/robes-slippers/oysho-escote-croazon-dot-body.html',301,1,NULL,0,'{\"category_id\":\"17\"}'),('6432','product','18','sleep/shorts/c-2.html','sleep/shorts/oysho-escote-croazon-dot-body.html',301,1,NULL,0,'{\"category_id\":\"18\"}'),('6433','product','18','sleep/loungewear/c-2.html','sleep/loungewear/oysho-escote-croazon-dot-body.html',301,1,NULL,0,'{\"category_id\":\"19\"}'),('6434','product','18','lingerie/teddies-bodysuits/c-2.html','lingerie/teddies-bodysuits/oysho-escote-croazon-dot-body.html',301,1,NULL,0,'{\"category_id\":\"21\"}'),('6435','product','18','panties/cheekies-cheekinis/c-2.html','panties/cheekies-cheekinis/oysho-escote-croazon-dot-body.html',301,1,NULL,0,'{\"category_id\":\"23\"}'),('6436','product','18','panties/thongs-v-strings/c-2.html','panties/thongs-v-strings/oysho-escote-croazon-dot-body.html',301,1,NULL,0,'{\"category_id\":\"24\"}'),('6437','product','18','panties/shorties-boyshorts/c-2.html','panties/shorties-boyshorts/oysho-escote-croazon-dot-body.html',301,1,NULL,0,'{\"category_id\":\"25\"}'),('6438','product','18','panties/no-show-seamless/c-2.html','panties/no-show-seamless/oysho-escote-croazon-dot-body.html',301,1,NULL,0,'{\"category_id\":\"27\"}'),('6439','product','18','bras-bralettes/unlined/c-2.html','bras-bralettes/unlined/oysho-escote-croazon-dot-body.html',301,1,NULL,0,'{\"category_id\":\"29\"}'),('6440','product','18','bras-bralettes/push-up/c-2.html','bras-bralettes/push-up/oysho-escote-croazon-dot-body.html',301,1,NULL,0,'{\"category_id\":\"31\"}'),('6441','product','18','bras-bralettes/sports-bras/c-2.html','bras-bralettes/sports-bras/oysho-escote-croazon-dot-body.html',301,1,NULL,0,'{\"category_id\":\"32\"}'),('6442','product','18','oysho-escote-croazon-dot-body.html','catalog/product/view/id/18',0,2,NULL,1,NULL),('6443','product','18','bras-bralettes/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/3',0,2,NULL,1,'{\"category_id\":\"3\"}'),('6444','product','18','panties/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/4',0,2,NULL,1,'{\"category_id\":\"4\"}'),('6445','product','18','lingerie/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/5',0,2,NULL,1,'{\"category_id\":\"5\"}'),('6446','product','18','sleep/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/6',0,2,NULL,1,'{\"category_id\":\"6\"}'),('6447','product','18','beauty/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/7',0,2,NULL,1,'{\"category_id\":\"7\"}'),('6448','product','18','sale-specials/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/11',0,2,NULL,1,'{\"category_id\":\"11\"}'),('6449','product','18','beauty/sleepshirts-mists/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/9',0,2,NULL,1,'{\"category_id\":\"9\"}'),('6450','product','18','beauty/body-care/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/10',0,2,NULL,1,'{\"category_id\":\"10\"}'),('6451','product','18','sale-specials/sleep/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/13',0,2,NULL,1,'{\"category_id\":\"13\"}'),('6452','product','18','sale-specials/beauty-accessories/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/14',0,2,NULL,1,'{\"category_id\":\"14\"}'),('6453','product','18','sleep/pajamas/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/15',0,2,NULL,1,'{\"category_id\":\"15\"}'),('6454','product','18','sleep/robes-slippers/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/17',0,2,NULL,1,'{\"category_id\":\"17\"}'),('6455','product','18','sleep/shorts/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/18',0,2,NULL,1,'{\"category_id\":\"18\"}'),('6456','product','18','sleep/loungewear/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/19',0,2,NULL,1,'{\"category_id\":\"19\"}'),('6457','product','18','lingerie/teddies-bodysuits/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/21',0,2,NULL,1,'{\"category_id\":\"21\"}'),('6458','product','18','lingerie/teddies-bodysuits/corsets-bustiers/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/22',0,2,NULL,1,'{\"category_id\":\"22\"}'),('6459','product','18','panties/cheekies-cheekinis/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/23',0,2,NULL,1,'{\"category_id\":\"23\"}'),('6460','product','18','panties/thongs-v-strings/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/24',0,2,NULL,1,'{\"category_id\":\"24\"}'),('6461','product','18','panties/shorties-boyshorts/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/25',0,2,NULL,1,'{\"category_id\":\"25\"}'),('6462','product','18','panties/no-show-seamless/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/27',0,2,NULL,1,'{\"category_id\":\"27\"}'),('6463','product','18','bras-bralettes/unlined/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/29',0,2,NULL,1,'{\"category_id\":\"29\"}'),('6464','product','18','bras-bralettes/push-up/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/31',0,2,NULL,1,'{\"category_id\":\"31\"}'),('6465','product','18','bras-bralettes/sports-bras/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/32',0,2,NULL,1,'{\"category_id\":\"32\"}'),('6466','product','18','c-2.html','oysho-escote-croazon-dot-body.html',301,2,NULL,0,'[]'),('6467','product','18','bras-bralettes/c-2.html','bras-bralettes/oysho-escote-croazon-dot-body.html',301,2,NULL,0,'{\"category_id\":\"3\"}'),('6468','product','18','panties/c-2.html','panties/oysho-escote-croazon-dot-body.html',301,2,NULL,0,'{\"category_id\":\"4\"}'),('6469','product','18','lingerie/c-2.html','lingerie/oysho-escote-croazon-dot-body.html',301,2,NULL,0,'{\"category_id\":\"5\"}'),('6470','product','18','sleep/c-2.html','sleep/oysho-escote-croazon-dot-body.html',301,2,NULL,0,'{\"category_id\":\"6\"}'),('6471','product','18','beauty/c-2.html','beauty/oysho-escote-croazon-dot-body.html',301,2,NULL,0,'{\"category_id\":\"7\"}'),('6472','product','18','sale-specials/c-2.html','sale-specials/oysho-escote-croazon-dot-body.html',301,2,NULL,0,'{\"category_id\":\"11\"}'),('6473','product','18','beauty/sleepshirts-mists/c-2.html','beauty/sleepshirts-mists/oysho-escote-croazon-dot-body.html',301,2,NULL,0,'{\"category_id\":\"9\"}'),('6474','product','18','beauty/body-care/c-2.html','beauty/body-care/oysho-escote-croazon-dot-body.html',301,2,NULL,0,'{\"category_id\":\"10\"}'),('6475','product','18','sale-specials/sleep/c-2.html','sale-specials/sleep/oysho-escote-croazon-dot-body.html',301,2,NULL,0,'{\"category_id\":\"13\"}'),('6476','product','18','sale-specials/beauty-accessories/c-2.html','sale-specials/beauty-accessories/oysho-escote-croazon-dot-body.html',301,2,NULL,0,'{\"category_id\":\"14\"}'),('6477','product','18','sleep/pajamas/c-2.html','sleep/pajamas/oysho-escote-croazon-dot-body.html',301,2,NULL,0,'{\"category_id\":\"15\"}'),('6478','product','18','sleep/robes-slippers/c-2.html','sleep/robes-slippers/oysho-escote-croazon-dot-body.html',301,2,NULL,0,'{\"category_id\":\"17\"}'),('6479','product','18','sleep/shorts/c-2.html','sleep/shorts/oysho-escote-croazon-dot-body.html',301,2,NULL,0,'{\"category_id\":\"18\"}'),('6480','product','18','sleep/loungewear/c-2.html','sleep/loungewear/oysho-escote-croazon-dot-body.html',301,2,NULL,0,'{\"category_id\":\"19\"}'),('6481','product','18','lingerie/teddies-bodysuits/c-2.html','lingerie/teddies-bodysuits/oysho-escote-croazon-dot-body.html',301,2,NULL,0,'{\"category_id\":\"21\"}'),('6482','product','18','panties/cheekies-cheekinis/c-2.html','panties/cheekies-cheekinis/oysho-escote-croazon-dot-body.html',301,2,NULL,0,'{\"category_id\":\"23\"}'),('6483','product','18','panties/thongs-v-strings/c-2.html','panties/thongs-v-strings/oysho-escote-croazon-dot-body.html',301,2,NULL,0,'{\"category_id\":\"24\"}'),('6484','product','18','panties/shorties-boyshorts/c-2.html','panties/shorties-boyshorts/oysho-escote-croazon-dot-body.html',301,2,NULL,0,'{\"category_id\":\"25\"}'),('6485','product','18','panties/no-show-seamless/c-2.html','panties/no-show-seamless/oysho-escote-croazon-dot-body.html',301,2,NULL,0,'{\"category_id\":\"27\"}'),('6486','product','18','bras-bralettes/unlined/c-2.html','bras-bralettes/unlined/oysho-escote-croazon-dot-body.html',301,2,NULL,0,'{\"category_id\":\"29\"}'),('6487','product','18','bras-bralettes/push-up/c-2.html','bras-bralettes/push-up/oysho-escote-croazon-dot-body.html',301,2,NULL,0,'{\"category_id\":\"31\"}'),('6488','product','18','bras-bralettes/sports-bras/c-2.html','bras-bralettes/sports-bras/oysho-escote-croazon-dot-body.html',301,2,NULL,0,'{\"category_id\":\"32\"}'),('6489','product','18','oysho-escote-croazon-dot-body.html','catalog/product/view/id/18',0,3,NULL,1,NULL),('6490','product','18','bras-bralettes/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/3',0,3,NULL,1,'{\"category_id\":\"3\"}'),('6491','product','18','panties/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/4',0,3,NULL,1,'{\"category_id\":\"4\"}'),('6492','product','18','lingerie/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/5',0,3,NULL,1,'{\"category_id\":\"5\"}'),('6493','product','18','sleep/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/6',0,3,NULL,1,'{\"category_id\":\"6\"}'),('6494','product','18','beauty/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/7',0,3,NULL,1,'{\"category_id\":\"7\"}'),('6495','product','18','sale-specials/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/11',0,3,NULL,1,'{\"category_id\":\"11\"}'),('6496','product','18','beauty/sleepshirts-mists/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/9',0,3,NULL,1,'{\"category_id\":\"9\"}'),('6497','product','18','beauty/body-care/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/10',0,3,NULL,1,'{\"category_id\":\"10\"}'),('6498','product','18','sale-specials/sleep/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/13',0,3,NULL,1,'{\"category_id\":\"13\"}'),('6499','product','18','sale-specials/beauty-accessories/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/14',0,3,NULL,1,'{\"category_id\":\"14\"}'),('6500','product','18','sleep/pajamas/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/15',0,3,NULL,1,'{\"category_id\":\"15\"}'),('6501','product','18','sleep/robes-slippers/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/17',0,3,NULL,1,'{\"category_id\":\"17\"}'),('6502','product','18','sleep/shorts/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/18',0,3,NULL,1,'{\"category_id\":\"18\"}'),('6503','product','18','sleep/loungewear/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/19',0,3,NULL,1,'{\"category_id\":\"19\"}'),('6504','product','18','lingerie/teddies-bodysuits/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/21',0,3,NULL,1,'{\"category_id\":\"21\"}'),('6505','product','18','lingerie/teddies-bodysuits/corsets-bustiers/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/22',0,3,NULL,1,'{\"category_id\":\"22\"}'),('6506','product','18','panties/cheekies-cheekinis/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/23',0,3,NULL,1,'{\"category_id\":\"23\"}'),('6507','product','18','panties/thongs-v-strings/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/24',0,3,NULL,1,'{\"category_id\":\"24\"}'),('6508','product','18','panties/shorties-boyshorts/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/25',0,3,NULL,1,'{\"category_id\":\"25\"}'),('6509','product','18','panties/no-show-seamless/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/27',0,3,NULL,1,'{\"category_id\":\"27\"}'),('6510','product','18','bras-bralettes/unlined/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/29',0,3,NULL,1,'{\"category_id\":\"29\"}'),('6511','product','18','bras-bralettes/push-up/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/31',0,3,NULL,1,'{\"category_id\":\"31\"}'),('6512','product','18','bras-bralettes/sports-bras/oysho-escote-croazon-dot-body.html','catalog/product/view/id/18/category/32',0,3,NULL,1,'{\"category_id\":\"32\"}'),('6513','product','18','c-2.html','oysho-escote-croazon-dot-body.html',301,3,NULL,0,'[]'),('6514','product','18','bras-bralettes/c-2.html','bras-bralettes/oysho-escote-croazon-dot-body.html',301,3,NULL,0,'{\"category_id\":\"3\"}'),('6515','product','18','panties/c-2.html','panties/oysho-escote-croazon-dot-body.html',301,3,NULL,0,'{\"category_id\":\"4\"}'),('6516','product','18','lingerie/c-2.html','lingerie/oysho-escote-croazon-dot-body.html',301,3,NULL,0,'{\"category_id\":\"5\"}'),('6517','product','18','sleep/c-2.html','sleep/oysho-escote-croazon-dot-body.html',301,3,NULL,0,'{\"category_id\":\"6\"}'),('6518','product','18','beauty/c-2.html','beauty/oysho-escote-croazon-dot-body.html',301,3,NULL,0,'{\"category_id\":\"7\"}'),('6519','product','18','sale-specials/c-2.html','sale-specials/oysho-escote-croazon-dot-body.html',301,3,NULL,0,'{\"category_id\":\"11\"}'),('6520','product','18','beauty/sleepshirts-mists/c-2.html','beauty/sleepshirts-mists/oysho-escote-croazon-dot-body.html',301,3,NULL,0,'{\"category_id\":\"9\"}'),('6521','product','18','beauty/body-care/c-2.html','beauty/body-care/oysho-escote-croazon-dot-body.html',301,3,NULL,0,'{\"category_id\":\"10\"}'),('6522','product','18','sale-specials/sleep/c-2.html','sale-specials/sleep/oysho-escote-croazon-dot-body.html',301,3,NULL,0,'{\"category_id\":\"13\"}'),('6523','product','18','sale-specials/beauty-accessories/c-2.html','sale-specials/beauty-accessories/oysho-escote-croazon-dot-body.html',301,3,NULL,0,'{\"category_id\":\"14\"}'),('6524','product','18','sleep/pajamas/c-2.html','sleep/pajamas/oysho-escote-croazon-dot-body.html',301,3,NULL,0,'{\"category_id\":\"15\"}'),('6525','product','18','sleep/robes-slippers/c-2.html','sleep/robes-slippers/oysho-escote-croazon-dot-body.html',301,3,NULL,0,'{\"category_id\":\"17\"}'),('6526','product','18','sleep/shorts/c-2.html','sleep/shorts/oysho-escote-croazon-dot-body.html',301,3,NULL,0,'{\"category_id\":\"18\"}'),('6527','product','18','sleep/loungewear/c-2.html','sleep/loungewear/oysho-escote-croazon-dot-body.html',301,3,NULL,0,'{\"category_id\":\"19\"}'),('6528','product','18','lingerie/teddies-bodysuits/c-2.html','lingerie/teddies-bodysuits/oysho-escote-croazon-dot-body.html',301,3,NULL,0,'{\"category_id\":\"21\"}'),('6529','product','18','panties/cheekies-cheekinis/c-2.html','panties/cheekies-cheekinis/oysho-escote-croazon-dot-body.html',301,3,NULL,0,'{\"category_id\":\"23\"}'),('6530','product','18','panties/thongs-v-strings/c-2.html','panties/thongs-v-strings/oysho-escote-croazon-dot-body.html',301,3,NULL,0,'{\"category_id\":\"24\"}'),('6531','product','18','panties/shorties-boyshorts/c-2.html','panties/shorties-boyshorts/oysho-escote-croazon-dot-body.html',301,3,NULL,0,'{\"category_id\":\"25\"}'),('6532','product','18','panties/no-show-seamless/c-2.html','panties/no-show-seamless/oysho-escote-croazon-dot-body.html',301,3,NULL,0,'{\"category_id\":\"27\"}'),('6533','product','18','bras-bralettes/unlined/c-2.html','bras-bralettes/unlined/oysho-escote-croazon-dot-body.html',301,3,NULL,0,'{\"category_id\":\"29\"}'),('6534','product','18','bras-bralettes/push-up/c-2.html','bras-bralettes/push-up/oysho-escote-croazon-dot-body.html',301,3,NULL,0,'{\"category_id\":\"31\"}'),('6535','product','18','bras-bralettes/sports-bras/c-2.html','bras-bralettes/sports-bras/oysho-escote-croazon-dot-body.html',301,3,NULL,0,'{\"category_id\":\"32\"}'),('6536','product','19','shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19',0,1,NULL,1,NULL),('6537','product','19','bras-bralettes/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),('6538','product','19','panties/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/4',0,1,NULL,1,'{\"category_id\":\"4\"}'),('6539','product','19','lingerie/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),('6540','product','19','sleep/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/6',0,1,NULL,1,'{\"category_id\":\"6\"}'),('6541','product','19','beauty/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/7',0,1,NULL,1,'{\"category_id\":\"7\"}'),('6542','product','19','sale-specials/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/11',0,1,NULL,1,'{\"category_id\":\"11\"}'),('6543','product','19','beauty/sleepshirts-mists/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/9',0,1,NULL,1,'{\"category_id\":\"9\"}'),('6544','product','19','beauty/body-care/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/10',0,1,NULL,1,'{\"category_id\":\"10\"}'),('6545','product','19','sale-specials/sleep/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/13',0,1,NULL,1,'{\"category_id\":\"13\"}'),('6546','product','19','sale-specials/beauty-accessories/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/14',0,1,NULL,1,'{\"category_id\":\"14\"}'),('6547','product','19','sleep/pajamas/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/15',0,1,NULL,1,'{\"category_id\":\"15\"}'),('6548','product','19','sleep/robes-slippers/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/17',0,1,NULL,1,'{\"category_id\":\"17\"}'),('6549','product','19','sleep/shorts/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/18',0,1,NULL,1,'{\"category_id\":\"18\"}'),('6550','product','19','sleep/loungewear/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/19',0,1,NULL,1,'{\"category_id\":\"19\"}'),('6551','product','19','lingerie/teddies-bodysuits/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/21',0,1,NULL,1,'{\"category_id\":\"21\"}'),('6552','product','19','lingerie/teddies-bodysuits/corsets-bustiers/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/22',0,1,NULL,1,'{\"category_id\":\"22\"}'),('6553','product','19','panties/cheekies-cheekinis/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/23',0,1,NULL,1,'{\"category_id\":\"23\"}'),('6554','product','19','panties/thongs-v-strings/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/24',0,1,NULL,1,'{\"category_id\":\"24\"}'),('6555','product','19','panties/shorties-boyshorts/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/25',0,1,NULL,1,'{\"category_id\":\"25\"}'),('6556','product','19','panties/no-show-seamless/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/27',0,1,NULL,1,'{\"category_id\":\"27\"}'),('6557','product','19','bras-bralettes/unlined/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/29',0,1,NULL,1,'{\"category_id\":\"29\"}'),('6558','product','19','bras-bralettes/push-up/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/31',0,1,NULL,1,'{\"category_id\":\"31\"}'),('6559','product','19','bras-bralettes/sports-bras/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/32',0,1,NULL,1,'{\"category_id\":\"32\"}'),('6560','product','19','c-3.html','shoulder-detail-lace-underwire-bralet.html',301,1,NULL,0,'[]'),('6561','product','19','bras-bralettes/c-3.html','bras-bralettes/shoulder-detail-lace-underwire-bralet.html',301,1,NULL,0,'{\"category_id\":\"3\"}'),('6562','product','19','panties/c-3.html','panties/shoulder-detail-lace-underwire-bralet.html',301,1,NULL,0,'{\"category_id\":\"4\"}'),('6563','product','19','lingerie/c-3.html','lingerie/shoulder-detail-lace-underwire-bralet.html',301,1,NULL,0,'{\"category_id\":\"5\"}'),('6564','product','19','sleep/c-3.html','sleep/shoulder-detail-lace-underwire-bralet.html',301,1,NULL,0,'{\"category_id\":\"6\"}'),('6565','product','19','beauty/c-3.html','beauty/shoulder-detail-lace-underwire-bralet.html',301,1,NULL,0,'{\"category_id\":\"7\"}'),('6566','product','19','sale-specials/c-3.html','sale-specials/shoulder-detail-lace-underwire-bralet.html',301,1,NULL,0,'{\"category_id\":\"11\"}'),('6567','product','19','beauty/sleepshirts-mists/c-3.html','beauty/sleepshirts-mists/shoulder-detail-lace-underwire-bralet.html',301,1,NULL,0,'{\"category_id\":\"9\"}'),('6568','product','19','beauty/body-care/c-3.html','beauty/body-care/shoulder-detail-lace-underwire-bralet.html',301,1,NULL,0,'{\"category_id\":\"10\"}'),('6569','product','19','sale-specials/sleep/c-3.html','sale-specials/sleep/shoulder-detail-lace-underwire-bralet.html',301,1,NULL,0,'{\"category_id\":\"13\"}'),('6570','product','19','sale-specials/beauty-accessories/c-3.html','sale-specials/beauty-accessories/shoulder-detail-lace-underwire-bralet.html',301,1,NULL,0,'{\"category_id\":\"14\"}'),('6571','product','19','sleep/pajamas/c-3.html','sleep/pajamas/shoulder-detail-lace-underwire-bralet.html',301,1,NULL,0,'{\"category_id\":\"15\"}'),('6572','product','19','sleep/robes-slippers/c-3.html','sleep/robes-slippers/shoulder-detail-lace-underwire-bralet.html',301,1,NULL,0,'{\"category_id\":\"17\"}'),('6573','product','19','sleep/shorts/c-3.html','sleep/shorts/shoulder-detail-lace-underwire-bralet.html',301,1,NULL,0,'{\"category_id\":\"18\"}'),('6574','product','19','sleep/loungewear/c-3.html','sleep/loungewear/shoulder-detail-lace-underwire-bralet.html',301,1,NULL,0,'{\"category_id\":\"19\"}'),('6575','product','19','lingerie/teddies-bodysuits/c-3.html','lingerie/teddies-bodysuits/shoulder-detail-lace-underwire-bralet.html',301,1,NULL,0,'{\"category_id\":\"21\"}'),('6576','product','19','panties/cheekies-cheekinis/c-3.html','panties/cheekies-cheekinis/shoulder-detail-lace-underwire-bralet.html',301,1,NULL,0,'{\"category_id\":\"23\"}'),('6577','product','19','panties/thongs-v-strings/c-3.html','panties/thongs-v-strings/shoulder-detail-lace-underwire-bralet.html',301,1,NULL,0,'{\"category_id\":\"24\"}'),('6578','product','19','panties/shorties-boyshorts/c-3.html','panties/shorties-boyshorts/shoulder-detail-lace-underwire-bralet.html',301,1,NULL,0,'{\"category_id\":\"25\"}'),('6579','product','19','panties/no-show-seamless/c-3.html','panties/no-show-seamless/shoulder-detail-lace-underwire-bralet.html',301,1,NULL,0,'{\"category_id\":\"27\"}'),('6580','product','19','bras-bralettes/unlined/c-3.html','bras-bralettes/unlined/shoulder-detail-lace-underwire-bralet.html',301,1,NULL,0,'{\"category_id\":\"29\"}'),('6581','product','19','bras-bralettes/push-up/c-3.html','bras-bralettes/push-up/shoulder-detail-lace-underwire-bralet.html',301,1,NULL,0,'{\"category_id\":\"31\"}'),('6582','product','19','bras-bralettes/sports-bras/c-3.html','bras-bralettes/sports-bras/shoulder-detail-lace-underwire-bralet.html',301,1,NULL,0,'{\"category_id\":\"32\"}'),('6583','product','19','shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19',0,2,NULL,1,NULL),('6584','product','19','bras-bralettes/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/3',0,2,NULL,1,'{\"category_id\":\"3\"}'),('6585','product','19','panties/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/4',0,2,NULL,1,'{\"category_id\":\"4\"}'),('6586','product','19','lingerie/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/5',0,2,NULL,1,'{\"category_id\":\"5\"}'),('6587','product','19','sleep/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/6',0,2,NULL,1,'{\"category_id\":\"6\"}'),('6588','product','19','beauty/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/7',0,2,NULL,1,'{\"category_id\":\"7\"}'),('6589','product','19','sale-specials/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/11',0,2,NULL,1,'{\"category_id\":\"11\"}'),('6590','product','19','beauty/sleepshirts-mists/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/9',0,2,NULL,1,'{\"category_id\":\"9\"}'),('6591','product','19','beauty/body-care/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/10',0,2,NULL,1,'{\"category_id\":\"10\"}'),('6592','product','19','sale-specials/sleep/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/13',0,2,NULL,1,'{\"category_id\":\"13\"}'),('6593','product','19','sale-specials/beauty-accessories/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/14',0,2,NULL,1,'{\"category_id\":\"14\"}'),('6594','product','19','sleep/pajamas/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/15',0,2,NULL,1,'{\"category_id\":\"15\"}'),('6595','product','19','sleep/robes-slippers/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/17',0,2,NULL,1,'{\"category_id\":\"17\"}'),('6596','product','19','sleep/shorts/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/18',0,2,NULL,1,'{\"category_id\":\"18\"}'),('6597','product','19','sleep/loungewear/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/19',0,2,NULL,1,'{\"category_id\":\"19\"}'),('6598','product','19','lingerie/teddies-bodysuits/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/21',0,2,NULL,1,'{\"category_id\":\"21\"}'),('6599','product','19','lingerie/teddies-bodysuits/corsets-bustiers/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/22',0,2,NULL,1,'{\"category_id\":\"22\"}'),('6600','product','19','panties/cheekies-cheekinis/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/23',0,2,NULL,1,'{\"category_id\":\"23\"}'),('6601','product','19','panties/thongs-v-strings/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/24',0,2,NULL,1,'{\"category_id\":\"24\"}'),('6602','product','19','panties/shorties-boyshorts/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/25',0,2,NULL,1,'{\"category_id\":\"25\"}'),('6603','product','19','panties/no-show-seamless/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/27',0,2,NULL,1,'{\"category_id\":\"27\"}'),('6604','product','19','bras-bralettes/unlined/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/29',0,2,NULL,1,'{\"category_id\":\"29\"}'),('6605','product','19','bras-bralettes/push-up/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/31',0,2,NULL,1,'{\"category_id\":\"31\"}'),('6606','product','19','bras-bralettes/sports-bras/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/32',0,2,NULL,1,'{\"category_id\":\"32\"}'),('6607','product','19','c-3.html','shoulder-detail-lace-underwire-bralet.html',301,2,NULL,0,'[]');
INSERT INTO `url_rewrite` VALUES ('6608','product','19','bras-bralettes/c-3.html','bras-bralettes/shoulder-detail-lace-underwire-bralet.html',301,2,NULL,0,'{\"category_id\":\"3\"}'),('6609','product','19','panties/c-3.html','panties/shoulder-detail-lace-underwire-bralet.html',301,2,NULL,0,'{\"category_id\":\"4\"}'),('6610','product','19','lingerie/c-3.html','lingerie/shoulder-detail-lace-underwire-bralet.html',301,2,NULL,0,'{\"category_id\":\"5\"}'),('6611','product','19','sleep/c-3.html','sleep/shoulder-detail-lace-underwire-bralet.html',301,2,NULL,0,'{\"category_id\":\"6\"}'),('6612','product','19','beauty/c-3.html','beauty/shoulder-detail-lace-underwire-bralet.html',301,2,NULL,0,'{\"category_id\":\"7\"}'),('6613','product','19','sale-specials/c-3.html','sale-specials/shoulder-detail-lace-underwire-bralet.html',301,2,NULL,0,'{\"category_id\":\"11\"}'),('6614','product','19','beauty/sleepshirts-mists/c-3.html','beauty/sleepshirts-mists/shoulder-detail-lace-underwire-bralet.html',301,2,NULL,0,'{\"category_id\":\"9\"}'),('6615','product','19','beauty/body-care/c-3.html','beauty/body-care/shoulder-detail-lace-underwire-bralet.html',301,2,NULL,0,'{\"category_id\":\"10\"}'),('6616','product','19','sale-specials/sleep/c-3.html','sale-specials/sleep/shoulder-detail-lace-underwire-bralet.html',301,2,NULL,0,'{\"category_id\":\"13\"}'),('6617','product','19','sale-specials/beauty-accessories/c-3.html','sale-specials/beauty-accessories/shoulder-detail-lace-underwire-bralet.html',301,2,NULL,0,'{\"category_id\":\"14\"}'),('6618','product','19','sleep/pajamas/c-3.html','sleep/pajamas/shoulder-detail-lace-underwire-bralet.html',301,2,NULL,0,'{\"category_id\":\"15\"}'),('6619','product','19','sleep/robes-slippers/c-3.html','sleep/robes-slippers/shoulder-detail-lace-underwire-bralet.html',301,2,NULL,0,'{\"category_id\":\"17\"}'),('6620','product','19','sleep/shorts/c-3.html','sleep/shorts/shoulder-detail-lace-underwire-bralet.html',301,2,NULL,0,'{\"category_id\":\"18\"}'),('6621','product','19','sleep/loungewear/c-3.html','sleep/loungewear/shoulder-detail-lace-underwire-bralet.html',301,2,NULL,0,'{\"category_id\":\"19\"}'),('6622','product','19','lingerie/teddies-bodysuits/c-3.html','lingerie/teddies-bodysuits/shoulder-detail-lace-underwire-bralet.html',301,2,NULL,0,'{\"category_id\":\"21\"}'),('6623','product','19','panties/cheekies-cheekinis/c-3.html','panties/cheekies-cheekinis/shoulder-detail-lace-underwire-bralet.html',301,2,NULL,0,'{\"category_id\":\"23\"}'),('6624','product','19','panties/thongs-v-strings/c-3.html','panties/thongs-v-strings/shoulder-detail-lace-underwire-bralet.html',301,2,NULL,0,'{\"category_id\":\"24\"}'),('6625','product','19','panties/shorties-boyshorts/c-3.html','panties/shorties-boyshorts/shoulder-detail-lace-underwire-bralet.html',301,2,NULL,0,'{\"category_id\":\"25\"}'),('6626','product','19','panties/no-show-seamless/c-3.html','panties/no-show-seamless/shoulder-detail-lace-underwire-bralet.html',301,2,NULL,0,'{\"category_id\":\"27\"}'),('6627','product','19','bras-bralettes/unlined/c-3.html','bras-bralettes/unlined/shoulder-detail-lace-underwire-bralet.html',301,2,NULL,0,'{\"category_id\":\"29\"}'),('6628','product','19','bras-bralettes/push-up/c-3.html','bras-bralettes/push-up/shoulder-detail-lace-underwire-bralet.html',301,2,NULL,0,'{\"category_id\":\"31\"}'),('6629','product','19','bras-bralettes/sports-bras/c-3.html','bras-bralettes/sports-bras/shoulder-detail-lace-underwire-bralet.html',301,2,NULL,0,'{\"category_id\":\"32\"}'),('6630','product','19','shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19',0,3,NULL,1,NULL),('6631','product','19','bras-bralettes/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/3',0,3,NULL,1,'{\"category_id\":\"3\"}'),('6632','product','19','panties/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/4',0,3,NULL,1,'{\"category_id\":\"4\"}'),('6633','product','19','lingerie/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/5',0,3,NULL,1,'{\"category_id\":\"5\"}'),('6634','product','19','sleep/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/6',0,3,NULL,1,'{\"category_id\":\"6\"}'),('6635','product','19','beauty/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/7',0,3,NULL,1,'{\"category_id\":\"7\"}'),('6636','product','19','sale-specials/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/11',0,3,NULL,1,'{\"category_id\":\"11\"}'),('6637','product','19','beauty/sleepshirts-mists/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/9',0,3,NULL,1,'{\"category_id\":\"9\"}'),('6638','product','19','beauty/body-care/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/10',0,3,NULL,1,'{\"category_id\":\"10\"}'),('6639','product','19','sale-specials/sleep/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/13',0,3,NULL,1,'{\"category_id\":\"13\"}'),('6640','product','19','sale-specials/beauty-accessories/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/14',0,3,NULL,1,'{\"category_id\":\"14\"}'),('6641','product','19','sleep/pajamas/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/15',0,3,NULL,1,'{\"category_id\":\"15\"}'),('6642','product','19','sleep/robes-slippers/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/17',0,3,NULL,1,'{\"category_id\":\"17\"}'),('6643','product','19','sleep/shorts/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/18',0,3,NULL,1,'{\"category_id\":\"18\"}'),('6644','product','19','sleep/loungewear/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/19',0,3,NULL,1,'{\"category_id\":\"19\"}'),('6645','product','19','lingerie/teddies-bodysuits/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/21',0,3,NULL,1,'{\"category_id\":\"21\"}'),('6646','product','19','lingerie/teddies-bodysuits/corsets-bustiers/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/22',0,3,NULL,1,'{\"category_id\":\"22\"}'),('6647','product','19','panties/cheekies-cheekinis/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/23',0,3,NULL,1,'{\"category_id\":\"23\"}'),('6648','product','19','panties/thongs-v-strings/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/24',0,3,NULL,1,'{\"category_id\":\"24\"}'),('6649','product','19','panties/shorties-boyshorts/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/25',0,3,NULL,1,'{\"category_id\":\"25\"}'),('6650','product','19','panties/no-show-seamless/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/27',0,3,NULL,1,'{\"category_id\":\"27\"}'),('6651','product','19','bras-bralettes/unlined/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/29',0,3,NULL,1,'{\"category_id\":\"29\"}'),('6652','product','19','bras-bralettes/push-up/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/31',0,3,NULL,1,'{\"category_id\":\"31\"}'),('6653','product','19','bras-bralettes/sports-bras/shoulder-detail-lace-underwire-bralet.html','catalog/product/view/id/19/category/32',0,3,NULL,1,'{\"category_id\":\"32\"}'),('6654','product','19','c-3.html','shoulder-detail-lace-underwire-bralet.html',301,3,NULL,0,'[]'),('6655','product','19','bras-bralettes/c-3.html','bras-bralettes/shoulder-detail-lace-underwire-bralet.html',301,3,NULL,0,'{\"category_id\":\"3\"}'),('6656','product','19','panties/c-3.html','panties/shoulder-detail-lace-underwire-bralet.html',301,3,NULL,0,'{\"category_id\":\"4\"}'),('6657','product','19','lingerie/c-3.html','lingerie/shoulder-detail-lace-underwire-bralet.html',301,3,NULL,0,'{\"category_id\":\"5\"}'),('6658','product','19','sleep/c-3.html','sleep/shoulder-detail-lace-underwire-bralet.html',301,3,NULL,0,'{\"category_id\":\"6\"}'),('6659','product','19','beauty/c-3.html','beauty/shoulder-detail-lace-underwire-bralet.html',301,3,NULL,0,'{\"category_id\":\"7\"}'),('6660','product','19','sale-specials/c-3.html','sale-specials/shoulder-detail-lace-underwire-bralet.html',301,3,NULL,0,'{\"category_id\":\"11\"}'),('6661','product','19','beauty/sleepshirts-mists/c-3.html','beauty/sleepshirts-mists/shoulder-detail-lace-underwire-bralet.html',301,3,NULL,0,'{\"category_id\":\"9\"}'),('6662','product','19','beauty/body-care/c-3.html','beauty/body-care/shoulder-detail-lace-underwire-bralet.html',301,3,NULL,0,'{\"category_id\":\"10\"}'),('6663','product','19','sale-specials/sleep/c-3.html','sale-specials/sleep/shoulder-detail-lace-underwire-bralet.html',301,3,NULL,0,'{\"category_id\":\"13\"}'),('6664','product','19','sale-specials/beauty-accessories/c-3.html','sale-specials/beauty-accessories/shoulder-detail-lace-underwire-bralet.html',301,3,NULL,0,'{\"category_id\":\"14\"}'),('6665','product','19','sleep/pajamas/c-3.html','sleep/pajamas/shoulder-detail-lace-underwire-bralet.html',301,3,NULL,0,'{\"category_id\":\"15\"}'),('6666','product','19','sleep/robes-slippers/c-3.html','sleep/robes-slippers/shoulder-detail-lace-underwire-bralet.html',301,3,NULL,0,'{\"category_id\":\"17\"}'),('6667','product','19','sleep/shorts/c-3.html','sleep/shorts/shoulder-detail-lace-underwire-bralet.html',301,3,NULL,0,'{\"category_id\":\"18\"}'),('6668','product','19','sleep/loungewear/c-3.html','sleep/loungewear/shoulder-detail-lace-underwire-bralet.html',301,3,NULL,0,'{\"category_id\":\"19\"}'),('6669','product','19','lingerie/teddies-bodysuits/c-3.html','lingerie/teddies-bodysuits/shoulder-detail-lace-underwire-bralet.html',301,3,NULL,0,'{\"category_id\":\"21\"}'),('6670','product','19','panties/cheekies-cheekinis/c-3.html','panties/cheekies-cheekinis/shoulder-detail-lace-underwire-bralet.html',301,3,NULL,0,'{\"category_id\":\"23\"}'),('6671','product','19','panties/thongs-v-strings/c-3.html','panties/thongs-v-strings/shoulder-detail-lace-underwire-bralet.html',301,3,NULL,0,'{\"category_id\":\"24\"}'),('6672','product','19','panties/shorties-boyshorts/c-3.html','panties/shorties-boyshorts/shoulder-detail-lace-underwire-bralet.html',301,3,NULL,0,'{\"category_id\":\"25\"}'),('6673','product','19','panties/no-show-seamless/c-3.html','panties/no-show-seamless/shoulder-detail-lace-underwire-bralet.html',301,3,NULL,0,'{\"category_id\":\"27\"}'),('6674','product','19','bras-bralettes/unlined/c-3.html','bras-bralettes/unlined/shoulder-detail-lace-underwire-bralet.html',301,3,NULL,0,'{\"category_id\":\"29\"}'),('6675','product','19','bras-bralettes/push-up/c-3.html','bras-bralettes/push-up/shoulder-detail-lace-underwire-bralet.html',301,3,NULL,0,'{\"category_id\":\"31\"}'),('6676','product','19','bras-bralettes/sports-bras/c-3.html','bras-bralettes/sports-bras/shoulder-detail-lace-underwire-bralet.html',301,3,NULL,0,'{\"category_id\":\"32\"}'),('6677','product','20','undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20',0,1,NULL,1,NULL),('6678','product','20','bras-bralettes/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),('6679','product','20','panties/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/4',0,1,NULL,1,'{\"category_id\":\"4\"}'),('6680','product','20','lingerie/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),('6681','product','20','sleep/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/6',0,1,NULL,1,'{\"category_id\":\"6\"}'),('6682','product','20','beauty/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/7',0,1,NULL,1,'{\"category_id\":\"7\"}'),('6683','product','20','sale-specials/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/11',0,1,NULL,1,'{\"category_id\":\"11\"}'),('6684','product','20','beauty/sleepshirts-mists/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/9',0,1,NULL,1,'{\"category_id\":\"9\"}'),('6685','product','20','beauty/body-care/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/10',0,1,NULL,1,'{\"category_id\":\"10\"}'),('6686','product','20','sale-specials/sleep/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/13',0,1,NULL,1,'{\"category_id\":\"13\"}'),('6687','product','20','sale-specials/beauty-accessories/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/14',0,1,NULL,1,'{\"category_id\":\"14\"}'),('6688','product','20','sleep/pajamas/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/15',0,1,NULL,1,'{\"category_id\":\"15\"}'),('6689','product','20','sleep/robes-slippers/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/17',0,1,NULL,1,'{\"category_id\":\"17\"}'),('6690','product','20','sleep/shorts/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/18',0,1,NULL,1,'{\"category_id\":\"18\"}'),('6691','product','20','sleep/loungewear/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/19',0,1,NULL,1,'{\"category_id\":\"19\"}'),('6692','product','20','lingerie/teddies-bodysuits/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/21',0,1,NULL,1,'{\"category_id\":\"21\"}'),('6693','product','20','lingerie/teddies-bodysuits/corsets-bustiers/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/22',0,1,NULL,1,'{\"category_id\":\"22\"}'),('6694','product','20','panties/cheekies-cheekinis/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/23',0,1,NULL,1,'{\"category_id\":\"23\"}'),('6695','product','20','panties/thongs-v-strings/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/24',0,1,NULL,1,'{\"category_id\":\"24\"}'),('6696','product','20','panties/shorties-boyshorts/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/25',0,1,NULL,1,'{\"category_id\":\"25\"}'),('6697','product','20','panties/no-show-seamless/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/27',0,1,NULL,1,'{\"category_id\":\"27\"}'),('6698','product','20','bras-bralettes/unlined/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/29',0,1,NULL,1,'{\"category_id\":\"29\"}'),('6699','product','20','bras-bralettes/push-up/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/31',0,1,NULL,1,'{\"category_id\":\"31\"}'),('6700','product','20','bras-bralettes/sports-bras/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/32',0,1,NULL,1,'{\"category_id\":\"32\"}'),('6701','product','20','c-4.html','undiz-ampli-mico-t-shirt-bra.html',301,1,NULL,0,'[]'),('6702','product','20','bras-bralettes/c-4.html','bras-bralettes/undiz-ampli-mico-t-shirt-bra.html',301,1,NULL,0,'{\"category_id\":\"3\"}'),('6703','product','20','panties/c-4.html','panties/undiz-ampli-mico-t-shirt-bra.html',301,1,NULL,0,'{\"category_id\":\"4\"}'),('6704','product','20','lingerie/c-4.html','lingerie/undiz-ampli-mico-t-shirt-bra.html',301,1,NULL,0,'{\"category_id\":\"5\"}'),('6705','product','20','sleep/c-4.html','sleep/undiz-ampli-mico-t-shirt-bra.html',301,1,NULL,0,'{\"category_id\":\"6\"}'),('6706','product','20','beauty/c-4.html','beauty/undiz-ampli-mico-t-shirt-bra.html',301,1,NULL,0,'{\"category_id\":\"7\"}'),('6707','product','20','sale-specials/c-4.html','sale-specials/undiz-ampli-mico-t-shirt-bra.html',301,1,NULL,0,'{\"category_id\":\"11\"}'),('6708','product','20','beauty/sleepshirts-mists/c-4.html','beauty/sleepshirts-mists/undiz-ampli-mico-t-shirt-bra.html',301,1,NULL,0,'{\"category_id\":\"9\"}'),('6709','product','20','beauty/body-care/c-4.html','beauty/body-care/undiz-ampli-mico-t-shirt-bra.html',301,1,NULL,0,'{\"category_id\":\"10\"}'),('6710','product','20','sale-specials/sleep/c-4.html','sale-specials/sleep/undiz-ampli-mico-t-shirt-bra.html',301,1,NULL,0,'{\"category_id\":\"13\"}'),('6711','product','20','sale-specials/beauty-accessories/c-4.html','sale-specials/beauty-accessories/undiz-ampli-mico-t-shirt-bra.html',301,1,NULL,0,'{\"category_id\":\"14\"}'),('6712','product','20','sleep/pajamas/c-4.html','sleep/pajamas/undiz-ampli-mico-t-shirt-bra.html',301,1,NULL,0,'{\"category_id\":\"15\"}'),('6713','product','20','sleep/robes-slippers/c-4.html','sleep/robes-slippers/undiz-ampli-mico-t-shirt-bra.html',301,1,NULL,0,'{\"category_id\":\"17\"}'),('6714','product','20','sleep/shorts/c-4.html','sleep/shorts/undiz-ampli-mico-t-shirt-bra.html',301,1,NULL,0,'{\"category_id\":\"18\"}'),('6715','product','20','sleep/loungewear/c-4.html','sleep/loungewear/undiz-ampli-mico-t-shirt-bra.html',301,1,NULL,0,'{\"category_id\":\"19\"}'),('6716','product','20','lingerie/teddies-bodysuits/c-4.html','lingerie/teddies-bodysuits/undiz-ampli-mico-t-shirt-bra.html',301,1,NULL,0,'{\"category_id\":\"21\"}'),('6717','product','20','panties/cheekies-cheekinis/c-4.html','panties/cheekies-cheekinis/undiz-ampli-mico-t-shirt-bra.html',301,1,NULL,0,'{\"category_id\":\"23\"}'),('6718','product','20','panties/thongs-v-strings/c-4.html','panties/thongs-v-strings/undiz-ampli-mico-t-shirt-bra.html',301,1,NULL,0,'{\"category_id\":\"24\"}'),('6719','product','20','panties/shorties-boyshorts/c-4.html','panties/shorties-boyshorts/undiz-ampli-mico-t-shirt-bra.html',301,1,NULL,0,'{\"category_id\":\"25\"}'),('6720','product','20','panties/no-show-seamless/c-4.html','panties/no-show-seamless/undiz-ampli-mico-t-shirt-bra.html',301,1,NULL,0,'{\"category_id\":\"27\"}'),('6721','product','20','bras-bralettes/unlined/c-4.html','bras-bralettes/unlined/undiz-ampli-mico-t-shirt-bra.html',301,1,NULL,0,'{\"category_id\":\"29\"}'),('6722','product','20','bras-bralettes/push-up/c-4.html','bras-bralettes/push-up/undiz-ampli-mico-t-shirt-bra.html',301,1,NULL,0,'{\"category_id\":\"31\"}'),('6723','product','20','bras-bralettes/sports-bras/c-4.html','bras-bralettes/sports-bras/undiz-ampli-mico-t-shirt-bra.html',301,1,NULL,0,'{\"category_id\":\"32\"}'),('6724','product','20','undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20',0,2,NULL,1,NULL),('6725','product','20','bras-bralettes/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/3',0,2,NULL,1,'{\"category_id\":\"3\"}'),('6726','product','20','panties/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/4',0,2,NULL,1,'{\"category_id\":\"4\"}'),('6727','product','20','lingerie/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/5',0,2,NULL,1,'{\"category_id\":\"5\"}'),('6728','product','20','sleep/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/6',0,2,NULL,1,'{\"category_id\":\"6\"}'),('6729','product','20','beauty/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/7',0,2,NULL,1,'{\"category_id\":\"7\"}'),('6730','product','20','sale-specials/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/11',0,2,NULL,1,'{\"category_id\":\"11\"}'),('6731','product','20','beauty/sleepshirts-mists/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/9',0,2,NULL,1,'{\"category_id\":\"9\"}'),('6732','product','20','beauty/body-care/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/10',0,2,NULL,1,'{\"category_id\":\"10\"}'),('6733','product','20','sale-specials/sleep/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/13',0,2,NULL,1,'{\"category_id\":\"13\"}'),('6734','product','20','sale-specials/beauty-accessories/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/14',0,2,NULL,1,'{\"category_id\":\"14\"}'),('6735','product','20','sleep/pajamas/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/15',0,2,NULL,1,'{\"category_id\":\"15\"}'),('6736','product','20','sleep/robes-slippers/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/17',0,2,NULL,1,'{\"category_id\":\"17\"}'),('6737','product','20','sleep/shorts/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/18',0,2,NULL,1,'{\"category_id\":\"18\"}'),('6738','product','20','sleep/loungewear/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/19',0,2,NULL,1,'{\"category_id\":\"19\"}'),('6739','product','20','lingerie/teddies-bodysuits/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/21',0,2,NULL,1,'{\"category_id\":\"21\"}'),('6740','product','20','lingerie/teddies-bodysuits/corsets-bustiers/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/22',0,2,NULL,1,'{\"category_id\":\"22\"}'),('6741','product','20','panties/cheekies-cheekinis/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/23',0,2,NULL,1,'{\"category_id\":\"23\"}'),('6742','product','20','panties/thongs-v-strings/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/24',0,2,NULL,1,'{\"category_id\":\"24\"}'),('6743','product','20','panties/shorties-boyshorts/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/25',0,2,NULL,1,'{\"category_id\":\"25\"}'),('6744','product','20','panties/no-show-seamless/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/27',0,2,NULL,1,'{\"category_id\":\"27\"}'),('6745','product','20','bras-bralettes/unlined/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/29',0,2,NULL,1,'{\"category_id\":\"29\"}'),('6746','product','20','bras-bralettes/push-up/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/31',0,2,NULL,1,'{\"category_id\":\"31\"}'),('6747','product','20','bras-bralettes/sports-bras/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/32',0,2,NULL,1,'{\"category_id\":\"32\"}'),('6748','product','20','c-4.html','undiz-ampli-mico-t-shirt-bra.html',301,2,NULL,0,'[]'),('6749','product','20','bras-bralettes/c-4.html','bras-bralettes/undiz-ampli-mico-t-shirt-bra.html',301,2,NULL,0,'{\"category_id\":\"3\"}'),('6750','product','20','panties/c-4.html','panties/undiz-ampli-mico-t-shirt-bra.html',301,2,NULL,0,'{\"category_id\":\"4\"}'),('6751','product','20','lingerie/c-4.html','lingerie/undiz-ampli-mico-t-shirt-bra.html',301,2,NULL,0,'{\"category_id\":\"5\"}'),('6752','product','20','sleep/c-4.html','sleep/undiz-ampli-mico-t-shirt-bra.html',301,2,NULL,0,'{\"category_id\":\"6\"}'),('6753','product','20','beauty/c-4.html','beauty/undiz-ampli-mico-t-shirt-bra.html',301,2,NULL,0,'{\"category_id\":\"7\"}'),('6754','product','20','sale-specials/c-4.html','sale-specials/undiz-ampli-mico-t-shirt-bra.html',301,2,NULL,0,'{\"category_id\":\"11\"}'),('6755','product','20','beauty/sleepshirts-mists/c-4.html','beauty/sleepshirts-mists/undiz-ampli-mico-t-shirt-bra.html',301,2,NULL,0,'{\"category_id\":\"9\"}'),('6756','product','20','beauty/body-care/c-4.html','beauty/body-care/undiz-ampli-mico-t-shirt-bra.html',301,2,NULL,0,'{\"category_id\":\"10\"}'),('6757','product','20','sale-specials/sleep/c-4.html','sale-specials/sleep/undiz-ampli-mico-t-shirt-bra.html',301,2,NULL,0,'{\"category_id\":\"13\"}'),('6758','product','20','sale-specials/beauty-accessories/c-4.html','sale-specials/beauty-accessories/undiz-ampli-mico-t-shirt-bra.html',301,2,NULL,0,'{\"category_id\":\"14\"}'),('6759','product','20','sleep/pajamas/c-4.html','sleep/pajamas/undiz-ampli-mico-t-shirt-bra.html',301,2,NULL,0,'{\"category_id\":\"15\"}'),('6760','product','20','sleep/robes-slippers/c-4.html','sleep/robes-slippers/undiz-ampli-mico-t-shirt-bra.html',301,2,NULL,0,'{\"category_id\":\"17\"}'),('6761','product','20','sleep/shorts/c-4.html','sleep/shorts/undiz-ampli-mico-t-shirt-bra.html',301,2,NULL,0,'{\"category_id\":\"18\"}'),('6762','product','20','sleep/loungewear/c-4.html','sleep/loungewear/undiz-ampli-mico-t-shirt-bra.html',301,2,NULL,0,'{\"category_id\":\"19\"}'),('6763','product','20','lingerie/teddies-bodysuits/c-4.html','lingerie/teddies-bodysuits/undiz-ampli-mico-t-shirt-bra.html',301,2,NULL,0,'{\"category_id\":\"21\"}'),('6764','product','20','panties/cheekies-cheekinis/c-4.html','panties/cheekies-cheekinis/undiz-ampli-mico-t-shirt-bra.html',301,2,NULL,0,'{\"category_id\":\"23\"}'),('6765','product','20','panties/thongs-v-strings/c-4.html','panties/thongs-v-strings/undiz-ampli-mico-t-shirt-bra.html',301,2,NULL,0,'{\"category_id\":\"24\"}'),('6766','product','20','panties/shorties-boyshorts/c-4.html','panties/shorties-boyshorts/undiz-ampli-mico-t-shirt-bra.html',301,2,NULL,0,'{\"category_id\":\"25\"}'),('6767','product','20','panties/no-show-seamless/c-4.html','panties/no-show-seamless/undiz-ampli-mico-t-shirt-bra.html',301,2,NULL,0,'{\"category_id\":\"27\"}'),('6768','product','20','bras-bralettes/unlined/c-4.html','bras-bralettes/unlined/undiz-ampli-mico-t-shirt-bra.html',301,2,NULL,0,'{\"category_id\":\"29\"}'),('6769','product','20','bras-bralettes/push-up/c-4.html','bras-bralettes/push-up/undiz-ampli-mico-t-shirt-bra.html',301,2,NULL,0,'{\"category_id\":\"31\"}'),('6770','product','20','bras-bralettes/sports-bras/c-4.html','bras-bralettes/sports-bras/undiz-ampli-mico-t-shirt-bra.html',301,2,NULL,0,'{\"category_id\":\"32\"}'),('6771','product','20','undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20',0,3,NULL,1,NULL),('6772','product','20','bras-bralettes/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/3',0,3,NULL,1,'{\"category_id\":\"3\"}'),('6773','product','20','panties/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/4',0,3,NULL,1,'{\"category_id\":\"4\"}'),('6774','product','20','lingerie/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/5',0,3,NULL,1,'{\"category_id\":\"5\"}'),('6775','product','20','sleep/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/6',0,3,NULL,1,'{\"category_id\":\"6\"}'),('6776','product','20','beauty/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/7',0,3,NULL,1,'{\"category_id\":\"7\"}'),('6777','product','20','sale-specials/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/11',0,3,NULL,1,'{\"category_id\":\"11\"}'),('6778','product','20','beauty/sleepshirts-mists/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/9',0,3,NULL,1,'{\"category_id\":\"9\"}'),('6779','product','20','beauty/body-care/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/10',0,3,NULL,1,'{\"category_id\":\"10\"}'),('6780','product','20','sale-specials/sleep/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/13',0,3,NULL,1,'{\"category_id\":\"13\"}'),('6781','product','20','sale-specials/beauty-accessories/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/14',0,3,NULL,1,'{\"category_id\":\"14\"}'),('6782','product','20','sleep/pajamas/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/15',0,3,NULL,1,'{\"category_id\":\"15\"}'),('6783','product','20','sleep/robes-slippers/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/17',0,3,NULL,1,'{\"category_id\":\"17\"}'),('6784','product','20','sleep/shorts/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/18',0,3,NULL,1,'{\"category_id\":\"18\"}'),('6785','product','20','sleep/loungewear/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/19',0,3,NULL,1,'{\"category_id\":\"19\"}'),('6786','product','20','lingerie/teddies-bodysuits/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/21',0,3,NULL,1,'{\"category_id\":\"21\"}'),('6787','product','20','lingerie/teddies-bodysuits/corsets-bustiers/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/22',0,3,NULL,1,'{\"category_id\":\"22\"}'),('6788','product','20','panties/cheekies-cheekinis/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/23',0,3,NULL,1,'{\"category_id\":\"23\"}'),('6789','product','20','panties/thongs-v-strings/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/24',0,3,NULL,1,'{\"category_id\":\"24\"}'),('6790','product','20','panties/shorties-boyshorts/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/25',0,3,NULL,1,'{\"category_id\":\"25\"}'),('6791','product','20','panties/no-show-seamless/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/27',0,3,NULL,1,'{\"category_id\":\"27\"}'),('6792','product','20','bras-bralettes/unlined/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/29',0,3,NULL,1,'{\"category_id\":\"29\"}'),('6793','product','20','bras-bralettes/push-up/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/31',0,3,NULL,1,'{\"category_id\":\"31\"}'),('6794','product','20','bras-bralettes/sports-bras/undiz-ampli-mico-t-shirt-bra.html','catalog/product/view/id/20/category/32',0,3,NULL,1,'{\"category_id\":\"32\"}'),('6795','product','20','c-4.html','undiz-ampli-mico-t-shirt-bra.html',301,3,NULL,0,'[]'),('6796','product','20','bras-bralettes/c-4.html','bras-bralettes/undiz-ampli-mico-t-shirt-bra.html',301,3,NULL,0,'{\"category_id\":\"3\"}'),('6797','product','20','panties/c-4.html','panties/undiz-ampli-mico-t-shirt-bra.html',301,3,NULL,0,'{\"category_id\":\"4\"}'),('6798','product','20','lingerie/c-4.html','lingerie/undiz-ampli-mico-t-shirt-bra.html',301,3,NULL,0,'{\"category_id\":\"5\"}'),('6799','product','20','sleep/c-4.html','sleep/undiz-ampli-mico-t-shirt-bra.html',301,3,NULL,0,'{\"category_id\":\"6\"}'),('6800','product','20','beauty/c-4.html','beauty/undiz-ampli-mico-t-shirt-bra.html',301,3,NULL,0,'{\"category_id\":\"7\"}'),('6801','product','20','sale-specials/c-4.html','sale-specials/undiz-ampli-mico-t-shirt-bra.html',301,3,NULL,0,'{\"category_id\":\"11\"}'),('6802','product','20','beauty/sleepshirts-mists/c-4.html','beauty/sleepshirts-mists/undiz-ampli-mico-t-shirt-bra.html',301,3,NULL,0,'{\"category_id\":\"9\"}'),('6803','product','20','beauty/body-care/c-4.html','beauty/body-care/undiz-ampli-mico-t-shirt-bra.html',301,3,NULL,0,'{\"category_id\":\"10\"}'),('6804','product','20','sale-specials/sleep/c-4.html','sale-specials/sleep/undiz-ampli-mico-t-shirt-bra.html',301,3,NULL,0,'{\"category_id\":\"13\"}'),('6805','product','20','sale-specials/beauty-accessories/c-4.html','sale-specials/beauty-accessories/undiz-ampli-mico-t-shirt-bra.html',301,3,NULL,0,'{\"category_id\":\"14\"}'),('6806','product','20','sleep/pajamas/c-4.html','sleep/pajamas/undiz-ampli-mico-t-shirt-bra.html',301,3,NULL,0,'{\"category_id\":\"15\"}'),('6807','product','20','sleep/robes-slippers/c-4.html','sleep/robes-slippers/undiz-ampli-mico-t-shirt-bra.html',301,3,NULL,0,'{\"category_id\":\"17\"}'),('6808','product','20','sleep/shorts/c-4.html','sleep/shorts/undiz-ampli-mico-t-shirt-bra.html',301,3,NULL,0,'{\"category_id\":\"18\"}'),('6809','product','20','sleep/loungewear/c-4.html','sleep/loungewear/undiz-ampli-mico-t-shirt-bra.html',301,3,NULL,0,'{\"category_id\":\"19\"}'),('6810','product','20','lingerie/teddies-bodysuits/c-4.html','lingerie/teddies-bodysuits/undiz-ampli-mico-t-shirt-bra.html',301,3,NULL,0,'{\"category_id\":\"21\"}'),('6811','product','20','panties/cheekies-cheekinis/c-4.html','panties/cheekies-cheekinis/undiz-ampli-mico-t-shirt-bra.html',301,3,NULL,0,'{\"category_id\":\"23\"}'),('6812','product','20','panties/thongs-v-strings/c-4.html','panties/thongs-v-strings/undiz-ampli-mico-t-shirt-bra.html',301,3,NULL,0,'{\"category_id\":\"24\"}'),('6813','product','20','panties/shorties-boyshorts/c-4.html','panties/shorties-boyshorts/undiz-ampli-mico-t-shirt-bra.html',301,3,NULL,0,'{\"category_id\":\"25\"}'),('6814','product','20','panties/no-show-seamless/c-4.html','panties/no-show-seamless/undiz-ampli-mico-t-shirt-bra.html',301,3,NULL,0,'{\"category_id\":\"27\"}'),('6815','product','20','bras-bralettes/unlined/c-4.html','bras-bralettes/unlined/undiz-ampli-mico-t-shirt-bra.html',301,3,NULL,0,'{\"category_id\":\"29\"}'),('6816','product','20','bras-bralettes/push-up/c-4.html','bras-bralettes/push-up/undiz-ampli-mico-t-shirt-bra.html',301,3,NULL,0,'{\"category_id\":\"31\"}'),('6817','product','20','bras-bralettes/sports-bras/c-4.html','bras-bralettes/sports-bras/undiz-ampli-mico-t-shirt-bra.html',301,3,NULL,0,'{\"category_id\":\"32\"}'),('6818','category','33','lingerie/babydolls-slips/bralettes.html','catalog/category/view/id/33',0,1,NULL,1,NULL),('6819','category','33','lingerie/babydolls-slips/bralettes.html','catalog/category/view/id/33',0,2,NULL,1,NULL),('6820','category','33','lingerie/babydolls-slips/bralettes.html','catalog/category/view/id/33',0,3,NULL,1,NULL),('6821','category','34','lingerie/babydolls-slips/unlined.html','catalog/category/view/id/34',0,1,NULL,1,NULL),('6822','category','34','lingerie/babydolls-slips/unlined.html','catalog/category/view/id/34',0,2,NULL,1,NULL),('6823','category','34','lingerie/babydolls-slips/unlined.html','catalog/category/view/id/34',0,3,NULL,1,NULL),('6824','category','35','lingerie/babydolls-slips/lightly-lined.html','catalog/category/view/id/35',0,1,NULL,1,NULL),('6825','category','35','lingerie/babydolls-slips/lightly-lined.html','catalog/category/view/id/35',0,2,NULL,1,NULL),('6826','category','35','lingerie/babydolls-slips/lightly-lined.html','catalog/category/view/id/35',0,3,NULL,1,NULL),('6827','category','36','lingerie/babydolls-slips/perfect-coverage.html','catalog/category/view/id/36',0,1,NULL,1,NULL),('6828','category','36','lingerie/babydolls-slips/perfect-coverage.html','catalog/category/view/id/36',0,2,NULL,1,NULL),('6829','category','36','lingerie/babydolls-slips/perfect-coverage.html','catalog/category/view/id/36',0,3,NULL,1,NULL),('6830','category','37','lingerie/babydolls-slips/push-up.html','catalog/category/view/id/37',0,1,NULL,1,NULL),('6831','category','37','lingerie/babydolls-slips/push-up.html','catalog/category/view/id/37',0,2,NULL,1,NULL),('6832','category','37','lingerie/babydolls-slips/push-up.html','catalog/category/view/id/37',0,3,NULL,1,NULL),('6833','category','38','lingerie/babydolls-slips/lounge-wireless.html','catalog/category/view/id/38',0,1,NULL,1,NULL),('6834','category','38','lingerie/babydolls-slips/lounge-wireless.html','catalog/category/view/id/38',0,2,NULL,1,NULL),('6835','category','38','lingerie/babydolls-slips/lounge-wireless.html','catalog/category/view/id/38',0,3,NULL,1,NULL),('6836','category','39','lingerie/teddies-bodysuits/strapless.html','catalog/category/view/id/39',0,1,NULL,1,NULL),('6837','category','39','lingerie/teddies-bodysuits/strapless.html','catalog/category/view/id/39',0,2,NULL,1,NULL),('6838','category','39','lingerie/teddies-bodysuits/strapless.html','catalog/category/view/id/39',0,3,NULL,1,NULL),('6839','category','40','lingerie/teddies-bodysuits/sport-bras.html','catalog/category/view/id/40',0,1,NULL,1,NULL),('6840','category','40','lingerie/teddies-bodysuits/sport-bras.html','catalog/category/view/id/40',0,2,NULL,1,NULL),('6841','category','40','lingerie/teddies-bodysuits/sport-bras.html','catalog/category/view/id/40',0,3,NULL,1,NULL);
/*!40000 ALTER TABLE `url_rewrite` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `variable`
--

DROP TABLE IF EXISTS `variable`;
CREATE TABLE `variable` (
  `variable_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Variable Id',
  `code` varchar(255) DEFAULT NULL COMMENT 'Variable Code',
  `name` varchar(255) DEFAULT NULL COMMENT 'Variable Name',
  PRIMARY KEY (`variable_id`),
  UNIQUE KEY `VARIABLE_CODE` (`code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Variables';

--
-- Table structure for table `variable_value`
--

DROP TABLE IF EXISTS `variable_value`;
CREATE TABLE `variable_value` (
  `value_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Variable Value Id',
  `variable_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Variable Id',
  `store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store Id',
  `plain_value` text COMMENT 'Plain Text Value',
  `html_value` text COMMENT 'Html Value',
  PRIMARY KEY (`value_id`),
  UNIQUE KEY `VARIABLE_VALUE_VARIABLE_ID_STORE_ID` (`variable_id`,`store_id`),
  KEY `VARIABLE_VALUE_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Variable Value';

--
-- Table structure for table `vault_payment_token`
--

DROP TABLE IF EXISTS `vault_payment_token`;
CREATE TABLE `vault_payment_token` (
  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
  `customer_id` int(10) unsigned DEFAULT NULL COMMENT 'Customer Id',
  `public_hash` varchar(128) NOT NULL COMMENT 'Hash code for using on frontend',
  `payment_method_code` varchar(128) NOT NULL COMMENT 'Payment method code',
  `type` varchar(128) NOT NULL COMMENT 'Type',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created At',
  `expires_at` timestamp NULL DEFAULT NULL COMMENT 'Expires At',
  `gateway_token` varchar(255) NOT NULL COMMENT 'Gateway Token',
  `details` text COMMENT 'Details',
  `is_active` tinyint(1) NOT NULL COMMENT 'Is active flag',
  `is_visible` tinyint(1) NOT NULL COMMENT 'Is visible flag',
  PRIMARY KEY (`entity_id`),
  UNIQUE KEY `VAULT_PAYMENT_TOKEN_HASH_UNIQUE_INDEX_PUBLIC_HASH` (`public_hash`),
  UNIQUE KEY `UNQ_54DCE14AEAEA03B587F9EF723EB10A10` (`payment_method_code`,`customer_id`,`gateway_token`),
  KEY `VAULT_PAYMENT_TOKEN_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` (`customer_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Vault tokens of payment';

--
-- Table structure for table `vault_payment_token_order_payment_link`
--

DROP TABLE IF EXISTS `vault_payment_token_order_payment_link`;
CREATE TABLE `vault_payment_token_order_payment_link` (
  `order_payment_id` int(10) unsigned NOT NULL COMMENT 'Order payment Id',
  `payment_token_id` int(10) unsigned NOT NULL COMMENT 'Payment token Id',
  PRIMARY KEY (`order_payment_id`,`payment_token_id`),
  KEY `FK_4ED894655446D385894580BECA993862` (`payment_token_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Order payments to vault token';

--
-- Table structure for table `weee_tax`
--

DROP TABLE IF EXISTS `weee_tax`;
CREATE TABLE `weee_tax` (
  `value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
  `website_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Website Id',
  `entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
  `country` varchar(2) DEFAULT NULL COMMENT 'Country',
  `value` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Value',
  `state` int(11) NOT NULL DEFAULT '0' COMMENT 'State',
  `attribute_id` smallint(5) unsigned NOT NULL COMMENT 'Attribute Id',
  PRIMARY KEY (`value_id`),
  KEY `WEEE_TAX_WEBSITE_ID` (`website_id`),
  KEY `WEEE_TAX_ENTITY_ID` (`entity_id`),
  KEY `WEEE_TAX_COUNTRY` (`country`),
  KEY `WEEE_TAX_ATTRIBUTE_ID` (`attribute_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Weee Tax';

--
-- Table structure for table `widget`
--

DROP TABLE IF EXISTS `widget`;
CREATE TABLE `widget` (
  `widget_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Widget Id',
  `widget_code` varchar(255) DEFAULT NULL COMMENT 'Widget code for template directive',
  `widget_type` varchar(255) DEFAULT NULL COMMENT 'Widget Type',
  `parameters` text COMMENT 'Parameters',
  PRIMARY KEY (`widget_id`),
  KEY `WIDGET_WIDGET_CODE` (`widget_code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Preconfigured Widgets';

--
-- Table structure for table `widget_instance`
--

DROP TABLE IF EXISTS `widget_instance`;
CREATE TABLE `widget_instance` (
  `instance_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Instance Id',
  `instance_type` varchar(255) DEFAULT NULL COMMENT 'Instance Type',
  `theme_id` int(10) unsigned NOT NULL COMMENT 'Theme id',
  `title` varchar(255) DEFAULT NULL COMMENT 'Widget Title',
  `store_ids` varchar(255) NOT NULL DEFAULT '0' COMMENT 'Store ids',
  `widget_parameters` text COMMENT 'Widget parameters',
  `sort_order` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Sort order',
  PRIMARY KEY (`instance_id`),
  KEY `WIDGET_INSTANCE_THEME_ID_THEME_THEME_ID` (`theme_id`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COMMENT='Instances of Widget for Package Theme';

--
-- Dumping data for table `widget_instance`
--

LOCK TABLES `widget_instance` WRITE;
/*!40000 ALTER TABLE `widget_instance` DISABLE KEYS */;
INSERT INTO `widget_instance` VALUES ('1','TemplateMonster\\FilmSlider\\Block\\Widget\\FilmSlider','4','Slider_layout_2 Lingerie ','1,2','{\"title\":\"\",\"slider_id\":\"2\"}',1),('2','Magento\\Cms\\Block\\Widget\\Block','4','block_1_layout_2 Lingerie ','1','{\"block_id\":\"11\"}',1),('3','Magento\\Cms\\Block\\Widget\\Block','4','block_2_layout_2 Lingerie ','1','{\"block_id\":\"12\"}',2),('4','TemplateMonster\\FeaturedProduct\\Block\\FeaturedProduct\\Widget\\Product','4','New Product Lingerie ','1','{\"product_types\":[\"new_product\"],\"product_ids\":\"\",\"conditions\":{\"1\":{\"new_child\":\"\"}},\"css_class\":\"products-center\",\"cache_lifetime\":\"0\",\"product_image_width\":\"477\",\"product_image_height\":\"609\",\"product_name_length\":\"28\",\"number_per_view\":\"10\",\"show_carousel\":\"1\",\"number_to_display\":\"4\",\"use_arrows\":\"1\",\"prev_button\":\"\",\"next_button\":\"\",\"use_pagination\":\"0\",\"show_label\":\"0\",\"is_banner\":\"0\",\"banner_content\":\"\",\"hover_type\":\"0\",\"json_data\":\"{\'new_product\':{\'title\':\'New Products\',\'label\':\'New\'} }\"}',3),('5','TemplateMonster\\FeaturedProduct\\Block\\FeaturedProduct\\Widget\\Product','4','Special Products Lingerie','1','{\"product_types\":[\"sale_product\"],\"product_ids\":\"\",\"conditions\":{\"1\":{\"new_child\":\"\"}},\"css_class\":\"products-center\",\"cache_lifetime\":\"0\",\"product_image_width\":\"477\",\"product_image_height\":\"609\",\"product_name_length\":\"28\",\"number_per_view\":\"10\",\"show_carousel\":\"1\",\"number_to_display\":\"4\",\"use_arrows\":\"1\",\"prev_button\":\"\",\"next_button\":\"\",\"use_pagination\":\"0\",\"show_label\":\"0\",\"is_banner\":\"0\",\"banner_content\":\"\",\"hover_type\":\"0\",\"json_data\":\"{\'sale_product\':{\'title\':\'Special Products\',\'label\':\'Sale\'} }\"}',5),('6','TemplateMonster\\ShopByBrand\\Block\\Widget\\Brand','4','Brands Lingerie lt_1','1','{\"title\":\"\",\"brands_amount\":\"6\",\"show_carousel\":\"0\",\"brands_per_row\":\"6\",\"brands_logo_width\":\"200\",\"show_brand_title\":\"0\",\"css_class\":\"\",\"brands\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\"]}',6),('7','Magento\\Cms\\Block\\Widget\\Block','4','block_3_layout_2 Lingerie ','1','{\"block_id\":\"13\"}',7),('8','Magento\\Cms\\Block\\Widget\\Block','4','Lingerie block_4_2_layout_2 lt2','2','{\"block_id\":\"23\"}',10),('9','TemplateMonster\\FeaturedProduct\\Block\\FeaturedProduct\\Widget\\Product','4','New Product Lingerie lt2','2','{\"product_types\":[\"new_product\"],\"product_ids\":\"\",\"conditions\":{\"1\":{\"new_child\":\"\"}},\"css_class\":\"products-center\",\"cache_lifetime\":\"0\",\"product_image_width\":\"477\",\"product_image_height\":\"609\",\"product_name_length\":\"28\",\"number_per_view\":\"8\",\"show_carousel\":\"0\",\"number_per_row\":\"4\",\"show_label\":\"0\",\"is_banner\":\"0\",\"banner_content\":\"\",\"hover_type\":\"switcher\",\"json_data\":\"{\'new_product\':{\'title\':\'New Products\',\'label\':\'New\'} }\"}',20),('10','Magento\\Cms\\Block\\Widget\\Block','4','block_5_2 Lingerie lt_2 ','2','{\"block_id\":\"24\"}',30),('11','TemplateMonster\\Blog\\Block\\Widget\\PostList','4','Blog Lingerie lt_2','2','{\"widget_status\":\"1\",\"title\":\"From the Blog\",\"post_title_length\":\"28\",\"post_desc_length\":\"120\",\"post_amount\":\"10\",\"post_amount_per_row\":\"30\",\"is_enable_carousel\":\"1\",\"post_amount_per_view\":\"3\"}',40),('12','Magento\\Cms\\Block\\Widget\\Block','4','block_6_2_layout_2 Lingerie lt_2','2','{\"block_id\":\"25\"}',50),('13','TemplateMonster\\FilmSlider\\Block\\Widget\\FilmSlider','4','Slider Lingerie lt_3','3','{\"title\":\"\",\"slider_id\":\"7\"}',10);
/*!40000 ALTER TABLE `widget_instance` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `widget_instance_page`
--

DROP TABLE IF EXISTS `widget_instance_page`;
CREATE TABLE `widget_instance_page` (
  `page_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Page Id',
  `instance_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Instance Id',
  `page_group` varchar(25) DEFAULT NULL COMMENT 'Block Group Type',
  `layout_handle` varchar(255) DEFAULT NULL COMMENT 'Layout Handle',
  `block_reference` varchar(255) DEFAULT NULL COMMENT 'Container',
  `page_for` varchar(25) DEFAULT NULL COMMENT 'For instance entities',
  `entities` text COMMENT 'Catalog entities (comma separated)',
  `page_template` varchar(255) DEFAULT NULL COMMENT 'Path to widget template',
  PRIMARY KEY (`page_id`),
  KEY `WIDGET_INSTANCE_PAGE_INSTANCE_ID` (`instance_id`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COMMENT='Instance of Widget on Page';

--
-- Dumping data for table `widget_instance_page`
--

LOCK TABLES `widget_instance_page` WRITE;
/*!40000 ALTER TABLE `widget_instance_page` DISABLE KEYS */;
INSERT INTO `widget_instance_page` VALUES ('1','1','pages','cms_index_index','page.top','all','',''),('2','2','pages','cms_index_index','content','all','','widget/static_block/default.phtml'),('3','3','pages','cms_index_index','content','all','','widget/static_block/default.phtml'),('4','4','pages','cms_index_index','content','all','','widget/products-grid.phtml'),('5','5','pages','cms_index_index','content','all','','widget/products-grid.phtml'),('6','6','pages','cms_index_index','content','all','',''),('7','7','pages','cms_index_index','content','all','','widget/static_block/default.phtml'),('8','8','pages','cms_index_index','content','all','','widget/static_block/default.phtml'),('9','9','pages','cms_index_index','content','all','','widget/products-grid.phtml'),('10','10','pages','cms_index_index','content','all','','widget/static_block/default.phtml'),('11','11','pages','cms_index_index','content','all','','widget/post_grid.phtml'),('12','12','pages','cms_index_index','content','all','','widget/static_block/default.phtml'),('13','13','pages','cms_index_index','page.top','all','','');
/*!40000 ALTER TABLE `widget_instance_page` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `widget_instance_page_layout`
--

DROP TABLE IF EXISTS `widget_instance_page_layout`;
CREATE TABLE `widget_instance_page_layout` (
  `page_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Page Id',
  `layout_update_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Layout Update Id',
  UNIQUE KEY `WIDGET_INSTANCE_PAGE_LAYOUT_LAYOUT_UPDATE_ID_PAGE_ID` (`layout_update_id`,`page_id`),
  KEY `WIDGET_INSTANCE_PAGE_LAYOUT_PAGE_ID` (`page_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Layout updates';

--
-- Dumping data for table `widget_instance_page_layout`
--

LOCK TABLES `widget_instance_page_layout` WRITE;
/*!40000 ALTER TABLE `widget_instance_page_layout` DISABLE KEYS */;
INSERT INTO `widget_instance_page_layout` VALUES ('1','1'),('2','5'),('3','6'),('4','4'),('5','7'),('6','8'),('7','9'),('8','10'),('9','11'),('10','12'),('11','13'),('12','14'),('13','15');
/*!40000 ALTER TABLE `widget_instance_page_layout` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wishlist`
--

DROP TABLE IF EXISTS `wishlist`;
CREATE TABLE `wishlist` (
  `wishlist_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Wishlist ID',
  `customer_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Customer ID',
  `shared` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Sharing flag (0 or 1)',
  `sharing_code` varchar(32) DEFAULT NULL COMMENT 'Sharing encrypted code',
  `updated_at` timestamp NULL DEFAULT NULL COMMENT 'Last updated date',
  PRIMARY KEY (`wishlist_id`),
  UNIQUE KEY `WISHLIST_CUSTOMER_ID` (`customer_id`),
  KEY `WISHLIST_SHARED` (`shared`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Wishlist main Table';

--
-- Dumping data for table `wishlist`
--

LOCK TABLES `wishlist` WRITE;
/*!40000 ALTER TABLE `wishlist` DISABLE KEYS */;
INSERT INTO `wishlist` VALUES ('1','1',0,'9b9879bd0933d3e0ab865603500142e0','2017-11-26 09:40:40');
/*!40000 ALTER TABLE `wishlist` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wishlist_item`
--

DROP TABLE IF EXISTS `wishlist_item`;
CREATE TABLE `wishlist_item` (
  `wishlist_item_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Wishlist item ID',
  `wishlist_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Wishlist ID',
  `product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Product ID',
  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store ID',
  `added_at` timestamp NULL DEFAULT NULL COMMENT 'Add date and time',
  `description` text COMMENT 'Short description of wish list item',
  `qty` decimal(12,4) NOT NULL COMMENT 'Qty',
  PRIMARY KEY (`wishlist_item_id`),
  KEY `WISHLIST_ITEM_WISHLIST_ID` (`wishlist_id`),
  KEY `WISHLIST_ITEM_PRODUCT_ID` (`product_id`),
  KEY `WISHLIST_ITEM_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Wishlist items';

--
-- Table structure for table `wishlist_item_option`
--

DROP TABLE IF EXISTS `wishlist_item_option`;
CREATE TABLE `wishlist_item_option` (
  `option_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Option Id',
  `wishlist_item_id` int(10) unsigned NOT NULL COMMENT 'Wishlist Item Id',
  `product_id` int(10) unsigned NOT NULL COMMENT 'Product Id',
  `code` varchar(255) NOT NULL COMMENT 'Code',
  `value` text COMMENT 'Value',
  PRIMARY KEY (`option_id`),
  KEY `FK_A014B30B04B72DD0EAB3EECD779728D6` (`wishlist_item_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Wishlist Item Option Table';

ALTER TABLE `admin_passwords`
  ADD CONSTRAINT `ADMIN_PASSWORDS_USER_ID_ADMIN_USER_USER_ID` FOREIGN KEY (`user_id`) REFERENCES `admin_user` (`user_id`) ON DELETE CASCADE;

ALTER TABLE `admin_user_session`
  ADD CONSTRAINT `ADMIN_USER_SESSION_USER_ID_ADMIN_USER_USER_ID` FOREIGN KEY (`user_id`) REFERENCES `admin_user` (`user_id`) ON DELETE CASCADE;

ALTER TABLE `authorization_rule`
  ADD CONSTRAINT `AUTHORIZATION_RULE_ROLE_ID_AUTHORIZATION_ROLE_ROLE_ID` FOREIGN KEY (`role_id`) REFERENCES `authorization_role` (`role_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_category_entity_datetime`
  ADD CONSTRAINT `CATALOG_CATEGORY_ENTITY_DATETIME_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_CTGR_ENTT_DTIME_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_CTGR_ENTT_DTIME_ENTT_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_category_entity_decimal`
  ADD CONSTRAINT `CATALOG_CATEGORY_ENTITY_DECIMAL_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_CTGR_ENTT_DEC_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_CTGR_ENTT_DEC_ENTT_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_category_entity_int`
  ADD CONSTRAINT `CATALOG_CATEGORY_ENTITY_INT_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_CTGR_ENTT_INT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_CTGR_ENTT_INT_ENTT_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_category_entity_text`
  ADD CONSTRAINT `CATALOG_CATEGORY_ENTITY_TEXT_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_CTGR_ENTT_TEXT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_CTGR_ENTT_TEXT_ENTT_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_category_entity_varchar`
  ADD CONSTRAINT `CATALOG_CATEGORY_ENTITY_VARCHAR_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_CTGR_ENTT_VCHR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_CTGR_ENTT_VCHR_ENTT_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_category_product`
  ADD CONSTRAINT `CAT_CTGR_PRD_CTGR_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`category_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_CTGR_PRD_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_compare_item`
  ADD CONSTRAINT `CATALOG_COMPARE_ITEM_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CATALOG_COMPARE_ITEM_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CATALOG_COMPARE_ITEM_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL;

ALTER TABLE `catalog_eav_attribute`
  ADD CONSTRAINT `CATALOG_EAV_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_bundle_option`
  ADD CONSTRAINT `CAT_PRD_BNDL_OPT_PARENT_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`parent_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_bundle_option_value`
  ADD CONSTRAINT `CAT_PRD_BNDL_OPT_VAL_OPT_ID_CAT_PRD_BNDL_OPT_OPT_ID` FOREIGN KEY (`option_id`) REFERENCES `catalog_product_bundle_option` (`option_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_bundle_price_index`
  ADD CONSTRAINT `CAT_PRD_BNDL_PRICE_IDX_CSTR_GROUP_ID_CSTR_GROUP_CSTR_GROUP_ID` FOREIGN KEY (`customer_group_id`) REFERENCES `customer_group` (`customer_group_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_PRD_BNDL_PRICE_IDX_ENTT_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_PRD_BNDL_PRICE_IDX_WS_ID_STORE_WS_WS_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_bundle_selection`
  ADD CONSTRAINT `CAT_PRD_BNDL_SELECTION_OPT_ID_CAT_PRD_BNDL_OPT_OPT_ID` FOREIGN KEY (`option_id`) REFERENCES `catalog_product_bundle_option` (`option_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_PRD_BNDL_SELECTION_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_bundle_selection_price`
  ADD CONSTRAINT `CAT_PRD_BNDL_SELECTION_PRICE_WS_ID_STORE_WS_WS_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `FK_DCF37523AA05D770A70AA4ED7C2616E4` FOREIGN KEY (`selection_id`) REFERENCES `catalog_product_bundle_selection` (`selection_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_entity`
  ADD CONSTRAINT `CAT_PRD_ENTT_ATTR_SET_ID_EAV_ATTR_SET_ATTR_SET_ID` FOREIGN KEY (`attribute_set_id`) REFERENCES `eav_attribute_set` (`attribute_set_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_entity_datetime`
  ADD CONSTRAINT `CATALOG_PRODUCT_ENTITY_DATETIME_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_PRD_ENTT_DTIME_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_PRD_ENTT_DTIME_ENTT_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_entity_decimal`
  ADD CONSTRAINT `CATALOG_PRODUCT_ENTITY_DECIMAL_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_PRD_ENTT_DEC_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_PRD_ENTT_DEC_ENTT_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_entity_gallery`
  ADD CONSTRAINT `CATALOG_PRODUCT_ENTITY_GALLERY_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_PRD_ENTT_GLR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_PRD_ENTT_GLR_ENTT_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_entity_int`
  ADD CONSTRAINT `CATALOG_PRODUCT_ENTITY_INT_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_PRD_ENTT_INT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_PRD_ENTT_INT_ENTT_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_entity_media_gallery`
  ADD CONSTRAINT `CAT_PRD_ENTT_MDA_GLR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_entity_media_gallery_value`
  ADD CONSTRAINT `CAT_PRD_ENTT_MDA_GLR_VAL_ENTT_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_PRD_ENTT_MDA_GLR_VAL_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_PRD_ENTT_MDA_GLR_VAL_VAL_ID_CAT_PRD_ENTT_MDA_GLR_VAL_ID` FOREIGN KEY (`value_id`) REFERENCES `catalog_product_entity_media_gallery` (`value_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_entity_media_gallery_value_to_entity`
  ADD CONSTRAINT `CAT_PRD_ENTT_MDA_GLR_VAL_TO_ENTT_ENTT_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `FK_A6C6C8FAA386736921D3A7C4B50B1185` FOREIGN KEY (`value_id`) REFERENCES `catalog_product_entity_media_gallery` (`value_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_entity_media_gallery_value_video`
  ADD CONSTRAINT `CAT_PRD_ENTT_MDA_GLR_VAL_VIDEO_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `FK_6FDF205946906B0E653E60AA769899F8` FOREIGN KEY (`value_id`) REFERENCES `catalog_product_entity_media_gallery` (`value_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_entity_text`
  ADD CONSTRAINT `CATALOG_PRODUCT_ENTITY_TEXT_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_PRD_ENTT_TEXT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_PRD_ENTT_TEXT_ENTT_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_entity_tier_price`
  ADD CONSTRAINT `CAT_PRD_ENTT_TIER_PRICE_CSTR_GROUP_ID_CSTR_GROUP_CSTR_GROUP_ID` FOREIGN KEY (`customer_group_id`) REFERENCES `customer_group` (`customer_group_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_PRD_ENTT_TIER_PRICE_ENTT_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_PRD_ENTT_TIER_PRICE_WS_ID_STORE_WS_WS_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_entity_varchar`
  ADD CONSTRAINT `CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_PRD_ENTT_VCHR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_PRD_ENTT_VCHR_ENTT_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_frontend_action`
  ADD CONSTRAINT `CAT_PRD_FRONTEND_ACTION_CSTR_ID_CSTR_ENTT_ENTT_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_index_tier_price`
  ADD CONSTRAINT `CAT_PRD_IDX_TIER_PRICE_CSTR_GROUP_ID_CSTR_GROUP_CSTR_GROUP_ID` FOREIGN KEY (`customer_group_id`) REFERENCES `customer_group` (`customer_group_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_PRD_IDX_TIER_PRICE_ENTT_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_PRD_IDX_TIER_PRICE_WS_ID_STORE_WS_WS_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_index_website`
  ADD CONSTRAINT `CAT_PRD_IDX_WS_WS_ID_STORE_WS_WS_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_link`
  ADD CONSTRAINT `CATALOG_PRODUCT_LINK_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_PRD_LNK_LNKED_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`linked_product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_PRD_LNK_LNK_TYPE_ID_CAT_PRD_LNK_TYPE_LNK_TYPE_ID` FOREIGN KEY (`link_type_id`) REFERENCES `catalog_product_link_type` (`link_type_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_link_attribute`
  ADD CONSTRAINT `CAT_PRD_LNK_ATTR_LNK_TYPE_ID_CAT_PRD_LNK_TYPE_LNK_TYPE_ID` FOREIGN KEY (`link_type_id`) REFERENCES `catalog_product_link_type` (`link_type_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_link_attribute_decimal`
  ADD CONSTRAINT `CAT_PRD_LNK_ATTR_DEC_LNK_ID_CAT_PRD_LNK_LNK_ID` FOREIGN KEY (`link_id`) REFERENCES `catalog_product_link` (`link_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `FK_AB2EFA9A14F7BCF1D5400056203D14B6` FOREIGN KEY (`product_link_attribute_id`) REFERENCES `catalog_product_link_attribute` (`product_link_attribute_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_link_attribute_int`
  ADD CONSTRAINT `CAT_PRD_LNK_ATTR_INT_LNK_ID_CAT_PRD_LNK_LNK_ID` FOREIGN KEY (`link_id`) REFERENCES `catalog_product_link` (`link_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `FK_D6D878F8BA2A4282F8DDED7E6E3DE35C` FOREIGN KEY (`product_link_attribute_id`) REFERENCES `catalog_product_link_attribute` (`product_link_attribute_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_link_attribute_varchar`
  ADD CONSTRAINT `CAT_PRD_LNK_ATTR_VCHR_LNK_ID_CAT_PRD_LNK_LNK_ID` FOREIGN KEY (`link_id`) REFERENCES `catalog_product_link` (`link_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `FK_DEE9C4DA61CFCC01DFCF50F0D79CEA51` FOREIGN KEY (`product_link_attribute_id`) REFERENCES `catalog_product_link_attribute` (`product_link_attribute_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_option`
  ADD CONSTRAINT `CAT_PRD_OPT_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_option_price`
  ADD CONSTRAINT `CATALOG_PRODUCT_OPTION_PRICE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_PRD_OPT_PRICE_OPT_ID_CAT_PRD_OPT_OPT_ID` FOREIGN KEY (`option_id`) REFERENCES `catalog_product_option` (`option_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_option_title`
  ADD CONSTRAINT `CATALOG_PRODUCT_OPTION_TITLE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_PRD_OPT_TTL_OPT_ID_CAT_PRD_OPT_OPT_ID` FOREIGN KEY (`option_id`) REFERENCES `catalog_product_option` (`option_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_option_type_price`
  ADD CONSTRAINT `CATALOG_PRODUCT_OPTION_TYPE_PRICE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `FK_B523E3378E8602F376CC415825576B7F` FOREIGN KEY (`option_type_id`) REFERENCES `catalog_product_option_type_value` (`option_type_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_option_type_title`
  ADD CONSTRAINT `CATALOG_PRODUCT_OPTION_TYPE_TITLE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `FK_C085B9CF2C2A302E8043FDEA1937D6A2` FOREIGN KEY (`option_type_id`) REFERENCES `catalog_product_option_type_value` (`option_type_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_option_type_value`
  ADD CONSTRAINT `CAT_PRD_OPT_TYPE_VAL_OPT_ID_CAT_PRD_OPT_OPT_ID` FOREIGN KEY (`option_id`) REFERENCES `catalog_product_option` (`option_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_relation`
  ADD CONSTRAINT `CAT_PRD_RELATION_CHILD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`child_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_PRD_RELATION_PARENT_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`parent_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_super_attribute`
  ADD CONSTRAINT `CAT_PRD_SPR_ATTR_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_super_attribute_label`
  ADD CONSTRAINT `CATALOG_PRODUCT_SUPER_ATTRIBUTE_LABEL_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `FK_309442281DF7784210ED82B2CC51E5D5` FOREIGN KEY (`product_super_attribute_id`) REFERENCES `catalog_product_super_attribute` (`product_super_attribute_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_super_link`
  ADD CONSTRAINT `CAT_PRD_SPR_LNK_PARENT_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`parent_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_PRD_SPR_LNK_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_product_website`
  ADD CONSTRAINT `CATALOG_PRODUCT_WEBSITE_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_PRD_WS_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `catalog_url_rewrite_product_category`
  ADD CONSTRAINT `CAT_URL_REWRITE_PRD_CTGR_CTGR_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`category_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CAT_URL_REWRITE_PRD_CTGR_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `FK_BB79E64705D7F17FE181F23144528FC8` FOREIGN KEY (`url_rewrite_id`) REFERENCES `url_rewrite` (`url_rewrite_id`) ON DELETE CASCADE;

ALTER TABLE `cataloginventory_stock_item`
  ADD CONSTRAINT `CATINV_STOCK_ITEM_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CATINV_STOCK_ITEM_STOCK_ID_CATINV_STOCK_STOCK_ID` FOREIGN KEY (`stock_id`) REFERENCES `cataloginventory_stock` (`stock_id`) ON DELETE CASCADE;

ALTER TABLE `catalogrule_customer_group`
  ADD CONSTRAINT `CATALOGRULE_CUSTOMER_GROUP_RULE_ID_CATALOGRULE_RULE_ID` FOREIGN KEY (`rule_id`) REFERENCES `catalogrule` (`rule_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CATRULE_CSTR_GROUP_CSTR_GROUP_ID_CSTR_GROUP_CSTR_GROUP_ID` FOREIGN KEY (`customer_group_id`) REFERENCES `customer_group` (`customer_group_id`) ON DELETE CASCADE;

ALTER TABLE `catalogrule_website`
  ADD CONSTRAINT `CATALOGRULE_WEBSITE_RULE_ID_CATALOGRULE_RULE_ID` FOREIGN KEY (`rule_id`) REFERENCES `catalogrule` (`rule_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CATALOGRULE_WEBSITE_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE;

ALTER TABLE `checkout_agreement_store`
  ADD CONSTRAINT `CHECKOUT_AGREEMENT_STORE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CHKT_AGRT_STORE_AGRT_ID_CHKT_AGRT_AGRT_ID` FOREIGN KEY (`agreement_id`) REFERENCES `checkout_agreement` (`agreement_id`) ON DELETE CASCADE;

ALTER TABLE `cms_block_store`
  ADD CONSTRAINT `CMS_BLOCK_STORE_BLOCK_ID_CMS_BLOCK_BLOCK_ID` FOREIGN KEY (`block_id`) REFERENCES `cms_block` (`block_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CMS_BLOCK_STORE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `cms_page_store`
  ADD CONSTRAINT `CMS_PAGE_STORE_PAGE_ID_CMS_PAGE_PAGE_ID` FOREIGN KEY (`page_id`) REFERENCES `cms_page` (`page_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CMS_PAGE_STORE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `customer_address_entity`
  ADD CONSTRAINT `CUSTOMER_ADDRESS_ENTITY_PARENT_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`parent_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `customer_address_entity_datetime`
  ADD CONSTRAINT `CSTR_ADDR_ENTT_DTIME_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CSTR_ADDR_ENTT_DTIME_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `customer_address_entity_decimal`
  ADD CONSTRAINT `CSTR_ADDR_ENTT_DEC_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CSTR_ADDR_ENTT_DEC_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `customer_address_entity_int`
  ADD CONSTRAINT `CSTR_ADDR_ENTT_INT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CSTR_ADDR_ENTT_INT_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `customer_address_entity_text`
  ADD CONSTRAINT `CSTR_ADDR_ENTT_TEXT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CSTR_ADDR_ENTT_TEXT_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `customer_address_entity_varchar`
  ADD CONSTRAINT `CSTR_ADDR_ENTT_VCHR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CSTR_ADDR_ENTT_VCHR_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `customer_eav_attribute`
  ADD CONSTRAINT `CUSTOMER_EAV_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE;

ALTER TABLE `customer_eav_attribute_website`
  ADD CONSTRAINT `CSTR_EAV_ATTR_WS_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CSTR_EAV_ATTR_WS_WS_ID_STORE_WS_WS_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE;

ALTER TABLE `customer_entity`
  ADD CONSTRAINT `CUSTOMER_ENTITY_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL,
  ADD CONSTRAINT `CUSTOMER_ENTITY_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE SET NULL;

ALTER TABLE `customer_entity_datetime`
  ADD CONSTRAINT `CUSTOMER_ENTITY_DATETIME_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CUSTOMER_ENTITY_DATETIME_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `customer_entity_decimal`
  ADD CONSTRAINT `CUSTOMER_ENTITY_DECIMAL_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CUSTOMER_ENTITY_DECIMAL_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `customer_entity_int`
  ADD CONSTRAINT `CUSTOMER_ENTITY_INT_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CUSTOMER_ENTITY_INT_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `customer_entity_text`
  ADD CONSTRAINT `CUSTOMER_ENTITY_TEXT_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CUSTOMER_ENTITY_TEXT_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `customer_entity_varchar`
  ADD CONSTRAINT `CUSTOMER_ENTITY_VARCHAR_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `CUSTOMER_ENTITY_VARCHAR_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `customer_form_attribute`
  ADD CONSTRAINT `CUSTOMER_FORM_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE;

ALTER TABLE `design_change`
  ADD CONSTRAINT `DESIGN_CHANGE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `directory_country_region_name`
  ADD CONSTRAINT `DIR_COUNTRY_REGION_NAME_REGION_ID_DIR_COUNTRY_REGION_REGION_ID` FOREIGN KEY (`region_id`) REFERENCES `directory_country_region` (`region_id`) ON DELETE CASCADE;

ALTER TABLE `downloadable_link`
  ADD CONSTRAINT `DOWNLOADABLE_LINK_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `downloadable_link_price`
  ADD CONSTRAINT `DOWNLOADABLE_LINK_PRICE_LINK_ID_DOWNLOADABLE_LINK_LINK_ID` FOREIGN KEY (`link_id`) REFERENCES `downloadable_link` (`link_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `DOWNLOADABLE_LINK_PRICE_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE;

ALTER TABLE `downloadable_link_purchased`
  ADD CONSTRAINT `DL_LNK_PURCHASED_CSTR_ID_CSTR_ENTT_ENTT_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE SET NULL,
  ADD CONSTRAINT `DOWNLOADABLE_LINK_PURCHASED_ORDER_ID_SALES_ORDER_ENTITY_ID` FOREIGN KEY (`order_id`) REFERENCES `sales_order` (`entity_id`) ON DELETE SET NULL;

ALTER TABLE `downloadable_link_purchased_item`
  ADD CONSTRAINT `DL_LNK_PURCHASED_ITEM_ORDER_ITEM_ID_SALES_ORDER_ITEM_ITEM_ID` FOREIGN KEY (`order_item_id`) REFERENCES `sales_order_item` (`item_id`) ON DELETE SET NULL,
  ADD CONSTRAINT `DL_LNK_PURCHASED_ITEM_PURCHASED_ID_DL_LNK_PURCHASED_PURCHASED_ID` FOREIGN KEY (`purchased_id`) REFERENCES `downloadable_link_purchased` (`purchased_id`) ON DELETE CASCADE;

ALTER TABLE `downloadable_link_title`
  ADD CONSTRAINT `DOWNLOADABLE_LINK_TITLE_LINK_ID_DOWNLOADABLE_LINK_LINK_ID` FOREIGN KEY (`link_id`) REFERENCES `downloadable_link` (`link_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `DOWNLOADABLE_LINK_TITLE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `downloadable_sample`
  ADD CONSTRAINT `DOWNLOADABLE_SAMPLE_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `downloadable_sample_title`
  ADD CONSTRAINT `DL_SAMPLE_TTL_SAMPLE_ID_DL_SAMPLE_SAMPLE_ID` FOREIGN KEY (`sample_id`) REFERENCES `downloadable_sample` (`sample_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `DOWNLOADABLE_SAMPLE_TITLE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `eav_attribute`
  ADD CONSTRAINT `EAV_ATTRIBUTE_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE;

ALTER TABLE `eav_attribute_group`
  ADD CONSTRAINT `EAV_ATTR_GROUP_ATTR_SET_ID_EAV_ATTR_SET_ATTR_SET_ID` FOREIGN KEY (`attribute_set_id`) REFERENCES `eav_attribute_set` (`attribute_set_id`) ON DELETE CASCADE;

ALTER TABLE `eav_attribute_label`
  ADD CONSTRAINT `EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `EAV_ATTRIBUTE_LABEL_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `eav_attribute_option`
  ADD CONSTRAINT `EAV_ATTRIBUTE_OPTION_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE;

ALTER TABLE `eav_attribute_option_swatch`
  ADD CONSTRAINT `EAV_ATTRIBUTE_OPTION_SWATCH_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `EAV_ATTR_OPT_SWATCH_OPT_ID_EAV_ATTR_OPT_OPT_ID` FOREIGN KEY (`option_id`) REFERENCES `eav_attribute_option` (`option_id`) ON DELETE CASCADE;

ALTER TABLE `eav_attribute_option_value`
  ADD CONSTRAINT `EAV_ATTRIBUTE_OPTION_VALUE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `EAV_ATTR_OPT_VAL_OPT_ID_EAV_ATTR_OPT_OPT_ID` FOREIGN KEY (`option_id`) REFERENCES `eav_attribute_option` (`option_id`) ON DELETE CASCADE;

ALTER TABLE `eav_attribute_set`
  ADD CONSTRAINT `EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE;

ALTER TABLE `eav_entity`
  ADD CONSTRAINT `EAV_ENTITY_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `EAV_ENTITY_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `eav_entity_attribute`
  ADD CONSTRAINT `EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `EAV_ENTT_ATTR_ATTR_GROUP_ID_EAV_ATTR_GROUP_ATTR_GROUP_ID` FOREIGN KEY (`attribute_group_id`) REFERENCES `eav_attribute_group` (`attribute_group_id`) ON DELETE CASCADE;

ALTER TABLE `eav_entity_datetime`
  ADD CONSTRAINT `EAV_ENTITY_DATETIME_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `EAV_ENTITY_DATETIME_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `EAV_ENTT_DTIME_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE;

ALTER TABLE `eav_entity_decimal`
  ADD CONSTRAINT `EAV_ENTITY_DECIMAL_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `EAV_ENTITY_DECIMAL_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `EAV_ENTITY_DECIMAL_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `eav_entity_int`
  ADD CONSTRAINT `EAV_ENTITY_INT_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `EAV_ENTITY_INT_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `EAV_ENTITY_INT_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `eav_entity_store`
  ADD CONSTRAINT `EAV_ENTITY_STORE_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `EAV_ENTITY_STORE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `eav_entity_text`
  ADD CONSTRAINT `EAV_ENTITY_TEXT_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `EAV_ENTITY_TEXT_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `EAV_ENTITY_TEXT_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `eav_entity_varchar`
  ADD CONSTRAINT `EAV_ENTITY_VARCHAR_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `EAV_ENTITY_VARCHAR_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `EAV_ENTITY_VARCHAR_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `eav_form_element`
  ADD CONSTRAINT `EAV_FORM_ELEMENT_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `EAV_FORM_ELEMENT_FIELDSET_ID_EAV_FORM_FIELDSET_FIELDSET_ID` FOREIGN KEY (`fieldset_id`) REFERENCES `eav_form_fieldset` (`fieldset_id`) ON DELETE SET NULL,
  ADD CONSTRAINT `EAV_FORM_ELEMENT_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON DELETE CASCADE;

ALTER TABLE `eav_form_fieldset`
  ADD CONSTRAINT `EAV_FORM_FIELDSET_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON DELETE CASCADE;

ALTER TABLE `eav_form_fieldset_label`
  ADD CONSTRAINT `EAV_FORM_FIELDSET_LABEL_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `EAV_FORM_FSET_LBL_FSET_ID_EAV_FORM_FSET_FSET_ID` FOREIGN KEY (`fieldset_id`) REFERENCES `eav_form_fieldset` (`fieldset_id`) ON DELETE CASCADE;

ALTER TABLE `eav_form_type`
  ADD CONSTRAINT `EAV_FORM_TYPE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `eav_form_type_entity`
  ADD CONSTRAINT `EAV_FORM_TYPE_ENTITY_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `EAV_FORM_TYPE_ENTT_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE;

ALTER TABLE `email_campaign`
  ADD CONSTRAINT `EMAIL_CAMPAIGN_STORE_ID_CORE/STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `email_catalog`
  ADD CONSTRAINT `EMAIL_CATALOG_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `email_contact`
  ADD CONSTRAINT `EMAIL_CONTACT_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE;

ALTER TABLE `email_order`
  ADD CONSTRAINT `EMAIL_ORDER_ORDER_ID_SALES_ORDER_ENTITY_ID` FOREIGN KEY (`order_id`) REFERENCES `sales_order` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `EMAIL_ORDER_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `film_slider_item`
  ADD CONSTRAINT `FILM_SLIDER_ITEM_PARENT_ID_FILM_SLIDER_SLIDER_ID` FOREIGN KEY (`parent_id`) REFERENCES `film_slider` (`slider_id`) ON DELETE CASCADE;

ALTER TABLE `film_slider_store`
  ADD CONSTRAINT `FILM_SLIDER_STORE_SLIDER_ID_FILM_SLIDER_SLIDER_ID` FOREIGN KEY (`slider_id`) REFERENCES `film_slider` (`slider_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `FILM_SLIDER_STORE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `googleoptimizer_code`
  ADD CONSTRAINT `GOOGLEOPTIMIZER_CODE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `integration`
  ADD CONSTRAINT `INTEGRATION_CONSUMER_ID_OAUTH_CONSUMER_ENTITY_ID` FOREIGN KEY (`consumer_id`) REFERENCES `oauth_consumer` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `layout_link`
  ADD CONSTRAINT `LAYOUT_LINK_LAYOUT_UPDATE_ID_LAYOUT_UPDATE_LAYOUT_UPDATE_ID` FOREIGN KEY (`layout_update_id`) REFERENCES `layout_update` (`layout_update_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `LAYOUT_LINK_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `LAYOUT_LINK_THEME_ID_THEME_THEME_ID` FOREIGN KEY (`theme_id`) REFERENCES `theme` (`theme_id`) ON DELETE CASCADE;

ALTER TABLE `newsletter_problem`
  ADD CONSTRAINT `NEWSLETTER_PROBLEM_QUEUE_ID_NEWSLETTER_QUEUE_QUEUE_ID` FOREIGN KEY (`queue_id`) REFERENCES `newsletter_queue` (`queue_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `NLTTR_PROBLEM_SUBSCRIBER_ID_NLTTR_SUBSCRIBER_SUBSCRIBER_ID` FOREIGN KEY (`subscriber_id`) REFERENCES `newsletter_subscriber` (`subscriber_id`) ON DELETE CASCADE;

ALTER TABLE `newsletter_queue`
  ADD CONSTRAINT `NEWSLETTER_QUEUE_TEMPLATE_ID_NEWSLETTER_TEMPLATE_TEMPLATE_ID` FOREIGN KEY (`template_id`) REFERENCES `newsletter_template` (`template_id`) ON DELETE CASCADE;

ALTER TABLE `newsletter_queue_link`
  ADD CONSTRAINT `NEWSLETTER_QUEUE_LINK_QUEUE_ID_NEWSLETTER_QUEUE_QUEUE_ID` FOREIGN KEY (`queue_id`) REFERENCES `newsletter_queue` (`queue_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `NLTTR_QUEUE_LNK_SUBSCRIBER_ID_NLTTR_SUBSCRIBER_SUBSCRIBER_ID` FOREIGN KEY (`subscriber_id`) REFERENCES `newsletter_subscriber` (`subscriber_id`) ON DELETE CASCADE;

ALTER TABLE `newsletter_queue_store_link`
  ADD CONSTRAINT `NEWSLETTER_QUEUE_STORE_LINK_QUEUE_ID_NEWSLETTER_QUEUE_QUEUE_ID` FOREIGN KEY (`queue_id`) REFERENCES `newsletter_queue` (`queue_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `NEWSLETTER_QUEUE_STORE_LINK_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `newsletter_subscriber`
  ADD CONSTRAINT `NEWSLETTER_SUBSCRIBER_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL;

ALTER TABLE `oauth_nonce`
  ADD CONSTRAINT `OAUTH_NONCE_CONSUMER_ID_OAUTH_CONSUMER_ENTITY_ID` FOREIGN KEY (`consumer_id`) REFERENCES `oauth_consumer` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `oauth_token`
  ADD CONSTRAINT `OAUTH_TOKEN_ADMIN_ID_ADMIN_USER_USER_ID` FOREIGN KEY (`admin_id`) REFERENCES `admin_user` (`user_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `OAUTH_TOKEN_CONSUMER_ID_OAUTH_CONSUMER_ENTITY_ID` FOREIGN KEY (`consumer_id`) REFERENCES `oauth_consumer` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `OAUTH_TOKEN_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `parallax_block_store`
  ADD CONSTRAINT `PARALLAX_BLOCK_STORE_BLOCK_ID_PARALLAX_BLOCK_BLOCK_ID` FOREIGN KEY (`block_id`) REFERENCES `parallax_block` (`block_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `PARALLAX_BLOCK_STORE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `paypal_billing_agreement`
  ADD CONSTRAINT `PAYPAL_BILLING_AGREEMENT_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `PAYPAL_BILLING_AGREEMENT_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL;

ALTER TABLE `paypal_billing_agreement_order`
  ADD CONSTRAINT `PAYPAL_BILLING_AGREEMENT_ORDER_ORDER_ID_SALES_ORDER_ENTITY_ID` FOREIGN KEY (`order_id`) REFERENCES `sales_order` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `PAYPAL_BILLING_AGRT_ORDER_AGRT_ID_PAYPAL_BILLING_AGRT_AGRT_ID` FOREIGN KEY (`agreement_id`) REFERENCES `paypal_billing_agreement` (`agreement_id`) ON DELETE CASCADE;

ALTER TABLE `paypal_cert`
  ADD CONSTRAINT `PAYPAL_CERT_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE;

ALTER TABLE `paypal_settlement_report_row`
  ADD CONSTRAINT `FK_E183E488F593E0DE10C6EBFFEBAC9B55` FOREIGN KEY (`report_id`) REFERENCES `paypal_settlement_report` (`report_id`) ON DELETE CASCADE;

ALTER TABLE `persistent_session`
  ADD CONSTRAINT `PERSISTENT_SESSION_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `PERSISTENT_SESSION_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE;

ALTER TABLE `product_alert_price`
  ADD CONSTRAINT `PRODUCT_ALERT_PRICE_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `PRODUCT_ALERT_PRICE_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `PRODUCT_ALERT_PRICE_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE;

ALTER TABLE `product_alert_stock`
  ADD CONSTRAINT `PRODUCT_ALERT_STOCK_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `PRODUCT_ALERT_STOCK_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `PRODUCT_ALERT_STOCK_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE;

ALTER TABLE `quote`
  ADD CONSTRAINT `QUOTE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `quote_address`
  ADD CONSTRAINT `QUOTE_ADDRESS_QUOTE_ID_QUOTE_ENTITY_ID` FOREIGN KEY (`quote_id`) REFERENCES `quote` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `quote_address_item`
  ADD CONSTRAINT `QUOTE_ADDRESS_ITEM_QUOTE_ADDRESS_ID_QUOTE_ADDRESS_ADDRESS_ID` FOREIGN KEY (`quote_address_id`) REFERENCES `quote_address` (`address_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `QUOTE_ADDRESS_ITEM_QUOTE_ITEM_ID_QUOTE_ITEM_ITEM_ID` FOREIGN KEY (`quote_item_id`) REFERENCES `quote_item` (`item_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `QUOTE_ADDR_ITEM_PARENT_ITEM_ID_QUOTE_ADDR_ITEM_ADDR_ITEM_ID` FOREIGN KEY (`parent_item_id`) REFERENCES `quote_address_item` (`address_item_id`) ON DELETE CASCADE;

ALTER TABLE `quote_id_mask`
  ADD CONSTRAINT `QUOTE_ID_MASK_QUOTE_ID_QUOTE_ENTITY_ID` FOREIGN KEY (`quote_id`) REFERENCES `quote` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `quote_item`
  ADD CONSTRAINT `QUOTE_ITEM_PARENT_ITEM_ID_QUOTE_ITEM_ITEM_ID` FOREIGN KEY (`parent_item_id`) REFERENCES `quote_item` (`item_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `QUOTE_ITEM_QUOTE_ID_QUOTE_ENTITY_ID` FOREIGN KEY (`quote_id`) REFERENCES `quote` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `QUOTE_ITEM_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL;

ALTER TABLE `quote_item_option`
  ADD CONSTRAINT `QUOTE_ITEM_OPTION_ITEM_ID_QUOTE_ITEM_ITEM_ID` FOREIGN KEY (`item_id`) REFERENCES `quote_item` (`item_id`) ON DELETE CASCADE;

ALTER TABLE `quote_payment`
  ADD CONSTRAINT `QUOTE_PAYMENT_QUOTE_ID_QUOTE_ENTITY_ID` FOREIGN KEY (`quote_id`) REFERENCES `quote` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `quote_shipping_rate`
  ADD CONSTRAINT `QUOTE_SHIPPING_RATE_ADDRESS_ID_QUOTE_ADDRESS_ADDRESS_ID` FOREIGN KEY (`address_id`) REFERENCES `quote_address` (`address_id`) ON DELETE CASCADE;

ALTER TABLE `rating`
  ADD CONSTRAINT `RATING_ENTITY_ID_RATING_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `rating_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `rating_option`
  ADD CONSTRAINT `RATING_OPTION_RATING_ID_RATING_RATING_ID` FOREIGN KEY (`rating_id`) REFERENCES `rating` (`rating_id`) ON DELETE CASCADE;

ALTER TABLE `rating_option_vote`
  ADD CONSTRAINT `RATING_OPTION_VOTE_OPTION_ID_RATING_OPTION_OPTION_ID` FOREIGN KEY (`option_id`) REFERENCES `rating_option` (`option_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `RATING_OPTION_VOTE_REVIEW_ID_REVIEW_REVIEW_ID` FOREIGN KEY (`review_id`) REFERENCES `review` (`review_id`) ON DELETE CASCADE;

ALTER TABLE `rating_option_vote_aggregated`
  ADD CONSTRAINT `RATING_OPTION_VOTE_AGGREGATED_RATING_ID_RATING_RATING_ID` FOREIGN KEY (`rating_id`) REFERENCES `rating` (`rating_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `RATING_OPTION_VOTE_AGGREGATED_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `rating_store`
  ADD CONSTRAINT `RATING_STORE_RATING_ID_RATING_RATING_ID` FOREIGN KEY (`rating_id`) REFERENCES `rating` (`rating_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `RATING_STORE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `rating_title`
  ADD CONSTRAINT `RATING_TITLE_RATING_ID_RATING_RATING_ID` FOREIGN KEY (`rating_id`) REFERENCES `rating` (`rating_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `RATING_TITLE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `release_notification_viewer_log`
  ADD CONSTRAINT `RELEASE_NOTIFICATION_VIEWER_LOG_VIEWER_ID_ADMIN_USER_USER_ID` FOREIGN KEY (`viewer_id`) REFERENCES `admin_user` (`user_id`) ON DELETE CASCADE;

ALTER TABLE `report_compared_product_index`
  ADD CONSTRAINT `REPORT_CMPD_PRD_IDX_CSTR_ID_CSTR_ENTT_ENTT_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `REPORT_CMPD_PRD_IDX_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `REPORT_COMPARED_PRODUCT_INDEX_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL;

ALTER TABLE `report_event`
  ADD CONSTRAINT `REPORT_EVENT_EVENT_TYPE_ID_REPORT_EVENT_TYPES_EVENT_TYPE_ID` FOREIGN KEY (`event_type_id`) REFERENCES `report_event_types` (`event_type_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `REPORT_EVENT_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `report_viewed_product_aggregated_daily`
  ADD CONSTRAINT `REPORT_VIEWED_PRD_AGGRED_DAILY_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `REPORT_VIEWED_PRODUCT_AGGREGATED_DAILY_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `report_viewed_product_aggregated_monthly`
  ADD CONSTRAINT `REPORT_VIEWED_PRD_AGGRED_MONTHLY_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `REPORT_VIEWED_PRODUCT_AGGREGATED_MONTHLY_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `report_viewed_product_aggregated_yearly`
  ADD CONSTRAINT `REPORT_VIEWED_PRD_AGGRED_YEARLY_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `REPORT_VIEWED_PRODUCT_AGGREGATED_YEARLY_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `report_viewed_product_index`
  ADD CONSTRAINT `REPORT_VIEWED_PRD_IDX_CSTR_ID_CSTR_ENTT_ENTT_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `REPORT_VIEWED_PRD_IDX_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `REPORT_VIEWED_PRODUCT_INDEX_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL;

ALTER TABLE `review`
  ADD CONSTRAINT `REVIEW_ENTITY_ID_REVIEW_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `review_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `REVIEW_STATUS_ID_REVIEW_STATUS_STATUS_ID` FOREIGN KEY (`status_id`) REFERENCES `review_status` (`status_id`) ON DELETE NO ACTION;

ALTER TABLE `review_detail`
  ADD CONSTRAINT `REVIEW_DETAIL_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE SET NULL,
  ADD CONSTRAINT `REVIEW_DETAIL_REVIEW_ID_REVIEW_REVIEW_ID` FOREIGN KEY (`review_id`) REFERENCES `review` (`review_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `REVIEW_DETAIL_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL;

ALTER TABLE `review_entity_summary`
  ADD CONSTRAINT `REVIEW_ENTITY_SUMMARY_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `review_store`
  ADD CONSTRAINT `REVIEW_STORE_REVIEW_ID_REVIEW_REVIEW_ID` FOREIGN KEY (`review_id`) REFERENCES `review` (`review_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `REVIEW_STORE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `sales_bestsellers_aggregated_daily`
  ADD CONSTRAINT `SALES_BESTSELLERS_AGGREGATED_DAILY_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `sales_bestsellers_aggregated_monthly`
  ADD CONSTRAINT `SALES_BESTSELLERS_AGGREGATED_MONTHLY_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `sales_bestsellers_aggregated_yearly`
  ADD CONSTRAINT `SALES_BESTSELLERS_AGGREGATED_YEARLY_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `sales_creditmemo`
  ADD CONSTRAINT `SALES_CREDITMEMO_ORDER_ID_SALES_ORDER_ENTITY_ID` FOREIGN KEY (`order_id`) REFERENCES `sales_order` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `SALES_CREDITMEMO_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL;

ALTER TABLE `sales_creditmemo_comment`
  ADD CONSTRAINT `SALES_CREDITMEMO_COMMENT_PARENT_ID_SALES_CREDITMEMO_ENTITY_ID` FOREIGN KEY (`parent_id`) REFERENCES `sales_creditmemo` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `sales_creditmemo_item`
  ADD CONSTRAINT `SALES_CREDITMEMO_ITEM_PARENT_ID_SALES_CREDITMEMO_ENTITY_ID` FOREIGN KEY (`parent_id`) REFERENCES `sales_creditmemo` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `sales_invoice`
  ADD CONSTRAINT `SALES_INVOICE_ORDER_ID_SALES_ORDER_ENTITY_ID` FOREIGN KEY (`order_id`) REFERENCES `sales_order` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `SALES_INVOICE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL;

ALTER TABLE `sales_invoice_comment`
  ADD CONSTRAINT `SALES_INVOICE_COMMENT_PARENT_ID_SALES_INVOICE_ENTITY_ID` FOREIGN KEY (`parent_id`) REFERENCES `sales_invoice` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `sales_invoice_item`
  ADD CONSTRAINT `SALES_INVOICE_ITEM_PARENT_ID_SALES_INVOICE_ENTITY_ID` FOREIGN KEY (`parent_id`) REFERENCES `sales_invoice` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `sales_invoiced_aggregated`
  ADD CONSTRAINT `SALES_INVOICED_AGGREGATED_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL;

ALTER TABLE `sales_invoiced_aggregated_order`
  ADD CONSTRAINT `SALES_INVOICED_AGGREGATED_ORDER_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL;

ALTER TABLE `sales_order`
  ADD CONSTRAINT `SALES_ORDER_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE SET NULL,
  ADD CONSTRAINT `SALES_ORDER_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL;

ALTER TABLE `sales_order_address`
  ADD CONSTRAINT `SALES_ORDER_ADDRESS_PARENT_ID_SALES_ORDER_ENTITY_ID` FOREIGN KEY (`parent_id`) REFERENCES `sales_order` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `sales_order_aggregated_created`
  ADD CONSTRAINT `SALES_ORDER_AGGREGATED_CREATED_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL;

ALTER TABLE `sales_order_aggregated_updated`
  ADD CONSTRAINT `SALES_ORDER_AGGREGATED_UPDATED_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL;

ALTER TABLE `sales_order_item`
  ADD CONSTRAINT `SALES_ORDER_ITEM_ORDER_ID_SALES_ORDER_ENTITY_ID` FOREIGN KEY (`order_id`) REFERENCES `sales_order` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `SALES_ORDER_ITEM_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL;

ALTER TABLE `sales_order_payment`
  ADD CONSTRAINT `SALES_ORDER_PAYMENT_PARENT_ID_SALES_ORDER_ENTITY_ID` FOREIGN KEY (`parent_id`) REFERENCES `sales_order` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `sales_order_status_history`
  ADD CONSTRAINT `SALES_ORDER_STATUS_HISTORY_PARENT_ID_SALES_ORDER_ENTITY_ID` FOREIGN KEY (`parent_id`) REFERENCES `sales_order` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `sales_order_status_label`
  ADD CONSTRAINT `SALES_ORDER_STATUS_LABEL_STATUS_SALES_ORDER_STATUS_STATUS` FOREIGN KEY (`status`) REFERENCES `sales_order_status` (`status`) ON DELETE CASCADE,
  ADD CONSTRAINT `SALES_ORDER_STATUS_LABEL_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `sales_order_status_state`
  ADD CONSTRAINT `SALES_ORDER_STATUS_STATE_STATUS_SALES_ORDER_STATUS_STATUS` FOREIGN KEY (`status`) REFERENCES `sales_order_status` (`status`) ON DELETE CASCADE;

ALTER TABLE `sales_order_tax_item`
  ADD CONSTRAINT `SALES_ORDER_TAX_ITEM_ASSOCIATED_ITEM_ID_SALES_ORDER_ITEM_ITEM_ID` FOREIGN KEY (`associated_item_id`) REFERENCES `sales_order_item` (`item_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `SALES_ORDER_TAX_ITEM_ITEM_ID_SALES_ORDER_ITEM_ITEM_ID` FOREIGN KEY (`item_id`) REFERENCES `sales_order_item` (`item_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `SALES_ORDER_TAX_ITEM_TAX_ID_SALES_ORDER_TAX_TAX_ID` FOREIGN KEY (`tax_id`) REFERENCES `sales_order_tax` (`tax_id`) ON DELETE CASCADE;

ALTER TABLE `sales_payment_transaction`
  ADD CONSTRAINT `FK_B99FF1A06402D725EBDB0F3A7ECD47A2` FOREIGN KEY (`parent_id`) REFERENCES `sales_payment_transaction` (`transaction_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `SALES_PAYMENT_TRANSACTION_ORDER_ID_SALES_ORDER_ENTITY_ID` FOREIGN KEY (`order_id`) REFERENCES `sales_order` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `SALES_PAYMENT_TRANSACTION_PAYMENT_ID_SALES_ORDER_PAYMENT_ENTT_ID` FOREIGN KEY (`payment_id`) REFERENCES `sales_order_payment` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `sales_refunded_aggregated`
  ADD CONSTRAINT `SALES_REFUNDED_AGGREGATED_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL;

ALTER TABLE `sales_refunded_aggregated_order`
  ADD CONSTRAINT `SALES_REFUNDED_AGGREGATED_ORDER_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL;

ALTER TABLE `sales_sequence_profile`
  ADD CONSTRAINT `SALES_SEQUENCE_PROFILE_META_ID_SALES_SEQUENCE_META_META_ID` FOREIGN KEY (`meta_id`) REFERENCES `sales_sequence_meta` (`meta_id`) ON DELETE CASCADE;

ALTER TABLE `sales_shipment`
  ADD CONSTRAINT `SALES_SHIPMENT_ORDER_ID_SALES_ORDER_ENTITY_ID` FOREIGN KEY (`order_id`) REFERENCES `sales_order` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `SALES_SHIPMENT_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL;

ALTER TABLE `sales_shipment_comment`
  ADD CONSTRAINT `SALES_SHIPMENT_COMMENT_PARENT_ID_SALES_SHIPMENT_ENTITY_ID` FOREIGN KEY (`parent_id`) REFERENCES `sales_shipment` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `sales_shipment_item`
  ADD CONSTRAINT `SALES_SHIPMENT_ITEM_PARENT_ID_SALES_SHIPMENT_ENTITY_ID` FOREIGN KEY (`parent_id`) REFERENCES `sales_shipment` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `sales_shipment_track`
  ADD CONSTRAINT `SALES_SHIPMENT_TRACK_PARENT_ID_SALES_SHIPMENT_ENTITY_ID` FOREIGN KEY (`parent_id`) REFERENCES `sales_shipment` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `sales_shipping_aggregated`
  ADD CONSTRAINT `SALES_SHIPPING_AGGREGATED_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL;

ALTER TABLE `sales_shipping_aggregated_order`
  ADD CONSTRAINT `SALES_SHIPPING_AGGREGATED_ORDER_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL;

ALTER TABLE `salesrule_coupon`
  ADD CONSTRAINT `SALESRULE_COUPON_RULE_ID_SALESRULE_RULE_ID` FOREIGN KEY (`rule_id`) REFERENCES `salesrule` (`rule_id`) ON DELETE CASCADE;

ALTER TABLE `salesrule_coupon_aggregated`
  ADD CONSTRAINT `SALESRULE_COUPON_AGGREGATED_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `salesrule_coupon_aggregated_order`
  ADD CONSTRAINT `SALESRULE_COUPON_AGGREGATED_ORDER_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `salesrule_coupon_aggregated_updated`
  ADD CONSTRAINT `SALESRULE_COUPON_AGGREGATED_UPDATED_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `salesrule_coupon_usage`
  ADD CONSTRAINT `SALESRULE_COUPON_USAGE_COUPON_ID_SALESRULE_COUPON_COUPON_ID` FOREIGN KEY (`coupon_id`) REFERENCES `salesrule_coupon` (`coupon_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `SALESRULE_COUPON_USAGE_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `salesrule_customer`
  ADD CONSTRAINT `SALESRULE_CUSTOMER_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `SALESRULE_CUSTOMER_RULE_ID_SALESRULE_RULE_ID` FOREIGN KEY (`rule_id`) REFERENCES `salesrule` (`rule_id`) ON DELETE CASCADE;

ALTER TABLE `salesrule_customer_group`
  ADD CONSTRAINT `SALESRULE_CSTR_GROUP_CSTR_GROUP_ID_CSTR_GROUP_CSTR_GROUP_ID` FOREIGN KEY (`customer_group_id`) REFERENCES `customer_group` (`customer_group_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `SALESRULE_CUSTOMER_GROUP_RULE_ID_SALESRULE_RULE_ID` FOREIGN KEY (`rule_id`) REFERENCES `salesrule` (`rule_id`) ON DELETE CASCADE;

ALTER TABLE `salesrule_label`
  ADD CONSTRAINT `SALESRULE_LABEL_RULE_ID_SALESRULE_RULE_ID` FOREIGN KEY (`rule_id`) REFERENCES `salesrule` (`rule_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `SALESRULE_LABEL_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `salesrule_product_attribute`
  ADD CONSTRAINT `SALESRULE_PRD_ATTR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `SALESRULE_PRD_ATTR_CSTR_GROUP_ID_CSTR_GROUP_CSTR_GROUP_ID` FOREIGN KEY (`customer_group_id`) REFERENCES `customer_group` (`customer_group_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `SALESRULE_PRODUCT_ATTRIBUTE_RULE_ID_SALESRULE_RULE_ID` FOREIGN KEY (`rule_id`) REFERENCES `salesrule` (`rule_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `SALESRULE_PRODUCT_ATTRIBUTE_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE;

ALTER TABLE `salesrule_website`
  ADD CONSTRAINT `SALESRULE_WEBSITE_RULE_ID_SALESRULE_RULE_ID` FOREIGN KEY (`rule_id`) REFERENCES `salesrule` (`rule_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `SALESRULE_WEBSITE_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE;

ALTER TABLE `search_query`
  ADD CONSTRAINT `SEARCH_QUERY_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `search_synonyms`
  ADD CONSTRAINT `SEARCH_SYNONYMS_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `SEARCH_SYNONYMS_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE;

ALTER TABLE `signifyd_case`
  ADD CONSTRAINT `SIGNIFYD_CASE_ORDER_ID_SALES_ORDER_ENTITY_ID` FOREIGN KEY (`order_id`) REFERENCES `sales_order` (`entity_id`) ON DELETE SET NULL;

ALTER TABLE `sitemap`
  ADD CONSTRAINT `SITEMAP_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `social_login_provider`
  ADD CONSTRAINT `SOCIAL_LOGIN_PROVIDER_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `store`
  ADD CONSTRAINT `STORE_GROUP_ID_STORE_GROUP_GROUP_ID` FOREIGN KEY (`group_id`) REFERENCES `store_group` (`group_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `STORE_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE;

ALTER TABLE `store_group`
  ADD CONSTRAINT `STORE_GROUP_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE;

ALTER TABLE `tax_calculation`
  ADD CONSTRAINT `TAX_CALCULATION_CUSTOMER_TAX_CLASS_ID_TAX_CLASS_CLASS_ID` FOREIGN KEY (`customer_tax_class_id`) REFERENCES `tax_class` (`class_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `TAX_CALCULATION_PRODUCT_TAX_CLASS_ID_TAX_CLASS_CLASS_ID` FOREIGN KEY (`product_tax_class_id`) REFERENCES `tax_class` (`class_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `TAX_CALC_TAX_CALC_RATE_ID_TAX_CALC_RATE_TAX_CALC_RATE_ID` FOREIGN KEY (`tax_calculation_rate_id`) REFERENCES `tax_calculation_rate` (`tax_calculation_rate_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `TAX_CALC_TAX_CALC_RULE_ID_TAX_CALC_RULE_TAX_CALC_RULE_ID` FOREIGN KEY (`tax_calculation_rule_id`) REFERENCES `tax_calculation_rule` (`tax_calculation_rule_id`) ON DELETE CASCADE;

ALTER TABLE `tax_calculation_rate_title`
  ADD CONSTRAINT `FK_37FB965F786AD5897BB3AE90470C42AB` FOREIGN KEY (`tax_calculation_rate_id`) REFERENCES `tax_calculation_rate` (`tax_calculation_rate_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `TAX_CALCULATION_RATE_TITLE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `tax_order_aggregated_created`
  ADD CONSTRAINT `TAX_ORDER_AGGREGATED_CREATED_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `tax_order_aggregated_updated`
  ADD CONSTRAINT `TAX_ORDER_AGGREGATED_UPDATED_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `temando_checkout_address`
  ADD CONSTRAINT `TEMANDO_CHKT_ADDR_SHPP_ADDR_ID_QUOTE_ADDR_ADDR_ID` FOREIGN KEY (`shipping_address_id`) REFERENCES `quote_address` (`address_id`) ON DELETE CASCADE;

ALTER TABLE `temando_order`
  ADD CONSTRAINT `TEMANDO_ORDER_ORDER_ID_SALES_ORDER_ENTITY_ID` FOREIGN KEY (`order_id`) REFERENCES `sales_order` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `temando_shipment`
  ADD CONSTRAINT `TEMANDO_SHIPMENT_SHIPMENT_ID_SALES_SHIPMENT_ENTITY_ID` FOREIGN KEY (`shipment_id`) REFERENCES `sales_shipment` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `theme_file`
  ADD CONSTRAINT `THEME_FILE_THEME_ID_THEME_THEME_ID` FOREIGN KEY (`theme_id`) REFERENCES `theme` (`theme_id`) ON DELETE CASCADE;

ALTER TABLE `tm_blog_category_store`
  ADD CONSTRAINT `TM_BLOG_CATEGORY_STORE_CATEGORY_ID_TM_BLOG_CATEGORY_CATEGORY_ID` FOREIGN KEY (`category_id`) REFERENCES `tm_blog_category` (`category_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `TM_BLOG_CATEGORY_STORE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `tm_blog_comment`
  ADD CONSTRAINT `TM_BLOG_COMMENT_POST_ID_TM_BLOG_POST_POST_ID` FOREIGN KEY (`post_id`) REFERENCES `tm_blog_post` (`post_id`) ON DELETE CASCADE;

ALTER TABLE `tm_blog_post_category`
  ADD CONSTRAINT `TM_BLOG_POST_CATEGORY_CATEGORY_ID_TM_BLOG_CATEGORY_CATEGORY_ID` FOREIGN KEY (`category_id`) REFERENCES `tm_blog_category` (`category_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `TM_BLOG_POST_CATEGORY_POST_ID_TM_BLOG_POST_POST_ID` FOREIGN KEY (`post_id`) REFERENCES `tm_blog_post` (`post_id`) ON DELETE CASCADE;

ALTER TABLE `tm_blog_post_related_post`
  ADD CONSTRAINT `TM_BLOG_POST_RELATED_POST_POST_ID_TM_BLOG_POST_POST_ID` FOREIGN KEY (`post_id`) REFERENCES `tm_blog_post` (`post_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `TM_BLOG_POST_RELATED_POST_RELATED_ID_TM_BLOG_POST_POST_ID` FOREIGN KEY (`related_id`) REFERENCES `tm_blog_post` (`post_id`) ON DELETE CASCADE;

ALTER TABLE `tm_blog_post_related_product`
  ADD CONSTRAINT `TM_BLOG_POST_RELATED_PRD_RELATED_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`related_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `TM_BLOG_POST_RELATED_PRODUCT_POST_ID_TM_BLOG_POST_POST_ID` FOREIGN KEY (`post_id`) REFERENCES `tm_blog_post` (`post_id`) ON DELETE CASCADE;

ALTER TABLE `tm_blog_post_store`
  ADD CONSTRAINT `TM_BLOG_POST_STORE_POST_ID_TM_BLOG_POST_POST_ID` FOREIGN KEY (`post_id`) REFERENCES `tm_blog_post` (`post_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `TM_BLOG_POST_STORE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `tm_brand_product`
  ADD CONSTRAINT `TM_BRAND_PRODUCT_BRAND_ID_TM_BRAND_BRAND_ID` FOREIGN KEY (`brand_id`) REFERENCES `tm_brand` (`brand_id`) ON DELETE CASCADE;

ALTER TABLE `tm_brand_purchased`
  ADD CONSTRAINT `TM_BRAND_PURCHASED_BRAND_ID_TM_BRAND_BRAND_ID` FOREIGN KEY (`brand_id`) REFERENCES `tm_brand` (`brand_id`) ON DELETE CASCADE;

ALTER TABLE `translation`
  ADD CONSTRAINT `TRANSLATION_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE;

ALTER TABLE `ui_bookmark`
  ADD CONSTRAINT `UI_BOOKMARK_USER_ID_ADMIN_USER_USER_ID` FOREIGN KEY (`user_id`) REFERENCES `admin_user` (`user_id`) ON DELETE CASCADE;

ALTER TABLE `variable_value`
  ADD CONSTRAINT `VARIABLE_VALUE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `VARIABLE_VALUE_VARIABLE_ID_VARIABLE_VARIABLE_ID` FOREIGN KEY (`variable_id`) REFERENCES `variable` (`variable_id`) ON DELETE CASCADE;

ALTER TABLE `vault_payment_token`
  ADD CONSTRAINT `VAULT_PAYMENT_TOKEN_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `vault_payment_token_order_payment_link`
  ADD CONSTRAINT `FK_4ED894655446D385894580BECA993862` FOREIGN KEY (`payment_token_id`) REFERENCES `vault_payment_token` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `FK_CF37B9D854256534BE23C818F6291CA2` FOREIGN KEY (`order_payment_id`) REFERENCES `sales_order_payment` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `weee_tax`
  ADD CONSTRAINT `WEEE_TAX_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `WEEE_TAX_COUNTRY_DIRECTORY_COUNTRY_COUNTRY_ID` FOREIGN KEY (`country`) REFERENCES `directory_country` (`country_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `WEEE_TAX_ENTITY_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `WEEE_TAX_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE;

ALTER TABLE `widget_instance`
  ADD CONSTRAINT `WIDGET_INSTANCE_THEME_ID_THEME_THEME_ID` FOREIGN KEY (`theme_id`) REFERENCES `theme` (`theme_id`) ON DELETE CASCADE;

ALTER TABLE `widget_instance_page`
  ADD CONSTRAINT `WIDGET_INSTANCE_PAGE_INSTANCE_ID_WIDGET_INSTANCE_INSTANCE_ID` FOREIGN KEY (`instance_id`) REFERENCES `widget_instance` (`instance_id`) ON DELETE CASCADE;

ALTER TABLE `widget_instance_page_layout`
  ADD CONSTRAINT `WIDGET_INSTANCE_PAGE_LAYOUT_PAGE_ID_WIDGET_INSTANCE_PAGE_PAGE_ID` FOREIGN KEY (`page_id`) REFERENCES `widget_instance_page` (`page_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `WIDGET_INSTANCE_PAGE_LYT_LYT_UPDATE_ID_LYT_UPDATE_LYT_UPDATE_ID` FOREIGN KEY (`layout_update_id`) REFERENCES `layout_update` (`layout_update_id`) ON DELETE CASCADE;

ALTER TABLE `wishlist`
  ADD CONSTRAINT `WISHLIST_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE;

ALTER TABLE `wishlist_item`
  ADD CONSTRAINT `WISHLIST_ITEM_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,
  ADD CONSTRAINT `WISHLIST_ITEM_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL,
  ADD CONSTRAINT `WISHLIST_ITEM_WISHLIST_ID_WISHLIST_WISHLIST_ID` FOREIGN KEY (`wishlist_id`) REFERENCES `wishlist` (`wishlist_id`) ON DELETE CASCADE;

ALTER TABLE `wishlist_item_option`
  ADD CONSTRAINT `FK_A014B30B04B72DD0EAB3EECD779728D6` FOREIGN KEY (`wishlist_item_id`) REFERENCES `wishlist_item` (`wishlist_item_id`) ON DELETE CASCADE;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; 
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!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 */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2018-01-19 15:05:35 GMT