| Current Path : /home/saintape/public_html/shop/ |
| Current File : /home/saintape/public_html/shop/saintape_magento_live.sql |
-- MySQL dump 10.13 Distrib 5.6.38, for Linux (x86_64)
--
-- Host: localhost Database: saintape_magento
-- ------------------------------------------------------
-- Server version 5.6.38
/*!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 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `ADMIN_PASSWORDS_USER_ID_ADMIN_USER_USER_ID` FOREIGN KEY (`user_id`) REFERENCES `admin_user` (`user_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Admin Passwords';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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,'e6d6745aaa9aca55052c94f1db6c8a15d92f9e1f786f20ffacfcc89f565bd430:FMqopYmFoUxsualb5VNf6PiGiHN8bZWJ:1',0,1520861588),(2,2,'c4cb6964f0202725c8b13fe1598141d23b29ce9601a927aeac57ac50f3f75cf7:vK0TlmTN4NecsXSOOQUYcyZJwiOxA7TR:1',0,1520862891),(3,3,'fcf62252dcfad405b59af66ee56404e6cc3a25e8a044d230ad3aed0d7c072250:2fiKtmBLEO0RVr7tPhh0yngD8r8fudTA:1',0,1521476414);
/*!40000 ALTER TABLE `admin_passwords` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `admin_system_messages`
--
DROP TABLE IF EXISTS `admin_system_messages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 ('b5b5de0a0651791ec61cdd9636a7e87b',2,'2018-03-26 14:58:02');
/*!40000 ALTER TABLE `admin_system_messages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `admin_user`
--
DROP TABLE IF EXISTS `admin_user`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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=4 DEFAULT CHARSET=utf8 COMMENT='Admin User Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `admin_user`
--
LOCK TABLES `admin_user` WRITE;
/*!40000 ALTER TABLE `admin_user` DISABLE KEYS */;
INSERT INTO `admin_user` VALUES (1,'lpswjc','lpswjc','dennis@flirtcreativity.com','lpswjc','e6d6745aaa9aca55052c94f1db6c8a15d92f9e1f786f20ffacfcc89f565bd430:FMqopYmFoUxsualb5VNf6PiGiHN8bZWJ:1','2018-03-12 13:33:08','2018-04-11 07:35:16','2018-04-11 07:35:16',71,0,1,'{\"configState\":{\"general_country\":\"1\",\"general_locale\":\"1\",\"contact_contact\":\"1\",\"contact_email\":\"1\",\"customer_create_account\":\"1\",\"customer_online_customers\":\"1\",\"customer_account_information\":\"1\",\"wishlist_general\":\"1\",\"wishlist_email\":\"1\",\"wishlist_wishlist_link\":\"1\",\"customer_account_share\":\"1\",\"customer_address\":\"1\",\"currency_options\":\"1\",\"trans_email_ident_general\":\"1\",\"cms_wysiwyg\":\"1\",\"general_region\":\"1\",\"general_store_information\":\"1\",\"general_single_store_mode\":\"1\",\"web_cookie\":\"1\",\"web_default\":\"1\",\"web_secure\":\"1\",\"web_unsecure\":\"1\",\"web_seo\":\"1\",\"web_url\":\"0\",\"web_browser_capabilities\":\"1\",\"trans_email_ident_sales\":\"1\",\"trans_email_ident_support\":\"1\",\"trans_email_ident_custom1\":\"1\",\"trans_email_ident_custom2\":\"1\",\"catalog_fields_masks\":\"0\",\"catalog_frontend\":\"1\",\"catalog_review\":\"0\",\"catalog_productalert\":\"0\",\"catalog_productalert_cron\":\"0\",\"catalog_placeholder\":\"0\",\"catalog_recently_products\":\"0\",\"catalog_product_video\":\"0\",\"catalog_price\":\"0\",\"catalog_layered_navigation\":\"0\",\"catalog_seo\":\"0\",\"catalog_navigation\":\"0\",\"catalog_search\":\"0\",\"catalog_downloadable\":\"0\",\"catalog_custom_options\":\"0\",\"web_session\":\"1\",\"multisafepay_connect\":\"1\",\"gateways_ideal\":\"0\",\"gateways_klarnainvoice\":\"0\",\"gateways_dotpay\":\"0\",\"gateways_eps\":\"0\",\"gateways_ferbuy\":\"0\",\"gateways_ing\":\"0\",\"gateways_belfius\":\"0\",\"gateways_alipay\":\"0\",\"gateways_kbc\":\"0\",\"gateways_trustpay\":\"0\",\"gateways_paypalmsp\":\"0\",\"gateways_betaalplan\":\"0\",\"gateways_einvoice\":\"0\",\"gateways_creditcard\":\"0\",\"gateways_betaalnaontvangst\":\"0\",\"gateways_directdebit\":\"0\",\"gateways_americanexpress\":\"0\",\"gateways_bancontact\":\"0\",\"gateways_maestro\":\"0\",\"gateways_sofort\":\"0\",\"gateways_mspbanktransfer\":\"0\",\"gateways_giropay\":\"0\",\"gateways_mastercard\":\"0\",\"gateways_visa\":\"0\",\"gateways_paysafecard\":\"0\",\"fastcheckout_fastcheckout\":\"0\",\"dev_front_end_development_workflow\":\"0\",\"dev_restrict\":\"0\",\"dev_template\":\"0\",\"dev_debug\":\"0\",\"dev_translate_inline\":\"0\",\"dev_css\":\"1\",\"dev_image\":\"0\",\"dev_static\":\"0\",\"dev_grid\":\"0\",\"checkout_options\":\"1\",\"checkout_cart\":\"1\",\"checkout_cart_link\":\"0\",\"clean_checkout_general\":\"1\",\"clean_checkout_cleanup\":\"1\",\"clean_checkout_shipping\":\"1\",\"clean_checkout_field_order\":\"1\",\"clean_checkout_auto_complete\":\"1\",\"clean_checkout_social_login\":\"1\",\"clean_checkout_back_to_store\":\"1\",\"clean_checkout_newsletter\":\"1\",\"clean_checkout_geo_ip\":\"1\",\"clean_checkout_colors\":\"1\",\"sales_totals_sort\":\"0\",\"sales_reorder\":\"0\",\"sales_identity\":\"0\",\"sales_minimum_order\":\"0\",\"sales_orders\":\"0\",\"sales_email_general\":\"0\",\"sales_email_order\":\"1\",\"checkout_payment_failed\":\"1\",\"sales_pdf_shipment\":\"1\",\"sales_pdf_invoice\":\"1\",\"sales_pdf_creditmemo\":\"1\",\"multishipping_options\":\"1\",\"google_analytics\":\"1\",\"google_adwords\":\"1\",\"customer_password\":\"1\",\"cataloginventory_options\":\"1\",\"cataloginventory_item_options\":\"1\",\"dev_js\":\"1\",\"sales_email_order_comment\":\"1\",\"sales_email_invoice\":\"1\",\"sales_email_shipment\":\"1\",\"sales_email_shipment_comment\":\"1\",\"sales_email_creditmemo\":\"1\",\"sales_email_creditmemo_comment\":\"1\",\"sales_email_invoice_comment\":\"0\",\"apptrian_facebookpixel_general\":\"1\",\"admin_url\":\"1\",\"admin_startup\":\"1\",\"admin_emails\":\"1\",\"admin_security\":\"1\"}}',NULL,NULL,'en_US',0,NULL,NULL,NULL),(2,'Erik','van Rijn','evrijn@gmail.com','evrijn','c4cb6964f0202725c8b13fe1598141d23b29ce9601a927aeac57ac50f3f75cf7:vK0TlmTN4NecsXSOOQUYcyZJwiOxA7TR:1','2018-03-12 13:54:51','2018-03-24 13:18:18','2018-03-24 13:18:18',12,0,1,'{\"configState\":{\"catalog_frontend\":\"1\",\"cataloginventory_options\":\"1\",\"cataloginventory_item_options\":\"1\",\"sales_email_general\":\"1\",\"sales_email_order\":\"1\",\"sales_email_order_comment\":\"1\",\"sales_email_invoice\":\"0\",\"sales_email_invoice_comment\":\"0\",\"sales_email_shipment\":\"0\",\"sales_email_shipment_comment\":\"0\",\"sales_email_creditmemo\":\"0\",\"sales_email_creditmemo_comment\":\"0\"}}',NULL,NULL,'en_US',0,NULL,NULL,NULL),(3,'Frank','Uyt den Bogaard','frank@flirtcreativity.com','frankuB','fcf62252dcfad405b59af66ee56404e6cc3a25e8a044d230ad3aed0d7c072250:2fiKtmBLEO0RVr7tPhh0yngD8r8fudTA:1','2018-03-19 16:20:14','2018-04-09 07:33:45','2018-04-09 07:33:45',20,0,1,'{\"configState\":{\"sales_email_order\":\"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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `ADMIN_USER_SESSION_USER_ID_ADMIN_USER_USER_ID` FOREIGN KEY (`user_id`) REFERENCES `admin_user` (`user_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=104 DEFAULT CHARSET=utf8 COMMENT='Admin User sessions table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 (102,'ib7shaeuvsqvu213rh8oq30jp7',1,1,'2018-04-10 13:21:41','2018-04-10 13:28:59','89.255.52.169'),(103,'b6v296vf3l10oor01m00qsmem5',1,1,'2018-04-11 07:35:17','2018-04-11 07:36:59','89.255.52.169');
/*!40000 ALTER TABLE `admin_user_session` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `adminnotification_inbox`
--
DROP TABLE IF EXISTS `adminnotification_inbox`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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=2 DEFAULT CHARSET=utf8 COMMENT='Adminnotification Inbox';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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,'2018-04-09 05:04:15','Take Steps to Protect Your Site ','Our goal is to help you deliver the highest level of security to your Magento site. \n\nYou now have access to a security scan tool that enables you to regularly monitor your sites and receive updates regarding known security risks, malware, and unauthorized access. It provides over 30 security tests to identify potential vulnerabilities, such as missing Magento patches, configuration issues, and failure to follow security best practices. Please be sure to set your site up for security scanning – activation is quick and easy. Access today in your Magento account.\n\nYou should also visit our Security Center which provides alerts around potential issues as well as best practices to help you protect your site against issues, such as brute force attacks. Brute-force password guessing attacks continue to target Magento Open Source (formerly Community Edition) sites worldwide and we have published an article that explains multiple actions you can take to protect your site from such attacks. In some cases, these attacks have resulted in unauthorized administrative access, so it is important to implement these recommendations.\n\nTo visit the Magento Security Center:\nwww.magento.com/security\n\nTo view steps you can take to protect against issues like brute force, go to:\nwww.magento.com/security/best-practices/5-immediate-actions-protect-against-brute-force-attacks','https://magento.com/security/best-practices/5-immediate-actions-protect-against-brute-force-attacks',0,0);
/*!40000 ALTER TABLE `adminnotification_inbox` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `authorization_role`
--
DROP TABLE IF EXISTS `authorization_role`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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=17 DEFAULT CHARSET=utf8 COMMENT='Admin Role Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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','lpswjc'),(4,2,2,0,'U',2,'2','Erik'),(11,0,1,0,'U',8,'1','18'),(12,2,2,0,'U',3,'2','Frank'),(16,0,1,0,'U',12,'1','112');
/*!40000 ALTER TABLE `authorization_role` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `authorization_rule`
--
DROP TABLE IF EXISTS `authorization_rule`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `AUTHORIZATION_RULE_ROLE_ID_AUTHORIZATION_ROLE_ROLE_ID` FOREIGN KEY (`role_id`) REFERENCES `authorization_role` (`role_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=7860 DEFAULT CHARSET=utf8 COMMENT='Admin Rule Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `authorization_rule`
--
LOCK TABLES `authorization_rule` WRITE;
/*!40000 ALTER TABLE `authorization_rule` DISABLE KEYS */;
INSERT INTO `authorization_rule` VALUES (455,2,'Magento_Backend::all',NULL,'allow'),(4845,11,'Magento_Backend::all',NULL,'deny'),(4846,11,'Magento_Backend::admin',NULL,'allow'),(4847,11,'Magento_Backend::dashboard',NULL,'deny'),(4848,11,'Magento_Analytics::analytics',NULL,'allow'),(4849,11,'Magento_Analytics::analytics_api',NULL,'allow'),(4850,11,'Magento_Sales::sales',NULL,'deny'),(4851,11,'Magento_Sales::sales_operation',NULL,'deny'),(4852,11,'Magento_Sales::sales_order',NULL,'deny'),(4853,11,'Magento_Sales::actions',NULL,'deny'),(4854,11,'Magento_Sales::create',NULL,'deny'),(4855,11,'Magento_Sales::actions_view',NULL,'deny'),(4856,11,'Magento_Sales::email',NULL,'deny'),(4857,11,'Magento_Sales::reorder',NULL,'deny'),(4858,11,'Magento_Sales::actions_edit',NULL,'deny'),(4859,11,'Magento_Sales::cancel',NULL,'deny'),(4860,11,'Magento_Sales::review_payment',NULL,'deny'),(4861,11,'Magento_Sales::capture',NULL,'deny'),(4862,11,'Magento_Sales::invoice',NULL,'deny'),(4863,11,'Magento_Sales::creditmemo',NULL,'deny'),(4864,11,'Magento_Sales::hold',NULL,'deny'),(4865,11,'Magento_Sales::unhold',NULL,'deny'),(4866,11,'Magento_Sales::ship',NULL,'deny'),(4867,11,'Magento_Sales::comment',NULL,'deny'),(4868,11,'Magento_Sales::emails',NULL,'deny'),(4869,11,'Magento_Sales::sales_invoice',NULL,'deny'),(4870,11,'Magento_Sales::shipment',NULL,'deny'),(4871,11,'Temando_Shipping::dispatches',NULL,'deny'),(4872,11,'Magento_Sales::sales_creditmemo',NULL,'deny'),(4873,11,'Magento_Paypal::billing_agreement',NULL,'deny'),(4874,11,'Magento_Paypal::billing_agreement_actions',NULL,'deny'),(4875,11,'Magento_Paypal::billing_agreement_actions_view',NULL,'deny'),(4876,11,'Magento_Paypal::actions_manage',NULL,'deny'),(4877,11,'Magento_Paypal::use',NULL,'deny'),(4878,11,'Magento_Sales::transactions',NULL,'deny'),(4879,11,'Magento_Sales::transactions_fetch',NULL,'deny'),(4880,11,'Magento_Catalog::catalog',NULL,'deny'),(4881,11,'Magento_Catalog::catalog_inventory',NULL,'deny'),(4882,11,'Magento_Catalog::products',NULL,'deny'),(4883,11,'Magento_Catalog::categories',NULL,'deny'),(4884,11,'Magento_Customer::customer',NULL,'deny'),(4885,11,'Magento_Customer::manage',NULL,'deny'),(4886,11,'Magento_Customer::online',NULL,'deny'),(4887,11,'Magento_Cart::cart',NULL,'deny'),(4888,11,'Magento_Cart::manage',NULL,'deny'),(4889,11,'Magento_Backend::myaccount',NULL,'deny'),(4890,11,'Magento_Backend::marketing',NULL,'deny'),(4891,11,'Magento_CatalogRule::promo',NULL,'deny'),(4892,11,'Magento_CatalogRule::promo_catalog',NULL,'deny'),(4893,11,'Magento_SalesRule::quote',NULL,'deny'),(4894,11,'Dotdigitalgroup_Email::automation',NULL,'deny'),(4895,11,'Dotdigitalgroup_Email::automation_studio',NULL,'deny'),(4896,11,'Dotdigitalgroup_Email::exclusion_rules',NULL,'deny'),(4897,11,'Magento_Backend::marketing_communications',NULL,'deny'),(4898,11,'Magento_Email::template',NULL,'deny'),(4899,11,'Magento_Newsletter::template',NULL,'deny'),(4900,11,'Magento_Newsletter::queue',NULL,'deny'),(4901,11,'Magento_Newsletter::subscriber',NULL,'deny'),(4902,11,'Magento_Backend::marketing_seo',NULL,'deny'),(4903,11,'Magento_Search::search',NULL,'deny'),(4904,11,'Magento_Search::synonyms',NULL,'deny'),(4905,11,'Magento_UrlRewrite::urlrewrite',NULL,'deny'),(4906,11,'Magento_Sitemap::sitemap',NULL,'deny'),(4907,11,'Magento_Backend::marketing_user_content',NULL,'deny'),(4908,11,'Magento_Review::reviews_all',NULL,'deny'),(4909,11,'Magento_Review::pending',NULL,'deny'),(4910,11,'Magento_Backend::content',NULL,'deny'),(4911,11,'Magento_Backend::content_elements',NULL,'deny'),(4912,11,'Magento_Cms::page',NULL,'deny'),(4913,11,'Magento_Cms::save',NULL,'deny'),(4914,11,'Magento_Cms::page_delete',NULL,'deny'),(4915,11,'Magento_Cms::block',NULL,'deny'),(4916,11,'Magento_Widget::widget_instance',NULL,'deny'),(4917,11,'Magento_Cms::media_gallery',NULL,'deny'),(4918,11,'Magento_Backend::design',NULL,'deny'),(4919,11,'Magento_Theme::theme',NULL,'deny'),(4920,11,'Magento_Backend::schedule',NULL,'deny'),(4921,11,'Magento_Backend::content_translation',NULL,'deny'),(4922,11,'Magento_Reports::report',NULL,'deny'),(4923,11,'Dotdigitalgroup_Email::reports',NULL,'deny'),(4924,11,'Dotdigitalgroup_Email::contact',NULL,'deny'),(4925,11,'Dotdigitalgroup_Email::order',NULL,'deny'),(4926,11,'Dotdigitalgroup_Email::review',NULL,'deny'),(4927,11,'Dotdigitalgroup_Email::wishlist',NULL,'deny'),(4928,11,'Dotdigitalgroup_Email::catalog',NULL,'deny'),(4929,11,'Dotdigitalgroup_Email::importer',NULL,'deny'),(4930,11,'Dotdigitalgroup_Email::campaign',NULL,'deny'),(4931,11,'Dotdigitalgroup_Email::cron',NULL,'deny'),(4932,11,'Dotdigitalgroup_Email::dashboard',NULL,'deny'),(4933,11,'Dotdigitalgroup_Email::automation_enrollment',NULL,'deny'),(4934,11,'Dotdigitalgroup_Email::logviewer',NULL,'deny'),(4935,11,'Magento_Reports::report_marketing',NULL,'deny'),(4936,11,'Magento_Reports::shopcart',NULL,'deny'),(4937,11,'Magento_Reports::product',NULL,'deny'),(4938,11,'Magento_Reports::abandoned',NULL,'deny'),(4939,11,'Magento_Reports::report_search',NULL,'deny'),(4940,11,'Magento_Newsletter::problem',NULL,'deny'),(4941,11,'Magento_Reports::review',NULL,'deny'),(4942,11,'Magento_Reports::review_customer',NULL,'deny'),(4943,11,'Magento_Reports::review_product',NULL,'deny'),(4944,11,'Magento_Reports::salesroot',NULL,'deny'),(4945,11,'Magento_Reports::salesroot_sales',NULL,'deny'),(4946,11,'Magento_Reports::tax',NULL,'deny'),(4947,11,'Magento_Reports::invoiced',NULL,'deny'),(4948,11,'Magento_Reports::shipping',NULL,'deny'),(4949,11,'Magento_Reports::refunded',NULL,'deny'),(4950,11,'Magento_Reports::coupons',NULL,'deny'),(4951,11,'Magento_Paypal::paypal_settlement_reports',NULL,'deny'),(4952,11,'Magento_Paypal::paypal_settlement_reports_view',NULL,'deny'),(4953,11,'Magento_Paypal::fetch',NULL,'deny'),(4954,11,'Magento_Braintree::settlement_report',NULL,'deny'),(4955,11,'Magento_Reports::customers',NULL,'deny'),(4956,11,'Magento_Reports::totals',NULL,'deny'),(4957,11,'Magento_Reports::customers_orders',NULL,'deny'),(4958,11,'Magento_Reports::accounts',NULL,'deny'),(4959,11,'Magento_Reports::report_products',NULL,'deny'),(4960,11,'Magento_Reports::viewed',NULL,'deny'),(4961,11,'Magento_Reports::bestsellers',NULL,'deny'),(4962,11,'Magento_Reports::lowstock',NULL,'deny'),(4963,11,'Magento_Reports::sold',NULL,'deny'),(4964,11,'Magento_Reports::downloads',NULL,'deny'),(4965,11,'Magento_Reports::statistics',NULL,'deny'),(4966,11,'Magento_Reports::statistics_refresh',NULL,'deny'),(4967,11,'Magento_Analytics::business_intelligence',NULL,'deny'),(4968,11,'Magento_Analytics::advanced_reporting',NULL,'deny'),(4969,11,'Magento_Analytics::bi_essentials',NULL,'deny'),(4970,11,'Magento_Backend::stores',NULL,'deny'),(4971,11,'Magento_Backend::stores_settings',NULL,'deny'),(4972,11,'Magento_Backend::store',NULL,'deny'),(4973,11,'Magento_Config::config',NULL,'deny'),(4974,11,'MultiSafepay_Connect::fastcheckout',NULL,'deny'),(4975,11,'Magento_Cms::config_cms',NULL,'deny'),(4976,11,'Magento_GoogleAnalytics::google',NULL,'deny'),(4977,11,'Magento_Downloadable::downloadable',NULL,'deny'),(4978,11,'Magento_Sales::fraud_protection',NULL,'deny'),(4979,11,'Magento_Newsletter::newsletter',NULL,'deny'),(4980,11,'Magento_Contact::contact',NULL,'deny'),(4981,11,'Magento_CatalogInventory::cataloginventory',NULL,'deny'),(4982,11,'Magento_Payment::payment_services',NULL,'deny'),(4983,11,'Magento_Payment::payment',NULL,'deny'),(4984,11,'Magento_Catalog::config_catalog',NULL,'deny'),(4985,11,'Magento_CatalogSearch::config_catalog_search',NULL,'deny'),(4986,11,'Dotdigitalgroup_Email::config',NULL,'deny'),(4987,11,'MultiSafepay_Connect::connect',NULL,'deny'),(4988,11,'MultiSafepay_Connect::gateways',NULL,'deny'),(4989,11,'MultiSafepay_Connect::giftcards',NULL,'deny'),(4990,11,'Magento_Shipping::carriers',NULL,'deny'),(4991,11,'Magento_Shipping::shipping_policy',NULL,'deny'),(4992,11,'Magento_Shipping::config_shipping',NULL,'deny'),(4993,11,'Magento_Multishipping::config_multishipping',NULL,'deny'),(4994,11,'Magento_Config::config_general',NULL,'deny'),(4995,11,'Magento_Config::web',NULL,'deny'),(4996,11,'Magento_Config::config_design',NULL,'deny'),(4997,11,'Magento_Customer::config_customer',NULL,'deny'),(4998,11,'Magento_Paypal::paypal',NULL,'deny'),(4999,11,'Magento_Tax::config_tax',NULL,'deny'),(5000,11,'Magento_Checkout::checkout',NULL,'deny'),(5001,11,'Magento_Persistent::persistent',NULL,'deny'),(5002,11,'Magento_Sales::config_sales',NULL,'deny'),(5003,11,'Magento_Sales::sales_email',NULL,'deny'),(5004,11,'Magento_Sales::sales_pdf',NULL,'deny'),(5005,11,'Magento_Reports::reports',NULL,'deny'),(5006,11,'Magento_Sitemap::config_sitemap',NULL,'deny'),(5007,11,'Magento_Wishlist::config_wishlist',NULL,'deny'),(5008,11,'Magento_Config::config_system',NULL,'deny'),(5009,11,'Magento_Config::advanced',NULL,'deny'),(5010,11,'Magento_SalesRule::config_promo',NULL,'deny'),(5011,11,'Magento_Config::config_admin',NULL,'deny'),(5012,11,'Magento_Config::trans_email',NULL,'deny'),(5013,11,'Magento_Config::dev',NULL,'deny'),(5014,11,'Magento_Config::currency',NULL,'deny'),(5015,11,'Magento_Rss::rss',NULL,'deny'),(5016,11,'Magento_Config::sendfriend',NULL,'deny'),(5017,11,'Magento_Analytics::analytics_settings',NULL,'deny'),(5018,11,'Magento_NewRelicReporting::config_newrelicreporting',NULL,'deny'),(5019,11,'Magento_CheckoutAgreements::checkoutagreement',NULL,'deny'),(5020,11,'Magento_Sales::order_statuses',NULL,'deny'),(5021,11,'Temando_Shipping::shipping',NULL,'deny'),(5022,11,'Temando_Shipping::carriers',NULL,'deny'),(5023,11,'Temando_Shipping::locations',NULL,'deny'),(5024,11,'Temando_Shipping::packaging',NULL,'deny'),(5025,11,'Magento_Tax::manage_tax',NULL,'deny'),(5026,11,'Magento_CurrencySymbol::system_currency',NULL,'deny'),(5027,11,'Magento_CurrencySymbol::currency_rates',NULL,'deny'),(5028,11,'Magento_CurrencySymbol::symbols',NULL,'deny'),(5029,11,'Magento_Backend::stores_attributes',NULL,'deny'),(5030,11,'Magento_Catalog::attributes_attributes',NULL,'deny'),(5031,11,'Magento_Catalog::update_attributes',NULL,'deny'),(5032,11,'Magento_Catalog::sets',NULL,'deny'),(5033,11,'Magento_Review::ratings',NULL,'deny'),(5034,11,'Magento_Swatches::iframe',NULL,'deny'),(5035,11,'Magento_Backend::stores_other_settings',NULL,'deny'),(5036,11,'Magento_Customer::group',NULL,'deny'),(5037,11,'Magento_Backend::system',NULL,'deny'),(5038,11,'Magento_Backend::convert',NULL,'deny'),(5039,11,'Magento_ImportExport::import',NULL,'deny'),(5040,11,'Magento_ImportExport::export',NULL,'deny'),(5041,11,'Magento_TaxImportExport::import_export',NULL,'deny'),(5042,11,'Magento_ImportExport::history',NULL,'deny'),(5043,11,'Magento_Backend::extensions',NULL,'deny'),(5044,11,'Magento_Backend::local',NULL,'deny'),(5045,11,'Magento_Backend::custom',NULL,'deny'),(5046,11,'Magento_Backend::tools',NULL,'deny'),(5047,11,'Magento_Backend::cache',NULL,'deny'),(5048,11,'Magento_Backend::main_actions',NULL,'deny'),(5049,11,'Magento_Backend::flush_cache_storage',NULL,'deny'),(5050,11,'Magento_Backend::flush_magento_cache',NULL,'deny'),(5051,11,'Magento_Backend::mass_actions',NULL,'deny'),(5052,11,'Magento_Backend::toggling_cache_type',NULL,'deny'),(5053,11,'Magento_Backend::refresh_cache_type',NULL,'deny'),(5054,11,'Magento_Backend::additional_cache_management',NULL,'deny'),(5055,11,'Magento_Backend::flush_catalog_images',NULL,'deny'),(5056,11,'Magento_Backend::flush_js_css',NULL,'deny'),(5057,11,'Magento_Backend::flush_static_files',NULL,'deny'),(5058,11,'Magento_Backend::setup_wizard',NULL,'deny'),(5059,11,'Magento_Backup::backup',NULL,'deny'),(5060,11,'Magento_Backup::rollback',NULL,'deny'),(5061,11,'Magento_Indexer::index',NULL,'deny'),(5062,11,'Magento_Indexer::changeMode',NULL,'deny'),(5063,11,'Magento_User::acl',NULL,'deny'),(5064,11,'Magento_User::acl_users',NULL,'deny'),(5065,11,'Magento_User::locks',NULL,'deny'),(5066,11,'Magento_User::acl_roles',NULL,'deny'),(5067,11,'Magento_Backend::system_other_settings',NULL,'deny'),(5068,11,'Magento_AdminNotification::adminnotification',NULL,'deny'),(5069,11,'Magento_AdminNotification::show_toolbar',NULL,'deny'),(5070,11,'Magento_AdminNotification::show_list',NULL,'deny'),(5071,11,'Magento_AdminNotification::mark_as_read',NULL,'deny'),(5072,11,'Magento_AdminNotification::adminnotification_remove',NULL,'deny'),(5073,11,'Magento_Variable::variable',NULL,'deny'),(5074,11,'Magento_EncryptionKey::crypt_key',NULL,'deny'),(5075,11,'Magento_Backend::global_search',NULL,'deny'),(7628,16,'Magento_Backend::all',NULL,'deny'),(7629,16,'Magento_Backend::admin',NULL,'allow'),(7630,16,'Magento_Backend::dashboard',NULL,'deny'),(7631,16,'Magento_Analytics::analytics',NULL,'deny'),(7632,16,'Magento_Analytics::analytics_api',NULL,'deny'),(7633,16,'Magento_Sales::sales',NULL,'deny'),(7634,16,'Magento_Sales::sales_operation',NULL,'deny'),(7635,16,'Magento_Sales::sales_order',NULL,'deny'),(7636,16,'Magento_Sales::actions',NULL,'deny'),(7637,16,'Magento_Sales::create',NULL,'deny'),(7638,16,'Magento_Sales::actions_view',NULL,'deny'),(7639,16,'Magento_Sales::email',NULL,'deny'),(7640,16,'Magento_Sales::reorder',NULL,'deny'),(7641,16,'Magento_Sales::actions_edit',NULL,'deny'),(7642,16,'Magento_Sales::cancel',NULL,'deny'),(7643,16,'Magento_Sales::review_payment',NULL,'deny'),(7644,16,'Magento_Sales::capture',NULL,'deny'),(7645,16,'Magento_Sales::invoice',NULL,'deny'),(7646,16,'Magento_Sales::creditmemo',NULL,'deny'),(7647,16,'Magento_Sales::hold',NULL,'deny'),(7648,16,'Magento_Sales::unhold',NULL,'deny'),(7649,16,'Magento_Sales::ship',NULL,'deny'),(7650,16,'Magento_Sales::comment',NULL,'deny'),(7651,16,'Magento_Sales::emails',NULL,'deny'),(7652,16,'Magento_Sales::sales_invoice',NULL,'deny'),(7653,16,'Magento_Sales::shipment',NULL,'deny'),(7654,16,'Temando_Shipping::dispatches',NULL,'deny'),(7655,16,'Magento_Sales::sales_creditmemo',NULL,'deny'),(7656,16,'Magento_Paypal::billing_agreement',NULL,'deny'),(7657,16,'Magento_Paypal::billing_agreement_actions',NULL,'deny'),(7658,16,'Magento_Paypal::billing_agreement_actions_view',NULL,'deny'),(7659,16,'Magento_Paypal::actions_manage',NULL,'deny'),(7660,16,'Magento_Paypal::use',NULL,'deny'),(7661,16,'Magento_Sales::transactions',NULL,'deny'),(7662,16,'Magento_Sales::transactions_fetch',NULL,'deny'),(7663,16,'Magento_Catalog::catalog',NULL,'allow'),(7664,16,'Magento_Catalog::catalog_inventory',NULL,'allow'),(7665,16,'Magento_Catalog::products',NULL,'allow'),(7666,16,'Magento_Catalog::categories',NULL,'deny'),(7667,16,'Magento_Customer::customer',NULL,'deny'),(7668,16,'Magento_Customer::manage',NULL,'deny'),(7669,16,'Magento_Customer::online',NULL,'deny'),(7670,16,'Magento_Cart::cart',NULL,'deny'),(7671,16,'Magento_Cart::manage',NULL,'deny'),(7672,16,'Magento_Backend::myaccount',NULL,'deny'),(7673,16,'Magento_Backend::marketing',NULL,'deny'),(7674,16,'Magento_CatalogRule::promo',NULL,'deny'),(7675,16,'Magento_CatalogRule::promo_catalog',NULL,'deny'),(7676,16,'Magento_SalesRule::quote',NULL,'deny'),(7677,16,'Dotdigitalgroup_Email::automation',NULL,'deny'),(7678,16,'Dotdigitalgroup_Email::automation_studio',NULL,'deny'),(7679,16,'Dotdigitalgroup_Email::exclusion_rules',NULL,'deny'),(7680,16,'Magento_Backend::marketing_communications',NULL,'deny'),(7681,16,'Magento_Email::template',NULL,'deny'),(7682,16,'Magento_Newsletter::template',NULL,'deny'),(7683,16,'Magento_Newsletter::queue',NULL,'deny'),(7684,16,'Magento_Newsletter::subscriber',NULL,'deny'),(7685,16,'Magento_Backend::marketing_seo',NULL,'deny'),(7686,16,'Magento_Search::search',NULL,'deny'),(7687,16,'Magento_Search::synonyms',NULL,'deny'),(7688,16,'Magento_UrlRewrite::urlrewrite',NULL,'deny'),(7689,16,'Magento_Sitemap::sitemap',NULL,'deny'),(7690,16,'Magento_Backend::marketing_user_content',NULL,'deny'),(7691,16,'Magento_Review::reviews_all',NULL,'deny'),(7692,16,'Magento_Review::pending',NULL,'deny'),(7693,16,'Magento_Backend::content',NULL,'deny'),(7694,16,'Magento_Backend::content_elements',NULL,'deny'),(7695,16,'Magento_Cms::page',NULL,'deny'),(7696,16,'Magento_Cms::save',NULL,'deny'),(7697,16,'Magento_Cms::page_delete',NULL,'deny'),(7698,16,'Magento_Cms::block',NULL,'deny'),(7699,16,'Magento_Widget::widget_instance',NULL,'deny'),(7700,16,'Magento_Cms::media_gallery',NULL,'deny'),(7701,16,'Magento_Backend::design',NULL,'deny'),(7702,16,'Magento_Theme::theme',NULL,'deny'),(7703,16,'Magento_Backend::schedule',NULL,'deny'),(7704,16,'Magento_Backend::content_translation',NULL,'deny'),(7705,16,'Magento_Reports::report',NULL,'deny'),(7706,16,'Dotdigitalgroup_Email::reports',NULL,'deny'),(7707,16,'Dotdigitalgroup_Email::contact',NULL,'deny'),(7708,16,'Dotdigitalgroup_Email::order',NULL,'deny'),(7709,16,'Dotdigitalgroup_Email::review',NULL,'deny'),(7710,16,'Dotdigitalgroup_Email::wishlist',NULL,'deny'),(7711,16,'Dotdigitalgroup_Email::catalog',NULL,'deny'),(7712,16,'Dotdigitalgroup_Email::importer',NULL,'deny'),(7713,16,'Dotdigitalgroup_Email::campaign',NULL,'deny'),(7714,16,'Dotdigitalgroup_Email::cron',NULL,'deny'),(7715,16,'Dotdigitalgroup_Email::dashboard',NULL,'deny'),(7716,16,'Dotdigitalgroup_Email::automation_enrollment',NULL,'deny'),(7717,16,'Dotdigitalgroup_Email::logviewer',NULL,'deny'),(7718,16,'Magento_Reports::report_marketing',NULL,'deny'),(7719,16,'Magento_Reports::shopcart',NULL,'deny'),(7720,16,'Magento_Reports::product',NULL,'deny'),(7721,16,'Magento_Reports::abandoned',NULL,'deny'),(7722,16,'Magento_Reports::report_search',NULL,'deny'),(7723,16,'Magento_Newsletter::problem',NULL,'deny'),(7724,16,'Magento_Reports::review',NULL,'deny'),(7725,16,'Magento_Reports::review_customer',NULL,'deny'),(7726,16,'Magento_Reports::review_product',NULL,'deny'),(7727,16,'Magento_Reports::salesroot',NULL,'deny'),(7728,16,'Magento_Reports::salesroot_sales',NULL,'deny'),(7729,16,'Magento_Reports::tax',NULL,'deny'),(7730,16,'Magento_Reports::invoiced',NULL,'deny'),(7731,16,'Magento_Reports::shipping',NULL,'deny'),(7732,16,'Magento_Reports::refunded',NULL,'deny'),(7733,16,'Magento_Reports::coupons',NULL,'deny'),(7734,16,'Magento_Paypal::paypal_settlement_reports',NULL,'deny'),(7735,16,'Magento_Paypal::paypal_settlement_reports_view',NULL,'deny'),(7736,16,'Magento_Paypal::fetch',NULL,'deny'),(7737,16,'Magento_Braintree::settlement_report',NULL,'deny'),(7738,16,'Magento_Reports::customers',NULL,'deny'),(7739,16,'Magento_Reports::totals',NULL,'deny'),(7740,16,'Magento_Reports::customers_orders',NULL,'deny'),(7741,16,'Magento_Reports::accounts',NULL,'deny'),(7742,16,'Magento_Reports::report_products',NULL,'deny'),(7743,16,'Magento_Reports::viewed',NULL,'deny'),(7744,16,'Magento_Reports::bestsellers',NULL,'deny'),(7745,16,'Magento_Reports::lowstock',NULL,'deny'),(7746,16,'Magento_Reports::sold',NULL,'deny'),(7747,16,'Magento_Reports::downloads',NULL,'deny'),(7748,16,'Magento_Reports::statistics',NULL,'deny'),(7749,16,'Magento_Reports::statistics_refresh',NULL,'deny'),(7750,16,'Magento_Analytics::business_intelligence',NULL,'deny'),(7751,16,'Magento_Analytics::advanced_reporting',NULL,'deny'),(7752,16,'Magento_Analytics::bi_essentials',NULL,'deny'),(7753,16,'Magento_Backend::stores',NULL,'allow'),(7754,16,'Magento_Backend::stores_settings',NULL,'allow'),(7755,16,'Magento_Backend::store',NULL,'allow'),(7756,16,'Magento_Config::config',NULL,'deny'),(7757,16,'MultiSafepay_Connect::fastcheckout',NULL,'deny'),(7758,16,'Magento_Payment::payment',NULL,'deny'),(7759,16,'MultiSafepay_Connect::giftcards',NULL,'deny'),(7760,16,'MultiSafepay_Connect::gateways',NULL,'deny'),(7761,16,'MultiSafepay_Connect::connect',NULL,'deny'),(7762,16,'Dotdigitalgroup_Email::config',NULL,'deny'),(7763,16,'Magento_Sales::fraud_protection',NULL,'deny'),(7764,16,'Magento_GoogleAnalytics::google',NULL,'deny'),(7765,16,'Magento_Newsletter::newsletter',NULL,'deny'),(7766,16,'Magento_Contact::contact',NULL,'deny'),(7767,16,'Magento_CatalogInventory::cataloginventory',NULL,'deny'),(7768,16,'Magento_Payment::payment_services',NULL,'deny'),(7769,16,'Magento_Downloadable::downloadable',NULL,'deny'),(7770,16,'Magento_Catalog::config_catalog',NULL,'deny'),(7771,16,'Magento_CatalogSearch::config_catalog_search',NULL,'deny'),(7772,16,'Magento_Cms::config_cms',NULL,'deny'),(7773,16,'Magento_Shipping::carriers',NULL,'deny'),(7774,16,'Magento_Shipping::shipping_policy',NULL,'deny'),(7775,16,'Magento_Shipping::config_shipping',NULL,'deny'),(7776,16,'Magento_Multishipping::config_multishipping',NULL,'deny'),(7777,16,'Apptrian_FacebookPixel::config_system',NULL,'deny'),(7778,16,'Magento_Config::config_general',NULL,'deny'),(7779,16,'Magento_Config::web',NULL,'deny'),(7780,16,'Magento_Config::config_design',NULL,'deny'),(7781,16,'Magento_Paypal::paypal',NULL,'deny'),(7782,16,'Magento_Customer::config_customer',NULL,'deny'),(7783,16,'Magento_Tax::config_tax',NULL,'deny'),(7784,16,'Magento_Checkout::checkout',NULL,'deny'),(7785,16,'Magento_Sales::config_sales',NULL,'deny'),(7786,16,'Magento_Persistent::persistent',NULL,'deny'),(7787,16,'Magento_Sales::sales_email',NULL,'deny'),(7788,16,'Magento_Sales::sales_pdf',NULL,'deny'),(7789,16,'Magento_Reports::reports',NULL,'deny'),(7790,16,'Magento_Sitemap::config_sitemap',NULL,'deny'),(7791,16,'Magento_Wishlist::config_wishlist',NULL,'deny'),(7792,16,'Magento_Config::config_system',NULL,'deny'),(7793,16,'Magento_SalesRule::config_promo',NULL,'deny'),(7794,16,'Magento_Config::advanced',NULL,'deny'),(7795,16,'Magento_Config::config_admin',NULL,'deny'),(7796,16,'Magento_Config::trans_email',NULL,'deny'),(7797,16,'Magento_Config::dev',NULL,'deny'),(7798,16,'Magento_Config::currency',NULL,'deny'),(7799,16,'Magento_Rss::rss',NULL,'deny'),(7800,16,'Magento_Config::sendfriend',NULL,'deny'),(7801,16,'Magento_Analytics::analytics_settings',NULL,'deny'),(7802,16,'Magento_NewRelicReporting::config_newrelicreporting',NULL,'deny'),(7803,16,'Magento_CheckoutAgreements::checkoutagreement',NULL,'deny'),(7804,16,'Magento_Sales::order_statuses',NULL,'deny'),(7805,16,'Temando_Shipping::shipping',NULL,'deny'),(7806,16,'Temando_Shipping::carriers',NULL,'deny'),(7807,16,'Temando_Shipping::locations',NULL,'deny'),(7808,16,'Temando_Shipping::packaging',NULL,'deny'),(7809,16,'Magento_Tax::manage_tax',NULL,'deny'),(7810,16,'Magento_CurrencySymbol::system_currency',NULL,'deny'),(7811,16,'Magento_CurrencySymbol::currency_rates',NULL,'deny'),(7812,16,'Magento_CurrencySymbol::symbols',NULL,'deny'),(7813,16,'Magento_Backend::stores_attributes',NULL,'deny'),(7814,16,'Magento_Catalog::attributes_attributes',NULL,'deny'),(7815,16,'Magento_Catalog::update_attributes',NULL,'deny'),(7816,16,'Magento_Catalog::sets',NULL,'deny'),(7817,16,'Magento_Review::ratings',NULL,'deny'),(7818,16,'Magento_Swatches::iframe',NULL,'deny'),(7819,16,'Magento_Backend::stores_other_settings',NULL,'deny'),(7820,16,'Magento_Customer::group',NULL,'deny'),(7821,16,'Magento_Backend::system',NULL,'deny'),(7822,16,'Magento_Backend::convert',NULL,'deny'),(7823,16,'Magento_ImportExport::import',NULL,'deny'),(7824,16,'Magento_ImportExport::export',NULL,'deny'),(7825,16,'Magento_TaxImportExport::import_export',NULL,'deny'),(7826,16,'Magento_ImportExport::history',NULL,'deny'),(7827,16,'Magento_Backend::extensions',NULL,'deny'),(7828,16,'Magento_Backend::local',NULL,'deny'),(7829,16,'Magento_Backend::custom',NULL,'deny'),(7830,16,'Magento_Backend::tools',NULL,'deny'),(7831,16,'Magento_Backend::cache',NULL,'deny'),(7832,16,'Magento_Backend::main_actions',NULL,'deny'),(7833,16,'Magento_Backend::flush_cache_storage',NULL,'deny'),(7834,16,'Magento_Backend::flush_magento_cache',NULL,'deny'),(7835,16,'Magento_Backend::mass_actions',NULL,'deny'),(7836,16,'Magento_Backend::toggling_cache_type',NULL,'deny'),(7837,16,'Magento_Backend::refresh_cache_type',NULL,'deny'),(7838,16,'Magento_Backend::additional_cache_management',NULL,'deny'),(7839,16,'Magento_Backend::flush_catalog_images',NULL,'deny'),(7840,16,'Magento_Backend::flush_js_css',NULL,'deny'),(7841,16,'Magento_Backend::flush_static_files',NULL,'deny'),(7842,16,'Magento_Backend::setup_wizard',NULL,'deny'),(7843,16,'Magento_Backup::backup',NULL,'deny'),(7844,16,'Magento_Backup::rollback',NULL,'deny'),(7845,16,'Magento_Indexer::index',NULL,'deny'),(7846,16,'Magento_Indexer::changeMode',NULL,'deny'),(7847,16,'Magento_User::acl',NULL,'deny'),(7848,16,'Magento_User::acl_users',NULL,'deny'),(7849,16,'Magento_User::locks',NULL,'deny'),(7850,16,'Magento_User::acl_roles',NULL,'deny'),(7851,16,'Magento_Backend::system_other_settings',NULL,'deny'),(7852,16,'Magento_AdminNotification::adminnotification',NULL,'deny'),(7853,16,'Magento_AdminNotification::show_toolbar',NULL,'deny'),(7854,16,'Magento_AdminNotification::show_list',NULL,'deny'),(7855,16,'Magento_AdminNotification::mark_as_read',NULL,'deny'),(7856,16,'Magento_AdminNotification::adminnotification_remove',NULL,'deny'),(7857,16,'Magento_Variable::variable',NULL,'deny'),(7858,16,'Magento_EncryptionKey::crypt_key',NULL,'deny'),(7859,16,'Magento_Backend::global_search',NULL,'deny');
/*!40000 ALTER TABLE `authorization_rule` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cache`
--
DROP TABLE IF EXISTS `cache`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cache`
--
LOCK TABLES `cache` WRITE;
/*!40000 ALTER TABLE `cache` DISABLE KEYS */;
/*!40000 ALTER TABLE `cache` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cache_tag`
--
DROP TABLE IF EXISTS `cache_tag`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cache_tag`
--
LOCK TABLES `cache_tag` WRITE;
/*!40000 ALTER TABLE `cache_tag` DISABLE KEYS */;
/*!40000 ALTER TABLE `cache_tag` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `captcha_log`
--
DROP TABLE IF EXISTS `captcha_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `captcha_log`
--
LOCK TABLES `captcha_log` WRITE;
/*!40000 ALTER TABLE `captcha_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `captcha_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_category_entity`
--
DROP TABLE IF EXISTS `catalog_category_entity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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=30 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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,'2018-03-12 13:33:05','2018-03-15 14:41:53','1',0,0,14),(2,3,1,'2018-03-12 13:33:05','2018-03-15 14:41:53','1/2',1,1,13),(3,3,2,'2018-03-12 21:26:51','2018-03-28 07:37:08','1/2/3',1,2,6),(4,3,3,'2018-03-12 21:26:51','2018-03-30 16:07:16','1/2/3/4',1,3,0),(5,3,2,'2018-03-12 21:26:51','2018-03-28 14:06:40','1/2/5',2,2,5),(6,3,5,'2018-03-12 21:26:51','2018-03-16 10:45:31','1/2/5/6',1,3,0),(7,3,3,'2018-03-12 21:26:51','2018-03-16 10:44:57','1/2/3/7',2,3,0),(8,3,5,'2018-03-12 21:26:51','2018-03-15 14:42:10','1/2/5/8',2,3,0),(9,3,3,'2018-03-12 21:26:51','2018-03-15 14:45:25','1/2/3/9',3,3,0),(10,3,5,'2018-03-12 21:26:51','2018-03-15 14:42:24','1/2/5/10',3,3,0),(11,3,3,'2018-03-12 21:26:51','2018-03-15 14:45:33','1/2/3/11',4,3,0),(12,3,3,'2018-03-12 21:26:51','2018-03-20 14:51:46','1/2/3/12',5,3,0),(14,3,3,'2018-03-12 21:26:51','2018-03-15 14:45:50','1/2/3/14',6,3,-1),(17,3,5,'2018-03-12 21:26:51','2018-03-15 14:42:37','1/2/5/17',4,3,-1),(20,3,5,'2018-03-12 21:26:52','2018-03-15 14:44:52','1/2/5/20',5,3,0),(28,3,5,'2018-03-14 20:28:58','2018-03-15 14:45:03','1/2/5/28',6,3,0),(29,3,3,'2018-03-14 20:32:10','2018-03-16 10:44:28','1/2/3/29',7,3,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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CATALOG_CATEGORY_ENTITY_DATETIME_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_CTGR_ENTT_DTIME_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
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
) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Datetime Attribute Backend Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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,8,NULL),(2,62,0,8,NULL),(3,61,0,10,NULL),(4,62,0,10,NULL),(5,61,0,17,NULL),(6,62,0,17,NULL),(7,61,0,20,NULL),(8,62,0,20,NULL),(9,61,0,28,NULL),(10,62,0,28,NULL),(11,61,0,7,NULL),(12,62,0,7,NULL),(13,61,0,9,NULL),(14,62,0,9,NULL),(15,61,0,11,NULL),(16,62,0,11,NULL),(19,61,0,14,NULL),(20,62,0,14,NULL),(21,61,0,29,NULL),(22,62,0,29,NULL),(23,61,0,4,NULL),(24,62,0,4,NULL),(25,61,0,6,NULL),(26,62,0,6,NULL),(27,61,0,3,NULL),(28,62,0,3,NULL),(29,61,0,5,NULL),(30,62,0,5,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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CATALOG_CATEGORY_ENTITY_DECIMAL_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_CTGR_ENTT_DEC_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Category Decimal Attribute Backend Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_entity_decimal`
--
LOCK TABLES `catalog_category_entity_decimal` WRITE;
/*!40000 ALTER TABLE `catalog_category_entity_decimal` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_category_entity_decimal` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_category_entity_int`
--
DROP TABLE IF EXISTS `catalog_category_entity_int`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CATALOG_CATEGORY_ENTITY_INT_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_CTGR_ENTT_INT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
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
) ENGINE=InnoDB AUTO_INCREMENT=130 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Integer Attribute Backend Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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,46,0,4,1),(8,54,0,4,1),(9,69,0,4,1),(10,46,0,5,1),(11,54,0,5,1),(12,69,0,5,1),(13,46,0,6,1),(14,54,0,6,1),(15,69,0,6,1),(16,46,0,7,1),(17,54,0,7,1),(18,69,0,7,1),(19,46,0,8,1),(20,54,0,8,1),(21,69,0,8,1),(22,46,0,9,1),(23,54,0,9,1),(24,69,0,9,1),(25,46,0,10,1),(26,54,0,10,1),(27,69,0,10,1),(28,46,0,11,1),(29,54,0,11,1),(30,69,0,11,1),(31,46,0,12,1),(32,54,0,12,1),(33,69,0,12,1),(37,46,0,14,1),(38,54,0,14,1),(39,69,0,14,1),(46,46,0,17,1),(47,54,0,17,1),(48,69,0,17,1),(55,46,0,20,1),(56,54,0,20,1),(57,69,0,20,1),(79,46,0,28,1),(80,54,0,28,1),(81,69,0,28,1),(82,46,0,29,1),(83,54,0,29,1),(84,69,0,29,1),(85,53,0,8,NULL),(86,70,0,8,0),(87,71,0,8,0),(88,53,0,10,NULL),(89,70,0,10,0),(90,71,0,10,0),(91,53,0,17,NULL),(92,70,0,17,0),(93,71,0,17,0),(94,53,0,20,NULL),(95,70,0,20,0),(96,71,0,20,0),(97,53,0,28,NULL),(98,70,0,28,0),(99,71,0,28,0),(100,53,0,7,NULL),(101,70,0,7,0),(102,71,0,7,0),(103,53,0,9,NULL),(104,70,0,9,0),(105,71,0,9,0),(106,53,0,11,NULL),(107,70,0,11,0),(108,71,0,11,0),(110,70,0,12,0),(111,71,0,12,0),(112,53,0,14,NULL),(113,70,0,14,0),(114,71,0,14,0),(115,53,0,29,NULL),(116,70,0,29,0),(117,71,0,29,0),(118,53,0,4,NULL),(119,70,0,4,0),(120,71,0,4,0),(121,53,0,6,NULL),(122,70,0,6,0),(123,71,0,6,0),(124,53,0,3,NULL),(125,70,0,3,0),(126,71,0,3,0),(127,53,0,5,NULL),(128,70,0,5,0),(129,71,0,5,0);
/*!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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CATALOG_CATEGORY_ENTITY_TEXT_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_CTGR_ENTT_TEXT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
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
) ENGINE=InnoDB AUTO_INCREMENT=61 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Text Attribute Backend Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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,8,NULL),(2,50,0,8,NULL),(3,51,0,8,NULL),(4,64,0,8,NULL),(5,47,0,10,NULL),(6,50,0,10,NULL),(7,51,0,10,NULL),(8,64,0,10,NULL),(9,47,0,17,NULL),(10,50,0,17,NULL),(11,51,0,17,NULL),(12,64,0,17,NULL),(13,47,0,20,NULL),(14,50,0,20,NULL),(15,51,0,20,NULL),(16,64,0,20,NULL),(17,47,0,28,NULL),(18,50,0,28,NULL),(19,51,0,28,NULL),(20,64,0,28,NULL),(21,47,0,7,NULL),(22,50,0,7,NULL),(23,51,0,7,NULL),(24,64,0,7,NULL),(25,47,0,9,NULL),(26,50,0,9,NULL),(27,51,0,9,NULL),(28,64,0,9,NULL),(29,47,0,11,NULL),(30,50,0,11,NULL),(31,51,0,11,NULL),(32,64,0,11,NULL),(37,47,0,14,NULL),(38,50,0,14,NULL),(39,51,0,14,NULL),(40,64,0,14,NULL),(41,47,0,29,NULL),(42,50,0,29,NULL),(43,51,0,29,NULL),(44,64,0,29,NULL),(45,47,0,4,NULL),(46,50,0,4,NULL),(47,51,0,4,NULL),(48,64,0,4,NULL),(49,47,0,6,NULL),(50,50,0,6,NULL),(51,51,0,6,NULL),(52,64,0,6,NULL),(53,47,0,3,NULL),(54,50,0,3,NULL),(55,51,0,3,NULL),(56,64,0,3,NULL),(57,47,0,5,NULL),(58,50,0,5,NULL),(59,51,0,5,NULL),(60,64,0,5,NULL);
/*!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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CATALOG_CATEGORY_ENTITY_VARCHAR_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_CTGR_ENTT_VCHR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
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
) ENGINE=InnoDB AUTO_INCREMENT=169 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Varchar Attribute Backend Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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,'men'),(5,117,0,3,'men'),(6,118,0,3,'men'),(7,45,0,4,'leather jackets'),(8,117,0,4,'leather-jackets'),(9,118,0,4,'men/leather-jackets'),(10,45,0,5,'women'),(11,117,0,5,'women'),(12,118,0,5,'women'),(13,45,0,6,'leather jackets'),(14,117,0,6,'leather-jackets'),(15,118,0,6,'women/leather-jackets'),(16,45,0,7,'sweaters'),(17,117,0,7,'sweater'),(18,118,0,7,'men/sweater'),(19,45,0,8,'sweaters'),(20,117,0,8,'sweater'),(21,118,0,8,'women/sweater'),(22,45,0,9,'t-shirts'),(23,117,0,9,'t-shirt'),(24,118,0,9,'men/t-shirt'),(25,45,0,10,'t-shirts'),(26,117,0,10,'t-shirt'),(27,118,0,10,'women/t-shirt'),(28,45,0,11,'shirts'),(29,117,0,11,'shirt'),(30,118,0,11,'men/shirt'),(31,45,0,12,'jackets'),(32,117,0,12,'jacket'),(33,118,0,12,'men/jacket'),(37,45,0,14,'blazers'),(38,117,0,14,'blazer'),(39,118,0,14,'men/blazer'),(46,45,0,17,'blazers'),(47,117,0,17,'blazer'),(48,118,0,17,'women/blazer'),(55,45,0,20,'jackets'),(56,117,0,20,'jacket'),(57,118,0,20,'women/jacket'),(79,45,0,28,'denims'),(80,117,0,28,'denim'),(81,118,0,28,'women/denim'),(82,45,0,29,'denims'),(83,117,0,29,'denim'),(84,118,0,29,'men/denim'),(86,49,0,8,NULL),(87,52,0,8,'PRODUCTS'),(88,60,0,8,NULL),(89,63,0,8,NULL),(91,49,0,10,NULL),(92,52,0,10,'PRODUCTS'),(93,60,0,10,NULL),(94,63,0,10,NULL),(96,49,0,17,NULL),(97,52,0,17,'PRODUCTS'),(98,60,0,17,NULL),(99,63,0,17,NULL),(101,49,0,20,NULL),(102,52,0,20,'PRODUCTS'),(103,60,0,20,NULL),(104,63,0,20,NULL),(106,49,0,28,NULL),(107,52,0,28,'PRODUCTS'),(108,60,0,28,NULL),(109,63,0,28,NULL),(111,49,0,7,NULL),(112,52,0,7,'PRODUCTS'),(113,60,0,7,NULL),(114,63,0,7,NULL),(116,49,0,9,NULL),(117,52,0,9,'PRODUCTS'),(118,60,0,9,NULL),(119,63,0,9,NULL),(121,49,0,11,NULL),(122,52,0,11,'PRODUCTS'),(123,60,0,11,NULL),(124,63,0,11,NULL),(127,52,0,12,'PRODUCTS'),(131,49,0,14,NULL),(132,52,0,14,'PRODUCTS'),(133,60,0,14,NULL),(134,63,0,14,NULL),(136,49,0,29,NULL),(137,52,0,29,'PRODUCTS'),(138,60,0,29,NULL),(139,63,0,29,NULL),(141,49,0,4,NULL),(142,52,0,4,'PRODUCTS'),(143,60,0,4,NULL),(144,63,0,4,NULL),(148,49,0,6,NULL),(149,52,0,6,'PRODUCTS'),(150,60,0,6,NULL),(151,63,0,6,NULL),(153,48,0,12,NULL),(156,49,0,3,NULL),(157,52,0,3,'PRODUCTS'),(158,60,0,3,NULL),(159,63,0,3,NULL),(163,49,0,5,NULL),(164,52,0,5,'PRODUCTS'),(165,60,0,5,NULL),(166,63,0,5,NULL);
/*!40000 ALTER TABLE `catalog_category_entity_varchar` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_category_product`
--
DROP TABLE IF EXISTS `catalog_category_product`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CAT_CTGR_PRD_CTGR_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`category_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_CTGR_PRD_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=359 DEFAULT CHARSET=utf8 COMMENT='Catalog Product To Category Linkage Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 (279,4,500,0),(280,4,501,5),(281,4,502,1),(282,4,503,3),(283,4,504,2),(284,6,505,0),(285,6,506,0),(286,6,507,0),(287,6,508,0),(288,6,509,0),(289,7,510,4),(290,8,511,1),(291,9,512,1),(292,10,513,1),(293,10,514,1),(294,11,515,1),(295,11,516,1),(296,12,517,1),(298,14,519,1),(299,17,520,1),(300,20,521,1),(301,29,522,20),(302,29,523,20),(303,29,524,20),(304,29,525,20),(305,29,526,20),(306,28,527,1),(307,28,528,1),(308,28,529,1),(309,12,533,1),(327,5,518,8),(328,20,518,0),(329,3,533,4),(330,4,533,4),(331,5,506,0),(332,3,501,14),(333,3,504,2),(334,3,516,5),(335,3,515,6),(336,5,505,1),(337,3,500,0),(338,3,502,1),(339,3,503,3),(340,5,507,4),(341,5,508,3),(342,5,509,2),(343,3,510,7),(344,3,512,8),(345,5,511,5),(346,5,513,6),(347,5,514,7),(348,3,519,9),(349,5,520,9),(350,5,521,10),(351,3,522,11),(352,3,524,12),(353,3,525,13),(354,3,526,14),(355,5,527,11),(356,3,517,10);
/*!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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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,315,0,0,1,4),(2,316,0,0,1,4),(2,317,0,0,1,4),(2,318,0,0,1,4),(2,319,0,0,1,4),(2,320,0,0,1,4),(2,321,0,0,1,4),(2,322,0,0,1,4),(2,323,0,0,1,4),(2,324,0,0,1,4),(2,325,0,0,1,4),(2,326,0,0,1,4),(2,327,0,0,1,4),(2,328,0,0,1,4),(2,329,0,0,1,4),(2,330,0,0,1,4),(2,331,0,0,1,4),(2,332,0,0,1,4),(2,333,0,0,1,4),(2,334,0,0,1,4),(2,335,0,0,1,4),(2,336,0,0,1,4),(2,337,0,0,1,4),(2,338,0,0,1,4),(2,339,0,0,1,4),(2,340,0,0,1,4),(2,341,0,0,1,4),(2,342,0,0,1,4),(2,343,0,0,1,4),(2,344,0,0,1,4),(2,345,0,0,1,4),(2,346,0,0,1,4),(2,347,0,0,1,4),(2,348,0,0,1,4),(2,349,0,0,1,4),(2,350,0,0,1,4),(2,351,0,0,1,4),(2,352,0,0,1,4),(2,353,0,0,1,4),(2,354,0,0,1,4),(2,355,0,0,1,4),(2,356,0,0,1,4),(2,357,0,0,1,4),(2,358,0,0,1,4),(2,359,0,0,1,4),(2,360,0,0,1,4),(2,361,0,0,1,4),(2,362,0,0,1,4),(2,363,0,0,1,4),(2,364,0,0,1,4),(2,365,0,0,1,4),(2,366,0,0,1,4),(2,367,0,0,1,4),(2,368,0,0,1,4),(2,369,0,0,1,4),(2,370,0,0,1,4),(2,371,0,0,1,4),(2,372,0,0,1,4),(2,373,0,0,1,4),(2,374,0,0,1,4),(2,375,0,0,1,4),(2,376,0,0,1,4),(2,377,0,0,1,4),(2,378,0,0,1,4),(2,379,0,0,1,4),(2,380,0,0,1,4),(2,381,0,0,1,4),(2,382,0,0,1,4),(2,383,0,0,1,4),(2,384,0,0,1,4),(2,385,0,0,1,4),(2,386,0,0,1,4),(2,387,0,0,1,4),(2,388,0,0,1,4),(2,389,0,0,1,4),(2,390,0,0,1,4),(2,391,0,0,1,4),(2,392,0,0,1,4),(2,393,0,0,1,4),(2,394,0,0,1,4),(2,395,0,0,1,4),(2,396,0,0,1,4),(2,397,0,0,1,4),(2,398,0,0,1,4),(2,399,0,0,1,4),(2,400,0,0,1,4),(2,401,0,0,1,4),(2,402,0,0,1,4),(2,403,0,0,1,4),(2,404,0,0,1,4),(2,405,0,0,1,4),(2,406,0,0,1,4),(2,407,0,0,1,4),(2,408,0,0,1,4),(2,409,0,0,1,4),(2,410,0,0,1,4),(2,411,0,0,1,4),(2,412,0,0,1,4),(2,413,0,0,1,4),(2,414,0,0,1,4),(2,415,0,0,1,4),(2,416,0,0,1,4),(2,417,0,0,1,4),(2,418,0,0,1,4),(2,419,0,0,1,4),(2,420,0,0,1,4),(2,421,0,0,1,4),(2,422,0,0,1,4),(2,423,0,0,1,4),(2,424,0,0,1,4),(2,425,0,0,1,4),(2,426,0,0,1,4),(2,427,0,0,1,4),(2,428,0,0,1,4),(2,429,0,0,1,4),(2,430,0,0,1,4),(2,431,0,0,1,4),(2,432,0,0,1,4),(2,433,0,0,1,4),(2,434,0,0,1,4),(2,435,0,0,1,4),(2,436,0,0,1,4),(2,437,0,0,1,4),(2,438,0,0,1,4),(2,439,0,0,1,4),(2,440,0,0,1,4),(2,441,0,0,1,4),(2,442,0,0,1,4),(2,443,0,0,1,4),(2,444,0,0,1,4),(2,445,0,0,1,4),(2,446,0,0,1,4),(2,447,0,0,1,4),(2,448,0,0,1,4),(2,449,0,0,1,4),(2,450,0,0,1,4),(2,451,0,0,1,4),(2,452,0,0,1,4),(2,453,0,0,1,4),(2,454,0,0,1,4),(2,455,0,0,1,4),(2,456,0,0,1,4),(2,457,0,0,1,4),(2,458,0,0,1,4),(2,459,0,0,1,4),(2,460,0,0,1,4),(2,461,0,0,1,4),(2,462,0,0,1,4),(2,463,0,0,1,4),(2,464,0,0,1,4),(2,465,0,0,1,4),(2,466,0,0,1,4),(2,467,0,0,1,4),(2,468,0,0,1,4),(2,469,0,0,1,4),(2,470,0,0,1,4),(2,471,0,0,1,4),(2,472,0,0,1,4),(2,473,0,0,1,4),(2,474,0,0,1,4),(2,475,0,0,1,4),(2,476,0,0,1,4),(2,477,0,0,1,4),(2,478,0,0,1,4),(2,479,0,0,1,4),(2,480,0,0,1,4),(2,481,0,0,1,4),(2,482,0,0,1,4),(2,483,0,0,1,4),(2,484,0,0,1,4),(2,485,0,0,1,4),(2,486,0,0,1,4),(2,487,0,0,1,4),(2,488,0,0,1,4),(2,489,0,0,1,4),(2,490,0,0,1,4),(2,491,0,0,1,4),(2,492,0,0,1,4),(2,493,0,0,1,4),(2,494,0,0,1,4),(2,495,0,0,1,4),(2,496,0,0,1,4),(2,497,0,0,1,4),(2,498,0,0,1,4),(2,499,0,0,1,4),(2,530,0,0,1,4),(2,531,0,0,1,4),(2,532,0,0,1,4),(2,500,0,1,1,4),(2,505,0,1,1,4),(2,506,0,1,1,4),(2,507,0,1,1,4),(2,508,0,1,1,4),(2,509,0,1,1,4),(2,502,1,1,1,4),(2,511,1,1,1,4),(2,512,1,1,1,4),(2,513,1,1,1,4),(2,514,1,1,1,4),(2,515,1,1,1,4),(2,516,1,1,1,4),(2,517,1,1,1,4),(2,519,1,1,1,4),(2,520,1,1,1,4),(2,521,1,1,1,4),(2,527,1,1,1,4),(2,533,1,1,1,4),(2,504,2,1,1,4),(2,503,3,1,1,4),(2,510,4,1,1,4),(2,501,5,1,1,4),(2,522,20,1,1,4),(2,524,20,1,1,4),(2,525,20,1,1,4),(2,526,20,1,1,4),(3,500,0,1,1,4),(3,502,1,1,1,4),(3,504,2,1,1,4),(3,503,3,1,1,4),(3,533,4,1,1,4),(3,516,5,1,1,4),(3,515,6,1,1,4),(3,510,7,1,1,4),(3,512,8,1,1,4),(3,519,9,1,1,4),(3,517,10,1,1,4),(3,522,11,1,1,4),(3,524,12,1,1,4),(3,525,13,1,1,4),(3,501,14,1,1,4),(3,526,14,1,1,4),(4,500,0,1,1,4),(4,502,1,1,1,4),(4,504,2,1,1,4),(4,503,3,1,1,4),(4,533,4,1,1,4),(4,501,5,1,1,4),(5,506,0,1,1,4),(5,505,1,1,1,4),(5,509,2,1,1,4),(5,508,3,1,1,4),(5,507,4,1,1,4),(5,511,5,1,1,4),(5,513,6,1,1,4),(5,514,7,1,1,4),(5,520,9,1,1,4),(5,521,10,1,1,4),(5,527,11,1,1,4),(6,505,0,1,1,4),(6,506,0,1,1,4),(6,507,0,1,1,4),(6,508,0,1,1,4),(6,509,0,1,1,4),(7,510,4,1,1,4),(8,511,1,1,1,4),(9,512,1,1,1,4),(10,513,1,1,1,4),(10,514,1,1,1,4),(11,515,1,1,1,4),(11,516,1,1,1,4),(12,517,1,1,1,4),(12,533,1,1,1,4),(14,519,1,1,1,4),(17,520,1,1,1,4),(20,521,1,1,1,4),(28,527,1,1,1,4),(29,522,20,1,1,4),(29,524,20,1,1,4),(29,525,20,1,1,4),(29,526,20,1,1,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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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,315,0,0,1,4),(2,316,0,0,1,4),(2,317,0,0,1,4),(2,318,0,0,1,4),(2,319,0,0,1,4),(2,320,0,0,1,4),(2,321,0,0,1,4),(2,322,0,0,1,4),(2,323,0,0,1,4),(2,324,0,0,1,4),(2,325,0,0,1,4),(2,326,0,0,1,4),(2,327,0,0,1,4),(2,328,0,0,1,4),(2,329,0,0,1,4),(2,330,0,0,1,4),(2,331,0,0,1,4),(2,332,0,0,1,4),(2,333,0,0,1,4),(2,334,0,0,1,4),(2,335,0,0,1,4),(2,336,0,0,1,4),(2,337,0,0,1,4),(2,338,0,0,1,4),(2,339,0,0,1,4),(2,340,0,0,1,4),(2,341,0,0,1,4),(2,342,0,0,1,4),(2,343,0,0,1,4),(2,344,0,0,1,4),(2,345,0,0,1,4),(2,346,0,0,1,4),(2,347,0,0,1,4),(2,348,0,0,1,4),(2,349,0,0,1,4),(2,350,0,0,1,4),(2,351,0,0,1,4),(2,352,0,0,1,4),(2,353,0,0,1,4),(2,354,0,0,1,4),(2,355,0,0,1,4),(2,356,0,0,1,4),(2,357,0,0,1,4),(2,358,0,0,1,4),(2,359,0,0,1,4),(2,360,0,0,1,4),(2,361,0,0,1,4),(2,362,0,0,1,4),(2,363,0,0,1,4),(2,364,0,0,1,4),(2,365,0,0,1,4),(2,366,0,0,1,4),(2,367,0,0,1,4),(2,368,0,0,1,4),(2,369,0,0,1,4),(2,370,0,0,1,4),(2,371,0,0,1,4),(2,372,0,0,1,4),(2,373,0,0,1,4),(2,374,0,0,1,4),(2,375,0,0,1,4),(2,376,0,0,1,4),(2,377,0,0,1,4),(2,378,0,0,1,4),(2,379,0,0,1,4),(2,380,0,0,1,4),(2,381,0,0,1,4),(2,382,0,0,1,4),(2,383,0,0,1,4),(2,384,0,0,1,4),(2,385,0,0,1,4),(2,386,0,0,1,4),(2,387,0,0,1,4),(2,388,0,0,1,4),(2,389,0,0,1,4),(2,390,0,0,1,4),(2,391,0,0,1,4),(2,392,0,0,1,4),(2,393,0,0,1,4),(2,394,0,0,1,4),(2,395,0,0,1,4),(2,396,0,0,1,4),(2,397,0,0,1,4),(2,398,0,0,1,4),(2,399,0,0,1,4),(2,400,0,0,1,4),(2,401,0,0,1,4),(2,402,0,0,1,4),(2,403,0,0,1,4),(2,404,0,0,1,4),(2,405,0,0,1,4),(2,406,0,0,1,4),(2,407,0,0,1,4),(2,408,0,0,1,4),(2,409,0,0,1,4),(2,410,0,0,1,4),(2,411,0,0,1,4),(2,412,0,0,1,4),(2,413,0,0,1,4),(2,414,0,0,1,4),(2,415,0,0,1,4),(2,416,0,0,1,4),(2,417,0,0,1,4),(2,418,0,0,1,4),(2,419,0,0,1,4),(2,420,0,0,1,4),(2,421,0,0,1,4),(2,422,0,0,1,4),(2,423,0,0,1,4),(2,424,0,0,1,4),(2,425,0,0,1,4),(2,426,0,0,1,4),(2,427,0,0,1,4),(2,428,0,0,1,4),(2,429,0,0,1,4),(2,430,0,0,1,4),(2,431,0,0,1,4),(2,432,0,0,1,4),(2,433,0,0,1,4),(2,434,0,0,1,4),(2,435,0,0,1,4),(2,436,0,0,1,4),(2,437,0,0,1,4),(2,438,0,0,1,4),(2,439,0,0,1,4),(2,440,0,0,1,4),(2,441,0,0,1,4),(2,442,0,0,1,4),(2,443,0,0,1,4),(2,444,0,0,1,4),(2,445,0,0,1,4),(2,446,0,0,1,4),(2,447,0,0,1,4),(2,448,0,0,1,4),(2,449,0,0,1,4),(2,450,0,0,1,4),(2,451,0,0,1,4),(2,452,0,0,1,4),(2,453,0,0,1,4),(2,454,0,0,1,4),(2,455,0,0,1,4),(2,456,0,0,1,4),(2,457,0,0,1,4),(2,458,0,0,1,4),(2,459,0,0,1,4),(2,460,0,0,1,4),(2,461,0,0,1,4),(2,462,0,0,1,4),(2,463,0,0,1,4),(2,464,0,0,1,4),(2,465,0,0,1,4),(2,466,0,0,1,4),(2,467,0,0,1,4),(2,468,0,0,1,4),(2,469,0,0,1,4),(2,470,0,0,1,4),(2,471,0,0,1,4),(2,472,0,0,1,4),(2,473,0,0,1,4),(2,474,0,0,1,4),(2,475,0,0,1,4),(2,476,0,0,1,4),(2,477,0,0,1,4),(2,478,0,0,1,4),(2,479,0,0,1,4),(2,480,0,0,1,4),(2,481,0,0,1,4),(2,482,0,0,1,4),(2,483,0,0,1,4),(2,484,0,0,1,4),(2,485,0,0,1,4),(2,486,0,0,1,4),(2,487,0,0,1,4),(2,488,0,0,1,4),(2,489,0,0,1,4),(2,490,0,0,1,4),(2,491,0,0,1,4),(2,492,0,0,1,4),(2,493,0,0,1,4),(2,494,0,0,1,4),(2,495,0,0,1,4),(2,496,0,0,1,4),(2,497,0,0,1,4),(2,498,0,0,1,4),(2,499,0,0,1,4),(2,530,0,0,1,4),(2,531,0,0,1,4),(2,532,0,0,1,4),(2,500,0,1,1,4),(2,505,0,1,1,4),(2,506,0,1,1,4),(2,507,0,1,1,4),(2,508,0,1,1,4),(2,509,0,1,1,4),(2,502,1,1,1,4),(2,511,1,1,1,4),(2,512,1,1,1,4),(2,513,1,1,1,4),(2,514,1,1,1,4),(2,515,1,1,1,4),(2,516,1,1,1,4),(2,517,1,1,1,4),(2,519,1,1,1,4),(2,520,1,1,1,4),(2,521,1,1,1,4),(2,527,1,1,1,4),(2,533,1,1,1,4),(2,504,2,1,1,4),(2,503,3,1,1,4),(2,510,4,1,1,4),(2,501,5,1,1,4),(2,522,20,1,1,4),(2,524,20,1,1,4),(2,525,20,1,1,4),(2,526,20,1,1,4),(3,500,0,1,1,4),(3,502,1,1,1,4),(3,504,2,1,1,4),(3,503,3,1,1,4),(3,533,4,1,1,4),(3,516,5,1,1,4),(3,515,6,1,1,4),(3,510,7,1,1,4),(3,512,8,1,1,4),(3,519,9,1,1,4),(3,517,10,1,1,4),(3,522,11,1,1,4),(3,524,12,1,1,4),(3,525,13,1,1,4),(3,501,14,1,1,4),(3,526,14,1,1,4),(4,500,0,1,1,4),(4,502,1,1,1,4),(4,504,2,1,1,4),(4,503,3,1,1,4),(4,533,4,1,1,4),(4,501,5,1,1,4),(5,506,0,1,1,4),(5,505,1,1,1,4),(5,509,2,1,1,4),(5,508,3,1,1,4),(5,507,4,1,1,4),(5,511,5,1,1,4),(5,513,6,1,1,4),(5,514,7,1,1,4),(5,520,9,1,1,4),(5,521,10,1,1,4),(5,527,11,1,1,4),(6,505,0,1,1,4),(6,506,0,1,1,4),(6,507,0,1,1,4),(6,508,0,1,1,4),(6,509,0,1,1,4),(7,510,4,1,1,4),(8,511,1,1,1,4),(9,512,1,1,1,4),(10,513,1,1,1,4),(10,514,1,1,1,4),(11,515,1,1,1,4),(11,516,1,1,1,4),(12,517,1,1,1,4),(12,533,1,1,1,4),(14,519,1,1,1,4),(17,520,1,1,1,4),(20,521,1,1,1,4),(28,527,1,1,1,4),(29,522,20,1,1,4),(29,524,20,1,1,4),(29,525,20,1,1,4),(29,526,20,1,1,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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_product_index_tmp`
--
LOCK TABLES `catalog_category_product_index_tmp` WRITE;
/*!40000 ALTER TABLE `catalog_category_product_index_tmp` DISABLE KEYS */;
INSERT INTO `catalog_category_product_index_tmp` VALUES (3,500,0,1,1,4),(3,501,14,1,1,4),(3,502,1,1,1,4),(3,503,3,1,1,4),(3,504,2,1,1,4),(3,510,7,1,1,4),(3,512,8,1,1,4),(3,515,6,1,1,4),(3,516,5,1,1,4),(3,517,10,1,1,4),(3,519,9,1,1,4),(3,522,11,1,1,4),(3,524,12,1,1,4),(3,525,13,1,1,4),(3,526,14,1,1,4),(3,533,4,1,1,4),(11,515,1,1,1,4),(11,516,1,1,1,4),(12,517,1,1,1,4),(12,533,1,1,1,4),(14,519,1,1,1,4),(29,522,20,1,1,4),(29,524,20,1,1,4),(29,525,20,1,1,4),(29,526,20,1,1,4),(4,500,0,1,1,4),(4,501,5,1,1,4),(4,502,1,1,1,4),(4,503,3,1,1,4),(4,504,2,1,1,4),(4,533,4,1,1,4),(7,510,4,1,1,4),(9,512,1,1,1,4),(5,505,1,1,1,4),(5,506,0,1,1,4),(5,507,4,1,1,4),(5,508,3,1,1,4),(5,509,2,1,1,4),(5,511,5,1,1,4),(5,513,6,1,1,4),(5,514,7,1,1,4),(5,520,9,1,1,4),(5,521,10,1,1,4),(5,527,11,1,1,4),(10,513,1,1,1,4),(10,514,1,1,1,4),(17,520,1,1,1,4),(20,521,1,1,1,4),(28,527,1,1,1,4),(6,505,0,1,1,4),(6,506,0,1,1,4),(6,507,0,1,1,4),(6,508,0,1,1,4),(6,509,0,1,1,4),(8,511,1,1,1,4);
/*!40000 ALTER TABLE `catalog_category_product_index_tmp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_compare_item`
--
DROP TABLE IF EXISTS `catalog_compare_item`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CATALOG_COMPARE_ITEM_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE,
CONSTRAINT `CATALOG_COMPARE_ITEM_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,
CONSTRAINT `CATALOG_COMPARE_ITEM_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Compare Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_compare_item`
--
LOCK TABLES `catalog_compare_item` WRITE;
/*!40000 ALTER TABLE `catalog_compare_item` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_compare_item` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_eav_attribute`
--
DROP TABLE IF EXISTS `catalog_eav_attribute`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CATALOG_EAV_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog EAV Attribute Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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,0,0,0,0,0,0,1,1,'simple,virtual,downloadable,bundle,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,downloadable,bundle,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,downloadable,bundle,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,downloadable,bundle,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,downloadable,bundle,configurable',0,0,0,0,0,1,0,1,1,NULL),(83,NULL,1,1,1,1,1,0,0,0,0,0,0,'simple',1,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,downloadable,bundle',0,0,0,0,0,0,0,0,1,NULL),(93,NULL,1,1,1,1,1,0,0,0,0,0,0,'simple,virtual,configurable',1,0,0,0,0,1,0,1,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,downloadable,bundle,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,0,0,0,0,0,0,0,0,1,0,'downloadable',0,0,0,0,0,0,0,0,1,NULL),(124,NULL,0,0,0,0,0,0,0,0,0,0,0,'downloadable',0,0,0,0,0,0,0,0,1,NULL),(125,NULL,0,0,0,0,0,0,0,0,0,0,0,'downloadable',0,0,0,0,0,0,0,0,1,NULL),(126,NULL,1,0,0,0,0,0,0,0,0,1,0,'downloadable',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,1,0,0,0,0,0,0,0,0,0,'bundle',0,0,0,0,0,0,0,0,1,NULL),(129,NULL,1,1,0,0,0,0,0,0,0,1,0,'bundle',0,0,0,0,0,0,0,0,1,NULL),(130,NULL,1,1,0,0,0,0,0,0,0,1,0,'bundle',0,0,0,0,0,0,0,0,1,NULL),(131,NULL,1,1,0,0,0,0,0,0,0,1,0,'bundle',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,downloadable,bundle,configurable',0,0,0,0,0,1,0,1,1,NULL),(135,NULL,1,1,0,0,0,0,1,0,0,0,0,NULL,0,0,0,0,0,1,1,1,1,'{\"swatch_input_type\":\"text\",\"update_product_preview_image\":\"0\",\"use_product_image_for_swatch\":0}'),(136,NULL,1,1,0,0,0,0,1,0,0,0,0,NULL,0,0,0,0,0,1,1,1,1,NULL),(137,NULL,0,1,0,0,0,0,1,0,0,0,0,NULL,0,0,0,0,0,1,1,1,1,NULL),(138,NULL,0,1,0,0,0,0,1,0,0,0,0,NULL,0,0,0,0,0,1,1,1,1,NULL),(139,NULL,1,1,0,0,0,0,1,0,0,0,0,NULL,0,0,0,0,0,1,1,1,1,NULL),(140,NULL,1,1,0,0,0,0,1,0,0,0,0,NULL,0,0,0,0,0,1,1,1,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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Bundle Option';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_bundle_option`
--
LOCK TABLES `catalog_product_bundle_option` WRITE;
/*!40000 ALTER TABLE `catalog_product_bundle_option` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_bundle_option` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_bundle_option_value`
--
DROP TABLE IF EXISTS `catalog_product_bundle_option_value`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Bundle Option Value';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_bundle_option_value`
--
LOCK TABLES `catalog_product_bundle_option_value` WRITE;
/*!40000 ALTER TABLE `catalog_product_bundle_option_value` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_bundle_option_value` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_bundle_price_index`
--
DROP TABLE IF EXISTS `catalog_product_bundle_price_index`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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,
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,
CONSTRAINT `CAT_PRD_BNDL_PRICE_IDX_WS_ID_STORE_WS_WS_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Bundle Price Index';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_bundle_price_index`
--
LOCK TABLES `catalog_product_bundle_price_index` WRITE;
/*!40000 ALTER TABLE `catalog_product_bundle_price_index` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_bundle_price_index` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_bundle_selection`
--
DROP TABLE IF EXISTS `catalog_product_bundle_selection`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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,
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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Bundle Selection';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_bundle_selection`
--
LOCK TABLES `catalog_product_bundle_selection` WRITE;
/*!40000 ALTER TABLE `catalog_product_bundle_selection` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_bundle_selection` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_bundle_selection_price`
--
DROP TABLE IF EXISTS `catalog_product_bundle_selection_price`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CAT_PRD_BNDL_SELECTION_PRICE_WS_ID_STORE_WS_WS_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE,
CONSTRAINT `FK_DCF37523AA05D770A70AA4ED7C2616E4` FOREIGN KEY (`selection_id`) REFERENCES `catalog_product_bundle_selection` (`selection_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Bundle Selection Price';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_bundle_selection_price`
--
LOCK TABLES `catalog_product_bundle_selection_price` WRITE;
/*!40000 ALTER TABLE `catalog_product_bundle_selection_price` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_bundle_selection_price` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_bundle_stock_index`
--
DROP TABLE IF EXISTS `catalog_product_bundle_stock_index`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_bundle_stock_index`
--
LOCK TABLES `catalog_product_bundle_stock_index` WRITE;
/*!40000 ALTER TABLE `catalog_product_bundle_stock_index` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_bundle_stock_index` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_entity`
--
DROP TABLE IF EXISTS `catalog_product_entity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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
) ENGINE=InnoDB AUTO_INCREMENT=535 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 (315,4,'simple','ALJ1780100 9900 GOAT NUBUCK BLACK - m',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(316,4,'simple','ALJ1780100 9900 GOAT NUBUCK BLACK - l',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(317,4,'simple','ALJ1780100 9900 GOAT NUBUCK BLACK - xl',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(318,4,'simple','ALJ1780100 9900 LAMB DD BLACK - m',0,0,'2018-03-15 14:17:44','2018-03-26 18:01:50'),(319,4,'simple','ALJ1780100 9900 LAMB DD BLACK - l',0,0,'2018-03-15 14:17:44','2018-03-26 18:02:31'),(320,4,'simple','ALJ1780100 9900 LAMB DD BLACK - xl',0,0,'2018-03-15 14:17:44','2018-03-26 18:02:50'),(321,4,'simple','ALJ1780100 9900 BLACK WHITE - m',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(322,4,'simple','ALJ1780100 9900 BLACK WHITE - l',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(323,4,'simple','ALJ1780100 9900 BLACK WHITE - xl',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(324,4,'simple','ALJ1780102 9900 RUBOFF BLACK - m',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(325,4,'simple','ALJ1780102 9900 RUBOFF BLACK - l',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(326,4,'simple','ALJ1780102 9900 RUBOFF BLACK - xl',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(327,4,'simple','ALJ1780104 9900 BLACK STUDS - m',0,0,'2018-03-15 14:17:44','2018-03-27 07:13:39'),(328,4,'simple','ALJ1780104 9900 BLACK STUDS - l',0,0,'2018-03-15 14:17:44','2018-03-27 07:13:59'),(329,4,'simple','ALJ1780104 9900 BLACK STUDS - xl',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(330,4,'simple','AWLJ1780150 9900 NUBUCK BLACK - s',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(331,4,'simple','AWLJ1780150 9900 NUBUCK BLACK - m',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(332,4,'simple','AWLJ1780150 9900 NUBUCK BLACK - l',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(333,4,'simple','AWLJ1780150 9000 WHITE - s',0,0,'2018-03-15 14:17:44','2018-03-27 07:20:13'),(334,4,'simple','AWLJ1780150 9000 WHITE - m',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(335,4,'simple','AWLJ1780150 9000 WHITE - l',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(336,4,'simple','AWLJ1780152 9900 RUBOFF BLACK - s',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(337,4,'simple','AWLJ1780152 9900 RUBOFF BLACK - m',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(338,4,'simple','AWLJ1780152 9900 RUBOFF BLACK - l',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(339,4,'simple','AWLJ1780154 9900 BLACK STUDS - s',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(340,4,'simple','AWLJ1780154 9900 BLACK STUDS - m',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(341,4,'simple','AWLJ1780154 9900 BLACK STUDS - l',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(342,4,'simple','AWLJ1780154 9900 BLACK - s',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(343,4,'simple','AWLJ1780154 9900 BLACK - m',0,0,'2018-03-15 14:17:44','2018-03-27 07:23:31'),(344,4,'simple','AWLJ1780154 9900 BLACK - l',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(345,4,'simple','ASW1780800 9900 BLACK - s',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(346,4,'simple','ASW1780800 9900 BLACK - m',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(347,4,'simple','ASW1780800 9900 BLACK - l',0,0,'2018-03-15 14:17:44','2018-04-09 11:23:53'),(348,4,'simple','ASW1780800 9900 BLACK - xl',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(349,4,'simple','AWSW1780850 9000 WHITE - xs',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(350,4,'simple','AWSW1780850 9000 WHITE - s',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(351,4,'simple','AWSW1780850 9000 WHITE - m',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(352,4,'simple','AWSW1780850 9000 WHITE - l',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(353,4,'simple','ATS1780602 9900 BLACK - s',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(354,4,'simple','ATS1780602 9900 BLACK - m',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(355,4,'simple','ATS1780602 9900 BLACK - l',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(356,4,'simple','ATS1780602 9900 BLACK - xl',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(357,4,'simple','AWTS1780654 9000 WHITE-BLACK - xs',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(358,4,'simple','AWTS1780654 9000 WHITE-BLACK - s',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(359,4,'simple','AWTS1780654 9000 WHITE-BLACK - m',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(360,4,'simple','AWTS1780654 9000 WHITE-BLACK - l',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(361,4,'simple','AWTS1780654 9000 WHITE-COPPER - xs',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(362,4,'simple','AWTS1780654 9000 WHITE-COPPER - s',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(363,4,'simple','AWTS1780654 9000 WHITE-COPPER - m',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(364,4,'simple','AWTS1780654 9000 WHITE-COPPER - l',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(365,4,'simple','ASH1780400 9900 BLACK - s',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(366,4,'simple','ASH1780400 9900 BLACK - m',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(367,4,'simple','ASH1780400 9900 BLACK - l',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(368,4,'simple','ASH1780400 9900 BLACK - xl',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(369,4,'simple','ASH1780400 9000 WHITE - s',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(370,4,'simple','ASH1780400 9000 WHITE - m',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(371,4,'simple','ASH1780400 9000 WHITE - l',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(372,4,'simple','ASH1780400 9000 WHITE - xl',0,0,'2018-03-15 14:17:44','2018-03-20 10:43:15'),(373,4,'simple','AJA1780200 6000 INDIGO - m',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(374,4,'simple','AJA1780200 6000 INDIGO - l',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(375,4,'simple','AJA1780200 6000 INDIGO - xl',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(376,4,'simple','AWJA1780250 9900 BLACK - s',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(377,4,'simple','AWJA1780250 9900 BLACK - m',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(378,4,'simple','AWJA1780250 9900 BLACK - l',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(379,4,'simple','AJA1780208 9900 BLACK - m',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(380,4,'simple','AJA1780208 9900 BLACK - l',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(381,4,'simple','AJA1780208 9900 BLACK - xl',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(382,4,'simple','AWJA1780256 9900 BLACK - m',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(383,4,'simple','AWJA1780256 9900 BLACK - l',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(384,4,'simple','AWJA1780252 9909 COPPER - m',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(385,4,'simple','AWJA1780252 9909 COPPER - l',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(386,4,'simple','ATR1780001 BONOBO TAPERED IDG-29-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(387,4,'simple','ATR1780001 BONOBO TAPERED IDG-30-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(388,4,'simple','ATR1780001 BONOBO TAPERED IDG-31-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(389,4,'simple','ATR1780001 BONOBO TAPERED IDG-32-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(390,4,'simple','ATR1780001 BONOBO TAPERED IDG-33-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(391,4,'simple','ATR1780001 BONOBO TAPERED IDG-34-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(392,4,'simple','ATR1780001 BONOBO TAPERED IDG-29-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(393,4,'simple','ATR1780001 BONOBO TAPERED IDG-30-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(394,4,'simple','ATR1780001 BONOBO TAPERED IDG-31-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(395,4,'simple','ATR1780001 BONOBO TAPERED IDG-32-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(396,4,'simple','ATR1780001 BONOBO TAPERED IDG-33-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(397,4,'simple','ATR1780001 BONOBO TAPERED IDG-34-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(398,4,'simple','ATR1780001 BONOBO TAPERED BBB-29-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(399,4,'simple','ATR1780001 BONOBO TAPERED BBB-30-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(400,4,'simple','ATR1780001 BONOBO TAPERED BBB-31-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(401,4,'simple','ATR1780001 BONOBO TAPERED BBB-32-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(402,4,'simple','ATR1780001 BONOBO TAPERED BBB-33-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(403,4,'simple','ATR1780001 BONOBO TAPERED BBB-34-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(404,4,'simple','ATR1780001 BONOBO TAPERED BBB-29-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(405,4,'simple','ATR1780001 BONOBO TAPERED BBB-30-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(406,4,'simple','ATR1780001 BONOBO TAPERED BBB-31-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(407,4,'simple','ATR1780001 BONOBO TAPERED BBB-32-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(408,4,'simple','ATR1780001 BONOBO TAPERED BBB-33-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(409,4,'simple','ATR1780001 BONOBO TAPERED BBB-34-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(410,4,'simple','ATR1780002 GIBBON SKINNNY SBB-29-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(411,4,'simple','ATR1780002 GIBBON SKINNNY SBB-30-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(412,4,'simple','ATR1780002 GIBBON SKINNNY SBB-31-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(413,4,'simple','ATR1780002 GIBBON SKINNNY SBB-32-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(414,4,'simple','ATR1780002 GIBBON SKINNNY SBB-33-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(415,4,'simple','ATR1780002 GIBBON SKINNNY SBB-34-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(416,4,'simple','ATR1780002 GIBBON SKINNNY SBB-29-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(417,4,'simple','ATR1780002 GIBBON SKINNNY SBB-30-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(418,4,'simple','ATR1780002 GIBBON SKINNNY SBB-31-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(419,4,'simple','ATR1780002 GIBBON SKINNNY SBB-32-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(420,4,'simple','ATR1780002 GIBBON SKINNNY SBB-33-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(421,4,'simple','ATR1780002 GIBBON SKINNNY SBB-34-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(422,4,'simple','ATR1780002 GIBBON SKINNNY IDG-29-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(423,4,'simple','ATR1780002 GIBBON SKINNNY IDG-30-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(424,4,'simple','ATR1780002 GIBBON SKINNNY IDG-31-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(425,4,'simple','ATR1780002 GIBBON SKINNNY IDG-32-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(426,4,'simple','ATR1780002 GIBBON SKINNNY IDG-33-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(427,4,'simple','ATR1780002 GIBBON SKINNNY IDG-34-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(428,4,'simple','ATR1780002 GIBBON SKINNNY IDG-29-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(429,4,'simple','ATR1780002 GIBBON SKINNNY IDG-30-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(430,4,'simple','ATR1780002 GIBBON SKINNNY IDG-31-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(431,4,'simple','ATR1780002 GIBBON SKINNNY IDG-32-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(432,4,'simple','ATR1780002 GIBBON SKINNNY IDG-33-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(433,4,'simple','ATR1780002 GIBBON SKINNNY IDG-34-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(434,4,'simple','ATR1780003 SIMIAN STRAIGHT BBW-29-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(435,4,'simple','ATR1780003 SIMIAN STRAIGHT BBW-30-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(436,4,'simple','ATR1780003 SIMIAN STRAIGHT BBW-31-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(437,4,'simple','ATR1780003 SIMIAN STRAIGHT BBW-32-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(438,4,'simple','ATR1780003 SIMIAN STRAIGHT BBW-33-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(439,4,'simple','ATR1780003 SIMIAN STRAIGHT BBW-34-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(440,4,'simple','ATR1780003 SIMIAN STRAIGHT BBW-29-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(441,4,'simple','ATR1780003 SIMIAN STRAIGHT BBW-30-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(442,4,'simple','ATR1780003 SIMIAN STRAIGHT BBW-31-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(443,4,'simple','ATR1780003 SIMIAN STRAIGHT BBW-32-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(444,4,'simple','ATR1780003 SIMIAN STRAIGHT BBW-33-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(445,4,'simple','ATR1780003 SIMIAN STRAIGHT BBW-34-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(446,4,'simple','ATR1780050 SKINNY APE BGW-26-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(447,4,'simple','ATR1780050 SKINNY APE BGW-27-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(448,4,'simple','ATR1780050 SKINNY APE BGW-28-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(449,4,'simple','ATR1780050 SKINNY APE BGW-29-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(450,4,'simple','ATR1780050 SKINNY APE BGW-30-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(451,4,'simple','ATR1780050 SKINNY APE BGW-31-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(452,4,'simple','ATR1780050 SKINNY APE BGW-32-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(453,4,'simple','ATR1780050 SKINNY APE BGW-33-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(454,4,'simple','ATR1780050 SKINNY APE BGW-34-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(455,4,'simple','ATR1780050 SKINNY APE BGW-26-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(456,4,'simple','ATR1780050 SKINNY APE BGW-27-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(457,4,'simple','ATR1780050 SKINNY APE BGW-28-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(458,4,'simple','ATR1780050 SKINNY APE BGW-29-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(459,4,'simple','ATR1780050 SKINNY APE BGW-30-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(460,4,'simple','ATR1780050 SKINNY APE BGW-31-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(461,4,'simple','ATR1780050 SKINNY APE BGW-32-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(462,4,'simple','ATR1780050 SKINNY APE BGW-33-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(463,4,'simple','ATR1780050 SKINNY APE BGW-34-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(464,4,'simple','ATR1780050 SKINNY APE IDG-26-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(465,4,'simple','ATR1780050 SKINNY APE IDG-27-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(466,4,'simple','ATR1780050 SKINNY APE IDG-28-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(467,4,'simple','ATR1780050 SKINNY APE IDG-29-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(468,4,'simple','ATR1780050 SKINNY APE IDG-30-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(469,4,'simple','ATR1780050 SKINNY APE IDG-31-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(470,4,'simple','ATR1780050 SKINNY APE IDG-32-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(471,4,'simple','ATR1780050 SKINNY APE IDG-33-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(472,4,'simple','ATR1780050 SKINNY APE IDG-34-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(473,4,'simple','ATR1780050 SKINNY APE IDG-26-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(474,4,'simple','ATR1780050 SKINNY APE IDG-27-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(475,4,'simple','ATR1780050 SKINNY APE IDG-28-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(476,4,'simple','ATR1780050 SKINNY APE IDG-29-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(477,4,'simple','ATR1780050 SKINNY APE IDG-30-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(478,4,'simple','ATR1780050 SKINNY APE IDG-31-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(479,4,'simple','ATR1780050 SKINNY APE IDG-32-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(480,4,'simple','ATR1780050 SKINNY APE IDG-33-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(481,4,'simple','ATR1780050 SKINNY APE IDG-34-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(482,4,'simple','AWTR1780154 NIM CHIMSKY BBI-26-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(483,4,'simple','AWTR1780154 NIM CHIMSKY BBI-27-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(484,4,'simple','AWTR1780154 NIM CHIMSKY BBI-28-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(485,4,'simple','AWTR1780154 NIM CHIMSKY BBI-29-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(486,4,'simple','AWTR1780154 NIM CHIMSKY BBI-30-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(487,4,'simple','AWTR1780154 NIM CHIMSKY BBI-31-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(488,4,'simple','AWTR1780154 NIM CHIMSKY BBI-32-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(489,4,'simple','AWTR1780154 NIM CHIMSKY BBI-33-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(490,4,'simple','AWTR1780154 NIM CHIMSKY BBI-34-32',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(491,4,'simple','AWTR1780154 NIM CHIMSKY BBI-26-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(492,4,'simple','AWTR1780154 NIM CHIMSKY BBI-27-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(493,4,'simple','AWTR1780154 NIM CHIMSKY BBI-28-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(494,4,'simple','AWTR1780154 NIM CHIMSKY BBI-29-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(495,4,'simple','AWTR1780154 NIM CHIMSKY BBI-30-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(496,4,'simple','AWTR1780154 NIM CHIMSKY BBI-31-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(497,4,'simple','AWTR1780154 NIM CHIMSKY BBI-32-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(498,4,'simple','AWTR1780154 NIM CHIMSKY BBI-33-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(499,4,'simple','AWTR1780154 NIM CHIMSKY BBI-34-34',0,0,'2018-03-15 14:17:44','2018-03-15 14:17:44'),(500,4,'configurable','ALJ1780100 9900 GOAT NUBUCK BLACK',1,1,'2018-03-15 14:17:44','2018-03-30 15:55:38'),(501,4,'configurable','ALJ1780100 9900 LAMB DD BLACK',1,1,'2018-03-15 14:17:45','2018-03-30 16:12:00'),(502,4,'configurable','ALJ1780100 9900 BLACK WHITE',1,1,'2018-03-15 14:17:45','2018-03-30 16:11:20'),(503,4,'configurable','ALJ1780102 9900 RUBOFF BLACK',1,1,'2018-03-15 14:17:45','2018-03-26 18:42:15'),(504,4,'configurable','ALJ1780104 9900 BLACK STUDS',1,1,'2018-03-15 14:17:45','2018-03-26 18:38:33'),(505,4,'configurable','AWLJ1780150 9900 NUBUCK BLACK',1,1,'2018-03-15 14:17:45','2018-03-30 15:14:28'),(506,4,'configurable','AWLJ1780150 9000 WHITE',1,1,'2018-03-15 14:17:46','2018-03-30 15:04:15'),(507,4,'configurable','AWLJ1780152 9900 RUBOFF BLACK',1,1,'2018-03-15 14:17:46','2018-03-30 15:23:03'),(508,4,'configurable','AWLJ1780154 9900 BLACK STUDS',1,1,'2018-03-15 14:17:46','2018-03-30 15:17:43'),(509,4,'configurable','AWLJ1780154 9900 BLACK',1,1,'2018-03-15 14:17:46','2018-03-30 15:16:55'),(510,4,'configurable','ASW1780800 9900 BLACK',1,1,'2018-03-15 14:17:46','2018-03-26 18:46:15'),(511,4,'configurable','AWSW1780850 9000 WHITE',1,1,'2018-03-15 14:17:46','2018-03-26 18:48:57'),(512,4,'configurable','ATS1780602 9900 BLACK',1,1,'2018-03-15 14:17:47','2018-03-28 16:00:26'),(513,4,'configurable','AWTS1780654 9000 WHITE-BLACK',1,1,'2018-03-15 14:17:47','2018-03-28 15:59:47'),(514,4,'configurable','AWTS1780654 9000 WHITE-COPPER',1,1,'2018-03-15 14:17:47','2018-03-28 16:15:27'),(515,4,'configurable','ASH1780400 9900 BLACK',1,1,'2018-03-15 14:17:47','2018-03-28 16:02:16'),(516,4,'configurable','ASH1780400 9000 WHITE',1,1,'2018-03-15 14:17:47','2018-03-26 18:39:00'),(517,4,'configurable','AJA1780200 6000 INDIGO',1,1,'2018-03-15 14:17:47','2018-03-30 15:57:51'),(518,4,'configurable','AWJA1780250 9900 BLACK',1,1,'2018-03-15 14:17:47','2018-03-21 15:32:44'),(519,4,'configurable','AJA1780208 9900 BLACK',1,1,'2018-03-15 14:17:47','2018-03-30 16:04:26'),(520,4,'configurable','AWJA1780256 9900 BLACK',1,1,'2018-03-15 14:17:48','2018-03-26 18:52:46'),(521,4,'configurable','AWJA1780252 9909 COPPER',1,1,'2018-03-15 14:17:48','2018-03-26 18:53:06'),(522,4,'configurable','ATR1780001 BONOBO TAPERED IDG',1,1,'2018-03-15 14:17:48','2018-03-30 16:15:40'),(523,4,'configurable','ATR1780001 BONOBO TAPERED BBB',1,1,'2018-03-15 14:17:48','2018-03-21 15:25:25'),(524,4,'configurable','ATR1780002 GIBBON SKINNNY SBB',1,1,'2018-03-15 14:17:48','2018-03-26 18:54:26'),(525,4,'configurable','ATR1780002 GIBBON SKINNNY IDG',1,1,'2018-03-15 14:17:48','2018-03-26 18:55:19'),(526,4,'configurable','ATR1780003 SIMIAN STRAIGHT BBW',1,1,'2018-03-15 14:17:48','2018-03-26 18:55:48'),(527,4,'configurable','ATR1780050 SKINNY APE BGW',1,1,'2018-03-15 14:17:48','2018-03-26 18:56:16'),(528,4,'configurable','ATR1780050 SKINNY APE IDG',1,1,'2018-03-15 14:17:49','2018-03-21 15:39:34'),(529,4,'configurable','AWTR1780154 NIM CHIMSKY BBI',1,1,'2018-03-15 14:17:49','2018-03-21 15:38:45'),(530,4,'simple','AJA1780206 9900 BRUT NUBUCK BLACK - m',0,0,'2018-03-20 10:43:15','2018-03-20 10:48:16'),(531,4,'simple','AJA1780206 9900 BRUT NUBUCK BLACK - l',0,0,'2018-03-20 10:43:15','2018-03-27 07:18:52'),(532,4,'simple','AJA1780206 9900 BRUT NUBUCK BLACK - xl',0,0,'2018-03-20 10:43:15','2018-03-27 07:19:06'),(533,4,'configurable','AJA1780206 9900 BRUT NUBUCK BLACK',1,1,'2018-03-20 10:43:18','2018-03-30 16:04:43');
/*!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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CATALOG_PRODUCT_ENTITY_DATETIME_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_PRD_ENTT_DTIME_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Datetime Attribute Backend Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_entity_datetime`
--
LOCK TABLES `catalog_product_entity_datetime` WRITE;
/*!40000 ALTER TABLE `catalog_product_entity_datetime` DISABLE KEYS */;
/*!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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CATALOG_PRODUCT_ENTITY_DECIMAL_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_PRD_ENTT_DEC_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
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
) ENGINE=InnoDB AUTO_INCREMENT=3181 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Decimal Attribute Backend Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 (2547,77,0,315,749.0000),(2548,82,0,315,1.0000),(2549,77,0,316,749.0000),(2550,82,0,316,1.0000),(2551,77,0,317,749.0000),(2552,82,0,317,1.0000),(2553,77,0,318,749.0000),(2554,82,0,318,1.0000),(2555,77,0,319,749.0000),(2556,82,0,319,1.0000),(2557,77,0,320,749.0000),(2558,82,0,320,1.0000),(2559,77,0,321,799.0000),(2560,82,0,321,1.0000),(2561,77,0,322,799.0000),(2562,82,0,322,1.0000),(2563,77,0,323,799.0000),(2564,82,0,323,1.0000),(2565,77,0,324,649.0000),(2566,82,0,324,1.0000),(2567,77,0,325,649.0000),(2568,82,0,325,1.0000),(2569,77,0,326,649.0000),(2570,82,0,326,1.0000),(2571,77,0,327,849.0000),(2572,82,0,327,1.0000),(2573,77,0,328,849.0000),(2574,82,0,328,1.0000),(2575,77,0,329,849.0000),(2576,82,0,329,1.0000),(2577,77,0,330,749.0000),(2578,82,0,330,1.0000),(2579,77,0,331,749.0000),(2580,82,0,331,1.0000),(2581,77,0,332,749.0000),(2582,82,0,332,1.0000),(2583,77,0,333,799.0000),(2584,82,0,333,1.0000),(2585,77,0,334,799.0000),(2586,82,0,334,1.0000),(2587,77,0,335,799.0000),(2588,82,0,335,1.0000),(2589,77,0,336,599.0000),(2590,82,0,336,1.0000),(2591,77,0,337,599.0000),(2592,82,0,337,1.0000),(2593,77,0,338,599.0000),(2594,82,0,338,1.0000),(2595,77,0,339,799.0000),(2596,82,0,339,1.0000),(2597,77,0,340,799.0000),(2598,82,0,340,1.0000),(2599,77,0,341,799.0000),(2600,82,0,341,1.0000),(2601,77,0,342,749.0000),(2602,82,0,342,1.0000),(2603,77,0,343,749.0000),(2604,82,0,343,1.0000),(2605,77,0,344,749.0000),(2606,82,0,344,1.0000),(2607,77,0,345,159.0000),(2608,82,0,345,1.0000),(2609,77,0,346,159.0000),(2610,82,0,346,1.0000),(2611,77,0,347,159.0000),(2612,82,0,347,1.0000),(2613,77,0,348,159.0000),(2614,82,0,348,1.0000),(2615,77,0,349,159.0000),(2616,82,0,349,1.0000),(2617,77,0,350,159.0000),(2618,82,0,350,1.0000),(2619,77,0,351,159.0000),(2620,82,0,351,1.0000),(2621,77,0,352,159.0000),(2622,82,0,352,1.0000),(2623,77,0,353,89.0000),(2624,82,0,353,1.0000),(2625,77,0,354,89.0000),(2626,82,0,354,1.0000),(2627,77,0,355,89.0000),(2628,82,0,355,1.0000),(2629,77,0,356,89.0000),(2630,82,0,356,1.0000),(2631,77,0,357,89.0000),(2632,82,0,357,1.0000),(2633,77,0,358,89.0000),(2634,82,0,358,1.0000),(2635,77,0,359,89.0000),(2636,82,0,359,1.0000),(2637,77,0,360,89.0000),(2638,82,0,360,1.0000),(2639,77,0,361,89.0000),(2640,82,0,361,1.0000),(2641,77,0,362,89.0000),(2642,82,0,362,1.0000),(2643,77,0,363,89.0000),(2644,82,0,363,1.0000),(2645,77,0,364,89.0000),(2646,82,0,364,1.0000),(2647,77,0,365,139.0000),(2648,82,0,365,1.0000),(2649,77,0,366,139.0000),(2650,82,0,366,1.0000),(2651,77,0,367,139.0000),(2652,82,0,367,1.0000),(2653,77,0,368,139.0000),(2654,82,0,368,1.0000),(2655,77,0,369,139.0000),(2656,82,0,369,1.0000),(2657,77,0,370,139.0000),(2658,82,0,370,1.0000),(2659,77,0,371,139.0000),(2660,82,0,371,1.0000),(2661,77,0,372,139.0000),(2662,82,0,372,1.0000),(2663,77,0,373,849.0000),(2664,82,0,373,1.0000),(2665,77,0,374,849.0000),(2666,82,0,374,1.0000),(2667,77,0,375,849.0000),(2668,82,0,375,1.0000),(2669,77,0,376,799.0000),(2670,82,0,376,1.0000),(2671,77,0,377,799.0000),(2672,82,0,377,1.0000),(2673,77,0,378,799.0000),(2674,82,0,378,1.0000),(2675,77,0,379,395.0000),(2676,82,0,379,1.0000),(2677,77,0,380,395.0000),(2678,82,0,380,1.0000),(2679,77,0,381,395.0000),(2680,82,0,381,1.0000),(2681,77,0,382,349.0000),(2682,82,0,382,1.0000),(2683,77,0,383,349.0000),(2684,82,0,383,1.0000),(2685,77,0,384,549.0000),(2686,82,0,384,1.0000),(2687,77,0,385,549.0000),(2688,82,0,385,1.0000),(2689,77,0,386,269.0000),(2690,82,0,386,1.0000),(2691,77,0,387,269.0000),(2692,82,0,387,1.0000),(2693,77,0,388,269.0000),(2694,82,0,388,1.0000),(2695,77,0,389,269.0000),(2696,82,0,389,1.0000),(2697,77,0,390,269.0000),(2698,82,0,390,1.0000),(2699,77,0,391,269.0000),(2700,82,0,391,1.0000),(2701,77,0,392,269.0000),(2702,82,0,392,1.0000),(2703,77,0,393,269.0000),(2704,82,0,393,1.0000),(2705,77,0,394,269.0000),(2706,82,0,394,1.0000),(2707,77,0,395,269.0000),(2708,82,0,395,1.0000),(2709,77,0,396,269.0000),(2710,82,0,396,1.0000),(2711,77,0,397,269.0000),(2712,82,0,397,1.0000),(2713,77,0,398,279.0000),(2714,82,0,398,1.0000),(2715,77,0,399,279.0000),(2716,82,0,399,1.0000),(2717,77,0,400,279.0000),(2718,82,0,400,1.0000),(2719,77,0,401,279.0000),(2720,82,0,401,1.0000),(2721,77,0,402,279.0000),(2722,82,0,402,1.0000),(2723,77,0,403,279.0000),(2724,82,0,403,1.0000),(2725,77,0,404,279.0000),(2726,82,0,404,1.0000),(2727,77,0,405,279.0000),(2728,82,0,405,1.0000),(2729,77,0,406,279.0000),(2730,82,0,406,1.0000),(2731,77,0,407,279.0000),(2732,82,0,407,1.0000),(2733,77,0,408,279.0000),(2734,82,0,408,1.0000),(2735,77,0,409,279.0000),(2736,82,0,409,1.0000),(2737,77,0,410,279.0000),(2738,82,0,410,1.0000),(2739,77,0,411,279.0000),(2740,82,0,411,1.0000),(2741,77,0,412,279.0000),(2742,82,0,412,1.0000),(2743,77,0,413,279.0000),(2744,82,0,413,1.0000),(2745,77,0,414,279.0000),(2746,82,0,414,1.0000),(2747,77,0,415,279.0000),(2748,82,0,415,1.0000),(2749,77,0,416,279.0000),(2750,82,0,416,1.0000),(2751,77,0,417,279.0000),(2752,82,0,417,1.0000),(2753,77,0,418,279.0000),(2754,82,0,418,1.0000),(2755,77,0,419,279.0000),(2756,82,0,419,1.0000),(2757,77,0,420,279.0000),(2758,82,0,420,1.0000),(2759,77,0,421,279.0000),(2760,82,0,421,1.0000),(2761,77,0,422,269.0000),(2762,82,0,422,1.0000),(2763,77,0,423,269.0000),(2764,82,0,423,1.0000),(2765,77,0,424,269.0000),(2766,82,0,424,1.0000),(2767,77,0,425,269.0000),(2768,82,0,425,1.0000),(2769,77,0,426,269.0000),(2770,82,0,426,1.0000),(2771,77,0,427,269.0000),(2772,82,0,427,1.0000),(2773,77,0,428,269.0000),(2774,82,0,428,1.0000),(2775,77,0,429,269.0000),(2776,82,0,429,1.0000),(2777,77,0,430,269.0000),(2778,82,0,430,1.0000),(2779,77,0,431,269.0000),(2780,82,0,431,1.0000),(2781,77,0,432,269.0000),(2782,82,0,432,1.0000),(2783,77,0,433,269.0000),(2784,82,0,433,1.0000),(2785,77,0,434,259.0000),(2786,82,0,434,1.0000),(2787,77,0,435,259.0000),(2788,82,0,435,1.0000),(2789,77,0,436,259.0000),(2790,82,0,436,1.0000),(2791,77,0,437,259.0000),(2792,82,0,437,1.0000),(2793,77,0,438,259.0000),(2794,82,0,438,1.0000),(2795,77,0,439,259.0000),(2796,82,0,439,1.0000),(2797,77,0,440,259.0000),(2798,82,0,440,1.0000),(2799,77,0,441,259.0000),(2800,82,0,441,1.0000),(2801,77,0,442,259.0000),(2802,82,0,442,1.0000),(2803,77,0,443,259.0000),(2804,82,0,443,1.0000),(2805,77,0,444,259.0000),(2806,82,0,444,1.0000),(2807,77,0,445,259.0000),(2808,82,0,445,1.0000),(2809,77,0,446,249.0000),(2810,82,0,446,1.0000),(2811,77,0,447,249.0000),(2812,82,0,447,1.0000),(2813,77,0,448,249.0000),(2814,82,0,448,1.0000),(2815,77,0,449,249.0000),(2816,82,0,449,1.0000),(2817,77,0,450,249.0000),(2818,82,0,450,1.0000),(2819,77,0,451,249.0000),(2820,82,0,451,1.0000),(2821,77,0,452,249.0000),(2822,82,0,452,1.0000),(2823,77,0,453,249.0000),(2824,82,0,453,1.0000),(2825,77,0,454,249.0000),(2826,82,0,454,1.0000),(2827,77,0,455,249.0000),(2828,82,0,455,1.0000),(2829,77,0,456,249.0000),(2830,82,0,456,1.0000),(2831,77,0,457,249.0000),(2832,82,0,457,1.0000),(2833,77,0,458,249.0000),(2834,82,0,458,1.0000),(2835,77,0,459,249.0000),(2836,82,0,459,1.0000),(2837,77,0,460,249.0000),(2838,82,0,460,1.0000),(2839,77,0,461,249.0000),(2840,82,0,461,1.0000),(2841,77,0,462,249.0000),(2842,82,0,462,1.0000),(2843,77,0,463,249.0000),(2844,82,0,463,1.0000),(2845,77,0,464,259.0000),(2846,82,0,464,1.0000),(2847,77,0,465,259.0000),(2848,82,0,465,1.0000),(2849,77,0,466,259.0000),(2850,82,0,466,1.0000),(2851,77,0,467,259.0000),(2852,82,0,467,1.0000),(2853,77,0,468,259.0000),(2854,82,0,468,1.0000),(2855,77,0,469,259.0000),(2856,82,0,469,1.0000),(2857,77,0,470,259.0000),(2858,82,0,470,1.0000),(2859,77,0,471,259.0000),(2860,82,0,471,1.0000),(2861,77,0,472,259.0000),(2862,82,0,472,1.0000),(2863,77,0,473,259.0000),(2864,82,0,473,1.0000),(2865,77,0,474,259.0000),(2866,82,0,474,1.0000),(2867,77,0,475,259.0000),(2868,82,0,475,1.0000),(2869,77,0,476,259.0000),(2870,82,0,476,1.0000),(2871,77,0,477,259.0000),(2872,82,0,477,1.0000),(2873,77,0,478,259.0000),(2874,82,0,478,1.0000),(2875,77,0,479,259.0000),(2876,82,0,479,1.0000),(2877,77,0,480,259.0000),(2878,82,0,480,1.0000),(2879,77,0,481,259.0000),(2880,82,0,481,1.0000),(2881,77,0,482,269.0000),(2882,82,0,482,1.0000),(2883,77,0,483,269.0000),(2884,82,0,483,1.0000),(2885,77,0,484,269.0000),(2886,82,0,484,1.0000),(2887,77,0,485,269.0000),(2888,82,0,485,1.0000),(2889,77,0,486,269.0000),(2890,82,0,486,1.0000),(2891,77,0,487,269.0000),(2892,82,0,487,1.0000),(2893,77,0,488,269.0000),(2894,82,0,488,1.0000),(2895,77,0,489,269.0000),(2896,82,0,489,1.0000),(2897,77,0,490,269.0000),(2898,82,0,490,1.0000),(2899,77,0,491,269.0000),(2900,82,0,491,1.0000),(2901,77,0,492,269.0000),(2902,82,0,492,1.0000),(2903,77,0,493,269.0000),(2904,82,0,493,1.0000),(2905,77,0,494,269.0000),(2906,82,0,494,1.0000),(2907,77,0,495,269.0000),(2908,82,0,495,1.0000),(2909,77,0,496,269.0000),(2910,82,0,496,1.0000),(2911,77,0,497,269.0000),(2912,82,0,497,1.0000),(2913,77,0,498,269.0000),(2914,82,0,498,1.0000),(2915,77,0,499,269.0000),(2916,82,0,499,1.0000),(2918,82,0,500,2.0000),(2920,82,0,501,2.0000),(2922,82,0,502,2.0000),(2924,82,0,503,2.0000),(2926,82,0,504,2.0000),(2928,82,0,505,1.5000),(2930,82,0,506,1.5000),(2932,82,0,507,1.5000),(2934,82,0,508,1.5000),(2936,82,0,509,1.5000),(2937,77,0,510,NULL),(2938,82,0,510,1.0000),(2939,77,0,511,NULL),(2940,82,0,511,1.0000),(2942,82,0,512,1.0000),(2944,82,0,513,1.0000),(2946,82,0,514,1.0000),(2948,82,0,515,1.0000),(2950,82,0,516,1.0000),(2952,82,0,517,1.0000),(2954,82,0,518,1.0000),(2956,82,0,519,1.0000),(2958,82,0,520,1.0000),(2959,77,0,521,NULL),(2960,82,0,521,1.0000),(2962,82,0,522,1.0000),(2964,82,0,523,1.0000),(2966,82,0,524,1.0000),(2968,82,0,525,1.0000),(2970,82,0,526,1.0000),(2972,82,0,527,1.0000),(2974,82,0,528,1.0000),(2976,82,0,529,1.0000),(2977,78,0,517,NULL),(2978,78,0,500,NULL),(2979,78,0,501,NULL),(2980,78,0,504,NULL),(2981,78,0,526,NULL),(2982,78,0,519,NULL),(2983,78,0,522,NULL),(2984,78,0,514,NULL),(2985,78,0,513,NULL),(2986,78,0,527,NULL),(2987,78,0,528,NULL),(2988,78,0,529,NULL),(2989,78,0,525,NULL),(2990,78,0,524,NULL),(2991,78,0,523,NULL),(2992,77,0,530,649.0000),(2993,82,0,530,1.0000),(2994,77,0,531,649.0000),(2995,82,0,531,1.0000),(2996,77,0,532,649.0000),(2997,82,0,532,1.0000),(3002,82,0,533,1.0000),(3150,78,0,533,NULL),(3151,78,0,532,NULL),(3152,78,0,531,NULL),(3153,78,0,530,NULL),(3154,78,0,518,NULL),(3155,78,0,516,NULL),(3156,78,0,508,NULL),(3157,78,0,503,NULL),(3158,78,0,515,NULL),(3159,78,0,506,NULL),(3160,78,0,318,NULL),(3161,78,0,319,NULL),(3162,78,0,320,NULL),(3163,78,0,505,NULL),(3164,78,0,502,NULL),(3165,78,0,507,NULL),(3166,78,0,509,NULL),(3167,78,0,510,NULL),(3168,78,0,512,NULL),(3169,78,0,511,NULL),(3170,78,0,520,NULL),(3171,78,0,521,NULL),(3172,78,0,327,NULL),(3173,78,0,328,NULL),(3174,78,0,333,NULL),(3175,78,0,343,NULL),(3180,78,0,347,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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CATALOG_PRODUCT_ENTITY_GALLERY_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_PRD_ENTT_GLR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Gallery Attribute Backend Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_entity_gallery`
--
LOCK TABLES `catalog_product_entity_gallery` WRITE;
/*!40000 ALTER TABLE `catalog_product_entity_gallery` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_entity_gallery` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_entity_int`
--
DROP TABLE IF EXISTS `catalog_product_entity_int`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CATALOG_PRODUCT_ENTITY_INT_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_PRD_ENTT_INT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
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
) ENGINE=InnoDB AUTO_INCREMENT=4097 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Integer Attribute Backend Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 (2804,97,0,315,1),(2805,99,0,315,4),(2806,115,0,315,1),(2807,134,0,315,2),(2808,135,0,315,6),(2809,97,0,316,1),(2810,99,0,316,4),(2811,115,0,316,1),(2812,134,0,316,2),(2813,135,0,316,4),(2814,97,0,317,1),(2815,99,0,317,4),(2816,115,0,317,1),(2817,134,0,317,2),(2818,135,0,317,5),(2819,97,0,318,1),(2820,99,0,318,4),(2821,115,0,318,1),(2822,134,0,318,2),(2823,135,0,318,6),(2824,97,0,319,1),(2825,99,0,319,4),(2826,115,0,319,1),(2827,134,0,319,2),(2828,135,0,319,4),(2829,97,0,320,1),(2830,99,0,320,4),(2831,115,0,320,1),(2832,134,0,320,2),(2833,135,0,320,5),(2834,97,0,321,1),(2835,99,0,321,4),(2836,115,0,321,1),(2837,134,0,321,2),(2838,135,0,321,6),(2839,97,0,322,1),(2840,99,0,322,4),(2841,115,0,322,1),(2842,134,0,322,2),(2843,135,0,322,4),(2844,97,0,323,1),(2845,99,0,323,4),(2846,115,0,323,1),(2847,134,0,323,2),(2848,135,0,323,5),(2849,97,0,324,1),(2850,99,0,324,4),(2851,115,0,324,1),(2852,134,0,324,2),(2853,135,0,324,6),(2854,97,0,325,1),(2855,99,0,325,4),(2856,115,0,325,1),(2857,134,0,325,2),(2858,135,0,325,4),(2859,97,0,326,1),(2860,99,0,326,4),(2861,115,0,326,1),(2862,134,0,326,2),(2863,135,0,326,5),(2864,97,0,327,1),(2865,99,0,327,4),(2866,115,0,327,1),(2867,134,0,327,2),(2868,135,0,327,6),(2869,97,0,328,1),(2870,99,0,328,4),(2871,115,0,328,1),(2872,134,0,328,2),(2873,135,0,328,4),(2874,97,0,329,1),(2875,99,0,329,4),(2876,115,0,329,1),(2877,134,0,329,2),(2878,135,0,329,5),(2879,97,0,330,1),(2880,99,0,330,4),(2881,115,0,330,1),(2882,134,0,330,2),(2883,135,0,330,7),(2884,97,0,331,1),(2885,99,0,331,4),(2886,115,0,331,1),(2887,134,0,331,2),(2888,135,0,331,6),(2889,97,0,332,1),(2890,99,0,332,4),(2891,115,0,332,1),(2892,134,0,332,2),(2893,135,0,332,4),(2894,97,0,333,1),(2895,99,0,333,4),(2896,115,0,333,1),(2897,134,0,333,2),(2898,135,0,333,7),(2899,97,0,334,1),(2900,99,0,334,4),(2901,115,0,334,1),(2902,134,0,334,2),(2903,135,0,334,6),(2904,97,0,335,1),(2905,99,0,335,4),(2906,115,0,335,1),(2907,134,0,335,2),(2908,135,0,335,4),(2909,97,0,336,1),(2910,99,0,336,4),(2911,115,0,336,1),(2912,134,0,336,2),(2913,135,0,336,7),(2914,97,0,337,1),(2915,99,0,337,4),(2916,115,0,337,1),(2917,134,0,337,2),(2918,135,0,337,6),(2919,97,0,338,1),(2920,99,0,338,4),(2921,115,0,338,1),(2922,134,0,338,2),(2923,135,0,338,4),(2924,97,0,339,1),(2925,99,0,339,4),(2926,115,0,339,1),(2927,134,0,339,2),(2928,135,0,339,7),(2929,97,0,340,1),(2930,99,0,340,4),(2931,115,0,340,1),(2932,134,0,340,2),(2933,135,0,340,6),(2934,97,0,341,1),(2935,99,0,341,4),(2936,115,0,341,1),(2937,134,0,341,2),(2938,135,0,341,4),(2939,97,0,342,1),(2940,99,0,342,4),(2941,115,0,342,1),(2942,134,0,342,2),(2943,135,0,342,7),(2944,97,0,343,1),(2945,99,0,343,4),(2946,115,0,343,1),(2947,134,0,343,2),(2948,135,0,343,6),(2949,97,0,344,1),(2950,99,0,344,4),(2951,115,0,344,1),(2952,134,0,344,2),(2953,135,0,344,4),(2954,97,0,345,1),(2955,99,0,345,4),(2956,115,0,345,1),(2957,134,0,345,2),(2958,135,0,345,7),(2959,97,0,346,1),(2960,99,0,346,4),(2961,115,0,346,1),(2962,134,0,346,2),(2963,135,0,346,6),(2964,97,0,347,1),(2965,99,0,347,4),(2966,115,0,347,1),(2967,134,0,347,2),(2968,135,0,347,4),(2969,97,0,348,1),(2970,99,0,348,4),(2971,115,0,348,1),(2972,134,0,348,2),(2973,135,0,348,5),(2974,97,0,349,1),(2975,99,0,349,4),(2976,115,0,349,1),(2977,134,0,349,2),(2978,135,0,349,10),(2979,97,0,350,1),(2980,99,0,350,4),(2981,115,0,350,1),(2982,134,0,350,2),(2983,135,0,350,7),(2984,97,0,351,1),(2985,99,0,351,4),(2986,115,0,351,1),(2987,134,0,351,2),(2988,135,0,351,6),(2989,97,0,352,1),(2990,99,0,352,4),(2991,115,0,352,1),(2992,134,0,352,2),(2993,135,0,352,4),(2994,97,0,353,1),(2995,99,0,353,4),(2996,115,0,353,1),(2997,134,0,353,2),(2998,135,0,353,7),(2999,97,0,354,1),(3000,99,0,354,4),(3001,115,0,354,1),(3002,134,0,354,2),(3003,135,0,354,6),(3004,97,0,355,1),(3005,99,0,355,4),(3006,115,0,355,1),(3007,134,0,355,2),(3008,135,0,355,4),(3009,97,0,356,1),(3010,99,0,356,4),(3011,115,0,356,1),(3012,134,0,356,2),(3013,135,0,356,5),(3014,97,0,357,1),(3015,99,0,357,4),(3016,115,0,357,1),(3017,134,0,357,2),(3018,135,0,357,10),(3019,97,0,358,1),(3020,99,0,358,4),(3021,115,0,358,1),(3022,134,0,358,2),(3023,135,0,358,7),(3024,97,0,359,1),(3025,99,0,359,4),(3026,115,0,359,1),(3027,134,0,359,2),(3028,135,0,359,6),(3029,97,0,360,1),(3030,99,0,360,4),(3031,115,0,360,1),(3032,134,0,360,2),(3033,135,0,360,4),(3034,97,0,361,1),(3035,99,0,361,4),(3036,115,0,361,1),(3037,134,0,361,2),(3038,135,0,361,10),(3039,97,0,362,1),(3040,99,0,362,4),(3041,115,0,362,1),(3042,134,0,362,2),(3043,135,0,362,7),(3044,97,0,363,1),(3045,99,0,363,4),(3046,115,0,363,1),(3047,134,0,363,2),(3048,135,0,363,6),(3049,97,0,364,1),(3050,99,0,364,4),(3051,115,0,364,1),(3052,134,0,364,2),(3053,135,0,364,4),(3054,97,0,365,1),(3055,99,0,365,4),(3056,115,0,365,1),(3057,134,0,365,2),(3058,135,0,365,7),(3059,97,0,366,1),(3060,99,0,366,4),(3061,115,0,366,1),(3062,134,0,366,2),(3063,135,0,366,6),(3064,97,0,367,1),(3065,99,0,367,4),(3066,115,0,367,1),(3067,134,0,367,2),(3068,135,0,367,4),(3069,97,0,368,1),(3070,99,0,368,4),(3071,115,0,368,1),(3072,134,0,368,2),(3073,135,0,368,5),(3074,97,0,369,1),(3075,99,0,369,4),(3076,115,0,369,1),(3077,134,0,369,2),(3078,135,0,369,7),(3079,97,0,370,1),(3080,99,0,370,4),(3081,115,0,370,1),(3082,134,0,370,2),(3083,135,0,370,6),(3084,97,0,371,1),(3085,99,0,371,4),(3086,115,0,371,1),(3087,134,0,371,2),(3088,135,0,371,4),(3089,97,0,372,1),(3090,99,0,372,4),(3091,115,0,372,1),(3092,134,0,372,2),(3093,135,0,372,5),(3094,97,0,373,1),(3095,99,0,373,4),(3096,115,0,373,1),(3097,134,0,373,2),(3098,135,0,373,6),(3099,97,0,374,1),(3100,99,0,374,4),(3101,115,0,374,1),(3102,134,0,374,2),(3103,135,0,374,4),(3104,97,0,375,1),(3105,99,0,375,4),(3106,115,0,375,1),(3107,134,0,375,2),(3108,135,0,375,5),(3109,97,0,376,1),(3110,99,0,376,4),(3111,115,0,376,1),(3112,134,0,376,2),(3113,135,0,376,7),(3114,97,0,377,1),(3115,99,0,377,4),(3116,115,0,377,1),(3117,134,0,377,2),(3118,135,0,377,6),(3119,97,0,378,1),(3120,99,0,378,4),(3121,115,0,378,1),(3122,134,0,378,2),(3123,135,0,378,4),(3124,97,0,379,1),(3125,99,0,379,4),(3126,115,0,379,1),(3127,134,0,379,2),(3128,135,0,379,6),(3129,97,0,380,1),(3130,99,0,380,4),(3131,115,0,380,1),(3132,134,0,380,2),(3133,135,0,380,4),(3134,97,0,381,1),(3135,99,0,381,4),(3136,115,0,381,1),(3137,134,0,381,2),(3138,135,0,381,5),(3139,97,0,382,1),(3140,99,0,382,4),(3141,115,0,382,1),(3142,134,0,382,2),(3143,135,0,382,6),(3144,97,0,383,1),(3145,99,0,383,4),(3146,115,0,383,1),(3147,134,0,383,2),(3148,135,0,383,4),(3149,97,0,384,1),(3150,99,0,384,4),(3151,115,0,384,1),(3152,134,0,384,2),(3153,135,0,384,6),(3154,97,0,385,1),(3155,99,0,385,4),(3156,115,0,385,1),(3157,134,0,385,2),(3158,135,0,385,4),(3159,97,0,386,1),(3160,99,0,386,4),(3161,115,0,386,1),(3162,134,0,386,2),(3163,139,0,386,14),(3164,140,0,386,15),(3165,97,0,387,1),(3166,99,0,387,4),(3167,115,0,387,1),(3168,134,0,387,2),(3169,139,0,387,19),(3170,140,0,387,15),(3171,97,0,388,1),(3172,99,0,388,4),(3173,115,0,388,1),(3174,134,0,388,2),(3175,139,0,388,20),(3176,140,0,388,15),(3177,97,0,389,1),(3178,99,0,389,4),(3179,115,0,389,1),(3180,134,0,389,2),(3181,139,0,389,21),(3182,140,0,389,15),(3183,97,0,390,1),(3184,99,0,390,4),(3185,115,0,390,1),(3186,134,0,390,2),(3187,139,0,390,22),(3188,140,0,390,15),(3189,97,0,391,1),(3190,99,0,391,4),(3191,115,0,391,1),(3192,134,0,391,2),(3193,139,0,391,23),(3194,140,0,391,15),(3195,97,0,392,1),(3196,99,0,392,4),(3197,115,0,392,1),(3198,134,0,392,2),(3199,139,0,392,14),(3200,140,0,392,24),(3201,97,0,393,1),(3202,99,0,393,4),(3203,115,0,393,1),(3204,134,0,393,2),(3205,139,0,393,19),(3206,140,0,393,24),(3207,97,0,394,1),(3208,99,0,394,4),(3209,115,0,394,1),(3210,134,0,394,2),(3211,139,0,394,20),(3212,140,0,394,24),(3213,97,0,395,1),(3214,99,0,395,4),(3215,115,0,395,1),(3216,134,0,395,2),(3217,139,0,395,21),(3218,140,0,395,24),(3219,97,0,396,1),(3220,99,0,396,4),(3221,115,0,396,1),(3222,134,0,396,2),(3223,139,0,396,22),(3224,140,0,396,24),(3225,97,0,397,1),(3226,99,0,397,4),(3227,115,0,397,1),(3228,134,0,397,2),(3229,139,0,397,23),(3230,140,0,397,24),(3231,97,0,398,1),(3232,99,0,398,4),(3233,115,0,398,1),(3234,134,0,398,2),(3235,139,0,398,14),(3236,140,0,398,15),(3237,97,0,399,1),(3238,99,0,399,4),(3239,115,0,399,1),(3240,134,0,399,2),(3241,139,0,399,19),(3242,140,0,399,15),(3243,97,0,400,1),(3244,99,0,400,4),(3245,115,0,400,1),(3246,134,0,400,2),(3247,139,0,400,20),(3248,140,0,400,15),(3249,97,0,401,1),(3250,99,0,401,4),(3251,115,0,401,1),(3252,134,0,401,2),(3253,139,0,401,21),(3254,140,0,401,15),(3255,97,0,402,1),(3256,99,0,402,4),(3257,115,0,402,1),(3258,134,0,402,2),(3259,139,0,402,22),(3260,140,0,402,15),(3261,97,0,403,1),(3262,99,0,403,4),(3263,115,0,403,1),(3264,134,0,403,2),(3265,139,0,403,23),(3266,140,0,403,15),(3267,97,0,404,1),(3268,99,0,404,4),(3269,115,0,404,1),(3270,134,0,404,2),(3271,139,0,404,14),(3272,140,0,404,24),(3273,97,0,405,1),(3274,99,0,405,4),(3275,115,0,405,1),(3276,134,0,405,2),(3277,139,0,405,19),(3278,140,0,405,24),(3279,97,0,406,1),(3280,99,0,406,4),(3281,115,0,406,1),(3282,134,0,406,2),(3283,139,0,406,20),(3284,140,0,406,24),(3285,97,0,407,1),(3286,99,0,407,4),(3287,115,0,407,1),(3288,134,0,407,2),(3289,139,0,407,21),(3290,140,0,407,24),(3291,97,0,408,1),(3292,99,0,408,4),(3293,115,0,408,1),(3294,134,0,408,2),(3295,139,0,408,22),(3296,140,0,408,24),(3297,97,0,409,1),(3298,99,0,409,4),(3299,115,0,409,1),(3300,134,0,409,2),(3301,139,0,409,23),(3302,140,0,409,24),(3303,97,0,410,1),(3304,99,0,410,4),(3305,115,0,410,1),(3306,134,0,410,2),(3307,139,0,410,14),(3308,140,0,410,15),(3309,97,0,411,1),(3310,99,0,411,4),(3311,115,0,411,1),(3312,134,0,411,2),(3313,139,0,411,19),(3314,140,0,411,15),(3315,97,0,412,1),(3316,99,0,412,4),(3317,115,0,412,1),(3318,134,0,412,2),(3319,139,0,412,20),(3320,140,0,412,15),(3321,97,0,413,1),(3322,99,0,413,4),(3323,115,0,413,1),(3324,134,0,413,2),(3325,139,0,413,21),(3326,140,0,413,15),(3327,97,0,414,1),(3328,99,0,414,4),(3329,115,0,414,1),(3330,134,0,414,2),(3331,139,0,414,22),(3332,140,0,414,15),(3333,97,0,415,1),(3334,99,0,415,4),(3335,115,0,415,1),(3336,134,0,415,2),(3337,139,0,415,23),(3338,140,0,415,15),(3339,97,0,416,1),(3340,99,0,416,4),(3341,115,0,416,1),(3342,134,0,416,2),(3343,139,0,416,14),(3344,140,0,416,24),(3345,97,0,417,1),(3346,99,0,417,4),(3347,115,0,417,1),(3348,134,0,417,2),(3349,139,0,417,19),(3350,140,0,417,24),(3351,97,0,418,1),(3352,99,0,418,4),(3353,115,0,418,1),(3354,134,0,418,2),(3355,139,0,418,20),(3356,140,0,418,24),(3357,97,0,419,1),(3358,99,0,419,4),(3359,115,0,419,1),(3360,134,0,419,2),(3361,139,0,419,21),(3362,140,0,419,24),(3363,97,0,420,1),(3364,99,0,420,4),(3365,115,0,420,1),(3366,134,0,420,2),(3367,139,0,420,22),(3368,140,0,420,24),(3369,97,0,421,1),(3370,99,0,421,4),(3371,115,0,421,1),(3372,134,0,421,2),(3373,139,0,421,23),(3374,140,0,421,24),(3375,97,0,422,1),(3376,99,0,422,4),(3377,115,0,422,1),(3378,134,0,422,2),(3379,139,0,422,14),(3380,140,0,422,15),(3381,97,0,423,1),(3382,99,0,423,4),(3383,115,0,423,1),(3384,134,0,423,2),(3385,139,0,423,19),(3386,140,0,423,15),(3387,97,0,424,1),(3388,99,0,424,4),(3389,115,0,424,1),(3390,134,0,424,2),(3391,139,0,424,20),(3392,140,0,424,15),(3393,97,0,425,1),(3394,99,0,425,4),(3395,115,0,425,1),(3396,134,0,425,2),(3397,139,0,425,21),(3398,140,0,425,15),(3399,97,0,426,1),(3400,99,0,426,4),(3401,115,0,426,1),(3402,134,0,426,2),(3403,139,0,426,22),(3404,140,0,426,15),(3405,97,0,427,1),(3406,99,0,427,4),(3407,115,0,427,1),(3408,134,0,427,2),(3409,139,0,427,23),(3410,140,0,427,15),(3411,97,0,428,1),(3412,99,0,428,4),(3413,115,0,428,1),(3414,134,0,428,2),(3415,139,0,428,14),(3416,140,0,428,24),(3417,97,0,429,1),(3418,99,0,429,4),(3419,115,0,429,1),(3420,134,0,429,2),(3421,139,0,429,19),(3422,140,0,429,24),(3423,97,0,430,1),(3424,99,0,430,4),(3425,115,0,430,1),(3426,134,0,430,2),(3427,139,0,430,20),(3428,140,0,430,24),(3429,97,0,431,1),(3430,99,0,431,4),(3431,115,0,431,1),(3432,134,0,431,2),(3433,139,0,431,21),(3434,140,0,431,24),(3435,97,0,432,1),(3436,99,0,432,4),(3437,115,0,432,1),(3438,134,0,432,2),(3439,139,0,432,22),(3440,140,0,432,24),(3441,97,0,433,1),(3442,99,0,433,4),(3443,115,0,433,1),(3444,134,0,433,2),(3445,139,0,433,23),(3446,140,0,433,24),(3447,97,0,434,1),(3448,99,0,434,4),(3449,115,0,434,1),(3450,134,0,434,2),(3451,139,0,434,14),(3452,140,0,434,15),(3453,97,0,435,1),(3454,99,0,435,4),(3455,115,0,435,1),(3456,134,0,435,2),(3457,139,0,435,19),(3458,140,0,435,15),(3459,97,0,436,1),(3460,99,0,436,4),(3461,115,0,436,1),(3462,134,0,436,2),(3463,139,0,436,20),(3464,140,0,436,15),(3465,97,0,437,1),(3466,99,0,437,4),(3467,115,0,437,1),(3468,134,0,437,2),(3469,139,0,437,21),(3470,140,0,437,15),(3471,97,0,438,1),(3472,99,0,438,4),(3473,115,0,438,1),(3474,134,0,438,2),(3475,139,0,438,22),(3476,140,0,438,15),(3477,97,0,439,1),(3478,99,0,439,4),(3479,115,0,439,1),(3480,134,0,439,2),(3481,139,0,439,23),(3482,140,0,439,15),(3483,97,0,440,1),(3484,99,0,440,4),(3485,115,0,440,1),(3486,134,0,440,2),(3487,139,0,440,14),(3488,140,0,440,24),(3489,97,0,441,1),(3490,99,0,441,4),(3491,115,0,441,1),(3492,134,0,441,2),(3493,139,0,441,19),(3494,140,0,441,24),(3495,97,0,442,1),(3496,99,0,442,4),(3497,115,0,442,1),(3498,134,0,442,2),(3499,139,0,442,20),(3500,140,0,442,24),(3501,97,0,443,1),(3502,99,0,443,4),(3503,115,0,443,1),(3504,134,0,443,2),(3505,139,0,443,21),(3506,140,0,443,24),(3507,97,0,444,1),(3508,99,0,444,4),(3509,115,0,444,1),(3510,134,0,444,2),(3511,139,0,444,22),(3512,140,0,444,24),(3513,97,0,445,1),(3514,99,0,445,4),(3515,115,0,445,1),(3516,134,0,445,2),(3517,139,0,445,23),(3518,140,0,445,24),(3519,97,0,446,1),(3520,99,0,446,4),(3521,115,0,446,1),(3522,134,0,446,2),(3523,139,0,446,16),(3524,140,0,446,15),(3525,97,0,447,1),(3526,99,0,447,4),(3527,115,0,447,1),(3528,134,0,447,2),(3529,139,0,447,17),(3530,140,0,447,15),(3531,97,0,448,1),(3532,99,0,448,4),(3533,115,0,448,1),(3534,134,0,448,2),(3535,139,0,448,18),(3536,140,0,448,15),(3537,97,0,449,1),(3538,99,0,449,4),(3539,115,0,449,1),(3540,134,0,449,2),(3541,139,0,449,14),(3542,140,0,449,15),(3543,97,0,450,1),(3544,99,0,450,4),(3545,115,0,450,1),(3546,134,0,450,2),(3547,139,0,450,19),(3548,140,0,450,15),(3549,97,0,451,1),(3550,99,0,451,4),(3551,115,0,451,1),(3552,134,0,451,2),(3553,139,0,451,20),(3554,140,0,451,15),(3555,97,0,452,1),(3556,99,0,452,4),(3557,115,0,452,1),(3558,134,0,452,2),(3559,139,0,452,21),(3560,140,0,452,15),(3561,97,0,453,1),(3562,99,0,453,4),(3563,115,0,453,1),(3564,134,0,453,2),(3565,139,0,453,22),(3566,140,0,453,15),(3567,97,0,454,1),(3568,99,0,454,4),(3569,115,0,454,1),(3570,134,0,454,2),(3571,139,0,454,23),(3572,140,0,454,15),(3573,97,0,455,1),(3574,99,0,455,4),(3575,115,0,455,1),(3576,134,0,455,2),(3577,139,0,455,16),(3578,140,0,455,24),(3579,97,0,456,1),(3580,99,0,456,4),(3581,115,0,456,1),(3582,134,0,456,2),(3583,139,0,456,17),(3584,140,0,456,24),(3585,97,0,457,1),(3586,99,0,457,4),(3587,115,0,457,1),(3588,134,0,457,2),(3589,139,0,457,18),(3590,140,0,457,24),(3591,97,0,458,1),(3592,99,0,458,4),(3593,115,0,458,1),(3594,134,0,458,2),(3595,139,0,458,14),(3596,140,0,458,24),(3597,97,0,459,1),(3598,99,0,459,4),(3599,115,0,459,1),(3600,134,0,459,2),(3601,139,0,459,19),(3602,140,0,459,24),(3603,97,0,460,1),(3604,99,0,460,4),(3605,115,0,460,1),(3606,134,0,460,2),(3607,139,0,460,20),(3608,140,0,460,24),(3609,97,0,461,1),(3610,99,0,461,4),(3611,115,0,461,1),(3612,134,0,461,2),(3613,139,0,461,21),(3614,140,0,461,24),(3615,97,0,462,1),(3616,99,0,462,4),(3617,115,0,462,1),(3618,134,0,462,2),(3619,139,0,462,22),(3620,140,0,462,24),(3621,97,0,463,1),(3622,99,0,463,4),(3623,115,0,463,1),(3624,134,0,463,2),(3625,139,0,463,23),(3626,140,0,463,24),(3627,97,0,464,1),(3628,99,0,464,4),(3629,115,0,464,1),(3630,134,0,464,2),(3631,139,0,464,16),(3632,140,0,464,15),(3633,97,0,465,1),(3634,99,0,465,4),(3635,115,0,465,1),(3636,134,0,465,2),(3637,139,0,465,17),(3638,140,0,465,15),(3639,97,0,466,1),(3640,99,0,466,4),(3641,115,0,466,1),(3642,134,0,466,2),(3643,139,0,466,18),(3644,140,0,466,15),(3645,97,0,467,1),(3646,99,0,467,4),(3647,115,0,467,1),(3648,134,0,467,2),(3649,139,0,467,14),(3650,140,0,467,15),(3651,97,0,468,1),(3652,99,0,468,4),(3653,115,0,468,1),(3654,134,0,468,2),(3655,139,0,468,19),(3656,140,0,468,15),(3657,97,0,469,1),(3658,99,0,469,4),(3659,115,0,469,1),(3660,134,0,469,2),(3661,139,0,469,20),(3662,140,0,469,15),(3663,97,0,470,1),(3664,99,0,470,4),(3665,115,0,470,1),(3666,134,0,470,2),(3667,139,0,470,21),(3668,140,0,470,15),(3669,97,0,471,1),(3670,99,0,471,4),(3671,115,0,471,1),(3672,134,0,471,2),(3673,139,0,471,22),(3674,140,0,471,15),(3675,97,0,472,1),(3676,99,0,472,4),(3677,115,0,472,1),(3678,134,0,472,2),(3679,139,0,472,23),(3680,140,0,472,15),(3681,97,0,473,1),(3682,99,0,473,4),(3683,115,0,473,1),(3684,134,0,473,2),(3685,139,0,473,16),(3686,140,0,473,24),(3687,97,0,474,1),(3688,99,0,474,4),(3689,115,0,474,1),(3690,134,0,474,2),(3691,139,0,474,17),(3692,140,0,474,24),(3693,97,0,475,1),(3694,99,0,475,4),(3695,115,0,475,1),(3696,134,0,475,2),(3697,139,0,475,18),(3698,140,0,475,24),(3699,97,0,476,1),(3700,99,0,476,4),(3701,115,0,476,1),(3702,134,0,476,2),(3703,139,0,476,14),(3704,140,0,476,24),(3705,97,0,477,1),(3706,99,0,477,4),(3707,115,0,477,1),(3708,134,0,477,2),(3709,139,0,477,19),(3710,140,0,477,24),(3711,97,0,478,1),(3712,99,0,478,4),(3713,115,0,478,1),(3714,134,0,478,2),(3715,139,0,478,20),(3716,140,0,478,24),(3717,97,0,479,1),(3718,99,0,479,4),(3719,115,0,479,1),(3720,134,0,479,2),(3721,139,0,479,21),(3722,140,0,479,24),(3723,97,0,480,1),(3724,99,0,480,4),(3725,115,0,480,1),(3726,134,0,480,2),(3727,139,0,480,22),(3728,140,0,480,24),(3729,97,0,481,1),(3730,99,0,481,4),(3731,115,0,481,1),(3732,134,0,481,2),(3733,139,0,481,23),(3734,140,0,481,24),(3735,97,0,482,1),(3736,99,0,482,4),(3737,115,0,482,1),(3738,134,0,482,2),(3739,139,0,482,16),(3740,140,0,482,15),(3741,97,0,483,1),(3742,99,0,483,4),(3743,115,0,483,1),(3744,134,0,483,2),(3745,139,0,483,17),(3746,140,0,483,15),(3747,97,0,484,1),(3748,99,0,484,4),(3749,115,0,484,1),(3750,134,0,484,2),(3751,139,0,484,18),(3752,140,0,484,15),(3753,97,0,485,1),(3754,99,0,485,4),(3755,115,0,485,1),(3756,134,0,485,2),(3757,139,0,485,14),(3758,140,0,485,15),(3759,97,0,486,1),(3760,99,0,486,4),(3761,115,0,486,1),(3762,134,0,486,2),(3763,139,0,486,19),(3764,140,0,486,15),(3765,97,0,487,1),(3766,99,0,487,4),(3767,115,0,487,1),(3768,134,0,487,2),(3769,139,0,487,20),(3770,140,0,487,15),(3771,97,0,488,1),(3772,99,0,488,4),(3773,115,0,488,1),(3774,134,0,488,2),(3775,139,0,488,21),(3776,140,0,488,15),(3777,97,0,489,1),(3778,99,0,489,4),(3779,115,0,489,1),(3780,134,0,489,2),(3781,139,0,489,22),(3782,140,0,489,15),(3783,97,0,490,1),(3784,99,0,490,4),(3785,115,0,490,1),(3786,134,0,490,2),(3787,139,0,490,23),(3788,140,0,490,15),(3789,97,0,491,1),(3790,99,0,491,4),(3791,115,0,491,1),(3792,134,0,491,2),(3793,139,0,491,16),(3794,140,0,491,24),(3795,97,0,492,1),(3796,99,0,492,4),(3797,115,0,492,1),(3798,134,0,492,2),(3799,139,0,492,17),(3800,140,0,492,24),(3801,97,0,493,1),(3802,99,0,493,4),(3803,115,0,493,1),(3804,134,0,493,2),(3805,139,0,493,18),(3806,140,0,493,24),(3807,97,0,494,1),(3808,99,0,494,4),(3809,115,0,494,1),(3810,134,0,494,2),(3811,139,0,494,14),(3812,140,0,494,24),(3813,97,0,495,1),(3814,99,0,495,4),(3815,115,0,495,1),(3816,134,0,495,2),(3817,139,0,495,19),(3818,140,0,495,24),(3819,97,0,496,1),(3820,99,0,496,4),(3821,115,0,496,1),(3822,134,0,496,2),(3823,139,0,496,20),(3824,140,0,496,24),(3825,97,0,497,1),(3826,99,0,497,4),(3827,115,0,497,1),(3828,134,0,497,2),(3829,139,0,497,21),(3830,140,0,497,24),(3831,97,0,498,1),(3832,99,0,498,4),(3833,115,0,498,1),(3834,134,0,498,2),(3835,139,0,498,22),(3836,140,0,498,24),(3837,97,0,499,1),(3838,99,0,499,4),(3839,115,0,499,1),(3840,134,0,499,2),(3841,139,0,499,23),(3842,140,0,499,24),(3843,93,0,500,8),(3844,97,0,500,1),(3845,99,0,500,4),(3846,115,0,500,1),(3847,134,0,500,2),(3848,93,0,501,8),(3849,97,0,501,1),(3850,99,0,501,4),(3851,115,0,501,1),(3852,134,0,501,2),(3853,93,0,502,8),(3854,97,0,502,1),(3855,99,0,502,4),(3856,115,0,502,1),(3857,134,0,502,2),(3858,93,0,503,8),(3859,97,0,503,1),(3860,99,0,503,4),(3861,115,0,503,1),(3862,134,0,503,2),(3863,93,0,504,8),(3864,97,0,504,1),(3865,99,0,504,4),(3866,115,0,504,1),(3867,134,0,504,2),(3868,93,0,505,8),(3869,97,0,505,1),(3870,99,0,505,4),(3871,115,0,505,1),(3872,134,0,505,2),(3873,93,0,506,9),(3874,97,0,506,1),(3875,99,0,506,4),(3876,115,0,506,1),(3877,134,0,506,2),(3878,93,0,507,8),(3879,97,0,507,1),(3880,99,0,507,4),(3881,115,0,507,1),(3882,134,0,507,2),(3883,93,0,508,8),(3884,97,0,508,1),(3885,99,0,508,4),(3886,115,0,508,1),(3887,134,0,508,2),(3888,93,0,509,8),(3889,97,0,509,1),(3890,99,0,509,4),(3891,115,0,509,1),(3892,134,0,509,2),(3893,93,0,510,8),(3894,97,0,510,1),(3895,99,0,510,4),(3896,115,0,510,1),(3897,134,0,510,2),(3898,93,0,511,9),(3899,97,0,511,1),(3900,99,0,511,4),(3901,115,0,511,1),(3902,134,0,511,2),(3903,93,0,512,8),(3904,97,0,512,1),(3905,99,0,512,4),(3906,115,0,512,1),(3907,134,0,512,2),(3908,93,0,513,9),(3909,97,0,513,1),(3910,99,0,513,4),(3911,115,0,513,1),(3912,134,0,513,2),(3913,93,0,514,9),(3914,97,0,514,1),(3915,99,0,514,4),(3916,115,0,514,1),(3917,134,0,514,2),(3918,93,0,515,8),(3919,97,0,515,1),(3920,99,0,515,4),(3921,115,0,515,1),(3922,134,0,515,2),(3923,93,0,516,9),(3924,97,0,516,1),(3925,99,0,516,4),(3926,115,0,516,1),(3927,134,0,516,2),(3928,93,0,517,11),(3929,97,0,517,1),(3930,99,0,517,4),(3931,115,0,517,1),(3932,134,0,517,2),(3933,93,0,518,8),(3934,97,0,518,1),(3935,99,0,518,1),(3936,115,0,518,1),(3937,134,0,518,2),(3938,93,0,519,8),(3939,97,0,519,1),(3940,99,0,519,4),(3941,115,0,519,1),(3942,134,0,519,2),(3943,93,0,520,8),(3944,97,0,520,1),(3945,99,0,520,4),(3946,115,0,520,1),(3947,134,0,520,2),(3949,93,0,521,12),(3950,97,0,521,1),(3951,99,0,521,4),(3952,115,0,521,1),(3953,134,0,521,2),(3955,93,0,522,11),(3956,97,0,522,1),(3957,99,0,522,4),(3958,115,0,522,1),(3959,134,0,522,2),(3960,93,0,523,8),(3961,97,0,523,1),(3962,99,0,523,1),(3963,115,0,523,1),(3964,134,0,523,2),(3965,93,0,524,8),(3966,97,0,524,1),(3967,99,0,524,4),(3968,115,0,524,1),(3969,134,0,524,2),(3970,93,0,525,11),(3971,97,0,525,1),(3972,99,0,525,4),(3973,115,0,525,1),(3974,134,0,525,2),(3975,93,0,526,8),(3976,97,0,526,1),(3977,99,0,526,4),(3978,115,0,526,1),(3979,134,0,526,2),(3980,93,0,527,8),(3981,97,0,527,1),(3982,99,0,527,4),(3983,115,0,527,1),(3984,134,0,527,2),(3985,93,0,528,11),(3986,97,0,528,1),(3987,99,0,528,1),(3988,115,0,528,1),(3989,134,0,528,2),(3990,93,0,529,11),(3991,97,0,529,1),(3992,99,0,529,1),(3993,115,0,529,1),(3994,134,0,529,2),(3995,97,0,530,1),(3996,99,0,530,4),(3997,115,0,530,1),(3998,134,0,530,2),(3999,135,0,530,6),(4000,97,0,531,1),(4001,99,0,531,4),(4002,115,0,531,1),(4003,134,0,531,2),(4004,135,0,531,4),(4005,97,0,532,1),(4006,99,0,532,4),(4007,115,0,532,1),(4008,134,0,532,2),(4009,135,0,532,5),(4010,93,0,533,8),(4011,97,0,533,1),(4012,99,0,533,4),(4013,115,0,533,1),(4014,134,0,533,2),(4090,93,0,532,8);
/*!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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CAT_PRD_ENTT_MDA_GLR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=157 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Media Gallery Attribute Backend Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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,'/h/t/httpshop.saint-ape.com__productimagesalj1780100-9900-goat-nubuck-blackalj1780100-perfectape-9900-black-nubuck-back.jpg','image',0),(2,90,'/h/t/httpshop.saint-ape.com__productimagesalj1780100-9900-goat-nubuck-blackalj1780100-9900-goat-nubuck-black-back.jpg','image',0),(3,90,'/h/t/httpshop.saint-ape.com__productimagesalj1780100-9900-lamb-dd-blackalj1780100-9900-lamb-dd-black-back.jpg','image',0),(4,90,'/h/t/httpshop.saint-ape.com__productimagesawlj1780150-9000-whiteawlj1780150-9000-white-back.jpg','image',0),(5,90,'/h/t/httpshop.saint-ape.com__productimagesawlj1780154-9900-black-studsawlj1780154-9900-black-studs-back.jpg','image',0),(6,90,'/h/t/httpshop.saint-ape.com__productimagesawlj1780154-9900-blackawlj1780154-9900-black-back.jpg','image',0),(7,90,'/h/t/httpshop.saint-ape.com__productimagesawsw1780850-9000-whiteawsw1780850-9000-white-back.jpg','image',0),(8,90,'/h/t/httpshop.saint-ape.com__productimagesats1780602-9900-blackats1780602-9900-black-back.jpg','image',0),(9,90,'/h/t/httpshop.saint-ape.com__productimagesawts1780654-9000-white-blackawts1780654-9000-white-black-back.jpg','image',0),(10,90,'/h/t/httpshop.saint-ape.com__productimagesawts1780654-9000-white-copperawts1780654-9000-white-copper-back.jpg','image',0),(11,90,'/h/t/httpshop.saint-ape.com__productimagesaja1780208-9900-blackaja1780208-9900-black-back.jpg','image',0),(12,90,'/h/t/httpshop.saint-ape.com__productimagesawja1780256-9900-blackawja1780256-9900-black-back.jpg','image',0),(13,90,'/h/t/httpshop.saint-ape.com__productimagesalj1780100-9900-goat-nubuck-blackalj1780100-9900-goat-nubuck-black-front.jpg','image',0),(14,90,'/h/t/httpshop.saint-ape.com__productimagesalj1780100-9900-lamb-dd-blackalj1780100-9900-lamb-dd-black-front.jpg','image',0),(15,90,'/h/t/httpshop.saint-ape.com__productimagesawlj1780150-9000-whiteawlj1780150-9000-white-front.jpg','image',0),(16,90,'/h/t/httpshop.saint-ape.com__productimagesawlj1780154-9900-black-studsawlj1780154-9900-black-studs-front.jpg','image',0),(17,90,'/h/t/httpshop.saint-ape.com__productimagesawlj1780154-9900-blackawlj1780154-9900-black-front.jpg','image',0),(18,90,'/h/t/httpshop.saint-ape.com__productimagesawsw1780850-9000-whiteawsw1780850-9000-white-front.jpg','image',0),(19,90,'/h/t/httpshop.saint-ape.com__productimagesats1780602-9900-blackats1780602-9900-black-front.jpg','image',0),(20,90,'/h/t/httpshop.saint-ape.com__productimagesawts1780654-9000-white-blackawts1780654-9000-white-black-front.jpg','image',0),(21,90,'/h/t/httpshop.saint-ape.com__productimagesawts1780654-9000-white-copperawts1780654-9000-white-copper-front.jpg','image',0),(22,90,'/h/t/httpshop.saint-ape.com__productimagesaja1780208-9900-blackaja1780208-9900-black-front.jpg','image',0),(23,90,'/h/t/httpshop.saint-ape.com__productimagesawja1780256-9900-blackawja1780256-9900-black-front.jpg','image',0),(24,90,'/h/t/httpshop.saint-ape.com__productimagesalj1780100-9900-goat-nubuck-blackalj1780100-9900-goat-nubuck-black-front.jpg','image',0),(25,90,'/h/t/httpshop.saint-ape.com__productimagesalj1780100-9900-goat-nubuck-blackalj1780100-9900-goat-nubuck-black-back.jpg','image',0),(26,90,'/h/t/httpshop.saint-ape.com__productimagesalj1780100-9900-lamb-dd-blackalj1780100-9900-lamb-dd-black-front.jpg','image',0),(27,90,'/h/t/httpshop.saint-ape.com__productimagesalj1780100-9900-lamb-dd-blackalj1780100-9900-lamb-dd-black-back.jpg','image',0),(28,90,'/h/t/httpshop.saint-ape.com__productimagesawlj1780150-9000-whiteawlj1780150-9000-white-front.jpg','image',0),(29,90,'/h/t/httpshop.saint-ape.com__productimagesawlj1780150-9000-whiteawlj1780150-9000-white-back.jpg','image',0),(30,90,'/h/t/httpshop.saint-ape.com__productimagesawlj1780154-9900-black-studsawlj1780154-9900-black-studs-front.jpg','image',0),(31,90,'/h/t/httpshop.saint-ape.com__productimagesawlj1780154-9900-black-studsawlj1780154-9900-black-studs-back.jpg','image',0),(32,90,'/h/t/httpshop.saint-ape.com__productimagesawlj1780154-9900-blackawlj1780154-9900-black-front.jpg','image',0),(33,90,'/h/t/httpshop.saint-ape.com__productimagesawlj1780154-9900-blackawlj1780154-9900-black-back.jpg','image',0),(34,90,'/h/t/httpshop.saint-ape.com__productimagesawsw1780850-9000-whiteawsw1780850-9000-white-front.jpg','image',0),(35,90,'/h/t/httpshop.saint-ape.com__productimagesawsw1780850-9000-whiteawsw1780850-9000-white-back.jpg','image',0),(36,90,'/h/t/httpshop.saint-ape.com__productimagesats1780602-9900-blackats1780602-9900-black-front.jpg','image',0),(37,90,'/h/t/httpshop.saint-ape.com__productimagesats1780602-9900-blackats1780602-9900-black-back.jpg','image',0),(38,90,'/h/t/httpshop.saint-ape.com__productimagesawts1780654-9000-white-blackawts1780654-9000-white-black-front.jpg','image',0),(39,90,'/h/t/httpshop.saint-ape.com__productimagesawts1780654-9000-white-blackawts1780654-9000-white-black-back.jpg','image',0),(40,90,'/h/t/httpshop.saint-ape.com__productimagesawts1780654-9000-white-copperawts1780654-9000-white-copper-front.jpg','image',0),(41,90,'/h/t/httpshop.saint-ape.com__productimagesawts1780654-9000-white-copperawts1780654-9000-white-copper-back.jpg','image',0),(42,90,'/h/t/httpshop.saint-ape.com__productimagesaja1780208-9900-blackaja1780208-9900-black-front.jpg','image',0),(43,90,'/h/t/httpshop.saint-ape.com__productimagesaja1780208-9900-blackaja1780208-9900-black-back.jpg','image',0),(44,90,'/h/t/httpshop.saint-ape.com__productimagesawja1780256-9900-blackawja1780256-9900-black-front.jpg','image',0),(45,90,'/h/t/httpshop.saint-ape.com__productimagesawja1780256-9900-blackawja1780256-9900-black-back.jpg','image',0),(46,90,'/h/t/httpshop.saint-ape.com__productimagesatr1780001-tapered-9900-brut-black-blackatr1780001-bonobo-tapered-front.jpg','image',0),(47,90,'/h/t/httpshop.saint-ape.com__productimagesatr1780001-tapered-9900-brut-black-blackatr1780001-bonobo-tapered-back.jpg','image',0),(48,90,'/h/t/httpshop.saint-ape.com__productimagesaja1780200-6000-indigoaja1780200-6000-indigo-front.jpg','image',0),(49,90,'/h/t/httpshop.saint-ape.com__productimagesaja1780200-6000-indigoaja1780200-6000-indigo-back.jpg','image',0),(55,90,'/h/t/httpshop.saint-ape.com__productimagesalj1780100-9900-black-whitealj1780100-9900-black-white-back.jpg','image',0),(60,90,'/h/t/httpshop.saint-ape.com__productimagesawlj1780150-9900-nubuck-blackawlj1780150-9900-nubuck-black-front.jpg','image',0),(61,90,'/h/t/httpshop.saint-ape.com__productimagesawlj1780150-9900-nubuck-blackawlj1780150-9900-nubuck-black-back.jpg','image',0),(62,90,'/h/t/httpshop.saint-ape.com__productimagesawlj1780150-9000-whiteawlj1780150-9000-white-front.jpg','image',0),(63,90,'/h/t/httpshop.saint-ape.com__productimagesawlj1780150-9000-whiteawlj1780150-9000-white-back.jpg','image',0),(66,90,'/h/t/httpshop.saint-ape.com__productimagesawlj1780154-9900-black-studsawlj1780154-9900-black-studs-front.jpg','image',0),(67,90,'/h/t/httpshop.saint-ape.com__productimagesawlj1780154-9900-black-studsawlj1780154-9900-black-studs-back.jpg','image',0),(68,90,'/h/t/httpshop.saint-ape.com__productimagesawlj1780154-9900-blackawlj1780154-9900-black-front.jpg','image',0),(69,90,'/h/t/httpshop.saint-ape.com__productimagesawlj1780154-9900-blackawlj1780154-9900-black-back.jpg','image',0),(70,90,'/h/t/httpshop.saint-ape.com__productimagesasw1780800-9900-blackasw1780800-9900-black-front.jpg','image',0),(71,90,'/h/t/httpshop.saint-ape.com__productimagesasw1780800-9900-blackasw1780800-9900-black-back.jpg','image',0),(72,90,'/h/t/httpshop.saint-ape.com__productimagesawsw1780850-9000-whiteawsw1780850-9000-white-front.jpg','image',0),(73,90,'/h/t/httpshop.saint-ape.com__productimagesawsw1780850-9000-whiteawsw1780850-9000-white-back.jpg','image',0),(83,90,'/h/t/httpshop.saint-ape.com__productimagesawja1780256-9900-blackawja1780256-9900-black-front.jpg','image',0),(84,90,'/h/t/httpshop.saint-ape.com__productimagesawja1780256-9900-blackawja1780256-9900-black-back.jpg','image',0),(85,90,'/h/t/httpshop.saint-ape.com__productimagesawja1780252-9909-copperawja1780252-9909-copper-front.jpg','image',0),(86,90,'/h/t/httpshop.saint-ape.com__productimagesawja1780252-9909-copperawja1780252-9909-copper-back.jpg','image',0),(89,90,'/h/t/httpshop.saint-ape.com__productimagesatr1780002-gibbon-skinnny-sbbatr1780002-gibbon-skinnny-sbb-front.jpg','image',0),(91,90,'/h/t/httpshop.saint-ape.com__productimagesatr1780003-simian-straight-bbwatr1780003-simian-straight-bbw-back.jpg','image',0),(92,90,'/h/t/httpshop.saint-ape.com__productimagesatr1780050-skinny-ape-bgwatr1780050-skinny-ape-bgw-front.jpg','image',0),(93,90,'/h/t/httpshop.saint-ape.com__productimagesatr1780050-skinny-ape-bgwatr1780050-skinny-ape-bgw-back.jpg','image',0),(94,90,'/a/j/aja1780200-6000-indigo-front_1.jpg','image',0),(95,90,'/a/j/aja1780200-6000-indigo-back.jpg','image',0),(96,90,'/a/l/alj1780100-9900-goat-nubuck-black-front.jpg','image',0),(97,90,'/a/l/alj1780100-9900-goat-nubuck-black-back.jpg','image',0),(98,90,'/a/l/alj1780100-9900-lamb-dd-black-front.jpg','image',0),(100,90,'/a/l/alj1780104-9900-black-studs-front.jpg','image',0),(101,90,'/a/l/alj1780104-9900-black-studs-back.jpg','image',0),(102,90,'/a/t/atr1780003-simian-straight-bbw-front.jpg','image',0),(103,90,'/a/j/aja1780208-9900-black-front.jpg','image',0),(104,90,'/a/j/aja1780208-9900-black-back.jpg','image',0),(105,90,'/a/t/atr1780001-bonobo-tapered-idg-back.jpg','image',0),(106,90,'/a/t/atr1780001-bonobo-tapered-idg-front.jpg','image',0),(112,90,'/a/w/awts1780654-9000-white-copper-front_1.jpg','image',0),(114,90,'/a/w/awts1780654-9000-white-black-front_1.jpg','image',0),(125,90,'/a/j/aja1780206-9900-brut-nubuck-black-front.jpg','image',0),(126,90,'/a/j/aja1780206-9900-brut-nubuck-black-back.jpg','image',0),(127,90,'/a/s/ash1780400-9000-white-vrijstaand.jpg','image',0),(128,90,'/a/s/ash1780400-9000-white-back-vrijstaand.jpg','image',0),(129,90,'/a/t/atr1780002-gibbon-skinnny-sbb-front.jpg','image',0),(131,90,'/a/s/ash1780400-9900-black-front.jpg','image',0),(133,90,'/a/l/alj1780102-9900-ruboff-black-front.jpg','image',0),(134,90,'/a/l/alj1780102-9900-ruboff-black-back.jpg','image',0),(135,90,'/a/l/alj1780100-9900-lamb-dd-black-back01.jpg','image',0),(136,90,'/a/t/ats1780602-9900-black-front.jpg','image',0),(137,90,'/a/t/ats1780602-9900-black-back.jpg','image',0),(138,90,'/a/w/awlj1780152-9900-ruboff-black-front.jpg','image',0),(139,90,'/a/w/awlj1780152-9900-ruboff-black-back.jpg','image',0),(140,90,'/a/l/alj1780100-9900-black-white-front.jpg','image',0),(141,90,'/_/a/_awts1780654-9000-white-black-back.jpg','image',0),(142,90,'/a/s/ash1780400-9900-black-back_1.jpg','image',0),(143,90,'/a/w/awts1780654-9000-white-copper-back.jpg','image',0),(144,90,'/a/w/awlj1780150-9000-white-front2.jpg','image',0),(145,90,'/a/w/awlj1780150-9000-white-back.jpg','image',0),(146,90,'/a/w/awlj1780150-9900-nubuck-black-front_1.jpg','image',0),(147,90,'/a/w/awlj1780150-9900-nubuck-black-back.jpg','image',0),(148,90,'/a/w/awlj1780154-9900-black-front.jpg','image',0),(149,90,'/a/w/awlj1780154-9900-black-back.jpg','image',0),(150,90,'/a/w/awlj1780154-9900-black-studs-front.jpg','image',0),(151,90,'/a/w/awlj1780154-9900-black-studs-back.jpg','image',0),(153,90,'/a/w/awlj1780152-9900-ruboff-black-back_1.jpg','image',0),(154,90,'/a/w/awlj1780152-9900-ruboff-black-front.psd.jpg','image',0),(155,90,'/a/l/alj1780100-9900-lamb-dd-black-front_1.jpg','image',0),(156,90,'/a/l/alj1780100-9900-lamb-dd-black-back01_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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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,
CONSTRAINT `CAT_PRD_ENTT_MDA_GLR_VAL_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
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
) ENGINE=InnoDB AUTO_INCREMENT=319 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Media Gallery Attribute Value Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 (100,0,504,NULL,2,0,185),(101,0,504,NULL,3,0,186),(127,0,516,NULL,1,0,187),(128,0,516,NULL,2,0,188),(133,0,503,NULL,0,0,199),(134,0,503,NULL,4,0,200),(70,0,510,NULL,1,0,213),(71,0,510,NULL,2,0,214),(72,0,511,NULL,1,0,219),(73,0,511,NULL,2,0,220),(83,0,520,NULL,1,0,227),(84,0,520,NULL,2,0,228),(85,0,521,NULL,1,0,229),(86,0,521,NULL,2,0,230),(89,0,524,NULL,1,0,235),(129,0,525,NULL,1,0,236),(91,0,526,NULL,2,0,237),(102,0,526,NULL,1,0,238),(92,0,527,NULL,1,0,239),(93,0,527,NULL,2,0,240),(114,0,513,NULL,1,0,258),(141,0,513,NULL,2,0,259),(136,0,512,NULL,2,0,260),(137,0,512,NULL,3,0,261),(131,0,515,NULL,1,0,263),(142,0,515,NULL,3,0,264),(112,0,514,NULL,2,0,265),(143,0,514,NULL,2,0,266),(62,0,506,NULL,2,1,267),(63,0,506,NULL,3,1,268),(144,0,506,NULL,0,0,269),(145,0,506,NULL,1,0,270),(60,0,505,NULL,2,1,271),(61,0,505,NULL,3,1,272),(146,0,505,NULL,0,0,273),(147,0,505,NULL,1,0,274),(68,0,509,NULL,2,1,275),(69,0,509,NULL,3,1,276),(148,0,509,NULL,0,0,277),(149,0,509,NULL,1,0,278),(66,0,508,NULL,1,1,279),(67,0,508,NULL,2,1,280),(150,0,508,NULL,3,0,281),(151,0,508,NULL,4,0,282),(138,0,507,NULL,3,1,287),(139,0,507,NULL,4,1,288),(153,0,507,NULL,2,0,289),(154,0,507,NULL,1,0,290),(96,0,500,NULL,2,0,293),(97,0,500,NULL,3,0,294),(94,0,517,NULL,1,0,299),(95,0,517,NULL,2,0,300),(103,0,519,NULL,2,0,301),(104,0,519,NULL,3,0,302),(125,0,533,NULL,0,0,303),(126,0,533,NULL,1,0,304),(55,0,502,NULL,2,0,309),(140,0,502,NULL,0,0,310),(98,0,501,NULL,2,0,311),(135,0,501,NULL,3,0,312),(105,0,522,NULL,1,0,317),(106,0,522,NULL,0,0,318);
/*!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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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,
CONSTRAINT `FK_A6C6C8FAA386736921D3A7C4B50B1185` FOREIGN KEY (`value_id`) REFERENCES `catalog_product_entity_media_gallery` (`value_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Link Media value to Product entity table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 (96,500),(97,500),(98,501),(135,501),(55,502),(140,502),(133,503),(134,503),(100,504),(101,504),(60,505),(61,505),(146,505),(147,505),(62,506),(63,506),(144,506),(145,506),(138,507),(139,507),(153,507),(154,507),(66,508),(67,508),(150,508),(151,508),(68,509),(69,509),(148,509),(149,509),(70,510),(71,510),(72,511),(73,511),(136,512),(137,512),(114,513),(141,513),(112,514),(143,514),(131,515),(142,515),(127,516),(128,516),(94,517),(95,517),(103,519),(104,519),(83,520),(84,520),(85,521),(86,521),(105,522),(106,522),(89,524),(129,525),(91,526),(102,526),(92,527),(93,527),(125,533),(126,533);
/*!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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CAT_PRD_ENTT_MDA_GLR_VAL_VIDEO_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
CONSTRAINT `FK_6FDF205946906B0E653E60AA769899F8` FOREIGN KEY (`value_id`) REFERENCES `catalog_product_entity_media_gallery` (`value_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Video Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 */;
/*!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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CATALOG_PRODUCT_ENTITY_TEXT_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_PRD_ENTT_TEXT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
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
) ENGINE=InnoDB AUTO_INCREMENT=523 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Text Attribute Backend Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 (462,75,0,500,'ST APE Perfecto leather biker jacket is made from a soft, yet heavy goat nubuck leather. Details include clean stitching, and unique branded hardware & trimmings. We have used an unbleached cotton body lining for better breathability, and a nylon sleeve lining for added ease of putting on your jacket. Only a few are genius.'),(463,76,0,500,'Leather biker jacket '),(464,75,0,501,'ST APE Perfecto leather biker jacket is made from a soft, yet heavy lamb Drum Dyed leather. Details include clean stitching, and unique branded hardware & trimmings. We have used an unbleached cotton body lining for better breathability, and a nylon sleeve lining for added ease of putting on your jacket. Only a few are genius.\r\n\r\n<br>\r\n<br>\r\nout of stock - available soon <br>\r\n<br>\r\njoin the waitlist to be emailed when this product becomes available.\r\n<br>\r\n<br>\r\n<a href=\"mailto:info@saint-ape.com?subject=waitlist%20LONG%20APE%2001\">Send an email</a>'),(465,76,0,501,'Leather biker jacket '),(466,75,0,502,'ST APE Perfecto leather biker jacket is made from a soft, yet heavy lamb Drum Dyed chrome free leather. Details include clean stitching, and unique branded hardware & trimmings. We have used an unbleached cotton body lining for better breathability, and a nylon sleeve lining for added ease of putting on your jacket. Only a few are genius.'),(467,76,0,502,'Leather biker jacket '),(468,75,0,503,'100% cow leather with rubbed grain effect, washed & tanned in an environmentally friendly way. This piece has been made using the Treasury of Denim way of construction. We have used an unbleached cotton body lining for better breathability, and unique branded hardware & trimmings. '),(469,76,0,503,'new age pilot jacket'),(470,75,0,504,'This is our most iconic jacket with the hidden and then revealed studs on this ST APE Perfecto leather biker jacket. It is made out of a very soft, yet heavy lamb Drum Dyed leather. Details include clean stitching, and unique branded hardware & trimmings. We have used an unbleached cotton body lining for better breathability, and a nylon sleeve lining for added ease of putting on your jacket. Only a few are genius.'),(471,76,0,504,'iconic leater perfecto biker jacket '),(472,75,0,505,'This soft, yet heavy goat Nubuck leather features quality clean stitchung and unique branded hardware & trimmings. We have used an unbleached cotton lining for better breathability. Because of the extra light hardware & trimmings, this 100% real leather jacket is extremely comfortable to wear. '),(473,76,0,505,'Leather biker jacket '),(474,75,0,506,'A refined combination of two types of leather was used to create this perfect leather jacket. The white leather is chrome free nano lamb quality, and the black is a soft lamb Drum Dyed quality leather. We have used an unbleached cotton lining with quality clean stitching and unique branded hardware & trimmings. '),(475,76,0,506,'Leather biker jacket '),(476,75,0,507,'100% cow leather with rubbed grain effect, washed & tanned in an environmentally friendly way. This piece has been made using the Treasury of Denim way of construction. We have used an unbleached cotton body lining for better breathability, and unique branded hardware & trimmings. '),(477,76,0,507,'new age bomber jacket'),(478,75,0,508,'A soft lamb Drum Dyed leather that demonstrated endurance and the iconic \'Gibbon\' logo, with padded quilting detail on the shoulders and back adding to the style. We have used an unbleached cotton lining for better breathability. This jacket is also available without artwork.'),(479,76,0,508,'Leather biker jacket '),(480,75,0,509,'A soft lamb Drum Dyed leather that demonstrated endurance and the iconic \'Gibbon\' logo, with padded quilting detail on the shoulders and back adding to the style. We have used an unbleached cotton lining for better breathability. This jacket is also available without artwork.'),(481,76,0,509,'Leather biker jacket '),(482,75,0,510,'ST. APE long sleeved sweatshirt with embroided \'Gibbon\' logo, in a heavy weight 320 grams cotton. '),(483,76,0,510,'Sweater'),(484,75,0,511,'ST. APE long sleeved sweatshirt with metal effect artwork, in a heavy weight 320 grams cotton. '),(485,76,0,511,'Sweater'),(486,75,0,512,'ST.APE short sleeved t-shirt made from a heavy yet soft handfeld jersey, featuring subtle 3D handcrafted embroidery. '),(487,76,0,512,'T-shirt'),(488,75,0,513,'ST.APE short sleeved t-shirt made from a heavy yet soft handfeld jersey, featuring subtle 3D handcrafted embroidery. '),(489,76,0,513,'T-shirt'),(490,75,0,514,'ST.APE short sleeved t-shirt made from a heavy yet soft handfeld jersey, featuring subtle 3D handcrafted embroidery. '),(491,76,0,514,'T-shirt'),(492,75,0,515,'A slim fit 2 ply cotton dressed shirt by ST.Ape, adjustable cuffs, closes with sophisitcated horn buttons on the front.'),(493,76,0,515,'shirt'),(494,75,0,516,'A slim fit 2 ply cotton dressed shirt by ST.Ape, adjustable cuffs, closes with sophisitcated horn buttons on the front.'),(495,76,0,516,'shirt'),(496,76,0,517,'jacket'),(497,76,0,518,'jacket'),(498,76,0,519,'blazer'),(499,76,0,520,'blazer'),(500,76,0,521,'jacket'),(501,76,0,522,'jeans'),(502,76,0,523,'jeans'),(503,76,0,524,'jeans'),(504,76,0,525,'jeans'),(505,76,0,526,'jeans'),(506,76,0,527,'jeans'),(507,76,0,528,'jeans'),(508,76,0,529,'jeans'),(509,75,0,517,'ST.Ape\'s long Ape made out of the finest 100% 800 grs italian wool that we could find. Details include clean stitching, and unique branded hardware & trimmings. Only a few are genius.<br>\r\n<br>\r\nout of stock - available soon <br>\r\n<br>\r\njoin the waitlist to be emailed when this product becomes available.\r\n<br>\r\n<br>\r\n<a href=\"mailto:info@saint-ape.com?subject=waitlist%20LONG%20APE%2001\">Send an email</a>'),(510,75,0,522,'Our iconic tapered fit is almost there. We manufacture our denims with utmost precision and with obsessive detail together with the finest fabrics from Berto & Candiani and the finest launderers of europe. \r\n\r\n<br>\r\n<br>\r\nout of stock - available soon <br>\r\n<br>\r\njoin the waitlist to be emailed when this product becomes available.\r\n<br>\r\n<br>\r\n<a href=\"mailto:info@saint-ape.com?subject=waitlist%20LONG%20APE%2001\">Send an email</a>'),(511,75,0,527,'available soon'),(512,75,0,528,'available soon'),(513,75,0,529,'available soon'),(514,75,0,525,'available soon'),(515,75,0,524,'available soon'),(516,75,0,523,'available soon'),(517,75,0,533,'ST.APE\'s nubuck leather denim jacket is made from a very soft, yet heavy goat nubuck leather. Details include clean stitching, and unique branded hardware & trimmings. Only a few are genius.'),(518,76,0,533,'jacket'),(519,75,0,519,'Signature ST.APE smokin blazer made out of the finest 100% virgin wool a 100% cotton lining. 2 button closure no pleat on the back and kissing buttons at the cuffs. Only a few are genius \r\n\r\n<br>\r\n<br>\r\nout of stock - available soon <br>\r\n<br>\r\njoin the waitlist to be emailed when this product becomes available.\r\n<br>\r\n<br>\r\n<a href=\"mailto:info@saint-ape.com?subject=waitlist%20LONG%20APE%2001\">Send an email</a>');
/*!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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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,
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,
CONSTRAINT `CAT_PRD_ENTT_TIER_PRICE_WS_ID_STORE_WS_WS_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Tier Price Attribute Backend Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_entity_tier_price`
--
LOCK TABLES `catalog_product_entity_tier_price` WRITE;
/*!40000 ALTER TABLE `catalog_product_entity_tier_price` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_entity_tier_price` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_entity_varchar`
--
DROP TABLE IF EXISTS `catalog_product_entity_varchar`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_PRD_ENTT_VCHR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
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
) ENGINE=InnoDB AUTO_INCREMENT=5500 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Varchar Attribute Backend Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 (3890,73,0,315,'PERFECT APE 01 - m'),(3891,119,0,315,'alj17801009900goatnubuckblackm-perfectape01m'),(3892,122,0,315,'0'),(3893,106,0,315,'container2'),(3894,73,0,316,'PERFECT APE 01 - l'),(3895,119,0,316,'alj17801009900goatnubuckblackl-perfectape01l'),(3896,122,0,316,'0'),(3897,106,0,316,'container2'),(3898,73,0,317,'PERFECT APE 01 - xl'),(3899,119,0,317,'alj17801009900goatnubuckblackxl-perfectape01xl'),(3900,122,0,317,'0'),(3901,106,0,317,'container2'),(3902,73,0,318,'PERFECT APE 01 - m'),(3903,119,0,318,'alj17801009900lambddblackm-perfectape01m'),(3904,122,0,318,'0'),(3905,106,0,318,'container2'),(3906,73,0,319,'PERFECT APE 01 - l'),(3907,119,0,319,'alj17801009900lambddblackl-perfectape01l'),(3908,122,0,319,'0'),(3909,106,0,319,'container2'),(3910,73,0,320,'PERFECT APE 01 - xl'),(3911,119,0,320,'alj17801009900lambddblackxl-perfectape01xl'),(3912,122,0,320,'0'),(3913,106,0,320,'container2'),(3914,73,0,321,'PERFECT APE 01 - m'),(3915,119,0,321,'alj17801009900blackwhitem-perfectape01m'),(3916,122,0,321,'0'),(3917,106,0,321,'container2'),(3918,73,0,322,'PERFECT APE 01 - l'),(3919,119,0,322,'alj17801009900blackwhitel-perfectape01l'),(3920,122,0,322,'0'),(3921,106,0,322,'container2'),(3922,73,0,323,'PERFECT APE 01 - xl'),(3923,119,0,323,'alj17801009900blackwhitexl-perfectape01xl'),(3924,122,0,323,'0'),(3925,106,0,323,'container2'),(3926,73,0,324,'HEAVY APE 01 - m'),(3927,119,0,324,'alj17801029900ruboffblackm-heavyape01m'),(3928,122,0,324,'0'),(3929,106,0,324,'container2'),(3930,73,0,325,'HEAVY APE 01 - l'),(3931,119,0,325,'alj17801029900ruboffblackl-heavyape01l'),(3932,122,0,325,'0'),(3933,106,0,325,'container2'),(3934,73,0,326,'HEAVY APE 01 - xl'),(3935,119,0,326,'alj17801029900ruboffblackxl-heavyape01xl'),(3936,122,0,326,'0'),(3937,106,0,326,'container2'),(3938,73,0,327,'HIDDEN APE 01 - m'),(3939,119,0,327,'alj17801049900blackstudsm-hiddenape01m'),(3940,122,0,327,'0'),(3941,106,0,327,'container2'),(3942,73,0,328,'HIDDEN APE 01 - l'),(3943,119,0,328,'alj17801049900blackstudsl-hiddenape01l'),(3944,122,0,328,'0'),(3945,106,0,328,'container2'),(3946,73,0,329,'HIDDEN APE 01 - xl'),(3947,119,0,329,'alj17801049900blackstudsxl-hiddenape01xl'),(3948,122,0,329,'0'),(3949,106,0,329,'container2'),(3950,73,0,330,'PERFECTIOUS APE 01 - s'),(3951,119,0,330,'awlj17801509900nubuckblacks-perfectiousape01s'),(3952,122,0,330,'0'),(3953,106,0,330,'container2'),(3954,73,0,331,'PERFECTIOUS APE 01 - m'),(3955,119,0,331,'awlj17801509900nubuckblackm-perfectiousape01m'),(3956,122,0,331,'0'),(3957,106,0,331,'container2'),(3958,73,0,332,'PERFECTIOUS APE 01 - l'),(3959,119,0,332,'awlj17801509900nubuckblackl-perfectiousape01l'),(3960,122,0,332,'0'),(3961,106,0,332,'container2'),(3962,73,0,333,'PERFECTIOUS APE 01 - s'),(3963,119,0,333,'awlj17801509000whites-perfectiousape01s'),(3964,122,0,333,'0'),(3965,106,0,333,'container2'),(3966,73,0,334,'PERFECTIOUS APE 01 - m'),(3967,119,0,334,'awlj17801509000whitem-perfectiousape01m'),(3968,122,0,334,'0'),(3969,106,0,334,'container2'),(3970,73,0,335,'PERFECTIOUS APE 01 - l'),(3971,119,0,335,'awlj17801509000whitel-perfectiousape01l'),(3972,122,0,335,'0'),(3973,106,0,335,'container2'),(3974,73,0,336,'BUFFY APE 01 - s'),(3975,119,0,336,'awlj17801529900ruboffblacks-buffyape01s'),(3976,122,0,336,'0'),(3977,106,0,336,'container2'),(3978,73,0,337,'BUFFY APE 01 - m'),(3979,119,0,337,'awlj17801529900ruboffblackm-buffyape01m'),(3980,122,0,337,'0'),(3981,106,0,337,'container2'),(3982,73,0,338,'BUFFY APE 01 - l'),(3983,119,0,338,'awlj17801529900ruboffblackl-buffyape01l'),(3984,122,0,338,'0'),(3985,106,0,338,'container2'),(3986,73,0,339,'GLAMOROUS APE 01 - s'),(3987,119,0,339,'awlj17801549900blackstudss-glamorousape01s'),(3988,122,0,339,'0'),(3989,106,0,339,'container2'),(3990,73,0,340,'GLAMOROUS APE 01 - m'),(3991,119,0,340,'awlj17801549900blackstudsm-glamorousape01m'),(3992,122,0,340,'0'),(3993,106,0,340,'container2'),(3994,73,0,341,'GLAMOROUS APE 01 - l'),(3995,119,0,341,'awlj17801549900blackstudsl-glamorousape01l'),(3996,122,0,341,'0'),(3997,106,0,341,'container2'),(3998,73,0,342,'GLAMOROUS APE 01 - s'),(3999,119,0,342,'awlj17801549900blacks-glamorousape01s'),(4000,122,0,342,'0'),(4001,106,0,342,'container2'),(4002,73,0,343,'GLAMOROUS APE 01 - m'),(4003,119,0,343,'awlj17801549900blackm-glamorousape01m'),(4004,122,0,343,'0'),(4005,106,0,343,'container2'),(4006,73,0,344,'GLAMOROUS APE 01 - l'),(4007,119,0,344,'awlj17801549900blackl-glamorousape01l'),(4008,122,0,344,'0'),(4009,106,0,344,'container2'),(4010,73,0,345,'SWEATY APE 01 - s'),(4011,119,0,345,'asw17808009900blacks-sweatyape01s'),(4012,122,0,345,'0'),(4013,106,0,345,'container2'),(4014,73,0,346,'SWEATY APE 01 - m'),(4015,119,0,346,'asw17808009900blackm-sweatyape01m'),(4016,122,0,346,'0'),(4017,106,0,346,'container2'),(4018,73,0,347,'SWEATY APE 01 - l'),(4019,119,0,347,'asw17808009900blackl-sweatyape01l'),(4020,122,0,347,'0'),(4021,106,0,347,'container2'),(4022,73,0,348,'SWEATY APE 01 - xl'),(4023,119,0,348,'asw17808009900blackxl-sweatyape01xl'),(4024,122,0,348,'0'),(4025,106,0,348,'container2'),(4026,73,0,349,'BOLT APE 01 - xs'),(4027,119,0,349,'awsw17808509000whitexs-boltape01xs'),(4028,122,0,349,'0'),(4029,106,0,349,'container2'),(4030,73,0,350,'BOLT APE 01 - s'),(4031,119,0,350,'awsw17808509000whites-boltape01s'),(4032,122,0,350,'0'),(4033,106,0,350,'container2'),(4034,73,0,351,'BOLT APE 01 - m'),(4035,119,0,351,'awsw17808509000whitem-boltape01m'),(4036,122,0,351,'0'),(4037,106,0,351,'container2'),(4038,73,0,352,'BOLT APE 01 - l'),(4039,119,0,352,'awsw17808509000whitel-boltape01l'),(4040,122,0,352,'0'),(4041,106,0,352,'container2'),(4042,73,0,353,'SHY APE 01 - s'),(4043,119,0,353,'ats17806029900blacks-shyape01s'),(4044,122,0,353,'0'),(4045,106,0,353,'container2'),(4046,73,0,354,'SHY APE 01 - m'),(4047,119,0,354,'ats17806029900blackm-shyape01m'),(4048,122,0,354,'0'),(4049,106,0,354,'container2'),(4050,73,0,355,'SHY APE 01 - l'),(4051,119,0,355,'ats17806029900blackl-shyape01l'),(4052,122,0,355,'0'),(4053,106,0,355,'container2'),(4054,73,0,356,'SHY APE 01 - xl'),(4055,119,0,356,'ats17806029900blackxl-shyape01xl'),(4056,122,0,356,'0'),(4057,106,0,356,'container2'),(4058,73,0,357,'ARTY APE 01 - xs'),(4059,119,0,357,'awts17806549000whiteblackxs-artyape01xs'),(4060,122,0,357,'0'),(4061,106,0,357,'container2'),(4062,73,0,358,'ARTY APE 01 - s'),(4063,119,0,358,'awts17806549000whiteblacks-artyape01s'),(4064,122,0,358,'0'),(4065,106,0,358,'container2'),(4066,73,0,359,'ARTY APE 01 - m'),(4067,119,0,359,'awts17806549000whiteblackm-artyape01m'),(4068,122,0,359,'0'),(4069,106,0,359,'container2'),(4070,73,0,360,'ARTY APE 01 - l'),(4071,119,0,360,'awts17806549000whiteblackl-artyape01l'),(4072,122,0,360,'0'),(4073,106,0,360,'container2'),(4074,73,0,361,'ARTY APE 01 - xs'),(4075,119,0,361,'awts17806549000whitecopperxs-artyape01xs'),(4076,122,0,361,'0'),(4077,106,0,361,'container2'),(4078,73,0,362,'ARTY APE 01 - s'),(4079,119,0,362,'awts17806549000whitecoppers-artyape01s'),(4080,122,0,362,'0'),(4081,106,0,362,'container2'),(4082,73,0,363,'ARTY APE 01 - m'),(4083,119,0,363,'awts17806549000whitecopperm-artyape01m'),(4084,122,0,363,'0'),(4085,106,0,363,'container2'),(4086,73,0,364,'ARTY APE 01 - l'),(4087,119,0,364,'awts17806549000whitecopperl-artyape01l'),(4088,122,0,364,'0'),(4089,106,0,364,'container2'),(4090,73,0,365,'DRESSED APE 01 - s'),(4091,119,0,365,'ash17804009900blacks-dressedape01s'),(4092,122,0,365,'0'),(4093,106,0,365,'container2'),(4094,73,0,366,'DRESSED APE 01 - m'),(4095,119,0,366,'ash17804009900blackm-dressedape01m'),(4096,122,0,366,'0'),(4097,106,0,366,'container2'),(4098,73,0,367,'DRESSED APE 01 - l'),(4099,119,0,367,'ash17804009900blackl-dressedape01l'),(4100,122,0,367,'0'),(4101,106,0,367,'container2'),(4102,73,0,368,'DRESSED APE 01 - xl'),(4103,119,0,368,'ash17804009900blackxl-dressedape01xl'),(4104,122,0,368,'0'),(4105,106,0,368,'container2'),(4106,73,0,369,'DRESSED APE 01 - s'),(4107,119,0,369,'ash17804009000whites-dressedape01s'),(4108,122,0,369,'0'),(4109,106,0,369,'container2'),(4110,73,0,370,'DRESSED APE 01 - m'),(4111,119,0,370,'ash17804009000whitem-dressedape01m'),(4112,122,0,370,'0'),(4113,106,0,370,'container2'),(4114,73,0,371,'DRESSED APE 01 - l'),(4115,119,0,371,'ash17804009000whitel-dressedape01l'),(4116,122,0,371,'0'),(4117,106,0,371,'container2'),(4118,73,0,372,'DRESSED APE 01 - xl'),(4119,119,0,372,'ash17804009000whitexl-dressedape01xl'),(4120,122,0,372,'0'),(4121,106,0,372,'container2'),(4122,73,0,373,'LONG APE 01 - m'),(4123,119,0,373,'aja17802006000indigom-longape01m'),(4124,122,0,373,'0'),(4125,106,0,373,'container2'),(4126,73,0,374,'LONG APE 01 - l'),(4127,119,0,374,'aja17802006000indigol-longape01l'),(4128,122,0,374,'0'),(4129,106,0,374,'container2'),(4130,73,0,375,'LONG APE 01 - xl'),(4131,119,0,375,'aja17802006000indigoxl-longape01xl'),(4132,122,0,375,'0'),(4133,106,0,375,'container2'),(4134,73,0,376,'BALANCED APE 01 - s'),(4135,119,0,376,'awja17802509900blacks-balancedape01s'),(4136,122,0,376,'0'),(4137,106,0,376,'container2'),(4138,73,0,377,'BALANCED APE 01 - m'),(4139,119,0,377,'awja17802509900blackm-balancedape01m'),(4140,122,0,377,'0'),(4141,106,0,377,'container2'),(4142,73,0,378,'BALANCED APE 01 - l'),(4143,119,0,378,'awja17802509900blackl-balancedape01l'),(4144,122,0,378,'0'),(4145,106,0,378,'container2'),(4146,73,0,379,'SMOKIN APE 01 - m'),(4147,119,0,379,'aja17802089900blackm-smokinape01m'),(4148,122,0,379,'0'),(4149,106,0,379,'container2'),(4150,73,0,380,'SMOKIN APE 01 - l'),(4151,119,0,380,'aja17802089900blackl-smokinape01l'),(4152,122,0,380,'0'),(4153,106,0,380,'container2'),(4154,73,0,381,'SMOKIN APE 01 - xl'),(4155,119,0,381,'aja17802089900blackxl-smokinape01xl'),(4156,122,0,381,'0'),(4157,106,0,381,'container2'),(4158,73,0,382,'VIRGIN APE 01 - m'),(4159,119,0,382,'awja17802569900blackm-virginape01m'),(4160,122,0,382,'0'),(4161,106,0,382,'container2'),(4162,73,0,383,'VIRGIN APE 01 - l'),(4163,119,0,383,'awja17802569900blackl-virginape01l'),(4164,122,0,383,'0'),(4165,106,0,383,'container2'),(4166,73,0,384,'FLYING APE 01 - m'),(4167,119,0,384,'awja17802529909copperm-flyingape01m'),(4168,122,0,384,'0'),(4169,106,0,384,'container2'),(4170,73,0,385,'FLYING APE 01 - l'),(4171,119,0,385,'awja17802529909copperl-flyingape01l'),(4172,122,0,385,'0'),(4173,106,0,385,'container2'),(4174,73,0,386,'BONOBO 01 TAPERED-29-32'),(4175,119,0,386,'atr1780001bonobotaperedidg2932-bonobo01tapered2932'),(4176,122,0,386,'0'),(4177,106,0,386,'container2'),(4178,73,0,387,'BONOBO 01 TAPERED-30-32'),(4179,119,0,387,'atr1780001bonobotaperedidg3032-bonobo01tapered3032'),(4180,122,0,387,'0'),(4181,106,0,387,'container2'),(4182,73,0,388,'BONOBO 01 TAPERED-31-32'),(4183,119,0,388,'atr1780001bonobotaperedidg3132-bonobo01tapered3132'),(4184,122,0,388,'0'),(4185,106,0,388,'container2'),(4186,73,0,389,'BONOBO 01 TAPERED-32-32'),(4187,119,0,389,'atr1780001bonobotaperedidg3232-bonobo01tapered3232'),(4188,122,0,389,'0'),(4189,106,0,389,'container2'),(4190,73,0,390,'BONOBO 01 TAPERED-33-32'),(4191,119,0,390,'atr1780001bonobotaperedidg3332-bonobo01tapered3332'),(4192,122,0,390,'0'),(4193,106,0,390,'container2'),(4194,73,0,391,'BONOBO 01 TAPERED-34-32'),(4195,119,0,391,'atr1780001bonobotaperedidg3432-bonobo01tapered3432'),(4196,122,0,391,'0'),(4197,106,0,391,'container2'),(4198,73,0,392,'BONOBO 01 TAPERED-29-34'),(4199,119,0,392,'atr1780001bonobotaperedidg2934-bonobo01tapered2934'),(4200,122,0,392,'0'),(4201,106,0,392,'container2'),(4202,73,0,393,'BONOBO 01 TAPERED-30-34'),(4203,119,0,393,'atr1780001bonobotaperedidg3034-bonobo01tapered3034'),(4204,122,0,393,'0'),(4205,106,0,393,'container2'),(4206,73,0,394,'BONOBO 01 TAPERED-31-34'),(4207,119,0,394,'atr1780001bonobotaperedidg3134-bonobo01tapered3134'),(4208,122,0,394,'0'),(4209,106,0,394,'container2'),(4210,73,0,395,'BONOBO 01 TAPERED-32-34'),(4211,119,0,395,'atr1780001bonobotaperedidg3234-bonobo01tapered3234'),(4212,122,0,395,'0'),(4213,106,0,395,'container2'),(4214,73,0,396,'BONOBO 01 TAPERED-33-34'),(4215,119,0,396,'atr1780001bonobotaperedidg3334-bonobo01tapered3334'),(4216,122,0,396,'0'),(4217,106,0,396,'container2'),(4218,73,0,397,'BONOBO 01 TAPERED-34-34'),(4219,119,0,397,'atr1780001bonobotaperedidg3434-bonobo01tapered3434'),(4220,122,0,397,'0'),(4221,106,0,397,'container2'),(4222,73,0,398,'BONOBO 01 TAPERED-29-32'),(4223,119,0,398,'atr1780001bonobotaperedbbb2932-bonobo01tapered2932'),(4224,122,0,398,'0'),(4225,106,0,398,'container2'),(4226,73,0,399,'BONOBO 01 TAPERED-30-32'),(4227,119,0,399,'atr1780001bonobotaperedbbb3032-bonobo01tapered3032'),(4228,122,0,399,'0'),(4229,106,0,399,'container2'),(4230,73,0,400,'BONOBO 01 TAPERED-31-32'),(4231,119,0,400,'atr1780001bonobotaperedbbb3132-bonobo01tapered3132'),(4232,122,0,400,'0'),(4233,106,0,400,'container2'),(4234,73,0,401,'BONOBO 01 TAPERED-32-32'),(4235,119,0,401,'atr1780001bonobotaperedbbb3232-bonobo01tapered3232'),(4236,122,0,401,'0'),(4237,106,0,401,'container2'),(4238,73,0,402,'BONOBO 01 TAPERED-33-32'),(4239,119,0,402,'atr1780001bonobotaperedbbb3332-bonobo01tapered3332'),(4240,122,0,402,'0'),(4241,106,0,402,'container2'),(4242,73,0,403,'BONOBO 01 TAPERED-34-32'),(4243,119,0,403,'atr1780001bonobotaperedbbb3432-bonobo01tapered3432'),(4244,122,0,403,'0'),(4245,106,0,403,'container2'),(4246,73,0,404,'BONOBO 01 TAPERED-29-34'),(4247,119,0,404,'atr1780001bonobotaperedbbb2934-bonobo01tapered2934'),(4248,122,0,404,'0'),(4249,106,0,404,'container2'),(4250,73,0,405,'BONOBO 01 TAPERED-30-34'),(4251,119,0,405,'atr1780001bonobotaperedbbb3034-bonobo01tapered3034'),(4252,122,0,405,'0'),(4253,106,0,405,'container2'),(4254,73,0,406,'BONOBO 01 TAPERED-31-34'),(4255,119,0,406,'atr1780001bonobotaperedbbb3134-bonobo01tapered3134'),(4256,122,0,406,'0'),(4257,106,0,406,'container2'),(4258,73,0,407,'BONOBO 01 TAPERED-32-34'),(4259,119,0,407,'atr1780001bonobotaperedbbb3234-bonobo01tapered3234'),(4260,122,0,407,'0'),(4261,106,0,407,'container2'),(4262,73,0,408,'BONOBO 01 TAPERED-33-34'),(4263,119,0,408,'atr1780001bonobotaperedbbb3334-bonobo01tapered3334'),(4264,122,0,408,'0'),(4265,106,0,408,'container2'),(4266,73,0,409,'BONOBO 01 TAPERED-34-34'),(4267,119,0,409,'atr1780001bonobotaperedbbb3434-bonobo01tapered3434'),(4268,122,0,409,'0'),(4269,106,0,409,'container2'),(4270,73,0,410,'GIBBON 01 SKINNY-29-32'),(4271,119,0,410,'atr1780002gibbonskinnnysbb2932-gibbon01skinny2932'),(4272,122,0,410,'0'),(4273,106,0,410,'container2'),(4274,73,0,411,'GIBBON 01 SKINNY-30-32'),(4275,119,0,411,'atr1780002gibbonskinnnysbb3032-gibbon01skinny3032'),(4276,122,0,411,'0'),(4277,106,0,411,'container2'),(4278,73,0,412,'GIBBON 01 SKINNY-31-32'),(4279,119,0,412,'atr1780002gibbonskinnnysbb3132-gibbon01skinny3132'),(4280,122,0,412,'0'),(4281,106,0,412,'container2'),(4282,73,0,413,'GIBBON 01 SKINNY-32-32'),(4283,119,0,413,'atr1780002gibbonskinnnysbb3232-gibbon01skinny3232'),(4284,122,0,413,'0'),(4285,106,0,413,'container2'),(4286,73,0,414,'GIBBON 01 SKINNY-33-32'),(4287,119,0,414,'atr1780002gibbonskinnnysbb3332-gibbon01skinny3332'),(4288,122,0,414,'0'),(4289,106,0,414,'container2'),(4290,73,0,415,'GIBBON 01 SKINNY-34-32'),(4291,119,0,415,'atr1780002gibbonskinnnysbb3432-gibbon01skinny3432'),(4292,122,0,415,'0'),(4293,106,0,415,'container2'),(4294,73,0,416,'GIBBON 01 SKINNY-29-34'),(4295,119,0,416,'atr1780002gibbonskinnnysbb2934-gibbon01skinny2934'),(4296,122,0,416,'0'),(4297,106,0,416,'container2'),(4298,73,0,417,'GIBBON 01 SKINNY-30-34'),(4299,119,0,417,'atr1780002gibbonskinnnysbb3034-gibbon01skinny3034'),(4300,122,0,417,'0'),(4301,106,0,417,'container2'),(4302,73,0,418,'GIBBON 01 SKINNY-31-34'),(4303,119,0,418,'atr1780002gibbonskinnnysbb3134-gibbon01skinny3134'),(4304,122,0,418,'0'),(4305,106,0,418,'container2'),(4306,73,0,419,'GIBBON 01 SKINNY-32-34'),(4307,119,0,419,'atr1780002gibbonskinnnysbb3234-gibbon01skinny3234'),(4308,122,0,419,'0'),(4309,106,0,419,'container2'),(4310,73,0,420,'GIBBON 01 SKINNY-33-34'),(4311,119,0,420,'atr1780002gibbonskinnnysbb3334-gibbon01skinny3334'),(4312,122,0,420,'0'),(4313,106,0,420,'container2'),(4314,73,0,421,'GIBBON 01 SKINNY-34-34'),(4315,119,0,421,'atr1780002gibbonskinnnysbb3434-gibbon01skinny3434'),(4316,122,0,421,'0'),(4317,106,0,421,'container2'),(4318,73,0,422,'GIBBON 01 SKINNY-29-32'),(4319,119,0,422,'atr1780002gibbonskinnnyidg2932-gibbon01skinny2932'),(4320,122,0,422,'0'),(4321,106,0,422,'container2'),(4322,73,0,423,'GIBBON 01 SKINNY-30-32'),(4323,119,0,423,'atr1780002gibbonskinnnyidg3032-gibbon01skinny3032'),(4324,122,0,423,'0'),(4325,106,0,423,'container2'),(4326,73,0,424,'GIBBON 01 SKINNY-31-32'),(4327,119,0,424,'atr1780002gibbonskinnnyidg3132-gibbon01skinny3132'),(4328,122,0,424,'0'),(4329,106,0,424,'container2'),(4330,73,0,425,'GIBBON 01 SKINNY-32-32'),(4331,119,0,425,'atr1780002gibbonskinnnyidg3232-gibbon01skinny3232'),(4332,122,0,425,'0'),(4333,106,0,425,'container2'),(4334,73,0,426,'GIBBON 01 SKINNY-33-32'),(4335,119,0,426,'atr1780002gibbonskinnnyidg3332-gibbon01skinny3332'),(4336,122,0,426,'0'),(4337,106,0,426,'container2'),(4338,73,0,427,'GIBBON 01 SKINNY-34-32'),(4339,119,0,427,'atr1780002gibbonskinnnyidg3432-gibbon01skinny3432'),(4340,122,0,427,'0'),(4341,106,0,427,'container2'),(4342,73,0,428,'GIBBON 01 SKINNY-29-34'),(4343,119,0,428,'atr1780002gibbonskinnnyidg2934-gibbon01skinny2934'),(4344,122,0,428,'0'),(4345,106,0,428,'container2'),(4346,73,0,429,'GIBBON 01 SKINNY-30-34'),(4347,119,0,429,'atr1780002gibbonskinnnyidg3034-gibbon01skinny3034'),(4348,122,0,429,'0'),(4349,106,0,429,'container2'),(4350,73,0,430,'GIBBON 01 SKINNY-31-34'),(4351,119,0,430,'atr1780002gibbonskinnnyidg3134-gibbon01skinny3134'),(4352,122,0,430,'0'),(4353,106,0,430,'container2'),(4354,73,0,431,'GIBBON 01 SKINNY-32-34'),(4355,119,0,431,'atr1780002gibbonskinnnyidg3234-gibbon01skinny3234'),(4356,122,0,431,'0'),(4357,106,0,431,'container2'),(4358,73,0,432,'GIBBON 01 SKINNY-33-34'),(4359,119,0,432,'atr1780002gibbonskinnnyidg3334-gibbon01skinny3334'),(4360,122,0,432,'0'),(4361,106,0,432,'container2'),(4362,73,0,433,'GIBBON 01 SKINNY-34-34'),(4363,119,0,433,'atr1780002gibbonskinnnyidg3434-gibbon01skinny3434'),(4364,122,0,433,'0'),(4365,106,0,433,'container2'),(4366,73,0,434,'SIMIAN 01 STRAIGHT-29-32'),(4367,119,0,434,'atr1780003simianstraightbbw2932-simian01straight2932'),(4368,122,0,434,'0'),(4369,106,0,434,'container2'),(4370,73,0,435,'SIMIAN 01 STRAIGHT-30-32'),(4371,119,0,435,'atr1780003simianstraightbbw3032-simian01straight3032'),(4372,122,0,435,'0'),(4373,106,0,435,'container2'),(4374,73,0,436,'SIMIAN 01 STRAIGHT-31-32'),(4375,119,0,436,'atr1780003simianstraightbbw3132-simian01straight3132'),(4376,122,0,436,'0'),(4377,106,0,436,'container2'),(4378,73,0,437,'SIMIAN 01 STRAIGHT-32-32'),(4379,119,0,437,'atr1780003simianstraightbbw3232-simian01straight3232'),(4380,122,0,437,'0'),(4381,106,0,437,'container2'),(4382,73,0,438,'SIMIAN 01 STRAIGHT-33-32'),(4383,119,0,438,'atr1780003simianstraightbbw3332-simian01straight3332'),(4384,122,0,438,'0'),(4385,106,0,438,'container2'),(4386,73,0,439,'SIMIAN 01 STRAIGHT-34-32'),(4387,119,0,439,'atr1780003simianstraightbbw3432-simian01straight3432'),(4388,122,0,439,'0'),(4389,106,0,439,'container2'),(4390,73,0,440,'SIMIAN 01 STRAIGHT-29-34'),(4391,119,0,440,'atr1780003simianstraightbbw2934-simian01straight2934'),(4392,122,0,440,'0'),(4393,106,0,440,'container2'),(4394,73,0,441,'SIMIAN 01 STRAIGHT-30-34'),(4395,119,0,441,'atr1780003simianstraightbbw3034-simian01straight3034'),(4396,122,0,441,'0'),(4397,106,0,441,'container2'),(4398,73,0,442,'SIMIAN 01 STRAIGHT-31-34'),(4399,119,0,442,'atr1780003simianstraightbbw3134-simian01straight3134'),(4400,122,0,442,'0'),(4401,106,0,442,'container2'),(4402,73,0,443,'SIMIAN 01 STRAIGHT-32-34'),(4403,119,0,443,'atr1780003simianstraightbbw3234-simian01straight3234'),(4404,122,0,443,'0'),(4405,106,0,443,'container2'),(4406,73,0,444,'SIMIAN 01 STRAIGHT-33-34'),(4407,119,0,444,'atr1780003simianstraightbbw3334-simian01straight3334'),(4408,122,0,444,'0'),(4409,106,0,444,'container2'),(4410,73,0,445,'SIMIAN 01 STRAIGHT-34-34'),(4411,119,0,445,'atr1780003simianstraightbbw3434-simian01straight3434'),(4412,122,0,445,'0'),(4413,106,0,445,'container2'),(4414,73,0,446,'SKINNY APE 01-26-32'),(4415,119,0,446,'atr1780050skinnyapebgw2632-skinnyape012632'),(4416,122,0,446,'0'),(4417,106,0,446,'container2'),(4418,73,0,447,'SKINNY APE 01-27-32'),(4419,119,0,447,'atr1780050skinnyapebgw2732-skinnyape012732'),(4420,122,0,447,'0'),(4421,106,0,447,'container2'),(4422,73,0,448,'SKINNY APE 01-28-32'),(4423,119,0,448,'atr1780050skinnyapebgw2832-skinnyape012832'),(4424,122,0,448,'0'),(4425,106,0,448,'container2'),(4426,73,0,449,'SKINNY APE 01-29-32'),(4427,119,0,449,'atr1780050skinnyapebgw2932-skinnyape012932'),(4428,122,0,449,'0'),(4429,106,0,449,'container2'),(4430,73,0,450,'SKINNY APE 01-30-32'),(4431,119,0,450,'atr1780050skinnyapebgw3032-skinnyape013032'),(4432,122,0,450,'0'),(4433,106,0,450,'container2'),(4434,73,0,451,'SKINNY APE 01-31-32'),(4435,119,0,451,'atr1780050skinnyapebgw3132-skinnyape013132'),(4436,122,0,451,'0'),(4437,106,0,451,'container2'),(4438,73,0,452,'SKINNY APE 01-32-32'),(4439,119,0,452,'atr1780050skinnyapebgw3232-skinnyape013232'),(4440,122,0,452,'0'),(4441,106,0,452,'container2'),(4442,73,0,453,'SKINNY APE 01-33-32'),(4443,119,0,453,'atr1780050skinnyapebgw3332-skinnyape013332'),(4444,122,0,453,'0'),(4445,106,0,453,'container2'),(4446,73,0,454,'SKINNY APE 01-34-32'),(4447,119,0,454,'atr1780050skinnyapebgw3432-skinnyape013432'),(4448,122,0,454,'0'),(4449,106,0,454,'container2'),(4450,73,0,455,'SKINNY APE 01-26-34'),(4451,119,0,455,'atr1780050skinnyapebgw2634-skinnyape012634'),(4452,122,0,455,'0'),(4453,106,0,455,'container2'),(4454,73,0,456,'SKINNY APE 01-27-34'),(4455,119,0,456,'atr1780050skinnyapebgw2734-skinnyape012734'),(4456,122,0,456,'0'),(4457,106,0,456,'container2'),(4458,73,0,457,'SKINNY APE 01-28-34'),(4459,119,0,457,'atr1780050skinnyapebgw2834-skinnyape012834'),(4460,122,0,457,'0'),(4461,106,0,457,'container2'),(4462,73,0,458,'SKINNY APE 01-29-34'),(4463,119,0,458,'atr1780050skinnyapebgw2934-skinnyape012934'),(4464,122,0,458,'0'),(4465,106,0,458,'container2'),(4466,73,0,459,'SKINNY APE 01-30-34'),(4467,119,0,459,'atr1780050skinnyapebgw3034-skinnyape013034'),(4468,122,0,459,'0'),(4469,106,0,459,'container2'),(4470,73,0,460,'SKINNY APE 01-31-34'),(4471,119,0,460,'atr1780050skinnyapebgw3134-skinnyape013134'),(4472,122,0,460,'0'),(4473,106,0,460,'container2'),(4474,73,0,461,'SKINNY APE 01-32-34'),(4475,119,0,461,'atr1780050skinnyapebgw3234-skinnyape013234'),(4476,122,0,461,'0'),(4477,106,0,461,'container2'),(4478,73,0,462,'SKINNY APE 01-33-34'),(4479,119,0,462,'atr1780050skinnyapebgw3334-skinnyape013334'),(4480,122,0,462,'0'),(4481,106,0,462,'container2'),(4482,73,0,463,'SKINNY APE 01-34-34'),(4483,119,0,463,'atr1780050skinnyapebgw3434-skinnyape013434'),(4484,122,0,463,'0'),(4485,106,0,463,'container2'),(4486,73,0,464,'SKINNY APE 01-26-32'),(4487,119,0,464,'atr1780050skinnyapeidg2632-skinnyape012632'),(4488,122,0,464,'0'),(4489,106,0,464,'container2'),(4490,73,0,465,'SKINNY APE 01-27-32'),(4491,119,0,465,'atr1780050skinnyapeidg2732-skinnyape012732'),(4492,122,0,465,'0'),(4493,106,0,465,'container2'),(4494,73,0,466,'SKINNY APE 01-28-32'),(4495,119,0,466,'atr1780050skinnyapeidg2832-skinnyape012832'),(4496,122,0,466,'0'),(4497,106,0,466,'container2'),(4498,73,0,467,'SKINNY APE 01-29-32'),(4499,119,0,467,'atr1780050skinnyapeidg2932-skinnyape012932'),(4500,122,0,467,'0'),(4501,106,0,467,'container2'),(4502,73,0,468,'SKINNY APE 01-30-32'),(4503,119,0,468,'atr1780050skinnyapeidg3032-skinnyape013032'),(4504,122,0,468,'0'),(4505,106,0,468,'container2'),(4506,73,0,469,'SKINNY APE 01-31-32'),(4507,119,0,469,'atr1780050skinnyapeidg3132-skinnyape013132'),(4508,122,0,469,'0'),(4509,106,0,469,'container2'),(4510,73,0,470,'SKINNY APE 01-32-32'),(4511,119,0,470,'atr1780050skinnyapeidg3232-skinnyape013232'),(4512,122,0,470,'0'),(4513,106,0,470,'container2'),(4514,73,0,471,'SKINNY APE 01-33-32'),(4515,119,0,471,'atr1780050skinnyapeidg3332-skinnyape013332'),(4516,122,0,471,'0'),(4517,106,0,471,'container2'),(4518,73,0,472,'SKINNY APE 01-34-32'),(4519,119,0,472,'atr1780050skinnyapeidg3432-skinnyape013432'),(4520,122,0,472,'0'),(4521,106,0,472,'container2'),(4522,73,0,473,'SKINNY APE 01-26-34'),(4523,119,0,473,'atr1780050skinnyapeidg2634-skinnyape012634'),(4524,122,0,473,'0'),(4525,106,0,473,'container2'),(4526,73,0,474,'SKINNY APE 01-27-34'),(4527,119,0,474,'atr1780050skinnyapeidg2734-skinnyape012734'),(4528,122,0,474,'0'),(4529,106,0,474,'container2'),(4530,73,0,475,'SKINNY APE 01-28-34'),(4531,119,0,475,'atr1780050skinnyapeidg2834-skinnyape012834'),(4532,122,0,475,'0'),(4533,106,0,475,'container2'),(4534,73,0,476,'SKINNY APE 01-29-34'),(4535,119,0,476,'atr1780050skinnyapeidg2934-skinnyape012934'),(4536,122,0,476,'0'),(4537,106,0,476,'container2'),(4538,73,0,477,'SKINNY APE 01-30-34'),(4539,119,0,477,'atr1780050skinnyapeidg3034-skinnyape013034'),(4540,122,0,477,'0'),(4541,106,0,477,'container2'),(4542,73,0,478,'SKINNY APE 01-31-34'),(4543,119,0,478,'atr1780050skinnyapeidg3134-skinnyape013134'),(4544,122,0,478,'0'),(4545,106,0,478,'container2'),(4546,73,0,479,'SKINNY APE 01-32-34'),(4547,119,0,479,'atr1780050skinnyapeidg3234-skinnyape013234'),(4548,122,0,479,'0'),(4549,106,0,479,'container2'),(4550,73,0,480,'SKINNY APE 01-33-34'),(4551,119,0,480,'atr1780050skinnyapeidg3334-skinnyape013334'),(4552,122,0,480,'0'),(4553,106,0,480,'container2'),(4554,73,0,481,'SKINNY APE 01-34-34'),(4555,119,0,481,'atr1780050skinnyapeidg3434-skinnyape013434'),(4556,122,0,481,'0'),(4557,106,0,481,'container2'),(4558,73,0,482,'NIM CHIMSKY 01-26-32'),(4559,119,0,482,'awtr1780154nimchimskybbi2632-nimchimsky012632'),(4560,122,0,482,'0'),(4561,106,0,482,'container2'),(4562,73,0,483,'NIM CHIMSKY 01-27-32'),(4563,119,0,483,'awtr1780154nimchimskybbi2732-nimchimsky012732'),(4564,122,0,483,'0'),(4565,106,0,483,'container2'),(4566,73,0,484,'NIM CHIMSKY 01-28-32'),(4567,119,0,484,'awtr1780154nimchimskybbi2832-nimchimsky012832'),(4568,122,0,484,'0'),(4569,106,0,484,'container2'),(4570,73,0,485,'NIM CHIMSKY 01-29-32'),(4571,119,0,485,'awtr1780154nimchimskybbi2932-nimchimsky012932'),(4572,122,0,485,'0'),(4573,106,0,485,'container2'),(4574,73,0,486,'NIM CHIMSKY 01-30-32'),(4575,119,0,486,'awtr1780154nimchimskybbi3032-nimchimsky013032'),(4576,122,0,486,'0'),(4577,106,0,486,'container2'),(4578,73,0,487,'NIM CHIMSKY 01-31-32'),(4579,119,0,487,'awtr1780154nimchimskybbi3132-nimchimsky013132'),(4580,122,0,487,'0'),(4581,106,0,487,'container2'),(4582,73,0,488,'NIM CHIMSKY 01-32-32'),(4583,119,0,488,'awtr1780154nimchimskybbi3232-nimchimsky013232'),(4584,122,0,488,'0'),(4585,106,0,488,'container2'),(4586,73,0,489,'NIM CHIMSKY 01-33-32'),(4587,119,0,489,'awtr1780154nimchimskybbi3332-nimchimsky013332'),(4588,122,0,489,'0'),(4589,106,0,489,'container2'),(4590,73,0,490,'NIM CHIMSKY 01-34-32'),(4591,119,0,490,'awtr1780154nimchimskybbi3432-nimchimsky013432'),(4592,122,0,490,'0'),(4593,106,0,490,'container2'),(4594,73,0,491,'NIM CHIMSKY 01-26-34'),(4595,119,0,491,'awtr1780154nimchimskybbi2634-nimchimsky012634'),(4596,122,0,491,'0'),(4597,106,0,491,'container2'),(4598,73,0,492,'NIM CHIMSKY 01-27-34'),(4599,119,0,492,'awtr1780154nimchimskybbi2734-nimchimsky012734'),(4600,122,0,492,'0'),(4601,106,0,492,'container2'),(4602,73,0,493,'NIM CHIMSKY 01-28-34'),(4603,119,0,493,'awtr1780154nimchimskybbi2834-nimchimsky012834'),(4604,122,0,493,'0'),(4605,106,0,493,'container2'),(4606,73,0,494,'NIM CHIMSKY 01-29-34'),(4607,119,0,494,'awtr1780154nimchimskybbi2934-nimchimsky012934'),(4608,122,0,494,'0'),(4609,106,0,494,'container2'),(4610,73,0,495,'NIM CHIMSKY 01-30-34'),(4611,119,0,495,'awtr1780154nimchimskybbi3034-nimchimsky013034'),(4612,122,0,495,'0'),(4613,106,0,495,'container2'),(4614,73,0,496,'NIM CHIMSKY 01-31-34'),(4615,119,0,496,'awtr1780154nimchimskybbi3134-nimchimsky013134'),(4616,122,0,496,'0'),(4617,106,0,496,'container2'),(4618,73,0,497,'NIM CHIMSKY 01-32-34'),(4619,119,0,497,'awtr1780154nimchimskybbi3234-nimchimsky013234'),(4620,122,0,497,'0'),(4621,106,0,497,'container2'),(4622,73,0,498,'NIM CHIMSKY 01-33-34'),(4623,119,0,498,'awtr1780154nimchimskybbi3334-nimchimsky013334'),(4624,122,0,498,'0'),(4625,106,0,498,'container2'),(4626,73,0,499,'NIM CHIMSKY 01-34-34'),(4627,119,0,499,'awtr1780154nimchimskybbi3434-nimchimsky013434'),(4628,122,0,499,'0'),(4629,106,0,499,'container2'),(4630,73,0,500,'PERFECT APE 01 - NUBUCK'),(4631,136,0,500,'Goat Nubuck'),(4632,138,0,500,'India'),(4633,87,0,500,'/a/l/alj1780100-9900-goat-nubuck-black-front.jpg'),(4634,88,0,500,'/a/l/alj1780100-9900-goat-nubuck-black-front.jpg'),(4635,89,0,500,'/a/l/alj1780100-9900-goat-nubuck-black-front.jpg'),(4636,119,0,500,'alj17801009900goatnubuckblack-perfectape01'),(4637,122,0,500,'0'),(4638,106,0,500,'container2'),(4639,73,0,501,'PERFECT APE 01 - LAMB DD'),(4640,136,0,501,'Lamb DD'),(4641,138,0,501,'India'),(4642,87,0,501,'/a/l/alj1780100-9900-lamb-dd-black-front.jpg'),(4643,88,0,501,'/a/l/alj1780100-9900-lamb-dd-black-front.jpg'),(4644,89,0,501,'/a/l/alj1780100-9900-lamb-dd-black-front.jpg'),(4645,119,0,501,'alj17801009900lambddblack-perfectape01'),(4646,122,0,501,'0'),(4647,106,0,501,'container2'),(4648,73,0,502,'PERFECT APE 01'),(4649,136,0,502,'Lamb DD Chrome Free'),(4650,138,0,502,'India'),(4651,87,0,502,'/a/l/alj1780100-9900-black-white-front.jpg'),(4652,88,0,502,'/a/l/alj1780100-9900-black-white-front.jpg'),(4653,89,0,502,'/a/l/alj1780100-9900-black-white-front.jpg'),(4654,119,0,502,'alj17801009900blackwhite-perfectape01'),(4655,122,0,502,'0'),(4656,106,0,502,'container2'),(4657,73,0,503,'HEAVY APE 01'),(4658,136,0,503,'Cow leather in global rub off'),(4659,138,0,503,'India'),(4660,87,0,503,'/a/l/alj1780102-9900-ruboff-black-front.jpg'),(4661,88,0,503,'/a/l/alj1780102-9900-ruboff-black-front.jpg'),(4662,89,0,503,'/a/l/alj1780102-9900-ruboff-black-front.jpg'),(4663,119,0,503,'alj17801029900ruboffblack-heavyape01'),(4664,122,0,503,'0'),(4665,106,0,503,'container2'),(4666,73,0,504,'HIDDEN APE 01'),(4667,136,0,504,'Lamb DD Chrome Free'),(4668,87,0,504,'/a/l/alj1780104-9900-black-studs-front.jpg'),(4669,88,0,504,'/a/l/alj1780104-9900-black-studs-front.jpg'),(4670,89,0,504,'/a/l/alj1780104-9900-black-studs-front.jpg'),(4671,119,0,504,'alj17801049900blackstuds-hiddenape01'),(4672,122,0,504,'0'),(4673,106,0,504,'container2'),(4674,73,0,505,'PERFECTIOUS APE 01'),(4675,136,0,505,'Goat Nubuck'),(4676,138,0,505,'India'),(4677,87,0,505,'/a/w/awlj1780150-9900-nubuck-black-front_1.jpg'),(4678,88,0,505,'/a/w/awlj1780150-9900-nubuck-black-front_1.jpg'),(4679,89,0,505,'/a/w/awlj1780150-9900-nubuck-black-front_1.jpg'),(4680,119,0,505,'awlj17801509900nubuckblack-perfectiousape01'),(4681,122,0,505,'0'),(4682,106,0,505,'container2'),(4683,73,0,506,'PERFECTIOUS APE 01'),(4684,136,0,506,'Lamb DD Chrome Free'),(4685,138,0,506,'India'),(4686,87,0,506,'/a/w/awlj1780150-9000-white-front2.jpg'),(4687,88,0,506,'/a/w/awlj1780150-9000-white-front2.jpg'),(4688,89,0,506,'/a/w/awlj1780150-9000-white-front2.jpg'),(4689,119,0,506,'awlj17801509000white-perfectiousape01'),(4690,122,0,506,'0'),(4691,106,0,506,'container2'),(4692,73,0,507,'BUFFY APE 01'),(4693,136,0,507,'Cow leather in global rub off'),(4694,138,0,507,'India'),(4695,87,0,507,'/a/w/awlj1780152-9900-ruboff-black-front.psd.jpg'),(4696,88,0,507,'/a/w/awlj1780152-9900-ruboff-black-front.psd.jpg'),(4697,89,0,507,'/a/w/awlj1780152-9900-ruboff-black-front.psd.jpg'),(4698,119,0,507,'awlj17801529900ruboffblack-buffyape01'),(4699,122,0,507,'0'),(4700,106,0,507,'container2'),(4701,73,0,508,'GLAMOROUS APE 01 - STUDS EDITION'),(4702,136,0,508,'Lamb DD'),(4703,138,0,508,'India'),(4704,87,0,508,'/a/w/awlj1780154-9900-black-studs-back.jpg'),(4705,88,0,508,'/a/w/awlj1780154-9900-black-studs-back.jpg'),(4706,89,0,508,'/a/w/awlj1780154-9900-black-studs-back.jpg'),(4707,119,0,508,'awlj17801549900blackstuds-glamorousape01'),(4708,122,0,508,'0'),(4709,106,0,508,'container2'),(4710,73,0,509,'GLAMOROUS APE 01'),(4711,136,0,509,'Lamb DD'),(4712,138,0,509,'India'),(4713,87,0,509,'/a/w/awlj1780154-9900-black-front.jpg'),(4714,88,0,509,'/a/w/awlj1780154-9900-black-front.jpg'),(4715,89,0,509,'/a/w/awlj1780154-9900-black-front.jpg'),(4716,119,0,509,'awlj17801549900black-glamorousape01'),(4717,122,0,509,'0'),(4718,106,0,509,'container2'),(4719,73,0,510,'SWEATY APE 01'),(4720,136,0,510,'Felpa, 100% cotton in 320 grams'),(4721,138,0,510,'Portugal'),(4722,87,0,510,'/h/t/httpshop.saint-ape.com__productimagesasw1780800-9900-blackasw1780800-9900-black-front.jpg'),(4723,88,0,510,'/h/t/httpshop.saint-ape.com__productimagesasw1780800-9900-blackasw1780800-9900-black-front.jpg'),(4724,89,0,510,'/h/t/httpshop.saint-ape.com__productimagesasw1780800-9900-blackasw1780800-9900-black-front.jpg'),(4725,119,0,510,'asw17808009900black-sweatyape01'),(4726,122,0,510,'0'),(4727,106,0,510,'container2'),(4728,73,0,511,'BOLT APE 01'),(4729,136,0,511,'Felpa, 100% cotton in 320 grams'),(4730,138,0,511,'Portugal'),(4731,87,0,511,'/h/t/httpshop.saint-ape.com__productimagesawsw1780850-9000-whiteawsw1780850-9000-white-front.jpg'),(4732,88,0,511,'/h/t/httpshop.saint-ape.com__productimagesawsw1780850-9000-whiteawsw1780850-9000-white-front.jpg'),(4733,89,0,511,'/h/t/httpshop.saint-ape.com__productimagesawsw1780850-9000-whiteawsw1780850-9000-white-front.jpg'),(4734,119,0,511,'awsw17808509000white-boltape01'),(4735,122,0,511,'0'),(4736,106,0,511,'container2'),(4737,73,0,512,'SHY APE 01'),(4738,136,0,512,'Jersey, 100% cotton in 160 grs'),(4739,138,0,512,'Portugal'),(4740,87,0,512,'/a/t/ats1780602-9900-black-front.jpg'),(4741,88,0,512,'/a/t/ats1780602-9900-black-front.jpg'),(4742,89,0,512,'/a/t/ats1780602-9900-black-front.jpg'),(4743,119,0,512,'ats17806029900black-shyape01'),(4744,122,0,512,'0'),(4745,106,0,512,'container2'),(4746,73,0,513,'ARTY APE 01'),(4747,136,0,513,'Jersey, 100% cotton in 160 grs'),(4748,138,0,513,'Portugal'),(4749,87,0,513,'/a/w/awts1780654-9000-white-black-front_1.jpg'),(4750,88,0,513,'/a/w/awts1780654-9000-white-black-front_1.jpg'),(4751,89,0,513,'/a/w/awts1780654-9000-white-black-front_1.jpg'),(4752,119,0,513,'awts17806549000whiteblack-artyape01'),(4753,122,0,513,'0'),(4754,106,0,513,'container2'),(4755,73,0,514,'ARTY APE 01'),(4756,136,0,514,'Jersey, 100% cotton in 160 grs'),(4757,138,0,514,'Portugal'),(4758,87,0,514,'/a/w/awts1780654-9000-white-copper-front_1.jpg'),(4759,88,0,514,'/a/w/awts1780654-9000-white-copper-front_1.jpg'),(4760,89,0,514,'/a/w/awts1780654-9000-white-copper-front_1.jpg'),(4761,119,0,514,'awts17806549000whitecopper-artyape01'),(4762,122,0,514,'0'),(4763,106,0,514,'container2'),(4764,73,0,515,'DRESSED APE 01'),(4765,136,0,515,'100% 2-ply cotton'),(4766,138,0,515,'italy'),(4767,119,0,515,'ash17804009900black-dressedape01'),(4768,122,0,515,'0'),(4769,106,0,515,'container2'),(4770,73,0,516,'DRESSED APE 01'),(4771,136,0,516,'100% 2-ply cotton'),(4772,138,0,516,'Italy'),(4773,119,0,516,'ash17804009000white-dressedape01'),(4774,122,0,516,'0'),(4775,106,0,516,'container2'),(4776,73,0,517,'LONG APE 01'),(4777,136,0,517,'100% wool '),(4778,138,0,517,'Turkey'),(4779,87,0,517,'/a/j/aja1780200-6000-indigo-front_1.jpg'),(4780,88,0,517,'/a/j/aja1780200-6000-indigo-front_1.jpg'),(4781,89,0,517,'/a/j/aja1780200-6000-indigo-front_1.jpg'),(4782,119,0,517,'aja17802006000indigo-longape01'),(4783,122,0,517,'0'),(4784,106,0,517,'container2'),(4785,73,0,518,'BALANCED APE 01'),(4786,136,0,518,'100% wool '),(4787,138,0,518,'Turkey '),(4788,119,0,518,'awja17802509900black-balancedape01'),(4789,122,0,518,'0'),(4790,106,0,518,'container2'),(4791,73,0,519,'SMOKIN APE 01'),(4792,136,0,519,'100% cool wool'),(4793,138,0,519,'Turkey'),(4794,87,0,519,'/a/j/aja1780208-9900-black-front.jpg'),(4795,88,0,519,'/a/j/aja1780208-9900-black-front.jpg'),(4796,89,0,519,'/a/j/aja1780208-9900-black-front.jpg'),(4797,119,0,519,'aja17802089900black-smokinape01'),(4798,122,0,519,'0'),(4799,106,0,519,'container2'),(4800,73,0,520,'VIRGIN APE 01'),(4801,136,0,520,'100% cool wool'),(4802,138,0,520,'Turkey'),(4803,87,0,520,'/h/t/httpshop.saint-ape.com__productimagesawja1780256-9900-blackawja1780256-9900-black-front.jpg'),(4804,88,0,520,'/h/t/httpshop.saint-ape.com__productimagesawja1780256-9900-blackawja1780256-9900-black-front.jpg'),(4805,89,0,520,'/h/t/httpshop.saint-ape.com__productimagesawja1780256-9900-blackawja1780256-9900-black-front.jpg'),(4806,119,0,520,'awja17802569900black-virginape01'),(4807,122,0,520,'0'),(4808,106,0,520,'container2'),(4809,73,0,521,'FLYING APE 01'),(4810,136,0,521,'100% nylon'),(4811,138,0,521,'Turkey'),(4812,87,0,521,'/h/t/httpshop.saint-ape.com__productimagesawja1780252-9909-copperawja1780252-9909-copper-front.jpg'),(4813,88,0,521,'/h/t/httpshop.saint-ape.com__productimagesawja1780252-9909-copperawja1780252-9909-copper-front.jpg'),(4814,89,0,521,'/h/t/httpshop.saint-ape.com__productimagesawja1780252-9909-copperawja1780252-9909-copper-front.jpg'),(4815,119,0,521,'awja17802529909copper-flyingape01'),(4816,122,0,521,'0'),(4817,106,0,521,'container2'),(4818,73,0,522,'BONOBO 01 TAPERED'),(4819,136,0,522,'100% cotton'),(4820,87,0,522,'/a/t/atr1780001-bonobo-tapered-idg-front.jpg'),(4821,88,0,522,'/a/t/atr1780001-bonobo-tapered-idg-front.jpg'),(4822,89,0,522,'/a/t/atr1780001-bonobo-tapered-idg-front.jpg'),(4823,119,0,522,'atr1780001bonobotaperedidg-bonobo01tapered'),(4824,122,0,522,'0'),(4825,106,0,522,'container2'),(4826,73,0,523,'BONOBO 01 TAPERED'),(4827,136,0,523,'100% cotton'),(4828,138,0,523,'Portugal'),(4829,119,0,523,'atr1780001bonobotaperedbbb-bonobo01tapered'),(4830,122,0,523,'0'),(4831,106,0,523,'container2'),(4832,73,0,524,'GIBBON 01 SKINNY'),(4833,136,0,524,'100% cotton'),(4834,138,0,524,'Portugal'),(4835,87,0,524,'/h/t/httpshop.saint-ape.com__productimagesatr1780002-gibbon-skinnny-sbbatr1780002-gibbon-skinnny-sbb-front.jpg'),(4836,88,0,524,'/h/t/httpshop.saint-ape.com__productimagesatr1780002-gibbon-skinnny-sbbatr1780002-gibbon-skinnny-sbb-front.jpg'),(4837,89,0,524,'/h/t/httpshop.saint-ape.com__productimagesatr1780002-gibbon-skinnny-sbbatr1780002-gibbon-skinnny-sbb-front.jpg'),(4838,119,0,524,'atr1780002gibbonskinnnysbb-gibbon01skinny'),(4839,122,0,524,'0'),(4840,106,0,524,'container2'),(4841,73,0,525,'GIBBON 01 SKINNY'),(4842,136,0,525,'100% cotton'),(4843,138,0,525,'Portugal'),(4844,119,0,525,'atr1780002gibbonskinnnyidg-gibbon01skinny'),(4845,122,0,525,'0'),(4846,106,0,525,'container2'),(4847,73,0,526,'SIMIAN 01 STRAIGHT'),(4848,136,0,526,'100% cotton'),(4849,138,0,526,'Portugal'),(4850,87,0,526,'/a/t/atr1780003-simian-straight-bbw-front.jpg'),(4851,88,0,526,'/a/t/atr1780003-simian-straight-bbw-front.jpg'),(4852,89,0,526,'/a/t/atr1780003-simian-straight-bbw-front.jpg'),(4853,119,0,526,'atr1780003simianstraightbbw-simian01straight'),(4854,122,0,526,'0'),(4855,106,0,526,'container2'),(4856,73,0,527,'SKINNY APE 01'),(4857,136,0,527,'100% cotton'),(4858,138,0,527,'Portugal'),(4859,87,0,527,'/h/t/httpshop.saint-ape.com__productimagesatr1780050-skinny-ape-bgwatr1780050-skinny-ape-bgw-front.jpg'),(4860,88,0,527,'/h/t/httpshop.saint-ape.com__productimagesatr1780050-skinny-ape-bgwatr1780050-skinny-ape-bgw-front.jpg'),(4861,89,0,527,'/h/t/httpshop.saint-ape.com__productimagesatr1780050-skinny-ape-bgwatr1780050-skinny-ape-bgw-front.jpg'),(4862,119,0,527,'atr1780050skinnyapebgw-skinnyape01'),(4863,122,0,527,'0'),(4864,106,0,527,'container2'),(4865,73,0,528,'SKINNY APE 01'),(4866,119,0,528,'atr1780050skinnyapeidg-skinnyape01'),(4867,122,0,528,'0'),(4868,106,0,528,'container2'),(4869,73,0,529,'NIM CHIMSKY 01'),(4870,136,0,529,'100% cotton'),(4871,138,0,529,'Portugal'),(4872,119,0,529,'awtr1780154nimchimskybbi-nimchimsky01'),(4873,122,0,529,'0'),(4874,106,0,529,'container2'),(4875,132,0,517,'0'),(4879,132,0,500,'0'),(4886,132,0,501,'0'),(4890,132,0,504,'0'),(4894,132,0,526,'0'),(4898,132,0,519,'0'),(4902,132,0,522,'0'),(4909,132,0,514,'0'),(4913,132,0,513,'0'),(4932,132,0,527,'0'),(4936,132,0,528,'0'),(4937,132,0,529,'0'),(4938,132,0,525,'0'),(4939,132,0,524,'0'),(4943,132,0,523,'0'),(4944,73,0,530,'BRUT APE 01 - m'),(4945,119,0,530,'aja17802069900brutnubbuckblackm-brutape01m'),(4946,122,0,530,'0'),(4947,106,0,530,'container2'),(4948,73,0,531,'BRUT APE 01 - l'),(4949,119,0,531,'aja17802069900brutnubbuckblackl-brutape01l'),(4950,122,0,531,'0'),(4951,106,0,531,'container2'),(4952,73,0,532,'BRUT APE 01 - xl'),(4953,119,0,532,'aja17802069900brutnubbuckblackxl-brutape01xl'),(4954,122,0,532,'0'),(4955,106,0,532,'container2'),(4956,73,0,533,'BRUT APE 01'),(4957,136,0,533,'100%leather'),(4958,138,0,533,'India'),(4959,119,0,533,'aja17802069900brutnubbuckblack-brutape01'),(4960,122,0,533,'0'),(4961,106,0,533,'container2'),(5190,132,0,533,'0'),(5191,87,0,533,'/a/j/aja1780206-9900-brut-nubuck-black-front.jpg'),(5192,88,0,533,'/a/j/aja1780206-9900-brut-nubuck-black-front.jpg'),(5193,89,0,533,'/a/j/aja1780206-9900-brut-nubuck-black-front.jpg'),(5197,132,0,532,'0'),(5198,132,0,531,'0'),(5199,132,0,530,'0'),(5200,132,0,518,'0'),(5204,114,0,532,'IN'),(5206,87,0,516,'/a/s/ash1780400-9000-white-vrijstaand.jpg'),(5207,88,0,516,'/a/s/ash1780400-9000-white-vrijstaand.jpg'),(5208,89,0,516,'/a/s/ash1780400-9000-white-vrijstaand.jpg'),(5209,132,0,516,'0'),(5213,87,0,525,'/a/t/atr1780002-gibbon-skinnny-sbb-front.jpg'),(5214,88,0,525,'/a/t/atr1780002-gibbon-skinnny-sbb-front.jpg'),(5215,89,0,525,'/a/t/atr1780002-gibbon-skinnny-sbb-front.jpg'),(5234,132,0,508,'0'),(5238,132,0,503,'0'),(5242,87,0,515,'/a/s/ash1780400-9900-black-front.jpg'),(5243,88,0,515,'/a/s/ash1780400-9900-black-front.jpg'),(5244,89,0,515,'/a/s/ash1780400-9900-black-front.jpg'),(5245,132,0,515,'0'),(5249,132,0,506,'0'),(5265,132,0,318,'0'),(5266,132,0,319,'0'),(5267,132,0,320,'0'),(5295,132,0,505,'0'),(5305,132,0,502,'0'),(5315,132,0,507,'0'),(5328,132,0,509,'0'),(5332,132,0,510,'0'),(5339,132,0,512,'0'),(5343,132,0,511,'0'),(5356,132,0,520,'0'),(5363,132,0,521,'0'),(5385,132,0,327,'0'),(5386,132,0,328,'0'),(5387,132,0,333,'0'),(5388,132,0,343,'0'),(5499,132,0,347,'0');
/*!40000 ALTER TABLE `catalog_product_entity_varchar` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_frontend_action`
--
DROP TABLE IF EXISTS `catalog_product_frontend_action`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CAT_PRD_FRONTEND_ACTION_CSTR_ID_CSTR_ENTT_ENTT_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Frontend Action Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_frontend_action`
--
LOCK TABLES `catalog_product_frontend_action` WRITE;
/*!40000 ALTER TABLE `catalog_product_frontend_action` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_frontend_action` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_eav`
--
DROP TABLE IF EXISTS `catalog_product_index_eav`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 (500,93,1,8,500),(501,93,1,8,501),(502,93,1,8,502),(503,93,1,8,503),(504,93,1,8,504),(505,93,1,8,505),(506,93,1,9,506),(507,93,1,8,507),(508,93,1,8,508),(509,93,1,8,509),(510,93,1,8,510),(511,93,1,9,511),(512,93,1,8,512),(513,93,1,9,513),(514,93,1,9,514),(515,93,1,8,515),(516,93,1,9,516),(517,93,1,11,517),(519,93,1,8,519),(520,93,1,8,520),(521,93,1,12,521),(522,93,1,11,522),(524,93,1,8,524),(525,93,1,11,525),(526,93,1,8,526),(527,93,1,8,527),(532,93,1,8,532),(533,93,1,8,532),(533,93,1,8,533),(315,99,1,4,315),(316,99,1,4,316),(317,99,1,4,317),(318,99,1,4,318),(319,99,1,4,319),(320,99,1,4,320),(321,99,1,4,321),(322,99,1,4,322),(323,99,1,4,323),(324,99,1,4,324),(325,99,1,4,325),(326,99,1,4,326),(327,99,1,4,327),(328,99,1,4,328),(329,99,1,4,329),(330,99,1,4,330),(331,99,1,4,331),(332,99,1,4,332),(333,99,1,4,333),(334,99,1,4,334),(335,99,1,4,335),(336,99,1,4,336),(337,99,1,4,337),(338,99,1,4,338),(339,99,1,4,339),(340,99,1,4,340),(341,99,1,4,341),(342,99,1,4,342),(343,99,1,4,343),(344,99,1,4,344),(345,99,1,4,345),(346,99,1,4,346),(347,99,1,4,347),(348,99,1,4,348),(349,99,1,4,349),(350,99,1,4,350),(351,99,1,4,351),(352,99,1,4,352),(353,99,1,4,353),(354,99,1,4,354),(355,99,1,4,355),(356,99,1,4,356),(357,99,1,4,357),(358,99,1,4,358),(359,99,1,4,359),(360,99,1,4,360),(361,99,1,4,361),(362,99,1,4,362),(363,99,1,4,363),(364,99,1,4,364),(365,99,1,4,365),(366,99,1,4,366),(367,99,1,4,367),(368,99,1,4,368),(369,99,1,4,369),(370,99,1,4,370),(371,99,1,4,371),(372,99,1,4,372),(373,99,1,4,373),(374,99,1,4,374),(375,99,1,4,375),(376,99,1,4,376),(377,99,1,4,377),(378,99,1,4,378),(379,99,1,4,379),(380,99,1,4,380),(381,99,1,4,381),(382,99,1,4,382),(383,99,1,4,383),(384,99,1,4,384),(385,99,1,4,385),(386,99,1,4,386),(387,99,1,4,387),(388,99,1,4,388),(389,99,1,4,389),(390,99,1,4,390),(391,99,1,4,391),(392,99,1,4,392),(393,99,1,4,393),(394,99,1,4,394),(395,99,1,4,395),(396,99,1,4,396),(397,99,1,4,397),(398,99,1,4,398),(399,99,1,4,399),(400,99,1,4,400),(401,99,1,4,401),(402,99,1,4,402),(403,99,1,4,403),(404,99,1,4,404),(405,99,1,4,405),(406,99,1,4,406),(407,99,1,4,407),(408,99,1,4,408),(409,99,1,4,409),(410,99,1,4,410),(411,99,1,4,411),(412,99,1,4,412),(413,99,1,4,413),(414,99,1,4,414),(415,99,1,4,415),(416,99,1,4,416),(417,99,1,4,417),(418,99,1,4,418),(419,99,1,4,419),(420,99,1,4,420),(421,99,1,4,421),(422,99,1,4,422),(423,99,1,4,423),(424,99,1,4,424),(425,99,1,4,425),(426,99,1,4,426),(427,99,1,4,427),(428,99,1,4,428),(429,99,1,4,429),(430,99,1,4,430),(431,99,1,4,431),(432,99,1,4,432),(433,99,1,4,433),(434,99,1,4,434),(435,99,1,4,435),(436,99,1,4,436),(437,99,1,4,437),(438,99,1,4,438),(439,99,1,4,439),(440,99,1,4,440),(441,99,1,4,441),(442,99,1,4,442),(443,99,1,4,443),(444,99,1,4,444),(445,99,1,4,445),(446,99,1,4,446),(447,99,1,4,447),(448,99,1,4,448),(449,99,1,4,449),(450,99,1,4,450),(451,99,1,4,451),(452,99,1,4,452),(453,99,1,4,453),(454,99,1,4,454),(455,99,1,4,455),(456,99,1,4,456),(457,99,1,4,457),(458,99,1,4,458),(459,99,1,4,459),(460,99,1,4,460),(461,99,1,4,461),(462,99,1,4,462),(463,99,1,4,463),(464,99,1,4,464),(465,99,1,4,465),(466,99,1,4,466),(467,99,1,4,467),(468,99,1,4,468),(469,99,1,4,469),(470,99,1,4,470),(471,99,1,4,471),(472,99,1,4,472),(473,99,1,4,473),(474,99,1,4,474),(475,99,1,4,475),(476,99,1,4,476),(477,99,1,4,477),(478,99,1,4,478),(479,99,1,4,479),(480,99,1,4,480),(481,99,1,4,481),(482,99,1,4,482),(483,99,1,4,483),(484,99,1,4,484),(485,99,1,4,485),(486,99,1,4,486),(487,99,1,4,487),(488,99,1,4,488),(489,99,1,4,489),(490,99,1,4,490),(491,99,1,4,491),(492,99,1,4,492),(493,99,1,4,493),(494,99,1,4,494),(495,99,1,4,495),(496,99,1,4,496),(497,99,1,4,497),(498,99,1,4,498),(499,99,1,4,499),(500,99,1,4,315),(500,99,1,4,316),(500,99,1,4,317),(500,99,1,4,500),(501,99,1,4,318),(501,99,1,4,319),(501,99,1,4,320),(501,99,1,4,501),(502,99,1,4,321),(502,99,1,4,322),(502,99,1,4,323),(502,99,1,4,502),(503,99,1,4,324),(503,99,1,4,325),(503,99,1,4,326),(503,99,1,4,503),(504,99,1,4,327),(504,99,1,4,328),(504,99,1,4,329),(504,99,1,4,504),(505,99,1,4,330),(505,99,1,4,331),(505,99,1,4,332),(505,99,1,4,505),(506,99,1,4,333),(506,99,1,4,334),(506,99,1,4,335),(506,99,1,4,506),(507,99,1,4,336),(507,99,1,4,337),(507,99,1,4,338),(507,99,1,4,507),(508,99,1,4,339),(508,99,1,4,340),(508,99,1,4,341),(508,99,1,4,508),(509,99,1,4,342),(509,99,1,4,343),(509,99,1,4,344),(509,99,1,4,509),(510,99,1,4,345),(510,99,1,4,346),(510,99,1,4,347),(510,99,1,4,348),(510,99,1,4,510),(511,99,1,4,349),(511,99,1,4,350),(511,99,1,4,351),(511,99,1,4,352),(511,99,1,4,511),(512,99,1,4,353),(512,99,1,4,354),(512,99,1,4,355),(512,99,1,4,356),(512,99,1,4,512),(513,99,1,4,357),(513,99,1,4,358),(513,99,1,4,359),(513,99,1,4,360),(513,99,1,4,513),(514,99,1,4,361),(514,99,1,4,362),(514,99,1,4,363),(514,99,1,4,364),(514,99,1,4,514),(515,99,1,4,365),(515,99,1,4,366),(515,99,1,4,367),(515,99,1,4,368),(515,99,1,4,515),(516,99,1,4,369),(516,99,1,4,370),(516,99,1,4,371),(516,99,1,4,372),(516,99,1,4,516),(517,99,1,4,373),(517,99,1,4,374),(517,99,1,4,375),(517,99,1,4,517),(519,99,1,4,379),(519,99,1,4,380),(519,99,1,4,381),(519,99,1,4,519),(520,99,1,4,382),(520,99,1,4,383),(520,99,1,4,520),(521,99,1,4,384),(521,99,1,4,385),(521,99,1,4,521),(522,99,1,4,386),(522,99,1,4,387),(522,99,1,4,388),(522,99,1,4,389),(522,99,1,4,390),(522,99,1,4,391),(522,99,1,4,392),(522,99,1,4,393),(522,99,1,4,394),(522,99,1,4,395),(522,99,1,4,396),(522,99,1,4,397),(522,99,1,4,522),(524,99,1,4,410),(524,99,1,4,411),(524,99,1,4,412),(524,99,1,4,413),(524,99,1,4,414),(524,99,1,4,415),(524,99,1,4,416),(524,99,1,4,417),(524,99,1,4,418),(524,99,1,4,419),(524,99,1,4,420),(524,99,1,4,421),(524,99,1,4,524),(525,99,1,4,422),(525,99,1,4,423),(525,99,1,4,424),(525,99,1,4,425),(525,99,1,4,426),(525,99,1,4,427),(525,99,1,4,428),(525,99,1,4,429),(525,99,1,4,430),(525,99,1,4,431),(525,99,1,4,432),(525,99,1,4,433),(525,99,1,4,525),(526,99,1,4,434),(526,99,1,4,435),(526,99,1,4,436),(526,99,1,4,437),(526,99,1,4,438),(526,99,1,4,439),(526,99,1,4,440),(526,99,1,4,441),(526,99,1,4,442),(526,99,1,4,443),(526,99,1,4,444),(526,99,1,4,445),(526,99,1,4,526),(527,99,1,4,446),(527,99,1,4,447),(527,99,1,4,448),(527,99,1,4,449),(527,99,1,4,450),(527,99,1,4,451),(527,99,1,4,452),(527,99,1,4,453),(527,99,1,4,454),(527,99,1,4,455),(527,99,1,4,456),(527,99,1,4,457),(527,99,1,4,458),(527,99,1,4,459),(527,99,1,4,460),(527,99,1,4,461),(527,99,1,4,462),(527,99,1,4,463),(527,99,1,4,527),(530,99,1,4,530),(531,99,1,4,531),(532,99,1,4,532),(533,99,1,4,530),(533,99,1,4,531),(533,99,1,4,532),(533,99,1,4,533);
/*!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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_eav_decimal`
--
LOCK TABLES `catalog_product_index_eav_decimal` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_eav_decimal` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_eav_decimal` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_eav_decimal_idx`
--
DROP TABLE IF EXISTS `catalog_product_index_eav_decimal_idx`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_eav_decimal_idx`
--
LOCK TABLES `catalog_product_index_eav_decimal_idx` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_eav_decimal_idx` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_eav_decimal_idx` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_eav_decimal_replica`
--
DROP TABLE IF EXISTS `catalog_product_index_eav_decimal_replica`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_eav_decimal_replica`
--
LOCK TABLES `catalog_product_index_eav_decimal_replica` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_eav_decimal_replica` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_eav_decimal_replica` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_eav_decimal_tmp`
--
DROP TABLE IF EXISTS `catalog_product_index_eav_decimal_tmp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_eav_decimal_tmp`
--
LOCK TABLES `catalog_product_index_eav_decimal_tmp` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_eav_decimal_tmp` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_eav_decimal_tmp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_eav_idx`
--
DROP TABLE IF EXISTS `catalog_product_index_eav_idx`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_eav_idx`
--
LOCK TABLES `catalog_product_index_eav_idx` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_eav_idx` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_eav_idx` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_eav_replica`
--
DROP TABLE IF EXISTS `catalog_product_index_eav_replica`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 (500,93,1,8,500),(501,93,1,8,501),(502,93,1,8,502),(503,93,1,8,503),(504,93,1,8,504),(505,93,1,8,505),(506,93,1,9,506),(507,93,1,8,507),(508,93,1,8,508),(509,93,1,8,509),(510,93,1,8,510),(511,93,1,9,511),(512,93,1,8,512),(513,93,1,9,513),(514,93,1,9,514),(515,93,1,8,515),(516,93,1,9,516),(517,93,1,11,517),(519,93,1,8,519),(520,93,1,8,520),(521,93,1,12,521),(522,93,1,11,522),(524,93,1,8,524),(525,93,1,11,525),(526,93,1,8,526),(527,93,1,8,527),(532,93,1,8,532),(533,93,1,8,532),(533,93,1,8,533),(315,99,1,4,315),(316,99,1,4,316),(317,99,1,4,317),(318,99,1,4,318),(319,99,1,4,319),(320,99,1,4,320),(321,99,1,4,321),(322,99,1,4,322),(323,99,1,4,323),(324,99,1,4,324),(325,99,1,4,325),(326,99,1,4,326),(327,99,1,4,327),(328,99,1,4,328),(329,99,1,4,329),(330,99,1,4,330),(331,99,1,4,331),(332,99,1,4,332),(333,99,1,4,333),(334,99,1,4,334),(335,99,1,4,335),(336,99,1,4,336),(337,99,1,4,337),(338,99,1,4,338),(339,99,1,4,339),(340,99,1,4,340),(341,99,1,4,341),(342,99,1,4,342),(343,99,1,4,343),(344,99,1,4,344),(345,99,1,4,345),(346,99,1,4,346),(347,99,1,4,347),(348,99,1,4,348),(349,99,1,4,349),(350,99,1,4,350),(351,99,1,4,351),(352,99,1,4,352),(353,99,1,4,353),(354,99,1,4,354),(355,99,1,4,355),(356,99,1,4,356),(357,99,1,4,357),(358,99,1,4,358),(359,99,1,4,359),(360,99,1,4,360),(361,99,1,4,361),(362,99,1,4,362),(363,99,1,4,363),(364,99,1,4,364),(365,99,1,4,365),(366,99,1,4,366),(367,99,1,4,367),(368,99,1,4,368),(369,99,1,4,369),(370,99,1,4,370),(371,99,1,4,371),(372,99,1,4,372),(373,99,1,4,373),(374,99,1,4,374),(375,99,1,4,375),(376,99,1,4,376),(377,99,1,4,377),(378,99,1,4,378),(379,99,1,4,379),(380,99,1,4,380),(381,99,1,4,381),(382,99,1,4,382),(383,99,1,4,383),(384,99,1,4,384),(385,99,1,4,385),(386,99,1,4,386),(387,99,1,4,387),(388,99,1,4,388),(389,99,1,4,389),(390,99,1,4,390),(391,99,1,4,391),(392,99,1,4,392),(393,99,1,4,393),(394,99,1,4,394),(395,99,1,4,395),(396,99,1,4,396),(397,99,1,4,397),(398,99,1,4,398),(399,99,1,4,399),(400,99,1,4,400),(401,99,1,4,401),(402,99,1,4,402),(403,99,1,4,403),(404,99,1,4,404),(405,99,1,4,405),(406,99,1,4,406),(407,99,1,4,407),(408,99,1,4,408),(409,99,1,4,409),(410,99,1,4,410),(411,99,1,4,411),(412,99,1,4,412),(413,99,1,4,413),(414,99,1,4,414),(415,99,1,4,415),(416,99,1,4,416),(417,99,1,4,417),(418,99,1,4,418),(419,99,1,4,419),(420,99,1,4,420),(421,99,1,4,421),(422,99,1,4,422),(423,99,1,4,423),(424,99,1,4,424),(425,99,1,4,425),(426,99,1,4,426),(427,99,1,4,427),(428,99,1,4,428),(429,99,1,4,429),(430,99,1,4,430),(431,99,1,4,431),(432,99,1,4,432),(433,99,1,4,433),(434,99,1,4,434),(435,99,1,4,435),(436,99,1,4,436),(437,99,1,4,437),(438,99,1,4,438),(439,99,1,4,439),(440,99,1,4,440),(441,99,1,4,441),(442,99,1,4,442),(443,99,1,4,443),(444,99,1,4,444),(445,99,1,4,445),(446,99,1,4,446),(447,99,1,4,447),(448,99,1,4,448),(449,99,1,4,449),(450,99,1,4,450),(451,99,1,4,451),(452,99,1,4,452),(453,99,1,4,453),(454,99,1,4,454),(455,99,1,4,455),(456,99,1,4,456),(457,99,1,4,457),(458,99,1,4,458),(459,99,1,4,459),(460,99,1,4,460),(461,99,1,4,461),(462,99,1,4,462),(463,99,1,4,463),(464,99,1,4,464),(465,99,1,4,465),(466,99,1,4,466),(467,99,1,4,467),(468,99,1,4,468),(469,99,1,4,469),(470,99,1,4,470),(471,99,1,4,471),(472,99,1,4,472),(473,99,1,4,473),(474,99,1,4,474),(475,99,1,4,475),(476,99,1,4,476),(477,99,1,4,477),(478,99,1,4,478),(479,99,1,4,479),(480,99,1,4,480),(481,99,1,4,481),(482,99,1,4,482),(483,99,1,4,483),(484,99,1,4,484),(485,99,1,4,485),(486,99,1,4,486),(487,99,1,4,487),(488,99,1,4,488),(489,99,1,4,489),(490,99,1,4,490),(491,99,1,4,491),(492,99,1,4,492),(493,99,1,4,493),(494,99,1,4,494),(495,99,1,4,495),(496,99,1,4,496),(497,99,1,4,497),(498,99,1,4,498),(499,99,1,4,499),(500,99,1,4,315),(500,99,1,4,316),(500,99,1,4,317),(500,99,1,4,500),(501,99,1,4,318),(501,99,1,4,319),(501,99,1,4,320),(501,99,1,4,501),(502,99,1,4,321),(502,99,1,4,322),(502,99,1,4,323),(502,99,1,4,502),(503,99,1,4,324),(503,99,1,4,325),(503,99,1,4,326),(503,99,1,4,503),(504,99,1,4,327),(504,99,1,4,328),(504,99,1,4,329),(504,99,1,4,504),(505,99,1,4,330),(505,99,1,4,331),(505,99,1,4,332),(505,99,1,4,505),(506,99,1,4,333),(506,99,1,4,334),(506,99,1,4,335),(506,99,1,4,506),(507,99,1,4,336),(507,99,1,4,337),(507,99,1,4,338),(507,99,1,4,507),(508,99,1,4,339),(508,99,1,4,340),(508,99,1,4,341),(508,99,1,4,508),(509,99,1,4,342),(509,99,1,4,343),(509,99,1,4,344),(509,99,1,4,509),(510,99,1,4,345),(510,99,1,4,346),(510,99,1,4,347),(510,99,1,4,348),(510,99,1,4,510),(511,99,1,4,349),(511,99,1,4,350),(511,99,1,4,351),(511,99,1,4,352),(511,99,1,4,511),(512,99,1,4,353),(512,99,1,4,354),(512,99,1,4,355),(512,99,1,4,356),(512,99,1,4,512),(513,99,1,4,357),(513,99,1,4,358),(513,99,1,4,359),(513,99,1,4,360),(513,99,1,4,513),(514,99,1,4,361),(514,99,1,4,362),(514,99,1,4,363),(514,99,1,4,364),(514,99,1,4,514),(515,99,1,4,365),(515,99,1,4,366),(515,99,1,4,367),(515,99,1,4,368),(515,99,1,4,515),(516,99,1,4,369),(516,99,1,4,370),(516,99,1,4,371),(516,99,1,4,372),(516,99,1,4,516),(517,99,1,4,373),(517,99,1,4,374),(517,99,1,4,375),(517,99,1,4,517),(519,99,1,4,379),(519,99,1,4,380),(519,99,1,4,381),(519,99,1,4,519),(520,99,1,4,382),(520,99,1,4,383),(520,99,1,4,520),(521,99,1,4,384),(521,99,1,4,385),(521,99,1,4,521),(522,99,1,4,386),(522,99,1,4,387),(522,99,1,4,388),(522,99,1,4,389),(522,99,1,4,390),(522,99,1,4,391),(522,99,1,4,392),(522,99,1,4,393),(522,99,1,4,394),(522,99,1,4,395),(522,99,1,4,396),(522,99,1,4,397),(522,99,1,4,522),(524,99,1,4,410),(524,99,1,4,411),(524,99,1,4,412),(524,99,1,4,413),(524,99,1,4,414),(524,99,1,4,415),(524,99,1,4,416),(524,99,1,4,417),(524,99,1,4,418),(524,99,1,4,419),(524,99,1,4,420),(524,99,1,4,421),(524,99,1,4,524),(525,99,1,4,422),(525,99,1,4,423),(525,99,1,4,424),(525,99,1,4,425),(525,99,1,4,426),(525,99,1,4,427),(525,99,1,4,428),(525,99,1,4,429),(525,99,1,4,430),(525,99,1,4,431),(525,99,1,4,432),(525,99,1,4,433),(525,99,1,4,525),(526,99,1,4,434),(526,99,1,4,435),(526,99,1,4,436),(526,99,1,4,437),(526,99,1,4,438),(526,99,1,4,439),(526,99,1,4,440),(526,99,1,4,441),(526,99,1,4,442),(526,99,1,4,443),(526,99,1,4,444),(526,99,1,4,445),(526,99,1,4,526),(527,99,1,4,446),(527,99,1,4,447),(527,99,1,4,448),(527,99,1,4,449),(527,99,1,4,450),(527,99,1,4,451),(527,99,1,4,452),(527,99,1,4,453),(527,99,1,4,454),(527,99,1,4,455),(527,99,1,4,456),(527,99,1,4,457),(527,99,1,4,458),(527,99,1,4,459),(527,99,1,4,460),(527,99,1,4,461),(527,99,1,4,462),(527,99,1,4,463),(527,99,1,4,527),(530,99,1,4,530),(531,99,1,4,531),(532,99,1,4,532),(533,99,1,4,530),(533,99,1,4,531),(533,99,1,4,532),(533,99,1,4,533);
/*!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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_eav_tmp`
--
LOCK TABLES `catalog_product_index_eav_tmp` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_eav_tmp` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_eav_tmp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price`
--
DROP TABLE IF EXISTS `catalog_product_index_price`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 (315,0,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(315,1,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(315,2,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(315,3,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(316,0,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(316,1,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(316,2,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(316,3,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(317,0,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(317,1,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(317,2,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(317,3,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(318,0,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(318,1,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(318,2,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(318,3,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(319,0,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(319,1,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(319,2,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(319,3,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(320,0,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(320,1,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(320,2,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(320,3,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(321,0,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(321,1,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(321,2,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(321,3,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(322,0,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(322,1,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(322,2,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(322,3,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(323,0,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(323,1,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(323,2,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(323,3,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(324,0,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(324,1,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(324,2,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(324,3,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(325,0,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(325,1,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(325,2,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(325,3,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(326,0,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(326,1,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(326,2,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(326,3,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(327,0,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(327,1,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(327,2,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(327,3,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(328,0,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(328,1,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(328,2,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(328,3,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(329,0,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(329,1,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(329,2,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(329,3,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(330,0,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(330,1,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(330,2,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(330,3,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(331,0,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(331,1,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(331,2,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(331,3,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(332,0,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(332,1,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(332,2,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(332,3,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(333,0,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(333,1,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(333,2,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(333,3,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(334,0,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(334,1,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(334,2,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(334,3,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(335,0,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(335,1,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(335,2,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(335,3,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(336,0,1,2,599.0000,599.0000,599.0000,599.0000,NULL),(336,1,1,2,599.0000,599.0000,599.0000,599.0000,NULL),(336,2,1,2,599.0000,599.0000,599.0000,599.0000,NULL),(336,3,1,2,599.0000,599.0000,599.0000,599.0000,NULL),(337,0,1,2,599.0000,599.0000,599.0000,599.0000,NULL),(337,1,1,2,599.0000,599.0000,599.0000,599.0000,NULL),(337,2,1,2,599.0000,599.0000,599.0000,599.0000,NULL),(337,3,1,2,599.0000,599.0000,599.0000,599.0000,NULL),(338,0,1,2,599.0000,599.0000,599.0000,599.0000,NULL),(338,1,1,2,599.0000,599.0000,599.0000,599.0000,NULL),(338,2,1,2,599.0000,599.0000,599.0000,599.0000,NULL),(338,3,1,2,599.0000,599.0000,599.0000,599.0000,NULL),(339,0,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(339,1,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(339,2,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(339,3,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(340,0,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(340,1,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(340,2,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(340,3,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(341,0,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(341,1,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(341,2,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(341,3,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(342,0,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(342,1,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(342,2,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(342,3,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(343,0,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(343,1,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(343,2,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(343,3,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(344,0,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(344,1,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(344,2,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(344,3,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(345,0,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(345,1,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(345,2,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(345,3,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(346,0,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(346,1,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(346,2,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(346,3,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(347,0,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(347,1,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(347,2,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(347,3,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(348,0,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(348,1,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(348,2,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(348,3,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(349,0,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(349,1,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(349,2,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(349,3,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(350,0,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(350,1,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(350,2,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(350,3,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(351,0,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(351,1,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(351,2,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(351,3,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(352,0,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(352,1,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(352,2,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(352,3,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(353,0,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(353,1,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(353,2,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(353,3,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(354,0,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(354,1,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(354,2,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(354,3,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(355,0,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(355,1,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(355,2,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(355,3,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(356,0,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(356,1,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(356,2,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(356,3,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(357,0,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(357,1,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(357,2,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(357,3,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(358,0,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(358,1,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(358,2,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(358,3,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(359,0,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(359,1,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(359,2,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(359,3,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(360,0,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(360,1,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(360,2,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(360,3,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(361,0,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(361,1,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(361,2,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(361,3,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(362,0,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(362,1,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(362,2,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(362,3,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(363,0,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(363,1,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(363,2,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(363,3,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(364,0,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(364,1,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(364,2,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(364,3,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(365,0,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(365,1,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(365,2,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(365,3,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(366,0,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(366,1,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(366,2,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(366,3,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(367,0,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(367,1,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(367,2,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(367,3,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(368,0,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(368,1,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(368,2,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(368,3,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(369,0,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(369,1,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(369,2,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(369,3,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(370,0,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(370,1,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(370,2,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(370,3,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(371,0,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(371,1,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(371,2,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(371,3,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(372,0,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(372,1,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(372,2,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(372,3,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(373,0,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(373,1,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(373,2,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(373,3,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(374,0,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(374,1,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(374,2,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(374,3,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(375,0,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(375,1,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(375,2,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(375,3,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(376,0,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(376,1,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(376,2,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(376,3,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(377,0,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(377,1,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(377,2,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(377,3,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(378,0,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(378,1,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(378,2,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(378,3,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(379,0,1,2,395.0000,395.0000,395.0000,395.0000,NULL),(379,1,1,2,395.0000,395.0000,395.0000,395.0000,NULL),(379,2,1,2,395.0000,395.0000,395.0000,395.0000,NULL),(379,3,1,2,395.0000,395.0000,395.0000,395.0000,NULL),(380,0,1,2,395.0000,395.0000,395.0000,395.0000,NULL),(380,1,1,2,395.0000,395.0000,395.0000,395.0000,NULL),(380,2,1,2,395.0000,395.0000,395.0000,395.0000,NULL),(380,3,1,2,395.0000,395.0000,395.0000,395.0000,NULL),(381,0,1,2,395.0000,395.0000,395.0000,395.0000,NULL),(381,1,1,2,395.0000,395.0000,395.0000,395.0000,NULL),(381,2,1,2,395.0000,395.0000,395.0000,395.0000,NULL),(381,3,1,2,395.0000,395.0000,395.0000,395.0000,NULL),(382,0,1,2,349.0000,349.0000,349.0000,349.0000,NULL),(382,1,1,2,349.0000,349.0000,349.0000,349.0000,NULL),(382,2,1,2,349.0000,349.0000,349.0000,349.0000,NULL),(382,3,1,2,349.0000,349.0000,349.0000,349.0000,NULL),(383,0,1,2,349.0000,349.0000,349.0000,349.0000,NULL),(383,1,1,2,349.0000,349.0000,349.0000,349.0000,NULL),(383,2,1,2,349.0000,349.0000,349.0000,349.0000,NULL),(383,3,1,2,349.0000,349.0000,349.0000,349.0000,NULL),(384,0,1,2,549.0000,549.0000,549.0000,549.0000,NULL),(384,1,1,2,549.0000,549.0000,549.0000,549.0000,NULL),(384,2,1,2,549.0000,549.0000,549.0000,549.0000,NULL),(384,3,1,2,549.0000,549.0000,549.0000,549.0000,NULL),(385,0,1,2,549.0000,549.0000,549.0000,549.0000,NULL),(385,1,1,2,549.0000,549.0000,549.0000,549.0000,NULL),(385,2,1,2,549.0000,549.0000,549.0000,549.0000,NULL),(385,3,1,2,549.0000,549.0000,549.0000,549.0000,NULL),(386,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(386,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(386,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(386,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(387,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(387,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(387,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(387,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(388,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(388,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(388,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(388,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(389,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(389,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(389,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(389,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(390,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(390,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(390,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(390,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(391,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(391,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(391,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(391,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(392,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(392,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(392,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(392,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(393,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(393,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(393,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(393,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(394,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(394,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(394,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(394,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(395,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(395,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(395,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(395,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(396,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(396,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(396,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(396,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(397,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(397,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(397,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(397,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(398,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(398,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(398,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(398,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(399,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(399,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(399,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(399,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(400,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(400,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(400,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(400,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(401,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(401,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(401,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(401,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(402,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(402,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(402,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(402,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(403,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(403,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(403,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(403,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(404,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(404,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(404,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(404,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(405,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(405,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(405,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(405,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(406,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(406,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(406,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(406,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(407,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(407,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(407,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(407,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(408,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(408,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(408,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(408,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(409,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(409,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(409,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(409,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(410,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(410,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(410,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(410,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(411,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(411,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(411,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(411,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(412,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(412,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(412,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(412,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(413,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(413,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(413,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(413,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(414,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(414,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(414,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(414,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(415,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(415,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(415,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(415,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(416,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(416,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(416,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(416,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(417,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(417,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(417,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(417,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(418,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(418,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(418,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(418,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(419,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(419,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(419,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(419,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(420,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(420,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(420,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(420,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(421,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(421,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(421,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(421,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(422,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(422,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(422,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(422,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(423,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(423,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(423,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(423,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(424,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(424,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(424,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(424,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(425,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(425,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(425,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(425,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(426,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(426,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(426,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(426,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(427,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(427,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(427,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(427,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(428,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(428,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(428,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(428,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(429,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(429,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(429,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(429,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(430,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(430,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(430,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(430,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(431,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(431,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(431,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(431,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(432,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(432,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(432,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(432,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(433,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(433,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(433,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(433,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(434,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(434,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(434,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(434,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(435,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(435,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(435,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(435,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(436,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(436,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(436,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(436,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(437,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(437,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(437,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(437,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(438,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(438,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(438,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(438,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(439,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(439,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(439,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(439,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(440,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(440,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(440,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(440,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(441,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(441,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(441,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(441,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(442,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(442,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(442,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(442,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(443,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(443,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(443,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(443,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(444,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(444,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(444,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(444,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(445,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(445,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(445,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(445,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(446,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(446,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(446,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(446,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(447,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(447,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(447,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(447,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(448,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(448,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(448,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(448,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(449,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(449,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(449,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(449,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(450,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(450,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(450,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(450,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(451,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(451,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(451,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(451,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(452,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(452,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(452,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(452,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(453,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(453,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(453,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(453,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(454,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(454,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(454,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(454,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(455,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(455,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(455,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(455,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(456,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(456,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(456,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(456,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(457,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(457,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(457,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(457,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(458,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(458,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(458,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(458,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(459,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(459,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(459,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(459,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(460,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(460,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(460,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(460,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(461,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(461,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(461,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(461,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(462,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(462,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(462,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(462,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(463,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(463,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(463,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(463,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(464,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(464,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(464,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(464,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(465,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(465,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(465,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(465,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(466,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(466,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(466,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(466,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(467,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(467,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(467,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(467,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(468,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(468,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(468,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(468,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(469,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(469,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(469,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(469,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(470,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(470,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(470,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(470,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(471,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(471,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(471,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(471,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(472,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(472,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(472,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(472,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(473,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(473,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(473,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(473,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(474,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(474,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(474,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(474,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(475,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(475,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(475,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(475,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(476,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(476,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(476,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(476,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(477,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(477,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(477,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(477,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(478,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(478,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(478,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(478,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(479,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(479,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(479,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(479,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(480,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(480,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(480,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(480,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(481,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(481,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(481,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(481,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(482,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(482,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(482,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(482,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(483,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(483,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(483,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(483,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(484,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(484,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(484,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(484,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(485,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(485,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(485,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(485,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(486,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(486,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(486,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(486,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(487,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(487,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(487,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(487,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(488,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(488,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(488,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(488,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(489,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(489,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(489,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(489,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(490,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(490,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(490,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(490,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(491,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(491,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(491,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(491,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(492,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(492,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(492,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(492,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(493,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(493,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(493,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(493,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(494,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(494,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(494,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(494,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(495,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(495,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(495,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(495,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(496,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(496,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(496,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(496,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(497,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(497,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(497,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(497,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(498,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(498,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(498,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(498,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(499,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(499,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(499,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(499,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(500,0,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(500,1,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(500,2,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(500,3,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(501,0,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(501,1,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(501,2,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(501,3,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(502,0,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(502,1,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(502,2,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(502,3,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(503,0,1,2,0.0000,0.0000,649.0000,649.0000,NULL),(503,1,1,2,0.0000,0.0000,649.0000,649.0000,NULL),(503,2,1,2,0.0000,0.0000,649.0000,649.0000,NULL),(503,3,1,2,0.0000,0.0000,649.0000,649.0000,NULL),(504,0,1,2,0.0000,0.0000,849.0000,849.0000,NULL),(504,1,1,2,0.0000,0.0000,849.0000,849.0000,NULL),(504,2,1,2,0.0000,0.0000,849.0000,849.0000,NULL),(504,3,1,2,0.0000,0.0000,849.0000,849.0000,NULL),(505,0,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(505,1,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(505,2,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(505,3,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(506,0,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(506,1,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(506,2,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(506,3,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(507,0,1,2,0.0000,0.0000,599.0000,599.0000,NULL),(507,1,1,2,0.0000,0.0000,599.0000,599.0000,NULL),(507,2,1,2,0.0000,0.0000,599.0000,599.0000,NULL),(507,3,1,2,0.0000,0.0000,599.0000,599.0000,NULL),(508,0,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(508,1,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(508,2,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(508,3,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(509,0,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(509,1,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(509,2,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(509,3,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(510,0,1,2,0.0000,0.0000,159.0000,159.0000,NULL),(510,1,1,2,0.0000,0.0000,159.0000,159.0000,NULL),(510,2,1,2,0.0000,0.0000,159.0000,159.0000,NULL),(510,3,1,2,0.0000,0.0000,159.0000,159.0000,NULL),(511,0,1,2,0.0000,0.0000,159.0000,159.0000,NULL),(511,1,1,2,0.0000,0.0000,159.0000,159.0000,NULL),(511,2,1,2,0.0000,0.0000,159.0000,159.0000,NULL),(511,3,1,2,0.0000,0.0000,159.0000,159.0000,NULL),(512,0,1,2,0.0000,0.0000,89.0000,89.0000,NULL),(512,1,1,2,0.0000,0.0000,89.0000,89.0000,NULL),(512,2,1,2,0.0000,0.0000,89.0000,89.0000,NULL),(512,3,1,2,0.0000,0.0000,89.0000,89.0000,NULL),(513,0,1,2,0.0000,0.0000,89.0000,89.0000,NULL),(513,1,1,2,0.0000,0.0000,89.0000,89.0000,NULL),(513,2,1,2,0.0000,0.0000,89.0000,89.0000,NULL),(513,3,1,2,0.0000,0.0000,89.0000,89.0000,NULL),(514,0,1,2,0.0000,0.0000,89.0000,89.0000,NULL),(514,1,1,2,0.0000,0.0000,89.0000,89.0000,NULL),(514,2,1,2,0.0000,0.0000,89.0000,89.0000,NULL),(514,3,1,2,0.0000,0.0000,89.0000,89.0000,NULL),(515,0,1,2,0.0000,0.0000,139.0000,139.0000,NULL),(515,1,1,2,0.0000,0.0000,139.0000,139.0000,NULL),(515,2,1,2,0.0000,0.0000,139.0000,139.0000,NULL),(515,3,1,2,0.0000,0.0000,139.0000,139.0000,NULL),(516,0,1,2,0.0000,0.0000,139.0000,139.0000,NULL),(516,1,1,2,0.0000,0.0000,139.0000,139.0000,NULL),(516,2,1,2,0.0000,0.0000,139.0000,139.0000,NULL),(516,3,1,2,0.0000,0.0000,139.0000,139.0000,NULL),(517,0,1,2,0.0000,0.0000,849.0000,849.0000,NULL),(517,1,1,2,0.0000,0.0000,849.0000,849.0000,NULL),(517,2,1,2,0.0000,0.0000,849.0000,849.0000,NULL),(517,3,1,2,0.0000,0.0000,849.0000,849.0000,NULL),(518,0,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(518,1,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(518,2,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(518,3,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(519,0,1,2,0.0000,0.0000,395.0000,395.0000,NULL),(519,1,1,2,0.0000,0.0000,395.0000,395.0000,NULL),(519,2,1,2,0.0000,0.0000,395.0000,395.0000,NULL),(519,3,1,2,0.0000,0.0000,395.0000,395.0000,NULL),(520,0,1,2,0.0000,0.0000,349.0000,349.0000,NULL),(520,1,1,2,0.0000,0.0000,349.0000,349.0000,NULL),(520,2,1,2,0.0000,0.0000,349.0000,349.0000,NULL),(520,3,1,2,0.0000,0.0000,349.0000,349.0000,NULL),(521,0,1,2,0.0000,0.0000,549.0000,549.0000,NULL),(521,1,1,2,0.0000,0.0000,549.0000,549.0000,NULL),(521,2,1,2,0.0000,0.0000,549.0000,549.0000,NULL),(521,3,1,2,0.0000,0.0000,549.0000,549.0000,NULL),(522,0,1,2,0.0000,0.0000,269.0000,269.0000,NULL),(522,1,1,2,0.0000,0.0000,269.0000,269.0000,NULL),(522,2,1,2,0.0000,0.0000,269.0000,269.0000,NULL),(522,3,1,2,0.0000,0.0000,269.0000,269.0000,NULL),(523,0,1,2,0.0000,0.0000,279.0000,279.0000,NULL),(523,1,1,2,0.0000,0.0000,279.0000,279.0000,NULL),(523,2,1,2,0.0000,0.0000,279.0000,279.0000,NULL),(523,3,1,2,0.0000,0.0000,279.0000,279.0000,NULL),(524,0,1,2,0.0000,0.0000,279.0000,279.0000,NULL),(524,1,1,2,0.0000,0.0000,279.0000,279.0000,NULL),(524,2,1,2,0.0000,0.0000,279.0000,279.0000,NULL),(524,3,1,2,0.0000,0.0000,279.0000,279.0000,NULL),(525,0,1,2,0.0000,0.0000,269.0000,269.0000,NULL),(525,1,1,2,0.0000,0.0000,269.0000,269.0000,NULL),(525,2,1,2,0.0000,0.0000,269.0000,269.0000,NULL),(525,3,1,2,0.0000,0.0000,269.0000,269.0000,NULL),(526,0,1,2,0.0000,0.0000,259.0000,259.0000,NULL),(526,1,1,2,0.0000,0.0000,259.0000,259.0000,NULL),(526,2,1,2,0.0000,0.0000,259.0000,259.0000,NULL),(526,3,1,2,0.0000,0.0000,259.0000,259.0000,NULL),(527,0,1,2,0.0000,0.0000,249.0000,249.0000,NULL),(527,1,1,2,0.0000,0.0000,249.0000,249.0000,NULL),(527,2,1,2,0.0000,0.0000,249.0000,249.0000,NULL),(527,3,1,2,0.0000,0.0000,249.0000,249.0000,NULL),(528,0,1,2,0.0000,0.0000,259.0000,259.0000,NULL),(528,1,1,2,0.0000,0.0000,259.0000,259.0000,NULL),(528,2,1,2,0.0000,0.0000,259.0000,259.0000,NULL),(528,3,1,2,0.0000,0.0000,259.0000,259.0000,NULL),(529,0,1,2,0.0000,0.0000,269.0000,269.0000,NULL),(529,1,1,2,0.0000,0.0000,269.0000,269.0000,NULL),(529,2,1,2,0.0000,0.0000,269.0000,269.0000,NULL),(529,3,1,2,0.0000,0.0000,269.0000,269.0000,NULL),(530,0,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(530,1,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(530,2,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(530,3,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(531,0,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(531,1,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(531,2,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(531,3,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(532,0,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(532,1,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(532,2,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(532,3,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(533,0,1,2,0.0000,0.0000,649.0000,649.0000,NULL),(533,1,1,2,0.0000,0.0000,649.0000,649.0000,NULL),(533,2,1,2,0.0000,0.0000,649.0000,649.0000,NULL),(533,3,1,2,0.0000,0.0000,649.0000,649.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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_bundle_idx`
--
LOCK TABLES `catalog_product_index_price_bundle_idx` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_bundle_idx` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_bundle_idx` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_bundle_opt_idx`
--
DROP TABLE IF EXISTS `catalog_product_index_price_bundle_opt_idx`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_bundle_opt_idx`
--
LOCK TABLES `catalog_product_index_price_bundle_opt_idx` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_bundle_opt_idx` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_bundle_opt_idx` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_bundle_opt_tmp`
--
DROP TABLE IF EXISTS `catalog_product_index_price_bundle_opt_tmp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_bundle_opt_tmp`
--
LOCK TABLES `catalog_product_index_price_bundle_opt_tmp` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_bundle_opt_tmp` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_bundle_opt_tmp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_bundle_sel_idx`
--
DROP TABLE IF EXISTS `catalog_product_index_price_bundle_sel_idx`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_bundle_sel_idx`
--
LOCK TABLES `catalog_product_index_price_bundle_sel_idx` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_bundle_sel_idx` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_bundle_sel_idx` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_bundle_sel_tmp`
--
DROP TABLE IF EXISTS `catalog_product_index_price_bundle_sel_tmp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_bundle_sel_tmp`
--
LOCK TABLES `catalog_product_index_price_bundle_sel_tmp` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_bundle_sel_tmp` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_bundle_sel_tmp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_bundle_tmp`
--
DROP TABLE IF EXISTS `catalog_product_index_price_bundle_tmp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_bundle_tmp`
--
LOCK TABLES `catalog_product_index_price_bundle_tmp` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_bundle_tmp` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_bundle_tmp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_cfg_opt_agr_idx`
--
DROP TABLE IF EXISTS `catalog_product_index_price_cfg_opt_agr_idx`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_cfg_opt_agr_idx`
--
LOCK TABLES `catalog_product_index_price_cfg_opt_agr_idx` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_cfg_opt_agr_idx` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_cfg_opt_agr_idx` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_cfg_opt_agr_tmp`
--
DROP TABLE IF EXISTS `catalog_product_index_price_cfg_opt_agr_tmp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_cfg_opt_agr_tmp`
--
LOCK TABLES `catalog_product_index_price_cfg_opt_agr_tmp` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_cfg_opt_agr_tmp` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_cfg_opt_agr_tmp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_cfg_opt_idx`
--
DROP TABLE IF EXISTS `catalog_product_index_price_cfg_opt_idx`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_cfg_opt_idx`
--
LOCK TABLES `catalog_product_index_price_cfg_opt_idx` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_cfg_opt_idx` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_cfg_opt_idx` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_cfg_opt_tmp`
--
DROP TABLE IF EXISTS `catalog_product_index_price_cfg_opt_tmp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_cfg_opt_tmp`
--
LOCK TABLES `catalog_product_index_price_cfg_opt_tmp` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_cfg_opt_tmp` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_cfg_opt_tmp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_downlod_idx`
--
DROP TABLE IF EXISTS `catalog_product_index_price_downlod_idx`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_downlod_idx`
--
LOCK TABLES `catalog_product_index_price_downlod_idx` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_downlod_idx` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_downlod_idx` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_downlod_tmp`
--
DROP TABLE IF EXISTS `catalog_product_index_price_downlod_tmp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_downlod_tmp`
--
LOCK TABLES `catalog_product_index_price_downlod_tmp` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_downlod_tmp` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_downlod_tmp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_final_idx`
--
DROP TABLE IF EXISTS `catalog_product_index_price_final_idx`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_final_idx`
--
LOCK TABLES `catalog_product_index_price_final_idx` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_final_idx` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_final_idx` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_final_tmp`
--
DROP TABLE IF EXISTS `catalog_product_index_price_final_tmp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_final_tmp`
--
LOCK TABLES `catalog_product_index_price_final_tmp` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_final_tmp` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_final_tmp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_idx`
--
DROP TABLE IF EXISTS `catalog_product_index_price_idx`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_idx`
--
LOCK TABLES `catalog_product_index_price_idx` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_idx` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_idx` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_opt_agr_idx`
--
DROP TABLE IF EXISTS `catalog_product_index_price_opt_agr_idx`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_opt_agr_idx`
--
LOCK TABLES `catalog_product_index_price_opt_agr_idx` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_opt_agr_idx` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_opt_agr_idx` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_opt_agr_tmp`
--
DROP TABLE IF EXISTS `catalog_product_index_price_opt_agr_tmp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_opt_agr_tmp`
--
LOCK TABLES `catalog_product_index_price_opt_agr_tmp` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_opt_agr_tmp` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_opt_agr_tmp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_opt_idx`
--
DROP TABLE IF EXISTS `catalog_product_index_price_opt_idx`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_opt_idx`
--
LOCK TABLES `catalog_product_index_price_opt_idx` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_opt_idx` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_opt_idx` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_opt_tmp`
--
DROP TABLE IF EXISTS `catalog_product_index_price_opt_tmp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_opt_tmp`
--
LOCK TABLES `catalog_product_index_price_opt_tmp` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_opt_tmp` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_opt_tmp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_price_replica`
--
DROP TABLE IF EXISTS `catalog_product_index_price_replica`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 (315,0,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(315,1,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(315,2,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(315,3,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(316,0,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(316,1,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(316,2,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(316,3,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(317,0,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(317,1,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(317,2,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(317,3,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(318,0,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(318,1,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(318,2,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(318,3,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(319,0,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(319,1,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(319,2,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(319,3,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(320,0,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(320,1,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(320,2,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(320,3,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(321,0,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(321,1,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(321,2,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(321,3,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(322,0,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(322,1,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(322,2,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(322,3,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(323,0,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(323,1,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(323,2,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(323,3,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(324,0,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(324,1,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(324,2,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(324,3,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(325,0,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(325,1,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(325,2,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(325,3,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(326,0,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(326,1,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(326,2,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(326,3,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(327,0,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(327,1,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(327,2,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(327,3,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(328,0,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(328,1,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(328,2,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(328,3,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(329,0,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(329,1,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(329,2,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(329,3,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(330,0,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(330,1,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(330,2,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(330,3,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(331,0,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(331,1,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(331,2,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(331,3,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(332,0,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(332,1,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(332,2,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(332,3,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(333,0,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(333,1,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(333,2,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(333,3,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(334,0,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(334,1,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(334,2,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(334,3,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(335,0,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(335,1,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(335,2,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(335,3,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(336,0,1,2,599.0000,599.0000,599.0000,599.0000,NULL),(336,1,1,2,599.0000,599.0000,599.0000,599.0000,NULL),(336,2,1,2,599.0000,599.0000,599.0000,599.0000,NULL),(336,3,1,2,599.0000,599.0000,599.0000,599.0000,NULL),(337,0,1,2,599.0000,599.0000,599.0000,599.0000,NULL),(337,1,1,2,599.0000,599.0000,599.0000,599.0000,NULL),(337,2,1,2,599.0000,599.0000,599.0000,599.0000,NULL),(337,3,1,2,599.0000,599.0000,599.0000,599.0000,NULL),(338,0,1,2,599.0000,599.0000,599.0000,599.0000,NULL),(338,1,1,2,599.0000,599.0000,599.0000,599.0000,NULL),(338,2,1,2,599.0000,599.0000,599.0000,599.0000,NULL),(338,3,1,2,599.0000,599.0000,599.0000,599.0000,NULL),(339,0,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(339,1,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(339,2,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(339,3,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(340,0,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(340,1,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(340,2,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(340,3,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(341,0,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(341,1,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(341,2,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(341,3,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(342,0,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(342,1,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(342,2,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(342,3,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(343,0,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(343,1,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(343,2,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(343,3,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(344,0,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(344,1,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(344,2,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(344,3,1,2,749.0000,749.0000,749.0000,749.0000,NULL),(345,0,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(345,1,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(345,2,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(345,3,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(346,0,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(346,1,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(346,2,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(346,3,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(347,0,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(347,1,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(347,2,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(347,3,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(348,0,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(348,1,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(348,2,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(348,3,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(349,0,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(349,1,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(349,2,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(349,3,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(350,0,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(350,1,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(350,2,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(350,3,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(351,0,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(351,1,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(351,2,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(351,3,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(352,0,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(352,1,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(352,2,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(352,3,1,2,159.0000,159.0000,159.0000,159.0000,NULL),(353,0,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(353,1,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(353,2,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(353,3,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(354,0,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(354,1,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(354,2,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(354,3,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(355,0,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(355,1,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(355,2,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(355,3,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(356,0,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(356,1,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(356,2,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(356,3,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(357,0,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(357,1,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(357,2,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(357,3,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(358,0,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(358,1,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(358,2,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(358,3,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(359,0,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(359,1,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(359,2,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(359,3,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(360,0,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(360,1,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(360,2,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(360,3,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(361,0,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(361,1,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(361,2,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(361,3,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(362,0,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(362,1,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(362,2,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(362,3,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(363,0,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(363,1,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(363,2,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(363,3,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(364,0,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(364,1,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(364,2,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(364,3,1,2,89.0000,89.0000,89.0000,89.0000,NULL),(365,0,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(365,1,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(365,2,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(365,3,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(366,0,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(366,1,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(366,2,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(366,3,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(367,0,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(367,1,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(367,2,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(367,3,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(368,0,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(368,1,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(368,2,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(368,3,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(369,0,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(369,1,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(369,2,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(369,3,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(370,0,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(370,1,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(370,2,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(370,3,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(371,0,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(371,1,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(371,2,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(371,3,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(372,0,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(372,1,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(372,2,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(372,3,1,2,139.0000,139.0000,139.0000,139.0000,NULL),(373,0,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(373,1,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(373,2,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(373,3,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(374,0,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(374,1,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(374,2,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(374,3,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(375,0,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(375,1,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(375,2,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(375,3,1,2,849.0000,849.0000,849.0000,849.0000,NULL),(376,0,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(376,1,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(376,2,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(376,3,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(377,0,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(377,1,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(377,2,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(377,3,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(378,0,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(378,1,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(378,2,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(378,3,1,2,799.0000,799.0000,799.0000,799.0000,NULL),(379,0,1,2,395.0000,395.0000,395.0000,395.0000,NULL),(379,1,1,2,395.0000,395.0000,395.0000,395.0000,NULL),(379,2,1,2,395.0000,395.0000,395.0000,395.0000,NULL),(379,3,1,2,395.0000,395.0000,395.0000,395.0000,NULL),(380,0,1,2,395.0000,395.0000,395.0000,395.0000,NULL),(380,1,1,2,395.0000,395.0000,395.0000,395.0000,NULL),(380,2,1,2,395.0000,395.0000,395.0000,395.0000,NULL),(380,3,1,2,395.0000,395.0000,395.0000,395.0000,NULL),(381,0,1,2,395.0000,395.0000,395.0000,395.0000,NULL),(381,1,1,2,395.0000,395.0000,395.0000,395.0000,NULL),(381,2,1,2,395.0000,395.0000,395.0000,395.0000,NULL),(381,3,1,2,395.0000,395.0000,395.0000,395.0000,NULL),(382,0,1,2,349.0000,349.0000,349.0000,349.0000,NULL),(382,1,1,2,349.0000,349.0000,349.0000,349.0000,NULL),(382,2,1,2,349.0000,349.0000,349.0000,349.0000,NULL),(382,3,1,2,349.0000,349.0000,349.0000,349.0000,NULL),(383,0,1,2,349.0000,349.0000,349.0000,349.0000,NULL),(383,1,1,2,349.0000,349.0000,349.0000,349.0000,NULL),(383,2,1,2,349.0000,349.0000,349.0000,349.0000,NULL),(383,3,1,2,349.0000,349.0000,349.0000,349.0000,NULL),(384,0,1,2,549.0000,549.0000,549.0000,549.0000,NULL),(384,1,1,2,549.0000,549.0000,549.0000,549.0000,NULL),(384,2,1,2,549.0000,549.0000,549.0000,549.0000,NULL),(384,3,1,2,549.0000,549.0000,549.0000,549.0000,NULL),(385,0,1,2,549.0000,549.0000,549.0000,549.0000,NULL),(385,1,1,2,549.0000,549.0000,549.0000,549.0000,NULL),(385,2,1,2,549.0000,549.0000,549.0000,549.0000,NULL),(385,3,1,2,549.0000,549.0000,549.0000,549.0000,NULL),(386,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(386,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(386,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(386,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(387,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(387,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(387,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(387,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(388,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(388,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(388,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(388,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(389,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(389,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(389,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(389,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(390,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(390,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(390,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(390,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(391,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(391,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(391,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(391,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(392,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(392,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(392,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(392,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(393,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(393,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(393,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(393,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(394,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(394,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(394,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(394,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(395,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(395,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(395,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(395,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(396,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(396,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(396,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(396,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(397,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(397,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(397,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(397,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(398,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(398,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(398,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(398,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(399,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(399,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(399,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(399,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(400,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(400,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(400,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(400,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(401,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(401,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(401,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(401,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(402,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(402,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(402,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(402,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(403,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(403,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(403,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(403,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(404,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(404,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(404,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(404,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(405,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(405,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(405,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(405,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(406,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(406,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(406,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(406,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(407,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(407,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(407,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(407,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(408,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(408,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(408,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(408,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(409,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(409,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(409,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(409,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(410,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(410,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(410,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(410,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(411,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(411,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(411,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(411,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(412,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(412,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(412,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(412,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(413,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(413,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(413,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(413,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(414,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(414,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(414,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(414,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(415,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(415,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(415,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(415,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(416,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(416,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(416,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(416,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(417,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(417,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(417,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(417,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(418,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(418,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(418,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(418,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(419,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(419,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(419,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(419,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(420,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(420,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(420,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(420,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(421,0,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(421,1,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(421,2,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(421,3,1,2,279.0000,279.0000,279.0000,279.0000,NULL),(422,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(422,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(422,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(422,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(423,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(423,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(423,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(423,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(424,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(424,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(424,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(424,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(425,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(425,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(425,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(425,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(426,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(426,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(426,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(426,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(427,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(427,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(427,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(427,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(428,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(428,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(428,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(428,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(429,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(429,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(429,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(429,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(430,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(430,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(430,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(430,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(431,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(431,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(431,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(431,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(432,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(432,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(432,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(432,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(433,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(433,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(433,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(433,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(434,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(434,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(434,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(434,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(435,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(435,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(435,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(435,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(436,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(436,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(436,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(436,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(437,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(437,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(437,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(437,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(438,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(438,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(438,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(438,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(439,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(439,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(439,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(439,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(440,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(440,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(440,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(440,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(441,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(441,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(441,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(441,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(442,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(442,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(442,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(442,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(443,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(443,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(443,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(443,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(444,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(444,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(444,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(444,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(445,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(445,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(445,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(445,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(446,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(446,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(446,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(446,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(447,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(447,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(447,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(447,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(448,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(448,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(448,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(448,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(449,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(449,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(449,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(449,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(450,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(450,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(450,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(450,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(451,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(451,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(451,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(451,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(452,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(452,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(452,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(452,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(453,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(453,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(453,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(453,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(454,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(454,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(454,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(454,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(455,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(455,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(455,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(455,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(456,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(456,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(456,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(456,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(457,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(457,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(457,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(457,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(458,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(458,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(458,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(458,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(459,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(459,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(459,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(459,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(460,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(460,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(460,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(460,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(461,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(461,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(461,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(461,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(462,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(462,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(462,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(462,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(463,0,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(463,1,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(463,2,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(463,3,1,2,249.0000,249.0000,249.0000,249.0000,NULL),(464,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(464,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(464,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(464,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(465,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(465,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(465,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(465,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(466,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(466,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(466,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(466,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(467,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(467,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(467,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(467,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(468,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(468,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(468,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(468,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(469,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(469,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(469,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(469,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(470,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(470,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(470,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(470,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(471,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(471,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(471,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(471,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(472,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(472,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(472,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(472,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(473,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(473,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(473,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(473,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(474,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(474,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(474,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(474,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(475,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(475,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(475,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(475,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(476,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(476,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(476,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(476,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(477,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(477,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(477,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(477,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(478,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(478,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(478,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(478,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(479,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(479,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(479,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(479,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(480,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(480,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(480,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(480,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(481,0,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(481,1,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(481,2,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(481,3,1,2,259.0000,259.0000,259.0000,259.0000,NULL),(482,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(482,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(482,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(482,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(483,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(483,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(483,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(483,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(484,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(484,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(484,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(484,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(485,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(485,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(485,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(485,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(486,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(486,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(486,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(486,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(487,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(487,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(487,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(487,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(488,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(488,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(488,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(488,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(489,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(489,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(489,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(489,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(490,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(490,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(490,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(490,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(491,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(491,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(491,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(491,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(492,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(492,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(492,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(492,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(493,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(493,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(493,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(493,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(494,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(494,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(494,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(494,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(495,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(495,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(495,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(495,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(496,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(496,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(496,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(496,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(497,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(497,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(497,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(497,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(498,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(498,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(498,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(498,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(499,0,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(499,1,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(499,2,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(499,3,1,2,269.0000,269.0000,269.0000,269.0000,NULL),(500,0,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(500,1,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(500,2,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(500,3,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(501,0,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(501,1,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(501,2,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(501,3,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(502,0,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(502,1,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(502,2,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(502,3,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(503,0,1,2,0.0000,0.0000,649.0000,649.0000,NULL),(503,1,1,2,0.0000,0.0000,649.0000,649.0000,NULL),(503,2,1,2,0.0000,0.0000,649.0000,649.0000,NULL),(503,3,1,2,0.0000,0.0000,649.0000,649.0000,NULL),(504,0,1,2,0.0000,0.0000,849.0000,849.0000,NULL),(504,1,1,2,0.0000,0.0000,849.0000,849.0000,NULL),(504,2,1,2,0.0000,0.0000,849.0000,849.0000,NULL),(504,3,1,2,0.0000,0.0000,849.0000,849.0000,NULL),(505,0,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(505,1,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(505,2,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(505,3,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(506,0,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(506,1,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(506,2,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(506,3,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(507,0,1,2,0.0000,0.0000,599.0000,599.0000,NULL),(507,1,1,2,0.0000,0.0000,599.0000,599.0000,NULL),(507,2,1,2,0.0000,0.0000,599.0000,599.0000,NULL),(507,3,1,2,0.0000,0.0000,599.0000,599.0000,NULL),(508,0,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(508,1,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(508,2,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(508,3,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(509,0,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(509,1,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(509,2,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(509,3,1,2,0.0000,0.0000,749.0000,749.0000,NULL),(510,0,1,2,0.0000,0.0000,159.0000,159.0000,NULL),(510,1,1,2,0.0000,0.0000,159.0000,159.0000,NULL),(510,2,1,2,0.0000,0.0000,159.0000,159.0000,NULL),(510,3,1,2,0.0000,0.0000,159.0000,159.0000,NULL),(511,0,1,2,0.0000,0.0000,159.0000,159.0000,NULL),(511,1,1,2,0.0000,0.0000,159.0000,159.0000,NULL),(511,2,1,2,0.0000,0.0000,159.0000,159.0000,NULL),(511,3,1,2,0.0000,0.0000,159.0000,159.0000,NULL),(512,0,1,2,0.0000,0.0000,89.0000,89.0000,NULL),(512,1,1,2,0.0000,0.0000,89.0000,89.0000,NULL),(512,2,1,2,0.0000,0.0000,89.0000,89.0000,NULL),(512,3,1,2,0.0000,0.0000,89.0000,89.0000,NULL),(513,0,1,2,0.0000,0.0000,89.0000,89.0000,NULL),(513,1,1,2,0.0000,0.0000,89.0000,89.0000,NULL),(513,2,1,2,0.0000,0.0000,89.0000,89.0000,NULL),(513,3,1,2,0.0000,0.0000,89.0000,89.0000,NULL),(514,0,1,2,0.0000,0.0000,89.0000,89.0000,NULL),(514,1,1,2,0.0000,0.0000,89.0000,89.0000,NULL),(514,2,1,2,0.0000,0.0000,89.0000,89.0000,NULL),(514,3,1,2,0.0000,0.0000,89.0000,89.0000,NULL),(515,0,1,2,0.0000,0.0000,139.0000,139.0000,NULL),(515,1,1,2,0.0000,0.0000,139.0000,139.0000,NULL),(515,2,1,2,0.0000,0.0000,139.0000,139.0000,NULL),(515,3,1,2,0.0000,0.0000,139.0000,139.0000,NULL),(516,0,1,2,0.0000,0.0000,139.0000,139.0000,NULL),(516,1,1,2,0.0000,0.0000,139.0000,139.0000,NULL),(516,2,1,2,0.0000,0.0000,139.0000,139.0000,NULL),(516,3,1,2,0.0000,0.0000,139.0000,139.0000,NULL),(517,0,1,2,0.0000,0.0000,849.0000,849.0000,NULL),(517,1,1,2,0.0000,0.0000,849.0000,849.0000,NULL),(517,2,1,2,0.0000,0.0000,849.0000,849.0000,NULL),(517,3,1,2,0.0000,0.0000,849.0000,849.0000,NULL),(518,0,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(518,1,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(518,2,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(518,3,1,2,0.0000,0.0000,799.0000,799.0000,NULL),(519,0,1,2,0.0000,0.0000,395.0000,395.0000,NULL),(519,1,1,2,0.0000,0.0000,395.0000,395.0000,NULL),(519,2,1,2,0.0000,0.0000,395.0000,395.0000,NULL),(519,3,1,2,0.0000,0.0000,395.0000,395.0000,NULL),(520,0,1,2,0.0000,0.0000,349.0000,349.0000,NULL),(520,1,1,2,0.0000,0.0000,349.0000,349.0000,NULL),(520,2,1,2,0.0000,0.0000,349.0000,349.0000,NULL),(520,3,1,2,0.0000,0.0000,349.0000,349.0000,NULL),(521,0,1,2,0.0000,0.0000,549.0000,549.0000,NULL),(521,1,1,2,0.0000,0.0000,549.0000,549.0000,NULL),(521,2,1,2,0.0000,0.0000,549.0000,549.0000,NULL),(521,3,1,2,0.0000,0.0000,549.0000,549.0000,NULL),(522,0,1,2,0.0000,0.0000,269.0000,269.0000,NULL),(522,1,1,2,0.0000,0.0000,269.0000,269.0000,NULL),(522,2,1,2,0.0000,0.0000,269.0000,269.0000,NULL),(522,3,1,2,0.0000,0.0000,269.0000,269.0000,NULL),(523,0,1,2,0.0000,0.0000,279.0000,279.0000,NULL),(523,1,1,2,0.0000,0.0000,279.0000,279.0000,NULL),(523,2,1,2,0.0000,0.0000,279.0000,279.0000,NULL),(523,3,1,2,0.0000,0.0000,279.0000,279.0000,NULL),(524,0,1,2,0.0000,0.0000,279.0000,279.0000,NULL),(524,1,1,2,0.0000,0.0000,279.0000,279.0000,NULL),(524,2,1,2,0.0000,0.0000,279.0000,279.0000,NULL),(524,3,1,2,0.0000,0.0000,279.0000,279.0000,NULL),(525,0,1,2,0.0000,0.0000,269.0000,269.0000,NULL),(525,1,1,2,0.0000,0.0000,269.0000,269.0000,NULL),(525,2,1,2,0.0000,0.0000,269.0000,269.0000,NULL),(525,3,1,2,0.0000,0.0000,269.0000,269.0000,NULL),(526,0,1,2,0.0000,0.0000,259.0000,259.0000,NULL),(526,1,1,2,0.0000,0.0000,259.0000,259.0000,NULL),(526,2,1,2,0.0000,0.0000,259.0000,259.0000,NULL),(526,3,1,2,0.0000,0.0000,259.0000,259.0000,NULL),(527,0,1,2,0.0000,0.0000,249.0000,249.0000,NULL),(527,1,1,2,0.0000,0.0000,249.0000,249.0000,NULL),(527,2,1,2,0.0000,0.0000,249.0000,249.0000,NULL),(527,3,1,2,0.0000,0.0000,249.0000,249.0000,NULL),(528,0,1,2,0.0000,0.0000,259.0000,259.0000,NULL),(528,1,1,2,0.0000,0.0000,259.0000,259.0000,NULL),(528,2,1,2,0.0000,0.0000,259.0000,259.0000,NULL),(528,3,1,2,0.0000,0.0000,259.0000,259.0000,NULL),(529,0,1,2,0.0000,0.0000,269.0000,269.0000,NULL),(529,1,1,2,0.0000,0.0000,269.0000,269.0000,NULL),(529,2,1,2,0.0000,0.0000,269.0000,269.0000,NULL),(529,3,1,2,0.0000,0.0000,269.0000,269.0000,NULL),(530,0,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(530,1,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(530,2,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(530,3,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(531,0,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(531,1,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(531,2,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(531,3,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(532,0,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(532,1,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(532,2,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(532,3,1,2,649.0000,649.0000,649.0000,649.0000,NULL),(533,0,1,2,0.0000,0.0000,649.0000,649.0000,NULL),(533,1,1,2,0.0000,0.0000,649.0000,649.0000,NULL),(533,2,1,2,0.0000,0.0000,649.0000,649.0000,NULL),(533,3,1,2,0.0000,0.0000,649.0000,649.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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_price_tmp`
--
LOCK TABLES `catalog_product_index_price_tmp` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_price_tmp` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_price_tmp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_tier_price`
--
DROP TABLE IF EXISTS `catalog_product_index_tier_price`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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,
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,
CONSTRAINT `CAT_PRD_IDX_TIER_PRICE_WS_ID_STORE_WS_WS_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Tier Price Index Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_index_tier_price`
--
LOCK TABLES `catalog_product_index_tier_price` WRITE;
/*!40000 ALTER TABLE `catalog_product_index_tier_price` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_index_tier_price` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_index_website`
--
DROP TABLE IF EXISTS `catalog_product_index_website`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CAT_PRD_IDX_WS_WS_ID_STORE_WS_WS_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Website Index Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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,'2018-04-09',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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CATALOG_PRODUCT_LINK_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,
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,
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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product To Product Linkage Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_link`
--
LOCK TABLES `catalog_product_link` WRITE;
/*!40000 ALTER TABLE `catalog_product_link` DISABLE KEYS */;
/*!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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Link Attribute Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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,
CONSTRAINT `FK_AB2EFA9A14F7BCF1D5400056203D14B6` FOREIGN KEY (`product_link_attribute_id`) REFERENCES `catalog_product_link_attribute` (`product_link_attribute_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Link Decimal Attribute Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_link_attribute_decimal`
--
LOCK TABLES `catalog_product_link_attribute_decimal` WRITE;
/*!40000 ALTER TABLE `catalog_product_link_attribute_decimal` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_link_attribute_decimal` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_link_attribute_int`
--
DROP TABLE IF EXISTS `catalog_product_link_attribute_int`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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,
CONSTRAINT `FK_D6D878F8BA2A4282F8DDED7E6E3DE35C` FOREIGN KEY (`product_link_attribute_id`) REFERENCES `catalog_product_link_attribute` (`product_link_attribute_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Link Integer Attribute Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 */;
/*!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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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,
CONSTRAINT `FK_DEE9C4DA61CFCC01DFCF50F0D79CEA51` FOREIGN KEY (`product_link_attribute_id`) REFERENCES `catalog_product_link_attribute` (`product_link_attribute_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Link Varchar Attribute Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_link_attribute_varchar`
--
LOCK TABLES `catalog_product_link_attribute_varchar` WRITE;
/*!40000 ALTER TABLE `catalog_product_link_attribute_varchar` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_link_attribute_varchar` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_link_type`
--
DROP TABLE IF EXISTS `catalog_product_link_type`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CAT_PRD_OPT_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Option Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_option`
--
LOCK TABLES `catalog_product_option` WRITE;
/*!40000 ALTER TABLE `catalog_product_option` DISABLE KEYS */;
/*!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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CATALOG_PRODUCT_OPTION_PRICE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Option Price Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_option_price`
--
LOCK TABLES `catalog_product_option_price` WRITE;
/*!40000 ALTER TABLE `catalog_product_option_price` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_option_price` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_option_title`
--
DROP TABLE IF EXISTS `catalog_product_option_title`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CATALOG_PRODUCT_OPTION_TITLE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Option Title Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_option_title`
--
LOCK TABLES `catalog_product_option_title` WRITE;
/*!40000 ALTER TABLE `catalog_product_option_title` DISABLE KEYS */;
/*!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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CATALOG_PRODUCT_OPTION_TYPE_PRICE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
CONSTRAINT `FK_B523E3378E8602F376CC415825576B7F` FOREIGN KEY (`option_type_id`) REFERENCES `catalog_product_option_type_value` (`option_type_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Option Type Price Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 */;
/*!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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CATALOG_PRODUCT_OPTION_TYPE_TITLE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
CONSTRAINT `FK_C085B9CF2C2A302E8043FDEA1937D6A2` FOREIGN KEY (`option_type_id`) REFERENCES `catalog_product_option_type_value` (`option_type_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Option Type Title Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 */;
/*!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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Option Type Value Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 */;
/*!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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CAT_PRD_RELATION_CHILD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`child_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_PRD_RELATION_PARENT_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`parent_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Relation Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 (500,315),(500,316),(500,317),(501,318),(501,319),(501,320),(502,321),(502,322),(502,323),(503,324),(503,325),(503,326),(504,327),(504,328),(504,329),(505,330),(505,331),(505,332),(506,333),(506,334),(506,335),(507,336),(507,337),(507,338),(508,339),(508,340),(508,341),(509,342),(509,343),(509,344),(510,345),(510,346),(510,347),(510,348),(511,349),(511,350),(511,351),(511,352),(512,353),(512,354),(512,355),(512,356),(513,357),(513,358),(513,359),(513,360),(514,361),(514,362),(514,363),(514,364),(515,365),(515,366),(515,367),(515,368),(516,369),(516,370),(516,371),(516,372),(517,373),(517,374),(517,375),(518,376),(518,377),(518,378),(519,379),(519,380),(519,381),(520,382),(520,383),(521,384),(521,385),(522,386),(522,387),(522,388),(522,389),(522,390),(522,391),(522,392),(522,393),(522,394),(522,395),(522,396),(522,397),(523,398),(523,399),(523,400),(523,401),(523,402),(523,403),(523,404),(523,405),(523,406),(523,407),(523,408),(523,409),(524,410),(524,411),(524,412),(524,413),(524,414),(524,415),(524,416),(524,417),(524,418),(524,419),(524,420),(524,421),(525,422),(525,423),(525,424),(525,425),(525,426),(525,427),(525,428),(525,429),(525,430),(525,431),(525,432),(525,433),(526,434),(526,435),(526,436),(526,437),(526,438),(526,439),(526,440),(526,441),(526,442),(526,443),(526,444),(526,445),(527,446),(527,447),(527,448),(527,449),(527,450),(527,451),(527,452),(527,453),(527,454),(527,455),(527,456),(527,457),(527,458),(527,459),(527,460),(527,461),(527,462),(527,463),(528,464),(528,465),(528,466),(528,467),(528,468),(528,469),(528,470),(528,471),(528,472),(528,473),(528,474),(528,475),(528,476),(528,477),(528,478),(528,479),(528,480),(528,481),(529,482),(529,483),(529,484),(529,485),(529,486),(529,487),(529,488),(529,489),(529,490),(529,491),(529,492),(529,493),(529,494),(529,495),(529,496),(529,497),(529,498),(529,499),(533,530),(533,531),(533,532);
/*!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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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
) ENGINE=InnoDB AUTO_INCREMENT=255 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Super Attribute Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 (156,523,139,1),(157,523,140,0),(162,518,135,0),(167,529,139,1),(168,529,140,0),(169,528,139,1),(170,528,140,0),(185,504,135,0),(186,516,135,0),(192,503,135,0),(199,510,135,0),(202,511,135,0),(207,520,135,0),(208,521,135,0),(212,524,139,1),(213,524,140,0),(214,525,139,1),(215,525,140,0),(216,526,139,1),(217,526,140,0),(218,527,139,1),(219,527,140,0),(228,513,135,0),(229,512,135,0),(231,515,135,0),(232,514,135,0),(233,506,135,0),(234,505,135,0),(235,509,135,0),(236,508,135,0),(238,507,135,0),(240,500,135,0),(243,517,135,0),(244,519,135,0),(245,533,135,0),(248,502,135,0),(249,501,135,0),(253,522,139,1),(254,522,140,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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CATALOG_PRODUCT_SUPER_ATTRIBUTE_LABEL_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
CONSTRAINT `FK_309442281DF7784210ED82B2CC51E5D5` FOREIGN KEY (`product_super_attribute_id`) REFERENCES `catalog_product_super_attribute` (`product_super_attribute_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=248 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Super Attribute Label Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 (149,156,0,0,'waist'),(150,157,0,0,'length'),(155,162,0,0,' size'),(160,167,0,0,'waist'),(161,168,0,0,'length'),(162,169,0,0,'waist'),(163,170,0,0,'length'),(178,185,0,0,' size'),(179,186,0,0,' size'),(185,192,0,0,' size'),(192,199,0,0,' size'),(195,202,0,0,' size'),(200,207,0,0,' size'),(201,208,0,0,' size'),(205,212,0,0,'waist'),(206,213,0,0,'length'),(207,214,0,0,'waist'),(208,215,0,0,'length'),(209,216,0,0,'waist'),(210,217,0,0,'length'),(211,218,0,0,'waist'),(212,219,0,0,'length'),(221,228,0,0,' size'),(222,229,0,0,' size'),(224,231,0,0,' size'),(225,232,0,0,' size'),(226,233,0,0,' size'),(227,234,0,0,' size'),(228,235,0,0,' size'),(229,236,0,0,' size'),(231,238,0,0,' size'),(233,240,0,0,' size'),(236,243,0,0,' size'),(237,244,0,0,' size'),(238,245,0,0,' size'),(241,248,0,0,' size'),(242,249,0,0,' size'),(246,253,0,0,'waist'),(247,254,0,0,'length');
/*!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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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,
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
) ENGINE=InnoDB AUTO_INCREMENT=1890 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Super Link Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 (1833,315,500),(1834,316,500),(1835,317,500),(1860,318,501),(1861,319,501),(1862,320,501),(1857,321,502),(1858,322,502),(1859,323,502),(1645,324,503),(1646,325,503),(1647,326,503),(1622,327,504),(1623,328,504),(1624,329,504),(1815,330,505),(1816,331,505),(1817,332,505),(1812,333,506),(1813,334,506),(1814,335,506),(1827,336,507),(1828,337,507),(1829,338,507),(1821,339,508),(1822,340,508),(1823,341,508),(1818,342,509),(1819,343,509),(1820,344,509),(1666,345,510),(1667,346,510),(1668,347,510),(1669,348,510),(1677,349,511),(1678,350,511),(1679,351,511),(1680,352,511),(1796,353,512),(1797,354,512),(1798,355,512),(1799,356,512),(1792,357,513),(1793,358,513),(1794,359,513),(1795,360,513),(1808,361,514),(1809,362,514),(1810,363,514),(1811,364,514),(1804,365,515),(1805,366,515),(1806,367,515),(1807,368,515),(1625,369,516),(1626,370,516),(1627,371,516),(1628,372,516),(1842,373,517),(1843,374,517),(1844,375,517),(1516,376,518),(1517,377,518),(1518,378,518),(1845,379,519),(1846,380,519),(1847,381,519),(1694,382,520),(1695,383,520),(1696,384,521),(1697,385,521),(1889,386,522),(1884,387,522),(1885,388,522),(1886,389,522),(1887,390,522),(1888,391,522),(1883,392,522),(1878,393,522),(1879,394,522),(1880,395,522),(1881,396,522),(1882,397,522),(1499,398,523),(1494,399,523),(1495,400,523),(1496,401,523),(1497,402,523),(1498,403,523),(1493,404,523),(1488,405,523),(1489,406,523),(1490,407,523),(1491,408,523),(1492,409,523),(1724,410,524),(1719,411,524),(1720,412,524),(1721,413,524),(1722,414,524),(1723,415,524),(1718,416,524),(1713,417,524),(1714,418,524),(1715,419,524),(1716,420,524),(1717,421,524),(1736,422,525),(1731,423,525),(1732,424,525),(1733,425,525),(1734,426,525),(1735,427,525),(1730,428,525),(1725,429,525),(1726,430,525),(1727,431,525),(1728,432,525),(1729,433,525),(1748,434,526),(1743,435,526),(1744,436,526),(1745,437,526),(1746,438,526),(1747,439,526),(1742,440,526),(1737,441,526),(1738,442,526),(1739,443,526),(1740,444,526),(1741,445,526),(1758,446,527),(1759,447,527),(1760,448,527),(1766,449,527),(1761,450,527),(1762,451,527),(1763,452,527),(1764,453,527),(1765,454,527),(1749,455,527),(1750,456,527),(1751,457,527),(1757,458,527),(1752,459,527),(1753,460,527),(1754,461,527),(1755,462,527),(1756,463,527),(1570,464,528),(1571,465,528),(1572,466,528),(1578,467,528),(1573,468,528),(1574,469,528),(1575,470,528),(1576,471,528),(1577,472,528),(1561,473,528),(1562,474,528),(1563,475,528),(1569,476,528),(1564,477,528),(1565,478,528),(1566,479,528),(1567,480,528),(1568,481,528),(1552,482,529),(1553,483,529),(1554,484,529),(1560,485,529),(1555,486,529),(1556,487,529),(1557,488,529),(1558,489,529),(1559,490,529),(1543,491,529),(1544,492,529),(1545,493,529),(1551,494,529),(1546,495,529),(1547,496,529),(1548,497,529),(1549,498,529),(1550,499,529),(1848,530,533),(1849,531,533),(1850,532,533);
/*!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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CATALOG_PRODUCT_WEBSITE_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_PRD_WS_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product To Website Linkage Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 (315,1),(316,1),(317,1),(318,1),(319,1),(320,1),(321,1),(322,1),(323,1),(324,1),(325,1),(326,1),(327,1),(328,1),(329,1),(330,1),(331,1),(332,1),(333,1),(334,1),(335,1),(336,1),(337,1),(338,1),(339,1),(340,1),(341,1),(342,1),(343,1),(344,1),(345,1),(346,1),(347,1),(348,1),(349,1),(350,1),(351,1),(352,1),(353,1),(354,1),(355,1),(356,1),(357,1),(358,1),(359,1),(360,1),(361,1),(362,1),(363,1),(364,1),(365,1),(366,1),(367,1),(368,1),(369,1),(370,1),(371,1),(372,1),(373,1),(374,1),(375,1),(376,1),(377,1),(378,1),(379,1),(380,1),(381,1),(382,1),(383,1),(384,1),(385,1),(386,1),(387,1),(388,1),(389,1),(390,1),(391,1),(392,1),(393,1),(394,1),(395,1),(396,1),(397,1),(398,1),(399,1),(400,1),(401,1),(402,1),(403,1),(404,1),(405,1),(406,1),(407,1),(408,1),(409,1),(410,1),(411,1),(412,1),(413,1),(414,1),(415,1),(416,1),(417,1),(418,1),(419,1),(420,1),(421,1),(422,1),(423,1),(424,1),(425,1),(426,1),(427,1),(428,1),(429,1),(430,1),(431,1),(432,1),(433,1),(434,1),(435,1),(436,1),(437,1),(438,1),(439,1),(440,1),(441,1),(442,1),(443,1),(444,1),(445,1),(446,1),(447,1),(448,1),(449,1),(450,1),(451,1),(452,1),(453,1),(454,1),(455,1),(456,1),(457,1),(458,1),(459,1),(460,1),(461,1),(462,1),(463,1),(464,1),(465,1),(466,1),(467,1),(468,1),(469,1),(470,1),(471,1),(472,1),(473,1),(474,1),(475,1),(476,1),(477,1),(478,1),(479,1),(480,1),(481,1),(482,1),(483,1),(484,1),(485,1),(486,1),(487,1),(488,1),(489,1),(490,1),(491,1),(492,1),(493,1),(494,1),(495,1),(496,1),(497,1),(498,1),(499,1),(500,1),(501,1),(502,1),(503,1),(504,1),(505,1),(506,1),(507,1),(508,1),(509,1),(510,1),(511,1),(512,1),(513,1),(514,1),(515,1),(516,1),(517,1),(518,1),(519,1),(520,1),(521,1),(522,1),(523,1),(524,1),(525,1),(526,1),(527,1),(528,1),(529,1),(530,1),(531,1),(532,1),(533,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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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,
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,
CONSTRAINT `FK_BB79E64705D7F17FE181F23144528FC8` FOREIGN KEY (`url_rewrite_id`) REFERENCES `url_rewrite` (`url_rewrite_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='url_rewrite_relation';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 (1780,29,523),(1785,28,528),(1786,28,529),(1894,5,518),(1895,20,518),(1898,3,533),(1897,12,533),(1899,4,533),(1902,5,506),(1901,6,506),(1905,3,501),(1904,4,501),(1908,3,504),(1907,4,504),(1911,3,516),(1910,11,516),(1914,3,515),(1913,11,515),(1917,5,505),(1916,6,505),(1920,3,500),(1919,4,500),(1923,3,502),(1922,4,502),(1926,3,503),(1925,4,503),(1929,5,507),(1928,6,507),(1932,5,508),(1931,6,508),(1935,5,509),(1934,6,509),(1938,3,510),(1937,7,510),(1941,3,512),(1940,9,512),(1944,5,511),(1943,8,511),(1947,5,513),(1946,10,513),(1950,5,514),(1949,10,514),(1953,3,519),(1952,14,519),(1956,5,520),(1955,17,520),(1959,5,521),(1958,20,521),(1962,3,522),(1961,29,522),(1965,3,524),(1964,29,524),(1968,3,525),(1967,29,525),(1971,3,526),(1970,29,526),(1974,5,527),(1973,28,527),(1977,3,517),(1976,12,517);
/*!40000 ALTER TABLE `catalog_url_rewrite_product_category` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cataloginventory_stock`
--
DROP TABLE IF EXISTS `cataloginventory_stock`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CATINV_STOCK_ITEM_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,
CONSTRAINT `CATINV_STOCK_ITEM_STOCK_ID_CATINV_STOCK_STOCK_ID` FOREIGN KEY (`stock_id`) REFERENCES `cataloginventory_stock` (`stock_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=1494 DEFAULT CHARSET=utf8 COMMENT='Cataloginventory Stock Item';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 (1274,315,1,10.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1275,316,1,10.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1276,317,1,5.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1277,318,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-26 18:01:50',1.0000,1,1,1,1,1,1.0000,1,0,0,0),(1278,319,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-26 18:02:31',1.0000,1,1,1,1,1,1.0000,1,0,0,0),(1279,320,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-26 18:02:50',1.0000,1,1,1,1,1,1.0000,1,0,0,0),(1280,321,1,10.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1281,322,1,10.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1282,323,1,5.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1283,324,1,10.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1284,325,1,10.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1285,326,1,5.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1286,327,1,9.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),(1287,328,1,9.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),(1288,329,1,5.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1289,330,1,10.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1290,331,1,10.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1291,332,1,5.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1292,333,1,9.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),(1293,334,1,10.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1294,335,1,5.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1295,336,1,10.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1296,337,1,10.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1297,338,1,5.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1298,339,1,5.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1299,340,1,5.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1300,341,1,2.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1301,342,1,5.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1302,343,1,4.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),(1303,344,1,3.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1304,345,1,10.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1305,346,1,40.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1306,347,1,40.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),(1307,348,1,10.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1308,349,1,10.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1309,350,1,40.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1310,351,1,40.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1311,352,1,10.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1312,353,1,10.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1313,354,1,40.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1314,355,1,40.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1315,356,1,10.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1316,357,1,5.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1317,358,1,20.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1318,359,1,20.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1319,360,1,5.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1320,361,1,5.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1321,362,1,20.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1322,363,1,20.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1323,364,1,5.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1324,365,1,8.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1325,366,1,12.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1326,367,1,12.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1327,368,1,8.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1328,369,1,8.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1329,370,1,12.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1330,371,1,12.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1331,372,1,8.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,1,NULL,1.0000,1,1,1,0,1,0.0000,1,0,0,0),(1332,373,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1333,374,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1334,375,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1335,376,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1336,377,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1337,378,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1338,379,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1339,380,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1340,381,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1341,382,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1342,383,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1343,384,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1344,385,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1345,386,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1346,387,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1347,388,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1348,389,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1349,390,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1350,391,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1351,392,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1352,393,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1353,394,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1354,395,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1355,396,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1356,397,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1357,398,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1358,399,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1359,400,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1360,401,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1361,402,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1362,403,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1363,404,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1364,405,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1365,406,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1366,407,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1367,408,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1368,409,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1369,410,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1370,411,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1371,412,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1372,413,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1373,414,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1374,415,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1375,416,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1376,417,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1377,418,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1378,419,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1379,420,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1380,421,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1381,422,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1382,423,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1383,424,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1384,425,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1385,426,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1386,427,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1387,428,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1388,429,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1389,430,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1390,431,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1391,432,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1392,433,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1393,434,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1394,435,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1395,436,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1396,437,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1397,438,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1398,439,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1399,440,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1400,441,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1401,442,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1402,443,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1403,444,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1404,445,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1405,446,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1406,447,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1407,448,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1408,449,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1409,450,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1410,451,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1411,452,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1412,453,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1413,454,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1414,455,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1415,456,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1416,457,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1417,458,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1418,459,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1419,460,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1420,461,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1421,462,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1422,463,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1423,464,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1424,465,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1425,466,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1426,467,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1427,468,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1428,469,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1429,470,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1430,471,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1431,472,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1432,473,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1433,474,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1434,475,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1435,476,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1436,477,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1437,478,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1438,479,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1439,480,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1440,481,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1441,482,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1442,483,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1443,484,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1444,485,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1445,486,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1446,487,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1447,488,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1448,489,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1449,490,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1450,491,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1451,492,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1452,493,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1453,494,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1454,495,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1455,496,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1456,497,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1457,498,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1458,499,1,0.0000,0.0000,1,0,0,1,1.0000,1,10000.0000,1,0,'2018-03-15 14:17:49',1.0000,1,1,1,1,1,0.0000,1,0,0,0),(1459,500,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),(1460,501,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),(1461,502,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),(1462,503,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),(1463,504,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),(1464,505,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),(1465,506,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),(1466,507,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),(1467,508,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),(1468,509,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),(1469,510,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),(1470,511,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),(1471,512,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),(1472,513,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),(1473,514,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),(1474,515,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),(1475,516,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),(1476,517,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),(1477,518,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),(1478,519,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),(1479,520,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),(1480,521,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),(1481,522,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),(1482,523,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),(1483,524,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),(1484,525,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),(1485,526,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),(1486,527,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),(1487,528,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),(1488,529,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),(1489,530,1,10.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),(1490,531,1,9.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),(1491,532,1,4.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),(1492,533,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);
/*!40000 ALTER TABLE `cataloginventory_stock_item` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cataloginventory_stock_status`
--
DROP TABLE IF EXISTS `cataloginventory_stock_status`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 (315,0,1,10.0000,1),(316,0,1,10.0000,1),(317,0,1,5.0000,1),(318,0,1,0.0000,0),(319,0,1,0.0000,0),(320,0,1,0.0000,0),(321,0,1,10.0000,1),(322,0,1,10.0000,1),(323,0,1,5.0000,1),(324,0,1,10.0000,1),(325,0,1,10.0000,1),(326,0,1,5.0000,1),(327,0,1,9.0000,1),(328,0,1,9.0000,1),(329,0,1,5.0000,1),(330,0,1,10.0000,1),(331,0,1,10.0000,1),(332,0,1,5.0000,1),(333,0,1,9.0000,1),(334,0,1,10.0000,1),(335,0,1,5.0000,1),(336,0,1,10.0000,1),(337,0,1,10.0000,1),(338,0,1,5.0000,1),(339,0,1,5.0000,1),(340,0,1,5.0000,1),(341,0,1,2.0000,1),(342,0,1,5.0000,1),(343,0,1,4.0000,1),(344,0,1,3.0000,1),(345,0,1,10.0000,1),(346,0,1,40.0000,1),(347,0,1,40.0000,1),(348,0,1,10.0000,1),(349,0,1,10.0000,1),(350,0,1,40.0000,1),(351,0,1,40.0000,1),(352,0,1,10.0000,1),(353,0,1,10.0000,1),(354,0,1,40.0000,1),(355,0,1,40.0000,1),(356,0,1,10.0000,1),(357,0,1,5.0000,1),(358,0,1,20.0000,1),(359,0,1,20.0000,1),(360,0,1,5.0000,1),(361,0,1,5.0000,1),(362,0,1,20.0000,1),(363,0,1,20.0000,1),(364,0,1,5.0000,1),(365,0,1,8.0000,1),(366,0,1,12.0000,1),(367,0,1,12.0000,1),(368,0,1,8.0000,1),(369,0,1,8.0000,1),(370,0,1,12.0000,1),(371,0,1,12.0000,1),(372,0,1,8.0000,1),(373,0,1,0.0000,0),(374,0,1,0.0000,0),(375,0,1,0.0000,0),(376,0,1,0.0000,0),(377,0,1,0.0000,0),(378,0,1,0.0000,0),(379,0,1,0.0000,0),(380,0,1,0.0000,0),(381,0,1,0.0000,0),(382,0,1,0.0000,0),(383,0,1,0.0000,0),(384,0,1,0.0000,0),(385,0,1,0.0000,0),(386,0,1,0.0000,0),(387,0,1,0.0000,0),(388,0,1,0.0000,0),(389,0,1,0.0000,0),(390,0,1,0.0000,0),(391,0,1,0.0000,0),(392,0,1,0.0000,0),(393,0,1,0.0000,0),(394,0,1,0.0000,0),(395,0,1,0.0000,0),(396,0,1,0.0000,0),(397,0,1,0.0000,0),(398,0,1,0.0000,0),(399,0,1,0.0000,0),(400,0,1,0.0000,0),(401,0,1,0.0000,0),(402,0,1,0.0000,0),(403,0,1,0.0000,0),(404,0,1,0.0000,0),(405,0,1,0.0000,0),(406,0,1,0.0000,0),(407,0,1,0.0000,0),(408,0,1,0.0000,0),(409,0,1,0.0000,0),(410,0,1,0.0000,0),(411,0,1,0.0000,0),(412,0,1,0.0000,0),(413,0,1,0.0000,0),(414,0,1,0.0000,0),(415,0,1,0.0000,0),(416,0,1,0.0000,0),(417,0,1,0.0000,0),(418,0,1,0.0000,0),(419,0,1,0.0000,0),(420,0,1,0.0000,0),(421,0,1,0.0000,0),(422,0,1,0.0000,0),(423,0,1,0.0000,0),(424,0,1,0.0000,0),(425,0,1,0.0000,0),(426,0,1,0.0000,0),(427,0,1,0.0000,0),(428,0,1,0.0000,0),(429,0,1,0.0000,0),(430,0,1,0.0000,0),(431,0,1,0.0000,0),(432,0,1,0.0000,0),(433,0,1,0.0000,0),(434,0,1,0.0000,0),(435,0,1,0.0000,0),(436,0,1,0.0000,0),(437,0,1,0.0000,0),(438,0,1,0.0000,0),(439,0,1,0.0000,0),(440,0,1,0.0000,0),(441,0,1,0.0000,0),(442,0,1,0.0000,0),(443,0,1,0.0000,0),(444,0,1,0.0000,0),(445,0,1,0.0000,0),(446,0,1,0.0000,0),(447,0,1,0.0000,0),(448,0,1,0.0000,0),(449,0,1,0.0000,0),(450,0,1,0.0000,0),(451,0,1,0.0000,0),(452,0,1,0.0000,0),(453,0,1,0.0000,0),(454,0,1,0.0000,0),(455,0,1,0.0000,0),(456,0,1,0.0000,0),(457,0,1,0.0000,0),(458,0,1,0.0000,0),(459,0,1,0.0000,0),(460,0,1,0.0000,0),(461,0,1,0.0000,0),(462,0,1,0.0000,0),(463,0,1,0.0000,0),(464,0,1,0.0000,0),(465,0,1,0.0000,0),(466,0,1,0.0000,0),(467,0,1,0.0000,0),(468,0,1,0.0000,0),(469,0,1,0.0000,0),(470,0,1,0.0000,0),(471,0,1,0.0000,0),(472,0,1,0.0000,0),(473,0,1,0.0000,0),(474,0,1,0.0000,0),(475,0,1,0.0000,0),(476,0,1,0.0000,0),(477,0,1,0.0000,0),(478,0,1,0.0000,0),(479,0,1,0.0000,0),(480,0,1,0.0000,0),(481,0,1,0.0000,0),(482,0,1,0.0000,0),(483,0,1,0.0000,0),(484,0,1,0.0000,0),(485,0,1,0.0000,0),(486,0,1,0.0000,0),(487,0,1,0.0000,0),(488,0,1,0.0000,0),(489,0,1,0.0000,0),(490,0,1,0.0000,0),(491,0,1,0.0000,0),(492,0,1,0.0000,0),(493,0,1,0.0000,0),(494,0,1,0.0000,0),(495,0,1,0.0000,0),(496,0,1,0.0000,0),(497,0,1,0.0000,0),(498,0,1,0.0000,0),(499,0,1,0.0000,0),(500,0,1,0.0000,1),(501,0,1,0.0000,0),(502,0,1,0.0000,1),(503,0,1,0.0000,1),(504,0,1,0.0000,1),(505,0,1,0.0000,1),(506,0,1,0.0000,1),(507,0,1,0.0000,1),(508,0,1,0.0000,1),(509,0,1,0.0000,1),(510,0,1,0.0000,1),(511,0,1,0.0000,1),(512,0,1,0.0000,1),(513,0,1,0.0000,1),(514,0,1,0.0000,1),(515,0,1,0.0000,1),(516,0,1,0.0000,1),(517,0,1,0.0000,0),(518,0,1,0.0000,0),(519,0,1,0.0000,0),(520,0,1,0.0000,0),(521,0,1,0.0000,0),(522,0,1,0.0000,0),(523,0,1,0.0000,0),(524,0,1,0.0000,0),(525,0,1,0.0000,0),(526,0,1,0.0000,0),(527,0,1,0.0000,0),(528,0,1,0.0000,0),(529,0,1,0.0000,0),(530,0,1,10.0000,1),(531,0,1,9.0000,1),(532,0,1,4.0000,1),(533,0,1,0.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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cataloginventory_stock_status_idx`
--
LOCK TABLES `cataloginventory_stock_status_idx` WRITE;
/*!40000 ALTER TABLE `cataloginventory_stock_status_idx` DISABLE KEYS */;
/*!40000 ALTER TABLE `cataloginventory_stock_status_idx` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cataloginventory_stock_status_replica`
--
DROP TABLE IF EXISTS `cataloginventory_stock_status_replica`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 (315,0,1,10.0000,1),(316,0,1,10.0000,1),(317,0,1,5.0000,1),(318,0,1,0.0000,0),(319,0,1,0.0000,0),(320,0,1,0.0000,0),(321,0,1,10.0000,1),(322,0,1,10.0000,1),(323,0,1,5.0000,1),(324,0,1,10.0000,1),(325,0,1,10.0000,1),(326,0,1,5.0000,1),(327,0,1,9.0000,1),(328,0,1,9.0000,1),(329,0,1,5.0000,1),(330,0,1,10.0000,1),(331,0,1,10.0000,1),(332,0,1,5.0000,1),(333,0,1,9.0000,1),(334,0,1,10.0000,1),(335,0,1,5.0000,1),(336,0,1,10.0000,1),(337,0,1,10.0000,1),(338,0,1,5.0000,1),(339,0,1,5.0000,1),(340,0,1,5.0000,1),(341,0,1,2.0000,1),(342,0,1,5.0000,1),(343,0,1,4.0000,1),(344,0,1,3.0000,1),(345,0,1,10.0000,1),(346,0,1,40.0000,1),(347,0,1,40.0000,1),(348,0,1,10.0000,1),(349,0,1,10.0000,1),(350,0,1,40.0000,1),(351,0,1,40.0000,1),(352,0,1,10.0000,1),(353,0,1,10.0000,1),(354,0,1,40.0000,1),(355,0,1,40.0000,1),(356,0,1,10.0000,1),(357,0,1,5.0000,1),(358,0,1,20.0000,1),(359,0,1,20.0000,1),(360,0,1,5.0000,1),(361,0,1,5.0000,1),(362,0,1,20.0000,1),(363,0,1,20.0000,1),(364,0,1,5.0000,1),(365,0,1,8.0000,1),(366,0,1,12.0000,1),(367,0,1,12.0000,1),(368,0,1,8.0000,1),(369,0,1,8.0000,1),(370,0,1,12.0000,1),(371,0,1,12.0000,1),(372,0,1,8.0000,1),(373,0,1,0.0000,0),(374,0,1,0.0000,0),(375,0,1,0.0000,0),(376,0,1,0.0000,0),(377,0,1,0.0000,0),(378,0,1,0.0000,0),(379,0,1,0.0000,0),(380,0,1,0.0000,0),(381,0,1,0.0000,0),(382,0,1,0.0000,0),(383,0,1,0.0000,0),(384,0,1,0.0000,0),(385,0,1,0.0000,0),(386,0,1,0.0000,0),(387,0,1,0.0000,0),(388,0,1,0.0000,0),(389,0,1,0.0000,0),(390,0,1,0.0000,0),(391,0,1,0.0000,0),(392,0,1,0.0000,0),(393,0,1,0.0000,0),(394,0,1,0.0000,0),(395,0,1,0.0000,0),(396,0,1,0.0000,0),(397,0,1,0.0000,0),(398,0,1,0.0000,0),(399,0,1,0.0000,0),(400,0,1,0.0000,0),(401,0,1,0.0000,0),(402,0,1,0.0000,0),(403,0,1,0.0000,0),(404,0,1,0.0000,0),(405,0,1,0.0000,0),(406,0,1,0.0000,0),(407,0,1,0.0000,0),(408,0,1,0.0000,0),(409,0,1,0.0000,0),(410,0,1,0.0000,0),(411,0,1,0.0000,0),(412,0,1,0.0000,0),(413,0,1,0.0000,0),(414,0,1,0.0000,0),(415,0,1,0.0000,0),(416,0,1,0.0000,0),(417,0,1,0.0000,0),(418,0,1,0.0000,0),(419,0,1,0.0000,0),(420,0,1,0.0000,0),(421,0,1,0.0000,0),(422,0,1,0.0000,0),(423,0,1,0.0000,0),(424,0,1,0.0000,0),(425,0,1,0.0000,0),(426,0,1,0.0000,0),(427,0,1,0.0000,0),(428,0,1,0.0000,0),(429,0,1,0.0000,0),(430,0,1,0.0000,0),(431,0,1,0.0000,0),(432,0,1,0.0000,0),(433,0,1,0.0000,0),(434,0,1,0.0000,0),(435,0,1,0.0000,0),(436,0,1,0.0000,0),(437,0,1,0.0000,0),(438,0,1,0.0000,0),(439,0,1,0.0000,0),(440,0,1,0.0000,0),(441,0,1,0.0000,0),(442,0,1,0.0000,0),(443,0,1,0.0000,0),(444,0,1,0.0000,0),(445,0,1,0.0000,0),(446,0,1,0.0000,0),(447,0,1,0.0000,0),(448,0,1,0.0000,0),(449,0,1,0.0000,0),(450,0,1,0.0000,0),(451,0,1,0.0000,0),(452,0,1,0.0000,0),(453,0,1,0.0000,0),(454,0,1,0.0000,0),(455,0,1,0.0000,0),(456,0,1,0.0000,0),(457,0,1,0.0000,0),(458,0,1,0.0000,0),(459,0,1,0.0000,0),(460,0,1,0.0000,0),(461,0,1,0.0000,0),(462,0,1,0.0000,0),(463,0,1,0.0000,0),(464,0,1,0.0000,0),(465,0,1,0.0000,0),(466,0,1,0.0000,0),(467,0,1,0.0000,0),(468,0,1,0.0000,0),(469,0,1,0.0000,0),(470,0,1,0.0000,0),(471,0,1,0.0000,0),(472,0,1,0.0000,0),(473,0,1,0.0000,0),(474,0,1,0.0000,0),(475,0,1,0.0000,0),(476,0,1,0.0000,0),(477,0,1,0.0000,0),(478,0,1,0.0000,0),(479,0,1,0.0000,0),(480,0,1,0.0000,0),(481,0,1,0.0000,0),(482,0,1,0.0000,0),(483,0,1,0.0000,0),(484,0,1,0.0000,0),(485,0,1,0.0000,0),(486,0,1,0.0000,0),(487,0,1,0.0000,0),(488,0,1,0.0000,0),(489,0,1,0.0000,0),(490,0,1,0.0000,0),(491,0,1,0.0000,0),(492,0,1,0.0000,0),(493,0,1,0.0000,0),(494,0,1,0.0000,0),(495,0,1,0.0000,0),(496,0,1,0.0000,0),(497,0,1,0.0000,0),(498,0,1,0.0000,0),(499,0,1,0.0000,0),(500,0,1,0.0000,1),(501,0,1,0.0000,0),(502,0,1,0.0000,1),(503,0,1,0.0000,1),(504,0,1,0.0000,1),(505,0,1,0.0000,1),(506,0,1,0.0000,1),(507,0,1,0.0000,1),(508,0,1,0.0000,1),(509,0,1,0.0000,1),(510,0,1,0.0000,1),(511,0,1,0.0000,1),(512,0,1,0.0000,1),(513,0,1,0.0000,1),(514,0,1,0.0000,1),(515,0,1,0.0000,1),(516,0,1,0.0000,1),(517,0,1,0.0000,0),(518,0,1,0.0000,0),(519,0,1,0.0000,0),(520,0,1,0.0000,0),(521,0,1,0.0000,0),(522,0,1,0.0000,0),(523,0,1,0.0000,0),(524,0,1,0.0000,0),(525,0,1,0.0000,0),(526,0,1,0.0000,0),(527,0,1,0.0000,0),(528,0,1,0.0000,0),(529,0,1,0.0000,0),(530,0,1,10.0000,1),(531,0,1,9.0000,1),(532,0,1,4.0000,1),(533,0,1,0.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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cataloginventory_stock_status_tmp`
--
LOCK TABLES `cataloginventory_stock_status_tmp` WRITE;
/*!40000 ALTER TABLE `cataloginventory_stock_status_tmp` DISABLE KEYS */;
/*!40000 ALTER TABLE `cataloginventory_stock_status_tmp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalogrule`
--
DROP TABLE IF EXISTS `catalogrule`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalogrule`
--
LOCK TABLES `catalogrule` WRITE;
/*!40000 ALTER TABLE `catalogrule` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalogrule` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalogrule_customer_group`
--
DROP TABLE IF EXISTS `catalogrule_customer_group`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CATALOGRULE_CUSTOMER_GROUP_RULE_ID_CATALOGRULE_RULE_ID` FOREIGN KEY (`rule_id`) REFERENCES `catalogrule` (`rule_id`) ON DELETE CASCADE,
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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Rules To Customer Groups Relations';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalogrule_customer_group`
--
LOCK TABLES `catalogrule_customer_group` WRITE;
/*!40000 ALTER TABLE `catalogrule_customer_group` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalogrule_customer_group` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalogrule_group_website`
--
DROP TABLE IF EXISTS `catalogrule_group_website`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalogrule_group_website`
--
LOCK TABLES `catalogrule_group_website` WRITE;
/*!40000 ALTER TABLE `catalogrule_group_website` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalogrule_group_website` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalogrule_group_website_replica`
--
DROP TABLE IF EXISTS `catalogrule_group_website_replica`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalogrule_group_website_replica`
--
LOCK TABLES `catalogrule_group_website_replica` WRITE;
/*!40000 ALTER TABLE `catalogrule_group_website_replica` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalogrule_group_website_replica` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalogrule_product`
--
DROP TABLE IF EXISTS `catalogrule_product`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalogrule_product`
--
LOCK TABLES `catalogrule_product` WRITE;
/*!40000 ALTER TABLE `catalogrule_product` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalogrule_product` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalogrule_product_price`
--
DROP TABLE IF EXISTS `catalogrule_product_price`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalogrule_product_price`
--
LOCK TABLES `catalogrule_product_price` WRITE;
/*!40000 ALTER TABLE `catalogrule_product_price` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalogrule_product_price` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalogrule_product_price_replica`
--
DROP TABLE IF EXISTS `catalogrule_product_price_replica`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalogrule_product_price_replica`
--
LOCK TABLES `catalogrule_product_price_replica` WRITE;
/*!40000 ALTER TABLE `catalogrule_product_price_replica` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalogrule_product_price_replica` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalogrule_product_replica`
--
DROP TABLE IF EXISTS `catalogrule_product_replica`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalogrule_product_replica`
--
LOCK TABLES `catalogrule_product_replica` WRITE;
/*!40000 ALTER TABLE `catalogrule_product_replica` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalogrule_product_replica` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalogrule_website`
--
DROP TABLE IF EXISTS `catalogrule_website`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CATALOGRULE_WEBSITE_RULE_ID_CATALOGRULE_RULE_ID` FOREIGN KEY (`rule_id`) REFERENCES `catalogrule` (`rule_id`) ON DELETE CASCADE,
CONSTRAINT `CATALOGRULE_WEBSITE_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Rules To Websites Relations';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalogrule_website`
--
LOCK TABLES `catalogrule_website` WRITE;
/*!40000 ALTER TABLE `catalogrule_website` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalogrule_website` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalogsearch_fulltext_scope1`
--
DROP TABLE IF EXISTS `catalogsearch_fulltext_scope1`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 (315,73,'PERFECT APE 01 - m'),(315,74,'ALJ1780100 9900 GOAT NUBUCK BLACK - m'),(316,73,'PERFECT APE 01 - l'),(316,74,'ALJ1780100 9900 GOAT NUBUCK BLACK - l'),(317,73,'PERFECT APE 01 - xl'),(317,74,'ALJ1780100 9900 GOAT NUBUCK BLACK - xl'),(318,73,'PERFECT APE 01 - m'),(318,74,'ALJ1780100 9900 LAMB DD BLACK - m'),(319,73,'PERFECT APE 01 - l'),(319,74,'ALJ1780100 9900 LAMB DD BLACK - l'),(320,73,'PERFECT APE 01 - xl'),(320,74,'ALJ1780100 9900 LAMB DD BLACK - xl'),(321,73,'PERFECT APE 01 - m'),(321,74,'ALJ1780100 9900 BLACK WHITE - m'),(322,73,'PERFECT APE 01 - l'),(322,74,'ALJ1780100 9900 BLACK WHITE - l'),(323,73,'PERFECT APE 01 - xl'),(323,74,'ALJ1780100 9900 BLACK WHITE - xl'),(324,73,'HEAVY APE 01 - m'),(324,74,'ALJ1780102 9900 RUBOFF BLACK - m'),(325,73,'HEAVY APE 01 - l'),(325,74,'ALJ1780102 9900 RUBOFF BLACK - l'),(326,73,'HEAVY APE 01 - xl'),(326,74,'ALJ1780102 9900 RUBOFF BLACK - xl'),(327,73,'HIDDEN APE 01 - m'),(327,74,'ALJ1780104 9900 BLACK STUDS - m'),(328,73,'HIDDEN APE 01 - l'),(328,74,'ALJ1780104 9900 BLACK STUDS - l'),(329,73,'HIDDEN APE 01 - xl'),(329,74,'ALJ1780104 9900 BLACK STUDS - xl'),(330,73,'PERFECTIOUS APE 01 - s'),(330,74,'AWLJ1780150 9900 NUBUCK BLACK - s'),(331,73,'PERFECTIOUS APE 01 - m'),(331,74,'AWLJ1780150 9900 NUBUCK BLACK - m'),(332,73,'PERFECTIOUS APE 01 - l'),(332,74,'AWLJ1780150 9900 NUBUCK BLACK - l'),(333,73,'PERFECTIOUS APE 01 - s'),(333,74,'AWLJ1780150 9000 WHITE - s'),(334,73,'PERFECTIOUS APE 01 - m'),(334,74,'AWLJ1780150 9000 WHITE - m'),(335,73,'PERFECTIOUS APE 01 - l'),(335,74,'AWLJ1780150 9000 WHITE - l'),(336,73,'BUFFY APE 01 - s'),(336,74,'AWLJ1780152 9900 RUBOFF BLACK - s'),(337,73,'BUFFY APE 01 - m'),(337,74,'AWLJ1780152 9900 RUBOFF BLACK - m'),(338,73,'BUFFY APE 01 - l'),(338,74,'AWLJ1780152 9900 RUBOFF BLACK - l'),(339,73,'GLAMOROUS APE 01 - s'),(339,74,'AWLJ1780154 9900 BLACK STUDS - s'),(340,73,'GLAMOROUS APE 01 - m'),(340,74,'AWLJ1780154 9900 BLACK STUDS - m'),(341,73,'GLAMOROUS APE 01 - l'),(341,74,'AWLJ1780154 9900 BLACK STUDS - l'),(342,73,'GLAMOROUS APE 01 - s'),(342,74,'AWLJ1780154 9900 BLACK - s'),(343,73,'GLAMOROUS APE 01 - m'),(343,74,'AWLJ1780154 9900 BLACK - m'),(344,73,'GLAMOROUS APE 01 - l'),(344,74,'AWLJ1780154 9900 BLACK - l'),(345,73,'SWEATY APE 01 - s'),(345,74,'ASW1780800 9900 BLACK - s'),(346,73,'SWEATY APE 01 - m'),(346,74,'ASW1780800 9900 BLACK - m'),(347,73,'SWEATY APE 01 - l'),(347,74,'ASW1780800 9900 BLACK - l'),(348,73,'SWEATY APE 01 - xl'),(348,74,'ASW1780800 9900 BLACK - xl'),(349,73,'BOLT APE 01 - xs'),(349,74,'AWSW1780850 9000 WHITE - xs'),(350,73,'BOLT APE 01 - s'),(350,74,'AWSW1780850 9000 WHITE - s'),(351,73,'BOLT APE 01 - m'),(351,74,'AWSW1780850 9000 WHITE - m'),(352,73,'BOLT APE 01 - l'),(352,74,'AWSW1780850 9000 WHITE - l'),(353,73,'SHY APE 01 - s'),(353,74,'ATS1780602 9900 BLACK - s'),(354,73,'SHY APE 01 - m'),(354,74,'ATS1780602 9900 BLACK - m'),(355,73,'SHY APE 01 - l'),(355,74,'ATS1780602 9900 BLACK - l'),(356,73,'SHY APE 01 - xl'),(356,74,'ATS1780602 9900 BLACK - xl'),(357,73,'ARTY APE 01 - xs'),(357,74,'AWTS1780654 9000 WHITE-BLACK - xs'),(358,73,'ARTY APE 01 - s'),(358,74,'AWTS1780654 9000 WHITE-BLACK - s'),(359,73,'ARTY APE 01 - m'),(359,74,'AWTS1780654 9000 WHITE-BLACK - m'),(360,73,'ARTY APE 01 - l'),(360,74,'AWTS1780654 9000 WHITE-BLACK - l'),(361,73,'ARTY APE 01 - xs'),(361,74,'AWTS1780654 9000 WHITE-COPPER - xs'),(362,73,'ARTY APE 01 - s'),(362,74,'AWTS1780654 9000 WHITE-COPPER - s'),(363,73,'ARTY APE 01 - m'),(363,74,'AWTS1780654 9000 WHITE-COPPER - m'),(364,73,'ARTY APE 01 - l'),(364,74,'AWTS1780654 9000 WHITE-COPPER - l'),(365,73,'DRESSED APE 01 - s'),(365,74,'ASH1780400 9900 BLACK - s'),(366,73,'DRESSED APE 01 - m'),(366,74,'ASH1780400 9900 BLACK - m'),(367,73,'DRESSED APE 01 - l'),(367,74,'ASH1780400 9900 BLACK - l'),(368,73,'DRESSED APE 01 - xl'),(368,74,'ASH1780400 9900 BLACK - xl'),(369,73,'DRESSED APE 01 - s'),(369,74,'ASH1780400 9000 WHITE - s'),(370,73,'DRESSED APE 01 - m'),(370,74,'ASH1780400 9000 WHITE - m'),(371,73,'DRESSED APE 01 - l'),(371,74,'ASH1780400 9000 WHITE - l'),(372,73,'DRESSED APE 01 - xl'),(372,74,'ASH1780400 9000 WHITE - xl'),(373,73,'LONG APE 01 - m'),(373,74,'AJA1780200 6000 INDIGO - m'),(374,73,'LONG APE 01 - l'),(374,74,'AJA1780200 6000 INDIGO - l'),(375,73,'LONG APE 01 - xl'),(375,74,'AJA1780200 6000 INDIGO - xl'),(376,73,'BALANCED APE 01 - s'),(376,74,'AWJA1780250 9900 BLACK - s'),(377,73,'BALANCED APE 01 - m'),(377,74,'AWJA1780250 9900 BLACK - m'),(378,73,'BALANCED APE 01 - l'),(378,74,'AWJA1780250 9900 BLACK - l'),(379,73,'SMOKIN APE 01 - m'),(379,74,'AJA1780208 9900 BLACK - m'),(380,73,'SMOKIN APE 01 - l'),(380,74,'AJA1780208 9900 BLACK - l'),(381,73,'SMOKIN APE 01 - xl'),(381,74,'AJA1780208 9900 BLACK - xl'),(382,73,'VIRGIN APE 01 - m'),(382,74,'AWJA1780256 9900 BLACK - m'),(383,73,'VIRGIN APE 01 - l'),(383,74,'AWJA1780256 9900 BLACK - l'),(384,73,'FLYING APE 01 - m'),(384,74,'AWJA1780252 9909 COPPER - m'),(385,73,'FLYING APE 01 - l'),(385,74,'AWJA1780252 9909 COPPER - l'),(386,73,'BONOBO 01 TAPERED-29-32'),(386,74,'ATR1780001 BONOBO TAPERED IDG-29-32'),(387,73,'BONOBO 01 TAPERED-30-32'),(387,74,'ATR1780001 BONOBO TAPERED IDG-30-32'),(388,73,'BONOBO 01 TAPERED-31-32'),(388,74,'ATR1780001 BONOBO TAPERED IDG-31-32'),(389,73,'BONOBO 01 TAPERED-32-32'),(389,74,'ATR1780001 BONOBO TAPERED IDG-32-32'),(390,73,'BONOBO 01 TAPERED-33-32'),(390,74,'ATR1780001 BONOBO TAPERED IDG-33-32'),(391,73,'BONOBO 01 TAPERED-34-32'),(391,74,'ATR1780001 BONOBO TAPERED IDG-34-32'),(392,73,'BONOBO 01 TAPERED-29-34'),(392,74,'ATR1780001 BONOBO TAPERED IDG-29-34'),(393,73,'BONOBO 01 TAPERED-30-34'),(393,74,'ATR1780001 BONOBO TAPERED IDG-30-34'),(394,73,'BONOBO 01 TAPERED-31-34'),(394,74,'ATR1780001 BONOBO TAPERED IDG-31-34'),(395,73,'BONOBO 01 TAPERED-32-34'),(395,74,'ATR1780001 BONOBO TAPERED IDG-32-34'),(396,73,'BONOBO 01 TAPERED-33-34'),(396,74,'ATR1780001 BONOBO TAPERED IDG-33-34'),(397,73,'BONOBO 01 TAPERED-34-34'),(397,74,'ATR1780001 BONOBO TAPERED IDG-34-34'),(398,73,'BONOBO 01 TAPERED-29-32'),(398,74,'ATR1780001 BONOBO TAPERED BBB-29-32'),(399,73,'BONOBO 01 TAPERED-30-32'),(399,74,'ATR1780001 BONOBO TAPERED BBB-30-32'),(400,73,'BONOBO 01 TAPERED-31-32'),(400,74,'ATR1780001 BONOBO TAPERED BBB-31-32'),(401,73,'BONOBO 01 TAPERED-32-32'),(401,74,'ATR1780001 BONOBO TAPERED BBB-32-32'),(402,73,'BONOBO 01 TAPERED-33-32'),(402,74,'ATR1780001 BONOBO TAPERED BBB-33-32'),(403,73,'BONOBO 01 TAPERED-34-32'),(403,74,'ATR1780001 BONOBO TAPERED BBB-34-32'),(404,73,'BONOBO 01 TAPERED-29-34'),(404,74,'ATR1780001 BONOBO TAPERED BBB-29-34'),(405,73,'BONOBO 01 TAPERED-30-34'),(405,74,'ATR1780001 BONOBO TAPERED BBB-30-34'),(406,73,'BONOBO 01 TAPERED-31-34'),(406,74,'ATR1780001 BONOBO TAPERED BBB-31-34'),(407,73,'BONOBO 01 TAPERED-32-34'),(407,74,'ATR1780001 BONOBO TAPERED BBB-32-34'),(408,73,'BONOBO 01 TAPERED-33-34'),(408,74,'ATR1780001 BONOBO TAPERED BBB-33-34'),(409,73,'BONOBO 01 TAPERED-34-34'),(409,74,'ATR1780001 BONOBO TAPERED BBB-34-34'),(410,73,'GIBBON 01 SKINNY-29-32'),(410,74,'ATR1780002 GIBBON SKINNNY SBB-29-32'),(411,73,'GIBBON 01 SKINNY-30-32'),(411,74,'ATR1780002 GIBBON SKINNNY SBB-30-32'),(412,73,'GIBBON 01 SKINNY-31-32'),(412,74,'ATR1780002 GIBBON SKINNNY SBB-31-32'),(413,73,'GIBBON 01 SKINNY-32-32'),(413,74,'ATR1780002 GIBBON SKINNNY SBB-32-32'),(414,73,'GIBBON 01 SKINNY-33-32'),(414,74,'ATR1780002 GIBBON SKINNNY SBB-33-32'),(415,73,'GIBBON 01 SKINNY-34-32'),(415,74,'ATR1780002 GIBBON SKINNNY SBB-34-32'),(416,73,'GIBBON 01 SKINNY-29-34'),(416,74,'ATR1780002 GIBBON SKINNNY SBB-29-34'),(417,73,'GIBBON 01 SKINNY-30-34'),(417,74,'ATR1780002 GIBBON SKINNNY SBB-30-34'),(418,73,'GIBBON 01 SKINNY-31-34'),(418,74,'ATR1780002 GIBBON SKINNNY SBB-31-34'),(419,73,'GIBBON 01 SKINNY-32-34'),(419,74,'ATR1780002 GIBBON SKINNNY SBB-32-34'),(420,73,'GIBBON 01 SKINNY-33-34'),(420,74,'ATR1780002 GIBBON SKINNNY SBB-33-34'),(421,73,'GIBBON 01 SKINNY-34-34'),(421,74,'ATR1780002 GIBBON SKINNNY SBB-34-34'),(422,73,'GIBBON 01 SKINNY-29-32'),(422,74,'ATR1780002 GIBBON SKINNNY IDG-29-32'),(423,73,'GIBBON 01 SKINNY-30-32'),(423,74,'ATR1780002 GIBBON SKINNNY IDG-30-32'),(424,73,'GIBBON 01 SKINNY-31-32'),(424,74,'ATR1780002 GIBBON SKINNNY IDG-31-32'),(425,73,'GIBBON 01 SKINNY-32-32'),(425,74,'ATR1780002 GIBBON SKINNNY IDG-32-32'),(426,73,'GIBBON 01 SKINNY-33-32'),(426,74,'ATR1780002 GIBBON SKINNNY IDG-33-32'),(427,73,'GIBBON 01 SKINNY-34-32'),(427,74,'ATR1780002 GIBBON SKINNNY IDG-34-32'),(428,73,'GIBBON 01 SKINNY-29-34'),(428,74,'ATR1780002 GIBBON SKINNNY IDG-29-34'),(429,73,'GIBBON 01 SKINNY-30-34'),(429,74,'ATR1780002 GIBBON SKINNNY IDG-30-34'),(430,73,'GIBBON 01 SKINNY-31-34'),(430,74,'ATR1780002 GIBBON SKINNNY IDG-31-34'),(431,73,'GIBBON 01 SKINNY-32-34'),(431,74,'ATR1780002 GIBBON SKINNNY IDG-32-34'),(432,73,'GIBBON 01 SKINNY-33-34'),(432,74,'ATR1780002 GIBBON SKINNNY IDG-33-34'),(433,73,'GIBBON 01 SKINNY-34-34'),(433,74,'ATR1780002 GIBBON SKINNNY IDG-34-34'),(434,73,'SIMIAN 01 STRAIGHT-29-32'),(434,74,'ATR1780003 SIMIAN STRAIGHT BBW-29-32'),(435,73,'SIMIAN 01 STRAIGHT-30-32'),(435,74,'ATR1780003 SIMIAN STRAIGHT BBW-30-32'),(436,73,'SIMIAN 01 STRAIGHT-31-32'),(436,74,'ATR1780003 SIMIAN STRAIGHT BBW-31-32'),(437,73,'SIMIAN 01 STRAIGHT-32-32'),(437,74,'ATR1780003 SIMIAN STRAIGHT BBW-32-32'),(438,73,'SIMIAN 01 STRAIGHT-33-32'),(438,74,'ATR1780003 SIMIAN STRAIGHT BBW-33-32'),(439,73,'SIMIAN 01 STRAIGHT-34-32'),(439,74,'ATR1780003 SIMIAN STRAIGHT BBW-34-32'),(440,73,'SIMIAN 01 STRAIGHT-29-34'),(440,74,'ATR1780003 SIMIAN STRAIGHT BBW-29-34'),(441,73,'SIMIAN 01 STRAIGHT-30-34'),(441,74,'ATR1780003 SIMIAN STRAIGHT BBW-30-34'),(442,73,'SIMIAN 01 STRAIGHT-31-34'),(442,74,'ATR1780003 SIMIAN STRAIGHT BBW-31-34'),(443,73,'SIMIAN 01 STRAIGHT-32-34'),(443,74,'ATR1780003 SIMIAN STRAIGHT BBW-32-34'),(444,73,'SIMIAN 01 STRAIGHT-33-34'),(444,74,'ATR1780003 SIMIAN STRAIGHT BBW-33-34'),(445,73,'SIMIAN 01 STRAIGHT-34-34'),(445,74,'ATR1780003 SIMIAN STRAIGHT BBW-34-34'),(446,73,'SKINNY APE 01-26-32'),(446,74,'ATR1780050 SKINNY APE BGW-26-32'),(447,73,'SKINNY APE 01-27-32'),(447,74,'ATR1780050 SKINNY APE BGW-27-32'),(448,73,'SKINNY APE 01-28-32'),(448,74,'ATR1780050 SKINNY APE BGW-28-32'),(449,73,'SKINNY APE 01-29-32'),(449,74,'ATR1780050 SKINNY APE BGW-29-32'),(450,73,'SKINNY APE 01-30-32'),(450,74,'ATR1780050 SKINNY APE BGW-30-32'),(451,73,'SKINNY APE 01-31-32'),(451,74,'ATR1780050 SKINNY APE BGW-31-32'),(452,73,'SKINNY APE 01-32-32'),(452,74,'ATR1780050 SKINNY APE BGW-32-32'),(453,73,'SKINNY APE 01-33-32'),(453,74,'ATR1780050 SKINNY APE BGW-33-32'),(454,73,'SKINNY APE 01-34-32'),(454,74,'ATR1780050 SKINNY APE BGW-34-32'),(455,73,'SKINNY APE 01-26-34'),(455,74,'ATR1780050 SKINNY APE BGW-26-34'),(456,73,'SKINNY APE 01-27-34'),(456,74,'ATR1780050 SKINNY APE BGW-27-34'),(457,73,'SKINNY APE 01-28-34'),(457,74,'ATR1780050 SKINNY APE BGW-28-34'),(458,73,'SKINNY APE 01-29-34'),(458,74,'ATR1780050 SKINNY APE BGW-29-34'),(459,73,'SKINNY APE 01-30-34'),(459,74,'ATR1780050 SKINNY APE BGW-30-34'),(460,73,'SKINNY APE 01-31-34'),(460,74,'ATR1780050 SKINNY APE BGW-31-34'),(461,73,'SKINNY APE 01-32-34'),(461,74,'ATR1780050 SKINNY APE BGW-32-34'),(462,73,'SKINNY APE 01-33-34'),(462,74,'ATR1780050 SKINNY APE BGW-33-34'),(463,73,'SKINNY APE 01-34-34'),(463,74,'ATR1780050 SKINNY APE BGW-34-34'),(464,73,'SKINNY APE 01-26-32'),(464,74,'ATR1780050 SKINNY APE IDG-26-32'),(465,73,'SKINNY APE 01-27-32'),(465,74,'ATR1780050 SKINNY APE IDG-27-32'),(466,73,'SKINNY APE 01-28-32'),(466,74,'ATR1780050 SKINNY APE IDG-28-32'),(467,73,'SKINNY APE 01-29-32'),(467,74,'ATR1780050 SKINNY APE IDG-29-32'),(468,73,'SKINNY APE 01-30-32'),(468,74,'ATR1780050 SKINNY APE IDG-30-32'),(469,73,'SKINNY APE 01-31-32'),(469,74,'ATR1780050 SKINNY APE IDG-31-32'),(470,73,'SKINNY APE 01-32-32'),(470,74,'ATR1780050 SKINNY APE IDG-32-32'),(471,73,'SKINNY APE 01-33-32'),(471,74,'ATR1780050 SKINNY APE IDG-33-32'),(472,73,'SKINNY APE 01-34-32'),(472,74,'ATR1780050 SKINNY APE IDG-34-32'),(473,73,'SKINNY APE 01-26-34'),(473,74,'ATR1780050 SKINNY APE IDG-26-34'),(474,73,'SKINNY APE 01-27-34'),(474,74,'ATR1780050 SKINNY APE IDG-27-34'),(475,73,'SKINNY APE 01-28-34'),(475,74,'ATR1780050 SKINNY APE IDG-28-34'),(476,73,'SKINNY APE 01-29-34'),(476,74,'ATR1780050 SKINNY APE IDG-29-34'),(477,73,'SKINNY APE 01-30-34'),(477,74,'ATR1780050 SKINNY APE IDG-30-34'),(478,73,'SKINNY APE 01-31-34'),(478,74,'ATR1780050 SKINNY APE IDG-31-34'),(479,73,'SKINNY APE 01-32-34'),(479,74,'ATR1780050 SKINNY APE IDG-32-34'),(480,73,'SKINNY APE 01-33-34'),(480,74,'ATR1780050 SKINNY APE IDG-33-34'),(481,73,'SKINNY APE 01-34-34'),(481,74,'ATR1780050 SKINNY APE IDG-34-34'),(482,73,'NIM CHIMSKY 01-26-32'),(482,74,'AWTR1780154 NIM CHIMSKY BBI-26-32'),(483,73,'NIM CHIMSKY 01-27-32'),(483,74,'AWTR1780154 NIM CHIMSKY BBI-27-32'),(484,73,'NIM CHIMSKY 01-28-32'),(484,74,'AWTR1780154 NIM CHIMSKY BBI-28-32'),(485,73,'NIM CHIMSKY 01-29-32'),(485,74,'AWTR1780154 NIM CHIMSKY BBI-29-32'),(486,73,'NIM CHIMSKY 01-30-32'),(486,74,'AWTR1780154 NIM CHIMSKY BBI-30-32'),(487,73,'NIM CHIMSKY 01-31-32'),(487,74,'AWTR1780154 NIM CHIMSKY BBI-31-32'),(488,73,'NIM CHIMSKY 01-32-32'),(488,74,'AWTR1780154 NIM CHIMSKY BBI-32-32'),(489,73,'NIM CHIMSKY 01-33-32'),(489,74,'AWTR1780154 NIM CHIMSKY BBI-33-32'),(490,73,'NIM CHIMSKY 01-34-32'),(490,74,'AWTR1780154 NIM CHIMSKY BBI-34-32'),(491,73,'NIM CHIMSKY 01-26-34'),(491,74,'AWTR1780154 NIM CHIMSKY BBI-26-34'),(492,73,'NIM CHIMSKY 01-27-34'),(492,74,'AWTR1780154 NIM CHIMSKY BBI-27-34'),(493,73,'NIM CHIMSKY 01-28-34'),(493,74,'AWTR1780154 NIM CHIMSKY BBI-28-34'),(494,73,'NIM CHIMSKY 01-29-34'),(494,74,'AWTR1780154 NIM CHIMSKY BBI-29-34'),(495,73,'NIM CHIMSKY 01-30-34'),(495,74,'AWTR1780154 NIM CHIMSKY BBI-30-34'),(496,73,'NIM CHIMSKY 01-31-34'),(496,74,'AWTR1780154 NIM CHIMSKY BBI-31-34'),(497,73,'NIM CHIMSKY 01-32-34'),(497,74,'AWTR1780154 NIM CHIMSKY BBI-32-34'),(498,73,'NIM CHIMSKY 01-33-34'),(498,74,'AWTR1780154 NIM CHIMSKY BBI-33-34'),(499,73,'NIM CHIMSKY 01-34-34'),(499,74,'AWTR1780154 NIM CHIMSKY BBI-34-34'),(500,73,'PERFECT APE 01 - NUBUCK | PERFECT APE 01 - m | PERFECT APE 01 - l | PERFECT APE 01 - xl'),(500,74,'ALJ1780100 9900 GOAT NUBUCK BLACK'),(500,75,'ST APE Perfecto leather biker jacket is made from a soft, yet heavy goat nubuck leather. Details include clean stitching, and unique branded hardware & trimmings. We have used an unbleached cotton body lining for better breathability, and a nylon sleeve lining for added ease of putting on your jacket. Only a few are genius.'),(500,76,'Leather biker jacket'),(500,93,'black'),(501,73,'PERFECT APE 01 - LAMB DD | PERFECT APE 01 - m | PERFECT APE 01 - l | PERFECT APE 01 - xl'),(501,74,'ALJ1780100 9900 LAMB DD BLACK'),(501,75,'ST APE Perfecto leather biker jacket is made from a soft, yet heavy lamb Drum Dyed leather. Details include clean stitching, and unique branded hardware & trimmings. We have used an unbleached cotton body lining for better breathability, and a nylon sleeve lining for added ease of putting on your jacket. Only a few are genius. out of stock - available soon join the waitlist to be emailed when this product becomes available. Send an email'),(501,76,'Leather biker jacket'),(501,93,'black'),(502,73,'PERFECT APE 01 | PERFECT APE 01 - m | PERFECT APE 01 - l | PERFECT APE 01 - xl'),(502,74,'ALJ1780100 9900 BLACK WHITE'),(502,75,'ST APE Perfecto leather biker jacket is made from a soft, yet heavy lamb Drum Dyed chrome free leather. Details include clean stitching, and unique branded hardware & trimmings. We have used an unbleached cotton body lining for better breathability, and a nylon sleeve lining for added ease of putting on your jacket. Only a few are genius.'),(502,76,'Leather biker jacket'),(502,93,'black'),(503,73,'HEAVY APE 01 | HEAVY APE 01 - m | HEAVY APE 01 - l | HEAVY APE 01 - xl'),(503,74,'ALJ1780102 9900 RUBOFF BLACK'),(503,75,'100% cow leather with rubbed grain effect, washed & tanned in an environmentally friendly way. This piece has been made using the Treasury of Denim way of construction. We have used an unbleached cotton body lining for better breathability, and unique branded hardware & trimmings.'),(503,76,'new age pilot jacket'),(503,93,'black'),(504,73,'HIDDEN APE 01 | HIDDEN APE 01 - m | HIDDEN APE 01 - l | HIDDEN APE 01 - xl'),(504,74,'ALJ1780104 9900 BLACK STUDS'),(504,75,'This is our most iconic jacket with the hidden and then revealed studs on this ST APE Perfecto leather biker jacket. It is made out of a very soft, yet heavy lamb Drum Dyed leather. Details include clean stitching, and unique branded hardware & trimmings. We have used an unbleached cotton body lining for better breathability, and a nylon sleeve lining for added ease of putting on your jacket. Only a few are genius.'),(504,76,'iconic leater perfecto biker jacket'),(504,93,'black'),(505,73,'PERFECTIOUS APE 01 | PERFECTIOUS APE 01 - s | PERFECTIOUS APE 01 - m | PERFECTIOUS APE 01 - l'),(505,74,'AWLJ1780150 9900 NUBUCK BLACK'),(505,75,'This soft, yet heavy goat Nubuck leather features quality clean stitchung and unique branded hardware & trimmings. We have used an unbleached cotton lining for better breathability. Because of the extra light hardware & trimmings, this 100% real leather jacket is extremely comfortable to wear.'),(505,76,'Leather biker jacket'),(505,93,'black'),(506,73,'PERFECTIOUS APE 01 | PERFECTIOUS APE 01 - s | PERFECTIOUS APE 01 - m | PERFECTIOUS APE 01 - l'),(506,74,'AWLJ1780150 9000 WHITE'),(506,75,'A refined combination of two types of leather was used to create this perfect leather jacket. The white leather is chrome free nano lamb quality, and the black is a soft lamb Drum Dyed quality leather. We have used an unbleached cotton lining with quality clean stitching and unique branded hardware & trimmings.'),(506,76,'Leather biker jacket'),(506,93,'white'),(507,73,'BUFFY APE 01 | BUFFY APE 01 - s | BUFFY APE 01 - m | BUFFY APE 01 - l'),(507,74,'AWLJ1780152 9900 RUBOFF BLACK'),(507,75,'100% cow leather with rubbed grain effect, washed & tanned in an environmentally friendly way. This piece has been made using the Treasury of Denim way of construction. We have used an unbleached cotton body lining for better breathability, and unique branded hardware & trimmings.'),(507,76,'new age bomber jacket'),(507,93,'black'),(508,73,'GLAMOROUS APE 01 - STUDS EDITION | GLAMOROUS APE 01 - s | GLAMOROUS APE 01 - m | GLAMOROUS APE 01 - l'),(508,74,'AWLJ1780154 9900 BLACK STUDS'),(508,75,'A soft lamb Drum Dyed leather that demonstrated endurance and the iconic \'Gibbon\' logo, with padded quilting detail on the shoulders and back adding to the style. We have used an unbleached cotton lining for better breathability. This jacket is also available without artwork.'),(508,76,'Leather biker jacket'),(508,93,'black'),(509,73,'GLAMOROUS APE 01 | GLAMOROUS APE 01 - s | GLAMOROUS APE 01 - m | GLAMOROUS APE 01 - l'),(509,74,'AWLJ1780154 9900 BLACK'),(509,75,'A soft lamb Drum Dyed leather that demonstrated endurance and the iconic \'Gibbon\' logo, with padded quilting detail on the shoulders and back adding to the style. We have used an unbleached cotton lining for better breathability. This jacket is also available without artwork.'),(509,76,'Leather biker jacket'),(509,93,'black'),(510,73,'SWEATY APE 01 | SWEATY APE 01 - s | SWEATY APE 01 - m | SWEATY APE 01 - l | SWEATY APE 01 - xl'),(510,74,'ASW1780800 9900 BLACK'),(510,75,'ST. APE long sleeved sweatshirt with embroided \'Gibbon\' logo, in a heavy weight 320 grams cotton.'),(510,76,'Sweater'),(510,93,'black'),(511,73,'BOLT APE 01 | BOLT APE 01 - xs | BOLT APE 01 - s | BOLT APE 01 - m | BOLT APE 01 - l'),(511,74,'AWSW1780850 9000 WHITE'),(511,75,'ST. APE long sleeved sweatshirt with metal effect artwork, in a heavy weight 320 grams cotton.'),(511,76,'Sweater'),(511,93,'white'),(512,73,'SHY APE 01 | SHY APE 01 - s | SHY APE 01 - m | SHY APE 01 - l | SHY APE 01 - xl'),(512,74,'ATS1780602 9900 BLACK'),(512,75,'ST.APE short sleeved t-shirt made from a heavy yet soft handfeld jersey, featuring subtle 3D handcrafted embroidery.'),(512,76,'T-shirt'),(512,93,'black'),(513,73,'ARTY APE 01 | ARTY APE 01 - xs | ARTY APE 01 - s | ARTY APE 01 - m | ARTY APE 01 - l'),(513,74,'AWTS1780654 9000 WHITE-BLACK'),(513,75,'ST.APE short sleeved t-shirt made from a heavy yet soft handfeld jersey, featuring subtle 3D handcrafted embroidery.'),(513,76,'T-shirt'),(513,93,'white'),(514,73,'ARTY APE 01 | ARTY APE 01 - xs | ARTY APE 01 - s | ARTY APE 01 - m | ARTY APE 01 - l'),(514,74,'AWTS1780654 9000 WHITE-COPPER'),(514,75,'ST.APE short sleeved t-shirt made from a heavy yet soft handfeld jersey, featuring subtle 3D handcrafted embroidery.'),(514,76,'T-shirt'),(514,93,'white'),(515,73,'DRESSED APE 01 | DRESSED APE 01 - s | DRESSED APE 01 - m | DRESSED APE 01 - l | DRESSED APE 01 - xl'),(515,74,'ASH1780400 9900 BLACK'),(515,75,'A slim fit 2 ply cotton dressed shirt by ST.Ape, adjustable cuffs, closes with sophisitcated horn buttons on the front.'),(515,76,'shirt'),(515,93,'black'),(516,73,'DRESSED APE 01 | DRESSED APE 01 - s | DRESSED APE 01 - m | DRESSED APE 01 - l | DRESSED APE 01 - xl'),(516,74,'ASH1780400 9000 WHITE'),(516,75,'A slim fit 2 ply cotton dressed shirt by ST.Ape, adjustable cuffs, closes with sophisitcated horn buttons on the front.'),(516,76,'shirt'),(516,93,'white'),(517,73,'LONG APE 01 | LONG APE 01 - m | LONG APE 01 - l | LONG APE 01 - xl'),(517,74,'AJA1780200 6000 INDIGO'),(517,75,'ST.Ape\'s long Ape made out of the finest 100% 800 grs italian wool that we could find. Details include clean stitching, and unique branded hardware & trimmings. Only a few are genius. out of stock - available soon join the waitlist to be emailed when this product becomes available. Send an email'),(517,76,'jacket'),(517,93,'blue'),(519,73,'SMOKIN APE 01 | SMOKIN APE 01 - m | SMOKIN APE 01 - l | SMOKIN APE 01 - xl'),(519,74,'AJA1780208 9900 BLACK'),(519,75,'Signature ST.APE smokin blazer made out of the finest 100% virgin wool a 100% cotton lining. 2 button closure no pleat on the back and kissing buttons at the cuffs. Only a few are genius out of stock - available soon join the waitlist to be emailed when this product becomes available. Send an email'),(519,76,'blazer'),(519,93,'black'),(520,73,'VIRGIN APE 01 | VIRGIN APE 01 - m | VIRGIN APE 01 - l'),(520,74,'AWJA1780256 9900 BLACK'),(520,76,'blazer'),(520,93,'black'),(521,73,'FLYING APE 01 | FLYING APE 01 - m | FLYING APE 01 - l'),(521,74,'AWJA1780252 9909 COPPER'),(521,76,'jacket'),(521,93,'copper'),(522,73,'BONOBO 01 TAPERED | BONOBO 01 TAPERED-30-34 | BONOBO 01 TAPERED-31-34 | BONOBO 01 TAPERED-32-34 | BONOBO 01 TAPERED-33-34 | BONOBO 01 TAPERED-34-34 | BONOBO 01 TAPERED-29-34 | BONOBO 01 TAPERED-30-32 | BONOBO 01 TAPERED-31-32 | BONOBO 01 TAPERED-32-32 | BONOBO 01 TAPERED-33-32 | BONOBO 01 TAPERED-34-32 | BONOBO 01 TAPERED-29-32'),(522,74,'ATR1780001 BONOBO TAPERED IDG'),(522,75,'Our iconic tapered fit is almost there. We manufacture our denims with utmost precision and with obsessive detail together with the finest fabrics from Berto & Candiani and the finest launderers of europe. out of stock - available soon join the waitlist to be emailed when this product becomes available. Send an email'),(522,76,'jeans'),(522,93,'blue'),(524,73,'GIBBON 01 SKINNY | GIBBON 01 SKINNY-30-34 | GIBBON 01 SKINNY-31-34 | GIBBON 01 SKINNY-32-34 | GIBBON 01 SKINNY-33-34 | GIBBON 01 SKINNY-34-34 | GIBBON 01 SKINNY-29-34 | GIBBON 01 SKINNY-30-32 | GIBBON 01 SKINNY-31-32 | GIBBON 01 SKINNY-32-32 | GIBBON 01 SKINNY-33-32 | GIBBON 01 SKINNY-34-32 | GIBBON 01 SKINNY-29-32'),(524,74,'ATR1780002 GIBBON SKINNNY SBB'),(524,75,'available soon'),(524,76,'jeans'),(524,93,'black'),(525,73,'GIBBON 01 SKINNY | GIBBON 01 SKINNY-30-34 | GIBBON 01 SKINNY-31-34 | GIBBON 01 SKINNY-32-34 | GIBBON 01 SKINNY-33-34 | GIBBON 01 SKINNY-34-34 | GIBBON 01 SKINNY-29-34 | GIBBON 01 SKINNY-30-32 | GIBBON 01 SKINNY-31-32 | GIBBON 01 SKINNY-32-32 | GIBBON 01 SKINNY-33-32 | GIBBON 01 SKINNY-34-32 | GIBBON 01 SKINNY-29-32'),(525,74,'ATR1780002 GIBBON SKINNNY IDG'),(525,75,'available soon'),(525,76,'jeans'),(525,93,'blue'),(526,73,'SIMIAN 01 STRAIGHT | SIMIAN 01 STRAIGHT-30-34 | SIMIAN 01 STRAIGHT-31-34 | SIMIAN 01 STRAIGHT-32-34 | SIMIAN 01 STRAIGHT-33-34 | SIMIAN 01 STRAIGHT-34-34 | SIMIAN 01 STRAIGHT-29-34 | SIMIAN 01 STRAIGHT-30-32 | SIMIAN 01 STRAIGHT-31-32 | SIMIAN 01 STRAIGHT-32-32 | SIMIAN 01 STRAIGHT-33-32 | SIMIAN 01 STRAIGHT-34-32 | SIMIAN 01 STRAIGHT-29-32'),(526,74,'ATR1780003 SIMIAN STRAIGHT BBW'),(526,76,'jeans'),(526,93,'black'),(527,73,'SKINNY APE 01 | SKINNY APE 01-26-34 | SKINNY APE 01-27-34 | SKINNY APE 01-28-34 | SKINNY APE 01-30-34 | SKINNY APE 01-31-34 | SKINNY APE 01-32-34 | SKINNY APE 01-33-34 | SKINNY APE 01-34-34 | SKINNY APE 01-29-34 | SKINNY APE 01-26-32 | SKINNY APE 01-27-32 | SKINNY APE 01-28-32 | SKINNY APE 01-30-32 | SKINNY APE 01-31-32 | SKINNY APE 01-32-32 | SKINNY APE 01-33-32 | SKINNY APE 01-34-32 | SKINNY APE 01-29-32'),(527,74,'ATR1780050 SKINNY APE BGW'),(527,75,'available soon'),(527,76,'jeans'),(527,93,'black'),(530,73,'BRUT APE 01 - m'),(530,74,'AJA1780206 9900 BRUT NUBUCK BLACK - m'),(531,73,'BRUT APE 01 - l'),(531,74,'AJA1780206 9900 BRUT NUBUCK BLACK - l'),(532,73,'BRUT APE 01 - xl'),(532,74,'AJA1780206 9900 BRUT NUBUCK BLACK - xl'),(532,93,'black'),(533,73,'BRUT APE 01 | BRUT APE 01 - m | BRUT APE 01 - l | BRUT APE 01 - xl'),(533,74,'AJA1780206 9900 BRUT NUBUCK BLACK'),(533,75,'ST.APE\'s nubuck leather denim jacket is made from a very soft, yet heavy goat nubuck leather. Details include clean stitching, and unique branded hardware & trimmings. Only a few are genius.'),(533,76,'jacket'),(533,93,'black | black');
/*!40000 ALTER TABLE `catalogsearch_fulltext_scope1` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `checkout_agreement`
--
DROP TABLE IF EXISTS `checkout_agreement`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `checkout_agreement`
--
LOCK TABLES `checkout_agreement` WRITE;
/*!40000 ALTER TABLE `checkout_agreement` DISABLE KEYS */;
/*!40000 ALTER TABLE `checkout_agreement` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `checkout_agreement_store`
--
DROP TABLE IF EXISTS `checkout_agreement_store`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CHECKOUT_AGREEMENT_STORE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
CONSTRAINT `CHKT_AGRT_STORE_AGRT_ID_CHKT_AGRT_AGRT_ID` FOREIGN KEY (`agreement_id`) REFERENCES `checkout_agreement` (`agreement_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Checkout Agreement Store';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `checkout_agreement_store`
--
LOCK TABLES `checkout_agreement_store` WRITE;
/*!40000 ALTER TABLE `checkout_agreement_store` DISABLE KEYS */;
/*!40000 ALTER TABLE `checkout_agreement_store` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_block`
--
DROP TABLE IF EXISTS `cms_block`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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=7 DEFAULT CHARSET=utf8 COMMENT='CMS Block Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 - left','footer_left','<ul class=\"footer links\">\r\n<li><a class=\"white\" href=\"{{config path=\"web/unsecure/base_url\"}}customer-service\">customer service</a></li>\r\n<li><a class=\"white\" href=\"{{config path=\"web/unsecure/base_url\"}}terms-and-conditions\">terms & conditions</a></li>\r\n<li><a class=\"white\" href=\"{{config path=\"web/unsecure/base_url\"}}privacy-policy\">privacy</a></li>\r\n<li><a class=\"white hidden-xs hidden-sm\" href=\"{{config path=\"web/unsecure/base_url\"}}the-brand\">the brand</a></li>\r\n\r\n</ul>','2018-03-12 14:33:17','2018-03-12 14:33:17',1),(2,'usp blocks','usp_blocks','<!-- <div class=\"row\">\r\n<div class=\"col-md-4\">\r\n<h3 class=\"text-center uppercase\">payment</h3>\r\n<p>Secure and flexible payment. Pay with the payment method of your choice. We accept iDEAL, VISA and Mastercard Credit card payments and many more…</p>\r\n</div>\r\n<div class=\"col-md-4\">\r\n<h3 class=\"text-center uppercase\">delivery</h3>\r\n<p>All orders placed in this webshop are delivered and returned for free. Your goods will be shipped by our reliable partners.</p>\r\n</div>\r\n<div class=\"col-md-4\">\r\n<h3 class=\"text-center uppercase\">returning</h3>\r\n<p>Returns are free. You can see the information page for instructions on how to return your item.</p>\r\n</div>\r\n</div>\r\n-->','2018-03-12 14:33:48','2018-03-12 14:33:48',1),(3,'Leather Jackets [category block]','category-leather-jackets','<section class=\"text-w_image-auto right category\">\r\n<div class=\"the-content\">\r\n<div class=\"image-wrapper\">\r\n<div class=\"title\">\r\n<h2>leather jackets</h2>\r\n</div>\r\n<img src=\"http://via.placeholder.com/1920x1080\" />\r\n<div class=\"image\" style=\"background-image: url(\'http://via.placeholder.com/1920x1080\');\"></div>\r\n</div>\r\n<div class=\"text-wrapper\">\r\n<div class=\"description\">\r\n<p class=\"fancy\">The name “denim’ derives from French ‘serge de Nîmes’ meaning a fabric from the town Nîmes.Denim was traditionally colored blue with indigo dye to make blue jeans, although “jean” formerlydenoted a dierent, lighter, cotton fabric. e contemporary use of the word “jeans” comes from the French word for Genoa [Gênes], Italy, where the rst denim trousers were made. Denim has been used in the USA since the mid 19th century.<br /> <br /> Denim initialy gained popularity in 1873 when Jacob W Davis, a tailor from Nevada, manufactured the rst pair of “rivet reinforced” denim pants. At this time, clothes for Western labourers, such as teamsters, surveyors, and miners, were not very durable. Soon the popularity of this reinforcement in denim jeans began to spread rapidly and Davis was struggling to keep with the demand in his small shop and formed</p>\r\n</div>\r\n</div>\r\n</div>\r\n</section>','2018-03-12 14:34:24','2018-03-12 14:34:24',1),(4,'Read more link [Product detail]','read_more_link','<br><br>\r\n<div class=\"wrapper\"><a class=\"page_scroll\" href=\"#product-details\"> more information </a></div>','2018-03-12 14:34:54','2018-03-12 14:34:54',1),(5,'Footer - right','footer_right','<ul class=\"footer social\">\r\n<!--<li><a href=\"tel:+31337079933\" class=\"white\"><i class=\"fa fa-phone\"></i></a></li>-->\r\n<!--<li><a href=\"mailto:info@saint-ape.com\" class=\"white\"><i class=\"fa fa-envelope-o\"></i></a></li>-->\r\n<li><a href=\"https://www.instagram.com/st.ape/\" target=\"_blank\" class=\"white\"><i class=\"fa fa-instagram\"></i></a></li>\r\n<li><a href=\"https://www.facebook.com/saintapefashion/\" target=\"_blank\" class=\"white\"><i class=\"fa fa-facebook\"></i></a></li>\r\n</ul>','2018-03-12 14:35:44','2018-03-12 14:35:44',1),(6,'Mobile Navigation','mobile_block_navigation','<br>\r\n<ul class=\"mobile-navigation\">\r\n<li><a class=\"white\" href=\"{{config path=\"web/unsecure/base_url\"}}the-brand\">the brand</a></li>\r\n</ul>','2018-03-30 08:05:31','2018-03-30 08:05:31',1);
/*!40000 ALTER TABLE `cms_block` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_block_store`
--
DROP TABLE IF EXISTS `cms_block_store`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CMS_BLOCK_STORE_BLOCK_ID_CMS_BLOCK_BLOCK_ID` FOREIGN KEY (`block_id`) REFERENCES `cms_block` (`block_id`) ON DELETE CASCADE,
CONSTRAINT `CMS_BLOCK_STORE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='CMS Block To Store Linkage Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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);
/*!40000 ALTER TABLE `cms_block_store` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cms_page`
--
DROP TABLE IF EXISTS `cms_page`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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=9 DEFAULT CHARSET=utf8 COMMENT='CMS Page Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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','blank','Page keywords','Page description','no-route','','<div class=\"row\">\r\n <div class=\"col-md-8 col-md-offset-2 top-m-50 text-center\">\r\n <h1 class=\"fancy text-center\">Welcome to the jungle</h1>\r\n <h3 class=\"text-center top-m-25\">The page you requested was not found, and we have a fine guess why:</h3>\r\n<p>\r\n<br>\r\n<i>If you typed the URL directly, please make sure the spelling is correct.</i> <br>\r\n<i>If you clicked on a link to get here, the link is outdated.</i><br>\r\n</p>\r\n </div>\r\n</div>\r\n<div class=\"row\">\r\n <div class=\"col-md-8 col-md-offset-2 top-m-50 text-center\">\r\n <h3 >What can you do?</h3>\r\n<p class=\"top-m-25\">\r\n<strong><a href=\"#\" onclick=\"history.go(-1); return false;\">Go back</a></strong> to the previous page.<br><br>\r\nFollow one of these links to get you back on track:<br><strong><a href=\"{{store url=\"\"}}\">Store Home</a></strong> <span class=\"separator\">|</span> <strong><a href=\"{{store url=\"customer/account\"}}\">My Account</a></strong>\r\n<p class=\"top-m-25\">Still can\'t find what you are looking for, send us an email and we\'ll help you on your way:<br>\r\n<strong><a href=\"mailto:info@saint-ape.com\">info@saint-ape.com</a></strong>.\r\n</p>\r\n</div>\r\n</div>','2018-03-12 13:33:04','2018-03-12 13:33:04',1,0,'','','',NULL,NULL,NULL,''),(2,'Home page','blank','','','home','','<section id=\"video-container\" style=\"margin-bottom: 100px;\">\r\n <div class=\"row\">\r\n <div class=\"col-md-10 col-sm-12 col-xs-12\" style=\"position: relative; margin-top: 10%;\">\r\n <div class=\"play-video play-btn overlay center-center text-center\"><span class=\"light fa fa-play\"></span></div>\r\n <div class=\"overlay hidden-xs hidden-sm\" style=\"right: -20%; top: 50%; transform: translateY(-50%);\">\r\n <div class=\"title\">\r\n <h1 style=\"font-size: 5.5rem;\">the<br />collection</h1>\r\n </div>\r\n <div class=\"description\">\r\n <p class=\"fancy\">apes are generally considered to be intelligent, but</p>\r\n <p><strong>only a few are genius</strong><br /><br /> <a title=\"mens collection\" href=\"{{config path=\"web/unsecure/base_url\"}}men.html\"> men </a> <span class=\"divider\"> | </span><a title=\"women collection\" href=\"{{config path=\"web/unsecure/base_url\"}}women.html\"> women </a></p>\r\n </div>\r\n </div>\r\n <img class=\"posterframe image-responsive image_1\" src=\"{{media url=\"wysiwyg/saint_ape-leather_jackets-mood-1.jpg\"}}\" /> <video width=\"320\" height=\"240\" class=\"video-js vjs-default-skin vjs-fluid vjs-16-9 vjs-big-play-centered\" controls=\"controls\" preload=\"none\" data-setup=\"{}\"><source src=\"https://player.vimeo.com/external/260285436.hd.mp4?s=8b0dce7c2cf929720969b2dd4b5cfffd386b06da&profile_id=175\" type=\"video/mp4\" />\r\n \r\n </video></div>\r\n <div class=\"col-xs-12 col-sm-12 hidden-md hidden-lg\">\r\n <div class=\"title top-m-50\">\r\n <h1 style=\"font-size: 3.5rem;\">the<br />collection</h1>\r\n </div>\r\n <div class=\"description\">\r\n <p class=\"fancy\">apes are generally considered to be intelligent, but</p>\r\n <p><strong>only a few are genius</strong><br /><br /> <a title=\"mens collection\" href=\"{{config path=\"web/unsecure/base_url\"}}men.html\"> men </a> <span class=\"divider\"> | </span><a title=\"women collection\" href=\"{{config path=\"web/unsecure/base_url\"}}women.html\"> women </a></p>\r\n </div>\r\n </div>\r\n </div>\r\n </section>\r\n <section class=\"relative\">\r\n <div class=\"container top-m-100 bot-m-100\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12 col-xs-12\">\r\n <p class=\"top-m-25 bot-m-25\">sign-up to our newsletter</p>\r\n {{block class=\"Magento\\Newsletter\\Block\\Subscribe\" template=\"Magento_Newsletter::subscribe.phtml\"}}</div>\r\n </div>\r\n </div>\r\n </section>\r\n <!-- section two images with small-text on top --><section class=\"container-fluid\">\r\n <div class=\"row\">\r\n <div class=\"col-sm-6 bot-p-90\">\r\n <div class=\"text-wrapper\">\r\n <p class=\"text-center\"><a title=\"mens collection\" href=\"{{config path=\"web/unsecure/base_url\"}}men.html\"> men </a></p>\r\n </div>\r\n <div class=\"image-wrapper\"><a title=\"mens collection\" href=\"{{config path=\"web/unsecure/base_url\"}}men.html\"><img class=\"img-fluid\" src=\"{{media url=\"wysiwyg/saint_ape-men-collection.jpg\"}}\" /></a></div>\r\n </div>\r\n <div class=\"col-sm-6 bot-p-90\">\r\n <div class=\"text-wrapper\">\r\n <p class=\"text-center\"><a title=\"mens collection\" href=\"{{config path=\"web/unsecure/base_url\"}}women.html\"> women </a></p>\r\n </div>\r\n <div class=\"image-wrapper\"><a title=\"mens collection\" href=\"{{config path=\"web/unsecure/base_url\"}}women.html\"><img class=\"img-fluid\" src=\"{{media url=\"wysiwyg/saint_ape-women-collection.jpg\"}}\" /></a></div>\r\n </div>\r\n </div>\r\n </section><!-- section large-image with small-text --><section class=\"text-w_image-auto\">\r\n <div class=\"the-content\">\r\n <div class=\"image-wrapper large-block\"><img src=\"{{media url=\"wysiwyg/saint_ape-leather_jackets-mood-1.jpg\"}}\" />\r\n <div class=\"image\" style=\"background-image: url(\'{{media url=\"wysiwyg/saint_ape-leather_jackets-mood-1.jpg\"}}\');\"></div>\r\n </div>\r\n <div class=\"text-wrapper small-block\">\r\n <div class=\"title\">\r\n <h2 style=\"background: #fff; padding: 20px 22px;\">leather jackets</h2>\r\n </div>\r\n <div class=\"description\"> <br /><br /> <a class=\"btn-cta\" title=\"mens leather jackets\" href=\"{{config path=\"web/unsecure/base_url\"}}men/leather-jackets.html\"> men</a> <span class=\"divider\"> | </span> <a class=\"btn-cta\" title=\"women leather jackets\" href=\"{{config path=\"web/unsecure/base_url\"}}women/leather-jackets.html\"> women</a>\r\n <div class=\"hidden-lg hidden-md top-m-50\"> </div>\r\n </div>\r\n </div>\r\n</div>\r\n</section>\r\n<!-- section image with text right -->\r\n<section class=\"text-w_image-auto right hero\">\r\n<div class=\"the-content top-m-75\">\r\n <div class=\"title-overlay text-center\">\r\n <h2 class=\"logo-type\">SAINT APE</h2>\r\n <p class=\"fancy logo-type\">TREASURY OF DENIM</p>\r\n </div>\r\n <div class=\"image-wrapper large-block\"><img src=\"{{media url=\"wysiwyg/saint_ape-mood-1.jpg\"}}\" />\r\n <div class=\"image\" style=\"background-image: url(\'{{media url=\"wysiwyg/saint_ape-mood-1.jpg\"}}\');\"></div>\r\n </div>\r\n <div class=\"text-wrapper\">\r\n <div class=\"title\">\r\n <h2 class=\"logo-type hidden-xs hidden-sm\"> </h2>\r\n </div>\r\n <div class=\"description\">\r\n <p class=\"fancy\">ST.APE is a passionate combination of obsessive attention to detail, style, quality and fit. All products are handcrafted to promote storytelling through style.<br /><br />Whilst ape and monkey are often used interchangeably, the inspiration for the brand evolved from the fundamental difference between the physical and mental characteristics of the two. <br />And whilst apes are generally considered to be intelligent,</p>\r\n <p class=\"fancy\"></p>\r\n <br />\r\n <p class=\"fancy\">Only a few are genius.</p>\r\n <p></p>\r\n <a class=\"btn-cta\" title=\"the brand - saint ape\" href=\"{{config path=\"web/secure/base_url\"}}the-brand\"> about the brand </a>\r\n </div>\r\n </div>\r\n</div>\r\n</section>\r\n<!-- section category block -->\r\n<section class=\"text-w_image-auto right category\">\r\n<div class=\"the-content\">\r\n <div class=\"image-wrapper\">\r\n <div class=\"title\">\r\n <h2>BRUT DENIM</h2>\r\n </div>\r\n <img src=\"{{media url=\"wysiwyg/saint_ape-denim-mood-2_square.jpg\"}}\" />\r\n <div class=\"image\" style=\"background-image: url(\'{{media url=\"wysiwyg/saint_ape-denim-mood-2_square.jpg}}\');\"></div>\r\n </div>\r\n <div class=\"text-wrapper\">\r\n <div class=\"description\">\r\n <p class=\"fancy hidden-sm hidden-xs\" style=\"background-color: #fff; padding: 30px 30px 30px 40%; margin: 0 -30% 30px 0;\">ST.APE denim - available soon<br /><br />Denim is a sturdy cotton warp-faced textile in which the weft passes under two or more warp threads. The most common denim is indigo denim, in which the warp thread is dyed, while the weft thread is left white. The indigo dyeing process, in which the core of the warp threads remains white, creates denim\'s signature fading characteristics. <br /> <br /> BRUT denim is denim that is not washed after having dyed during production. Over time, BRUT denim will usually fade, which is considered desirable by a few. During the process of wear, fading will usually occur on those parts of the article that receive the most stress and can form a kind of diary on your Brut Denim. To facilitate the natural distressing process, some genius wearers of BRUT denim will abstain from washing their jeans fro more than six months. BRUT denim also varies in weight, typically measured in by the weight of a yard of denim in ounces. 12 Oz or less is considered light denim, 12 Oz to 16 Oz is considered mid-weight, and over 16 Oz is heavy weight denim. Heavier denim is more rigid and resistant to wear, but can take more wears to break in and feel comfortable.</p>\r\n <p class=\"fancy hidden-md hidden-lg\" style=\"background-color: #fff; padding: 30px 30px 30px 30%;\"><br />ST.APE denim - available soon <br /><br />Denim is a sturdy cotton warp-faced textile in which the weft passes under two or more warp threads. The most common denim is indigo denim, in which the warp thread is dyed, while the weft thread is left white. The indigo dyeing process, in which the core of the warp threads remains white, creates denim\'s signature fading characteristics. <br /> <br /> BRUT denim is denim that is not washed after having dyed during production. Over time, BRUT denim will usually fade, which is considered desirable by a few. During the process of wear, fading will usually occur on those parts of the article that receive the most stress and can form a kind of diary on your Brut Denim. To facilitate the natural distressing process, some genius wearers of BRUT denim will abstain from washing their jeans fro more than six months. BRUT denim also varies in weight, typically measured in by the weight of a yard of denim in ounces. 12 Oz or less is considered light denim, 12 Oz to 16 Oz is considered mid-weight, and over 16 Oz is heavy weight denim. Heavier denim is more rigid and resistant to wear, but can take more wears to break in and feel comfortable.</p>\r\n </div>\r\n </div>\r\n</div>\r\n</section>','2018-03-12 13:33:04','2018-03-12 13:33:04',1,0,'<!--\r\n <referenceContainer name=\"right\">\r\n <referenceBlock name=\"catalog.compare.sidebar\" remove=\"true\" />\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>','2018-03-12 13:33:04','2018-03-12 13:33:04',1,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(4,'Privacy and Cookie Policy','1column','','','privacy-policy','','<div class=\"row\">\r\n<div class=\"col-md-8 col-sm-12 col-xs-12 col-md-offset-2 top-m-50\">\r\n<h1 class=\"fancy text-center\">privacy and cookie policy</h1>\r\n<h3 class=\"text-center top-m-25\">general</h3>\r\n<p class=\"top-m-25\">Welcome to our website \"saint-ape.com\". Please read our Privacy Policy carefully. This Privacy Policy applies whenever you access our website and, more generally, whenever you navigate through it and use its services, regardless of whether you purchase products. Please also read, if you have not already done so, the General <a href=\"terms-conditions\">Terms and Conditions</a> of Use of saint-ape.com, because they contain important information on the security systems used by the website. Saint-ape.com is privately held, managed and maintained by:</p>\r\n</div>\r\n<div class=\"col-md-8 col-sm-12 col-xs-12 col-md-offset-2 top-m-50\">\r\n<p class=\"text-center\"><b>ST.APE</b> B.V. [saint ape bv]<br /> Krommestraat 70<br />3811 CD AMERSFOORT<br /> The Netherlands<br /> <b>cc:</b> 69413851 <b>vat:</b> 857865882B01<br /><br /></p>\r\n<h3 class=\"text-center\">cookies</h3>\r\n<p class=\"text-center\"><a class=\"page_scroll\" href=\"#list\"> Click <b>here</b> for a list of cookies we collect</a></p>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-8 col-md-offset-2 top-m-50\"><ol class=\"numbered\">\r\n<li>Our Business Policy\r\n<p>Everyone is entitled to the protection of the personal data concerning them. <b>ST.APE</b> B.V. respect users’ rights to be informed with regard to data collection and to other operations to process their personal data. In using data that may directly or indirectly identify you personally, we will apply a principle of strict necessity. For this reason, we have designed saint-ape.com in such a way that the use of your personal data will be kept to a minimum and we do not process your personal data when we can provide you with services through the use of anonymous data (such as market research aimed at improving our services) or by other means which allow you to be identified only when it is strictly necessary or upon request by competent public authorities or the police (for example, in the case of traffic data or your IP address).<br /><br /> <b>ST.APE</b> B.V. determine the purposes and means for processing your personal data, including security measures, as <b>ST.APE</b> B.V. control saint-ape.com users\' personal data pursuant to General Data Protection Regulation (EU/2016/679, the GDPR)(Privacy Code). This Privacy Policy provides you with all information needed to understand how we collect and use data which identify saint-ape.com\'s users’ personal data pursuant to General Data Protection Regulation (EU/2016/679, the GDPR) (Privacy Code). This Privacy Policy provides you with all information needed to understand how we collect and use data which identify saint-ape.com\'s users. For further information on our Privacy Policy, please contact our Customer Service, or send a request to <b>ST.APE</b> B.V. at its registered office indicated above.</p>\r\n</li>\r\n<li>Who collects your personal data and for what purposes\r\n<p><b>ST.APE</b> B.V. control the use of saint-ape.com users\' personal data; they determine the purposes and means of processing personal data and the instruments used, including those for security measures. Due to exclusively organisational and operational requirements, we have appointed certain processors that will also process personal data belonging to saint-ape.com\'s users’ for purposes strictly connected and correlated to the performance of services on saint-ape.com, including the sale of products. These processors have been chosen because of their experience, ability and reliability in processing personal data and they provide sufficient guarantees regarding compliance with current data processing laws (including the data security profile). In processing the personal data of saint-ape.com\'s users, the processors shall act only on instructions from <b>ST.APE</b> B.V. Co-controllers regularly check that the processors comply with the instructions and that they continue to provide sufficient guarantees regarding their full compliance with the provisions on personal data processing. In order to receive a full list of data processors, you may contact our Customer Service. Your personal data is collected and processed by <b>ST.APE</b> B.V. for purposes which are strictly connected to the use of the web site, its services and to the purchase of products on the web site. However, your personal data may also be used for other processing operations within the limits of such purposes.</p>\r\n<p>In particular, your personal data may be processed for the following purposes:</p>\r\n<ul class=\"list-none\">\r\n<li>when you register with our web site we collect your personal data (for example, your personal details, password, e-mail address) through the registration form (My Account) in order to provide you with services in saint-ape.com’s reserved access areas and to e-mail you our newsletter, when specifically requested;</li>\r\n<li>when you purchase products on saint-ape.com, we collect your personal data (such as, for example, personal details, e-mail address, mailing address, credit card and bank account information, telephone number) through the order form on saint-ape.com;</li>\r\n<li>when you request technical assistance services, we collect your personal data to provide you with information regarding problems with navigation, browser compatibility and visualization or uploading of web pages of saint-ape.com;</li>\r\n<li>when you create a Wish List we process your data to save products that you like the most on saint-ape.com;</li>\r\n<li>upon your consent, we process your personal data for marketing purposes.</li>\r\n</ul>\r\n<p>Your personal data is mainly processed electronically, and in some cases also in paper format, such as when the processing of your data is needed to prevent fraud on saint-ape.com. Your personal data will be kept in the form that allows you to be identified for the time strictly needed for the purposes for which the data was collected and subsequently processed, and, in any event, within the legal limits. In order to guarantee that your personal data is always precise and up-to-date, not to mention pertinent and complete, we ask that you please update it within the My Account section or by contacting our Customer Service. <br /><br /> Your personal data will not be disclosed to third parties for purposes not permitted by law or without your express consent. In addition to companies acting as data processors, your data will also be available to independent third party data controllers for purposes that are related and in addition to the granting of the services requested by the user (for example, for transactions relating to purchases). For details regarding this aspect, see the terms of the paragraph below “To whom we disclose your personal data”. Additionally, your data may be disclosed to the police or to judicial authorities, in accordance with the law and upon formal request from those parties, for example within the context of saint-ape.com’s antifraud services. In all of these cases, your consent is not necessary. Your personal data will not be transferred abroad to countries that are not members of the European Union, which do not provide adequate levels of protection for people. In the event it were to become necessary to provide you with the services or to enter into a contract with <b>ST.APE</b> B.V. to acquire the products, we assure you that the transfer of your personal data to countries that do not belong to the European Union and which do not provide adequate levels of protection, will be performed only upon the signing between <b>ST.APE</b> B.V. and said entities of specific contracts, containing clauses to safeguard the protection of your personal data, in accordance with the law and applicable regulations. <br /><br /> We inform you that <b>ST.APE</b> B.V. process the personal data of their users only for purposes that are strictly connected to the provision of services on saint-ape.com, to the signing of contracts for sale of products. <b>ST.APE</b> B.V., upon consent, process your personal data also for marketing purposes, to send you advertising, promotional and informational material on products and services, as well as for statistical analysis intended to understand the level of satisfaction of the services offered. These activities are carried through traditional channels, as for example paper mail and calls with operator, as well as through digital channels as for example e-mail, SMS, browser and social network. <b>ST.APE</b> B.V. may perform profiling activities regarding your purchasing habits, in order to send offers that are in line with your interests, upon your consent. <br /><br /> The purposes for which your personal data is processed will nevertheless be specifically noted each time in the text of the information that <b>ST.APE</b> B.V. submits to the user on the page requesting the submission of personal data. <br /><br /> <b>ST.APE</b> B.V. may end up processing personal data from third parties that has been directly communicated by their own users to <b>ST.APE</b> B.V., for example if the user has purchased a product to give to a friend, or when the individual paying the price to purchase the product is different from the person for whom the product is intended, or even when the user intends to inform a friend of a service or product for sale on saint-ape.com. <br /><br /> In all of the above cases, please make sure you receive the consent of such individuals before disclosing their personal data to <b>ST.APE</b> B.V. and make sure you inform them about the processing of their data, because you will be the sole person liable in connection with the disclosure of information and data regarding such third parties if they have not provided you with their express consent thereto, as well as solely liable for any improper or unlawful use of that information. In any event, shall fulfil any obligation to inform third parties required by law and, when necessary, shall request their express consent upon registering in its archives the personal information of the user indicated.</p>\r\n</li>\r\n<li>How we collect your data\r\n<p><b>ST.APE</b> B.V. directly collect personal data and other information from their users as part of the online registration processes on saint-ape.com, through pages dedicated to new commercial initiatives of <b>ST.APE</b> B.V. or by product purchase order from users through the web site when they make e-commerce transactions. This data is processed by <b>ST.APE</b> B.V. within the limits and purposes illustrated in the information presented to the user in the specific section on data collection, including therein the potential communication to third party entities for purposes which are essential to the granting of the service requested by the user, as specified in the paragraph “To whom we disclose your personal data”. <b>ST.APE</b> B.V. and Flirt Creativity BV reserve the right to eliminate the accounts of registered users and all of the relative data in the event that content is revealed unlawful, damaging to the image of <b>ST.APE</b> B.V. and/or the products of the latter or third parties’, or which contain content which is offensive or which promotes illegal or defamatory activities, pornographic content, or content which incites violence, promotes racial, sexual or religious discrimination, or discrimination with regard to sexual orientation.</p>\r\n</li>\r\n<li>What happens if you do not disclose your personal data\r\n<p>Granting your personal data to <b>ST.APE</b> B.V. and Flirt Creativity BV (in particular, your personal details, your e-mail address, your mailing address and telephone number) is necessary for processing your order for the purchase of products on saint-ape.com. Some of this data might vice versa be essential for the provision of other services rendered on the web site or to perform obligations required by law and other regulations. Therefore, failing to provide some of your data that is required for such purposes to <b>ST.APE</b> B.V. could result in it being impossible to execute the purchase of products on saint-ape.com, or to provide other services that are available on saint-ape.com - such as, for example, providing assistance services (Customer Service), using the Wish List, showing an item to a friend -, or even correctly performing the legal and regulatory obligations. Failure to provide data may thus constitute, depending on the case, a legitimate and justified reason for not executing a purchase of products on saint-ape.com or for not providing services via saint-ape.com.<br /><br /> Disclosure of further personal data to <b>ST.APE</b> B.V. other than that required for fulfilling legal or contractual obligations or for providing the services requested, is, on the contrary, optional and does not have any effect on the use of the web site and of its services or on the purchase of products on saint-ape.com.<br /> In some circumstances and if required, from time to time we will duly inform you if the personal data you are disclosing to <b>ST.APE</b> B.V. is compulsory or optional. We will point out to you whether the disclosure of your data is compulsory or optional by marking with an appropriate symbol (*) the information that is compulsory or data needed for providing the required services on saint-ape.com. We remind you that failing to provide optional personal data will not imply any obligation or disadvantage to our users.</p>\r\n</li>\r\n<li>To whom your personal data will be disclosed\r\n<p>Personal data may be disclosed to third party companies that provide, on behalf of <b>ST.APE</b> B.V., specific services as data processors or to other recipients of personal data collected by <b>ST.APE</b> B.V. - whose names shall be specified each time - that autonomously process your personal data only for the performance of a contract for purchasing products on saint-ape.com (for example, a credit institution, to perform remote e-payment services via a credit/debit card, whenever you decide to purchase a product on saint-ape.com) and only when such purpose does not exceed the purposes for which your personal data was collected and subsequently processed and, in any case, according to applicable laws and regulations. <br /> Personal data will not be disclosed to third parties or disseminated or transferred without informing our users of such disclosure/dissemination/transfer, without their consent and, in any case, in accordance with the law.</p>\r\n</li>\r\n<li>Security Measures\r\n<p>We have adopted security measures to reduce the risks of destruction or loss, including accidental loss of the data itself, of unauthorised access, or processing that was not permitted or that does not comply with the collection purposes indicated in our Privacy Policy.<br /> Nevertheless, <b>ST.APE</b> B.V. cannot guarantee to their users that the security measures adopted for the protection of the web site and for data and information transmission on saint-ape.com will limit or exclude any risk of unauthorised access or of loss of data. It is advisable that your computer be provided with software devices that protect network data transmission/receipt (such as updated antivirus systems) and that your Internet service provider take appropriate measures for the security of network data transmission (such as, for example, firewalls and anti-spam filtering).<br /> On saint-ape.com each purchase is made with the maximum security thanks to the use of the most advanced technological and coding systems (SSL).</p>\r\n</li>\r\n<li>Your right to access data and other rights\r\n<p>You always have the right to obtain from <b>ST.APE</b> B.V. a confirmation of whether or not personal data concerning you exists, even if it has not yet been recorded, and to have such data communicated to you in an intelligible way. You also have the right to obtain information from <b>ST.APE</b> B.V. regarding the source of your personal data; the purpose and method of processing your personal data; the logic applied for processing completed with the assistance of electronic instruments; the identification information of the owner and supervisors of the processing; the indication of individuals or classes of individuals to whom personal data may be communicated or who could become aware of it, such as, for example, supervisors or staff involved in processing. Part of this information is contained in our Privacy Policy; to find out more, you may contact our Customer Service. You always have the right to obtain from <b>ST.APE</b> B.V.:</p>\r\n<ul class=\"list-none\">\r\n<li>a. the updating, correction or, when you have an interest in such, the integration of your personal data;</li>\r\n<li>b. deletion, transformation into an anonymous form or blocking of your personal data which has been unlawfully processed, including data which does not need to be stored for the purposes for which it was collected or subsequently processed;</li>\r\n<li>c. the confirmation that the operations under letters a) and b) have been reported (together with the contents of the same) to whom the data was disclosed or disseminated, except when it becomes impossible or if the means used are clearly disproportionate to the right’s protection.</li>\r\n</ul>\r\n<p>You are nevertheless entitled to object, in whole or in part:</p>\r\n<ul class=\"list-none\">\r\n<li>for legitimate reasons, to the processing of your personal data, even if it is related to the purposes for which it was collected;</li>\r\n<li>to the processing of your personal data for advertising or direct marketing purposes or in order to carry out marketing research or commercial communications.<br /> You may freely exercise your rights at any time, provided that you do so in compliance with applicable laws, by sending your request to <b>ST.APE</b> B.V. by contacting our Customer Service, to which we shall respond in a timely manner.</li>\r\n</ul>\r\n</li>\r\n<li>Opt-in/Opt out\r\n<p><b>ST.APE</b> B.V. also use your personal data to send advertising or direct marketing material or other commercial communications, including via e-mail: if the advertising concerns products that are analogous to those already purchased, <b>ST.APE</b> B.V. may send it to your e-mail address even without your express consent, provided that you have not denied such use upon giving your e-mail address or on subsequent occasions (Art. 130, Subsection 4, lgs. d. No 196/2003), although your express, voluntary consent will be needed to make a mailing by <b>ST.APE</b> B.V. of advertising e-mails relating to products other than those already purchased lawful. Likewise, <b>ST.APE</b> B.V. may process your data even without your consent to provide you with services you have voluntarily requested (such as, for example, sending the Newsletter). Each time your consent is needed, we will inform you in advance and will give you the possibility of providing or denying your consent to use your personal data for these purposes, including your e-mail address. <br /><br /> We would like to inform you that <b>ST.APE</b> B.V. may process your personal data, even without your consent, in certain cases that have been prescribed by law such as, for example, when this is necessary to satisfy a legal obligation or when this is necessary to execute obligations that have been contractually assumed with regard to users (such as, for example, if you have purchased products on saint-ape.com or you have asked to benefit from specific services through our web site). In any case, we wish to inform you that <b>ST.APE</b> B.V. guarantee to their users may exercise, at any time and without needing to set forth reasons, their own right not to receive future communications related to the use of particular services, upon request. In particular, you may exercise your right to oppose this (i) by using the method indicated in each communication received or (ii) by managing your permissions in the dedicated My Account area or even by (iii) writing to Customer Service and selecting \"Privacy\" or by sending a request to <b>ST.APE</b> B.V. at the address of the aforementioned registered office. Specifically, a request to unsubscribe that is made following the instructions of the communication received will result in you being unsubscribed solely from the aforementioned channel. Unsubscribing from marketing through My Account will result in your being unsubscribed from all channels used (traditional and digital). Additionally, we ask that you consider the technical time frames needed to effectively address your request to unsubscribe (a maximum of 15 days).</p>\r\n</li>\r\n<li>Links to other websites\r\n<p>saint-ape.com contains links to other websites which may have no connection to saint-ape.com, <b>ST.APE</b> B.V. or their content. <b>ST.APE</b> B.V. do not control or monitor such websites or their web content. <b>ST.APE</b> B.V. do not control or monitor such websites or their web content. <b>ST.APE</b> B.V. shall not be held liable for the web content of such sites and for the rules adopted by them in terms of your privacy and the processing of your personal data while you are visiting those websites. Please pay attention when you connect to these websites through the links provided on our website and read their terms and conditions of use and their privacy policy carefully. saint-ape.com\'s Privacy Policy does not apply to third party websites. <b>ST.APE</b> B.V. isn’t in any way liable for the privacy policy applied by said websites.<br /><br /> saint-ape.com provides links to these web sites exclusively to help its users in their searches and net-surfing activities and to allow links to other websites on the Internet. When <b>ST.APE</b> B.V. provide links to other websites, <b>ST.APE</b> B.V. does not recommend the use of these websites and do not provide any guarantees regarding their web content or the services and products supplied and sold by these websites to Internet users.</p>\r\n</li>\r\n<li>Contacts\r\n<p>If you wish to receive further information on how <b>ST.APE</b> B.V. process your personal data, please contact our Customer Service.</p>\r\n</li>\r\n<li>Governing Law\r\n<p>This Privacy Policy is governed by Dutch law and, in particular, by the Dutch Personal Data Protection Code (lgs. d. No. 196 of 30 June 2003) which governs the processing of personal data - also held overseas - carried out by anyone who is domiciled or has registered offices in Italy. The Dutch Personal Data Protection Code guarantees that processing of personal data will be carried out in compliance with fundamental rights and freedom of individuals, as well as of their dignity, with particular reference to confidentiality, identity and to the right to personal data protection.</p>\r\n</li>\r\n<li>Amendment and Updating of saint-ape.com Privacy Policy\r\n<p><b>ST.APE</b> B.V. may amend or simply update all or part of saint-ape.com\'s Privacy Policy, including when amendments are made to legal provisions or regulations which govern data protection and protect your rights. The amendments and the updating of saint-ape.com Privacy Policy shall be notified to our users as soon as such amendments or updates have been introduced and shall be binding as soon as they are published on the web site in this section. Therefore, you are asked to regularly access this section in order to check the publication of the most recent and updated Privacy Policy of saint-ape.com.</p>\r\n</li>\r\n</ol></div>\r\n</div>\r\n<div class=\"row\"><a id=\"list\" name=\"list\"></a>\r\n<div class=\"col-md-8 col-md-offset-2 top-m-50\">\r\n<h1 class=\"fancy text-center\">cookies we collect</h1>\r\n<p class=\"top-m-25 text-center\">The table below lists the cookies we collect and what information they store.</p>\r\n<table class=\"data-table data-table-definition-list top-m-25\">\r\n<thead style=\"border-bottom: 1px solid #000;\">\r\n<tr><th>Cookie Name</th><th>Cookie Description</th></tr>\r\n</thead>\r\n<tbody>\r\n<tr><th>FORM_KEY</th>\r\n<td>Stores randomly generated key used to prevent forged requests.</td>\r\n</tr>\r\n<tr><th>PHPSESSID</th>\r\n<td>Your session ID on the server.</td>\r\n</tr>\r\n<tr><th>GUEST-VIEW</th>\r\n<td>Allows guests to view and edit their orders.</td>\r\n</tr>\r\n<tr><th>PERSISTENT_SHOPPING_CART</th>\r\n<td>A link to information about your cart and viewing history, if you have asked for this.</td>\r\n</tr>\r\n<tr><th>STF</th>\r\n<td>Information on products you have emailed to friends.</td>\r\n</tr>\r\n<tr><th>STORE</th>\r\n<td>The store view or language you have selected.</td>\r\n</tr>\r\n<tr><th>USER_ALLOWED_SAVE_COOKIE</th>\r\n<td>Indicates whether a customer allowed to use cookies.</td>\r\n</tr>\r\n<tr><th>MAGE-CACHE-SESSID</th>\r\n<td>Facilitates caching of content on the browser to make pages load faster.</td>\r\n</tr>\r\n<tr><th>MAGE-CACHE-STORAGE</th>\r\n<td>Facilitates caching of content on the browser to make pages load faster.</td>\r\n</tr>\r\n<tr><th>MAGE-CACHE-STORAGE-SECTION-INVALIDATION</th>\r\n<td>Facilitates caching of content on the browser to make pages load faster.</td>\r\n</tr>\r\n<tr><th>MAGE-CACHE-TIMEOUT</th>\r\n<td>Facilitates caching of content on the browser to make pages load faster.</td>\r\n</tr>\r\n<tr><th>SECTION-DATA-IDS</th>\r\n<td>Facilitates caching of content on the browser to make pages load faster.</td>\r\n</tr>\r\n<tr><th>PRIVATE_CONTENT_VERSION</th>\r\n<td>Facilitates caching of content on the browser to make pages load faster.</td>\r\n</tr>\r\n<tr><th>X-MAGENTO-VARY</th>\r\n<td>Facilitates caching of content on the server to make pages load faster.</td>\r\n</tr>\r\n<tr><th>MAGE-TRANSLATION-FILE-VERSION</th>\r\n<td>Facilitates translation of content to other languages.</td>\r\n</tr>\r\n<tr><th>MAGE-TRANSLATION-STORAGE</th>\r\n<td>Facilitates translation of content to other languages.</td>\r\n</tr>\r\n<tr><th>_ga</th>\r\n<td>Used to distinguish users.</td>\r\n</tr>\r\n<tr><th>_gid</th>\r\n<td>Used to distinguish users.</td>\r\n</tr>\r\n<tr><th>_gat</th>\r\n<td>Used to throttle request rate.</td>\r\n</tr>\r\n<tr><th>AMP_TOKEN</th>\r\n<td>Contains a token that can be used to retrieve a Client ID from AMP Client ID service. Other possible values indicate opt-out, inflight request or an error retrieving a Client ID from AMP Client ID service.</td>\r\n</tr>\r\n<tr><th>_gac_[property-id]</th>\r\n<td>Contains campaign related information for the user. If you have linked your Google Analytics and AdWords accounts, AdWords website conversion tags will read this cookie unless you opt-out. <a href=\"https://support.google.com/adwords/answer/7521212\" target=\"_blank\">Learn more.</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-8 col-md-offset-2 top-m-50\">\r\n<p class=\"small\">Last update in January 2018.</p>\r\n</div>\r\n</div>','2018-03-12 13:33:04','2018-03-12 13:33:04',1,0,'','','',NULL,NULL,NULL,''),(5,'Terms and Conditions','1column','','','terms-and-conditions','','<div class=\"row\">\r\n<div class=\"col-md-8 col-md-offset-2 top-m-50\">\r\n<h1 class=\"fancy text-center\">terms & conditions</h1>\r\n<h3 class=\"text-center top-m-25\">general</h3>\r\n<p class=\"top-m-25\">The following General Terms and Conditions of Sale govern the offer and sale of products on our web site (\"saint-ape.com\"). The products purchased on saint-ape.com are directly sold by <b>ST.APE</b> B.V. with registered office in Netherlands at Krommestraat 70, 3811CD, Amersfoort, The Netherlands, business register number 69413851, tax code and VAT number 857865882B01 (hereinafter referred to as \"the Vendor\" or \"We\" or \"Us\"). Requests for information should be made through our Customer Service. If you need any assistance, go to the Customer Service area, where you will find information on orders, shipping, refunds and returning products purchased on saint-ape.com, as well as and other general information on the services provided by saint-ape.com. <br /><br />Remember that you can always contact us by e-mail: <a href=\"mailto:info@saint-ape.com\">info@saint-ape.com</a>.</p>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-8 col-md-offset-2\"><ol class=\"numbered\">\r\n<li>Our Business Policy<ol class=\"numbered\">\r\n<li>The Vendor offers products for sale on saint-ape.com and its e-commerce business services are available exclusively to its end users, i.e. the \"Consumers\".</li>\r\n<li>\"Consumer\" shall mean any individual who is acting for purposes which are outside his or her trade, business or profession. If you are not a Consumer, please do not buy any products on saint-ape.com.</li>\r\n<li>The Vendor reserves the right not to process orders received from users who are not \"Consumers\" and any other order which does not comply with the Vendor\'s business policy.</li>\r\n<li>These General Terms and Conditions of Sale exclusively regulate the offer, transmission and acceptance of purchase orders relating to products on saint-ape.com between the users of saint-ape.com and the Vendor.</li>\r\n<li>The General Terms and Conditions of Sale do not regulate the supply of services or the sale of products performed by third parties that are on saint-ape.com through links, banners or other hypertext links. Before sending orders and purchasing products and services from those third parties, we recommend that you verify the third party\'s terms and conditions, since the Vendor shall under no circumstances be deemed liable for the supply of services provided by third parties or for the execution of e-commerce transactions between the users of saint-ape.com and third parties.</li>\r\n</ol></li>\r\n<li>How to Execute a Contract with the Vendor<ol class=\"numbered\">\r\n<li>In order to place an order for the purchase of one or more products on saint-ape.com, you must fill out the online order form and send it electronically to the Vendor, following the relevant instructions.</li>\r\n<li>The order form contains a summary of these General Terms and Conditions of Sale, information on the main characteristics of each product ordered and corresponding unit price (including all applicable fees and taxes), the type of payment that you may use in order to purchase each product, shipping terms for the purchased products, shipping and delivery costs and the terms and conditions for returning purchased products.</li>\r\n<li>An order shall be deemed to have been submitted when the Vendor receives your order form electronically and the order information has been verified as correct.</li>\r\n<li>Before submitting your order form for the purchase of products, you will be asked to carefully read the General Terms and Conditions of Sale, to print a copy using the print option and to save or reproduce a copy thereof for your own personal use.</li>\r\n<li>The order form will be filed in our data base for the time required to process your order and as provided by law. You may access your order form by clicking on the section called My Order, in the Customer Service area.</li>\r\n<li>Before submitting the order form, you will be asked to identify and correct possible input errors.</li>\r\n<li>English is the language used for executing contracts with the Vendor.</li>\r\n<li>After your order form has been submitted, the Vendor will process your order.</li>\r\n<li>The Vendor may not process purchases when there are not sufficient guarantees of solvency, when orders are incomplete or incorrect, or the products are no longer available. In the above cases, we shall inform you by e-mail that the contract has not been executed and that the Vendor has not carried out your purchase order specifying the reasons thereof. If the products displayed on saint-ape.com are no longer available at the time of your last access and once the Vendor has received your order form, the Vendor shall inform you of the unavailability of the ordered products within thirty (30) days from the day after Vendor has received your order. If the order form has been sent and the price has been paid for items that are no longer available, the Vendor will refund the amount paid for those items.</li>\r\n<li>By submitting an order form to and making a contract with the Vendor, you unconditionally accept and undertake to observe the provisions of these General Terms and Conditions of Sale. Should you not agree with certain provisions of these General Terms and Conditions of Sale, please do not submit your order form for the purchase of products on saint-ape.com.</li>\r\n<li>By submitting an order form, you agree and accept these General Terms and Conditions of Sale as well as further conditions contained on saint-ape.com, even through links, including the General Terms and Conditions of Use and Privacy Policy.</li>\r\n<li>Upon submission of an order form, the Vendor shall send you a purchase order receipt e-mail, containing a summary of the information related to the order form (General Terms and Conditions of Sale, the products\' main characteristics, detailed information on the price, terms of payment, return policy and shipping costs).</li>\r\n</ol></li>\r\n<li>Guarantees and Product Price Indication<ol class=\"numbered\">\r\n<li>On saint-ape.com, we only offer products marked with the \"ST.APE\" trademark. These products are purchased by us directly from the fashion house and/or the manufacturer authorised by the fashion house.</li>\r\n<li>The Vendor does not sell second-hand products, flawed products or products of lower quality than the corresponding market standards.</li>\r\n<li>The main characteristics of products are shown on saint-ape.com on each product page. The products offered for sale on saint-ape.com may not exactly correspond to the real garments in terms of image and colours due to the Internet browser or monitor used.</li>\r\n<li>Prices are subject to change. Check the final price of sale before sending the relevant order form.</li>\r\n<li>Orders made from a Country site different from the one you are shipping to, or to addresses to which the Vendor cannot ship, will be automatically cancelled.</li>\r\n<li>All Products come with an identification tag attached with a disposable seal. Do not remove the tag or seal from the purchased products should you wish to return the purchased product.</li>\r\n<li>Should you decide to exercise your right to return purchased products, the Vendor has the right to not accept returned products that are returned without the corresponding tag or seal or that have been altered from their original status or damaged.</li>\r\n</ol></li>\r\n<li>Payments<ol class=\"numbered\">\r\n<li>Payment of the product prices and relevant costs for shipping and delivery must be made by using one of the procedures indicated on the order form.</li>\r\n<li>In case of payment by Credit/Debit Card, all details (for example, card number or expiration date) will be sent by encrypted protocol to Banca Sella or other banks which provide remote electronic payment services, without third parties having any access thereto whatsoever. Such details will not be used by the Vendor except for performing the procedure relevant to your purchase or issuing refunds in the case of returns in compliance with the exercise of your return right or for reporting cases of fraud to the police. The price for the purchase of products and the corresponding costs for shipping and delivery, as indicated in the order form, will be charged to your current account only when the purchased products are actually shipped.</li>\r\n</ol></li>\r\n<li>Shipping and Delivery of the Products<ol class=\"numbered\">\r\n<li>For specific product shipping and delivery procedures see the Customer Service area and read the Shipping section. Please read these sections carefully. The information provided in these sections forms an integral part of these General Terms and Conditions of Sale and, consequently, shall be deemed to be fully read and accepted by you at the time your order form is sent.</li>\r\n</ol></li>\r\n<li>Customer Service<ol class=\"numbered\">\r\n<li>Please contact our Customer Service for further information</li>\r\n</ol></li>\r\n<li>Returns<ol class=\"numbered\">\r\n<li>You may return products purchased from Us, without any penalty and without specifying the reason, within fifteen (15) days from receiving the products purchased on saint-ape.com.</li>\r\n<li>To withdraw from the contract you may use Return Form* (per the standard form pursuant to Art. 49, subsection 4 of the Consumer Code), filling out the form and transmitting it directly online through saint-ape.com, or you may draft and send the Vendor another declaration explicitly stating your decision to withdraw from the contract. Should you choose to use the Return Form to be sent directly online through saint-ape.com, the Vendor will send you an e-mail confirming receipt of the return request. Should you conversely choose to send another withdrawal declaration, you will be responsible for proving that you exercised your withdrawal right in a correct, timely manner.</li>\r\n<li>Once you have exercised your right to withdraw from the contract, it is necessary to return the items to the Vendor by giving them back to the courier within fourteen (14) days from the date on which you informed the Vendor of your decision to withdraw from the contract.</li>\r\n<li>The only costs at your own expense are those for return shipping, unless the Vendor expressly exempt you from those costs at the time of purchase, and on the further condition that you use the shipping agent indicated by the Vendor in the Return Form.</li>\r\n<li>Should you decide to use the courier indicated by saint-ape.com in the online Return Form, saint-ape.com will pay for the return shipping costs for you and will relieve you from direct payment to the courier. saint-ape.com will withhold a flat rate as payment for the return shipping, which will correspond to the original costs paid for the shipping and delivery of the order. The Vendor’s payment of the refund will in fact be a flat rate reimbursement equal to the cost of standard shipping for the purchased products. Additionally, by using this courier indicated by saint-ape.com in the online Return Form, the Vendor relieves you from any responsibility for any loss or damage to the products during transport.</li>\r\n<li>If you decide to use a different shipping method from the one indicated by the Seller in the Return Form, you will have to directly take care of the return shipping payment, at your own expense. In this case, you will also be reimbursed an amount that is equivalent to the cost of standard shipping of the products acquired, although you will not be reimbursed for any additional costs you have incurred for having chosen a different and/or faster type of shipping and delivery than the standard method. In this case, you will still be able to responsible in case of loss or damage to the products during transport that is due to your negligent choice of carrier and/or shipping methods.</li>\r\n<li>The return right - besides compliance with the terms and procedures described at par. 7.1, 7.2 and 7.3 above - shall be deemed correctly exercised once the following conditions have been fully met:\r\n<ul class=\"list-none\">\r\n<li>a. Return form* transmitted directly online through saint-ape.com or another declaration explicitly stating your decision to withdraw from the contract must be correctly completed and signed and sent to the Vendor within fifteen (15) days after receiving the products;</li>\r\n<li>b. the products must not be used, worn or washed;</li>\r\n<li>c. the identifying tag must still be attached to the products along with the disposable seal, which is an integral part of the item;</li>\r\n<li>d. products must be returned in their original packaging;</li>\r\n<li>e. returned products must be delivered to the shipping agent within fourteen (14) days of when you have informed the Vendor of your decision to withdraw from the contract;</li>\r\n<li>f. products must not be damaged.</li>\r\n</ul>\r\n<p>If the terms and conditions for exercising your right to withdraw from the contract, as per points a), e) and f) of paragraph 7.7 above, are not complied with, you will not have the right to be reimbursed the amounts already paid to the Vendor. Within 14 days of the email communicating the non-acceptance of the withdrawal being sent, you may choose to re-obtain, at your own expense, the products in the state in which they were returned to the Vendor, through a written exchange with the Vendor according to the instructions that will be provided. If not, the Vendor may keep the products, in addition to the sum already paid for their acquisition. <br /><br /> Whenever the conditions indicated in letters b), c) and d) of previous paragraph 7.7 are not respected, you will not be entitled to a full refund of the amounts already paid to the Vendor. You will indeed be responsible for the decrease in value of the returned products, following a use other than the one authorized by the Vendor with the intent of allowing you to assess the nature, features and functioning of the products themselves. In this case, between 10 and 90 percent of the amounts you paid to the Vendor to purchase the returned products will be deducted from the provided refund, whereby you will be specifically informed, via e-mail, by the Vendor. Within 14 days of sending the e-mail informing you of the amount deducted from the refund, you may choose to have the products redelivered to you, at your expense, and in the condition in which they were returned to the Vendor, informing the Vendor thereof according to the procedures of which you will be advised. Otherwise, the Vendor may retain the products and an amount corresponding to the percent deducted from the refund. After the return of the products, the Vendor shall check their compliance with the terms and conditions laid down in paragraph 7. In the event that the outcome of these checks is positive, the Vendor shall send you the corresponding email confirmation of the acceptance of the returned products. In the event that the checks do not have a positive outcome, the Vendor takes steps to inform you, via e-mail, that a decrease in value of the returned products has been detected, deriving from your failure to comply with the conditions indicated in letters b), c) and d) of paragraph 7.7 above. The Vendor simultaneously sees to it that you are also informed of the amount that will be deducted from the amounts you paid to purchase the returned products; without prejudice, in the alternative, to the possibility of your having the products redelivered to you, at your expense, and in the condition in which they were returned to the Vendor, pursuant to the terms provided for in paragraph 7.10.</p>\r\n</li>\r\n<li>If the return right is exercised in conformity with the provisions set forth in this section, saint-ape.com shall refund the amounts paid for the returned products according to the methods and times of our standard refund procedure. If the recipient of the products indicated in the order form and the person that has paid the sums due for their acquisition are not the same, the reimbursement of the sums, in the event of the right of withdrawal being exercised, shall be made by the Vendor, in all cases, to the person that made the payment.</li>\r\n<li>The refund procedure will be initiated by saint-ape.com within fourteen (14) days from when saint-ape.com was informed of your decision to return. The procedure will begin after checking to ensure that the customer\'s return is in accordance with the Return Policy and that the returned products have been accepted as indicated in par. 8.</li>\r\n<li>Should the terms and conditions for exercising your right of withdrawal, as indicated in letters a), e) and f) of paragraph 7 above not be respected, you will not be entitled to any refund of sums already paid to the Vendor. Within 14 days of sending the e-mail whereby you are informed of the non-acceptance of the return, you may opt to be redelivered the products, at your expense, and in the condition in which they were returned to the Vendor, providing notice thereof to said Vendor, according to the procedures of which you will be informed. Otherwise, the Vendor may retain the products, in addition to the amounts already paid for their purchase. <br /><br /> Should the terms and conditions indicated in letters b), c) and d) of previous paragraph 7.7 not be respected, you will not be entitled to a full refund of the amounts already paid to the Vendor. You will in fact be responsible for the decrease in value of the products returned, as a result of a use other than the one authorized by the Vendor with the intent of allowing you to assess the nature, features and functioning of the products themselves. In this case, between 10 and 90 percent of the amounts you paid to the Vendor to purchase the returned products will be deducted from the refund, of which you will be specifically informed, via e-mail, by the Vendor. Within 14 days of sending the e-mail informing you of the amount deducted from the refund, you may opt to be redelivered, at your expense, the products in the condition in which they were returned to the Vendor, providing notice thereof to the Vendor, according to the methods of which you will be informed. Otherwise, the Vendor may retain the products and an amount which corresponds to the percent deducted from the refund.</li>\r\n</ol></li>\r\n<li>Refund Times and Procedures<ol class=\"numbered\">\r\n<li>After the products have been returned, we shall check the conformity of the products with the conditions indicated in section 7 above. When the Vendor is able to confirm that such conditions have been met, we shall send you an e-mail confirming the acceptance of the returned products. In the event that the checks do not have a positive outcome, the Vendor will take measures to inform you, via e-mail, that a decrease in value of the returned products has been detected, which derives from your failure to comply with the conditions indicated in letters b), c) and d) of paragraph 7.3 above. The Vendor simultaneously sees to it that you are also informed of the amount that will be deducted from the amounts you paid to purchase the returned products; without prejudice, in the alternative, to your being able to have the products redelivered to you, at your expense, and in the condition in which they were returned to the Vendor, as provided for in paragraph 7.10 above.</li>\r\n<li>Whatever payment type you used, the full or partial refund procedure shall be started by the Vendor within fourteen (14) days from when the Vendor was informed of your decision to exercise your return right, after checking that the return right has been correctly exercised and that the returned products have been accepted.</li>\r\n<li>The Vendor issues the refund using the same payment method you used to purchase the returned products, unless you have expressly agreed with the Vendor to use another payment method, and on the condition that you must not incur any further cost as a result of the refund. If the recipient of the products indicated in the order form is different from the individual who made the payment for such products, the amount paid for returned items shall be refunded by the Vendor to the individual who made the payment.</li>\r\n<li>The value date for the credit shall be the same as the value date of the original debit and consequently you shall not lose bank interest.</li>\r\n<li>The Vendor has chosen DHL (which can be contacted through www.DHL.com) as the Vendor\'s official package delivery company for returning products purchased on saint-ape.com. You may return products to saint-ape.com without having to pay for return shipping costs by using the pre-printed UPS label enclosed in original order. According to the terms and conditions stated in our Return Policy, this option allows saint-ape.com to pay the return shipping costs for you and will relieve you from direct payment to the courier. Additionally, by using UPS, the Vendor relieves you from any responsibility for any loss or damage to the products during transport.</li>\r\n<li>If you decide to return products using a different shipping company other than the one indicated by the Vendor, you will have to pay the return shipping costs upfront and you will be responsible for any loss or damage to the products during transit, according to the terms and procedures stated in our Return Policy.</li>\r\n</ol></li>\r\n<li>Privacy<ol class=\"numbered\">\r\n<li>You will find information on how we process your personal data by clicking on Privacy Policy.</li>\r\n<li>You are advised to read, if you haven\'t already done so, our General Terms and Condition of Use which also contain important information on how we process the personal data of our users and on the security systems of saint-ape.com.</li>\r\n<li>For further information on our Privacy Policy you can contact us at info@saint-ape.com or at Vendor\'s registered offices located in Krommestraat 70, 3811CD, Amersfoort, The Neterhlands</li>\r\n</ol></li>\r\n<li>Governing Law<ol class=\"numbered\">\r\n<li>These General Terms and Conditions of Sale are governed by Dutch law and in particular by Dutch legislative decree no. 206 of 6 September 2005 on distance contracts and by Dutch legislative decree no. 70 of 9 April 2003 on certain aspects related to e-commerce.</li>\r\n</ol></li>\r\n<li>Amendments and updates<ol class=\"numbered\">\r\n<li>The General Terms and Conditions of Sale may be amended from time to time due to new laws and regulations or other reasons. The new General Terms and Conditions of Sale shall be effective as of the date of publication on saint-ape.com.</li>\r\n</ol></li>\r\n</ol></div>\r\n</div>','2018-03-12 14:38:46','2018-03-12 14:38:46',1,0,'','','',NULL,NULL,NULL,''),(6,'About','1column','','','about','','http://saint-ape.com/','2018-03-12 17:32:57','2018-03-12 17:32:57',1,0,'','','',NULL,NULL,NULL,''),(7,'Customer Service','1column','','','customer-service','','<div class=\"row\">\r\n<div class=\"col-md-8 col-md-offset-2 col-xs-12 col-sm-12 top-m-50\">\r\n<h1 class=\"fancy text-center\">customer service</h1>\r\n\r\n<div class=\"block account-nav\">\r\n <div class=\"content text-center\">\r\n <ul class=\"nav items\">\r\n <li class=\"nav item\"><a class=\"page_scroll\" href=\"#payment\">payment</a></li>\r\n <li class=\"nav item\"><a class=\"page_scroll\" href=\"#shipping\">shipping</a></li>\r\n <li class=\"nav item\"><a class=\"page_scroll\" href=\"#returns\">returns</a></li>\r\n </ul>\r\n </div>\r\n</div>\r\n\r\n\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-8 col-md-offset-2\">\r\n<a id=\"payment\" name=\"payment\"></a>\r\n<p class=\"top-m-100\">\r\n<b>payment</b>\r\n<hr class=\"gray\">\r\nAt saint-ape.com we accept the following payment methods:<br><br>\r\n\r\n<b>Credit Card:</b> Visa, MasterCard, American Express. The total amount of your order will be charged to your card when the order is shipped.<br><br>\r\nsaint-ape.com features a Fast Checkout option, allowing you to securely save your credit card details so that you don\'t have to re-enter them for future purchases.<br><br>\r\n\r\n<b>Bancontact:</b> Online payments with Bancontact are safe and fast, for you and for your customers. Purchase your favorite styles transferring the money in real-time directly from your bank account. No credit card nor registration needed. <br>While you check out, select Bancontact Banking as your payment option: wait until you are redirected to a secure page and sign into your online banking account with your usual credentials requested to authorize the transaction. You will be redirected back to saint-ape.com and receive an instant order confirmation email.<br><br>\r\n\r\n<b>iDeal:</b> Via iDeal you can purchase your favorite styles transferring the money in real-time directly from your bank account. No credit card nor registration needed.<br>While you check out, select iDeal and your bank of choice as your payment option: wait until you are redirected to a secure page and sign into your online banking account with your usual credentials requested to authorize the transaction. You will be redirected back to saint-ape.com and receive an instant order confirmation email.<br><br>\r\n\r\n<b>Please note:</b> all of our transactions are handeled by our partner MultiSafepay (www.multisafepay.com).<br><br>\r\n</p>\r\n\r\n<p class=\"top-m-50\">\r\n<b>vat information</b>\r\n<hr class=\"gray\">\r\n<p>Purchasing on saint-ape.com is reserved for <b>end consumers</b>. All the prices on saint-ape.com are <b>including VAT</b>.For each order, saint-ape.com issues an <b>invoice</b>; this invoice will be sent as an attachment in the shipping confirmation email. <br>Please note: once the order has been confirmed, there is no way to modify the details you have entered and it is not possible to issue a new invoice.\r\n</p>\r\n \r\n\r\n<a id=\"shipping\" name=\"shipping\"></a>\r\n<p class=\"top-m-100\">\r\n<b>shipping</b>\r\n<hr class=\"gray\">\r\nOur courier delivers from Monday to Friday during business hours and will make <b>three delivery attempts</b>. After the third failed attempt, your order will be returned to our warehouse. Please note that once you have placed an order, it is no longer possible to modify your shipping address.<br><br>Our warehouse is closed for the standard Holidays.<br><br>\r\nPlease plan accordingly as orders will not be shipped out on during the holidays. All orders are processed automatically and we are unable to expedite or delay shipping times.\r\n</p>\r\n\r\n<p class=\"top-m-50\">\r\n<b>shipping restrictions</b><br>\r\n<hr class=\"gray\">\r\nAt this time we are unable to ship orders to <b>P.O. Boxes</b><b>, Azores, Madeira, the Faéroér Islands, Greenland, Aland Island and the Holland Antilles</b>. Orders made to any of these addresses will be cancelled. The delivery address of your order must match the country site in which you place your order. Orders made from a different country site than the delivery address will be automatically cancelled. Please select the correct country site for your order from the link in the corner of every page.\r\n</p>\r\n\r\n\r\n\r\n\r\n<a id=\"returns\" name=\"returns\"></a>\r\n<p class=\"top-m-100\">\r\n<b>returns</b>\r\n<hr class=\"gray\">\r\nYou can return any item purchased on saint-ape.com <b>within 14 days of the delivery date.</b><br><br>\r\nMake sure the item you return is in its <b>original condition</b><b>, tags and packaging included</b>, otherwise we will be unable to accept your return and issue a refund.<b>Pack the items</b> in a rigid carton box (preferably the original delivery box).<br><br>\r\n<b>Contact DHL</b> to arrange the pick-up of your package wherever you wish. Due to restrictions, all returns must be shipped from <b>the same country they were purchased from</b>.<br><br>\r\nOnce your package reaches our warehouse, please allow 3 to 7 business days for your return to be processed. If your return does not meet the conditions listed, the package will be sent back to you. When your return has been accepted, your refund will be issued and you will receive a confirmation email.\r\n</p>\r\n\r\n\r\n<p class=\"top-m-50\">\r\n<b>refunds</b>\r\n<hr class=\"gray\">\r\nWe usually accept returns <b>within 7 business days </b>of their arrival at our warehouse in The Netherlands. Once your return has been accepted, we will immediately request reimbursement and send you a confirmation email. The time needed to process your refund may vary based on your payment method</a>:<br><br>\r\n\r\n<b>Credit Cards</b>: Our bank will reimburse you within 7 business days of the Return Acceptance Confirmation email. The time it takes to restore the credit back to your account depends on the Credit Card Issuer.<br><br>\r\n<b>iDeal</b>: Your refund will be issued directly to your bank account. You can check your refund logging in to your online banking account or by contacting your Bank. When you receive our refund confirmation email, please allow up to 7 days for the refunded amount to be visible on your bank statement.<br><br>\r\n<b>Bancontact</b>: Your refund will be issued directly to your bank account. You can check your refund logging in to your online banking account or by contacting your Bank. When you receive our refund confirmation email, please allow up to 7 days for the refunded amount to be visible on your bank statement.<br><br>\r\n</p>\r\n \r\n</div>\r\n</div>','2018-03-14 11:08:58','2018-03-14 11:08:58',1,0,'','','',NULL,NULL,NULL,''),(8,'The Brand | ST.APE','blank','','','the-brand','','<section class=\"container-fluid top-m-50 relative\">\r\n <div class=\"row\">\r\n <div class=\"col-md-7\">\r\n <img src=\"{{media url=\"wysiwyg/st_ape_brand_women.jpg\"}}\" class=\"image-responsive\"/>\r\n </div>\r\n <div class=\"col-md-4 hidden-sm hidden-xs\" style=\"position: absolute; right: 10%; top: 50%; transform: translateY(-50%);\">\r\n <h2>about the brand</h2>\r\n <p class=\"fancy\" style=\"background-color: #fff; padding: 30px 40% 30px 30px ; margin: 0 0 30px -30%;\">\r\n Many people confuse apes with monkeys. Though <b>ape</b> and <b>monkey</b> are often used interchangeably, they are not the same from a scientific point of view.\r\n <br>\r\n <br>\r\n Apes and monkeys are primates that have evolved different physical and mental characteristics throughout time to respond to different needs and environments. For example, most monkeys have an easily visible tail, but no apes do, and while monkeys are physically built for a life in the trees, apes tend to be built for a life lived in the trees and on the ground.\r\n </p>\r\n </div>\r\n <div class=\"col-xs-12 hidden-lg hidden-md top-m-25\">\r\n <h2>about the brand</h2>\r\n <p class=\"fancy\">\r\n Many people confuse apes with monkeys. Though <b>ape</b> and <b>monkey</b> are often used interchangeably, they are not the same from a scientific point of view.\r\n <br>\r\n <br>\r\n Apes and monkeys are primates that have evolved different physical and mental characteristics throughout time to respond to different needs and environments. For example, most monkeys have an easily visible tail, but no apes do, and while monkeys are physically built for a life in the trees, apes tend to be built for a life lived in the trees and on the ground.\r\n </p>\r\n </div>\r\n </div>\r\n</section>\r\n<section class=\"container-fluid top-m-50 relative \">\r\n <div class=\"row middle-md\">\r\n <div class=\"col-md-6 text-center hidden-sm hidden-xs\">\r\n <p class=\"bot-m-100\">Apes are generally considered to be intelligent<br><br>\r\n <b>but only a few are genius</b>\r\n </p>\r\n <h1 class=\"logo-type\">ST.APE</h1>\r\n <p class=\"fancy\">Est. 2016</p>\r\n </div>\r\n <div class=\"col-md-5 col-md-offset-1\">\r\n <img src=\"{{media url=\"wysiwyg/st_ape_brand_men.jpg\"}}\" class=\"image-responsive hidden-sm hidden-xs\" style=\"margin-top: -30%;\"/>\r\n <img src=\"{{media url=\"wysiwyg/st_ape_brand_men.jpg\"}}\" class=\"image-responsive hidden-md hidden-lg\" />\r\n </div>\r\n <div class=\"col-xs-12 hidden-lg hidden-md top-m-25 text-center no-padding-side\">\r\n <p class=\"bot-m-100\">Apes are generally considered to be intelligent<br><br>\r\n <b>but only a few are genius</b>\r\n </p>\r\n <h1 class=\"logo-type\">ST.APE</h1>\r\n <p class=\"fancy\">Est. 2016</p>\r\n </div>\r\n </div>\r\n</section>\r\n\r\n<section class=\"text-w_image-auto right hero top-m-100\">\r\n <div class=\"the-content top-m-75\">\r\n <div class=\"image-wrapper large-block\">\r\n <img src=\"{{media url=\"wysiwyg/st_ape_contact_2.jpg\"}}\" alt=\"\" />\r\n <div class=\"image\" style=\"background-image: url(\'{{media url=\"wysiwyg/st_ape_contact_2.jpg\"}}\');\"></div>\r\n </div>\r\n <div class=\"text-wrapper hidden-sm hidden-xs\">\r\n <div class=\"title\">\r\n <h2>address</h2>\r\n </div>\r\n <div class=\"description p-50\">\r\n <p>\r\n Krommestraat 70<br>\r\n 3811 CD Amersfoort<br>\r\n The Netherlands<br>\r\n +31 (0) 33 707 99 33<br>\r\n <br>\r\n <b>CC:</b> 69413851<br>\r\n <b>RSIN:</b> 857865882<br>\r\n <b>VAT:</b> 857865882B01<br>\r\n <b>IBAN:</b> NL40RABO0322023912<br>\r\n </p>\r\n </div>\r\n <a class=\"btn cta pull-right\" style=\"margin-right: -25px;\" title=\"saint ape - contact\" href=\"mailto:info@saint-ape.com\">contact us</a>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-xs-12 hidden-lg hidden-md bot-m-50\">\r\n <h2>address</h2>\r\n <p>\r\n Krommestraat 70<br>\r\n 3811 CD Amersfoort<br>\r\n The Netherlands<br>\r\n +31 (0) 33 707 99 33<br>\r\n <br>\r\n <b>CC:</b> 69413851<br>\r\n <b>RSIN:</b> 857865882<br>\r\n <b>VAT:</b> 857865882B01<br>\r\n <b>IBAN:</b> NL40RABO0322023912<br>\r\n <br>\r\n </p>\r\n <a class=\"btn cta\" title=\"saint ape - contact\" href=\"mailto:info@saint-ape.com\">contact us</a>\r\n </div>\r\n </div>\r\n </div>\r\n</section>\r\n \r\n<section class=\"text-w_image-auto\">\r\n <div class=\"the-content\">\r\n <div class=\"image-wrapper large-block\"><img src=\"{{media url=\"wysiwyg/st_ape_private_shopping.jpg\"}}\">\r\n <div class=\"image\" style=\"background-image: url(\'{{media url=\"wysiwyg/st_ape_private_shopping.jpg\"}}\');\"></div>\r\n </div>\r\n <div class=\"text-wrapper small-block hidden-sm hidden-xs\" style=\"width: 55%;\">\r\n <div class=\"title\">\r\n <h2 style=\"background: #fff; padding: 20px 22px;\">private shopping</h2>\r\n </div>\r\n <div class=\"description\">\r\n In addition to sales via our website, we offer our clients the opportunity to experience the ST. APE collection in our studio by personal shopping appointment. This service allows us to personally welcome you into our world, demonstrating the craftsmanship and inspiration behind each piece, as well as presenting the carefully selected fabrics in a way that showcases them in their true light.<br>\r\n <br>\r\n You will be able to try on each item from the collection, with style and fit advice being offered to ensure that your piece is a reflection of you and becomes woven into your everyday life.<br>\r\n <br>\r\n We warmly welcome you to ST. APE<br>\r\n <br>\r\n <br>\r\n <a class=\"btn cta\" title=\"saint ape - private shopping\" href=\"mailto:info@saint-ape.com?subject=Private%sShopping%20-%20ST.Ape\">make an appointment</a>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-xs-12 hidden-lg hidden-md\">\r\n <h3>private shopping</h3>\r\n <p>\r\n In addition to sales via our website, we offer our clients the opportunity to experience the ST. APE collection in our studio by personal shopping appointment. This service allows us to personally welcome you into our world, demonstrating the craftsmanship and inspiration behind each piece, as well as presenting the carefully selected fabrics in a way that showcases them in their true light.<br>\r\n <br>\r\n You will be able to try on each item from the collection, with style and fit advice being offered to ensure that your piece is a reflection of you and becomes woven into your everyday life.<br>\r\n <br>\r\n We warmly welcome you to ST. APE<br>\r\n <br>\r\n <br>\r\n <a class=\"btn cta\" title=\"saint ape - private shopping\" href=\"mailto:info@saint-ape.com?subject=Private%sShopping%20-%20ST.Ape\">make an appointment</a>\r\n </p>\r\n </div>\r\n </div>\r\n</section>','2018-03-29 15:05:29','2018-03-29 15:05:29',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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CMS_PAGE_STORE_PAGE_ID_CMS_PAGE_PAGE_ID` FOREIGN KEY (`page_id`) REFERENCES `cms_page` (`page_id`) ON DELETE CASCADE,
CONSTRAINT `CMS_PAGE_STORE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='CMS Page To Store Linkage Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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),(8,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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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=520 DEFAULT CHARSET=utf8 COMMENT='Config Data';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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','https://shop.saint-ape.com/'),(3,'default',0,'web/secure/base_url','https://shop.saint-ape.com/'),(4,'default',0,'general/locale/code','en_GB'),(5,'default',0,'web/secure/use_in_frontend','1'),(6,'default',0,'web/secure/use_in_adminhtml','1'),(7,'default',0,'general/locale/timezone','UTC'),(8,'default',0,'currency/options/base','EUR'),(9,'default',0,'currency/options/default','EUR'),(10,'default',0,'currency/options/allow','EUR'),(11,'default',0,'general/region/display_all','0'),(12,'default',0,'general/region/state_required','AT,BR,CA,HR,EE,FI,LV,LT,RO,ES,CH,US'),(13,'default',0,'catalog/category/root_id','2'),(14,'default',0,'analytics/subscription/enabled','1'),(16,'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'),(17,'website',0,'connector_configuration/catalog_sync/catalog_type','simple,virtual,downloadable,bundle,grouped,configurable'),(18,'website',0,'connector_configuration/catalog_sync/catalog_visibility','1,2,3,4'),(19,'stores',1,'design/theme/theme_id','4'),(20,'stores',1,'design/pagination/pagination_frame_skip',NULL),(21,'stores',1,'design/pagination/anchor_text_for_previous',NULL),(22,'stores',1,'design/pagination/anchor_text_for_next',NULL),(23,'stores',1,'design/head/title_prefix','Saint Ape |'),(24,'stores',1,'design/head/title_suffix',NULL),(25,'stores',1,'design/head/default_description','Men’s and women’s contemporary fashion brand born out of the Netherlands, specialising in quality branded leather and denim products. Selling directly to customer through online, the brand’s aim is to bring style, inspiration, outstanding quality, service and a desirable storytelling experience beyond any customers’ expectations. Passionate customer contact, with attention to details presents a truly luxurious product and experience. '),(26,'stores',1,'design/head/default_keywords','luxury, fashion, contemporary, leather, denim, style, customer experience, branded, quality, detail, service, luxury service, luxury fashion, new brand, modern, style, men\'s fashion, women\'s fashion, lifestyle, passion, product experience, customer experience, luxury product, quality leather, leather jacket, expensive fashion, dutch fashion, european fashion, dutch brand, st ape, lifestyle brand, online fashion, fashion store'),(27,'stores',1,'design/head/includes','<!-- Hotjar Tracking Code for www.saint-ape.com -->\r\n<script>\r\n (function(h,o,t,j,a,r){\r\n h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};\r\n h._hjSettings={hjid:824874,hjsv:6};\r\n a=o.getElementsByTagName(\'head\')[0];\r\n r=o.createElement(\'script\');r.async=1;\r\n r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;\r\n a.appendChild(r);\r\n })(window,document,\'https://static.hotjar.com/c/hotjar-\',\'.js?sv=\');\r\n</script>\r\n<!-- Google-code voor remarketingtag -->\r\n<script type=\"text/javascript\">\r\n/* <![CDATA[ */\r\nvar google_conversion_id = 811035890;\r\nvar google_custom_params = window.google_tag_params;\r\nvar google_remarketing_only = true;\r\n/* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n</script>\r\n<noscript>\r\n<div style=\"display:inline;\">\r\n<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/811035890/?guid=ON&script=0\"/>\r\n</div>\r\n</noscript>'),(28,'stores',1,'design/header/logo_width',NULL),(29,'stores',1,'design/header/logo_height',NULL),(30,'stores',1,'design/header/logo_alt',NULL),(31,'stores',1,'design/footer/absolute_footer',NULL),(32,'stores',1,'design/search_engine_robots/custom_instructions',NULL),(33,'stores',1,'design/watermark/image_size',NULL),(34,'stores',1,'design/watermark/image_imageOpacity',NULL),(35,'stores',1,'design/watermark/small_image_size',NULL),(36,'stores',1,'design/watermark/small_image_imageOpacity',NULL),(37,'stores',1,'design/watermark/thumbnail_size',NULL),(38,'stores',1,'design/watermark/thumbnail_imageOpacity',NULL),(39,'stores',1,'design/email/logo_alt','SAINT APE'),(40,'stores',1,'design/email/logo_width','200'),(41,'stores',1,'design/email/logo_height','200'),(42,'stores',1,'design/watermark/swatch_image_size',NULL),(43,'stores',1,'design/watermark/swatch_image_imageOpacity',NULL),(44,'default',0,'wishlist/general/active','0'),(45,'default',0,'wishlist/wishlist_link/use_qty','0'),(46,'default',0,'cms/wysiwyg/enabled','hidden'),(47,'default',0,'cms/wysiwyg/use_static_urls_in_catalog','0'),(48,'default',0,'catalog/frontend/list_allow_all','1'),(49,'default',0,'catalog/frontend/flat_catalog_product','0'),(50,'default',0,'catalog/productalert_cron/frequency','D'),(51,'default',0,'crontab/default/jobs/catalog_product_alert/schedule/cron_expr','0 0 * * *'),(52,'default',0,'crontab/default/jobs/catalog_product_alert/run/model',NULL),(53,'default',0,'catalog/productalert_cron/time','00,00,00'),(54,'default',0,'catalog/productalert_cron/error_email',NULL),(55,'default',0,'catalog/product_video/youtube_api_key',NULL),(56,'default',0,'catalog/price/scope','0'),(57,'default',0,'catalog/downloadable/shareable','0'),(58,'default',0,'catalog/downloadable/content_disposition','inline'),(59,'default',0,'catalog/custom_options/use_calendar','0'),(60,'default',0,'catalog/custom_options/year_range',','),(61,'default',0,'catalog/placeholder/image_placeholder','default/image.jpg'),(62,'default',0,'catalog/placeholder/small_image_placeholder','default/small_image.jpg'),(63,'default',0,'catalog/placeholder/swatch_image_placeholder','default/swatch_image.jpg'),(64,'default',0,'catalog/placeholder/thumbnail_placeholder','default/thumbnail.jpg'),(65,'default',0,'general/store_information/name','Saint Ape - Webshop'),(66,'default',0,'general/store_information/phone','+31 33 707 99 33'),(67,'default',0,'general/store_information/hours','09:00 - 17:00'),(68,'default',0,'general/store_information/country_id','NL'),(69,'default',0,'general/store_information/region_id','Utrecht'),(70,'default',0,'general/store_information/postcode','3811CD'),(71,'default',0,'general/store_information/city','Amersfoort'),(72,'default',0,'general/store_information/street_line1','Krommestraat 70'),(73,'default',0,'general/store_information/street_line2',NULL),(74,'default',0,'general/store_information/merchant_vat_number',NULL),(75,'default',0,'general/single_store_mode/enabled','0'),(76,'default',0,'general/locale/weight_unit','kgs'),(77,'default',0,'general/locale/weekend','0,6'),(78,'default',0,'multisafepay/connect/msp_env',NULL),(79,'default',0,'multisafepay/connect/live_api_key','a4153862a9b4689975216ecc8b2a274f104f2aa2'),(80,'default',0,'multisafepay/connect/test_api_key',NULL),(81,'default',0,'multisafepay/connect/send_order_email','after_transaction_paid'),(82,'default',0,'multisafepay/connect/email_invoice','0'),(83,'default',0,'multisafepay/connect/msp_preselect_method','ideal'),(84,'default',0,'multisafepay/connect/transaction_currency','1'),(85,'default',0,'multisafepay/connect/order_status','pending_payment'),(86,'default',0,'multisafepay/connect/declined_order_status','canceled'),(87,'default',0,'multisafepay/connect/cancelled_order_status','canceled'),(88,'default',0,'multisafepay/connect/expired_order_status','canceled'),(89,'default',0,'multisafepay/connect/chargeback_order_status','holded'),(90,'default',0,'multisafepay/connect/create_paylink','0'),(91,'default',0,'multisafepay/connect/reset_paylink_gateway','0'),(92,'default',0,'multisafepay/connect/keep_cart_alive','1'),(93,'default',0,'multisafepay/connect/msp_debug','0'),(94,'default',0,'gateways/ideal/active','1'),(95,'default',0,'gateways/ideal/title','iDEAL'),(96,'default',0,'gateways/ideal/allowed_carrier_active','0'),(97,'default',0,'gateways/ideal/allowed_carrier',NULL),(98,'default',0,'gateways/ideal/allowed_currency','EUR'),(99,'default',0,'gateways/ideal/allowed_groups','0,1,2,3'),(100,'default',0,'gateways/ideal/allowspecific','0'),(101,'default',0,'gateways/ideal/specificcountry',NULL),(102,'default',0,'gateways/ideal/min_order_total',NULL),(103,'default',0,'gateways/ideal/max_order_total',NULL),(104,'default',0,'gateways/ideal/days_active',NULL),(105,'default',0,'gateways/ideal/seconds_active',NULL),(106,'default',0,'gateways/ideal/instructions','Veilig betalen met iDEAL'),(107,'default',0,'gateways/ideal/sort_order',NULL),(108,'default',0,'gateways/klarnainvoice/active','0'),(109,'default',0,'gateways/klarnainvoice/title','Klarna Factuur'),(110,'default',0,'gateways/klarnainvoice/allowed_carrier_active','0'),(111,'default',0,'gateways/klarnainvoice/allowed_carrier',NULL),(112,'default',0,'gateways/klarnainvoice/allowed_currency','EUR'),(113,'default',0,'gateways/klarnainvoice/allowed_groups','0,1,2,3'),(114,'default',0,'gateways/klarnainvoice/allowspecific','0'),(115,'default',0,'gateways/klarnainvoice/specificcountry',NULL),(116,'default',0,'gateways/klarnainvoice/min_order_total',NULL),(117,'default',0,'gateways/klarnainvoice/max_order_total',NULL),(118,'default',0,'gateways/klarnainvoice/days_active',NULL),(119,'default',0,'gateways/klarnainvoice/seconds_active',NULL),(120,'default',0,'gateways/klarnainvoice/instructions',NULL),(121,'default',0,'gateways/klarnainvoice/sort_order',NULL),(122,'default',0,'gateways/dotpay/active','0'),(123,'default',0,'gateways/dotpay/title','DotPay'),(124,'default',0,'gateways/dotpay/allowed_carrier_active','0'),(125,'default',0,'gateways/dotpay/allowed_carrier',NULL),(126,'default',0,'gateways/dotpay/allowed_currency','EUR'),(127,'default',0,'gateways/dotpay/allowed_groups','0,1,2,3'),(128,'default',0,'gateways/dotpay/allowspecific','0'),(129,'default',0,'gateways/dotpay/specificcountry',NULL),(130,'default',0,'gateways/dotpay/min_order_total',NULL),(131,'default',0,'gateways/dotpay/max_order_total',NULL),(132,'default',0,'gateways/dotpay/days_active',NULL),(133,'default',0,'gateways/dotpay/seconds_active',NULL),(134,'default',0,'gateways/dotpay/instructions',NULL),(135,'default',0,'gateways/dotpay/sort_order',NULL),(136,'default',0,'gateways/eps/active','0'),(137,'default',0,'gateways/eps/title','Eps'),(138,'default',0,'gateways/eps/allowed_carrier_active','0'),(139,'default',0,'gateways/eps/allowed_carrier',NULL),(140,'default',0,'gateways/eps/allowed_currency','EUR'),(141,'default',0,'gateways/eps/allowed_groups','0,1,2,3'),(142,'default',0,'gateways/eps/allowspecific','0'),(143,'default',0,'gateways/eps/specificcountry',NULL),(144,'default',0,'gateways/eps/min_order_total',NULL),(145,'default',0,'gateways/eps/max_order_total',NULL),(146,'default',0,'gateways/eps/days_active',NULL),(147,'default',0,'gateways/eps/seconds_active',NULL),(148,'default',0,'gateways/eps/instructions',NULL),(149,'default',0,'gateways/eps/sort_order',NULL),(150,'default',0,'gateways/ferbuy/active','0'),(151,'default',0,'gateways/ferbuy/title','Ferbuy'),(152,'default',0,'gateways/ferbuy/allowed_carrier_active','0'),(153,'default',0,'gateways/ferbuy/allowed_carrier',NULL),(154,'default',0,'gateways/ferbuy/allowed_currency','EUR'),(155,'default',0,'gateways/ferbuy/allowed_groups','0,1,2,3'),(156,'default',0,'gateways/ferbuy/allowspecific','0'),(157,'default',0,'gateways/ferbuy/specificcountry',NULL),(158,'default',0,'gateways/ferbuy/min_order_total',NULL),(159,'default',0,'gateways/ferbuy/max_order_total',NULL),(160,'default',0,'gateways/ferbuy/days_active',NULL),(161,'default',0,'gateways/ferbuy/seconds_active',NULL),(162,'default',0,'gateways/ferbuy/instructions',NULL),(163,'default',0,'gateways/ferbuy/sort_order',NULL),(164,'default',0,'gateways/ing/active','0'),(165,'default',0,'gateways/ing/title','ING Homepay'),(166,'default',0,'gateways/ing/allowed_carrier_active','0'),(167,'default',0,'gateways/ing/allowed_carrier',NULL),(168,'default',0,'gateways/ing/allowed_currency','EUR'),(169,'default',0,'gateways/ing/allowed_groups','0,1,2,3'),(170,'default',0,'gateways/ing/allowspecific','0'),(171,'default',0,'gateways/ing/specificcountry',NULL),(172,'default',0,'gateways/ing/min_order_total',NULL),(173,'default',0,'gateways/ing/max_order_total',NULL),(174,'default',0,'gateways/ing/days_active',NULL),(175,'default',0,'gateways/ing/seconds_active',NULL),(176,'default',0,'gateways/ing/instructions',NULL),(177,'default',0,'gateways/ing/sort_order',NULL),(178,'default',0,'gateways/belfius/active','0'),(179,'default',0,'gateways/belfius/title','Belfius'),(180,'default',0,'gateways/belfius/allowed_carrier_active','0'),(181,'default',0,'gateways/belfius/allowed_carrier',NULL),(182,'default',0,'gateways/belfius/allowed_currency','EUR'),(183,'default',0,'gateways/belfius/allowed_groups','0,1,2,3'),(184,'default',0,'gateways/belfius/allowspecific','0'),(185,'default',0,'gateways/belfius/specificcountry',NULL),(186,'default',0,'gateways/belfius/min_order_total',NULL),(187,'default',0,'gateways/belfius/max_order_total',NULL),(188,'default',0,'gateways/belfius/days_active',NULL),(189,'default',0,'gateways/belfius/seconds_active',NULL),(190,'default',0,'gateways/belfius/instructions',NULL),(191,'default',0,'gateways/belfius/sort_order',NULL),(192,'default',0,'gateways/alipay/active','0'),(193,'default',0,'gateways/alipay/title','AliPay'),(194,'default',0,'gateways/alipay/allowed_carrier_active','0'),(195,'default',0,'gateways/alipay/allowed_carrier',NULL),(196,'default',0,'gateways/alipay/allowed_currency','EUR'),(197,'default',0,'gateways/alipay/allowed_groups','0,1,2,3'),(198,'default',0,'gateways/alipay/allowspecific','0'),(199,'default',0,'gateways/alipay/specificcountry',NULL),(200,'default',0,'gateways/alipay/min_order_total',NULL),(201,'default',0,'gateways/alipay/max_order_total',NULL),(202,'default',0,'gateways/alipay/days_active',NULL),(203,'default',0,'gateways/alipay/seconds_active',NULL),(204,'default',0,'gateways/alipay/instructions',NULL),(205,'default',0,'gateways/alipay/sort_order',NULL),(206,'default',0,'gateways/kbc/active','0'),(207,'default',0,'gateways/kbc/title','KBC'),(208,'default',0,'gateways/kbc/allowed_carrier_active','0'),(209,'default',0,'gateways/kbc/allowed_carrier',NULL),(210,'default',0,'gateways/kbc/allowed_currency','EUR'),(211,'default',0,'gateways/kbc/allowed_groups','0,1,2,3'),(212,'default',0,'gateways/kbc/allowspecific','0'),(213,'default',0,'gateways/kbc/specificcountry',NULL),(214,'default',0,'gateways/kbc/min_order_total',NULL),(215,'default',0,'gateways/kbc/max_order_total',NULL),(216,'default',0,'gateways/kbc/days_active',NULL),(217,'default',0,'gateways/kbc/seconds_active',NULL),(218,'default',0,'gateways/kbc/instructions',NULL),(219,'default',0,'gateways/kbc/sort_order',NULL),(220,'default',0,'gateways/trustpay/active','0'),(221,'default',0,'gateways/trustpay/title','TrustPay'),(222,'default',0,'gateways/trustpay/allowed_carrier_active','0'),(223,'default',0,'gateways/trustpay/allowed_carrier',NULL),(224,'default',0,'gateways/trustpay/allowed_currency','EUR'),(225,'default',0,'gateways/trustpay/allowed_groups','0,1,2,3'),(226,'default',0,'gateways/trustpay/allowspecific','0'),(227,'default',0,'gateways/trustpay/specificcountry',NULL),(228,'default',0,'gateways/trustpay/min_order_total',NULL),(229,'default',0,'gateways/trustpay/max_order_total',NULL),(230,'default',0,'gateways/trustpay/days_active',NULL),(231,'default',0,'gateways/trustpay/seconds_active',NULL),(232,'default',0,'gateways/trustpay/instructions',NULL),(233,'default',0,'gateways/trustpay/sort_order',NULL),(234,'default',0,'gateways/paypalmsp/active','0'),(235,'default',0,'gateways/paypalmsp/title','PayPal'),(236,'default',0,'gateways/paypalmsp/allowed_carrier_active','0'),(237,'default',0,'gateways/paypalmsp/allowed_carrier',NULL),(238,'default',0,'gateways/paypalmsp/allowed_currency','EUR'),(239,'default',0,'gateways/paypalmsp/allowed_groups','0,1,2,3'),(240,'default',0,'gateways/paypalmsp/allowspecific','0'),(241,'default',0,'gateways/paypalmsp/specificcountry',NULL),(242,'default',0,'gateways/paypalmsp/min_order_total',NULL),(243,'default',0,'gateways/paypalmsp/max_order_total',NULL),(244,'default',0,'gateways/paypalmsp/days_active',NULL),(245,'default',0,'gateways/paypalmsp/seconds_active',NULL),(246,'default',0,'gateways/paypalmsp/instructions',NULL),(247,'default',0,'gateways/paypalmsp/sort_order',NULL),(248,'default',0,'gateways/betaalplan/active','0'),(249,'default',0,'gateways/betaalplan/title','Betaalplan'),(250,'default',0,'gateways/betaalplan/allowed_carrier_active','0'),(251,'default',0,'gateways/betaalplan/allowed_carrier',NULL),(252,'default',0,'gateways/betaalplan/allowed_currency','EUR'),(253,'default',0,'gateways/betaalplan/allowed_groups','0,1,2,3'),(254,'default',0,'gateways/betaalplan/allowspecific','0'),(255,'default',0,'gateways/betaalplan/specificcountry',NULL),(256,'default',0,'gateways/betaalplan/min_order_total','250'),(257,'default',0,'gateways/betaalplan/max_order_total','1000'),(258,'default',0,'gateways/betaalplan/days_active',NULL),(259,'default',0,'gateways/betaalplan/seconds_active',NULL),(260,'default',0,'gateways/betaalplan/instructions',NULL),(261,'default',0,'gateways/betaalplan/sort_order',NULL),(262,'default',0,'gateways/einvoice/active','0'),(263,'default',0,'gateways/einvoice/title','E-invoicing'),(264,'default',0,'gateways/einvoice/allowed_carrier_active','0'),(265,'default',0,'gateways/einvoice/allowed_carrier',NULL),(266,'default',0,'gateways/einvoice/allowed_currency','EUR'),(267,'default',0,'gateways/einvoice/allowed_groups','0,1,2,3'),(268,'default',0,'gateways/einvoice/allowspecific','0'),(269,'default',0,'gateways/einvoice/specificcountry',NULL),(270,'default',0,'gateways/einvoice/min_order_total',NULL),(271,'default',0,'gateways/einvoice/max_order_total',NULL),(272,'default',0,'gateways/einvoice/days_active',NULL),(273,'default',0,'gateways/einvoice/seconds_active',NULL),(274,'default',0,'gateways/einvoice/instructions',NULL),(275,'default',0,'gateways/einvoice/sort_order',NULL),(276,'default',0,'gateways/creditcard/active','1'),(277,'default',0,'gateways/creditcard/title','Creditcard'),(278,'default',0,'gateways/creditcard/allowed_creditcards','VISA,MASTERCARD,AMEX,MAESTRO'),(279,'default',0,'gateways/creditcard/allowed_carrier_active','0'),(280,'default',0,'gateways/creditcard/allowed_carrier',NULL),(281,'default',0,'gateways/creditcard/allowed_currency','EUR'),(282,'default',0,'gateways/creditcard/allowed_groups','0,1,2,3'),(283,'default',0,'gateways/creditcard/allowspecific','0'),(284,'default',0,'gateways/creditcard/specificcountry',NULL),(285,'default',0,'gateways/creditcard/min_order_total',NULL),(286,'default',0,'gateways/creditcard/max_order_total',NULL),(287,'default',0,'gateways/creditcard/days_active',NULL),(288,'default',0,'gateways/creditcard/seconds_active',NULL),(289,'default',0,'gateways/creditcard/instructions','Creditcard'),(290,'default',0,'gateways/creditcard/sort_order',NULL),(291,'default',0,'gateways/betaalnaontvangst/active','0'),(292,'default',0,'gateways/betaalnaontvangst/title','Betaal na ontvangst'),(293,'default',0,'gateways/betaalnaontvangst/allowed_carrier_active','0'),(294,'default',0,'gateways/betaalnaontvangst/allowed_carrier',NULL),(295,'default',0,'gateways/betaalnaontvangst/allowed_currency','EUR'),(296,'default',0,'gateways/betaalnaontvangst/allowed_groups','0,1,2,3'),(297,'default',0,'gateways/betaalnaontvangst/allowspecific','0'),(298,'default',0,'gateways/betaalnaontvangst/specificcountry',NULL),(299,'default',0,'gateways/betaalnaontvangst/min_order_total',NULL),(300,'default',0,'gateways/betaalnaontvangst/max_order_total',NULL),(301,'default',0,'gateways/betaalnaontvangst/days_active',NULL),(302,'default',0,'gateways/betaalnaontvangst/seconds_active',NULL),(303,'default',0,'gateways/betaalnaontvangst/instructions',NULL),(304,'default',0,'gateways/betaalnaontvangst/sort_order',NULL),(305,'default',0,'gateways/directdebit/active','0'),(306,'default',0,'gateways/directdebit/title','Direct Debit'),(307,'default',0,'gateways/directdebit/allowed_carrier_active','0'),(308,'default',0,'gateways/directdebit/allowed_carrier',NULL),(309,'default',0,'gateways/directdebit/allowed_currency','EUR'),(310,'default',0,'gateways/directdebit/allowed_groups','0,1,2,3'),(311,'default',0,'gateways/directdebit/allowspecific','0'),(312,'default',0,'gateways/directdebit/specificcountry',NULL),(313,'default',0,'gateways/directdebit/min_order_total',NULL),(314,'default',0,'gateways/directdebit/max_order_total',NULL),(315,'default',0,'gateways/directdebit/days_active',NULL),(316,'default',0,'gateways/directdebit/seconds_active',NULL),(317,'default',0,'gateways/directdebit/instructions',NULL),(318,'default',0,'gateways/directdebit/sort_order',NULL),(319,'default',0,'gateways/americanexpress/active','0'),(320,'default',0,'gateways/americanexpress/title','American Express'),(321,'default',0,'gateways/americanexpress/allowed_carrier_active','0'),(322,'default',0,'gateways/americanexpress/allowed_carrier',NULL),(323,'default',0,'gateways/americanexpress/allowed_currency','EUR'),(324,'default',0,'gateways/americanexpress/allowed_groups','0,1,2,3'),(325,'default',0,'gateways/americanexpress/allowspecific','0'),(326,'default',0,'gateways/americanexpress/specificcountry',NULL),(327,'default',0,'gateways/americanexpress/min_order_total',NULL),(328,'default',0,'gateways/americanexpress/max_order_total',NULL),(329,'default',0,'gateways/americanexpress/days_active',NULL),(330,'default',0,'gateways/americanexpress/seconds_active',NULL),(331,'default',0,'gateways/americanexpress/instructions',NULL),(332,'default',0,'gateways/americanexpress/sort_order',NULL),(333,'default',0,'gateways/bancontact/active','1'),(334,'default',0,'gateways/bancontact/title','Bancontact'),(335,'default',0,'gateways/bancontact/allowed_carrier_active','0'),(336,'default',0,'gateways/bancontact/allowed_carrier',NULL),(337,'default',0,'gateways/bancontact/allowed_currency','EUR'),(338,'default',0,'gateways/bancontact/allowed_groups','0,1,2,3'),(339,'default',0,'gateways/bancontact/allowspecific','0'),(340,'default',0,'gateways/bancontact/specificcountry',NULL),(341,'default',0,'gateways/bancontact/min_order_total',NULL),(342,'default',0,'gateways/bancontact/max_order_total',NULL),(343,'default',0,'gateways/bancontact/days_active',NULL),(344,'default',0,'gateways/bancontact/seconds_active',NULL),(345,'default',0,'gateways/bancontact/instructions',NULL),(346,'default',0,'gateways/bancontact/sort_order',NULL),(347,'default',0,'gateways/maestro/active','0'),(348,'default',0,'gateways/maestro/title','Maestro'),(349,'default',0,'gateways/maestro/allowed_carrier_active','0'),(350,'default',0,'gateways/maestro/allowed_carrier',NULL),(351,'default',0,'gateways/maestro/allowed_currency','EUR'),(352,'default',0,'gateways/maestro/allowed_groups','0,1,2,3'),(353,'default',0,'gateways/maestro/allowspecific','0'),(354,'default',0,'gateways/maestro/specificcountry',NULL),(355,'default',0,'gateways/maestro/min_order_total',NULL),(356,'default',0,'gateways/maestro/max_order_total',NULL),(357,'default',0,'gateways/maestro/days_active',NULL),(358,'default',0,'gateways/maestro/seconds_active',NULL),(359,'default',0,'gateways/maestro/instructions',NULL),(360,'default',0,'gateways/maestro/sort_order',NULL),(361,'default',0,'gateways/sofort/active','0'),(362,'default',0,'gateways/sofort/title','Sofort'),(363,'default',0,'gateways/sofort/allowed_carrier_active','0'),(364,'default',0,'gateways/sofort/allowed_carrier',NULL),(365,'default',0,'gateways/sofort/allowed_currency','EUR'),(366,'default',0,'gateways/sofort/allowed_groups','0,1,2,3'),(367,'default',0,'gateways/sofort/allowspecific','0'),(368,'default',0,'gateways/sofort/specificcountry',NULL),(369,'default',0,'gateways/sofort/min_order_total',NULL),(370,'default',0,'gateways/sofort/max_order_total',NULL),(371,'default',0,'gateways/sofort/days_active',NULL),(372,'default',0,'gateways/sofort/seconds_active',NULL),(373,'default',0,'gateways/sofort/instructions',NULL),(374,'default',0,'gateways/sofort/sort_order',NULL),(375,'default',0,'gateways/mspbanktransfer/active','0'),(376,'default',0,'gateways/mspbanktransfer/title','Bankoverschrijving'),(377,'default',0,'gateways/mspbanktransfer/allowed_carrier_active','0'),(378,'default',0,'gateways/mspbanktransfer/allowed_carrier',NULL),(379,'default',0,'gateways/mspbanktransfer/allowed_currency','EUR'),(380,'default',0,'gateways/mspbanktransfer/allowed_groups','0,1,2,3'),(381,'default',0,'gateways/mspbanktransfer/allowspecific','0'),(382,'default',0,'gateways/mspbanktransfer/specificcountry',NULL),(383,'default',0,'gateways/mspbanktransfer/min_order_total',NULL),(384,'default',0,'gateways/mspbanktransfer/max_order_total',NULL),(385,'default',0,'gateways/mspbanktransfer/days_active',NULL),(386,'default',0,'gateways/mspbanktransfer/seconds_active',NULL),(387,'default',0,'gateways/mspbanktransfer/instructions',NULL),(388,'default',0,'gateways/mspbanktransfer/sort_order',NULL),(389,'default',0,'gateways/giropay/active','0'),(390,'default',0,'gateways/giropay/title','Giropay'),(391,'default',0,'gateways/giropay/allowed_carrier_active','0'),(392,'default',0,'gateways/giropay/allowed_carrier',NULL),(393,'default',0,'gateways/giropay/allowed_currency','EUR'),(394,'default',0,'gateways/giropay/allowed_groups','0,1,2,3'),(395,'default',0,'gateways/giropay/allowspecific','0'),(396,'default',0,'gateways/giropay/specificcountry',NULL),(397,'default',0,'gateways/giropay/min_order_total',NULL),(398,'default',0,'gateways/giropay/max_order_total',NULL),(399,'default',0,'gateways/giropay/days_active',NULL),(400,'default',0,'gateways/giropay/seconds_active',NULL),(401,'default',0,'gateways/giropay/instructions',NULL),(402,'default',0,'gateways/giropay/sort_order',NULL),(403,'default',0,'gateways/mastercard/active','0'),(404,'default',0,'gateways/mastercard/title','Mastercard'),(405,'default',0,'gateways/mastercard/allowed_carrier_active','0'),(406,'default',0,'gateways/mastercard/allowed_carrier',NULL),(407,'default',0,'gateways/mastercard/allowed_currency','EUR'),(408,'default',0,'gateways/mastercard/allowed_groups','0,1,2,3'),(409,'default',0,'gateways/mastercard/allowspecific','0'),(410,'default',0,'gateways/mastercard/specificcountry',NULL),(411,'default',0,'gateways/mastercard/min_order_total',NULL),(412,'default',0,'gateways/mastercard/max_order_total',NULL),(413,'default',0,'gateways/mastercard/days_active',NULL),(414,'default',0,'gateways/mastercard/seconds_active',NULL),(415,'default',0,'gateways/mastercard/instructions',NULL),(416,'default',0,'gateways/mastercard/sort_order',NULL),(417,'default',0,'gateways/visa/active','0'),(418,'default',0,'gateways/visa/title','Visa'),(419,'default',0,'gateways/visa/allowed_carrier_active','0'),(420,'default',0,'gateways/visa/allowed_carrier',NULL),(421,'default',0,'gateways/visa/allowed_currency','EUR'),(422,'default',0,'gateways/visa/allowed_groups','0,1,2,3'),(423,'default',0,'gateways/visa/allowspecific','0'),(424,'default',0,'gateways/visa/specificcountry',NULL),(425,'default',0,'gateways/visa/min_order_total',NULL),(426,'default',0,'gateways/visa/max_order_total',NULL),(427,'default',0,'gateways/visa/days_active',NULL),(428,'default',0,'gateways/visa/seconds_active',NULL),(429,'default',0,'gateways/visa/instructions',NULL),(430,'default',0,'gateways/visa/sort_order',NULL),(431,'default',0,'gateways/paysafecard/active','0'),(432,'default',0,'gateways/paysafecard/title','Paysafecard'),(433,'default',0,'gateways/paysafecard/allowed_carrier_active','0'),(434,'default',0,'gateways/paysafecard/allowed_carrier',NULL),(435,'default',0,'gateways/paysafecard/allowed_currency','EUR'),(436,'default',0,'gateways/paysafecard/allowed_groups','0,1,2,3'),(437,'default',0,'gateways/paysafecard/allowspecific','0'),(438,'default',0,'gateways/paysafecard/specificcountry',NULL),(439,'default',0,'gateways/paysafecard/min_order_total',NULL),(440,'default',0,'gateways/paysafecard/max_order_total',NULL),(441,'default',0,'gateways/paysafecard/days_active',NULL),(442,'default',0,'gateways/paysafecard/seconds_active',NULL),(443,'default',0,'gateways/paysafecard/instructions',NULL),(444,'default',0,'gateways/paysafecard/sort_order',NULL),(445,'default',0,'system/full_page_cache/varnish/access_list','localhost'),(446,'default',0,'system/full_page_cache/varnish/backend_host','localhost'),(447,'default',0,'system/full_page_cache/varnish/backend_port','8080'),(448,'default',0,'system/full_page_cache/varnish/grace_period','300'),(449,'default',0,'customer/address/street_lines','1'),(452,'default',0,'clean_checkout/general/footer_content',NULL),(454,'default',0,'clean_checkout/cleanup/disable_header','0'),(455,'default',0,'clean_checkout/cleanup/disable_footer','0'),(456,'default',0,'clean_checkout/cleanup/disable_login_popup','1'),(457,'default',0,'clean_checkout/cleanup/display_logo','0'),(458,'default',0,'clean_checkout/colors/checkout_background','transparent'),(459,'default',0,'clean_checkout/colors/checkout_border','transparent'),(460,'default',0,'clean_checkout/general/always_show_cart_items','1'),(461,'default',0,'trans_email/ident_general/name','Saint Ape'),(462,'default',0,'trans_email/ident_general/email','info@saint-ape.com'),(463,'default',0,'trans_email/ident_sales/name','Saint Ape | Orders'),(464,'default',0,'trans_email/ident_sales/email','orders@saint-ape.com'),(465,'default',0,'trans_email/ident_support/name','Saint Ape | Customer Service'),(466,'default',0,'trans_email/ident_support/email','service@saint-ape.com'),(467,'default',0,'multishipping/options/checkout_multiple','0'),(468,'default',0,'catalog/frontend/list_mode','grid'),(469,'default',0,'catalog/frontend/grid_per_page_values','9,15,30,100'),(470,'default',0,'catalog/frontend/grid_per_page','100'),(471,'default',0,'analytics/general/token','la1rdbEqRJpwrqjmSg2IYkmvbkPgoOdDPeBKXLjx9zulHdyW7A4WtBdub4nAQ7EHtrM7jTU9VXm6q9_EtCzLUg'),(472,'stores',1,'design/head/default_title','Official store'),(474,'default',0,'cataloginventory/options/show_out_of_stock','1'),(475,'default',0,'cataloginventory/item_options/auto_return','0'),(476,'default',0,'sales_email/order/copy_to','frank@flirtcreativity.com, dennis@flirtcreativity.com'),(477,'default',0,'sales_email/order_comment/copy_to','frank@flirtcreativity.com, dennis@flirtcreativity.com'),(478,'default',0,'sales_email/invoice/copy_to','frank@flirtcreativity.com, dennis@flirtcreativity.com'),(479,'default',0,'sales_email/invoice_comment/copy_to',NULL),(480,'default',0,'sales_email/shipment/copy_to','frank@flirtcreativity.com, dennis@flirtcreativity.com'),(481,'default',0,'sales_email/shipment_comment/copy_to','frank@flirtcreativity.com, dennis@flirtcreativity.com'),(482,'default',0,'sales_email/creditmemo/copy_to','frank@flirtcreativity.com, dennis@flirtcreativity.com'),(483,'default',0,'sales_email/creditmemo_comment/copy_to','frank@flirtcreativity.com, dennis@flirtcreativity.com'),(484,'stores',1,'design/head/shortcut_icon','stores/1/favicon.ico'),(485,'default',0,'dev/restrict/allow_ips',NULL),(486,'default',0,'dev/template/allow_symlink','0'),(487,'default',0,'dev/debug/template_hints_storefront','0'),(488,'default',0,'dev/debug/template_hints_admin','0'),(489,'default',0,'dev/debug/template_hints_blocks','0'),(490,'default',0,'dev/debug/debug_logging','0'),(491,'default',0,'dev/translate_inline/active','0'),(492,'default',0,'dev/translate_inline/active_admin','0'),(493,'default',0,'dev/js/merge_files','1'),(494,'default',0,'dev/js/enable_js_bundling','1'),(495,'default',0,'dev/js/minify_files','1'),(496,'default',0,'dev/css/merge_css_files','1'),(497,'default',0,'dev/css/minify_files','1'),(498,'default',0,'dev/static/sign','1'),(499,'default',0,'google/analytics/active','1'),(500,'default',0,'google/analytics/account','UA-115875311-1'),(501,'default',0,'google/analytics/anonymize','0'),(502,'default',0,'google/analytics/experiments','0'),(503,'default',0,'web/unsecure/base_static_url',NULL),(504,'default',0,'web/unsecure/base_media_url',NULL),(505,'default',0,'web/secure/base_static_url',NULL),(506,'default',0,'web/secure/base_media_url',NULL),(507,'default',0,'web/secure/enable_hsts','0'),(508,'default',0,'web/secure/enable_upgrade_insecure','0'),(509,'default',0,'web/cookie/cookie_path',NULL),(510,'default',0,'web/cookie/cookie_domain',NULL),(511,'default',0,'web/cookie/cookie_httponly','1'),(512,'stores',1,'design/email/logo','stores/1/saint-ape-logo-mail.jpg'),(513,'default',0,'apptrian_facebookpixel/general/enabled','1'),(514,'default',0,'apptrian_facebookpixel/general/pixel_id','278071072731917'),(515,'default',0,'google/adwords/active','0'),(516,'default',0,'google/adwords/conversion_id','811035890'),(517,'default',0,'google/adwords/conversion_format','1'),(518,'default',0,'google/adwords/conversion_label','DAYtCIqir38Q8tndggM'),(519,'default',0,'general/country/default','NL');
/*!40000 ALTER TABLE `core_config_data` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cron_schedule`
--
DROP TABLE IF EXISTS `cron_schedule`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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 AUTO_INCREMENT=875003 DEFAULT CHARSET=utf8 COMMENT='Cron Schedule';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cron_schedule`
--
LOCK TABLES `cron_schedule` WRITE;
/*!40000 ALTER TABLE `cron_schedule` DISABLE KEYS */;
INSERT INTO `cron_schedule` VALUES (862300,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-10 22:12:02','2018-04-10 22:15:00','2018-04-10 22:15:03',NULL),(862547,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-10 22:27:03','2018-04-10 22:30:00','2018-04-10 22:30:04',NULL),(862886,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-10 22:42:03','2018-04-10 22:45:00','2018-04-10 22:45:03',NULL),(863134,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-10 22:57:03','2018-04-10 23:00:00','2018-04-10 23:00:05',NULL),(863567,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-10 23:12:04','2018-04-10 23:15:00','2018-04-10 23:15:04',NULL),(863618,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-10 23:27:03','2018-04-10 23:30:00','2018-04-10 23:30:05',NULL),(863860,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-10 23:42:03','2018-04-10 23:45:00','2018-04-10 23:45:04',NULL),(864321,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-10 23:57:03','2018-04-11 00:00:00','2018-04-11 00:00:08',NULL),(864560,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 00:13:03','2018-04-11 00:15:00','2018-04-11 00:15:04',NULL),(864964,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 00:27:03','2018-04-11 00:30:00','2018-04-11 00:30:04',NULL),(865204,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 00:42:03','2018-04-11 00:45:00','2018-04-11 00:45:04',NULL),(865639,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 00:57:03','2018-04-11 01:00:00','2018-04-11 01:00:05',NULL),(865647,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 00:57:03','2018-04-11 01:00:00','2018-04-11 01:00:07',NULL),(866076,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 01:12:03','2018-04-11 01:15:00','2018-04-11 01:15:04',NULL),(866321,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 01:27:03','2018-04-11 01:30:00','2018-04-11 01:30:03',NULL),(866560,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 01:42:03','2018-04-11 01:45:00','2018-04-11 01:45:03',NULL),(866568,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 01:42:03','2018-04-11 01:45:00','2018-04-11 01:45:05',NULL),(867007,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 01:57:03','2018-04-11 02:00:00','2018-04-11 02:00:04',NULL),(867251,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 02:12:03','2018-04-11 02:15:00','2018-04-11 02:15:04',NULL),(867254,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 02:12:03','2018-04-11 02:15:00','2018-04-11 02:15:05',NULL),(867673,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 02:27:03','2018-04-11 02:30:00','2018-04-11 02:30:04',NULL),(867916,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 02:42:03','2018-04-11 02:45:00','2018-04-11 02:45:04',NULL),(868358,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 02:57:02','2018-04-11 03:00:00','2018-04-11 03:00:04',NULL),(868795,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 03:12:03','2018-04-11 03:15:00','2018-04-11 03:15:04',NULL),(869033,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 03:27:03','2018-04-11 03:30:00','2018-04-11 03:30:04',NULL),(869473,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 03:42:03','2018-04-11 03:45:00','2018-04-11 03:45:03',NULL),(869723,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 03:57:03','2018-04-11 04:00:00','2018-04-11 04:00:04',NULL),(869724,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 03:57:03','2018-04-11 04:00:00','2018-04-11 04:00:05',NULL),(870150,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 04:12:03','2018-04-11 04:15:00','2018-04-11 04:15:04',NULL),(870392,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 04:27:03','2018-04-11 04:30:00','2018-04-11 04:30:03',NULL),(870619,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 04:42:03','2018-04-11 04:45:00','2018-04-11 04:45:03',NULL),(870865,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 04:57:03','2018-04-11 05:00:00','2018-04-11 05:00:05',NULL),(871243,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 05:13:03','2018-04-11 05:15:00','2018-04-11 05:15:04',NULL),(871485,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 05:27:03','2018-04-11 05:30:00','2018-04-11 05:30:04',NULL),(871714,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 05:42:02','2018-04-11 05:45:00','2018-04-11 05:45:04',NULL),(871761,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 05:53:03','2018-04-11 06:03:00','2018-04-11 06:03:02','2018-04-11 06:03:02'),(871762,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 05:53:03','2018-04-11 06:04:00','2018-04-11 06:04:02','2018-04-11 06:04:02'),(871763,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 05:53:03','2018-04-11 06:05:00','2018-04-11 06:05:02','2018-04-11 06:05:03'),(871764,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 05:53:03','2018-04-11 06:06:00','2018-04-11 06:06:02','2018-04-11 06:06:02'),(871765,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 05:53:03','2018-04-11 06:07:00','2018-04-11 06:07:02','2018-04-11 06:07:02'),(871766,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 05:53:03','2018-04-11 06:08:00','2018-04-11 06:08:03','2018-04-11 06:08:03'),(871767,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 05:53:03','2018-04-11 06:09:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(871768,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 05:53:03','2018-04-11 06:10:00','2018-04-11 06:10:02','2018-04-11 06:10:02'),(871769,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 05:53:03','2018-04-11 06:11:00','2018-04-11 06:11:02','2018-04-11 06:11:02'),(871770,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 05:53:03','2018-04-11 06:12:00','2018-04-11 06:12:03','2018-04-11 06:12:03'),(871776,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:02:00','2018-04-11 06:02:03','2018-04-11 06:02:03'),(871777,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:03:00','2018-04-11 06:03:02','2018-04-11 06:03:02'),(871778,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:04:00','2018-04-11 06:04:02','2018-04-11 06:04:02'),(871779,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:05:00','2018-04-11 06:05:03','2018-04-11 06:05:03'),(871780,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:06:00','2018-04-11 06:06:02','2018-04-11 06:06:02'),(871781,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:07:00','2018-04-11 06:07:02','2018-04-11 06:07:02'),(871782,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:07:00','2018-04-11 06:07:02','2018-04-11 06:07:02'),(871783,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:08:00','2018-04-11 06:08:03','2018-04-11 06:08:03'),(871784,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:09:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(871785,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:08:00','2018-04-11 06:08:03','2018-04-11 06:08:03'),(871786,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:10:00','2018-04-11 06:10:02','2018-04-11 06:10:02'),(871787,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:09:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(871788,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:11:00','2018-04-11 06:11:02','2018-04-11 06:11:02'),(871789,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:10:00','2018-04-11 06:10:02','2018-04-11 06:10:02'),(871790,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:12:00','2018-04-11 06:12:03','2018-04-11 06:12:03'),(871791,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:11:00','2018-04-11 06:11:02','2018-04-11 06:11:02'),(871792,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:12:00','2018-04-11 06:12:03','2018-04-11 06:12:03'),(871795,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:05:00','2018-04-11 06:05:03','2018-04-11 06:05:03'),(871798,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:10:00','2018-04-11 06:10:02','2018-04-11 06:10:02'),(871802,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:02:00','2018-04-11 06:02:03','2018-04-11 06:02:03'),(871803,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:03:00','2018-04-11 06:03:02','2018-04-11 06:03:02'),(871804,'newsletter_send_all','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:05:00','2018-04-11 06:05:03','2018-04-11 06:05:03'),(871805,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:04:00','2018-04-11 06:04:02','2018-04-11 06:04:02'),(871806,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:05:00','2018-04-11 06:05:03','2018-04-11 06:05:03'),(871807,'newsletter_send_all','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:10:00','2018-04-11 06:10:02','2018-04-11 06:10:02'),(871808,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:06:00','2018-04-11 06:06:02','2018-04-11 06:06:02'),(871809,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:07:00','2018-04-11 06:07:02','2018-04-11 06:07:02'),(871810,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:08:00','2018-04-11 06:08:03','2018-04-11 06:08:03'),(871811,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:09:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(871813,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:10:00','2018-04-11 06:10:02','2018-04-11 06:10:02'),(871814,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:11:00','2018-04-11 06:11:02','2018-04-11 06:11:02'),(871815,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:12:00','2018-04-11 06:12:03','2018-04-11 06:12:03'),(871817,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:05:00','2018-04-11 06:05:03','2018-04-11 06:05:03'),(871818,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:10:00','2018-04-11 06:10:02','2018-04-11 06:10:02'),(871820,'newsletter_send_all','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:05:00','2018-04-11 06:05:03','2018-04-11 06:05:03'),(871822,'newsletter_send_all','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:10:00','2018-04-11 06:10:02','2018-04-11 06:10:02'),(871827,'sales_grid_order_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:02:00','2018-04-11 06:02:03','2018-04-11 06:02:03'),(871829,'sales_grid_order_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:03:00','2018-04-11 06:03:02','2018-04-11 06:03:02'),(871830,'sales_grid_order_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:04:00','2018-04-11 06:04:02','2018-04-11 06:04:02'),(871831,'sales_grid_order_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:05:00','2018-04-11 06:05:03','2018-04-11 06:05:03'),(871832,'sales_grid_order_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:06:00','2018-04-11 06:06:02','2018-04-11 06:06:02'),(871833,'sales_grid_order_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:07:00','2018-04-11 06:07:02','2018-04-11 06:07:02'),(871834,'sales_grid_order_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:08:00','2018-04-11 06:08:03','2018-04-11 06:08:03'),(871835,'sales_grid_order_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:09:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(871837,'sales_grid_order_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:10:00','2018-04-11 06:10:02','2018-04-11 06:10:02'),(871838,'sales_grid_order_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:11:00','2018-04-11 06:11:02','2018-04-11 06:11:02'),(871840,'sales_grid_order_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:12:00','2018-04-11 06:12:03','2018-04-11 06:12:03'),(871847,'sales_grid_order_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:02:00','2018-04-11 06:02:03','2018-04-11 06:02:03'),(871849,'sales_grid_order_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:03:00','2018-04-11 06:03:02','2018-04-11 06:03:02'),(871851,'sales_grid_order_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:04:00','2018-04-11 06:04:02','2018-04-11 06:04:02'),(871852,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:02:00','2018-04-11 06:02:03','2018-04-11 06:02:03'),(871853,'sales_grid_order_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:05:00','2018-04-11 06:05:03','2018-04-11 06:05:03'),(871854,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:03:00','2018-04-11 06:03:02','2018-04-11 06:03:02'),(871855,'sales_grid_order_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:06:00','2018-04-11 06:06:02','2018-04-11 06:06:02'),(871856,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:04:00','2018-04-11 06:04:02','2018-04-11 06:04:02'),(871857,'sales_grid_order_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:07:00','2018-04-11 06:07:02','2018-04-11 06:07:02'),(871858,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:05:00','2018-04-11 06:05:03','2018-04-11 06:05:03'),(871859,'sales_grid_order_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:08:00','2018-04-11 06:08:03','2018-04-11 06:08:03'),(871860,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:06:00','2018-04-11 06:06:02','2018-04-11 06:06:02'),(871861,'sales_grid_order_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:09:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(871862,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:07:00','2018-04-11 06:07:02','2018-04-11 06:07:02'),(871863,'sales_grid_order_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:10:00','2018-04-11 06:10:02','2018-04-11 06:10:02'),(871864,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:08:00','2018-04-11 06:08:03','2018-04-11 06:08:03'),(871865,'sales_grid_order_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:11:00','2018-04-11 06:11:02','2018-04-11 06:11:02'),(871866,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:09:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(871867,'sales_grid_order_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:12:00','2018-04-11 06:12:03','2018-04-11 06:12:03'),(871868,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:10:00','2018-04-11 06:10:02','2018-04-11 06:10:02'),(871870,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:11:00','2018-04-11 06:11:02','2018-04-11 06:11:02'),(871871,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:12:00','2018-04-11 06:12:03','2018-04-11 06:12:03'),(871879,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:02:00','2018-04-11 06:02:03','2018-04-11 06:02:03'),(871881,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:03:00','2018-04-11 06:03:02','2018-04-11 06:03:02'),(871883,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:04:00','2018-04-11 06:04:02','2018-04-11 06:04:02'),(871884,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:02:00','2018-04-11 06:02:03','2018-04-11 06:02:03'),(871885,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:05:00','2018-04-11 06:05:03','2018-04-11 06:05:03'),(871886,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:03:00','2018-04-11 06:03:02','2018-04-11 06:03:02'),(871887,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:06:00','2018-04-11 06:06:02','2018-04-11 06:06:02'),(871888,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:04:00','2018-04-11 06:04:02','2018-04-11 06:04:02'),(871889,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:07:00','2018-04-11 06:07:02','2018-04-11 06:07:02'),(871890,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:05:00','2018-04-11 06:05:03','2018-04-11 06:05:03'),(871891,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:08:00','2018-04-11 06:08:03','2018-04-11 06:08:03'),(871892,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:06:00','2018-04-11 06:06:02','2018-04-11 06:06:02'),(871893,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:09:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(871894,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:07:00','2018-04-11 06:07:02','2018-04-11 06:07:02'),(871895,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:10:00','2018-04-11 06:10:02','2018-04-11 06:10:02'),(871896,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:08:00','2018-04-11 06:08:03','2018-04-11 06:08:03'),(871897,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:11:00','2018-04-11 06:11:02','2018-04-11 06:11:02'),(871898,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:09:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(871899,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:12:00','2018-04-11 06:12:03','2018-04-11 06:12:03'),(871900,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:10:00','2018-04-11 06:10:02','2018-04-11 06:10:02'),(871902,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:11:00','2018-04-11 06:11:02','2018-04-11 06:11:02'),(871904,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:12:00','2018-04-11 06:12:03','2018-04-11 06:12:03'),(871910,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:02:00','2018-04-11 06:02:03','2018-04-11 06:02:03'),(871912,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:03:00','2018-04-11 06:03:02','2018-04-11 06:03:02'),(871914,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:04:00','2018-04-11 06:04:02','2018-04-11 06:04:02'),(871916,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:05:00','2018-04-11 06:05:03','2018-04-11 06:05:03'),(871917,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:02:00','2018-04-11 06:02:03','2018-04-11 06:02:03'),(871918,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:06:00','2018-04-11 06:06:02','2018-04-11 06:06:03'),(871919,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:03:00','2018-04-11 06:03:02','2018-04-11 06:03:02'),(871920,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:07:00','2018-04-11 06:07:02','2018-04-11 06:07:02'),(871921,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:04:00','2018-04-11 06:04:02','2018-04-11 06:04:03'),(871922,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:08:00','2018-04-11 06:08:03','2018-04-11 06:08:03'),(871923,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:05:00','2018-04-11 06:05:03','2018-04-11 06:05:03'),(871924,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:09:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(871925,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:06:00','2018-04-11 06:06:03','2018-04-11 06:06:03'),(871926,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:10:00','2018-04-11 06:10:02','2018-04-11 06:10:02'),(871927,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:07:00','2018-04-11 06:07:02','2018-04-11 06:07:02'),(871928,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:11:00','2018-04-11 06:11:02','2018-04-11 06:11:02'),(871929,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:08:00','2018-04-11 06:08:03','2018-04-11 06:08:03'),(871930,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:12:00','2018-04-11 06:12:03','2018-04-11 06:12:03'),(871931,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:09:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(871933,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:10:00','2018-04-11 06:10:02','2018-04-11 06:10:02'),(871935,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:11:00','2018-04-11 06:11:02','2018-04-11 06:11:02'),(871937,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:12:00','2018-04-11 06:12:03','2018-04-11 06:12:03'),(871941,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:02:00','2018-04-11 06:02:03','2018-04-11 06:02:03'),(871943,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:03:00','2018-04-11 06:03:02','2018-04-11 06:03:02'),(871945,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:04:00','2018-04-11 06:04:03','2018-04-11 06:04:03'),(871947,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:05:00','2018-04-11 06:05:03','2018-04-11 06:05:03'),(871949,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:06:00','2018-04-11 06:06:03','2018-04-11 06:06:03'),(871950,'sales_send_order_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:02:00','2018-04-11 06:02:03','2018-04-11 06:02:03'),(871951,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:07:00','2018-04-11 06:07:02','2018-04-11 06:07:02'),(871952,'sales_send_order_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:03:00','2018-04-11 06:03:02','2018-04-11 06:03:02'),(871953,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:08:00','2018-04-11 06:08:03','2018-04-11 06:08:03'),(871954,'sales_send_order_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:04:00','2018-04-11 06:04:03','2018-04-11 06:04:03'),(871955,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:09:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(871956,'sales_send_order_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:05:00','2018-04-11 06:05:03','2018-04-11 06:05:03'),(871957,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:10:00','2018-04-11 06:10:02','2018-04-11 06:10:02'),(871958,'sales_send_order_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:06:00','2018-04-11 06:06:03','2018-04-11 06:06:03'),(871959,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:11:00','2018-04-11 06:11:02','2018-04-11 06:11:02'),(871960,'sales_send_order_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:07:00','2018-04-11 06:07:02','2018-04-11 06:07:02'),(871961,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:12:00','2018-04-11 06:12:03','2018-04-11 06:12:03'),(871962,'sales_send_order_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:08:00','2018-04-11 06:08:03','2018-04-11 06:08:03'),(871964,'sales_send_order_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:09:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(871966,'sales_send_order_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:10:00','2018-04-11 06:10:02','2018-04-11 06:10:02'),(871968,'sales_send_order_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:11:00','2018-04-11 06:11:02','2018-04-11 06:11:02'),(871970,'sales_send_order_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:12:00','2018-04-11 06:12:03','2018-04-11 06:12:03'),(871973,'sales_send_order_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:02:00','2018-04-11 06:02:03','2018-04-11 06:02:03'),(871974,'sales_send_order_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:03:00','2018-04-11 06:03:02','2018-04-11 06:03:02'),(871976,'sales_send_order_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:04:00','2018-04-11 06:04:03','2018-04-11 06:04:03'),(871978,'sales_send_order_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:05:00','2018-04-11 06:05:03','2018-04-11 06:05:03'),(871980,'sales_send_order_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:06:00','2018-04-11 06:06:03','2018-04-11 06:06:03'),(871982,'sales_send_order_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:07:00','2018-04-11 06:07:02','2018-04-11 06:07:02'),(871983,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:02:00','2018-04-11 06:02:03','2018-04-11 06:02:03'),(871984,'sales_send_order_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:08:00','2018-04-11 06:08:03','2018-04-11 06:08:03'),(871985,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:03:00','2018-04-11 06:03:02','2018-04-11 06:03:02'),(871986,'sales_send_order_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:09:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(871987,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:04:00','2018-04-11 06:04:03','2018-04-11 06:04:03'),(871988,'sales_send_order_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:10:00','2018-04-11 06:10:02','2018-04-11 06:10:02'),(871989,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:05:00','2018-04-11 06:05:03','2018-04-11 06:05:03'),(871990,'sales_send_order_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:11:00','2018-04-11 06:11:02','2018-04-11 06:11:02'),(871991,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:06:00','2018-04-11 06:06:03','2018-04-11 06:06:03'),(871992,'sales_send_order_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:12:00','2018-04-11 06:12:03','2018-04-11 06:12:03'),(871993,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:07:00','2018-04-11 06:07:02','2018-04-11 06:07:02'),(871995,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:08:00','2018-04-11 06:08:03','2018-04-11 06:08:03'),(871997,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:09:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(871999,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:10:00','2018-04-11 06:10:02','2018-04-11 06:10:02'),(872001,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:11:00','2018-04-11 06:11:02','2018-04-11 06:11:02'),(872003,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:12:00','2018-04-11 06:12:03','2018-04-11 06:12:03'),(872004,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:02:00','2018-04-11 06:02:03','2018-04-11 06:02:03'),(872006,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:03:00','2018-04-11 06:03:02','2018-04-11 06:03:02'),(872007,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:04:00','2018-04-11 06:04:03','2018-04-11 06:04:03'),(872009,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:05:00','2018-04-11 06:05:03','2018-04-11 06:05:03'),(872011,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:06:00','2018-04-11 06:06:03','2018-04-11 06:06:03'),(872013,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:07:00','2018-04-11 06:07:02','2018-04-11 06:07:02'),(872015,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:08:00','2018-04-11 06:08:03','2018-04-11 06:08:03'),(872016,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:02:00','2018-04-11 06:02:03','2018-04-11 06:02:03'),(872017,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:09:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(872018,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:03:00','2018-04-11 06:03:02','2018-04-11 06:03:02'),(872019,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:10:00','2018-04-11 06:10:02','2018-04-11 06:10:02'),(872020,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:04:00','2018-04-11 06:04:03','2018-04-11 06:04:03'),(872021,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:11:00','2018-04-11 06:11:02','2018-04-11 06:11:02'),(872022,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:05:00','2018-04-11 06:05:03','2018-04-11 06:05:03'),(872023,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:12:00','2018-04-11 06:12:03','2018-04-11 06:12:03'),(872024,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:06:00','2018-04-11 06:06:03','2018-04-11 06:06:03'),(872026,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:07:00','2018-04-11 06:07:02','2018-04-11 06:07:02'),(872028,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:08:00','2018-04-11 06:08:03','2018-04-11 06:08:03'),(872030,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:09:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(872032,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:10:00','2018-04-11 06:10:02','2018-04-11 06:10:02'),(872034,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:11:00','2018-04-11 06:11:02','2018-04-11 06:11:02'),(872035,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:02:00','2018-04-11 06:02:03','2018-04-11 06:02:03'),(872036,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:12:00','2018-04-11 06:12:03','2018-04-11 06:12:03'),(872037,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:03:00','2018-04-11 06:03:02','2018-04-11 06:03:02'),(872039,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:04:00','2018-04-11 06:04:03','2018-04-11 06:04:03'),(872040,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:05:00','2018-04-11 06:05:03','2018-04-11 06:05:03'),(872042,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:06:00','2018-04-11 06:06:03','2018-04-11 06:06:03'),(872044,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:07:00','2018-04-11 06:07:02','2018-04-11 06:07:02'),(872046,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:08:00','2018-04-11 06:08:03','2018-04-11 06:08:03'),(872048,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:09:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(872049,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:02:00','2018-04-11 06:02:03','2018-04-11 06:02:03'),(872050,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:10:00','2018-04-11 06:10:02','2018-04-11 06:10:02'),(872051,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:03:00','2018-04-11 06:03:02','2018-04-11 06:03:02'),(872052,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:11:00','2018-04-11 06:11:02','2018-04-11 06:11:02'),(872053,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:04:00','2018-04-11 06:04:03','2018-04-11 06:04:03'),(872054,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:12:00','2018-04-11 06:12:03','2018-04-11 06:12:03'),(872055,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:05:00','2018-04-11 06:05:03','2018-04-11 06:05:03'),(872057,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:06:00','2018-04-11 06:06:03','2018-04-11 06:06:03'),(872058,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:07:00','2018-04-11 06:07:03','2018-04-11 06:07:03'),(872060,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:08:00','2018-04-11 06:08:03','2018-04-11 06:08:03'),(872062,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:09:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(872064,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:10:00','2018-04-11 06:10:02','2018-04-11 06:10:02'),(872066,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:11:00','2018-04-11 06:11:02','2018-04-11 06:11:02'),(872067,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:02:00','2018-04-11 06:02:03','2018-04-11 06:02:03'),(872068,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:12:00','2018-04-11 06:12:03','2018-04-11 06:12:03'),(872069,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:03:00','2018-04-11 06:03:02','2018-04-11 06:03:02'),(872071,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:04:00','2018-04-11 06:04:03','2018-04-11 06:04:03'),(872073,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:05:00','2018-04-11 06:05:03','2018-04-11 06:05:03'),(872075,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:06:00','2018-04-11 06:06:03','2018-04-11 06:06:03'),(872077,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:07:00','2018-04-11 06:07:03','2018-04-11 06:07:03'),(872079,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:08:00','2018-04-11 06:08:03','2018-04-11 06:08:03'),(872080,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:02:00','2018-04-11 06:02:03','2018-04-11 06:02:03'),(872081,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:09:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(872082,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:03:00','2018-04-11 06:03:02','2018-04-11 06:03:02'),(872083,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:10:00','2018-04-11 06:10:02','2018-04-11 06:10:02'),(872084,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:04:00','2018-04-11 06:04:03','2018-04-11 06:04:03'),(872085,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:11:00','2018-04-11 06:11:02','2018-04-11 06:11:02'),(872086,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:05:00','2018-04-11 06:05:03','2018-04-11 06:05:03'),(872087,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:12:00','2018-04-11 06:12:03','2018-04-11 06:12:03'),(872088,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:06:00','2018-04-11 06:06:03','2018-04-11 06:06:03'),(872090,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:07:00','2018-04-11 06:07:03','2018-04-11 06:07:03'),(872092,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:08:00','2018-04-11 06:08:03','2018-04-11 06:08:03'),(872094,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:09:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(872096,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:10:00','2018-04-11 06:10:02','2018-04-11 06:10:02'),(872098,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:11:00','2018-04-11 06:11:02','2018-04-11 06:11:02'),(872099,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:02:00','2018-04-11 06:02:03','2018-04-11 06:02:03'),(872100,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:12:00','2018-04-11 06:12:03','2018-04-11 06:12:03'),(872101,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:03:00','2018-04-11 06:03:02','2018-04-11 06:03:02'),(872102,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:04:00','2018-04-11 06:04:03','2018-04-11 06:04:03'),(872103,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:05:00','2018-04-11 06:05:03','2018-04-11 06:05:03'),(872105,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:06:00','2018-04-11 06:06:03','2018-04-11 06:06:03'),(872106,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:07:00','2018-04-11 06:07:03','2018-04-11 06:07:03'),(872107,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:08:00','2018-04-11 06:08:03','2018-04-11 06:08:03'),(872108,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:09:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(872109,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:10:00','2018-04-11 06:10:03','2018-04-11 06:10:03'),(872110,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:11:00','2018-04-11 06:11:02','2018-04-11 06:11:02'),(872111,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:12:00','2018-04-11 06:12:03','2018-04-11 06:12:03'),(872115,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:02:00','2018-04-11 06:02:03','2018-04-11 06:02:03'),(872116,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:04:00','2018-04-11 06:04:03','2018-04-11 06:04:03'),(872117,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:06:00','2018-04-11 06:06:03','2018-04-11 06:06:03'),(872118,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:08:00','2018-04-11 06:08:03','2018-04-11 06:08:03'),(872119,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:10:00','2018-04-11 06:10:03','2018-04-11 06:10:03'),(872120,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:12:00','2018-04-11 06:12:03','2018-04-11 06:12:03'),(872123,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:02:00','2018-04-11 06:02:03','2018-04-11 06:02:03'),(872124,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:04:00','2018-04-11 06:04:03','2018-04-11 06:04:03'),(872125,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:06:00','2018-04-11 06:06:03','2018-04-11 06:06:03'),(872126,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:08:00','2018-04-11 06:08:03','2018-04-11 06:08:03'),(872127,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:10:00','2018-04-11 06:10:03','2018-04-11 06:10:03'),(872128,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:12:00','2018-04-11 06:12:03','2018-04-11 06:12:03'),(872131,'captcha_delete_expired_images','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:10:00','2018-04-11 06:10:03','2018-04-11 06:10:03'),(872135,'captcha_delete_expired_images','success',NULL,'2018-04-11 05:53:04','2018-04-11 06:10:00','2018-04-11 06:10:03','2018-04-11 06:10:03'),(872147,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 05:57:03','2018-04-11 06:00:00','2018-04-11 06:00:05',NULL),(872159,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 05:59:03','2018-04-11 06:02:00','2018-04-11 06:02:04','2018-04-11 06:02:04'),(872160,'indexer_update_all_views','success',NULL,'2018-04-11 05:59:03','2018-04-11 06:02:00','2018-04-11 06:02:04','2018-04-11 06:02:04'),(872161,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:00:04','2018-04-11 06:03:00','2018-04-11 06:03:03','2018-04-11 06:03:03'),(872162,'indexer_update_all_views','success',NULL,'2018-04-11 06:00:04','2018-04-11 06:03:00','2018-04-11 06:03:03','2018-04-11 06:03:03'),(872163,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:01:04','2018-04-11 06:04:00','2018-04-11 06:04:04','2018-04-11 06:04:04'),(872164,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:01:04','2018-04-11 06:04:00','2018-04-11 06:04:04','2018-04-11 06:04:04'),(872165,'indexer_update_all_views','success',NULL,'2018-04-11 06:01:04','2018-04-11 06:04:00','2018-04-11 06:04:04','2018-04-11 06:04:04'),(872166,'indexer_update_all_views','success',NULL,'2018-04-11 06:01:04','2018-04-11 06:04:00','2018-04-11 06:04:04','2018-04-11 06:04:04'),(872167,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:02:04','2018-04-11 06:05:00','2018-04-11 06:05:04','2018-04-11 06:05:04'),(872168,'indexer_update_all_views','success',NULL,'2018-04-11 06:02:04','2018-04-11 06:05:00','2018-04-11 06:05:04','2018-04-11 06:05:04'),(872169,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:02:04','2018-04-11 06:05:00','2018-04-11 06:05:04','2018-04-11 06:05:04'),(872170,'indexer_update_all_views','success',NULL,'2018-04-11 06:02:04','2018-04-11 06:05:00','2018-04-11 06:05:04','2018-04-11 06:05:04'),(872171,'ddg_automation_importer','success',NULL,'2018-04-11 06:02:04','2018-04-11 06:05:00','2018-04-11 06:05:04','2018-04-11 06:05:04'),(872172,'ddg_automation_abandonedcarts','success',NULL,'2018-04-11 06:02:04','2018-04-11 06:05:00','2018-04-11 06:05:04','2018-04-11 06:05:04'),(872173,'ddg_automation_campaign','success',NULL,'2018-04-11 06:02:04','2018-04-11 06:05:00','2018-04-11 06:05:04','2018-04-11 06:05:04'),(872174,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:04:03','2018-04-11 06:06:00','2018-04-11 06:06:08','2018-04-11 06:06:09'),(872175,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:04:03','2018-04-11 06:07:00','2018-04-11 06:07:03','2018-04-11 06:07:03'),(872176,'indexer_update_all_views','success',NULL,'2018-04-11 06:04:03','2018-04-11 06:06:00','2018-04-11 06:06:09','2018-04-11 06:06:09'),(872177,'indexer_update_all_views','success',NULL,'2018-04-11 06:04:03','2018-04-11 06:07:00','2018-04-11 06:07:03','2018-04-11 06:07:03'),(872178,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:05:03','2018-04-11 06:08:00','2018-04-11 06:08:05','2018-04-11 06:08:05'),(872179,'indexer_update_all_views','success',NULL,'2018-04-11 06:05:03','2018-04-11 06:08:00','2018-04-11 06:08:05','2018-04-11 06:08:05'),(872180,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:06:03','2018-04-11 06:09:00','2018-04-11 06:09:04','2018-04-11 06:09:04'),(872181,'indexer_update_all_views','success',NULL,'2018-04-11 06:06:03','2018-04-11 06:09:00','2018-04-11 06:09:04','2018-04-11 06:09:04'),(872182,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:07:03','2018-04-11 06:10:00','2018-04-11 06:10:03','2018-04-11 06:10:03'),(872183,'indexer_update_all_views','success',NULL,'2018-04-11 06:07:03','2018-04-11 06:10:00','2018-04-11 06:10:03','2018-04-11 06:10:04'),(872184,'ddg_automation_importer','success',NULL,'2018-04-11 06:07:03','2018-04-11 06:10:00','2018-04-11 06:10:04','2018-04-11 06:10:04'),(872185,'ddg_automation_abandonedcarts','success',NULL,'2018-04-11 06:07:03','2018-04-11 06:10:00','2018-04-11 06:10:04','2018-04-11 06:10:04'),(872186,'ddg_automation_campaign','success',NULL,'2018-04-11 06:07:03','2018-04-11 06:10:00','2018-04-11 06:10:04','2018-04-11 06:10:04'),(872187,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:08:03','2018-04-11 06:11:00','2018-04-11 06:11:03','2018-04-11 06:11:03'),(872188,'indexer_update_all_views','success',NULL,'2018-04-11 06:08:03','2018-04-11 06:11:00','2018-04-11 06:11:03','2018-04-11 06:11:03'),(872189,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:08:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(872190,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:13:00','2018-04-11 06:13:02','2018-04-11 06:13:02'),(872191,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:14:00','2018-04-11 06:14:03','2018-04-11 06:14:03'),(872192,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:15:00','2018-04-11 06:15:03','2018-04-11 06:15:03'),(872193,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:16:00','2018-04-11 06:16:02','2018-04-11 06:16:02'),(872194,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:17:00','2018-04-11 06:17:02','2018-04-11 06:17:02'),(872195,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:18:00','2018-04-11 06:18:02','2018-04-11 06:18:02'),(872196,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:19:00','2018-04-11 06:19:03','2018-04-11 06:19:03'),(872197,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:20:00','2018-04-11 06:20:03','2018-04-11 06:20:03'),(872198,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:21:00','2018-04-11 06:21:02','2018-04-11 06:21:03'),(872199,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:22:00','2018-04-11 06:22:02','2018-04-11 06:22:02'),(872200,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:23:00','2018-04-11 06:23:03','2018-04-11 06:23:03'),(872201,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:24:00','2018-04-11 06:24:03','2018-04-11 06:24:03'),(872202,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:25:00','2018-04-11 06:25:02','2018-04-11 06:25:02'),(872203,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:26:00','2018-04-11 06:26:02','2018-04-11 06:26:02'),(872204,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:27:00','2018-04-11 06:27:02','2018-04-11 06:27:03'),(872205,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:08:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(872206,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:13:00','2018-04-11 06:13:02','2018-04-11 06:13:02'),(872207,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:14:00','2018-04-11 06:14:03','2018-04-11 06:14:03'),(872208,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:15:00','2018-04-11 06:15:03','2018-04-11 06:15:03'),(872209,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:16:00','2018-04-11 06:16:02','2018-04-11 06:16:02'),(872210,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:17:00','2018-04-11 06:17:02','2018-04-11 06:17:02'),(872211,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:18:00','2018-04-11 06:18:02','2018-04-11 06:18:02'),(872212,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:19:00','2018-04-11 06:19:03','2018-04-11 06:19:03'),(872213,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:20:00','2018-04-11 06:20:03','2018-04-11 06:20:03'),(872214,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:21:00','2018-04-11 06:21:03','2018-04-11 06:21:03'),(872215,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:22:00','2018-04-11 06:22:02','2018-04-11 06:22:02'),(872216,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:23:00','2018-04-11 06:23:03','2018-04-11 06:23:03'),(872217,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:24:00','2018-04-11 06:24:03','2018-04-11 06:24:03'),(872218,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:25:00','2018-04-11 06:25:02','2018-04-11 06:25:02'),(872219,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:26:00','2018-04-11 06:26:02','2018-04-11 06:26:02'),(872220,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:27:00','2018-04-11 06:27:03','2018-04-11 06:27:03'),(872221,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:15:00','2018-04-11 06:15:03','2018-04-11 06:15:03'),(872222,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:20:00','2018-04-11 06:20:03','2018-04-11 06:20:03'),(872223,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:25:00','2018-04-11 06:25:02','2018-04-11 06:25:02'),(872224,'newsletter_send_all','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:15:00','2018-04-11 06:15:03','2018-04-11 06:15:03'),(872225,'newsletter_send_all','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:20:00','2018-04-11 06:20:03','2018-04-11 06:20:03'),(872226,'newsletter_send_all','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:25:00','2018-04-11 06:25:02','2018-04-11 06:25:02'),(872227,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:08:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(872228,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:13:00','2018-04-11 06:13:02','2018-04-11 06:13:02'),(872229,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:14:00','2018-04-11 06:14:03','2018-04-11 06:14:03'),(872230,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:15:00','2018-04-11 06:15:03','2018-04-11 06:15:03'),(872231,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:16:00','2018-04-11 06:16:02','2018-04-11 06:16:02'),(872232,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:17:00','2018-04-11 06:17:02','2018-04-11 06:17:02'),(872233,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:18:00','2018-04-11 06:18:02','2018-04-11 06:18:02'),(872234,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:19:00','2018-04-11 06:19:03','2018-04-11 06:19:03'),(872235,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:20:00','2018-04-11 06:20:03','2018-04-11 06:20:03'),(872236,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:21:00','2018-04-11 06:21:03','2018-04-11 06:21:03'),(872237,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:22:00','2018-04-11 06:22:02','2018-04-11 06:22:02'),(872238,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:23:00','2018-04-11 06:23:03','2018-04-11 06:23:03'),(872239,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:24:00','2018-04-11 06:24:03','2018-04-11 06:24:03'),(872240,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:25:00','2018-04-11 06:25:02','2018-04-11 06:25:02'),(872241,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:26:00','2018-04-11 06:26:02','2018-04-11 06:26:02'),(872242,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:27:00','2018-04-11 06:27:03','2018-04-11 06:27:03'),(872243,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:08:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(872244,'newsletter_send_all','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:25:00','2018-04-11 06:25:02','2018-04-11 06:25:02'),(872245,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:13:00','2018-04-11 06:13:02','2018-04-11 06:13:02'),(872246,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:14:00','2018-04-11 06:14:03','2018-04-11 06:14:03'),(872247,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:15:00','2018-04-11 06:15:03','2018-04-11 06:15:03'),(872248,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:16:00','2018-04-11 06:16:02','2018-04-11 06:16:02'),(872249,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:17:00','2018-04-11 06:17:02','2018-04-11 06:17:02'),(872250,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:18:00','2018-04-11 06:18:02','2018-04-11 06:18:02'),(872251,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:19:00','2018-04-11 06:19:03','2018-04-11 06:19:03'),(872252,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:20:00','2018-04-11 06:20:03','2018-04-11 06:20:03'),(872253,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:21:00','2018-04-11 06:21:03','2018-04-11 06:21:03'),(872254,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:22:00','2018-04-11 06:22:02','2018-04-11 06:22:02'),(872255,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:23:00','2018-04-11 06:23:03','2018-04-11 06:23:03'),(872256,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:24:00','2018-04-11 06:24:03','2018-04-11 06:24:03'),(872257,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:25:00','2018-04-11 06:25:02','2018-04-11 06:25:02'),(872258,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:08:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(872259,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:26:00','2018-04-11 06:26:02','2018-04-11 06:26:02'),(872260,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:13:00','2018-04-11 06:13:02','2018-04-11 06:13:02'),(872261,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:27:00','2018-04-11 06:27:03','2018-04-11 06:27:03'),(872262,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:14:00','2018-04-11 06:14:03','2018-04-11 06:14:03'),(872263,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:08:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(872264,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:15:00','2018-04-11 06:15:03','2018-04-11 06:15:03'),(872265,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:13:00','2018-04-11 06:13:02','2018-04-11 06:13:02'),(872266,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:16:00','2018-04-11 06:16:02','2018-04-11 06:16:02'),(872267,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:14:00','2018-04-11 06:14:03','2018-04-11 06:14:03'),(872268,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:17:00','2018-04-11 06:17:02','2018-04-11 06:17:03'),(872269,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:15:00','2018-04-11 06:15:03','2018-04-11 06:15:03'),(872270,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:18:00','2018-04-11 06:18:02','2018-04-11 06:18:02'),(872271,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:16:00','2018-04-11 06:16:02','2018-04-11 06:16:02'),(872272,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:19:00','2018-04-11 06:19:03','2018-04-11 06:19:03'),(872273,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:17:00','2018-04-11 06:17:03','2018-04-11 06:17:03'),(872274,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:20:00','2018-04-11 06:20:03','2018-04-11 06:20:03'),(872275,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:18:00','2018-04-11 06:18:02','2018-04-11 06:18:02'),(872276,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:21:00','2018-04-11 06:21:03','2018-04-11 06:21:03'),(872277,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:19:00','2018-04-11 06:19:03','2018-04-11 06:19:03'),(872278,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:22:00','2018-04-11 06:22:02','2018-04-11 06:22:02'),(872279,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:20:00','2018-04-11 06:20:03','2018-04-11 06:20:03'),(872280,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:23:00','2018-04-11 06:23:03','2018-04-11 06:23:03'),(872281,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:21:00','2018-04-11 06:21:03','2018-04-11 06:21:03'),(872282,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:24:00','2018-04-11 06:24:03','2018-04-11 06:24:03'),(872283,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:22:00','2018-04-11 06:22:02','2018-04-11 06:22:02'),(872284,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:25:00','2018-04-11 06:25:02','2018-04-11 06:25:02'),(872285,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:23:00','2018-04-11 06:23:03','2018-04-11 06:23:03'),(872286,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:26:00','2018-04-11 06:26:02','2018-04-11 06:26:02'),(872287,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:24:00','2018-04-11 06:24:03','2018-04-11 06:24:03'),(872288,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:27:00','2018-04-11 06:27:03','2018-04-11 06:27:03'),(872289,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:25:00','2018-04-11 06:25:02','2018-04-11 06:25:02'),(872290,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:08:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(872291,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:26:00','2018-04-11 06:26:02','2018-04-11 06:26:02'),(872292,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:13:00','2018-04-11 06:13:02','2018-04-11 06:13:02'),(872293,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:14:00','2018-04-11 06:14:03','2018-04-11 06:14:03'),(872294,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:27:00','2018-04-11 06:27:03','2018-04-11 06:27:03'),(872295,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:15:00','2018-04-11 06:15:03','2018-04-11 06:15:03'),(872296,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:08:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(872297,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:16:00','2018-04-11 06:16:02','2018-04-11 06:16:02'),(872298,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:17:00','2018-04-11 06:17:03','2018-04-11 06:17:03'),(872299,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:13:00','2018-04-11 06:13:02','2018-04-11 06:13:02'),(872300,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:18:00','2018-04-11 06:18:02','2018-04-11 06:18:02'),(872301,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:14:00','2018-04-11 06:14:03','2018-04-11 06:14:03'),(872302,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:19:00','2018-04-11 06:19:03','2018-04-11 06:19:03'),(872303,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:15:00','2018-04-11 06:15:03','2018-04-11 06:15:03'),(872304,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:20:00','2018-04-11 06:20:03','2018-04-11 06:20:03'),(872305,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:16:00','2018-04-11 06:16:02','2018-04-11 06:16:02'),(872306,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:21:00','2018-04-11 06:21:03','2018-04-11 06:21:03'),(872307,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:17:00','2018-04-11 06:17:03','2018-04-11 06:17:03'),(872308,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:22:00','2018-04-11 06:22:02','2018-04-11 06:22:02'),(872309,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:18:00','2018-04-11 06:18:02','2018-04-11 06:18:02'),(872310,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:23:00','2018-04-11 06:23:03','2018-04-11 06:23:03'),(872311,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:19:00','2018-04-11 06:19:03','2018-04-11 06:19:03'),(872312,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:24:00','2018-04-11 06:24:03','2018-04-11 06:24:03'),(872313,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:20:00','2018-04-11 06:20:03','2018-04-11 06:20:03'),(872314,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:25:00','2018-04-11 06:25:02','2018-04-11 06:25:02'),(872315,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:21:00','2018-04-11 06:21:03','2018-04-11 06:21:03'),(872316,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:26:00','2018-04-11 06:26:02','2018-04-11 06:26:02'),(872317,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:22:00','2018-04-11 06:22:02','2018-04-11 06:22:02'),(872318,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:27:00','2018-04-11 06:27:03','2018-04-11 06:27:03'),(872319,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:23:00','2018-04-11 06:23:03','2018-04-11 06:23:03'),(872320,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:08:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(872321,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:24:00','2018-04-11 06:24:03','2018-04-11 06:24:03'),(872322,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:25:00','2018-04-11 06:25:02','2018-04-11 06:25:02'),(872323,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:13:00','2018-04-11 06:13:02','2018-04-11 06:13:02'),(872324,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:26:00','2018-04-11 06:26:02','2018-04-11 06:26:02'),(872325,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:14:00','2018-04-11 06:14:03','2018-04-11 06:14:03'),(872326,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:27:00','2018-04-11 06:27:03','2018-04-11 06:27:03'),(872327,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:15:00','2018-04-11 06:15:03','2018-04-11 06:15:03'),(872328,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:08:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(872329,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:16:00','2018-04-11 06:16:02','2018-04-11 06:16:02'),(872330,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:17:00','2018-04-11 06:17:03','2018-04-11 06:17:03'),(872331,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:13:00','2018-04-11 06:13:02','2018-04-11 06:13:02'),(872332,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:18:00','2018-04-11 06:18:02','2018-04-11 06:18:02'),(872333,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:14:00','2018-04-11 06:14:03','2018-04-11 06:14:03'),(872334,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:19:00','2018-04-11 06:19:03','2018-04-11 06:19:03'),(872335,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:15:00','2018-04-11 06:15:03','2018-04-11 06:15:03'),(872336,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:20:00','2018-04-11 06:20:03','2018-04-11 06:20:03'),(872337,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:16:00','2018-04-11 06:16:02','2018-04-11 06:16:02'),(872338,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:21:00','2018-04-11 06:21:03','2018-04-11 06:21:03'),(872339,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:17:00','2018-04-11 06:17:03','2018-04-11 06:17:03'),(872340,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:22:00','2018-04-11 06:22:02','2018-04-11 06:22:02'),(872341,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:18:00','2018-04-11 06:18:03','2018-04-11 06:18:03'),(872342,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:23:00','2018-04-11 06:23:03','2018-04-11 06:23:03'),(872343,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:19:00','2018-04-11 06:19:03','2018-04-11 06:19:03'),(872344,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:24:00','2018-04-11 06:24:03','2018-04-11 06:24:03'),(872345,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:20:00','2018-04-11 06:20:03','2018-04-11 06:20:03'),(872346,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:25:00','2018-04-11 06:25:02','2018-04-11 06:25:02'),(872347,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:21:00','2018-04-11 06:21:03','2018-04-11 06:21:03'),(872348,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:26:00','2018-04-11 06:26:02','2018-04-11 06:26:02'),(872349,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:22:00','2018-04-11 06:22:02','2018-04-11 06:22:02'),(872350,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:27:00','2018-04-11 06:27:03','2018-04-11 06:27:03'),(872351,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:23:00','2018-04-11 06:23:03','2018-04-11 06:23:03'),(872352,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:08:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(872353,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:24:00','2018-04-11 06:24:03','2018-04-11 06:24:03'),(872354,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:25:00','2018-04-11 06:25:02','2018-04-11 06:25:02'),(872355,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:13:00','2018-04-11 06:13:02','2018-04-11 06:13:02'),(872356,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:26:00','2018-04-11 06:26:02','2018-04-11 06:26:02'),(872357,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:14:00','2018-04-11 06:14:03','2018-04-11 06:14:03'),(872358,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:27:00','2018-04-11 06:27:03','2018-04-11 06:27:03'),(872359,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:15:00','2018-04-11 06:15:03','2018-04-11 06:15:03'),(872360,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:08:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(872361,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:16:00','2018-04-11 06:16:03','2018-04-11 06:16:03'),(872362,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:17:00','2018-04-11 06:17:03','2018-04-11 06:17:03'),(872363,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:13:00','2018-04-11 06:13:02','2018-04-11 06:13:02'),(872364,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:18:00','2018-04-11 06:18:03','2018-04-11 06:18:03'),(872365,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:14:00','2018-04-11 06:14:03','2018-04-11 06:14:03'),(872366,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:19:00','2018-04-11 06:19:03','2018-04-11 06:19:03'),(872367,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:15:00','2018-04-11 06:15:03','2018-04-11 06:15:03'),(872368,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:20:00','2018-04-11 06:20:03','2018-04-11 06:20:03'),(872369,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:16:00','2018-04-11 06:16:03','2018-04-11 06:16:03'),(872370,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:21:00','2018-04-11 06:21:03','2018-04-11 06:21:03'),(872371,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:17:00','2018-04-11 06:17:03','2018-04-11 06:17:03'),(872372,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:22:00','2018-04-11 06:22:02','2018-04-11 06:22:02'),(872373,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:18:00','2018-04-11 06:18:03','2018-04-11 06:18:03'),(872374,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:23:00','2018-04-11 06:23:03','2018-04-11 06:23:03'),(872375,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:19:00','2018-04-11 06:19:03','2018-04-11 06:19:03'),(872376,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:24:00','2018-04-11 06:24:03','2018-04-11 06:24:03'),(872377,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:20:00','2018-04-11 06:20:03','2018-04-11 06:20:03'),(872378,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:25:00','2018-04-11 06:25:02','2018-04-11 06:25:02'),(872379,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:21:00','2018-04-11 06:21:03','2018-04-11 06:21:03'),(872380,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:26:00','2018-04-11 06:26:02','2018-04-11 06:26:02'),(872381,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:22:00','2018-04-11 06:22:02','2018-04-11 06:22:02'),(872382,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:27:00','2018-04-11 06:27:03','2018-04-11 06:27:03'),(872383,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:23:00','2018-04-11 06:23:03','2018-04-11 06:23:03'),(872384,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:08:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(872385,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:24:00','2018-04-11 06:24:03','2018-04-11 06:24:03'),(872386,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:13:00','2018-04-11 06:13:02','2018-04-11 06:13:02'),(872387,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:25:00','2018-04-11 06:25:02','2018-04-11 06:25:02'),(872388,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:14:00','2018-04-11 06:14:03','2018-04-11 06:14:03'),(872389,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:26:00','2018-04-11 06:26:02','2018-04-11 06:26:02'),(872390,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:15:00','2018-04-11 06:15:03','2018-04-11 06:15:03'),(872391,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:27:00','2018-04-11 06:27:03','2018-04-11 06:27:03'),(872392,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:16:00','2018-04-11 06:16:03','2018-04-11 06:16:03'),(872393,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:08:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(872394,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:17:00','2018-04-11 06:17:03','2018-04-11 06:17:03'),(872395,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:18:00','2018-04-11 06:18:03','2018-04-11 06:18:03'),(872396,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:13:00','2018-04-11 06:13:02','2018-04-11 06:13:02'),(872397,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:19:00','2018-04-11 06:19:03','2018-04-11 06:19:03'),(872398,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:14:00','2018-04-11 06:14:03','2018-04-11 06:14:03'),(872399,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:20:00','2018-04-11 06:20:03','2018-04-11 06:20:03'),(872400,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:21:00','2018-04-11 06:21:03','2018-04-11 06:21:03'),(872401,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:15:00','2018-04-11 06:15:03','2018-04-11 06:15:03'),(872402,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:22:00','2018-04-11 06:22:02','2018-04-11 06:22:02'),(872403,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:16:00','2018-04-11 06:16:03','2018-04-11 06:16:03'),(872404,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:23:00','2018-04-11 06:23:03','2018-04-11 06:23:03'),(872405,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:17:00','2018-04-11 06:17:03','2018-04-11 06:17:03'),(872406,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:24:00','2018-04-11 06:24:03','2018-04-11 06:24:03'),(872407,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:18:00','2018-04-11 06:18:03','2018-04-11 06:18:03'),(872408,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:25:00','2018-04-11 06:25:02','2018-04-11 06:25:02'),(872409,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:19:00','2018-04-11 06:19:03','2018-04-11 06:19:03'),(872410,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:26:00','2018-04-11 06:26:02','2018-04-11 06:26:02'),(872411,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:20:00','2018-04-11 06:20:03','2018-04-11 06:20:03'),(872412,'sales_send_order_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:27:00','2018-04-11 06:27:03','2018-04-11 06:27:03'),(872413,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:21:00','2018-04-11 06:21:03','2018-04-11 06:21:03'),(872414,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:08:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(872415,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:22:00','2018-04-11 06:22:02','2018-04-11 06:22:02'),(872416,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:13:00','2018-04-11 06:13:02','2018-04-11 06:13:02'),(872417,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:23:00','2018-04-11 06:23:03','2018-04-11 06:23:03'),(872418,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:14:00','2018-04-11 06:14:03','2018-04-11 06:14:03'),(872419,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:24:00','2018-04-11 06:24:03','2018-04-11 06:24:03'),(872420,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:15:00','2018-04-11 06:15:03','2018-04-11 06:15:03'),(872421,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:25:00','2018-04-11 06:25:02','2018-04-11 06:25:02'),(872422,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:16:00','2018-04-11 06:16:03','2018-04-11 06:16:03'),(872423,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:26:00','2018-04-11 06:26:03','2018-04-11 06:26:03'),(872424,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:17:00','2018-04-11 06:17:03','2018-04-11 06:17:03'),(872425,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:27:00','2018-04-11 06:27:03','2018-04-11 06:27:03'),(872426,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:18:00','2018-04-11 06:18:03','2018-04-11 06:18:03'),(872427,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:08:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(872428,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:19:00','2018-04-11 06:19:03','2018-04-11 06:19:03'),(872429,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:20:00','2018-04-11 06:20:03','2018-04-11 06:20:03'),(872430,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:13:00','2018-04-11 06:13:02','2018-04-11 06:13:02'),(872431,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:21:00','2018-04-11 06:21:03','2018-04-11 06:21:03'),(872432,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:14:00','2018-04-11 06:14:03','2018-04-11 06:14:03'),(872433,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:22:00','2018-04-11 06:22:02','2018-04-11 06:22:02'),(872434,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:15:00','2018-04-11 06:15:03','2018-04-11 06:15:03'),(872435,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:23:00','2018-04-11 06:23:03','2018-04-11 06:23:03'),(872436,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:16:00','2018-04-11 06:16:03','2018-04-11 06:16:03'),(872437,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:24:00','2018-04-11 06:24:03','2018-04-11 06:24:03'),(872438,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:17:00','2018-04-11 06:17:03','2018-04-11 06:17:03'),(872439,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:25:00','2018-04-11 06:25:02','2018-04-11 06:25:02'),(872440,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:18:00','2018-04-11 06:18:03','2018-04-11 06:18:03'),(872441,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:26:00','2018-04-11 06:26:03','2018-04-11 06:26:03'),(872442,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:19:00','2018-04-11 06:19:03','2018-04-11 06:19:03'),(872443,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:27:00','2018-04-11 06:27:03','2018-04-11 06:27:03'),(872444,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:20:00','2018-04-11 06:20:03','2018-04-11 06:20:03'),(872445,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:08:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(872446,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:21:00','2018-04-11 06:21:03','2018-04-11 06:21:03'),(872447,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:22:00','2018-04-11 06:22:02','2018-04-11 06:22:02'),(872448,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:13:00','2018-04-11 06:13:02','2018-04-11 06:13:02'),(872449,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:23:00','2018-04-11 06:23:03','2018-04-11 06:23:03'),(872450,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:14:00','2018-04-11 06:14:03','2018-04-11 06:14:03'),(872451,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:24:00','2018-04-11 06:24:03','2018-04-11 06:24:03'),(872452,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:15:00','2018-04-11 06:15:03','2018-04-11 06:15:03'),(872453,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:25:00','2018-04-11 06:25:02','2018-04-11 06:25:02'),(872454,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:16:00','2018-04-11 06:16:03','2018-04-11 06:16:03'),(872455,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:26:00','2018-04-11 06:26:03','2018-04-11 06:26:03'),(872456,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:17:00','2018-04-11 06:17:03','2018-04-11 06:17:03'),(872457,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:27:00','2018-04-11 06:27:03','2018-04-11 06:27:03'),(872458,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:18:00','2018-04-11 06:18:03','2018-04-11 06:18:03'),(872459,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:08:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(872460,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:19:00','2018-04-11 06:19:03','2018-04-11 06:19:03'),(872461,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:20:00','2018-04-11 06:20:03','2018-04-11 06:20:03'),(872462,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:13:00','2018-04-11 06:13:02','2018-04-11 06:13:02'),(872463,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:21:00','2018-04-11 06:21:03','2018-04-11 06:21:03'),(872464,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:14:00','2018-04-11 06:14:03','2018-04-11 06:14:03'),(872465,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:22:00','2018-04-11 06:22:02','2018-04-11 06:22:02'),(872466,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:15:00','2018-04-11 06:15:03','2018-04-11 06:15:03'),(872467,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:04','2018-04-11 06:23:00','2018-04-11 06:23:03','2018-04-11 06:23:03'),(872468,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:16:00','2018-04-11 06:16:03','2018-04-11 06:16:03'),(872469,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:24:00','2018-04-11 06:24:03','2018-04-11 06:24:03'),(872470,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:17:00','2018-04-11 06:17:03','2018-04-11 06:17:03'),(872471,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:25:00','2018-04-11 06:25:02','2018-04-11 06:25:02'),(872472,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:18:00','2018-04-11 06:18:03','2018-04-11 06:18:03'),(872473,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:26:00','2018-04-11 06:26:03','2018-04-11 06:26:03'),(872474,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:19:00','2018-04-11 06:19:03','2018-04-11 06:19:03'),(872475,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:27:00','2018-04-11 06:27:03','2018-04-11 06:27:03'),(872476,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:20:00','2018-04-11 06:20:03','2018-04-11 06:20:03'),(872477,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:08:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(872478,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:21:00','2018-04-11 06:21:03','2018-04-11 06:21:03'),(872479,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:13:00','2018-04-11 06:13:02','2018-04-11 06:13:02'),(872480,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:22:00','2018-04-11 06:22:02','2018-04-11 06:22:02'),(872481,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:14:00','2018-04-11 06:14:03','2018-04-11 06:14:03'),(872482,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:23:00','2018-04-11 06:23:03','2018-04-11 06:23:03'),(872483,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:15:00','2018-04-11 06:15:03','2018-04-11 06:15:03'),(872484,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:24:00','2018-04-11 06:24:03','2018-04-11 06:24:03'),(872485,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:16:00','2018-04-11 06:16:03','2018-04-11 06:16:03'),(872486,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:25:00','2018-04-11 06:25:02','2018-04-11 06:25:02'),(872487,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:17:00','2018-04-11 06:17:03','2018-04-11 06:17:03'),(872488,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:26:00','2018-04-11 06:26:03','2018-04-11 06:26:03'),(872489,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:18:00','2018-04-11 06:18:03','2018-04-11 06:18:03'),(872490,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:27:00','2018-04-11 06:27:03','2018-04-11 06:27:03'),(872491,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:19:00','2018-04-11 06:19:03','2018-04-11 06:19:03'),(872492,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:20:00','2018-04-11 06:20:03','2018-04-11 06:20:03'),(872493,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:21:00','2018-04-11 06:21:03','2018-04-11 06:21:03'),(872494,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:22:00','2018-04-11 06:22:02','2018-04-11 06:22:02'),(872495,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:23:00','2018-04-11 06:23:03','2018-04-11 06:23:03'),(872496,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:24:00','2018-04-11 06:24:03','2018-04-11 06:24:03'),(872497,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:25:00','2018-04-11 06:25:02','2018-04-11 06:25:02'),(872498,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:08:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(872499,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:26:00','2018-04-11 06:26:03','2018-04-11 06:26:03'),(872500,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:14:00','2018-04-11 06:14:03','2018-04-11 06:14:03'),(872501,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:27:00','2018-04-11 06:27:03','2018-04-11 06:27:03'),(872502,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:16:00','2018-04-11 06:16:03','2018-04-11 06:16:03'),(872503,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:08:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(872504,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:18:00','2018-04-11 06:18:03','2018-04-11 06:18:03'),(872505,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:13:00','2018-04-11 06:13:02','2018-04-11 06:13:03'),(872506,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:20:00','2018-04-11 06:20:03','2018-04-11 06:20:03'),(872507,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:14:00','2018-04-11 06:14:03','2018-04-11 06:14:03'),(872508,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:22:00','2018-04-11 06:22:02','2018-04-11 06:22:02'),(872509,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:15:00','2018-04-11 06:15:03','2018-04-11 06:15:03'),(872510,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:24:00','2018-04-11 06:24:03','2018-04-11 06:24:03'),(872511,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:16:00','2018-04-11 06:16:03','2018-04-11 06:16:03'),(872512,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:26:00','2018-04-11 06:26:03','2018-04-11 06:26:03'),(872513,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:17:00','2018-04-11 06:17:03','2018-04-11 06:17:03'),(872514,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:18:00','2018-04-11 06:18:03','2018-04-11 06:18:03'),(872515,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:19:00','2018-04-11 06:19:03','2018-04-11 06:19:03'),(872516,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:20:00','2018-04-11 06:20:03','2018-04-11 06:20:03'),(872517,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:21:00','2018-04-11 06:21:03','2018-04-11 06:21:03'),(872518,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:22:00','2018-04-11 06:22:02','2018-04-11 06:22:02'),(872519,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:23:00','2018-04-11 06:23:03','2018-04-11 06:23:03'),(872520,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:24:00','2018-04-11 06:24:03','2018-04-11 06:24:03'),(872521,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:25:00','2018-04-11 06:25:02','2018-04-11 06:25:02'),(872522,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:26:00','2018-04-11 06:26:03','2018-04-11 06:26:03'),(872523,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:27:00','2018-04-11 06:27:03','2018-04-11 06:27:03'),(872524,'captcha_delete_expired_images','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:20:00','2018-04-11 06:20:03','2018-04-11 06:20:03'),(872525,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:08:00','2018-04-11 06:09:03','2018-04-11 06:09:03'),(872526,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:14:00','2018-04-11 06:14:03','2018-04-11 06:14:03'),(872527,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:16:00','2018-04-11 06:16:03','2018-04-11 06:16:03'),(872528,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:18:00','2018-04-11 06:18:03','2018-04-11 06:18:03'),(872529,'temando_process_platform_events','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:15:00','2018-04-11 06:15:03','2018-04-11 06:15:03'),(872530,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:20:00','2018-04-11 06:20:03','2018-04-11 06:20:03'),(872531,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:22:00','2018-04-11 06:22:02','2018-04-11 06:22:02'),(872532,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:24:00','2018-04-11 06:24:03','2018-04-11 06:24:03'),(872533,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:26:00','2018-04-11 06:26:03','2018-04-11 06:26:03'),(872534,'captcha_delete_expired_images','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:20:00','2018-04-11 06:20:03','2018-04-11 06:20:03'),(872535,'temando_process_platform_events','success',NULL,'2018-04-11 06:08:05','2018-04-11 06:15:00','2018-04-11 06:15:03','2018-04-11 06:15:03'),(872536,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:09:03','2018-04-11 06:12:00','2018-04-11 06:12:04','2018-04-11 06:12:04'),(872537,'indexer_update_all_views','success',NULL,'2018-04-11 06:09:03','2018-04-11 06:12:00','2018-04-11 06:12:04','2018-04-11 06:12:04'),(872538,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:10:03','2018-04-11 06:13:00','2018-04-11 06:13:03','2018-04-11 06:13:03'),(872539,'indexer_update_all_views','success',NULL,'2018-04-11 06:10:03','2018-04-11 06:13:00','2018-04-11 06:13:03','2018-04-11 06:13:03'),(872540,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:11:03','2018-04-11 06:14:00','2018-04-11 06:14:04','2018-04-11 06:14:04'),(872541,'indexer_update_all_views','success',NULL,'2018-04-11 06:11:03','2018-04-11 06:14:00','2018-04-11 06:14:04','2018-04-11 06:14:04'),(872542,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:12:03','2018-04-11 06:15:00','2018-04-11 06:15:04','2018-04-11 06:15:04'),(872543,'indexer_update_all_views','success',NULL,'2018-04-11 06:12:03','2018-04-11 06:15:00','2018-04-11 06:15:04','2018-04-11 06:15:04'),(872544,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 06:12:03','2018-04-11 06:15:00','2018-04-11 06:15:04',NULL),(872545,'ddg_automation_importer','success',NULL,'2018-04-11 06:12:03','2018-04-11 06:15:00','2018-04-11 06:15:07','2018-04-11 06:15:07'),(872546,'ddg_automation_status','success',NULL,'2018-04-11 06:12:03','2018-04-11 06:15:00','2018-04-11 06:15:07','2018-04-11 06:15:07'),(872547,'ddg_automation_abandonedcarts','success',NULL,'2018-04-11 06:12:03','2018-04-11 06:15:00','2018-04-11 06:15:07','2018-04-11 06:15:07'),(872548,'ddg_automation_reviews_and_wishlist','success',NULL,'2018-04-11 06:12:03','2018-04-11 06:15:00','2018-04-11 06:15:07','2018-04-11 06:15:07'),(872549,'ddg_automation_campaign','success',NULL,'2018-04-11 06:12:03','2018-04-11 06:15:00','2018-04-11 06:15:07','2018-04-11 06:15:07'),(872550,'ddg_automation_order_sync','success',NULL,'2018-04-11 06:12:03','2018-04-11 06:15:00','2018-04-11 06:15:07','2018-04-11 06:15:07'),(872551,'ddg_automation_catalog_sync','success',NULL,'2018-04-11 06:12:03','2018-04-11 06:15:00','2018-04-11 06:15:07','2018-04-11 06:15:07'),(872552,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:13:03','2018-04-11 06:16:00','2018-04-11 06:16:09','2018-04-11 06:16:09'),(872553,'indexer_update_all_views','success',NULL,'2018-04-11 06:13:03','2018-04-11 06:16:00','2018-04-11 06:16:09','2018-04-11 06:16:09'),(872554,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:14:03','2018-04-11 06:17:00','2018-04-11 06:17:04','2018-04-11 06:17:04'),(872555,'indexer_update_all_views','success',NULL,'2018-04-11 06:14:03','2018-04-11 06:17:00','2018-04-11 06:17:04','2018-04-11 06:17:04'),(872556,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:15:03','2018-04-11 06:18:00','2018-04-11 06:18:08','2018-04-11 06:18:08'),(872557,'indexer_update_all_views','success',NULL,'2018-04-11 06:15:03','2018-04-11 06:18:00','2018-04-11 06:18:08','2018-04-11 06:18:08'),(872558,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:16:03','2018-04-11 06:19:00','2018-04-11 06:19:04','2018-04-11 06:19:04'),(872559,'indexer_update_all_views','success',NULL,'2018-04-11 06:16:03','2018-04-11 06:19:00','2018-04-11 06:19:04','2018-04-11 06:19:04'),(872560,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:17:03','2018-04-11 06:20:00','2018-04-11 06:20:04','2018-04-11 06:20:04'),(872561,'indexer_update_all_views','success',NULL,'2018-04-11 06:17:03','2018-04-11 06:20:00','2018-04-11 06:20:04','2018-04-11 06:20:04'),(872562,'ddg_automation_importer','success',NULL,'2018-04-11 06:17:03','2018-04-11 06:20:00','2018-04-11 06:20:05','2018-04-11 06:20:05'),(872563,'ddg_automation_abandonedcarts','success',NULL,'2018-04-11 06:17:03','2018-04-11 06:20:00','2018-04-11 06:20:05','2018-04-11 06:20:05'),(872564,'ddg_automation_campaign','success',NULL,'2018-04-11 06:17:03','2018-04-11 06:20:00','2018-04-11 06:20:05','2018-04-11 06:20:05'),(872565,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:18:03','2018-04-11 06:21:00','2018-04-11 06:21:04','2018-04-11 06:21:04'),(872566,'indexer_update_all_views','success',NULL,'2018-04-11 06:18:03','2018-04-11 06:21:00','2018-04-11 06:21:04','2018-04-11 06:21:04'),(872567,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:19:03','2018-04-11 06:22:00','2018-04-11 06:22:03','2018-04-11 06:22:03'),(872568,'indexer_update_all_views','success',NULL,'2018-04-11 06:19:03','2018-04-11 06:22:00','2018-04-11 06:22:03','2018-04-11 06:22:03'),(872569,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:20:03','2018-04-11 06:23:00','2018-04-11 06:23:04','2018-04-11 06:23:04'),(872570,'indexer_update_all_views','success',NULL,'2018-04-11 06:20:03','2018-04-11 06:23:00','2018-04-11 06:23:04','2018-04-11 06:23:04'),(872571,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:21:03','2018-04-11 06:24:00','2018-04-11 06:24:05','2018-04-11 06:24:05'),(872572,'indexer_update_all_views','success',NULL,'2018-04-11 06:21:03','2018-04-11 06:24:00','2018-04-11 06:24:05','2018-04-11 06:24:05'),(872573,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:22:03','2018-04-11 06:25:00','2018-04-11 06:25:03','2018-04-11 06:25:03'),(872574,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:22:03','2018-04-11 06:25:00','2018-04-11 06:25:03','2018-04-11 06:25:03'),(872575,'indexer_update_all_views','success',NULL,'2018-04-11 06:22:03','2018-04-11 06:25:00','2018-04-11 06:25:03','2018-04-11 06:25:03'),(872576,'indexer_update_all_views','success',NULL,'2018-04-11 06:22:03','2018-04-11 06:25:00','2018-04-11 06:25:03','2018-04-11 06:25:03'),(872577,'ddg_automation_importer','success',NULL,'2018-04-11 06:22:03','2018-04-11 06:25:00','2018-04-11 06:25:03','2018-04-11 06:25:03'),(872578,'ddg_automation_abandonedcarts','success',NULL,'2018-04-11 06:22:03','2018-04-11 06:25:00','2018-04-11 06:25:03','2018-04-11 06:25:03'),(872579,'ddg_automation_campaign','success',NULL,'2018-04-11 06:22:03','2018-04-11 06:25:00','2018-04-11 06:25:03','2018-04-11 06:25:03'),(872580,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:23:03','2018-04-11 06:26:00','2018-04-11 06:26:03','2018-04-11 06:26:03'),(872581,'indexer_update_all_views','success',NULL,'2018-04-11 06:23:03','2018-04-11 06:26:00','2018-04-11 06:26:03','2018-04-11 06:26:03'),(872582,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:28:00','2018-04-11 06:28:02','2018-04-11 06:28:02'),(872583,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:29:00','2018-04-11 06:29:02','2018-04-11 06:29:02'),(872584,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:30:00','2018-04-11 06:30:02','2018-04-11 06:30:02'),(872585,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:31:00','2018-04-11 06:31:02','2018-04-11 06:31:02'),(872586,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:32:00','2018-04-11 06:32:02','2018-04-11 06:32:02'),(872587,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:33:00','2018-04-11 06:33:02','2018-04-11 06:33:02'),(872588,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:34:00','2018-04-11 06:34:03','2018-04-11 06:34:03'),(872589,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:35:00','2018-04-11 06:35:07','2018-04-11 06:35:07'),(872590,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:36:00','2018-04-11 06:36:02','2018-04-11 06:36:02'),(872591,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:37:00','2018-04-11 06:37:02','2018-04-11 06:37:02'),(872592,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:38:00','2018-04-11 06:38:02','2018-04-11 06:38:02'),(872593,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:39:00','2018-04-11 06:39:02','2018-04-11 06:39:03'),(872594,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:40:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(872595,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:41:00','2018-04-11 06:41:02','2018-04-11 06:41:02'),(872596,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:42:00','2018-04-11 06:42:02','2018-04-11 06:42:02'),(872597,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:43:00','2018-04-11 06:43:02','2018-04-11 06:43:02'),(872598,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:28:00','2018-04-11 06:28:02','2018-04-11 06:28:02'),(872599,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:29:00','2018-04-11 06:29:02','2018-04-11 06:29:02'),(872600,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:30:00','2018-04-11 06:30:02','2018-04-11 06:30:02'),(872601,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:31:00','2018-04-11 06:31:02','2018-04-11 06:31:02'),(872602,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:32:00','2018-04-11 06:32:02','2018-04-11 06:32:02'),(872603,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:33:00','2018-04-11 06:33:02','2018-04-11 06:33:02'),(872604,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:34:00','2018-04-11 06:34:03','2018-04-11 06:34:03'),(872605,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:35:00','2018-04-11 06:35:07','2018-04-11 06:35:07'),(872606,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:36:00','2018-04-11 06:36:02','2018-04-11 06:36:02'),(872607,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:37:00','2018-04-11 06:37:02','2018-04-11 06:37:02'),(872608,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:38:00','2018-04-11 06:38:02','2018-04-11 06:38:02'),(872609,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:39:00','2018-04-11 06:39:03','2018-04-11 06:39:03'),(872610,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:40:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(872611,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:41:00','2018-04-11 06:41:02','2018-04-11 06:41:02'),(872612,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:42:00','2018-04-11 06:42:02','2018-04-11 06:42:02'),(872613,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:43:00','2018-04-11 06:43:02','2018-04-11 06:43:02'),(872614,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:30:00','2018-04-11 06:30:02','2018-04-11 06:30:02'),(872615,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:35:00','2018-04-11 06:35:07','2018-04-11 06:35:07'),(872616,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:40:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(872617,'newsletter_send_all','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:30:00','2018-04-11 06:30:02','2018-04-11 06:30:02'),(872618,'newsletter_send_all','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:35:00','2018-04-11 06:35:08','2018-04-11 06:35:08'),(872619,'newsletter_send_all','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:40:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(872620,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:28:00','2018-04-11 06:28:02','2018-04-11 06:28:02'),(872621,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:29:00','2018-04-11 06:29:02','2018-04-11 06:29:02'),(872622,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:30:00','2018-04-11 06:30:02','2018-04-11 06:30:02'),(872623,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:31:00','2018-04-11 06:31:02','2018-04-11 06:31:02'),(872624,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:32:00','2018-04-11 06:32:02','2018-04-11 06:32:02'),(872625,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:33:00','2018-04-11 06:33:02','2018-04-11 06:33:02'),(872626,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:34:00','2018-04-11 06:34:03','2018-04-11 06:34:03'),(872627,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:35:00','2018-04-11 06:35:08','2018-04-11 06:35:08'),(872628,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:36:00','2018-04-11 06:36:02','2018-04-11 06:36:02'),(872629,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:37:00','2018-04-11 06:37:02','2018-04-11 06:37:02'),(872630,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:38:00','2018-04-11 06:38:02','2018-04-11 06:38:02'),(872631,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:39:00','2018-04-11 06:39:03','2018-04-11 06:39:03'),(872632,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:40:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(872633,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:41:00','2018-04-11 06:41:02','2018-04-11 06:41:02'),(872634,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:42:00','2018-04-11 06:42:02','2018-04-11 06:42:02'),(872635,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:43:00','2018-04-11 06:43:02','2018-04-11 06:43:02'),(872636,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:28:00','2018-04-11 06:28:02','2018-04-11 06:28:02'),(872637,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:29:00','2018-04-11 06:29:02','2018-04-11 06:29:02'),(872638,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:30:00','2018-04-11 06:30:02','2018-04-11 06:30:02'),(872639,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:31:00','2018-04-11 06:31:02','2018-04-11 06:31:02'),(872640,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:32:00','2018-04-11 06:32:02','2018-04-11 06:32:02'),(872641,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:33:00','2018-04-11 06:33:02','2018-04-11 06:33:02'),(872642,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:34:00','2018-04-11 06:34:03','2018-04-11 06:34:03'),(872643,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:35:00','2018-04-11 06:35:08','2018-04-11 06:35:08'),(872644,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:36:00','2018-04-11 06:36:02','2018-04-11 06:36:02'),(872645,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:37:00','2018-04-11 06:37:02','2018-04-11 06:37:02'),(872646,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:38:00','2018-04-11 06:38:02','2018-04-11 06:38:02'),(872647,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:39:00','2018-04-11 06:39:03','2018-04-11 06:39:03'),(872648,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:40:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(872649,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:41:00','2018-04-11 06:41:02','2018-04-11 06:41:02'),(872650,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:42:00','2018-04-11 06:42:02','2018-04-11 06:42:02'),(872651,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:43:00','2018-04-11 06:43:02','2018-04-11 06:43:02'),(872652,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:28:00','2018-04-11 06:28:02','2018-04-11 06:28:02'),(872653,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:29:00','2018-04-11 06:29:02','2018-04-11 06:29:02'),(872654,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:30:00','2018-04-11 06:30:02','2018-04-11 06:30:02'),(872655,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:31:00','2018-04-11 06:31:02','2018-04-11 06:31:02'),(872656,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:32:00','2018-04-11 06:32:02','2018-04-11 06:32:02'),(872657,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:33:00','2018-04-11 06:33:02','2018-04-11 06:33:02'),(872658,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:34:00','2018-04-11 06:34:03','2018-04-11 06:34:03'),(872659,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:35:00','2018-04-11 06:35:08','2018-04-11 06:35:08'),(872660,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:36:00','2018-04-11 06:36:02','2018-04-11 06:36:02'),(872661,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:37:00','2018-04-11 06:37:02','2018-04-11 06:37:02'),(872662,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:38:00','2018-04-11 06:38:02','2018-04-11 06:38:02'),(872663,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:39:00','2018-04-11 06:39:03','2018-04-11 06:39:03'),(872664,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:40:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(872665,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:41:00','2018-04-11 06:41:02','2018-04-11 06:41:02'),(872666,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:42:00','2018-04-11 06:42:02','2018-04-11 06:42:02'),(872667,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:43:00','2018-04-11 06:43:02','2018-04-11 06:43:02'),(872668,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:28:00','2018-04-11 06:28:02','2018-04-11 06:28:02'),(872669,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:29:00','2018-04-11 06:29:02','2018-04-11 06:29:03'),(872670,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:30:00','2018-04-11 06:30:02','2018-04-11 06:30:02'),(872671,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:31:00','2018-04-11 06:31:02','2018-04-11 06:31:02'),(872672,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:32:00','2018-04-11 06:32:02','2018-04-11 06:32:02'),(872673,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:33:00','2018-04-11 06:33:02','2018-04-11 06:33:02'),(872674,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:34:00','2018-04-11 06:34:03','2018-04-11 06:34:03'),(872675,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:35:00','2018-04-11 06:35:08','2018-04-11 06:35:08'),(872676,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:36:00','2018-04-11 06:36:02','2018-04-11 06:36:02'),(872677,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:37:00','2018-04-11 06:37:02','2018-04-11 06:37:02'),(872678,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:38:00','2018-04-11 06:38:02','2018-04-11 06:38:02'),(872679,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:39:00','2018-04-11 06:39:03','2018-04-11 06:39:03'),(872680,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:40:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(872681,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:41:00','2018-04-11 06:41:02','2018-04-11 06:41:02'),(872682,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:42:00','2018-04-11 06:42:02','2018-04-11 06:42:02'),(872683,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:43:00','2018-04-11 06:43:02','2018-04-11 06:43:02'),(872684,'sales_send_order_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:28:00','2018-04-11 06:28:02','2018-04-11 06:28:02'),(872685,'sales_send_order_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:29:00','2018-04-11 06:29:03','2018-04-11 06:29:03'),(872686,'sales_send_order_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:30:00','2018-04-11 06:30:02','2018-04-11 06:30:02'),(872687,'sales_send_order_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:31:00','2018-04-11 06:31:03','2018-04-11 06:31:03'),(872688,'sales_send_order_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:32:00','2018-04-11 06:32:02','2018-04-11 06:32:02'),(872689,'sales_send_order_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:33:00','2018-04-11 06:33:02','2018-04-11 06:33:02'),(872690,'sales_send_order_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:34:00','2018-04-11 06:34:03','2018-04-11 06:34:03'),(872691,'sales_send_order_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:35:00','2018-04-11 06:35:08','2018-04-11 06:35:08'),(872692,'sales_send_order_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:36:00','2018-04-11 06:36:02','2018-04-11 06:36:02'),(872693,'sales_send_order_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:37:00','2018-04-11 06:37:02','2018-04-11 06:37:02'),(872694,'sales_send_order_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:38:00','2018-04-11 06:38:02','2018-04-11 06:38:02'),(872695,'sales_send_order_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:39:00','2018-04-11 06:39:03','2018-04-11 06:39:03'),(872696,'sales_send_order_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:40:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(872697,'sales_send_order_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:41:00','2018-04-11 06:41:02','2018-04-11 06:41:02'),(872698,'sales_send_order_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:42:00','2018-04-11 06:42:02','2018-04-11 06:42:02'),(872699,'sales_send_order_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:43:00','2018-04-11 06:43:02','2018-04-11 06:43:02'),(872700,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:28:00','2018-04-11 06:28:02','2018-04-11 06:28:02'),(872701,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:29:00','2018-04-11 06:29:03','2018-04-11 06:29:03'),(872702,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:30:00','2018-04-11 06:30:02','2018-04-11 06:30:02'),(872703,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:31:00','2018-04-11 06:31:03','2018-04-11 06:31:03'),(872704,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:32:00','2018-04-11 06:32:02','2018-04-11 06:32:02'),(872705,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:33:00','2018-04-11 06:33:02','2018-04-11 06:33:02'),(872706,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:34:00','2018-04-11 06:34:03','2018-04-11 06:34:03'),(872707,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:35:00','2018-04-11 06:35:08','2018-04-11 06:35:08'),(872708,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:36:00','2018-04-11 06:36:02','2018-04-11 06:36:02'),(872709,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:37:00','2018-04-11 06:37:02','2018-04-11 06:37:02'),(872710,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:38:00','2018-04-11 06:38:02','2018-04-11 06:38:02'),(872711,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:39:00','2018-04-11 06:39:03','2018-04-11 06:39:03'),(872712,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:40:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(872713,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:41:00','2018-04-11 06:41:02','2018-04-11 06:41:02'),(872714,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:42:00','2018-04-11 06:42:02','2018-04-11 06:42:02'),(872715,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:43:00','2018-04-11 06:43:02','2018-04-11 06:43:02'),(872716,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:28:00','2018-04-11 06:28:02','2018-04-11 06:28:02'),(872717,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:29:00','2018-04-11 06:29:03','2018-04-11 06:29:03'),(872718,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:30:00','2018-04-11 06:30:02','2018-04-11 06:30:02'),(872719,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:31:00','2018-04-11 06:31:03','2018-04-11 06:31:03'),(872720,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:32:00','2018-04-11 06:32:02','2018-04-11 06:32:02'),(872721,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:33:00','2018-04-11 06:33:02','2018-04-11 06:33:02'),(872722,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:34:00','2018-04-11 06:34:03','2018-04-11 06:34:03'),(872723,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:35:00','2018-04-11 06:35:08','2018-04-11 06:35:08'),(872724,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:36:00','2018-04-11 06:36:02','2018-04-11 06:36:02'),(872725,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:37:00','2018-04-11 06:37:03','2018-04-11 06:37:03'),(872726,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:38:00','2018-04-11 06:38:02','2018-04-11 06:38:02'),(872727,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:39:00','2018-04-11 06:39:03','2018-04-11 06:39:03'),(872728,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:40:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(872729,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:41:00','2018-04-11 06:41:02','2018-04-11 06:41:02'),(872730,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:42:00','2018-04-11 06:42:02','2018-04-11 06:42:02'),(872731,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:43:00','2018-04-11 06:43:02','2018-04-11 06:43:02'),(872732,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:28:00','2018-04-11 06:28:02','2018-04-11 06:28:02'),(872733,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:29:00','2018-04-11 06:29:03','2018-04-11 06:29:03'),(872734,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:30:00','2018-04-11 06:30:02','2018-04-11 06:30:02'),(872735,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:31:00','2018-04-11 06:31:03','2018-04-11 06:31:03'),(872736,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:32:00','2018-04-11 06:32:03','2018-04-11 06:32:03'),(872737,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:33:00','2018-04-11 06:33:02','2018-04-11 06:33:02'),(872738,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:34:00','2018-04-11 06:34:03','2018-04-11 06:34:03'),(872739,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:35:00','2018-04-11 06:35:08','2018-04-11 06:35:08'),(872740,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:36:00','2018-04-11 06:36:02','2018-04-11 06:36:02'),(872741,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:37:00','2018-04-11 06:37:03','2018-04-11 06:37:03'),(872742,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:38:00','2018-04-11 06:38:02','2018-04-11 06:38:02'),(872743,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:39:00','2018-04-11 06:39:03','2018-04-11 06:39:03'),(872744,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:40:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(872745,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:41:00','2018-04-11 06:41:02','2018-04-11 06:41:02'),(872746,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:42:00','2018-04-11 06:42:02','2018-04-11 06:42:02'),(872747,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:43:00','2018-04-11 06:43:02','2018-04-11 06:43:02'),(872748,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:28:00','2018-04-11 06:28:02','2018-04-11 06:28:02'),(872749,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:29:00','2018-04-11 06:29:03','2018-04-11 06:29:03'),(872750,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:30:00','2018-04-11 06:30:02','2018-04-11 06:30:02'),(872751,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:31:00','2018-04-11 06:31:03','2018-04-11 06:31:03'),(872752,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:32:00','2018-04-11 06:32:03','2018-04-11 06:32:03'),(872753,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:33:00','2018-04-11 06:33:02','2018-04-11 06:33:02'),(872754,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:34:00','2018-04-11 06:34:03','2018-04-11 06:34:03'),(872755,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:35:00','2018-04-11 06:35:08','2018-04-11 06:35:08'),(872756,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:36:00','2018-04-11 06:36:02','2018-04-11 06:36:02'),(872757,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:37:00','2018-04-11 06:37:03','2018-04-11 06:37:03'),(872758,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:38:00','2018-04-11 06:38:02','2018-04-11 06:38:02'),(872759,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:39:00','2018-04-11 06:39:03','2018-04-11 06:39:03'),(872760,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:40:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(872761,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:41:00','2018-04-11 06:41:02','2018-04-11 06:41:02'),(872762,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:42:00','2018-04-11 06:42:02','2018-04-11 06:42:02'),(872763,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:43:00','2018-04-11 06:43:02','2018-04-11 06:43:02'),(872764,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:28:00','2018-04-11 06:28:02','2018-04-11 06:28:02'),(872765,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:30:00','2018-04-11 06:30:02','2018-04-11 06:30:02'),(872766,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:32:00','2018-04-11 06:32:03','2018-04-11 06:32:03'),(872767,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:34:00','2018-04-11 06:34:03','2018-04-11 06:34:03'),(872768,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:36:00','2018-04-11 06:36:02','2018-04-11 06:36:02'),(872769,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:38:00','2018-04-11 06:38:02','2018-04-11 06:38:02'),(872770,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:40:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(872771,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:42:00','2018-04-11 06:42:02','2018-04-11 06:42:02'),(872772,'captcha_delete_old_attempts','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:30:00','2018-04-11 06:30:02','2018-04-11 06:30:02'),(872773,'captcha_delete_expired_images','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:30:00','2018-04-11 06:30:02','2018-04-11 06:30:02'),(872774,'captcha_delete_expired_images','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:40:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(872775,'temando_process_platform_events','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:30:00','2018-04-11 06:30:02','2018-04-11 06:30:02'),(872776,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:27:00','2018-04-11 06:27:04','2018-04-11 06:27:04'),(872777,'indexer_update_all_views','success',NULL,'2018-04-11 06:24:03','2018-04-11 06:27:00','2018-04-11 06:27:04','2018-04-11 06:27:04'),(872778,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:25:03','2018-04-11 06:28:00','2018-04-11 06:28:03','2018-04-11 06:28:03'),(872779,'indexer_update_all_views','success',NULL,'2018-04-11 06:25:03','2018-04-11 06:28:00','2018-04-11 06:28:03','2018-04-11 06:28:03'),(872780,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:26:03','2018-04-11 06:29:00','2018-04-11 06:29:03','2018-04-11 06:29:03'),(872781,'indexer_update_all_views','success',NULL,'2018-04-11 06:26:03','2018-04-11 06:29:00','2018-04-11 06:29:03','2018-04-11 06:29:03'),(872782,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:27:03','2018-04-11 06:30:00','2018-04-11 06:30:03','2018-04-11 06:30:03'),(872783,'indexer_update_all_views','success',NULL,'2018-04-11 06:27:03','2018-04-11 06:30:00','2018-04-11 06:30:03','2018-04-11 06:30:03'),(872784,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 06:27:03','2018-04-11 06:30:00','2018-04-11 06:30:03',NULL),(872785,'ddg_automation_importer','success',NULL,'2018-04-11 06:27:03','2018-04-11 06:30:00','2018-04-11 06:30:05','2018-04-11 06:30:05'),(872786,'ddg_automation_status','success',NULL,'2018-04-11 06:27:03','2018-04-11 06:30:00','2018-04-11 06:30:05','2018-04-11 06:30:05'),(872787,'ddg_automation_abandonedcarts','success',NULL,'2018-04-11 06:27:03','2018-04-11 06:30:00','2018-04-11 06:30:05','2018-04-11 06:30:05'),(872788,'ddg_automation_reviews_and_wishlist','success',NULL,'2018-04-11 06:27:03','2018-04-11 06:30:00','2018-04-11 06:30:05','2018-04-11 06:30:05'),(872789,'ddg_automation_campaign','success',NULL,'2018-04-11 06:27:03','2018-04-11 06:30:00','2018-04-11 06:30:05','2018-04-11 06:30:05'),(872790,'ddg_automation_order_sync','success',NULL,'2018-04-11 06:27:03','2018-04-11 06:30:00','2018-04-11 06:30:05','2018-04-11 06:30:05'),(872791,'ddg_automation_catalog_sync','success',NULL,'2018-04-11 06:27:03','2018-04-11 06:30:00','2018-04-11 06:30:05','2018-04-11 06:30:05'),(872792,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:28:03','2018-04-11 06:31:00','2018-04-11 06:31:03','2018-04-11 06:31:03'),(872793,'indexer_update_all_views','success',NULL,'2018-04-11 06:28:03','2018-04-11 06:31:00','2018-04-11 06:31:03','2018-04-11 06:31:04'),(872794,'indexer_update_all_views','success',NULL,'2018-04-11 06:28:03','2018-04-11 06:31:00','2018-04-11 06:31:04','2018-04-11 06:31:04'),(872795,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:29:03','2018-04-11 06:32:00','2018-04-11 06:32:03','2018-04-11 06:32:03'),(872796,'indexer_update_all_views','success',NULL,'2018-04-11 06:29:03','2018-04-11 06:32:00','2018-04-11 06:32:03','2018-04-11 06:32:04'),(872797,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:30:03','2018-04-11 06:33:00','2018-04-11 06:33:03','2018-04-11 06:33:03'),(872798,'indexer_update_all_views','success',NULL,'2018-04-11 06:30:03','2018-04-11 06:33:00','2018-04-11 06:33:03','2018-04-11 06:33:03'),(872799,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:31:03','2018-04-11 06:34:00','2018-04-11 06:34:04','2018-04-11 06:34:04'),(872800,'indexer_update_all_views','success',NULL,'2018-04-11 06:31:03','2018-04-11 06:34:00','2018-04-11 06:34:04','2018-04-11 06:34:04'),(872801,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:32:03','2018-04-11 06:35:00','2018-04-11 06:35:09','2018-04-11 06:35:09'),(872802,'indexer_update_all_views','success',NULL,'2018-04-11 06:32:03','2018-04-11 06:35:00','2018-04-11 06:35:09','2018-04-11 06:35:09'),(872803,'ddg_automation_importer','success',NULL,'2018-04-11 06:32:03','2018-04-11 06:35:00','2018-04-11 06:35:08','2018-04-11 06:35:09'),(872804,'ddg_automation_abandonedcarts','success',NULL,'2018-04-11 06:32:03','2018-04-11 06:35:00','2018-04-11 06:35:09','2018-04-11 06:35:09'),(872805,'ddg_automation_campaign','success',NULL,'2018-04-11 06:32:03','2018-04-11 06:35:00','2018-04-11 06:35:09','2018-04-11 06:35:09'),(872806,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:33:03','2018-04-11 06:36:00','2018-04-11 06:36:03','2018-04-11 06:36:03'),(872807,'indexer_update_all_views','success',NULL,'2018-04-11 06:33:03','2018-04-11 06:36:00','2018-04-11 06:36:03','2018-04-11 06:36:03'),(872808,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:33:03','2018-04-11 06:36:00','2018-04-11 06:36:03','2018-04-11 06:36:03'),(872809,'indexer_update_all_views','success',NULL,'2018-04-11 06:33:03','2018-04-11 06:36:00','2018-04-11 06:36:03','2018-04-11 06:36:03'),(872810,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:34:03','2018-04-11 06:37:00','2018-04-11 06:37:03','2018-04-11 06:37:03'),(872811,'indexer_update_all_views','success',NULL,'2018-04-11 06:34:03','2018-04-11 06:37:00','2018-04-11 06:37:03','2018-04-11 06:37:04'),(872812,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:35:08','2018-04-11 06:38:00','2018-04-11 06:38:03','2018-04-11 06:38:03'),(872813,'indexer_update_all_views','success',NULL,'2018-04-11 06:35:08','2018-04-11 06:38:00','2018-04-11 06:38:03','2018-04-11 06:38:03'),(872814,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:37:03','2018-04-11 06:39:00','2018-04-11 06:39:04','2018-04-11 06:39:04'),(872815,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:37:03','2018-04-11 06:40:00','2018-04-11 06:40:04','2018-04-11 06:40:04'),(872816,'indexer_update_all_views','success',NULL,'2018-04-11 06:37:03','2018-04-11 06:39:00','2018-04-11 06:39:04','2018-04-11 06:39:04'),(872817,'indexer_update_all_views','success',NULL,'2018-04-11 06:37:03','2018-04-11 06:40:00','2018-04-11 06:40:04','2018-04-11 06:40:04'),(872818,'ddg_automation_importer','success',NULL,'2018-04-11 06:37:03','2018-04-11 06:40:00','2018-04-11 06:40:04','2018-04-11 06:40:04'),(872819,'ddg_automation_abandonedcarts','success',NULL,'2018-04-11 06:37:03','2018-04-11 06:40:00','2018-04-11 06:40:04','2018-04-11 06:40:04'),(872820,'ddg_automation_campaign','success',NULL,'2018-04-11 06:37:03','2018-04-11 06:40:00','2018-04-11 06:40:04','2018-04-11 06:40:04'),(872821,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:38:03','2018-04-11 06:41:00','2018-04-11 06:41:03','2018-04-11 06:41:03'),(872822,'indexer_update_all_views','success',NULL,'2018-04-11 06:38:03','2018-04-11 06:41:00','2018-04-11 06:41:03','2018-04-11 06:41:03'),(872823,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:39:03','2018-04-11 06:42:00','2018-04-11 06:42:03','2018-04-11 06:42:03'),(872824,'indexer_update_all_views','success',NULL,'2018-04-11 06:39:03','2018-04-11 06:42:00','2018-04-11 06:42:03','2018-04-11 06:42:03'),(872825,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:39:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(872826,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:39:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(872827,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:44:00','2018-04-11 06:44:03','2018-04-11 06:44:03'),(872828,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:44:00','2018-04-11 06:44:03','2018-04-11 06:44:03'),(872829,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:45:00','2018-04-11 06:45:02','2018-04-11 06:45:03'),(872830,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:45:00','2018-04-11 06:45:03','2018-04-11 06:45:03'),(872831,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:46:00','2018-04-11 06:46:02','2018-04-11 06:46:03'),(872832,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:46:00','2018-04-11 06:46:03','2018-04-11 06:46:03'),(872833,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:47:00','2018-04-11 06:47:02','2018-04-11 06:47:02'),(872834,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:47:00','2018-04-11 06:47:02','2018-04-11 06:47:02'),(872835,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:48:00','2018-04-11 06:48:02','2018-04-11 06:48:03'),(872836,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:48:00','2018-04-11 06:48:03','2018-04-11 06:48:03'),(872837,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:49:00','2018-04-11 06:49:02','2018-04-11 06:49:02'),(872838,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:49:00','2018-04-11 06:49:02','2018-04-11 06:49:02'),(872839,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:50:00','2018-04-11 06:50:03','2018-04-11 06:50:03'),(872840,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:50:00','2018-04-11 06:50:03','2018-04-11 06:50:03'),(872841,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:51:00','2018-04-11 06:51:02','2018-04-11 06:51:02'),(872842,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:51:00','2018-04-11 06:51:02','2018-04-11 06:51:02'),(872843,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:52:00','2018-04-11 06:52:03','2018-04-11 06:52:03'),(872844,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:52:00','2018-04-11 06:52:03','2018-04-11 06:52:03'),(872845,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:53:00','2018-04-11 06:53:02','2018-04-11 06:53:02'),(872846,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:53:00','2018-04-11 06:53:02','2018-04-11 06:53:02'),(872847,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:54:00','2018-04-11 06:54:03','2018-04-11 06:54:03'),(872848,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:54:00','2018-04-11 06:54:03','2018-04-11 06:54:03'),(872849,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:55:00','2018-04-11 06:55:02','2018-04-11 06:55:02'),(872850,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:55:00','2018-04-11 06:55:02','2018-04-11 06:55:02'),(872851,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:56:00','2018-04-11 06:56:02','2018-04-11 06:56:02'),(872852,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:56:00','2018-04-11 06:56:02','2018-04-11 06:56:02'),(872853,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:57:00','2018-04-11 06:57:03','2018-04-11 06:57:03'),(872854,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:57:00','2018-04-11 06:57:03','2018-04-11 06:57:03'),(872855,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:58:00','2018-04-11 06:58:02','2018-04-11 06:58:02'),(872856,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:58:00','2018-04-11 06:58:02','2018-04-11 06:58:02'),(872857,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:39:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(872858,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:39:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(872859,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:44:00','2018-04-11 06:44:03','2018-04-11 06:44:03'),(872860,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:44:00','2018-04-11 06:44:03','2018-04-11 06:44:03'),(872861,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:45:00','2018-04-11 06:45:03','2018-04-11 06:45:03'),(872862,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:45:00','2018-04-11 06:45:03','2018-04-11 06:45:03'),(872863,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:46:00','2018-04-11 06:46:03','2018-04-11 06:46:03'),(872864,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:46:00','2018-04-11 06:46:03','2018-04-11 06:46:03'),(872865,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:47:00','2018-04-11 06:47:02','2018-04-11 06:47:02'),(872866,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:47:00','2018-04-11 06:47:02','2018-04-11 06:47:02'),(872867,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:48:00','2018-04-11 06:48:03','2018-04-11 06:48:03'),(872868,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:48:00','2018-04-11 06:48:03','2018-04-11 06:48:03'),(872869,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:49:00','2018-04-11 06:49:02','2018-04-11 06:49:02'),(872870,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:49:00','2018-04-11 06:49:02','2018-04-11 06:49:02'),(872871,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:50:00','2018-04-11 06:50:03','2018-04-11 06:50:03'),(872872,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:50:00','2018-04-11 06:50:03','2018-04-11 06:50:03'),(872873,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:51:00','2018-04-11 06:51:02','2018-04-11 06:51:02'),(872874,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:51:00','2018-04-11 06:51:02','2018-04-11 06:51:02'),(872875,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:52:00','2018-04-11 06:52:03','2018-04-11 06:52:03'),(872876,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:52:00','2018-04-11 06:52:03','2018-04-11 06:52:03'),(872877,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:53:00','2018-04-11 06:53:02','2018-04-11 06:53:02'),(872878,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:53:00','2018-04-11 06:53:02','2018-04-11 06:53:02'),(872879,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:54:00','2018-04-11 06:54:03','2018-04-11 06:54:03'),(872880,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:54:00','2018-04-11 06:54:03','2018-04-11 06:54:03'),(872881,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:55:00','2018-04-11 06:55:02','2018-04-11 06:55:02'),(872882,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:55:00','2018-04-11 06:55:02','2018-04-11 06:55:02'),(872883,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:56:00','2018-04-11 06:56:02','2018-04-11 06:56:02'),(872884,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:56:00','2018-04-11 06:56:02','2018-04-11 06:56:02'),(872885,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:57:00','2018-04-11 06:57:03','2018-04-11 06:57:03'),(872886,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:57:00','2018-04-11 06:57:03','2018-04-11 06:57:03'),(872887,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:58:00','2018-04-11 06:58:02','2018-04-11 06:58:02'),(872888,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:58:00','2018-04-11 06:58:02','2018-04-11 06:58:02'),(872889,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:45:00','2018-04-11 06:45:03','2018-04-11 06:45:03'),(872890,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:45:00','2018-04-11 06:45:03','2018-04-11 06:45:03'),(872891,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:50:00','2018-04-11 06:50:03','2018-04-11 06:50:03'),(872892,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:50:00','2018-04-11 06:50:03','2018-04-11 06:50:03'),(872893,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:55:00','2018-04-11 06:55:02','2018-04-11 06:55:02'),(872894,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:55:00','2018-04-11 06:55:02','2018-04-11 06:55:02'),(872895,'newsletter_send_all','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:45:00','2018-04-11 06:45:03','2018-04-11 06:45:03'),(872896,'newsletter_send_all','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:45:00','2018-04-11 06:45:03','2018-04-11 06:45:03'),(872897,'newsletter_send_all','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:50:00','2018-04-11 06:50:03','2018-04-11 06:50:03'),(872898,'newsletter_send_all','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:50:00','2018-04-11 06:50:03','2018-04-11 06:50:03'),(872899,'newsletter_send_all','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:55:00','2018-04-11 06:55:02','2018-04-11 06:55:02'),(872900,'newsletter_send_all','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:55:00','2018-04-11 06:55:02','2018-04-11 06:55:02'),(872901,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:39:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(872902,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:39:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(872903,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:44:00','2018-04-11 06:44:03','2018-04-11 06:44:03'),(872904,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:44:00','2018-04-11 06:44:03','2018-04-11 06:44:03'),(872905,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:45:00','2018-04-11 06:45:03','2018-04-11 06:45:03'),(872906,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:45:00','2018-04-11 06:45:03','2018-04-11 06:45:03'),(872907,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:46:00','2018-04-11 06:46:03','2018-04-11 06:46:03'),(872908,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:46:00','2018-04-11 06:46:03','2018-04-11 06:46:03'),(872909,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:47:00','2018-04-11 06:47:02','2018-04-11 06:47:02'),(872910,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:47:00','2018-04-11 06:47:02','2018-04-11 06:47:02'),(872911,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:48:00','2018-04-11 06:48:03','2018-04-11 06:48:03'),(872912,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:48:00','2018-04-11 06:48:03','2018-04-11 06:48:03'),(872913,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:49:00','2018-04-11 06:49:02','2018-04-11 06:49:02'),(872914,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:49:00','2018-04-11 06:49:02','2018-04-11 06:49:02'),(872915,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:50:00','2018-04-11 06:50:03','2018-04-11 06:50:03'),(872916,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:50:00','2018-04-11 06:50:03','2018-04-11 06:50:03'),(872917,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:51:00','2018-04-11 06:51:02','2018-04-11 06:51:02'),(872918,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:51:00','2018-04-11 06:51:02','2018-04-11 06:51:02'),(872919,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:52:00','2018-04-11 06:52:03','2018-04-11 06:52:03'),(872920,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:52:00','2018-04-11 06:52:03','2018-04-11 06:52:03'),(872921,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:53:00','2018-04-11 06:53:02','2018-04-11 06:53:02'),(872922,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:53:00','2018-04-11 06:53:02','2018-04-11 06:53:02'),(872923,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:54:00','2018-04-11 06:54:03','2018-04-11 06:54:03'),(872924,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:54:00','2018-04-11 06:54:03','2018-04-11 06:54:03'),(872925,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:55:00','2018-04-11 06:55:02','2018-04-11 06:55:02'),(872926,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:55:00','2018-04-11 06:55:02','2018-04-11 06:55:02'),(872927,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:56:00','2018-04-11 06:56:02','2018-04-11 06:56:02'),(872928,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:56:00','2018-04-11 06:56:02','2018-04-11 06:56:02'),(872929,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:57:00','2018-04-11 06:57:03','2018-04-11 06:57:03'),(872930,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:57:00','2018-04-11 06:57:03','2018-04-11 06:57:03'),(872931,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:58:00','2018-04-11 06:58:02','2018-04-11 06:58:02'),(872932,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:58:00','2018-04-11 06:58:02','2018-04-11 06:58:02'),(872933,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:39:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(872934,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:39:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(872935,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:44:00','2018-04-11 06:44:03','2018-04-11 06:44:03'),(872936,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:44:00','2018-04-11 06:44:03','2018-04-11 06:44:03'),(872937,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:45:00','2018-04-11 06:45:03','2018-04-11 06:45:03'),(872938,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:45:00','2018-04-11 06:45:03','2018-04-11 06:45:03'),(872939,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:46:00','2018-04-11 06:46:03','2018-04-11 06:46:03'),(872940,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:46:00','2018-04-11 06:46:03','2018-04-11 06:46:03'),(872941,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:47:00','2018-04-11 06:47:02','2018-04-11 06:47:02'),(872942,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:47:00','2018-04-11 06:47:02','2018-04-11 06:47:02'),(872943,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:48:00','2018-04-11 06:48:03','2018-04-11 06:48:03'),(872944,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:48:00','2018-04-11 06:48:03','2018-04-11 06:48:03'),(872945,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:49:00','2018-04-11 06:49:02','2018-04-11 06:49:02'),(872946,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:49:00','2018-04-11 06:49:02','2018-04-11 06:49:02'),(872947,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:50:00','2018-04-11 06:50:03','2018-04-11 06:50:03'),(872948,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:50:00','2018-04-11 06:50:03','2018-04-11 06:50:03'),(872949,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:51:00','2018-04-11 06:51:02','2018-04-11 06:51:02'),(872950,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:51:00','2018-04-11 06:51:02','2018-04-11 06:51:02'),(872951,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:52:00','2018-04-11 06:52:03','2018-04-11 06:52:03'),(872952,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:52:00','2018-04-11 06:52:03','2018-04-11 06:52:03'),(872953,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:53:00','2018-04-11 06:53:02','2018-04-11 06:53:02'),(872954,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:53:00','2018-04-11 06:53:02','2018-04-11 06:53:02'),(872955,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:54:00','2018-04-11 06:54:03','2018-04-11 06:54:03'),(872956,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:54:00','2018-04-11 06:54:03','2018-04-11 06:54:03'),(872957,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:55:00','2018-04-11 06:55:02','2018-04-11 06:55:02'),(872958,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:55:00','2018-04-11 06:55:02','2018-04-11 06:55:02'),(872959,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:56:00','2018-04-11 06:56:02','2018-04-11 06:56:02'),(872960,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:56:00','2018-04-11 06:56:02','2018-04-11 06:56:02'),(872961,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:57:00','2018-04-11 06:57:03','2018-04-11 06:57:03'),(872962,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:57:00','2018-04-11 06:57:03','2018-04-11 06:57:03'),(872963,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:58:00','2018-04-11 06:58:02','2018-04-11 06:58:02'),(872964,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:58:00','2018-04-11 06:58:02','2018-04-11 06:58:02'),(872965,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:39:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(872966,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:39:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(872967,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:44:00','2018-04-11 06:44:03','2018-04-11 06:44:03'),(872968,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:44:00','2018-04-11 06:44:03','2018-04-11 06:44:03'),(872969,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:45:00','2018-04-11 06:45:03','2018-04-11 06:45:03'),(872970,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:45:00','2018-04-11 06:45:03','2018-04-11 06:45:03'),(872971,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:46:00','2018-04-11 06:46:03','2018-04-11 06:46:03'),(872972,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:46:00','2018-04-11 06:46:03','2018-04-11 06:46:03'),(872973,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:47:00','2018-04-11 06:47:02','2018-04-11 06:47:02'),(872974,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:47:00','2018-04-11 06:47:02','2018-04-11 06:47:02'),(872975,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:48:00','2018-04-11 06:48:03','2018-04-11 06:48:03'),(872976,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:48:00','2018-04-11 06:48:03','2018-04-11 06:48:03'),(872977,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:49:00','2018-04-11 06:49:02','2018-04-11 06:49:02'),(872978,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:49:00','2018-04-11 06:49:02','2018-04-11 06:49:02'),(872979,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:50:00','2018-04-11 06:50:03','2018-04-11 06:50:03'),(872980,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:50:00','2018-04-11 06:50:03','2018-04-11 06:50:03'),(872981,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:51:00','2018-04-11 06:51:02','2018-04-11 06:51:02'),(872982,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:51:00','2018-04-11 06:51:02','2018-04-11 06:51:02'),(872983,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:52:00','2018-04-11 06:52:03','2018-04-11 06:52:03'),(872984,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:52:00','2018-04-11 06:52:03','2018-04-11 06:52:03'),(872985,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:53:00','2018-04-11 06:53:02','2018-04-11 06:53:02'),(872986,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:53:00','2018-04-11 06:53:02','2018-04-11 06:53:02'),(872987,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:54:00','2018-04-11 06:54:03','2018-04-11 06:54:03'),(872988,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:54:00','2018-04-11 06:54:03','2018-04-11 06:54:03'),(872989,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:55:00','2018-04-11 06:55:02','2018-04-11 06:55:02'),(872990,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:55:00','2018-04-11 06:55:02','2018-04-11 06:55:02'),(872991,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:56:00','2018-04-11 06:56:02','2018-04-11 06:56:02'),(872992,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:56:00','2018-04-11 06:56:02','2018-04-11 06:56:02'),(872993,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:57:00','2018-04-11 06:57:03','2018-04-11 06:57:03'),(872994,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:57:00','2018-04-11 06:57:03','2018-04-11 06:57:03'),(872995,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:58:00','2018-04-11 06:58:02','2018-04-11 06:58:02'),(872996,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:58:00','2018-04-11 06:58:02','2018-04-11 06:58:02'),(872997,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:39:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(872998,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:39:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(872999,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:44:00','2018-04-11 06:44:03','2018-04-11 06:44:03'),(873000,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:44:00','2018-04-11 06:44:03','2018-04-11 06:44:03'),(873001,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:45:00','2018-04-11 06:45:03','2018-04-11 06:45:03'),(873002,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:45:00','2018-04-11 06:45:03','2018-04-11 06:45:03'),(873003,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:46:00','2018-04-11 06:46:03','2018-04-11 06:46:03'),(873004,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:46:00','2018-04-11 06:46:03','2018-04-11 06:46:03'),(873005,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:47:00','2018-04-11 06:47:02','2018-04-11 06:47:02'),(873006,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:47:00','2018-04-11 06:47:02','2018-04-11 06:47:02'),(873007,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:48:00','2018-04-11 06:48:03','2018-04-11 06:48:03'),(873008,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:49:00','2018-04-11 06:49:02','2018-04-11 06:49:02'),(873009,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:48:00','2018-04-11 06:48:03','2018-04-11 06:48:03'),(873010,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:50:00','2018-04-11 06:50:03','2018-04-11 06:50:03'),(873011,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:49:00','2018-04-11 06:49:02','2018-04-11 06:49:02'),(873012,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:51:00','2018-04-11 06:51:02','2018-04-11 06:51:02'),(873013,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:50:00','2018-04-11 06:50:03','2018-04-11 06:50:03'),(873014,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:52:00','2018-04-11 06:52:03','2018-04-11 06:52:03'),(873015,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:51:00','2018-04-11 06:51:02','2018-04-11 06:51:02'),(873016,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:53:00','2018-04-11 06:53:02','2018-04-11 06:53:02'),(873017,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:52:00','2018-04-11 06:52:03','2018-04-11 06:52:03'),(873018,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:54:00','2018-04-11 06:54:03','2018-04-11 06:54:03'),(873019,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:53:00','2018-04-11 06:53:02','2018-04-11 06:53:02'),(873020,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:55:00','2018-04-11 06:55:02','2018-04-11 06:55:02'),(873021,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:54:00','2018-04-11 06:54:03','2018-04-11 06:54:03'),(873022,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:56:00','2018-04-11 06:56:02','2018-04-11 06:56:02'),(873023,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:55:00','2018-04-11 06:55:02','2018-04-11 06:55:02'),(873024,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:57:00','2018-04-11 06:57:03','2018-04-11 06:57:03'),(873025,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:56:00','2018-04-11 06:56:02','2018-04-11 06:56:02'),(873026,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:58:00','2018-04-11 06:58:02','2018-04-11 06:58:02'),(873027,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:57:00','2018-04-11 06:57:03','2018-04-11 06:57:03'),(873028,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:39:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(873029,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:58:00','2018-04-11 06:58:02','2018-04-11 06:58:02'),(873030,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:44:00','2018-04-11 06:44:03','2018-04-11 06:44:03'),(873031,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:39:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(873032,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:45:00','2018-04-11 06:45:03','2018-04-11 06:45:03'),(873033,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:46:00','2018-04-11 06:46:03','2018-04-11 06:46:03'),(873034,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:44:00','2018-04-11 06:44:03','2018-04-11 06:44:03'),(873035,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:47:00','2018-04-11 06:47:02','2018-04-11 06:47:02'),(873036,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:45:00','2018-04-11 06:45:03','2018-04-11 06:45:03'),(873037,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:48:00','2018-04-11 06:48:03','2018-04-11 06:48:03'),(873038,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:46:00','2018-04-11 06:46:03','2018-04-11 06:46:03'),(873039,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:49:00','2018-04-11 06:49:02','2018-04-11 06:49:02'),(873040,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:47:00','2018-04-11 06:47:02','2018-04-11 06:47:02'),(873041,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:50:00','2018-04-11 06:50:03','2018-04-11 06:50:03'),(873042,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:48:00','2018-04-11 06:48:03','2018-04-11 06:48:03'),(873043,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:51:00','2018-04-11 06:51:02','2018-04-11 06:51:02'),(873044,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:49:00','2018-04-11 06:49:02','2018-04-11 06:49:02'),(873045,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:52:00','2018-04-11 06:52:03','2018-04-11 06:52:03'),(873046,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:50:00','2018-04-11 06:50:03','2018-04-11 06:50:03'),(873047,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:53:00','2018-04-11 06:53:02','2018-04-11 06:53:02'),(873048,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:51:00','2018-04-11 06:51:02','2018-04-11 06:51:02'),(873049,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:54:00','2018-04-11 06:54:03','2018-04-11 06:54:03'),(873050,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:52:00','2018-04-11 06:52:03','2018-04-11 06:52:03'),(873051,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:55:00','2018-04-11 06:55:02','2018-04-11 06:55:02'),(873052,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:53:00','2018-04-11 06:53:02','2018-04-11 06:53:02'),(873053,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:56:00','2018-04-11 06:56:02','2018-04-11 06:56:02'),(873054,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:54:00','2018-04-11 06:54:03','2018-04-11 06:54:03'),(873055,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:57:00','2018-04-11 06:57:03','2018-04-11 06:57:03'),(873056,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:55:00','2018-04-11 06:55:02','2018-04-11 06:55:02'),(873057,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:58:00','2018-04-11 06:58:02','2018-04-11 06:58:02'),(873058,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:56:00','2018-04-11 06:56:02','2018-04-11 06:56:02'),(873059,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:39:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(873060,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:57:00','2018-04-11 06:57:03','2018-04-11 06:57:03'),(873061,'sales_send_order_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:58:00','2018-04-11 06:58:02','2018-04-11 06:58:02'),(873062,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:44:00','2018-04-11 06:44:03','2018-04-11 06:44:03'),(873063,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:39:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(873064,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:45:00','2018-04-11 06:45:03','2018-04-11 06:45:03'),(873065,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:46:00','2018-04-11 06:46:03','2018-04-11 06:46:03'),(873066,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:44:00','2018-04-11 06:44:03','2018-04-11 06:44:03'),(873067,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:47:00','2018-04-11 06:47:02','2018-04-11 06:47:02'),(873068,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:45:00','2018-04-11 06:45:03','2018-04-11 06:45:03'),(873069,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:48:00','2018-04-11 06:48:03','2018-04-11 06:48:03'),(873070,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:46:00','2018-04-11 06:46:03','2018-04-11 06:46:03'),(873071,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:49:00','2018-04-11 06:49:02','2018-04-11 06:49:02'),(873072,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:47:00','2018-04-11 06:47:02','2018-04-11 06:47:02'),(873073,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:50:00','2018-04-11 06:50:03','2018-04-11 06:50:03'),(873074,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:48:00','2018-04-11 06:48:03','2018-04-11 06:48:03'),(873075,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:51:00','2018-04-11 06:51:02','2018-04-11 06:51:02'),(873076,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:49:00','2018-04-11 06:49:02','2018-04-11 06:49:02'),(873077,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:52:00','2018-04-11 06:52:03','2018-04-11 06:52:03'),(873078,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:50:00','2018-04-11 06:50:03','2018-04-11 06:50:03'),(873079,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:53:00','2018-04-11 06:53:02','2018-04-11 06:53:02'),(873080,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:51:00','2018-04-11 06:51:02','2018-04-11 06:51:02'),(873081,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:54:00','2018-04-11 06:54:03','2018-04-11 06:54:03'),(873082,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:52:00','2018-04-11 06:52:03','2018-04-11 06:52:03'),(873083,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:55:00','2018-04-11 06:55:02','2018-04-11 06:55:02'),(873084,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:53:00','2018-04-11 06:53:02','2018-04-11 06:53:02'),(873085,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:56:00','2018-04-11 06:56:02','2018-04-11 06:56:02'),(873086,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:54:00','2018-04-11 06:54:03','2018-04-11 06:54:03'),(873087,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:57:00','2018-04-11 06:57:03','2018-04-11 06:57:03'),(873088,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:55:00','2018-04-11 06:55:02','2018-04-11 06:55:02'),(873089,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:58:00','2018-04-11 06:58:02','2018-04-11 06:58:02'),(873090,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:56:00','2018-04-11 06:56:02','2018-04-11 06:56:02'),(873091,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:39:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(873092,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:57:00','2018-04-11 06:57:03','2018-04-11 06:57:03'),(873093,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:44:00','2018-04-11 06:44:03','2018-04-11 06:44:03'),(873094,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:58:00','2018-04-11 06:58:02','2018-04-11 06:58:02'),(873095,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:45:00','2018-04-11 06:45:03','2018-04-11 06:45:03'),(873096,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:39:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(873097,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:46:00','2018-04-11 06:46:03','2018-04-11 06:46:03'),(873098,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:47:00','2018-04-11 06:47:02','2018-04-11 06:47:02'),(873099,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:44:00','2018-04-11 06:44:03','2018-04-11 06:44:03'),(873100,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:48:00','2018-04-11 06:48:03','2018-04-11 06:48:03'),(873101,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:45:00','2018-04-11 06:45:03','2018-04-11 06:45:03'),(873102,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:49:00','2018-04-11 06:49:02','2018-04-11 06:49:02'),(873103,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:46:00','2018-04-11 06:46:03','2018-04-11 06:46:03'),(873104,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:50:00','2018-04-11 06:50:03','2018-04-11 06:50:03'),(873105,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:47:00','2018-04-11 06:47:02','2018-04-11 06:47:02'),(873106,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:51:00','2018-04-11 06:51:02','2018-04-11 06:51:02'),(873107,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:48:00','2018-04-11 06:48:03','2018-04-11 06:48:03'),(873108,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:52:00','2018-04-11 06:52:03','2018-04-11 06:52:03'),(873109,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:49:00','2018-04-11 06:49:02','2018-04-11 06:49:02'),(873110,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:53:00','2018-04-11 06:53:02','2018-04-11 06:53:02'),(873111,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:50:00','2018-04-11 06:50:03','2018-04-11 06:50:03'),(873112,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:54:00','2018-04-11 06:54:03','2018-04-11 06:54:03'),(873113,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:51:00','2018-04-11 06:51:02','2018-04-11 06:51:02'),(873114,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:55:00','2018-04-11 06:55:02','2018-04-11 06:55:02'),(873115,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:52:00','2018-04-11 06:52:03','2018-04-11 06:52:03'),(873116,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:56:00','2018-04-11 06:56:02','2018-04-11 06:56:02'),(873117,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:53:00','2018-04-11 06:53:02','2018-04-11 06:53:02'),(873118,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:57:00','2018-04-11 06:57:03','2018-04-11 06:57:03'),(873119,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:54:00','2018-04-11 06:54:03','2018-04-11 06:54:03'),(873120,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:58:00','2018-04-11 06:58:02','2018-04-11 06:58:02'),(873121,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:55:00','2018-04-11 06:55:02','2018-04-11 06:55:02'),(873122,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:39:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(873123,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:56:00','2018-04-11 06:56:02','2018-04-11 06:56:02'),(873124,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:44:00','2018-04-11 06:44:03','2018-04-11 06:44:03'),(873125,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:57:00','2018-04-11 06:57:03','2018-04-11 06:57:03'),(873126,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:45:00','2018-04-11 06:45:03','2018-04-11 06:45:03'),(873127,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:58:00','2018-04-11 06:58:02','2018-04-11 06:58:02'),(873128,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:46:00','2018-04-11 06:46:03','2018-04-11 06:46:03'),(873129,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:39:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(873130,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:47:00','2018-04-11 06:47:02','2018-04-11 06:47:02'),(873131,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:44:00','2018-04-11 06:44:03','2018-04-11 06:44:03'),(873132,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:48:00','2018-04-11 06:48:03','2018-04-11 06:48:03'),(873133,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:45:00','2018-04-11 06:45:03','2018-04-11 06:45:03'),(873134,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:49:00','2018-04-11 06:49:02','2018-04-11 06:49:02'),(873135,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:46:00','2018-04-11 06:46:03','2018-04-11 06:46:03'),(873136,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:50:00','2018-04-11 06:50:03','2018-04-11 06:50:03'),(873137,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:47:00','2018-04-11 06:47:02','2018-04-11 06:47:02'),(873138,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:51:00','2018-04-11 06:51:02','2018-04-11 06:51:02'),(873139,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:48:00','2018-04-11 06:48:03','2018-04-11 06:48:03'),(873140,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:52:00','2018-04-11 06:52:03','2018-04-11 06:52:03'),(873141,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:49:00','2018-04-11 06:49:02','2018-04-11 06:49:02'),(873142,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:53:00','2018-04-11 06:53:02','2018-04-11 06:53:02'),(873143,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:50:00','2018-04-11 06:50:03','2018-04-11 06:50:03'),(873144,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:54:00','2018-04-11 06:54:03','2018-04-11 06:54:03'),(873145,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:51:00','2018-04-11 06:51:02','2018-04-11 06:51:02'),(873146,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:55:00','2018-04-11 06:55:02','2018-04-11 06:55:02'),(873147,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:52:00','2018-04-11 06:52:03','2018-04-11 06:52:03'),(873148,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:56:00','2018-04-11 06:56:02','2018-04-11 06:56:02'),(873149,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:53:00','2018-04-11 06:53:02','2018-04-11 06:53:02'),(873150,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:57:00','2018-04-11 06:57:03','2018-04-11 06:57:03'),(873151,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:54:00','2018-04-11 06:54:03','2018-04-11 06:54:03'),(873152,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:58:00','2018-04-11 06:58:02','2018-04-11 06:58:03'),(873153,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:55:00','2018-04-11 06:55:02','2018-04-11 06:55:02'),(873154,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:39:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(873155,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:56:00','2018-04-11 06:56:02','2018-04-11 06:56:02'),(873156,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:57:00','2018-04-11 06:57:03','2018-04-11 06:57:03'),(873157,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:44:00','2018-04-11 06:44:03','2018-04-11 06:44:03'),(873158,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:58:00','2018-04-11 06:58:03','2018-04-11 06:58:03'),(873159,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:45:00','2018-04-11 06:45:03','2018-04-11 06:45:03'),(873160,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:39:00','2018-04-11 06:40:03','2018-04-11 06:40:03'),(873161,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:46:00','2018-04-11 06:46:03','2018-04-11 06:46:03'),(873162,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:47:00','2018-04-11 06:47:02','2018-04-11 06:47:02'),(873163,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:44:00','2018-04-11 06:44:03','2018-04-11 06:44:03'),(873164,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:48:00','2018-04-11 06:48:03','2018-04-11 06:48:03'),(873165,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:45:00','2018-04-11 06:45:03','2018-04-11 06:45:03'),(873166,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:49:00','2018-04-11 06:49:02','2018-04-11 06:49:02'),(873167,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:46:00','2018-04-11 06:46:03','2018-04-11 06:46:03'),(873168,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:50:00','2018-04-11 06:50:03','2018-04-11 06:50:03'),(873169,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:47:00','2018-04-11 06:47:02','2018-04-11 06:47:02'),(873170,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:51:00','2018-04-11 06:51:02','2018-04-11 06:51:02'),(873171,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:48:00','2018-04-11 06:48:03','2018-04-11 06:48:03'),(873172,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:52:00','2018-04-11 06:52:03','2018-04-11 06:52:03'),(873173,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:49:00','2018-04-11 06:49:02','2018-04-11 06:49:02'),(873174,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:53:00','2018-04-11 06:53:02','2018-04-11 06:53:02'),(873175,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:50:00','2018-04-11 06:50:03','2018-04-11 06:50:03'),(873176,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:54:00','2018-04-11 06:54:03','2018-04-11 06:54:03'),(873177,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:51:00','2018-04-11 06:51:02','2018-04-11 06:51:02'),(873178,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:55:00','2018-04-11 06:55:02','2018-04-11 06:55:02'),(873179,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:52:00','2018-04-11 06:52:03','2018-04-11 06:52:03'),(873180,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:56:00','2018-04-11 06:56:02','2018-04-11 06:56:02'),(873181,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:53:00','2018-04-11 06:53:02','2018-04-11 06:53:02'),(873182,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:57:00','2018-04-11 06:57:03','2018-04-11 06:57:03'),(873183,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:54:00','2018-04-11 06:54:03','2018-04-11 06:54:03'),(873184,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:58:00','2018-04-11 06:58:03','2018-04-11 06:58:03'),(873185,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:55:00','2018-04-11 06:55:02','2018-04-11 06:55:02'),(873186,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:56:00','2018-04-11 06:56:02','2018-04-11 06:56:02'),(873187,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:57:00','2018-04-11 06:57:03','2018-04-11 06:57:03'),(873188,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:58:00','2018-04-11 06:58:03','2018-04-11 06:58:03'),(873189,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:44:00','2018-04-11 06:44:03','2018-04-11 06:44:03'),(873190,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:46:00','2018-04-11 06:46:03','2018-04-11 06:46:03'),(873191,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:48:00','2018-04-11 06:48:03','2018-04-11 06:48:03'),(873192,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:50:00','2018-04-11 06:50:03','2018-04-11 06:50:03'),(873193,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:44:00','2018-04-11 06:44:03','2018-04-11 06:44:03'),(873194,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:52:00','2018-04-11 06:52:03','2018-04-11 06:52:03'),(873195,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:46:00','2018-04-11 06:46:03','2018-04-11 06:46:03'),(873196,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:54:00','2018-04-11 06:54:03','2018-04-11 06:54:03'),(873197,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:48:00','2018-04-11 06:48:03','2018-04-11 06:48:03'),(873198,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:56:00','2018-04-11 06:56:02','2018-04-11 06:56:02'),(873199,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:50:00','2018-04-11 06:50:03','2018-04-11 06:50:03'),(873200,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:58:00','2018-04-11 06:58:03','2018-04-11 06:58:03'),(873201,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:52:00','2018-04-11 06:52:03','2018-04-11 06:52:03'),(873202,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:54:00','2018-04-11 06:54:03','2018-04-11 06:54:03'),(873203,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:56:00','2018-04-11 06:56:02','2018-04-11 06:56:02'),(873204,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:58:00','2018-04-11 06:58:03','2018-04-11 06:58:03'),(873205,'captcha_delete_expired_images','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:50:00','2018-04-11 06:50:03','2018-04-11 06:50:03'),(873206,'temando_process_platform_events','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:45:00','2018-04-11 06:45:03','2018-04-11 06:45:03'),(873207,'captcha_delete_expired_images','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:50:00','2018-04-11 06:50:03','2018-04-11 06:50:03'),(873208,'temando_process_platform_events','success',NULL,'2018-04-11 06:39:04','2018-04-11 06:45:00','2018-04-11 06:45:03','2018-04-11 06:45:03'),(873209,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:40:03','2018-04-11 06:43:00','2018-04-11 06:43:03','2018-04-11 06:43:03'),(873210,'indexer_update_all_views','success',NULL,'2018-04-11 06:40:03','2018-04-11 06:43:00','2018-04-11 06:43:03','2018-04-11 06:43:03'),(873211,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:41:03','2018-04-11 06:44:00','2018-04-11 06:44:04','2018-04-11 06:44:04'),(873212,'indexer_update_all_views','success',NULL,'2018-04-11 06:41:03','2018-04-11 06:44:00','2018-04-11 06:44:04','2018-04-11 06:44:04'),(873213,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:42:03','2018-04-11 06:45:00','2018-04-11 06:45:04','2018-04-11 06:45:04'),(873214,'indexer_update_all_views','success',NULL,'2018-04-11 06:42:03','2018-04-11 06:45:00','2018-04-11 06:45:04','2018-04-11 06:45:04'),(873215,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:42:03','2018-04-11 06:45:00','2018-04-11 06:45:04','2018-04-11 06:45:04'),(873216,'indexer_update_all_views','success',NULL,'2018-04-11 06:42:03','2018-04-11 06:45:00','2018-04-11 06:45:04','2018-04-11 06:45:04'),(873217,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 06:42:03','2018-04-11 06:45:00','2018-04-11 06:45:04',NULL),(873218,'ddg_automation_importer','success',NULL,'2018-04-11 06:42:03','2018-04-11 06:45:00','2018-04-11 06:45:10','2018-04-11 06:45:10'),(873219,'ddg_automation_status','success',NULL,'2018-04-11 06:42:03','2018-04-11 06:45:00','2018-04-11 06:45:10','2018-04-11 06:45:10'),(873220,'ddg_automation_abandonedcarts','success',NULL,'2018-04-11 06:42:03','2018-04-11 06:45:00','2018-04-11 06:45:10','2018-04-11 06:45:10'),(873221,'ddg_automation_reviews_and_wishlist','success',NULL,'2018-04-11 06:42:03','2018-04-11 06:45:00','2018-04-11 06:45:10','2018-04-11 06:45:10'),(873222,'ddg_automation_campaign','success',NULL,'2018-04-11 06:42:03','2018-04-11 06:45:00','2018-04-11 06:45:10','2018-04-11 06:45:10'),(873223,'ddg_automation_order_sync','success',NULL,'2018-04-11 06:42:03','2018-04-11 06:45:00','2018-04-11 06:45:10','2018-04-11 06:45:10'),(873224,'ddg_automation_catalog_sync','success',NULL,'2018-04-11 06:42:03','2018-04-11 06:45:00','2018-04-11 06:45:10','2018-04-11 06:45:10'),(873225,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:43:03','2018-04-11 06:46:00','2018-04-11 06:46:04','2018-04-11 06:46:04'),(873226,'indexer_update_all_views','success',NULL,'2018-04-11 06:43:03','2018-04-11 06:46:00','2018-04-11 06:46:04','2018-04-11 06:46:04'),(873227,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:43:03','2018-04-11 06:46:00','2018-04-11 06:46:04','2018-04-11 06:46:04'),(873228,'indexer_update_all_views','success',NULL,'2018-04-11 06:43:03','2018-04-11 06:46:00','2018-04-11 06:46:04','2018-04-11 06:46:04'),(873229,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:44:03','2018-04-11 06:47:00','2018-04-11 06:47:03','2018-04-11 06:47:03'),(873230,'indexer_update_all_views','success',NULL,'2018-04-11 06:44:03','2018-04-11 06:47:00','2018-04-11 06:47:03','2018-04-11 06:47:03'),(873231,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:45:03','2018-04-11 06:48:00','2018-04-11 06:48:04','2018-04-11 06:48:04'),(873232,'indexer_update_all_views','success',NULL,'2018-04-11 06:45:03','2018-04-11 06:48:00','2018-04-11 06:48:04','2018-04-11 06:48:04'),(873233,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:46:03','2018-04-11 06:49:00','2018-04-11 06:49:03','2018-04-11 06:49:03'),(873234,'indexer_update_all_views','success',NULL,'2018-04-11 06:46:03','2018-04-11 06:49:00','2018-04-11 06:49:03','2018-04-11 06:49:03'),(873235,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:47:03','2018-04-11 06:50:00','2018-04-11 06:50:04','2018-04-11 06:50:04'),(873236,'indexer_update_all_views','success',NULL,'2018-04-11 06:47:03','2018-04-11 06:50:00','2018-04-11 06:50:04','2018-04-11 06:50:04'),(873237,'ddg_automation_importer','success',NULL,'2018-04-11 06:47:03','2018-04-11 06:50:00','2018-04-11 06:50:04','2018-04-11 06:50:04'),(873238,'ddg_automation_abandonedcarts','success',NULL,'2018-04-11 06:47:03','2018-04-11 06:50:00','2018-04-11 06:50:04','2018-04-11 06:50:04'),(873239,'ddg_automation_campaign','success',NULL,'2018-04-11 06:47:03','2018-04-11 06:50:00','2018-04-11 06:50:04','2018-04-11 06:50:04'),(873240,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:48:03','2018-04-11 06:51:00','2018-04-11 06:51:03','2018-04-11 06:51:03'),(873241,'indexer_update_all_views','success',NULL,'2018-04-11 06:48:03','2018-04-11 06:51:00','2018-04-11 06:51:03','2018-04-11 06:51:03'),(873242,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:49:03','2018-04-11 06:52:00','2018-04-11 06:52:04','2018-04-11 06:52:04'),(873243,'indexer_update_all_views','success',NULL,'2018-04-11 06:49:03','2018-04-11 06:52:00','2018-04-11 06:52:04','2018-04-11 06:52:04'),(873244,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:50:03','2018-04-11 06:53:00','2018-04-11 06:53:03','2018-04-11 06:53:03'),(873245,'indexer_update_all_views','success',NULL,'2018-04-11 06:50:03','2018-04-11 06:53:00','2018-04-11 06:53:03','2018-04-11 06:53:03'),(873246,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:51:03','2018-04-11 06:54:00','2018-04-11 06:54:04','2018-04-11 06:54:05'),(873247,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:51:03','2018-04-11 06:54:00','2018-04-11 06:54:05','2018-04-11 06:54:05'),(873248,'indexer_update_all_views','success',NULL,'2018-04-11 06:51:03','2018-04-11 06:54:00','2018-04-11 06:54:05','2018-04-11 06:54:05'),(873249,'indexer_update_all_views','success',NULL,'2018-04-11 06:51:03','2018-04-11 06:54:00','2018-04-11 06:54:05','2018-04-11 06:54:05'),(873250,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:52:03','2018-04-11 06:55:00','2018-04-11 06:55:03','2018-04-11 06:55:03'),(873251,'indexer_update_all_views','success',NULL,'2018-04-11 06:52:03','2018-04-11 06:55:00','2018-04-11 06:55:03','2018-04-11 06:55:04'),(873252,'ddg_automation_importer','success',NULL,'2018-04-11 06:52:03','2018-04-11 06:55:00','2018-04-11 06:55:03','2018-04-11 06:55:03'),(873253,'ddg_automation_abandonedcarts','success',NULL,'2018-04-11 06:52:03','2018-04-11 06:55:00','2018-04-11 06:55:03','2018-04-11 06:55:03'),(873254,'ddg_automation_campaign','success',NULL,'2018-04-11 06:52:03','2018-04-11 06:55:00','2018-04-11 06:55:03','2018-04-11 06:55:03'),(873255,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:53:03','2018-04-11 06:56:00','2018-04-11 06:56:03','2018-04-11 06:56:03'),(873256,'indexer_update_all_views','success',NULL,'2018-04-11 06:53:03','2018-04-11 06:56:00','2018-04-11 06:56:03','2018-04-11 06:56:03'),(873257,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:54:03','2018-04-11 06:57:00','2018-04-11 06:57:04','2018-04-11 06:57:04'),(873258,'indexer_update_all_views','success',NULL,'2018-04-11 06:54:03','2018-04-11 06:57:00','2018-04-11 06:57:04','2018-04-11 06:57:04'),(873259,'catalog_index_refresh_price','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:02','2018-04-11 07:00:02'),(873260,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:54:00','2018-04-11 06:55:02','2018-04-11 06:55:02'),(873261,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:59:00','2018-04-11 06:59:03','2018-04-11 06:59:03'),(873262,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:02','2018-04-11 07:00:03'),(873263,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:01:00','2018-04-11 07:01:03','2018-04-11 07:01:03'),(873264,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:02:00','2018-04-11 07:02:02','2018-04-11 07:02:02'),(873265,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:03:00','2018-04-11 07:03:07','2018-04-11 07:03:07'),(873266,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:04:00','2018-04-11 07:04:02','2018-04-11 07:04:02'),(873267,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:05:00','2018-04-11 07:05:03','2018-04-11 07:05:03'),(873268,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:06:00','2018-04-11 07:06:02','2018-04-11 07:06:02'),(873269,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:07:00','2018-04-11 07:07:02','2018-04-11 07:07:02'),(873270,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:08:00','2018-04-11 07:08:03','2018-04-11 07:08:03'),(873271,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:09:00','2018-04-11 07:09:03','2018-04-11 07:09:03'),(873272,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:10:00','2018-04-11 07:10:04','2018-04-11 07:10:04'),(873273,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:11:00','2018-04-11 07:11:02','2018-04-11 07:11:02'),(873274,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:12:00','2018-04-11 07:12:03','2018-04-11 07:12:03'),(873275,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:13:00','2018-04-11 07:13:02','2018-04-11 07:13:02'),(873276,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:54:00','2018-04-11 06:55:03','2018-04-11 06:55:03'),(873277,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:59:00','2018-04-11 06:59:03','2018-04-11 06:59:03'),(873278,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873279,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:01:00','2018-04-11 07:01:03','2018-04-11 07:01:03'),(873280,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:02:00','2018-04-11 07:02:02','2018-04-11 07:02:02'),(873281,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:03:00','2018-04-11 07:03:07','2018-04-11 07:03:07'),(873282,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:04:00','2018-04-11 07:04:02','2018-04-11 07:04:02'),(873283,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:04:00','2018-04-11 07:04:02','2018-04-11 07:04:02'),(873284,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:05:00','2018-04-11 07:05:03','2018-04-11 07:05:03'),(873285,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:05:00','2018-04-11 07:05:03','2018-04-11 07:05:03'),(873286,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:06:00','2018-04-11 07:06:02','2018-04-11 07:06:02'),(873287,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:06:00','2018-04-11 07:06:02','2018-04-11 07:06:02'),(873288,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:07:00','2018-04-11 07:07:02','2018-04-11 07:07:02'),(873289,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:07:00','2018-04-11 07:07:02','2018-04-11 07:07:02'),(873290,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:08:00','2018-04-11 07:08:03','2018-04-11 07:08:03'),(873291,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:08:00','2018-04-11 07:08:03','2018-04-11 07:08:03'),(873292,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:09:00','2018-04-11 07:09:03','2018-04-11 07:09:03'),(873293,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:09:00','2018-04-11 07:09:03','2018-04-11 07:09:03'),(873294,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:10:00','2018-04-11 07:10:04','2018-04-11 07:10:04'),(873295,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:10:00','2018-04-11 07:10:04','2018-04-11 07:10:04'),(873296,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:11:00','2018-04-11 07:11:02','2018-04-11 07:11:02'),(873297,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:11:00','2018-04-11 07:11:02','2018-04-11 07:11:02'),(873298,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:12:00','2018-04-11 07:12:03','2018-04-11 07:12:03'),(873299,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:12:00','2018-04-11 07:12:03','2018-04-11 07:12:03'),(873300,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:13:00','2018-04-11 07:13:02','2018-04-11 07:13:02'),(873301,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:13:00','2018-04-11 07:13:02','2018-04-11 07:13:02'),(873302,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:54:00','2018-04-11 06:55:03','2018-04-11 06:55:03'),(873303,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873304,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:59:00','2018-04-11 06:59:03','2018-04-11 06:59:03'),(873305,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:05:00','2018-04-11 07:05:03','2018-04-11 07:05:03'),(873306,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873307,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:01:00','2018-04-11 07:01:03','2018-04-11 07:01:03'),(873308,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:10:00','2018-04-11 07:10:04','2018-04-11 07:10:04'),(873309,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:02:00','2018-04-11 07:02:02','2018-04-11 07:02:02'),(873310,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:03:00','2018-04-11 07:03:07','2018-04-11 07:03:07'),(873311,'newsletter_send_all','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873312,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:04:00','2018-04-11 07:04:02','2018-04-11 07:04:02'),(873313,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:05:00','2018-04-11 07:05:03','2018-04-11 07:05:03'),(873314,'newsletter_send_all','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:05:00','2018-04-11 07:05:03','2018-04-11 07:05:03'),(873315,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:06:00','2018-04-11 07:06:02','2018-04-11 07:06:02'),(873316,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:07:00','2018-04-11 07:07:02','2018-04-11 07:07:02'),(873317,'newsletter_send_all','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:10:00','2018-04-11 07:10:04','2018-04-11 07:10:04'),(873318,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:08:00','2018-04-11 07:08:03','2018-04-11 07:08:03'),(873319,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:09:00','2018-04-11 07:09:03','2018-04-11 07:09:03'),(873320,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:10:00','2018-04-11 07:10:04','2018-04-11 07:10:04'),(873321,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:11:00','2018-04-11 07:11:02','2018-04-11 07:11:02'),(873322,'sales_clean_orders','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873323,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:12:00','2018-04-11 07:12:03','2018-04-11 07:12:03'),(873324,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:13:00','2018-04-11 07:13:02','2018-04-11 07:13:02'),(873325,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873326,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:05:00','2018-04-11 07:05:03','2018-04-11 07:05:03'),(873327,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:10:00','2018-04-11 07:10:04','2018-04-11 07:10:04'),(873328,'newsletter_send_all','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873329,'newsletter_send_all','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:05:00','2018-04-11 07:05:03','2018-04-11 07:05:03'),(873330,'newsletter_send_all','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:10:00','2018-04-11 07:10:04','2018-04-11 07:10:04'),(873331,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:54:00','2018-04-11 06:55:03','2018-04-11 06:55:03'),(873332,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:59:00','2018-04-11 06:59:03','2018-04-11 06:59:03'),(873333,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873334,'sales_clean_orders','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873335,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:01:00','2018-04-11 07:01:03','2018-04-11 07:01:03'),(873336,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:02:00','2018-04-11 07:02:03','2018-04-11 07:02:03'),(873337,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:03:00','2018-04-11 07:03:07','2018-04-11 07:03:07'),(873338,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:04:00','2018-04-11 07:04:02','2018-04-11 07:04:02'),(873339,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:05:00','2018-04-11 07:05:03','2018-04-11 07:05:03'),(873340,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:06:00','2018-04-11 07:06:02','2018-04-11 07:06:02'),(873341,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:54:00','2018-04-11 06:55:03','2018-04-11 06:55:03'),(873342,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:07:00','2018-04-11 07:07:02','2018-04-11 07:07:02'),(873343,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:59:00','2018-04-11 06:59:03','2018-04-11 06:59:03'),(873344,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:08:00','2018-04-11 07:08:03','2018-04-11 07:08:03'),(873345,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873346,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:09:00','2018-04-11 07:09:03','2018-04-11 07:09:03'),(873347,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:01:00','2018-04-11 07:01:03','2018-04-11 07:01:03'),(873348,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:10:00','2018-04-11 07:10:04','2018-04-11 07:10:04'),(873349,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:02:00','2018-04-11 07:02:03','2018-04-11 07:02:03'),(873350,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:11:00','2018-04-11 07:11:02','2018-04-11 07:11:02'),(873351,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:03:00','2018-04-11 07:03:07','2018-04-11 07:03:07'),(873352,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:12:00','2018-04-11 07:12:03','2018-04-11 07:12:03'),(873353,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:04:00','2018-04-11 07:04:02','2018-04-11 07:04:02'),(873354,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:13:00','2018-04-11 07:13:02','2018-04-11 07:13:02'),(873355,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:05:00','2018-04-11 07:05:03','2018-04-11 07:05:03'),(873356,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:54:00','2018-04-11 06:55:03','2018-04-11 06:55:03'),(873357,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:06:00','2018-04-11 07:06:02','2018-04-11 07:06:02'),(873358,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:07:00','2018-04-11 07:07:02','2018-04-11 07:07:02'),(873359,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:59:00','2018-04-11 06:59:03','2018-04-11 06:59:03'),(873360,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:08:00','2018-04-11 07:08:03','2018-04-11 07:08:03'),(873361,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873362,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:01:00','2018-04-11 07:01:03','2018-04-11 07:01:03'),(873363,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:09:00','2018-04-11 07:09:03','2018-04-11 07:09:03'),(873364,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:10:00','2018-04-11 07:10:04','2018-04-11 07:10:04'),(873365,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:02:00','2018-04-11 07:02:03','2018-04-11 07:02:03'),(873366,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:11:00','2018-04-11 07:11:02','2018-04-11 07:11:02'),(873367,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:03:00','2018-04-11 07:03:07','2018-04-11 07:03:07'),(873368,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:12:00','2018-04-11 07:12:03','2018-04-11 07:12:03'),(873369,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:04:00','2018-04-11 07:04:02','2018-04-11 07:04:02'),(873370,'sales_grid_order_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:13:00','2018-04-11 07:13:02','2018-04-11 07:13:02'),(873371,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:05:00','2018-04-11 07:05:03','2018-04-11 07:05:03'),(873372,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:54:00','2018-04-11 06:55:03','2018-04-11 06:55:03'),(873373,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:06:00','2018-04-11 07:06:02','2018-04-11 07:06:02'),(873374,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:07:00','2018-04-11 07:07:02','2018-04-11 07:07:02'),(873375,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:59:00','2018-04-11 06:59:03','2018-04-11 06:59:03'),(873376,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:08:00','2018-04-11 07:08:03','2018-04-11 07:08:03'),(873377,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873378,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:09:00','2018-04-11 07:09:03','2018-04-11 07:09:03'),(873379,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:01:00','2018-04-11 07:01:03','2018-04-11 07:01:03'),(873380,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:10:00','2018-04-11 07:10:04','2018-04-11 07:10:04'),(873381,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:02:00','2018-04-11 07:02:03','2018-04-11 07:02:03'),(873382,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:11:00','2018-04-11 07:11:02','2018-04-11 07:11:02'),(873383,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:03:00','2018-04-11 07:03:07','2018-04-11 07:03:07'),(873384,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:12:00','2018-04-11 07:12:03','2018-04-11 07:12:03'),(873385,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:04:00','2018-04-11 07:04:02','2018-04-11 07:04:02'),(873386,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:13:00','2018-04-11 07:13:02','2018-04-11 07:13:02'),(873387,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:05:00','2018-04-11 07:05:03','2018-04-11 07:05:03'),(873388,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:54:00','2018-04-11 06:55:03','2018-04-11 06:55:03'),(873389,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:06:00','2018-04-11 07:06:02','2018-04-11 07:06:02'),(873390,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:07:00','2018-04-11 07:07:02','2018-04-11 07:07:02'),(873391,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:59:00','2018-04-11 06:59:03','2018-04-11 06:59:03'),(873392,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:08:00','2018-04-11 07:08:03','2018-04-11 07:08:03'),(873393,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873394,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:09:00','2018-04-11 07:09:03','2018-04-11 07:09:03'),(873395,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:01:00','2018-04-11 07:01:03','2018-04-11 07:01:03'),(873396,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:10:00','2018-04-11 07:10:04','2018-04-11 07:10:04'),(873397,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:02:00','2018-04-11 07:02:03','2018-04-11 07:02:03'),(873398,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:11:00','2018-04-11 07:11:02','2018-04-11 07:11:02'),(873399,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:03:00','2018-04-11 07:03:07','2018-04-11 07:03:07'),(873400,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:12:00','2018-04-11 07:12:03','2018-04-11 07:12:03'),(873401,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:04:00','2018-04-11 07:04:02','2018-04-11 07:04:02'),(873402,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:13:00','2018-04-11 07:13:02','2018-04-11 07:13:02'),(873403,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:05:00','2018-04-11 07:05:03','2018-04-11 07:05:03'),(873404,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:54:00','2018-04-11 06:55:03','2018-04-11 06:55:03'),(873405,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:06:00','2018-04-11 07:06:02','2018-04-11 07:06:02'),(873406,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:07:00','2018-04-11 07:07:02','2018-04-11 07:07:02'),(873407,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:59:00','2018-04-11 06:59:03','2018-04-11 06:59:03'),(873408,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:08:00','2018-04-11 07:08:03','2018-04-11 07:08:03'),(873409,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873410,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:09:00','2018-04-11 07:09:03','2018-04-11 07:09:03'),(873411,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:10:00','2018-04-11 07:10:04','2018-04-11 07:10:04'),(873412,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:01:00','2018-04-11 07:01:03','2018-04-11 07:01:03'),(873413,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:11:00','2018-04-11 07:11:02','2018-04-11 07:11:02'),(873414,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:02:00','2018-04-11 07:02:03','2018-04-11 07:02:03'),(873415,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:12:00','2018-04-11 07:12:03','2018-04-11 07:12:03'),(873416,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:03:00','2018-04-11 07:03:07','2018-04-11 07:03:07'),(873417,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:13:00','2018-04-11 07:13:02','2018-04-11 07:13:02'),(873418,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:04:00','2018-04-11 07:04:02','2018-04-11 07:04:02'),(873419,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:54:00','2018-04-11 06:55:03','2018-04-11 06:55:03'),(873420,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:05:00','2018-04-11 07:05:03','2018-04-11 07:05:03'),(873421,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:06:00','2018-04-11 07:06:02','2018-04-11 07:06:02'),(873422,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:59:00','2018-04-11 06:59:03','2018-04-11 06:59:03'),(873423,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:07:00','2018-04-11 07:07:02','2018-04-11 07:07:02'),(873424,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873425,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:08:00','2018-04-11 07:08:03','2018-04-11 07:08:03'),(873426,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:01:00','2018-04-11 07:01:03','2018-04-11 07:01:03'),(873427,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:09:00','2018-04-11 07:09:03','2018-04-11 07:09:03'),(873428,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:02:00','2018-04-11 07:02:03','2018-04-11 07:02:03'),(873429,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:10:00','2018-04-11 07:10:04','2018-04-11 07:10:04'),(873430,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:03:00','2018-04-11 07:03:07','2018-04-11 07:03:07'),(873431,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:11:00','2018-04-11 07:11:02','2018-04-11 07:11:02'),(873432,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:04:00','2018-04-11 07:04:02','2018-04-11 07:04:02'),(873433,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:12:00','2018-04-11 07:12:03','2018-04-11 07:12:03'),(873434,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:05:00','2018-04-11 07:05:03','2018-04-11 07:05:03'),(873435,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:13:00','2018-04-11 07:13:02','2018-04-11 07:13:02'),(873436,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:06:00','2018-04-11 07:06:02','2018-04-11 07:06:02'),(873437,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:54:00','2018-04-11 06:55:03','2018-04-11 06:55:03'),(873438,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:07:00','2018-04-11 07:07:02','2018-04-11 07:07:02'),(873439,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:59:00','2018-04-11 06:59:03','2018-04-11 06:59:03'),(873440,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:08:00','2018-04-11 07:08:03','2018-04-11 07:08:03'),(873441,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873442,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:09:00','2018-04-11 07:09:03','2018-04-11 07:09:03'),(873443,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:01:00','2018-04-11 07:01:03','2018-04-11 07:01:03'),(873444,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:10:00','2018-04-11 07:10:04','2018-04-11 07:10:04'),(873445,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:02:00','2018-04-11 07:02:03','2018-04-11 07:02:03'),(873446,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:11:00','2018-04-11 07:11:02','2018-04-11 07:11:02'),(873447,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:03:00','2018-04-11 07:03:07','2018-04-11 07:03:07'),(873448,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:12:00','2018-04-11 07:12:03','2018-04-11 07:12:03'),(873449,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:04:00','2018-04-11 07:04:02','2018-04-11 07:04:02'),(873450,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:13:00','2018-04-11 07:13:02','2018-04-11 07:13:02'),(873451,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:05:00','2018-04-11 07:05:03','2018-04-11 07:05:03'),(873452,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:54:00','2018-04-11 06:55:03','2018-04-11 06:55:03'),(873453,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:06:00','2018-04-11 07:06:02','2018-04-11 07:06:02'),(873454,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:59:00','2018-04-11 06:59:03','2018-04-11 06:59:03'),(873455,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:07:00','2018-04-11 07:07:02','2018-04-11 07:07:02'),(873456,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873457,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:08:00','2018-04-11 07:08:03','2018-04-11 07:08:03'),(873458,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:01:00','2018-04-11 07:01:03','2018-04-11 07:01:03'),(873459,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:09:00','2018-04-11 07:09:03','2018-04-11 07:09:03'),(873460,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:02:00','2018-04-11 07:02:03','2018-04-11 07:02:03'),(873461,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:10:00','2018-04-11 07:10:04','2018-04-11 07:10:04'),(873462,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:03:00','2018-04-11 07:03:07','2018-04-11 07:03:07'),(873463,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:11:00','2018-04-11 07:11:02','2018-04-11 07:11:02'),(873464,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:04:00','2018-04-11 07:04:02','2018-04-11 07:04:02'),(873465,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:12:00','2018-04-11 07:12:03','2018-04-11 07:12:03'),(873466,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:05:00','2018-04-11 07:05:03','2018-04-11 07:05:03'),(873467,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:13:00','2018-04-11 07:13:02','2018-04-11 07:13:02'),(873468,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:06:00','2018-04-11 07:06:02','2018-04-11 07:06:02'),(873469,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:54:00','2018-04-11 06:55:03','2018-04-11 06:55:03'),(873470,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:07:00','2018-04-11 07:07:02','2018-04-11 07:07:02'),(873471,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:59:00','2018-04-11 06:59:03','2018-04-11 06:59:03'),(873472,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:08:00','2018-04-11 07:08:03','2018-04-11 07:08:03'),(873473,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873474,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:09:00','2018-04-11 07:09:03','2018-04-11 07:09:03'),(873475,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:01:00','2018-04-11 07:01:03','2018-04-11 07:01:03'),(873476,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:10:00','2018-04-11 07:10:04','2018-04-11 07:10:04'),(873477,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:02:00','2018-04-11 07:02:03','2018-04-11 07:02:03'),(873478,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:11:00','2018-04-11 07:11:02','2018-04-11 07:11:02'),(873479,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:03:00','2018-04-11 07:03:07','2018-04-11 07:03:07'),(873480,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:12:00','2018-04-11 07:12:03','2018-04-11 07:12:03'),(873481,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:04:00','2018-04-11 07:04:02','2018-04-11 07:04:02'),(873482,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:13:00','2018-04-11 07:13:02','2018-04-11 07:13:02'),(873483,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:05:00','2018-04-11 07:05:03','2018-04-11 07:05:03'),(873484,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:54:00','2018-04-11 06:55:03','2018-04-11 06:55:03'),(873485,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:06:00','2018-04-11 07:06:02','2018-04-11 07:06:02'),(873486,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:07:00','2018-04-11 07:07:02','2018-04-11 07:07:02'),(873487,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:59:00','2018-04-11 06:59:03','2018-04-11 06:59:03'),(873488,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:08:00','2018-04-11 07:08:03','2018-04-11 07:08:03'),(873489,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873490,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:09:00','2018-04-11 07:09:03','2018-04-11 07:09:03'),(873491,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:01:00','2018-04-11 07:01:03','2018-04-11 07:01:03'),(873492,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:10:00','2018-04-11 07:10:04','2018-04-11 07:10:04'),(873493,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:02:00','2018-04-11 07:02:03','2018-04-11 07:02:03'),(873494,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:11:00','2018-04-11 07:11:02','2018-04-11 07:11:02'),(873495,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:03:00','2018-04-11 07:03:07','2018-04-11 07:03:07'),(873496,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:12:00','2018-04-11 07:12:03','2018-04-11 07:12:03'),(873497,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:04:00','2018-04-11 07:04:02','2018-04-11 07:04:02'),(873498,'sales_send_order_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:13:00','2018-04-11 07:13:02','2018-04-11 07:13:02'),(873499,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:05:00','2018-04-11 07:05:03','2018-04-11 07:05:03'),(873500,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:54:00','2018-04-11 06:55:03','2018-04-11 06:55:03'),(873501,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:06:00','2018-04-11 07:06:02','2018-04-11 07:06:02'),(873502,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:59:00','2018-04-11 06:59:03','2018-04-11 06:59:03'),(873503,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:07:00','2018-04-11 07:07:03','2018-04-11 07:07:03'),(873504,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873505,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:08:00','2018-04-11 07:08:03','2018-04-11 07:08:03'),(873506,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:01:00','2018-04-11 07:01:03','2018-04-11 07:01:03'),(873507,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:09:00','2018-04-11 07:09:03','2018-04-11 07:09:03'),(873508,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:02:00','2018-04-11 07:02:03','2018-04-11 07:02:03'),(873509,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:10:00','2018-04-11 07:10:04','2018-04-11 07:10:04'),(873510,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:03:00','2018-04-11 07:03:07','2018-04-11 07:03:07'),(873511,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:11:00','2018-04-11 07:11:02','2018-04-11 07:11:02'),(873512,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:04:00','2018-04-11 07:04:02','2018-04-11 07:04:02'),(873513,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:12:00','2018-04-11 07:12:03','2018-04-11 07:12:03'),(873514,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:05:00','2018-04-11 07:05:03','2018-04-11 07:05:03'),(873515,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:13:00','2018-04-11 07:13:02','2018-04-11 07:13:02'),(873516,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:06:00','2018-04-11 07:06:02','2018-04-11 07:06:02'),(873517,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:54:00','2018-04-11 06:55:03','2018-04-11 06:55:03'),(873518,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:07:00','2018-04-11 07:07:03','2018-04-11 07:07:03'),(873519,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:08:00','2018-04-11 07:08:03','2018-04-11 07:08:03'),(873520,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:59:00','2018-04-11 06:59:03','2018-04-11 06:59:03'),(873521,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:09:00','2018-04-11 07:09:03','2018-04-11 07:09:03'),(873522,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873523,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:10:00','2018-04-11 07:10:04','2018-04-11 07:10:04'),(873524,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:01:00','2018-04-11 07:01:03','2018-04-11 07:01:03'),(873525,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:11:00','2018-04-11 07:11:02','2018-04-11 07:11:02'),(873526,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:02:00','2018-04-11 07:02:03','2018-04-11 07:02:03'),(873527,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:12:00','2018-04-11 07:12:03','2018-04-11 07:12:03'),(873528,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:03:00','2018-04-11 07:03:07','2018-04-11 07:03:07'),(873529,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:13:00','2018-04-11 07:13:02','2018-04-11 07:13:02'),(873530,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:04:00','2018-04-11 07:04:02','2018-04-11 07:04:02'),(873531,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:54:00','2018-04-11 06:55:03','2018-04-11 06:55:03'),(873532,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:05:00','2018-04-11 07:05:03','2018-04-11 07:05:03'),(873533,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:06:00','2018-04-11 07:06:02','2018-04-11 07:06:02'),(873534,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:59:00','2018-04-11 06:59:03','2018-04-11 06:59:03'),(873535,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:07:00','2018-04-11 07:07:03','2018-04-11 07:07:03'),(873536,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873537,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:08:00','2018-04-11 07:08:03','2018-04-11 07:08:03'),(873538,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:01:00','2018-04-11 07:01:03','2018-04-11 07:01:03'),(873539,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:09:00','2018-04-11 07:09:03','2018-04-11 07:09:03'),(873540,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:02:00','2018-04-11 07:02:03','2018-04-11 07:02:03'),(873541,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:10:00','2018-04-11 07:10:04','2018-04-11 07:10:04'),(873542,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:03:00','2018-04-11 07:03:07','2018-04-11 07:03:07'),(873543,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:11:00','2018-04-11 07:11:02','2018-04-11 07:11:02'),(873544,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:04:00','2018-04-11 07:04:02','2018-04-11 07:04:02'),(873545,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:12:00','2018-04-11 07:12:03','2018-04-11 07:12:03'),(873546,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:05:00','2018-04-11 07:05:03','2018-04-11 07:05:03'),(873547,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:13:00','2018-04-11 07:13:02','2018-04-11 07:13:02'),(873548,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:06:00','2018-04-11 07:06:02','2018-04-11 07:06:02'),(873549,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:54:00','2018-04-11 06:55:03','2018-04-11 06:55:03'),(873550,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:07:00','2018-04-11 07:07:03','2018-04-11 07:07:03'),(873551,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:59:00','2018-04-11 06:59:03','2018-04-11 06:59:03'),(873552,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:08:00','2018-04-11 07:08:03','2018-04-11 07:08:03'),(873553,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873554,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:09:00','2018-04-11 07:09:03','2018-04-11 07:09:03'),(873555,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:01:00','2018-04-11 07:01:03','2018-04-11 07:01:03'),(873556,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:10:00','2018-04-11 07:10:04','2018-04-11 07:10:04'),(873557,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:02:00','2018-04-11 07:02:03','2018-04-11 07:02:03'),(873558,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:11:00','2018-04-11 07:11:02','2018-04-11 07:11:02'),(873559,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:03:00','2018-04-11 07:03:07','2018-04-11 07:03:07'),(873560,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:12:00','2018-04-11 07:12:03','2018-04-11 07:12:03'),(873561,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:04:00','2018-04-11 07:04:02','2018-04-11 07:04:02'),(873562,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:13:00','2018-04-11 07:13:02','2018-04-11 07:13:02'),(873563,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:05:00','2018-04-11 07:05:03','2018-04-11 07:05:03'),(873564,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:54:00','2018-04-11 06:55:03','2018-04-11 06:55:03'),(873565,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:06:00','2018-04-11 07:06:02','2018-04-11 07:06:02'),(873566,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:59:00','2018-04-11 06:59:03','2018-04-11 06:59:03'),(873567,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:07:00','2018-04-11 07:07:03','2018-04-11 07:07:03'),(873568,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873569,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:08:00','2018-04-11 07:08:03','2018-04-11 07:08:03'),(873570,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:01:00','2018-04-11 07:01:03','2018-04-11 07:01:03'),(873571,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:09:00','2018-04-11 07:09:03','2018-04-11 07:09:03'),(873572,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:02:00','2018-04-11 07:02:03','2018-04-11 07:02:03'),(873573,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:10:00','2018-04-11 07:10:04','2018-04-11 07:10:04'),(873574,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:03:00','2018-04-11 07:03:07','2018-04-11 07:03:07'),(873575,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:11:00','2018-04-11 07:11:02','2018-04-11 07:11:02'),(873576,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:04:00','2018-04-11 07:04:02','2018-04-11 07:04:02'),(873577,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:12:00','2018-04-11 07:12:03','2018-04-11 07:12:03'),(873578,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:05:00','2018-04-11 07:05:03','2018-04-11 07:05:03'),(873579,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:13:00','2018-04-11 07:13:02','2018-04-11 07:13:02'),(873580,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:06:00','2018-04-11 07:06:02','2018-04-11 07:06:02'),(873581,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:54:00','2018-04-11 06:55:03','2018-04-11 06:55:03'),(873582,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:07:00','2018-04-11 07:07:03','2018-04-11 07:07:03'),(873583,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:59:00','2018-04-11 06:59:03','2018-04-11 06:59:03'),(873584,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:08:00','2018-04-11 07:08:03','2018-04-11 07:08:03'),(873585,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873586,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:09:00','2018-04-11 07:09:03','2018-04-11 07:09:03'),(873587,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:01:00','2018-04-11 07:01:03','2018-04-11 07:01:03'),(873588,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:10:00','2018-04-11 07:10:04','2018-04-11 07:10:04'),(873589,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:02:00','2018-04-11 07:02:03','2018-04-11 07:02:03'),(873590,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:11:00','2018-04-11 07:11:02','2018-04-11 07:11:02'),(873591,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:03:00','2018-04-11 07:03:07','2018-04-11 07:03:07'),(873592,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:12:00','2018-04-11 07:12:03','2018-04-11 07:12:03'),(873593,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:04:00','2018-04-11 07:04:02','2018-04-11 07:04:02'),(873594,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:13:00','2018-04-11 07:13:02','2018-04-11 07:13:02'),(873595,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:05:00','2018-04-11 07:05:03','2018-04-11 07:05:03'),(873596,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:54:00','2018-04-11 06:55:03','2018-04-11 06:55:03'),(873597,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:06:00','2018-04-11 07:06:02','2018-04-11 07:06:02'),(873598,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:59:00','2018-04-11 06:59:03','2018-04-11 06:59:03'),(873599,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:07:00','2018-04-11 07:07:03','2018-04-11 07:07:03'),(873600,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873601,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:08:00','2018-04-11 07:08:03','2018-04-11 07:08:03'),(873602,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:01:00','2018-04-11 07:01:03','2018-04-11 07:01:03'),(873603,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:09:00','2018-04-11 07:09:03','2018-04-11 07:09:03'),(873604,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:02:00','2018-04-11 07:02:03','2018-04-11 07:02:03'),(873605,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:10:00','2018-04-11 07:10:04','2018-04-11 07:10:04'),(873606,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:03:00','2018-04-11 07:03:07','2018-04-11 07:03:07'),(873607,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:11:00','2018-04-11 07:11:02','2018-04-11 07:11:02'),(873608,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:04:00','2018-04-11 07:04:02','2018-04-11 07:04:02'),(873609,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:12:00','2018-04-11 07:12:03','2018-04-11 07:12:03'),(873610,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:05:00','2018-04-11 07:05:03','2018-04-11 07:05:03'),(873611,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:13:00','2018-04-11 07:13:02','2018-04-11 07:13:02'),(873612,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:06:00','2018-04-11 07:06:02','2018-04-11 07:06:02'),(873613,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:07:00','2018-04-11 07:07:03','2018-04-11 07:07:03'),(873614,'expired_tokens_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873615,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:08:00','2018-04-11 07:08:03','2018-04-11 07:08:03'),(873616,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:09:00','2018-04-11 07:09:03','2018-04-11 07:09:03'),(873617,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:10:00','2018-04-11 07:10:04','2018-04-11 07:10:04'),(873618,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:11:00','2018-04-11 07:11:02','2018-04-11 07:11:02'),(873619,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:12:00','2018-04-11 07:12:03','2018-04-11 07:12:03'),(873620,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:54:00','2018-04-11 06:55:03','2018-04-11 06:55:03'),(873621,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:13:00','2018-04-11 07:13:02','2018-04-11 07:13:02'),(873622,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873623,'expired_tokens_cleanup','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873624,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:02:00','2018-04-11 07:02:03','2018-04-11 07:02:03'),(873625,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:04:00','2018-04-11 07:04:02','2018-04-11 07:04:02'),(873626,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:06:00','2018-04-11 07:06:02','2018-04-11 07:06:02'),(873627,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:08:00','2018-04-11 07:08:03','2018-04-11 07:08:03'),(873628,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:10:00','2018-04-11 07:10:04','2018-04-11 07:10:04'),(873629,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:54:04','2018-04-11 06:54:00','2018-04-11 06:55:03','2018-04-11 06:55:03'),(873630,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:12:00','2018-04-11 07:12:03','2018-04-11 07:12:03'),(873631,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873632,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:02:00','2018-04-11 07:02:03','2018-04-11 07:02:03'),(873633,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:04:00','2018-04-11 07:04:02','2018-04-11 07:04:02'),(873634,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:06:00','2018-04-11 07:06:02','2018-04-11 07:06:02'),(873635,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:08:00','2018-04-11 07:08:03','2018-04-11 07:08:03'),(873636,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:10:00','2018-04-11 07:10:04','2018-04-11 07:10:04'),(873637,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:12:00','2018-04-11 07:12:03','2018-04-11 07:12:03'),(873638,'captcha_delete_old_attempts','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873639,'captcha_delete_expired_images','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873640,'captcha_delete_expired_images','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:10:00','2018-04-11 07:10:04','2018-04-11 07:10:04'),(873641,'captcha_delete_old_attempts','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873642,'temando_process_platform_events','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873643,'captcha_delete_expired_images','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873644,'captcha_delete_expired_images','success',NULL,'2018-04-11 06:54:04','2018-04-11 07:10:00','2018-04-11 07:10:04','2018-04-11 07:10:04'),(873645,'temando_process_platform_events','success',NULL,'2018-04-11 06:54:05','2018-04-11 07:00:00','2018-04-11 07:00:03','2018-04-11 07:00:03'),(873646,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:55:03','2018-04-11 06:58:00','2018-04-11 06:58:03','2018-04-11 06:58:03'),(873647,'indexer_update_all_views','success',NULL,'2018-04-11 06:55:03','2018-04-11 06:58:00','2018-04-11 06:58:03','2018-04-11 06:58:03'),(873648,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:56:03','2018-04-11 06:59:00','2018-04-11 06:59:04','2018-04-11 06:59:04'),(873649,'indexer_update_all_views','success',NULL,'2018-04-11 06:56:03','2018-04-11 06:59:00','2018-04-11 06:59:04','2018-04-11 06:59:04'),(873650,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:57:03','2018-04-11 07:00:00','2018-04-11 07:00:04','2018-04-11 07:00:04'),(873651,'indexer_update_all_views','success',NULL,'2018-04-11 06:57:03','2018-04-11 07:00:00','2018-04-11 07:00:04','2018-04-11 07:00:04'),(873652,'indexer_clean_all_changelogs','success',NULL,'2018-04-11 06:57:03','2018-04-11 07:00:00','2018-04-11 07:00:04','2018-04-11 07:00:04'),(873653,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 06:57:03','2018-04-11 07:00:00','2018-04-11 07:00:04',NULL),(873654,'ddg_automation_importer','success',NULL,'2018-04-11 06:57:03','2018-04-11 07:00:00','2018-04-11 07:00:06','2018-04-11 07:00:06'),(873655,'ddg_automation_status','success',NULL,'2018-04-11 06:57:03','2018-04-11 07:00:00','2018-04-11 07:00:06','2018-04-11 07:00:06'),(873656,'ddg_automation_abandonedcarts','success',NULL,'2018-04-11 06:57:03','2018-04-11 07:00:00','2018-04-11 07:00:06','2018-04-11 07:00:06'),(873657,'ddg_automation_reviews_and_wishlist','success',NULL,'2018-04-11 06:57:03','2018-04-11 07:00:00','2018-04-11 07:00:06','2018-04-11 07:00:06'),(873658,'ddg_automation_campaign','success',NULL,'2018-04-11 06:57:03','2018-04-11 07:00:00','2018-04-11 07:00:06','2018-04-11 07:00:06'),(873659,'ddg_automation_order_sync','success',NULL,'2018-04-11 06:57:03','2018-04-11 07:00:00','2018-04-11 07:00:06','2018-04-11 07:00:06'),(873660,'ddg_automation_catalog_sync','success',NULL,'2018-04-11 06:57:03','2018-04-11 07:00:00','2018-04-11 07:00:06','2018-04-11 07:00:06'),(873661,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:58:03','2018-04-11 07:01:00','2018-04-11 07:01:04','2018-04-11 07:01:04'),(873662,'indexer_update_all_views','success',NULL,'2018-04-11 06:58:03','2018-04-11 07:01:00','2018-04-11 07:01:04','2018-04-11 07:01:04'),(873663,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 06:59:03','2018-04-11 07:02:00','2018-04-11 07:02:04','2018-04-11 07:02:04'),(873664,'indexer_update_all_views','success',NULL,'2018-04-11 06:59:03','2018-04-11 07:02:00','2018-04-11 07:02:04','2018-04-11 07:02:04'),(873665,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:00:03','2018-04-11 07:03:00','2018-04-11 07:03:08','2018-04-11 07:03:08'),(873666,'indexer_update_all_views','success',NULL,'2018-04-11 07:00:03','2018-04-11 07:03:00','2018-04-11 07:03:08','2018-04-11 07:03:08'),(873667,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:01:03','2018-04-11 07:04:00','2018-04-11 07:04:03','2018-04-11 07:04:03'),(873668,'indexer_update_all_views','success',NULL,'2018-04-11 07:01:03','2018-04-11 07:04:00','2018-04-11 07:04:03','2018-04-11 07:04:03'),(873669,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:02:03','2018-04-11 07:05:00','2018-04-11 07:05:04','2018-04-11 07:05:04'),(873670,'indexer_update_all_views','success',NULL,'2018-04-11 07:02:03','2018-04-11 07:05:00','2018-04-11 07:05:04','2018-04-11 07:05:04'),(873671,'ddg_automation_importer','success',NULL,'2018-04-11 07:02:03','2018-04-11 07:05:00','2018-04-11 07:05:04','2018-04-11 07:05:04'),(873672,'ddg_automation_abandonedcarts','success',NULL,'2018-04-11 07:02:03','2018-04-11 07:05:00','2018-04-11 07:05:04','2018-04-11 07:05:04'),(873673,'ddg_automation_campaign','success',NULL,'2018-04-11 07:02:03','2018-04-11 07:05:00','2018-04-11 07:05:04','2018-04-11 07:05:04'),(873674,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:03:07','2018-04-11 07:06:00','2018-04-11 07:06:03','2018-04-11 07:06:03'),(873675,'indexer_update_all_views','success',NULL,'2018-04-11 07:03:07','2018-04-11 07:06:00','2018-04-11 07:06:03','2018-04-11 07:06:03'),(873676,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:05:03','2018-04-11 07:07:00','2018-04-11 07:07:03','2018-04-11 07:07:03'),(873677,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:05:03','2018-04-11 07:08:00','2018-04-11 07:08:04','2018-04-11 07:08:04'),(873678,'indexer_update_all_views','success',NULL,'2018-04-11 07:05:03','2018-04-11 07:07:00','2018-04-11 07:07:03','2018-04-11 07:07:03'),(873679,'indexer_update_all_views','success',NULL,'2018-04-11 07:05:03','2018-04-11 07:08:00','2018-04-11 07:08:04','2018-04-11 07:08:04'),(873680,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:06:03','2018-04-11 07:09:00','2018-04-11 07:09:04','2018-04-11 07:09:04'),(873681,'indexer_update_all_views','success',NULL,'2018-04-11 07:06:03','2018-04-11 07:09:00','2018-04-11 07:09:04','2018-04-11 07:09:04'),(873682,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:07:03','2018-04-11 07:10:00','2018-04-11 07:10:05','2018-04-11 07:10:05'),(873683,'indexer_update_all_views','success',NULL,'2018-04-11 07:07:03','2018-04-11 07:10:00','2018-04-11 07:10:05','2018-04-11 07:10:05'),(873684,'ddg_automation_importer','success',NULL,'2018-04-11 07:07:03','2018-04-11 07:10:00','2018-04-11 07:10:05','2018-04-11 07:10:05'),(873685,'ddg_automation_abandonedcarts','success',NULL,'2018-04-11 07:07:03','2018-04-11 07:10:00','2018-04-11 07:10:05','2018-04-11 07:10:05'),(873686,'ddg_automation_campaign','success',NULL,'2018-04-11 07:07:03','2018-04-11 07:10:00','2018-04-11 07:10:05','2018-04-11 07:10:05'),(873687,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:08:03','2018-04-11 07:11:00','2018-04-11 07:11:03','2018-04-11 07:11:03'),(873688,'indexer_update_all_views','success',NULL,'2018-04-11 07:08:03','2018-04-11 07:11:00','2018-04-11 07:11:03','2018-04-11 07:11:03'),(873689,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:09:03','2018-04-11 07:12:00','2018-04-11 07:12:04','2018-04-11 07:12:04'),(873690,'indexer_update_all_views','success',NULL,'2018-04-11 07:09:03','2018-04-11 07:12:00','2018-04-11 07:12:04','2018-04-11 07:12:04'),(873691,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:14:00','2018-04-11 07:14:03','2018-04-11 07:14:03'),(873692,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:15:00','2018-04-11 07:15:02','2018-04-11 07:15:02'),(873693,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:16:00','2018-04-11 07:16:02','2018-04-11 07:16:02'),(873694,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:17:00','2018-04-11 07:17:03','2018-04-11 07:17:03'),(873695,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:18:00','2018-04-11 07:18:02','2018-04-11 07:18:02'),(873696,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:19:00','2018-04-11 07:19:03','2018-04-11 07:19:03'),(873697,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:20:00','2018-04-11 07:20:02','2018-04-11 07:20:02'),(873698,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:21:00','2018-04-11 07:21:02','2018-04-11 07:21:02'),(873699,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:22:00','2018-04-11 07:22:03','2018-04-11 07:22:03'),(873700,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:23:00','2018-04-11 07:23:02','2018-04-11 07:23:02'),(873701,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:24:00','2018-04-11 07:24:02','2018-04-11 07:24:02'),(873702,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:25:00','2018-04-11 07:25:02','2018-04-11 07:25:02'),(873703,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:26:00','2018-04-11 07:26:03','2018-04-11 07:26:03'),(873704,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:27:00','2018-04-11 07:27:02','2018-04-11 07:27:02'),(873705,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:28:00','2018-04-11 07:28:03','2018-04-11 07:28:03'),(873706,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:29:00','2018-04-11 07:29:02','2018-04-11 07:29:02'),(873707,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:14:00','2018-04-11 07:14:03','2018-04-11 07:14:03'),(873708,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:15:00','2018-04-11 07:15:02','2018-04-11 07:15:02'),(873709,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:16:00','2018-04-11 07:16:02','2018-04-11 07:16:02'),(873710,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:17:00','2018-04-11 07:17:03','2018-04-11 07:17:03'),(873711,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:18:00','2018-04-11 07:18:02','2018-04-11 07:18:02'),(873712,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:19:00','2018-04-11 07:19:03','2018-04-11 07:19:03'),(873713,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:20:00','2018-04-11 07:20:02','2018-04-11 07:20:02'),(873714,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:21:00','2018-04-11 07:21:02','2018-04-11 07:21:02'),(873715,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:22:00','2018-04-11 07:22:03','2018-04-11 07:22:03'),(873716,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:23:00','2018-04-11 07:23:02','2018-04-11 07:23:02'),(873717,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:24:00','2018-04-11 07:24:02','2018-04-11 07:24:02'),(873718,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:25:00','2018-04-11 07:25:02','2018-04-11 07:25:02'),(873719,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:26:00','2018-04-11 07:26:03','2018-04-11 07:26:03'),(873720,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:27:00','2018-04-11 07:27:02','2018-04-11 07:27:02'),(873721,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:28:00','2018-04-11 07:28:03','2018-04-11 07:28:03'),(873722,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:29:00','2018-04-11 07:29:02','2018-04-11 07:29:02'),(873723,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:15:00','2018-04-11 07:15:02','2018-04-11 07:15:02'),(873724,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:20:00','2018-04-11 07:20:02','2018-04-11 07:20:02'),(873725,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:25:00','2018-04-11 07:25:02','2018-04-11 07:25:02'),(873726,'newsletter_send_all','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:15:00','2018-04-11 07:15:02','2018-04-11 07:15:02'),(873727,'newsletter_send_all','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:20:00','2018-04-11 07:20:02','2018-04-11 07:20:02'),(873728,'newsletter_send_all','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:25:00','2018-04-11 07:25:02','2018-04-11 07:25:02'),(873729,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:14:00','2018-04-11 07:14:03','2018-04-11 07:14:03'),(873730,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:15:00','2018-04-11 07:15:02','2018-04-11 07:15:02'),(873731,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:16:00','2018-04-11 07:16:02','2018-04-11 07:16:02'),(873732,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:17:00','2018-04-11 07:17:03','2018-04-11 07:17:03'),(873733,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:18:00','2018-04-11 07:18:02','2018-04-11 07:18:02'),(873734,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:19:00','2018-04-11 07:19:03','2018-04-11 07:19:03'),(873735,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:20:00','2018-04-11 07:20:02','2018-04-11 07:20:02'),(873736,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:21:00','2018-04-11 07:21:02','2018-04-11 07:21:02'),(873737,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:22:00','2018-04-11 07:22:03','2018-04-11 07:22:03'),(873738,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:23:00','2018-04-11 07:23:02','2018-04-11 07:23:02'),(873739,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:24:00','2018-04-11 07:24:02','2018-04-11 07:24:02'),(873740,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:25:00','2018-04-11 07:25:02','2018-04-11 07:25:02'),(873741,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:26:00','2018-04-11 07:26:03','2018-04-11 07:26:03'),(873742,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:27:00','2018-04-11 07:27:02','2018-04-11 07:27:02'),(873743,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:28:00','2018-04-11 07:28:03','2018-04-11 07:28:03'),(873744,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:29:00','2018-04-11 07:29:02','2018-04-11 07:29:02'),(873745,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:14:00','2018-04-11 07:14:03','2018-04-11 07:14:03'),(873746,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:15:00','2018-04-11 07:15:02','2018-04-11 07:15:02'),(873747,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:16:00','2018-04-11 07:16:02','2018-04-11 07:16:02'),(873748,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:17:00','2018-04-11 07:17:03','2018-04-11 07:17:03'),(873749,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:18:00','2018-04-11 07:18:02','2018-04-11 07:18:02'),(873750,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:19:00','2018-04-11 07:19:03','2018-04-11 07:19:03'),(873751,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:20:00','2018-04-11 07:20:02','2018-04-11 07:20:02'),(873752,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:21:00','2018-04-11 07:21:02','2018-04-11 07:21:02'),(873753,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:22:00','2018-04-11 07:22:03','2018-04-11 07:22:03'),(873754,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:23:00','2018-04-11 07:23:02','2018-04-11 07:23:02'),(873755,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:24:00','2018-04-11 07:24:02','2018-04-11 07:24:02'),(873756,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:25:00','2018-04-11 07:25:02','2018-04-11 07:25:02'),(873757,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:26:00','2018-04-11 07:26:03','2018-04-11 07:26:03'),(873758,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:27:00','2018-04-11 07:27:02','2018-04-11 07:27:02'),(873759,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:28:00','2018-04-11 07:28:03','2018-04-11 07:28:03'),(873760,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:29:00','2018-04-11 07:29:02','2018-04-11 07:29:02'),(873761,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:14:00','2018-04-11 07:14:03','2018-04-11 07:14:03'),(873762,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:15:00','2018-04-11 07:15:02','2018-04-11 07:15:02'),(873763,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:16:00','2018-04-11 07:16:02','2018-04-11 07:16:02'),(873764,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:17:00','2018-04-11 07:17:03','2018-04-11 07:17:03'),(873765,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:18:00','2018-04-11 07:18:02','2018-04-11 07:18:02'),(873766,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:19:00','2018-04-11 07:19:03','2018-04-11 07:19:03'),(873767,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:20:00','2018-04-11 07:20:02','2018-04-11 07:20:02'),(873768,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:21:00','2018-04-11 07:21:02','2018-04-11 07:21:02'),(873769,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:22:00','2018-04-11 07:22:03','2018-04-11 07:22:03'),(873770,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:23:00','2018-04-11 07:23:02','2018-04-11 07:23:02'),(873771,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:24:00','2018-04-11 07:24:02','2018-04-11 07:24:02'),(873772,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:25:00','2018-04-11 07:25:02','2018-04-11 07:25:02'),(873773,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:26:00','2018-04-11 07:26:03','2018-04-11 07:26:03'),(873774,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:27:00','2018-04-11 07:27:02','2018-04-11 07:27:02'),(873775,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:28:00','2018-04-11 07:28:03','2018-04-11 07:28:03'),(873776,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:29:00','2018-04-11 07:29:02','2018-04-11 07:29:02'),(873777,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:14:00','2018-04-11 07:14:03','2018-04-11 07:14:03'),(873778,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:15:00','2018-04-11 07:15:02','2018-04-11 07:15:02'),(873779,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:16:00','2018-04-11 07:16:02','2018-04-11 07:16:02'),(873780,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:17:00','2018-04-11 07:17:03','2018-04-11 07:17:03'),(873781,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:18:00','2018-04-11 07:18:02','2018-04-11 07:18:02'),(873782,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:19:00','2018-04-11 07:19:03','2018-04-11 07:19:03'),(873783,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:20:00','2018-04-11 07:20:02','2018-04-11 07:20:02'),(873784,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:21:00','2018-04-11 07:21:02','2018-04-11 07:21:02'),(873785,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:22:00','2018-04-11 07:22:03','2018-04-11 07:22:03'),(873786,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:23:00','2018-04-11 07:23:02','2018-04-11 07:23:02'),(873787,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:24:00','2018-04-11 07:24:02','2018-04-11 07:24:02'),(873788,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:25:00','2018-04-11 07:25:02','2018-04-11 07:25:02'),(873789,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:26:00','2018-04-11 07:26:03','2018-04-11 07:26:03'),(873790,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:27:00','2018-04-11 07:27:02','2018-04-11 07:27:02'),(873791,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:28:00','2018-04-11 07:28:03','2018-04-11 07:28:03'),(873792,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:29:00','2018-04-11 07:29:02','2018-04-11 07:29:02'),(873793,'sales_send_order_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:14:00','2018-04-11 07:14:03','2018-04-11 07:14:03'),(873794,'sales_send_order_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:15:00','2018-04-11 07:15:02','2018-04-11 07:15:02'),(873795,'sales_send_order_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:16:00','2018-04-11 07:16:02','2018-04-11 07:16:02'),(873796,'sales_send_order_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:17:00','2018-04-11 07:17:03','2018-04-11 07:17:03'),(873797,'sales_send_order_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:18:00','2018-04-11 07:18:02','2018-04-11 07:18:02'),(873798,'sales_send_order_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:19:00','2018-04-11 07:19:03','2018-04-11 07:19:03'),(873799,'sales_send_order_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:20:00','2018-04-11 07:20:03','2018-04-11 07:20:03'),(873800,'sales_send_order_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:21:00','2018-04-11 07:21:02','2018-04-11 07:21:02'),(873801,'sales_send_order_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:22:00','2018-04-11 07:22:03','2018-04-11 07:22:03'),(873802,'sales_send_order_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:23:00','2018-04-11 07:23:02','2018-04-11 07:23:02'),(873803,'sales_send_order_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:24:00','2018-04-11 07:24:02','2018-04-11 07:24:02'),(873804,'sales_send_order_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:25:00','2018-04-11 07:25:02','2018-04-11 07:25:02'),(873805,'sales_send_order_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:26:00','2018-04-11 07:26:03','2018-04-11 07:26:03'),(873806,'sales_send_order_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:27:00','2018-04-11 07:27:02','2018-04-11 07:27:02'),(873807,'sales_send_order_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:28:00','2018-04-11 07:28:03','2018-04-11 07:28:03'),(873808,'sales_send_order_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:29:00','2018-04-11 07:29:02','2018-04-11 07:29:02'),(873809,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:14:00','2018-04-11 07:14:03','2018-04-11 07:14:03'),(873810,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:15:00','2018-04-11 07:15:02','2018-04-11 07:15:02'),(873811,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:16:00','2018-04-11 07:16:02','2018-04-11 07:16:02'),(873812,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:17:00','2018-04-11 07:17:03','2018-04-11 07:17:03'),(873813,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:18:00','2018-04-11 07:18:02','2018-04-11 07:18:02'),(873814,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:19:00','2018-04-11 07:19:03','2018-04-11 07:19:03'),(873815,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:20:00','2018-04-11 07:20:03','2018-04-11 07:20:03'),(873816,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:21:00','2018-04-11 07:21:02','2018-04-11 07:21:02'),(873817,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:22:00','2018-04-11 07:22:03','2018-04-11 07:22:03'),(873818,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:23:00','2018-04-11 07:23:02','2018-04-11 07:23:02'),(873819,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:24:00','2018-04-11 07:24:02','2018-04-11 07:24:02'),(873820,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:25:00','2018-04-11 07:25:02','2018-04-11 07:25:02'),(873821,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:26:00','2018-04-11 07:26:03','2018-04-11 07:26:03'),(873822,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:27:00','2018-04-11 07:27:02','2018-04-11 07:27:02'),(873823,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:28:00','2018-04-11 07:28:03','2018-04-11 07:28:03'),(873824,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:29:00','2018-04-11 07:29:02','2018-04-11 07:29:02'),(873825,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:14:00','2018-04-11 07:14:03','2018-04-11 07:14:03'),(873826,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:15:00','2018-04-11 07:15:02','2018-04-11 07:15:02'),(873827,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:16:00','2018-04-11 07:16:02','2018-04-11 07:16:02'),(873828,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:17:00','2018-04-11 07:17:03','2018-04-11 07:17:03'),(873829,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:18:00','2018-04-11 07:18:02','2018-04-11 07:18:02'),(873830,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:19:00','2018-04-11 07:19:03','2018-04-11 07:19:03'),(873831,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:20:00','2018-04-11 07:20:03','2018-04-11 07:20:03'),(873832,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:21:00','2018-04-11 07:21:02','2018-04-11 07:21:02'),(873833,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:22:00','2018-04-11 07:22:03','2018-04-11 07:22:03'),(873834,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:23:00','2018-04-11 07:23:02','2018-04-11 07:23:02'),(873835,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:24:00','2018-04-11 07:24:02','2018-04-11 07:24:02'),(873836,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:25:00','2018-04-11 07:25:02','2018-04-11 07:25:02'),(873837,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:26:00','2018-04-11 07:26:03','2018-04-11 07:26:03'),(873838,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:27:00','2018-04-11 07:27:02','2018-04-11 07:27:02'),(873839,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:28:00','2018-04-11 07:28:03','2018-04-11 07:28:03'),(873840,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:29:00','2018-04-11 07:29:02','2018-04-11 07:29:02'),(873841,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:14:00','2018-04-11 07:14:03','2018-04-11 07:14:03'),(873842,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:15:00','2018-04-11 07:15:03','2018-04-11 07:15:03'),(873843,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:16:00','2018-04-11 07:16:02','2018-04-11 07:16:02'),(873844,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:17:00','2018-04-11 07:17:03','2018-04-11 07:17:03'),(873845,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:18:00','2018-04-11 07:18:02','2018-04-11 07:18:02'),(873846,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:19:00','2018-04-11 07:19:03','2018-04-11 07:19:03'),(873847,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:20:00','2018-04-11 07:20:03','2018-04-11 07:20:03'),(873848,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:21:00','2018-04-11 07:21:02','2018-04-11 07:21:02'),(873849,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:22:00','2018-04-11 07:22:03','2018-04-11 07:22:03'),(873850,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:23:00','2018-04-11 07:23:02','2018-04-11 07:23:02'),(873851,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:24:00','2018-04-11 07:24:02','2018-04-11 07:24:02'),(873852,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:25:00','2018-04-11 07:25:02','2018-04-11 07:25:02'),(873853,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:26:00','2018-04-11 07:26:03','2018-04-11 07:26:03'),(873854,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:27:00','2018-04-11 07:27:02','2018-04-11 07:27:02'),(873855,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:28:00','2018-04-11 07:28:03','2018-04-11 07:28:03'),(873856,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:29:00','2018-04-11 07:29:02','2018-04-11 07:29:02'),(873857,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:14:00','2018-04-11 07:14:03','2018-04-11 07:14:03'),(873858,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:15:00','2018-04-11 07:15:03','2018-04-11 07:15:03'),(873859,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:16:00','2018-04-11 07:16:02','2018-04-11 07:16:02'),(873860,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:17:00','2018-04-11 07:17:03','2018-04-11 07:17:03'),(873861,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:18:00','2018-04-11 07:18:02','2018-04-11 07:18:02'),(873862,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:19:00','2018-04-11 07:19:03','2018-04-11 07:19:03'),(873863,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:20:00','2018-04-11 07:20:03','2018-04-11 07:20:03'),(873864,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:21:00','2018-04-11 07:21:02','2018-04-11 07:21:02'),(873865,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:22:00','2018-04-11 07:22:03','2018-04-11 07:22:03'),(873866,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:23:00','2018-04-11 07:23:02','2018-04-11 07:23:02'),(873867,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:24:00','2018-04-11 07:24:02','2018-04-11 07:24:02'),(873868,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:25:00','2018-04-11 07:25:02','2018-04-11 07:25:02'),(873869,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:26:00','2018-04-11 07:26:03','2018-04-11 07:26:03'),(873870,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:27:00','2018-04-11 07:27:02','2018-04-11 07:27:02'),(873871,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:28:00','2018-04-11 07:28:03','2018-04-11 07:28:03'),(873872,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:29:00','2018-04-11 07:29:02','2018-04-11 07:29:02'),(873873,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:14:00','2018-04-11 07:14:03','2018-04-11 07:14:03'),(873874,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:16:00','2018-04-11 07:16:02','2018-04-11 07:16:02'),(873875,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:18:00','2018-04-11 07:18:02','2018-04-11 07:18:02'),(873876,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:20:00','2018-04-11 07:20:03','2018-04-11 07:20:03'),(873877,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:22:00','2018-04-11 07:22:03','2018-04-11 07:22:03'),(873878,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:24:00','2018-04-11 07:24:02','2018-04-11 07:24:02'),(873879,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:26:00','2018-04-11 07:26:03','2018-04-11 07:26:03'),(873880,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:28:00','2018-04-11 07:28:03','2018-04-11 07:28:03'),(873881,'captcha_delete_expired_images','success',NULL,'2018-04-11 07:10:03','2018-04-11 07:20:00','2018-04-11 07:20:03','2018-04-11 07:20:03'),(873882,'temando_process_platform_events','success',NULL,'2018-04-11 07:10:04','2018-04-11 07:15:00','2018-04-11 07:15:03','2018-04-11 07:15:03'),(873883,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:10:04','2018-04-11 07:13:00','2018-04-11 07:13:03','2018-04-11 07:13:03'),(873884,'indexer_update_all_views','success',NULL,'2018-04-11 07:10:04','2018-04-11 07:13:00','2018-04-11 07:13:03','2018-04-11 07:13:03'),(873885,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:12:03','2018-04-11 07:14:00','2018-04-11 07:14:04','2018-04-11 07:14:04'),(873886,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:12:03','2018-04-11 07:15:00','2018-04-11 07:15:03','2018-04-11 07:15:03'),(873887,'indexer_update_all_views','success',NULL,'2018-04-11 07:12:03','2018-04-11 07:14:00','2018-04-11 07:14:04','2018-04-11 07:14:04'),(873888,'indexer_update_all_views','success',NULL,'2018-04-11 07:12:03','2018-04-11 07:15:00','2018-04-11 07:15:03','2018-04-11 07:15:04'),(873889,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 07:12:03','2018-04-11 07:15:00','2018-04-11 07:15:03',NULL),(873890,'ddg_automation_importer','success',NULL,'2018-04-11 07:12:03','2018-04-11 07:15:00','2018-04-11 07:15:06','2018-04-11 07:15:06'),(873891,'ddg_automation_status','success',NULL,'2018-04-11 07:12:03','2018-04-11 07:15:00','2018-04-11 07:15:06','2018-04-11 07:15:06'),(873892,'ddg_automation_abandonedcarts','success',NULL,'2018-04-11 07:12:03','2018-04-11 07:15:00','2018-04-11 07:15:06','2018-04-11 07:15:06'),(873893,'ddg_automation_reviews_and_wishlist','success',NULL,'2018-04-11 07:12:03','2018-04-11 07:15:00','2018-04-11 07:15:06','2018-04-11 07:15:06'),(873894,'ddg_automation_campaign','success',NULL,'2018-04-11 07:12:03','2018-04-11 07:15:00','2018-04-11 07:15:06','2018-04-11 07:15:06'),(873895,'ddg_automation_order_sync','success',NULL,'2018-04-11 07:12:03','2018-04-11 07:15:00','2018-04-11 07:15:06','2018-04-11 07:15:06'),(873896,'ddg_automation_catalog_sync','success',NULL,'2018-04-11 07:12:03','2018-04-11 07:15:00','2018-04-11 07:15:06','2018-04-11 07:15:06'),(873897,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:13:03','2018-04-11 07:16:00','2018-04-11 07:16:03','2018-04-11 07:16:03'),(873898,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:13:03','2018-04-11 07:16:00','2018-04-11 07:16:03','2018-04-11 07:16:03'),(873899,'indexer_update_all_views','success',NULL,'2018-04-11 07:13:03','2018-04-11 07:16:00','2018-04-11 07:16:03','2018-04-11 07:16:03'),(873900,'indexer_update_all_views','success',NULL,'2018-04-11 07:13:03','2018-04-11 07:16:00','2018-04-11 07:16:03','2018-04-11 07:16:03'),(873901,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:14:03','2018-04-11 07:17:00','2018-04-11 07:17:04','2018-04-11 07:17:04'),(873902,'indexer_update_all_views','success',NULL,'2018-04-11 07:14:03','2018-04-11 07:17:00','2018-04-11 07:17:04','2018-04-11 07:17:04'),(873903,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:15:03','2018-04-11 07:18:00','2018-04-11 07:18:03','2018-04-11 07:18:03'),(873904,'indexer_update_all_views','success',NULL,'2018-04-11 07:15:03','2018-04-11 07:18:00','2018-04-11 07:18:03','2018-04-11 07:18:03'),(873905,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:16:03','2018-04-11 07:19:00','2018-04-11 07:19:04','2018-04-11 07:19:04'),(873906,'indexer_update_all_views','success',NULL,'2018-04-11 07:16:03','2018-04-11 07:19:00','2018-04-11 07:19:04','2018-04-11 07:19:04'),(873907,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:16:03','2018-04-11 07:19:00','2018-04-11 07:19:04','2018-04-11 07:19:04'),(873908,'indexer_update_all_views','success',NULL,'2018-04-11 07:16:03','2018-04-11 07:19:00','2018-04-11 07:19:04','2018-04-11 07:19:04'),(873909,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:17:03','2018-04-11 07:20:00','2018-04-11 07:20:04','2018-04-11 07:20:04'),(873910,'indexer_update_all_views','success',NULL,'2018-04-11 07:17:03','2018-04-11 07:20:00','2018-04-11 07:20:04','2018-04-11 07:20:04'),(873911,'ddg_automation_importer','success',NULL,'2018-04-11 07:17:03','2018-04-11 07:20:00','2018-04-11 07:20:03','2018-04-11 07:20:03'),(873912,'ddg_automation_abandonedcarts','success',NULL,'2018-04-11 07:17:03','2018-04-11 07:20:00','2018-04-11 07:20:03','2018-04-11 07:20:03'),(873913,'ddg_automation_campaign','success',NULL,'2018-04-11 07:17:03','2018-04-11 07:20:00','2018-04-11 07:20:03','2018-04-11 07:20:03'),(873914,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:18:03','2018-04-11 07:21:00','2018-04-11 07:21:03','2018-04-11 07:21:03'),(873915,'indexer_update_all_views','success',NULL,'2018-04-11 07:18:03','2018-04-11 07:21:00','2018-04-11 07:21:03','2018-04-11 07:21:03'),(873916,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:19:03','2018-04-11 07:22:00','2018-04-11 07:22:04','2018-04-11 07:22:04'),(873917,'indexer_update_all_views','success',NULL,'2018-04-11 07:19:03','2018-04-11 07:22:00','2018-04-11 07:22:04','2018-04-11 07:22:04'),(873918,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:20:03','2018-04-11 07:23:00','2018-04-11 07:23:03','2018-04-11 07:23:03'),(873919,'indexer_update_all_views','success',NULL,'2018-04-11 07:20:03','2018-04-11 07:23:00','2018-04-11 07:23:03','2018-04-11 07:23:03'),(873920,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:21:03','2018-04-11 07:24:00','2018-04-11 07:24:03','2018-04-11 07:24:03'),(873921,'indexer_update_all_views','success',NULL,'2018-04-11 07:21:03','2018-04-11 07:24:00','2018-04-11 07:24:03','2018-04-11 07:24:03'),(873922,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:21:03','2018-04-11 07:24:00','2018-04-11 07:24:03','2018-04-11 07:24:03'),(873923,'indexer_update_all_views','success',NULL,'2018-04-11 07:21:03','2018-04-11 07:24:00','2018-04-11 07:24:03','2018-04-11 07:24:03'),(873924,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:22:03','2018-04-11 07:25:00','2018-04-11 07:25:03','2018-04-11 07:25:03'),(873925,'indexer_update_all_views','success',NULL,'2018-04-11 07:22:03','2018-04-11 07:25:00','2018-04-11 07:25:03','2018-04-11 07:25:03'),(873926,'ddg_automation_importer','success',NULL,'2018-04-11 07:22:03','2018-04-11 07:25:00','2018-04-11 07:25:03','2018-04-11 07:25:03'),(873927,'ddg_automation_abandonedcarts','success',NULL,'2018-04-11 07:22:03','2018-04-11 07:25:00','2018-04-11 07:25:03','2018-04-11 07:25:03'),(873928,'ddg_automation_campaign','success',NULL,'2018-04-11 07:22:03','2018-04-11 07:25:00','2018-04-11 07:25:03','2018-04-11 07:25:03'),(873929,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:23:03','2018-04-11 07:26:00','2018-04-11 07:26:04','2018-04-11 07:26:04'),(873930,'indexer_update_all_views','success',NULL,'2018-04-11 07:23:03','2018-04-11 07:26:00','2018-04-11 07:26:04','2018-04-11 07:26:04'),(873931,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:23:03','2018-04-11 07:26:00','2018-04-11 07:26:04','2018-04-11 07:26:04'),(873932,'indexer_update_all_views','success',NULL,'2018-04-11 07:23:03','2018-04-11 07:26:00','2018-04-11 07:26:04','2018-04-11 07:26:04'),(873933,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:24:03','2018-04-11 07:27:00','2018-04-11 07:27:03','2018-04-11 07:27:03'),(873934,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:24:03','2018-04-11 07:27:00','2018-04-11 07:27:03','2018-04-11 07:27:03'),(873935,'indexer_update_all_views','success',NULL,'2018-04-11 07:24:03','2018-04-11 07:27:00','2018-04-11 07:27:03','2018-04-11 07:27:03'),(873936,'indexer_update_all_views','success',NULL,'2018-04-11 07:24:03','2018-04-11 07:27:00','2018-04-11 07:27:03','2018-04-11 07:27:03'),(873937,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:25:03','2018-04-11 07:28:00','2018-04-11 07:28:03','2018-04-11 07:28:03'),(873938,'indexer_update_all_views','success',NULL,'2018-04-11 07:25:03','2018-04-11 07:28:00','2018-04-11 07:28:03','2018-04-11 07:28:04'),(873939,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:25:03','2018-04-11 07:28:00','2018-04-11 07:28:04','2018-04-11 07:28:04'),(873940,'indexer_update_all_views','success',NULL,'2018-04-11 07:25:03','2018-04-11 07:28:00','2018-04-11 07:28:04','2018-04-11 07:28:04'),(873941,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:30:00','2018-04-11 07:30:03','2018-04-11 07:30:03'),(873942,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:31:00','2018-04-11 07:31:02','2018-04-11 07:31:02'),(873943,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:32:00','2018-04-11 07:32:02','2018-04-11 07:32:02'),(873944,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:33:00','2018-04-11 07:33:02','2018-04-11 07:33:03'),(873945,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:34:00','2018-04-11 07:34:02','2018-04-11 07:34:02'),(873946,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:35:00','2018-04-11 07:35:02','2018-04-11 07:35:03'),(873947,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:36:00','2018-04-11 07:36:02','2018-04-11 07:36:02'),(873948,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:37:00','2018-04-11 07:37:03','2018-04-11 07:37:03'),(873949,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:38:00','2018-04-11 07:38:02','2018-04-11 07:38:02'),(873950,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:39:00','2018-04-11 07:39:02','2018-04-11 07:39:03'),(873951,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:40:00','2018-04-11 07:40:02','2018-04-11 07:40:02'),(873952,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:41:00','2018-04-11 07:41:02','2018-04-11 07:41:03'),(873953,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:42:00','2018-04-11 07:42:02','2018-04-11 07:42:02'),(873954,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:43:00','2018-04-11 07:43:02','2018-04-11 07:43:02'),(873955,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:44:00','2018-04-11 07:44:02','2018-04-11 07:44:02'),(873956,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:45:00','2018-04-11 07:45:03','2018-04-11 07:45:03'),(873957,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:30:00','2018-04-11 07:30:03','2018-04-11 07:30:03'),(873958,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:31:00','2018-04-11 07:31:02','2018-04-11 07:31:02'),(873959,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:32:00','2018-04-11 07:32:02','2018-04-11 07:32:02'),(873960,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:33:00','2018-04-11 07:33:03','2018-04-11 07:33:03'),(873961,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:34:00','2018-04-11 07:34:02','2018-04-11 07:34:02'),(873962,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:35:00','2018-04-11 07:35:03','2018-04-11 07:35:03'),(873963,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:36:00','2018-04-11 07:36:02','2018-04-11 07:36:02'),(873964,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:37:00','2018-04-11 07:37:03','2018-04-11 07:37:03'),(873965,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:38:00','2018-04-11 07:38:02','2018-04-11 07:38:02'),(873966,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:39:00','2018-04-11 07:39:03','2018-04-11 07:39:03'),(873967,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:40:00','2018-04-11 07:40:02','2018-04-11 07:40:02'),(873968,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:41:00','2018-04-11 07:41:03','2018-04-11 07:41:03'),(873969,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:42:00','2018-04-11 07:42:02','2018-04-11 07:42:02'),(873970,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:43:00','2018-04-11 07:43:02','2018-04-11 07:43:02'),(873971,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:44:00','2018-04-11 07:44:02','2018-04-11 07:44:02'),(873972,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:45:00','2018-04-11 07:45:03','2018-04-11 07:45:03'),(873973,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:30:00','2018-04-11 07:30:03','2018-04-11 07:30:03'),(873974,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:35:00','2018-04-11 07:35:03','2018-04-11 07:35:03'),(873975,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:40:00','2018-04-11 07:40:02','2018-04-11 07:40:02'),(873976,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:45:00','2018-04-11 07:45:03','2018-04-11 07:45:03'),(873977,'newsletter_send_all','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:30:00','2018-04-11 07:30:03','2018-04-11 07:30:03'),(873978,'newsletter_send_all','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:35:00','2018-04-11 07:35:03','2018-04-11 07:35:03'),(873979,'newsletter_send_all','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:40:00','2018-04-11 07:40:02','2018-04-11 07:40:02'),(873980,'newsletter_send_all','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:45:00','2018-04-11 07:45:03','2018-04-11 07:45:03'),(873981,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:30:00','2018-04-11 07:30:03','2018-04-11 07:30:03'),(873982,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:31:00','2018-04-11 07:31:02','2018-04-11 07:31:02'),(873983,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:32:00','2018-04-11 07:32:02','2018-04-11 07:32:02'),(873984,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:33:00','2018-04-11 07:33:03','2018-04-11 07:33:03'),(873985,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:34:00','2018-04-11 07:34:02','2018-04-11 07:34:02'),(873986,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:35:00','2018-04-11 07:35:03','2018-04-11 07:35:03'),(873987,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:36:00','2018-04-11 07:36:02','2018-04-11 07:36:02'),(873988,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:37:00','2018-04-11 07:37:03','2018-04-11 07:37:03'),(873989,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:38:00','2018-04-11 07:38:02','2018-04-11 07:38:02'),(873990,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:39:00','2018-04-11 07:39:03','2018-04-11 07:39:03'),(873991,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:40:00','2018-04-11 07:40:02','2018-04-11 07:40:02'),(873992,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:41:00','2018-04-11 07:41:03','2018-04-11 07:41:03'),(873993,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:42:00','2018-04-11 07:42:02','2018-04-11 07:42:02'),(873994,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:43:00','2018-04-11 07:43:02','2018-04-11 07:43:02'),(873995,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:44:00','2018-04-11 07:44:02','2018-04-11 07:44:02'),(873996,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:45:00','2018-04-11 07:45:03','2018-04-11 07:45:03'),(873997,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:30:00','2018-04-11 07:30:03','2018-04-11 07:30:03'),(873998,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:31:00','2018-04-11 07:31:02','2018-04-11 07:31:02'),(873999,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:32:00','2018-04-11 07:32:02','2018-04-11 07:32:02'),(874000,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:33:00','2018-04-11 07:33:03','2018-04-11 07:33:03'),(874001,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:34:00','2018-04-11 07:34:02','2018-04-11 07:34:02'),(874002,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:35:00','2018-04-11 07:35:03','2018-04-11 07:35:03'),(874003,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:36:00','2018-04-11 07:36:02','2018-04-11 07:36:02'),(874004,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:37:00','2018-04-11 07:37:03','2018-04-11 07:37:03'),(874005,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:38:00','2018-04-11 07:38:02','2018-04-11 07:38:02'),(874006,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:39:00','2018-04-11 07:39:03','2018-04-11 07:39:03'),(874007,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:40:00','2018-04-11 07:40:02','2018-04-11 07:40:02'),(874008,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:41:00','2018-04-11 07:41:03','2018-04-11 07:41:03'),(874009,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:42:00','2018-04-11 07:42:02','2018-04-11 07:42:02'),(874010,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:43:00','2018-04-11 07:43:02','2018-04-11 07:43:02'),(874011,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:44:00','2018-04-11 07:44:02','2018-04-11 07:44:02'),(874012,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:45:00','2018-04-11 07:45:03','2018-04-11 07:45:03'),(874013,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:30:00','2018-04-11 07:30:03','2018-04-11 07:30:03'),(874014,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:31:00','2018-04-11 07:31:02','2018-04-11 07:31:02'),(874015,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:32:00','2018-04-11 07:32:02','2018-04-11 07:32:02'),(874016,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:33:00','2018-04-11 07:33:03','2018-04-11 07:33:03'),(874017,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:34:00','2018-04-11 07:34:02','2018-04-11 07:34:02'),(874018,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:35:00','2018-04-11 07:35:03','2018-04-11 07:35:03'),(874019,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:36:00','2018-04-11 07:36:02','2018-04-11 07:36:02'),(874020,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:37:00','2018-04-11 07:37:03','2018-04-11 07:37:03'),(874021,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:38:00','2018-04-11 07:38:02','2018-04-11 07:38:02'),(874022,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:39:00','2018-04-11 07:39:03','2018-04-11 07:39:03'),(874023,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:40:00','2018-04-11 07:40:02','2018-04-11 07:40:02'),(874024,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:41:00','2018-04-11 07:41:03','2018-04-11 07:41:03'),(874025,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:42:00','2018-04-11 07:42:02','2018-04-11 07:42:02'),(874026,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:43:00','2018-04-11 07:43:02','2018-04-11 07:43:02'),(874027,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:44:00','2018-04-11 07:44:02','2018-04-11 07:44:02'),(874028,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:45:00','2018-04-11 07:45:03','2018-04-11 07:45:03'),(874029,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:30:00','2018-04-11 07:30:03','2018-04-11 07:30:03'),(874030,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:31:00','2018-04-11 07:31:02','2018-04-11 07:31:02'),(874031,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:32:00','2018-04-11 07:32:02','2018-04-11 07:32:02'),(874032,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:33:00','2018-04-11 07:33:03','2018-04-11 07:33:03'),(874033,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:34:00','2018-04-11 07:34:02','2018-04-11 07:34:02'),(874034,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:35:00','2018-04-11 07:35:03','2018-04-11 07:35:03'),(874035,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:36:00','2018-04-11 07:36:02','2018-04-11 07:36:02'),(874036,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:37:00','2018-04-11 07:37:03','2018-04-11 07:37:03'),(874037,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:38:00','2018-04-11 07:38:02','2018-04-11 07:38:02'),(874038,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:39:00','2018-04-11 07:39:03','2018-04-11 07:39:03'),(874039,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:40:00','2018-04-11 07:40:02','2018-04-11 07:40:02'),(874040,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:41:00','2018-04-11 07:41:03','2018-04-11 07:41:03'),(874041,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:42:00','2018-04-11 07:42:02','2018-04-11 07:42:02'),(874042,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:43:00','2018-04-11 07:43:02','2018-04-11 07:43:02'),(874043,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:44:00','2018-04-11 07:44:02','2018-04-11 07:44:02'),(874044,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:45:00','2018-04-11 07:45:03','2018-04-11 07:45:03'),(874045,'sales_send_order_emails','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:30:00','2018-04-11 07:30:03','2018-04-11 07:30:03'),(874046,'sales_send_order_emails','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:31:00','2018-04-11 07:31:02','2018-04-11 07:31:02'),(874047,'sales_send_order_emails','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:32:00','2018-04-11 07:32:02','2018-04-11 07:32:02'),(874048,'sales_send_order_emails','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:33:00','2018-04-11 07:33:03','2018-04-11 07:33:03'),(874049,'sales_send_order_emails','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:34:00','2018-04-11 07:34:02','2018-04-11 07:34:02'),(874050,'sales_send_order_emails','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:35:00','2018-04-11 07:35:03','2018-04-11 07:35:03'),(874051,'sales_send_order_emails','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:36:00','2018-04-11 07:36:02','2018-04-11 07:36:02'),(874052,'sales_send_order_emails','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:37:00','2018-04-11 07:37:03','2018-04-11 07:37:03'),(874053,'sales_send_order_emails','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:38:00','2018-04-11 07:38:02','2018-04-11 07:38:02'),(874054,'sales_send_order_emails','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:39:00','2018-04-11 07:39:03','2018-04-11 07:39:03'),(874055,'sales_send_order_emails','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:40:00','2018-04-11 07:40:03','2018-04-11 07:40:03'),(874056,'sales_send_order_emails','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:41:00','2018-04-11 07:41:03','2018-04-11 07:41:03'),(874057,'sales_send_order_emails','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:42:00','2018-04-11 07:42:03','2018-04-11 07:42:03'),(874058,'sales_send_order_emails','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:43:00','2018-04-11 07:43:03','2018-04-11 07:43:03'),(874059,'sales_send_order_emails','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:44:00','2018-04-11 07:44:02','2018-04-11 07:44:02'),(874060,'sales_send_order_emails','success',NULL,'2018-04-11 07:26:02','2018-04-11 07:45:00','2018-04-11 07:45:03','2018-04-11 07:45:03'),(874061,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:30:00','2018-04-11 07:30:03','2018-04-11 07:30:03'),(874062,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:31:00','2018-04-11 07:31:02','2018-04-11 07:31:02'),(874063,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:32:00','2018-04-11 07:32:02','2018-04-11 07:32:02'),(874064,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:33:00','2018-04-11 07:33:03','2018-04-11 07:33:03'),(874065,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:34:00','2018-04-11 07:34:02','2018-04-11 07:34:02'),(874066,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:35:00','2018-04-11 07:35:03','2018-04-11 07:35:03'),(874067,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:36:00','2018-04-11 07:36:02','2018-04-11 07:36:02'),(874068,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:37:00','2018-04-11 07:37:03','2018-04-11 07:37:03'),(874069,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:38:00','2018-04-11 07:38:02','2018-04-11 07:38:02'),(874070,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:39:00','2018-04-11 07:39:03','2018-04-11 07:39:03'),(874071,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:40:00','2018-04-11 07:40:03','2018-04-11 07:40:03'),(874072,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:41:00','2018-04-11 07:41:03','2018-04-11 07:41:03'),(874073,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:42:00','2018-04-11 07:42:03','2018-04-11 07:42:03'),(874074,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:43:00','2018-04-11 07:43:03','2018-04-11 07:43:03'),(874075,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:44:00','2018-04-11 07:44:02','2018-04-11 07:44:02'),(874076,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:45:00','2018-04-11 07:45:03','2018-04-11 07:45:03'),(874077,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:30:00','2018-04-11 07:30:03','2018-04-11 07:30:03'),(874078,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:31:00','2018-04-11 07:31:02','2018-04-11 07:31:02'),(874079,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:32:00','2018-04-11 07:32:02','2018-04-11 07:32:02'),(874080,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:33:00','2018-04-11 07:33:03','2018-04-11 07:33:03'),(874081,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:34:00','2018-04-11 07:34:02','2018-04-11 07:34:02'),(874082,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:35:00','2018-04-11 07:35:03','2018-04-11 07:35:03'),(874083,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:36:00','2018-04-11 07:36:02','2018-04-11 07:36:02'),(874084,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:37:00','2018-04-11 07:37:03','2018-04-11 07:37:03'),(874085,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:38:00','2018-04-11 07:38:02','2018-04-11 07:38:02'),(874086,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:39:00','2018-04-11 07:39:03','2018-04-11 07:39:03'),(874087,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:40:00','2018-04-11 07:40:03','2018-04-11 07:40:03'),(874088,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:41:00','2018-04-11 07:41:03','2018-04-11 07:41:03'),(874089,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:42:00','2018-04-11 07:42:03','2018-04-11 07:42:03'),(874090,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:43:00','2018-04-11 07:43:03','2018-04-11 07:43:03'),(874091,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:44:00','2018-04-11 07:44:02','2018-04-11 07:44:02'),(874092,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:45:00','2018-04-11 07:45:03','2018-04-11 07:45:03'),(874093,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:30:00','2018-04-11 07:30:03','2018-04-11 07:30:03'),(874094,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:31:00','2018-04-11 07:31:02','2018-04-11 07:31:02'),(874095,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:32:00','2018-04-11 07:32:02','2018-04-11 07:32:02'),(874096,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:33:00','2018-04-11 07:33:03','2018-04-11 07:33:03'),(874097,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:34:00','2018-04-11 07:34:02','2018-04-11 07:34:02'),(874098,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:35:00','2018-04-11 07:35:03','2018-04-11 07:35:03'),(874099,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:36:00','2018-04-11 07:36:02','2018-04-11 07:36:02'),(874100,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:37:00','2018-04-11 07:37:03','2018-04-11 07:37:03'),(874101,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:38:00','2018-04-11 07:38:02','2018-04-11 07:38:02'),(874102,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:39:00','2018-04-11 07:39:03','2018-04-11 07:39:03'),(874103,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:40:00','2018-04-11 07:40:03','2018-04-11 07:40:03'),(874104,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:41:00','2018-04-11 07:41:03','2018-04-11 07:41:03'),(874105,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:42:00','2018-04-11 07:42:03','2018-04-11 07:42:03'),(874106,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:43:00','2018-04-11 07:43:03','2018-04-11 07:43:03'),(874107,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:44:00','2018-04-11 07:44:02','2018-04-11 07:44:02'),(874108,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:45:00','2018-04-11 07:45:03','2018-04-11 07:45:03'),(874109,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:30:00','2018-04-11 07:30:03','2018-04-11 07:30:03'),(874110,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:31:00','2018-04-11 07:31:02','2018-04-11 07:31:02'),(874111,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:32:00','2018-04-11 07:32:02','2018-04-11 07:32:02'),(874112,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:33:00','2018-04-11 07:33:03','2018-04-11 07:33:03'),(874113,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:34:00','2018-04-11 07:34:02','2018-04-11 07:34:02'),(874114,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:35:00','2018-04-11 07:35:03','2018-04-11 07:35:03'),(874115,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:36:00','2018-04-11 07:36:02','2018-04-11 07:36:02'),(874116,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:37:00','2018-04-11 07:37:03','2018-04-11 07:37:03'),(874117,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:38:00','2018-04-11 07:38:02','2018-04-11 07:38:02'),(874118,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:39:00','2018-04-11 07:39:03','2018-04-11 07:39:03'),(874119,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:40:00','2018-04-11 07:40:03','2018-04-11 07:40:03'),(874120,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:41:00','2018-04-11 07:41:03','2018-04-11 07:41:03'),(874121,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:42:00','2018-04-11 07:42:03','2018-04-11 07:42:03'),(874122,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:43:00','2018-04-11 07:43:03','2018-04-11 07:43:03'),(874123,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:44:00','2018-04-11 07:44:02','2018-04-11 07:44:02'),(874124,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:45:00','2018-04-11 07:45:03','2018-04-11 07:45:03'),(874125,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:30:00','2018-04-11 07:30:03','2018-04-11 07:30:03'),(874126,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:32:00','2018-04-11 07:32:02','2018-04-11 07:32:02'),(874127,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:34:00','2018-04-11 07:34:02','2018-04-11 07:34:02'),(874128,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:36:00','2018-04-11 07:36:02','2018-04-11 07:36:02'),(874129,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:38:00','2018-04-11 07:38:02','2018-04-11 07:38:02'),(874130,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:40:00','2018-04-11 07:40:03','2018-04-11 07:40:03'),(874131,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:42:00','2018-04-11 07:42:03','2018-04-11 07:42:03'),(874132,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:44:00','2018-04-11 07:44:02','2018-04-11 07:44:02'),(874133,'captcha_delete_old_attempts','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:30:00','2018-04-11 07:30:03','2018-04-11 07:30:03'),(874134,'captcha_delete_expired_images','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:30:00','2018-04-11 07:30:03','2018-04-11 07:30:03'),(874135,'captcha_delete_expired_images','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:40:00','2018-04-11 07:40:03','2018-04-11 07:40:03'),(874136,'temando_process_platform_events','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:30:00','2018-04-11 07:30:03','2018-04-11 07:30:03'),(874137,'temando_process_platform_events','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:45:00','2018-04-11 07:45:03','2018-04-11 07:45:03'),(874138,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:29:00','2018-04-11 07:29:03','2018-04-11 07:29:03'),(874139,'indexer_update_all_views','success',NULL,'2018-04-11 07:26:03','2018-04-11 07:29:00','2018-04-11 07:29:03','2018-04-11 07:29:03'),(874140,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:27:03','2018-04-11 07:30:00','2018-04-11 07:30:04','2018-04-11 07:30:04'),(874141,'indexer_update_all_views','success',NULL,'2018-04-11 07:27:03','2018-04-11 07:30:00','2018-04-11 07:30:04','2018-04-11 07:30:04'),(874142,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 07:27:03','2018-04-11 07:30:00','2018-04-11 07:30:04',NULL),(874143,'ddg_automation_importer','success',NULL,'2018-04-11 07:27:03','2018-04-11 07:30:00','2018-04-11 07:30:08','2018-04-11 07:30:08'),(874144,'ddg_automation_status','success',NULL,'2018-04-11 07:27:03','2018-04-11 07:30:00','2018-04-11 07:30:08','2018-04-11 07:30:09'),(874145,'ddg_automation_abandonedcarts','success',NULL,'2018-04-11 07:27:03','2018-04-11 07:30:00','2018-04-11 07:30:09','2018-04-11 07:30:09'),(874146,'ddg_automation_reviews_and_wishlist','success',NULL,'2018-04-11 07:27:03','2018-04-11 07:30:00','2018-04-11 07:30:09','2018-04-11 07:30:09'),(874147,'ddg_automation_campaign','success',NULL,'2018-04-11 07:27:03','2018-04-11 07:30:00','2018-04-11 07:30:09','2018-04-11 07:30:09'),(874148,'ddg_automation_order_sync','success',NULL,'2018-04-11 07:27:03','2018-04-11 07:30:00','2018-04-11 07:30:09','2018-04-11 07:30:09'),(874149,'ddg_automation_catalog_sync','success',NULL,'2018-04-11 07:27:03','2018-04-11 07:30:00','2018-04-11 07:30:09','2018-04-11 07:30:09'),(874150,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:28:03','2018-04-11 07:31:00','2018-04-11 07:31:03','2018-04-11 07:31:03'),(874151,'indexer_update_all_views','success',NULL,'2018-04-11 07:28:03','2018-04-11 07:31:00','2018-04-11 07:31:03','2018-04-11 07:31:03'),(874152,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:29:03','2018-04-11 07:32:00','2018-04-11 07:32:03','2018-04-11 07:32:03'),(874153,'indexer_update_all_views','success',NULL,'2018-04-11 07:29:03','2018-04-11 07:32:00','2018-04-11 07:32:03','2018-04-11 07:32:03'),(874154,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:30:03','2018-04-11 07:33:00','2018-04-11 07:33:04','2018-04-11 07:33:04'),(874155,'indexer_update_all_views','success',NULL,'2018-04-11 07:30:03','2018-04-11 07:33:00','2018-04-11 07:33:04','2018-04-11 07:33:04'),(874156,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:31:03','2018-04-11 07:34:00','2018-04-11 07:34:03','2018-04-11 07:34:03'),(874157,'indexer_update_all_views','success',NULL,'2018-04-11 07:31:03','2018-04-11 07:34:00','2018-04-11 07:34:03','2018-04-11 07:34:03'),(874158,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:31:03','2018-04-11 07:34:00','2018-04-11 07:34:03','2018-04-11 07:34:03'),(874159,'indexer_update_all_views','success',NULL,'2018-04-11 07:31:03','2018-04-11 07:34:00','2018-04-11 07:34:03','2018-04-11 07:34:03'),(874160,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:32:03','2018-04-11 07:35:00','2018-04-11 07:35:05','2018-04-11 07:35:05'),(874161,'indexer_update_all_views','success',NULL,'2018-04-11 07:32:03','2018-04-11 07:35:00','2018-04-11 07:35:05','2018-04-11 07:35:05'),(874162,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:33:03','2018-04-11 07:36:00','2018-04-11 07:36:03','2018-04-11 07:36:03'),(874163,'indexer_update_all_views','success',NULL,'2018-04-11 07:33:03','2018-04-11 07:36:00','2018-04-11 07:36:03','2018-04-11 07:36:03'),(874164,'ddg_automation_importer','success',NULL,'2018-04-11 07:33:03','2018-04-11 07:35:00','2018-04-11 07:35:04','2018-04-11 07:35:04'),(874165,'ddg_automation_abandonedcarts','success',NULL,'2018-04-11 07:33:03','2018-04-11 07:35:00','2018-04-11 07:35:04','2018-04-11 07:35:04'),(874166,'ddg_automation_campaign','success',NULL,'2018-04-11 07:33:03','2018-04-11 07:35:00','2018-04-11 07:35:04','2018-04-11 07:35:04'),(874167,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:34:03','2018-04-11 07:37:00','2018-04-11 07:37:04','2018-04-11 07:37:04'),(874168,'indexer_update_all_views','success',NULL,'2018-04-11 07:34:03','2018-04-11 07:37:00','2018-04-11 07:37:04','2018-04-11 07:37:04'),(874169,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:34:03','2018-04-11 07:37:00','2018-04-11 07:37:04','2018-04-11 07:37:04'),(874170,'indexer_update_all_views','success',NULL,'2018-04-11 07:34:03','2018-04-11 07:37:00','2018-04-11 07:37:04','2018-04-11 07:37:04'),(874171,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:35:03','2018-04-11 07:38:00','2018-04-11 07:38:03','2018-04-11 07:38:03'),(874172,'indexer_update_all_views','success',NULL,'2018-04-11 07:35:03','2018-04-11 07:38:00','2018-04-11 07:38:03','2018-04-11 07:38:03'),(874173,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:36:03','2018-04-11 07:39:00','2018-04-11 07:39:03','2018-04-11 07:39:03'),(874174,'indexer_update_all_views','success',NULL,'2018-04-11 07:36:03','2018-04-11 07:39:00','2018-04-11 07:39:03','2018-04-11 07:39:03'),(874175,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:37:03','2018-04-11 07:40:00','2018-04-11 07:40:03','2018-04-11 07:40:03'),(874176,'indexer_update_all_views','success',NULL,'2018-04-11 07:37:03','2018-04-11 07:40:00','2018-04-11 07:40:03','2018-04-11 07:40:03'),(874177,'ddg_automation_importer','success',NULL,'2018-04-11 07:37:03','2018-04-11 07:40:00','2018-04-11 07:40:03','2018-04-11 07:40:03'),(874178,'ddg_automation_abandonedcarts','success',NULL,'2018-04-11 07:37:03','2018-04-11 07:40:00','2018-04-11 07:40:03','2018-04-11 07:40:03'),(874179,'ddg_automation_campaign','success',NULL,'2018-04-11 07:37:03','2018-04-11 07:40:00','2018-04-11 07:40:03','2018-04-11 07:40:03'),(874180,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:38:03','2018-04-11 07:41:00','2018-04-11 07:41:04','2018-04-11 07:41:04'),(874181,'indexer_update_all_views','success',NULL,'2018-04-11 07:38:03','2018-04-11 07:41:00','2018-04-11 07:41:04','2018-04-11 07:41:04'),(874182,'indexer_update_all_views','success',NULL,'2018-04-11 07:38:03','2018-04-11 07:41:00','2018-04-11 07:41:04','2018-04-11 07:41:04'),(874183,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:39:03','2018-04-11 07:42:00','2018-04-11 07:42:04','2018-04-11 07:42:04'),(874184,'indexer_update_all_views','success',NULL,'2018-04-11 07:39:03','2018-04-11 07:42:00','2018-04-11 07:42:04','2018-04-11 07:42:04'),(874185,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:40:03','2018-04-11 07:43:00','2018-04-11 07:43:03','2018-04-11 07:43:04'),(874186,'indexer_update_all_views','success',NULL,'2018-04-11 07:40:03','2018-04-11 07:43:00','2018-04-11 07:43:04','2018-04-11 07:43:04'),(874187,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:41:03','2018-04-11 07:44:00','2018-04-11 07:44:03','2018-04-11 07:44:03'),(874188,'indexer_update_all_views','success',NULL,'2018-04-11 07:41:03','2018-04-11 07:44:00','2018-04-11 07:44:03','2018-04-11 07:44:03'),(874189,'catalog_index_refresh_price','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874190,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:41:00','2018-04-11 07:42:03','2018-04-11 07:42:03'),(874191,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:46:00','2018-04-11 07:46:02','2018-04-11 07:46:02'),(874192,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:47:00','2018-04-11 07:47:02','2018-04-11 07:47:02'),(874193,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:48:00','2018-04-11 07:48:02','2018-04-11 07:48:02'),(874194,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:49:00','2018-04-11 07:49:02','2018-04-11 07:49:02'),(874195,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:50:00','2018-04-11 07:50:02','2018-04-11 07:50:02'),(874196,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:51:00','2018-04-11 07:51:02','2018-04-11 07:51:02'),(874197,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:52:00','2018-04-11 07:52:02','2018-04-11 07:52:02'),(874198,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:53:00','2018-04-11 07:53:02','2018-04-11 07:53:02'),(874199,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:54:00','2018-04-11 07:54:02','2018-04-11 07:54:02'),(874200,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:55:00','2018-04-11 07:55:03','2018-04-11 07:55:03'),(874201,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:56:00','2018-04-11 07:56:03','2018-04-11 07:56:03'),(874202,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:57:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874203,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:58:00','2018-04-11 07:58:03','2018-04-11 07:58:03'),(874204,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:59:00','2018-04-11 07:59:02','2018-04-11 07:59:02'),(874205,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874206,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:41:00','2018-04-11 07:42:03','2018-04-11 07:42:03'),(874207,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:46:00','2018-04-11 07:46:02','2018-04-11 07:46:02'),(874208,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:47:00','2018-04-11 07:47:02','2018-04-11 07:47:02'),(874209,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:48:00','2018-04-11 07:48:02','2018-04-11 07:48:02'),(874210,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:49:00','2018-04-11 07:49:02','2018-04-11 07:49:02'),(874211,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:50:00','2018-04-11 07:50:02','2018-04-11 07:50:03'),(874212,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:51:00','2018-04-11 07:51:02','2018-04-11 07:51:02'),(874213,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:52:00','2018-04-11 07:52:02','2018-04-11 07:52:02'),(874214,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:53:00','2018-04-11 07:53:02','2018-04-11 07:53:02'),(874215,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:54:00','2018-04-11 07:54:02','2018-04-11 07:54:02'),(874216,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:55:00','2018-04-11 07:55:03','2018-04-11 07:55:03'),(874217,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:56:00','2018-04-11 07:56:03','2018-04-11 07:56:03'),(874218,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:57:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874219,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:58:00','2018-04-11 07:58:03','2018-04-11 07:58:03'),(874220,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:59:00','2018-04-11 07:59:02','2018-04-11 07:59:02'),(874221,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874222,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:50:00','2018-04-11 07:50:03','2018-04-11 07:50:03'),(874223,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:55:00','2018-04-11 07:55:03','2018-04-11 07:55:03'),(874224,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874225,'newsletter_send_all','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:50:00','2018-04-11 07:50:03','2018-04-11 07:50:03'),(874226,'newsletter_send_all','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:55:00','2018-04-11 07:55:03','2018-04-11 07:55:03'),(874227,'newsletter_send_all','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874228,'sales_clean_orders','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874229,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:41:00','2018-04-11 07:42:03','2018-04-11 07:42:03'),(874230,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:46:00','2018-04-11 07:46:02','2018-04-11 07:46:02'),(874231,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:47:00','2018-04-11 07:47:02','2018-04-11 07:47:02'),(874232,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:48:00','2018-04-11 07:48:02','2018-04-11 07:48:02'),(874233,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:49:00','2018-04-11 07:49:02','2018-04-11 07:49:02'),(874234,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:50:00','2018-04-11 07:50:03','2018-04-11 07:50:03'),(874235,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:51:00','2018-04-11 07:51:02','2018-04-11 07:51:02'),(874236,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:52:00','2018-04-11 07:52:02','2018-04-11 07:52:02'),(874237,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:53:00','2018-04-11 07:53:02','2018-04-11 07:53:02'),(874238,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:54:00','2018-04-11 07:54:02','2018-04-11 07:54:02'),(874239,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:55:00','2018-04-11 07:55:03','2018-04-11 07:55:03'),(874240,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:56:00','2018-04-11 07:56:03','2018-04-11 07:56:03'),(874241,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:57:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874242,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:58:00','2018-04-11 07:58:03','2018-04-11 07:58:03'),(874243,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:59:00','2018-04-11 07:59:02','2018-04-11 07:59:02'),(874244,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874245,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:41:00','2018-04-11 07:42:03','2018-04-11 07:42:03'),(874246,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:46:00','2018-04-11 07:46:02','2018-04-11 07:46:02'),(874247,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:47:00','2018-04-11 07:47:02','2018-04-11 07:47:02'),(874248,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:48:00','2018-04-11 07:48:02','2018-04-11 07:48:02'),(874249,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:49:00','2018-04-11 07:49:02','2018-04-11 07:49:02'),(874250,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:50:00','2018-04-11 07:50:03','2018-04-11 07:50:03'),(874251,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:51:00','2018-04-11 07:51:02','2018-04-11 07:51:02'),(874252,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:52:00','2018-04-11 07:52:02','2018-04-11 07:52:02'),(874253,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:53:00','2018-04-11 07:53:02','2018-04-11 07:53:02'),(874254,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:54:00','2018-04-11 07:54:02','2018-04-11 07:54:02'),(874255,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:55:00','2018-04-11 07:55:03','2018-04-11 07:55:03'),(874256,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:56:00','2018-04-11 07:56:03','2018-04-11 07:56:03'),(874257,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:57:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874258,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:58:00','2018-04-11 07:58:03','2018-04-11 07:58:03'),(874259,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:59:00','2018-04-11 07:59:02','2018-04-11 07:59:02'),(874260,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874261,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:41:00','2018-04-11 07:42:03','2018-04-11 07:42:03'),(874262,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:46:00','2018-04-11 07:46:02','2018-04-11 07:46:02'),(874263,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:46:00','2018-04-11 07:46:02','2018-04-11 07:46:02'),(874264,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:47:00','2018-04-11 07:47:02','2018-04-11 07:47:02'),(874265,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:47:00','2018-04-11 07:47:02','2018-04-11 07:47:02'),(874266,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:48:00','2018-04-11 07:48:02','2018-04-11 07:48:02'),(874267,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:48:00','2018-04-11 07:48:02','2018-04-11 07:48:02'),(874268,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:49:00','2018-04-11 07:49:02','2018-04-11 07:49:02'),(874269,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:49:00','2018-04-11 07:49:02','2018-04-11 07:49:02'),(874270,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:50:00','2018-04-11 07:50:03','2018-04-11 07:50:03'),(874271,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:50:00','2018-04-11 07:50:03','2018-04-11 07:50:03'),(874272,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:51:00','2018-04-11 07:51:02','2018-04-11 07:51:02'),(874273,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:51:00','2018-04-11 07:51:02','2018-04-11 07:51:02'),(874274,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:52:00','2018-04-11 07:52:02','2018-04-11 07:52:02'),(874275,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:52:00','2018-04-11 07:52:02','2018-04-11 07:52:02'),(874276,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:53:00','2018-04-11 07:53:02','2018-04-11 07:53:02'),(874277,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:53:00','2018-04-11 07:53:02','2018-04-11 07:53:02'),(874278,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:54:00','2018-04-11 07:54:02','2018-04-11 07:54:02'),(874279,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:54:00','2018-04-11 07:54:02','2018-04-11 07:54:02'),(874280,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:55:00','2018-04-11 07:55:03','2018-04-11 07:55:03'),(874281,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:55:00','2018-04-11 07:55:03','2018-04-11 07:55:03'),(874282,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:56:00','2018-04-11 07:56:03','2018-04-11 07:56:03'),(874283,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:56:00','2018-04-11 07:56:03','2018-04-11 07:56:03'),(874284,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:57:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874285,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:57:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874286,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:58:00','2018-04-11 07:58:03','2018-04-11 07:58:03'),(874287,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:58:00','2018-04-11 07:58:03','2018-04-11 07:58:03'),(874288,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:59:00','2018-04-11 07:59:02','2018-04-11 07:59:02'),(874289,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:59:00','2018-04-11 07:59:02','2018-04-11 07:59:02'),(874290,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874291,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874292,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:41:00','2018-04-11 07:42:03','2018-04-11 07:42:03'),(874293,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:41:00','2018-04-11 07:42:03','2018-04-11 07:42:03'),(874294,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:46:00','2018-04-11 07:46:02','2018-04-11 07:46:02'),(874295,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:47:00','2018-04-11 07:47:02','2018-04-11 07:47:02'),(874296,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:46:00','2018-04-11 07:46:02','2018-04-11 07:46:02'),(874297,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:48:00','2018-04-11 07:48:02','2018-04-11 07:48:02'),(874298,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:47:00','2018-04-11 07:47:02','2018-04-11 07:47:02'),(874299,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:49:00','2018-04-11 07:49:02','2018-04-11 07:49:02'),(874300,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:48:00','2018-04-11 07:48:02','2018-04-11 07:48:02'),(874301,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:50:00','2018-04-11 07:50:03','2018-04-11 07:50:03'),(874302,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:49:00','2018-04-11 07:49:02','2018-04-11 07:49:02'),(874303,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:51:00','2018-04-11 07:51:02','2018-04-11 07:51:02'),(874304,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:50:00','2018-04-11 07:50:03','2018-04-11 07:50:03'),(874305,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:52:00','2018-04-11 07:52:02','2018-04-11 07:52:02'),(874306,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:51:00','2018-04-11 07:51:02','2018-04-11 07:51:02'),(874307,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:53:00','2018-04-11 07:53:02','2018-04-11 07:53:02'),(874308,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:52:00','2018-04-11 07:52:02','2018-04-11 07:52:02'),(874309,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:54:00','2018-04-11 07:54:02','2018-04-11 07:54:02'),(874310,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:53:00','2018-04-11 07:53:02','2018-04-11 07:53:02'),(874311,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:55:00','2018-04-11 07:55:03','2018-04-11 07:55:03'),(874312,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:54:00','2018-04-11 07:54:02','2018-04-11 07:54:02'),(874313,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:56:00','2018-04-11 07:56:03','2018-04-11 07:56:03'),(874314,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:55:00','2018-04-11 07:55:03','2018-04-11 07:55:03'),(874315,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:57:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874316,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:56:00','2018-04-11 07:56:03','2018-04-11 07:56:03'),(874317,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:58:00','2018-04-11 07:58:03','2018-04-11 07:58:03'),(874318,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:57:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874319,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:59:00','2018-04-11 07:59:02','2018-04-11 07:59:02'),(874320,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:58:00','2018-04-11 07:58:03','2018-04-11 07:58:03'),(874321,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874322,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:59:00','2018-04-11 07:59:02','2018-04-11 07:59:02'),(874323,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:41:00','2018-04-11 07:42:03','2018-04-11 07:42:03'),(874324,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874325,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:41:00','2018-04-11 07:42:03','2018-04-11 07:42:03'),(874326,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:46:00','2018-04-11 07:46:02','2018-04-11 07:46:02'),(874327,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:47:00','2018-04-11 07:47:02','2018-04-11 07:47:02'),(874328,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:46:00','2018-04-11 07:46:02','2018-04-11 07:46:02'),(874329,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:48:00','2018-04-11 07:48:02','2018-04-11 07:48:02'),(874330,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:47:00','2018-04-11 07:47:02','2018-04-11 07:47:02'),(874331,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:49:00','2018-04-11 07:49:02','2018-04-11 07:49:02'),(874332,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:48:00','2018-04-11 07:48:02','2018-04-11 07:48:03'),(874333,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:50:00','2018-04-11 07:50:03','2018-04-11 07:50:03'),(874334,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:49:00','2018-04-11 07:49:02','2018-04-11 07:49:02'),(874335,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:51:00','2018-04-11 07:51:02','2018-04-11 07:51:02'),(874336,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:50:00','2018-04-11 07:50:03','2018-04-11 07:50:03'),(874337,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:52:00','2018-04-11 07:52:02','2018-04-11 07:52:02'),(874338,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:51:00','2018-04-11 07:51:02','2018-04-11 07:51:02'),(874339,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:53:00','2018-04-11 07:53:03','2018-04-11 07:53:03'),(874340,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:52:00','2018-04-11 07:52:02','2018-04-11 07:52:02'),(874341,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:54:00','2018-04-11 07:54:02','2018-04-11 07:54:02'),(874342,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:53:00','2018-04-11 07:53:03','2018-04-11 07:53:03'),(874343,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:55:00','2018-04-11 07:55:03','2018-04-11 07:55:03'),(874344,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:54:00','2018-04-11 07:54:02','2018-04-11 07:54:02'),(874345,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:56:00','2018-04-11 07:56:03','2018-04-11 07:56:03'),(874346,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:55:00','2018-04-11 07:55:03','2018-04-11 07:55:03'),(874347,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:57:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874348,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:56:00','2018-04-11 07:56:03','2018-04-11 07:56:03'),(874349,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:58:00','2018-04-11 07:58:03','2018-04-11 07:58:03'),(874350,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:57:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874351,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:59:00','2018-04-11 07:59:02','2018-04-11 07:59:02'),(874352,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:58:00','2018-04-11 07:58:03','2018-04-11 07:58:03'),(874353,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874354,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:59:00','2018-04-11 07:59:02','2018-04-11 07:59:02'),(874355,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:41:00','2018-04-11 07:42:03','2018-04-11 07:42:03'),(874356,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874357,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:41:00','2018-04-11 07:42:03','2018-04-11 07:42:03'),(874358,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:46:00','2018-04-11 07:46:02','2018-04-11 07:46:02'),(874359,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:47:00','2018-04-11 07:47:02','2018-04-11 07:47:02'),(874360,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:46:00','2018-04-11 07:46:02','2018-04-11 07:46:02'),(874361,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:48:00','2018-04-11 07:48:03','2018-04-11 07:48:03'),(874362,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:47:00','2018-04-11 07:47:02','2018-04-11 07:47:02'),(874363,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:49:00','2018-04-11 07:49:02','2018-04-11 07:49:02'),(874364,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:48:00','2018-04-11 07:48:03','2018-04-11 07:48:03'),(874365,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:50:00','2018-04-11 07:50:03','2018-04-11 07:50:03'),(874366,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:49:00','2018-04-11 07:49:02','2018-04-11 07:49:02'),(874367,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:51:00','2018-04-11 07:51:02','2018-04-11 07:51:02'),(874368,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:50:00','2018-04-11 07:50:03','2018-04-11 07:50:03'),(874369,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:52:00','2018-04-11 07:52:02','2018-04-11 07:52:02'),(874370,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:51:00','2018-04-11 07:51:02','2018-04-11 07:51:02'),(874371,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:53:00','2018-04-11 07:53:03','2018-04-11 07:53:03'),(874372,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:52:00','2018-04-11 07:52:02','2018-04-11 07:52:02'),(874373,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:54:00','2018-04-11 07:54:02','2018-04-11 07:54:02'),(874374,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:53:00','2018-04-11 07:53:03','2018-04-11 07:53:03'),(874375,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:55:00','2018-04-11 07:55:03','2018-04-11 07:55:03'),(874376,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:54:00','2018-04-11 07:54:02','2018-04-11 07:54:02'),(874377,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:56:00','2018-04-11 07:56:03','2018-04-11 07:56:03'),(874378,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:55:00','2018-04-11 07:55:03','2018-04-11 07:55:03'),(874379,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:57:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874380,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:56:00','2018-04-11 07:56:03','2018-04-11 07:56:03'),(874381,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:58:00','2018-04-11 07:58:03','2018-04-11 07:58:03'),(874382,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:57:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874383,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:59:00','2018-04-11 07:59:02','2018-04-11 07:59:02'),(874384,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:58:00','2018-04-11 07:58:03','2018-04-11 07:58:03'),(874385,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874386,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:59:00','2018-04-11 07:59:02','2018-04-11 07:59:02'),(874387,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:41:00','2018-04-11 07:42:03','2018-04-11 07:42:03'),(874388,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874389,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:41:00','2018-04-11 07:42:03','2018-04-11 07:42:03'),(874390,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:46:00','2018-04-11 07:46:02','2018-04-11 07:46:02'),(874391,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:47:00','2018-04-11 07:47:02','2018-04-11 07:47:02'),(874392,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:46:00','2018-04-11 07:46:02','2018-04-11 07:46:02'),(874393,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:48:00','2018-04-11 07:48:03','2018-04-11 07:48:03'),(874394,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:47:00','2018-04-11 07:47:02','2018-04-11 07:47:02'),(874395,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:49:00','2018-04-11 07:49:02','2018-04-11 07:49:02'),(874396,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:48:00','2018-04-11 07:48:03','2018-04-11 07:48:03'),(874397,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:50:00','2018-04-11 07:50:03','2018-04-11 07:50:03'),(874398,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:49:00','2018-04-11 07:49:02','2018-04-11 07:49:02'),(874399,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:51:00','2018-04-11 07:51:02','2018-04-11 07:51:02'),(874400,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:50:00','2018-04-11 07:50:03','2018-04-11 07:50:03'),(874401,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:52:00','2018-04-11 07:52:02','2018-04-11 07:52:02'),(874402,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:51:00','2018-04-11 07:51:02','2018-04-11 07:51:02'),(874403,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:53:00','2018-04-11 07:53:03','2018-04-11 07:53:03'),(874404,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:52:00','2018-04-11 07:52:02','2018-04-11 07:52:02'),(874405,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:54:00','2018-04-11 07:54:02','2018-04-11 07:54:02'),(874406,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:53:00','2018-04-11 07:53:03','2018-04-11 07:53:03'),(874407,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:55:00','2018-04-11 07:55:03','2018-04-11 07:55:03'),(874408,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:54:00','2018-04-11 07:54:02','2018-04-11 07:54:02'),(874409,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:56:00','2018-04-11 07:56:03','2018-04-11 07:56:03'),(874410,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:55:00','2018-04-11 07:55:03','2018-04-11 07:55:03'),(874411,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:57:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874412,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:56:00','2018-04-11 07:56:03','2018-04-11 07:56:03'),(874413,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:58:00','2018-04-11 07:58:03','2018-04-11 07:58:03'),(874414,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:57:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874415,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:58:00','2018-04-11 07:58:03','2018-04-11 07:58:03'),(874416,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:59:00','2018-04-11 07:59:02','2018-04-11 07:59:02'),(874417,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:59:00','2018-04-11 07:59:02','2018-04-11 07:59:02'),(874418,'sales_send_order_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874419,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874420,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:41:00','2018-04-11 07:42:03','2018-04-11 07:42:03'),(874421,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:41:00','2018-04-11 07:42:03','2018-04-11 07:42:03'),(874422,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:46:00','2018-04-11 07:46:02','2018-04-11 07:46:02'),(874423,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:47:00','2018-04-11 07:47:02','2018-04-11 07:47:02'),(874424,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:46:00','2018-04-11 07:46:02','2018-04-11 07:46:02'),(874425,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:48:00','2018-04-11 07:48:03','2018-04-11 07:48:03'),(874426,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:47:00','2018-04-11 07:47:02','2018-04-11 07:47:02'),(874427,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:49:00','2018-04-11 07:49:02','2018-04-11 07:49:02'),(874428,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:48:00','2018-04-11 07:48:03','2018-04-11 07:48:03'),(874429,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:50:00','2018-04-11 07:50:03','2018-04-11 07:50:03'),(874430,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:49:00','2018-04-11 07:49:02','2018-04-11 07:49:02'),(874431,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:51:00','2018-04-11 07:51:02','2018-04-11 07:51:02'),(874432,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:50:00','2018-04-11 07:50:03','2018-04-11 07:50:03'),(874433,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:52:00','2018-04-11 07:52:02','2018-04-11 07:52:02'),(874434,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:51:00','2018-04-11 07:51:02','2018-04-11 07:51:02'),(874435,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:53:00','2018-04-11 07:53:03','2018-04-11 07:53:03'),(874436,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:52:00','2018-04-11 07:52:02','2018-04-11 07:52:02'),(874437,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:54:00','2018-04-11 07:54:02','2018-04-11 07:54:02'),(874438,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:53:00','2018-04-11 07:53:03','2018-04-11 07:53:03'),(874439,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:55:00','2018-04-11 07:55:03','2018-04-11 07:55:03'),(874440,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:54:00','2018-04-11 07:54:02','2018-04-11 07:54:02'),(874441,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:56:00','2018-04-11 07:56:03','2018-04-11 07:56:03'),(874442,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:55:00','2018-04-11 07:55:03','2018-04-11 07:55:03'),(874443,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:57:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874444,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:56:00','2018-04-11 07:56:03','2018-04-11 07:56:03'),(874445,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:58:00','2018-04-11 07:58:03','2018-04-11 07:58:03'),(874446,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:57:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874447,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:59:00','2018-04-11 07:59:02','2018-04-11 07:59:02'),(874448,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:58:00','2018-04-11 07:58:03','2018-04-11 07:58:03'),(874449,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874450,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:59:00','2018-04-11 07:59:02','2018-04-11 07:59:02'),(874451,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:41:00','2018-04-11 07:42:03','2018-04-11 07:42:03'),(874452,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874453,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:41:00','2018-04-11 07:42:03','2018-04-11 07:42:03'),(874454,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:46:00','2018-04-11 07:46:02','2018-04-11 07:46:02'),(874455,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:47:00','2018-04-11 07:47:02','2018-04-11 07:47:02'),(874456,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:46:00','2018-04-11 07:46:02','2018-04-11 07:46:02'),(874457,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:48:00','2018-04-11 07:48:03','2018-04-11 07:48:03'),(874458,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:47:00','2018-04-11 07:47:02','2018-04-11 07:47:02'),(874459,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:49:00','2018-04-11 07:49:02','2018-04-11 07:49:02'),(874460,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:48:00','2018-04-11 07:48:03','2018-04-11 07:48:03'),(874461,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:50:00','2018-04-11 07:50:03','2018-04-11 07:50:03'),(874462,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:49:00','2018-04-11 07:49:02','2018-04-11 07:49:02'),(874463,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:51:00','2018-04-11 07:51:02','2018-04-11 07:51:02'),(874464,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:50:00','2018-04-11 07:50:03','2018-04-11 07:50:03'),(874465,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:52:00','2018-04-11 07:52:02','2018-04-11 07:52:02'),(874466,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:51:00','2018-04-11 07:51:02','2018-04-11 07:51:02'),(874467,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:53:00','2018-04-11 07:53:03','2018-04-11 07:53:03'),(874468,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:52:00','2018-04-11 07:52:02','2018-04-11 07:52:02'),(874469,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:54:00','2018-04-11 07:54:02','2018-04-11 07:54:02'),(874470,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:53:00','2018-04-11 07:53:03','2018-04-11 07:53:03'),(874471,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:55:00','2018-04-11 07:55:03','2018-04-11 07:55:03'),(874472,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:54:00','2018-04-11 07:54:02','2018-04-11 07:54:02'),(874473,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:56:00','2018-04-11 07:56:03','2018-04-11 07:56:03'),(874474,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:55:00','2018-04-11 07:55:03','2018-04-11 07:55:03'),(874475,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:57:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874476,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:56:00','2018-04-11 07:56:03','2018-04-11 07:56:03'),(874477,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:58:00','2018-04-11 07:58:03','2018-04-11 07:58:03'),(874478,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:57:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874479,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:59:00','2018-04-11 07:59:02','2018-04-11 07:59:02'),(874480,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:58:00','2018-04-11 07:58:03','2018-04-11 07:58:03'),(874481,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874482,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:59:00','2018-04-11 07:59:02','2018-04-11 07:59:02'),(874483,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:41:00','2018-04-11 07:42:03','2018-04-11 07:42:03'),(874484,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874485,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:46:00','2018-04-11 07:46:02','2018-04-11 07:46:02'),(874486,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:47:00','2018-04-11 07:47:02','2018-04-11 07:47:02'),(874487,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:48:00','2018-04-11 07:48:03','2018-04-11 07:48:03'),(874488,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:49:00','2018-04-11 07:49:02','2018-04-11 07:49:02'),(874489,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:50:00','2018-04-11 07:50:03','2018-04-11 07:50:03'),(874490,'expired_tokens_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874491,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:51:00','2018-04-11 07:51:02','2018-04-11 07:51:02'),(874492,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:52:00','2018-04-11 07:52:02','2018-04-11 07:52:02'),(874493,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:53:00','2018-04-11 07:53:03','2018-04-11 07:53:03'),(874494,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:54:00','2018-04-11 07:54:02','2018-04-11 07:54:02'),(874495,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:55:00','2018-04-11 07:55:03','2018-04-11 07:55:03'),(874496,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:46:00','2018-04-11 07:46:02','2018-04-11 07:46:02'),(874497,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:56:00','2018-04-11 07:56:03','2018-04-11 07:56:03'),(874498,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:48:00','2018-04-11 07:48:03','2018-04-11 07:48:03'),(874499,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:57:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874500,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:58:00','2018-04-11 07:58:03','2018-04-11 07:58:03'),(874501,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:50:00','2018-04-11 07:50:03','2018-04-11 07:50:03'),(874502,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:59:00','2018-04-11 07:59:02','2018-04-11 07:59:02'),(874503,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:52:00','2018-04-11 07:52:02','2018-04-11 07:52:02'),(874504,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874505,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:54:00','2018-04-11 07:54:02','2018-04-11 07:54:02'),(874506,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:41:00','2018-04-11 07:42:03','2018-04-11 07:42:03'),(874507,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:56:00','2018-04-11 07:56:03','2018-04-11 07:56:03'),(874508,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:46:00','2018-04-11 07:46:02','2018-04-11 07:46:02'),(874509,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:58:00','2018-04-11 07:58:03','2018-04-11 07:58:03'),(874510,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:47:00','2018-04-11 07:47:02','2018-04-11 07:47:02'),(874511,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874512,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:48:00','2018-04-11 07:48:03','2018-04-11 07:48:03'),(874513,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:49:00','2018-04-11 07:49:02','2018-04-11 07:49:02'),(874514,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:50:00','2018-04-11 07:50:03','2018-04-11 07:50:03'),(874515,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:51:00','2018-04-11 07:51:02','2018-04-11 07:51:02'),(874516,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:52:00','2018-04-11 07:52:02','2018-04-11 07:52:02'),(874517,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:53:00','2018-04-11 07:53:03','2018-04-11 07:53:03'),(874518,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:54:00','2018-04-11 07:54:02','2018-04-11 07:54:02'),(874519,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:55:00','2018-04-11 07:55:03','2018-04-11 07:55:03'),(874520,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:56:00','2018-04-11 07:56:03','2018-04-11 07:56:03'),(874521,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:57:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874522,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:58:00','2018-04-11 07:58:03','2018-04-11 07:58:03'),(874523,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:59:00','2018-04-11 07:59:02','2018-04-11 07:59:02'),(874524,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874525,'expired_tokens_cleanup','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874526,'captcha_delete_old_attempts','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874527,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:46:00','2018-04-11 07:46:02','2018-04-11 07:46:02'),(874528,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:48:00','2018-04-11 07:48:03','2018-04-11 07:48:03'),(874529,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:50:00','2018-04-11 07:50:03','2018-04-11 07:50:03'),(874530,'captcha_delete_expired_images','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:50:00','2018-04-11 07:50:03','2018-04-11 07:50:03'),(874531,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:52:00','2018-04-11 07:52:03','2018-04-11 07:52:03'),(874532,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:54:00','2018-04-11 07:54:02','2018-04-11 07:54:02'),(874533,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:56:00','2018-04-11 07:56:03','2018-04-11 07:56:03'),(874534,'captcha_delete_expired_images','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874535,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:58:00','2018-04-11 07:58:03','2018-04-11 07:58:03'),(874536,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874537,'temando_process_platform_events','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874538,'captcha_delete_old_attempts','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874539,'captcha_delete_expired_images','success',NULL,'2018-04-11 07:41:04','2018-04-11 07:50:00','2018-04-11 07:50:03','2018-04-11 07:50:03'),(874540,'captcha_delete_expired_images','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874541,'temando_process_platform_events','success',NULL,'2018-04-11 07:41:04','2018-04-11 08:00:00','2018-04-11 08:00:03','2018-04-11 08:00:03'),(874542,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:42:03','2018-04-11 07:45:00','2018-04-11 07:45:04','2018-04-11 07:45:04'),(874543,'indexer_update_all_views','success',NULL,'2018-04-11 07:42:03','2018-04-11 07:45:00','2018-04-11 07:45:04','2018-04-11 07:45:04'),(874544,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 07:42:03','2018-04-11 07:45:00','2018-04-11 07:45:04',NULL),(874545,'ddg_automation_importer','success',NULL,'2018-04-11 07:42:03','2018-04-11 07:45:00','2018-04-11 07:45:05','2018-04-11 07:45:05'),(874546,'ddg_automation_status','success',NULL,'2018-04-11 07:42:03','2018-04-11 07:45:00','2018-04-11 07:45:05','2018-04-11 07:45:06'),(874547,'ddg_automation_abandonedcarts','success',NULL,'2018-04-11 07:42:03','2018-04-11 07:45:00','2018-04-11 07:45:06','2018-04-11 07:45:06'),(874548,'ddg_automation_reviews_and_wishlist','success',NULL,'2018-04-11 07:42:03','2018-04-11 07:45:00','2018-04-11 07:45:06','2018-04-11 07:45:06'),(874549,'ddg_automation_campaign','success',NULL,'2018-04-11 07:42:03','2018-04-11 07:45:00','2018-04-11 07:45:06','2018-04-11 07:45:06'),(874550,'ddg_automation_order_sync','success',NULL,'2018-04-11 07:42:03','2018-04-11 07:45:00','2018-04-11 07:45:06','2018-04-11 07:45:06'),(874551,'ddg_automation_catalog_sync','success',NULL,'2018-04-11 07:42:03','2018-04-11 07:45:00','2018-04-11 07:45:06','2018-04-11 07:45:06'),(874552,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:43:03','2018-04-11 07:46:00','2018-04-11 07:46:03','2018-04-11 07:46:03'),(874553,'indexer_update_all_views','success',NULL,'2018-04-11 07:43:03','2018-04-11 07:46:00','2018-04-11 07:46:03','2018-04-11 07:46:03'),(874554,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:44:03','2018-04-11 07:47:00','2018-04-11 07:47:03','2018-04-11 07:47:03'),(874555,'indexer_update_all_views','success',NULL,'2018-04-11 07:44:03','2018-04-11 07:47:00','2018-04-11 07:47:03','2018-04-11 07:47:03'),(874556,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:45:03','2018-04-11 07:48:00','2018-04-11 07:48:04','2018-04-11 07:48:04'),(874557,'indexer_update_all_views','success',NULL,'2018-04-11 07:45:03','2018-04-11 07:48:00','2018-04-11 07:48:04','2018-04-11 07:48:04'),(874558,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:46:03','2018-04-11 07:49:00','2018-04-11 07:49:03','2018-04-11 07:49:03'),(874559,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:46:03','2018-04-11 07:49:00','2018-04-11 07:49:03','2018-04-11 07:49:03'),(874560,'indexer_update_all_views','success',NULL,'2018-04-11 07:46:03','2018-04-11 07:49:00','2018-04-11 07:49:03','2018-04-11 07:49:03'),(874561,'indexer_update_all_views','success',NULL,'2018-04-11 07:46:03','2018-04-11 07:49:00','2018-04-11 07:49:03','2018-04-11 07:49:03'),(874562,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:47:03','2018-04-11 07:50:00','2018-04-11 07:50:04','2018-04-11 07:50:04'),(874563,'indexer_update_all_views','success',NULL,'2018-04-11 07:47:03','2018-04-11 07:50:00','2018-04-11 07:50:04','2018-04-11 07:50:04'),(874564,'ddg_automation_importer','success',NULL,'2018-04-11 07:47:03','2018-04-11 07:50:00','2018-04-11 07:50:04','2018-04-11 07:50:04'),(874565,'ddg_automation_importer','success',NULL,'2018-04-11 07:47:03','2018-04-11 07:50:00','2018-04-11 07:50:04','2018-04-11 07:50:04'),(874566,'ddg_automation_abandonedcarts','success',NULL,'2018-04-11 07:47:03','2018-04-11 07:50:00','2018-04-11 07:50:04','2018-04-11 07:50:04'),(874567,'ddg_automation_abandonedcarts','success',NULL,'2018-04-11 07:47:03','2018-04-11 07:50:00','2018-04-11 07:50:04','2018-04-11 07:50:04'),(874568,'ddg_automation_campaign','success',NULL,'2018-04-11 07:47:03','2018-04-11 07:50:00','2018-04-11 07:50:04','2018-04-11 07:50:04'),(874569,'ddg_automation_campaign','success',NULL,'2018-04-11 07:47:03','2018-04-11 07:50:00','2018-04-11 07:50:04','2018-04-11 07:50:04'),(874570,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:48:03','2018-04-11 07:51:00','2018-04-11 07:51:08','2018-04-11 07:51:08'),(874571,'indexer_update_all_views','success',NULL,'2018-04-11 07:48:03','2018-04-11 07:51:00','2018-04-11 07:51:08','2018-04-11 07:51:08'),(874572,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:49:03','2018-04-11 07:52:00','2018-04-11 07:52:08','2018-04-11 07:52:08'),(874573,'indexer_update_all_views','success',NULL,'2018-04-11 07:49:03','2018-04-11 07:52:00','2018-04-11 07:52:08','2018-04-11 07:52:08'),(874574,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:50:03','2018-04-11 07:53:00','2018-04-11 07:53:04','2018-04-11 07:53:04'),(874575,'indexer_update_all_views','success',NULL,'2018-04-11 07:50:03','2018-04-11 07:53:00','2018-04-11 07:53:04','2018-04-11 07:53:04'),(874576,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:51:03','2018-04-11 07:54:00','2018-04-11 07:54:03','2018-04-11 07:54:03'),(874577,'indexer_update_all_views','success',NULL,'2018-04-11 07:51:03','2018-04-11 07:54:00','2018-04-11 07:54:03','2018-04-11 07:54:03'),(874578,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:52:03','2018-04-11 07:55:00','2018-04-11 07:55:04','2018-04-11 07:55:04'),(874579,'indexer_update_all_views','success',NULL,'2018-04-11 07:52:03','2018-04-11 07:55:00','2018-04-11 07:55:04','2018-04-11 07:55:04'),(874580,'ddg_automation_importer','success',NULL,'2018-04-11 07:52:03','2018-04-11 07:55:00','2018-04-11 07:55:04','2018-04-11 07:55:04'),(874581,'ddg_automation_abandonedcarts','success',NULL,'2018-04-11 07:52:03','2018-04-11 07:55:00','2018-04-11 07:55:04','2018-04-11 07:55:04'),(874582,'ddg_automation_campaign','success',NULL,'2018-04-11 07:52:03','2018-04-11 07:55:00','2018-04-11 07:55:04','2018-04-11 07:55:04'),(874583,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:53:03','2018-04-11 07:56:00','2018-04-11 07:56:05','2018-04-11 07:56:05'),(874584,'indexer_update_all_views','success',NULL,'2018-04-11 07:53:03','2018-04-11 07:56:00','2018-04-11 07:56:05','2018-04-11 07:56:05'),(874585,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:54:03','2018-04-11 07:57:00','2018-04-11 07:57:03','2018-04-11 07:57:03'),(874586,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:54:03','2018-04-11 07:57:00','2018-04-11 07:57:03','2018-04-11 07:57:03'),(874587,'indexer_update_all_views','success',NULL,'2018-04-11 07:54:03','2018-04-11 07:57:00','2018-04-11 07:57:03','2018-04-11 07:57:03'),(874588,'indexer_update_all_views','success',NULL,'2018-04-11 07:54:03','2018-04-11 07:57:00','2018-04-11 07:57:03','2018-04-11 07:57:03'),(874589,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:55:03','2018-04-11 07:58:00','2018-04-11 07:58:04','2018-04-11 07:58:04'),(874590,'indexer_update_all_views','success',NULL,'2018-04-11 07:55:03','2018-04-11 07:58:00','2018-04-11 07:58:04','2018-04-11 07:58:04'),(874591,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:56:03','2018-04-11 07:59:00','2018-04-11 07:59:03','2018-04-11 07:59:03'),(874592,'indexer_update_all_views','success',NULL,'2018-04-11 07:56:03','2018-04-11 07:59:00','2018-04-11 07:59:03','2018-04-11 07:59:03'),(874593,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:56:04','2018-04-11 07:56:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874594,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:01:00','2018-04-11 08:01:02','2018-04-11 08:01:02'),(874595,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:02:00','2018-04-11 08:02:03','2018-04-11 08:02:03'),(874596,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:03:00','2018-04-11 08:03:02','2018-04-11 08:03:02'),(874597,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:04:00','2018-04-11 08:04:02','2018-04-11 08:04:02'),(874598,'catalog_product_outdated_price_values_cleanup','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:05:00','2018-04-11 08:05:02','2018-04-11 08:05:03'),(874599,'catalog_product_outdated_price_values_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:06:00',NULL,NULL),(874600,'catalog_product_outdated_price_values_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:07:00',NULL,NULL),(874601,'catalog_product_outdated_price_values_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:08:00',NULL,NULL),(874602,'catalog_product_outdated_price_values_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:09:00',NULL,NULL),(874603,'catalog_product_outdated_price_values_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:10:00',NULL,NULL),(874604,'catalog_product_outdated_price_values_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:11:00',NULL,NULL),(874605,'catalog_product_outdated_price_values_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:12:00',NULL,NULL),(874606,'catalog_product_outdated_price_values_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:13:00',NULL,NULL),(874607,'catalog_product_outdated_price_values_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:14:00',NULL,NULL),(874608,'catalog_product_outdated_price_values_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:15:00',NULL,NULL),(874609,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:56:04','2018-04-11 07:56:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874610,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:01:00','2018-04-11 08:01:02','2018-04-11 08:01:02'),(874611,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:02:00','2018-04-11 08:02:03','2018-04-11 08:02:03'),(874612,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:03:00','2018-04-11 08:03:02','2018-04-11 08:03:02'),(874613,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:04:00','2018-04-11 08:04:02','2018-04-11 08:04:02'),(874614,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:05:00','2018-04-11 08:05:03','2018-04-11 08:05:03'),(874615,'catalog_product_frontend_actions_flush','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:06:00',NULL,NULL),(874616,'catalog_product_frontend_actions_flush','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:07:00',NULL,NULL),(874617,'catalog_product_frontend_actions_flush','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:08:00',NULL,NULL),(874618,'catalog_product_frontend_actions_flush','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:09:00',NULL,NULL),(874619,'catalog_product_frontend_actions_flush','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:10:00',NULL,NULL),(874620,'catalog_product_frontend_actions_flush','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:11:00',NULL,NULL),(874621,'catalog_product_frontend_actions_flush','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:12:00',NULL,NULL),(874622,'catalog_product_frontend_actions_flush','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:13:00',NULL,NULL),(874623,'catalog_product_frontend_actions_flush','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:14:00',NULL,NULL),(874624,'catalog_product_frontend_actions_flush','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:15:00',NULL,NULL),(874625,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:05:00','2018-04-11 08:05:03','2018-04-11 08:05:03'),(874626,'catalog_product_outdated_price_values_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:10:00',NULL,NULL),(874627,'catalog_product_attribute_value_synchronize','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:10:00',NULL,NULL),(874628,'catalog_product_outdated_price_values_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:11:00',NULL,NULL),(874629,'catalog_product_attribute_value_synchronize','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:15:00',NULL,NULL),(874630,'catalog_product_outdated_price_values_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:12:00',NULL,NULL),(874631,'catalog_product_outdated_price_values_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:13:00',NULL,NULL),(874632,'catalog_product_outdated_price_values_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:14:00',NULL,NULL),(874633,'newsletter_send_all','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:05:00','2018-04-11 08:05:03','2018-04-11 08:05:03'),(874634,'catalog_product_outdated_price_values_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:15:00',NULL,NULL),(874635,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:56:04','2018-04-11 07:56:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874636,'newsletter_send_all','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:10:00',NULL,NULL),(874637,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:01:00','2018-04-11 08:01:02','2018-04-11 08:01:02'),(874638,'newsletter_send_all','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:15:00',NULL,NULL),(874639,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:02:00','2018-04-11 08:02:03','2018-04-11 08:02:03'),(874640,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:03:00','2018-04-11 08:03:02','2018-04-11 08:03:02'),(874641,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:04:00','2018-04-11 08:04:02','2018-04-11 08:04:02'),(874642,'catalog_product_frontend_actions_flush','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:05:00','2018-04-11 08:05:03','2018-04-11 08:05:03'),(874643,'catalog_product_frontend_actions_flush','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:06:00',NULL,NULL),(874644,'catalog_product_frontend_actions_flush','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:07:00',NULL,NULL),(874645,'catalog_product_frontend_actions_flush','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:08:00',NULL,NULL),(874646,'catalog_product_frontend_actions_flush','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:09:00',NULL,NULL),(874647,'catalog_product_frontend_actions_flush','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:10:00',NULL,NULL),(874648,'catalog_product_frontend_actions_flush','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:11:00',NULL,NULL),(874649,'catalog_product_frontend_actions_flush','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:12:00',NULL,NULL),(874650,'catalog_product_frontend_actions_flush','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:13:00',NULL,NULL),(874651,'catalog_product_frontend_actions_flush','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:14:00',NULL,NULL),(874652,'catalog_product_frontend_actions_flush','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:15:00',NULL,NULL),(874653,'catalog_product_attribute_value_synchronize','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:05:00','2018-04-11 08:05:03','2018-04-11 08:05:03'),(874654,'catalog_product_attribute_value_synchronize','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:10:00',NULL,NULL),(874655,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 07:56:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874656,'catalog_product_attribute_value_synchronize','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:15:00',NULL,NULL),(874657,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:01:00','2018-04-11 08:01:02','2018-04-11 08:01:02'),(874658,'newsletter_send_all','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:05:00','2018-04-11 08:05:03','2018-04-11 08:05:03'),(874659,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:02:00','2018-04-11 08:02:03','2018-04-11 08:02:03'),(874660,'newsletter_send_all','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:10:00',NULL,NULL),(874661,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:03:00','2018-04-11 08:03:02','2018-04-11 08:03:02'),(874662,'newsletter_send_all','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:15:00',NULL,NULL),(874663,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:04:00','2018-04-11 08:04:02','2018-04-11 08:04:02'),(874664,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:05:00','2018-04-11 08:05:03','2018-04-11 08:05:03'),(874665,'sales_grid_order_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:06:00',NULL,NULL),(874666,'sales_grid_order_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:07:00',NULL,NULL),(874667,'sales_grid_order_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:08:00',NULL,NULL),(874668,'sales_grid_order_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:09:00',NULL,NULL),(874669,'sales_grid_order_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:10:00',NULL,NULL),(874670,'sales_grid_order_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:11:00',NULL,NULL),(874671,'sales_grid_order_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:12:00',NULL,NULL),(874672,'sales_grid_order_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:13:00',NULL,NULL),(874673,'sales_grid_order_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:14:00',NULL,NULL),(874674,'sales_grid_order_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:15:00',NULL,NULL),(874675,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 07:56:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874676,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:01:00','2018-04-11 08:01:02','2018-04-11 08:01:02'),(874677,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:02:00','2018-04-11 08:02:03','2018-04-11 08:02:03'),(874678,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:03:00','2018-04-11 08:03:02','2018-04-11 08:03:02'),(874679,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 07:56:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874680,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:04:00','2018-04-11 08:04:02','2018-04-11 08:04:02'),(874681,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:05:00','2018-04-11 08:05:03','2018-04-11 08:05:03'),(874682,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:01:00','2018-04-11 08:01:02','2018-04-11 08:01:02'),(874683,'sales_grid_order_invoice_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:06:00',NULL,NULL),(874684,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:02:00','2018-04-11 08:02:03','2018-04-11 08:02:03'),(874685,'sales_grid_order_invoice_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:07:00',NULL,NULL),(874686,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:03:00','2018-04-11 08:03:02','2018-04-11 08:03:02'),(874687,'sales_grid_order_invoice_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:08:00',NULL,NULL),(874688,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:04:00','2018-04-11 08:04:02','2018-04-11 08:04:02'),(874689,'sales_grid_order_invoice_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:09:00',NULL,NULL),(874690,'sales_grid_order_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:05:00','2018-04-11 08:05:03','2018-04-11 08:05:03'),(874691,'sales_grid_order_invoice_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:10:00',NULL,NULL),(874692,'sales_grid_order_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:06:00',NULL,NULL),(874693,'sales_grid_order_invoice_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:11:00',NULL,NULL),(874694,'sales_grid_order_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:07:00',NULL,NULL),(874695,'sales_grid_order_invoice_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:12:00',NULL,NULL),(874696,'sales_grid_order_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:08:00',NULL,NULL),(874697,'sales_grid_order_invoice_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:13:00',NULL,NULL),(874698,'sales_grid_order_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:09:00',NULL,NULL),(874699,'sales_grid_order_invoice_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:14:00',NULL,NULL),(874700,'sales_grid_order_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:10:00',NULL,NULL),(874701,'sales_grid_order_invoice_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:15:00',NULL,NULL),(874702,'sales_grid_order_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:11:00',NULL,NULL),(874703,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 07:56:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874704,'sales_grid_order_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:12:00',NULL,NULL),(874705,'sales_grid_order_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:13:00',NULL,NULL),(874706,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:01:00','2018-04-11 08:01:02','2018-04-11 08:01:02'),(874707,'sales_grid_order_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:14:00',NULL,NULL),(874708,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:02:00','2018-04-11 08:02:03','2018-04-11 08:02:03'),(874709,'sales_grid_order_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:15:00',NULL,NULL),(874710,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:03:00','2018-04-11 08:03:02','2018-04-11 08:03:02'),(874711,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 07:56:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874712,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:04:00','2018-04-11 08:04:02','2018-04-11 08:04:02'),(874713,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:05:00','2018-04-11 08:05:03','2018-04-11 08:05:03'),(874714,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:01:00','2018-04-11 08:01:02','2018-04-11 08:01:02'),(874715,'sales_grid_order_shipment_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:06:00',NULL,NULL),(874716,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:02:00','2018-04-11 08:02:03','2018-04-11 08:02:03'),(874717,'sales_grid_order_shipment_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:07:00',NULL,NULL),(874718,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:03:00','2018-04-11 08:03:02','2018-04-11 08:03:02'),(874719,'sales_grid_order_shipment_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:08:00',NULL,NULL),(874720,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:04:00','2018-04-11 08:04:02','2018-04-11 08:04:02'),(874721,'sales_grid_order_shipment_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:09:00',NULL,NULL),(874722,'sales_grid_order_invoice_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:05:00','2018-04-11 08:05:03','2018-04-11 08:05:03'),(874723,'sales_grid_order_shipment_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:10:00',NULL,NULL),(874724,'sales_grid_order_invoice_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:06:00',NULL,NULL),(874725,'sales_grid_order_shipment_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:11:00',NULL,NULL),(874726,'sales_grid_order_invoice_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:07:00',NULL,NULL),(874727,'sales_grid_order_shipment_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:12:00',NULL,NULL),(874728,'sales_grid_order_invoice_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:08:00',NULL,NULL),(874729,'sales_grid_order_shipment_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:13:00',NULL,NULL),(874730,'sales_grid_order_invoice_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:09:00',NULL,NULL),(874731,'sales_grid_order_shipment_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:14:00',NULL,NULL),(874732,'sales_grid_order_invoice_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:10:00',NULL,NULL),(874733,'sales_grid_order_shipment_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:15:00',NULL,NULL),(874734,'sales_grid_order_invoice_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:11:00',NULL,NULL),(874735,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 07:56:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874736,'sales_grid_order_invoice_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:12:00',NULL,NULL),(874737,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:01:00','2018-04-11 08:01:02','2018-04-11 08:01:02'),(874738,'sales_grid_order_invoice_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:13:00',NULL,NULL),(874739,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:02:00','2018-04-11 08:02:03','2018-04-11 08:02:03'),(874740,'sales_grid_order_invoice_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:14:00',NULL,NULL),(874741,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:03:00','2018-04-11 08:03:02','2018-04-11 08:03:02'),(874742,'sales_grid_order_invoice_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:15:00',NULL,NULL),(874743,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:04:00','2018-04-11 08:04:02','2018-04-11 08:04:02'),(874744,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 07:56:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874745,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:05:00','2018-04-11 08:05:03','2018-04-11 08:05:03'),(874746,'sales_grid_order_creditmemo_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:06:00',NULL,NULL),(874747,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:01:00','2018-04-11 08:01:02','2018-04-11 08:01:02'),(874748,'sales_grid_order_creditmemo_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:07:00',NULL,NULL),(874749,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:02:00','2018-04-11 08:02:03','2018-04-11 08:02:03'),(874750,'sales_grid_order_creditmemo_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:08:00',NULL,NULL),(874751,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:03:00','2018-04-11 08:03:02','2018-04-11 08:03:02'),(874752,'sales_grid_order_creditmemo_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:09:00',NULL,NULL),(874753,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:04:00','2018-04-11 08:04:02','2018-04-11 08:04:02'),(874754,'sales_grid_order_creditmemo_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:10:00',NULL,NULL),(874755,'sales_grid_order_shipment_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:05:00','2018-04-11 08:05:03','2018-04-11 08:05:03'),(874756,'sales_grid_order_creditmemo_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:11:00',NULL,NULL),(874757,'sales_grid_order_shipment_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:06:00',NULL,NULL),(874758,'sales_grid_order_creditmemo_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:12:00',NULL,NULL),(874759,'sales_grid_order_shipment_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:07:00',NULL,NULL),(874760,'sales_grid_order_creditmemo_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:13:00',NULL,NULL),(874761,'sales_grid_order_shipment_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:08:00',NULL,NULL),(874762,'sales_grid_order_creditmemo_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:14:00',NULL,NULL),(874763,'sales_grid_order_shipment_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:09:00',NULL,NULL),(874764,'sales_grid_order_creditmemo_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:15:00',NULL,NULL),(874765,'sales_grid_order_shipment_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:10:00',NULL,NULL),(874766,'sales_send_order_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 07:56:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874767,'sales_grid_order_shipment_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:11:00',NULL,NULL),(874768,'sales_grid_order_shipment_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:12:00',NULL,NULL),(874769,'sales_send_order_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:01:00','2018-04-11 08:01:02','2018-04-11 08:01:02'),(874770,'sales_grid_order_shipment_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:13:00',NULL,NULL),(874771,'sales_send_order_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:02:00','2018-04-11 08:02:03','2018-04-11 08:02:03'),(874772,'sales_grid_order_shipment_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:14:00',NULL,NULL),(874773,'sales_send_order_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:03:00','2018-04-11 08:03:02','2018-04-11 08:03:02'),(874774,'sales_grid_order_shipment_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:15:00',NULL,NULL),(874775,'sales_send_order_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:04:00','2018-04-11 08:04:02','2018-04-11 08:04:02'),(874776,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 07:56:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874777,'sales_send_order_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:05:00','2018-04-11 08:05:03','2018-04-11 08:05:03'),(874778,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:01:00','2018-04-11 08:01:02','2018-04-11 08:01:02'),(874779,'sales_send_order_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:06:00',NULL,NULL),(874780,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:02:00','2018-04-11 08:02:03','2018-04-11 08:02:03'),(874781,'sales_send_order_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:07:00',NULL,NULL),(874782,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:03:00','2018-04-11 08:03:02','2018-04-11 08:03:02'),(874783,'sales_send_order_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:08:00',NULL,NULL),(874784,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:04:00','2018-04-11 08:04:02','2018-04-11 08:04:02'),(874785,'sales_send_order_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:09:00',NULL,NULL),(874786,'sales_grid_order_creditmemo_async_insert','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:05:00','2018-04-11 08:05:03','2018-04-11 08:05:03'),(874787,'sales_send_order_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:10:00',NULL,NULL),(874788,'sales_grid_order_creditmemo_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:06:00',NULL,NULL),(874789,'sales_send_order_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:11:00',NULL,NULL),(874790,'sales_grid_order_creditmemo_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:07:00',NULL,NULL),(874791,'sales_send_order_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:12:00',NULL,NULL),(874792,'sales_grid_order_creditmemo_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:08:00',NULL,NULL),(874793,'sales_send_order_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:13:00',NULL,NULL),(874794,'sales_grid_order_creditmemo_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:09:00',NULL,NULL),(874795,'sales_send_order_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:14:00',NULL,NULL),(874796,'sales_grid_order_creditmemo_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:10:00',NULL,NULL),(874797,'sales_send_order_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:15:00',NULL,NULL),(874798,'sales_grid_order_creditmemo_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:11:00',NULL,NULL),(874799,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 07:56:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874800,'sales_grid_order_creditmemo_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:12:00',NULL,NULL),(874801,'sales_grid_order_creditmemo_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:13:00',NULL,NULL),(874802,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:01:00','2018-04-11 08:01:02','2018-04-11 08:01:02'),(874803,'sales_grid_order_creditmemo_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:14:00',NULL,NULL),(874804,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:02:00','2018-04-11 08:02:03','2018-04-11 08:02:03'),(874805,'sales_grid_order_creditmemo_async_insert','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:15:00',NULL,NULL),(874806,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:03:00','2018-04-11 08:03:02','2018-04-11 08:03:02'),(874807,'sales_send_order_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 07:56:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874808,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:04:00','2018-04-11 08:04:02','2018-04-11 08:04:02'),(874809,'sales_send_order_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:01:00','2018-04-11 08:01:02','2018-04-11 08:01:02'),(874810,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:05:00','2018-04-11 08:05:03','2018-04-11 08:05:03'),(874811,'sales_send_order_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:02:00','2018-04-11 08:02:03','2018-04-11 08:02:03'),(874812,'sales_send_order_invoice_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:06:00',NULL,NULL),(874813,'sales_send_order_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:03:00','2018-04-11 08:03:02','2018-04-11 08:03:02'),(874814,'sales_send_order_invoice_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:07:00',NULL,NULL),(874815,'sales_send_order_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:04:00','2018-04-11 08:04:02','2018-04-11 08:04:02'),(874816,'sales_send_order_invoice_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:08:00',NULL,NULL),(874817,'sales_send_order_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:05:00','2018-04-11 08:05:03','2018-04-11 08:05:03'),(874818,'sales_send_order_invoice_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:09:00',NULL,NULL),(874819,'sales_send_order_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:06:00',NULL,NULL),(874820,'sales_send_order_invoice_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:10:00',NULL,NULL),(874821,'sales_send_order_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:07:00',NULL,NULL),(874822,'sales_send_order_invoice_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:11:00',NULL,NULL),(874823,'sales_send_order_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:08:00',NULL,NULL),(874824,'sales_send_order_invoice_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:12:00',NULL,NULL),(874825,'sales_send_order_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:09:00',NULL,NULL),(874826,'sales_send_order_invoice_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:13:00',NULL,NULL),(874827,'sales_send_order_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:10:00',NULL,NULL),(874828,'sales_send_order_invoice_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:14:00',NULL,NULL),(874829,'sales_send_order_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:11:00',NULL,NULL),(874830,'sales_send_order_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:12:00',NULL,NULL),(874831,'sales_send_order_invoice_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:15:00',NULL,NULL),(874832,'sales_send_order_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:13:00',NULL,NULL),(874833,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 07:56:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874834,'sales_send_order_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:14:00',NULL,NULL),(874835,'sales_send_order_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:15:00',NULL,NULL),(874836,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:01:00','2018-04-11 08:01:02','2018-04-11 08:01:02'),(874837,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 07:56:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874838,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:02:00','2018-04-11 08:02:03','2018-04-11 08:02:03'),(874839,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:03:00','2018-04-11 08:03:02','2018-04-11 08:03:02'),(874840,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:01:00','2018-04-11 08:01:02','2018-04-11 08:01:02'),(874841,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:04:00','2018-04-11 08:04:02','2018-04-11 08:04:02'),(874842,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:02:00','2018-04-11 08:02:03','2018-04-11 08:02:03'),(874843,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:05:00','2018-04-11 08:05:03','2018-04-11 08:05:03'),(874844,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:03:00','2018-04-11 08:03:02','2018-04-11 08:03:02'),(874845,'sales_send_order_shipment_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:06:00',NULL,NULL),(874846,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:04:00','2018-04-11 08:04:02','2018-04-11 08:04:02'),(874847,'sales_send_order_shipment_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:07:00',NULL,NULL),(874848,'sales_send_order_invoice_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:05:00','2018-04-11 08:05:03','2018-04-11 08:05:03'),(874849,'sales_send_order_shipment_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:08:00',NULL,NULL),(874850,'sales_send_order_invoice_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:06:00',NULL,NULL),(874851,'sales_send_order_shipment_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:09:00',NULL,NULL),(874852,'sales_send_order_invoice_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:07:00',NULL,NULL),(874853,'sales_send_order_shipment_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:10:00',NULL,NULL),(874854,'sales_send_order_invoice_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:08:00',NULL,NULL),(874855,'sales_send_order_shipment_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:11:00',NULL,NULL),(874856,'sales_send_order_invoice_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:09:00',NULL,NULL),(874857,'sales_send_order_shipment_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:12:00',NULL,NULL),(874858,'sales_send_order_invoice_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:10:00',NULL,NULL),(874859,'sales_send_order_shipment_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:13:00',NULL,NULL),(874860,'sales_send_order_invoice_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:11:00',NULL,NULL),(874861,'sales_send_order_shipment_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:14:00',NULL,NULL),(874862,'sales_send_order_invoice_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:12:00',NULL,NULL),(874863,'sales_send_order_shipment_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:15:00',NULL,NULL),(874864,'sales_send_order_invoice_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:13:00',NULL,NULL),(874865,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 07:56:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874866,'sales_send_order_invoice_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:14:00',NULL,NULL),(874867,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:01:00','2018-04-11 08:01:02','2018-04-11 08:01:02'),(874868,'sales_send_order_invoice_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:15:00',NULL,NULL),(874869,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:02:00','2018-04-11 08:02:03','2018-04-11 08:02:03'),(874870,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 07:56:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874871,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:03:00','2018-04-11 08:03:02','2018-04-11 08:03:02'),(874872,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:04:00','2018-04-11 08:04:02','2018-04-11 08:04:02'),(874873,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:01:00','2018-04-11 08:01:02','2018-04-11 08:01:02'),(874874,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:05:00','2018-04-11 08:05:03','2018-04-11 08:05:03'),(874875,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:02:00','2018-04-11 08:02:03','2018-04-11 08:02:03'),(874876,'sales_send_order_creditmemo_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:06:00',NULL,NULL),(874877,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:03:00','2018-04-11 08:03:02','2018-04-11 08:03:02'),(874878,'sales_send_order_creditmemo_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:07:00',NULL,NULL),(874879,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:04:00','2018-04-11 08:04:02','2018-04-11 08:04:02'),(874880,'sales_send_order_creditmemo_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:08:00',NULL,NULL),(874881,'sales_send_order_shipment_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:05:00','2018-04-11 08:05:03','2018-04-11 08:05:03'),(874882,'sales_send_order_creditmemo_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:09:00',NULL,NULL),(874883,'sales_send_order_shipment_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:06:00',NULL,NULL),(874884,'sales_send_order_creditmemo_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:10:00',NULL,NULL),(874885,'sales_send_order_shipment_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:07:00',NULL,NULL),(874886,'sales_send_order_creditmemo_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:11:00',NULL,NULL),(874887,'sales_send_order_shipment_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:08:00',NULL,NULL),(874888,'sales_send_order_creditmemo_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:12:00',NULL,NULL),(874889,'sales_send_order_shipment_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:09:00',NULL,NULL),(874890,'sales_send_order_creditmemo_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:13:00',NULL,NULL),(874891,'sales_send_order_shipment_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:10:00',NULL,NULL),(874892,'sales_send_order_shipment_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:11:00',NULL,NULL),(874893,'sales_send_order_creditmemo_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:14:00',NULL,NULL),(874894,'sales_send_order_shipment_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:12:00',NULL,NULL),(874895,'sales_send_order_creditmemo_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:15:00',NULL,NULL),(874896,'sales_send_order_shipment_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:13:00',NULL,NULL),(874897,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:56:04','2018-04-11 07:56:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874898,'sales_send_order_shipment_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:14:00',NULL,NULL),(874899,'sales_send_order_shipment_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:15:00',NULL,NULL),(874900,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:01:00','2018-04-11 08:01:02','2018-04-11 08:01:02'),(874901,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 07:56:00','2018-04-11 07:57:02','2018-04-11 07:57:02'),(874902,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:02:00','2018-04-11 08:02:03','2018-04-11 08:02:03'),(874903,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:01:00','2018-04-11 08:01:02','2018-04-11 08:01:02'),(874904,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:03:00','2018-04-11 08:03:02','2018-04-11 08:03:02'),(874905,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:02:00','2018-04-11 08:02:03','2018-04-11 08:02:03'),(874906,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:04:00','2018-04-11 08:04:02','2018-04-11 08:04:02'),(874907,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:03:00','2018-04-11 08:03:02','2018-04-11 08:03:02'),(874908,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:05:00','2018-04-11 08:05:03','2018-04-11 08:05:03'),(874909,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:04:00','2018-04-11 08:04:02','2018-04-11 08:04:02'),(874910,'outdated_authentication_failures_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:06:00',NULL,NULL),(874911,'sales_send_order_creditmemo_emails','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:05:00','2018-04-11 08:05:03','2018-04-11 08:05:03'),(874912,'outdated_authentication_failures_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:07:00',NULL,NULL),(874913,'sales_send_order_creditmemo_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:06:00',NULL,NULL),(874914,'outdated_authentication_failures_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:08:00',NULL,NULL),(874915,'sales_send_order_creditmemo_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:07:00',NULL,NULL),(874916,'outdated_authentication_failures_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:09:00',NULL,NULL),(874917,'sales_send_order_creditmemo_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:08:00',NULL,NULL),(874918,'outdated_authentication_failures_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:10:00',NULL,NULL),(874919,'sales_send_order_creditmemo_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:09:00',NULL,NULL),(874920,'outdated_authentication_failures_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:11:00',NULL,NULL),(874921,'sales_send_order_creditmemo_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:10:00',NULL,NULL),(874922,'outdated_authentication_failures_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:12:00',NULL,NULL),(874923,'sales_send_order_creditmemo_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:11:00',NULL,NULL),(874924,'outdated_authentication_failures_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:13:00',NULL,NULL),(874925,'sales_send_order_creditmemo_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:12:00',NULL,NULL),(874926,'outdated_authentication_failures_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:14:00',NULL,NULL),(874927,'sales_send_order_creditmemo_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:13:00',NULL,NULL),(874928,'outdated_authentication_failures_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:15:00',NULL,NULL),(874929,'sales_send_order_creditmemo_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:14:00',NULL,NULL),(874930,'sales_send_order_creditmemo_emails','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:15:00',NULL,NULL),(874931,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:56:04','2018-04-11 07:56:00','2018-04-11 07:57:02','2018-04-11 07:57:03'),(874932,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:01:00','2018-04-11 08:01:02','2018-04-11 08:01:02'),(874933,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:02:00','2018-04-11 08:02:03','2018-04-11 08:02:03'),(874934,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:03:00','2018-04-11 08:03:02','2018-04-11 08:03:02'),(874935,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:56:04','2018-04-11 07:56:00','2018-04-11 07:57:03','2018-04-11 07:57:03'),(874936,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:04:00','2018-04-11 08:04:02','2018-04-11 08:04:02'),(874937,'outdated_authentication_failures_cleanup','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:05:00','2018-04-11 08:05:03','2018-04-11 08:05:03'),(874938,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:02:00','2018-04-11 08:02:03','2018-04-11 08:02:03'),(874939,'outdated_authentication_failures_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:06:00',NULL,NULL),(874940,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:04:00','2018-04-11 08:04:02','2018-04-11 08:04:02'),(874941,'outdated_authentication_failures_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:07:00',NULL,NULL),(874942,'magento_newrelicreporting_cron','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:06:00',NULL,NULL),(874943,'outdated_authentication_failures_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:08:00',NULL,NULL),(874944,'magento_newrelicreporting_cron','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:08:00',NULL,NULL),(874945,'outdated_authentication_failures_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:09:00',NULL,NULL),(874946,'magento_newrelicreporting_cron','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:10:00',NULL,NULL),(874947,'outdated_authentication_failures_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:10:00',NULL,NULL),(874948,'magento_newrelicreporting_cron','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:12:00',NULL,NULL),(874949,'outdated_authentication_failures_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:11:00',NULL,NULL),(874950,'magento_newrelicreporting_cron','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:14:00',NULL,NULL),(874951,'outdated_authentication_failures_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:12:00',NULL,NULL),(874952,'outdated_authentication_failures_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:13:00',NULL,NULL),(874953,'outdated_authentication_failures_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:14:00',NULL,NULL),(874954,'outdated_authentication_failures_cleanup','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:15:00',NULL,NULL),(874955,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:56:04','2018-04-11 07:56:00','2018-04-11 07:57:03','2018-04-11 07:57:03'),(874956,'captcha_delete_expired_images','pending',NULL,'2018-04-11 07:56:04','2018-04-11 08:10:00',NULL,NULL),(874957,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:56:04','2018-04-11 08:02:00','2018-04-11 08:02:03','2018-04-11 08:02:03'),(874958,'magento_newrelicreporting_cron','success',NULL,'2018-04-11 07:56:05','2018-04-11 08:04:00','2018-04-11 08:04:02','2018-04-11 08:04:02'),(874959,'magento_newrelicreporting_cron','pending',NULL,'2018-04-11 07:56:05','2018-04-11 08:06:00',NULL,NULL),(874960,'magento_newrelicreporting_cron','pending',NULL,'2018-04-11 07:56:05','2018-04-11 08:08:00',NULL,NULL),(874961,'magento_newrelicreporting_cron','pending',NULL,'2018-04-11 07:56:05','2018-04-11 08:10:00',NULL,NULL),(874962,'temando_process_platform_events','pending',NULL,'2018-04-11 07:56:05','2018-04-11 08:15:00',NULL,NULL),(874963,'magento_newrelicreporting_cron','pending',NULL,'2018-04-11 07:56:05','2018-04-11 08:12:00',NULL,NULL),(874964,'magento_newrelicreporting_cron','pending',NULL,'2018-04-11 07:56:05','2018-04-11 08:14:00',NULL,NULL),(874965,'captcha_delete_expired_images','pending',NULL,'2018-04-11 07:56:05','2018-04-11 08:10:00',NULL,NULL),(874966,'temando_process_platform_events','pending',NULL,'2018-04-11 07:56:05','2018-04-11 08:15:00',NULL,NULL),(874967,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:57:03','2018-04-11 08:00:00','2018-04-11 08:00:04','2018-04-11 08:00:04'),(874968,'indexer_update_all_views','success',NULL,'2018-04-11 07:57:03','2018-04-11 08:00:00','2018-04-11 08:00:04','2018-04-11 08:00:04'),(874969,'indexer_clean_all_changelogs','success',NULL,'2018-04-11 07:57:03','2018-04-11 08:00:00','2018-04-11 08:00:04','2018-04-11 08:00:04'),(874970,'ddg_automation_customer_subscriber_guest_sync','error','Dotmailer connector API endpoint cannot be empty.','2018-04-11 07:57:03','2018-04-11 08:00:00','2018-04-11 08:00:04',NULL),(874971,'ddg_automation_importer','success',NULL,'2018-04-11 07:57:03','2018-04-11 08:00:00','2018-04-11 08:00:06','2018-04-11 08:00:06'),(874972,'ddg_automation_status','success',NULL,'2018-04-11 07:57:03','2018-04-11 08:00:00','2018-04-11 08:00:06','2018-04-11 08:00:06'),(874973,'ddg_automation_abandonedcarts','success',NULL,'2018-04-11 07:57:03','2018-04-11 08:00:00','2018-04-11 08:00:06','2018-04-11 08:00:06'),(874974,'ddg_automation_reviews_and_wishlist','success',NULL,'2018-04-11 07:57:03','2018-04-11 08:00:00','2018-04-11 08:00:06','2018-04-11 08:00:06'),(874975,'ddg_automation_campaign','success',NULL,'2018-04-11 07:57:03','2018-04-11 08:00:00','2018-04-11 08:00:06','2018-04-11 08:00:06'),(874976,'ddg_automation_order_sync','success',NULL,'2018-04-11 07:57:03','2018-04-11 08:00:00','2018-04-11 08:00:06','2018-04-11 08:00:06'),(874977,'ddg_automation_catalog_sync','success',NULL,'2018-04-11 07:57:03','2018-04-11 08:00:00','2018-04-11 08:00:06','2018-04-11 08:00:06'),(874978,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:58:03','2018-04-11 08:01:00','2018-04-11 08:01:03','2018-04-11 08:01:03'),(874979,'indexer_update_all_views','success',NULL,'2018-04-11 07:58:03','2018-04-11 08:01:00','2018-04-11 08:01:03','2018-04-11 08:01:03'),(874980,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:59:03','2018-04-11 08:02:00','2018-04-11 08:02:04','2018-04-11 08:02:04'),(874981,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 07:59:03','2018-04-11 08:02:00','2018-04-11 08:02:04','2018-04-11 08:02:04'),(874982,'indexer_update_all_views','success',NULL,'2018-04-11 07:59:03','2018-04-11 08:02:00','2018-04-11 08:02:04','2018-04-11 08:02:04'),(874983,'indexer_update_all_views','success',NULL,'2018-04-11 07:59:03','2018-04-11 08:02:00','2018-04-11 08:02:04','2018-04-11 08:02:04'),(874984,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 08:00:03','2018-04-11 08:03:00','2018-04-11 08:03:03','2018-04-11 08:03:03'),(874985,'indexer_update_all_views','success',NULL,'2018-04-11 08:00:03','2018-04-11 08:03:00','2018-04-11 08:03:03','2018-04-11 08:03:03'),(874986,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 08:01:03','2018-04-11 08:04:00','2018-04-11 08:04:03','2018-04-11 08:04:03'),(874987,'indexer_update_all_views','success',NULL,'2018-04-11 08:01:03','2018-04-11 08:04:00','2018-04-11 08:04:03','2018-04-11 08:04:03'),(874988,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 08:01:03','2018-04-11 08:04:00','2018-04-11 08:04:03','2018-04-11 08:04:03'),(874989,'indexer_update_all_views','success',NULL,'2018-04-11 08:01:03','2018-04-11 08:04:00','2018-04-11 08:04:03','2018-04-11 08:04:03'),(874990,'indexer_reindex_all_invalid','success',NULL,'2018-04-11 08:02:03','2018-04-11 08:05:00','2018-04-11 08:05:04','2018-04-11 08:05:04'),(874991,'indexer_update_all_views','success',NULL,'2018-04-11 08:02:03','2018-04-11 08:05:00','2018-04-11 08:05:04','2018-04-11 08:05:04'),(874992,'ddg_automation_importer','success',NULL,'2018-04-11 08:02:04','2018-04-11 08:05:00','2018-04-11 08:05:04','2018-04-11 08:05:04'),(874993,'ddg_automation_abandonedcarts','success',NULL,'2018-04-11 08:02:04','2018-04-11 08:05:00','2018-04-11 08:05:04','2018-04-11 08:05:04'),(874994,'ddg_automation_campaign','success',NULL,'2018-04-11 08:02:04','2018-04-11 08:05:00','2018-04-11 08:05:04','2018-04-11 08:05:04'),(874995,'indexer_reindex_all_invalid','pending',NULL,'2018-04-11 08:03:03','2018-04-11 08:06:00',NULL,NULL),(874996,'indexer_update_all_views','pending',NULL,'2018-04-11 08:03:03','2018-04-11 08:06:00',NULL,NULL),(874997,'indexer_reindex_all_invalid','pending',NULL,'2018-04-11 08:04:03','2018-04-11 08:07:00',NULL,NULL),(874998,'indexer_update_all_views','pending',NULL,'2018-04-11 08:04:03','2018-04-11 08:07:00',NULL,NULL),(874999,'indexer_reindex_all_invalid','pending',NULL,'2018-04-11 08:04:03','2018-04-11 08:07:00',NULL,NULL),(875000,'indexer_update_all_views','pending',NULL,'2018-04-11 08:04:03','2018-04-11 08:07:00',NULL,NULL),(875001,'indexer_reindex_all_invalid','pending',NULL,'2018-04-11 08:05:03','2018-04-11 08:08:00',NULL,NULL),(875002,'indexer_update_all_views','pending',NULL,'2018-04-11 08:05:03','2018-04-11 08:08:00',NULL,NULL);
/*!40000 ALTER TABLE `cron_schedule` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `customer_address_entity`
--
DROP TABLE IF EXISTS `customer_address_entity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CUSTOMER_ADDRESS_ENTITY_PARENT_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`parent_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `customer_address_entity`
--
LOCK TABLES `customer_address_entity` WRITE;
/*!40000 ALTER TABLE `customer_address_entity` DISABLE KEYS */;
INSERT INTO `customer_address_entity` VALUES (1,NULL,5,'2018-03-26 13:22:49','2018-03-26 13:22:49',1,'Amersfoort','Flirt Creativity','NL',NULL,'Frank','Uyt den Bogaard',NULL,'3818DV',NULL,NULL,0,'Graaf Willemlaan 146',NULL,'+31641104068',NULL,NULL,NULL,NULL,NULL),(2,NULL,5,'2018-03-26 13:23:34','2018-03-26 13:23:34',1,'Amersfoort','Flirt Creativity','NL',NULL,'Frank','Uyt den Bogaard',NULL,'3811CD',NULL,NULL,0,'Krommestraat 70',NULL,'+31641104068',NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `customer_address_entity` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `customer_address_entity_datetime`
--
DROP TABLE IF EXISTS `customer_address_entity_datetime`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CSTR_ADDR_ENTT_DTIME_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Datetime';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `customer_address_entity_datetime`
--
LOCK TABLES `customer_address_entity_datetime` WRITE;
/*!40000 ALTER TABLE `customer_address_entity_datetime` DISABLE KEYS */;
/*!40000 ALTER TABLE `customer_address_entity_datetime` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `customer_address_entity_decimal`
--
DROP TABLE IF EXISTS `customer_address_entity_decimal`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CSTR_ADDR_ENTT_DEC_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Decimal';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `customer_address_entity_decimal`
--
LOCK TABLES `customer_address_entity_decimal` WRITE;
/*!40000 ALTER TABLE `customer_address_entity_decimal` DISABLE KEYS */;
/*!40000 ALTER TABLE `customer_address_entity_decimal` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `customer_address_entity_int`
--
DROP TABLE IF EXISTS `customer_address_entity_int`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CSTR_ADDR_ENTT_INT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Int';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `customer_address_entity_int`
--
LOCK TABLES `customer_address_entity_int` WRITE;
/*!40000 ALTER TABLE `customer_address_entity_int` DISABLE KEYS */;
/*!40000 ALTER TABLE `customer_address_entity_int` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `customer_address_entity_text`
--
DROP TABLE IF EXISTS `customer_address_entity_text`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CSTR_ADDR_ENTT_TEXT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Text';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `customer_address_entity_text`
--
LOCK TABLES `customer_address_entity_text` WRITE;
/*!40000 ALTER TABLE `customer_address_entity_text` DISABLE KEYS */;
/*!40000 ALTER TABLE `customer_address_entity_text` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `customer_address_entity_varchar`
--
DROP TABLE IF EXISTS `customer_address_entity_varchar`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CSTR_ADDR_ENTT_VCHR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Varchar';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `customer_address_entity_varchar`
--
LOCK TABLES `customer_address_entity_varchar` WRITE;
/*!40000 ALTER TABLE `customer_address_entity_varchar` DISABLE KEYS */;
/*!40000 ALTER TABLE `customer_address_entity_varchar` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `customer_eav_attribute`
--
DROP TABLE IF EXISTS `customer_eav_attribute`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CUSTOMER_EAV_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Eav Attribute';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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,1,'{\"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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CSTR_EAV_ATTR_WS_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CSTR_EAV_ATTR_WS_WS_ID_STORE_WS_WS_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Eav Attribute Website';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CUSTOMER_ENTITY_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL,
CONSTRAINT `CUSTOMER_ENTITY_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COMMENT='Customer Entity';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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,'dennis@flirtcreativity.com',1,NULL,1,'2018-03-13 20:43:26','2018-03-13 20:43:26',1,0,'Default Store View',NULL,'Dennis',NULL,'van Tol',NULL,NULL,'073b28742eeec32168002a5e52170b8ac6295babcce925b1291177f6793b7306:qhy281aPQ2TnAUJmq2SNFNYSHvrMsFmq:1','101a04c04742cc8d2a4be77696bc9a39','2018-03-13 20:43:26',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL),(2,1,'josina_van_den_bosch@hotmail.com',1,NULL,1,'2018-03-21 08:36:31','2018-03-21 08:36:31',1,0,'Default Store View',NULL,'Josina',NULL,'Van den Bosch',NULL,NULL,'6fbca1956e86743ccef61c98c473a31e2410c3d27ac5b17229645a74818fd4eb:qesYPKo8wDrjFSUSN0YPoyH1Gcw1TB5O:1','3eec7119e5b8f3b96b6ca8ac4b4714ec','2018-03-21 08:36:31',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL),(3,1,'jmvanleen@live.nl',1,NULL,1,'2018-03-21 13:35:13','2018-03-21 13:35:13',1,0,'Default Store View',NULL,'Joey',NULL,'van Leen',NULL,NULL,'133a2f2daa91cf24c87f11956c81f08d10a03d9b07068e799363a5b7b67c7c11:qEOAOuLQNv2gEvsku5tpm7ZhdakWCrWb:1','d0b70f086aa3661611b82ef018698807','2018-03-21 13:35:13',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL),(4,1,'denvantol@gmail.com',1,NULL,1,'2018-03-23 18:13:13','2018-03-23 18:13:13',1,0,'Default Store View',NULL,'Dennis',NULL,'van tol',NULL,NULL,'f596b7cf6d92f979e69f0aabde169ea6a3b0363d3dde1e9ed659bd651a1d3e17:3PRqJOJgVbsaAk3dd6HxFI4GSMrIAhOc:1','e550aa33a4c8888d98e5a4241f227e0d','2018-03-23 18:13:13',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL),(5,1,'frank@flirtcreativity.com',1,NULL,1,'2018-03-26 13:21:44','2018-03-26 13:22:49',1,0,'Default Store View',NULL,'Frank',NULL,'Uyt den Bogaard',NULL,NULL,'3e8d34d77025d8ae619d4528f2bc14b82c69f7a7b8bfe2e6e3dd619e48130d4d:t7tioZkOWnlBWEchMZxVxM3U7h0t2OhJ:1','2e0b476d72f1fc8cba726fbfa582fd48','2018-03-26 13:21:44',1,1,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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CUSTOMER_ENTITY_DATETIME_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CUSTOMER_ENTITY_DATETIME_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Datetime';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `customer_entity_datetime`
--
LOCK TABLES `customer_entity_datetime` WRITE;
/*!40000 ALTER TABLE `customer_entity_datetime` DISABLE KEYS */;
/*!40000 ALTER TABLE `customer_entity_datetime` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `customer_entity_decimal`
--
DROP TABLE IF EXISTS `customer_entity_decimal`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CUSTOMER_ENTITY_DECIMAL_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CUSTOMER_ENTITY_DECIMAL_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Decimal';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `customer_entity_decimal`
--
LOCK TABLES `customer_entity_decimal` WRITE;
/*!40000 ALTER TABLE `customer_entity_decimal` DISABLE KEYS */;
/*!40000 ALTER TABLE `customer_entity_decimal` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `customer_entity_int`
--
DROP TABLE IF EXISTS `customer_entity_int`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CUSTOMER_ENTITY_INT_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CUSTOMER_ENTITY_INT_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Int';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `customer_entity_int`
--
LOCK TABLES `customer_entity_int` WRITE;
/*!40000 ALTER TABLE `customer_entity_int` DISABLE KEYS */;
/*!40000 ALTER TABLE `customer_entity_int` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `customer_entity_text`
--
DROP TABLE IF EXISTS `customer_entity_text`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CUSTOMER_ENTITY_TEXT_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CUSTOMER_ENTITY_TEXT_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Text';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `customer_entity_text`
--
LOCK TABLES `customer_entity_text` WRITE;
/*!40000 ALTER TABLE `customer_entity_text` DISABLE KEYS */;
/*!40000 ALTER TABLE `customer_entity_text` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `customer_entity_varchar`
--
DROP TABLE IF EXISTS `customer_entity_varchar`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CUSTOMER_ENTITY_VARCHAR_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CUSTOMER_ENTITY_VARCHAR_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Varchar';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `customer_entity_varchar`
--
LOCK TABLES `customer_entity_varchar` WRITE;
/*!40000 ALTER TABLE `customer_entity_varchar` DISABLE KEYS */;
/*!40000 ALTER TABLE `customer_entity_varchar` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `customer_form_attribute`
--
DROP TABLE IF EXISTS `customer_form_attribute`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `CUSTOMER_FORM_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Form Attribute';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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,'Dennis van Tol','dennis@flirtcreativity.com',1,'2018-03-13 20:43:26',1,NULL,'Default Store View',NULL,NULL,NULL,NULL,'','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(2,'Josina Van den Bosch','josina_van_den_bosch@hotmail.com',1,'2018-03-21 08:36:31',1,NULL,'Default Store View',NULL,NULL,NULL,NULL,'','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(3,'Joey van Leen','jmvanleen@live.nl',1,'2018-03-21 13:35:13',1,NULL,'Default Store View',NULL,NULL,NULL,NULL,'','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(4,'Dennis van tol','denvantol@gmail.com',1,'2018-03-23 18:13:13',1,NULL,'Default Store View',NULL,NULL,NULL,NULL,'','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(5,'Frank Uyt den Bogaard','frank@flirtcreativity.com',1,'2018-03-26 13:21:44',1,NULL,'Default Store View',NULL,NULL,NULL,NULL,'Graaf Willemlaan 146 Amersfoort 3818DV','Graaf Willemlaan 146 Amersfoort 3818DV','Frank','Uyt den Bogaard','+31641104068','3818DV','NL',NULL,'Graaf Willemlaan 146','Amersfoort',NULL,NULL,'Flirt Creativity');
/*!40000 ALTER TABLE `customer_grid_flat` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `customer_group`
--
DROP TABLE IF EXISTS `customer_group`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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=7 DEFAULT CHARSET=utf8 COMMENT='Customer Log Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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,'2018-03-16 13:01:52','2018-03-13 21:34:58'),(2,2,'2018-03-21 08:36:33',NULL),(3,3,'2018-03-21 13:35:15',NULL),(4,4,'2018-03-23 18:13:14',NULL),(5,5,'2018-03-26 14:15:55',NULL);
/*!40000 ALTER TABLE `customer_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `customer_visitor`
--
DROP TABLE IF EXISTS `customer_visitor`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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=3373 DEFAULT CHARSET=utf8 COMMENT='Visitor Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `customer_visitor`
--
LOCK TABLES `customer_visitor` WRITE;
/*!40000 ALTER TABLE `customer_visitor` DISABLE KEYS */;
INSERT INTO `customer_visitor` VALUES (3264,NULL,'0hg2lg2jhueu01hrear3blbv85','2018-04-09 23:22:53'),(3265,NULL,'kjo7jgiguhl05vqualevrbbkm0','2018-04-09 23:24:56'),(3266,NULL,'2a9p6rrli1om7sp80jqb1vfgh2','2018-04-09 23:30:01'),(3267,NULL,'79agl8ign4lgv8114obmfcqfk0','2018-04-10 00:13:47'),(3268,NULL,'a354ik9qpuogengfsi2uqbro23','2018-04-10 00:40:41'),(3269,NULL,'6ashrv36onkmnpoq6ivdujj272','2018-04-10 00:56:22'),(3270,NULL,'79agl8ign4lgv8114obmfcqfk0','2018-04-10 01:30:44'),(3271,NULL,'1o7e7tj5hd3rpjq64kcjkuqkg5','2018-04-10 02:12:21'),(3272,NULL,'79agl8ign4lgv8114obmfcqfk0','2018-04-10 03:09:46'),(3273,NULL,'79agl8ign4lgv8114obmfcqfk0','2018-04-10 04:44:53'),(3274,NULL,'91he84l2pnc9kdquccjvsu4j81','2018-04-10 04:49:34'),(3275,NULL,'sgoivmn9c6va2v3c5881t8ihi1','2018-04-10 06:15:25'),(3276,NULL,'54gp1gcdtu8ti9plvoutfe10c3','2018-04-10 06:39:26'),(3277,NULL,'cfpjfjcl4k38p91f79tn5phm95','2018-04-10 06:41:45'),(3278,NULL,'vgjlcg3rfnd1otjn20sb0k9b32','2018-04-10 06:43:23'),(3279,NULL,'92eobp0m1stp6cvbcilpgnmqe2','2018-04-10 07:00:32'),(3280,NULL,'kaggm8s1a2bnu5b3qt0o6tiu31','2018-04-10 07:05:03'),(3281,NULL,'bififri5p15aaqia992t42eg50','2018-04-10 07:09:33'),(3282,NULL,'ej184022pk7l52dkn9ls312es1','2018-04-10 07:08:14'),(3283,NULL,'ksh3c0ji6jmtfm1k54o22u4k27','2018-04-10 07:17:48'),(3284,NULL,'79agl8ign4lgv8114obmfcqfk0','2018-04-10 07:38:15'),(3285,NULL,'f4esavoj58go8beqv82dve2oh6','2018-04-10 08:22:40'),(3286,NULL,'guo13uiouo4r5f8v083dl88uq2','2018-04-10 08:25:04'),(3287,NULL,'ctjethjd0e7tmpnd7fd5scio60','2018-04-10 08:27:06'),(3288,NULL,'j5j23kr6e9802nc79nbaf42jn3','2018-04-10 08:25:58'),(3289,NULL,'fja8ciotuqnnc8k1oqjgajrh76','2018-04-10 08:27:12'),(3290,NULL,'oscqtrk1mnmslpa8ijq893ovd7','2018-04-10 08:29:06'),(3291,NULL,'r902gu23m6r9k8fccank85ogt3','2018-04-10 08:29:54'),(3292,NULL,'c64fhetmonmn6t63l7h5pasuq7','2018-04-10 08:50:36'),(3293,NULL,'d8dp9fv8clhk4n9ob5bojt1kd7','2018-04-10 08:57:47'),(3294,NULL,'lkj6ttb92nheqe4k9iccurfvd7','2018-04-10 09:00:32'),(3295,NULL,'r493tmr21d3jd3bknp77fibg17','2018-04-10 09:31:00'),(3296,NULL,'nu02kmr4c45sn7jgmjdslsf4r1','2018-04-10 09:41:26'),(3297,NULL,'ge9j3kl6v5bmphjd8538iu9s17','2018-04-10 09:41:54'),(3298,NULL,'3lh7gd3c2pfp84804qd29o7kf7','2018-04-10 09:48:26'),(3299,NULL,'pa0mg2n4vofujnkt4o7euk7em6','2018-04-10 11:18:23'),(3300,NULL,'79agl8ign4lgv8114obmfcqfk0','2018-04-10 11:34:31'),(3301,NULL,'bg40tc08jeaggkog3qiti9t2d2','2018-04-10 12:33:10'),(3302,NULL,'ev0vi0oj6n4huerj1v5tlfgir0','2018-04-10 12:20:56'),(3303,NULL,'2vfbcnd2qi0cf0vpiegbe61ju7','2018-04-10 12:26:06'),(3304,NULL,'ajco9s8prb1ob6533e8ng0kt95','2018-04-10 12:25:23'),(3305,NULL,'uroto11ehj2sdgst8p906cj202','2018-04-10 12:34:12'),(3306,NULL,'2ou7uolte55d7e4fgkb3uas2c6','2018-04-10 12:34:29'),(3307,NULL,'dmbvmfpq4pepepfe07s1aikq43','2018-04-10 12:57:14'),(3308,NULL,'hfnv0enp862b8k1s85t2le3ic0','2018-04-10 13:21:09'),(3309,NULL,'cjofcgrp4174inc1ig5u88o4t2','2018-04-10 13:22:29'),(3310,NULL,'bg40tc08jeaggkog3qiti9t2d2','2018-04-10 13:29:06'),(3311,NULL,'ss75qlf0u44kkmsoi469liq4p4','2018-04-10 13:52:15'),(3312,NULL,'79agl8ign4lgv8114obmfcqfk0','2018-04-10 14:24:15'),(3313,NULL,'uksjtk52qhe4ad1f46ssner9u3','2018-04-10 14:41:55'),(3314,NULL,'idouka8rr9e62d8m5f7qkko5b3','2018-04-10 14:46:08'),(3315,NULL,'kmflh3thb58bg7mtihk4r71vm1','2018-04-10 14:45:25'),(3316,NULL,'lpj7mmf59j81b920kcn5o80482','2018-04-10 14:50:46'),(3317,NULL,'pii9vmjde5ss4vp712evf8dib7','2018-04-10 14:51:44'),(3318,NULL,'t79ucsg1b11efc5b8k4h8h7an1','2018-04-10 14:51:40'),(3319,NULL,'oeh8m7g4627anckbkfeqrlqcb0','2018-04-10 14:56:12'),(3320,NULL,'og5nojumg0opvifom2ctavk3d2','2018-04-10 14:56:10'),(3321,NULL,'ic3u5k0hncnut715n3a5b4ose0','2018-04-10 14:56:16'),(3322,NULL,'qfcqmce8sdeq1214ve926r4t55','2018-04-10 14:56:14'),(3323,NULL,'5lmi4rngk58mnlgj3qgnodvl04','2018-04-10 15:08:48'),(3324,NULL,'5qeovjap89sbcuvp8fiscs6ij7','2018-04-10 15:09:15'),(3325,NULL,'099i84rpqf08sd96ef52u0d357','2018-04-10 15:14:35'),(3326,NULL,'2ivi602iind72vk559bq7vsne4','2018-04-10 15:48:52'),(3327,NULL,'j26f7j4m26snej7ia6hv9ek0f5','2018-04-10 16:08:17'),(3328,NULL,'t3tmtja0iapb52pgn2d6pqhpf5','2018-04-10 16:27:08'),(3329,NULL,'4n6491n1jh8ddjfc872ti068d1','2018-04-10 16:27:15'),(3330,NULL,'1l2scet9gbik3mrqfc6pd855v6','2018-04-10 16:28:46'),(3331,NULL,'61s19q783be33nstmsthfco8s0','2018-04-10 16:40:10'),(3332,NULL,'4sa9svvjcg24g9b2d65320msl3','2018-04-10 16:51:22'),(3333,NULL,'e0k2rqdq2icpp8ohj4qmjkacn5','2018-04-10 17:11:55'),(3334,NULL,'85mqg9uc4k6ln1u2dcke95une0','2018-04-10 17:19:53'),(3335,NULL,'tqfcqunh2ln3i33uf4mccspsi6','2018-04-10 18:55:43'),(3336,NULL,'31spsv4mg9b9jea8gm9jgtsae7','2018-04-10 18:59:38'),(3337,NULL,'7atti7mh9re45jrpfebpv863b2','2018-04-10 19:13:35'),(3338,NULL,'5g8q61so0j6g5tn6bhf3efnbo2','2018-04-10 19:18:40'),(3339,NULL,'fri14d99prfrildfddr8ev3or6','2018-04-10 19:39:19'),(3340,NULL,'41he50t1g4fovocogetpokq0h3','2018-04-10 20:20:28'),(3341,NULL,'55i7pdcpv4vriacm3inn8g0vq5','2018-04-10 20:20:52'),(3342,NULL,'imeuaf79vjnjnig2kmbb07c9a4','2018-04-10 20:32:49'),(3343,NULL,'32u8j32lmefaf2s4mr0hj8aam0','2018-04-10 20:48:26'),(3344,NULL,'3cra3f30p311cvtfs47p0t30m7','2018-04-10 21:20:47'),(3345,NULL,'75j8kte9vulrh4agjo0vr3avv6','2018-04-10 21:31:31'),(3346,NULL,'ei4sdvpmvvpgimgr06t7p2i8s7','2018-04-10 21:54:03'),(3347,NULL,'picd51hj5vu37tktv9aqajcvq4','2018-04-10 21:56:54'),(3348,NULL,'37eek3qsv5ggc9qk9shi5tjkg0','2018-04-10 22:10:51'),(3349,NULL,'0fsoaaeuh3hkbous23010pqih1','2018-04-10 22:27:56'),(3350,NULL,'5a9tn6akb2gor2u6v22ak8skq0','2018-04-10 22:31:58'),(3351,NULL,'31oaakl8ukn8leivdl4bm2sus5','2018-04-10 22:42:08'),(3352,NULL,'o2qbmnhim0f748qvjlanscceb5','2018-04-10 22:52:26'),(3353,NULL,'s3asbh91bsov7k6prdea2hvdi1','2018-04-10 22:55:30'),(3354,NULL,'j64dfcjlf2l1r2uhd2sd509es7','2018-04-10 23:39:57'),(3355,NULL,'13oqi41alv87dm6cnlep98uma6','2018-04-10 23:43:21'),(3356,NULL,'4pk74634bbshl3e4eh44in9kp5','2018-04-11 00:11:31'),(3357,NULL,'e9igica31mcphf53mhkhtukb87','2018-04-11 00:34:05'),(3358,NULL,'napvvd2puhpsb5p4au22pr4le6','2018-04-11 00:36:10'),(3359,NULL,'gkvob6b26ht56jfu06qdigpjt5','2018-04-11 00:45:29'),(3360,NULL,'02nrgkl05stdd64s6j5ff7oi64','2018-04-11 01:10:02'),(3361,NULL,'mthme3u3t7qia1nkmj01k2o7i0','2018-04-11 02:05:09'),(3362,NULL,'l14grrk9h3sidbarrvsasd8bk2','2018-04-11 03:19:43'),(3363,NULL,'6qvvqoj0clda9slmp60lsngjt1','2018-04-11 03:20:10'),(3364,NULL,'u4ob36h8lqqiinochh96jsgmg6','2018-04-11 04:14:16'),(3365,NULL,'d5f7th0cjjkkasph406f1p2an2','2018-04-11 04:32:11'),(3366,NULL,'uch2gef6gmrth7ehi6vdchiv83','2018-04-11 04:49:15'),(3367,NULL,'0poo6g3mtnr1bic2l66on2i337','2018-04-11 04:53:13'),(3368,NULL,'1k6vrqkso8r4t11nfngi41klv6','2018-04-11 05:25:24'),(3369,NULL,'rccjor3gph3skh1pumj8694cj6','2018-04-11 05:45:44'),(3370,NULL,'vb9l129vbh40thpitc0ni7lv73','2018-04-11 05:57:50'),(3371,NULL,'pe5c37n90rtvku59prcbmo97m0','2018-04-11 06:43:59'),(3372,NULL,'il1b98k6pi9f1rk5j6hhc5vke0','2018-04-11 06:48:16');
/*!40000 ALTER TABLE `customer_visitor` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `design_change`
--
DROP TABLE IF EXISTS `design_change`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `DESIGN_CHANGE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Design Changes';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `design_change`
--
LOCK TABLES `design_change` WRITE;
/*!40000 ALTER TABLE `design_change` DISABLE KEYS */;
/*!40000 ALTER TABLE `design_change` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `design_config_grid_flat`
--
DROP TABLE IF EXISTS `design_config_grid_flat`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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,''),(1,1,NULL,NULL,''),(2,1,1,1,'4');
/*!40000 ALTER TABLE `design_config_grid_flat` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `directory_country`
--
DROP TABLE IF EXISTS `directory_country`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `directory_country_format`
--
LOCK TABLES `directory_country_format` WRITE;
/*!40000 ALTER TABLE `directory_country_format` DISABLE KEYS */;
/*!40000 ALTER TABLE `directory_country_format` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `directory_country_region`
--
DROP TABLE IF EXISTS `directory_country_region`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Directory Country Region Name';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `DOWNLOADABLE_LINK_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Downloadable Link Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `downloadable_link`
--
LOCK TABLES `downloadable_link` WRITE;
/*!40000 ALTER TABLE `downloadable_link` DISABLE KEYS */;
/*!40000 ALTER TABLE `downloadable_link` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `downloadable_link_price`
--
DROP TABLE IF EXISTS `downloadable_link_price`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `DOWNLOADABLE_LINK_PRICE_LINK_ID_DOWNLOADABLE_LINK_LINK_ID` FOREIGN KEY (`link_id`) REFERENCES `downloadable_link` (`link_id`) ON DELETE CASCADE,
CONSTRAINT `DOWNLOADABLE_LINK_PRICE_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Downloadable Link Price Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `downloadable_link_price`
--
LOCK TABLES `downloadable_link_price` WRITE;
/*!40000 ALTER TABLE `downloadable_link_price` DISABLE KEYS */;
/*!40000 ALTER TABLE `downloadable_link_price` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `downloadable_link_purchased`
--
DROP TABLE IF EXISTS `downloadable_link_purchased`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `DL_LNK_PURCHASED_CSTR_ID_CSTR_ENTT_ENTT_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE SET NULL,
CONSTRAINT `DOWNLOADABLE_LINK_PURCHASED_ORDER_ID_SALES_ORDER_ENTITY_ID` FOREIGN KEY (`order_id`) REFERENCES `sales_order` (`entity_id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Downloadable Link Purchased Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `downloadable_link_purchased`
--
LOCK TABLES `downloadable_link_purchased` WRITE;
/*!40000 ALTER TABLE `downloadable_link_purchased` DISABLE KEYS */;
/*!40000 ALTER TABLE `downloadable_link_purchased` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `downloadable_link_purchased_item`
--
DROP TABLE IF EXISTS `downloadable_link_purchased_item`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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,
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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Downloadable Link Purchased Item Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `downloadable_link_purchased_item`
--
LOCK TABLES `downloadable_link_purchased_item` WRITE;
/*!40000 ALTER TABLE `downloadable_link_purchased_item` DISABLE KEYS */;
/*!40000 ALTER TABLE `downloadable_link_purchased_item` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `downloadable_link_title`
--
DROP TABLE IF EXISTS `downloadable_link_title`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `DOWNLOADABLE_LINK_TITLE_LINK_ID_DOWNLOADABLE_LINK_LINK_ID` FOREIGN KEY (`link_id`) REFERENCES `downloadable_link` (`link_id`) ON DELETE CASCADE,
CONSTRAINT `DOWNLOADABLE_LINK_TITLE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Link Title Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `downloadable_link_title`
--
LOCK TABLES `downloadable_link_title` WRITE;
/*!40000 ALTER TABLE `downloadable_link_title` DISABLE KEYS */;
/*!40000 ALTER TABLE `downloadable_link_title` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `downloadable_sample`
--
DROP TABLE IF EXISTS `downloadable_sample`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `DOWNLOADABLE_SAMPLE_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Downloadable Sample Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `downloadable_sample`
--
LOCK TABLES `downloadable_sample` WRITE;
/*!40000 ALTER TABLE `downloadable_sample` DISABLE KEYS */;
/*!40000 ALTER TABLE `downloadable_sample` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `downloadable_sample_title`
--
DROP TABLE IF EXISTS `downloadable_sample_title`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `DL_SAMPLE_TTL_SAMPLE_ID_DL_SAMPLE_SAMPLE_ID` FOREIGN KEY (`sample_id`) REFERENCES `downloadable_sample` (`sample_id`) ON DELETE CASCADE,
CONSTRAINT `DOWNLOADABLE_SAMPLE_TITLE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Downloadable Sample Title Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `downloadable_sample_title`
--
LOCK TABLES `downloadable_sample_title` WRITE;
/*!40000 ALTER TABLE `downloadable_sample_title` DISABLE KEYS */;
/*!40000 ALTER TABLE `downloadable_sample_title` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_attribute`
--
DROP TABLE IF EXISTS `eav_attribute`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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
) ENGINE=InnoDB AUTO_INCREMENT=141 DEFAULT CHARSET=utf8 COMMENT='Eav Attribute';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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),(83,4,'manufacturer',NULL,NULL,'int',NULL,NULL,'select','Manufacturer',NULL,NULL,0,1,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),(93,4,'color',NULL,NULL,'int',NULL,NULL,'select','Color',NULL,NULL,0,1,'',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,'links_purchased_separately',NULL,NULL,'int',NULL,NULL,NULL,'Links can be purchased separately',NULL,NULL,1,0,NULL,0,NULL),(124,4,'samples_title',NULL,NULL,'varchar',NULL,NULL,NULL,'Samples title',NULL,NULL,1,0,NULL,0,NULL),(125,4,'links_title',NULL,NULL,'varchar',NULL,NULL,NULL,'Links title',NULL,NULL,1,0,NULL,0,NULL),(126,4,'links_exist',NULL,NULL,'int',NULL,NULL,NULL,NULL,NULL,NULL,0,0,'0',0,NULL),(127,4,'price_type',NULL,NULL,'int',NULL,NULL,'boolean','Dynamic Price',NULL,NULL,1,0,'0',0,NULL),(128,4,'sku_type',NULL,NULL,'int',NULL,NULL,'boolean','Dynamic SKU',NULL,NULL,1,0,'0',0,NULL),(129,4,'weight_type',NULL,NULL,'int',NULL,NULL,'boolean','Dynamic Weight',NULL,NULL,1,0,'0',0,NULL),(130,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),(131,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),(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,'size',NULL,NULL,'int',NULL,NULL,'select',' size',NULL,'Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Table',0,1,'',0,NULL),(136,4,'fabric',NULL,NULL,'varchar',NULL,NULL,'text','fabric',NULL,NULL,0,1,NULL,0,NULL),(137,4,'additional_colors',NULL,NULL,'varchar',NULL,NULL,'text','additional_colors',NULL,NULL,0,1,NULL,0,NULL),(138,4,'country_manufacturer',NULL,NULL,'varchar',NULL,NULL,'text','country_manufacturer',NULL,NULL,0,1,NULL,0,NULL),(139,4,'waist',NULL,NULL,'int',NULL,NULL,'select','waist',NULL,'Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Table',0,1,'',0,NULL),(140,4,'length',NULL,NULL,'int',NULL,NULL,'select','length',NULL,'Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Table',0,1,'',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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8 COMMENT='Eav Attribute Group';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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,5,'General',1,1,'general',NULL),(16,6,'General',1,1,'general',NULL),(17,7,'General',1,1,'general',NULL),(18,8,'General',1,1,'general',NULL),(19,4,'Bundle Items',3,0,'bundle-items',NULL),(20,4,'Gift Options',10,0,'gift-options',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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `EAV_ATTRIBUTE_LABEL_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Eav Attribute Label';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eav_attribute_label`
--
LOCK TABLES `eav_attribute_label` WRITE;
/*!40000 ALTER TABLE `eav_attribute_label` DISABLE KEYS */;
/*!40000 ALTER TABLE `eav_attribute_label` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_attribute_option`
--
DROP TABLE IF EXISTS `eav_attribute_option`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `EAV_ATTRIBUTE_OPTION_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8 COMMENT='Eav Attribute Option';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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,4),(5,135,5),(6,135,3),(7,135,2),(8,93,0),(9,93,0),(10,135,1),(11,93,0),(12,93,0),(13,93,0),(14,139,1),(15,140,1),(16,139,0),(17,139,0),(18,139,0),(19,139,0),(20,139,0),(21,139,0),(22,139,0),(23,139,0),(24,140,0);
/*!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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `EAV_ATTRIBUTE_OPTION_SWATCH_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
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
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COMMENT='Magento Swatches table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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,4,0,0,'l'),(2,4,1,0,'l'),(3,6,0,0,'m'),(4,6,1,0,'m'),(5,7,0,0,'s'),(6,7,1,0,'s'),(7,5,0,0,'xl'),(8,5,1,0,'xl'),(9,10,0,0,'xs'),(10,10,1,0,'xs');
/*!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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `EAV_ATTRIBUTE_OPTION_VALUE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
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
) ENGINE=InnoDB AUTO_INCREMENT=55 DEFAULT CHARSET=utf8 COMMENT='Eav Attribute Option Value';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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'),(8,8,0,'black'),(9,9,0,'white'),(11,11,0,'blue'),(12,12,0,'copper'),(33,13,0,'indigo'),(34,14,0,'29'),(35,15,0,'32'),(41,10,0,'xs'),(42,7,0,'s'),(43,6,0,'m'),(44,4,0,'l'),(45,5,0,'xl'),(46,16,0,'26'),(47,17,0,'27'),(48,18,0,'28'),(49,19,0,'30'),(50,20,0,'31'),(51,21,0,'32'),(52,22,0,'33'),(53,23,0,'34'),(54,24,0,'34');
/*!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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COMMENT='Eav Attribute Set';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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);
/*!40000 ALTER TABLE `eav_attribute_set` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_entity`
--
DROP TABLE IF EXISTS `eav_entity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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,
CONSTRAINT `EAV_ENTITY_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Eav Entity';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eav_entity`
--
LOCK TABLES `eav_entity` WRITE;
/*!40000 ALTER TABLE `eav_entity` DISABLE KEYS */;
/*!40000 ALTER TABLE `eav_entity` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_entity_attribute`
--
DROP TABLE IF EXISTS `eav_entity_attribute`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
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
) ENGINE=InnoDB AUTO_INCREMENT=279 DEFAULT CHARSET=utf8 COMMENT='Eav Entity Attributes';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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),(121,4,4,7,123,111),(122,4,4,7,124,112),(123,4,4,7,125,113),(124,4,4,7,126,114),(226,4,4,7,73,2),(227,4,4,7,74,3),(228,4,4,7,77,5),(229,4,4,7,82,9),(230,4,4,7,93,14),(231,4,4,7,94,16),(232,4,4,7,95,18),(233,4,4,7,97,1),(234,4,4,7,99,12),(235,4,4,7,105,11),(236,4,4,7,114,17),(237,4,4,7,115,8),(238,4,4,7,127,6),(239,4,4,7,128,4),(240,4,4,7,129,10),(241,4,4,7,134,7),(242,4,4,7,135,15),(243,4,4,7,136,13),(244,4,4,13,75,1),(245,4,4,13,76,2),(246,4,4,13,137,3),(247,4,4,13,138,4),(248,4,4,19,131,1),(249,4,4,10,87,1),(250,4,4,10,88,2),(251,4,4,10,89,3),(252,4,4,10,90,5),(253,4,4,10,96,6),(254,4,4,10,133,4),(255,4,4,9,84,2),(256,4,4,9,85,3),(257,4,4,9,86,4),(258,4,4,9,119,1),(259,4,4,8,78,1),(260,4,4,8,79,2),(261,4,4,8,80,3),(262,4,4,8,81,4),(263,4,4,8,92,5),(264,4,4,8,121,6),(265,4,4,8,122,7),(266,4,4,8,130,8),(267,4,4,11,103,3),(268,4,4,11,104,1),(269,4,4,11,106,2),(270,4,4,14,100,3),(271,4,4,14,101,1),(272,4,4,14,102,2),(273,4,4,14,116,4),(274,4,4,20,132,1),(276,4,4,7,139,116),(278,4,4,7,140,118);
/*!40000 ALTER TABLE `eav_entity_attribute` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_entity_datetime`
--
DROP TABLE IF EXISTS `eav_entity_datetime`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `EAV_ENTITY_DATETIME_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON DELETE CASCADE,
CONSTRAINT `EAV_ENTITY_DATETIME_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Eav Entity Value Prefix';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eav_entity_datetime`
--
LOCK TABLES `eav_entity_datetime` WRITE;
/*!40000 ALTER TABLE `eav_entity_datetime` DISABLE KEYS */;
/*!40000 ALTER TABLE `eav_entity_datetime` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_entity_decimal`
--
DROP TABLE IF EXISTS `eav_entity_decimal`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `EAV_ENTITY_DECIMAL_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON DELETE CASCADE,
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,
CONSTRAINT `EAV_ENTITY_DECIMAL_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Eav Entity Value Prefix';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eav_entity_decimal`
--
LOCK TABLES `eav_entity_decimal` WRITE;
/*!40000 ALTER TABLE `eav_entity_decimal` DISABLE KEYS */;
/*!40000 ALTER TABLE `eav_entity_decimal` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_entity_int`
--
DROP TABLE IF EXISTS `eav_entity_int`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `EAV_ENTITY_INT_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON DELETE CASCADE,
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,
CONSTRAINT `EAV_ENTITY_INT_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Eav Entity Value Prefix';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eav_entity_int`
--
LOCK TABLES `eav_entity_int` WRITE;
/*!40000 ALTER TABLE `eav_entity_int` DISABLE KEYS */;
/*!40000 ALTER TABLE `eav_entity_int` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_entity_store`
--
DROP TABLE IF EXISTS `eav_entity_store`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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,
CONSTRAINT `EAV_ENTITY_STORE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Eav Entity Store';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eav_entity_store`
--
LOCK TABLES `eav_entity_store` WRITE;
/*!40000 ALTER TABLE `eav_entity_store` DISABLE KEYS */;
/*!40000 ALTER TABLE `eav_entity_store` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_entity_text`
--
DROP TABLE IF EXISTS `eav_entity_text`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `EAV_ENTITY_TEXT_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON DELETE CASCADE,
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,
CONSTRAINT `EAV_ENTITY_TEXT_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Eav Entity Value Prefix';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eav_entity_text`
--
LOCK TABLES `eav_entity_text` WRITE;
/*!40000 ALTER TABLE `eav_entity_text` DISABLE KEYS */;
/*!40000 ALTER TABLE `eav_entity_text` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_entity_type`
--
DROP TABLE IF EXISTS `eav_entity_type`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `EAV_ENTITY_VARCHAR_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON DELETE CASCADE,
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,
CONSTRAINT `EAV_ENTITY_VARCHAR_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Eav Entity Value Prefix';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eav_entity_varchar`
--
LOCK TABLES `eav_entity_varchar` WRITE;
/*!40000 ALTER TABLE `eav_entity_varchar` DISABLE KEYS */;
/*!40000 ALTER TABLE `eav_entity_varchar` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_form_element`
--
DROP TABLE IF EXISTS `eav_form_element`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `EAV_FORM_ELEMENT_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
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,
CONSTRAINT `EAV_FORM_ELEMENT_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=43 DEFAULT CHARSET=utf8 COMMENT='Eav Form Element';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `EAV_FORM_FIELDSET_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Eav Form Fieldset';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eav_form_fieldset`
--
LOCK TABLES `eav_form_fieldset` WRITE;
/*!40000 ALTER TABLE `eav_form_fieldset` DISABLE KEYS */;
/*!40000 ALTER TABLE `eav_form_fieldset` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_form_fieldset_label`
--
DROP TABLE IF EXISTS `eav_form_fieldset_label`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `EAV_FORM_FIELDSET_LABEL_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Eav Form Fieldset Label';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eav_form_fieldset_label`
--
LOCK TABLES `eav_form_fieldset_label` WRITE;
/*!40000 ALTER TABLE `eav_form_fieldset_label` DISABLE KEYS */;
/*!40000 ALTER TABLE `eav_form_fieldset_label` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `eav_form_type`
--
DROP TABLE IF EXISTS `eav_form_type`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `EAV_FORM_TYPE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='Eav Form Type';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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,
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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Eav Form Type Entity';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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_automation`
--
DROP TABLE IF EXISTS `email_automation`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `email_automation`
--
LOCK TABLES `email_automation` WRITE;
/*!40000 ALTER TABLE `email_automation` DISABLE KEYS */;
/*!40000 ALTER TABLE `email_automation` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `email_campaign`
--
DROP TABLE IF EXISTS `email_campaign`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `EMAIL_CAMPAIGN_STORE_ID_CORE/STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Connector Campaigns';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `email_campaign`
--
LOCK TABLES `email_campaign` WRITE;
/*!40000 ALTER TABLE `email_campaign` DISABLE KEYS */;
/*!40000 ALTER TABLE `email_campaign` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `email_catalog`
--
DROP TABLE IF EXISTS `email_catalog`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `EMAIL_CATALOG_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=utf8 COMMENT='Connector Catalog';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `email_catalog`
--
LOCK TABLES `email_catalog` WRITE;
/*!40000 ALTER TABLE `email_catalog` DISABLE KEYS */;
INSERT INTO `email_catalog` VALUES (5,517,NULL,NULL,'2018-03-16 09:24:12','2018-03-16 09:24:12'),(6,500,NULL,NULL,'2018-03-16 09:26:30','2018-03-16 09:26:30'),(7,501,NULL,NULL,'2018-03-16 09:31:07','2018-03-16 09:31:07'),(8,504,NULL,NULL,'2018-03-16 09:32:50','2018-03-16 09:32:50'),(9,526,NULL,NULL,'2018-03-16 09:33:48','2018-03-16 09:33:48'),(10,519,NULL,NULL,'2018-03-16 13:24:36','2018-03-16 13:24:36'),(11,522,NULL,NULL,'2018-03-16 13:28:38','2018-03-16 13:28:38'),(12,514,NULL,NULL,'2018-03-16 14:26:13','2018-03-16 14:26:13'),(13,513,NULL,NULL,'2018-03-16 14:49:20','2018-03-16 14:49:20'),(14,527,NULL,NULL,'2018-03-17 11:35:55','2018-03-17 11:35:55'),(15,528,NULL,NULL,'2018-03-17 11:36:08','2018-03-17 11:36:08'),(16,529,NULL,NULL,'2018-03-17 11:36:10','2018-03-17 11:36:10'),(17,525,NULL,NULL,'2018-03-17 11:36:16','2018-03-17 11:36:16'),(18,524,NULL,NULL,'2018-03-17 11:36:22','2018-03-17 11:36:22'),(19,523,NULL,NULL,'2018-03-17 11:36:28','2018-03-17 11:36:28'),(20,533,NULL,NULL,'2018-03-20 10:45:51','2018-03-20 10:45:51'),(21,532,NULL,NULL,'2018-03-20 10:47:23','2018-03-20 10:47:23'),(22,531,NULL,NULL,'2018-03-20 10:47:47','2018-03-20 10:47:47'),(23,530,NULL,NULL,'2018-03-20 10:48:16','2018-03-20 10:48:16'),(24,518,NULL,NULL,'2018-03-20 14:50:14','2018-03-20 14:50:14'),(25,516,NULL,NULL,'2018-03-21 15:22:32','2018-03-21 15:22:32'),(26,508,NULL,NULL,'2018-03-21 15:34:44','2018-03-21 15:34:44'),(27,503,NULL,NULL,'2018-03-23 09:49:22','2018-03-23 09:49:22'),(28,515,NULL,NULL,'2018-03-26 09:55:40','2018-03-26 09:55:40'),(29,506,NULL,NULL,'2018-03-26 14:26:58','2018-03-26 14:26:58'),(30,318,NULL,NULL,'2018-03-26 18:01:50','2018-03-26 18:01:50'),(31,319,NULL,NULL,'2018-03-26 18:02:11','2018-03-26 18:02:11'),(32,320,NULL,NULL,'2018-03-26 18:02:50','2018-03-26 18:02:50'),(33,505,NULL,NULL,'2018-03-26 18:40:00','2018-03-26 18:40:00'),(34,502,NULL,NULL,'2018-03-26 18:41:31','2018-03-26 18:41:31'),(35,507,NULL,NULL,'2018-03-26 18:43:24','2018-03-26 18:43:24'),(36,509,NULL,NULL,'2018-03-26 18:45:40','2018-03-26 18:45:40'),(37,510,NULL,NULL,'2018-03-26 18:46:15','2018-03-26 18:46:15'),(38,512,NULL,NULL,'2018-03-26 18:48:07','2018-03-26 18:48:07'),(39,511,NULL,NULL,'2018-03-26 18:48:57','2018-03-26 18:48:57'),(40,520,NULL,NULL,'2018-03-26 18:52:15','2018-03-26 18:52:15'),(41,521,NULL,NULL,'2018-03-26 18:53:06','2018-03-26 18:53:06'),(42,327,NULL,NULL,'2018-03-27 07:13:40','2018-03-27 07:13:40'),(43,328,NULL,NULL,'2018-03-27 07:13:59','2018-03-27 07:13:59'),(44,333,NULL,NULL,'2018-03-27 07:20:13','2018-03-27 07:20:13'),(45,343,NULL,NULL,'2018-03-27 07:23:31','2018-03-27 07:23:31'),(47,347,NULL,NULL,'2018-04-09 11:23:54','2018-04-09 11:23:54');
/*!40000 ALTER TABLE `email_catalog` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `email_contact`
--
DROP TABLE IF EXISTS `email_contact`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `EMAIL_CONTACT_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Connector Contacts';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `email_contact`
--
LOCK TABLES `email_contact` WRITE;
/*!40000 ALTER TABLE `email_contact` DISABLE KEYS */;
/*!40000 ALTER TABLE `email_contact` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `email_importer`
--
DROP TABLE IF EXISTS `email_importer`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `email_importer`
--
LOCK TABLES `email_importer` WRITE;
/*!40000 ALTER TABLE `email_importer` DISABLE KEYS */;
/*!40000 ALTER TABLE `email_importer` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `email_order`
--
DROP TABLE IF EXISTS `email_order`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `EMAIL_ORDER_ORDER_ID_SALES_ORDER_ENTITY_ID` FOREIGN KEY (`order_id`) REFERENCES `sales_order` (`entity_id`) ON DELETE CASCADE,
CONSTRAINT `EMAIL_ORDER_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Transactional Order Data';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `email_order`
--
LOCK TABLES `email_order` WRITE;
/*!40000 ALTER TABLE `email_order` DISABLE KEYS */;
/*!40000 ALTER TABLE `email_order` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `email_review`
--
DROP TABLE IF EXISTS `email_review`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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 DEFAULT CHARSET=utf8 COMMENT='Connector Reviews';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `email_review`
--
LOCK TABLES `email_review` WRITE;
/*!40000 ALTER TABLE `email_review` DISABLE KEYS */;
/*!40000 ALTER TABLE `email_review` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `email_rules`
--
DROP TABLE IF EXISTS `email_rules`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `email_rules`
--
LOCK TABLES `email_rules` WRITE;
/*!40000 ALTER TABLE `email_rules` DISABLE KEYS */;
/*!40000 ALTER TABLE `email_rules` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `email_template`
--
DROP TABLE IF EXISTS `email_template`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `email_template`
--
LOCK TABLES `email_template` WRITE;
/*!40000 ALTER TABLE `email_template` DISABLE KEYS */;
/*!40000 ALTER TABLE `email_template` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `email_wishlist`
--
DROP TABLE IF EXISTS `email_wishlist`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `email_wishlist`
--
LOCK TABLES `email_wishlist` WRITE;
/*!40000 ALTER TABLE `email_wishlist` DISABLE KEYS */;
/*!40000 ALTER TABLE `email_wishlist` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `flag`
--
DROP TABLE IF EXISTS `flag`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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=11 DEFAULT CHARSET=utf8 COMMENT='Flag';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `flag`
--
LOCK TABLES `flag` WRITE;
/*!40000 ALTER TABLE `flag` DISABLE KEYS */;
INSERT INTO `flag` VALUES (2,'report_order_aggregated',0,NULL,'2018-04-11 00:00:04'),(3,'report_invoiced_aggregated',0,NULL,'2018-04-11 00:00:04'),(4,'report_refunded_aggregated',0,NULL,'2018-04-11 00:00:05'),(5,'report_bestsellers_aggregated',0,NULL,'2018-04-11 00:00:05'),(6,'report_coupons_aggregated',0,NULL,'2018-04-11 00:00:06'),(7,'report_shipping_aggregated',0,NULL,'2018-04-11 00:00:06'),(8,'report_tax_aggregated',0,NULL,'2018-04-11 00:00:07'),(9,'report_product_viewed_aggregated',0,NULL,'2018-03-15 14:12:20'),(10,'config_hash',0,'{\"system\":\"9a18ecbd6d057d5ae015414825760241bfafd115\"}','2018-03-30 08:44:09');
/*!40000 ALTER TABLE `flag` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `gift_message`
--
DROP TABLE IF EXISTS `gift_message`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `gift_message`
--
LOCK TABLES `gift_message` WRITE;
/*!40000 ALTER TABLE `gift_message` DISABLE KEYS */;
/*!40000 ALTER TABLE `gift_message` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `googleoptimizer_code`
--
DROP TABLE IF EXISTS `googleoptimizer_code`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `GOOGLEOPTIMIZER_CODE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Google Experiment code';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `googleoptimizer_code`
--
LOCK TABLES `googleoptimizer_code` WRITE;
/*!40000 ALTER TABLE `googleoptimizer_code` DISABLE KEYS */;
/*!40000 ALTER TABLE `googleoptimizer_code` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `import_history`
--
DROP TABLE IF EXISTS `import_history`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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 AUTO_INCREMENT=22 DEFAULT CHARSET=utf8 COMMENT='Import history table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `import_history`
--
LOCK TABLES `import_history` WRITE;
/*!40000 ALTER TABLE `import_history` DISABLE KEYS */;
INSERT INTO `import_history` VALUES (1,'2018-03-12 21:26:50',0,NULL,'00:00:00','Created: 73, Updated: 0, Deleted: 0',''),(2,'2018-03-12 21:27:36',0,NULL,'00:00:00','Created: 0, Updated: 73, Deleted: 0',''),(3,'2018-03-13 20:02:16',0,NULL,'00:00:00','Created: 17, Updated: 58, Deleted: 0',''),(4,'2018-03-13 20:18:04',0,NULL,'00:00:00','Created: 0, Updated: 75, Deleted: 0',''),(5,'2018-03-13 20:24:05',0,NULL,'00:00:00','Created: 0, Updated: 75, Deleted: 0',''),(6,'2018-03-13 20:38:58',0,NULL,'00:00:00','Created: 0, Updated: 75, Deleted: 0',''),(7,'2018-03-14 12:37:59',0,NULL,'In Progress',NULL,''),(8,'2018-03-14 12:38:16',0,NULL,'In Progress',NULL,''),(9,'2018-03-14 12:41:25',0,NULL,'00:00:00','Created: 0, Updated: 93, Deleted: 0',''),(10,'2018-03-14 12:42:04',0,NULL,'00:00:00','Created: 0, Updated: 93, Deleted: 0',''),(11,'2018-03-14 12:48:36',0,NULL,'00:00:00','Created: 0, Updated: 93, Deleted: 0',''),(12,'2018-03-14 12:51:01',0,NULL,'00:00:00','Created: 0, Updated: 85, Deleted: 0',''),(13,'2018-03-14 12:51:39',0,NULL,'00:00:00','Created: 0, Updated: 93, Deleted: 0',''),(14,'2018-03-14 12:58:20',0,NULL,'00:00:00','Created: 93, Updated: 0, Deleted: 0',''),(15,'2018-03-14 16:10:31',0,NULL,'00:00:00','Created: 0, Updated: 4, Deleted: 0',''),(16,'2018-03-14 20:28:57',0,NULL,'00:00:00','Created: 19, Updated: 4, Deleted: 0',''),(17,'2018-03-14 20:32:10',0,NULL,'00:00:00','Created: 103, Updated: 19, Deleted: 0',''),(18,'2018-03-14 20:50:05',0,NULL,'00:00:00','Created: 0, Updated: 122, Deleted: 0',''),(19,'2018-03-15 13:38:48',0,NULL,'00:00:00','Created: 0, Updated: 4, Deleted: 0',''),(20,'2018-03-15 14:17:44',0,NULL,'00:00:00','Created: 215, Updated: 0, Deleted: 0',''),(21,'2018-03-20 10:43:15',0,NULL,'00:00:00','Created: 4, Updated: 75, Deleted: 0','');
/*!40000 ALTER TABLE `import_history` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `importexport_importdata`
--
DROP TABLE IF EXISTS `importexport_importdata`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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 AUTO_INCREMENT=38 DEFAULT CHARSET=utf8 COMMENT='Import Data Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `importexport_importdata`
--
LOCK TABLES `importexport_importdata` WRITE;
/*!40000 ALTER TABLE `importexport_importdata` DISABLE KEYS */;
INSERT INTO `importexport_importdata` VALUES (37,'catalog_product','append','[{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"ALJ1780100 9900 GOAT NUBUCK BLACK - m\",\"name\":\"PERFECT APE 01 - m\",\"url_key\":\"ALJ17801009900GOATNUBUCKBLACKm-PERFECTAPE01m\",\"price\":\"749\",\"size\":\"m\",\"qty\":\"10\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"ALJ1780100 9900 GOAT NUBUCK BLACK - l\",\"name\":\"PERFECT APE 01 - l\",\"url_key\":\"ALJ17801009900GOATNUBUCKBLACKl-PERFECTAPE01l\",\"price\":\"749\",\"size\":\"l\",\"qty\":\"10\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"ALJ1780100 9900 GOAT NUBUCK BLACK - xl\",\"name\":\"PERFECT APE 01 - xl\",\"url_key\":\"ALJ17801009900GOATNUBUCKBLACKxl-PERFECTAPE01xl\",\"price\":\"749\",\"size\":\"xl\",\"qty\":\"5\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"ALJ1780100 9900 LAMB DD BLACK - m\",\"name\":\"PERFECT APE 01 - m\",\"url_key\":\"ALJ17801009900LAMBDDBLACKm-PERFECTAPE01m\",\"price\":\"749\",\"size\":\"m\",\"qty\":\"10\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"ALJ1780100 9900 LAMB DD BLACK - l\",\"name\":\"PERFECT APE 01 - l\",\"url_key\":\"ALJ17801009900LAMBDDBLACKl-PERFECTAPE01l\",\"price\":\"749\",\"size\":\"l\",\"qty\":\"10\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"ALJ1780100 9900 LAMB DD BLACK - xl\",\"name\":\"PERFECT APE 01 - xl\",\"url_key\":\"ALJ17801009900LAMBDDBLACKxl-PERFECTAPE01xl\",\"price\":\"749\",\"size\":\"xl\",\"qty\":\"5\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"ALJ1780100 9900 BLACK WHITE - m\",\"name\":\"PERFECT APE 01 - m\",\"url_key\":\"ALJ17801009900BLACKWHITEm-PERFECTAPE01m\",\"price\":\"799\",\"size\":\"m\",\"qty\":\"10\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"ALJ1780100 9900 BLACK WHITE - l\",\"name\":\"PERFECT APE 01 - l\",\"url_key\":\"ALJ17801009900BLACKWHITEl-PERFECTAPE01l\",\"price\":\"799\",\"size\":\"l\",\"qty\":\"10\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"ALJ1780100 9900 BLACK WHITE - xl\",\"name\":\"PERFECT APE 01 - xl\",\"url_key\":\"ALJ17801009900BLACKWHITExl-PERFECTAPE01xl\",\"price\":\"799\",\"size\":\"xl\",\"qty\":\"5\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"ALJ1780102 9900 RUBOFF BLACK - m\",\"name\":\"HEAVY APE 01 - m\",\"url_key\":\"ALJ17801029900RUBOFFBLACKm-HEAVYAPE01m\",\"price\":\"649\",\"size\":\"m\",\"qty\":\"10\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"ALJ1780102 9900 RUBOFF BLACK - l\",\"name\":\"HEAVY APE 01 - l\",\"url_key\":\"ALJ17801029900RUBOFFBLACKl-HEAVYAPE01l\",\"price\":\"649\",\"size\":\"l\",\"qty\":\"10\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"ALJ1780102 9900 RUBOFF BLACK - xl\",\"name\":\"HEAVY APE 01 - xl\",\"url_key\":\"ALJ17801029900RUBOFFBLACKxl-HEAVYAPE01xl\",\"price\":\"649\",\"size\":\"xl\",\"qty\":\"5\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"ALJ1780104 9900 BLACK STUDS - m\",\"name\":\"HIDDEN APE 01 - m\",\"url_key\":\"ALJ17801049900BLACKSTUDSm-HIDDENAPE01m\",\"price\":\"849\",\"size\":\"m\",\"qty\":\"10\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"ALJ1780104 9900 BLACK STUDS - l\",\"name\":\"HIDDEN APE 01 - l\",\"url_key\":\"ALJ17801049900BLACKSTUDSl-HIDDENAPE01l\",\"price\":\"849\",\"size\":\"l\",\"qty\":\"10\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"ALJ1780104 9900 BLACK STUDS - xl\",\"name\":\"HIDDEN APE 01 - xl\",\"url_key\":\"ALJ17801049900BLACKSTUDSxl-HIDDENAPE01xl\",\"price\":\"849\",\"size\":\"xl\",\"qty\":\"5\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"AWLJ1780150 9900 NUBUCK BLACK - s\",\"name\":\"PERFECTIOUS APE 01 - s\",\"url_key\":\"AWLJ17801509900NUBUCKBLACKs-PERFECTIOUSAPE01s\",\"price\":\"749\",\"size\":\"s\",\"qty\":\"10\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"AWLJ1780150 9900 NUBUCK BLACK - m\",\"name\":\"PERFECTIOUS APE 01 - m\",\"url_key\":\"AWLJ17801509900NUBUCKBLACKm-PERFECTIOUSAPE01m\",\"price\":\"749\",\"size\":\"m\",\"qty\":\"10\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"AWLJ1780150 9900 NUBUCK BLACK - l\",\"name\":\"PERFECTIOUS APE 01 - l\",\"url_key\":\"AWLJ17801509900NUBUCKBLACKl-PERFECTIOUSAPE01l\",\"price\":\"749\",\"size\":\"l\",\"qty\":\"5\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"AWLJ1780150 9000 WHITE - s\",\"name\":\"PERFECTIOUS APE 01 - s\",\"url_key\":\"AWLJ17801509000WHITEs-PERFECTIOUSAPE01s\",\"price\":\"799\",\"size\":\"s\",\"qty\":\"10\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"AWLJ1780150 9000 WHITE - m\",\"name\":\"PERFECTIOUS APE 01 - m\",\"url_key\":\"AWLJ17801509000WHITEm-PERFECTIOUSAPE01m\",\"price\":\"799\",\"size\":\"m\",\"qty\":\"10\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"AWLJ1780150 9000 WHITE - l\",\"name\":\"PERFECTIOUS APE 01 - l\",\"url_key\":\"AWLJ17801509000WHITEl-PERFECTIOUSAPE01l\",\"price\":\"799\",\"size\":\"l\",\"qty\":\"5\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"AWLJ1780152 9900 RUBOFF BLACK - s\",\"name\":\"BUFFY APE 01 - s\",\"url_key\":\"AWLJ17801529900RUBOFFBLACKs-BUFFYAPE01s\",\"price\":\"599\",\"size\":\"s\",\"qty\":\"10\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"AWLJ1780152 9900 RUBOFF BLACK - m\",\"name\":\"BUFFY APE 01 - m\",\"url_key\":\"AWLJ17801529900RUBOFFBLACKm-BUFFYAPE01m\",\"price\":\"599\",\"size\":\"m\",\"qty\":\"10\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"AWLJ1780152 9900 RUBOFF BLACK - l\",\"name\":\"BUFFY APE 01 - l\",\"url_key\":\"AWLJ17801529900RUBOFFBLACKl-BUFFYAPE01l\",\"price\":\"599\",\"size\":\"l\",\"qty\":\"5\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"AWLJ1780154 9900 BLACK STUDS - s\",\"name\":\"GLAMOROUS APE 01 - s\",\"url_key\":\"AWLJ17801549900BLACKSTUDSs-GLAMOROUSAPE01s\",\"price\":\"799\",\"size\":\"s\",\"qty\":\"5\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"AWLJ1780154 9900 BLACK STUDS - m\",\"name\":\"GLAMOROUS APE 01 - m\",\"url_key\":\"AWLJ17801549900BLACKSTUDSm-GLAMOROUSAPE01m\",\"price\":\"799\",\"size\":\"m\",\"qty\":\"5\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"AWLJ1780154 9900 BLACK STUDS - l\",\"name\":\"GLAMOROUS APE 01 - l\",\"url_key\":\"AWLJ17801549900BLACKSTUDSl-GLAMOROUSAPE01l\",\"price\":\"799\",\"size\":\"l\",\"qty\":\"2\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"AWLJ1780154 9900 BLACK - s\",\"name\":\"GLAMOROUS APE 01 - s\",\"url_key\":\"AWLJ17801549900BLACKs-GLAMOROUSAPE01s\",\"price\":\"749\",\"size\":\"s\",\"qty\":\"5\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"AWLJ1780154 9900 BLACK - m\",\"name\":\"GLAMOROUS APE 01 - m\",\"url_key\":\"AWLJ17801549900BLACKm-GLAMOROUSAPE01m\",\"price\":\"749\",\"size\":\"m\",\"qty\":\"5\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"AWLJ1780154 9900 BLACK - l\",\"name\":\"GLAMOROUS APE 01 - l\",\"url_key\":\"AWLJ17801549900BLACKl-GLAMOROUSAPE01l\",\"price\":\"749\",\"size\":\"l\",\"qty\":\"3\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"ASW1780800 9900 BLACK - s\",\"name\":\"SWEATY APE 01 - s\",\"url_key\":\"ASW17808009900BLACKs-SWEATYAPE01s\",\"price\":\"159\",\"size\":\"s\",\"qty\":\"10\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"ASW1780800 9900 BLACK - m\",\"name\":\"SWEATY APE 01 - m\",\"url_key\":\"ASW17808009900BLACKm-SWEATYAPE01m\",\"price\":\"159\",\"size\":\"m\",\"qty\":\"40\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"ASW1780800 9900 BLACK - l\",\"name\":\"SWEATY APE 01 - l\",\"url_key\":\"ASW17808009900BLACKl-SWEATYAPE01l\",\"price\":\"159\",\"size\":\"l\",\"qty\":\"40\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"ASW1780800 9900 BLACK - xl\",\"name\":\"SWEATY APE 01 - xl\",\"url_key\":\"ASW17808009900BLACKxl-SWEATYAPE01xl\",\"price\":\"159\",\"size\":\"xl\",\"qty\":\"10\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"AWSW1780850 9000 WHITE - xs\",\"name\":\"BOLT APE 01 - xs\",\"url_key\":\"AWSW17808509000WHITExs-BOLTAPE01xs\",\"price\":\"159\",\"size\":\"xs\",\"qty\":\"10\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"AWSW1780850 9000 WHITE - s\",\"name\":\"BOLT APE 01 - s\",\"url_key\":\"AWSW17808509000WHITEs-BOLTAPE01s\",\"price\":\"159\",\"size\":\"s\",\"qty\":\"40\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"AWSW1780850 9000 WHITE - m\",\"name\":\"BOLT APE 01 - m\",\"url_key\":\"AWSW17808509000WHITEm-BOLTAPE01m\",\"price\":\"159\",\"size\":\"m\",\"qty\":\"40\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"AWSW1780850 9000 WHITE - l\",\"name\":\"BOLT APE 01 - l\",\"url_key\":\"AWSW17808509000WHITEl-BOLTAPE01l\",\"price\":\"159\",\"size\":\"l\",\"qty\":\"10\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"ATS1780602 9900 BLACK - s\",\"name\":\"SHY APE 01 - s\",\"url_key\":\"ATS17806029900BLACKs-SHYAPE01s\",\"price\":\"89\",\"size\":\"s\",\"qty\":\"10\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"ATS1780602 9900 BLACK - m\",\"name\":\"SHY APE 01 - m\",\"url_key\":\"ATS17806029900BLACKm-SHYAPE01m\",\"price\":\"89\",\"size\":\"m\",\"qty\":\"40\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"ATS1780602 9900 BLACK - l\",\"name\":\"SHY APE 01 - l\",\"url_key\":\"ATS17806029900BLACKl-SHYAPE01l\",\"price\":\"89\",\"size\":\"l\",\"qty\":\"40\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"ATS1780602 9900 BLACK - xl\",\"name\":\"SHY APE 01 - xl\",\"url_key\":\"ATS17806029900BLACKxl-SHYAPE01xl\",\"price\":\"89\",\"size\":\"xl\",\"qty\":\"10\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"AWTS1780654 9000 WHITE-BLACK - xs\",\"name\":\"ARTY APE 01 - xs\",\"url_key\":\"AWTS17806549000WHITEBLACKxs-ARTYAPE01xs\",\"price\":\"89\",\"size\":\"xs\",\"qty\":\"5\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"AWTS1780654 9000 WHITE-BLACK - s\",\"name\":\"ARTY APE 01 - s\",\"url_key\":\"AWTS17806549000WHITEBLACKs-ARTYAPE01s\",\"price\":\"89\",\"size\":\"s\",\"qty\":\"20\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"AWTS1780654 9000 WHITE-BLACK - m\",\"name\":\"ARTY APE 01 - m\",\"url_key\":\"AWTS17806549000WHITEBLACKm-ARTYAPE01m\",\"price\":\"89\",\"size\":\"m\",\"qty\":\"20\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"AWTS1780654 9000 WHITE-BLACK - l\",\"name\":\"ARTY APE 01 - l\",\"url_key\":\"AWTS17806549000WHITEBLACKl-ARTYAPE01l\",\"price\":\"89\",\"size\":\"l\",\"qty\":\"5\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"AWTS1780654 9000 WHITE-COPPER - xs\",\"name\":\"ARTY APE 01 - xs\",\"url_key\":\"AWTS17806549000WHITECOPPERxs-ARTYAPE01xs\",\"price\":\"89\",\"size\":\"xs\",\"qty\":\"5\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"AWTS1780654 9000 WHITE-COPPER - s\",\"name\":\"ARTY APE 01 - s\",\"url_key\":\"AWTS17806549000WHITECOPPERs-ARTYAPE01s\",\"price\":\"89\",\"size\":\"s\",\"qty\":\"20\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"AWTS1780654 9000 WHITE-COPPER - m\",\"name\":\"ARTY APE 01 - m\",\"url_key\":\"AWTS17806549000WHITECOPPERm-ARTYAPE01m\",\"price\":\"89\",\"size\":\"m\",\"qty\":\"20\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"AWTS1780654 9000 WHITE-COPPER - l\",\"name\":\"ARTY APE 01 - l\",\"url_key\":\"AWTS17806549000WHITECOPPERl-ARTYAPE01l\",\"price\":\"89\",\"size\":\"l\",\"qty\":\"5\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"ASH1780400 9900 BLACK - s\",\"name\":\"DRESSED APE 01 - s\",\"url_key\":\"ASH17804009900BLACKs-DRESSEDAPE01s\",\"price\":\"139\",\"size\":\"s\",\"qty\":\"8\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"ASH1780400 9900 BLACK - m\",\"name\":\"DRESSED APE 01 - m\",\"url_key\":\"ASH17804009900BLACKm-DRESSEDAPE01m\",\"price\":\"139\",\"size\":\"m\",\"qty\":\"12\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"ASH1780400 9900 BLACK - l\",\"name\":\"DRESSED APE 01 - l\",\"url_key\":\"ASH17804009900BLACKl-DRESSEDAPE01l\",\"price\":\"139\",\"size\":\"l\",\"qty\":\"12\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"ASH1780400 9900 BLACK - xl\",\"name\":\"DRESSED APE 01 - xl\",\"url_key\":\"ASH17804009900BLACKxl-DRESSEDAPE01xl\",\"price\":\"139\",\"size\":\"xl\",\"qty\":\"8\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"ASH1780400 9000 WHITE - s\",\"name\":\"DRESSED APE 01 - s\",\"url_key\":\"ASH17804009000WHITEs-DRESSEDAPE01s\",\"price\":\"139\",\"size\":\"s\",\"qty\":\"8\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"ASH1780400 9000 WHITE - m\",\"name\":\"DRESSED APE 01 - m\",\"url_key\":\"ASH17804009000WHITEm-DRESSEDAPE01m\",\"price\":\"139\",\"size\":\"m\",\"qty\":\"12\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"ASH1780400 9000 WHITE - l\",\"name\":\"DRESSED APE 01 - l\",\"url_key\":\"ASH17804009000WHITEl-DRESSEDAPE01l\",\"price\":\"139\",\"size\":\"l\",\"qty\":\"12\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"ASH1780400 9000 WHITE - xl\",\"name\":\"DRESSED APE 01 - xl\",\"url_key\":\"ASH17804009000WHITExl-DRESSEDAPE01xl\",\"price\":\"139\",\"size\":\"xl\",\"qty\":\"8\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"AJA1780206 9900 BRUT NUBBUCK BLACK - m\",\"name\":\"BRUT APE 01 - m\",\"url_key\":\"AJA17802069900BRUTNUBBUCKBLACKm-BRUTAPE01m\",\"price\":\"649\",\"size\":\"m\",\"qty\":\"10\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"AJA1780206 9900 BRUT NUBBUCK BLACK - l\",\"name\":\"BRUT APE 01 - l\",\"url_key\":\"AJA17802069900BRUTNUBBUCKBLACKl-BRUTAPE01l\",\"price\":\"649\",\"size\":\"l\",\"qty\":\"10\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"simple\",\"weight\":1,\"sku\":\"AJA1780206 9900 BRUT NUBBUCK BLACK - xl\",\"name\":\"BRUT APE 01 - xl\",\"url_key\":\"AJA17802069900BRUTNUBBUCKBLACKxl-BRUTAPE01xl\",\"price\":\"649\",\"size\":\"xl\",\"qty\":\"5\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"configurable\",\"weight\":\"2\",\"sku\":\"ALJ1780100 9900 GOAT NUBUCK BLACK\",\"base_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780100-9900-GOAT-NUBUCK-BLACK\\/ALJ1780100-9900-GOAT-NUBUCK-BLACK-front.jpg\",\"small_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780100-9900-GOAT-NUBUCK-BLACK\\/ALJ1780100-9900-GOAT-NUBUCK-BLACK-front.jpg\",\"thumbnail_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780100-9900-GOAT-NUBUCK-BLACK\\/ALJ1780100-9900-GOAT-NUBUCK-BLACK-front.jpg\",\"additional_images\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780100-9900-GOAT-NUBUCK-BLACK\\/ALJ1780100-9900-GOAT-NUBUCK-BLACK-back.jpg\",\"name\":\"PERFECT APE 01\",\"url_key\":\"ALJ17801009900GOATNUBUCKBLACK-PERFECTAPE01\",\"price\":\"749\",\"description\":\"ST APE Perfecto leather biker jacket is made from a soft, yet heavy goat nubuck leather. Details include clean stitching, and unique branded hardware & trimmings. We have used an unbleached cotton body lining for better breathability, and a nylon sleeve lining for added ease of putting on your jacket. Only a few are genius.\",\"short_description\":\"Leather biker jacket \",\"country_manufacturer\":\"India\",\"fabric\":\"Goat Nubuck\",\"color\":\"black\",\"categories\":\"Default Category\\/men\\/leather jackets\",\"configurable_variation_labels\":\"SIZE=SIZE\",\"configurable_variations\":\"sku=ALJ1780100 9900 GOAT NUBUCK BLACK - m,size=m|sku=ALJ1780100 9900 GOAT NUBUCK BLACK - l,size=l|sku=ALJ1780100 9900 GOAT NUBUCK BLACK - xl,size=xl\",\"image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780100-9900-GOAT-NUBUCK-BLACK\\/ALJ1780100-9900-GOAT-NUBUCK-BLACK-front.jpg\",\"thumbnail\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780100-9900-GOAT-NUBUCK-BLACK\\/ALJ1780100-9900-GOAT-NUBUCK-BLACK-front.jpg\",\"_media_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780100-9900-GOAT-NUBUCK-BLACK\\/ALJ1780100-9900-GOAT-NUBUCK-BLACK-back.jpg\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"configurable\",\"weight\":\"2\",\"sku\":\"ALJ1780100 9900 LAMB DD BLACK\",\"base_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780100-9900-LAMB-DD-BLACK\\/ALJ1780100-9900-LAMB-DD-BLACK-front.jpg\",\"small_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780100-9900-LAMB-DD-BLACK\\/ALJ1780100-9900-LAMB-DD-BLACK-front.jpg\",\"thumbnail_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780100-9900-LAMB-DD-BLACK\\/ALJ1780100-9900-LAMB-DD-BLACK-front.jpg\",\"additional_images\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780100-9900-LAMB-DD-BLACK\\/ALJ1780100-9900-LAMB-DD-BLACK-back.jpg\",\"name\":\"PERFECT APE 01\",\"url_key\":\"ALJ17801009900LAMBDDBLACK-PERFECTAPE01\",\"price\":\"749\",\"description\":\"ST APE Perfecto leather biker jacket is made from a soft, yet heavy lamb Drum Dyed leather. Details include clean stitching, and unique branded hardware & trimmings. We have used an unbleached cotton body lining for better breathability, and a nylon sleeve lining for added ease of putting on your jacket. Only a few are genius.\",\"short_description\":\"Leather biker jacket \",\"country_manufacturer\":\"India\",\"fabric\":\"Lamb DD\",\"color\":\"black\",\"categories\":\"Default Category\\/men\\/leather jackets\",\"configurable_variation_labels\":\"SIZE=SIZE\",\"configurable_variations\":\"sku=ALJ1780100 9900 LAMB DD BLACK - m,size=m|sku=ALJ1780100 9900 LAMB DD BLACK - l,size=l|sku=ALJ1780100 9900 LAMB DD BLACK - xl,size=xl\",\"image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780100-9900-LAMB-DD-BLACK\\/ALJ1780100-9900-LAMB-DD-BLACK-front.jpg\",\"thumbnail\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780100-9900-LAMB-DD-BLACK\\/ALJ1780100-9900-LAMB-DD-BLACK-front.jpg\",\"_media_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780100-9900-LAMB-DD-BLACK\\/ALJ1780100-9900-LAMB-DD-BLACK-back.jpg\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"configurable\",\"weight\":\"2\",\"sku\":\"ALJ1780100 9900 BLACK WHITE\",\"base_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780100-9900-BLACK-WHITE\\/ALJ1780100-9900-BLACK-WHITE-front.jpg\",\"small_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780100-9900-BLACK-WHITE\\/ALJ1780100-9900-BLACK-WHITE-front.jpg\",\"thumbnail_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780100-9900-BLACK-WHITE\\/ALJ1780100-9900-BLACK-WHITE-front.jpg\",\"additional_images\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780100-9900-BLACK-WHITE\\/ALJ1780100-9900-BLACK-WHITE-back.jpg\",\"name\":\"PERFECT APE 01\",\"url_key\":\"ALJ17801009900BLACKWHITE-PERFECTAPE01\",\"price\":\"799\",\"description\":\"ST APE Perfecto leather biker jacket is made from a soft, yet heavy lamb Drum Dyed chrome free leather. Details include clean stitching, and unique branded hardware & trimmings. We have used an unbleached cotton body lining for better breathability, and a nylon sleeve lining for added ease of putting on your jacket. Only a few are genius.\",\"short_description\":\"Leather biker jacket \",\"country_manufacturer\":\"India\",\"fabric\":\"Lamb DD Chrome Free\",\"color\":\"black\",\"categories\":\"Default Category\\/men\\/leather jackets\",\"configurable_variation_labels\":\"SIZE=SIZE\",\"configurable_variations\":\"sku=ALJ1780100 9900 BLACK WHITE - m,size=m|sku=ALJ1780100 9900 BLACK WHITE - l,size=l|sku=ALJ1780100 9900 BLACK WHITE - xl,size=xl\",\"image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780100-9900-BLACK-WHITE\\/ALJ1780100-9900-BLACK-WHITE-front.jpg\",\"thumbnail\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780100-9900-BLACK-WHITE\\/ALJ1780100-9900-BLACK-WHITE-front.jpg\",\"_media_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780100-9900-BLACK-WHITE\\/ALJ1780100-9900-BLACK-WHITE-back.jpg\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"configurable\",\"weight\":\"2\",\"sku\":\"ALJ1780102 9900 RUBOFF BLACK\",\"base_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780102-9900-RUBOFF-BLACK\\/ALJ1780102-9900-RUBOFF-BLACK-front.jpg\",\"small_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780102-9900-RUBOFF-BLACK\\/ALJ1780102-9900-RUBOFF-BLACK-front.jpg\",\"thumbnail_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780102-9900-RUBOFF-BLACK\\/ALJ1780102-9900-RUBOFF-BLACK-front.jpg\",\"additional_images\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780102-9900-RUBOFF-BLACK\\/ALJ1780102-9900-RUBOFF-BLACK-back.jpg\",\"name\":\"HEAVY APE 01\",\"url_key\":\"ALJ17801029900RUBOFFBLACK-HEAVYAPE01\",\"price\":\"649\",\"description\":\"100% cow leather with rubbed grain effect, washed & tanned in an environmentally friendly way. This piece has been made using the Treasury of Denim way of construction. We have used an unbleached cotton body lining for better breathability, and unique branded hardware & trimmings. \",\"short_description\":\"new age pilot jacket\",\"country_manufacturer\":\"India\",\"fabric\":\"Cow leather in global rub off\",\"color\":\"black\",\"categories\":\"Default Category\\/men\\/leather jackets\",\"configurable_variation_labels\":\"SIZE=SIZE\",\"configurable_variations\":\"sku=ALJ1780102 9900 RUBOFF BLACK - m,size=m|sku=ALJ1780102 9900 RUBOFF BLACK - l,size=l|sku=ALJ1780102 9900 RUBOFF BLACK - xl,size=xl\",\"image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780102-9900-RUBOFF-BLACK\\/ALJ1780102-9900-RUBOFF-BLACK-front.jpg\",\"thumbnail\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780102-9900-RUBOFF-BLACK\\/ALJ1780102-9900-RUBOFF-BLACK-front.jpg\",\"_media_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780102-9900-RUBOFF-BLACK\\/ALJ1780102-9900-RUBOFF-BLACK-back.jpg\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"configurable\",\"weight\":\"2\",\"sku\":\"ALJ1780104 9900 BLACK STUDS\",\"base_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780104-9900-BLACK-STUDS\\/ALJ1780104-9900-BLACK-STUDS-front.jpg\",\"small_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780104-9900-BLACK-STUDS\\/ALJ1780104-9900-BLACK-STUDS-front.jpg\",\"thumbnail_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780104-9900-BLACK-STUDS\\/ALJ1780104-9900-BLACK-STUDS-front.jpg\",\"additional_images\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780104-9900-BLACK-STUDS\\/ALJ1780104-9900-BLACK-STUDS-back.jpg\",\"name\":\"HIDDEN APE 01\",\"url_key\":\"ALJ17801049900BLACKSTUDS-HIDDENAPE01\",\"price\":\"849\",\"description\":\"This is our most iconic jacket with the hidden and then revealed studs on this ST APE Perfecto leather biker jacket. It is made out of a very soft, yet heavy lamb Drum Dyed leather. Details include clean stitching, and unique branded hardware & trimmings. We have used an unbleached cotton body lining for better breathability, and a nylon sleeve lining for added ease of putting on your jacket. Only a few are genius.\",\"short_description\":\"iconic leater perfecto biker jacket \",\"fabric\":\"Lamb DD Chrome Free\",\"color\":\"black\",\"categories\":\"Default Category\\/men\\/leather jackets\",\"configurable_variation_labels\":\"SIZE=SIZE\",\"configurable_variations\":\"sku=ALJ1780104 9900 BLACK STUDS - m,size=m|sku=ALJ1780104 9900 BLACK STUDS - l,size=l|sku=ALJ1780104 9900 BLACK STUDS - xl,size=xl\",\"image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780104-9900-BLACK-STUDS\\/ALJ1780104-9900-BLACK-STUDS-front.jpg\",\"thumbnail\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780104-9900-BLACK-STUDS\\/ALJ1780104-9900-BLACK-STUDS-front.jpg\",\"_media_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ALJ1780104-9900-BLACK-STUDS\\/ALJ1780104-9900-BLACK-STUDS-back.jpg\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"configurable\",\"weight\":\"1.5\",\"sku\":\"AWLJ1780150 9900 NUBUCK BLACK\",\"base_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780150-9900-NUBUCK-BLACK\\/AWLJ1780150-9900-NUBUCK-BLACK-front.jpg\",\"small_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780150-9900-NUBUCK-BLACK\\/AWLJ1780150-9900-NUBUCK-BLACK-front.jpg\",\"thumbnail_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780150-9900-NUBUCK-BLACK\\/AWLJ1780150-9900-NUBUCK-BLACK-front.jpg\",\"additional_images\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780150-9900-NUBUCK-BLACK\\/AWLJ1780150-9900-NUBUCK-BLACK-back.jpg\",\"name\":\"PERFECTIOUS APE 01\",\"url_key\":\"AWLJ17801509900NUBUCKBLACK-PERFECTIOUSAPE01\",\"price\":\"749\",\"description\":\"This soft, yet heavy goat Nubuck leather features quality clean stitchung and unique branded hardware & trimmings. We have used an unbleached cotton lining for better breathability. Because of the extra light hardware & trimmings, this 100% real leather jacket is extremely comfortable to wear. \",\"short_description\":\"Leather biker jacket \",\"country_manufacturer\":\"India\",\"fabric\":\"Goat Nubuck\",\"color\":\"black\",\"categories\":\"Default Category\\/women\\/leather jackets\",\"configurable_variation_labels\":\"SIZE=SIZE\",\"configurable_variations\":\"sku=AWLJ1780150 9900 NUBUCK BLACK - s,size=s|sku=AWLJ1780150 9900 NUBUCK BLACK - m,size=m|sku=AWLJ1780150 9900 NUBUCK BLACK - l,size=l\",\"image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780150-9900-NUBUCK-BLACK\\/AWLJ1780150-9900-NUBUCK-BLACK-front.jpg\",\"thumbnail\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780150-9900-NUBUCK-BLACK\\/AWLJ1780150-9900-NUBUCK-BLACK-front.jpg\",\"_media_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780150-9900-NUBUCK-BLACK\\/AWLJ1780150-9900-NUBUCK-BLACK-back.jpg\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"configurable\",\"weight\":\"1.5\",\"sku\":\"AWLJ1780150 9000 WHITE\",\"base_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780150-9000-WHITE\\/AWLJ1780150-9000-WHITE-front.jpg\",\"small_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780150-9000-WHITE\\/AWLJ1780150-9000-WHITE-front.jpg\",\"thumbnail_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780150-9000-WHITE\\/AWLJ1780150-9000-WHITE-front.jpg\",\"additional_images\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780150-9000-WHITE\\/AWLJ1780150-9000-WHITE-back.jpg\",\"name\":\"PERFECTIOUS APE 01\",\"url_key\":\"AWLJ17801509000WHITE-PERFECTIOUSAPE01\",\"price\":\"799\",\"description\":\"A refined combination of two types of leather was used to create this perfect leather jacket. The white leather is chrome free nano lamb quality, and the black is a soft lamb Drum Dyed quality leather. We have used an unbleached cotton lining with quality clean stitching and unique branded hardware & trimmings. \",\"short_description\":\"Leather biker jacket \",\"country_manufacturer\":\"India\",\"fabric\":\"Lamb DD Chrome Free\",\"color\":\"white\",\"categories\":\"Default Category\\/women\\/leather jackets\",\"configurable_variation_labels\":\"SIZE=SIZE\",\"configurable_variations\":\"sku=AWLJ1780150 9000 WHITE - s,size=s|sku=AWLJ1780150 9000 WHITE - m,size=m|sku=AWLJ1780150 9000 WHITE - l,size=l\",\"image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780150-9000-WHITE\\/AWLJ1780150-9000-WHITE-front.jpg\",\"thumbnail\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780150-9000-WHITE\\/AWLJ1780150-9000-WHITE-front.jpg\",\"_media_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780150-9000-WHITE\\/AWLJ1780150-9000-WHITE-back.jpg\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"configurable\",\"weight\":\"1.5\",\"sku\":\"AWLJ1780152 9900 RUBOFF BLACK\",\"base_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780152-9900-RUBOFF-BLACK\\/AWLJ1780152-9900-RUBOFF-BLACK-front.jpg\",\"small_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780152-9900-RUBOFF-BLACK\\/AWLJ1780152-9900-RUBOFF-BLACK-front.jpg\",\"thumbnail_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780152-9900-RUBOFF-BLACK\\/AWLJ1780152-9900-RUBOFF-BLACK-front.jpg\",\"additional_images\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780152-9900-RUBOFF-BLACK\\/AWLJ1780152-9900-RUBOFF-BLACK-back.jpg\",\"name\":\"BUFFY APE 01\",\"url_key\":\"AWLJ17801529900RUBOFFBLACK-BUFFYAPE01\",\"price\":\"599\",\"description\":\"100% cow leather with rubbed grain effect, washed & tanned in an environmentally friendly way. This piece has been made using the Treasury of Denim way of construction. We have used an unbleached cotton body lining for better breathability, and unique branded hardware & trimmings. \",\"short_description\":\"new age bomber jacket\",\"country_manufacturer\":\"India\",\"fabric\":\"Cow leather in global rub off\",\"color\":\"black\",\"categories\":\"Default Category\\/women\\/leather jackets\",\"configurable_variation_labels\":\"SIZE=SIZE\",\"configurable_variations\":\"sku=AWLJ1780152 9900 RUBOFF BLACK - s,size=s|sku=AWLJ1780152 9900 RUBOFF BLACK - m,size=m|sku=AWLJ1780152 9900 RUBOFF BLACK - l,size=l\",\"image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780152-9900-RUBOFF-BLACK\\/AWLJ1780152-9900-RUBOFF-BLACK-front.jpg\",\"thumbnail\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780152-9900-RUBOFF-BLACK\\/AWLJ1780152-9900-RUBOFF-BLACK-front.jpg\",\"_media_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780152-9900-RUBOFF-BLACK\\/AWLJ1780152-9900-RUBOFF-BLACK-back.jpg\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"configurable\",\"weight\":\"1.5\",\"sku\":\"AWLJ1780154 9900 BLACK STUDS\",\"base_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780154-9900-BLACK-STUDS\\/AWLJ1780154-9900-BLACK-STUDS-front.jpg\",\"small_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780154-9900-BLACK-STUDS\\/AWLJ1780154-9900-BLACK-STUDS-front.jpg\",\"thumbnail_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780154-9900-BLACK-STUDS\\/AWLJ1780154-9900-BLACK-STUDS-front.jpg\",\"additional_images\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780154-9900-BLACK-STUDS\\/AWLJ1780154-9900-BLACK-STUDS-back.jpg\",\"name\":\"GLAMOROUS APE 01\",\"url_key\":\"AWLJ17801549900BLACKSTUDS-GLAMOROUSAPE01\",\"price\":\"799\",\"description\":\"A soft lamb Drum Dyed leather that demonstrated endurance and the iconic \'Gibbon\' logo, with padded quilting detail on the shoulders and back adding to the style. We have used an unbleached cotton lining for better breathability. This jacket is also available without artwork.\",\"short_description\":\"Leather biker jacket \",\"country_manufacturer\":\"India\",\"fabric\":\"Lamb DD\",\"color\":\"black\",\"categories\":\"Default Category\\/women\\/leather jackets\",\"configurable_variation_labels\":\"SIZE=SIZE\",\"configurable_variations\":\"sku=AWLJ1780154 9900 BLACK STUDS - s,size=s|sku=AWLJ1780154 9900 BLACK STUDS - m,size=m|sku=AWLJ1780154 9900 BLACK STUDS - l,size=l\",\"image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780154-9900-BLACK-STUDS\\/AWLJ1780154-9900-BLACK-STUDS-front.jpg\",\"thumbnail\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780154-9900-BLACK-STUDS\\/AWLJ1780154-9900-BLACK-STUDS-front.jpg\",\"_media_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780154-9900-BLACK-STUDS\\/AWLJ1780154-9900-BLACK-STUDS-back.jpg\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"configurable\",\"weight\":\"1.5\",\"sku\":\"AWLJ1780154 9900 BLACK\",\"base_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780154-9900-BLACK\\/AWLJ1780154-9900-BLACK-front.jpg\",\"small_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780154-9900-BLACK\\/AWLJ1780154-9900-BLACK-front.jpg\",\"thumbnail_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780154-9900-BLACK\\/AWLJ1780154-9900-BLACK-front.jpg\",\"additional_images\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780154-9900-BLACK\\/AWLJ1780154-9900-BLACK-back.jpg\",\"name\":\"GLAMOROUS APE 01\",\"url_key\":\"AWLJ17801549900BLACK-GLAMOROUSAPE01\",\"price\":\"749\",\"description\":\"A soft lamb Drum Dyed leather that demonstrated endurance and the iconic \'Gibbon\' logo, with padded quilting detail on the shoulders and back adding to the style. We have used an unbleached cotton lining for better breathability. This jacket is also available without artwork.\",\"short_description\":\"Leather biker jacket \",\"country_manufacturer\":\"India\",\"fabric\":\"Lamb DD\",\"color\":\"black\",\"categories\":\"Default Category\\/women\\/leather jackets\",\"configurable_variation_labels\":\"SIZE=SIZE\",\"configurable_variations\":\"sku=AWLJ1780154 9900 BLACK - s,size=s|sku=AWLJ1780154 9900 BLACK - m,size=m|sku=AWLJ1780154 9900 BLACK - l,size=l\",\"image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780154-9900-BLACK\\/AWLJ1780154-9900-BLACK-front.jpg\",\"thumbnail\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780154-9900-BLACK\\/AWLJ1780154-9900-BLACK-front.jpg\",\"_media_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWLJ1780154-9900-BLACK\\/AWLJ1780154-9900-BLACK-back.jpg\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"configurable\",\"weight\":1,\"sku\":\"ASW1780800 9900 BLACK\",\"base_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ASW1780800-9900-BLACK\\/ASW1780800-9900-BLACK-front.jpg\",\"small_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ASW1780800-9900-BLACK\\/ASW1780800-9900-BLACK-front.jpg\",\"thumbnail_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ASW1780800-9900-BLACK\\/ASW1780800-9900-BLACK-front.jpg\",\"additional_images\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ASW1780800-9900-BLACK\\/ASW1780800-9900-BLACK-back.jpg\",\"name\":\"SWEATY APE 01\",\"url_key\":\"ASW17808009900BLACK-SWEATYAPE01\",\"price\":\"159\",\"description\":\"ST. APE long sleeved sweatshirt with embroided \'Gibbon\' logo, in a heavy weight 320 grams cotton. \",\"short_description\":\"Sweater\",\"country_manufacturer\":\"Portugal\",\"fabric\":\"Felpa, 100% cotton in 320 grams\",\"color\":\"black\",\"categories\":\"Default Category\\/men\\/sweaters\",\"configurable_variation_labels\":\"SIZE=SIZE\",\"configurable_variations\":\"sku=ASW1780800 9900 BLACK - s,size=s|sku=ASW1780800 9900 BLACK - m,size=m|sku=ASW1780800 9900 BLACK - l,size=l|sku=ASW1780800 9900 BLACK - xl,size=xl\",\"image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ASW1780800-9900-BLACK\\/ASW1780800-9900-BLACK-front.jpg\",\"thumbnail\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ASW1780800-9900-BLACK\\/ASW1780800-9900-BLACK-front.jpg\",\"_media_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ASW1780800-9900-BLACK\\/ASW1780800-9900-BLACK-back.jpg\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"configurable\",\"weight\":1,\"sku\":\"AWSW1780850 9000 WHITE\",\"base_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWSW1780850-9000-WHITE\\/AWSW1780850-9000-WHITE-front.jpg\",\"small_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWSW1780850-9000-WHITE\\/AWSW1780850-9000-WHITE-front.jpg\",\"thumbnail_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWSW1780850-9000-WHITE\\/AWSW1780850-9000-WHITE-front.jpg\",\"additional_images\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWSW1780850-9000-WHITE\\/AWSW1780850-9000-WHITE-back.jpg\",\"name\":\"BOLT APE 01\",\"url_key\":\"AWSW17808509000WHITE-BOLTAPE01\",\"price\":\"159\",\"description\":\"ST. APE long sleeved sweatshirt with metal effect artwork, in a heavy weight 320 grams cotton. \",\"short_description\":\"Sweater\",\"country_manufacturer\":\"Portugal\",\"fabric\":\"Felpa, 100% cotton in 320 grams\",\"color\":\"white\",\"categories\":\"Default Category\\/women\\/sweaters\",\"configurable_variation_labels\":\"SIZE=SIZE\",\"configurable_variations\":\"sku=AWSW1780850 9000 WHITE - xs,size=xs|sku=AWSW1780850 9000 WHITE - s,size=s|sku=AWSW1780850 9000 WHITE - m,size=m|sku=AWSW1780850 9000 WHITE - l,size=l\",\"image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWSW1780850-9000-WHITE\\/AWSW1780850-9000-WHITE-front.jpg\",\"thumbnail\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWSW1780850-9000-WHITE\\/AWSW1780850-9000-WHITE-front.jpg\",\"_media_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWSW1780850-9000-WHITE\\/AWSW1780850-9000-WHITE-back.jpg\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"configurable\",\"weight\":1,\"sku\":\"ATS1780602 9900 BLACK\",\"base_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ATS1780602-9900-BLACK\\/ATS1780602-9900-BLACK-front.jpg\",\"small_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ATS1780602-9900-BLACK\\/ATS1780602-9900-BLACK-front.jpg\",\"thumbnail_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ATS1780602-9900-BLACK\\/ATS1780602-9900-BLACK-front.jpg\",\"additional_images\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ATS1780602-9900-BLACK\\/ATS1780602-9900-BLACK-back.jpg\",\"name\":\"SHY APE 01\",\"url_key\":\"ATS17806029900BLACK-SHYAPE01\",\"price\":\"89\",\"description\":\"ST.APE short sleeved t-shirt made from a heavy yet soft handfeld jersey, featuring subtle 3D handcrafted embroidery. \",\"short_description\":\"T-shirt\",\"country_manufacturer\":\"Portugal\",\"fabric\":\"Jersey, 100% cotton in 160 grs\",\"color\":\"black\",\"categories\":\"Default Category\\/men\\/t-shirts\",\"configurable_variation_labels\":\"SIZE=SIZE\",\"configurable_variations\":\"sku=ATS1780602 9900 BLACK - s,size=s|sku=ATS1780602 9900 BLACK - m,size=m|sku=ATS1780602 9900 BLACK - l,size=l|sku=ATS1780602 9900 BLACK - xl,size=xl\",\"image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ATS1780602-9900-BLACK\\/ATS1780602-9900-BLACK-front.jpg\",\"thumbnail\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ATS1780602-9900-BLACK\\/ATS1780602-9900-BLACK-front.jpg\",\"_media_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/ATS1780602-9900-BLACK\\/ATS1780602-9900-BLACK-back.jpg\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"configurable\",\"weight\":1,\"sku\":\"AWTS1780654 9000 WHITE-BLACK\",\"base_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWTS1780654-9000-WHITE-BLACK\\/AWTS1780654-9000-WHITE-BLACK-front.jpg\",\"small_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWTS1780654-9000-WHITE-BLACK\\/AWTS1780654-9000-WHITE-BLACK-front.jpg\",\"thumbnail_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWTS1780654-9000-WHITE-BLACK\\/AWTS1780654-9000-WHITE-BLACK-front.jpg\",\"additional_images\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWTS1780654-9000-WHITE-BLACK\\/AWTS1780654-9000-WHITE-BLACK-back.jpg\",\"name\":\"ARTY APE 01\",\"url_key\":\"AWTS17806549000WHITEBLACK-ARTYAPE01\",\"price\":\"89\",\"description\":\"ST.APE short sleeved t-shirt made from a heavy yet soft handfeld jersey, featuring subtle 3D handcrafted embroidery. \",\"short_description\":\"T-shirt\",\"country_manufacturer\":\"Portugal\",\"fabric\":\"Jersey, 100% cotton in 160 grs\",\"color\":\"white\",\"categories\":\"Default Category\\/women\\/t-shirts\",\"configurable_variation_labels\":\"SIZE=SIZE\",\"configurable_variations\":\"sku=AWTS1780654 9000 WHITE-BLACK - xs,size=xs|sku=AWTS1780654 9000 WHITE-BLACK - s,size=s|sku=AWTS1780654 9000 WHITE-BLACK - m,size=m|sku=AWTS1780654 9000 WHITE-BLACK - l,size=l\",\"image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWTS1780654-9000-WHITE-BLACK\\/AWTS1780654-9000-WHITE-BLACK-front.jpg\",\"thumbnail\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWTS1780654-9000-WHITE-BLACK\\/AWTS1780654-9000-WHITE-BLACK-front.jpg\",\"_media_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWTS1780654-9000-WHITE-BLACK\\/AWTS1780654-9000-WHITE-BLACK-back.jpg\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"configurable\",\"weight\":1,\"sku\":\"AWTS1780654 9000 WHITE-COPPER\",\"base_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWTS1780654-9000-WHITE-COPPER\\/AWTS1780654-9000-WHITE-COPPER-front.jpg\",\"small_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWTS1780654-9000-WHITE-COPPER\\/AWTS1780654-9000-WHITE-COPPER-front.jpg\",\"thumbnail_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWTS1780654-9000-WHITE-COPPER\\/AWTS1780654-9000-WHITE-COPPER-front.jpg\",\"additional_images\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWTS1780654-9000-WHITE-COPPER\\/AWTS1780654-9000-WHITE-COPPER-back.jpg\",\"name\":\"ARTY APE 01\",\"url_key\":\"AWTS17806549000WHITECOPPER-ARTYAPE01\",\"price\":\"89\",\"description\":\"ST.APE short sleeved t-shirt made from a heavy yet soft handfeld jersey, featuring subtle 3D handcrafted embroidery. \",\"short_description\":\"T-shirt\",\"country_manufacturer\":\"Portugal\",\"fabric\":\"Jersey, 100% cotton in 160 grs\",\"color\":\"white\",\"categories\":\"Default Category\\/women\\/t-shirts\",\"configurable_variation_labels\":\"SIZE=SIZE\",\"configurable_variations\":\"sku=AWTS1780654 9000 WHITE-COPPER - xs,size=xs|sku=AWTS1780654 9000 WHITE-COPPER - s,size=s|sku=AWTS1780654 9000 WHITE-COPPER - m,size=m|sku=AWTS1780654 9000 WHITE-COPPER - l,size=l\",\"image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWTS1780654-9000-WHITE-COPPER\\/AWTS1780654-9000-WHITE-COPPER-front.jpg\",\"thumbnail\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWTS1780654-9000-WHITE-COPPER\\/AWTS1780654-9000-WHITE-COPPER-front.jpg\",\"_media_image\":\"http:\\/\\/shop.saint-ape.com\\/__productimages\\/AWTS1780654-9000-WHITE-COPPER\\/AWTS1780654-9000-WHITE-COPPER-back.jpg\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"configurable\",\"weight\":1,\"sku\":\"ASH1780400 9900 BLACK\",\"name\":\"DRESSED APE 01\",\"url_key\":\"ASH17804009900BLACK-DRESSEDAPE01\",\"price\":\"139\",\"description\":\"A slim fit 2 ply cotton dressed shirt by ST.Ape, adjustable cuffs, closes with sophisitcated horn buttons on the front.\",\"short_description\":\"shirt\",\"country_manufacturer\":\"italy\",\"fabric\":\"100% 2-ply cotton\",\"color\":\"black\",\"categories\":\"Default Category\\/men\\/shirts\",\"configurable_variation_labels\":\"SIZE=SIZE\",\"configurable_variations\":\"sku=ASH1780400 9900 BLACK - s,size=s|sku=ASH1780400 9900 BLACK - m,size=m|sku=ASH1780400 9900 BLACK - l,size=l|sku=ASH1780400 9900 BLACK - xl,size=xl\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"configurable\",\"weight\":1,\"sku\":\"ASH1780400 9000 WHITE\",\"name\":\"DRESSED APE 01\",\"url_key\":\"ASH17804009000WHITE-DRESSEDAPE01\",\"price\":\"139\",\"description\":\"A slim fit 2 ply cotton dressed shirt by ST.Ape, adjustable cuffs, closes with sophisitcated horn buttons on the front.\",\"short_description\":\"shirt\",\"country_manufacturer\":\"Italy\",\"fabric\":\"100% 2-ply cotton\",\"color\":\"white\",\"categories\":\"Default Category\\/men\\/shirts\",\"configurable_variation_labels\":\"SIZE=SIZE\",\"configurable_variations\":\"sku=ASH1780400 9000 WHITE - s,size=s|sku=ASH1780400 9000 WHITE - m,size=m|sku=ASH1780400 9000 WHITE - l,size=l|sku=ASH1780400 9000 WHITE - xl,size=xl\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"},{\"attribute_set_code\":\"Default\",\"product_websites\":\"base\",\"product_type\":\"configurable\",\"weight\":1,\"sku\":\"AJA1780206 9900 BRUT NUBBUCK BLACK\",\"name\":\"BRUT APE 01\",\"url_key\":\"AJA17802069900BRUTNUBBUCKBLACK-BRUTAPE01\",\"price\":\"649\",\"description\":\"ST.APE\'s nubuck leather denim jacket is made from a very soft, yet heavy goat nubuck leather. Details include clean stitching, and unique branded hardware & trimmings. Only a few are genius.\",\"short_description\":\"jacket\",\"country_manufacturer\":\"India\",\"fabric\":\"100%leather\",\"color\":\"black\",\"categories\":\"Default Category\\/men\\/jackets\",\"configurable_variation_labels\":\"SIZE=SIZE\",\"configurable_variations\":\"sku=AJA1780206 9900 BRUT NUBBUCK BLACK - m,size=m|sku=AJA1780206 9900 BRUT NUBBUCK BLACK - l,size=l|sku=AJA1780206 9900 BRUT NUBBUCK BLACK - xl,size=xl\",\"_attribute_set\":\"Default\",\"_product_websites\":\"base\"}]');
/*!40000 ALTER TABLE `importexport_importdata` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `indexer_state`
--
DROP TABLE IF EXISTS `indexer_state`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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=11 DEFAULT CHARSET=utf8 COMMENT='Indexer State';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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','2018-04-05 14:59:39','34ec592bfa6c952bed4d0a1d58c98770'),(2,'customer_grid','valid','2018-04-05 14:59:39','b9632e06cf957d6e8103eb236ca38cc1'),(3,'catalog_category_product','valid','2018-04-05 14:59:39','2124d5bfcd83b609c67eee94a0e4708c'),(4,'catalog_product_category','valid','2018-03-20 10:44:04','77b6356629f3259568a68ea64c773238'),(5,'catalog_product_price','valid','2018-04-05 14:59:40','2c3434338353a47cb4c5783800c0bdbe'),(6,'catalog_product_attribute','valid','2018-04-05 14:59:40','f73cae77ec4dee3b587a60a2f38dd26a'),(7,'cataloginventory_stock','valid','2018-04-05 14:59:40','1bf66e64558a5171e523b32f25cb99ca'),(8,'catalogrule_rule','valid','2018-04-11 01:01:04','c4f8344a2e6a7d8ebc065631454a4724'),(9,'catalogrule_product','valid','2018-03-15 14:42:03','667205576ee3764b1ee81c4a076d10ae'),(10,'catalogsearch_fulltext','valid','2018-04-05 14:59:40','cc2d2701487ee835df4e72b15254852b');
/*!40000 ALTER TABLE `indexer_state` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `integration`
--
DROP TABLE IF EXISTS `integration`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `INTEGRATION_CONSUMER_ID_OAUTH_CONSUMER_ENTITY_ID` FOREIGN KEY (`consumer_id`) REFERENCES `oauth_consumer` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8 COMMENT='integration';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `integration`
--
LOCK TABLES `integration` WRITE;
/*!40000 ALTER TABLE `integration` DISABLE KEYS */;
INSERT INTO `integration` VALUES (8,'Magento Analytics user','',NULL,1,8,'2018-03-13 14:00:03','2018-03-13 14:00:03',0,NULL),(12,'Magento Social','social-support@magento.com','https://fbapp.ezsocialshop.com/facebook/index.php/magento_auth',2,12,'2018-04-05 14:58:55','2018-04-05 14:58:55',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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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,
CONSTRAINT `LAYOUT_LINK_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
CONSTRAINT `LAYOUT_LINK_THEME_ID_THEME_THEME_ID` FOREIGN KEY (`theme_id`) REFERENCES `theme` (`theme_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Layout Link';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `layout_link`
--
LOCK TABLES `layout_link` WRITE;
/*!40000 ALTER TABLE `layout_link` DISABLE KEYS */;
/*!40000 ALTER TABLE `layout_link` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `layout_update`
--
DROP TABLE IF EXISTS `layout_update`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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 DEFAULT CHARSET=utf8 COMMENT='Layout Updates';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `layout_update`
--
LOCK TABLES `layout_update` WRITE;
/*!40000 ALTER TABLE `layout_update` DISABLE KEYS */;
/*!40000 ALTER TABLE `layout_update` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mview_state`
--
DROP TABLE IF EXISTS `mview_state`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mview_state`
--
LOCK TABLES `mview_state` WRITE;
/*!40000 ALTER TABLE `mview_state` DISABLE KEYS */;
/*!40000 ALTER TABLE `mview_state` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `newsletter_problem`
--
DROP TABLE IF EXISTS `newsletter_problem`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `NEWSLETTER_PROBLEM_QUEUE_ID_NEWSLETTER_QUEUE_QUEUE_ID` FOREIGN KEY (`queue_id`) REFERENCES `newsletter_queue` (`queue_id`) ON DELETE CASCADE,
CONSTRAINT `NLTTR_PROBLEM_SUBSCRIBER_ID_NLTTR_SUBSCRIBER_SUBSCRIBER_ID` FOREIGN KEY (`subscriber_id`) REFERENCES `newsletter_subscriber` (`subscriber_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Newsletter Problems';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `newsletter_problem`
--
LOCK TABLES `newsletter_problem` WRITE;
/*!40000 ALTER TABLE `newsletter_problem` DISABLE KEYS */;
/*!40000 ALTER TABLE `newsletter_problem` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `newsletter_queue`
--
DROP TABLE IF EXISTS `newsletter_queue`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `NEWSLETTER_QUEUE_TEMPLATE_ID_NEWSLETTER_TEMPLATE_TEMPLATE_ID` FOREIGN KEY (`template_id`) REFERENCES `newsletter_template` (`template_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Newsletter Queue';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `newsletter_queue`
--
LOCK TABLES `newsletter_queue` WRITE;
/*!40000 ALTER TABLE `newsletter_queue` DISABLE KEYS */;
/*!40000 ALTER TABLE `newsletter_queue` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `newsletter_queue_link`
--
DROP TABLE IF EXISTS `newsletter_queue_link`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `NEWSLETTER_QUEUE_LINK_QUEUE_ID_NEWSLETTER_QUEUE_QUEUE_ID` FOREIGN KEY (`queue_id`) REFERENCES `newsletter_queue` (`queue_id`) ON DELETE CASCADE,
CONSTRAINT `NLTTR_QUEUE_LNK_SUBSCRIBER_ID_NLTTR_SUBSCRIBER_SUBSCRIBER_ID` FOREIGN KEY (`subscriber_id`) REFERENCES `newsletter_subscriber` (`subscriber_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Newsletter Queue Link';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `newsletter_queue_link`
--
LOCK TABLES `newsletter_queue_link` WRITE;
/*!40000 ALTER TABLE `newsletter_queue_link` DISABLE KEYS */;
/*!40000 ALTER TABLE `newsletter_queue_link` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `newsletter_queue_store_link`
--
DROP TABLE IF EXISTS `newsletter_queue_store_link`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `NEWSLETTER_QUEUE_STORE_LINK_QUEUE_ID_NEWSLETTER_QUEUE_QUEUE_ID` FOREIGN KEY (`queue_id`) REFERENCES `newsletter_queue` (`queue_id`) ON DELETE CASCADE,
CONSTRAINT `NEWSLETTER_QUEUE_STORE_LINK_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Newsletter Queue Store Link';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `newsletter_queue_store_link`
--
LOCK TABLES `newsletter_queue_store_link` WRITE;
/*!40000 ALTER TABLE `newsletter_queue_store_link` DISABLE KEYS */;
/*!40000 ALTER TABLE `newsletter_queue_store_link` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `newsletter_subscriber`
--
DROP TABLE IF EXISTS `newsletter_subscriber`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `NEWSLETTER_SUBSCRIBER_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=147 DEFAULT CHARSET=utf8 COMMENT='Newsletter Subscriber';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `newsletter_subscriber`
--
LOCK TABLES `newsletter_subscriber` WRITE;
/*!40000 ALTER TABLE `newsletter_subscriber` DISABLE KEYS */;
INSERT INTO `newsletter_subscriber` VALUES (1,1,'2018-03-13 20:43:27',1,'dennis@flirtcreativity.com',1,'j6glbc60ywmvuyqaq3mqwnhm62ysu3ma'),(2,1,'2018-03-23 18:13:13',4,'denvantol@gmail.com',1,'pryqaimeyuclivumbf28ye562fami2yy'),(3,1,'2018-03-21 08:36:32',2,'josina_van_den_bosch@hotmail.com',1,'ci2ys6hva7vby2vw8iu5iaskj2dhrmyx'),(4,1,'2018-03-21 13:35:14',3,'jmvanleen@live.nl',1,'2q0ayvarseu366iyimkugaa9uzimhsce'),(5,1,'2018-03-26 13:21:58',5,'frank@flirtcreativity.com',1,'ssmmqymqe46bu32uny66mm2ak6aw7k2m'),(6,1,'2018-03-29 18:38:54',0,'njr_0518@yahoo.com',1,'22a8udqyu3ya2qq660lem6aee3foquj2'),(7,1,'2018-03-29 19:00:33',0,'deserthootman@yahoo.com',1,'jtddqym6eaiaa6m1m8yykrneem0qea2g'),(8,1,'2018-03-29 22:51:31',0,'raeanngauthier@gmail.com',1,'qyho28iqmimz66iziex16a6eeay6paxw'),(9,1,'2018-03-29 22:53:21',0,'mariechace@aol.com',1,'usma2iq7dy2dfiiy4erta2yryqkr2m6l'),(10,1,'2018-03-29 22:55:09',0,'dstern4341@gmail.com',1,'iayoy66o6iiaaiyqc05ouub668qqquiz'),(11,1,'2018-03-30 01:00:29',0,'axsonga@yahoo.com',1,'4ifekeh4a9kmdg7qwe2iifay6tmo7ia2'),(12,1,'2018-03-30 05:33:15',0,'norwstan_66@yahoo.com',1,'qse9eeromqote2ir1uqi6s6ktewmiwmi'),(13,1,'2018-03-30 05:47:37',0,'payen0801@gmail.com',1,'6qmp89q6ywau6qesmxqe86e625vliiov'),(14,1,'2018-03-30 08:29:27',0,'digital@flirtcreativity.com',1,'5m6z6um96me62uuvqafxfeeu6ibeisaa'),(15,1,'2018-03-30 08:40:20',0,'andrea.graham@healthmarkgroup.com',1,'m6seya2iqz6thh98qyauqhqqquqnnyxa'),(16,1,'2018-03-30 10:16:11',0,'jmnz13@yahoo.com',1,'n1vamiuayursc6mxdmea77vs66ay9yo7'),(17,1,'2018-03-30 15:21:16',0,'bluecamaroman@gmail.com',1,'2icn6irerhsu0q6eih4yp3yllymiamqy'),(18,1,'2018-03-30 15:57:37',0,'md11capt@mac.com',1,'2ob2m2jqum6ddyre8ufoqms6umq6hzuu'),(19,1,'2018-03-30 21:38:45',0,'n7reh@yahoo.com',1,'6u2222hyq666ysuiyxaf2e625eyyveiq'),(20,1,'2018-03-30 22:47:12',0,'brandiedaniels@ymail.com',1,'hkvfau4hie4t2yniucy2maqk2ya68y6u'),(21,1,'2018-03-30 23:21:12',0,'bhbatra@yahoo.com',1,'vgeii6ii22x6fuiqrxfl60ukhiaqmoea'),(22,1,'2018-03-31 00:03:42',0,'pwagner90@gmail.com',1,'2iyk6q7quy6empy4jm2xevqhkhtpqyy2'),(23,1,'2018-03-31 03:47:36',0,'christinagw@cox.net',1,'q3mu1uve2dasexaykim6n6t38iqia226'),(24,1,'2018-03-31 04:58:20',0,'jmedwards316@gmail.com',1,'ad6yb6a23uexea2aauyyuy61liy4dzh0'),(25,1,'2018-03-31 09:02:22',0,'cbrown213@comcast.net',1,'q6wgn9a32qy26iyinau2y2i4ag6ixumg'),(26,1,'2018-03-31 12:04:03',0,'marykress@cox.net',1,'27iy0uamnm2mms64rt6qxvm26lvye9i6'),(27,1,'2018-03-31 13:01:14',0,'robertelsie110@aol.com',1,'tq0aaaoe26hyuaamuuoizsypia10p20v'),(28,1,'2018-03-31 18:59:49',0,'nelidavp@yahoo.com',1,'3kynevvppixcu2nqmee2penip7my96ue'),(29,1,'2018-03-31 20:30:38',0,'submarinerjakeypie@yahoo.com',1,'hmny6u9hj2upeq2a4ums4e7ceum2gias'),(30,1,'2018-03-31 21:15:43',0,'szuperdan@gmail.com',1,'ymlse64mqvqilr8inaq6q16lgvpumius'),(31,1,'2018-03-31 21:22:49',0,'toni6001@aol.com',1,'ua2i4mqm0vzyiababquoinauxmq32eqt'),(32,1,'2018-03-31 23:11:23',0,'dinkreavis@yahoo.com',1,'qqu6u5ue6y9zdq022lg2dyqxq28oraam'),(33,1,'2018-04-01 04:17:58',0,'shellford67@yahoo.com',1,'6ty4nh0ehld6zimovgymdbyk1ui2ivym'),(34,1,'2018-04-01 04:38:55',0,'jipitre26@aol.com',1,'1y2uyqy22ari0xpuoyey6yme0j66axou'),(35,1,'2018-04-01 06:10:11',0,'noen_tiga@yahoo.com',1,'1qdhaimbvmao2qe9iq2i8a4ym69aemae'),(36,1,'2018-04-01 15:21:24',0,'loka_567@yahoo.com',1,'4hmuleeii6qmaavc2km4iu22q62ymemy'),(37,1,'2018-04-01 15:29:17',0,'wessymo@yahoo.com',1,'mebju2b5eum4a2e66uu2vc66xkikean2'),(38,1,'2018-04-01 15:37:46',0,'mark@lwfinancial.com',1,'aeqa7euauqi6aa7eemqumelqay6agleo'),(39,1,'2018-04-01 19:37:06',0,'scalvert1551@gmail.com',1,'yuduxuyuismaj2ie2qbamquiaawisbm6'),(40,1,'2018-04-01 20:33:55',0,'simpsomi1227@yahoo.com',1,'a1htki6as222ianw1qd8aaauln1i82oi'),(41,1,'2018-04-01 22:51:59',0,'route1127@yahoo.com',1,'u9p4yqu1murjq2qefmuiue3ib6yiqequ'),(42,1,'2018-04-02 09:53:06',0,'workshop@taylorsmcs.com.au',1,'0sq4fm2eiyw8122iyeaf2a0rsqya6rit'),(43,1,'2018-04-02 11:51:20',0,'readerjimreader@ymail.com',1,'enxi2jiamraqqmauq1g8udefqd0xyuj9'),(44,1,'2018-04-02 16:54:40',0,'tiffanyeasley@aol.com',1,'mkr1aeg2fvt4rw921i7gaiuiuesxaai2'),(45,1,'2018-04-02 17:02:48',0,'tomtrl@sbcglobal.net',1,'hr4iqa8mueekau5auigzo82e2swaocy8'),(46,1,'2018-04-02 18:48:51',0,'dan@glazemail.com',1,'brwfiujuaear23ktmiaedaeoa4a29mm7'),(47,1,'2018-04-02 19:25:49',0,'jojolent1@aol.com',1,'qamumtaw7qmi6iphyqomd6i0p4stauaq'),(48,1,'2018-04-02 19:26:54',0,'awc1946@aol.com',1,'6l3aqnu6v328qqmeuauqmqimb61y3yyb'),(49,1,'2018-04-02 20:17:12',0,'alice@alphaoilfieldsupply.com',1,'i2pme3228u272yh50iuqwydoqw46qlu2'),(50,1,'2018-04-02 21:07:04',0,'robnkgee@yahoo.com',1,'3jt6uzq279lr8u3jcku2v66y7aeuff6k'),(51,1,'2018-04-02 21:20:04',0,'therabbithole05@yahoo.com',1,'q6eueiaayuepe82yemyqeia5aiijiiei'),(52,1,'2018-04-02 22:08:50',0,'nancyhan2000@yahoo.com',1,'ieiuqkyma42npm6ey6gmig2yiyqnwvmi'),(53,1,'2018-04-02 22:36:52',0,'kirk.marcum@popweaver.com',1,'yy3neh7kuq56uiem27aygnmuk2y2yupy'),(54,1,'2018-04-02 23:32:53',0,'oneillpat@yahoo.com',1,'9bgjuuuihh4k9e224q6ym32um30eqy0u'),(55,1,'2018-04-02 23:52:44',0,'dygoodasia@aol.com',1,'iao6u5i39vp1e8i6eb8vj2ahi2uyeu6u'),(56,1,'2018-04-03 00:11:43',0,'admin@networkcraze.com',1,'i2o8l3yea66ui6phve0had2yqiuqk0fu'),(57,1,'2018-04-03 03:14:04',0,'tellall234@aol.com',1,'n16umqts6j7wm6iinycxwi6iyygz0e7y'),(58,1,'2018-04-03 09:25:31',0,'mariamarzouka@gmail.com',1,'e6m2spve2sdmwauu95mzzqmywifamyqx'),(59,1,'2018-04-03 09:32:47',0,'fournaise@web.de',1,'m6yu0y2wq9q0qvhfuueaha8647u6efqm'),(60,1,'2018-04-03 10:18:10',0,'hgd0907@yahoo.com',1,'o6uh2e6i2iveb6mauy6ucyfuciaqmy7m'),(61,1,'2018-04-03 11:45:12',0,'scherer5@zoominternet.net',1,'yi68g0xz6iuoajdu6kiua566kyyfqk26'),(62,1,'2018-04-03 13:18:48',0,'cagehlh@aol.com',1,'fql2qk7eamx2ympcdbqqyaia47lqx0ek'),(63,1,'2018-04-03 14:06:58',0,'byronsimmons33@yahoo.com',1,'u5qyva6quzaeduperr1ubuxm2cr6v6em'),(64,1,'2018-04-03 14:45:55',0,'marianmclaughlin@yahoo.co.uk',1,'kx8oii6luqijk3u9a6umaev2mmmyyy6q'),(65,1,'2018-04-03 15:31:16',0,'mbmichlin@aol.com',1,'8egabyayqiim6q6dq2ymuaf56uuq7air'),(66,1,'2018-04-03 16:38:10',0,'kjwiech26@aol.com',1,'2066q8sfyeb8s2qjhvp6amy1hiywm6m2'),(67,1,'2018-04-03 17:20:25',0,'blakecantrell@gmail.com',1,'t6a26agkm2q6qwiliuuaymoi2d2qy2ig'),(68,1,'2018-04-03 18:53:33',0,'kidcapri03@yahoo.com',1,'au2ai1h5a51rd0u6aqe66sqhuqyyu9de'),(69,1,'2018-04-03 19:28:31',0,'rdsd221@aol.com',1,'5kiva1ilnpmadpu6mmciu7magy627y4e'),(70,1,'2018-04-03 20:12:22',0,'usoffice@xstrahl.com',1,'d2heymt9yeqyiyykyoeshcy3uau6fbav'),(71,1,'2018-04-03 20:43:27',0,'onfirnhill@gmail.com',1,'hqmueum2d98y5miaa872myx9me2ei6dh'),(72,1,'2018-04-03 21:36:48',0,'adriantreverton@xstrahl.com',1,'9sr2iu67qpqqpmaa4lzayeqti62aiy25'),(73,1,'2018-04-03 22:27:54',0,'cfomax@gmail.com',1,'idxq1maug29aycamarsc8xix25icqmje'),(74,1,'2018-04-03 22:45:26',0,'rfnaddyiv@aol.com',1,'bebagic5wcu3ry0sa6u6scymmtawuim6'),(75,1,'2018-04-03 23:11:43',0,'karen45185@aol.com',1,'d1quumqtk9x5n202uqev9y2te2shoi2e'),(76,1,'2018-04-04 00:43:15',0,'harrydjames@yahoo.com',1,'eu5oy688mqq62221q202azq2eaq6uo66'),(77,1,'2018-04-04 08:24:33',0,'khday21@yahoo.com',1,'6yu7la616xa2yafbhqne2su6ikaufm7i'),(78,1,'2018-04-04 08:27:53',0,'dbmia712@aol.com',1,'eeqbi2yxqz2x6e30g76hy22euo2aymqq'),(79,1,'2018-04-04 13:34:44',0,'jrobertson_01@yahoo.com',1,'lqugyym7e26na037mpy63m65b3yfu2up'),(80,1,'2018-04-04 15:19:48',0,'barbchambers01@gmail.com',1,'ia9yf6beikwhzq2fupyucuf3a5muiuxx'),(81,1,'2018-04-04 15:47:09',0,'tpavelich@gmail.com',1,'bi5ms62y7q06akaenyym552u7eau66qg'),(82,1,'2018-04-04 16:43:45',0,'wingsrighteous@yahoo.com',1,'issar7kyeq3a6ulmmmi4iw5icdy267m8'),(83,1,'2018-04-04 17:17:11',0,'justinadam.schultz@gmail.com',1,'q46aun6wysm1qe6ygcaqa2yikarnmun6'),(84,1,'2018-04-04 20:26:55',0,'petitefeet82@yahoo.com',1,'vqqmiid2igqmoz3x2mpumga1b6s6ay2x'),(85,1,'2018-04-04 20:44:14',0,'bathashley@aasd.k12.wi.us',1,'zaiuoa5jj2y67smiyvrby4uiayi6meas'),(86,1,'2018-04-04 23:05:27',0,'rondaleab@yahoo.com',1,'me0imql4uqqz6tj62qiqli7aui64p9ai'),(87,1,'2018-04-05 01:05:12',0,'jendextx@aol.com',1,'em2yei6802edi6mguej6yymu2624qeaa'),(88,1,'2018-04-05 01:59:00',0,'jmelikian10@yahoo.com',1,'ema04162mi0cpefawzksee2syyvmjmp1'),(89,1,'2018-04-05 02:00:26',0,'chriscourtney9@aol.com',1,'74al705iu6egm1l7q66ia8u92mey6296'),(90,1,'2018-04-05 03:02:42',0,'kimunnerstall@yahoo.com',1,'ykdaudabcpqqq4emwfepuk2urlwleha2'),(91,1,'2018-04-05 03:08:41',0,'krivier@aol.com',1,'1uzuiilj2661wika9uup2mf9ip5ouym6'),(92,1,'2018-04-05 03:44:17',0,'mikeclayton99@gmail.com',1,'xqm12y227i2399eewdhyy6mc15mk2oqi'),(93,1,'2018-04-05 07:50:21',0,'ssmfci@yahoo.com',1,'6ib2assiciqe65ii6y3uu0fo2l7a0puy'),(94,1,'2018-04-05 08:46:28',0,'bardiafardar@gmail.com',1,'qylynueyal6z7sry3bq2aq2qugyanhfy'),(95,1,'2018-04-05 16:18:43',0,'lianne_caruso@yahoo.com',1,'2uwmg6eemaqmsidh62qyb2xten7a66yi'),(96,1,'2018-04-05 19:30:14',0,'propoflady@bellsouth.net',1,'qekqi6qv2xuxda5yiv6ai6a2maveuzaq'),(97,1,'2018-04-05 21:37:35',0,'livingtreasuresconstruction@gmail.com',1,'yuygyrlum8a2obai2gpaiqmqi4bvyimu'),(98,1,'2018-04-06 02:47:20',0,'suzzoh@aol.com',1,'ef60olb7jlaqtuiyiq2resqyp2upet9l'),(99,1,'2018-04-06 08:28:46',0,'tonyholmes42@yahoo.com',1,'nm8zvy6jisu02e2eoae89x1exyh66uu5'),(100,1,'2018-04-06 09:01:54',0,'alka.helen88@gmail.com',1,'lyeu2quieuqisi12qotyyy5u6d6e2s6l'),(101,1,'2018-04-06 13:02:32',0,'wholuvkitty@yahoo.com',1,'gqhwle9m9i2ye2eeia2yqiyeyimyc2yo'),(102,1,'2018-04-06 15:11:16',0,'eygilgur@gmail.com',1,'7byqyj6uhy0eyfb56u67ub5uxiaihbm6'),(103,1,'2018-04-06 16:30:11',0,'dwest@bpnetwork.org',1,'pefyam0cmqj2o2g7hef655aoenfa414y'),(104,1,'2018-04-06 16:39:24',0,'tki714@aol.com',1,'blprhmye46ia6aqv27smapoqcu9726cm'),(105,1,'2018-04-06 17:23:56',0,'anna@hbmintegrated.com',1,'ugqsuqimwz6eiujly2i2yy62e1uuaeya'),(106,1,'2018-04-06 17:52:37',0,'beau_wiggins@yahoo.com',1,'392aa0q7a2quau60yuu4isumajwy5w2d'),(107,1,'2018-04-06 18:08:25',0,'teamcarolynmalachi@gmail.com',1,'kauii2ehc3wykiiiade6eyev3q67paic'),(108,1,'2018-04-06 18:24:20',0,'mail4kjd@gmail.com',1,'6uulqfmmxfe2xiqejixhcamy0i6e2qpo'),(109,1,'2018-04-06 21:23:29',0,'carbacity23@gmail.com',1,'76nas2hveh2gh6ieqy2b2yu24ukjm0mc'),(110,1,'2018-04-06 23:39:36',0,'venner@mfgfunding.com',1,'biyc8eiafumde5mmitfmmyomu4j6er94'),(111,1,'2018-04-06 23:55:44',0,'jdperrine@yahoo.com',1,'mkuq4w6vdq3iv1y6oup2eyiv62qrqqee'),(112,1,'2018-04-07 07:14:40',0,'hutchc8@yahoo.com',1,'i2uee7yquu5qsjjqdu42etibiae11m1q'),(113,1,'2018-04-07 07:58:29',0,'groggyfroggy45@yahoo.com',1,'azinw293m502myeue7y2m9o2inyix6mk'),(114,1,'2018-04-07 11:35:22',0,'stahlfrog@aol.com',1,'qyeq6y6ezpumupm9afni6q94qu2jy2c4'),(115,1,'2018-04-07 21:59:15',0,'marlattdylan@gmail.com',1,'u7ivqcueah252qdieylmcqqwd626p2x6'),(116,1,'2018-04-08 00:28:49',0,'adames_melissa17@yahoo.com',1,'8pl4y2gayma2ueu22yefmwequqzq6mua'),(117,1,'2018-04-09 01:50:46',0,'stephenrementer@att.net',1,'6y4qqmibs3ie32yej6ae6i6yyiveat2y'),(118,1,'2018-04-09 06:15:29',0,'rsvanluyn@yahoo.com',1,'m2u4pamub2hama7yk6e0i5tcisj3aqh6'),(119,1,'2018-04-09 07:21:46',0,'jpio@batteriesplus.net',1,'i2uyuankyig6heq0quh68m2gmabmjywi'),(120,1,'2018-04-09 09:59:32',0,'emiliemizelli@web.de',1,'2qya7p8nhi365ubw2yzq2juqma4lyly2'),(121,1,'2018-04-09 15:10:27',0,'debral357@yahoo.com',1,'yuxl6m0syyamaiwy2bqy7yjaie278mxu'),(122,1,'2018-04-09 16:44:43',0,'adelmerdan2000@yahoo.com',1,'qe2p65ke0y6y97eu7sapivqd3tyif1ym'),(123,1,'2018-04-09 18:03:37',0,'ppollard45@yahoo.com',1,'6am6hyaiiy9t62m6iiu6qepugelkffee'),(124,1,'2018-04-09 19:50:51',0,'blewis1547@aol.com',1,'2mduioywqf272e2ayacrem2w64ydsigv'),(125,1,'2018-04-09 20:08:40',0,'gpsisk@gmail.com',1,'hehr526ejd8iqwq2a2215an2ymp2mj2m'),(126,1,'2018-04-09 20:33:48',0,'rao_suresh@yahoo.com',1,'ikap3eeqqr6mkaiyiu99qi413sqqxuyq'),(127,1,'2018-04-09 20:38:54',0,'khyli_willinger@yahoo.com',1,'nsnzqqyctjp66u83ymum0aaemo8i64ga'),(128,1,'2018-04-09 22:26:08',0,'salgamez89@yahoo.com',1,'n6aqqi2eiuq8qqmzqs2qeaug0hgajbiq'),(129,1,'2018-04-10 00:56:21',0,'kelly.starnes@bms.com',1,'o6y12em6x26ae66tpg3eymd6iqitqq5m'),(130,1,'2018-04-10 07:08:13',0,'nes.2884@yahoo.com',1,'21r5mwy7hpgm6u4r4ixomn2e6liioiax'),(131,1,'2018-04-10 14:45:24',0,'chuckaby1007@yahoo.com',1,'fywtzimsiyi6jn5i9mqeiqi2qu6wq87k'),(132,1,'2018-04-10 18:55:41',0,'cwilliams@pesiec.com',1,'a5g2ky6v9uu42qumbqq220rx8yqjqa9c'),(133,1,'2018-04-10 19:18:38',0,'d.hansen@specialtyfooddistribution.com',1,'qqt68uma1e8afgaviqqau6yiat32u5kb'),(134,1,'2018-04-10 20:20:27',0,'kristin6229@gmail.com',1,'z1asq35miu6avda7kqzkuq2uunplie62'),(135,1,'2018-04-10 21:20:45',0,'john@plfca.org',1,'m9a8n02mups6vaq74ue2yyfue66i0y6e'),(136,1,'2018-04-10 21:31:30',0,'sebastien.brunet@gl-events.com',1,'y22y65ui2nqqebyeueby26by04n8aau2'),(137,1,'2018-04-10 21:54:01',0,'agnes_lee_tran@yahoo.com',1,'o2vaigea2yb9uzbu14u3ymsf2p8eoiyi'),(138,1,'2018-04-10 22:10:50',0,'personofdoom@gmail.com',1,'a6admv9ewwe2yiogyff6ey167cjpaht6'),(139,1,'2018-04-10 22:27:56',0,'sernest@groupernest.com',1,'qq92tkkeauqbuii5qq56teup2j6z7a28'),(140,1,'2018-04-10 22:31:57',0,'dwenker84@yahoo.com',1,'6vej1hpd2euaiu6kasek4aminumq75mu'),(141,1,'2018-04-10 23:39:55',0,'gwynneg@yahoo.com',1,'ii32m6jpgm6uqqiqqumi2mempie5bo6y'),(142,1,'2018-04-11 00:34:03',0,'madeleineblatnik@yahoo.com',1,'6eya4h2u7tmvui0cqymmrbuiiuyouw6m'),(143,1,'2018-04-11 00:45:28',0,'sacredskater22@yahoo.com',1,'mk4bq2ieqq1nisefa62x5egx2ociffa5'),(144,1,'2018-04-11 04:32:09',0,'wong_henry@yahoo.com',1,'accgyiayeei4iaeliaiuuqnt9u6ai214'),(145,1,'2018-04-11 05:25:23',0,'ronin.ryu28@yahoo.com',1,'a9elpnoq2zq6ip6h2yx76o64yiks3ya6'),(146,1,'2018-04-11 05:45:43',0,'annie_mo08@yahoo.com',1,'bqzvwsimiqysqqum3queeqtiii9smh1q');
/*!40000 ALTER TABLE `newsletter_subscriber` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `newsletter_template`
--
DROP TABLE IF EXISTS `newsletter_template`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `newsletter_template`
--
LOCK TABLES `newsletter_template` WRITE;
/*!40000 ALTER TABLE `newsletter_template` DISABLE KEYS */;
/*!40000 ALTER TABLE `newsletter_template` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `oauth_consumer`
--
DROP TABLE IF EXISTS `oauth_consumer`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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=13 DEFAULT CHARSET=utf8 COMMENT='OAuth Consumers';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `oauth_consumer`
--
LOCK TABLES `oauth_consumer` WRITE;
/*!40000 ALTER TABLE `oauth_consumer` DISABLE KEYS */;
INSERT INTO `oauth_consumer` VALUES (1,'2018-03-12 13:32:59','0000-00-00 00:00:00','Integration1','m35ae0dux4uaiusiobqvqbi3i7l87b4h','othpjgm9lx5l9lpdoth0qdy09sqeju4w',NULL,''),(2,'2018-03-12 17:19:29','0000-00-00 00:00:00','Integration2','44bldolv65690baleef806gjqjnvmabh','fe1bf4ja7l1vljsqmw5hhojwpjpawnd1',NULL,''),(3,'2018-03-12 17:20:03','0000-00-00 00:00:00','Integration3','9v111hih5b05ikm33d71h362elny3q68','vuk16qo8kb6n8b8rxfg22v22soi3kb0l',NULL,''),(4,'2018-03-12 20:41:14','0000-00-00 00:00:00','Integration4','ciod74q1tuev40oj5y1h6125bcr5omnf','viq961ta2pb5aahwv39atqxfo1a3f1ew',NULL,''),(5,'2018-03-12 20:49:02','0000-00-00 00:00:00','Integration5','ql619rdlfis2yw82hiokl3plogvwd0ic','2gx2vhd9eywsnftl5sfqjky2faa9mg5x',NULL,''),(6,'2018-03-12 20:49:45','0000-00-00 00:00:00','Integration6','bkxj24phclgm37v6aj4i9adpo3eie070','pvvkseux1lche4mfsgkkonifibjphhc2',NULL,''),(7,'2018-03-13 11:56:43','2018-03-15 14:43:53','Integration7','min4a69g8tj4gge57q5s3ipq42eu6k8q','tyep2mkvreic743fapl69ak9888bsrqo',NULL,''),(8,'2018-03-13 14:00:03','0000-00-00 00:00:00','Integration8','lm73nf9e5qdkhbakf34hxo9ax3of6fop','f3nvmlbjo30swj3j18xyqjbe07c4yp44',NULL,''),(9,'2018-03-26 14:56:08','0000-00-00 00:00:00','Integration9','sehv1m0i2a1o484mgjuqwk4kie1o9jp3','d4n6mtbjntq0tj3vlo7immwauomv5afo',NULL,''),(10,'2018-04-05 13:00:46','0000-00-00 00:00:00','Integration10','hdfrx4vnfg1sf0vc9tk34ubfxlt9kts3','eybtm0d6u5o33bk5oqn3dda2norfkp6i',NULL,''),(11,'2018-04-05 13:02:31','0000-00-00 00:00:00','Integration11','lsr0t72xblx8jm9aw1ldrgsrl1buibq9','xkem3jup28wmwyo4to0ei4ef4nuy9v7j',NULL,''),(12,'2018-04-05 14:58:55','0000-00-00 00:00:00','Integration12','9lujfkbpl6c67dh4fmlws8holtkd0k0u','59fgy9d2pyab1etgkkgevqqay07s57ah',NULL,'');
/*!40000 ALTER TABLE `oauth_consumer` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `oauth_nonce`
--
DROP TABLE IF EXISTS `oauth_nonce`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `OAUTH_NONCE_CONSUMER_ID_OAUTH_CONSUMER_ENTITY_ID` FOREIGN KEY (`consumer_id`) REFERENCES `oauth_consumer` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='OAuth Nonce';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `oauth_nonce`
--
LOCK TABLES `oauth_nonce` WRITE;
/*!40000 ALTER TABLE `oauth_nonce` DISABLE KEYS */;
/*!40000 ALTER TABLE `oauth_nonce` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `oauth_token`
--
DROP TABLE IF EXISTS `oauth_token`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `OAUTH_TOKEN_ADMIN_ID_ADMIN_USER_USER_ID` FOREIGN KEY (`admin_id`) REFERENCES `admin_user` (`user_id`) ON DELETE CASCADE,
CONSTRAINT `OAUTH_TOKEN_CONSUMER_ID_OAUTH_CONSUMER_ENTITY_ID` FOREIGN KEY (`consumer_id`) REFERENCES `oauth_consumer` (`entity_id`) ON DELETE CASCADE,
CONSTRAINT `OAUTH_TOKEN_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='OAuth Tokens';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `oauth_token`
--
LOCK TABLES `oauth_token` WRITE;
/*!40000 ALTER TABLE `oauth_token` DISABLE KEYS */;
INSERT INTO `oauth_token` VALUES (2,8,NULL,NULL,'access','1r1es5sr8iatlgmhcbbhmjf2o2kcea7g','amennan43xc49g9u4436g9dvrcxjek8t','911sxi5188f3fnsd884fgf5ubqjpvfwa','oob',0,0,1,'2018-03-15 14:43:09'),(3,7,NULL,NULL,'verifier','jgjw8v8g909v9gtiuefv8t7inp5s58m8','wbcyucyqbi6lxnjbfsb1rbh84jv4f3yi','eb4vx66wowiqf51ktk0t48c57xdwv6in','oob',0,0,1,'2018-03-15 14:43:53');
/*!40000 ALTER TABLE `oauth_token` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `oauth_token_request_log`
--
DROP TABLE IF EXISTS `oauth_token_request_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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.';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `oauth_token_request_log`
--
LOCK TABLES `oauth_token_request_log` WRITE;
/*!40000 ALTER TABLE `oauth_token_request_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `oauth_token_request_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `password_reset_request_event`
--
DROP TABLE IF EXISTS `password_reset_request_event`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `password_reset_request_event`
--
LOCK TABLES `password_reset_request_event` WRITE;
/*!40000 ALTER TABLE `password_reset_request_event` DISABLE KEYS */;
/*!40000 ALTER TABLE `password_reset_request_event` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `paypal_billing_agreement`
--
DROP TABLE IF EXISTS `paypal_billing_agreement`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `PAYPAL_BILLING_AGREEMENT_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE,
CONSTRAINT `PAYPAL_BILLING_AGREEMENT_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Billing Agreement';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `paypal_billing_agreement`
--
LOCK TABLES `paypal_billing_agreement` WRITE;
/*!40000 ALTER TABLE `paypal_billing_agreement` DISABLE KEYS */;
/*!40000 ALTER TABLE `paypal_billing_agreement` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `paypal_billing_agreement_order`
--
DROP TABLE IF EXISTS `paypal_billing_agreement_order`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `PAYPAL_BILLING_AGREEMENT_ORDER_ORDER_ID_SALES_ORDER_ENTITY_ID` FOREIGN KEY (`order_id`) REFERENCES `sales_order` (`entity_id`) ON DELETE CASCADE,
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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Billing Agreement Order';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `paypal_billing_agreement_order`
--
LOCK TABLES `paypal_billing_agreement_order` WRITE;
/*!40000 ALTER TABLE `paypal_billing_agreement_order` DISABLE KEYS */;
/*!40000 ALTER TABLE `paypal_billing_agreement_order` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `paypal_cert`
--
DROP TABLE IF EXISTS `paypal_cert`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `PAYPAL_CERT_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Paypal Certificate Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `paypal_cert`
--
LOCK TABLES `paypal_cert` WRITE;
/*!40000 ALTER TABLE `paypal_cert` DISABLE KEYS */;
/*!40000 ALTER TABLE `paypal_cert` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `paypal_payment_transaction`
--
DROP TABLE IF EXISTS `paypal_payment_transaction`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `paypal_payment_transaction`
--
LOCK TABLES `paypal_payment_transaction` WRITE;
/*!40000 ALTER TABLE `paypal_payment_transaction` DISABLE KEYS */;
/*!40000 ALTER TABLE `paypal_payment_transaction` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `paypal_settlement_report`
--
DROP TABLE IF EXISTS `paypal_settlement_report`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `paypal_settlement_report`
--
LOCK TABLES `paypal_settlement_report` WRITE;
/*!40000 ALTER TABLE `paypal_settlement_report` DISABLE KEYS */;
/*!40000 ALTER TABLE `paypal_settlement_report` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `paypal_settlement_report_row`
--
DROP TABLE IF EXISTS `paypal_settlement_report_row`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `FK_E183E488F593E0DE10C6EBFFEBAC9B55` FOREIGN KEY (`report_id`) REFERENCES `paypal_settlement_report` (`report_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Paypal Settlement Report Row Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `paypal_settlement_report_row`
--
LOCK TABLES `paypal_settlement_report_row` WRITE;
/*!40000 ALTER TABLE `paypal_settlement_report_row` DISABLE KEYS */;
/*!40000 ALTER TABLE `paypal_settlement_report_row` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `persistent_session`
--
DROP TABLE IF EXISTS `persistent_session`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `PERSISTENT_SESSION_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE,
CONSTRAINT `PERSISTENT_SESSION_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Persistent Session';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `persistent_session`
--
LOCK TABLES `persistent_session` WRITE;
/*!40000 ALTER TABLE `persistent_session` DISABLE KEYS */;
/*!40000 ALTER TABLE `persistent_session` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `product_alert_price`
--
DROP TABLE IF EXISTS `product_alert_price`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `PRODUCT_ALERT_PRICE_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE,
CONSTRAINT `PRODUCT_ALERT_PRICE_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,
CONSTRAINT `PRODUCT_ALERT_PRICE_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Product Alert Price';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `product_alert_price`
--
LOCK TABLES `product_alert_price` WRITE;
/*!40000 ALTER TABLE `product_alert_price` DISABLE KEYS */;
/*!40000 ALTER TABLE `product_alert_price` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `product_alert_stock`
--
DROP TABLE IF EXISTS `product_alert_stock`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `PRODUCT_ALERT_STOCK_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE,
CONSTRAINT `PRODUCT_ALERT_STOCK_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,
CONSTRAINT `PRODUCT_ALERT_STOCK_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Product Alert Stock';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `product_alert_stock`
--
LOCK TABLES `product_alert_stock` WRITE;
/*!40000 ALTER TABLE `product_alert_stock` DISABLE KEYS */;
/*!40000 ALTER TABLE `product_alert_stock` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `quote`
--
DROP TABLE IF EXISTS `quote`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `QUOTE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=67 DEFAULT CHARSET=utf8 COMMENT='Sales Flat Quote';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `quote`
--
LOCK TABLES `quote` WRITE;
/*!40000 ALTER TABLE `quote` DISABLE KEYS */;
INSERT INTO `quote` VALUES (1,1,'2018-03-12 21:32:06','2018-03-14 12:58:09',NULL,1,0,0,0,0.0000,0,0.0000,0.0000,'EUR','EUR','EUR',749.0000,749.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'217.120.237.73',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,749.0000,749.0000,749.0000,749.0000,1,1,NULL,0,NULL),(2,1,'2018-03-12 21:33:46','2018-03-14 12:58:09',NULL,1,0,0,0,0.0000,0,0.0000,0.0000,'EUR','EUR','EUR',754.0000,754.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'83.87.213.181',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,749.0000,749.0000,749.0000,749.0000,1,1,NULL,0,NULL),(3,1,'2018-03-12 22:24:05','2018-03-14 12:58:10',NULL,1,0,0,0,0.0000,0,0.0000,0.0000,'EUR','EUR','EUR',1398.0000,1398.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'83.87.213.181',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,1398.0000,1398.0000,1398.0000,1398.0000,1,0,NULL,0,NULL),(4,1,'2018-03-13 09:05:15','2018-03-14 12:58:10',NULL,1,0,0,0,0.0000,0,0.0000,0.0000,'EUR','EUR','EUR',799.0000,799.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'89.255.52.169',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,799.0000,799.0000,799.0000,799.0000,1,1,NULL,0,NULL),(5,1,'2018-03-13 11:59:09','2018-03-14 12:58:10',NULL,0,0,0,0,0.0000,0,0.0000,0.0000,'EUR','EUR','EUR',144.0000,144.0000,'guest',NULL,3,0,'dennis@flirtcreativity.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,1,'89.255.52.169',NULL,'000000001',NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,139.0000,139.0000,139.0000,139.0000,1,0,NULL,0,NULL),(6,1,'2018-03-13 12:00:19','2018-03-14 12:58:10',NULL,1,0,0,0,0.0000,0,0.0000,0.0000,'EUR','EUR','EUR',799.0000,799.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'80.101.146.103',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,799.0000,799.0000,799.0000,799.0000,1,0,NULL,0,NULL),(7,1,'2018-03-13 12:29:54','2018-03-14 12:58:10',NULL,0,0,0,0,0.0000,0,0.0000,0.0000,'EUR','EUR','EUR',854.0000,854.0000,'guest',NULL,3,0,'dennis@flirtcreativity.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,1,'89.255.52.169',NULL,'000000002',NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,849.0000,849.0000,849.0000,849.0000,1,0,NULL,0,NULL),(8,1,'2018-03-13 12:35:36','2018-03-14 12:58:10',NULL,1,0,0,0,0.0000,0,0.0000,0.0000,'EUR','EUR','EUR',854.0000,854.0000,'guest',NULL,3,0,'denvantol@gmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,1,'89.255.52.169',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,849.0000,849.0000,849.0000,849.0000,1,0,NULL,0,NULL),(9,1,'2018-03-13 12:46:09','2018-03-14 12:58:09',NULL,1,0,0,0,0.0000,0,0.0000,0.0000,'EUR','EUR','EUR',754.0000,754.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'80.101.146.103',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,749.0000,749.0000,749.0000,749.0000,1,1,NULL,0,NULL),(10,1,'2018-03-13 12:47:50','2018-03-14 12:58:09',NULL,1,0,0,0,0.0000,0,0.0000,0.0000,'EUR','EUR','EUR',754.0000,754.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'84.104.0.190',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,749.0000,749.0000,749.0000,749.0000,1,1,NULL,0,NULL),(11,1,'2018-03-13 13:21:13','2018-03-14 12:58:10',NULL,1,0,0,0,0.0000,0,0.0000,0.0000,'EUR','EUR','EUR',654.0000,654.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'89.255.52.169',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,649.0000,649.0000,649.0000,649.0000,1,0,NULL,0,NULL),(12,1,'2018-03-13 14:57:45','2018-03-14 12:58:10',NULL,0,0,0,0,0.0000,0,0.0000,0.0000,'EUR','EUR','EUR',968.0000,968.0000,'guest',NULL,3,0,'dennis@flirtcreativity.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,1,'89.255.52.169',NULL,'000000004',NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,958.0000,958.0000,958.0000,958.0000,1,0,NULL,0,NULL),(13,1,'2018-03-13 15:45:56','2018-03-14 12:58:09',NULL,1,0,0,0,0.0000,0,0.0000,0.0000,'EUR','EUR','EUR',754.0000,754.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'80.101.146.103',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,749.0000,749.0000,749.0000,749.0000,1,1,NULL,0,NULL),(14,1,'2018-03-13 17:42:43','2018-03-16 09:49:35',NULL,1,0,0,0,0.0000,0,0.0000,0.0000,'EUR','EUR','EUR',0.0000,0.0000,NULL,1,NULL,1,'dennis@flirtcreativity.com',NULL,'Dennis',NULL,'van Tol',NULL,NULL,NULL,1,0,'89.255.52.169',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,0.0000,0.0000,0.0000,0.0000,1,0,NULL,0,NULL),(15,1,'2018-03-13 20:45:37','2018-03-14 12:58:09',NULL,1,0,0,0,0.0000,0,0.0000,0.0000,'EUR','EUR','EUR',754.0000,754.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'217.120.237.73',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,749.0000,749.0000,749.0000,749.0000,1,0,NULL,0,NULL),(16,1,'2018-03-13 21:35:34','2018-03-14 12:58:10',NULL,1,0,0,0,0.0000,0,0.0000,0.0000,'EUR','EUR','EUR',654.0000,654.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'89.255.52.169',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,649.0000,649.0000,649.0000,649.0000,1,0,NULL,0,NULL),(17,1,'2018-03-13 21:53:53','2018-03-14 12:37:42',NULL,1,0,0,0,0.0000,0,0.0000,0.0000,'EUR','EUR','EUR',804.0000,804.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'83.87.213.181',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,799.0000,799.0000,799.0000,799.0000,1,0,NULL,0,NULL),(18,1,'2018-03-13 22:10:42','2018-03-14 12:58:10',NULL,1,0,0,0,0.0000,0,0.0000,0.0000,'EUR','EUR','EUR',854.0000,854.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'83.87.213.181',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,849.0000,849.0000,849.0000,849.0000,1,0,NULL,0,NULL),(19,1,'2018-03-14 07:33:19','2018-03-14 12:58:10',NULL,1,0,0,0,0.0000,0,0.0000,0.0000,'EUR','EUR','EUR',854.0000,854.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'83.87.213.181',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,849.0000,849.0000,849.0000,849.0000,1,0,NULL,0,NULL),(20,1,'2018-03-14 09:54:09','2018-03-14 12:58:10',NULL,1,0,0,0,0.0000,0,0.0000,0.0000,'EUR','EUR','EUR',854.0000,854.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'89.255.52.169',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,849.0000,849.0000,849.0000,849.0000,1,0,NULL,0,NULL),(21,1,'2018-03-14 10:03:17','2018-03-14 12:37:42',NULL,1,0,0,0,0.0000,0,0.0000,0.0000,'EUR','EUR','EUR',804.0000,804.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'84.241.210.212',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,799.0000,799.0000,799.0000,799.0000,1,0,NULL,0,NULL),(22,1,'2018-03-14 13:00:48','2018-03-15 14:15:30',NULL,1,0,0,0,0.0000,0,0.0000,0.0000,'EUR','EUR','EUR',804.0000,804.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'80.101.146.103',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,799.0000,799.0000,799.0000,799.0000,1,0,NULL,0,NULL),(23,1,'2018-03-14 14:19:04','2018-03-15 14:15:30',NULL,1,0,0,0,0.0000,0,0.0000,0.0000,'EUR','EUR','EUR',754.0000,754.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'84.241.210.212',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,749.0000,749.0000,749.0000,749.0000,1,0,NULL,0,NULL),(24,1,'2018-03-14 14:50:38','2018-03-15 14:15:30',NULL,1,0,0,0,0.0000,0,0.0000,0.0000,'EUR','EUR','EUR',754.0000,754.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'89.255.52.169',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,749.0000,749.0000,749.0000,749.0000,1,0,NULL,0,NULL),(25,1,'2018-03-14 20:22:21','2018-03-15 14:15:30',NULL,1,0,0,0,0.0000,0,0.0000,0.0000,'EUR','EUR','EUR',754.0000,754.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'83.87.213.181',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,749.0000,749.0000,749.0000,749.0000,1,0,NULL,0,NULL),(26,1,'2018-03-14 22:25:44','2018-03-14 22:26:03',NULL,1,0,0,0,0.0000,0,0.0000,0.0000,'EUR','EUR','EUR',0.0000,0.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'83.87.213.181',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,0.0000,0.0000,0.0000,0.0000,1,0,NULL,0,NULL),(27,1,'2018-03-15 14:50:45','2018-03-16 14:49:32',NULL,0,0,0,1,1.0000,0,0.0000,0.0000,'EUR','EUR','EUR',94.0000,94.0000,'guest',NULL,3,0,'denvantol@gmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,1,'89.255.52.169',NULL,'000000006',NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,89.0000,89.0000,89.0000,89.0000,1,1,NULL,0,NULL),(28,1,'2018-03-15 14:59:02','2018-03-23 09:49:30',NULL,0,0,0,2,2.0000,0,0.0000,0.0000,'EUR','EUR','EUR',1308.0000,1308.0000,'guest',NULL,3,0,'denvantol@gmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,1,'89.255.52.169',NULL,'000000005',NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,1298.0000,1298.0000,1298.0000,1298.0000,1,1,NULL,0,NULL),(29,1,'2018-03-15 17:38:22','2018-03-26 18:43:33',NULL,1,0,0,1,1.0000,0,0.0000,0.0000,'EUR','EUR','EUR',604.0000,604.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'89.255.52.169',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,599.0000,599.0000,599.0000,599.0000,1,1,NULL,0,NULL),(33,1,'2018-03-16 14:32:16','2018-03-16 15:05:29',NULL,1,0,0,0,0.0000,0,0.0000,0.0000,'EUR','EUR','EUR',0.0000,0.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'89.255.52.169',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,0.0000,0.0000,0.0000,0.0000,1,0,NULL,0,NULL),(34,1,'2018-03-16 21:54:43','2018-03-26 18:43:33',NULL,1,0,0,1,1.0000,0,0.0000,0.0000,'EUR','EUR','EUR',604.0000,604.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'84.241.203.62',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,599.0000,599.0000,599.0000,599.0000,1,1,NULL,0,NULL),(35,1,'2018-03-17 23:00:36','2018-03-26 18:41:40',NULL,1,0,0,1,1.0000,0,0.0000,0.0000,'EUR','EUR','EUR',804.0000,804.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'86.84.14.4',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,799.0000,799.0000,799.0000,799.0000,1,1,NULL,0,NULL),(36,1,'2018-03-20 12:28:43','2018-03-26 17:49:26',NULL,1,0,0,1,1.0000,0,0.0000,0.0000,'EUR','EUR','EUR',754.0000,754.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'80.101.146.103',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,749.0000,749.0000,749.0000,749.0000,1,1,NULL,0,NULL),(37,1,'2018-03-21 08:36:33','2018-03-21 08:36:33',NULL,1,0,0,0,0.0000,0,0.0000,0.0000,'EUR','EUR','EUR',0.0000,0.0000,NULL,2,NULL,1,'josina_van_den_bosch@hotmail.com',NULL,'Josina',NULL,'Van den Bosch',NULL,NULL,NULL,1,0,'83.80.228.244',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,0.0000,0.0000,0.0000,0.0000,1,0,NULL,0,NULL),(38,1,'2018-03-21 13:35:15','2018-03-21 13:35:15',NULL,1,0,0,0,0.0000,0,0.0000,0.0000,'EUR','EUR','EUR',0.0000,0.0000,NULL,3,NULL,1,'jmvanleen@live.nl',NULL,'Joey',NULL,'van Leen',NULL,NULL,NULL,1,0,'93.94.41.107',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,0.0000,0.0000,0.0000,0.0000,1,0,NULL,0,NULL),(39,1,'2018-03-21 13:48:17','2018-03-26 18:45:49',NULL,1,0,0,1,1.0000,0,0.0000,0.0000,'EUR','EUR','EUR',754.0000,754.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'89.255.52.169',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,749.0000,749.0000,749.0000,749.0000,1,1,NULL,0,NULL),(40,1,'2018-03-22 16:27:38','2018-03-23 08:15:08',NULL,1,0,0,1,1.0000,0,0.0000,0.0000,'EUR','EUR','EUR',854.0000,854.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'89.20.162.110',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,849.0000,849.0000,849.0000,849.0000,1,1,NULL,0,NULL),(41,1,'2018-03-23 09:30:11','2018-03-23 09:30:11',NULL,1,0,0,1,1.0000,0,0.0000,0.0000,'EUR','EUR','EUR',854.0000,854.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'77.162.21.44',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,849.0000,849.0000,849.0000,849.0000,1,0,NULL,0,NULL),(42,1,'2018-03-23 09:30:22','2018-03-23 09:30:22',NULL,1,0,0,1,1.0000,0,0.0000,0.0000,'EUR','EUR','EUR',854.0000,854.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'92.109.209.144',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,849.0000,849.0000,849.0000,849.0000,1,0,NULL,0,NULL),(43,1,'2018-03-23 12:22:42','2018-03-26 17:55:17',NULL,1,0,0,1,1.0000,0,0.0000,0.0000,'EUR','EUR','EUR',754.0000,754.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'37.60.193.125',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,749.0000,749.0000,749.0000,749.0000,1,1,NULL,0,NULL),(44,1,'2018-03-23 18:13:14','2018-03-23 18:13:14',NULL,1,0,0,0,0.0000,0,0.0000,0.0000,'EUR','EUR','EUR',0.0000,0.0000,NULL,4,NULL,1,'denvantol@gmail.com',NULL,'Dennis',NULL,'van tol',NULL,NULL,NULL,1,0,'89.255.52.169',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,0.0000,0.0000,0.0000,0.0000,1,0,NULL,0,NULL),(45,1,'2018-03-26 12:54:57','2018-03-26 12:54:57',NULL,1,0,0,1,1.0000,0,0.0000,0.0000,'EUR','EUR','EUR',854.0000,854.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'77.162.21.44',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,849.0000,849.0000,849.0000,849.0000,1,0,NULL,0,NULL),(46,1,'2018-03-26 13:10:22','2018-03-26 14:15:55',NULL,1,0,0,2,2.0000,0,0.0000,0.0000,'EUR','EUR','EUR',1508.0000,1508.0000,NULL,5,3,1,'frank@flirtcreativity.com',NULL,'Frank',NULL,'Uyt den Bogaard',NULL,NULL,NULL,1,0,'89.255.52.169',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,1498.0000,1498.0000,1498.0000,1498.0000,1,0,NULL,0,NULL),(48,1,'2018-03-27 15:51:31','2018-03-27 15:51:31',NULL,1,0,0,1,1.0000,0,0.0000,0.0000,'EUR','EUR','EUR',164.0000,164.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'89.255.52.169',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,159.0000,159.0000,159.0000,159.0000,1,0,NULL,0,NULL),(49,1,'2018-03-27 20:11:00','2018-03-27 20:12:27',NULL,1,0,0,1,1.0000,0,0.0000,0.0000,'EUR','EUR','EUR',94.0000,94.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'83.80.233.78',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,89.0000,89.0000,89.0000,89.0000,1,0,NULL,0,NULL),(50,1,'2018-03-28 13:07:44','2018-03-28 13:07:44',NULL,1,0,0,1,1.0000,0,0.0000,0.0000,'EUR','EUR','EUR',754.0000,754.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'80.101.146.103',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,749.0000,749.0000,749.0000,749.0000,1,0,NULL,0,NULL),(51,1,'2018-03-28 13:08:13','2018-03-28 13:08:13',NULL,1,0,0,1,1.0000,0,0.0000,0.0000,'EUR','EUR','EUR',754.0000,754.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'193.173.251.130',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,749.0000,749.0000,749.0000,749.0000,1,0,NULL,0,NULL),(52,1,'2018-03-29 13:50:22','2018-03-29 13:50:22',NULL,1,0,0,1,1.0000,0,0.0000,0.0000,'EUR','EUR','EUR',754.0000,754.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'89.255.52.169',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,749.0000,749.0000,749.0000,749.0000,1,0,NULL,0,NULL),(53,1,'2018-03-29 15:06:03','2018-03-29 15:06:03',NULL,1,0,0,1,1.0000,0,0.0000,0.0000,'EUR','EUR','EUR',754.0000,754.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'89.255.52.169',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,749.0000,749.0000,749.0000,749.0000,1,0,NULL,0,NULL),(54,1,'2018-04-04 08:03:30','2018-04-04 08:03:30',NULL,1,0,0,1,1.0000,0,0.0000,0.0000,'EUR','EUR','EUR',804.0000,804.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'80.101.146.103',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,799.0000,799.0000,799.0000,799.0000,1,0,NULL,0,NULL),(55,1,'2018-04-04 12:30:51','2018-04-04 12:30:51',NULL,1,0,0,1,1.0000,0,0.0000,0.0000,'EUR','EUR','EUR',164.0000,164.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'89.255.52.169',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,159.0000,159.0000,159.0000,159.0000,1,0,NULL,0,NULL),(56,1,'2018-04-05 08:34:02','2018-04-05 08:35:12',NULL,1,0,0,3,3.0000,0,0.0000,0.0000,'EUR','EUR','EUR',1702.0000,1702.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'145.128.185.180',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,1687.0000,1687.0000,1687.0000,1687.0000,1,0,NULL,0,NULL),(57,1,'2018-04-05 09:12:37','2018-04-05 10:38:06',NULL,1,0,0,1,1.0000,0,0.0000,0.0000,'EUR','EUR','EUR',754.0000,754.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'89.255.52.169',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,749.0000,749.0000,749.0000,749.0000,1,0,NULL,0,NULL),(58,1,'2018-04-05 09:23:52','2018-04-05 09:24:19',NULL,1,0,0,3,3.0000,0,0.0000,0.0000,'EUR','EUR','EUR',1602.0000,1602.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'89.255.52.169',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,1587.0000,1587.0000,1587.0000,1587.0000,1,0,NULL,0,NULL),(59,1,'2018-04-05 10:15:03','2018-04-05 10:17:41',NULL,1,0,0,2,2.0000,0,0.0000,0.0000,'EUR','EUR','EUR',848.0000,848.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'89.255.52.169',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,838.0000,838.0000,838.0000,838.0000,1,0,NULL,0,NULL),(60,1,'2018-04-05 10:19:52','2018-04-05 10:20:03',NULL,1,0,0,2,2.0000,0,0.0000,0.0000,'EUR','EUR','EUR',308.0000,308.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'89.255.52.169',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,298.0000,298.0000,298.0000,298.0000,1,0,NULL,0,NULL),(61,1,'2018-04-05 12:47:37','2018-04-05 12:52:34',NULL,1,0,0,0,0.0000,0,0.0000,0.0000,'EUR','EUR','EUR',0.0000,0.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'145.128.185.180',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,0.0000,0.0000,0.0000,0.0000,1,0,NULL,0,NULL),(62,1,'2018-04-05 12:49:30','2018-04-05 13:49:49',NULL,1,0,0,1,1.0000,0,0.0000,0.0000,'EUR','EUR','EUR',164.0000,164.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'89.255.52.169',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,159.0000,159.0000,159.0000,159.0000,1,0,NULL,0,NULL),(63,1,'2018-04-05 13:53:40','2018-04-05 13:54:07',NULL,1,0,0,2,2.0000,0,0.0000,0.0000,'EUR','EUR','EUR',898.0000,898.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'89.255.52.169',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,888.0000,888.0000,888.0000,888.0000,1,0,NULL,0,NULL),(64,1,'2018-04-08 14:37:57','2018-04-08 14:37:57',NULL,1,0,0,1,1.0000,0,0.0000,0.0000,'EUR','EUR','EUR',754.0000,754.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'77.249.119.108',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,749.0000,749.0000,749.0000,749.0000,1,0,NULL,0,NULL),(65,1,'2018-04-09 09:13:49','2018-04-09 09:13:49',NULL,1,0,0,1,1.0000,0,0.0000,0.0000,'EUR','EUR','EUR',804.0000,804.0000,NULL,NULL,3,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'89.255.52.169',NULL,NULL,NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,799.0000,799.0000,799.0000,799.0000,1,0,NULL,0,NULL),(66,1,'2018-04-09 11:17:43','2018-04-09 11:19:20',NULL,0,0,0,1,1.0000,0,0.0000,0.0000,'EUR','EUR','EUR',164.0000,164.0000,'guest',NULL,3,0,'dennis@flirtcreativity.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,1,'89.255.52.169',NULL,'000000007',NULL,NULL,'EUR',1.0000,1.0000,NULL,NULL,159.0000,159.0000,159.0000,159.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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `QUOTE_ADDRESS_QUOTE_ID_QUOTE_ENTITY_ID` FOREIGN KEY (`quote_id`) REFERENCES `quote` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=140 DEFAULT CHARSET=utf8 COMMENT='Sales Flat Quote Address';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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,'2018-03-12 21:32:06','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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,'2018-03-12 21:32:06','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,1.0000,749.0000,749.0000,749.0000,749.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,749.0000,749.0000,NULL,'[]',NULL,0.0000,0.0000,749.0000,749.0000,0.0000,0.0000,0.0000,NULL,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(3,2,'2018-03-12 21:33:46','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,NULL,'Dennis',NULL,'Van tol',NULL,NULL,'Hogeweg 103','Amersfoort',NULL,NULL,'3816 bn','NL','0337079933',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),(4,2,'2018-03-12 21:33:46','2018-03-12 21:35:57',NULL,0,NULL,'shipping',NULL,NULL,'Dennis',NULL,'Van tol',NULL,NULL,'Hogeweg 103','Amersfoort',NULL,NULL,'3816 bn','NL','0337079933',NULL,0,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,749.0000,749.0000,749.0000,749.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,754.0000,754.0000,NULL,'[]',NULL,0.0000,0.0000,749.0000,749.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(5,3,'2018-03-12 22:24:05','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(6,3,'2018-03-12 22:24:05','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,1,NULL,NULL,2.0000,1398.0000,1398.0000,1398.0000,1398.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,1398.0000,1398.0000,NULL,'[]',NULL,0.0000,0.0000,1398.0000,1398.0000,0.0000,0.0000,0.0000,NULL,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(7,4,'2018-03-13 09:05:15','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(8,4,'2018-03-13 09:05:15','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,1.0000,799.0000,799.0000,799.0000,799.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,799.0000,799.0000,NULL,'[]',NULL,0.0000,0.0000,799.0000,799.0000,0.0000,0.0000,0.0000,NULL,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(10,5,'2018-03-13 11:59:09','2018-03-13 12:21:17',NULL,0,NULL,'shipping','dennis@flirtcreativity.com',NULL,'Dennis',NULL,'van Tol',NULL,NULL,'Randenbroekerweg 2','Amersfoort','Utrecht',NULL,'3816BN','NL','0337079933',NULL,0,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,139.0000,139.0000,139.0000,139.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,144.0000,144.0000,NULL,'[]',NULL,0.0000,0.0000,139.0000,139.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(11,6,'2018-03-13 12:00:19','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(12,6,'2018-03-13 12:00:19','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,NULL,NULL,1.0000,799.0000,799.0000,799.0000,799.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,799.0000,799.0000,NULL,'[]',NULL,0.0000,0.0000,799.0000,799.0000,0.0000,0.0000,0.0000,NULL,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(13,5,'2018-03-13 12:21:17','0000-00-00 00:00:00',NULL,0,NULL,'billing','dennis@flirtcreativity.com',NULL,'Dennis',NULL,'van Tol',NULL,NULL,'Randenbroekerweg 2','Amersfoort','Utrecht',NULL,'3816BN','NL','0337079933',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),(15,7,'2018-03-13 12:29:54','2018-03-13 12:30:58',NULL,0,NULL,'shipping','dennis@flirtcreativity.com',NULL,'Dennis',NULL,'van Tol',NULL,NULL,'Randenbroekerweg 2','Amersfoort',NULL,NULL,'3816BN','NL','0337079933',NULL,0,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,849.0000,849.0000,849.0000,849.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,854.0000,854.0000,NULL,'[]',NULL,0.0000,0.0000,849.0000,849.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(16,7,'2018-03-13 12:30:58','0000-00-00 00:00:00',NULL,0,NULL,'billing','dennis@flirtcreativity.com',NULL,'Dennis',NULL,'van Tol',NULL,NULL,'Randenbroekerweg 2','Amersfoort',NULL,NULL,'3816BN','NL','0337079933',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),(18,8,'2018-03-13 12:35:36','2018-03-13 12:37:20',NULL,0,NULL,'shipping','denvantol@gmail.com',NULL,'Dennis',NULL,'van tol',NULL,NULL,'Hogeweg 103','Amersfoort',NULL,NULL,'3811ER','NL','0337079933',NULL,0,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,849.0000,849.0000,849.0000,849.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,854.0000,854.0000,NULL,'[]',NULL,0.0000,0.0000,849.0000,849.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(19,8,'2018-03-13 12:36:11','0000-00-00 00:00:00',NULL,0,NULL,'billing','denvantol@gmail.com',NULL,'Dennis',NULL,'van tol',NULL,NULL,'Hogeweg 103','Amersfoort',NULL,NULL,'3811ER','NL','0337079933',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),(20,9,'2018-03-13 12:46:09','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(21,9,'2018-03-13 12:46:09','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,749.0000,749.0000,749.0000,749.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,754.0000,754.0000,NULL,'[]',NULL,0.0000,0.0000,749.0000,749.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(22,10,'2018-03-13 12:47:50','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,NULL,'A',NULL,'B',NULL,NULL,'123 fadsf','324234',NULL,NULL,'23423','NL','234234234',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),(23,10,'2018-03-13 12:47:50','2018-03-13 12:50:14',NULL,0,NULL,'shipping',NULL,NULL,'A',NULL,'B',NULL,NULL,'123 fadsf','324234',NULL,NULL,'23423','NL','234234234',NULL,0,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,749.0000,749.0000,749.0000,749.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,754.0000,754.0000,NULL,'[]',NULL,0.0000,0.0000,749.0000,749.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(24,11,'2018-03-13 13:21:13','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,NULL,'Dennis',NULL,'van tol',NULL,NULL,'Hogeweg 103','Amersfoort',NULL,NULL,'3811ER','NL','0337079933',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),(25,11,'2018-03-13 13:21:13','2018-03-13 14:39:16',NULL,0,NULL,'shipping',NULL,NULL,'Dennis',NULL,'van tol',NULL,NULL,'Hogeweg 103','Amersfoort',NULL,NULL,'3811ER','NL','0337079933',NULL,0,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,649.0000,649.0000,649.0000,649.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,654.0000,654.0000,NULL,'[]',NULL,0.0000,0.0000,649.0000,649.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(27,12,'2018-03-13 14:57:45','2018-03-13 17:21:20',NULL,0,NULL,'shipping','dennis@flirtcreativity.com',NULL,'Dennis',NULL,'van tol',NULL,NULL,'Hogeweg 103','Amersfoort',NULL,NULL,'3811ER','NL','0337079933',NULL,0,0,'flatrate_flatrate','Flat Rate - Fixed',2.0000,958.0000,958.0000,958.0000,958.0000,0.0000,0.0000,10.0000,10.0000,0.0000,0.0000,0.0000,0.0000,968.0000,968.0000,NULL,'[]',NULL,0.0000,0.0000,958.0000,958.0000,0.0000,0.0000,0.0000,NULL,10.0000,10.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(28,13,'2018-03-13 15:45:56','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(29,13,'2018-03-13 15:45:56','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,749.0000,749.0000,749.0000,749.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,754.0000,754.0000,NULL,'[]',NULL,0.0000,0.0000,749.0000,749.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(30,12,'2018-03-13 17:21:20','0000-00-00 00:00:00',NULL,0,NULL,'billing','dennis@flirtcreativity.com',NULL,'Dennis',NULL,'van tol',NULL,NULL,'Hogeweg 103','Amersfoort',NULL,NULL,'3811ER','NL','0337079933',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),(31,14,'2018-03-13 17:42:43','0000-00-00 00:00:00',1,0,NULL,'billing','dennis@flirtcreativity.com',NULL,'Dennis',NULL,'van Tol',NULL,NULL,'Hogeweg 103','Amersfoort',NULL,NULL,'3811 CD','NL','0337079933',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),(32,14,'2018-03-13 17:42:43','2018-03-15 23:09:54',1,1,NULL,'shipping','dennis@flirtcreativity.com',NULL,'Dennis',NULL,'van Tol',NULL,NULL,'Hogeweg 103','Amersfoort',NULL,NULL,'3811 CD','NL','0337079933',NULL,0,1,'flatrate_flatrate','Flat Rate - Fixed',0.0000,0.0000,0.0000,1298.0000,1298.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,NULL,'null',NULL,0.0000,0.0000,0.0000,1298.0000,0.0000,0.0000,0.0000,NULL,10.0000,10.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(33,15,'2018-03-13 20:45:37','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(34,15,'2018-03-13 20:45:37','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,749.0000,749.0000,749.0000,749.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,754.0000,754.0000,NULL,'[]',NULL,0.0000,0.0000,749.0000,749.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(35,16,'2018-03-13 21:35:34','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(36,16,'2018-03-13 21:35:34','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,649.0000,649.0000,649.0000,649.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,654.0000,654.0000,NULL,'[]',NULL,0.0000,0.0000,649.0000,649.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(37,17,'2018-03-13 21:53:53','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(38,17,'2018-03-13 21:53:53','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,799.0000,799.0000,799.0000,799.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,804.0000,804.0000,NULL,'[]',NULL,0.0000,0.0000,799.0000,799.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(39,18,'2018-03-13 22:10:42','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(40,18,'2018-03-13 22:10:42','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,849.0000,849.0000,849.0000,849.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,854.0000,854.0000,NULL,'[]',NULL,0.0000,0.0000,849.0000,849.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(41,19,'2018-03-14 07:33:19','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(42,19,'2018-03-14 07:33:19','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,849.0000,849.0000,849.0000,849.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,854.0000,854.0000,NULL,'[]',NULL,0.0000,0.0000,849.0000,849.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(43,20,'2018-03-14 09:54:09','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(44,20,'2018-03-14 09:54:09','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,849.0000,849.0000,849.0000,849.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,854.0000,854.0000,NULL,'[]',NULL,0.0000,0.0000,849.0000,849.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(45,21,'2018-03-14 10:03:17','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(46,21,'2018-03-14 10:03:17','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,799.0000,799.0000,799.0000,799.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,804.0000,804.0000,NULL,'[]',NULL,0.0000,0.0000,799.0000,799.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(47,22,'2018-03-14 13:00:48','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(48,22,'2018-03-14 13:00:48','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,799.0000,799.0000,799.0000,799.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,804.0000,804.0000,NULL,'[]',NULL,0.0000,0.0000,799.0000,799.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(49,23,'2018-03-14 14:19:04','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(50,23,'2018-03-14 14:19:04','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,749.0000,749.0000,749.0000,749.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,754.0000,754.0000,NULL,'[]',NULL,0.0000,0.0000,749.0000,749.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(51,24,'2018-03-14 14:50:38','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(52,24,'2018-03-14 14:50:38','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,749.0000,749.0000,749.0000,749.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,754.0000,754.0000,NULL,'[]',NULL,0.0000,0.0000,749.0000,749.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(53,25,'2018-03-14 20:22:21','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(54,25,'2018-03-14 20:22:21','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,749.0000,749.0000,749.0000,749.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,754.0000,754.0000,NULL,'[]',NULL,0.0000,0.0000,749.0000,749.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(55,26,'2018-03-14 22:25:44','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(56,26,'2018-03-14 22:25:44','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,1,'flatrate_flatrate','Flat Rate - Fixed',0.0000,0.0000,0.0000,749.0000,749.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,NULL,'null',NULL,0.0000,0.0000,0.0000,749.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(58,27,'2018-03-15 14:50:45','2018-03-15 17:37:24',NULL,0,NULL,'shipping','denvantol@gmail.com',NULL,'Dennis',NULL,'van tol',NULL,NULL,'Hogeweg 103','Amersfoort',NULL,NULL,'3811ER','NL','123125415161',NULL,0,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,89.0000,89.0000,89.0000,89.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,94.0000,94.0000,NULL,'[]',NULL,0.0000,0.0000,89.0000,89.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(60,28,'2018-03-15 14:59:02','2018-03-15 15:03:37',NULL,0,NULL,'shipping','denvantol@gmail.com',NULL,'anna',NULL,'smolovyk',NULL,NULL,'25 joannes van siestraat','amersfoort',NULL,NULL,'3817ac','NL','+44 7714267936',NULL,0,0,'flatrate_flatrate','Flat Rate - Fixed',2.0000,1298.0000,1298.0000,1298.0000,1298.0000,0.0000,0.0000,10.0000,10.0000,0.0000,0.0000,0.0000,0.0000,1308.0000,1308.0000,NULL,'[]',NULL,0.0000,0.0000,1298.0000,1298.0000,0.0000,0.0000,0.0000,NULL,10.0000,10.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(61,28,'2018-03-15 15:03:37','0000-00-00 00:00:00',NULL,0,NULL,'billing','denvantol@gmail.com',NULL,'anna',NULL,'smolovyk',NULL,NULL,'25 joannes van siestraat','amersfoort',NULL,NULL,'3817ac','NL','+44 7714267936',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),(62,27,'2018-03-15 17:37:24','0000-00-00 00:00:00',NULL,0,NULL,'billing','denvantol@gmail.com',NULL,'Dennis',NULL,'van tol',NULL,NULL,'Hogeweg 103','Amersfoort',NULL,NULL,'3811ER','NL','123125415161',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),(63,29,'2018-03-15 17:38:22','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(64,29,'2018-03-15 17:38:22','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,599.0000,599.0000,599.0000,599.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,604.0000,604.0000,NULL,'[]',NULL,0.0000,0.0000,599.0000,599.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(71,33,'2018-03-16 14:32:16','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(72,33,'2018-03-16 14:32:16','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,1,'flatrate_flatrate','Flat Rate - Fixed',0.0000,0.0000,0.0000,799.0000,799.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,NULL,'null',NULL,0.0000,0.0000,0.0000,799.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(73,34,'2018-03-16 21:54:43','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(74,34,'2018-03-16 21:54:43','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,599.0000,599.0000,599.0000,599.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,604.0000,604.0000,NULL,'[]',NULL,0.0000,0.0000,599.0000,599.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(75,35,'2018-03-17 23:00:36','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(76,35,'2018-03-17 23:00:36','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,799.0000,799.0000,799.0000,799.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,804.0000,804.0000,NULL,'[]',NULL,0.0000,0.0000,799.0000,799.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(77,36,'2018-03-20 12:28:43','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(78,36,'2018-03-20 12:28:43','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,749.0000,749.0000,749.0000,749.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,754.0000,754.0000,NULL,'[]',NULL,0.0000,0.0000,749.0000,749.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(79,37,'2018-03-21 08:36:33','0000-00-00 00:00:00',2,0,NULL,'billing','josina_van_den_bosch@hotmail.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),(80,37,'2018-03-21 08:36:33','0000-00-00 00:00:00',2,0,NULL,'shipping','josina_van_den_bosch@hotmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,1,'flatrate_flatrate',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),(81,38,'2018-03-21 13:35:15','0000-00-00 00:00:00',3,0,NULL,'billing','jmvanleen@live.nl',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),(82,38,'2018-03-21 13:35:15','0000-00-00 00:00:00',3,0,NULL,'shipping','jmvanleen@live.nl',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'IL',NULL,NULL,1,1,'flatrate_flatrate',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),(83,39,'2018-03-21 13:48:17','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(84,39,'2018-03-21 13:48:17','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,749.0000,749.0000,749.0000,749.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,754.0000,754.0000,NULL,'[]',NULL,0.0000,0.0000,749.0000,749.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(85,40,'2018-03-22 16:27:38','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(86,40,'2018-03-22 16:27:38','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,849.0000,849.0000,849.0000,849.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,854.0000,854.0000,NULL,'[]',NULL,0.0000,0.0000,849.0000,849.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(87,41,'2018-03-23 09:30:11','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(88,41,'2018-03-23 09:30:11','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,849.0000,849.0000,849.0000,849.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,854.0000,854.0000,NULL,'[]',NULL,0.0000,0.0000,849.0000,849.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(89,42,'2018-03-23 09:30:22','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,NULL,'Sacha',NULL,'Metz',NULL,NULL,'Westerlengte 109','Amsterdam',NULL,NULL,'1034 ta','NL','0616390823',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),(90,42,'2018-03-23 09:30:22','2018-03-23 09:31:16',NULL,0,NULL,'shipping',NULL,NULL,'Sacha',NULL,'Metz',NULL,NULL,'Westerlengte 109','Amsterdam',NULL,NULL,'1034 ta','NL','0616390823',NULL,0,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,849.0000,849.0000,849.0000,849.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,854.0000,854.0000,NULL,'[]',NULL,0.0000,0.0000,849.0000,849.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(91,43,'2018-03-23 12:22:42','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(92,43,'2018-03-23 12:22:42','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,749.0000,749.0000,749.0000,749.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,754.0000,754.0000,NULL,'[]',NULL,0.0000,0.0000,749.0000,749.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(93,44,'2018-03-23 18:13:14','0000-00-00 00:00:00',4,0,NULL,'billing','denvantol@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),(94,44,'2018-03-23 18:13:14','0000-00-00 00:00:00',4,0,NULL,'shipping','denvantol@gmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,1,'flatrate_flatrate',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),(95,45,'2018-03-26 12:54:57','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(96,45,'2018-03-26 12:54:57','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,849.0000,849.0000,849.0000,849.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,854.0000,854.0000,NULL,'[]',NULL,0.0000,0.0000,849.0000,849.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(97,46,'2018-03-26 13:10:23','0000-00-00 00:00:00',5,0,1,'billing','frank@flirtcreativity.com',NULL,'Frank',NULL,'Uyt den Bogaard',NULL,'Flirt Creativity','Graaf Willemlaan 146','Amersfoort',NULL,NULL,'3818DV','NL','+31641104068',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),(98,46,'2018-03-26 13:10:23','2018-03-26 14:17:00',5,0,1,'shipping','frank@flirtcreativity.com',NULL,'Frank',NULL,'Uyt den Bogaard',NULL,'Flirt Creativity','Graaf Willemlaan 146','Amersfoort',NULL,NULL,'3818DV','NL','+31641104068',NULL,0,0,'flatrate_flatrate','Flat Rate - Fixed',2.0000,1498.0000,1498.0000,1498.0000,1498.0000,0.0000,0.0000,10.0000,10.0000,0.0000,0.0000,0.0000,0.0000,1508.0000,1508.0000,NULL,'[]',NULL,0.0000,0.0000,1498.0000,1498.0000,0.0000,0.0000,0.0000,NULL,10.0000,10.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(101,48,'2018-03-27 15:51:31','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(102,48,'2018-03-27 15:51:31','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,159.0000,159.0000,159.0000,159.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,164.0000,164.0000,NULL,'[]',NULL,0.0000,0.0000,159.0000,159.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(103,49,'2018-03-27 20:11:00','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(104,49,'2018-03-27 20:11:00','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,1,'flatrate_flatrate','Flat Rate - Fixed',1.0000,89.0000,89.0000,89.0000,89.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,94.0000,94.0000,NULL,'[]',NULL,0.0000,0.0000,89.0000,89.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(105,50,'2018-03-28 13:07:44','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(106,50,'2018-03-28 13:07:44','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,749.0000,749.0000,749.0000,749.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,754.0000,754.0000,NULL,'[]',NULL,0.0000,0.0000,749.0000,749.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(107,51,'2018-03-28 13:08:13','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(108,51,'2018-03-28 13:08:13','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,749.0000,749.0000,749.0000,749.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,754.0000,754.0000,NULL,'[]',NULL,0.0000,0.0000,749.0000,749.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(109,52,'2018-03-29 13:50:22','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,NULL,'Dennis',NULL,'van tol',NULL,NULL,'Hogeweg 103','Amersfoort',NULL,NULL,'3811ER','NL','12312312312313',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),(110,52,'2018-03-29 13:50:22','2018-03-29 14:36:06',NULL,0,NULL,'shipping',NULL,NULL,'Dennis',NULL,'van tol',NULL,NULL,'Hogeweg 103','Amersfoort',NULL,NULL,'3811ER','NL','12312312312313',NULL,0,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,749.0000,749.0000,749.0000,749.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,754.0000,754.0000,NULL,'[]',NULL,0.0000,0.0000,749.0000,749.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(111,53,'2018-03-29 15:06:03','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(112,53,'2018-03-29 15:06:03','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,1,'flatrate_flatrate','Flat Rate - Fixed',1.0000,749.0000,749.0000,749.0000,749.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,754.0000,754.0000,NULL,'[]',NULL,0.0000,0.0000,749.0000,749.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(113,54,'2018-04-04 08:03:30','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(114,54,'2018-04-04 08:03:30','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,799.0000,799.0000,799.0000,799.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,804.0000,804.0000,NULL,'[]',NULL,0.0000,0.0000,799.0000,799.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(115,55,'2018-04-04 12:30:51','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(116,55,'2018-04-04 12:30:51','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,159.0000,159.0000,159.0000,159.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,164.0000,164.0000,NULL,'[]',NULL,0.0000,0.0000,159.0000,159.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(117,56,'2018-04-05 08:34:02','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(118,56,'2018-04-05 08:34:02','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,1,'flatrate_flatrate','Flat Rate - Fixed',3.0000,1687.0000,1687.0000,1687.0000,1687.0000,0.0000,0.0000,15.0000,15.0000,0.0000,0.0000,0.0000,0.0000,1702.0000,1702.0000,NULL,'[]',NULL,0.0000,0.0000,1687.0000,1687.0000,0.0000,0.0000,0.0000,NULL,15.0000,15.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(119,57,'2018-04-05 09:12:37','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(120,57,'2018-04-05 09:12:37','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,1,'flatrate_flatrate','Flat Rate - Fixed',1.0000,749.0000,749.0000,749.0000,749.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,754.0000,754.0000,NULL,'[]',NULL,0.0000,0.0000,749.0000,749.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(121,58,'2018-04-05 09:23:52','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(122,58,'2018-04-05 09:23:52','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,1,'flatrate_flatrate','Flat Rate - Fixed',3.0000,1587.0000,1587.0000,1587.0000,1587.0000,0.0000,0.0000,15.0000,15.0000,0.0000,0.0000,0.0000,0.0000,1602.0000,1602.0000,NULL,'[]',NULL,0.0000,0.0000,1587.0000,1587.0000,0.0000,0.0000,0.0000,NULL,15.0000,15.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(123,59,'2018-04-05 10:15:03','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(124,59,'2018-04-05 10:15:03','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,1,'flatrate_flatrate','Flat Rate - Fixed',2.0000,838.0000,838.0000,838.0000,838.0000,0.0000,0.0000,10.0000,10.0000,0.0000,0.0000,0.0000,0.0000,848.0000,848.0000,NULL,'[]',NULL,0.0000,0.0000,838.0000,838.0000,0.0000,0.0000,0.0000,NULL,10.0000,10.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(125,60,'2018-04-05 10:19:52','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(126,60,'2018-04-05 10:19:52','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,1,'flatrate_flatrate','Flat Rate - Fixed',2.0000,298.0000,298.0000,298.0000,298.0000,0.0000,0.0000,10.0000,10.0000,0.0000,0.0000,0.0000,0.0000,308.0000,308.0000,NULL,'[]',NULL,0.0000,0.0000,298.0000,298.0000,0.0000,0.0000,0.0000,NULL,10.0000,10.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(127,61,'2018-04-05 12:47:37','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(128,61,'2018-04-05 12:47:37','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,1,'flatrate_flatrate','Flat Rate - Fixed',0.0000,0.0000,0.0000,139.0000,139.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,NULL,'null',NULL,0.0000,0.0000,0.0000,139.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(129,62,'2018-04-05 12:49:30','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,NULL,'dennis',NULL,'tens',NULL,NULL,'tes','Amersfoort',NULL,NULL,'3811CD','NL','03337079933',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),(130,62,'2018-04-05 12:49:30','2018-04-05 13:46:26',NULL,0,NULL,'shipping',NULL,NULL,'dennis',NULL,'tens',NULL,NULL,'tes','Amersfoort',NULL,NULL,'3811CD','NL','03337079933',NULL,0,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,159.0000,159.0000,159.0000,159.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,164.0000,164.0000,NULL,'[]',NULL,0.0000,0.0000,159.0000,159.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(131,63,'2018-04-05 13:53:40','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(132,63,'2018-04-05 13:53:40','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,1,'flatrate_flatrate','Flat Rate - Fixed',2.0000,888.0000,888.0000,888.0000,888.0000,0.0000,0.0000,10.0000,10.0000,0.0000,0.0000,0.0000,0.0000,898.0000,898.0000,NULL,'[]',NULL,0.0000,0.0000,888.0000,888.0000,0.0000,0.0000,0.0000,NULL,10.0000,10.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(133,64,'2018-04-08 14:37:57','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(134,64,'2018-04-08 14:37:57','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,749.0000,749.0000,749.0000,749.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,754.0000,754.0000,NULL,'[]',NULL,0.0000,0.0000,749.0000,749.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(135,65,'2018-04-09 09:13:49','0000-00-00 00:00:00',NULL,0,NULL,'billing',NULL,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),(136,65,'2018-04-09 09:13:49','0000-00-00 00:00:00',NULL,0,NULL,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NL',NULL,NULL,1,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,799.0000,799.0000,799.0000,799.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,804.0000,804.0000,NULL,'[]',NULL,0.0000,0.0000,799.0000,799.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(138,66,'2018-04-09 11:17:43','2018-04-09 11:19:19',NULL,0,NULL,'shipping','dennis@flirtcreativity.com',NULL,'Dennis',NULL,'van tol',NULL,NULL,'Hogeweg 103','Amersfoort',NULL,NULL,'3811ER','NL','0337709933',NULL,0,0,'flatrate_flatrate','Flat Rate - Fixed',1.0000,159.0000,159.0000,159.0000,159.0000,0.0000,0.0000,5.0000,5.0000,0.0000,0.0000,0.0000,0.0000,164.0000,164.0000,NULL,'[]',NULL,0.0000,0.0000,159.0000,159.0000,0.0000,0.0000,0.0000,NULL,5.0000,5.0000,0,NULL,NULL,NULL,NULL,NULL,NULL),(139,66,'2018-04-09 11:19:19','0000-00-00 00:00:00',NULL,0,NULL,'billing','dennis@flirtcreativity.com',NULL,'Dennis',NULL,'van tol',NULL,NULL,'Hogeweg 103','Amersfoort',NULL,NULL,'3811ER','NL','0337709933',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);
/*!40000 ALTER TABLE `quote_address` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `quote_address_item`
--
DROP TABLE IF EXISTS `quote_address_item`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `QUOTE_ADDRESS_ITEM_QUOTE_ADDRESS_ID_QUOTE_ADDRESS_ADDRESS_ID` FOREIGN KEY (`quote_address_id`) REFERENCES `quote_address` (`address_id`) ON DELETE CASCADE,
CONSTRAINT `QUOTE_ADDRESS_ITEM_QUOTE_ITEM_ID_QUOTE_ITEM_ITEM_ID` FOREIGN KEY (`quote_item_id`) REFERENCES `quote_item` (`item_id`) ON DELETE CASCADE,
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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Quote Address Item';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `quote_address_item`
--
LOCK TABLES `quote_address_item` WRITE;
/*!40000 ALTER TABLE `quote_address_item` DISABLE KEYS */;
/*!40000 ALTER TABLE `quote_address_item` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `quote_id_mask`
--
DROP TABLE IF EXISTS `quote_id_mask`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `QUOTE_ID_MASK_QUOTE_ID_QUOTE_ENTITY_ID` FOREIGN KEY (`quote_id`) REFERENCES `quote` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=64 DEFAULT CHARSET=utf8 COMMENT='Quote ID and masked ID mapping';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `quote_id_mask`
--
LOCK TABLES `quote_id_mask` WRITE;
/*!40000 ALTER TABLE `quote_id_mask` DISABLE KEYS */;
INSERT INTO `quote_id_mask` VALUES (24,24,'000e54d000bdbd46f36243f9b0c10e6d'),(54,57,'0884ae206fb9655e1fa4749930833729'),(19,19,'2045686c10e982c784bf98399fc8703c'),(41,43,'205e6492ab46ddad89ef870f79859447'),(29,29,'256b25bd3e998e119de12e64eef013cf'),(38,40,'25a3abff8c1b6633697e0025e90316a8'),(40,42,'290746648ede1dbd03b5b2f896a5f61f'),(13,13,'2bd7a98eec1adb27df732ea517e0144e'),(43,46,'2e08955c3362cde38cc4f0ff74ca1f75'),(14,14,'2e3f70052d08bde1480d6498a0219fae'),(23,23,'30904c69eddc05efd7bf30971acdf6a2'),(6,6,'33299fffac5d1dcbf5502db7a10eaf66'),(25,25,'3ffb9bfadfed045dc5b8236d06b448f4'),(33,33,'40d532cdd9c75c11d4e28dd79a965147'),(1,1,'48923a27b42c4c682d8b4e4cd2a2922f'),(18,18,'4a954fa22e0e1ebef7f1dcb004b46819'),(39,41,'4b80ec1cc4e96297374005fe4d0720c9'),(15,15,'585415ddf6a3029761965f67b94ba919'),(47,50,'5d85a452b4667a386278e81012d0e6d3'),(56,59,'62edaded1def7ee55063ad17daf2e23a'),(20,20,'638135eac71e981586aee707f5c02c75'),(8,8,'64a7372aa31a6e3864441341076ba771'),(10,10,'66af9ac0fe406e1451bede00b0a4599b'),(58,61,'6dffc139d6533849d09c89fea590fbfd'),(42,45,'6e8f1337c21a02a63d8783f2d72812c9'),(59,62,'70eff9ba5f8f528e37fcf459986c18c0'),(48,51,'7e9c11277b6922ccf89a729956966611'),(57,60,'862b3e43baadaab0b4a0f044f044ebcc'),(3,3,'871104b0ef9adbf94d8bb143c470bd5f'),(51,54,'89e5074eec3c6e5053714a1a35320a3c'),(26,26,'8c61808b0c202e97ee5fbd481df43f64'),(46,49,'91a41a4d51bea1f486771d4d38acdef3'),(49,52,'93b43a1dde7dcd21d711989fac851b3b'),(12,12,'981e677cc074721a7be7f94123d30363'),(52,55,'9c605e6cf394cf4b39c3b362ddfe776a'),(53,56,'a1bf9a339cb767e263b7762e26fc381b'),(60,63,'a83d029474d8b9b05f941d57a37ed8e0'),(9,9,'ad2a0e4ef61a1ff58c8301cdcff867f7'),(2,2,'aec409f1757064b1a715c122d0b24148'),(62,65,'b75598f8123317d8a031e8481795b8b2'),(45,48,'b92be439e5ca0ecb582c06a8012826b2'),(21,21,'b99109f80ac3c58f82d8ff33b40ec414'),(50,53,'badc82256c9efddf657a393c84c69e82'),(17,17,'bb85087d2001421cb3eaef63b3c74bc3'),(63,66,'c03dad3aa08dedeacac510f664c4005f'),(28,28,'c2cd0f67608b71f38b322762d2147801'),(61,64,'c3e75af87e46ceebfebfd4fae6c93137'),(27,27,'cb05c8d021c362d7e7202c5d2916bdcd'),(55,58,'d55bc4dddf473e8a520b148e8de800b1'),(4,4,'ddd71e1d1525961684eff828d0fa51e2'),(37,39,'e1c186fa111d0bbb4116c34e0e614202'),(35,35,'e5bf2ffb8e3f073de600c7e5fb61632f'),(16,16,'ea982dbacb0a70674fcadf25b28c1fdd'),(34,34,'eb3d9604f526015c864c06cff51bce5d'),(5,5,'f5f27f8bde8444791f3f2da349cacd98'),(11,11,'fbba3fcc29b890637b03d780a22fae74'),(22,22,'fc51e120f9b30d9f3929798213b2c485'),(7,7,'fe77f236d0c7a9706611361ef814a404'),(36,36,'fea75937c1c75afdeea74b240a05d514');
/*!40000 ALTER TABLE `quote_id_mask` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `quote_item`
--
DROP TABLE IF EXISTS `quote_item`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `QUOTE_ITEM_PARENT_ITEM_ID_QUOTE_ITEM_ITEM_ID` FOREIGN KEY (`parent_item_id`) REFERENCES `quote_item` (`item_id`) ON DELETE CASCADE,
CONSTRAINT `QUOTE_ITEM_QUOTE_ID_QUOTE_ENTITY_ID` FOREIGN KEY (`quote_id`) REFERENCES `quote` (`entity_id`) ON DELETE CASCADE,
CONSTRAINT `QUOTE_ITEM_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=195 DEFAULT CHARSET=utf8 COMMENT='Sales Flat Quote Item';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `quote_item`
--
LOCK TABLES `quote_item` WRITE;
/*!40000 ALTER TABLE `quote_item` DISABLE KEYS */;
INSERT INTO `quote_item` VALUES (69,28,'2018-03-15 14:59:02','0000-00-00 00:00:00',503,1,NULL,0,'ALJ1780102 9900 RUBOFF BLACK - m','HEAVY APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,649.0000,649.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,649.0000,649.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,649.0000,649.0000,649.0000,649.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(70,28,'2018-03-15 14:59:02','0000-00-00 00:00:00',324,1,69,0,'ALJ1780102 9900 RUBOFF BLACK - m','HEAVY APE 01 - m',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(71,28,'2018-03-15 15:00:38','0000-00-00 00:00:00',503,1,NULL,0,'ALJ1780102 9900 RUBOFF BLACK - l','HEAVY APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,649.0000,649.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,649.0000,649.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,649.0000,649.0000,649.0000,649.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(72,28,'2018-03-15 15:00:38','0000-00-00 00:00:00',325,1,71,0,'ALJ1780102 9900 RUBOFF BLACK - l','HEAVY APE 01 - l',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(73,27,'2018-03-15 17:35:51','0000-00-00 00:00:00',513,1,NULL,0,'AWTS1780654 9000 WHITE-BLACK - m','ARTY APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,89.0000,89.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,89.0000,89.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,89.0000,89.0000,89.0000,89.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(74,27,'2018-03-15 17:35:51','0000-00-00 00:00:00',359,1,73,0,'AWTS1780654 9000 WHITE-BLACK - m','ARTY APE 01 - m',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(75,29,'2018-03-15 17:38:22','0000-00-00 00:00:00',507,1,NULL,0,'AWLJ1780152 9900 RUBOFF BLACK - m','BUFFY APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,599.0000,599.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,599.0000,599.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,599.0000,599.0000,599.0000,599.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(76,29,'2018-03-15 17:38:22','0000-00-00 00:00:00',337,1,75,0,'AWLJ1780152 9900 RUBOFF BLACK - m','BUFFY APE 01 - m',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(89,34,'2018-03-16 21:54:43','0000-00-00 00:00:00',507,1,NULL,0,'AWLJ1780152 9900 RUBOFF BLACK - m','BUFFY APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,599.0000,599.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,599.0000,599.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,599.0000,599.0000,599.0000,599.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(90,34,'2018-03-16 21:54:43','0000-00-00 00:00:00',337,1,89,0,'AWLJ1780152 9900 RUBOFF BLACK - m','BUFFY APE 01 - m',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(91,35,'2018-03-17 23:00:36','0000-00-00 00:00:00',502,1,NULL,0,'ALJ1780100 9900 BLACK WHITE - l','PERFECT APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,799.0000,799.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,799.0000,799.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,799.0000,799.0000,799.0000,799.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(92,35,'2018-03-17 23:00:36','0000-00-00 00:00:00',322,1,91,0,'ALJ1780100 9900 BLACK WHITE - l','PERFECT APE 01 - l',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(93,36,'2018-03-20 12:28:43','0000-00-00 00:00:00',500,1,NULL,0,'ALJ1780100 9900 GOAT NUBUCK BLACK - l','PERFECT APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,749.0000,749.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,749.0000,749.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,749.0000,749.0000,749.0000,749.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(94,36,'2018-03-20 12:28:43','0000-00-00 00:00:00',316,1,93,0,'ALJ1780100 9900 GOAT NUBUCK BLACK - l','PERFECT APE 01 - l',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(95,39,'2018-03-21 13:48:17','0000-00-00 00:00:00',509,1,NULL,0,'AWLJ1780154 9900 BLACK - m','GLAMOROUS APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,749.0000,749.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,749.0000,749.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,749.0000,749.0000,749.0000,749.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(96,39,'2018-03-21 13:48:17','0000-00-00 00:00:00',343,1,95,0,'AWLJ1780154 9900 BLACK - m','GLAMOROUS APE 01 - m',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(97,40,'2018-03-22 16:27:38','0000-00-00 00:00:00',504,1,NULL,0,'ALJ1780104 9900 BLACK STUDS - m','HIDDEN APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,849.0000,849.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,849.0000,849.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,849.0000,849.0000,849.0000,849.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(98,40,'2018-03-22 16:27:38','0000-00-00 00:00:00',327,1,97,0,'ALJ1780104 9900 BLACK STUDS - m','HIDDEN APE 01 - m',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(99,41,'2018-03-23 09:30:11','0000-00-00 00:00:00',504,1,NULL,0,'ALJ1780104 9900 BLACK STUDS - m','HIDDEN APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,849.0000,849.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,849.0000,849.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,849.0000,849.0000,849.0000,849.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(100,41,'2018-03-23 09:30:11','0000-00-00 00:00:00',327,1,99,0,'ALJ1780104 9900 BLACK STUDS - m','HIDDEN APE 01 - m',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(101,42,'2018-03-23 09:30:22','0000-00-00 00:00:00',504,1,NULL,0,'ALJ1780104 9900 BLACK STUDS - m','HIDDEN APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,849.0000,849.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,849.0000,849.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,849.0000,849.0000,849.0000,849.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(102,42,'2018-03-23 09:30:22','0000-00-00 00:00:00',327,1,101,0,'ALJ1780104 9900 BLACK STUDS - m','HIDDEN APE 01 - m',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(103,43,'2018-03-23 12:22:42','0000-00-00 00:00:00',501,1,NULL,0,'ALJ1780100 9900 LAMB DD BLACK - m','PERFECT APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,749.0000,749.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,749.0000,749.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,749.0000,749.0000,749.0000,749.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(104,43,'2018-03-23 12:22:42','0000-00-00 00:00:00',318,1,103,0,'ALJ1780100 9900 LAMB DD BLACK - m','PERFECT APE 01 - m',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(105,45,'2018-03-26 12:54:57','0000-00-00 00:00:00',504,1,NULL,0,'ALJ1780104 9900 BLACK STUDS - l','HIDDEN APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,849.0000,849.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,849.0000,849.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,849.0000,849.0000,849.0000,849.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(106,45,'2018-03-26 12:54:57','0000-00-00 00:00:00',328,1,105,0,'ALJ1780104 9900 BLACK STUDS - l','HIDDEN APE 01 - l',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(107,46,'2018-03-26 13:10:23','0000-00-00 00:00:00',533,1,NULL,0,'AJA1780206 9900 BRUT NUBUCK BLACK - l','BRUT APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,649.0000,649.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,649.0000,649.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,649.0000,649.0000,649.0000,649.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(108,46,'2018-03-26 13:10:23','0000-00-00 00:00:00',531,1,107,0,'AJA1780206 9900 BRUT NUBUCK BLACK - l','BRUT APE 01 - l',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(111,46,'2018-03-26 14:14:21','0000-00-00 00:00:00',504,1,NULL,0,'ALJ1780104 9900 BLACK STUDS - l','HIDDEN APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,849.0000,849.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,849.0000,849.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,849.0000,849.0000,849.0000,849.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(112,46,'2018-03-26 14:14:21','0000-00-00 00:00:00',328,1,111,0,'ALJ1780104 9900 BLACK STUDS - l','HIDDEN APE 01 - l',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(113,48,'2018-03-27 15:51:31','0000-00-00 00:00:00',511,1,NULL,0,'AWSW1780850 9000 WHITE - s','BOLT APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,159.0000,159.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,159.0000,159.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,159.0000,159.0000,159.0000,159.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(114,48,'2018-03-27 15:51:31','0000-00-00 00:00:00',350,1,113,0,'AWSW1780850 9000 WHITE - s','BOLT APE 01 - s',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(117,49,'2018-03-27 20:11:56','0000-00-00 00:00:00',514,1,NULL,0,'AWTS1780654 9000 WHITE-COPPER - l','ARTY APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,89.0000,89.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,89.0000,89.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,89.0000,89.0000,89.0000,89.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(118,49,'2018-03-27 20:11:56','0000-00-00 00:00:00',364,1,117,0,'AWTS1780654 9000 WHITE-COPPER - l','ARTY APE 01 - l',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(119,50,'2018-03-28 13:07:44','0000-00-00 00:00:00',500,1,NULL,0,'ALJ1780100 9900 GOAT NUBUCK BLACK - m','PERFECT APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,749.0000,749.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,749.0000,749.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,749.0000,749.0000,749.0000,749.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(120,50,'2018-03-28 13:07:44','0000-00-00 00:00:00',315,1,119,0,'ALJ1780100 9900 GOAT NUBUCK BLACK - m','PERFECT APE 01 - m',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(121,51,'2018-03-28 13:08:13','0000-00-00 00:00:00',500,1,NULL,0,'ALJ1780100 9900 GOAT NUBUCK BLACK - m','PERFECT APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,749.0000,749.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,749.0000,749.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,749.0000,749.0000,749.0000,749.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(122,51,'2018-03-28 13:08:13','0000-00-00 00:00:00',315,1,121,0,'ALJ1780100 9900 GOAT NUBUCK BLACK - m','PERFECT APE 01 - m',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(123,52,'2018-03-29 13:50:22','0000-00-00 00:00:00',500,1,NULL,0,'ALJ1780100 9900 GOAT NUBUCK BLACK - xl','PERFECT APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,749.0000,749.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,749.0000,749.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,749.0000,749.0000,749.0000,749.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(124,52,'2018-03-29 13:50:22','0000-00-00 00:00:00',317,1,123,0,'ALJ1780100 9900 GOAT NUBUCK BLACK - xl','PERFECT APE 01 - xl',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(125,53,'2018-03-29 15:06:03','0000-00-00 00:00:00',500,1,NULL,0,'ALJ1780100 9900 GOAT NUBUCK BLACK - xl','PERFECT APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,749.0000,749.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,749.0000,749.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,749.0000,749.0000,749.0000,749.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(126,53,'2018-03-29 15:06:03','0000-00-00 00:00:00',317,1,125,0,'ALJ1780100 9900 GOAT NUBUCK BLACK - xl','PERFECT APE 01 - xl',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(127,54,'2018-04-04 08:03:30','0000-00-00 00:00:00',502,1,NULL,0,'ALJ1780100 9900 BLACK WHITE - m','PERFECT APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,799.0000,799.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,799.0000,799.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,799.0000,799.0000,799.0000,799.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(128,54,'2018-04-04 08:03:30','0000-00-00 00:00:00',321,1,127,0,'ALJ1780100 9900 BLACK WHITE - m','PERFECT APE 01 - m',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(129,55,'2018-04-04 12:30:51','0000-00-00 00:00:00',511,1,NULL,0,'AWSW1780850 9000 WHITE - s','BOLT APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,159.0000,159.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,159.0000,159.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,159.0000,159.0000,159.0000,159.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(130,55,'2018-04-04 12:30:51','0000-00-00 00:00:00',350,1,129,0,'AWSW1780850 9000 WHITE - s','BOLT APE 01 - s',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(131,56,'2018-04-05 08:34:02','0000-00-00 00:00:00',516,1,NULL,0,'ASH1780400 9000 WHITE - l','DRESSED APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,139.0000,139.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,139.0000,139.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,139.0000,139.0000,139.0000,139.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(132,56,'2018-04-05 08:34:02','0000-00-00 00:00:00',371,1,131,0,'ASH1780400 9000 WHITE - l','DRESSED APE 01 - l',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(133,56,'2018-04-05 08:34:19','0000-00-00 00:00:00',502,1,NULL,0,'ALJ1780100 9900 BLACK WHITE - xl','PERFECT APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,799.0000,799.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,799.0000,799.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,799.0000,799.0000,799.0000,799.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(134,56,'2018-04-05 08:34:19','0000-00-00 00:00:00',323,1,133,0,'ALJ1780100 9900 BLACK WHITE - xl','PERFECT APE 01 - xl',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(135,56,'2018-04-05 08:35:12','0000-00-00 00:00:00',500,1,NULL,0,'ALJ1780100 9900 GOAT NUBUCK BLACK - l','PERFECT APE 01 - NUBUCK',NULL,NULL,NULL,0,0,1.0000,1.0000,749.0000,749.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,749.0000,749.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,749.0000,749.0000,749.0000,749.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(136,56,'2018-04-05 08:35:12','0000-00-00 00:00:00',316,1,135,0,'ALJ1780100 9900 GOAT NUBUCK BLACK - l','PERFECT APE 01 - l',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(137,57,'2018-04-05 09:12:37','0000-00-00 00:00:00',500,1,NULL,0,'ALJ1780100 9900 GOAT NUBUCK BLACK - xl','PERFECT APE 01 - NUBUCK',NULL,NULL,NULL,0,0,1.0000,1.0000,749.0000,749.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,749.0000,749.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,749.0000,749.0000,749.0000,749.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(138,57,'2018-04-05 09:12:37','0000-00-00 00:00:00',317,1,137,0,'ALJ1780100 9900 GOAT NUBUCK BLACK - xl','PERFECT APE 01 - xl',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(143,58,'2018-04-05 09:23:52','0000-00-00 00:00:00',502,1,NULL,0,'ALJ1780100 9900 BLACK WHITE - xl','PERFECT APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,799.0000,799.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,799.0000,799.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,799.0000,799.0000,799.0000,799.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(144,58,'2018-04-05 09:23:52','0000-00-00 00:00:00',323,1,143,0,'ALJ1780100 9900 BLACK WHITE - xl','PERFECT APE 01 - xl',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(145,58,'2018-04-05 09:24:03','0000-00-00 00:00:00',515,1,NULL,0,'ASH1780400 9900 BLACK - xl','DRESSED APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,139.0000,139.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,139.0000,139.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,139.0000,139.0000,139.0000,139.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(146,58,'2018-04-05 09:24:03','0000-00-00 00:00:00',368,1,145,0,'ASH1780400 9900 BLACK - xl','DRESSED APE 01 - xl',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(147,58,'2018-04-05 09:24:19','0000-00-00 00:00:00',533,1,NULL,0,'AJA1780206 9900 BRUT NUBUCK BLACK - l','BRUT APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,649.0000,649.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,649.0000,649.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,649.0000,649.0000,649.0000,649.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(148,58,'2018-04-05 09:24:19','0000-00-00 00:00:00',531,1,147,0,'AJA1780206 9900 BRUT NUBUCK BLACK - l','BRUT APE 01 - l',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(153,59,'2018-04-05 10:17:23','0000-00-00 00:00:00',513,1,NULL,0,'AWTS1780654 9000 WHITE-BLACK - m','ARTY APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,89.0000,89.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,89.0000,89.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,89.0000,89.0000,89.0000,89.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(154,59,'2018-04-05 10:17:23','0000-00-00 00:00:00',359,1,153,0,'AWTS1780654 9000 WHITE-BLACK - m','ARTY APE 01 - m',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(155,59,'2018-04-05 10:17:41','0000-00-00 00:00:00',500,1,NULL,0,'ALJ1780100 9900 GOAT NUBUCK BLACK - l','PERFECT APE 01 - NUBUCK',NULL,NULL,NULL,0,0,1.0000,1.0000,749.0000,749.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,749.0000,749.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,749.0000,749.0000,749.0000,749.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(156,59,'2018-04-05 10:17:41','0000-00-00 00:00:00',316,1,155,0,'ALJ1780100 9900 GOAT NUBUCK BLACK - l','PERFECT APE 01 - l',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(157,60,'2018-04-05 10:19:52','0000-00-00 00:00:00',510,1,NULL,0,'ASW1780800 9900 BLACK - l','SWEATY APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,159.0000,159.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,159.0000,159.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,159.0000,159.0000,159.0000,159.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(158,60,'2018-04-05 10:19:52','0000-00-00 00:00:00',347,1,157,0,'ASW1780800 9900 BLACK - l','SWEATY APE 01 - l',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(159,60,'2018-04-05 10:20:03','0000-00-00 00:00:00',515,1,NULL,0,'ASH1780400 9900 BLACK - l','DRESSED APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,139.0000,139.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,139.0000,139.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,139.0000,139.0000,139.0000,139.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(160,60,'2018-04-05 10:20:03','0000-00-00 00:00:00',367,1,159,0,'ASH1780400 9900 BLACK - l','DRESSED APE 01 - l',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(183,62,'2018-04-05 13:49:49','0000-00-00 00:00:00',510,1,NULL,0,'ASW1780800 9900 BLACK - l','SWEATY APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,159.0000,159.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,159.0000,159.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,159.0000,159.0000,159.0000,159.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(184,62,'2018-04-05 13:49:49','0000-00-00 00:00:00',347,1,183,0,'ASW1780800 9900 BLACK - l','SWEATY APE 01 - l',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(185,63,'2018-04-05 13:53:40','0000-00-00 00:00:00',502,1,NULL,0,'ALJ1780100 9900 BLACK WHITE - l','PERFECT APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,799.0000,799.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,799.0000,799.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,799.0000,799.0000,799.0000,799.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(186,63,'2018-04-05 13:53:40','0000-00-00 00:00:00',322,1,185,0,'ALJ1780100 9900 BLACK WHITE - l','PERFECT APE 01 - l',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(187,63,'2018-04-05 13:54:07','0000-00-00 00:00:00',512,1,NULL,0,'ATS1780602 9900 BLACK - xl','SHY APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,89.0000,89.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,89.0000,89.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,89.0000,89.0000,89.0000,89.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(188,63,'2018-04-05 13:54:07','0000-00-00 00:00:00',356,1,187,0,'ATS1780602 9900 BLACK - xl','SHY APE 01 - xl',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(189,64,'2018-04-08 14:37:57','0000-00-00 00:00:00',500,1,NULL,0,'ALJ1780100 9900 GOAT NUBUCK BLACK - m','PERFECT APE 01 - NUBUCK',NULL,NULL,NULL,0,0,1.0000,1.0000,749.0000,749.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,749.0000,749.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,749.0000,749.0000,749.0000,749.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(190,64,'2018-04-08 14:37:57','0000-00-00 00:00:00',315,1,189,0,'ALJ1780100 9900 GOAT NUBUCK BLACK - m','PERFECT APE 01 - m',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(191,65,'2018-04-09 09:13:49','0000-00-00 00:00:00',502,1,NULL,0,'ALJ1780100 9900 BLACK WHITE - l','PERFECT APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,799.0000,799.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,799.0000,799.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,799.0000,799.0000,799.0000,799.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(192,65,'2018-04-09 09:13:49','0000-00-00 00:00:00',322,1,191,0,'ALJ1780100 9900 BLACK WHITE - l','PERFECT APE 01 - l',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(193,66,'2018-04-09 11:17:43','0000-00-00 00:00:00',510,1,NULL,0,'ASW1780800 9900 BLACK - l','SWEATY APE 01',NULL,NULL,NULL,0,0,1.0000,1.0000,159.0000,159.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,159.0000,159.0000,0.0000,1.0000,'configurable',NULL,NULL,NULL,NULL,NULL,159.0000,159.0000,159.0000,159.0000,0.0000,0.0000,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(194,66,'2018-04-09 11:17:43','0000-00-00 00:00:00',347,1,193,0,'ASW1780800 9900 BLACK - l','SWEATY APE 01 - l',NULL,NULL,NULL,0,0,1.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,'simple',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `QUOTE_ITEM_OPTION_ITEM_ID_QUOTE_ITEM_ITEM_ID` FOREIGN KEY (`item_id`) REFERENCES `quote_item` (`item_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=583 DEFAULT CHARSET=utf8 COMMENT='Sales Flat Quote Item Option';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 (205,69,503,'info_buyRequest','{\"uenc\":\"aHR0cDovL3Nob3Auc2FpbnQtYXBlLmNvbS9hbGoxNzgwMTAyOTkwMHJ1Ym9mZmJsYWNrLWhlYXZ5YXBlMDEuaHRtbA,,\",\"product\":\"503\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1}'),(206,69,503,'attributes','{\"135\":\"6\"}'),(207,69,324,'product_qty_324','1'),(208,69,324,'simple_product','324'),(209,70,324,'info_buyRequest','{\"uenc\":\"aHR0cDovL3Nob3Auc2FpbnQtYXBlLmNvbS9hbGoxNzgwMTAyOTkwMHJ1Ym9mZmJsYWNrLWhlYXZ5YXBlMDEuaHRtbA,,\",\"product\":\"503\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1}'),(210,70,324,'parent_product_id','503'),(211,71,503,'info_buyRequest','{\"uenc\":\"aHR0cDovL3Nob3Auc2FpbnQtYXBlLmNvbS9hbGoxNzgwMTAyOTkwMHJ1Ym9mZmJsYWNrLWhlYXZ5YXBlMDEuaHRtbA,,\",\"product\":\"503\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(212,71,503,'attributes','{\"135\":\"4\"}'),(213,71,325,'product_qty_325','1'),(214,71,325,'simple_product','325'),(215,72,325,'info_buyRequest','{\"uenc\":\"aHR0cDovL3Nob3Auc2FpbnQtYXBlLmNvbS9hbGoxNzgwMTAyOTkwMHJ1Ym9mZmJsYWNrLWhlYXZ5YXBlMDEuaHRtbA,,\",\"product\":\"503\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(216,72,325,'parent_product_id','503'),(217,73,513,'info_buyRequest','{\"uenc\":\"aHR0cDovL3Nob3Auc2FpbnQtYXBlLmNvbS9hd3RzMTc4MDY1NDkwMDB3aGl0ZWJsYWNrLWFydHlhcGUwMS5odG1s\",\"product\":\"513\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1}'),(218,73,513,'attributes','{\"135\":\"6\"}'),(219,73,359,'product_qty_359','1'),(220,73,359,'simple_product','359'),(221,74,359,'info_buyRequest','{\"uenc\":\"aHR0cDovL3Nob3Auc2FpbnQtYXBlLmNvbS9hd3RzMTc4MDY1NDkwMDB3aGl0ZWJsYWNrLWFydHlhcGUwMS5odG1s\",\"product\":\"513\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1}'),(222,74,359,'parent_product_id','513'),(223,75,507,'info_buyRequest','{\"uenc\":\"aHR0cDovL3Nob3Auc2FpbnQtYXBlLmNvbS9hd2xqMTc4MDE1Mjk5MDBydWJvZmZibGFjay1idWZmeWFwZTAxLmh0bWw,\",\"product\":\"507\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1}'),(224,75,507,'attributes','{\"135\":\"6\"}'),(225,75,337,'product_qty_337','1'),(226,75,337,'simple_product','337'),(227,76,337,'info_buyRequest','{\"uenc\":\"aHR0cDovL3Nob3Auc2FpbnQtYXBlLmNvbS9hd2xqMTc4MDE1Mjk5MDBydWJvZmZibGFjay1idWZmeWFwZTAxLmh0bWw,\",\"product\":\"507\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1}'),(228,76,337,'parent_product_id','507'),(265,89,507,'info_buyRequest','{\"uenc\":\"aHR0cDovL3Nob3Auc2FpbnQtYXBlLmNvbS9hd2xqMTc4MDE1Mjk5MDBydWJvZmZibGFjay1idWZmeWFwZTAxLmh0bWw,\",\"product\":\"507\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1}'),(266,89,507,'attributes','{\"135\":\"6\"}'),(267,89,337,'product_qty_337','1'),(268,89,337,'simple_product','337'),(269,90,337,'info_buyRequest','{\"uenc\":\"aHR0cDovL3Nob3Auc2FpbnQtYXBlLmNvbS9hd2xqMTc4MDE1Mjk5MDBydWJvZmZibGFjay1idWZmeWFwZTAxLmh0bWw,\",\"product\":\"507\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1}'),(270,90,337,'parent_product_id','507'),(271,91,502,'info_buyRequest','{\"uenc\":\"aHR0cDovL3Nob3Auc2FpbnQtYXBlLmNvbS9hbGoxNzgwMTAwOTkwMGJsYWNrd2hpdGUtcGVyZmVjdGFwZTAxLmh0bWw,\",\"product\":\"502\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(272,91,502,'attributes','{\"135\":\"4\"}'),(273,91,322,'product_qty_322','1'),(274,91,322,'simple_product','322'),(275,92,322,'info_buyRequest','{\"uenc\":\"aHR0cDovL3Nob3Auc2FpbnQtYXBlLmNvbS9hbGoxNzgwMTAwOTkwMGJsYWNrd2hpdGUtcGVyZmVjdGFwZTAxLmh0bWw,\",\"product\":\"502\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(276,92,322,'parent_product_id','502'),(277,93,500,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwMDk5MDBnb2F0bnVidWNrYmxhY2stcGVyZmVjdGFwZTAxLmh0bWw,\",\"product\":\"500\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(278,93,500,'attributes','{\"135\":\"4\"}'),(279,93,316,'product_qty_316','1'),(280,93,316,'simple_product','316'),(281,94,316,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwMDk5MDBnb2F0bnVidWNrYmxhY2stcGVyZmVjdGFwZTAxLmh0bWw,\",\"product\":\"500\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(282,94,316,'parent_product_id','500'),(283,95,509,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYXdsajE3ODAxNTQ5OTAwYmxhY2stZ2xhbW9yb3VzYXBlMDEuaHRtbA,,\",\"product\":\"509\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1}'),(284,95,509,'attributes','{\"135\":\"6\"}'),(285,95,343,'product_qty_343','1'),(286,95,343,'simple_product','343'),(287,96,343,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYXdsajE3ODAxNTQ5OTAwYmxhY2stZ2xhbW9yb3VzYXBlMDEuaHRtbA,,\",\"product\":\"509\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1}'),(288,96,343,'parent_product_id','509'),(289,97,504,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwNDk5MDBibGFja3N0dWRzLWhpZGRlbmFwZTAxLmh0bWw,\",\"product\":\"504\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1}'),(290,97,504,'attributes','{\"135\":\"6\"}'),(291,97,327,'product_qty_327','1'),(292,97,327,'simple_product','327'),(293,98,327,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwNDk5MDBibGFja3N0dWRzLWhpZGRlbmFwZTAxLmh0bWw,\",\"product\":\"504\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1}'),(294,98,327,'parent_product_id','504'),(295,99,504,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwNDk5MDBibGFja3N0dWRzLWhpZGRlbmFwZTAxLmh0bWw,\",\"product\":\"504\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1}'),(296,99,504,'attributes','{\"135\":\"6\"}'),(297,99,327,'product_qty_327','1'),(298,99,327,'simple_product','327'),(299,100,327,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwNDk5MDBibGFja3N0dWRzLWhpZGRlbmFwZTAxLmh0bWw,\",\"product\":\"504\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1}'),(300,100,327,'parent_product_id','504'),(301,101,504,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwNDk5MDBibGFja3N0dWRzLWhpZGRlbmFwZTAxLmh0bWw,\",\"product\":\"504\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1}'),(302,101,504,'attributes','{\"135\":\"6\"}'),(303,101,327,'product_qty_327','1'),(304,101,327,'simple_product','327'),(305,102,327,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwNDk5MDBibGFja3N0dWRzLWhpZGRlbmFwZTAxLmh0bWw,\",\"product\":\"504\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1}'),(306,102,327,'parent_product_id','504'),(307,103,501,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwMDk5MDBsYW1iZGRibGFjay1wZXJmZWN0YXBlMDEuaHRtbA,,\",\"product\":\"501\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1}'),(308,103,501,'attributes','{\"135\":\"6\"}'),(309,103,318,'product_qty_318','1'),(310,103,318,'simple_product','318'),(311,104,318,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwMDk5MDBsYW1iZGRibGFjay1wZXJmZWN0YXBlMDEuaHRtbA,,\",\"product\":\"501\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1}'),(312,104,318,'parent_product_id','501'),(313,105,504,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwNDk5MDBibGFja3N0dWRzLWhpZGRlbmFwZTAxLmh0bWw,\",\"product\":\"504\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(314,105,504,'attributes','{\"135\":\"4\"}'),(315,105,328,'product_qty_328','1'),(316,105,328,'simple_product','328'),(317,106,328,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwNDk5MDBibGFja3N0dWRzLWhpZGRlbmFwZTAxLmh0bWw,\",\"product\":\"504\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(318,106,328,'parent_product_id','504'),(319,107,533,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWphMTc4MDIwNjk5MDBicnV0bnViYnVja2JsYWNrLWJydXRhcGUwMS5odG1s\",\"product\":\"533\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(320,107,533,'attributes','{\"135\":\"4\"}'),(321,107,531,'product_qty_531','1'),(322,107,531,'simple_product','531'),(323,108,531,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWphMTc4MDIwNjk5MDBicnV0bnViYnVja2JsYWNrLWJydXRhcGUwMS5odG1s\",\"product\":\"533\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(324,108,531,'parent_product_id','533'),(331,111,504,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwNDk5MDBibGFja3N0dWRzLWhpZGRlbmFwZTAxLmh0bWw,\",\"product\":\"504\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(332,111,504,'attributes','{\"135\":\"4\"}'),(333,111,328,'product_qty_328','1'),(334,111,328,'simple_product','328'),(335,112,328,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwNDk5MDBibGFja3N0dWRzLWhpZGRlbmFwZTAxLmh0bWw,\",\"product\":\"504\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(336,112,328,'parent_product_id','504'),(337,113,511,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYXdzdzE3ODA4NTA5MDAwd2hpdGUtYm9sdGFwZTAxLmh0bWw,\",\"product\":\"511\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"7\"},\"qty\":1}'),(338,113,511,'attributes','{\"135\":\"7\"}'),(339,113,350,'product_qty_350','1'),(340,113,350,'simple_product','350'),(341,114,350,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYXdzdzE3ODA4NTA5MDAwd2hpdGUtYm9sdGFwZTAxLmh0bWw,\",\"product\":\"511\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"7\"},\"qty\":1}'),(342,114,350,'parent_product_id','511'),(349,117,514,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYXd0czE3ODA2NTQ5MDAwd2hpdGVjb3BwZXItYXJ0eWFwZTAxLmh0bWw,\",\"product\":\"514\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(350,117,514,'attributes','{\"135\":\"4\"}'),(351,117,364,'product_qty_364','1'),(352,117,364,'simple_product','364'),(353,118,364,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYXd0czE3ODA2NTQ5MDAwd2hpdGVjb3BwZXItYXJ0eWFwZTAxLmh0bWw,\",\"product\":\"514\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(354,118,364,'parent_product_id','514'),(355,119,500,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwMDk5MDBnb2F0bnVidWNrYmxhY2stcGVyZmVjdGFwZTAxLmh0bWw,\",\"product\":\"500\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1}'),(356,119,500,'attributes','{\"135\":\"6\"}'),(357,119,315,'product_qty_315','1'),(358,119,315,'simple_product','315'),(359,120,315,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwMDk5MDBnb2F0bnVidWNrYmxhY2stcGVyZmVjdGFwZTAxLmh0bWw,\",\"product\":\"500\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1}'),(360,120,315,'parent_product_id','500'),(361,121,500,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwMDk5MDBnb2F0bnVidWNrYmxhY2stcGVyZmVjdGFwZTAxLmh0bWw,\",\"product\":\"500\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1}'),(362,121,500,'attributes','{\"135\":\"6\"}'),(363,121,315,'product_qty_315','1'),(364,121,315,'simple_product','315'),(365,122,315,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwMDk5MDBnb2F0bnVidWNrYmxhY2stcGVyZmVjdGFwZTAxLmh0bWw,\",\"product\":\"500\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1}'),(366,122,315,'parent_product_id','500'),(367,123,500,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwMDk5MDBnb2F0bnVidWNrYmxhY2stcGVyZmVjdGFwZTAxLmh0bWw,\",\"product\":\"500\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"5\"},\"qty\":1}'),(368,123,500,'attributes','{\"135\":\"5\"}'),(369,123,317,'product_qty_317','1'),(370,123,317,'simple_product','317'),(371,124,317,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwMDk5MDBnb2F0bnVidWNrYmxhY2stcGVyZmVjdGFwZTAxLmh0bWw,\",\"product\":\"500\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"5\"},\"qty\":1}'),(372,124,317,'parent_product_id','500'),(373,125,500,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwMDk5MDBnb2F0bnVidWNrYmxhY2stcGVyZmVjdGFwZTAxLmh0bWw,\",\"product\":\"500\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"5\"},\"qty\":1}'),(374,125,500,'attributes','{\"135\":\"5\"}'),(375,125,317,'product_qty_317','1'),(376,125,317,'simple_product','317'),(377,126,317,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwMDk5MDBnb2F0bnVidWNrYmxhY2stcGVyZmVjdGFwZTAxLmh0bWw,\",\"product\":\"500\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"5\"},\"qty\":1}'),(378,126,317,'parent_product_id','500'),(379,127,502,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwMDk5MDBibGFja3doaXRlLXBlcmZlY3RhcGUwMS5odG1s\",\"product\":\"502\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1}'),(380,127,502,'attributes','{\"135\":\"6\"}'),(381,127,321,'product_qty_321','1'),(382,127,321,'simple_product','321'),(383,128,321,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwMDk5MDBibGFja3doaXRlLXBlcmZlY3RhcGUwMS5odG1s\",\"product\":\"502\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1}'),(384,128,321,'parent_product_id','502'),(385,129,511,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYXdzdzE3ODA4NTA5MDAwd2hpdGUtYm9sdGFwZTAxLmh0bWw,\",\"product\":\"511\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"7\"},\"qty\":1}'),(386,129,511,'attributes','{\"135\":\"7\"}'),(387,129,350,'product_qty_350','1'),(388,129,350,'simple_product','350'),(389,130,350,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYXdzdzE3ODA4NTA5MDAwd2hpdGUtYm9sdGFwZTAxLmh0bWw,\",\"product\":\"511\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"7\"},\"qty\":1}'),(390,130,350,'parent_product_id','511'),(391,131,516,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYXNoMTc4MDQwMDkwMDB3aGl0ZS1kcmVzc2VkYXBlMDEuaHRtbA,,\",\"product\":\"516\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(392,131,516,'attributes','{\"135\":\"4\"}'),(393,131,371,'product_qty_371','1'),(394,131,371,'simple_product','371'),(395,132,371,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYXNoMTc4MDQwMDkwMDB3aGl0ZS1kcmVzc2VkYXBlMDEuaHRtbA,,\",\"product\":\"516\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(396,132,371,'parent_product_id','516'),(397,133,502,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwMDk5MDBibGFja3doaXRlLXBlcmZlY3RhcGUwMS5odG1s\",\"product\":\"502\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"5\"},\"qty\":1}'),(398,133,502,'attributes','{\"135\":\"5\"}'),(399,133,323,'product_qty_323','1'),(400,133,323,'simple_product','323'),(401,134,323,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwMDk5MDBibGFja3doaXRlLXBlcmZlY3RhcGUwMS5odG1s\",\"product\":\"502\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"5\"},\"qty\":1}'),(402,134,323,'parent_product_id','502'),(403,135,500,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwMDk5MDBnb2F0bnVidWNrYmxhY2stcGVyZmVjdGFwZTAxLmh0bWw,\",\"product\":\"500\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(404,135,500,'attributes','{\"135\":\"4\"}'),(405,135,316,'product_qty_316','1'),(406,135,316,'simple_product','316'),(407,136,316,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwMDk5MDBnb2F0bnVidWNrYmxhY2stcGVyZmVjdGFwZTAxLmh0bWw,\",\"product\":\"500\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(408,136,316,'parent_product_id','500'),(409,137,500,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwMDk5MDBnb2F0bnVidWNrYmxhY2stcGVyZmVjdGFwZTAxLmh0bWw,\",\"product\":\"500\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"5\"},\"qty\":1}'),(410,137,500,'attributes','{\"135\":\"5\"}'),(411,137,317,'product_qty_317','1'),(412,137,317,'simple_product','317'),(413,138,317,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwMDk5MDBnb2F0bnVidWNrYmxhY2stcGVyZmVjdGFwZTAxLmh0bWw,\",\"product\":\"500\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"5\"},\"qty\":1}'),(414,138,317,'parent_product_id','500'),(427,143,502,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwMDk5MDBibGFja3doaXRlLXBlcmZlY3RhcGUwMS5odG1s\",\"product\":\"502\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"5\"},\"qty\":1}'),(428,143,502,'attributes','{\"135\":\"5\"}'),(429,143,323,'product_qty_323','1'),(430,143,323,'simple_product','323'),(431,144,323,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwMDk5MDBibGFja3doaXRlLXBlcmZlY3RhcGUwMS5odG1s\",\"product\":\"502\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"5\"},\"qty\":1}'),(432,144,323,'parent_product_id','502'),(433,145,515,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYXNoMTc4MDQwMDk5MDBibGFjay1kcmVzc2VkYXBlMDEuaHRtbA,,\",\"product\":\"515\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"5\"},\"qty\":1}'),(434,145,515,'attributes','{\"135\":\"5\"}'),(435,145,368,'product_qty_368','1'),(436,145,368,'simple_product','368'),(437,146,368,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYXNoMTc4MDQwMDk5MDBibGFjay1kcmVzc2VkYXBlMDEuaHRtbA,,\",\"product\":\"515\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"5\"},\"qty\":1}'),(438,146,368,'parent_product_id','515'),(439,147,533,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWphMTc4MDIwNjk5MDBicnV0bnViYnVja2JsYWNrLWJydXRhcGUwMS5odG1s\",\"product\":\"533\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(440,147,533,'attributes','{\"135\":\"4\"}'),(441,147,531,'product_qty_531','1'),(442,147,531,'simple_product','531'),(443,148,531,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWphMTc4MDIwNjk5MDBicnV0bnViYnVja2JsYWNrLWJydXRhcGUwMS5odG1s\",\"product\":\"533\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(444,148,531,'parent_product_id','533'),(457,153,513,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYXd0czE3ODA2NTQ5MDAwd2hpdGVibGFjay1hcnR5YXBlMDEuaHRtbA,,\",\"product\":\"513\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1}'),(458,153,513,'attributes','{\"135\":\"6\"}'),(459,153,359,'product_qty_359','1'),(460,153,359,'simple_product','359'),(461,154,359,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYXd0czE3ODA2NTQ5MDAwd2hpdGVibGFjay1hcnR5YXBlMDEuaHRtbA,,\",\"product\":\"513\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1}'),(462,154,359,'parent_product_id','513'),(463,155,500,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwMDk5MDBnb2F0bnVidWNrYmxhY2stcGVyZmVjdGFwZTAxLmh0bWw,\",\"product\":\"500\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(464,155,500,'attributes','{\"135\":\"4\"}'),(465,155,316,'product_qty_316','1'),(466,155,316,'simple_product','316'),(467,156,316,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwMDk5MDBnb2F0bnVidWNrYmxhY2stcGVyZmVjdGFwZTAxLmh0bWw,\",\"product\":\"500\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(468,156,316,'parent_product_id','500'),(469,157,510,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYXN3MTc4MDgwMDk5MDBibGFjay1zd2VhdHlhcGUwMS5odG1s\",\"product\":\"510\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(470,157,510,'attributes','{\"135\":\"4\"}'),(471,157,347,'product_qty_347','1'),(472,157,347,'simple_product','347'),(473,158,347,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYXN3MTc4MDgwMDk5MDBibGFjay1zd2VhdHlhcGUwMS5odG1s\",\"product\":\"510\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(474,158,347,'parent_product_id','510'),(475,159,515,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYXNoMTc4MDQwMDk5MDBibGFjay1kcmVzc2VkYXBlMDEuaHRtbA,,\",\"product\":\"515\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(476,159,515,'attributes','{\"135\":\"4\"}'),(477,159,367,'product_qty_367','1'),(478,159,367,'simple_product','367'),(479,160,367,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYXNoMTc4MDQwMDk5MDBibGFjay1kcmVzc2VkYXBlMDEuaHRtbA,,\",\"product\":\"515\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(480,160,367,'parent_product_id','515'),(547,183,510,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYXN3MTc4MDgwMDk5MDBibGFjay1zd2VhdHlhcGUwMS5odG1s\",\"product\":\"510\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(548,183,510,'attributes','{\"135\":\"4\"}'),(549,183,347,'product_qty_347','1'),(550,183,347,'simple_product','347'),(551,184,347,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYXN3MTc4MDgwMDk5MDBibGFjay1zd2VhdHlhcGUwMS5odG1s\",\"product\":\"510\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(552,184,347,'parent_product_id','510'),(553,185,502,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwMDk5MDBibGFja3doaXRlLXBlcmZlY3RhcGUwMS5odG1s\",\"product\":\"502\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(554,185,502,'attributes','{\"135\":\"4\"}'),(555,185,322,'product_qty_322','1'),(556,185,322,'simple_product','322'),(557,186,322,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwMDk5MDBibGFja3doaXRlLXBlcmZlY3RhcGUwMS5odG1s\",\"product\":\"502\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(558,186,322,'parent_product_id','502'),(559,187,512,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYXRzMTc4MDYwMjk5MDBibGFjay1zaHlhcGUwMS5odG1s\",\"product\":\"512\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"5\"},\"qty\":1}'),(560,187,512,'attributes','{\"135\":\"5\"}'),(561,187,356,'product_qty_356','1'),(562,187,356,'simple_product','356'),(563,188,356,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYXRzMTc4MDYwMjk5MDBibGFjay1zaHlhcGUwMS5odG1s\",\"product\":\"512\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"5\"},\"qty\":1}'),(564,188,356,'parent_product_id','512'),(565,189,500,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwMDk5MDBnb2F0bnVidWNrYmxhY2stcGVyZmVjdGFwZTAxLmh0bWw,\",\"product\":\"500\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1}'),(566,189,500,'attributes','{\"135\":\"6\"}'),(567,189,315,'product_qty_315','1'),(568,189,315,'simple_product','315'),(569,190,315,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwMDk5MDBnb2F0bnVidWNrYmxhY2stcGVyZmVjdGFwZTAxLmh0bWw,\",\"product\":\"500\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1}'),(570,190,315,'parent_product_id','500'),(571,191,502,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwMDk5MDBibGFja3doaXRlLXBlcmZlY3RhcGUwMS5odG1s\",\"product\":\"502\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(572,191,502,'attributes','{\"135\":\"4\"}'),(573,191,322,'product_qty_322','1'),(574,191,322,'simple_product','322'),(575,192,322,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYWxqMTc4MDEwMDk5MDBibGFja3doaXRlLXBlcmZlY3RhcGUwMS5odG1s\",\"product\":\"502\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(576,192,322,'parent_product_id','502'),(577,193,510,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYXN3MTc4MDgwMDk5MDBibGFjay1zd2VhdHlhcGUwMS5odG1s\",\"product\":\"510\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(578,193,510,'attributes','{\"135\":\"4\"}'),(579,193,347,'product_qty_347','1'),(580,193,347,'simple_product','347'),(581,194,347,'info_buyRequest','{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYXN3MTc4MDgwMDk5MDBibGFjay1zd2VhdHlhcGUwMS5odG1s\",\"product\":\"510\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}'),(582,194,347,'parent_product_id','510');
/*!40000 ALTER TABLE `quote_item_option` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `quote_payment`
--
DROP TABLE IF EXISTS `quote_payment`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `QUOTE_PAYMENT_QUOTE_ID_QUOTE_ENTITY_ID` FOREIGN KEY (`quote_id`) REFERENCES `quote` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COMMENT='Sales Flat Quote Payment';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `quote_payment`
--
LOCK TABLES `quote_payment` WRITE;
/*!40000 ALTER TABLE `quote_payment` DISABLE KEYS */;
INSERT INTO `quote_payment` VALUES (1,5,'2018-03-13 12:21:17','0000-00-00 00:00:00','checkmo',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,NULL,NULL,'null',NULL,NULL,NULL),(2,7,'2018-03-13 12:30:58','0000-00-00 00:00:00','checkmo',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,NULL,NULL,'null',NULL,NULL,NULL),(3,8,'2018-03-13 12:36:11','0000-00-00 00:00:00','ideal',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,NULL,NULL,'{\"issuerid\":null}',NULL,NULL,NULL),(4,12,'2018-03-13 17:21:20','0000-00-00 00:00:00','checkmo',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,NULL,NULL,'null',NULL,NULL,NULL),(5,28,'2018-03-15 15:03:37','0000-00-00 00:00:00','checkmo',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,NULL,NULL,'null',NULL,NULL,NULL),(6,27,'2018-03-15 17:37:24','0000-00-00 00:00:00','checkmo',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,NULL,NULL,'null',NULL,NULL,NULL),(7,66,'2018-04-09 11:19:19','0000-00-00 00:00:00','checkmo',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,0,NULL,NULL,NULL,'null',NULL,NULL,NULL);
/*!40000 ALTER TABLE `quote_payment` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `quote_shipping_rate`
--
DROP TABLE IF EXISTS `quote_shipping_rate`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `QUOTE_SHIPPING_RATE_ADDRESS_ID_QUOTE_ADDRESS_ADDRESS_ID` FOREIGN KEY (`address_id`) REFERENCES `quote_address` (`address_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=147 DEFAULT CHARSET=utf8 COMMENT='Sales Flat Quote Shipping Rate';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `quote_shipping_rate`
--
LOCK TABLES `quote_shipping_rate` WRITE;
/*!40000 ALTER TABLE `quote_shipping_rate` DISABLE KEYS */;
INSERT INTO `quote_shipping_rate` VALUES (1,4,'2018-03-12 21:35:57','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(5,10,'2018-03-13 12:21:17','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(9,15,'2018-03-13 12:30:58','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(14,18,'2018-03-13 12:37:20','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(15,21,'2018-03-13 12:46:09','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(17,23,'2018-03-13 12:50:14','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(22,25,'2018-03-13 14:39:16','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(27,29,'2018-03-13 15:45:56','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(32,27,'2018-03-13 17:21:20','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,10.0000,NULL,'Fixed'),(36,34,'2018-03-13 20:45:37','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(37,36,'2018-03-13 21:35:34','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(38,38,'2018-03-13 21:53:53','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(39,40,'2018-03-13 22:10:42','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(40,42,'2018-03-14 07:33:19','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(41,44,'2018-03-14 09:54:09','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(42,46,'2018-03-14 10:03:17','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(43,48,'2018-03-14 13:00:48','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(45,50,'2018-03-14 14:19:04','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(48,52,'2018-03-14 14:50:38','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(51,54,'2018-03-14 20:22:21','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(52,56,'2018-03-14 22:25:44','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(58,60,'2018-03-15 15:03:37','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,10.0000,NULL,'Fixed'),(62,58,'2018-03-15 17:37:24','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(63,64,'2018-03-15 17:38:22','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(68,32,'2018-03-16 09:49:31','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,10.0000,NULL,'Fixed'),(69,72,'2018-03-16 14:32:16','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(70,74,'2018-03-16 21:54:43','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(71,76,'2018-03-17 23:00:36','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(72,78,'2018-03-20 12:28:43','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(73,84,'2018-03-21 13:48:17','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(74,86,'2018-03-22 16:27:38','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(75,88,'2018-03-23 09:30:11','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(77,90,'2018-03-23 09:31:16','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(78,92,'2018-03-23 12:22:42','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(79,96,'2018-03-26 12:54:57','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(84,98,'2018-03-26 14:17:00','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,10.0000,NULL,'Fixed'),(85,102,'2018-03-27 15:51:31','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(89,104,'2018-03-27 20:12:27','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(90,106,'2018-03-28 13:07:44','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(91,108,'2018-03-28 13:08:13','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(94,110,'2018-03-29 14:36:06','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(96,112,'2018-03-29 15:06:33','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(97,114,'2018-04-04 08:03:30','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(98,116,'2018-04-04 12:30:51','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(101,118,'2018-04-05 08:35:12','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,15.0000,NULL,'Fixed'),(108,122,'2018-04-05 09:24:19','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,15.0000,NULL,'Fixed'),(113,124,'2018-04-05 10:17:41','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,10.0000,NULL,'Fixed'),(115,126,'2018-04-05 10:20:03','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,10.0000,NULL,'Fixed'),(117,120,'2018-04-05 10:38:06','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(130,128,'2018-04-05 12:52:11','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(138,130,'2018-04-05 13:49:49','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(140,132,'2018-04-05 13:54:07','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,10.0000,NULL,'Fixed'),(141,134,'2018-04-08 14:37:57','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(142,136,'2018-04-09 09:13:49','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed'),(146,138,'2018-04-09 11:19:19','0000-00-00 00:00:00','flatrate','Flat Rate','flatrate_flatrate','flatrate',NULL,5.0000,NULL,'Fixed');
/*!40000 ALTER TABLE `quote_shipping_rate` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `rating`
--
DROP TABLE IF EXISTS `rating`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `RATING_ENTITY_ID_RATING_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `rating_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Ratings';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `RATING_OPTION_RATING_ID_RATING_RATING_ID` FOREIGN KEY (`rating_id`) REFERENCES `rating` (`rating_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8 COMMENT='Rating options';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `RATING_OPTION_VOTE_OPTION_ID_RATING_OPTION_OPTION_ID` FOREIGN KEY (`option_id`) REFERENCES `rating_option` (`option_id`) ON DELETE CASCADE,
CONSTRAINT `RATING_OPTION_VOTE_REVIEW_ID_REVIEW_REVIEW_ID` FOREIGN KEY (`review_id`) REFERENCES `review` (`review_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Rating option values';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `rating_option_vote`
--
LOCK TABLES `rating_option_vote` WRITE;
/*!40000 ALTER TABLE `rating_option_vote` DISABLE KEYS */;
/*!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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `RATING_OPTION_VOTE_AGGREGATED_RATING_ID_RATING_RATING_ID` FOREIGN KEY (`rating_id`) REFERENCES `rating` (`rating_id`) ON DELETE CASCADE,
CONSTRAINT `RATING_OPTION_VOTE_AGGREGATED_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Rating vote aggregated';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `rating_option_vote_aggregated`
--
LOCK TABLES `rating_option_vote_aggregated` WRITE;
/*!40000 ALTER TABLE `rating_option_vote_aggregated` DISABLE KEYS */;
/*!40000 ALTER TABLE `rating_option_vote_aggregated` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `rating_store`
--
DROP TABLE IF EXISTS `rating_store`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `RATING_STORE_RATING_ID_RATING_RATING_ID` FOREIGN KEY (`rating_id`) REFERENCES `rating` (`rating_id`) ON DELETE CASCADE,
CONSTRAINT `RATING_STORE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Rating Store';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `rating_store`
--
LOCK TABLES `rating_store` WRITE;
/*!40000 ALTER TABLE `rating_store` DISABLE KEYS */;
/*!40000 ALTER TABLE `rating_store` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `rating_title`
--
DROP TABLE IF EXISTS `rating_title`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `RATING_TITLE_RATING_ID_RATING_RATING_ID` FOREIGN KEY (`rating_id`) REFERENCES `rating` (`rating_id`) ON DELETE CASCADE,
CONSTRAINT `RATING_TITLE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Rating Title';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `rating_title`
--
LOCK TABLES `rating_title` WRITE;
/*!40000 ALTER TABLE `rating_title` DISABLE KEYS */;
/*!40000 ALTER TABLE `rating_title` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `release_notification_viewer_log`
--
DROP TABLE IF EXISTS `release_notification_viewer_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `RELEASE_NOTIFICATION_VIEWER_LOG_VIEWER_ID_ADMIN_USER_USER_ID` FOREIGN KEY (`viewer_id`) REFERENCES `admin_user` (`user_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Release Notification Viewer Log Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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,1,'2.2.3'),(2,2,'2.2.3'),(3,3,'2.2.3');
/*!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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `REPORT_CMPD_PRD_IDX_CSTR_ID_CSTR_ENTT_ENTT_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE,
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,
CONSTRAINT `REPORT_COMPARED_PRODUCT_INDEX_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Reports Compared Product Index Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `report_compared_product_index`
--
LOCK TABLES `report_compared_product_index` WRITE;
/*!40000 ALTER TABLE `report_compared_product_index` DISABLE KEYS */;
/*!40000 ALTER TABLE `report_compared_product_index` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `report_event`
--
DROP TABLE IF EXISTS `report_event`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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,
CONSTRAINT `REPORT_EVENT_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=2230 DEFAULT CHARSET=utf8 COMMENT='Reports Event Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `report_event`
--
LOCK TABLES `report_event` WRITE;
/*!40000 ALTER TABLE `report_event` DISABLE KEYS */;
INSERT INTO `report_event` VALUES (127,'2018-03-14 12:28:34',1,54,1,0,1),(128,'2018-03-14 12:28:42',1,54,1,0,1),(129,'2018-03-14 12:44:27',1,62,1,0,1),(130,'2018-03-14 12:48:55',1,62,1,0,1),(131,'2018-03-14 12:49:46',1,53,1,0,1),(132,'2018-03-14 12:50:14',1,60,1,0,1),(136,'2018-03-14 12:52:28',1,52,1,0,1),(138,'2018-03-14 12:53:18',1,53,1,0,1),(139,'2018-03-14 12:53:29',1,52,1,0,1),(142,'2018-03-14 12:54:42',1,65,1,0,1),(144,'2018-03-14 12:55:17',1,53,1,0,1),(146,'2018-03-14 12:56:17',1,64,1,0,1),(148,'2018-03-14 12:57:30',1,67,1,0,1),(150,'2018-03-14 12:59:18',1,170,1,0,1),(152,'2018-03-14 12:59:36',1,179,1,0,1),(160,'2018-03-14 13:10:55',1,179,1,0,1),(161,'2018-03-14 13:11:49',4,179,1,0,1),(162,'2018-03-14 13:23:38',1,172,1,0,1),(163,'2018-03-14 13:24:43',1,172,1,0,1),(164,'2018-03-14 13:25:31',1,172,1,0,1),(165,'2018-03-14 13:26:13',1,182,1,0,1),(166,'2018-03-14 13:26:38',1,180,1,0,1),(167,'2018-03-14 13:27:27',1,177,1,0,1),(172,'2018-03-14 14:40:34',1,179,1,0,1),(173,'2018-03-14 14:40:35',1,179,1,0,1),(174,'2018-03-14 14:40:44',1,179,1,0,1),(175,'2018-03-14 14:47:45',1,179,1,0,1),(176,'2018-03-14 14:49:39',1,179,1,0,1),(182,'2018-03-14 14:58:25',1,169,1,0,1),(183,'2018-03-14 14:58:31',4,169,1,0,1),(184,'2018-03-14 15:00:09',1,169,1,0,1),(185,'2018-03-14 15:26:34',1,169,1,0,1),(186,'2018-03-14 15:26:35',1,169,1,0,1),(187,'2018-03-14 15:26:36',1,169,1,0,1),(188,'2018-03-14 15:26:37',1,169,1,0,1),(189,'2018-03-14 15:26:48',1,169,1,0,1),(190,'2018-03-14 15:47:00',1,169,1,0,1),(193,'2018-03-14 16:40:40',1,169,1,0,1),(194,'2018-03-14 16:43:26',1,179,1,0,1),(195,'2018-03-14 16:56:35',1,171,1,0,1),(196,'2018-03-14 16:58:53',1,171,1,0,1),(414,'2018-03-15 17:49:32',4,508,1,0,1),(415,'2018-03-15 17:49:56',1,502,1,0,1),(418,'2018-03-15 17:52:14',1,501,1,0,1),(420,'2018-03-15 17:52:36',1,521,1,0,1),(421,'2018-03-15 17:52:58',1,506,1,0,1),(422,'2018-03-15 17:53:04',1,507,1,0,1),(423,'2018-03-15 17:53:05',1,507,1,0,1),(425,'2018-03-15 17:53:32',1,501,1,0,1),(438,'2018-03-15 23:09:14',4,503,1,0,1),(457,'2018-03-16 09:50:50',1,517,1,0,1),(1263,'2018-03-21 08:37:04',1,515,2,0,1),(1264,'2018-03-21 08:37:32',1,524,2,0,1),(1615,'2018-03-26 14:15:55',4,504,5,0,1),(1624,'2018-03-26 14:27:35',1,506,5,0,1),(1629,'2018-03-26 14:30:29',1,515,5,0,1),(2196,'2018-04-09 23:24:56',1,517,3265,1,1),(2197,'2018-04-10 00:40:41',1,520,3268,1,1),(2198,'2018-04-10 06:15:25',1,503,3275,1,1),(2199,'2018-04-10 06:41:45',1,500,3277,1,1),(2200,'2018-04-10 06:43:23',1,524,3278,1,1),(2201,'2018-04-10 08:25:47',1,502,3287,1,1),(2202,'2018-04-10 08:25:58',1,513,3288,1,1),(2203,'2018-04-10 08:26:14',1,522,3287,1,1),(2204,'2018-04-10 08:26:40',1,524,3287,1,1),(2205,'2018-04-10 08:26:59',1,504,3287,1,1),(2206,'2018-04-10 09:41:08',1,527,3296,1,1),(2207,'2018-04-10 12:20:56',1,525,3302,1,1),(2208,'2018-04-10 12:25:07',1,522,3303,1,1),(2209,'2018-04-10 12:25:42',1,512,3303,1,1),(2210,'2018-04-10 14:46:08',1,500,3314,1,1),(2211,'2018-04-10 14:51:20',1,533,3317,1,1),(2212,'2018-04-10 14:51:44',1,512,3317,1,1),(2213,'2018-04-10 14:55:59',1,500,3319,1,1),(2214,'2018-04-10 15:48:52',1,512,3326,1,1),(2215,'2018-04-10 16:28:46',1,527,3330,1,1),(2216,'2018-04-10 17:11:14',1,524,3333,1,1),(2217,'2018-04-10 19:37:30',1,510,3339,1,1),(2218,'2018-04-10 19:38:19',1,512,3339,1,1),(2219,'2018-04-10 19:38:35',1,522,3339,1,1),(2220,'2018-04-10 19:39:03',1,502,3339,1,1),(2221,'2018-04-10 20:20:52',1,501,3341,1,1),(2222,'2018-04-10 20:47:07',1,522,3343,1,1),(2223,'2018-04-10 20:48:26',1,522,3343,1,1),(2224,'2018-04-11 01:10:03',1,505,3360,1,1),(2225,'2018-04-11 02:04:33',1,522,3361,1,1),(2226,'2018-04-11 02:05:09',1,522,3361,1,1),(2227,'2018-04-11 03:15:06',1,501,3362,1,1),(2228,'2018-04-11 03:15:19',1,500,3362,1,1),(2229,'2018-04-11 04:14:16',1,502,3364,1,1);
/*!40000 ALTER TABLE `report_event` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `report_event_types`
--
DROP TABLE IF EXISTS `report_event_types`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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,
CONSTRAINT `REPORT_VIEWED_PRODUCT_AGGREGATED_DAILY_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Most Viewed Products Aggregated Daily';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `report_viewed_product_aggregated_daily`
--
LOCK TABLES `report_viewed_product_aggregated_daily` WRITE;
/*!40000 ALTER TABLE `report_viewed_product_aggregated_daily` DISABLE KEYS */;
/*!40000 ALTER TABLE `report_viewed_product_aggregated_daily` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `report_viewed_product_aggregated_monthly`
--
DROP TABLE IF EXISTS `report_viewed_product_aggregated_monthly`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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,
CONSTRAINT `REPORT_VIEWED_PRODUCT_AGGREGATED_MONTHLY_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Most Viewed Products Aggregated Monthly';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `report_viewed_product_aggregated_monthly`
--
LOCK TABLES `report_viewed_product_aggregated_monthly` WRITE;
/*!40000 ALTER TABLE `report_viewed_product_aggregated_monthly` DISABLE KEYS */;
/*!40000 ALTER TABLE `report_viewed_product_aggregated_monthly` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `report_viewed_product_aggregated_yearly`
--
DROP TABLE IF EXISTS `report_viewed_product_aggregated_yearly`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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,
CONSTRAINT `REPORT_VIEWED_PRODUCT_AGGREGATED_YEARLY_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Most Viewed Products Aggregated Yearly';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `report_viewed_product_aggregated_yearly`
--
LOCK TABLES `report_viewed_product_aggregated_yearly` WRITE;
/*!40000 ALTER TABLE `report_viewed_product_aggregated_yearly` DISABLE KEYS */;
/*!40000 ALTER TABLE `report_viewed_product_aggregated_yearly` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `report_viewed_product_index`
--
DROP TABLE IF EXISTS `report_viewed_product_index`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `REPORT_VIEWED_PRD_IDX_CSTR_ID_CSTR_ENTT_ENTT_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE,
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,
CONSTRAINT `REPORT_VIEWED_PRODUCT_INDEX_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=2132 DEFAULT CHARSET=utf8 COMMENT='Reports Viewed Product Index Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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 (382,NULL,1,507,1,'2018-03-15 17:53:04'),(414,NULL,1,517,1,'2018-03-16 09:50:50'),(1215,NULL,2,515,1,'2018-03-21 08:37:04'),(1216,NULL,2,524,1,'2018-03-21 08:37:32'),(1228,NULL,NULL,512,1,'2018-03-21 11:19:12'),(1244,NULL,NULL,512,1,'2018-03-21 15:01:23'),(1245,NULL,NULL,517,1,'2018-03-21 15:01:33'),(1246,NULL,NULL,511,1,'2018-03-21 15:01:38'),(1247,NULL,NULL,519,1,'2018-03-21 15:01:47'),(1248,NULL,NULL,510,1,'2018-03-21 15:01:56'),(1249,NULL,NULL,515,1,'2018-03-21 15:02:05'),(1250,NULL,NULL,516,1,'2018-03-21 15:02:13'),(1251,NULL,NULL,520,1,'2018-03-21 15:02:22'),(1252,NULL,NULL,521,1,'2018-03-21 15:02:30'),(1253,NULL,NULL,518,1,'2018-03-21 15:02:39'),(1254,NULL,NULL,527,1,'2018-03-21 15:02:47'),(1255,NULL,NULL,528,1,'2018-03-21 15:02:56'),(1256,NULL,NULL,513,1,'2018-03-21 15:03:05'),(1257,NULL,NULL,509,1,'2018-03-21 15:03:13'),(1258,NULL,NULL,504,1,'2018-03-21 15:03:21'),(1259,NULL,NULL,514,1,'2018-03-21 15:03:30'),(1260,NULL,NULL,503,1,'2018-03-21 15:03:38'),(1261,NULL,NULL,529,1,'2018-03-21 15:03:46'),(1262,NULL,NULL,506,1,'2018-03-21 15:03:55'),(1263,NULL,NULL,507,1,'2018-03-21 15:04:03'),(1264,NULL,NULL,502,1,'2018-03-21 15:04:12'),(1265,NULL,NULL,501,1,'2018-03-21 15:04:20'),(1266,NULL,NULL,508,1,'2018-03-21 15:04:28'),(1267,NULL,NULL,525,1,'2018-03-21 15:04:37'),(1268,NULL,NULL,524,1,'2018-03-21 15:04:45'),(1269,NULL,NULL,500,1,'2018-03-21 15:04:54'),(1270,NULL,NULL,522,1,'2018-03-21 15:05:03'),(1271,NULL,NULL,523,1,'2018-03-21 15:05:11'),(1272,NULL,NULL,505,1,'2018-03-21 15:05:19'),(1273,NULL,NULL,526,1,'2018-03-21 15:05:28'),(1323,NULL,NULL,511,1,'2018-03-22 05:36:31'),(1324,NULL,NULL,517,1,'2018-03-22 05:36:39'),(1325,NULL,NULL,510,1,'2018-03-22 05:36:48'),(1326,NULL,NULL,519,1,'2018-03-22 05:36:57'),(1327,NULL,NULL,516,1,'2018-03-22 05:37:06'),(1328,NULL,NULL,515,1,'2018-03-22 05:37:15'),(1329,NULL,NULL,520,1,'2018-03-22 05:37:24'),(1330,NULL,NULL,521,1,'2018-03-22 05:37:33'),(1331,NULL,NULL,527,1,'2018-03-22 05:37:42'),(1332,NULL,NULL,509,1,'2018-03-22 05:38:00'),(1333,NULL,NULL,513,1,'2018-03-22 05:38:09'),(1334,NULL,NULL,503,1,'2018-03-22 05:38:18'),(1335,NULL,NULL,504,1,'2018-03-22 05:38:26'),(1336,NULL,NULL,514,1,'2018-03-22 05:38:35'),(1337,NULL,NULL,506,1,'2018-03-22 05:38:44'),(1338,NULL,NULL,502,1,'2018-03-22 05:38:53'),(1339,NULL,NULL,507,1,'2018-03-22 05:39:02'),(1340,NULL,NULL,501,1,'2018-03-22 05:39:11'),(1341,NULL,NULL,508,1,'2018-03-22 05:39:20'),(1342,NULL,NULL,533,1,'2018-03-22 05:39:29'),(1343,NULL,NULL,524,1,'2018-03-22 05:39:38'),(1344,NULL,NULL,525,1,'2018-03-22 05:39:47'),(1345,NULL,NULL,500,1,'2018-03-22 05:40:05'),(1346,NULL,NULL,522,1,'2018-03-22 05:40:14'),(1347,NULL,NULL,505,1,'2018-03-22 05:40:23'),(1348,NULL,NULL,526,1,'2018-03-22 05:40:32'),(1567,NULL,5,506,1,'2018-03-26 14:27:35'),(1572,NULL,5,515,1,'2018-03-26 14:30:29'),(1653,NULL,NULL,511,1,'2018-03-27 02:39:33'),(1728,NULL,NULL,512,1,'2018-03-27 23:47:15'),(1729,NULL,NULL,517,1,'2018-03-28 01:03:03'),(1730,NULL,NULL,510,1,'2018-03-28 02:18:50'),(1732,NULL,NULL,519,1,'2018-03-28 03:34:37'),(1733,NULL,NULL,516,1,'2018-03-28 04:50:24'),(1736,NULL,NULL,515,1,'2018-03-28 06:06:11'),(1741,NULL,NULL,520,1,'2018-03-28 07:21:58'),(1744,NULL,NULL,503,1,'2018-03-28 08:37:45'),(1745,NULL,NULL,504,1,'2018-03-28 09:53:33'),(1749,NULL,NULL,514,1,'2018-03-28 11:09:22'),(1753,NULL,NULL,506,1,'2018-03-28 12:25:08'),(1776,NULL,NULL,502,1,'2018-03-28 13:40:53'),(1778,NULL,NULL,507,1,'2018-03-28 14:56:40'),(1781,NULL,NULL,501,1,'2018-03-28 16:12:27'),(1783,NULL,NULL,508,1,'2018-03-28 17:28:14'),(1785,NULL,NULL,533,1,'2018-03-28 18:44:02'),(1789,NULL,NULL,524,1,'2018-03-28 19:59:48'),(1791,NULL,NULL,525,1,'2018-03-28 21:15:36'),(1792,NULL,NULL,500,1,'2018-03-28 22:31:22'),(1793,NULL,NULL,522,1,'2018-03-28 23:47:10'),(1794,NULL,NULL,521,1,'2018-03-29 03:47:52'),(1795,NULL,NULL,527,1,'2018-03-29 03:49:15'),(1796,NULL,NULL,509,1,'2018-03-29 03:50:33'),(1797,NULL,NULL,513,1,'2018-03-29 03:52:06'),(1808,NULL,NULL,505,1,'2018-03-29 10:17:52'),(1809,NULL,NULL,526,1,'2018-03-29 10:19:38'),(2098,3265,NULL,517,1,'2018-04-09 23:24:56'),(2099,3268,NULL,520,1,'2018-04-10 00:40:41'),(2100,3275,NULL,503,1,'2018-04-10 06:15:25'),(2101,3277,NULL,500,1,'2018-04-10 06:41:45'),(2102,3278,NULL,524,1,'2018-04-10 06:43:23'),(2103,3287,NULL,502,1,'2018-04-10 08:25:47'),(2104,3288,NULL,513,1,'2018-04-10 08:25:58'),(2105,3287,NULL,522,1,'2018-04-10 08:26:14'),(2106,3287,NULL,524,1,'2018-04-10 08:26:40'),(2107,3287,NULL,504,1,'2018-04-10 08:26:59'),(2108,3296,NULL,527,1,'2018-04-10 09:41:08'),(2109,3302,NULL,525,1,'2018-04-10 12:20:56'),(2110,3303,NULL,522,1,'2018-04-10 12:25:07'),(2111,3303,NULL,512,1,'2018-04-10 12:25:42'),(2112,3314,NULL,500,1,'2018-04-10 14:46:08'),(2113,3317,NULL,533,1,'2018-04-10 14:51:20'),(2114,3317,NULL,512,1,'2018-04-10 14:51:44'),(2115,3319,NULL,500,1,'2018-04-10 14:55:59'),(2116,3326,NULL,512,1,'2018-04-10 15:48:52'),(2117,3330,NULL,527,1,'2018-04-10 16:28:46'),(2118,3333,NULL,524,1,'2018-04-10 17:11:14'),(2119,3339,NULL,510,1,'2018-04-10 19:37:30'),(2120,3339,NULL,512,1,'2018-04-10 19:38:19'),(2121,3339,NULL,522,1,'2018-04-10 19:38:35'),(2122,3339,NULL,502,1,'2018-04-10 19:39:03'),(2123,3341,NULL,501,1,'2018-04-10 20:20:52'),(2124,3343,NULL,522,1,'2018-04-10 20:47:07'),(2126,3360,NULL,505,1,'2018-04-11 01:10:03'),(2127,3361,NULL,522,1,'2018-04-11 02:04:33'),(2129,3362,NULL,501,1,'2018-04-11 03:15:06'),(2130,3362,NULL,500,1,'2018-04-11 03:15:19'),(2131,3364,NULL,502,1,'2018-04-11 04:14:16');
/*!40000 ALTER TABLE `report_viewed_product_index` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `reporting_counts`
--
DROP TABLE IF EXISTS `reporting_counts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `reporting_counts`
--
LOCK TABLES `reporting_counts` WRITE;
/*!40000 ALTER TABLE `reporting_counts` DISABLE KEYS */;
/*!40000 ALTER TABLE `reporting_counts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `reporting_module_status`
--
DROP TABLE IF EXISTS `reporting_module_status`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `reporting_module_status`
--
LOCK TABLES `reporting_module_status` WRITE;
/*!40000 ALTER TABLE `reporting_module_status` DISABLE KEYS */;
/*!40000 ALTER TABLE `reporting_module_status` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `reporting_orders`
--
DROP TABLE IF EXISTS `reporting_orders`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `reporting_orders`
--
LOCK TABLES `reporting_orders` WRITE;
/*!40000 ALTER TABLE `reporting_orders` DISABLE KEYS */;
/*!40000 ALTER TABLE `reporting_orders` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `reporting_system_updates`
--
DROP TABLE IF EXISTS `reporting_system_updates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `reporting_system_updates`
--
LOCK TABLES `reporting_system_updates` WRITE;
/*!40000 ALTER TABLE `reporting_system_updates` DISABLE KEYS */;
/*!40000 ALTER TABLE `reporting_system_updates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `reporting_users`
--
DROP TABLE IF EXISTS `reporting_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `reporting_users`
--
LOCK TABLES `reporting_users` WRITE;
/*!40000 ALTER TABLE `reporting_users` DISABLE KEYS */;
/*!40000 ALTER TABLE `reporting_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `review`
--
DROP TABLE IF EXISTS `review`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `REVIEW_ENTITY_ID_REVIEW_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `review_entity` (`entity_id`) ON DELETE CASCADE,
CONSTRAINT `REVIEW_STATUS_ID_REVIEW_STATUS_STATUS_ID` FOREIGN KEY (`status_id`) REFERENCES `review_status` (`status_id`) ON DELETE NO ACTION
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Review base information';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `review`
--
LOCK TABLES `review` WRITE;
/*!40000 ALTER TABLE `review` DISABLE KEYS */;
/*!40000 ALTER TABLE `review` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `review_detail`
--
DROP TABLE IF EXISTS `review_detail`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `REVIEW_DETAIL_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE SET NULL,
CONSTRAINT `REVIEW_DETAIL_REVIEW_ID_REVIEW_REVIEW_ID` FOREIGN KEY (`review_id`) REFERENCES `review` (`review_id`) ON DELETE CASCADE,
CONSTRAINT `REVIEW_DETAIL_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Review detail information';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `review_detail`
--
LOCK TABLES `review_detail` WRITE;
/*!40000 ALTER TABLE `review_detail` DISABLE KEYS */;
/*!40000 ALTER TABLE `review_detail` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `review_entity`
--
DROP TABLE IF EXISTS `review_entity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `REVIEW_ENTITY_SUMMARY_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Review aggregates';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `review_entity_summary`
--
LOCK TABLES `review_entity_summary` WRITE;
/*!40000 ALTER TABLE `review_entity_summary` DISABLE KEYS */;
/*!40000 ALTER TABLE `review_entity_summary` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `review_status`
--
DROP TABLE IF EXISTS `review_status`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `REVIEW_STORE_REVIEW_ID_REVIEW_REVIEW_ID` FOREIGN KEY (`review_id`) REFERENCES `review` (`review_id`) ON DELETE CASCADE,
CONSTRAINT `REVIEW_STORE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Review Store';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `review_store`
--
LOCK TABLES `review_store` WRITE;
/*!40000 ALTER TABLE `review_store` DISABLE KEYS */;
/*!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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALES_BESTSELLERS_AGGREGATED_DAILY_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='Sales Bestsellers Aggregated Daily';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_bestsellers_aggregated_daily`
--
LOCK TABLES `sales_bestsellers_aggregated_daily` WRITE;
/*!40000 ALTER TABLE `sales_bestsellers_aggregated_daily` DISABLE KEYS */;
INSERT INTO `sales_bestsellers_aggregated_daily` VALUES (3,'2018-04-09',1,347,'SWEATY APE 01 - l',159.0000,1.0000,1),(4,'2018-04-09',0,347,'SWEATY APE 01 - l',159.0000,1.0000,1);
/*!40000 ALTER TABLE `sales_bestsellers_aggregated_daily` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_bestsellers_aggregated_monthly`
--
DROP TABLE IF EXISTS `sales_bestsellers_aggregated_monthly`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALES_BESTSELLERS_AGGREGATED_MONTHLY_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8 COMMENT='Sales Bestsellers Aggregated Monthly';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_bestsellers_aggregated_monthly`
--
LOCK TABLES `sales_bestsellers_aggregated_monthly` WRITE;
/*!40000 ALTER TABLE `sales_bestsellers_aggregated_monthly` DISABLE KEYS */;
INSERT INTO `sales_bestsellers_aggregated_monthly` VALUES (1,'2018-03-01',0,22,'SWEATY APE 01 - l',159.0000,1.0000,5),(2,'2018-03-01',0,6,'PERFECT APE 01 - xl',799.0000,1.0000,7),(3,'2018-03-01',0,39,'DRESSED APE 01 - m',139.0000,1.0000,1),(4,'2018-03-01',0,10,'HIDDEN APE 01 - xl',849.0000,1.0000,3),(5,'2018-03-01',1,39,'DRESSED APE 01 - m',139.0000,1.0000,4),(6,'2018-03-01',1,10,'HIDDEN APE 01 - xl',849.0000,1.0000,6),(7,'2018-03-01',1,22,'SWEATY APE 01 - l',159.0000,1.0000,1),(8,'2018-03-01',1,6,'PERFECT APE 01 - xl',799.0000,1.0000,2),(19,'2018-03-01',0,359,'ARTY APE 01 - m',89.0000,1.0000,4),(20,'2018-03-01',0,324,'HEAVY APE 01 - m',649.0000,1.0000,6),(21,'2018-03-01',0,325,'HEAVY APE 01 - l',649.0000,1.0000,2),(22,'2018-03-01',1,324,'HEAVY APE 01 - m',649.0000,1.0000,5),(23,'2018-03-01',1,325,'HEAVY APE 01 - l',649.0000,1.0000,7),(24,'2018-03-01',1,359,'ARTY APE 01 - m',89.0000,1.0000,3),(25,'2018-04-01',0,347,'SWEATY APE 01 - l',159.0000,1.0000,1),(26,'2018-04-01',1,347,'SWEATY APE 01 - l',159.0000,1.0000,1);
/*!40000 ALTER TABLE `sales_bestsellers_aggregated_monthly` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_bestsellers_aggregated_yearly`
--
DROP TABLE IF EXISTS `sales_bestsellers_aggregated_yearly`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALES_BESTSELLERS_AGGREGATED_YEARLY_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8 COMMENT='Sales Bestsellers Aggregated Yearly';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_bestsellers_aggregated_yearly`
--
LOCK TABLES `sales_bestsellers_aggregated_yearly` WRITE;
/*!40000 ALTER TABLE `sales_bestsellers_aggregated_yearly` DISABLE KEYS */;
INSERT INTO `sales_bestsellers_aggregated_yearly` VALUES (1,'2018-01-01',0,22,'SWEATY APE 01 - l',159.0000,1.0000,5),(2,'2018-01-01',0,6,'PERFECT APE 01 - xl',799.0000,1.0000,7),(3,'2018-01-01',0,39,'DRESSED APE 01 - m',139.0000,1.0000,1),(4,'2018-01-01',0,10,'HIDDEN APE 01 - xl',849.0000,1.0000,3),(5,'2018-01-01',1,39,'DRESSED APE 01 - m',139.0000,1.0000,4),(6,'2018-01-01',1,10,'HIDDEN APE 01 - xl',849.0000,1.0000,6),(7,'2018-01-01',1,22,'SWEATY APE 01 - l',159.0000,1.0000,1),(8,'2018-01-01',1,6,'PERFECT APE 01 - xl',799.0000,1.0000,2),(19,'2018-01-01',0,359,'ARTY APE 01 - m',89.0000,1.0000,4),(20,'2018-01-01',0,324,'HEAVY APE 01 - m',649.0000,1.0000,6),(21,'2018-01-01',0,325,'HEAVY APE 01 - l',649.0000,1.0000,2),(22,'2018-01-01',1,324,'HEAVY APE 01 - m',649.0000,1.0000,5),(23,'2018-01-01',1,325,'HEAVY APE 01 - l',649.0000,1.0000,7),(24,'2018-01-01',1,359,'ARTY APE 01 - m',89.0000,1.0000,3),(25,'2018-01-01',0,347,'SWEATY APE 01 - l',159.0000,1.0000,1),(26,'2018-01-01',1,347,'SWEATY APE 01 - l',159.0000,1.0000,1);
/*!40000 ALTER TABLE `sales_bestsellers_aggregated_yearly` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_creditmemo`
--
DROP TABLE IF EXISTS `sales_creditmemo`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALES_CREDITMEMO_ORDER_ID_SALES_ORDER_ENTITY_ID` FOREIGN KEY (`order_id`) REFERENCES `sales_order` (`entity_id`) ON DELETE CASCADE,
CONSTRAINT `SALES_CREDITMEMO_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Creditmemo';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_creditmemo`
--
LOCK TABLES `sales_creditmemo` WRITE;
/*!40000 ALTER TABLE `sales_creditmemo` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_creditmemo` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_creditmemo_comment`
--
DROP TABLE IF EXISTS `sales_creditmemo_comment`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALES_CREDITMEMO_COMMENT_PARENT_ID_SALES_CREDITMEMO_ENTITY_ID` FOREIGN KEY (`parent_id`) REFERENCES `sales_creditmemo` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Creditmemo Comment';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_creditmemo_comment`
--
LOCK TABLES `sales_creditmemo_comment` WRITE;
/*!40000 ALTER TABLE `sales_creditmemo_comment` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_creditmemo_comment` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_creditmemo_grid`
--
DROP TABLE IF EXISTS `sales_creditmemo_grid`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_creditmemo_grid`
--
LOCK TABLES `sales_creditmemo_grid` WRITE;
/*!40000 ALTER TABLE `sales_creditmemo_grid` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_creditmemo_grid` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_creditmemo_item`
--
DROP TABLE IF EXISTS `sales_creditmemo_item`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALES_CREDITMEMO_ITEM_PARENT_ID_SALES_CREDITMEMO_ENTITY_ID` FOREIGN KEY (`parent_id`) REFERENCES `sales_creditmemo` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Creditmemo Item';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_creditmemo_item`
--
LOCK TABLES `sales_creditmemo_item` WRITE;
/*!40000 ALTER TABLE `sales_creditmemo_item` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_creditmemo_item` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_invoice`
--
DROP TABLE IF EXISTS `sales_invoice`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALES_INVOICE_ORDER_ID_SALES_ORDER_ENTITY_ID` FOREIGN KEY (`order_id`) REFERENCES `sales_order` (`entity_id`) ON DELETE CASCADE,
CONSTRAINT `SALES_INVOICE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Invoice';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_invoice`
--
LOCK TABLES `sales_invoice` WRITE;
/*!40000 ALTER TABLE `sales_invoice` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_invoice` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_invoice_comment`
--
DROP TABLE IF EXISTS `sales_invoice_comment`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALES_INVOICE_COMMENT_PARENT_ID_SALES_INVOICE_ENTITY_ID` FOREIGN KEY (`parent_id`) REFERENCES `sales_invoice` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Invoice Comment';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_invoice_comment`
--
LOCK TABLES `sales_invoice_comment` WRITE;
/*!40000 ALTER TABLE `sales_invoice_comment` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_invoice_comment` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_invoice_grid`
--
DROP TABLE IF EXISTS `sales_invoice_grid`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_invoice_grid`
--
LOCK TABLES `sales_invoice_grid` WRITE;
/*!40000 ALTER TABLE `sales_invoice_grid` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_invoice_grid` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_invoice_item`
--
DROP TABLE IF EXISTS `sales_invoice_item`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALES_INVOICE_ITEM_PARENT_ID_SALES_INVOICE_ENTITY_ID` FOREIGN KEY (`parent_id`) REFERENCES `sales_invoice` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Invoice Item';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_invoice_item`
--
LOCK TABLES `sales_invoice_item` WRITE;
/*!40000 ALTER TABLE `sales_invoice_item` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_invoice_item` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_invoiced_aggregated`
--
DROP TABLE IF EXISTS `sales_invoiced_aggregated`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALES_INVOICED_AGGREGATED_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Invoiced Aggregated';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_invoiced_aggregated`
--
LOCK TABLES `sales_invoiced_aggregated` WRITE;
/*!40000 ALTER TABLE `sales_invoiced_aggregated` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_invoiced_aggregated` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_invoiced_aggregated_order`
--
DROP TABLE IF EXISTS `sales_invoiced_aggregated_order`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALES_INVOICED_AGGREGATED_ORDER_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Invoiced Aggregated Order';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_invoiced_aggregated_order`
--
LOCK TABLES `sales_invoiced_aggregated_order` WRITE;
/*!40000 ALTER TABLE `sales_invoiced_aggregated_order` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_invoiced_aggregated_order` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_order`
--
DROP TABLE IF EXISTS `sales_order`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALES_ORDER_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE SET NULL,
CONSTRAINT `SALES_ORDER_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COMMENT='Sales Flat Order';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_order`
--
LOCK TABLES `sales_order` WRITE;
/*!40000 ALTER TABLE `sales_order` DISABLE KEYS */;
INSERT INTO `sales_order` VALUES (1,'canceled','canceled',NULL,'463e96707181aef0e1d84f10f0b9f6e9','Flat Rate - Fixed',0,1,NULL,0.0000,0.0000,NULL,NULL,144.0000,5.0000,5.0000,NULL,NULL,0.0000,NULL,139.0000,139.0000,NULL,NULL,0.0000,0.0000,NULL,NULL,1.0000,1.0000,144.0000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.0000,0.0000,NULL,NULL,144.0000,5.0000,5.0000,NULL,NULL,0.0000,NULL,0.0000,0.0000,139.0000,139.0000,NULL,NULL,0.0000,0.0000,NULL,NULL,144.0000,NULL,NULL,NULL,NULL,1.0000,NULL,NULL,NULL,1,1,2,0,NULL,1,1,NULL,NULL,NULL,5,1,NULL,NULL,NULL,NULL,0.0000,139.0000,144.0000,NULL,0.0000,139.0000,144.0000,1.0000,NULL,'000000001',NULL,'EUR','dennis@flirtcreativity.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'EUR',NULL,NULL,'EUR',NULL,NULL,NULL,NULL,NULL,'89.255.52.169','flatrate_flatrate','EUR','Main Website\nMain Website Store\n',NULL,NULL,'2018-03-13 12:21:17','2018-03-17 10:03:09',1,NULL,0.0000,0.0000,0.0000,0.0000,NULL,NULL,NULL,NULL,5.0000,5.0000,NULL,NULL,0),(2,'canceled','canceled',NULL,'497006ff83f0ad71f01028c7b8b6409a','Flat Rate - Fixed',0,1,NULL,0.0000,0.0000,NULL,NULL,854.0000,5.0000,5.0000,NULL,NULL,0.0000,NULL,849.0000,849.0000,NULL,NULL,0.0000,0.0000,NULL,NULL,1.0000,1.0000,854.0000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.0000,0.0000,NULL,NULL,854.0000,5.0000,5.0000,NULL,NULL,0.0000,NULL,0.0000,0.0000,849.0000,849.0000,NULL,NULL,0.0000,0.0000,NULL,NULL,854.0000,NULL,NULL,NULL,NULL,1.0000,NULL,NULL,NULL,1,1,4,0,NULL,1,1,NULL,NULL,NULL,7,3,NULL,NULL,NULL,NULL,0.0000,849.0000,854.0000,NULL,0.0000,849.0000,854.0000,1.0000,NULL,'000000002',NULL,'EUR','dennis@flirtcreativity.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'EUR',NULL,NULL,'EUR',NULL,NULL,NULL,NULL,NULL,'89.255.52.169','flatrate_flatrate','EUR','Main Website\nMain Website Store\n',NULL,NULL,'2018-03-13 12:30:58','2018-03-17 10:03:09',1,NULL,0.0000,0.0000,0.0000,0.0000,NULL,NULL,NULL,NULL,5.0000,5.0000,NULL,NULL,0),(3,'canceled','canceled',NULL,'fe39a6f5b731651c469f595cb3aa0f34','Flat Rate - Fixed',0,1,NULL,0.0000,0.0000,NULL,NULL,854.0000,5.0000,5.0000,NULL,NULL,0.0000,NULL,849.0000,849.0000,NULL,NULL,0.0000,0.0000,NULL,NULL,1.0000,1.0000,854.0000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.0000,0.0000,NULL,NULL,854.0000,5.0000,5.0000,NULL,NULL,0.0000,NULL,0.0000,0.0000,849.0000,849.0000,NULL,NULL,0.0000,0.0000,NULL,NULL,854.0000,NULL,NULL,NULL,NULL,1.0000,NULL,NULL,NULL,1,1,6,0,NULL,NULL,NULL,NULL,NULL,NULL,8,5,NULL,NULL,NULL,NULL,0.0000,849.0000,854.0000,NULL,0.0000,849.0000,854.0000,1.0000,NULL,'000000003',NULL,'EUR','denvantol@gmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'EUR',NULL,NULL,'EUR',NULL,NULL,NULL,NULL,NULL,'89.255.52.169','flatrate_flatrate','EUR','Main Website\nMain Website Store\n',NULL,NULL,'2018-03-13 12:36:11','2018-03-13 13:39:59',1,NULL,0.0000,0.0000,0.0000,0.0000,NULL,NULL,NULL,NULL,5.0000,5.0000,NULL,NULL,0),(4,'canceled','canceled',NULL,'69843b80ac92b0b060f3d26748ed9119','Flat Rate - Fixed',0,1,NULL,0.0000,0.0000,NULL,NULL,968.0000,10.0000,10.0000,NULL,NULL,0.0000,NULL,958.0000,958.0000,NULL,NULL,0.0000,0.0000,NULL,NULL,1.0000,1.0000,968.0000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.0000,0.0000,NULL,NULL,968.0000,10.0000,10.0000,NULL,NULL,0.0000,NULL,0.0000,0.0000,958.0000,958.0000,NULL,NULL,0.0000,0.0000,NULL,NULL,968.0000,NULL,NULL,NULL,NULL,2.0000,NULL,NULL,NULL,1,1,8,0,NULL,1,1,NULL,NULL,NULL,12,7,NULL,NULL,NULL,NULL,0.0000,958.0000,968.0000,NULL,0.0000,958.0000,968.0000,2.0000,NULL,'000000004',NULL,'EUR','dennis@flirtcreativity.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'EUR',NULL,NULL,'EUR',NULL,NULL,NULL,NULL,NULL,'89.255.52.169','flatrate_flatrate','EUR','Main Website\nMain Website Store\n',NULL,NULL,'2018-03-13 17:21:20','2018-03-17 10:03:09',2,NULL,0.0000,0.0000,0.0000,0.0000,NULL,NULL,NULL,NULL,10.0000,10.0000,NULL,NULL,0),(5,'canceled','canceled',NULL,'c3317afcc66b105ac72f9ae3358deb05','Flat Rate - Fixed',0,1,NULL,0.0000,0.0000,NULL,NULL,1308.0000,10.0000,10.0000,NULL,NULL,0.0000,NULL,1298.0000,1298.0000,NULL,NULL,0.0000,0.0000,NULL,NULL,1.0000,1.0000,1308.0000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.0000,0.0000,NULL,NULL,1308.0000,10.0000,10.0000,NULL,NULL,0.0000,NULL,0.0000,0.0000,1298.0000,1298.0000,NULL,NULL,0.0000,0.0000,NULL,NULL,1308.0000,NULL,NULL,NULL,NULL,2.0000,NULL,NULL,NULL,1,1,10,0,NULL,1,1,NULL,NULL,NULL,28,9,NULL,NULL,NULL,NULL,0.0000,1298.0000,1308.0000,NULL,0.0000,1298.0000,1308.0000,2.0000,NULL,'000000005',NULL,'EUR','denvantol@gmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'EUR',NULL,NULL,'EUR',NULL,NULL,NULL,NULL,NULL,'89.255.52.169','flatrate_flatrate','EUR','Main Website\nMain Website Store\n',NULL,NULL,'2018-03-15 15:03:37','2018-03-17 10:03:09',2,NULL,0.0000,0.0000,0.0000,0.0000,NULL,NULL,NULL,NULL,10.0000,10.0000,NULL,NULL,0),(6,'canceled','canceled',NULL,'f8bc419280de6ace4e030a3dd18783d9','Flat Rate - Fixed',0,1,NULL,0.0000,0.0000,NULL,NULL,94.0000,5.0000,5.0000,NULL,NULL,0.0000,NULL,89.0000,89.0000,NULL,NULL,0.0000,0.0000,NULL,NULL,1.0000,1.0000,94.0000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.0000,0.0000,NULL,NULL,94.0000,5.0000,5.0000,NULL,NULL,0.0000,NULL,0.0000,0.0000,89.0000,89.0000,NULL,NULL,0.0000,0.0000,NULL,NULL,94.0000,NULL,NULL,NULL,NULL,1.0000,NULL,NULL,NULL,1,1,12,0,NULL,1,1,NULL,NULL,NULL,27,11,NULL,NULL,NULL,NULL,0.0000,89.0000,94.0000,NULL,0.0000,89.0000,94.0000,1.0000,NULL,'000000006',NULL,'EUR','denvantol@gmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'EUR',NULL,NULL,'EUR',NULL,NULL,NULL,NULL,NULL,'89.255.52.169','flatrate_flatrate','EUR','Main Website\nMain Website Store\n',NULL,NULL,'2018-03-15 17:37:24','2018-03-17 10:03:10',1,NULL,0.0000,0.0000,0.0000,0.0000,NULL,NULL,NULL,NULL,5.0000,5.0000,NULL,NULL,0),(7,'new','pending',NULL,'f5edaf7bed53b3985a34e18dcc21a8a8','Flat Rate - Fixed',0,1,NULL,0.0000,NULL,NULL,NULL,164.0000,5.0000,NULL,NULL,NULL,0.0000,NULL,159.0000,NULL,NULL,NULL,0.0000,NULL,NULL,NULL,1.0000,1.0000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.0000,NULL,NULL,NULL,164.0000,5.0000,NULL,NULL,NULL,0.0000,NULL,0.0000,0.0000,159.0000,NULL,NULL,NULL,0.0000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1.0000,NULL,NULL,NULL,1,1,14,0,NULL,1,1,NULL,NULL,NULL,66,13,NULL,NULL,NULL,NULL,0.0000,159.0000,164.0000,NULL,0.0000,159.0000,164.0000,1.0000,NULL,'000000007',NULL,'EUR','dennis@flirtcreativity.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'EUR',NULL,NULL,'EUR',NULL,NULL,NULL,NULL,NULL,'89.255.52.169','flatrate_flatrate','EUR','Saint Ape\nSaint Ape | EN\nDefault',NULL,NULL,'2018-04-09 11:19:19','2018-04-09 11:19:20',1,NULL,0.0000,0.0000,0.0000,0.0000,NULL,NULL,NULL,NULL,5.0000,5.0000,NULL,NULL,0);
/*!40000 ALTER TABLE `sales_order` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_order_address`
--
DROP TABLE IF EXISTS `sales_order_address`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALES_ORDER_ADDRESS_PARENT_ID_SALES_ORDER_ENTITY_ID` FOREIGN KEY (`parent_id`) REFERENCES `sales_order` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8 COMMENT='Sales Flat Order Address';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_order_address`
--
LOCK TABLES `sales_order_address` WRITE;
/*!40000 ALTER TABLE `sales_order_address` DISABLE KEYS */;
INSERT INTO `sales_order_address` VALUES (1,1,NULL,NULL,NULL,NULL,NULL,'Utrecht','3816BN','van Tol','Randenbroekerweg 2','Amersfoort','dennis@flirtcreativity.com','0337079933','NL','Dennis','shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(2,1,NULL,NULL,NULL,NULL,NULL,'Utrecht','3816BN','van Tol','Randenbroekerweg 2','Amersfoort','dennis@flirtcreativity.com','0337079933','NL','Dennis','billing',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(3,2,NULL,NULL,NULL,NULL,NULL,NULL,'3816BN','van Tol','Randenbroekerweg 2','Amersfoort','dennis@flirtcreativity.com','0337079933','NL','Dennis','shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(4,2,NULL,NULL,NULL,NULL,NULL,NULL,'3816BN','van Tol','Randenbroekerweg 2','Amersfoort','dennis@flirtcreativity.com','0337079933','NL','Dennis','billing',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(5,3,NULL,NULL,NULL,NULL,NULL,NULL,'3811ER','van tol','Hogeweg 103','Amersfoort','denvantol@gmail.com','0337079933','NL','Dennis','shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(6,3,NULL,NULL,NULL,NULL,NULL,NULL,'3811ER','van tol','Hogeweg 103','Amersfoort','denvantol@gmail.com','0337079933','NL','Dennis','billing',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(7,4,NULL,NULL,NULL,NULL,NULL,NULL,'3811ER','van tol','Hogeweg 103','Amersfoort','dennis@flirtcreativity.com','0337079933','NL','Dennis','shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(8,4,NULL,NULL,NULL,NULL,NULL,NULL,'3811ER','van tol','Hogeweg 103','Amersfoort','dennis@flirtcreativity.com','0337079933','NL','Dennis','billing',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(9,5,NULL,NULL,NULL,NULL,NULL,NULL,'3817ac','smolovyk','25 joannes van siestraat','amersfoort','denvantol@gmail.com','+44 7714267936','NL','anna','shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(10,5,NULL,NULL,NULL,NULL,NULL,NULL,'3817ac','smolovyk','25 joannes van siestraat','amersfoort','denvantol@gmail.com','+44 7714267936','NL','anna','billing',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(11,6,NULL,NULL,NULL,NULL,NULL,NULL,'3811ER','van tol','Hogeweg 103','Amersfoort','denvantol@gmail.com','123125415161','NL','Dennis','shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(12,6,NULL,NULL,NULL,NULL,NULL,NULL,'3811ER','van tol','Hogeweg 103','Amersfoort','denvantol@gmail.com','123125415161','NL','Dennis','billing',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(13,7,NULL,NULL,NULL,NULL,NULL,NULL,'3811ER','van tol','Hogeweg 103','Amersfoort','dennis@flirtcreativity.com','0337709933','NL','Dennis','shipping',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(14,7,NULL,NULL,NULL,NULL,NULL,NULL,'3811ER','van tol','Hogeweg 103','Amersfoort','dennis@flirtcreativity.com','0337709933','NL','Dennis','billing',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `sales_order_address` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_order_aggregated_created`
--
DROP TABLE IF EXISTS `sales_order_aggregated_created`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALES_ORDER_AGGREGATED_CREATED_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='Sales Order Aggregated Created';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_order_aggregated_created`
--
LOCK TABLES `sales_order_aggregated_created` WRITE;
/*!40000 ALTER TABLE `sales_order_aggregated_created` DISABLE KEYS */;
INSERT INTO `sales_order_aggregated_created` VALUES (5,'2018-03-13',1,'canceled',1,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,854.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000),(6,'2018-03-13',0,'canceled',1,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,854.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000);
/*!40000 ALTER TABLE `sales_order_aggregated_created` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_order_aggregated_updated`
--
DROP TABLE IF EXISTS `sales_order_aggregated_updated`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALES_ORDER_AGGREGATED_UPDATED_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COMMENT='Sales Order Aggregated Updated';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_order_aggregated_updated`
--
LOCK TABLES `sales_order_aggregated_updated` WRITE;
/*!40000 ALTER TABLE `sales_order_aggregated_updated` DISABLE KEYS */;
INSERT INTO `sales_order_aggregated_updated` VALUES (5,'2018-03-13',1,'canceled',1,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,854.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000),(6,'2018-03-13',0,'canceled',1,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,854.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000),(9,'2018-03-17',1,'canceled',5,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3368.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000),(10,'2018-03-17',0,'canceled',5,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,3368.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000);
/*!40000 ALTER TABLE `sales_order_aggregated_updated` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_order_grid`
--
DROP TABLE IF EXISTS `sales_order_grid`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_order_grid`
--
LOCK TABLES `sales_order_grid` WRITE;
/*!40000 ALTER TABLE `sales_order_grid` DISABLE KEYS */;
INSERT INTO `sales_order_grid` VALUES (1,'canceled',1,'Main Website\nMain Website Store\n',NULL,144.0000,NULL,144.0000,NULL,'000000001','EUR','EUR','Dennis van Tol','Dennis van Tol','2018-03-13 12:21:17','2018-03-17 10:03:09','Randenbroekerweg 2 Amersfoort Utrecht 3816BN','Randenbroekerweg 2 Amersfoort Utrecht 3816BN','Flat Rate - Fixed','dennis@flirtcreativity.com','0',139.0000,5.0000,'','checkmo',NULL,NULL),(2,'canceled',1,'Main Website\nMain Website Store\n',NULL,854.0000,NULL,854.0000,NULL,'000000002','EUR','EUR','Dennis van Tol','Dennis van Tol','2018-03-13 12:30:58','2018-03-17 10:03:09','Randenbroekerweg 2 Amersfoort 3816BN','Randenbroekerweg 2 Amersfoort 3816BN','Flat Rate - Fixed','dennis@flirtcreativity.com','0',849.0000,5.0000,'','checkmo',NULL,NULL),(3,'canceled',1,'Main Website\nMain Website Store\n',NULL,854.0000,NULL,854.0000,NULL,'000000003','EUR','EUR','Dennis van tol','Dennis van tol','2018-03-13 12:36:11','2018-03-13 13:39:59','Hogeweg 103 Amersfoort 3811ER','Hogeweg 103 Amersfoort 3811ER','Flat Rate - Fixed','denvantol@gmail.com','0',849.0000,5.0000,'','ideal',NULL,NULL),(4,'canceled',1,'Main Website\nMain Website Store\n',NULL,968.0000,NULL,968.0000,NULL,'000000004','EUR','EUR','Dennis van tol','Dennis van tol','2018-03-13 17:21:20','2018-03-17 10:03:09','Hogeweg 103 Amersfoort 3811ER','Hogeweg 103 Amersfoort 3811ER','Flat Rate - Fixed','dennis@flirtcreativity.com','0',958.0000,10.0000,'','checkmo',NULL,NULL),(5,'canceled',1,'Main Website\nMain Website Store\n',NULL,1308.0000,NULL,1308.0000,NULL,'000000005','EUR','EUR','anna smolovyk','anna smolovyk','2018-03-15 15:03:37','2018-03-17 10:03:09','25 joannes van siestraat amersfoort 3817ac','25 joannes van siestraat amersfoort 3817ac','Flat Rate - Fixed','denvantol@gmail.com','0',1298.0000,10.0000,'','checkmo',NULL,NULL),(6,'canceled',1,'Main Website\nMain Website Store\n',NULL,94.0000,NULL,94.0000,NULL,'000000006','EUR','EUR','Dennis van tol','Dennis van tol','2018-03-15 17:37:24','2018-03-17 10:03:10','Hogeweg 103 Amersfoort 3811ER','Hogeweg 103 Amersfoort 3811ER','Flat Rate - Fixed','denvantol@gmail.com','0',89.0000,5.0000,'','checkmo',NULL,NULL),(7,'pending',1,'Saint Ape\nSaint Ape | EN\nDefault',NULL,164.0000,NULL,164.0000,NULL,'000000007','EUR','EUR','Dennis van tol','Dennis van tol','2018-04-09 11:19:19','2018-04-09 11:19:19','Hogeweg 103 Amersfoort 3811ER','Hogeweg 103 Amersfoort 3811ER','Flat Rate - Fixed','dennis@flirtcreativity.com','0',159.0000,5.0000,'','checkmo',NULL,NULL);
/*!40000 ALTER TABLE `sales_order_grid` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_order_item`
--
DROP TABLE IF EXISTS `sales_order_item`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALES_ORDER_ITEM_ORDER_ID_SALES_ORDER_ENTITY_ID` FOREIGN KEY (`order_id`) REFERENCES `sales_order` (`entity_id`) ON DELETE CASCADE,
CONSTRAINT `SALES_ORDER_ITEM_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8 COMMENT='Sales Flat Order Item';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_order_item`
--
LOCK TABLES `sales_order_item` WRITE;
/*!40000 ALTER TABLE `sales_order_item` DISABLE KEYS */;
INSERT INTO `sales_order_item` VALUES (1,1,NULL,11,1,'2018-03-13 12:21:17','2018-03-17 10:03:09',68,'configurable','{\"info_buyRequest\":{\"uenc\":\"aHR0cDovL3Nob3Auc2FpbnQtYXBlLmNvbS9hc2gxNzgwNDAwOTkwMHdoaXRlLWRyZXNzZWRhcGUwMS5odG1s\",\"product\":\"68\",\"selected_configurable_option\":\"39\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1},\"attributes_info\":[{\"label\":\"size\",\"value\":\"m\",\"option_id\":135,\"option_value\":\"6\"}],\"simple_name\":\"DRESSED APE 01 - m\",\"simple_sku\":\"ASH1780400 9900 WHITE - m\",\"product_calculations\":1,\"shipment_type\":0}',1.0000,0,'ASH1780400 9900 WHITE - m','DRESSED APE 01',NULL,NULL,NULL,0,0,NULL,1.0000,0.0000,1.0000,0.0000,0.0000,NULL,139.0000,139.0000,139.0000,139.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,139.0000,139.0000,0.0000,0.0000,1.0000,NULL,NULL,NULL,NULL,NULL,139.0000,139.0000,139.0000,139.0000,0.0000,0.0000,NULL,NULL,NULL,NULL,0.0000,0.0000,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(2,1,1,12,1,'2018-03-13 12:21:17','2018-03-17 10:03:09',39,'simple','{\"info_buyRequest\":{\"uenc\":\"aHR0cDovL3Nob3Auc2FpbnQtYXBlLmNvbS9hc2gxNzgwNDAwOTkwMHdoaXRlLWRyZXNzZWRhcGUwMS5odG1s\",\"product\":\"68\",\"selected_configurable_option\":\"39\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1}}',1.0000,0,'ASH1780400 9900 WHITE - m','DRESSED APE 01 - m',NULL,NULL,NULL,0,0,NULL,0.0000,0.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.0000,0.0000,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(3,2,NULL,15,1,'2018-03-13 12:30:58','2018-03-17 10:03:09',56,'configurable','{\"info_buyRequest\":{\"uenc\":\"aHR0cDovL3Nob3Auc2FpbnQtYXBlLmNvbS9hbGoxNzgwMTA0OTkwMGJsYWNrc3R1ZHMtaGlkZGVuYXBlMDEuaHRtbA,,\",\"product\":\"56\",\"selected_configurable_option\":\"10\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"5\"},\"qty\":1},\"attributes_info\":[{\"label\":\"size\",\"value\":\"xl\",\"option_id\":135,\"option_value\":\"5\"}],\"simple_name\":\"HIDDEN APE 01 - xl\",\"simple_sku\":\"ALJ1780104 9900 BLACK STUDS - xl\",\"product_calculations\":1,\"shipment_type\":0}',1.0000,0,'ALJ1780104 9900 BLACK STUDS - xl','HIDDEN APE 01',NULL,NULL,NULL,0,0,NULL,1.0000,0.0000,1.0000,0.0000,0.0000,NULL,849.0000,849.0000,849.0000,849.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,849.0000,849.0000,0.0000,0.0000,1.0000,NULL,NULL,NULL,NULL,NULL,849.0000,849.0000,849.0000,849.0000,0.0000,0.0000,NULL,NULL,NULL,NULL,0.0000,0.0000,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(4,2,3,16,1,'2018-03-13 12:30:58','2018-03-17 10:03:09',10,'simple','{\"info_buyRequest\":{\"uenc\":\"aHR0cDovL3Nob3Auc2FpbnQtYXBlLmNvbS9hbGoxNzgwMTA0OTkwMGJsYWNrc3R1ZHMtaGlkZGVuYXBlMDEuaHRtbA,,\",\"product\":\"56\",\"selected_configurable_option\":\"10\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"5\"},\"qty\":1}}',1.0000,0,'ALJ1780104 9900 BLACK STUDS - xl','HIDDEN APE 01 - xl',NULL,NULL,NULL,0,0,NULL,0.0000,0.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.0000,0.0000,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(5,3,NULL,17,1,'2018-03-13 12:36:11','2018-03-13 13:39:59',56,'configurable','{\"info_buyRequest\":{\"uenc\":\"aHR0cDovL3Nob3Auc2FpbnQtYXBlLmNvbS9hbGoxNzgwMTA0OTkwMGJsYWNrc3R1ZHMtaGlkZGVuYXBlMDEuaHRtbA,,\",\"product\":\"56\",\"selected_configurable_option\":\"9\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1},\"attributes_info\":[{\"label\":\"size\",\"value\":\"l\",\"option_id\":135,\"option_value\":\"4\"}],\"simple_name\":\"HIDDEN APE 01 - l\",\"simple_sku\":\"ALJ1780104 9900 BLACK STUDS - l\",\"product_calculations\":1,\"shipment_type\":0}',1.0000,0,'ALJ1780104 9900 BLACK STUDS - l','HIDDEN APE 01',NULL,NULL,NULL,0,0,NULL,1.0000,0.0000,1.0000,0.0000,0.0000,NULL,849.0000,849.0000,849.0000,849.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,849.0000,849.0000,0.0000,0.0000,1.0000,NULL,NULL,NULL,NULL,NULL,849.0000,849.0000,849.0000,849.0000,0.0000,0.0000,NULL,NULL,NULL,NULL,0.0000,0.0000,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(6,3,5,18,1,'2018-03-13 12:36:11','2018-03-13 13:39:59',9,'simple','{\"info_buyRequest\":{\"uenc\":\"aHR0cDovL3Nob3Auc2FpbnQtYXBlLmNvbS9hbGoxNzgwMTA0OTkwMGJsYWNrc3R1ZHMtaGlkZGVuYXBlMDEuaHRtbA,,\",\"product\":\"56\",\"selected_configurable_option\":\"9\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}}',1.0000,0,'ALJ1780104 9900 BLACK STUDS - l','HIDDEN APE 01 - l',NULL,NULL,NULL,0,0,NULL,0.0000,0.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.0000,0.0000,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(7,4,NULL,29,1,'2018-03-13 17:21:20','2018-03-17 10:03:09',62,'configurable','{\"info_buyRequest\":{\"uenc\":\"aHR0cDovL3Nob3Auc2FpbnQtYXBlLmNvbS9tZW4vc3dlYXRlci5odG1s\",\"product\":\"62\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1},\"attributes_info\":[{\"label\":\"size\",\"value\":\"l\",\"option_id\":135,\"option_value\":\"4\"}],\"simple_name\":\"SWEATY APE 01 - l\",\"simple_sku\":\"ASW1780800 9900 BLACK - l\",\"product_calculations\":1,\"shipment_type\":0}',1.0000,0,'ASW1780800 9900 BLACK - l','SWEATY APE 01',NULL,NULL,NULL,0,0,NULL,1.0000,0.0000,1.0000,0.0000,0.0000,NULL,159.0000,159.0000,159.0000,159.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,159.0000,159.0000,0.0000,0.0000,1.0000,NULL,NULL,NULL,NULL,NULL,159.0000,159.0000,159.0000,159.0000,0.0000,0.0000,NULL,NULL,NULL,NULL,0.0000,0.0000,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(8,4,7,30,1,'2018-03-13 17:21:20','2018-03-17 10:03:09',22,'simple','{\"info_buyRequest\":{\"uenc\":\"aHR0cDovL3Nob3Auc2FpbnQtYXBlLmNvbS9tZW4vc3dlYXRlci5odG1s\",\"product\":\"62\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}}',1.0000,0,'ASW1780800 9900 BLACK - l','SWEATY APE 01 - l',NULL,NULL,NULL,0,0,NULL,0.0000,0.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.0000,0.0000,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(9,4,NULL,31,1,'2018-03-13 17:21:20','2018-03-17 10:03:09',54,'configurable','{\"info_buyRequest\":{\"uenc\":\"aHR0cDovL3Nob3Auc2FpbnQtYXBlLmNvbS9hbGoxNzgwMTAwOTkwMGJsYWNrd2hpdGUtcGVyZmVjdGFwZTAxLmh0bWw,\",\"product\":\"54\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"5\"},\"qty\":1},\"attributes_info\":[{\"label\":\"size\",\"value\":\"xl\",\"option_id\":135,\"option_value\":\"5\"}],\"simple_name\":\"PERFECT APE 01 - xl\",\"simple_sku\":\"ALJ1780100 9900 BLACK \\/ WHITE - xl\",\"product_calculations\":1,\"shipment_type\":0}',1.0000,0,'ALJ1780100 9900 BLACK / WHITE - xl','PERFECT APE 01',NULL,NULL,NULL,0,0,NULL,1.0000,0.0000,1.0000,0.0000,0.0000,NULL,799.0000,799.0000,799.0000,799.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,799.0000,799.0000,0.0000,0.0000,1.0000,NULL,NULL,NULL,NULL,NULL,799.0000,799.0000,799.0000,799.0000,0.0000,0.0000,NULL,NULL,NULL,NULL,0.0000,0.0000,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(10,4,9,32,1,'2018-03-13 17:21:20','2018-03-17 10:03:09',6,'simple','{\"info_buyRequest\":{\"uenc\":\"aHR0cDovL3Nob3Auc2FpbnQtYXBlLmNvbS9hbGoxNzgwMTAwOTkwMGJsYWNrd2hpdGUtcGVyZmVjdGFwZTAxLmh0bWw,\",\"product\":\"54\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"5\"},\"qty\":1}}',1.0000,0,'ALJ1780100 9900 BLACK / WHITE - xl','PERFECT APE 01 - xl',NULL,NULL,NULL,0,0,NULL,0.0000,0.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.0000,0.0000,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(11,5,NULL,69,1,'2018-03-15 15:03:37','2018-03-17 10:03:09',503,'configurable','{\"info_buyRequest\":{\"uenc\":\"aHR0cDovL3Nob3Auc2FpbnQtYXBlLmNvbS9hbGoxNzgwMTAyOTkwMHJ1Ym9mZmJsYWNrLWhlYXZ5YXBlMDEuaHRtbA,,\",\"product\":\"503\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1},\"attributes_info\":[{\"label\":\" size\",\"value\":\"m\",\"option_id\":135,\"option_value\":\"6\"}],\"simple_name\":\"HEAVY APE 01 - m\",\"simple_sku\":\"ALJ1780102 9900 RUBOFF BLACK - m\",\"product_calculations\":1,\"shipment_type\":0}',1.0000,0,'ALJ1780102 9900 RUBOFF BLACK - m','HEAVY APE 01',NULL,NULL,NULL,0,0,NULL,1.0000,0.0000,1.0000,0.0000,0.0000,NULL,649.0000,649.0000,649.0000,649.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,649.0000,649.0000,0.0000,0.0000,1.0000,NULL,NULL,NULL,NULL,NULL,649.0000,649.0000,649.0000,649.0000,0.0000,0.0000,NULL,NULL,NULL,NULL,0.0000,0.0000,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(12,5,11,70,1,'2018-03-15 15:03:37','2018-03-17 10:03:09',324,'simple','{\"info_buyRequest\":{\"uenc\":\"aHR0cDovL3Nob3Auc2FpbnQtYXBlLmNvbS9hbGoxNzgwMTAyOTkwMHJ1Ym9mZmJsYWNrLWhlYXZ5YXBlMDEuaHRtbA,,\",\"product\":\"503\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1}}',1.0000,0,'ALJ1780102 9900 RUBOFF BLACK - m','HEAVY APE 01 - m',NULL,NULL,NULL,0,0,NULL,0.0000,0.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.0000,0.0000,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(13,5,NULL,71,1,'2018-03-15 15:03:37','2018-03-17 10:03:09',503,'configurable','{\"info_buyRequest\":{\"uenc\":\"aHR0cDovL3Nob3Auc2FpbnQtYXBlLmNvbS9hbGoxNzgwMTAyOTkwMHJ1Ym9mZmJsYWNrLWhlYXZ5YXBlMDEuaHRtbA,,\",\"product\":\"503\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1},\"attributes_info\":[{\"label\":\" size\",\"value\":\"l\",\"option_id\":135,\"option_value\":\"4\"}],\"simple_name\":\"HEAVY APE 01 - l\",\"simple_sku\":\"ALJ1780102 9900 RUBOFF BLACK - l\",\"product_calculations\":1,\"shipment_type\":0}',1.0000,0,'ALJ1780102 9900 RUBOFF BLACK - l','HEAVY APE 01',NULL,NULL,NULL,0,0,NULL,1.0000,0.0000,1.0000,0.0000,0.0000,NULL,649.0000,649.0000,649.0000,649.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,649.0000,649.0000,0.0000,0.0000,1.0000,NULL,NULL,NULL,NULL,NULL,649.0000,649.0000,649.0000,649.0000,0.0000,0.0000,NULL,NULL,NULL,NULL,0.0000,0.0000,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(14,5,13,72,1,'2018-03-15 15:03:37','2018-03-17 10:03:09',325,'simple','{\"info_buyRequest\":{\"uenc\":\"aHR0cDovL3Nob3Auc2FpbnQtYXBlLmNvbS9hbGoxNzgwMTAyOTkwMHJ1Ym9mZmJsYWNrLWhlYXZ5YXBlMDEuaHRtbA,,\",\"product\":\"503\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}}',1.0000,0,'ALJ1780102 9900 RUBOFF BLACK - l','HEAVY APE 01 - l',NULL,NULL,NULL,0,0,NULL,0.0000,0.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.0000,0.0000,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(15,6,NULL,73,1,'2018-03-15 17:37:24','2018-03-17 10:03:10',513,'configurable','{\"info_buyRequest\":{\"uenc\":\"aHR0cDovL3Nob3Auc2FpbnQtYXBlLmNvbS9hd3RzMTc4MDY1NDkwMDB3aGl0ZWJsYWNrLWFydHlhcGUwMS5odG1s\",\"product\":\"513\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1},\"attributes_info\":[{\"label\":\" size\",\"value\":\"m\",\"option_id\":135,\"option_value\":\"6\"}],\"simple_name\":\"ARTY APE 01 - m\",\"simple_sku\":\"AWTS1780654 9000 WHITE-BLACK - m\",\"product_calculations\":1,\"shipment_type\":0}',1.0000,0,'AWTS1780654 9000 WHITE-BLACK - m','ARTY APE 01',NULL,NULL,NULL,0,0,NULL,1.0000,0.0000,1.0000,0.0000,0.0000,NULL,89.0000,89.0000,89.0000,89.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,89.0000,89.0000,0.0000,0.0000,1.0000,NULL,NULL,NULL,NULL,NULL,89.0000,89.0000,89.0000,89.0000,0.0000,0.0000,NULL,NULL,NULL,NULL,0.0000,0.0000,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(16,6,15,74,1,'2018-03-15 17:37:24','2018-03-17 10:03:10',359,'simple','{\"info_buyRequest\":{\"uenc\":\"aHR0cDovL3Nob3Auc2FpbnQtYXBlLmNvbS9hd3RzMTc4MDY1NDkwMDB3aGl0ZWJsYWNrLWFydHlhcGUwMS5odG1s\",\"product\":\"513\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"6\"},\"qty\":1}}',1.0000,0,'AWTS1780654 9000 WHITE-BLACK - m','ARTY APE 01 - m',NULL,NULL,NULL,0,0,NULL,0.0000,0.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.0000,0.0000,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(17,7,NULL,193,1,'2018-04-09 11:19:19','2018-04-09 11:19:19',510,'configurable','{\"info_buyRequest\":{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYXN3MTc4MDgwMDk5MDBibGFjay1zd2VhdHlhcGUwMS5odG1s\",\"product\":\"510\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1},\"attributes_info\":[{\"label\":\" size\",\"value\":\"l\",\"option_id\":135,\"option_value\":\"4\"}],\"simple_name\":\"SWEATY APE 01 - l\",\"simple_sku\":\"ASW1780800 9900 BLACK - l\",\"product_calculations\":1,\"shipment_type\":0}',1.0000,0,'ASW1780800 9900 BLACK - l','SWEATY APE 01',NULL,NULL,NULL,0,0,NULL,0.0000,0.0000,1.0000,0.0000,0.0000,NULL,159.0000,159.0000,159.0000,159.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,159.0000,159.0000,0.0000,0.0000,1.0000,NULL,NULL,NULL,NULL,NULL,159.0000,159.0000,159.0000,159.0000,0.0000,0.0000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(18,7,17,194,1,'2018-04-09 11:19:19','2018-04-09 11:19:19',347,'simple','{\"info_buyRequest\":{\"uenc\":\"aHR0cHM6Ly9zaG9wLnNhaW50LWFwZS5jb20vYXN3MTc4MDgwMDk5MDBibGFjay1zd2VhdHlhcGUwMS5odG1s\",\"product\":\"510\",\"selected_configurable_option\":\"\",\"related_product\":\"\",\"super_attribute\":{\"135\":\"4\"},\"qty\":1}}',1.0000,0,'ASW1780800 9900 BLACK - l','SWEATY APE 01 - l',NULL,NULL,NULL,0,0,NULL,0.0000,0.0000,1.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,NULL,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `sales_order_item` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_order_payment`
--
DROP TABLE IF EXISTS `sales_order_payment`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALES_ORDER_PAYMENT_PARENT_ID_SALES_ORDER_ENTITY_ID` FOREIGN KEY (`parent_id`) REFERENCES `sales_order` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COMMENT='Sales Flat Order Payment';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_order_payment`
--
LOCK TABLES `sales_order_payment` WRITE;
/*!40000 ALTER TABLE `sales_order_payment` DISABLE KEYS */;
INSERT INTO `sales_order_payment` VALUES (1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5.0000,5.0000,NULL,NULL,144.0000,NULL,NULL,NULL,144.0000,NULL,NULL,NULL,NULL,NULL,NULL,'checkmo',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"method_title\":\"Check \\/ Money order\"}'),(2,2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5.0000,5.0000,NULL,NULL,854.0000,NULL,NULL,NULL,854.0000,NULL,NULL,NULL,NULL,NULL,NULL,'checkmo',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"method_title\":\"Check \\/ Money order\"}'),(3,3,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5.0000,5.0000,NULL,NULL,854.0000,NULL,NULL,NULL,854.0000,NULL,NULL,NULL,NULL,NULL,NULL,'ideal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"issuerid\":null,\"method_title\":\"iDEAL\"}'),(4,4,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,10.0000,10.0000,NULL,NULL,968.0000,NULL,NULL,NULL,968.0000,NULL,NULL,NULL,NULL,NULL,NULL,'checkmo',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"method_title\":\"Check \\/ Money order\"}'),(5,5,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,10.0000,10.0000,NULL,NULL,1308.0000,NULL,NULL,NULL,1308.0000,NULL,NULL,NULL,NULL,NULL,NULL,'checkmo',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"method_title\":\"Check \\/ Money order\"}'),(6,6,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5.0000,5.0000,NULL,NULL,94.0000,NULL,NULL,NULL,94.0000,NULL,NULL,NULL,NULL,NULL,NULL,'checkmo',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"method_title\":\"Check \\/ Money order\"}'),(7,7,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5.0000,5.0000,NULL,NULL,164.0000,NULL,NULL,NULL,164.0000,NULL,NULL,NULL,NULL,NULL,NULL,'checkmo',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'{\"method_title\":\"Check \\/ Money order\"}');
/*!40000 ALTER TABLE `sales_order_payment` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_order_status`
--
DROP TABLE IF EXISTS `sales_order_status`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALES_ORDER_STATUS_HISTORY_PARENT_ID_SALES_ORDER_ENTITY_ID` FOREIGN KEY (`parent_id`) REFERENCES `sales_order` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Sales Flat Order Status History';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_order_status_history`
--
LOCK TABLES `sales_order_status_history` WRITE;
/*!40000 ALTER TABLE `sales_order_status_history` DISABLE KEYS */;
INSERT INTO `sales_order_status_history` VALUES (1,3,1,0,NULL,'pending_payment','2018-03-13 12:36:11','order'),(2,3,0,0,'User redirected to MultiSafepay<br/>Payment link:<br/>https://betalen.rabobank.nl/ideal-betaling/landingpage?random=e9197502e707a79cd494089a0e409ca6a3fcc9d37f9e1f0af3cbcd8b21a348ee&trxid=1150000848758927','pending_payment','2018-03-13 12:36:14','order'),(3,3,NULL,0,'<b>Transaction voided</b><br />','canceled','2018-03-13 13:39:59','order');
/*!40000 ALTER TABLE `sales_order_status_history` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_order_status_label`
--
DROP TABLE IF EXISTS `sales_order_status_label`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALES_ORDER_STATUS_LABEL_STATUS_SALES_ORDER_STATUS_STATUS` FOREIGN KEY (`status`) REFERENCES `sales_order_status` (`status`) ON DELETE CASCADE,
CONSTRAINT `SALES_ORDER_STATUS_LABEL_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Order Status Label Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_order_status_label`
--
LOCK TABLES `sales_order_status_label` WRITE;
/*!40000 ALTER TABLE `sales_order_status_label` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_order_status_label` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_order_status_state`
--
DROP TABLE IF EXISTS `sales_order_status_state`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALES_ORDER_STATUS_STATE_STATUS_SALES_ORDER_STATUS_STATUS` FOREIGN KEY (`status`) REFERENCES `sales_order_status` (`status`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Order Status Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_order_tax`
--
LOCK TABLES `sales_order_tax` WRITE;
/*!40000 ALTER TABLE `sales_order_tax` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_order_tax` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_order_tax_item`
--
DROP TABLE IF EXISTS `sales_order_tax_item`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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,
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,
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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Order Tax Item';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_order_tax_item`
--
LOCK TABLES `sales_order_tax_item` WRITE;
/*!40000 ALTER TABLE `sales_order_tax_item` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_order_tax_item` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_payment_transaction`
--
DROP TABLE IF EXISTS `sales_payment_transaction`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `FK_B99FF1A06402D725EBDB0F3A7ECD47A2` FOREIGN KEY (`parent_id`) REFERENCES `sales_payment_transaction` (`transaction_id`) ON DELETE CASCADE,
CONSTRAINT `SALES_PAYMENT_TRANSACTION_ORDER_ID_SALES_ORDER_ENTITY_ID` FOREIGN KEY (`order_id`) REFERENCES `sales_order` (`entity_id`) ON DELETE CASCADE,
CONSTRAINT `SALES_PAYMENT_TRANSACTION_PAYMENT_ID_SALES_ORDER_PAYMENT_ENTT_ID` FOREIGN KEY (`payment_id`) REFERENCES `sales_order_payment` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Payment Transaction';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_payment_transaction`
--
LOCK TABLES `sales_payment_transaction` WRITE;
/*!40000 ALTER TABLE `sales_payment_transaction` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_payment_transaction` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_refunded_aggregated`
--
DROP TABLE IF EXISTS `sales_refunded_aggregated`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALES_REFUNDED_AGGREGATED_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Refunded Aggregated';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_refunded_aggregated`
--
LOCK TABLES `sales_refunded_aggregated` WRITE;
/*!40000 ALTER TABLE `sales_refunded_aggregated` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_refunded_aggregated` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_refunded_aggregated_order`
--
DROP TABLE IF EXISTS `sales_refunded_aggregated_order`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALES_REFUNDED_AGGREGATED_ORDER_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Refunded Aggregated Order';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_refunded_aggregated_order`
--
LOCK TABLES `sales_refunded_aggregated_order` WRITE;
/*!40000 ALTER TABLE `sales_refunded_aggregated_order` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_refunded_aggregated_order` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_sequence_meta`
--
DROP TABLE IF EXISTS `sales_sequence_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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=9 DEFAULT CHARSET=utf8 COMMENT='sales_sequence_meta';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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');
/*!40000 ALTER TABLE `sales_sequence_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_sequence_profile`
--
DROP TABLE IF EXISTS `sales_sequence_profile`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALES_SEQUENCE_PROFILE_META_ID_SALES_SEQUENCE_META_META_ID` FOREIGN KEY (`meta_id`) REFERENCES `sales_sequence_meta` (`meta_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COMMENT='sales_sequence_profile';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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);
/*!40000 ALTER TABLE `sales_sequence_profile` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_shipment`
--
DROP TABLE IF EXISTS `sales_shipment`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALES_SHIPMENT_ORDER_ID_SALES_ORDER_ENTITY_ID` FOREIGN KEY (`order_id`) REFERENCES `sales_order` (`entity_id`) ON DELETE CASCADE,
CONSTRAINT `SALES_SHIPMENT_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Shipment';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_shipment`
--
LOCK TABLES `sales_shipment` WRITE;
/*!40000 ALTER TABLE `sales_shipment` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_shipment` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_shipment_comment`
--
DROP TABLE IF EXISTS `sales_shipment_comment`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALES_SHIPMENT_COMMENT_PARENT_ID_SALES_SHIPMENT_ENTITY_ID` FOREIGN KEY (`parent_id`) REFERENCES `sales_shipment` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Shipment Comment';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_shipment_comment`
--
LOCK TABLES `sales_shipment_comment` WRITE;
/*!40000 ALTER TABLE `sales_shipment_comment` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_shipment_comment` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_shipment_grid`
--
DROP TABLE IF EXISTS `sales_shipment_grid`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_shipment_grid`
--
LOCK TABLES `sales_shipment_grid` WRITE;
/*!40000 ALTER TABLE `sales_shipment_grid` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_shipment_grid` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_shipment_item`
--
DROP TABLE IF EXISTS `sales_shipment_item`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALES_SHIPMENT_ITEM_PARENT_ID_SALES_SHIPMENT_ENTITY_ID` FOREIGN KEY (`parent_id`) REFERENCES `sales_shipment` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Shipment Item';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_shipment_item`
--
LOCK TABLES `sales_shipment_item` WRITE;
/*!40000 ALTER TABLE `sales_shipment_item` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_shipment_item` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_shipment_track`
--
DROP TABLE IF EXISTS `sales_shipment_track`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALES_SHIPMENT_TRACK_PARENT_ID_SALES_SHIPMENT_ENTITY_ID` FOREIGN KEY (`parent_id`) REFERENCES `sales_shipment` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Flat Shipment Track';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_shipment_track`
--
LOCK TABLES `sales_shipment_track` WRITE;
/*!40000 ALTER TABLE `sales_shipment_track` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_shipment_track` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_shipping_aggregated`
--
DROP TABLE IF EXISTS `sales_shipping_aggregated`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALES_SHIPPING_AGGREGATED_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Shipping Aggregated';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_shipping_aggregated`
--
LOCK TABLES `sales_shipping_aggregated` WRITE;
/*!40000 ALTER TABLE `sales_shipping_aggregated` DISABLE KEYS */;
/*!40000 ALTER TABLE `sales_shipping_aggregated` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sales_shipping_aggregated_order`
--
DROP TABLE IF EXISTS `sales_shipping_aggregated_order`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALES_SHIPPING_AGGREGATED_ORDER_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8 COMMENT='Sales Shipping Aggregated Order';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_shipping_aggregated_order`
--
LOCK TABLES `sales_shipping_aggregated_order` WRITE;
/*!40000 ALTER TABLE `sales_shipping_aggregated_order` DISABLE KEYS */;
INSERT INTO `sales_shipping_aggregated_order` VALUES (13,'2018-03-13',1,'canceled','Flat Rate - Fixed',4,0.0000,NULL),(14,'2018-03-15',1,'canceled','Flat Rate - Fixed',2,0.0000,NULL),(16,'2018-03-13',0,'canceled','Flat Rate - Fixed',4,0.0000,NULL),(17,'2018-03-15',0,'canceled','Flat Rate - Fixed',2,0.0000,NULL);
/*!40000 ALTER TABLE `sales_shipping_aggregated_order` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `salesrule`
--
DROP TABLE IF EXISTS `salesrule`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `salesrule`
--
LOCK TABLES `salesrule` WRITE;
/*!40000 ALTER TABLE `salesrule` DISABLE KEYS */;
/*!40000 ALTER TABLE `salesrule` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `salesrule_coupon`
--
DROP TABLE IF EXISTS `salesrule_coupon`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALESRULE_COUPON_RULE_ID_SALESRULE_RULE_ID` FOREIGN KEY (`rule_id`) REFERENCES `salesrule` (`rule_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Salesrule Coupon';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `salesrule_coupon`
--
LOCK TABLES `salesrule_coupon` WRITE;
/*!40000 ALTER TABLE `salesrule_coupon` DISABLE KEYS */;
/*!40000 ALTER TABLE `salesrule_coupon` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `salesrule_coupon_aggregated`
--
DROP TABLE IF EXISTS `salesrule_coupon_aggregated`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALESRULE_COUPON_AGGREGATED_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Coupon Aggregated';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `salesrule_coupon_aggregated`
--
LOCK TABLES `salesrule_coupon_aggregated` WRITE;
/*!40000 ALTER TABLE `salesrule_coupon_aggregated` DISABLE KEYS */;
/*!40000 ALTER TABLE `salesrule_coupon_aggregated` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `salesrule_coupon_aggregated_order`
--
DROP TABLE IF EXISTS `salesrule_coupon_aggregated_order`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALESRULE_COUPON_AGGREGATED_ORDER_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Coupon Aggregated Order';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `salesrule_coupon_aggregated_order`
--
LOCK TABLES `salesrule_coupon_aggregated_order` WRITE;
/*!40000 ALTER TABLE `salesrule_coupon_aggregated_order` DISABLE KEYS */;
/*!40000 ALTER TABLE `salesrule_coupon_aggregated_order` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `salesrule_coupon_aggregated_updated`
--
DROP TABLE IF EXISTS `salesrule_coupon_aggregated_updated`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALESRULE_COUPON_AGGREGATED_UPDATED_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Salesrule Coupon Aggregated Updated';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `salesrule_coupon_aggregated_updated`
--
LOCK TABLES `salesrule_coupon_aggregated_updated` WRITE;
/*!40000 ALTER TABLE `salesrule_coupon_aggregated_updated` DISABLE KEYS */;
/*!40000 ALTER TABLE `salesrule_coupon_aggregated_updated` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `salesrule_coupon_usage`
--
DROP TABLE IF EXISTS `salesrule_coupon_usage`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALESRULE_COUPON_USAGE_COUPON_ID_SALESRULE_COUPON_COUPON_ID` FOREIGN KEY (`coupon_id`) REFERENCES `salesrule_coupon` (`coupon_id`) ON DELETE CASCADE,
CONSTRAINT `SALESRULE_COUPON_USAGE_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Salesrule Coupon Usage';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `salesrule_coupon_usage`
--
LOCK TABLES `salesrule_coupon_usage` WRITE;
/*!40000 ALTER TABLE `salesrule_coupon_usage` DISABLE KEYS */;
/*!40000 ALTER TABLE `salesrule_coupon_usage` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `salesrule_customer`
--
DROP TABLE IF EXISTS `salesrule_customer`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALESRULE_CUSTOMER_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE,
CONSTRAINT `SALESRULE_CUSTOMER_RULE_ID_SALESRULE_RULE_ID` FOREIGN KEY (`rule_id`) REFERENCES `salesrule` (`rule_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Salesrule Customer';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `salesrule_customer`
--
LOCK TABLES `salesrule_customer` WRITE;
/*!40000 ALTER TABLE `salesrule_customer` DISABLE KEYS */;
/*!40000 ALTER TABLE `salesrule_customer` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `salesrule_customer_group`
--
DROP TABLE IF EXISTS `salesrule_customer_group`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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,
CONSTRAINT `SALESRULE_CUSTOMER_GROUP_RULE_ID_SALESRULE_RULE_ID` FOREIGN KEY (`rule_id`) REFERENCES `salesrule` (`rule_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Rules To Customer Groups Relations';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `salesrule_customer_group`
--
LOCK TABLES `salesrule_customer_group` WRITE;
/*!40000 ALTER TABLE `salesrule_customer_group` DISABLE KEYS */;
/*!40000 ALTER TABLE `salesrule_customer_group` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `salesrule_label`
--
DROP TABLE IF EXISTS `salesrule_label`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALESRULE_LABEL_RULE_ID_SALESRULE_RULE_ID` FOREIGN KEY (`rule_id`) REFERENCES `salesrule` (`rule_id`) ON DELETE CASCADE,
CONSTRAINT `SALESRULE_LABEL_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Salesrule Label';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `salesrule_label`
--
LOCK TABLES `salesrule_label` WRITE;
/*!40000 ALTER TABLE `salesrule_label` DISABLE KEYS */;
/*!40000 ALTER TABLE `salesrule_label` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `salesrule_product_attribute`
--
DROP TABLE IF EXISTS `salesrule_product_attribute`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALESRULE_PRD_ATTR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
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,
CONSTRAINT `SALESRULE_PRODUCT_ATTRIBUTE_RULE_ID_SALESRULE_RULE_ID` FOREIGN KEY (`rule_id`) REFERENCES `salesrule` (`rule_id`) ON DELETE CASCADE,
CONSTRAINT `SALESRULE_PRODUCT_ATTRIBUTE_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Salesrule Product Attribute';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `salesrule_product_attribute`
--
LOCK TABLES `salesrule_product_attribute` WRITE;
/*!40000 ALTER TABLE `salesrule_product_attribute` DISABLE KEYS */;
/*!40000 ALTER TABLE `salesrule_product_attribute` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `salesrule_website`
--
DROP TABLE IF EXISTS `salesrule_website`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SALESRULE_WEBSITE_RULE_ID_SALESRULE_RULE_ID` FOREIGN KEY (`rule_id`) REFERENCES `salesrule` (`rule_id`) ON DELETE CASCADE,
CONSTRAINT `SALESRULE_WEBSITE_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Sales Rules To Websites Relations';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `salesrule_website`
--
LOCK TABLES `salesrule_website` WRITE;
/*!40000 ALTER TABLE `salesrule_website` DISABLE KEYS */;
/*!40000 ALTER TABLE `salesrule_website` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `search_query`
--
DROP TABLE IF EXISTS `search_query`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SEARCH_QUERY_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Search query table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `search_query`
--
LOCK TABLES `search_query` WRITE;
/*!40000 ALTER TABLE `search_query` DISABLE KEYS */;
/*!40000 ALTER TABLE `search_query` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `search_synonyms`
--
DROP TABLE IF EXISTS `search_synonyms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SEARCH_SYNONYMS_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
CONSTRAINT `SEARCH_SYNONYMS_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='table storing various synonyms groups';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `search_synonyms`
--
LOCK TABLES `search_synonyms` WRITE;
/*!40000 ALTER TABLE `search_synonyms` DISABLE KEYS */;
/*!40000 ALTER TABLE `search_synonyms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sendfriend_log`
--
DROP TABLE IF EXISTS `sendfriend_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sendfriend_log`
--
LOCK TABLES `sendfriend_log` WRITE;
/*!40000 ALTER TABLE `sendfriend_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `sendfriend_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sequence_creditmemo_0`
--
DROP TABLE IF EXISTS `sequence_creditmemo_0`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sequence_creditmemo_0` (
`sequence_value` int(10) unsigned NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`sequence_value`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sequence_creditmemo_0`
--
LOCK TABLES `sequence_creditmemo_0` WRITE;
/*!40000 ALTER TABLE `sequence_creditmemo_0` DISABLE KEYS */;
/*!40000 ALTER TABLE `sequence_creditmemo_0` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sequence_creditmemo_1`
--
DROP TABLE IF EXISTS `sequence_creditmemo_1`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sequence_creditmemo_1` (
`sequence_value` int(10) unsigned NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`sequence_value`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sequence_creditmemo_1`
--
LOCK TABLES `sequence_creditmemo_1` WRITE;
/*!40000 ALTER TABLE `sequence_creditmemo_1` DISABLE KEYS */;
/*!40000 ALTER TABLE `sequence_creditmemo_1` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sequence_invoice_0`
--
DROP TABLE IF EXISTS `sequence_invoice_0`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sequence_invoice_0` (
`sequence_value` int(10) unsigned NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`sequence_value`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sequence_invoice_0`
--
LOCK TABLES `sequence_invoice_0` WRITE;
/*!40000 ALTER TABLE `sequence_invoice_0` DISABLE KEYS */;
/*!40000 ALTER TABLE `sequence_invoice_0` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sequence_invoice_1`
--
DROP TABLE IF EXISTS `sequence_invoice_1`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sequence_invoice_1` (
`sequence_value` int(10) unsigned NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`sequence_value`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sequence_invoice_1`
--
LOCK TABLES `sequence_invoice_1` WRITE;
/*!40000 ALTER TABLE `sequence_invoice_1` DISABLE KEYS */;
/*!40000 ALTER TABLE `sequence_invoice_1` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sequence_order_0`
--
DROP TABLE IF EXISTS `sequence_order_0`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sequence_order_0` (
`sequence_value` int(10) unsigned NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`sequence_value`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sequence_order_0`
--
LOCK TABLES `sequence_order_0` WRITE;
/*!40000 ALTER TABLE `sequence_order_0` DISABLE KEYS */;
/*!40000 ALTER TABLE `sequence_order_0` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sequence_order_1`
--
DROP TABLE IF EXISTS `sequence_order_1`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sequence_order_1` (
`sequence_value` int(10) unsigned NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`sequence_value`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sequence_order_1`
--
LOCK TABLES `sequence_order_1` WRITE;
/*!40000 ALTER TABLE `sequence_order_1` DISABLE KEYS */;
INSERT INTO `sequence_order_1` VALUES (1),(2),(3),(4),(5),(6),(7);
/*!40000 ALTER TABLE `sequence_order_1` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sequence_shipment_0`
--
DROP TABLE IF EXISTS `sequence_shipment_0`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sequence_shipment_0` (
`sequence_value` int(10) unsigned NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`sequence_value`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sequence_shipment_0`
--
LOCK TABLES `sequence_shipment_0` WRITE;
/*!40000 ALTER TABLE `sequence_shipment_0` DISABLE KEYS */;
/*!40000 ALTER TABLE `sequence_shipment_0` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sequence_shipment_1`
--
DROP TABLE IF EXISTS `sequence_shipment_1`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sequence_shipment_1` (
`sequence_value` int(10) unsigned NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`sequence_value`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sequence_shipment_1`
--
LOCK TABLES `sequence_shipment_1` WRITE;
/*!40000 ALTER TABLE `sequence_shipment_1` DISABLE KEYS */;
/*!40000 ALTER TABLE `sequence_shipment_1` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `session`
--
DROP TABLE IF EXISTS `session`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `session`
--
LOCK TABLES `session` WRITE;
/*!40000 ALTER TABLE `session` DISABLE KEYS */;
/*!40000 ALTER TABLE `session` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `setup_module`
--
DROP TABLE IF EXISTS `setup_module`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `setup_module`
--
LOCK TABLES `setup_module` WRITE;
/*!40000 ALTER TABLE `setup_module` DISABLE KEYS */;
INSERT INTO `setup_module` VALUES ('Apptrian_FacebookPixel','2.1.5','2.1.5'),('Dotdigitalgroup_Email','2.3.8','2.3.8'),('Evrijn_Specialimport','1.0.0','1.0.0'),('FireGento_ExtendedImport','1.0.0','1.0.0'),('FireGento_FastSimpleImport','1.0.0','1.0.0'),('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'),('MultiSafepay_Connect','1.4.9','1.4.9'),('Rubic_CleanCheckout','1.0.0','1.0.0'),('Shopial_Facebook','1.0.0','1.0.0'),('Temando_Shipping','0.3.1','0.3.1');
/*!40000 ALTER TABLE `setup_module` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `shipping_tablerate`
--
DROP TABLE IF EXISTS `shipping_tablerate`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `shipping_tablerate`
--
LOCK TABLES `shipping_tablerate` WRITE;
/*!40000 ALTER TABLE `shipping_tablerate` DISABLE KEYS */;
/*!40000 ALTER TABLE `shipping_tablerate` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `signifyd_case`
--
DROP TABLE IF EXISTS `signifyd_case`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SIGNIFYD_CASE_ORDER_ID_SALES_ORDER_ENTITY_ID` FOREIGN KEY (`order_id`) REFERENCES `sales_order` (`entity_id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='signifyd_case';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `signifyd_case`
--
LOCK TABLES `signifyd_case` WRITE;
/*!40000 ALTER TABLE `signifyd_case` DISABLE KEYS */;
/*!40000 ALTER TABLE `signifyd_case` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sitemap`
--
DROP TABLE IF EXISTS `sitemap`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `SITEMAP_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='XML Sitemap';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sitemap`
--
LOCK TABLES `sitemap` WRITE;
/*!40000 ALTER TABLE `sitemap` DISABLE KEYS */;
/*!40000 ALTER TABLE `sitemap` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `store`
--
DROP TABLE IF EXISTS `store`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `STORE_GROUP_ID_STORE_GROUP_GROUP_ID` FOREIGN KEY (`group_id`) REFERENCES `store_group` (`group_id`) ON DELETE CASCADE,
CONSTRAINT `STORE_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Stores';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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,'default',1,1,'Default Store View',0,1);
/*!40000 ALTER TABLE `store` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `store_group`
--
DROP TABLE IF EXISTS `store_group`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `STORE_GROUP_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Store Groups';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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,'main_website_store','Saint Ape | EN',2,1);
/*!40000 ALTER TABLE `store_group` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `store_website`
--
DROP TABLE IF EXISTS `store_website`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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','Saint Ape',0,1,1);
/*!40000 ALTER TABLE `store_website` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tax_calculation`
--
DROP TABLE IF EXISTS `tax_calculation`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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,
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,
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,
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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Tax Calculation';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `tax_calculation`
--
LOCK TABLES `tax_calculation` WRITE;
/*!40000 ALTER TABLE `tax_calculation` DISABLE KEYS */;
/*!40000 ALTER TABLE `tax_calculation` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tax_calculation_rate`
--
DROP TABLE IF EXISTS `tax_calculation_rate`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `FK_37FB965F786AD5897BB3AE90470C42AB` FOREIGN KEY (`tax_calculation_rate_id`) REFERENCES `tax_calculation_rate` (`tax_calculation_rate_id`) ON DELETE CASCADE,
CONSTRAINT `TAX_CALCULATION_RATE_TITLE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Tax Calculation Rate Title';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `tax_calculation_rate_title`
--
LOCK TABLES `tax_calculation_rate_title` WRITE;
/*!40000 ALTER TABLE `tax_calculation_rate_title` DISABLE KEYS */;
/*!40000 ALTER TABLE `tax_calculation_rate_title` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tax_calculation_rule`
--
DROP TABLE IF EXISTS `tax_calculation_rule`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `tax_calculation_rule`
--
LOCK TABLES `tax_calculation_rule` WRITE;
/*!40000 ALTER TABLE `tax_calculation_rule` DISABLE KEYS */;
/*!40000 ALTER TABLE `tax_calculation_rule` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tax_class`
--
DROP TABLE IF EXISTS `tax_class`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `TAX_ORDER_AGGREGATED_CREATED_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Tax Order Aggregation';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `tax_order_aggregated_created`
--
LOCK TABLES `tax_order_aggregated_created` WRITE;
/*!40000 ALTER TABLE `tax_order_aggregated_created` DISABLE KEYS */;
/*!40000 ALTER TABLE `tax_order_aggregated_created` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tax_order_aggregated_updated`
--
DROP TABLE IF EXISTS `tax_order_aggregated_updated`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `TAX_ORDER_AGGREGATED_UPDATED_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Tax Order Aggregated Updated';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `tax_order_aggregated_updated`
--
LOCK TABLES `tax_order_aggregated_updated` WRITE;
/*!40000 ALTER TABLE `tax_order_aggregated_updated` DISABLE KEYS */;
/*!40000 ALTER TABLE `tax_order_aggregated_updated` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `temando_checkout_address`
--
DROP TABLE IF EXISTS `temando_checkout_address`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `TEMANDO_CHKT_ADDR_SHPP_ADDR_ID_QUOTE_ADDR_ADDR_ID` FOREIGN KEY (`shipping_address_id`) REFERENCES `quote_address` (`address_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8 COMMENT='Temando Checkout Address';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `temando_checkout_address`
--
LOCK TABLES `temando_checkout_address` WRITE;
/*!40000 ALTER TABLE `temando_checkout_address` DISABLE KEYS */;
INSERT INTO `temando_checkout_address` VALUES (1,4,'[]'),(2,10,'[]'),(3,15,'[]'),(4,18,'[]'),(5,23,'[]'),(6,25,'[]'),(7,27,'[]'),(8,60,'[]'),(9,58,'[]'),(10,32,'[]'),(11,90,'[]'),(12,98,'[]'),(13,110,'[]'),(14,130,'[]'),(15,138,'[]');
/*!40000 ALTER TABLE `temando_checkout_address` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `temando_order`
--
DROP TABLE IF EXISTS `temando_order`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `TEMANDO_ORDER_ORDER_ID_SALES_ORDER_ENTITY_ID` FOREIGN KEY (`order_id`) REFERENCES `sales_order` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Temando Order';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `temando_order`
--
LOCK TABLES `temando_order` WRITE;
/*!40000 ALTER TABLE `temando_order` DISABLE KEYS */;
/*!40000 ALTER TABLE `temando_order` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `temando_shipment`
--
DROP TABLE IF EXISTS `temando_shipment`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `TEMANDO_SHIPMENT_SHIPMENT_ID_SALES_SHIPMENT_ENTITY_ID` FOREIGN KEY (`shipment_id`) REFERENCES `sales_shipment` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Temando Shipment';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `temando_shipment`
--
LOCK TABLES `temando_shipment` WRITE;
/*!40000 ALTER TABLE `temando_shipment` DISABLE KEYS */;
/*!40000 ALTER TABLE `temando_shipment` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `theme`
--
DROP TABLE IF EXISTS `theme`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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_5aa6818ee6bb1.jpeg',0,'frontend',0,'Magento/blank'),(2,1,'Magento/luma','Magento Luma','preview_image_5aa6818f072cb.jpeg',0,'frontend',0,'Magento/luma'),(3,NULL,'Magento/backend','Magento 2 backend',NULL,0,'adminhtml',0,'Magento/backend'),(4,1,'Flirtcreativity/saintape','Flirt Creativity | Saint Ape','preview_image_5aa683b104710.jpeg',0,'frontend',0,'Flirtcreativity/saintape');
/*!40000 ALTER TABLE `theme` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `theme_file`
--
DROP TABLE IF EXISTS `theme_file`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `THEME_FILE_THEME_ID_THEME_THEME_ID` FOREIGN KEY (`theme_id`) REFERENCES `theme` (`theme_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Core theme files';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `theme_file`
--
LOCK TABLES `theme_file` WRITE;
/*!40000 ALTER TABLE `theme_file` DISABLE KEYS */;
/*!40000 ALTER TABLE `theme_file` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `translation`
--
DROP TABLE IF EXISTS `translation`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `TRANSLATION_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Translations';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `translation`
--
LOCK TABLES `translation` WRITE;
/*!40000 ALTER TABLE `translation` DISABLE KEYS */;
/*!40000 ALTER TABLE `translation` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ui_bookmark`
--
DROP TABLE IF EXISTS `ui_bookmark`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `UI_BOOKMARK_USER_ID_ADMIN_USER_USER_ID` FOREIGN KEY (`user_id`) REFERENCES `admin_user` (`user_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=49 DEFAULT CHARSET=utf8 COMMENT='Bookmark';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- 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','current',0,NULL,'{\"current\":{\"columns\":{\"default\":{\"visible\":true,\"sorting\":false},\"theme_theme_id\":{\"visible\":true,\"sorting\":false},\"store_website_id\":{\"visible\":true,\"sorting\":false},\"store_group_id\":{\"visible\":true,\"sorting\":false},\"store_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,\"theme_theme_id\":4,\"actions\":5},\"filters\":{\"applied\":{\"placeholder\":true}},\"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'),(2,1,'design_config_listing','default',1,'Default View','{\"views\":{\"default\":{\"label\":\"Default View\",\"index\":\"default\",\"editable\":false,\"data\":{\"columns\":{\"default\":{\"visible\":true,\"sorting\":false},\"theme_theme_id\":{\"visible\":true,\"sorting\":false},\"store_website_id\":{\"visible\":true,\"sorting\":false},\"store_group_id\":{\"visible\":true,\"sorting\":false},\"store_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,\"theme_theme_id\":4,\"actions\":5},\"filters\":{\"applied\":{\"placeholder\":true}},\"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'),(3,1,'cms_block_listing','current',0,NULL,'{\"current\":{\"filters\":{\"applied\":{\"placeholder\":true}},\"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},\"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},\"ids\":{\"visible\":true,\"sorting\":false},\"creation_time\":{\"visible\":true,\"sorting\":false},\"update_time\":{\"visible\":true,\"sorting\":false}},\"displayMode\":\"grid\",\"search\":{\"value\":\"\"},\"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'),(4,1,'cms_block_listing','default',1,'Default View','{\"views\":{\"default\":{\"label\":\"Default View\",\"index\":\"default\",\"editable\":false,\"data\":{\"filters\":{\"applied\":{\"placeholder\":true}},\"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},\"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},\"ids\":{\"visible\":true,\"sorting\":false},\"creation_time\":{\"visible\":true,\"sorting\":false},\"update_time\":{\"visible\":true,\"sorting\":false}},\"displayMode\":\"grid\",\"search\":{\"value\":\"\"},\"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'),(5,1,'cms_page_listing','default',1,'Default View','{\"views\":{\"default\":{\"label\":\"Default View\",\"index\":\"default\",\"editable\":false,\"data\":{\"search\":{\"value\":\"\"},\"filters\":{\"applied\":{\"placeholder\":true}},\"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},\"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},\"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}},\"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,\"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}},\"value\":\"Default View\"}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,1,'cms_page_listing','current',0,NULL,'{\"current\":{\"search\":{\"value\":\"\"},\"filters\":{\"applied\":{\"placeholder\":true}},\"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},\"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},\"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}},\"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,\"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}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(7,2,'product_listing','current',0,NULL,'{\"current\":{\"columns\":{\"entity_id\":{\"visible\":true,\"sorting\":\"desc\"},\"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},\"ids\":{\"visible\":true,\"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},\"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},\"size\":{\"visible\":true,\"sorting\":false},\"actions\":{\"visible\":true,\"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},\"thumbnail\":{\"visible\":true,\"sorting\":false},\"fabric\":{\"visible\":true,\"sorting\":false},\"additional_colors\":{\"visible\":true,\"sorting\":false},\"country_manufacturer\":{\"visible\":true,\"sorting\":false},\"waist\":{\"visible\":true,\"sorting\":false},\"length\":{\"visible\":true,\"sorting\":false}},\"filters\":{\"applied\":{\"placeholder\":true}},\"displayMode\":\"grid\",\"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,\"size\":35,\"actions\":36,\"fabric\":37,\"additional_colors\":38,\"country_manufacturer\":39,\"waist\":40,\"length\":41},\"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'),(8,2,'product_listing','default',1,'Default View','{\"views\":{\"default\":{\"label\":\"Default View\",\"index\":\"default\",\"editable\":false,\"data\":{\"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},\"ids\":{\"visible\":true,\"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},\"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},\"size\":{\"visible\":true,\"sorting\":false},\"actions\":{\"visible\":true,\"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},\"thumbnail\":{\"visible\":true,\"sorting\":false}},\"filters\":{\"applied\":{\"placeholder\":true}},\"displayMode\":\"grid\",\"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,\"size\":35,\"actions\":36},\"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'),(9,1,'sales_order_grid','current',0,NULL,'{\"current\":{\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"increment_id\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":true,\"sorting\":false},\"billing_name\":{\"visible\":true,\"sorting\":false},\"shipping_name\":{\"visible\":true,\"sorting\":false},\"base_grand_total\":{\"visible\":true,\"sorting\":false},\"grand_total\":{\"visible\":true,\"sorting\":false},\"billing_address\":{\"visible\":false,\"sorting\":false},\"shipping_address\":{\"visible\":false,\"sorting\":false},\"shipping_information\":{\"visible\":false,\"sorting\":false},\"customer_email\":{\"visible\":false,\"sorting\":false},\"subtotal\":{\"visible\":false,\"sorting\":false},\"shipping_and_handling\":{\"visible\":false,\"sorting\":false},\"customer_name\":{\"visible\":false,\"sorting\":false},\"total_refunded\":{\"visible\":false,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"created_at\":{\"visible\":true,\"sorting\":\"desc\"},\"status\":{\"visible\":true,\"sorting\":false},\"customer_group\":{\"visible\":false,\"sorting\":false},\"payment_method\":{\"visible\":false,\"sorting\":false},\"signifyd_guarantee_status\":{\"visible\":true,\"sorting\":false},\"actions\":{\"visible\":true,\"sorting\":false}},\"search\":{\"value\":\"\"},\"displayMode\":\"grid\",\"positions\":{\"ids\":0,\"increment_id\":1,\"store_id\":2,\"created_at\":3,\"billing_name\":4,\"shipping_name\":5,\"base_grand_total\":6,\"grand_total\":7,\"status\":8,\"billing_address\":9,\"shipping_address\":10,\"shipping_information\":11,\"customer_email\":12,\"customer_group\":13,\"subtotal\":14,\"shipping_and_handling\":15,\"customer_name\":16,\"payment_method\":17,\"total_refunded\":18,\"actions\":19,\"signifyd_guarantee_status\":20},\"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'),(10,1,'sales_order_grid','default',1,'Default View','{\"views\":{\"default\":{\"label\":\"Default View\",\"index\":\"default\",\"editable\":false,\"data\":{\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"increment_id\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":true,\"sorting\":false},\"billing_name\":{\"visible\":true,\"sorting\":false},\"shipping_name\":{\"visible\":true,\"sorting\":false},\"base_grand_total\":{\"visible\":true,\"sorting\":false},\"grand_total\":{\"visible\":true,\"sorting\":false},\"billing_address\":{\"visible\":false,\"sorting\":false},\"shipping_address\":{\"visible\":false,\"sorting\":false},\"shipping_information\":{\"visible\":false,\"sorting\":false},\"customer_email\":{\"visible\":false,\"sorting\":false},\"subtotal\":{\"visible\":false,\"sorting\":false},\"shipping_and_handling\":{\"visible\":false,\"sorting\":false},\"customer_name\":{\"visible\":false,\"sorting\":false},\"total_refunded\":{\"visible\":false,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"created_at\":{\"visible\":true,\"sorting\":\"desc\"},\"status\":{\"visible\":true,\"sorting\":false},\"customer_group\":{\"visible\":false,\"sorting\":false},\"payment_method\":{\"visible\":false,\"sorting\":false},\"signifyd_guarantee_status\":{\"visible\":true,\"sorting\":false},\"actions\":{\"visible\":true,\"sorting\":false}},\"search\":{\"value\":\"\"},\"displayMode\":\"grid\",\"positions\":{\"ids\":0,\"increment_id\":1,\"store_id\":2,\"created_at\":3,\"billing_name\":4,\"shipping_name\":5,\"base_grand_total\":6,\"grand_total\":7,\"status\":8,\"billing_address\":9,\"shipping_address\":10,\"shipping_information\":11,\"customer_email\":12,\"customer_group\":13,\"subtotal\":14,\"shipping_and_handling\":15,\"customer_name\":16,\"payment_method\":17,\"total_refunded\":18,\"actions\":19,\"signifyd_guarantee_status\":20},\"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'),(11,1,'sales_order_view_creditmemo_grid','default',1,'Default View','{\"views\":{\"default\":{\"label\":\"Default View\",\"index\":\"default\",\"editable\":false,\"data\":{\"search\":{\"value\":\"\"},\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"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},\"ids\":{\"visible\":true,\"sorting\":false},\"created_at\":{\"visible\":true,\"sorting\":false},\"order_created_at\":{\"visible\":true,\"sorting\":false},\"actions\":{\"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}},\"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,\"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'),(12,1,'sales_order_view_shipment_grid','default',1,'Default View','{\"views\":{\"default\":{\"label\":\"Default View\",\"index\":\"default\",\"editable\":false,\"data\":{\"search\":{\"value\":\"\"},\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"increment_id\":{\"visible\":true,\"sorting\":\"asc\"},\"order_increment_id\":{\"visible\":true,\"sorting\":false},\"shipping_name\":{\"visible\":true,\"sorting\":false},\"total_qty\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":false,\"sorting\":false},\"customer_name\":{\"visible\":false,\"sorting\":false},\"customer_email\":{\"visible\":false,\"sorting\":false},\"billing_address\":{\"visible\":false,\"sorting\":false},\"shipping_address\":{\"visible\":false,\"sorting\":false},\"shipping_information\":{\"visible\":false,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"created_at\":{\"visible\":true,\"sorting\":false},\"order_created_at\":{\"visible\":true,\"sorting\":false},\"actions\":{\"visible\":true,\"sorting\":false},\"order_status\":{\"visible\":false,\"sorting\":false},\"customer_group_id\":{\"visible\":false,\"sorting\":false},\"payment_method\":{\"visible\":false,\"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,\"increment_id\":1,\"created_at\":2,\"order_increment_id\":3,\"order_created_at\":4,\"shipping_name\":5,\"total_qty\":6,\"order_status\":7,\"store_id\":8,\"customer_name\":9,\"customer_email\":10,\"customer_group_id\":11,\"billing_address\":12,\"shipping_address\":13,\"payment_method\":14,\"shipping_information\":15,\"actions\":16}},\"value\":\"Default View\"}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(13,1,'sales_order_view_invoice_grid','default',1,'Default View','{\"views\":{\"default\":{\"label\":\"Default View\",\"index\":\"default\",\"editable\":false,\"data\":{\"search\":{\"value\":\"\"},\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"increment_id\":{\"visible\":true,\"sorting\":\"asc\"},\"order_increment_id\":{\"visible\":true,\"sorting\":false},\"billing_name\":{\"visible\":true,\"sorting\":false},\"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},\"ids\":{\"visible\":true,\"sorting\":false},\"created_at\":{\"visible\":true,\"sorting\":false},\"order_created_at\":{\"visible\":true,\"sorting\":false},\"actions\":{\"visible\":true,\"sorting\":false},\"state\":{\"visible\":true,\"sorting\":false},\"customer_group_id\":{\"visible\":false,\"sorting\":false},\"payment_method\":{\"visible\":false,\"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,\"increment_id\":1,\"created_at\":2,\"order_increment_id\":3,\"order_created_at\":4,\"billing_name\":5,\"state\":6,\"grand_total\":7,\"store_id\":8,\"billing_address\":9,\"shipping_address\":10,\"customer_name\":11,\"customer_email\":12,\"customer_group_id\":13,\"payment_method\":14,\"shipping_information\":15,\"subtotal\":16,\"shipping_and_handling\":17,\"actions\":18}},\"value\":\"Default View\"}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(14,1,'sales_order_view_creditmemo_grid','current',0,NULL,'{\"current\":{\"search\":{\"value\":\"\"},\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"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},\"ids\":{\"visible\":true,\"sorting\":false},\"created_at\":{\"visible\":true,\"sorting\":false},\"order_created_at\":{\"visible\":true,\"sorting\":false},\"actions\":{\"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}},\"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,\"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'),(15,1,'sales_order_view_invoice_grid','current',0,NULL,'{\"current\":{\"search\":{\"value\":\"\"},\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"increment_id\":{\"visible\":true,\"sorting\":\"asc\"},\"order_increment_id\":{\"visible\":true,\"sorting\":false},\"billing_name\":{\"visible\":true,\"sorting\":false},\"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},\"ids\":{\"visible\":true,\"sorting\":false},\"created_at\":{\"visible\":true,\"sorting\":false},\"order_created_at\":{\"visible\":true,\"sorting\":false},\"actions\":{\"visible\":true,\"sorting\":false},\"state\":{\"visible\":true,\"sorting\":false},\"customer_group_id\":{\"visible\":false,\"sorting\":false},\"payment_method\":{\"visible\":false,\"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,\"increment_id\":1,\"created_at\":2,\"order_increment_id\":3,\"order_created_at\":4,\"billing_name\":5,\"state\":6,\"grand_total\":7,\"store_id\":8,\"billing_address\":9,\"shipping_address\":10,\"customer_name\":11,\"customer_email\":12,\"customer_group_id\":13,\"payment_method\":14,\"shipping_information\":15,\"subtotal\":16,\"shipping_and_handling\":17,\"actions\":18}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(16,1,'sales_order_view_shipment_grid','current',0,NULL,'{\"current\":{\"search\":{\"value\":\"\"},\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"increment_id\":{\"visible\":true,\"sorting\":\"asc\"},\"order_increment_id\":{\"visible\":true,\"sorting\":false},\"shipping_name\":{\"visible\":true,\"sorting\":false},\"total_qty\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":false,\"sorting\":false},\"customer_name\":{\"visible\":false,\"sorting\":false},\"customer_email\":{\"visible\":false,\"sorting\":false},\"billing_address\":{\"visible\":false,\"sorting\":false},\"shipping_address\":{\"visible\":false,\"sorting\":false},\"shipping_information\":{\"visible\":false,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"created_at\":{\"visible\":true,\"sorting\":false},\"order_created_at\":{\"visible\":true,\"sorting\":false},\"actions\":{\"visible\":true,\"sorting\":false},\"order_status\":{\"visible\":false,\"sorting\":false},\"customer_group_id\":{\"visible\":false,\"sorting\":false},\"payment_method\":{\"visible\":false,\"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,\"increment_id\":1,\"created_at\":2,\"order_increment_id\":3,\"order_created_at\":4,\"shipping_name\":5,\"total_qty\":6,\"order_status\":7,\"store_id\":8,\"customer_name\":9,\"customer_email\":10,\"customer_group_id\":11,\"billing_address\":12,\"shipping_address\":13,\"payment_method\":14,\"shipping_information\":15,\"actions\":16}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(17,1,'product_listing','current',0,NULL,'{\"current\":{\"filters\":{\"applied\":{\"placeholder\":true,\"type_id\":\"configurable\"}},\"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},\"ids\":{\"visible\":true,\"sorting\":false},\"actions\":{\"visible\":true,\"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},\"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},\"size\":{\"visible\":true,\"sorting\":false},\"thumbnail\":{\"visible\":true,\"sorting\":false},\"fabric\":{\"visible\":true,\"sorting\":false},\"additional_colors\":{\"visible\":true,\"sorting\":false},\"country_manufacturer\":{\"visible\":true,\"sorting\":false},\"waist\":{\"visible\":true,\"sorting\":false},\"length\":{\"visible\":true,\"sorting\":false}},\"displayMode\":\"grid\",\"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,\"size\":35,\"actions\":36,\"fabric\":37,\"additional_colors\":38,\"country_manufacturer\":39,\"waist\":40,\"length\":41},\"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'),(18,1,'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},\"ids\":{\"visible\":true,\"sorting\":false},\"actions\":{\"visible\":true,\"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},\"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},\"size\":{\"visible\":true,\"sorting\":false},\"thumbnail\":{\"visible\":true,\"sorting\":false}},\"displayMode\":\"grid\",\"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,\"size\":35,\"actions\":36},\"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'),(19,2,'sales_order_grid','current',0,NULL,'{\"current\":{\"columns\":{\"increment_id\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":true,\"sorting\":false},\"billing_name\":{\"visible\":true,\"sorting\":false},\"shipping_name\":{\"visible\":true,\"sorting\":false},\"base_grand_total\":{\"visible\":true,\"sorting\":false},\"grand_total\":{\"visible\":true,\"sorting\":false},\"billing_address\":{\"visible\":false,\"sorting\":false},\"shipping_address\":{\"visible\":false,\"sorting\":false},\"shipping_information\":{\"visible\":false,\"sorting\":false},\"customer_email\":{\"visible\":false,\"sorting\":false},\"subtotal\":{\"visible\":false,\"sorting\":false},\"shipping_and_handling\":{\"visible\":false,\"sorting\":false},\"customer_name\":{\"visible\":false,\"sorting\":false},\"total_refunded\":{\"visible\":false,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"status\":{\"visible\":true,\"sorting\":false},\"customer_group\":{\"visible\":false,\"sorting\":false},\"payment_method\":{\"visible\":false,\"sorting\":false},\"signifyd_guarantee_status\":{\"visible\":true,\"sorting\":false},\"created_at\":{\"visible\":true,\"sorting\":\"desc\"},\"actions\":{\"visible\":true,\"sorting\":false}},\"search\":{\"value\":\"\"},\"filters\":{\"applied\":{\"placeholder\":true}},\"displayMode\":\"grid\",\"positions\":{\"ids\":0,\"increment_id\":1,\"store_id\":2,\"created_at\":3,\"billing_name\":4,\"shipping_name\":5,\"base_grand_total\":6,\"grand_total\":7,\"status\":8,\"billing_address\":9,\"shipping_address\":10,\"shipping_information\":11,\"customer_email\":12,\"customer_group\":13,\"subtotal\":14,\"shipping_and_handling\":15,\"customer_name\":16,\"payment_method\":17,\"total_refunded\":18,\"actions\":19,\"signifyd_guarantee_status\":20},\"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,'sales_order_grid','default',1,'Default View','{\"views\":{\"default\":{\"label\":\"Default View\",\"index\":\"default\",\"editable\":false,\"data\":{\"columns\":{\"increment_id\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":true,\"sorting\":false},\"billing_name\":{\"visible\":true,\"sorting\":false},\"shipping_name\":{\"visible\":true,\"sorting\":false},\"base_grand_total\":{\"visible\":true,\"sorting\":false},\"grand_total\":{\"visible\":true,\"sorting\":false},\"billing_address\":{\"visible\":false,\"sorting\":false},\"shipping_address\":{\"visible\":false,\"sorting\":false},\"shipping_information\":{\"visible\":false,\"sorting\":false},\"customer_email\":{\"visible\":false,\"sorting\":false},\"subtotal\":{\"visible\":false,\"sorting\":false},\"shipping_and_handling\":{\"visible\":false,\"sorting\":false},\"customer_name\":{\"visible\":false,\"sorting\":false},\"total_refunded\":{\"visible\":false,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"status\":{\"visible\":true,\"sorting\":false},\"customer_group\":{\"visible\":false,\"sorting\":false},\"payment_method\":{\"visible\":false,\"sorting\":false},\"signifyd_guarantee_status\":{\"visible\":true,\"sorting\":false},\"created_at\":{\"visible\":true,\"sorting\":\"desc\"},\"actions\":{\"visible\":true,\"sorting\":false}},\"search\":{\"value\":\"\"},\"filters\":{\"applied\":{\"placeholder\":true}},\"displayMode\":\"grid\",\"positions\":{\"ids\":0,\"increment_id\":1,\"store_id\":2,\"created_at\":3,\"billing_name\":4,\"shipping_name\":5,\"base_grand_total\":6,\"grand_total\":7,\"status\":8,\"billing_address\":9,\"shipping_address\":10,\"shipping_information\":11,\"customer_email\":12,\"customer_group\":13,\"subtotal\":14,\"shipping_and_handling\":15,\"customer_name\":16,\"payment_method\":17,\"total_refunded\":18,\"actions\":19,\"signifyd_guarantee_status\":20},\"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,'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'),(22,2,'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'),(23,1,'sales_order_shipment_grid','default',1,'Default View','{\"views\":{\"default\":{\"label\":\"Default View\",\"index\":\"default\",\"editable\":false,\"data\":{\"search\":{\"value\":\"\"},\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"increment_id\":{\"visible\":true,\"sorting\":\"asc\"},\"order_increment_id\":{\"visible\":true,\"sorting\":false},\"shipping_name\":{\"visible\":true,\"sorting\":false},\"total_qty\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":false,\"sorting\":false},\"customer_name\":{\"visible\":false,\"sorting\":false},\"customer_email\":{\"visible\":false,\"sorting\":false},\"billing_address\":{\"visible\":false,\"sorting\":false},\"shipping_address\":{\"visible\":false,\"sorting\":false},\"shipping_information\":{\"visible\":false,\"sorting\":false},\"created_at\":{\"visible\":true,\"sorting\":false},\"order_created_at\":{\"visible\":true,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"order_status\":{\"visible\":false,\"sorting\":false},\"customer_group_id\":{\"visible\":false,\"sorting\":false},\"payment_method\":{\"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},\"positions\":{\"ids\":0,\"increment_id\":1,\"created_at\":2,\"order_increment_id\":3,\"order_created_at\":4,\"shipping_name\":5,\"total_qty\":6,\"order_status\":7,\"store_id\":8,\"customer_name\":9,\"customer_email\":10,\"customer_group_id\":11,\"billing_address\":12,\"shipping_address\":13,\"payment_method\":14,\"shipping_information\":15,\"actions\":16}},\"value\":\"Default View\"}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(24,1,'sales_order_shipment_grid','current',0,NULL,'{\"current\":{\"search\":{\"value\":\"\"},\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"increment_id\":{\"visible\":true,\"sorting\":\"asc\"},\"order_increment_id\":{\"visible\":true,\"sorting\":false},\"shipping_name\":{\"visible\":true,\"sorting\":false},\"total_qty\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":false,\"sorting\":false},\"customer_name\":{\"visible\":false,\"sorting\":false},\"customer_email\":{\"visible\":false,\"sorting\":false},\"billing_address\":{\"visible\":false,\"sorting\":false},\"shipping_address\":{\"visible\":false,\"sorting\":false},\"shipping_information\":{\"visible\":false,\"sorting\":false},\"created_at\":{\"visible\":true,\"sorting\":false},\"order_created_at\":{\"visible\":true,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"order_status\":{\"visible\":false,\"sorting\":false},\"customer_group_id\":{\"visible\":false,\"sorting\":false},\"payment_method\":{\"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},\"positions\":{\"ids\":0,\"increment_id\":1,\"created_at\":2,\"order_increment_id\":3,\"order_created_at\":4,\"shipping_name\":5,\"total_qty\":6,\"order_status\":7,\"store_id\":8,\"customer_name\":9,\"customer_email\":10,\"customer_group_id\":11,\"billing_address\":12,\"shipping_address\":13,\"payment_method\":14,\"shipping_information\":15,\"actions\":16}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(25,1,'customer_online_grid','default',1,'Default View','{\"views\":{\"default\":{\"label\":\"Default View\",\"index\":\"default\",\"editable\":false,\"data\":{\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"customer_id\":{\"visible\":true,\"sorting\":\"asc\"},\"firstname\":{\"visible\":true,\"sorting\":false},\"lastname\":{\"visible\":true,\"sorting\":false},\"email\":{\"visible\":true,\"sorting\":false},\"last_visit_at\":{\"visible\":true,\"sorting\":false},\"visitor_type\":{\"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\":{\"customer_id\":0,\"firstname\":1,\"lastname\":2,\"email\":3,\"last_visit_at\":4,\"visitor_type\":5}},\"value\":\"Default View\"}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(26,1,'customer_online_grid','current',0,NULL,'{\"current\":{\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"customer_id\":{\"visible\":true,\"sorting\":\"asc\"},\"firstname\":{\"visible\":true,\"sorting\":false},\"lastname\":{\"visible\":true,\"sorting\":false},\"email\":{\"visible\":true,\"sorting\":false},\"last_visit_at\":{\"visible\":true,\"sorting\":false},\"visitor_type\":{\"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\":{\"customer_id\":0,\"firstname\":1,\"lastname\":2,\"email\":3,\"last_visit_at\":4,\"visitor_type\":5}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(27,1,'customer_listing','default',1,'Default View','{\"views\":{\"default\":{\"label\":\"Default View\",\"index\":\"default\",\"editable\":false,\"data\":{\"search\":{\"value\":\"\"},\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"entity_id\":{\"visible\":true,\"sorting\":\"asc\"},\"name\":{\"visible\":true,\"sorting\":false},\"email\":{\"visible\":true,\"sorting\":false},\"billing_telephone\":{\"visible\":true,\"sorting\":false},\"billing_postcode\":{\"visible\":true,\"sorting\":false},\"billing_region\":{\"visible\":true,\"sorting\":false},\"confirmation\":{\"visible\":true,\"sorting\":false},\"created_in\":{\"visible\":true,\"sorting\":false},\"billing_full\":{\"visible\":false,\"sorting\":false},\"shipping_full\":{\"visible\":false,\"sorting\":false},\"taxvat\":{\"visible\":true,\"sorting\":false},\"billing_street\":{\"visible\":false,\"sorting\":false},\"billing_city\":{\"visible\":false,\"sorting\":false},\"billing_fax\":{\"visible\":false,\"sorting\":false},\"billing_vat_id\":{\"visible\":false,\"sorting\":false},\"billing_company\":{\"visible\":false,\"sorting\":false},\"billing_firstname\":{\"visible\":false,\"sorting\":false},\"billing_lastname\":{\"visible\":false,\"sorting\":false},\"lock_expires\":{\"visible\":false,\"sorting\":false},\"group_id\":{\"visible\":true,\"sorting\":false},\"billing_country_id\":{\"visible\":true,\"sorting\":false},\"website_id\":{\"visible\":true,\"sorting\":false},\"gender\":{\"visible\":true,\"sorting\":false},\"created_at\":{\"visible\":true,\"sorting\":false},\"dob\":{\"visible\":true,\"sorting\":false},\"ids\":{\"visible\":true,\"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},\"positions\":{\"ids\":0,\"entity_id\":1,\"name\":2,\"email\":3,\"group_id\":4,\"billing_telephone\":5,\"billing_postcode\":6,\"billing_country_id\":7,\"billing_region\":8,\"created_at\":9,\"website_id\":10,\"confirmation\":11,\"created_in\":12,\"billing_full\":13,\"shipping_full\":14,\"dob\":15,\"taxvat\":16,\"gender\":17,\"billing_street\":18,\"billing_city\":19,\"billing_fax\":20,\"billing_vat_id\":21,\"billing_company\":22,\"billing_firstname\":23,\"billing_lastname\":24,\"lock_expires\":25,\"actions\":26}},\"value\":\"Default View\"}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(28,1,'customer_listing','current',0,NULL,'{\"current\":{\"search\":{\"value\":\"\"},\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"entity_id\":{\"visible\":true,\"sorting\":\"asc\"},\"name\":{\"visible\":true,\"sorting\":false},\"email\":{\"visible\":true,\"sorting\":false},\"billing_telephone\":{\"visible\":true,\"sorting\":false},\"billing_postcode\":{\"visible\":true,\"sorting\":false},\"billing_region\":{\"visible\":true,\"sorting\":false},\"confirmation\":{\"visible\":true,\"sorting\":false},\"created_in\":{\"visible\":true,\"sorting\":false},\"billing_full\":{\"visible\":false,\"sorting\":false},\"shipping_full\":{\"visible\":false,\"sorting\":false},\"taxvat\":{\"visible\":true,\"sorting\":false},\"billing_street\":{\"visible\":false,\"sorting\":false},\"billing_city\":{\"visible\":false,\"sorting\":false},\"billing_fax\":{\"visible\":false,\"sorting\":false},\"billing_vat_id\":{\"visible\":false,\"sorting\":false},\"billing_company\":{\"visible\":false,\"sorting\":false},\"billing_firstname\":{\"visible\":false,\"sorting\":false},\"billing_lastname\":{\"visible\":false,\"sorting\":false},\"lock_expires\":{\"visible\":false,\"sorting\":false},\"group_id\":{\"visible\":true,\"sorting\":false},\"billing_country_id\":{\"visible\":true,\"sorting\":false},\"website_id\":{\"visible\":true,\"sorting\":false},\"gender\":{\"visible\":true,\"sorting\":false},\"created_at\":{\"visible\":true,\"sorting\":false},\"dob\":{\"visible\":true,\"sorting\":false},\"ids\":{\"visible\":true,\"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},\"positions\":{\"ids\":0,\"entity_id\":1,\"name\":2,\"email\":3,\"group_id\":4,\"billing_telephone\":5,\"billing_postcode\":6,\"billing_country_id\":7,\"billing_region\":8,\"created_at\":9,\"website_id\":10,\"confirmation\":11,\"created_in\":12,\"billing_full\":13,\"shipping_full\":14,\"dob\":15,\"taxvat\":16,\"gender\":17,\"billing_street\":18,\"billing_city\":19,\"billing_fax\":20,\"billing_vat_id\":21,\"billing_company\":22,\"billing_firstname\":23,\"billing_lastname\":24,\"lock_expires\":25,\"actions\":26}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(29,3,'product_listing','default',1,'Default View','{\"views\":{\"default\":{\"index\":\"default\",\"editable\":false,\"data\":{\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"ids\":{\"visible\":true,\"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},\"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},\"size\":{\"visible\":true,\"sorting\":false},\"waist\":{\"visible\":true,\"sorting\":false},\"length\":{\"visible\":true,\"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},\"actions\":{\"visible\":true,\"sorting\":false},\"thumbnail\":{\"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},\"fabric\":{\"visible\":true,\"sorting\":false},\"additional_colors\":{\"visible\":true,\"sorting\":false},\"country_manufacturer\":{\"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,\"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,\"size\":35,\"fabric\":36,\"additional_colors\":37,\"country_manufacturer\":38,\"waist\":39,\"length\":40,\"actions\":41},\"displayMode\":\"grid\"},\"label\":\"Default View\",\"value\":\"Default View\"}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(30,3,'product_listing','current',0,NULL,'{\"current\":{\"filters\":{\"applied\":{\"placeholder\":true,\"type_id\":\"simple\",\"sku\":\"ts\"}},\"columns\":{\"ids\":{\"visible\":true,\"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},\"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},\"size\":{\"visible\":true,\"sorting\":false},\"waist\":{\"visible\":true,\"sorting\":false},\"length\":{\"visible\":true,\"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},\"actions\":{\"visible\":true,\"sorting\":false},\"thumbnail\":{\"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},\"fabric\":{\"visible\":true,\"sorting\":false},\"additional_colors\":{\"visible\":true,\"sorting\":false},\"country_manufacturer\":{\"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\":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,\"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,\"size\":35,\"fabric\":36,\"additional_colors\":37,\"country_manufacturer\":38,\"waist\":39,\"length\":40,\"actions\":41},\"displayMode\":\"grid\"}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(31,3,'cms_page_listing','default',1,'Default View','{\"views\":{\"default\":{\"index\":\"default\",\"editable\":false,\"data\":{\"filters\":{\"applied\":{\"placeholder\":true}},\"search\":{\"value\":\"\"},\"columns\":{\"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},\"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}},\"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,\"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},\"displayMode\":\"grid\"},\"label\":\"Default View\",\"value\":\"Default View\"}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(32,3,'cms_page_listing','current',0,NULL,'{\"current\":{\"filters\":{\"applied\":{\"placeholder\":true}},\"search\":{\"value\":\"\"},\"columns\":{\"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},\"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}},\"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,\"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},\"displayMode\":\"grid\"}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(33,3,'product_attributes_listing','default',1,'Default View','{\"views\":{\"default\":{\"index\":\"default\",\"editable\":false,\"data\":{\"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},\"columns\":{\"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},\"attribute_code\":{\"visible\":true,\"sorting\":\"asc\"},\"frontend_label\":{\"visible\":true,\"sorting\":false}},\"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},\"displayMode\":\"grid\"},\"label\":\"Default View\",\"value\":\"Default View\"}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(34,3,'product_attributes_listing','current',0,NULL,'{\"current\":{\"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},\"columns\":{\"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},\"attribute_code\":{\"visible\":true,\"sorting\":\"asc\"},\"frontend_label\":{\"visible\":true,\"sorting\":false}},\"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},\"displayMode\":\"grid\"}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(35,3,'cms_block_listing','default',1,'Default View','{\"views\":{\"default\":{\"index\":\"default\",\"editable\":false,\"data\":{\"search\":{\"value\":\"\"},\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"block_id\":{\"visible\":true,\"sorting\":\"asc\"},\"title\":{\"visible\":true,\"sorting\":false},\"identifier\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":true,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"is_active\":{\"visible\":true,\"sorting\":false},\"creation_time\":{\"visible\":true,\"sorting\":false},\"update_time\":{\"visible\":true,\"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},\"positions\":{\"ids\":0,\"block_id\":1,\"title\":2,\"identifier\":3,\"store_id\":4,\"is_active\":5,\"creation_time\":6,\"update_time\":7,\"actions\":8}},\"label\":\"Default View\",\"value\":\"Default View\"}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(36,3,'cms_block_listing','current',0,NULL,'{\"current\":{\"search\":{\"value\":\"\"},\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"block_id\":{\"visible\":true,\"sorting\":\"asc\"},\"title\":{\"visible\":true,\"sorting\":false},\"identifier\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":true,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"is_active\":{\"visible\":true,\"sorting\":false},\"creation_time\":{\"visible\":true,\"sorting\":false},\"update_time\":{\"visible\":true,\"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},\"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'),(37,3,'sales_order_grid','default',1,'Default View','{\"views\":{\"default\":{\"index\":\"default\",\"editable\":false,\"data\":{\"search\":{\"value\":\"\"},\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"increment_id\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":true,\"sorting\":false},\"billing_name\":{\"visible\":true,\"sorting\":false},\"shipping_name\":{\"visible\":true,\"sorting\":false},\"base_grand_total\":{\"visible\":true,\"sorting\":false},\"grand_total\":{\"visible\":true,\"sorting\":false},\"billing_address\":{\"visible\":false,\"sorting\":false},\"shipping_address\":{\"visible\":false,\"sorting\":false},\"shipping_information\":{\"visible\":false,\"sorting\":false},\"customer_email\":{\"visible\":false,\"sorting\":false},\"subtotal\":{\"visible\":false,\"sorting\":false},\"shipping_and_handling\":{\"visible\":false,\"sorting\":false},\"customer_name\":{\"visible\":false,\"sorting\":false},\"total_refunded\":{\"visible\":false,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"created_at\":{\"visible\":true,\"sorting\":\"desc\"},\"status\":{\"visible\":true,\"sorting\":false},\"customer_group\":{\"visible\":false,\"sorting\":false},\"payment_method\":{\"visible\":false,\"sorting\":false},\"signifyd_guarantee_status\":{\"visible\":true,\"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},\"positions\":{\"ids\":0,\"increment_id\":1,\"store_id\":2,\"created_at\":3,\"billing_name\":4,\"shipping_name\":5,\"base_grand_total\":6,\"grand_total\":7,\"status\":8,\"billing_address\":9,\"shipping_address\":10,\"shipping_information\":11,\"customer_email\":12,\"customer_group\":13,\"subtotal\":14,\"shipping_and_handling\":15,\"customer_name\":16,\"payment_method\":17,\"total_refunded\":18,\"actions\":19,\"signifyd_guarantee_status\":20}},\"label\":\"Default View\",\"value\":\"Default View\"}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(38,3,'sales_order_grid','current',0,NULL,'{\"current\":{\"search\":{\"value\":\"\"},\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"increment_id\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":true,\"sorting\":false},\"billing_name\":{\"visible\":true,\"sorting\":false},\"shipping_name\":{\"visible\":true,\"sorting\":false},\"base_grand_total\":{\"visible\":true,\"sorting\":false},\"grand_total\":{\"visible\":true,\"sorting\":false},\"billing_address\":{\"visible\":false,\"sorting\":false},\"shipping_address\":{\"visible\":false,\"sorting\":false},\"shipping_information\":{\"visible\":false,\"sorting\":false},\"customer_email\":{\"visible\":false,\"sorting\":false},\"subtotal\":{\"visible\":false,\"sorting\":false},\"shipping_and_handling\":{\"visible\":false,\"sorting\":false},\"customer_name\":{\"visible\":false,\"sorting\":false},\"total_refunded\":{\"visible\":false,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"created_at\":{\"visible\":true,\"sorting\":\"desc\"},\"status\":{\"visible\":true,\"sorting\":false},\"customer_group\":{\"visible\":false,\"sorting\":false},\"payment_method\":{\"visible\":false,\"sorting\":false},\"signifyd_guarantee_status\":{\"visible\":true,\"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},\"positions\":{\"ids\":0,\"increment_id\":1,\"store_id\":2,\"created_at\":3,\"billing_name\":4,\"shipping_name\":5,\"base_grand_total\":6,\"grand_total\":7,\"status\":8,\"billing_address\":9,\"shipping_address\":10,\"shipping_information\":11,\"customer_email\":12,\"customer_group\":13,\"subtotal\":14,\"shipping_and_handling\":15,\"customer_name\":16,\"payment_method\":17,\"total_refunded\":18,\"actions\":19,\"signifyd_guarantee_status\":20}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(39,3,'sales_order_view_invoice_grid','default',1,'Default View','{\"views\":{\"default\":{\"index\":\"default\",\"editable\":false,\"data\":{\"search\":{\"value\":\"\"},\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"increment_id\":{\"visible\":true,\"sorting\":\"asc\"},\"order_increment_id\":{\"visible\":true,\"sorting\":false},\"billing_name\":{\"visible\":true,\"sorting\":false},\"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},\"ids\":{\"visible\":true,\"sorting\":false},\"created_at\":{\"visible\":true,\"sorting\":false},\"order_created_at\":{\"visible\":true,\"sorting\":false},\"state\":{\"visible\":true,\"sorting\":false},\"customer_group_id\":{\"visible\":false,\"sorting\":false},\"payment_method\":{\"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},\"positions\":{\"ids\":0,\"increment_id\":1,\"created_at\":2,\"order_increment_id\":3,\"order_created_at\":4,\"billing_name\":5,\"state\":6,\"grand_total\":7,\"store_id\":8,\"billing_address\":9,\"shipping_address\":10,\"customer_name\":11,\"customer_email\":12,\"customer_group_id\":13,\"payment_method\":14,\"shipping_information\":15,\"subtotal\":16,\"shipping_and_handling\":17,\"actions\":18}},\"label\":\"Default View\",\"value\":\"Default View\"}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(40,3,'sales_order_view_creditmemo_grid','default',1,'Default View','{\"views\":{\"default\":{\"index\":\"default\",\"editable\":false,\"data\":{\"search\":{\"value\":\"\"},\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"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},\"ids\":{\"visible\":true,\"sorting\":false},\"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},\"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},\"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}},\"label\":\"Default View\",\"value\":\"Default View\"}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(41,3,'sales_order_view_shipment_grid','default',1,'Default View','{\"views\":{\"default\":{\"index\":\"default\",\"editable\":false,\"data\":{\"search\":{\"value\":\"\"},\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"increment_id\":{\"visible\":true,\"sorting\":\"asc\"},\"order_increment_id\":{\"visible\":true,\"sorting\":false},\"shipping_name\":{\"visible\":true,\"sorting\":false},\"total_qty\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":false,\"sorting\":false},\"customer_name\":{\"visible\":false,\"sorting\":false},\"customer_email\":{\"visible\":false,\"sorting\":false},\"billing_address\":{\"visible\":false,\"sorting\":false},\"shipping_address\":{\"visible\":false,\"sorting\":false},\"shipping_information\":{\"visible\":false,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"created_at\":{\"visible\":true,\"sorting\":false},\"order_created_at\":{\"visible\":true,\"sorting\":false},\"order_status\":{\"visible\":false,\"sorting\":false},\"customer_group_id\":{\"visible\":false,\"sorting\":false},\"payment_method\":{\"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},\"positions\":{\"ids\":0,\"increment_id\":1,\"created_at\":2,\"order_increment_id\":3,\"order_created_at\":4,\"shipping_name\":5,\"total_qty\":6,\"order_status\":7,\"store_id\":8,\"customer_name\":9,\"customer_email\":10,\"customer_group_id\":11,\"billing_address\":12,\"shipping_address\":13,\"payment_method\":14,\"shipping_information\":15,\"actions\":16}},\"label\":\"Default View\",\"value\":\"Default View\"}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(42,3,'sales_order_view_invoice_grid','current',0,NULL,'{\"current\":{\"search\":{\"value\":\"\"},\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"increment_id\":{\"visible\":true,\"sorting\":\"asc\"},\"order_increment_id\":{\"visible\":true,\"sorting\":false},\"billing_name\":{\"visible\":true,\"sorting\":false},\"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},\"ids\":{\"visible\":true,\"sorting\":false},\"created_at\":{\"visible\":true,\"sorting\":false},\"order_created_at\":{\"visible\":true,\"sorting\":false},\"state\":{\"visible\":true,\"sorting\":false},\"customer_group_id\":{\"visible\":false,\"sorting\":false},\"payment_method\":{\"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},\"positions\":{\"ids\":0,\"increment_id\":1,\"created_at\":2,\"order_increment_id\":3,\"order_created_at\":4,\"billing_name\":5,\"state\":6,\"grand_total\":7,\"store_id\":8,\"billing_address\":9,\"shipping_address\":10,\"customer_name\":11,\"customer_email\":12,\"customer_group_id\":13,\"payment_method\":14,\"shipping_information\":15,\"subtotal\":16,\"shipping_and_handling\":17,\"actions\":18}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(43,3,'sales_order_view_shipment_grid','current',0,NULL,'{\"current\":{\"search\":{\"value\":\"\"},\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"increment_id\":{\"visible\":true,\"sorting\":\"asc\"},\"order_increment_id\":{\"visible\":true,\"sorting\":false},\"shipping_name\":{\"visible\":true,\"sorting\":false},\"total_qty\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":false,\"sorting\":false},\"customer_name\":{\"visible\":false,\"sorting\":false},\"customer_email\":{\"visible\":false,\"sorting\":false},\"billing_address\":{\"visible\":false,\"sorting\":false},\"shipping_address\":{\"visible\":false,\"sorting\":false},\"shipping_information\":{\"visible\":false,\"sorting\":false},\"ids\":{\"visible\":true,\"sorting\":false},\"created_at\":{\"visible\":true,\"sorting\":false},\"order_created_at\":{\"visible\":true,\"sorting\":false},\"order_status\":{\"visible\":false,\"sorting\":false},\"customer_group_id\":{\"visible\":false,\"sorting\":false},\"payment_method\":{\"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},\"positions\":{\"ids\":0,\"increment_id\":1,\"created_at\":2,\"order_increment_id\":3,\"order_created_at\":4,\"shipping_name\":5,\"total_qty\":6,\"order_status\":7,\"store_id\":8,\"customer_name\":9,\"customer_email\":10,\"customer_group_id\":11,\"billing_address\":12,\"shipping_address\":13,\"payment_method\":14,\"shipping_information\":15,\"actions\":16}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(44,3,'sales_order_view_creditmemo_grid','current',0,NULL,'{\"current\":{\"search\":{\"value\":\"\"},\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"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},\"ids\":{\"visible\":true,\"sorting\":false},\"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},\"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},\"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'),(45,2,'design_config_listing','default',1,'Default View','{\"views\":{\"default\":{\"label\":\"Default View\",\"index\":\"default\",\"editable\":false,\"data\":{\"displayMode\":\"grid\",\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"theme_theme_id\":{\"visible\":true,\"sorting\":false},\"store_website_id\":{\"visible\":true,\"sorting\":false},\"store_group_id\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":true,\"sorting\":false},\"actions\":{\"visible\":true,\"sorting\":false},\"default\":{\"visible\":true,\"sorting\":false}},\"positions\":{\"default\":0,\"store_website_id\":1,\"store_group_id\":2,\"store_id\":3,\"theme_theme_id\":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'),(46,2,'design_config_listing','current',0,NULL,'{\"current\":{\"displayMode\":\"grid\",\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"theme_theme_id\":{\"visible\":true,\"sorting\":false},\"store_website_id\":{\"visible\":true,\"sorting\":false},\"store_group_id\":{\"visible\":true,\"sorting\":false},\"store_id\":{\"visible\":true,\"sorting\":false},\"actions\":{\"visible\":true,\"sorting\":false},\"default\":{\"visible\":true,\"sorting\":false}},\"positions\":{\"default\":0,\"store_website_id\":1,\"store_group_id\":2,\"store_id\":3,\"theme_theme_id\":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'),(47,3,'design_config_listing','default',1,'Default View','{\"views\":{\"default\":{\"index\":\"default\",\"editable\":false,\"data\":{\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"default\":{\"visible\":true,\"sorting\":false},\"theme_theme_id\":{\"visible\":true,\"sorting\":false},\"store_website_id\":{\"visible\":true,\"sorting\":false},\"store_group_id\":{\"visible\":true,\"sorting\":false},\"store_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,\"theme_theme_id\":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}},\"label\":\"Default View\",\"value\":\"Default View\"}}}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(48,3,'design_config_listing','current',0,NULL,'{\"current\":{\"filters\":{\"applied\":{\"placeholder\":true}},\"columns\":{\"default\":{\"visible\":true,\"sorting\":false},\"theme_theme_id\":{\"visible\":true,\"sorting\":false},\"store_website_id\":{\"visible\":true,\"sorting\":false},\"store_group_id\":{\"visible\":true,\"sorting\":false},\"store_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,\"theme_theme_id\":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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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=1983 DEFAULT CHARSET=utf8 COMMENT='Url Rewrites';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `url_rewrite`
--
LOCK TABLES `url_rewrite` WRITE;
/*!40000 ALTER TABLE `url_rewrite` DISABLE KEYS */;
INSERT INTO `url_rewrite` VALUES (1,'cms-page',1,'no-route','cms/page/view/page_id/1',0,1,NULL,1,NULL),(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,'cms-page',5,'terms-and-conditions','cms/page/view/page_id/5',0,1,NULL,1,NULL),(6,'cms-page',4,'privacy-policy','cms/page/view/page_id/4',0,1,NULL,1,NULL),(7,'cms-page',6,'about','cms/page/view/page_id/6',0,1,NULL,1,NULL),(8,'category',3,'men.html','catalog/category/view/id/3',0,1,NULL,1,NULL),(9,'category',4,'men/leather-jackets.html','catalog/category/view/id/4',0,1,NULL,1,NULL),(10,'category',5,'women.html','catalog/category/view/id/5',0,1,NULL,1,NULL),(11,'category',6,'women/leather-jackets.html','catalog/category/view/id/6',0,1,NULL,1,NULL),(12,'category',7,'men/sweater.html','catalog/category/view/id/7',0,1,NULL,1,NULL),(13,'category',8,'women/sweater.html','catalog/category/view/id/8',0,1,NULL,1,NULL),(14,'category',9,'men/t-shirt.html','catalog/category/view/id/9',0,1,NULL,1,NULL),(15,'category',10,'women/t-shirt.html','catalog/category/view/id/10',0,1,NULL,1,NULL),(16,'category',11,'men/shirt.html','catalog/category/view/id/11',0,1,NULL,1,NULL),(17,'category',12,'men/jacket.html','catalog/category/view/id/12',0,1,NULL,1,NULL),(19,'category',14,'men/blazer.html','catalog/category/view/id/14',0,1,NULL,1,NULL),(22,'category',17,'women/blazer.html','catalog/category/view/id/17',0,1,NULL,1,NULL),(25,'category',20,'women/jacket.html','catalog/category/view/id/20',0,1,NULL,1,NULL),(585,'cms-page',7,'customer-service','cms/page/view/page_id/7',0,1,NULL,1,NULL),(1250,'category',28,'women/denim.html','catalog/category/view/id/28',0,1,NULL,1,NULL),(1376,'category',29,'men/denim.html','catalog/category/view/id/29',0,1,NULL,1,NULL),(1600,'product',373,'aja17802006000indigom-longape01m.html','catalog/product/view/id/373',0,1,NULL,1,NULL),(1601,'product',374,'aja17802006000indigol-longape01l.html','catalog/product/view/id/374',0,1,NULL,1,NULL),(1602,'product',375,'aja17802006000indigoxl-longape01xl.html','catalog/product/view/id/375',0,1,NULL,1,NULL),(1603,'product',376,'awja17802509900blacks-balancedape01s.html','catalog/product/view/id/376',0,1,NULL,1,NULL),(1604,'product',377,'awja17802509900blackm-balancedape01m.html','catalog/product/view/id/377',0,1,NULL,1,NULL),(1605,'product',378,'awja17802509900blackl-balancedape01l.html','catalog/product/view/id/378',0,1,NULL,1,NULL),(1606,'product',379,'aja17802089900blackm-smokinape01m.html','catalog/product/view/id/379',0,1,NULL,1,NULL),(1607,'product',380,'aja17802089900blackl-smokinape01l.html','catalog/product/view/id/380',0,1,NULL,1,NULL),(1608,'product',381,'aja17802089900blackxl-smokinape01xl.html','catalog/product/view/id/381',0,1,NULL,1,NULL),(1609,'product',382,'awja17802569900blackm-virginape01m.html','catalog/product/view/id/382',0,1,NULL,1,NULL),(1610,'product',383,'awja17802569900blackl-virginape01l.html','catalog/product/view/id/383',0,1,NULL,1,NULL),(1611,'product',384,'awja17802529909copperm-flyingape01m.html','catalog/product/view/id/384',0,1,NULL,1,NULL),(1612,'product',385,'awja17802529909copperl-flyingape01l.html','catalog/product/view/id/385',0,1,NULL,1,NULL),(1613,'product',386,'atr1780001bonobotaperedidg2932-bonobo01tapered2932.html','catalog/product/view/id/386',0,1,NULL,1,NULL),(1614,'product',387,'atr1780001bonobotaperedidg3032-bonobo01tapered3032.html','catalog/product/view/id/387',0,1,NULL,1,NULL),(1615,'product',388,'atr1780001bonobotaperedidg3132-bonobo01tapered3132.html','catalog/product/view/id/388',0,1,NULL,1,NULL),(1616,'product',389,'atr1780001bonobotaperedidg3232-bonobo01tapered3232.html','catalog/product/view/id/389',0,1,NULL,1,NULL),(1617,'product',390,'atr1780001bonobotaperedidg3332-bonobo01tapered3332.html','catalog/product/view/id/390',0,1,NULL,1,NULL),(1618,'product',391,'atr1780001bonobotaperedidg3432-bonobo01tapered3432.html','catalog/product/view/id/391',0,1,NULL,1,NULL),(1619,'product',392,'atr1780001bonobotaperedidg2934-bonobo01tapered2934.html','catalog/product/view/id/392',0,1,NULL,1,NULL),(1620,'product',393,'atr1780001bonobotaperedidg3034-bonobo01tapered3034.html','catalog/product/view/id/393',0,1,NULL,1,NULL),(1621,'product',394,'atr1780001bonobotaperedidg3134-bonobo01tapered3134.html','catalog/product/view/id/394',0,1,NULL,1,NULL),(1622,'product',395,'atr1780001bonobotaperedidg3234-bonobo01tapered3234.html','catalog/product/view/id/395',0,1,NULL,1,NULL),(1623,'product',396,'atr1780001bonobotaperedidg3334-bonobo01tapered3334.html','catalog/product/view/id/396',0,1,NULL,1,NULL),(1624,'product',397,'atr1780001bonobotaperedidg3434-bonobo01tapered3434.html','catalog/product/view/id/397',0,1,NULL,1,NULL),(1625,'product',398,'atr1780001bonobotaperedbbb2932-bonobo01tapered2932.html','catalog/product/view/id/398',0,1,NULL,1,NULL),(1626,'product',399,'atr1780001bonobotaperedbbb3032-bonobo01tapered3032.html','catalog/product/view/id/399',0,1,NULL,1,NULL),(1627,'product',400,'atr1780001bonobotaperedbbb3132-bonobo01tapered3132.html','catalog/product/view/id/400',0,1,NULL,1,NULL),(1628,'product',401,'atr1780001bonobotaperedbbb3232-bonobo01tapered3232.html','catalog/product/view/id/401',0,1,NULL,1,NULL),(1629,'product',402,'atr1780001bonobotaperedbbb3332-bonobo01tapered3332.html','catalog/product/view/id/402',0,1,NULL,1,NULL),(1630,'product',403,'atr1780001bonobotaperedbbb3432-bonobo01tapered3432.html','catalog/product/view/id/403',0,1,NULL,1,NULL),(1631,'product',404,'atr1780001bonobotaperedbbb2934-bonobo01tapered2934.html','catalog/product/view/id/404',0,1,NULL,1,NULL),(1632,'product',405,'atr1780001bonobotaperedbbb3034-bonobo01tapered3034.html','catalog/product/view/id/405',0,1,NULL,1,NULL),(1633,'product',406,'atr1780001bonobotaperedbbb3134-bonobo01tapered3134.html','catalog/product/view/id/406',0,1,NULL,1,NULL),(1634,'product',407,'atr1780001bonobotaperedbbb3234-bonobo01tapered3234.html','catalog/product/view/id/407',0,1,NULL,1,NULL),(1635,'product',408,'atr1780001bonobotaperedbbb3334-bonobo01tapered3334.html','catalog/product/view/id/408',0,1,NULL,1,NULL),(1636,'product',409,'atr1780001bonobotaperedbbb3434-bonobo01tapered3434.html','catalog/product/view/id/409',0,1,NULL,1,NULL),(1637,'product',410,'atr1780002gibbonskinnnysbb2932-gibbon01skinny2932.html','catalog/product/view/id/410',0,1,NULL,1,NULL),(1638,'product',411,'atr1780002gibbonskinnnysbb3032-gibbon01skinny3032.html','catalog/product/view/id/411',0,1,NULL,1,NULL),(1639,'product',412,'atr1780002gibbonskinnnysbb3132-gibbon01skinny3132.html','catalog/product/view/id/412',0,1,NULL,1,NULL),(1640,'product',413,'atr1780002gibbonskinnnysbb3232-gibbon01skinny3232.html','catalog/product/view/id/413',0,1,NULL,1,NULL),(1641,'product',414,'atr1780002gibbonskinnnysbb3332-gibbon01skinny3332.html','catalog/product/view/id/414',0,1,NULL,1,NULL),(1642,'product',415,'atr1780002gibbonskinnnysbb3432-gibbon01skinny3432.html','catalog/product/view/id/415',0,1,NULL,1,NULL),(1643,'product',416,'atr1780002gibbonskinnnysbb2934-gibbon01skinny2934.html','catalog/product/view/id/416',0,1,NULL,1,NULL),(1644,'product',417,'atr1780002gibbonskinnnysbb3034-gibbon01skinny3034.html','catalog/product/view/id/417',0,1,NULL,1,NULL),(1645,'product',418,'atr1780002gibbonskinnnysbb3134-gibbon01skinny3134.html','catalog/product/view/id/418',0,1,NULL,1,NULL),(1646,'product',419,'atr1780002gibbonskinnnysbb3234-gibbon01skinny3234.html','catalog/product/view/id/419',0,1,NULL,1,NULL),(1647,'product',420,'atr1780002gibbonskinnnysbb3334-gibbon01skinny3334.html','catalog/product/view/id/420',0,1,NULL,1,NULL),(1648,'product',421,'atr1780002gibbonskinnnysbb3434-gibbon01skinny3434.html','catalog/product/view/id/421',0,1,NULL,1,NULL),(1649,'product',422,'atr1780002gibbonskinnnyidg2932-gibbon01skinny2932.html','catalog/product/view/id/422',0,1,NULL,1,NULL),(1650,'product',423,'atr1780002gibbonskinnnyidg3032-gibbon01skinny3032.html','catalog/product/view/id/423',0,1,NULL,1,NULL),(1651,'product',424,'atr1780002gibbonskinnnyidg3132-gibbon01skinny3132.html','catalog/product/view/id/424',0,1,NULL,1,NULL),(1652,'product',425,'atr1780002gibbonskinnnyidg3232-gibbon01skinny3232.html','catalog/product/view/id/425',0,1,NULL,1,NULL),(1653,'product',426,'atr1780002gibbonskinnnyidg3332-gibbon01skinny3332.html','catalog/product/view/id/426',0,1,NULL,1,NULL),(1654,'product',427,'atr1780002gibbonskinnnyidg3432-gibbon01skinny3432.html','catalog/product/view/id/427',0,1,NULL,1,NULL),(1655,'product',428,'atr1780002gibbonskinnnyidg2934-gibbon01skinny2934.html','catalog/product/view/id/428',0,1,NULL,1,NULL),(1656,'product',429,'atr1780002gibbonskinnnyidg3034-gibbon01skinny3034.html','catalog/product/view/id/429',0,1,NULL,1,NULL),(1657,'product',430,'atr1780002gibbonskinnnyidg3134-gibbon01skinny3134.html','catalog/product/view/id/430',0,1,NULL,1,NULL),(1658,'product',431,'atr1780002gibbonskinnnyidg3234-gibbon01skinny3234.html','catalog/product/view/id/431',0,1,NULL,1,NULL),(1659,'product',432,'atr1780002gibbonskinnnyidg3334-gibbon01skinny3334.html','catalog/product/view/id/432',0,1,NULL,1,NULL),(1660,'product',433,'atr1780002gibbonskinnnyidg3434-gibbon01skinny3434.html','catalog/product/view/id/433',0,1,NULL,1,NULL),(1661,'product',434,'atr1780003simianstraightbbw2932-simian01straight2932.html','catalog/product/view/id/434',0,1,NULL,1,NULL),(1662,'product',435,'atr1780003simianstraightbbw3032-simian01straight3032.html','catalog/product/view/id/435',0,1,NULL,1,NULL),(1663,'product',436,'atr1780003simianstraightbbw3132-simian01straight3132.html','catalog/product/view/id/436',0,1,NULL,1,NULL),(1664,'product',437,'atr1780003simianstraightbbw3232-simian01straight3232.html','catalog/product/view/id/437',0,1,NULL,1,NULL),(1665,'product',438,'atr1780003simianstraightbbw3332-simian01straight3332.html','catalog/product/view/id/438',0,1,NULL,1,NULL),(1666,'product',439,'atr1780003simianstraightbbw3432-simian01straight3432.html','catalog/product/view/id/439',0,1,NULL,1,NULL),(1667,'product',440,'atr1780003simianstraightbbw2934-simian01straight2934.html','catalog/product/view/id/440',0,1,NULL,1,NULL),(1668,'product',441,'atr1780003simianstraightbbw3034-simian01straight3034.html','catalog/product/view/id/441',0,1,NULL,1,NULL),(1669,'product',442,'atr1780003simianstraightbbw3134-simian01straight3134.html','catalog/product/view/id/442',0,1,NULL,1,NULL),(1670,'product',443,'atr1780003simianstraightbbw3234-simian01straight3234.html','catalog/product/view/id/443',0,1,NULL,1,NULL),(1671,'product',444,'atr1780003simianstraightbbw3334-simian01straight3334.html','catalog/product/view/id/444',0,1,NULL,1,NULL),(1672,'product',445,'atr1780003simianstraightbbw3434-simian01straight3434.html','catalog/product/view/id/445',0,1,NULL,1,NULL),(1673,'product',446,'atr1780050skinnyapebgw2632-skinnyape012632.html','catalog/product/view/id/446',0,1,NULL,1,NULL),(1674,'product',447,'atr1780050skinnyapebgw2732-skinnyape012732.html','catalog/product/view/id/447',0,1,NULL,1,NULL),(1675,'product',448,'atr1780050skinnyapebgw2832-skinnyape012832.html','catalog/product/view/id/448',0,1,NULL,1,NULL),(1676,'product',449,'atr1780050skinnyapebgw2932-skinnyape012932.html','catalog/product/view/id/449',0,1,NULL,1,NULL),(1677,'product',450,'atr1780050skinnyapebgw3032-skinnyape013032.html','catalog/product/view/id/450',0,1,NULL,1,NULL),(1678,'product',451,'atr1780050skinnyapebgw3132-skinnyape013132.html','catalog/product/view/id/451',0,1,NULL,1,NULL),(1679,'product',452,'atr1780050skinnyapebgw3232-skinnyape013232.html','catalog/product/view/id/452',0,1,NULL,1,NULL),(1680,'product',453,'atr1780050skinnyapebgw3332-skinnyape013332.html','catalog/product/view/id/453',0,1,NULL,1,NULL),(1681,'product',454,'atr1780050skinnyapebgw3432-skinnyape013432.html','catalog/product/view/id/454',0,1,NULL,1,NULL),(1682,'product',455,'atr1780050skinnyapebgw2634-skinnyape012634.html','catalog/product/view/id/455',0,1,NULL,1,NULL),(1683,'product',456,'atr1780050skinnyapebgw2734-skinnyape012734.html','catalog/product/view/id/456',0,1,NULL,1,NULL),(1684,'product',457,'atr1780050skinnyapebgw2834-skinnyape012834.html','catalog/product/view/id/457',0,1,NULL,1,NULL),(1685,'product',458,'atr1780050skinnyapebgw2934-skinnyape012934.html','catalog/product/view/id/458',0,1,NULL,1,NULL),(1686,'product',459,'atr1780050skinnyapebgw3034-skinnyape013034.html','catalog/product/view/id/459',0,1,NULL,1,NULL),(1687,'product',460,'atr1780050skinnyapebgw3134-skinnyape013134.html','catalog/product/view/id/460',0,1,NULL,1,NULL),(1688,'product',461,'atr1780050skinnyapebgw3234-skinnyape013234.html','catalog/product/view/id/461',0,1,NULL,1,NULL),(1689,'product',462,'atr1780050skinnyapebgw3334-skinnyape013334.html','catalog/product/view/id/462',0,1,NULL,1,NULL),(1690,'product',463,'atr1780050skinnyapebgw3434-skinnyape013434.html','catalog/product/view/id/463',0,1,NULL,1,NULL),(1691,'product',464,'atr1780050skinnyapeidg2632-skinnyape012632.html','catalog/product/view/id/464',0,1,NULL,1,NULL),(1692,'product',465,'atr1780050skinnyapeidg2732-skinnyape012732.html','catalog/product/view/id/465',0,1,NULL,1,NULL),(1693,'product',466,'atr1780050skinnyapeidg2832-skinnyape012832.html','catalog/product/view/id/466',0,1,NULL,1,NULL),(1694,'product',467,'atr1780050skinnyapeidg2932-skinnyape012932.html','catalog/product/view/id/467',0,1,NULL,1,NULL),(1695,'product',468,'atr1780050skinnyapeidg3032-skinnyape013032.html','catalog/product/view/id/468',0,1,NULL,1,NULL),(1696,'product',469,'atr1780050skinnyapeidg3132-skinnyape013132.html','catalog/product/view/id/469',0,1,NULL,1,NULL),(1697,'product',470,'atr1780050skinnyapeidg3232-skinnyape013232.html','catalog/product/view/id/470',0,1,NULL,1,NULL),(1698,'product',471,'atr1780050skinnyapeidg3332-skinnyape013332.html','catalog/product/view/id/471',0,1,NULL,1,NULL),(1699,'product',472,'atr1780050skinnyapeidg3432-skinnyape013432.html','catalog/product/view/id/472',0,1,NULL,1,NULL),(1700,'product',473,'atr1780050skinnyapeidg2634-skinnyape012634.html','catalog/product/view/id/473',0,1,NULL,1,NULL),(1701,'product',474,'atr1780050skinnyapeidg2734-skinnyape012734.html','catalog/product/view/id/474',0,1,NULL,1,NULL),(1702,'product',475,'atr1780050skinnyapeidg2834-skinnyape012834.html','catalog/product/view/id/475',0,1,NULL,1,NULL),(1703,'product',476,'atr1780050skinnyapeidg2934-skinnyape012934.html','catalog/product/view/id/476',0,1,NULL,1,NULL),(1704,'product',477,'atr1780050skinnyapeidg3034-skinnyape013034.html','catalog/product/view/id/477',0,1,NULL,1,NULL),(1705,'product',478,'atr1780050skinnyapeidg3134-skinnyape013134.html','catalog/product/view/id/478',0,1,NULL,1,NULL),(1706,'product',479,'atr1780050skinnyapeidg3234-skinnyape013234.html','catalog/product/view/id/479',0,1,NULL,1,NULL),(1707,'product',480,'atr1780050skinnyapeidg3334-skinnyape013334.html','catalog/product/view/id/480',0,1,NULL,1,NULL),(1708,'product',481,'atr1780050skinnyapeidg3434-skinnyape013434.html','catalog/product/view/id/481',0,1,NULL,1,NULL),(1709,'product',482,'awtr1780154nimchimskybbi2632-nimchimsky012632.html','catalog/product/view/id/482',0,1,NULL,1,NULL),(1710,'product',483,'awtr1780154nimchimskybbi2732-nimchimsky012732.html','catalog/product/view/id/483',0,1,NULL,1,NULL),(1711,'product',484,'awtr1780154nimchimskybbi2832-nimchimsky012832.html','catalog/product/view/id/484',0,1,NULL,1,NULL),(1712,'product',485,'awtr1780154nimchimskybbi2932-nimchimsky012932.html','catalog/product/view/id/485',0,1,NULL,1,NULL),(1713,'product',486,'awtr1780154nimchimskybbi3032-nimchimsky013032.html','catalog/product/view/id/486',0,1,NULL,1,NULL),(1714,'product',487,'awtr1780154nimchimskybbi3132-nimchimsky013132.html','catalog/product/view/id/487',0,1,NULL,1,NULL),(1715,'product',488,'awtr1780154nimchimskybbi3232-nimchimsky013232.html','catalog/product/view/id/488',0,1,NULL,1,NULL),(1716,'product',489,'awtr1780154nimchimskybbi3332-nimchimsky013332.html','catalog/product/view/id/489',0,1,NULL,1,NULL),(1717,'product',490,'awtr1780154nimchimskybbi3432-nimchimsky013432.html','catalog/product/view/id/490',0,1,NULL,1,NULL),(1718,'product',491,'awtr1780154nimchimskybbi2634-nimchimsky012634.html','catalog/product/view/id/491',0,1,NULL,1,NULL),(1719,'product',492,'awtr1780154nimchimskybbi2734-nimchimsky012734.html','catalog/product/view/id/492',0,1,NULL,1,NULL),(1720,'product',493,'awtr1780154nimchimskybbi2834-nimchimsky012834.html','catalog/product/view/id/493',0,1,NULL,1,NULL),(1721,'product',494,'awtr1780154nimchimskybbi2934-nimchimsky012934.html','catalog/product/view/id/494',0,1,NULL,1,NULL),(1722,'product',495,'awtr1780154nimchimskybbi3034-nimchimsky013034.html','catalog/product/view/id/495',0,1,NULL,1,NULL),(1723,'product',496,'awtr1780154nimchimskybbi3134-nimchimsky013134.html','catalog/product/view/id/496',0,1,NULL,1,NULL),(1724,'product',497,'awtr1780154nimchimskybbi3234-nimchimsky013234.html','catalog/product/view/id/497',0,1,NULL,1,NULL),(1725,'product',498,'awtr1780154nimchimskybbi3334-nimchimsky013334.html','catalog/product/view/id/498',0,1,NULL,1,NULL),(1726,'product',499,'awtr1780154nimchimskybbi3434-nimchimsky013434.html','catalog/product/view/id/499',0,1,NULL,1,NULL),(1765,'product',523,'atr1780001bonobotaperedbbb-bonobo01tapered.html','catalog/product/view/id/523',0,1,NULL,1,NULL),(1770,'product',528,'atr1780050skinnyapeidg-skinnyape01.html','catalog/product/view/id/528',0,1,NULL,1,NULL),(1771,'product',529,'awtr1780154nimchimskybbi-nimchimsky01.html','catalog/product/view/id/529',0,1,NULL,1,NULL),(1780,'product',523,'men/denim/atr1780001bonobotaperedbbb-bonobo01tapered.html','catalog/product/view/id/523/category/29',0,1,NULL,1,'{\"category_id\":\"29\"}'),(1785,'product',528,'women/denim/atr1780050skinnyapeidg-skinnyape01.html','catalog/product/view/id/528/category/28',0,1,NULL,1,'{\"category_id\":\"28\"}'),(1786,'product',529,'women/denim/awtr1780154nimchimskybbi-nimchimsky01.html','catalog/product/view/id/529/category/28',0,1,NULL,1,'{\"category_id\":\"28\"}'),(1787,'product',315,'alj17801009900goatnubuckblackm-perfectape01m.html','catalog/product/view/id/315',0,1,NULL,1,NULL),(1788,'product',316,'alj17801009900goatnubuckblackl-perfectape01l.html','catalog/product/view/id/316',0,1,NULL,1,NULL),(1789,'product',317,'alj17801009900goatnubuckblackxl-perfectape01xl.html','catalog/product/view/id/317',0,1,NULL,1,NULL),(1790,'product',318,'alj17801009900lambddblackm-perfectape01m.html','catalog/product/view/id/318',0,1,NULL,1,NULL),(1791,'product',319,'alj17801009900lambddblackl-perfectape01l.html','catalog/product/view/id/319',0,1,NULL,1,NULL),(1792,'product',320,'alj17801009900lambddblackxl-perfectape01xl.html','catalog/product/view/id/320',0,1,NULL,1,NULL),(1793,'product',321,'alj17801009900blackwhitem-perfectape01m.html','catalog/product/view/id/321',0,1,NULL,1,NULL),(1794,'product',322,'alj17801009900blackwhitel-perfectape01l.html','catalog/product/view/id/322',0,1,NULL,1,NULL),(1795,'product',323,'alj17801009900blackwhitexl-perfectape01xl.html','catalog/product/view/id/323',0,1,NULL,1,NULL),(1796,'product',324,'alj17801029900ruboffblackm-heavyape01m.html','catalog/product/view/id/324',0,1,NULL,1,NULL),(1797,'product',325,'alj17801029900ruboffblackl-heavyape01l.html','catalog/product/view/id/325',0,1,NULL,1,NULL),(1798,'product',326,'alj17801029900ruboffblackxl-heavyape01xl.html','catalog/product/view/id/326',0,1,NULL,1,NULL),(1799,'product',327,'alj17801049900blackstudsm-hiddenape01m.html','catalog/product/view/id/327',0,1,NULL,1,NULL),(1800,'product',328,'alj17801049900blackstudsl-hiddenape01l.html','catalog/product/view/id/328',0,1,NULL,1,NULL),(1801,'product',329,'alj17801049900blackstudsxl-hiddenape01xl.html','catalog/product/view/id/329',0,1,NULL,1,NULL),(1802,'product',330,'awlj17801509900nubuckblacks-perfectiousape01s.html','catalog/product/view/id/330',0,1,NULL,1,NULL),(1803,'product',331,'awlj17801509900nubuckblackm-perfectiousape01m.html','catalog/product/view/id/331',0,1,NULL,1,NULL),(1804,'product',332,'awlj17801509900nubuckblackl-perfectiousape01l.html','catalog/product/view/id/332',0,1,NULL,1,NULL),(1805,'product',333,'awlj17801509000whites-perfectiousape01s.html','catalog/product/view/id/333',0,1,NULL,1,NULL),(1806,'product',334,'awlj17801509000whitem-perfectiousape01m.html','catalog/product/view/id/334',0,1,NULL,1,NULL),(1807,'product',335,'awlj17801509000whitel-perfectiousape01l.html','catalog/product/view/id/335',0,1,NULL,1,NULL),(1808,'product',336,'awlj17801529900ruboffblacks-buffyape01s.html','catalog/product/view/id/336',0,1,NULL,1,NULL),(1809,'product',337,'awlj17801529900ruboffblackm-buffyape01m.html','catalog/product/view/id/337',0,1,NULL,1,NULL),(1810,'product',338,'awlj17801529900ruboffblackl-buffyape01l.html','catalog/product/view/id/338',0,1,NULL,1,NULL),(1811,'product',339,'awlj17801549900blackstudss-glamorousape01s.html','catalog/product/view/id/339',0,1,NULL,1,NULL),(1812,'product',340,'awlj17801549900blackstudsm-glamorousape01m.html','catalog/product/view/id/340',0,1,NULL,1,NULL),(1813,'product',341,'awlj17801549900blackstudsl-glamorousape01l.html','catalog/product/view/id/341',0,1,NULL,1,NULL),(1814,'product',342,'awlj17801549900blacks-glamorousape01s.html','catalog/product/view/id/342',0,1,NULL,1,NULL),(1815,'product',343,'awlj17801549900blackm-glamorousape01m.html','catalog/product/view/id/343',0,1,NULL,1,NULL),(1816,'product',344,'awlj17801549900blackl-glamorousape01l.html','catalog/product/view/id/344',0,1,NULL,1,NULL),(1817,'product',345,'asw17808009900blacks-sweatyape01s.html','catalog/product/view/id/345',0,1,NULL,1,NULL),(1818,'product',346,'asw17808009900blackm-sweatyape01m.html','catalog/product/view/id/346',0,1,NULL,1,NULL),(1819,'product',347,'asw17808009900blackl-sweatyape01l.html','catalog/product/view/id/347',0,1,NULL,1,NULL),(1820,'product',348,'asw17808009900blackxl-sweatyape01xl.html','catalog/product/view/id/348',0,1,NULL,1,NULL),(1821,'product',349,'awsw17808509000whitexs-boltape01xs.html','catalog/product/view/id/349',0,1,NULL,1,NULL),(1822,'product',350,'awsw17808509000whites-boltape01s.html','catalog/product/view/id/350',0,1,NULL,1,NULL),(1823,'product',351,'awsw17808509000whitem-boltape01m.html','catalog/product/view/id/351',0,1,NULL,1,NULL),(1824,'product',352,'awsw17808509000whitel-boltape01l.html','catalog/product/view/id/352',0,1,NULL,1,NULL),(1825,'product',353,'ats17806029900blacks-shyape01s.html','catalog/product/view/id/353',0,1,NULL,1,NULL),(1826,'product',354,'ats17806029900blackm-shyape01m.html','catalog/product/view/id/354',0,1,NULL,1,NULL),(1827,'product',355,'ats17806029900blackl-shyape01l.html','catalog/product/view/id/355',0,1,NULL,1,NULL),(1828,'product',356,'ats17806029900blackxl-shyape01xl.html','catalog/product/view/id/356',0,1,NULL,1,NULL),(1829,'product',357,'awts17806549000whiteblackxs-artyape01xs.html','catalog/product/view/id/357',0,1,NULL,1,NULL),(1830,'product',358,'awts17806549000whiteblacks-artyape01s.html','catalog/product/view/id/358',0,1,NULL,1,NULL),(1831,'product',359,'awts17806549000whiteblackm-artyape01m.html','catalog/product/view/id/359',0,1,NULL,1,NULL),(1832,'product',360,'awts17806549000whiteblackl-artyape01l.html','catalog/product/view/id/360',0,1,NULL,1,NULL),(1833,'product',361,'awts17806549000whitecopperxs-artyape01xs.html','catalog/product/view/id/361',0,1,NULL,1,NULL),(1834,'product',362,'awts17806549000whitecoppers-artyape01s.html','catalog/product/view/id/362',0,1,NULL,1,NULL),(1835,'product',363,'awts17806549000whitecopperm-artyape01m.html','catalog/product/view/id/363',0,1,NULL,1,NULL),(1836,'product',364,'awts17806549000whitecopperl-artyape01l.html','catalog/product/view/id/364',0,1,NULL,1,NULL),(1837,'product',365,'ash17804009900blacks-dressedape01s.html','catalog/product/view/id/365',0,1,NULL,1,NULL),(1838,'product',366,'ash17804009900blackm-dressedape01m.html','catalog/product/view/id/366',0,1,NULL,1,NULL),(1839,'product',367,'ash17804009900blackl-dressedape01l.html','catalog/product/view/id/367',0,1,NULL,1,NULL),(1840,'product',368,'ash17804009900blackxl-dressedape01xl.html','catalog/product/view/id/368',0,1,NULL,1,NULL),(1841,'product',369,'ash17804009000whites-dressedape01s.html','catalog/product/view/id/369',0,1,NULL,1,NULL),(1842,'product',370,'ash17804009000whitem-dressedape01m.html','catalog/product/view/id/370',0,1,NULL,1,NULL),(1843,'product',371,'ash17804009000whitel-dressedape01l.html','catalog/product/view/id/371',0,1,NULL,1,NULL),(1844,'product',372,'ash17804009000whitexl-dressedape01xl.html','catalog/product/view/id/372',0,1,NULL,1,NULL),(1845,'product',530,'aja17802069900brutnubbuckblackm-brutape01m.html','catalog/product/view/id/530',0,1,NULL,1,NULL),(1846,'product',531,'aja17802069900brutnubbuckblackl-brutape01l.html','catalog/product/view/id/531',0,1,NULL,1,NULL),(1847,'product',532,'aja17802069900brutnubbuckblackxl-brutape01xl.html','catalog/product/view/id/532',0,1,NULL,1,NULL),(1893,'product',518,'awja17802509900black-balancedape01.html','catalog/product/view/id/518',0,1,NULL,1,NULL),(1894,'product',518,'women/awja17802509900black-balancedape01.html','catalog/product/view/id/518/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),(1895,'product',518,'women/jacket/awja17802509900black-balancedape01.html','catalog/product/view/id/518/category/20',0,1,NULL,1,'{\"category_id\":\"20\"}'),(1896,'product',533,'aja17802069900brutnubbuckblack-brutape01.html','catalog/product/view/id/533',0,1,NULL,1,NULL),(1897,'product',533,'men/jacket/aja17802069900brutnubbuckblack-brutape01.html','catalog/product/view/id/533/category/12',0,1,NULL,1,'{\"category_id\":\"12\"}'),(1898,'product',533,'men/aja17802069900brutnubbuckblack-brutape01.html','catalog/product/view/id/533/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),(1899,'product',533,'men/leather-jackets/aja17802069900brutnubbuckblack-brutape01.html','catalog/product/view/id/533/category/4',0,1,NULL,1,'{\"category_id\":\"4\"}'),(1900,'product',506,'awlj17801509000white-perfectiousape01.html','catalog/product/view/id/506',0,1,NULL,1,NULL),(1901,'product',506,'women/leather-jackets/awlj17801509000white-perfectiousape01.html','catalog/product/view/id/506/category/6',0,1,NULL,1,'{\"category_id\":\"6\"}'),(1902,'product',506,'women/awlj17801509000white-perfectiousape01.html','catalog/product/view/id/506/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),(1903,'product',501,'alj17801009900lambddblack-perfectape01.html','catalog/product/view/id/501',0,1,NULL,1,NULL),(1904,'product',501,'men/leather-jackets/alj17801009900lambddblack-perfectape01.html','catalog/product/view/id/501/category/4',0,1,NULL,1,'{\"category_id\":\"4\"}'),(1905,'product',501,'men/alj17801009900lambddblack-perfectape01.html','catalog/product/view/id/501/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),(1906,'product',504,'alj17801049900blackstuds-hiddenape01.html','catalog/product/view/id/504',0,1,NULL,1,NULL),(1907,'product',504,'men/leather-jackets/alj17801049900blackstuds-hiddenape01.html','catalog/product/view/id/504/category/4',0,1,NULL,1,'{\"category_id\":\"4\"}'),(1908,'product',504,'men/alj17801049900blackstuds-hiddenape01.html','catalog/product/view/id/504/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),(1909,'product',516,'ash17804009000white-dressedape01.html','catalog/product/view/id/516',0,1,NULL,1,NULL),(1910,'product',516,'men/shirt/ash17804009000white-dressedape01.html','catalog/product/view/id/516/category/11',0,1,NULL,1,'{\"category_id\":\"11\"}'),(1911,'product',516,'men/ash17804009000white-dressedape01.html','catalog/product/view/id/516/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),(1912,'product',515,'ash17804009900black-dressedape01.html','catalog/product/view/id/515',0,1,NULL,1,NULL),(1913,'product',515,'men/shirt/ash17804009900black-dressedape01.html','catalog/product/view/id/515/category/11',0,1,NULL,1,'{\"category_id\":\"11\"}'),(1914,'product',515,'men/ash17804009900black-dressedape01.html','catalog/product/view/id/515/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),(1915,'product',505,'awlj17801509900nubuckblack-perfectiousape01.html','catalog/product/view/id/505',0,1,NULL,1,NULL),(1916,'product',505,'women/leather-jackets/awlj17801509900nubuckblack-perfectiousape01.html','catalog/product/view/id/505/category/6',0,1,NULL,1,'{\"category_id\":\"6\"}'),(1917,'product',505,'women/awlj17801509900nubuckblack-perfectiousape01.html','catalog/product/view/id/505/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),(1918,'product',500,'alj17801009900goatnubuckblack-perfectape01.html','catalog/product/view/id/500',0,1,NULL,1,NULL),(1919,'product',500,'men/leather-jackets/alj17801009900goatnubuckblack-perfectape01.html','catalog/product/view/id/500/category/4',0,1,NULL,1,'{\"category_id\":\"4\"}'),(1920,'product',500,'men/alj17801009900goatnubuckblack-perfectape01.html','catalog/product/view/id/500/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),(1921,'product',502,'alj17801009900blackwhite-perfectape01.html','catalog/product/view/id/502',0,1,NULL,1,NULL),(1922,'product',502,'men/leather-jackets/alj17801009900blackwhite-perfectape01.html','catalog/product/view/id/502/category/4',0,1,NULL,1,'{\"category_id\":\"4\"}'),(1923,'product',502,'men/alj17801009900blackwhite-perfectape01.html','catalog/product/view/id/502/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),(1924,'product',503,'alj17801029900ruboffblack-heavyape01.html','catalog/product/view/id/503',0,1,NULL,1,NULL),(1925,'product',503,'men/leather-jackets/alj17801029900ruboffblack-heavyape01.html','catalog/product/view/id/503/category/4',0,1,NULL,1,'{\"category_id\":\"4\"}'),(1926,'product',503,'men/alj17801029900ruboffblack-heavyape01.html','catalog/product/view/id/503/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),(1927,'product',507,'awlj17801529900ruboffblack-buffyape01.html','catalog/product/view/id/507',0,1,NULL,1,NULL),(1928,'product',507,'women/leather-jackets/awlj17801529900ruboffblack-buffyape01.html','catalog/product/view/id/507/category/6',0,1,NULL,1,'{\"category_id\":\"6\"}'),(1929,'product',507,'women/awlj17801529900ruboffblack-buffyape01.html','catalog/product/view/id/507/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),(1930,'product',508,'awlj17801549900blackstuds-glamorousape01.html','catalog/product/view/id/508',0,1,NULL,1,NULL),(1931,'product',508,'women/leather-jackets/awlj17801549900blackstuds-glamorousape01.html','catalog/product/view/id/508/category/6',0,1,NULL,1,'{\"category_id\":\"6\"}'),(1932,'product',508,'women/awlj17801549900blackstuds-glamorousape01.html','catalog/product/view/id/508/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),(1933,'product',509,'awlj17801549900black-glamorousape01.html','catalog/product/view/id/509',0,1,NULL,1,NULL),(1934,'product',509,'women/leather-jackets/awlj17801549900black-glamorousape01.html','catalog/product/view/id/509/category/6',0,1,NULL,1,'{\"category_id\":\"6\"}'),(1935,'product',509,'women/awlj17801549900black-glamorousape01.html','catalog/product/view/id/509/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),(1936,'product',510,'asw17808009900black-sweatyape01.html','catalog/product/view/id/510',0,1,NULL,1,NULL),(1937,'product',510,'men/sweater/asw17808009900black-sweatyape01.html','catalog/product/view/id/510/category/7',0,1,NULL,1,'{\"category_id\":\"7\"}'),(1938,'product',510,'men/asw17808009900black-sweatyape01.html','catalog/product/view/id/510/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),(1939,'product',512,'ats17806029900black-shyape01.html','catalog/product/view/id/512',0,1,NULL,1,NULL),(1940,'product',512,'men/t-shirt/ats17806029900black-shyape01.html','catalog/product/view/id/512/category/9',0,1,NULL,1,'{\"category_id\":\"9\"}'),(1941,'product',512,'men/ats17806029900black-shyape01.html','catalog/product/view/id/512/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),(1942,'product',511,'awsw17808509000white-boltape01.html','catalog/product/view/id/511',0,1,NULL,1,NULL),(1943,'product',511,'women/sweater/awsw17808509000white-boltape01.html','catalog/product/view/id/511/category/8',0,1,NULL,1,'{\"category_id\":\"8\"}'),(1944,'product',511,'women/awsw17808509000white-boltape01.html','catalog/product/view/id/511/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),(1945,'product',513,'awts17806549000whiteblack-artyape01.html','catalog/product/view/id/513',0,1,NULL,1,NULL),(1946,'product',513,'women/t-shirt/awts17806549000whiteblack-artyape01.html','catalog/product/view/id/513/category/10',0,1,NULL,1,'{\"category_id\":\"10\"}'),(1947,'product',513,'women/awts17806549000whiteblack-artyape01.html','catalog/product/view/id/513/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),(1948,'product',514,'awts17806549000whitecopper-artyape01.html','catalog/product/view/id/514',0,1,NULL,1,NULL),(1949,'product',514,'women/t-shirt/awts17806549000whitecopper-artyape01.html','catalog/product/view/id/514/category/10',0,1,NULL,1,'{\"category_id\":\"10\"}'),(1950,'product',514,'women/awts17806549000whitecopper-artyape01.html','catalog/product/view/id/514/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),(1951,'product',519,'aja17802089900black-smokinape01.html','catalog/product/view/id/519',0,1,NULL,1,NULL),(1952,'product',519,'men/blazer/aja17802089900black-smokinape01.html','catalog/product/view/id/519/category/14',0,1,NULL,1,'{\"category_id\":\"14\"}'),(1953,'product',519,'men/aja17802089900black-smokinape01.html','catalog/product/view/id/519/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),(1954,'product',520,'awja17802569900black-virginape01.html','catalog/product/view/id/520',0,1,NULL,1,NULL),(1955,'product',520,'women/blazer/awja17802569900black-virginape01.html','catalog/product/view/id/520/category/17',0,1,NULL,1,'{\"category_id\":\"17\"}'),(1956,'product',520,'women/awja17802569900black-virginape01.html','catalog/product/view/id/520/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),(1957,'product',521,'awja17802529909copper-flyingape01.html','catalog/product/view/id/521',0,1,NULL,1,NULL),(1958,'product',521,'women/jacket/awja17802529909copper-flyingape01.html','catalog/product/view/id/521/category/20',0,1,NULL,1,'{\"category_id\":\"20\"}'),(1959,'product',521,'women/awja17802529909copper-flyingape01.html','catalog/product/view/id/521/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),(1960,'product',522,'atr1780001bonobotaperedidg-bonobo01tapered.html','catalog/product/view/id/522',0,1,NULL,1,NULL),(1961,'product',522,'men/denim/atr1780001bonobotaperedidg-bonobo01tapered.html','catalog/product/view/id/522/category/29',0,1,NULL,1,'{\"category_id\":\"29\"}'),(1962,'product',522,'men/atr1780001bonobotaperedidg-bonobo01tapered.html','catalog/product/view/id/522/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),(1963,'product',524,'atr1780002gibbonskinnnysbb-gibbon01skinny.html','catalog/product/view/id/524',0,1,NULL,1,NULL),(1964,'product',524,'men/denim/atr1780002gibbonskinnnysbb-gibbon01skinny.html','catalog/product/view/id/524/category/29',0,1,NULL,1,'{\"category_id\":\"29\"}'),(1965,'product',524,'men/atr1780002gibbonskinnnysbb-gibbon01skinny.html','catalog/product/view/id/524/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),(1966,'product',525,'atr1780002gibbonskinnnyidg-gibbon01skinny.html','catalog/product/view/id/525',0,1,NULL,1,NULL),(1967,'product',525,'men/denim/atr1780002gibbonskinnnyidg-gibbon01skinny.html','catalog/product/view/id/525/category/29',0,1,NULL,1,'{\"category_id\":\"29\"}'),(1968,'product',525,'men/atr1780002gibbonskinnnyidg-gibbon01skinny.html','catalog/product/view/id/525/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),(1969,'product',526,'atr1780003simianstraightbbw-simian01straight.html','catalog/product/view/id/526',0,1,NULL,1,NULL),(1970,'product',526,'men/denim/atr1780003simianstraightbbw-simian01straight.html','catalog/product/view/id/526/category/29',0,1,NULL,1,'{\"category_id\":\"29\"}'),(1971,'product',526,'men/atr1780003simianstraightbbw-simian01straight.html','catalog/product/view/id/526/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),(1972,'product',527,'atr1780050skinnyapebgw-skinnyape01.html','catalog/product/view/id/527',0,1,NULL,1,NULL),(1973,'product',527,'women/denim/atr1780050skinnyapebgw-skinnyape01.html','catalog/product/view/id/527/category/28',0,1,NULL,1,'{\"category_id\":\"28\"}'),(1974,'product',527,'women/atr1780050skinnyapebgw-skinnyape01.html','catalog/product/view/id/527/category/5',0,1,NULL,1,'{\"category_id\":\"5\"}'),(1975,'product',517,'aja17802006000indigo-longape01.html','catalog/product/view/id/517',0,1,NULL,1,NULL),(1976,'product',517,'men/jacket/aja17802006000indigo-longape01.html','catalog/product/view/id/517/category/12',0,1,NULL,1,'{\"category_id\":\"12\"}'),(1977,'product',517,'men/aja17802006000indigo-longape01.html','catalog/product/view/id/517/category/3',0,1,NULL,1,'{\"category_id\":\"3\"}'),(1979,'cms-page',8,'the-brand','cms/page/view/page_id/8',0,1,NULL,1,NULL);
/*!40000 ALTER TABLE `url_rewrite` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `variable`
--
DROP TABLE IF EXISTS `variable`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `variable`
--
LOCK TABLES `variable` WRITE;
/*!40000 ALTER TABLE `variable` DISABLE KEYS */;
/*!40000 ALTER TABLE `variable` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `variable_value`
--
DROP TABLE IF EXISTS `variable_value`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `VARIABLE_VALUE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
CONSTRAINT `VARIABLE_VALUE_VARIABLE_ID_VARIABLE_VARIABLE_ID` FOREIGN KEY (`variable_id`) REFERENCES `variable` (`variable_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Variable Value';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `variable_value`
--
LOCK TABLES `variable_value` WRITE;
/*!40000 ALTER TABLE `variable_value` DISABLE KEYS */;
/*!40000 ALTER TABLE `variable_value` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vault_payment_token`
--
DROP TABLE IF EXISTS `vault_payment_token`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `VAULT_PAYMENT_TOKEN_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Vault tokens of payment';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vault_payment_token`
--
LOCK TABLES `vault_payment_token` WRITE;
/*!40000 ALTER TABLE `vault_payment_token` DISABLE KEYS */;
/*!40000 ALTER TABLE `vault_payment_token` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vault_payment_token_order_payment_link`
--
DROP TABLE IF EXISTS `vault_payment_token_order_payment_link`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `FK_4ED894655446D385894580BECA993862` FOREIGN KEY (`payment_token_id`) REFERENCES `vault_payment_token` (`entity_id`) ON DELETE CASCADE,
CONSTRAINT `FK_CF37B9D854256534BE23C818F6291CA2` FOREIGN KEY (`order_payment_id`) REFERENCES `sales_order_payment` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Order payments to vault token';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vault_payment_token_order_payment_link`
--
LOCK TABLES `vault_payment_token_order_payment_link` WRITE;
/*!40000 ALTER TABLE `vault_payment_token_order_payment_link` DISABLE KEYS */;
/*!40000 ALTER TABLE `vault_payment_token_order_payment_link` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `weee_tax`
--
DROP TABLE IF EXISTS `weee_tax`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `WEEE_TAX_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `WEEE_TAX_COUNTRY_DIRECTORY_COUNTRY_COUNTRY_ID` FOREIGN KEY (`country`) REFERENCES `directory_country` (`country_id`) ON DELETE CASCADE,
CONSTRAINT `WEEE_TAX_ENTITY_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,
CONSTRAINT `WEEE_TAX_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Weee Tax';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `weee_tax`
--
LOCK TABLES `weee_tax` WRITE;
/*!40000 ALTER TABLE `weee_tax` DISABLE KEYS */;
/*!40000 ALTER TABLE `weee_tax` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `widget`
--
DROP TABLE IF EXISTS `widget`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `widget`
--
LOCK TABLES `widget` WRITE;
/*!40000 ALTER TABLE `widget` DISABLE KEYS */;
/*!40000 ALTER TABLE `widget` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `widget_instance`
--
DROP TABLE IF EXISTS `widget_instance`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `WIDGET_INSTANCE_THEME_ID_THEME_THEME_ID` FOREIGN KEY (`theme_id`) REFERENCES `theme` (`theme_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Instances of Widget for Package Theme';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `widget_instance`
--
LOCK TABLES `widget_instance` WRITE;
/*!40000 ALTER TABLE `widget_instance` DISABLE KEYS */;
/*!40000 ALTER TABLE `widget_instance` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `widget_instance_page`
--
DROP TABLE IF EXISTS `widget_instance_page`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `WIDGET_INSTANCE_PAGE_INSTANCE_ID_WIDGET_INSTANCE_INSTANCE_ID` FOREIGN KEY (`instance_id`) REFERENCES `widget_instance` (`instance_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Instance of Widget on Page';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `widget_instance_page`
--
LOCK TABLES `widget_instance_page` WRITE;
/*!40000 ALTER TABLE `widget_instance_page` DISABLE KEYS */;
/*!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`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
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,
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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Layout updates';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `widget_instance_page_layout`
--
LOCK TABLES `widget_instance_page_layout` WRITE;
/*!40000 ALTER TABLE `widget_instance_page_layout` DISABLE KEYS */;
/*!40000 ALTER TABLE `widget_instance_page_layout` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wishlist`
--
DROP TABLE IF EXISTS `wishlist`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `WISHLIST_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`customer_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COMMENT='Wishlist main Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wishlist`
--
LOCK TABLES `wishlist` WRITE;
/*!40000 ALTER TABLE `wishlist` DISABLE KEYS */;
INSERT INTO `wishlist` VALUES (1,1,0,'ad7b72ed0d181068315ef78424683261','2018-03-13 20:43:27'),(2,2,0,'8822b5e184accb004c13ea5b7f9eb686','2018-03-21 08:36:33'),(3,3,0,'3e02474b7308edcfcf67264a6289f408','2018-03-21 13:35:15'),(4,4,0,'a2c205ddd08d6ae2cd88b0ef81d13159','2018-03-23 18:13:14'),(5,5,0,'18ddf457e08f84263175bf1c59949a99','2018-03-26 13:21:45');
/*!40000 ALTER TABLE `wishlist` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wishlist_item`
--
DROP TABLE IF EXISTS `wishlist_item`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `WISHLIST_ITEM_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,
CONSTRAINT `WISHLIST_ITEM_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL,
CONSTRAINT `WISHLIST_ITEM_WISHLIST_ID_WISHLIST_WISHLIST_ID` FOREIGN KEY (`wishlist_id`) REFERENCES `wishlist` (`wishlist_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Wishlist items';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wishlist_item`
--
LOCK TABLES `wishlist_item` WRITE;
/*!40000 ALTER TABLE `wishlist_item` DISABLE KEYS */;
/*!40000 ALTER TABLE `wishlist_item` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wishlist_item_option`
--
DROP TABLE IF EXISTS `wishlist_item_option`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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`),
CONSTRAINT `FK_A014B30B04B72DD0EAB3EECD779728D6` FOREIGN KEY (`wishlist_item_id`) REFERENCES `wishlist_item` (`wishlist_item_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Wishlist Item Option Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wishlist_item_option`
--
LOCK TABLES `wishlist_item_option` WRITE;
/*!40000 ALTER TABLE `wishlist_item_option` DISABLE KEYS */;
/*!40000 ALTER TABLE `wishlist_item_option` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!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-04-11 10:05:34