0byt3m1n1
Path:
/
data
/
0
/
0
/
62
/
66
/
62881
/
meta
/
64075
/
mysql.backup
/
[
Home
]
File: 21_0038a79_0.mysqlv104.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv104 Database: 21_0038a79_0 -- ------------------------------------------------------ -- Server version 5.0.91 /*!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_assert` -- DROP TABLE IF EXISTS `admin_assert`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `admin_assert` ( `assert_id` int(10) unsigned NOT NULL auto_increment, `assert_type` varchar(20) NOT NULL default '', `assert_data` text, PRIMARY KEY (`assert_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='ACL Asserts'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `admin_assert` -- LOCK TABLES `admin_assert` WRITE; /*!40000 ALTER TABLE `admin_assert` DISABLE KEYS */; /*!40000 ALTER TABLE `admin_assert` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `admin_role` -- DROP TABLE IF EXISTS `admin_role`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `admin_role` ( `role_id` int(10) unsigned NOT NULL auto_increment, `parent_id` int(10) unsigned NOT NULL default '0', `tree_level` tinyint(3) unsigned NOT NULL default '0', `sort_order` tinyint(3) unsigned NOT NULL default '0', `role_type` char(1) NOT NULL default '0', `user_id` int(11) unsigned NOT NULL default '0', `role_name` varchar(50) NOT NULL default '', PRIMARY KEY (`role_id`), KEY `parent_id` (`parent_id`,`sort_order`), KEY `tree_level` (`tree_level`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='ACL Roles'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `admin_role` -- LOCK TABLES `admin_role` WRITE; /*!40000 ALTER TABLE `admin_role` DISABLE KEYS */; INSERT INTO `admin_role` VALUES (1,0,1,1,'G',0,'Administrators'),(4,1,2,0,'U',2,'Benjamin'); /*!40000 ALTER TABLE `admin_role` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `admin_rule` -- DROP TABLE IF EXISTS `admin_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `admin_rule` ( `rule_id` int(10) unsigned NOT NULL auto_increment, `role_id` int(10) unsigned NOT NULL default '0', `resource_id` varchar(255) NOT NULL default '', `privileges` varchar(20) NOT NULL default '', `assert_id` int(10) unsigned NOT NULL default '0', `role_type` char(1) default NULL, `permission` varchar(10) default NULL, PRIMARY KEY (`rule_id`), KEY `resource` (`resource_id`,`role_id`), KEY `role_id` (`role_id`,`resource_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='ACL Rules'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `admin_rule` -- LOCK TABLES `admin_rule` WRITE; /*!40000 ALTER TABLE `admin_rule` DISABLE KEYS */; INSERT INTO `admin_rule` VALUES (1,1,'all','',0,'G','allow'); /*!40000 ALTER TABLE `admin_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `admin_user` -- DROP TABLE IF EXISTS `admin_user`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `admin_user` ( `user_id` mediumint(9) unsigned NOT NULL auto_increment, `firstname` varchar(32) NOT NULL default '', `lastname` varchar(32) NOT NULL default '', `email` varchar(128) NOT NULL default '', `username` varchar(40) NOT NULL default '', `password` varchar(40) NOT NULL default '', `created` datetime NOT NULL default '0000-00-00 00:00:00', `modified` datetime default NULL, `logdate` datetime default NULL, `lognum` smallint(5) unsigned NOT NULL default '0', `reload_acl_flag` tinyint(1) NOT NULL default '0', `is_active` tinyint(1) NOT NULL default '1', `extra` text, PRIMARY KEY (`user_id`), UNIQUE KEY `UNQ_ADMIN_USER_USERNAME` (`username`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Users'; 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 (2,'Benjamin','Bruce','benjamin@truthfortheworld.org','benjamintftw','12a0c4f3faf4f01543478506c8d35070:uT','2012-05-31 18:39:30','2012-05-31 21:00:11','2012-05-31 20:59:27',1,0,1,'N;'); /*!40000 ALTER TABLE `admin_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `adminnotification_inbox` -- DROP TABLE IF EXISTS `adminnotification_inbox`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `adminnotification_inbox` ( `notification_id` int(10) unsigned NOT NULL auto_increment, `severity` tinyint(3) unsigned NOT NULL default '0', `date_added` datetime NOT NULL, `title` varchar(255) NOT NULL, `description` text, `url` varchar(255) NOT NULL, `is_read` tinyint(1) unsigned NOT NULL default '0', `is_remove` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`notification_id`), KEY `IDX_SEVERITY` (`severity`), KEY `IDX_IS_READ` (`is_read`), KEY `IDX_IS_REMOVE` (`is_remove`) ) ENGINE=MyISAM AUTO_INCREMENT=68 DEFAULT CHARSET=utf8; 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,4,'2008-07-25 05:24:40','Magento 1.1 Production Version Now Available','We are thrilled to announce the availability of the production release of Magento 1.1. Read more about the release in the Magento Blog.','http://www.magentocommerce.com/blog/comments/magento-11-is-here-1/',0,0),(2,4,'2008-08-02 05:30:16','Updated iPhone Theme is now available','Updated iPhone theme for Magento 1.1 is now available on Magento Connect and for upgrade through your Magento Connect Manager.','http://www.magentocommerce.com/blog/comments/updated-iphone-theme-for-magento-11-is-now-available/',0,0),(3,3,'2008-08-02 05:40:27','Magento version 1.1.2 is now available','Magento version 1.1.2 is now available for download and upgrade.','http://www.magentocommerce.com/blog/comments/magento-version-112-is-now-available/',0,0),(4,3,'2008-08-13 21:51:46','Magento version 1.1.3 is now available','Magento version 1.1.3 is now available','http://www.magentocommerce.com/blog/comments/magento-version-113-is-now-available/',0,0),(5,1,'2008-09-03 01:10:31','Magento Version 1.1.4 Security Update Now Available','Magento 1.1.4 Security Update Now Available. If you are using Magento version 1.1.x, we highly recommend upgrading to this version as soon as possible.','http://www.magentocommerce.com/blog/comments/magento-version-114-security-update/',0,0),(6,3,'2008-09-16 02:09:54','Magento version 1.1.5 Now Available','Magento version 1.1.5 Now Available.\n\nThis release includes many bug fixes, a new category manager and a new skin for the default Magento theme.','http://www.magentocommerce.com/blog/comments/magento-version-115-now-available/',0,0),(7,3,'2008-09-18 00:18:35','Magento version 1.1.6 Now Available','Magento version 1.1.6 Now Available.\n\nThis version includes bug fixes for Magento 1.1.x that are listed in the release notes section.','http://www.magentocommerce.com/blog/comments/magento-version-116-now-available/',0,0),(8,4,'2008-11-08 04:46:42','Reminder: Change Magento`s default phone numbers and callouts before site launch','Before launching your Magento store, please remember to change Magento`s default phone numbers that appear in email templates, callouts, templates, etc.','',0,0),(9,3,'2008-11-20 06:31:12','Magento version 1.1.7 Now Available','Magento version 1.1.7 Now Available.\n\nThis version includes over 350 issue resolutions for Magento 1.1.x that are listed in the release notes section, and new functionality that includes:\n\n-Google Website Optimizer integration\n-Google Base integration\n-Scheduled DB logs cleaning option','http://www.magentocommerce.com/blog/comments/magento-version-117-now-available/',0,0),(10,3,'2008-11-27 02:24:50','Magento Version 1.1.8 Now Available','Magento version 1.1.8 now available.\n\nThis version includes some issue resolutions for Magento 1.1.x that are listed in the release notes section.','http://www.magentocommerce.com/blog/comments/magento-version-118-now-available/',0,0),(11,3,'2008-12-30 12:45:59','Magento version 1.2.0 is now available for download and upgrade','We are extremely happy to announce the availability of Magento version 1.2.0 for download and upgrade.\n\nThis version includes numerous issue resolutions for Magento version 1.1.x and some highly requested new features such as:\n\n * Support for Downloadable/Digital Products. \n * Added Layered Navigation to site search result page.\n * Improved site search to utilize MySQL fulltext search\n * Added support for fixed-taxes on product level.\n * Upgraded Zend Framework to the latest stable version 1.7.2','http://www.magentocommerce.com/blog/comments/magento-version-120-is-now-available/',0,0),(12,2,'2008-12-31 02:59:22','Magento version 1.2.0.1 now available','Magento version 1.2.0.1 now available.This version includes some issue resolutions for Magento 1.2.x that are listed in the release notes section.','http://www.magentocommerce.com/blog/comments/magento-version-1201-available/',0,0),(13,2,'2009-01-13 01:41:49','Magento version 1.2.0.2 now available','Magento version 1.2.0.2 is now available for download and upgrade. This version includes an issue resolutions for Magento version 1.2.0.x as listed in the release notes.','http://www.magentocommerce.com/blog/comments/magento-version-1202-now-available/',0,0),(14,3,'2009-01-24 05:25:56','Magento version 1.2.0.3 now available','Magento version 1.2.0.3 is now available for download and upgrade. This version includes issue resolutions for Magento version 1.2.0.x as listed in the release notes.','http://www.magentocommerce.com/blog/comments/magento-version-1203-now-available/',0,0),(15,3,'2009-02-03 02:57:00','Magento version 1.2.1 is now available for download and upgrade','We are happy to announce the availability of Magento version 1.2.1 for download and upgrade.\n\nThis version includes some issue resolutions for Magento version 1.2.x. A full list of items included in this release can be found on the release notes page.','http://www.magentocommerce.com/blog/comments/magento-version-121-now-available/',0,0),(16,3,'2009-02-24 05:45:47','Magento version 1.2.1.1 now available','Magento version 1.2.1.1 now available.This version includes some issue resolutions for Magento 1.2.x that are listed in the release notes section.','http://www.magentocommerce.com/blog/comments/magento-version-1211-now-available/',0,0),(17,3,'2009-02-27 06:39:24','CSRF Attack Prevention','We have just posted a blog entry about a hypothetical CSRF attack on a Magento admin panel. Please read the post to find out if your Magento installation is at risk at http://www.magentocommerce.com/blog/comments/csrf-vulnerabilities-in-web-application-and-how-to-avoid-them-in-magento/','http://www.magentocommerce.com/blog/comments/csrf-vulnerabilities-in-web-application-and-how-to-avoid-them-in-magento/',0,0),(18,2,'2009-03-04 04:03:58','Magento version 1.2.1.2 now available','Magento version 1.2.1.2 is now available for download and upgrade.\nThis version includes some updates to improve admin security as described in the release notes page.','http://www.magentocommerce.com/blog/comments/magento-version-1212-now-available/',0,0),(19,3,'2009-03-31 06:22:40','Magento version 1.3.0 now available','Magento version 1.3.0 is now available for download and upgrade. This version includes numerous issue resolutions for Magento version 1.2.x and new features as described on the release notes page.','http://www.magentocommerce.com/blog/comments/magento-version-130-is-now-available/',0,0),(20,3,'2009-04-18 08:06:02','Magento version 1.3.1 now available','Magento version 1.3.1 is now available for download and upgrade. This version includes some issue resolutions for Magento version 1.3.x and new features such as Checkout By Amazon and Amazon Flexible Payment. To see a full list of updates please check the release notes page.','http://www.magentocommerce.com/blog/comments/magento-version-131-now-available/',0,0),(21,3,'2009-05-20 02:31:21','Magento version 1.3.1.1 now available','Magento version 1.3.1.1 is now available for download and upgrade. This version includes some issue resolutions for Magento version 1.3.x and a security update for Magento installations that run on multiple domains or sub-domains. If you are running Magento with multiple domains or sub-domains we highly recommend upgrading to this version.','http://www.magentocommerce.com/blog/comments/magento-version-1311-now-available/',0,0),(22,3,'2009-05-30 02:54:06','Magento version 1.3.2 now available','This version includes some improvements and issue resolutions for version 1.3.x that are listed on the release notes page. also included is a Beta version of the Compile module.','http://www.magentocommerce.com/blog/comments/magento-version-132-now-available/',0,0),(23,3,'2009-06-01 23:32:52','Magento version 1.3.2.1 now available','Magento version 1.3.2.1 now available for download and upgrade.\n\nThis release solves an issue for users running Magento with PHP 5.2.0, and changes to index.php to support the new Compiler Module.','http://www.magentocommerce.com/blog/comments/magento-version-1321-now-available/',0,0),(24,3,'2009-07-02 05:21:44','Magento version 1.3.2.2 now available','Magento version 1.3.2.2 is now available for download and upgrade.\n\nThis release includes issue resolution for Magento version 1.3.x. To see a full list of changes please visit the release notes page http://www.magentocommerce.com/download/release_notes.','http://www.magentocommerce.com/blog/comments/magento-version-1322-now-available/',0,0),(25,3,'2009-07-23 10:48:54','Magento version 1.3.2.3 now available','Magento version 1.3.2.3 is now available for download and upgrade.\n\nThis release includes issue resolution for Magento version 1.3.x. We recommend to upgrade to this version if PayPal payment modules are in use. To see a full list of changes please visit the release notes page http://www.magentocommerce.com/download/release_notes.','http://www.magentocommerce.com/blog/comments/magento-version-1323-now-available/',0,0),(26,4,'2009-08-28 22:26:28','PayPal is updating Payflow Pro and Website Payments Pro (Payflow Edition) UK.','If you are using Payflow Pro and/or Website Payments Pro (Payflow Edition) UK. payment methods, you will need to update the URL‘s in your Magento Administrator Panel in order to process transactions after September 1, 2009. Full details are available here: http://www.magentocommerce.com/wiki/paypal_payflow_changes','http://www.magentocommerce.com/wiki/paypal_payflow_changes',0,0),(27,2,'2009-09-24 00:16:49','Magento Version 1.3.2.4 Security Update','Magento Version 1.3.2.4 is now available. This version includes a security updates for Magento 1.3.x that solves possible XSS vulnerability issue on customer registration page and is available through SVN, Download Page and through the Magento Connect Manager.','http://www.magentocommerce.com/blog/comments/magento-version-1324-security-update/',0,0),(28,4,'2009-09-25 18:57:54','Magento Preview Version 1.4.0.0-alpha2 is now available','We are happy to announce the availability of Magento Preview Version 1.4.0.0-alpha2 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.','http://www.magentocommerce.com/blog/comments/magento-preview-version-1400-alpha2-now-available/',0,0),(29,4,'2009-10-07 04:55:40','Magento Preview Version 1.4.0.0-alpha3 is now available','We are happy to announce the availability of Magento Preview Version 1.4.0.0-alpha3 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.','http://www.magentocommerce.com/blog/comments/magento-preview-version-1400-alpha3-now-available/',0,0),(30,4,'2009-12-09 04:30:36','Magento Preview Version 1.4.0.0-beta1 is now available','We are happy to announce the availability of Magento Preview Version 1.4.0.0-beta1 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.','http://www.magentocommerce.com/blog/comments/magento-preview-version-1400-beta1-now-available/',0,0),(31,4,'2009-12-31 14:22:12','Magento Preview Version 1.4.0.0-rc1 is now available','We are happy to announce the availability of Magento Preview Version 1.4.0.0-rc1 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.','http://www.magentocommerce.com/blog/comments/magento-preview-version-1400-rc1-now-available/',0,0),(32,4,'2010-02-13 08:39:53','Magento CE Version 1.4.0.0 Stable is now available','We are excited to announce the availability of Magento CE Version 1.4.0.0 Stable for upgrade and download.','http://bit.ly/c53rpK',0,0),(33,3,'2010-02-20 07:39:36','Magento CE Version 1.4.0.1 Stable is now available','Magento CE 1.4.0.1 Stable is now available for upgrade and download.','http://www.magentocommerce.com/blog/comments/magento-ce-version-1401-stable-now-available/',0,0),(34,4,'2010-04-24 00:09:03','Magento Version CE 1.3.3.0 Stable - Now Available With Support for 3-D Secure','Based on community requests, we are excited to announce the release of Magento CE 1.3.3.0-Stable with support for 3-D Secure. This release is intended for Magento merchants using version 1.3.x, who want to add support for 3-D Secure.','http://www.magentocommerce.com/blog/comments/magento-version-ce-1330-stable-now-available-with-support-for-3-d-secure/',0,0),(35,4,'2010-05-31 21:20:21','Announcing the Launch of Magento Mobile','The Magento team is pleased to announce the launch of Magento mobile, a new product that will allow Magento merchants to easily create branded, native mobile storefront applications that are deeply integrated with Magento’s market-leading eCommerce platform. The product includes a new administrative manager, a native iPhone app that is fully customizable, and a service where Magento manages the submission and maintenance process for the iTunes App Store.\n\nLearn more by visiting the Magento mobile product page and sign-up to be the first to launch a native mobile commerce app, fully integrated with Magento.','http://www.magentocommerce.com/product/mobile',0,0),(36,4,'2010-06-11 00:08:08','Magento CE Version 1.4.1.0 Stable is now available','We are excited to announce the availability of Magento CE Version 1.4.1.0 Stable for upgrade and download. Some of the highlights of this release include: Enhanced PayPal integration (more info to follow), Change of Database structure of the Sales module to no longer use EAV, and much more.','http://www.magentocommerce.com/blog/comments/magento-ce-version-1410-stable-now-available/',0,0),(37,4,'2010-07-27 01:37:34','Magento CE Version 1.4.1.1 Stable is now available','We are excited to announce the availability of Magento CE Version 1.4.1.1 Stable for download and upgrade.','http://www.magentocommerce.com/blog/comments/magento-ce-version-1411-stable-now-available/',0,0),(38,4,'2010-07-28 09:12:12','Magento CE Version 1.4.2.0-beta1 Preview Release Now Available','This release gives a preview of the new Magento Connect Manager.','http://www.magentocommerce.com/blog/comments/magento-preview-version-1420-beta1-now-available/',0,0),(39,4,'2010-07-29 00:15:01','Magento CE Version 1.4.1.1 Patch Available','As some users experienced issues with upgrading to CE 1.4.1.1 through PEAR channels we provided a patch for it that is available on our blog http://www.magentocommerce.com/blog/comments/magento-ce-version-1411-stable-patch/','http://www.magentocommerce.com/blog/comments/magento-ce-version-1411-stable-patch/',0,0),(40,4,'2010-10-12 04:13:25','Magento Mobile is now live!','Magento Mobile is now live! Signup today to have your own native iPhone mobile-shopping app in iTunes for the holiday season! Learn more at http://www.magentomobile.com/','http://www.magentomobile.com/',0,0),(41,4,'2010-11-09 02:52:06','Magento CE Version 1.4.2.0-RC1 Preview Release Now Available','We are happy to announce the availability of Magento Preview Version 1.4.2.0-RC1 for download.','http://www.magentocommerce.com/blog/comments/magento-preview-version-1420-rc1-now-available/',0,0),(42,4,'2010-12-03 01:33:00','Magento CE Version 1.4.2.0-RC2 Preview Release Now Available','We are happy to announce the availability of Magento Preview Version 1.4.2.0-RC2 for download.','http://www.magentocommerce.com/blog/comments/magento-preview-version-1420-rc2-now-available/',0,0),(43,4,'2010-12-09 03:29:55','Magento CE Version 1.4.2.0 Stable is now available','We are excited to announce the availability of Magento CE Version 1.4.2.0 Stable for download and upgrade.','http://www.magentocommerce.com/blog/comments/magento-ce-version-1420-stable-now-available/',0,0),(44,4,'2010-12-18 04:23:55','Magento Preview Version CE 1.5.0.0-alpha1 is now available','We are happy to announce the availability of Magento Preview Version CE 1.5.0.0-alpha1 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.','http://www.magentocommerce.com/blog/comments/magento-preview-version-ce-1500-alpha1-now-available/',0,0),(45,4,'2010-12-30 04:51:08','Magento Preview Version CE 1.5.0.0-alpha2 is now available','We are happy to announce the availability of Magento Preview Version CE 1.5.0.0-alpha2 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.','http://www.magentocommerce.com/blog/comments/magento-preview-version-ce-1500-alpha2-now-available/',0,0),(46,4,'2011-01-14 05:35:36','Magento Preview Version CE 1.5.0.0-beta1 is now available','We are happy to announce the availability of Magento Preview Version CE 1.5.0.0-beta1 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.','http://www.magentocommerce.com/blog/comments/magento-preview-version-ce-1500-beta1-now-available/',0,0),(47,4,'2011-01-22 02:19:09','Magento Preview Version CE 1.5.0.0-beta2 is now available','We are happy to announce the availability of Magento Preview Version CE 1.5.0.0-beta2 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.','http://www.magentocommerce.com/blog/comments/magento-preview-version-ce-1500-beta2-now-available/',0,0),(48,4,'2011-01-28 02:27:57','Magento Preview Version CE 1.5.0.0-rc1 is now available','We are happy to announce the availability of Magento Preview Version CE 1.5.0.0-rc1 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.','http://www.magentocommerce.com/blog/comments/magento-preview-version-ce-1500-rc1-now-available/',0,0),(49,4,'2011-02-04 02:56:33','Magento Preview Version CE 1.5.0.0-rc2 is now available','We are happy to announce the availability of Magento Preview Version CE 1.5.0.0-rc2 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.','http://www.magentocommerce.com/blog/comments/magento-preview-version-ce-1500-rc2-now-available/',0,0),(50,4,'2011-02-09 00:43:23','Magento CE Version 1.5.0.0 Stable is now available','We are excited to announce the availability of Magento CE Version 1.5.0.0 Stable for download and upgrade.','http://www.magentocommerce.com/blog/comments/magento-community-professional-and-enterprise-editions-releases-now-availab/',0,0),(51,4,'2011-02-10 04:42:57','Magento CE 1.5.0.1 stable Now Available','We are excited to announce the availability of Magento CE Version 1.5.0.1 Stable for download and upgrade.','http://www.magentocommerce.com/blog/comments/magento-ce-1501-stable-now-available/',0,0),(52,4,'2011-03-19 00:15:45','Magento CE 1.5.1.0-beta1 Now Available','We are happy to announce the availability of Magento Preview Version CE 1.5.1.0-beta1 for download and upgrade.','http://www.magentocommerce.com/blog/comments/magento-preview-version-ce-1510-beta1-now-available/',0,0),(53,4,'2011-03-31 22:43:02','Magento CE 1.5.1.0-rc1 Now Available','We are happy to announce the availability of Magento Preview Version CE 1.5.1.0-rc1 for download and upgrade.','http://www.magentocommerce.com/blog/comments/magento-preview-version-ce-1510-rc1-now-available/',0,0),(54,4,'2011-04-26 23:21:07','Magento CE 1.5.1.0-stable Now Available','We are excited to announce the availability of Magento CE Version 1.5.1.0 Stable for download and upgrade.','http://www.magentocommerce.com/blog/comments/magento-ce-version-1510-stable-now-available/',0,0),(55,4,'2011-05-26 23:33:23','Magento Preview Version CE 1.6.0.0-alpha1 is now available','We are happy to announce the availability of Magento Preview Version CE 1.6.0.0-alpha1 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.','http://www.magentocommerce.com/blog/comments/magento-preview-version-ce-1600-alpha1-now-available/',0,0),(56,4,'2011-06-15 22:12:08','Magento Preview Version CE 1.6.0.0-beta1 is now available','We are happy to announce the availability of Magento Preview Version CE 1.6.0.0-beta1for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.','http://www.magentocommerce.com/blog/comments/magento-preview-version-ce-1600-beta1-now-available/',0,0),(57,4,'2011-06-30 23:03:58','Magento Preview Version CE 1.6.0.0-rc1 is now available','We are happy to announce the availability of Magento Preview Version CE 1.6.0.0-rc1 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.','http://www.magentocommerce.com/blog/comments/magento-preview-version-ce-1600-rc1-now-available/',0,0),(58,4,'2011-07-11 23:07:39','Magento Preview Version CE 1.6.0.0-rc2 is now available','We are happy to announce the availability of Magento Preview Version CE 1.6.0.0-rc2 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.','http://www.magentocommerce.com/blog/comments/magento-preview-version-ce-1600-rc2-now-available/',0,0),(59,4,'2011-08-19 21:58:31','Magento CE 1.6.0.0-stable Now Available','We are excited to announce the availability of Magento CE Version 1.6.0.0 Stable for download and upgrade.','http://www.magentocommerce.com/blog/comments/magento-ce-version-1600-stable-now-available/',0,0),(60,4,'2011-09-17 05:31:26','Magento Preview Version CE 1.6.1.0-beta1 is now available','We are happy to announce the availability of Magento Preview Version CE 1.6.1.0-beta1 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.','http://www.magentocommerce.com/blog/comments/magento-preview-version-ce-1610-beta1-now-available/',0,0),(61,4,'2011-09-29 19:44:10','Magento Preview Version CE 1.6.1.0-rc1 is now available','We are happy to announce the availability of Magento Preview Version CE 1.6.1.0-rc1 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.','http://www.magentocommerce.com/blog/comments/magento-preview-version-ce-1610-rc1-now-available/',0,0),(62,4,'2011-10-19 21:50:05','Magento CE 1.6.1.0-stable Now Available','We are excited to announce the availability of Magento CE Version 1.6.1.0 Stable for download and upgrade.','http://www.magentocommerce.com/blog/comments/magento-ce-version-1610-stable-now-available/',0,0),(63,4,'2011-12-30 22:39:35','Magento Preview Version CE 1.7.0.0-alpha1 is now available','We are happy to announce the availability of Magento Preview Version CE 1.7.0.0-alpha1 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.','http://www.magentocommerce.com/blog/comments/magento-preview-version-ce-1700-alpha1-now-available/',0,0),(64,4,'2012-01-11 22:24:20','Magento CE 1.6.2.0-stable Now Available','We are excited to announce the availability of Magento CE Version 1.6.2.0 Stable for download and upgrade.','http://www.magentocommerce.com/blog/comments/magento-ce-version-1620-stable-now-available/',0,0),(65,4,'2012-03-03 00:54:12','Magento Preview Version CE 1.7.0.0-beta1 is now available','We are happy to announce the availability of Magento Preview Version CE 1.7.0.0-beta1 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.','http://www.magentocommerce.com/blog/comments/magento-preview-version-ce-1700-beta1-now-available/',0,0),(66,4,'2012-04-23 14:02:40','Magento Community Preview Version CE 1.7.0.0-RC1 has been released!','Learn more about the exciting new features and updates in this release and how you can take it for a test drive. As this is a preview version, we need to stress that it\'s likely unstable and that we DON\'T recommend that you use it in any production environment just yet.','http://www.magentocommerce.com/blog/comments/magento-preview-version-ce-1700-rc1-now-available/',0,0),(67,4,'2012-05-11 09:46:54','Magento Community 1.7 and Magento Enterprise 1.12 now available!','Learn more about the exciting new features and updates in these releases.','http://www.magentocommerce.com/blog/comments/magento-enterprise-112-and-community-17-now-available/',0,0); /*!40000 ALTER TABLE `adminnotification_inbox` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `api_assert` -- DROP TABLE IF EXISTS `api_assert`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `api_assert` ( `assert_id` int(10) unsigned NOT NULL auto_increment, `assert_type` varchar(20) NOT NULL default '', `assert_data` text, PRIMARY KEY (`assert_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Api ACL Asserts'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `api_assert` -- LOCK TABLES `api_assert` WRITE; /*!40000 ALTER TABLE `api_assert` DISABLE KEYS */; /*!40000 ALTER TABLE `api_assert` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `api_role` -- DROP TABLE IF EXISTS `api_role`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `api_role` ( `role_id` int(10) unsigned NOT NULL auto_increment, `parent_id` int(10) unsigned NOT NULL default '0', `tree_level` tinyint(3) unsigned NOT NULL default '0', `sort_order` tinyint(3) unsigned NOT NULL default '0', `role_type` char(1) NOT NULL default '0', `user_id` int(11) unsigned NOT NULL default '0', `role_name` varchar(50) NOT NULL default '', PRIMARY KEY (`role_id`), KEY `parent_id` (`parent_id`,`sort_order`), KEY `tree_level` (`tree_level`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Api ACL Roles'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `api_role` -- LOCK TABLES `api_role` WRITE; /*!40000 ALTER TABLE `api_role` DISABLE KEYS */; /*!40000 ALTER TABLE `api_role` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `api_rule` -- DROP TABLE IF EXISTS `api_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `api_rule` ( `rule_id` int(10) unsigned NOT NULL auto_increment, `role_id` int(10) unsigned NOT NULL default '0', `resource_id` varchar(255) NOT NULL default '', `privileges` varchar(20) NOT NULL default '', `assert_id` int(10) unsigned NOT NULL default '0', `role_type` char(1) default NULL, `permission` varchar(10) default NULL, PRIMARY KEY (`rule_id`), KEY `resource` (`resource_id`,`role_id`), KEY `role_id` (`role_id`,`resource_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Api ACL Rules'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `api_rule` -- LOCK TABLES `api_rule` WRITE; /*!40000 ALTER TABLE `api_rule` DISABLE KEYS */; /*!40000 ALTER TABLE `api_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `api_session` -- DROP TABLE IF EXISTS `api_session`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `api_session` ( `user_id` mediumint(9) unsigned NOT NULL, `logdate` datetime NOT NULL default '0000-00-00 00:00:00', `sessid` varchar(40) NOT NULL default '', KEY `API_SESSION_USER` (`user_id`), KEY `API_SESSION_SESSID` (`sessid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Api Sessions'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `api_session` -- LOCK TABLES `api_session` WRITE; /*!40000 ALTER TABLE `api_session` DISABLE KEYS */; /*!40000 ALTER TABLE `api_session` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `api_user` -- DROP TABLE IF EXISTS `api_user`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `api_user` ( `user_id` mediumint(9) unsigned NOT NULL auto_increment, `firstname` varchar(32) NOT NULL default '', `lastname` varchar(32) NOT NULL default '', `email` varchar(128) NOT NULL default '', `username` varchar(40) NOT NULL default '', `api_key` varchar(40) NOT NULL default '', `created` datetime NOT NULL default '0000-00-00 00:00:00', `modified` datetime default NULL, `lognum` smallint(5) unsigned NOT NULL default '0', `reload_acl_flag` tinyint(1) NOT NULL default '0', `is_active` tinyint(1) NOT NULL default '1', PRIMARY KEY (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Api Users'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `api_user` -- LOCK TABLES `api_user` WRITE; /*!40000 ALTER TABLE `api_user` DISABLE KEYS */; /*!40000 ALTER TABLE `api_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_category_anc_categs_index_idx` -- DROP TABLE IF EXISTS `catalog_category_anc_categs_index_idx`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_category_anc_categs_index_idx` ( `category_id` int(10) unsigned NOT NULL default '0', `path` varchar(255) NOT NULL default '', KEY `IDX_CATEGORY` (`category_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_category_anc_categs_index_idx` -- LOCK TABLES `catalog_category_anc_categs_index_idx` WRITE; /*!40000 ALTER TABLE `catalog_category_anc_categs_index_idx` DISABLE KEYS */; /*!40000 ALTER TABLE `catalog_category_anc_categs_index_idx` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_category_anc_categs_index_tmp` -- DROP TABLE IF EXISTS `catalog_category_anc_categs_index_tmp`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_category_anc_categs_index_tmp` ( `category_id` int(10) unsigned NOT NULL default '0', `path` varchar(255) NOT NULL default '', KEY `IDX_CATEGORY` (`category_id`) ) ENGINE=MEMORY DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_category_anc_categs_index_tmp` -- LOCK TABLES `catalog_category_anc_categs_index_tmp` WRITE; /*!40000 ALTER TABLE `catalog_category_anc_categs_index_tmp` DISABLE KEYS */; /*!40000 ALTER TABLE `catalog_category_anc_categs_index_tmp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_category_anc_products_index_idx` -- DROP TABLE IF EXISTS `catalog_category_anc_products_index_idx`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_category_anc_products_index_idx` ( `category_id` int(10) unsigned NOT NULL default '0', `product_id` int(10) unsigned NOT NULL default '0', `position` int(10) unsigned default NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_category_anc_products_index_idx` -- LOCK TABLES `catalog_category_anc_products_index_idx` WRITE; /*!40000 ALTER TABLE `catalog_category_anc_products_index_idx` DISABLE KEYS */; /*!40000 ALTER TABLE `catalog_category_anc_products_index_idx` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_category_anc_products_index_tmp` -- DROP TABLE IF EXISTS `catalog_category_anc_products_index_tmp`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_category_anc_products_index_tmp` ( `category_id` int(10) unsigned NOT NULL default '0', `product_id` int(10) unsigned NOT NULL default '0' ) ENGINE=MEMORY DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_category_anc_products_index_tmp` -- LOCK TABLES `catalog_category_anc_products_index_tmp` WRITE; /*!40000 ALTER TABLE `catalog_category_anc_products_index_tmp` DISABLE KEYS */; /*!40000 ALTER TABLE `catalog_category_anc_products_index_tmp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_category_entity` -- DROP TABLE IF EXISTS `catalog_category_entity`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_category_entity` ( `entity_id` int(10) unsigned NOT NULL auto_increment, `entity_type_id` smallint(8) unsigned NOT NULL default '0', `attribute_set_id` smallint(5) unsigned NOT NULL default '0', `parent_id` int(10) unsigned NOT NULL default '0', `created_at` datetime NOT NULL default '0000-00-00 00:00:00', `updated_at` datetime NOT NULL default '0000-00-00 00:00:00', `path` varchar(255) NOT NULL, `position` int(11) NOT NULL, `level` int(11) NOT NULL, `children_count` int(11) NOT NULL, PRIMARY KEY (`entity_id`), KEY `IDX_LEVEL` (`level`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Category Entities'; 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,0,'0000-00-00 00:00:00','2011-08-06 09:58:40','1',0,0,1),(2,3,3,1,'2011-08-06 09:58:40','2011-08-06 09:58:40','1/2',1,1,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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_category_entity_datetime` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` smallint(5) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` datetime default NULL, PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_BASE` (`entity_type_id`,`entity_id`,`attribute_id`,`store_id`), KEY `FK_ATTRIBUTE_DATETIME_ENTITY` (`entity_id`), KEY `FK_CATALOG_CATEGORY_ENTITY_DATETIME_ATTRIBUTE` (`attribute_id`), KEY `FK_CATALOG_CATEGORY_ENTITY_DATETIME_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 */; /*!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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_category_entity_decimal` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` smallint(5) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` decimal(12,4) default NULL, PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_BASE` (`entity_type_id`,`entity_id`,`attribute_id`,`store_id`), KEY `FK_ATTRIBUTE_DECIMAL_ENTITY` (`entity_id`), KEY `FK_CATALOG_CATEGORY_ENTITY_DECIMAL_ATTRIBUTE` (`attribute_id`), KEY `FK_CATALOG_CATEGORY_ENTITY_DECIMAL_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_category_entity_int` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` smallint(5) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` int(11) default NULL, PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_BASE` (`entity_type_id`,`entity_id`,`attribute_id`,`store_id`), KEY `FK_ATTRIBUTE_INT_ENTITY` (`entity_id`), KEY `FK_CATALOG_CATEGORY_EMTITY_INT_ATTRIBUTE` (`attribute_id`), KEY `FK_CATALOG_CATEGORY_EMTITY_INT_STORE` (`store_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; 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,3,34,1,2,1),(2,3,105,0,1,1),(3,3,105,0,2,1); /*!40000 ALTER TABLE `catalog_category_entity_int` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_category_entity_text` -- DROP TABLE IF EXISTS `catalog_category_entity_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_category_entity_text` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` smallint(5) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` text NOT NULL, PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_BASE` (`entity_type_id`,`entity_id`,`attribute_id`,`store_id`), KEY `FK_ATTRIBUTE_TEXT_ENTITY` (`entity_id`), KEY `FK_CATALOG_CATEGORY_ENTITY_TEXT_ATTRIBUTE` (`attribute_id`), KEY `FK_CATALOG_CATEGORY_ENTITY_TEXT_STORE` (`store_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; 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,3,58,1,1,''),(2,3,58,1,2,''); /*!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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_category_entity_varchar` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` smallint(5) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` varchar(255) NOT NULL default '', PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_BASE` USING BTREE (`entity_type_id`,`entity_id`,`attribute_id`,`store_id`), KEY `FK_ATTRIBUTE_VARCHAR_ENTITY` (`entity_id`), KEY `FK_CATALOG_CATEGORY_ENTITY_VARCHAR_ATTRIBUTE` (`attribute_id`), KEY `FK_CATALOG_CATEGORY_ENTITY_VARCHAR_STORE` (`store_id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; 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,3,33,1,1,'Root Catalog'),(2,3,35,0,1,'root-catalog'),(3,3,33,1,2,'Default Category'),(4,3,41,1,2,'PRODUCTS'),(5,3,35,0,2,'default-category'); /*!40000 ALTER TABLE `catalog_category_entity_varchar` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_category_flat_store_1` -- DROP TABLE IF EXISTS `catalog_category_flat_store_1`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_category_flat_store_1` ( `entity_id` int(11) unsigned NOT NULL, `parent_id` int(11) unsigned NOT NULL default '0', `created_at` datetime NOT NULL default '0000-00-00 00:00:00', `updated_at` datetime NOT NULL default '0000-00-00 00:00:00', `path` varchar(255) NOT NULL, `position` int(11) NOT NULL, `level` int(11) NOT NULL, `children_count` int(11) NOT NULL, `store_id` smallint(5) unsigned NOT NULL default '0', `all_children` text, `available_sort_by` text, `children` text, `custom_apply_to_products` int(10) NOT NULL default '0', `custom_design` varchar(255) NOT NULL default '', `custom_design_from` datetime NOT NULL default '0000-00-00 00:00:00', `custom_design_to` datetime NOT NULL default '0000-00-00 00:00:00', `custom_layout_update` text, `custom_use_parent_settings` int(10) NOT NULL default '0', `default_sort_by` varchar(255) NOT NULL default '', `description` text, `display_mode` varchar(255) NOT NULL default '', `filter_price_range` int(10) NOT NULL default '0', `image` varchar(255) NOT NULL default '', `include_in_menu` int(10) NOT NULL default '0', `is_active` int(10) NOT NULL default '0', `is_anchor` int(10) NOT NULL default '0', `landing_page` int(10) NOT NULL default '0', `meta_description` text, `meta_keywords` text, `meta_title` varchar(255) NOT NULL default '', `name` varchar(255) NOT NULL default '', `page_layout` varchar(255) NOT NULL default '', `path_in_store` text, `thumbnail` varchar(255) NOT NULL default '', `url_key` varchar(255) NOT NULL default '', `url_path` varchar(255) NOT NULL default '', PRIMARY KEY (`entity_id`), KEY `IDX_STORE` (`store_id`), KEY `IDX_PATH` (`path`), KEY `IDX_LEVEL` (`level`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_category_flat_store_1` -- LOCK TABLES `catalog_category_flat_store_1` WRITE; /*!40000 ALTER TABLE `catalog_category_flat_store_1` DISABLE KEYS */; INSERT INTO `catalog_category_flat_store_1` VALUES (1,0,'0000-00-00 00:00:00','2011-08-06 09:58:40','1',0,0,1,1,'','','',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'','','',0,'',1,0,0,0,'','','','','','','','root-catalog',''),(2,1,'2011-08-06 09:58:40','2011-08-06 09:58:40','1/2',1,1,0,1,'','','',0,'','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'','','',0,'',1,0,0,0,'','','','','','','','default-category',''); /*!40000 ALTER TABLE `catalog_category_flat_store_1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_category_product` -- DROP TABLE IF EXISTS `catalog_category_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_category_product` ( `category_id` int(10) unsigned NOT NULL default '0', `product_id` int(10) unsigned NOT NULL default '0', `position` int(10) NOT NULL default '0', UNIQUE KEY `UNQ_CATEGORY_PRODUCT` (`category_id`,`product_id`), KEY `CATALOG_CATEGORY_PRODUCT_CATEGORY` (`category_id`), KEY `CATALOG_CATEGORY_PRODUCT_PRODUCT` (`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 */; /*!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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_category_product_index` ( `category_id` int(10) unsigned NOT NULL default '0', `product_id` int(10) unsigned NOT NULL default '0', `position` int(10) unsigned default NULL, `is_parent` tinyint(1) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `visibility` tinyint(3) unsigned NOT NULL, UNIQUE KEY `UNQ_CATEGORY_PRODUCT` (`category_id`,`product_id`,`store_id`), KEY `FK_CATALOG_CATEGORY_PRODUCT_INDEX_CATEGORY_ENTITY` (`category_id`), KEY `IDX_JOIN` (`product_id`,`store_id`,`category_id`,`visibility`), KEY `IDX_BASE` (`store_id`,`category_id`,`visibility`,`is_parent`,`position`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 */; /*!40000 ALTER TABLE `catalog_category_product_index` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_category_product_index_enbl_idx` -- DROP TABLE IF EXISTS `catalog_category_product_index_enbl_idx`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_category_product_index_enbl_idx` ( `product_id` int(10) unsigned NOT NULL default '0', `visibility` int(11) unsigned NOT NULL default '0', KEY `IDX_PRODUCT` (`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_category_product_index_enbl_idx` -- LOCK TABLES `catalog_category_product_index_enbl_idx` WRITE; /*!40000 ALTER TABLE `catalog_category_product_index_enbl_idx` DISABLE KEYS */; /*!40000 ALTER TABLE `catalog_category_product_index_enbl_idx` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_category_product_index_enbl_tmp` -- DROP TABLE IF EXISTS `catalog_category_product_index_enbl_tmp`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_category_product_index_enbl_tmp` ( `product_id` int(10) unsigned NOT NULL default '0', `visibility` int(11) unsigned NOT NULL default '0', KEY `IDX_PRODUCT` (`product_id`) ) ENGINE=MEMORY DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_category_product_index_enbl_tmp` -- LOCK TABLES `catalog_category_product_index_enbl_tmp` WRITE; /*!40000 ALTER TABLE `catalog_category_product_index_enbl_tmp` DISABLE KEYS */; /*!40000 ALTER TABLE `catalog_category_product_index_enbl_tmp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_category_product_index_idx` -- DROP TABLE IF EXISTS `catalog_category_product_index_idx`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_category_product_index_idx` ( `category_id` int(10) unsigned NOT NULL default '0', `product_id` int(10) unsigned NOT NULL default '0', `position` int(10) NOT NULL default '0', `is_parent` tinyint(1) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `visibility` tinyint(3) unsigned NOT NULL, KEY `IDX_PRODUCT_CATEGORY_STORE` (`product_id`,`category_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_category_product_index_idx` -- LOCK TABLES `catalog_category_product_index_idx` WRITE; /*!40000 ALTER TABLE `catalog_category_product_index_idx` DISABLE KEYS */; /*!40000 ALTER TABLE `catalog_category_product_index_idx` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_category_product_index_tmp` -- DROP TABLE IF EXISTS `catalog_category_product_index_tmp`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_category_product_index_tmp` ( `category_id` int(10) unsigned NOT NULL default '0', `product_id` int(10) unsigned NOT NULL default '0', `position` int(10) NOT NULL default '0', `is_parent` tinyint(1) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `visibility` tinyint(3) unsigned NOT NULL ) ENGINE=MEMORY DEFAULT CHARSET=utf8; 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 */; /*!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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_compare_item` ( `catalog_compare_item_id` int(11) unsigned NOT NULL auto_increment, `visitor_id` int(11) unsigned NOT NULL default '0', `customer_id` int(11) unsigned default NULL, `product_id` int(11) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned default NULL, PRIMARY KEY (`catalog_compare_item_id`), KEY `FK_CATALOG_COMPARE_ITEM_CUSTOMER` (`customer_id`), KEY `FK_CATALOG_COMPARE_ITEM_PRODUCT` (`product_id`), KEY `IDX_VISITOR_PRODUCTS` (`visitor_id`,`product_id`), KEY `IDX_CUSTOMER_PRODUCTS` (`customer_id`,`product_id`), KEY `FK_CATALOG_COMPARE_ITEM_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_eav_attribute` ( `attribute_id` smallint(5) unsigned NOT NULL auto_increment, `frontend_input_renderer` varchar(255) default NULL, `is_global` tinyint(1) unsigned NOT NULL default '1', `is_visible` tinyint(1) unsigned NOT NULL default '1', `is_searchable` tinyint(1) unsigned NOT NULL default '0', `is_filterable` tinyint(1) unsigned NOT NULL default '0', `is_comparable` tinyint(1) unsigned NOT NULL default '0', `is_visible_on_front` tinyint(1) unsigned NOT NULL default '0', `is_html_allowed_on_front` tinyint(1) unsigned NOT NULL default '0', `is_used_for_price_rules` tinyint(1) unsigned NOT NULL default '0' COMMENT 'deprecated after 1.4.0.1', `is_filterable_in_search` tinyint(1) unsigned NOT NULL default '0', `used_in_product_listing` tinyint(1) unsigned NOT NULL default '0', `used_for_sort_by` tinyint(1) unsigned NOT NULL default '0', `is_configurable` tinyint(1) unsigned NOT NULL default '1', `apply_to` varchar(255) NOT NULL, `is_visible_in_advanced_search` tinyint(1) unsigned NOT NULL default '0', `position` int(11) NOT NULL, `is_wysiwyg_enabled` tinyint(1) unsigned NOT NULL default '0', `is_used_for_promo_rules` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`attribute_id`), KEY `IDX_USED_FOR_SORT_BY` (`used_for_sort_by`), KEY `IDX_USED_IN_PRODUCT_LISTING` (`used_in_product_listing`) ) ENGINE=MyISAM AUTO_INCREMENT=122 DEFAULT CHARSET=utf8; 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 (33,'',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(34,'',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(35,'',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(36,'',0,1,0,0,0,0,1,0,0,0,0,1,'',0,0,1,0),(37,'',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(38,'',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(39,'',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(40,'',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(41,'',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(42,'',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(43,'',1,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(44,'',1,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(45,'',1,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(46,'',1,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(47,'',1,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(48,'',1,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(49,'',0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(50,'',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(51,'',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(52,'',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(53,'',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(54,'',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(55,'',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(56,'',1,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(57,'',1,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(58,'adminhtml/catalog_category_helper_sortby_available',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(59,'adminhtml/catalog_category_helper_sortby_default',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(60,'',0,1,1,0,0,0,0,0,0,1,1,1,'',1,0,0,0),(61,'',0,1,1,0,1,0,1,0,0,0,0,1,'',1,0,1,0),(62,'',0,1,1,0,1,0,1,0,0,1,0,1,'',1,0,1,0),(63,'',1,1,1,0,1,0,0,0,0,0,0,1,'',1,0,0,0),(64,'',2,1,1,1,0,0,0,0,0,1,1,1,'simple,configurable,virtual,bundle,downloadable',1,0,0,0),(65,'',2,1,0,0,0,0,0,0,0,1,0,1,'simple,configurable,virtual,bundle,downloadable',0,0,0,0),(66,'',2,1,0,0,0,0,0,0,0,1,0,1,'simple,configurable,virtual,bundle,downloadable',0,0,0,0),(67,'',2,1,0,0,0,0,0,0,0,1,0,1,'simple,configurable,virtual,bundle,downloadable',0,0,0,0),(68,'',2,1,0,0,0,0,0,0,0,0,0,1,'simple,virtual,downloadable',0,0,0,0),(69,'',1,1,0,0,0,0,0,0,0,0,0,1,'simple,bundle',0,0,0,0),(70,'',1,1,1,1,1,0,0,0,0,0,0,1,'simple',1,0,0,0),(71,'',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(72,'',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(73,'',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(74,'',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(75,'',0,1,0,0,0,0,0,0,0,1,0,1,'',0,0,0,0),(76,'',0,1,0,0,0,0,0,0,0,1,0,1,'',0,0,0,0),(77,'',1,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(78,'',1,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(79,'',2,1,0,0,0,0,0,0,0,0,0,1,'simple,configurable,virtual,bundle,downloadable',0,0,0,0),(80,'',1,1,1,1,1,0,0,0,0,0,0,1,'simple',1,0,0,0),(81,'',2,1,0,0,0,0,0,0,0,1,0,1,'',0,0,0,0),(82,'',2,1,0,0,0,0,0,0,0,1,0,1,'',0,0,0,0),(83,'',1,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(84,'',2,1,1,0,0,0,0,0,0,1,0,1,'',0,0,0,0),(85,'',2,1,1,0,0,0,0,0,0,1,0,1,'simple,configurable,virtual,bundle,downloadable',1,0,0,0),(86,'',0,1,0,0,0,0,0,0,0,1,0,1,'',0,0,0,0),(87,'',0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(88,'',0,0,0,0,0,0,0,0,0,0,0,1,'simple,configurable,virtual,bundle,downloadable',0,0,0,0),(89,'',1,1,0,0,0,0,0,0,0,0,0,0,'simple,virtual',0,0,0,0),(90,'',1,1,0,0,0,0,0,0,0,0,0,0,'simple,virtual',0,0,0,0),(91,'',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(92,'',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(93,'',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(94,'',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(95,'',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(96,'',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(97,'',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(98,'',1,0,0,0,0,0,0,0,0,1,0,1,'',0,0,0,0),(99,'',1,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(100,'',0,0,0,0,0,0,0,0,0,1,0,0,'',0,0,0,0),(101,'',0,0,0,0,0,0,0,0,0,1,0,0,'',0,0,0,0),(102,'',0,0,0,0,0,0,0,0,0,1,0,0,'',0,0,0,0),(103,'',1,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(104,'',1,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(105,'',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(106,'',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(107,'',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(108,'adminhtml/catalog_category_helper_pricestep',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(109,'',1,1,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0),(110,'giftmessage/adminhtml_product_helper_form_config',1,1,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0),(111,'',1,0,0,0,0,0,0,0,0,1,0,0,'bundle',0,0,0,0),(112,'',1,0,0,0,0,0,0,0,0,0,0,0,'bundle',0,0,0,0),(113,'',1,0,0,0,0,0,0,0,0,1,0,0,'bundle',0,0,0,0),(114,'',1,1,0,0,0,0,0,0,0,1,0,0,'bundle',0,0,0,0),(115,'',1,0,0,0,0,0,0,0,0,1,0,0,'bundle',0,0,0,0),(116,'',1,0,0,0,0,0,0,0,0,1,0,0,'downloadable',0,0,0,0),(117,'',0,0,0,0,0,0,0,0,0,0,0,0,'downloadable',0,0,0,0),(118,'',0,0,0,0,0,0,0,0,0,0,0,0,'downloadable',0,0,0,0),(119,'',1,0,0,0,0,0,0,0,0,1,0,0,'downloadable',0,0,0,0),(120,'',0,1,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0),(121,'',1,1,0,0,0,0,0,0,0,1,0,0,'',0,0,0,0); /*!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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_bundle_option` ( `option_id` int(10) unsigned NOT NULL auto_increment, `parent_id` int(10) unsigned NOT NULL, `required` tinyint(1) unsigned NOT NULL default '0', `position` int(10) unsigned NOT NULL default '0', `type` varchar(255) NOT NULL default '', PRIMARY KEY (`option_id`), KEY `FK_CATALOG_PRODUCT_BUNDLE_OPTION_PARENT` (`parent_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Bundle Options'; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_bundle_option_value` ( `value_id` int(10) unsigned NOT NULL auto_increment, `option_id` int(10) unsigned NOT NULL, `store_id` smallint(5) unsigned NOT NULL, `title` varchar(255) NOT NULL default '', PRIMARY KEY (`value_id`), UNIQUE KEY `UNQ_OPTION_STORE` (`option_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Bundle Selections'; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_bundle_price_index` ( `entity_id` int(10) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `customer_group_id` smallint(3) unsigned NOT NULL, `min_price` decimal(12,4) NOT NULL, `max_price` decimal(12,4) NOT NULL, PRIMARY KEY (`entity_id`,`website_id`,`customer_group_id`), KEY `IDX_WEBSITE` (`website_id`), KEY `IDX_CUSTOMER_GROUP` (`customer_group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_bundle_selection` ( `selection_id` int(10) unsigned NOT NULL auto_increment, `option_id` int(10) unsigned NOT NULL, `parent_product_id` int(10) unsigned NOT NULL, `product_id` int(10) unsigned NOT NULL, `position` int(10) unsigned NOT NULL default '0', `is_default` tinyint(1) unsigned NOT NULL default '0', `selection_price_type` tinyint(1) unsigned NOT NULL default '0', `selection_price_value` decimal(12,4) NOT NULL default '0.0000', `selection_qty` decimal(12,4) NOT NULL default '0.0000', `selection_can_change_qty` tinyint(1) NOT NULL default '0', PRIMARY KEY (`selection_id`), KEY `FK_CATALOG_PRODUCT_BUNDLE_SELECTION_OPTION` (`option_id`), KEY `FK_CATALOG_PRODUCT_BUNDLE_SELECTION_PRODUCT` (`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Bundle Selections'; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_bundle_selection_price` ( `selection_id` int(10) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `selection_price_type` tinyint(1) unsigned NOT NULL default '0', `selection_price_value` decimal(12,4) NOT NULL default '0.0000', PRIMARY KEY (`selection_id`,`website_id`), KEY `FK_BUNDLE_PRICE_SELECTION_WEBSITE` (`website_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_bundle_stock_index` ( `entity_id` int(10) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `stock_id` smallint(5) unsigned NOT NULL, `option_id` int(10) unsigned NOT NULL default '0', `stock_status` tinyint(1) default '0', PRIMARY KEY (`entity_id`,`stock_id`,`website_id`,`option_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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_enabled_index` -- DROP TABLE IF EXISTS `catalog_product_enabled_index`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_enabled_index` ( `product_id` int(10) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `visibility` smallint(5) unsigned NOT NULL default '0', UNIQUE KEY `UNQ_PRODUCT_STORE` (`product_id`,`store_id`), KEY `IDX_PRODUCT_VISIBILITY_IN_STORE` (`product_id`,`store_id`,`visibility`), KEY `FK_CATALOG_PRODUCT_ENABLED_INDEX_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_enabled_index` -- LOCK TABLES `catalog_product_enabled_index` WRITE; /*!40000 ALTER TABLE `catalog_product_enabled_index` DISABLE KEYS */; /*!40000 ALTER TABLE `catalog_product_enabled_index` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_entity` -- DROP TABLE IF EXISTS `catalog_product_entity`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_entity` ( `entity_id` int(10) unsigned NOT NULL auto_increment, `entity_type_id` smallint(8) unsigned NOT NULL default '0', `attribute_set_id` smallint(5) unsigned NOT NULL default '0', `type_id` varchar(32) NOT NULL default 'simple', `sku` varchar(64) default NULL, `has_options` smallint(1) NOT NULL default '0', `required_options` tinyint(1) unsigned NOT NULL default '0', `created_at` datetime NOT NULL default '0000-00-00 00:00:00', `updated_at` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`entity_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_ENTITY_TYPE` (`entity_type_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_ATTRIBUTE_SET_ID` (`attribute_set_id`), KEY `sku` (`sku`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Product Entities'; 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 */; /*!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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_entity_datetime` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` smallint(5) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` datetime default NULL, PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`,`store_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_DATETIME_ATTRIBUTE` (`attribute_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_DATETIME_STORE` (`store_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_DATETIME_PRODUCT_ENTITY` (`entity_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_entity_decimal` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` smallint(5) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` decimal(12,4) default NULL, PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`,`store_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_DECIMAL_STORE` (`store_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_DECIMAL_PRODUCT_ENTITY` (`entity_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_DECIMAL_ATTRIBUTE` (`attribute_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 */; /*!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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_entity_gallery` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` smallint(5) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `position` int(11) NOT NULL default '0', `value` varchar(255) NOT NULL default '', PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_BASE` (`entity_type_id`,`entity_id`,`attribute_id`,`store_id`), KEY `FK_ATTRIBUTE_GALLERY_ENTITY` (`entity_id`), KEY `FK_CATALOG_CATEGORY_ENTITY_GALLERY_ATTRIBUTE` (`attribute_id`), KEY `FK_CATALOG_CATEGORY_ENTITY_GALLERY_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_entity_int` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` mediumint(8) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` int(11) default NULL, PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`,`store_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_INT_ATTRIBUTE` (`attribute_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_INT_STORE` (`store_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_INT_PRODUCT_ENTITY` (`entity_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 */; /*!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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_entity_media_gallery` ( `value_id` int(11) unsigned NOT NULL auto_increment, `attribute_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` varchar(255) default NULL, PRIMARY KEY (`value_id`), KEY `FK_CATALOG_PRODUCT_MEDIA_GALLERY_ATTRIBUTE` (`attribute_id`), KEY `FK_CATALOG_PRODUCT_MEDIA_GALLERY_ENTITY` (`entity_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Catalog product media gallery'; 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 */; /*!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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_entity_media_gallery_value` ( `value_id` int(11) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `label` varchar(255) default NULL, `position` int(11) unsigned default NULL, `disabled` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`value_id`,`store_id`), KEY `FK_CATALOG_PRODUCT_MEDIA_GALLERY_VALUE_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Catalog product media gallery values'; 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 */; /*!40000 ALTER TABLE `catalog_product_entity_media_gallery_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_entity_text` -- DROP TABLE IF EXISTS `catalog_product_entity_text`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_entity_text` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` mediumint(8) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` text NOT NULL, PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`,`store_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_TEXT_ATTRIBUTE` (`attribute_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_TEXT_STORE` (`store_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_TEXT_PRODUCT_ENTITY` (`entity_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 */; /*!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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_entity_tier_price` ( `value_id` int(11) NOT NULL auto_increment, `entity_id` int(10) unsigned NOT NULL default '0', `all_groups` tinyint(1) unsigned NOT NULL default '1', `customer_group_id` smallint(5) unsigned NOT NULL default '0', `qty` decimal(12,4) NOT NULL default '1.0000', `value` decimal(12,4) NOT NULL default '0.0000', `website_id` smallint(5) unsigned NOT NULL, PRIMARY KEY (`value_id`), UNIQUE KEY `UNQ_CATALOG_PRODUCT_TIER_PRICE` (`entity_id`,`all_groups`,`customer_group_id`,`qty`,`website_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_TIER_PRICE_PRODUCT_ENTITY` (`entity_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_TIER_PRICE_GROUP` (`customer_group_id`), KEY `FK_CATALOG_PRODUCT_TIER_WEBSITE` (`website_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_entity_varchar` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` mediumint(8) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` varchar(255) NOT NULL default '', PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`,`store_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_VARCHAR_ATTRIBUTE` (`attribute_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_VARCHAR_STORE` (`store_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_VARCHAR_PRODUCT_ENTITY` (`entity_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 */; /*!40000 ALTER TABLE `catalog_product_entity_varchar` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_flat_1` -- DROP TABLE IF EXISTS `catalog_product_flat_1`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_flat_1` ( `entity_id` int(10) unsigned NOT NULL auto_increment, `attribute_set_id` smallint(5) unsigned NOT NULL default '0', `type_id` varchar(32) NOT NULL default 'simple', `cost` decimal(12,4) default NULL, `created_at` datetime NOT NULL default '0000-00-00 00:00:00', `enable_googlecheckout` tinyint(1) default NULL, `gift_message_available` tinyint(1) default NULL, `has_options` smallint(6) NOT NULL default '0', `image_label` varchar(255) default NULL, `is_imported` tinyint(1) default NULL, `is_recurring` tinyint(1) default NULL, `links_exist` int(11) default NULL, `links_purchased_separately` int(11) default NULL, `links_title` varchar(255) default NULL, `name` varchar(255) default NULL, `news_from_date` datetime default NULL, `news_to_date` datetime default NULL, `price` decimal(12,4) default NULL, `price_type` int(11) default NULL, `price_view` int(11) default NULL, `recurring_profile` text, `required_options` tinyint(3) unsigned NOT NULL default '0', `shipment_type` int(11) default NULL, `short_description` text, `sku` varchar(64) default NULL, `sku_type` int(11) default NULL, `small_image` varchar(255) default NULL, `small_image_label` varchar(255) default NULL, `special_from_date` datetime default NULL, `special_price` decimal(12,4) default NULL, `special_to_date` datetime default NULL, `tax_class_id` int(11) default NULL, `thumbnail` varchar(255) default NULL, `thumbnail_label` varchar(255) default NULL, `updated_at` datetime NOT NULL default '0000-00-00 00:00:00', `url_key` varchar(255) default NULL, `url_path` varchar(255) default NULL, `visibility` tinyint(3) unsigned default NULL, `weight` decimal(12,4) default NULL, `weight_type` int(11) default NULL, PRIMARY KEY (`entity_id`), KEY `IDX_TYPE_ID` (`type_id`), KEY `IDX_ATRRIBUTE_SET` (`attribute_set_id`), KEY `IDX_NAME` (`name`), KEY `IDX_PRICE` (`price`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_flat_1` -- LOCK TABLES `catalog_product_flat_1` WRITE; /*!40000 ALTER TABLE `catalog_product_flat_1` DISABLE KEYS */; /*!40000 ALTER TABLE `catalog_product_flat_1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_index_eav` -- DROP TABLE IF EXISTS `catalog_product_index_eav`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_index_eav` ( `entity_id` int(10) unsigned NOT NULL, `attribute_id` smallint(5) unsigned NOT NULL, `store_id` smallint(5) unsigned NOT NULL, `value` int(10) unsigned NOT NULL, PRIMARY KEY (`entity_id`,`attribute_id`,`store_id`,`value`), KEY `IDX_ENTITY` (`entity_id`), KEY `IDX_ATTRIBUTE` (`attribute_id`), KEY `IDX_STORE` (`store_id`), KEY `IDX_VALUE` (`value`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 */; /*!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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_index_eav_decimal` ( `entity_id` int(10) unsigned NOT NULL, `attribute_id` smallint(5) unsigned NOT NULL, `store_id` smallint(5) unsigned NOT NULL, `value` decimal(12,4) NOT NULL, PRIMARY KEY (`entity_id`,`attribute_id`,`store_id`,`value`), KEY `IDX_ENTITY` (`entity_id`), KEY `IDX_ATTRIBUTE` (`attribute_id`), KEY `IDX_STORE` (`store_id`), KEY `IDX_VALUE` (`value`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_index_eav_decimal_idx` ( `entity_id` int(10) unsigned NOT NULL, `attribute_id` smallint(5) unsigned NOT NULL, `store_id` smallint(5) unsigned NOT NULL, `value` decimal(12,4) NOT NULL, PRIMARY KEY (`entity_id`,`attribute_id`,`store_id`,`value`), KEY `IDX_ENTITY` (`entity_id`), KEY `IDX_ATTRIBUTE` (`attribute_id`), KEY `IDX_STORE` (`store_id`), KEY `IDX_VALUE` (`value`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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_tmp` -- DROP TABLE IF EXISTS `catalog_product_index_eav_decimal_tmp`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_index_eav_decimal_tmp` ( `entity_id` int(10) unsigned NOT NULL, `attribute_id` smallint(5) unsigned NOT NULL, `store_id` smallint(5) unsigned NOT NULL, `value` decimal(12,4) NOT NULL, PRIMARY KEY (`entity_id`,`attribute_id`,`store_id`,`value`), KEY `IDX_ENTITY` (`entity_id`), KEY `IDX_ATTRIBUTE` (`attribute_id`), KEY `IDX_STORE` (`store_id`), KEY `IDX_VALUE` (`value`) ) ENGINE=MEMORY DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_index_eav_idx` ( `entity_id` int(10) unsigned NOT NULL, `attribute_id` smallint(5) unsigned NOT NULL, `store_id` smallint(5) unsigned NOT NULL, `value` int(10) unsigned NOT NULL, PRIMARY KEY (`entity_id`,`attribute_id`,`store_id`,`value`), KEY `IDX_ENTITY` (`entity_id`), KEY `IDX_ATTRIBUTE` (`attribute_id`), KEY `IDX_STORE` (`store_id`), KEY `IDX_VALUE` (`value`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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_tmp` -- DROP TABLE IF EXISTS `catalog_product_index_eav_tmp`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_index_eav_tmp` ( `entity_id` int(10) unsigned NOT NULL, `attribute_id` smallint(5) unsigned NOT NULL, `store_id` smallint(5) unsigned NOT NULL, `value` int(10) unsigned NOT NULL, PRIMARY KEY (`entity_id`,`attribute_id`,`store_id`,`value`), KEY `IDX_ENTITY` (`entity_id`), KEY `IDX_ATTRIBUTE` (`attribute_id`), KEY `IDX_STORE` (`store_id`), KEY `IDX_VALUE` (`value`) ) ENGINE=MEMORY DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_index_price` ( `entity_id` int(10) unsigned NOT NULL, `customer_group_id` smallint(5) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `tax_class_id` smallint(5) unsigned default '0', `price` decimal(12,4) default NULL, `final_price` decimal(12,4) default NULL, `min_price` decimal(12,4) default NULL, `max_price` decimal(12,4) default NULL, `tier_price` decimal(12,4) default NULL, PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`), KEY `IDX_CUSTOMER_GROUP` (`customer_group_id`), KEY `IDX_WEBSITE` (`website_id`), KEY `IDX_MIN_PRICE` (`min_price`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 */; /*!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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_index_price_bundle_idx` ( `entity_id` int(10) unsigned NOT NULL, `customer_group_id` smallint(5) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `tax_class_id` smallint(5) unsigned default '0', `price_type` tinyint(1) unsigned NOT NULL, `special_price` decimal(12,4) default NULL, `tier_percent` decimal(12,4) default NULL, `orig_price` decimal(12,4) default NULL, `price` decimal(12,4) default NULL, `min_price` decimal(12,4) default NULL, `max_price` decimal(12,4) default NULL, `tier_price` decimal(12,4) default NULL, `base_tier` decimal(12,4) default NULL, PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_index_price_bundle_opt_idx` ( `entity_id` int(10) unsigned NOT NULL, `customer_group_id` smallint(5) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `option_id` int(10) unsigned NOT NULL default '0', `min_price` decimal(12,4) default NULL, `alt_price` decimal(12,4) default NULL, `max_price` decimal(12,4) default NULL, `tier_price` decimal(12,4) default NULL, `alt_tier_price` decimal(12,4) default NULL, PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`,`option_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_index_price_bundle_opt_tmp` ( `entity_id` int(10) unsigned NOT NULL, `customer_group_id` smallint(5) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `option_id` int(10) unsigned NOT NULL default '0', `min_price` decimal(12,4) default NULL, `alt_price` decimal(12,4) default NULL, `max_price` decimal(12,4) default NULL, `tier_price` decimal(12,4) default NULL, `alt_tier_price` decimal(12,4) default NULL, PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`,`option_id`) ) ENGINE=MEMORY DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_index_price_bundle_sel_idx` ( `entity_id` int(10) unsigned NOT NULL, `customer_group_id` smallint(5) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `option_id` int(10) unsigned NOT NULL default '0', `selection_id` int(10) unsigned NOT NULL default '0', `group_type` tinyint(1) unsigned default '0', `is_required` tinyint(1) unsigned default '0', `price` decimal(12,4) default NULL, `tier_price` decimal(12,4) default NULL, PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`,`option_id`,`selection_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_index_price_bundle_sel_tmp` ( `entity_id` int(10) unsigned NOT NULL, `customer_group_id` smallint(5) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `option_id` int(10) unsigned NOT NULL default '0', `selection_id` int(10) unsigned NOT NULL default '0', `group_type` tinyint(1) unsigned default '0', `is_required` tinyint(1) unsigned default '0', `price` decimal(12,4) default NULL, `tier_price` decimal(12,4) default NULL, PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`,`option_id`,`selection_id`) ) ENGINE=MEMORY DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_index_price_bundle_tmp` ( `entity_id` int(10) unsigned NOT NULL, `customer_group_id` smallint(5) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `tax_class_id` smallint(5) unsigned default '0', `price_type` tinyint(1) unsigned NOT NULL, `special_price` decimal(12,4) default NULL, `tier_percent` decimal(12,4) default NULL, `orig_price` decimal(12,4) default NULL, `price` decimal(12,4) default NULL, `min_price` decimal(12,4) default NULL, `max_price` decimal(12,4) default NULL, `tier_price` decimal(12,4) default NULL, `base_tier` decimal(12,4) default NULL, PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`) ) ENGINE=MEMORY DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_index_price_cfg_opt_agr_idx` ( `parent_id` int(10) unsigned NOT NULL, `child_id` int(10) unsigned NOT NULL, `customer_group_id` smallint(5) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `price` decimal(12,4) default NULL, `tier_price` decimal(12,4) default NULL, PRIMARY KEY (`parent_id`,`child_id`,`customer_group_id`,`website_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_index_price_cfg_opt_agr_tmp` ( `parent_id` int(10) unsigned NOT NULL, `child_id` int(10) unsigned NOT NULL, `customer_group_id` smallint(5) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `price` decimal(12,4) default NULL, `tier_price` decimal(12,4) default NULL, PRIMARY KEY (`parent_id`,`child_id`,`customer_group_id`,`website_id`) ) ENGINE=MEMORY DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_index_price_cfg_opt_idx` ( `entity_id` int(10) unsigned NOT NULL, `customer_group_id` smallint(5) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `min_price` decimal(12,4) default NULL, `max_price` decimal(12,4) default NULL, `tier_price` decimal(12,4) default NULL, PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_index_price_cfg_opt_tmp` ( `entity_id` int(10) unsigned NOT NULL, `customer_group_id` smallint(5) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `min_price` decimal(12,4) default NULL, `max_price` decimal(12,4) default NULL, `tier_price` decimal(12,4) default NULL, PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`) ) ENGINE=MEMORY DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_index_price_downlod_idx` ( `entity_id` int(10) unsigned NOT NULL, `customer_group_id` smallint(5) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `min_price` decimal(12,4) default NULL, `max_price` decimal(12,4) default NULL, PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_index_price_downlod_tmp` ( `entity_id` int(10) unsigned NOT NULL, `customer_group_id` smallint(5) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `min_price` decimal(12,4) default NULL, `max_price` decimal(12,4) default NULL, PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`) ) ENGINE=MEMORY DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_index_price_final_idx` ( `entity_id` int(10) unsigned NOT NULL, `customer_group_id` smallint(5) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `tax_class_id` smallint(5) unsigned default '0', `orig_price` decimal(12,4) default NULL, `price` decimal(12,4) default NULL, `min_price` decimal(12,4) default NULL, `max_price` decimal(12,4) default NULL, `tier_price` decimal(12,4) default NULL, `base_tier` decimal(12,4) default NULL, PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_index_price_final_tmp` ( `entity_id` int(10) unsigned NOT NULL, `customer_group_id` smallint(5) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `tax_class_id` smallint(5) unsigned default '0', `orig_price` decimal(12,4) default NULL, `price` decimal(12,4) default NULL, `min_price` decimal(12,4) default NULL, `max_price` decimal(12,4) default NULL, `tier_price` decimal(12,4) default NULL, `base_tier` decimal(12,4) default NULL, PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`) ) ENGINE=MEMORY DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_index_price_idx` ( `entity_id` int(10) unsigned NOT NULL, `customer_group_id` smallint(5) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `tax_class_id` smallint(5) unsigned default '0', `price` decimal(12,4) default NULL, `final_price` decimal(12,4) default NULL, `min_price` decimal(12,4) default NULL, `max_price` decimal(12,4) default NULL, `tier_price` decimal(12,4) default NULL, PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`), KEY `IDX_CUSTOMER_GROUP` (`customer_group_id`), KEY `IDX_WEBSITE` (`website_id`), KEY `IDX_MIN_PRICE` (`min_price`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_index_price_opt_agr_idx` ( `entity_id` int(10) unsigned NOT NULL, `customer_group_id` smallint(5) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `option_id` int(10) unsigned NOT NULL default '0', `min_price` decimal(12,4) default NULL, `max_price` decimal(12,4) default NULL, `tier_price` decimal(12,4) default NULL, PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`,`option_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_index_price_opt_agr_tmp` ( `entity_id` int(10) unsigned NOT NULL, `customer_group_id` smallint(5) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `option_id` int(10) unsigned NOT NULL default '0', `min_price` decimal(12,4) default NULL, `max_price` decimal(12,4) default NULL, `tier_price` decimal(12,4) default NULL, PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`,`option_id`) ) ENGINE=MEMORY DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_index_price_opt_idx` ( `entity_id` int(10) unsigned NOT NULL, `customer_group_id` smallint(5) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `min_price` decimal(12,4) default NULL, `max_price` decimal(12,4) default NULL, `tier_price` decimal(12,4) default NULL, PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_index_price_opt_tmp` ( `entity_id` int(10) unsigned NOT NULL, `customer_group_id` smallint(5) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `min_price` decimal(12,4) default NULL, `max_price` decimal(12,4) default NULL, `tier_price` decimal(12,4) default NULL, PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`) ) ENGINE=MEMORY DEFAULT CHARSET=utf8; 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_tmp` -- DROP TABLE IF EXISTS `catalog_product_index_price_tmp`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_index_price_tmp` ( `entity_id` int(10) unsigned NOT NULL, `customer_group_id` smallint(5) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `tax_class_id` smallint(5) unsigned default '0', `price` decimal(12,4) default NULL, `final_price` decimal(12,4) default NULL, `min_price` decimal(12,4) default NULL, `max_price` decimal(12,4) default NULL, `tier_price` decimal(12,4) default NULL, PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`), KEY `IDX_CUSTOMER_GROUP` (`customer_group_id`), KEY `IDX_WEBSITE` (`website_id`), KEY `IDX_MIN_PRICE` (`min_price`) ) ENGINE=MEMORY DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_index_tier_price` ( `entity_id` int(10) unsigned NOT NULL, `customer_group_id` smallint(5) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `min_price` decimal(12,4) default NULL, PRIMARY KEY (`entity_id`,`customer_group_id`,`website_id`), KEY `FK_CATALOG_PRODUCT_INDEX_TIER_PRICE_CUSTOMER` (`customer_group_id`), KEY `FK_CATALOG_PRODUCT_INDEX_TIER_PRICE_WEBSITE` (`website_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_index_website` ( `website_id` smallint(5) unsigned NOT NULL, `date` date default NULL, `rate` float(12,4) unsigned default '1.0000', PRIMARY KEY (`website_id`), KEY `IDX_DATE` (`date`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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,'2012-05-31',1.0000); /*!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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_link` ( `link_id` int(11) unsigned NOT NULL auto_increment, `product_id` int(10) unsigned NOT NULL default '0', `linked_product_id` int(10) unsigned NOT NULL default '0', `link_type_id` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`link_id`), UNIQUE KEY `IDX_UNIQUE` (`link_type_id`,`product_id`,`linked_product_id`), KEY `FK_LINK_PRODUCT` (`product_id`), KEY `FK_LINKED_PRODUCT` (`linked_product_id`), KEY `FK_PRODUCT_LINK_TYPE` (`link_type_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Related products'; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_link_attribute` ( `product_link_attribute_id` smallint(6) unsigned NOT NULL auto_increment, `link_type_id` tinyint(3) unsigned NOT NULL default '0', `product_link_attribute_code` varchar(32) NOT NULL default '', `data_type` varchar(32) NOT NULL default '', PRIMARY KEY (`product_link_attribute_id`), KEY `FK_ATTRIBUTE_PRODUCT_LINK_TYPE` (`link_type_id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COMMENT='Attributes for product link'; 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,2,'qty','decimal'),(2,1,'position','int'),(3,4,'position','int'),(4,5,'position','int'),(6,1,'qty','decimal'),(7,3,'position','int'),(8,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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_link_attribute_decimal` ( `value_id` int(11) unsigned NOT NULL auto_increment, `product_link_attribute_id` smallint(6) unsigned default NULL, `link_id` int(11) unsigned default NULL, `value` decimal(12,4) NOT NULL default '0.0000', PRIMARY KEY (`value_id`), KEY `FK_DECIMAL_PRODUCT_LINK_ATTRIBUTE` (`product_link_attribute_id`), KEY `FK_DECIMAL_LINK` (`link_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Decimal attributes values'; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_link_attribute_int` ( `value_id` int(11) unsigned NOT NULL auto_increment, `product_link_attribute_id` smallint(6) unsigned default NULL, `link_id` int(11) unsigned default NULL, `value` int(11) NOT NULL default '0', PRIMARY KEY (`value_id`), UNIQUE KEY `UNQ_product_link_attribute_id_link_id` (`product_link_attribute_id`,`link_id`), KEY `FK_INT_PRODUCT_LINK_ATTRIBUTE` (`product_link_attribute_id`), KEY `FK_INT_PRODUCT_LINK` (`link_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_link_attribute_varchar` ( `value_id` int(11) unsigned NOT NULL auto_increment, `product_link_attribute_id` smallint(6) unsigned NOT NULL default '0', `link_id` int(11) unsigned default NULL, `value` varchar(255) NOT NULL default '', PRIMARY KEY (`value_id`), KEY `FK_VARCHAR_PRODUCT_LINK_ATTRIBUTE` (`product_link_attribute_id`), KEY `FK_VARCHAR_LINK` (`link_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Varchar attributes values'; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_link_type` ( `link_type_id` tinyint(3) unsigned NOT NULL auto_increment, `code` varchar(32) NOT NULL default '', PRIMARY KEY (`link_type_id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COMMENT='Types of product link(Related, superproduct, bundles)'; 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'),(2,'bundle'),(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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_option` ( `option_id` int(10) unsigned NOT NULL auto_increment, `product_id` int(10) unsigned NOT NULL default '0', `type` varchar(50) NOT NULL default '', `is_require` tinyint(1) NOT NULL default '1', `sku` varchar(64) NOT NULL default '', `max_characters` int(10) unsigned default NULL, `file_extension` varchar(50) default NULL, `image_size_x` smallint(5) unsigned NOT NULL, `image_size_y` smallint(5) unsigned NOT NULL, `sort_order` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`option_id`), KEY `CATALOG_PRODUCT_OPTION_PRODUCT` (`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_option_price` ( `option_price_id` int(10) unsigned NOT NULL auto_increment, `option_id` int(10) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `price` decimal(12,4) NOT NULL default '0.0000', `price_type` enum('fixed','percent') NOT NULL default 'fixed', PRIMARY KEY (`option_price_id`), UNIQUE KEY `UNQ_OPTION_STORE` (`option_id`,`store_id`), KEY `CATALOG_PRODUCT_OPTION_PRICE_OPTION` (`option_id`), KEY `CATALOG_PRODUCT_OPTION_TITLE_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_option_title` ( `option_title_id` int(10) unsigned NOT NULL auto_increment, `option_id` int(10) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `title` varchar(255) NOT NULL default '', PRIMARY KEY (`option_title_id`), UNIQUE KEY `UNQ_OPTION_STORE` (`option_id`,`store_id`), KEY `CATALOG_PRODUCT_OPTION_TITLE_OPTION` (`option_id`), KEY `CATALOG_PRODUCT_OPTION_TITLE_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_option_type_price` ( `option_type_price_id` int(10) unsigned NOT NULL auto_increment, `option_type_id` int(10) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `price` decimal(12,4) NOT NULL default '0.0000', `price_type` enum('fixed','percent') NOT NULL default 'fixed', PRIMARY KEY (`option_type_price_id`), UNIQUE KEY `UNQ_OPTION_TYPE_STORE` (`option_type_id`,`store_id`), KEY `CATALOG_PRODUCT_OPTION_TYPE_PRICE_OPTION_TYPE` (`option_type_id`), KEY `CATALOG_PRODUCT_OPTION_TYPE_PRICE_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_option_type_title` ( `option_type_title_id` int(10) unsigned NOT NULL auto_increment, `option_type_id` int(10) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `title` varchar(255) NOT NULL default '', PRIMARY KEY (`option_type_title_id`), UNIQUE KEY `UNQ_OPTION_TYPE_STORE` (`option_type_id`,`store_id`), KEY `CATALOG_PRODUCT_OPTION_TYPE_TITLE_OPTION` (`option_type_id`), KEY `CATALOG_PRODUCT_OPTION_TYPE_TITLE_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_option_type_value` ( `option_type_id` int(10) unsigned NOT NULL auto_increment, `option_id` int(10) unsigned NOT NULL default '0', `sku` varchar(64) NOT NULL default '', `sort_order` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`option_type_id`), KEY `CATALOG_PRODUCT_OPTION_TYPE_VALUE_OPTION` (`option_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_relation` ( `parent_id` int(10) unsigned NOT NULL, `child_id` int(10) unsigned NOT NULL, PRIMARY KEY (`parent_id`,`child_id`), KEY `IDX_CHILD` (`child_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED; 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 */; /*!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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_super_attribute` ( `product_super_attribute_id` int(10) unsigned NOT NULL auto_increment, `product_id` int(10) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `position` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`product_super_attribute_id`), UNIQUE KEY `UNQ_product_id_attribute_id` (`product_id`,`attribute_id`), KEY `FK_SUPER_PRODUCT_ATTRIBUTE_PRODUCT` (`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 */; /*!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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_super_attribute_label` ( `value_id` int(10) unsigned NOT NULL auto_increment, `product_super_attribute_id` int(10) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `use_default` tinyint(1) unsigned default '0', `value` varchar(255) NOT NULL default '', PRIMARY KEY (`value_id`), UNIQUE KEY `UNQ_ATTRIBUTE_STORE` (`product_super_attribute_id`,`store_id`), KEY `FK_SUPER_PRODUCT_ATTRIBUTE_LABEL` (`product_super_attribute_id`), KEY `FK_CATALOG_PRODUCT_SUPER_ATTRIBUTE_LABEL_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; 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 */; /*!40000 ALTER TABLE `catalog_product_super_attribute_label` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_super_attribute_pricing` -- DROP TABLE IF EXISTS `catalog_product_super_attribute_pricing`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_super_attribute_pricing` ( `value_id` int(10) unsigned NOT NULL auto_increment, `product_super_attribute_id` int(10) unsigned NOT NULL default '0', `value_index` varchar(255) NOT NULL default '', `is_percent` tinyint(1) unsigned default '0', `pricing_value` decimal(12,4) default NULL, `website_id` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`value_id`), UNIQUE KEY `UNQ_product_super_attribute_id_value_index_website_id` (`product_super_attribute_id`,`value_index`,`website_id`), KEY `FK_SUPER_PRODUCT_ATTRIBUTE_PRICING` (`product_super_attribute_id`), KEY `FK_CATALOG_PRODUCT_SUPER_PRICE_WEBSITE` (`website_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalog_product_super_attribute_pricing` -- LOCK TABLES `catalog_product_super_attribute_pricing` WRITE; /*!40000 ALTER TABLE `catalog_product_super_attribute_pricing` DISABLE KEYS */; /*!40000 ALTER TABLE `catalog_product_super_attribute_pricing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalog_product_super_link` -- DROP TABLE IF EXISTS `catalog_product_super_link`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_super_link` ( `link_id` int(10) unsigned NOT NULL auto_increment, `product_id` int(10) unsigned NOT NULL default '0', `parent_id` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`link_id`), UNIQUE KEY `UNQ_product_id_parent_id` (`product_id`,`parent_id`), KEY `FK_SUPER_PRODUCT_LINK_PARENT` (`parent_id`), KEY `FK_catalog_product_super_link` (`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 */; /*!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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalog_product_website` ( `product_id` int(10) unsigned NOT NULL auto_increment, `website_id` smallint(5) unsigned NOT NULL, PRIMARY KEY (`product_id`,`website_id`), KEY `FK_CATALOG_PRODUCT_WEBSITE_WEBSITE` (`website_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED; 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 */; /*!40000 ALTER TABLE `catalog_product_website` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalogindex_aggregation` -- DROP TABLE IF EXISTS `catalogindex_aggregation`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalogindex_aggregation` ( `aggregation_id` int(10) unsigned NOT NULL auto_increment, `store_id` smallint(5) unsigned NOT NULL, `created_at` datetime NOT NULL, `key` varchar(255) default NULL, `data` mediumtext, PRIMARY KEY (`aggregation_id`), UNIQUE KEY `IDX_STORE_KEY` (`store_id`,`key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalogindex_aggregation` -- LOCK TABLES `catalogindex_aggregation` WRITE; /*!40000 ALTER TABLE `catalogindex_aggregation` DISABLE KEYS */; /*!40000 ALTER TABLE `catalogindex_aggregation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalogindex_aggregation_tag` -- DROP TABLE IF EXISTS `catalogindex_aggregation_tag`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalogindex_aggregation_tag` ( `tag_id` int(10) unsigned NOT NULL auto_increment, `tag_code` varchar(255) NOT NULL, PRIMARY KEY (`tag_id`), UNIQUE KEY `IDX_CODE` (`tag_code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalogindex_aggregation_tag` -- LOCK TABLES `catalogindex_aggregation_tag` WRITE; /*!40000 ALTER TABLE `catalogindex_aggregation_tag` DISABLE KEYS */; /*!40000 ALTER TABLE `catalogindex_aggregation_tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalogindex_aggregation_to_tag` -- DROP TABLE IF EXISTS `catalogindex_aggregation_to_tag`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalogindex_aggregation_to_tag` ( `aggregation_id` int(10) unsigned NOT NULL, `tag_id` int(10) unsigned NOT NULL, UNIQUE KEY `IDX_AGGREGATION_TAG` (`aggregation_id`,`tag_id`), KEY `FK_CATALOGINDEX_AGGREGATION_TO_TAG_TAG` (`tag_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalogindex_aggregation_to_tag` -- LOCK TABLES `catalogindex_aggregation_to_tag` WRITE; /*!40000 ALTER TABLE `catalogindex_aggregation_to_tag` DISABLE KEYS */; /*!40000 ALTER TABLE `catalogindex_aggregation_to_tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalogindex_eav` -- DROP TABLE IF EXISTS `catalogindex_eav`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalogindex_eav` ( `store_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `value` int(11) NOT NULL default '0', PRIMARY KEY (`store_id`,`entity_id`,`attribute_id`,`value`), KEY `IDX_VALUE` (`value`), KEY `FK_CATALOGINDEX_EAV_ENTITY` (`entity_id`), KEY `FK_CATALOGINDEX_EAV_ATTRIBUTE` (`attribute_id`), KEY `FK_CATALOGINDEX_EAV_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalogindex_eav` -- LOCK TABLES `catalogindex_eav` WRITE; /*!40000 ALTER TABLE `catalogindex_eav` DISABLE KEYS */; /*!40000 ALTER TABLE `catalogindex_eav` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalogindex_minimal_price` -- DROP TABLE IF EXISTS `catalogindex_minimal_price`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalogindex_minimal_price` ( `index_id` int(10) unsigned NOT NULL auto_increment, `entity_id` int(10) unsigned NOT NULL default '0', `customer_group_id` smallint(3) unsigned NOT NULL default '0', `qty` decimal(12,4) unsigned NOT NULL default '0.0000', `value` decimal(12,4) NOT NULL default '0.0000', `tax_class_id` smallint(6) NOT NULL default '0', `website_id` smallint(5) unsigned default NULL, PRIMARY KEY (`index_id`), KEY `IDX_VALUE` (`value`), KEY `IDX_QTY` (`qty`), KEY `FK_CATALOGINDEX_MINIMAL_PRICE_CUSTOMER_GROUP` (`customer_group_id`), KEY `FK_CI_MINIMAL_PRICE_WEBSITE_ID` (`website_id`), KEY `IDX_FULL` (`entity_id`,`qty`,`customer_group_id`,`value`,`website_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalogindex_minimal_price` -- LOCK TABLES `catalogindex_minimal_price` WRITE; /*!40000 ALTER TABLE `catalogindex_minimal_price` DISABLE KEYS */; /*!40000 ALTER TABLE `catalogindex_minimal_price` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalogindex_price` -- DROP TABLE IF EXISTS `catalogindex_price`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalogindex_price` ( `entity_id` int(10) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `customer_group_id` smallint(3) unsigned NOT NULL default '0', `qty` decimal(12,4) unsigned NOT NULL default '0.0000', `value` decimal(12,4) NOT NULL default '0.0000', `tax_class_id` smallint(6) NOT NULL default '0', `website_id` smallint(5) unsigned default NULL, KEY `IDX_VALUE` (`value`), KEY `IDX_QTY` (`qty`), KEY `FK_CATALOGINDEX_PRICE_ENTITY` (`entity_id`), KEY `FK_CATALOGINDEX_PRICE_ATTRIBUTE` (`attribute_id`), KEY `FK_CATALOGINDEX_PRICE_CUSTOMER_GROUP` (`customer_group_id`), KEY `IDX_RANGE_VALUE` (`entity_id`,`attribute_id`,`customer_group_id`,`value`), KEY `FK_CI_PRICE_WEBSITE_ID` (`website_id`), KEY `IDX_FULL` (`entity_id`,`attribute_id`,`customer_group_id`,`value`,`website_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalogindex_price` -- LOCK TABLES `catalogindex_price` WRITE; /*!40000 ALTER TABLE `catalogindex_price` DISABLE KEYS */; /*!40000 ALTER TABLE `catalogindex_price` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cataloginventory_stock` -- DROP TABLE IF EXISTS `cataloginventory_stock`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cataloginventory_stock` ( `stock_id` smallint(4) unsigned NOT NULL auto_increment, `stock_name` varchar(255) NOT NULL default '', PRIMARY KEY (`stock_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Catalog inventory Stocks list'; 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,'Default'); /*!40000 ALTER TABLE `cataloginventory_stock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cataloginventory_stock_item` -- DROP TABLE IF EXISTS `cataloginventory_stock_item`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cataloginventory_stock_item` ( `item_id` int(10) unsigned NOT NULL auto_increment, `product_id` int(10) unsigned NOT NULL default '0', `stock_id` smallint(4) unsigned NOT NULL default '0', `qty` decimal(12,4) NOT NULL default '0.0000', `min_qty` decimal(12,4) NOT NULL default '0.0000', `use_config_min_qty` tinyint(1) unsigned NOT NULL default '1', `is_qty_decimal` tinyint(1) unsigned NOT NULL default '0', `backorders` tinyint(3) unsigned NOT NULL default '0', `use_config_backorders` tinyint(1) unsigned NOT NULL default '1', `min_sale_qty` decimal(12,4) NOT NULL default '1.0000', `use_config_min_sale_qty` tinyint(1) unsigned NOT NULL default '1', `max_sale_qty` decimal(12,4) NOT NULL default '0.0000', `use_config_max_sale_qty` tinyint(1) unsigned NOT NULL default '1', `is_in_stock` tinyint(1) unsigned NOT NULL default '0', `low_stock_date` datetime default NULL, `notify_stock_qty` decimal(12,4) default NULL, `use_config_notify_stock_qty` tinyint(1) unsigned NOT NULL default '1', `manage_stock` tinyint(1) unsigned NOT NULL default '0', `use_config_manage_stock` tinyint(1) unsigned NOT NULL default '1', `stock_status_changed_automatically` tinyint(1) unsigned NOT NULL default '0', `use_config_qty_increments` tinyint(1) unsigned NOT NULL default '1', `qty_increments` decimal(12,4) NOT NULL default '0.0000', `use_config_enable_qty_increments` tinyint(1) unsigned NOT NULL default '1', `enable_qty_increments` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`item_id`), UNIQUE KEY `IDX_STOCK_PRODUCT` (`product_id`,`stock_id`), KEY `FK_CATALOGINVENTORY_STOCK_ITEM_PRODUCT` (`product_id`), KEY `FK_CATALOGINVENTORY_STOCK_ITEM_STOCK` (`stock_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Inventory Stock Item Data'; 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 */; /*!40000 ALTER TABLE `cataloginventory_stock_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cataloginventory_stock_status` -- DROP TABLE IF EXISTS `cataloginventory_stock_status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cataloginventory_stock_status` ( `product_id` int(10) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `stock_id` smallint(4) unsigned NOT NULL, `qty` decimal(12,4) NOT NULL default '0.0000', `stock_status` tinyint(3) unsigned NOT NULL, PRIMARY KEY (`product_id`,`website_id`,`stock_id`), KEY `FK_CATALOGINVENTORY_STOCK_STATUS_STOCK` (`stock_id`), KEY `FK_CATALOGINVENTORY_STOCK_STATUS_WEBSITE` (`website_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 */; /*!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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cataloginventory_stock_status_idx` ( `product_id` int(10) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `stock_id` smallint(4) unsigned NOT NULL, `qty` decimal(12,4) NOT NULL default '0.0000', `stock_status` tinyint(3) unsigned NOT NULL, PRIMARY KEY (`product_id`,`website_id`,`stock_id`), KEY `FK_CATALOGINVENTORY_STOCK_STATUS_STOCK` (`stock_id`), KEY `FK_CATALOGINVENTORY_STOCK_STATUS_WEBSITE` (`website_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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_tmp` -- DROP TABLE IF EXISTS `cataloginventory_stock_status_tmp`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cataloginventory_stock_status_tmp` ( `product_id` int(10) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `stock_id` smallint(4) unsigned NOT NULL, `qty` decimal(12,4) NOT NULL default '0.0000', `stock_status` tinyint(3) unsigned NOT NULL, PRIMARY KEY (`product_id`,`website_id`,`stock_id`), KEY `FK_CATALOGINVENTORY_STOCK_STATUS_STOCK` (`stock_id`), KEY `FK_CATALOGINVENTORY_STOCK_STATUS_WEBSITE` (`website_id`) ) ENGINE=MEMORY DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalogrule` ( `rule_id` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `description` text NOT NULL, `from_date` date default NULL, `to_date` date default NULL, `customer_group_ids` text, `is_active` tinyint(1) NOT NULL default '0', `conditions_serialized` mediumtext NOT NULL, `actions_serialized` mediumtext NOT NULL, `stop_rules_processing` tinyint(1) NOT NULL default '1', `sort_order` int(10) unsigned NOT NULL default '0', `simple_action` varchar(32) NOT NULL, `discount_amount` decimal(12,4) NOT NULL, `website_ids` text, PRIMARY KEY (`rule_id`), KEY `sort_order` (`is_active`,`sort_order`,`to_date`,`from_date`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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_affected_product` -- DROP TABLE IF EXISTS `catalogrule_affected_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalogrule_affected_product` ( `product_id` int(10) unsigned NOT NULL, PRIMARY KEY (`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalogrule_affected_product` -- LOCK TABLES `catalogrule_affected_product` WRITE; /*!40000 ALTER TABLE `catalogrule_affected_product` DISABLE KEYS */; /*!40000 ALTER TABLE `catalogrule_affected_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalogrule_group_website` -- DROP TABLE IF EXISTS `catalogrule_group_website`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalogrule_group_website` ( `rule_id` int(10) unsigned NOT NULL default '0', `customer_group_id` smallint(5) unsigned NOT NULL default '0', `website_id` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`rule_id`,`customer_group_id`,`website_id`), KEY `rule_id` (`rule_id`), KEY `customer_group_id` (`customer_group_id`), KEY `website_id` (`website_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin; 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_product` -- DROP TABLE IF EXISTS `catalogrule_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalogrule_product` ( `rule_product_id` int(10) unsigned NOT NULL auto_increment, `rule_id` int(10) unsigned NOT NULL default '0', `from_time` int(10) unsigned NOT NULL default '0', `to_time` int(10) unsigned NOT NULL default '0', `customer_group_id` smallint(5) unsigned NOT NULL default '0', `product_id` int(10) unsigned NOT NULL default '0', `action_operator` enum('to_fixed','to_percent','by_fixed','by_percent') NOT NULL default 'to_fixed', `action_amount` decimal(12,4) NOT NULL default '0.0000', `action_stop` tinyint(1) NOT NULL default '0', `sort_order` int(10) unsigned NOT NULL default '0', `website_id` smallint(5) unsigned NOT NULL, PRIMARY KEY (`rule_product_id`), UNIQUE KEY `sort_order` (`rule_id`,`from_time`,`to_time`,`website_id`,`customer_group_id`,`product_id`,`sort_order`), KEY `FK_catalogrule_product_rule` (`rule_id`), KEY `FK_catalogrule_product_customergroup` (`customer_group_id`), KEY `FK_catalogrule_product_website` (`website_id`), KEY `IDX_FROM_TIME` (`from_time`), KEY `IDX_TO_TIME` (`to_time`), KEY `FK_CATALOGRULE_PRODUCT_PRODUCT` (`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalogrule_product_price` ( `rule_product_price_id` int(10) unsigned NOT NULL auto_increment, `rule_date` date NOT NULL default '0000-00-00', `customer_group_id` smallint(5) unsigned NOT NULL default '0', `product_id` int(10) unsigned NOT NULL default '0', `rule_price` decimal(12,4) NOT NULL default '0.0000', `website_id` smallint(5) unsigned NOT NULL, `latest_start_date` date default NULL, `earliest_end_date` date default NULL, PRIMARY KEY (`rule_product_price_id`), UNIQUE KEY `rule_date` (`rule_date`,`website_id`,`customer_group_id`,`product_id`), KEY `FK_catalogrule_product_price_customergroup` (`customer_group_id`), KEY `FK_catalogrule_product_price_website` (`website_id`), KEY `FK_CATALOGRULE_PRODUCT_PRICE_PRODUCT` (`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 `catalogsearch_fulltext` -- DROP TABLE IF EXISTS `catalogsearch_fulltext`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalogsearch_fulltext` ( `product_id` int(10) unsigned NOT NULL, `store_id` smallint(5) unsigned NOT NULL, `data_index` longtext NOT NULL, PRIMARY KEY (`product_id`,`store_id`), FULLTEXT KEY `data_index` (`data_index`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalogsearch_fulltext` -- LOCK TABLES `catalogsearch_fulltext` WRITE; /*!40000 ALTER TABLE `catalogsearch_fulltext` DISABLE KEYS */; /*!40000 ALTER TABLE `catalogsearch_fulltext` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalogsearch_query` -- DROP TABLE IF EXISTS `catalogsearch_query`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalogsearch_query` ( `query_id` int(10) unsigned NOT NULL auto_increment, `query_text` varchar(255) NOT NULL default '', `num_results` int(10) unsigned NOT NULL default '0', `popularity` int(10) unsigned NOT NULL default '0', `redirect` varchar(255) NOT NULL default '', `synonym_for` varchar(255) NOT NULL, `store_id` smallint(5) unsigned NOT NULL, `display_in_terms` tinyint(1) NOT NULL default '1', `is_active` tinyint(1) default '1', `is_processed` tinyint(1) default '0', `updated_at` datetime NOT NULL, PRIMARY KEY (`query_id`), KEY `FK_CATALOGSEARCH_QUERY_STORE` (`store_id`), KEY `IDX_SEARCH_QUERY` (`query_text`,`store_id`,`popularity`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalogsearch_query` -- LOCK TABLES `catalogsearch_query` WRITE; /*!40000 ALTER TABLE `catalogsearch_query` DISABLE KEYS */; /*!40000 ALTER TABLE `catalogsearch_query` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `catalogsearch_result` -- DROP TABLE IF EXISTS `catalogsearch_result`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `catalogsearch_result` ( `query_id` int(10) unsigned NOT NULL, `product_id` int(10) unsigned NOT NULL, `relevance` decimal(6,4) NOT NULL default '0.0000', PRIMARY KEY (`query_id`,`product_id`), KEY `IDX_QUERY` (`query_id`), KEY `IDX_PRODUCT` (`product_id`), KEY `IDX_RELEVANCE` (`query_id`,`relevance`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `catalogsearch_result` -- LOCK TABLES `catalogsearch_result` WRITE; /*!40000 ALTER TABLE `catalogsearch_result` DISABLE KEYS */; /*!40000 ALTER TABLE `catalogsearch_result` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `checkout_agreement` -- DROP TABLE IF EXISTS `checkout_agreement`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `checkout_agreement` ( `agreement_id` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `content` text NOT NULL, `content_height` varchar(25) default NULL, `checkbox_text` text NOT NULL, `is_active` tinyint(4) NOT NULL default '0', `is_html` tinyint(4) NOT NULL default '0', PRIMARY KEY (`agreement_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `checkout_agreement_store` ( `agreement_id` int(10) unsigned NOT NULL, `store_id` smallint(5) unsigned NOT NULL, UNIQUE KEY `agreement_id` (`agreement_id`,`store_id`), KEY `FK_CHECKOUT_AGREEMENT_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cms_block` ( `block_id` smallint(6) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `identifier` varchar(255) NOT NULL default '', `content` mediumtext, `creation_time` datetime default NULL, `update_time` datetime default NULL, `is_active` tinyint(1) NOT NULL default '1', PRIMARY KEY (`block_id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COMMENT='CMS Blocks'; 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 (5,'Footer Links','footer_links','<ul>\r\n<li><a href=\"{{store direct_url=\"about-magento-demo-store\"}}\">About Us</a></li>\r\n<li class=\"last\"><a href=\"{{store direct_url=\"customer-service\"}}\">Customer Service</a></li>\r\n</ul>','2011-08-06 13:58:37','2011-08-06 13:58:37',1); /*!40000 ALTER TABLE `cms_block` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cms_block_store` -- DROP TABLE IF EXISTS `cms_block_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cms_block_store` ( `block_id` smallint(6) NOT NULL, `store_id` smallint(5) unsigned NOT NULL, PRIMARY KEY (`block_id`,`store_id`), KEY `FK_CMS_BLOCK_STORE_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='CMS Blocks to Stores'; 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 (5,0); /*!40000 ALTER TABLE `cms_block_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cms_page` -- DROP TABLE IF EXISTS `cms_page`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cms_page` ( `page_id` smallint(6) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `root_template` varchar(255) NOT NULL default '', `meta_keywords` text NOT NULL, `meta_description` text NOT NULL, `identifier` varchar(100) NOT NULL default '', `content_heading` varchar(255) NOT NULL default '', `content` mediumtext, `creation_time` datetime default NULL, `update_time` datetime default NULL, `is_active` tinyint(1) NOT NULL default '1', `sort_order` tinyint(4) NOT NULL default '0', `layout_update_xml` text, `custom_theme` varchar(100) default NULL, `custom_root_template` varchar(255) NOT NULL default '', `custom_layout_update_xml` text, `custom_theme_from` date default NULL, `custom_theme_to` date default NULL, PRIMARY KEY (`page_id`), KEY `identifier` (`identifier`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COMMENT='CMS pages'; 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 1','two_columns_right','Page keywords','Page description','no-route','','<div class=\"page-title\"><h1>Whoops, our bad...</h1></div>\r\n<dl>\r\n<dt>The page you requested was not found, and we have a fine guess why.</dt>\r\n<dd>\r\n<ul class=\"disc\">\r\n<li>If you typed the URL directly, please make sure the spelling is correct.</li>\r\n<li>If you clicked on a link to get here, the link is outdated.</li>\r\n</ul></dd>\r\n</dl>\r\n<dl>\r\n<dt>What can you do?</dt>\r\n<dd>Have no fear, help is near! There are many ways you can get back on track with Magento Store.</dd>\r\n<dd>\r\n<ul class=\"disc\">\r\n<li><a href=\"#\" onclick=\"history.back(); return false;\">Go back</a> to the previous page.</li>\r\n<li>Use the search bar at the top of the page to search for your products.</li>\r\n<li>Follow these links to get you back on track!<br /><a href=\"{{store url=\"\"}}\">Store Home</a> <span class=\"separator\">|</span> <a href=\"{{store url=\"customer/account\"}}\">My Account</a></li></ul></dd></dl>\r\n','2007-06-20 18:38:32','2007-08-26 19:11:13',1,0,NULL,NULL,'',NULL,NULL,NULL),(2,'Home page','two_columns_right','','','home','','<div class=\"page-title\"><h2>Home Page</h2></div>\r\n','2007-08-23 10:03:25','2007-09-06 13:26:53',1,0,'<!--<reference name=\"content\">\n<block type=\"catalog/product_new\" name=\"home.catalog.product.new\" alias=\"product_new\" template=\"catalog/product/new.phtml\" after=\"cms_page\"><action method=\"addPriceBlockType\"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action></block>\n<block type=\"reports/product_viewed\" name=\"home.reports.product.viewed\" alias=\"product_viewed\" template=\"reports/home_product_viewed.phtml\" after=\"product_new\"><action method=\"addPriceBlockType\"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action></block>\n<block type=\"reports/product_compared\" name=\"home.reports.product.compared\" template=\"reports/home_product_compared.phtml\" after=\"product_viewed\"><action method=\"addPriceBlockType\"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action></block>\n</reference><reference name=\"right\">\n<action method=\"unsetChild\"><alias>right.reports.product.viewed</alias></action>\n<action method=\"unsetChild\"><alias>right.reports.product.compared</alias></action>\n</reference>-->',NULL,'',NULL,NULL,NULL),(3,'About Us','one_column','','','about-magento-demo-store','','<div class=\"page-title\">\r\n<h1>About Magento Store</h1>\r\n</div>\r\n<div class=\"col3-set\">\r\n<div class=\"col-1\"><p><a href=\"http://www.varien.com/\"><img src=\"{{skin url=\'images/media/about_us_img.jpg\'}}\" title=\"Varien\" alt=\"Varien\" /></a></p><p style=\"line-height:1.2em;\"><small>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.</small></p>\r\n<p style=\"color:#888; font:1.2em/1.4em georgia, serif;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede. Cras vel libero id lectus rhoncus porta.</p></div>\r\n<div class=\"col-2\">\r\n<p><strong style=\"color:#de036f;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.</strong></p>\r\n<p>Vivamus tortor nisl, lobortis in, faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa. Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec, justo. </p>\r\n<p>Maecenas ullamcorper, odio vel tempus egestas, dui orci faucibus orci, sit amet aliquet lectus dolor et quam. Pellentesque consequat luctus purus. Nunc et risus. Etiam a nibh. Phasellus dignissim metus eget nisi. Vestibulum sapien dolor, aliquet nec, porta ac, malesuada a, libero. Praesent feugiat purus eget est. Nulla facilisi. Vestibulum tincidunt sapien eu velit. Mauris purus. Maecenas eget mauris eu orci accumsan feugiat. Pellentesque eget velit. Nunc tincidunt.</p></div>\r\n<div class=\"col-3\">\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede. Cras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in, faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper </p>\r\n<p><strong style=\"color:#de036f;\">Maecenas ullamcorper, odio vel tempus egestas, dui orci faucibus orci, sit amet aliquet lectus dolor et quam. Pellentesque consequat luctus purus.</strong></p>\r\n<p>Nunc et risus. Etiam a nibh. Phasellus dignissim metus eget nisi.</p>\r\n<div class=\"divider\"></div>\r\n<p>To all of you, from all of us at Magento Store - Thank you and Happy eCommerce!</p>\r\n<p style=\"line-height:1.2em;\"><strong style=\"font:italic 2em Georgia, serif;\">John Doe</strong><br /><small>Some important guy</small></p></div>\r\n</div>','2007-08-30 14:01:18','2007-08-30 14:01:18',1,0,NULL,NULL,'',NULL,NULL,NULL),(4,'Customer Service','three_columns','','','customer-service','','<div class=\"page-title\">\r\n<h1>Customer Service</h1>\r\n</div>\r\n<ul class=\"disc\">\r\n<li><a href=\"#answer1\">Shipping & Delivery</a></li>\r\n<li><a href=\"#answer2\">Privacy & Security</a></li>\r\n<li><a href=\"#answer3\">Returns & Replacements</a></li>\r\n<li><a href=\"#answer4\">Ordering</a></li>\r\n<li><a href=\"#answer5\">Payment, Pricing & Promotions</a></li>\r\n<li><a href=\"#answer6\">Viewing Orders</a></li>\r\n<li><a href=\"#answer7\">Updating Account Information</a></li>\r\n</ul>\r\n<dl>\r\n<dt id=\"answer1\">Shipping & Delivery</dt>\r\n<dd>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede. Cras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in, faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa. Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec, justo.</dd>\r\n<dt id=\"answer2\">Privacy & Security</dt>\r\n<dd>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede. Cras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in, faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa. Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec, justo.</dd>\r\n<dt id=\"answer3\">Returns & Replacements</dt>\r\n<dd>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede. Cras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in, faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa. Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec, justo.</dd>\r\n<dt id=\"answer4\">Ordering</dt>\r\n<dd>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede. Cras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in, faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa. Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec, justo.</dd>\r\n<dt id=\"answer5\">Payment, Pricing & Promotions</dt>\r\n<dd>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede. Cras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in, faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa. Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec, justo.</dd>\r\n<dt id=\"answer6\">Viewing Orders</dt>\r\n<dd>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede. Cras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in, faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa. Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec, justo.</dd>\r\n<dt id=\"answer7\">Updating Account Information</dt>\r\n<dd>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede. Cras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in, faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa. Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec, justo.</dd>\r\n</dl>','2007-08-30 14:02:20','2007-08-30 14:03:37',1,0,NULL,NULL,'',NULL,NULL,NULL),(5,'Enable Cookies','one_column','','','enable-cookies','','<div class=\"std\">\r\n <ul class=\"messages\">\r\n <li class=\"notice-msg\">\r\n <ul>\r\n <li>Please enable cookies in your web browser to continue.</li>\r\n </ul>\r\n </li>\r\n </ul>\r\n <div class=\"page-title\">\r\n <h1><a name=\"top\"></a>What are Cookies?</h1>\r\n </div>\r\n <p>Cookies are short pieces of data that are sent to your computer when you visit a website. On later visits, this data is then returned to that website. Cookies allow us to recognize you automatically whenever you visit our site so that we can personalize your experience and provide you with better service. We also use cookies (and similar browser data, such as Flash cookies) for fraud prevention and other purposes. If your web browser is set to refuse cookies from our website, you will not be able to complete a purchase or take advantage of certain features of our website, such as storing items in your Shopping Cart or receiving personalized recommendations. As a result, we strongly encourage you to configure your web browser to accept cookies from our website.</p>\r\n <h2 class=\"subtitle\">Enabling Cookies</h2>\r\n <ul class=\"disc\">\r\n <li><a href=\"#ie7\">Internet Explorer 7.x</a></li>\r\n <li><a href=\"#ie6\">Internet Explorer 6.x</a></li>\r\n <li><a href=\"#firefox\">Mozilla/Firefox</a></li>\r\n <li><a href=\"#opera\">Opera 7.x</a></li>\r\n </ul>\r\n <h3><a name=\"ie7\"></a>Internet Explorer 7.x</h3>\r\n <ol>\r\n <li>\r\n <p>Start Internet Explorer</p>\r\n </li>\r\n <li>\r\n <p>Under the <strong>Tools</strong> menu, click <strong>Internet Options</strong></p>\r\n <p><img src=\"{{skin url=\"images/cookies/ie7-1.gif\"}}\" alt=\"\" /></p>\r\n </li>\r\n <li>\r\n <p>Click the <strong>Privacy</strong> tab</p>\r\n <p><img src=\"{{skin url=\"images/cookies/ie7-2.gif\"}}\" alt=\"\" /></p>\r\n </li>\r\n <li>\r\n <p>Click the <strong>Advanced</strong> button</p>\r\n <p><img src=\"{{skin url=\"images/cookies/ie7-3.gif\"}}\" alt=\"\" /></p>\r\n </li>\r\n <li>\r\n <p>Put a check mark in the box for <strong>Override Automatic Cookie Handling</strong>, put another check mark in the <strong>Always accept session cookies </strong>box</p>\r\n <p><img src=\"{{skin url=\"images/cookies/ie7-4.gif\"}}\" alt=\"\" /></p>\r\n </li>\r\n <li>\r\n <p>Click <strong>OK</strong></p>\r\n <p><img src=\"{{skin url=\"images/cookies/ie7-5.gif\"}}\" alt=\"\" /></p>\r\n </li>\r\n <li>\r\n <p>Click <strong>OK</strong></p>\r\n <p><img src=\"{{skin url=\"images/cookies/ie7-6.gif\"}}\" alt=\"\" /></p>\r\n </li>\r\n <li>\r\n <p>Restart Internet Explore</p>\r\n </li>\r\n </ol>\r\n <p class=\"a-top\"><a href=\"#top\">Back to Top</a></p>\r\n <h3><a name=\"ie6\"></a>Internet Explorer 6.x</h3>\r\n <ol>\r\n <li>\r\n <p>Select <strong>Internet Options</strong> from the Tools menu</p>\r\n <p><img src=\"{{skin url=\"images/cookies/ie6-1.gif\"}}\" alt=\"\" /></p>\r\n </li>\r\n <li>\r\n <p>Click on the <strong>Privacy</strong> tab</p>\r\n </li>\r\n <li>\r\n <p>Click the <strong>Default</strong> button (or manually slide the bar down to <strong>Medium</strong>) under <strong>Settings</strong>. Click <strong>OK</strong></p>\r\n <p><img src=\"{{skin url=\"images/cookies/ie6-2.gif\"}}\" alt=\"\" /></p>\r\n </li>\r\n </ol>\r\n <p class=\"a-top\"><a href=\"#top\">Back to Top</a></p>\r\n <h3><a name=\"firefox\"></a>Mozilla/Firefox</h3>\r\n <ol>\r\n <li>\r\n <p>Click on the <strong>Tools</strong>-menu in Mozilla</p>\r\n </li>\r\n <li>\r\n <p>Click on the <strong>Options...</strong> item in the menu - a new window open</p>\r\n </li>\r\n <li>\r\n <p>Click on the <strong>Privacy</strong> selection in the left part of the window. (See image below)</p>\r\n <p><img src=\"{{skin url=\"images/cookies/firefox.png\"}}\" alt=\"\" /></p>\r\n </li>\r\n <li>\r\n <p>Expand the <strong>Cookies</strong> section</p>\r\n </li>\r\n <li>\r\n <p>Check the <strong>Enable cookies</strong> and <strong>Accept cookies normally</strong> checkboxes</p>\r\n </li>\r\n <li>\r\n <p>Save changes by clicking <strong>Ok</strong>.</p>\r\n </li>\r\n </ol>\r\n <p class=\"a-top\"><a href=\"#top\">Back to Top</a></p>\r\n <h3><a name=\"opera\"></a>Opera 7.x</h3>\r\n <ol>\r\n <li>\r\n <p>Click on the <strong>Tools</strong> menu in Opera</p>\r\n </li>\r\n <li>\r\n <p>Click on the <strong>Preferences...</strong> item in the menu - a new window open</p>\r\n </li>\r\n <li>\r\n <p>Click on the <strong>Privacy</strong> selection near the bottom left of the window. (See image below)</p>\r\n <p><img src=\"{{skin url=\"images/cookies/opera.png\"}}\" alt=\"\" /></p>\r\n </li>\r\n <li>\r\n <p>The <strong>Enable cookies</strong> checkbox must be checked, and <strong>Accept all cookies</strong> should be selected in the "<strong>Normal cookies</strong>" drop-down</p>\r\n </li>\r\n <li>\r\n <p>Save changes by clicking <strong>Ok</strong></p>\r\n </li>\r\n </ol>\r\n <p class=\"a-top\"><a href=\"#top\">Back to Top</a></p>\r\n</div>\r\n','2011-08-06 09:58:38','2011-08-06 09:58:38',1,0,NULL,NULL,'',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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cms_page_store` ( `page_id` smallint(6) NOT NULL, `store_id` smallint(5) unsigned NOT NULL, PRIMARY KEY (`page_id`,`store_id`), KEY `FK_CMS_PAGE_STORE_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='CMS Pages to Stores'; 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); /*!40000 ALTER TABLE `cms_page_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `core_cache` -- DROP TABLE IF EXISTS `core_cache`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `core_cache` ( `id` varchar(255) NOT NULL, `data` mediumblob, `create_time` int(11) default NULL, `update_time` int(11) default NULL, `expire_time` int(11) default NULL, PRIMARY KEY (`id`), KEY `IDX_EXPIRE_TIME` (`expire_time`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `core_cache` -- LOCK TABLES `core_cache` WRITE; /*!40000 ALTER TABLE `core_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `core_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `core_cache_option` -- DROP TABLE IF EXISTS `core_cache_option`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `core_cache_option` ( `code` varchar(32) NOT NULL, `value` tinyint(3) default NULL, PRIMARY KEY (`code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `core_cache_option` -- LOCK TABLES `core_cache_option` WRITE; /*!40000 ALTER TABLE `core_cache_option` DISABLE KEYS */; INSERT INTO `core_cache_option` VALUES ('config',1),('layout',1),('block_html',1),('translate',1),('collections',1),('eav',1),('config_api',1); /*!40000 ALTER TABLE `core_cache_option` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `core_cache_tag` -- DROP TABLE IF EXISTS `core_cache_tag`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `core_cache_tag` ( `tag` varchar(100) NOT NULL default '', `cache_id` varchar(200) NOT NULL default '', PRIMARY KEY (`tag`,`cache_id`), KEY `IDX_CACHE_ID` (`cache_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `core_cache_tag` -- LOCK TABLES `core_cache_tag` WRITE; /*!40000 ALTER TABLE `core_cache_tag` DISABLE KEYS */; /*!40000 ALTER TABLE `core_cache_tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `core_config_data` -- DROP TABLE IF EXISTS `core_config_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `core_config_data` ( `config_id` int(10) unsigned NOT NULL auto_increment, `scope` enum('default','websites','stores','config') NOT NULL default 'default', `scope_id` int(11) NOT NULL default '0', `path` varchar(255) NOT NULL default 'general', `value` text NOT NULL, PRIMARY KEY (`config_id`), UNIQUE KEY `config_scope` (`scope`,`scope_id`,`path`) ) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=utf8; 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,'catalog/category/root_id','2'),(10,'default',0,'admin/dashboard/enable_charts','0'),(11,'default',0,'web/unsecure/base_url','http://truthfortheworld.org/magento/'),(12,'default',0,'web/secure/base_url','http://truthfortheworld.org/magento/'),(13,'default',0,'general/locale/code','en_US'),(14,'default',0,'general/locale/timezone','America/Los_Angeles'),(15,'default',0,'currency/options/base','USD'),(16,'default',0,'currency/options/default','USD'),(17,'default',0,'currency/options/allow','USD'); /*!40000 ALTER TABLE `core_config_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `core_email_template` -- DROP TABLE IF EXISTS `core_email_template`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `core_email_template` ( `template_id` int(7) unsigned NOT NULL auto_increment, `template_code` varchar(150) default NULL, `template_text` text, `template_styles` text, `template_type` int(3) unsigned default NULL, `template_subject` varchar(200) default NULL, `template_sender_name` varchar(200) default NULL, `template_sender_email` varchar(200) character set latin1 collate latin1_general_ci default NULL, `added_at` datetime default NULL, `modified_at` datetime default NULL, `orig_template_code` varchar(200) default NULL, `orig_template_variables` text NOT NULL, PRIMARY KEY (`template_id`), UNIQUE KEY `template_code` (`template_code`), KEY `added_at` (`added_at`), KEY `modified_at` (`modified_at`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Email templates'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `core_email_template` -- LOCK TABLES `core_email_template` WRITE; /*!40000 ALTER TABLE `core_email_template` DISABLE KEYS */; /*!40000 ALTER TABLE `core_email_template` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `core_flag` -- DROP TABLE IF EXISTS `core_flag`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `core_flag` ( `flag_id` int(10) unsigned NOT NULL auto_increment, `flag_code` varchar(255) NOT NULL, `state` smallint(5) unsigned NOT NULL default '0', `flag_data` text, `last_update` datetime NOT NULL, PRIMARY KEY (`flag_id`), KEY `last_update` (`last_update`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `core_flag` -- LOCK TABLES `core_flag` WRITE; /*!40000 ALTER TABLE `core_flag` DISABLE KEYS */; INSERT INTO `core_flag` VALUES (1,'admin_notification_survey',0,'a:1:{s:13:\"survey_viewed\";b:1;}','2011-08-06 10:04:19'),(2,'catalog_product_flat',0,'a:1:{s:8:\"is_built\";b:1;}','2012-05-31 21:00:52'); /*!40000 ALTER TABLE `core_flag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `core_layout_link` -- DROP TABLE IF EXISTS `core_layout_link`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `core_layout_link` ( `layout_link_id` int(10) unsigned NOT NULL auto_increment, `store_id` smallint(5) unsigned NOT NULL default '0', `area` varchar(64) NOT NULL default '', `package` varchar(64) NOT NULL default '', `theme` varchar(64) NOT NULL default '', `layout_update_id` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`layout_link_id`), UNIQUE KEY `store_id` (`store_id`,`package`,`theme`,`layout_update_id`), KEY `FK_core_layout_link_update` (`layout_update_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `core_layout_link` -- LOCK TABLES `core_layout_link` WRITE; /*!40000 ALTER TABLE `core_layout_link` DISABLE KEYS */; /*!40000 ALTER TABLE `core_layout_link` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `core_layout_update` -- DROP TABLE IF EXISTS `core_layout_update`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `core_layout_update` ( `layout_update_id` int(10) unsigned NOT NULL auto_increment, `handle` varchar(255) default NULL, `xml` text, `sort_order` smallint(5) NOT NULL default '0', PRIMARY KEY (`layout_update_id`), KEY `handle` (`handle`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `core_layout_update` -- LOCK TABLES `core_layout_update` WRITE; /*!40000 ALTER TABLE `core_layout_update` DISABLE KEYS */; /*!40000 ALTER TABLE `core_layout_update` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `core_resource` -- DROP TABLE IF EXISTS `core_resource`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `core_resource` ( `code` varchar(50) NOT NULL default '', `version` varchar(50) NOT NULL default '', `data_version` varchar(50) default NULL, PRIMARY KEY (`code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Resource version registry'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `core_resource` -- LOCK TABLES `core_resource` WRITE; /*!40000 ALTER TABLE `core_resource` DISABLE KEYS */; INSERT INTO `core_resource` VALUES ('adminnotification_setup','1.0.0','1.0.0'),('admin_setup','0.7.2','0.7.2'),('api_setup','0.8.1','0.8.1'),('backup_setup','0.7.0','0.7.0'),('bundle_setup','0.1.14','0.1.14'),('catalogindex_setup','0.7.10','0.7.10'),('cataloginventory_setup','0.7.8','0.7.8'),('catalogrule_setup','0.7.10','0.7.10'),('catalogsearch_setup','0.7.7','0.7.7'),('catalog_setup','1.4.0.0.44','1.4.0.0.44'),('checkout_setup','0.9.5','0.9.5'),('cms_setup','0.7.13','0.7.13'),('compiler_setup','0.1.0','0.1.0'),('contacts_setup','0.8.0','0.8.0'),('core_setup','0.8.28','0.8.28'),('cron_setup','0.7.1','0.7.1'),('customer_setup','1.4.0.0.14','1.4.0.0.14'),('dataflow_setup','0.7.4','0.7.4'),('directory_setup','0.8.11','0.8.11'),('downloadable_setup','1.4.0.3','1.4.0.3'),('eav_setup','0.7.16','0.7.16'),('find_feed_setup','0.0.2','0.0.2'),('giftmessage_setup','0.7.6','0.7.6'),('googlebase_setup','0.1.2','0.1.2'),('googlecheckout_setup','0.7.4','0.7.4'),('googleoptimizer_setup','0.1.2','0.1.2'),('importexport_setup','0.1.0','0.1.0'),('index_setup','1.4.0.2','1.4.0.2'),('log_setup','0.7.7','0.7.7'),('moneybookers_setup','1.2.0.1','1.2.0.1'),('newsletter_setup','0.8.3','0.8.3'),('paygate_setup','0.7.1','0.7.1'),('payment_setup','0.7.0','0.7.0'),('paypaluk_setup','0.7.0','0.7.0'),('paypal_setup','1.4.0.2','1.4.0.2'),('poll_setup','0.7.2','0.7.2'),('productalert_setup','0.7.2','0.7.2'),('rating_setup','0.7.2','0.7.2'),('reports_setup','0.7.10','0.7.10'),('review_setup','0.7.6','0.7.6'),('salesrule_setup','1.4.0.0.6','1.4.0.0.6'),('sales_setup','1.4.0.25','1.4.0.25'),('sendfriend_setup','0.7.4','0.7.4'),('shipping_setup','0.7.0','0.7.0'),('sitemap_setup','0.7.2','0.7.2'),('tag_setup','0.7.7','0.7.7'),('tax_setup','1.4.0.1','1.4.0.1'),('usa_setup','0.7.1','0.7.1'),('weee_setup','0.13','0.13'),('widget_setup','1.4.0.0.0','1.4.0.0.0'),('wishlist_setup','0.7.9','0.7.9'),('xmlconnect_setup','1.4.0.13','1.4.0.13'); /*!40000 ALTER TABLE `core_resource` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `core_session` -- DROP TABLE IF EXISTS `core_session`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `core_session` ( `session_id` varchar(255) NOT NULL default '', `website_id` smallint(5) unsigned default NULL, `session_expires` int(10) unsigned NOT NULL default '0', `session_data` mediumblob NOT NULL, PRIMARY KEY (`session_id`), KEY `FK_SESSION_WEBSITE` (`website_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Session data store'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `core_session` -- LOCK TABLES `core_session` WRITE; /*!40000 ALTER TABLE `core_session` DISABLE KEYS */; /*!40000 ALTER TABLE `core_session` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `core_store` -- DROP TABLE IF EXISTS `core_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `core_store` ( `store_id` smallint(5) unsigned NOT NULL auto_increment, `code` varchar(32) NOT NULL default '', `website_id` smallint(5) unsigned default '0', `group_id` smallint(5) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL, `sort_order` smallint(5) unsigned NOT NULL default '0', `is_active` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`store_id`), UNIQUE KEY `code` (`code`), KEY `FK_STORE_WEBSITE` (`website_id`), KEY `is_active` (`is_active`,`sort_order`), KEY `FK_STORE_GROUP` (`group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Stores'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `core_store` -- LOCK TABLES `core_store` WRITE; /*!40000 ALTER TABLE `core_store` DISABLE KEYS */; INSERT INTO `core_store` VALUES (0,'admin',0,0,'Admin',0,1),(1,'default',1,1,'Default Store View',0,1); /*!40000 ALTER TABLE `core_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `core_store_group` -- DROP TABLE IF EXISTS `core_store_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `core_store_group` ( `group_id` smallint(5) unsigned NOT NULL auto_increment, `website_id` smallint(5) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL, `root_category_id` int(10) unsigned NOT NULL default '0', `default_store_id` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`group_id`), KEY `FK_STORE_GROUP_WEBSITE` (`website_id`), KEY `default_store_id` (`default_store_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `core_store_group` -- LOCK TABLES `core_store_group` WRITE; /*!40000 ALTER TABLE `core_store_group` DISABLE KEYS */; INSERT INTO `core_store_group` VALUES (0,0,'Default',0,0),(1,1,'Main Website Store',2,1); /*!40000 ALTER TABLE `core_store_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `core_translate` -- DROP TABLE IF EXISTS `core_translate`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `core_translate` ( `key_id` int(10) unsigned NOT NULL auto_increment, `string` varchar(255) NOT NULL default '', `store_id` smallint(5) unsigned NOT NULL default '0', `translate` varchar(255) NOT NULL default '', `locale` varchar(20) NOT NULL default 'en_US', PRIMARY KEY (`key_id`), UNIQUE KEY `IDX_CODE` (`store_id`,`locale`,`string`), KEY `FK_CORE_TRANSLATE_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Translation data'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `core_translate` -- LOCK TABLES `core_translate` WRITE; /*!40000 ALTER TABLE `core_translate` DISABLE KEYS */; /*!40000 ALTER TABLE `core_translate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `core_url_rewrite` -- DROP TABLE IF EXISTS `core_url_rewrite`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `core_url_rewrite` ( `url_rewrite_id` int(10) unsigned NOT NULL auto_increment, `store_id` smallint(5) unsigned NOT NULL default '0', `category_id` int(10) unsigned default NULL, `product_id` int(10) unsigned default NULL, `id_path` varchar(255) NOT NULL default '', `request_path` varchar(255) NOT NULL default '', `target_path` varchar(255) NOT NULL default '', `is_system` tinyint(1) unsigned default '1', `options` varchar(255) NOT NULL default '', `description` varchar(255) default NULL, PRIMARY KEY (`url_rewrite_id`), UNIQUE KEY `UNQ_REQUEST_PATH` (`request_path`,`store_id`), UNIQUE KEY `UNQ_PATH` (`id_path`,`is_system`,`store_id`), KEY `FK_CORE_URL_REWRITE_STORE` (`store_id`), KEY `IDX_ID_PATH` (`id_path`), KEY `IDX_TARGET_PATH` (`target_path`,`store_id`), KEY `FK_CORE_URL_REWRITE_PRODUCT` (`product_id`), KEY `IDX_CATEGORY_REWRITE` (`category_id`,`is_system`,`product_id`,`store_id`,`id_path`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `core_url_rewrite` -- LOCK TABLES `core_url_rewrite` WRITE; /*!40000 ALTER TABLE `core_url_rewrite` DISABLE KEYS */; /*!40000 ALTER TABLE `core_url_rewrite` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `core_variable` -- DROP TABLE IF EXISTS `core_variable`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `core_variable` ( `variable_id` int(11) unsigned NOT NULL auto_increment, `code` varchar(255) NOT NULL default '', `name` varchar(255) NOT NULL default '', PRIMARY KEY (`variable_id`), UNIQUE KEY `IDX_CODE` (`code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `core_variable` -- LOCK TABLES `core_variable` WRITE; /*!40000 ALTER TABLE `core_variable` DISABLE KEYS */; /*!40000 ALTER TABLE `core_variable` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `core_variable_value` -- DROP TABLE IF EXISTS `core_variable_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `core_variable_value` ( `value_id` int(11) unsigned NOT NULL auto_increment, `variable_id` int(11) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `plain_value` text NOT NULL, `html_value` text NOT NULL, PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_VARIABLE_STORE` (`variable_id`,`store_id`), KEY `IDX_VARIABLE_ID` (`variable_id`), KEY `IDX_STORE_ID` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `core_variable_value` -- LOCK TABLES `core_variable_value` WRITE; /*!40000 ALTER TABLE `core_variable_value` DISABLE KEYS */; /*!40000 ALTER TABLE `core_variable_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `core_website` -- DROP TABLE IF EXISTS `core_website`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `core_website` ( `website_id` smallint(5) unsigned NOT NULL auto_increment, `code` varchar(32) NOT NULL default '', `name` varchar(64) NOT NULL default '', `sort_order` smallint(5) unsigned NOT NULL default '0', `default_group_id` smallint(5) unsigned NOT NULL default '0', `is_default` tinyint(1) unsigned default '0', PRIMARY KEY (`website_id`), UNIQUE KEY `code` (`code`), KEY `sort_order` (`sort_order`), KEY `default_group_id` (`default_group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Websites'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `core_website` -- LOCK TABLES `core_website` WRITE; /*!40000 ALTER TABLE `core_website` DISABLE KEYS */; INSERT INTO `core_website` VALUES (0,'admin','Admin',0,0,0),(1,'base','Main Website',0,1,1); /*!40000 ALTER TABLE `core_website` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `coupon_aggregated` -- DROP TABLE IF EXISTS `coupon_aggregated`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `coupon_aggregated` ( `id` int(11) unsigned NOT NULL auto_increment, `period` date NOT NULL default '0000-00-00', `store_id` smallint(5) unsigned default NULL, `order_status` varchar(50) NOT NULL default '', `coupon_code` varchar(50) NOT NULL default '', `coupon_uses` int(11) NOT NULL default '0', `subtotal_amount` decimal(12,4) NOT NULL default '0.0000', `discount_amount` decimal(12,4) NOT NULL default '0.0000', `total_amount` decimal(12,4) NOT NULL default '0.0000', `subtotal_amount_actual` decimal(12,4) NOT NULL default '0.0000', `discount_amount_actual` decimal(12,4) NOT NULL default '0.0000', `total_amount_actual` decimal(12,4) NOT NULL default '0.0000', PRIMARY KEY (`id`), UNIQUE KEY `UNQ_COUPON_AGGREGATED_PSOC` (`period`,`store_id`,`order_status`,`coupon_code`), KEY `IDX_STORE_ID` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `coupon_aggregated` -- LOCK TABLES `coupon_aggregated` WRITE; /*!40000 ALTER TABLE `coupon_aggregated` DISABLE KEYS */; /*!40000 ALTER TABLE `coupon_aggregated` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `coupon_aggregated_order` -- DROP TABLE IF EXISTS `coupon_aggregated_order`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `coupon_aggregated_order` ( `id` int(11) unsigned NOT NULL auto_increment, `period` date NOT NULL default '0000-00-00', `store_id` smallint(5) unsigned default NULL, `order_status` varchar(50) NOT NULL default '', `coupon_code` varchar(50) NOT NULL default '', `coupon_uses` int(11) NOT NULL default '0', `subtotal_amount` decimal(12,4) NOT NULL default '0.0000', `discount_amount` decimal(12,4) NOT NULL default '0.0000', `total_amount` decimal(12,4) NOT NULL default '0.0000', PRIMARY KEY (`id`), UNIQUE KEY `UNQ_COUPON_AGGREGATED_ORDER_PSOC` (`period`,`store_id`,`order_status`,`coupon_code`), KEY `IDX_STORE_ID` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `coupon_aggregated_order` -- LOCK TABLES `coupon_aggregated_order` WRITE; /*!40000 ALTER TABLE `coupon_aggregated_order` DISABLE KEYS */; /*!40000 ALTER TABLE `coupon_aggregated_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cron_schedule` -- DROP TABLE IF EXISTS `cron_schedule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cron_schedule` ( `schedule_id` int(10) unsigned NOT NULL auto_increment, `job_code` varchar(255) NOT NULL default '0', `status` enum('pending','running','success','missed','error') NOT NULL default 'pending', `messages` text, `created_at` datetime NOT NULL default '0000-00-00 00:00:00', `scheduled_at` datetime NOT NULL default '0000-00-00 00:00:00', `executed_at` datetime NOT NULL default '0000-00-00 00:00:00', `finished_at` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`schedule_id`), KEY `task_name` (`job_code`), KEY `scheduled_at` (`scheduled_at`,`status`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 */; /*!40000 ALTER TABLE `cron_schedule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customer_address_entity` -- DROP TABLE IF EXISTS `customer_address_entity`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `customer_address_entity` ( `entity_id` int(10) unsigned NOT NULL auto_increment, `entity_type_id` smallint(8) unsigned NOT NULL default '0', `attribute_set_id` smallint(5) unsigned NOT NULL default '0', `increment_id` varchar(50) NOT NULL default '', `parent_id` int(10) unsigned default NULL, `created_at` datetime NOT NULL default '0000-00-00 00:00:00', `updated_at` datetime NOT NULL default '0000-00-00 00:00:00', `is_active` tinyint(1) unsigned NOT NULL default '1', PRIMARY KEY (`entity_id`), KEY `FK_CUSTOMER_ADDRESS_CUSTOMER_ID` (`parent_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Customer Address Entities'; 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 */; /*!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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `customer_address_entity_datetime` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` smallint(8) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`), KEY `FK_CUSTOMER_ADDRESS_DATETIME_ENTITY_TYPE` (`entity_type_id`), KEY `FK_CUSTOMER_ADDRESS_DATETIME_ATTRIBUTE` (`attribute_id`), KEY `FK_CUSTOMER_ADDRESS_DATETIME_ENTITY` (`entity_id`), KEY `IDX_VALUE` (`entity_id`,`attribute_id`,`value`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `customer_address_entity_decimal` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` smallint(8) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` decimal(12,4) NOT NULL default '0.0000', PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`), KEY `FK_CUSTOMER_ADDRESS_DECIMAL_ENTITY_TYPE` (`entity_type_id`), KEY `FK_CUSTOMER_ADDRESS_DECIMAL_ATTRIBUTE` (`attribute_id`), KEY `FK_CUSTOMER_ADDRESS_DECIMAL_ENTITY` (`entity_id`), KEY `IDX_VALUE` (`entity_id`,`attribute_id`,`value`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `customer_address_entity_int` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` smallint(8) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` int(11) NOT NULL default '0', PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`), KEY `FK_CUSTOMER_ADDRESS_INT_ENTITY_TYPE` (`entity_type_id`), KEY `FK_CUSTOMER_ADDRESS_INT_ATTRIBUTE` (`attribute_id`), KEY `FK_CUSTOMER_ADDRESS_INT_ENTITY` (`entity_id`), KEY `IDX_VALUE` (`entity_id`,`attribute_id`,`value`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `customer_address_entity_text` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` smallint(8) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` text NOT NULL, PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`), KEY `FK_CUSTOMER_ADDRESS_TEXT_ENTITY_TYPE` (`entity_type_id`), KEY `FK_CUSTOMER_ADDRESS_TEXT_ATTRIBUTE` (`attribute_id`), KEY `FK_CUSTOMER_ADDRESS_TEXT_ENTITY` (`entity_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `customer_address_entity_varchar` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` smallint(8) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` varchar(255) NOT NULL default '', PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`), KEY `FK_CUSTOMER_ADDRESS_VARCHAR_ENTITY_TYPE` (`entity_type_id`), KEY `FK_CUSTOMER_ADDRESS_VARCHAR_ATTRIBUTE` (`attribute_id`), KEY `FK_CUSTOMER_ADDRESS_VARCHAR_ENTITY` (`entity_id`), KEY `IDX_VALUE` (`entity_id`,`attribute_id`,`value`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `customer_eav_attribute` ( `attribute_id` smallint(5) unsigned NOT NULL auto_increment, `is_visible` tinyint(1) unsigned NOT NULL default '1', `input_filter` varchar(255) default NULL, `multiline_count` tinyint(3) unsigned NOT NULL default '1', `validate_rules` text, `is_system` tinyint(3) unsigned NOT NULL default '0', `sort_order` int(10) unsigned NOT NULL default '0', `data_model` varchar(255) default NULL, PRIMARY KEY (`attribute_id`) ) ENGINE=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=utf8; 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,'',0,NULL,1,10,NULL),(2,0,'',0,NULL,1,0,NULL),(3,1,'',0,NULL,1,20,NULL),(4,0,'',0,NULL,0,30,NULL),(5,1,'',0,'a:2:{s:15:\"max_text_length\";i:255;s:15:\"min_text_length\";i:1;}',1,40,NULL),(6,0,'',0,NULL,0,50,NULL),(7,1,'',0,'a:2:{s:15:\"max_text_length\";i:255;s:15:\"min_text_length\";i:1;}',1,60,NULL),(8,0,'',0,NULL,0,70,NULL),(9,1,'',0,'a:1:{s:16:\"input_validation\";s:5:\"email\";}',1,80,NULL),(10,1,'',0,NULL,1,25,NULL),(11,0,'date',0,'a:1:{s:16:\"input_validation\";s:4:\"date\";}',0,90,NULL),(12,0,'',0,NULL,1,0,NULL),(13,0,'',0,NULL,1,0,NULL),(14,0,'',0,NULL,1,0,NULL),(15,0,'',0,'a:1:{s:15:\"max_text_length\";i:255;}',0,100,NULL),(16,0,'',0,NULL,1,0,NULL),(17,0,'',0,NULL,0,0,NULL),(18,0,'',0,NULL,0,10,NULL),(19,1,'',0,'a:2:{s:15:\"max_text_length\";i:255;s:15:\"min_text_length\";i:1;}',1,20,NULL),(20,0,'',0,NULL,0,30,NULL),(21,1,'',0,'a:2:{s:15:\"max_text_length\";i:255;s:15:\"min_text_length\";i:1;}',1,40,NULL),(22,0,'',0,NULL,0,50,NULL),(23,1,'',0,'a:2:{s:15:\"max_text_length\";i:255;s:15:\"min_text_length\";i:1;}',1,60,NULL),(24,1,'',2,'a:2:{s:15:\"max_text_length\";i:255;s:15:\"min_text_length\";i:1;}',1,70,NULL),(25,1,'',0,'a:2:{s:15:\"max_text_length\";i:255;s:15:\"min_text_length\";i:1;}',1,80,NULL),(26,1,'',0,NULL,1,90,NULL),(27,1,'',0,NULL,1,100,NULL),(28,1,'',0,NULL,1,100,NULL),(29,1,'',0,'a:0:{}',1,110,'customer/attribute_data_postcode'),(30,1,'',0,'a:2:{s:15:\"max_text_length\";i:255;s:15:\"min_text_length\";i:1;}',1,120,NULL),(31,1,'',0,'a:2:{s:15:\"max_text_length\";i:255;s:15:\"min_text_length\";i:1;}',1,130,NULL),(32,0,'',0,'a:0:{}',0,110,NULL); /*!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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `customer_eav_attribute_website` ( `attribute_id` smallint(5) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `is_visible` tinyint(1) unsigned default NULL, `is_required` tinyint(1) unsigned default NULL, `default_value` text, `multiline_count` tinyint(3) unsigned default NULL, PRIMARY KEY (`attribute_id`,`website_id`), KEY `IDX_WEBSITE` (`website_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 */; /*!40000 ALTER TABLE `customer_eav_attribute_website` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customer_entity` -- DROP TABLE IF EXISTS `customer_entity`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `customer_entity` ( `entity_id` int(10) unsigned NOT NULL auto_increment, `entity_type_id` smallint(8) unsigned NOT NULL default '0', `attribute_set_id` smallint(5) unsigned NOT NULL default '0', `website_id` smallint(5) unsigned default NULL, `email` varchar(255) NOT NULL default '', `group_id` smallint(3) unsigned NOT NULL default '0', `increment_id` varchar(50) NOT NULL default '', `store_id` smallint(5) unsigned default '0', `created_at` datetime NOT NULL default '0000-00-00 00:00:00', `updated_at` datetime NOT NULL default '0000-00-00 00:00:00', `is_active` tinyint(1) unsigned NOT NULL default '1', PRIMARY KEY (`entity_id`), KEY `FK_CUSTOMER_ENTITY_STORE` (`store_id`), KEY `IDX_ENTITY_TYPE` (`entity_type_id`), KEY `IDX_AUTH` (`email`,`website_id`), KEY `FK_CUSTOMER_WEBSITE` (`website_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Customer Entityies'; 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 */; /*!40000 ALTER TABLE `customer_entity` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customer_entity_datetime` -- DROP TABLE IF EXISTS `customer_entity_datetime`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `customer_entity_datetime` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` smallint(8) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`), KEY `FK_CUSTOMER_DATETIME_ENTITY_TYPE` (`entity_type_id`), KEY `FK_CUSTOMER_DATETIME_ATTRIBUTE` (`attribute_id`), KEY `FK_CUSTOMER_DATETIME_ENTITY` (`entity_id`), KEY `IDX_VALUE` (`entity_id`,`attribute_id`,`value`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `customer_entity_decimal` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` smallint(8) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` decimal(12,4) NOT NULL default '0.0000', PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`), KEY `FK_CUSTOMER_DECIMAL_ENTITY_TYPE` (`entity_type_id`), KEY `FK_CUSTOMER_DECIMAL_ATTRIBUTE` (`attribute_id`), KEY `FK_CUSTOMER_DECIMAL_ENTITY` (`entity_id`), KEY `IDX_VALUE` (`entity_id`,`attribute_id`,`value`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `customer_entity_int` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` smallint(8) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` int(11) NOT NULL default '0', PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`), KEY `FK_CUSTOMER_INT_ENTITY_TYPE` (`entity_type_id`), KEY `FK_CUSTOMER_INT_ATTRIBUTE` (`attribute_id`), KEY `FK_CUSTOMER_INT_ENTITY` (`entity_id`), KEY `IDX_VALUE` (`entity_id`,`attribute_id`,`value`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `customer_entity_text` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` smallint(8) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` text NOT NULL, PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`), KEY `FK_CUSTOMER_TEXT_ENTITY_TYPE` (`entity_type_id`), KEY `FK_CUSTOMER_TEXT_ATTRIBUTE` (`attribute_id`), KEY `FK_CUSTOMER_TEXT_ENTITY` (`entity_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `customer_entity_varchar` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` smallint(8) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` varchar(255) NOT NULL default '', PRIMARY KEY (`value_id`), UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`), KEY `FK_CUSTOMER_VARCHAR_ENTITY_TYPE` (`entity_type_id`), KEY `FK_CUSTOMER_VARCHAR_ATTRIBUTE` (`attribute_id`), KEY `FK_CUSTOMER_VARCHAR_ENTITY` (`entity_id`), KEY `IDX_VALUE` (`entity_id`,`attribute_id`,`value`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `customer_form_attribute` ( `form_code` char(32) NOT NULL, `attribute_id` smallint(5) unsigned NOT NULL, PRIMARY KEY (`form_code`,`attribute_id`), KEY `IDX_CUSTOMER_FORM_ATTRIBUTE_ATTRIBUTE` (`attribute_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Customer attributes/forms relations'; 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_checkout',9),('adminhtml_checkout',10),('adminhtml_checkout',11),('adminhtml_checkout',15),('adminhtml_checkout',32),('adminhtml_customer',1),('adminhtml_customer',3),('adminhtml_customer',4),('adminhtml_customer',5),('adminhtml_customer',6),('adminhtml_customer',7),('adminhtml_customer',8),('adminhtml_customer',9),('adminhtml_customer',10),('adminhtml_customer',11),('adminhtml_customer',15),('adminhtml_customer',32),('adminhtml_customer_address',18),('adminhtml_customer_address',19),('adminhtml_customer_address',20),('adminhtml_customer_address',21),('adminhtml_customer_address',22),('adminhtml_customer_address',23),('adminhtml_customer_address',24),('adminhtml_customer_address',25),('adminhtml_customer_address',26),('adminhtml_customer_address',27),('adminhtml_customer_address',28),('adminhtml_customer_address',29),('adminhtml_customer_address',30),('adminhtml_customer_address',31),('checkout_register',4),('checkout_register',5),('checkout_register',6),('checkout_register',7),('checkout_register',8),('checkout_register',9),('checkout_register',11),('checkout_register',15),('checkout_register',32),('customer_account_create',4),('customer_account_create',5),('customer_account_create',6),('customer_account_create',7),('customer_account_create',8),('customer_account_create',9),('customer_account_create',11),('customer_account_create',15),('customer_account_create',32),('customer_account_edit',4),('customer_account_edit',5),('customer_account_edit',6),('customer_account_edit',7),('customer_account_edit',8),('customer_account_edit',9),('customer_account_edit',11),('customer_account_edit',15),('customer_account_edit',32),('customer_address_edit',18),('customer_address_edit',19),('customer_address_edit',20),('customer_address_edit',21),('customer_address_edit',22),('customer_address_edit',23),('customer_address_edit',24),('customer_address_edit',25),('customer_address_edit',26),('customer_address_edit',27),('customer_address_edit',28),('customer_address_edit',29),('customer_address_edit',30),('customer_address_edit',31),('customer_register_address',18),('customer_register_address',19),('customer_register_address',20),('customer_register_address',21),('customer_register_address',22),('customer_register_address',23),('customer_register_address',24),('customer_register_address',25),('customer_register_address',26),('customer_register_address',27),('customer_register_address',28),('customer_register_address',29),('customer_register_address',30),('customer_register_address',31); /*!40000 ALTER TABLE `customer_form_attribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customer_group` -- DROP TABLE IF EXISTS `customer_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `customer_group` ( `customer_group_id` smallint(3) unsigned NOT NULL auto_increment, `customer_group_code` varchar(32) NOT NULL default '', `tax_class_id` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`customer_group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Customer groups'; 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 `dataflow_batch` -- DROP TABLE IF EXISTS `dataflow_batch`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dataflow_batch` ( `batch_id` int(10) unsigned NOT NULL auto_increment, `profile_id` int(10) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `adapter` varchar(128) default NULL, `params` text, `created_at` datetime default NULL, PRIMARY KEY (`batch_id`), KEY `FK_DATAFLOW_BATCH_PROFILE` (`profile_id`), KEY `FK_DATAFLOW_BATCH_STORE` (`store_id`), KEY `IDX_CREATED_AT` (`created_at`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dataflow_batch` -- LOCK TABLES `dataflow_batch` WRITE; /*!40000 ALTER TABLE `dataflow_batch` DISABLE KEYS */; /*!40000 ALTER TABLE `dataflow_batch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dataflow_batch_export` -- DROP TABLE IF EXISTS `dataflow_batch_export`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dataflow_batch_export` ( `batch_export_id` bigint(20) unsigned NOT NULL auto_increment, `batch_id` int(10) unsigned NOT NULL default '0', `batch_data` longtext, `status` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`batch_export_id`), KEY `FK_DATAFLOW_BATCH_EXPORT_BATCH` (`batch_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dataflow_batch_export` -- LOCK TABLES `dataflow_batch_export` WRITE; /*!40000 ALTER TABLE `dataflow_batch_export` DISABLE KEYS */; /*!40000 ALTER TABLE `dataflow_batch_export` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dataflow_batch_import` -- DROP TABLE IF EXISTS `dataflow_batch_import`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dataflow_batch_import` ( `batch_import_id` bigint(20) unsigned NOT NULL auto_increment, `batch_id` int(10) unsigned NOT NULL default '0', `batch_data` longtext, `status` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`batch_import_id`), KEY `FK_DATAFLOW_BATCH_IMPORT_BATCH` (`batch_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dataflow_batch_import` -- LOCK TABLES `dataflow_batch_import` WRITE; /*!40000 ALTER TABLE `dataflow_batch_import` DISABLE KEYS */; /*!40000 ALTER TABLE `dataflow_batch_import` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dataflow_import_data` -- DROP TABLE IF EXISTS `dataflow_import_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dataflow_import_data` ( `import_id` int(11) NOT NULL auto_increment, `session_id` int(11) default NULL, `serial_number` int(11) NOT NULL default '0', `value` text, `status` int(1) NOT NULL default '0', PRIMARY KEY (`import_id`), KEY `FK_dataflow_import_data` (`session_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dataflow_import_data` -- LOCK TABLES `dataflow_import_data` WRITE; /*!40000 ALTER TABLE `dataflow_import_data` DISABLE KEYS */; /*!40000 ALTER TABLE `dataflow_import_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dataflow_profile` -- DROP TABLE IF EXISTS `dataflow_profile`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dataflow_profile` ( `profile_id` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `created_at` datetime NOT NULL default '0000-00-00 00:00:00', `updated_at` datetime NOT NULL default '0000-00-00 00:00:00', `actions_xml` text, `gui_data` text, `direction` enum('import','export') default NULL, `entity_type` varchar(64) NOT NULL default '', `store_id` smallint(5) unsigned NOT NULL default '0', `data_transfer` enum('file','interactive') default NULL, PRIMARY KEY (`profile_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dataflow_profile` -- LOCK TABLES `dataflow_profile` WRITE; /*!40000 ALTER TABLE `dataflow_profile` DISABLE KEYS */; INSERT INTO `dataflow_profile` VALUES (1,'Export All Products','2011-08-06 13:58:37','2011-08-06 13:58:37','<action type=\"catalog/convert_adapter_product\" method=\"load\">\r\n <var name=\"store\"><![CDATA[0]]></var>\r\n</action>\r\n\r\n<action type=\"catalog/convert_parser_product\" method=\"unparse\">\r\n <var name=\"store\"><![CDATA[0]]></var>\r\n</action>\r\n\r\n<action type=\"dataflow/convert_mapper_column\" method=\"map\">\r\n</action>\r\n\r\n<action type=\"dataflow/convert_parser_csv\" method=\"unparse\">\r\n <var name=\"delimiter\"><![CDATA[,]]></var>\r\n <var name=\"enclose\"><![CDATA[\"]]></var>\r\n <var name=\"fieldnames\">true</var>\r\n</action>\r\n\r\n<action type=\"dataflow/convert_adapter_io\" method=\"save\">\r\n <var name=\"type\">file</var>\r\n <var name=\"path\">var/export</var>\r\n <var name=\"filename\"><![CDATA[export_all_products.csv]]></var>\r\n</action>\r\n\r\n','a:5:{s:4:\"file\";a:7:{s:4:\"type\";s:4:\"file\";s:8:\"filename\";s:23:\"export_all_products.csv\";s:4:\"path\";s:10:\"var/export\";s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:8:\"password\";s:0:\"\";s:7:\"passive\";s:0:\"\";}s:5:\"parse\";a:5:{s:4:\"type\";s:3:\"csv\";s:12:\"single_sheet\";s:0:\"\";s:9:\"delimiter\";s:1:\",\";s:7:\"enclose\";s:1:\"\"\";s:10:\"fieldnames\";s:4:\"true\";}s:3:\"map\";a:3:{s:14:\"only_specified\";s:0:\"\";s:7:\"product\";a:2:{s:2:\"db\";a:0:{}s:4:\"file\";a:0:{}}s:8:\"customer\";a:2:{s:2:\"db\";a:0:{}s:4:\"file\";a:0:{}}}s:7:\"product\";a:1:{s:6:\"filter\";a:8:{s:4:\"name\";s:0:\"\";s:3:\"sku\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:13:\"attribute_set\";s:0:\"\";s:5:\"price\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}s:3:\"qty\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}s:10:\"visibility\";s:1:\"0\";s:6:\"status\";s:1:\"0\";}}s:8:\"customer\";a:1:{s:6:\"filter\";a:10:{s:9:\"firstname\";s:0:\"\";s:8:\"lastname\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"group\";s:1:\"0\";s:10:\"adressType\";s:15:\"default_billing\";s:9:\"telephone\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:0:\"\";s:6:\"region\";s:0:\"\";s:10:\"created_at\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}}}}','export','product',0,'file'),(2,'Export Product Stocks','2011-08-06 13:58:37','2011-08-06 13:58:37','<action type=\"catalog/convert_adapter_product\" method=\"load\">\r\n <var name=\"store\"><![CDATA[0]]></var>\r\n</action>\r\n\r\n<action type=\"catalog/convert_parser_product\" method=\"unparse\">\r\n <var name=\"store\"><![CDATA[0]]></var>\r\n</action>\r\n\r\n<action type=\"dataflow/convert_mapper_column\" method=\"map\">\r\n <var name=\"map\">\r\n <map name=\"store\"><![CDATA[store]]></map>\r\n <map name=\"sku\"><![CDATA[sku]]></map>\r\n <map name=\"qty\"><![CDATA[qty]]></map>\r\n <map name=\"is_in_stock\"><![CDATA[is_in_stock]]></map>\r\n </var>\r\n <var name=\"_only_specified\">true</var>\r\n</action>\r\n\r\n<action type=\"dataflow/convert_parser_csv\" method=\"unparse\">\r\n <var name=\"delimiter\"><![CDATA[,]]></var>\r\n <var name=\"enclose\"><![CDATA[\"]]></var>\r\n <var name=\"fieldnames\">true</var>\r\n</action>\r\n\r\n<action type=\"dataflow/convert_adapter_io\" method=\"save\">\r\n <var name=\"type\">file</var>\r\n <var name=\"path\">var/export</var>\r\n <var name=\"filename\"><![CDATA[export_product_stocks.csv]]></var>\r\n</action>\r\n\r\n','a:5:{s:4:\"file\";a:7:{s:4:\"type\";s:4:\"file\";s:8:\"filename\";s:25:\"export_product_stocks.csv\";s:4:\"path\";s:10:\"var/export\";s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:8:\"password\";s:0:\"\";s:7:\"passive\";s:0:\"\";}s:5:\"parse\";a:5:{s:4:\"type\";s:3:\"csv\";s:12:\"single_sheet\";s:0:\"\";s:9:\"delimiter\";s:1:\",\";s:7:\"enclose\";s:1:\"\"\";s:10:\"fieldnames\";s:4:\"true\";}s:3:\"map\";a:3:{s:14:\"only_specified\";s:4:\"true\";s:7:\"product\";a:2:{s:2:\"db\";a:4:{i:1;s:5:\"store\";i:2;s:3:\"sku\";i:3;s:3:\"qty\";i:4;s:11:\"is_in_stock\";}s:4:\"file\";a:4:{i:1;s:5:\"store\";i:2;s:3:\"sku\";i:3;s:3:\"qty\";i:4;s:11:\"is_in_stock\";}}s:8:\"customer\";a:2:{s:2:\"db\";a:0:{}s:4:\"file\";a:0:{}}}s:7:\"product\";a:1:{s:6:\"filter\";a:8:{s:4:\"name\";s:0:\"\";s:3:\"sku\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:13:\"attribute_set\";s:0:\"\";s:5:\"price\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}s:3:\"qty\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}s:10:\"visibility\";s:1:\"0\";s:6:\"status\";s:1:\"0\";}}s:8:\"customer\";a:1:{s:6:\"filter\";a:10:{s:9:\"firstname\";s:0:\"\";s:8:\"lastname\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"group\";s:1:\"0\";s:10:\"adressType\";s:15:\"default_billing\";s:9:\"telephone\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:0:\"\";s:6:\"region\";s:0:\"\";s:10:\"created_at\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}}}}','export','product',0,'file'),(3,'Import All Products','2011-08-06 13:58:37','2011-08-06 13:58:37','<action type=\"dataflow/convert_parser_csv\" method=\"parse\">\r\n <var name=\"delimiter\"><![CDATA[,]]></var>\r\n <var name=\"enclose\"><![CDATA[\"]]></var>\r\n <var name=\"fieldnames\">true</var>\r\n <var name=\"store\"><![CDATA[0]]></var>\r\n <var name=\"adapter\">catalog/convert_adapter_product</var>\r\n <var name=\"method\">parse</var>\r\n</action>','a:5:{s:4:\"file\";a:7:{s:4:\"type\";s:4:\"file\";s:8:\"filename\";s:23:\"export_all_products.csv\";s:4:\"path\";s:10:\"var/export\";s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:8:\"password\";s:0:\"\";s:7:\"passive\";s:0:\"\";}s:5:\"parse\";a:5:{s:4:\"type\";s:3:\"csv\";s:12:\"single_sheet\";s:0:\"\";s:9:\"delimiter\";s:1:\",\";s:7:\"enclose\";s:1:\"\"\";s:10:\"fieldnames\";s:4:\"true\";}s:3:\"map\";a:3:{s:14:\"only_specified\";s:0:\"\";s:7:\"product\";a:2:{s:2:\"db\";a:0:{}s:4:\"file\";a:0:{}}s:8:\"customer\";a:2:{s:2:\"db\";a:0:{}s:4:\"file\";a:0:{}}}s:7:\"product\";a:1:{s:6:\"filter\";a:8:{s:4:\"name\";s:0:\"\";s:3:\"sku\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:13:\"attribute_set\";s:0:\"\";s:5:\"price\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}s:3:\"qty\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}s:10:\"visibility\";s:1:\"0\";s:6:\"status\";s:1:\"0\";}}s:8:\"customer\";a:1:{s:6:\"filter\";a:10:{s:9:\"firstname\";s:0:\"\";s:8:\"lastname\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"group\";s:1:\"0\";s:10:\"adressType\";s:15:\"default_billing\";s:9:\"telephone\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:0:\"\";s:6:\"region\";s:0:\"\";s:10:\"created_at\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}}}}','import','product',0,'interactive'),(4,'Import Product Stocks','2011-08-06 13:58:37','2011-08-06 13:58:37','<action type=\"dataflow/convert_parser_csv\" method=\"parse\">\r\n <var name=\"delimiter\"><![CDATA[,]]></var>\r\n <var name=\"enclose\"><![CDATA[\"]]></var>\r\n <var name=\"fieldnames\">true</var>\r\n <var name=\"store\"><![CDATA[0]]></var>\r\n <var name=\"adapter\">catalog/convert_adapter_product</var>\r\n <var name=\"method\">parse</var>\r\n</action>','a:5:{s:4:\"file\";a:7:{s:4:\"type\";s:4:\"file\";s:8:\"filename\";s:18:\"export_product.csv\";s:4:\"path\";s:10:\"var/export\";s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:8:\"password\";s:0:\"\";s:7:\"passive\";s:0:\"\";}s:5:\"parse\";a:5:{s:4:\"type\";s:3:\"csv\";s:12:\"single_sheet\";s:0:\"\";s:9:\"delimiter\";s:1:\",\";s:7:\"enclose\";s:1:\"\"\";s:10:\"fieldnames\";s:4:\"true\";}s:3:\"map\";a:3:{s:14:\"only_specified\";s:0:\"\";s:7:\"product\";a:2:{s:2:\"db\";a:0:{}s:4:\"file\";a:0:{}}s:8:\"customer\";a:2:{s:2:\"db\";a:0:{}s:4:\"file\";a:0:{}}}s:7:\"product\";a:1:{s:6:\"filter\";a:8:{s:4:\"name\";s:0:\"\";s:3:\"sku\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:13:\"attribute_set\";s:0:\"\";s:5:\"price\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}s:3:\"qty\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}s:10:\"visibility\";s:1:\"0\";s:6:\"status\";s:1:\"0\";}}s:8:\"customer\";a:1:{s:6:\"filter\";a:10:{s:9:\"firstname\";s:0:\"\";s:8:\"lastname\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"group\";s:1:\"0\";s:10:\"adressType\";s:15:\"default_billing\";s:9:\"telephone\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:0:\"\";s:6:\"region\";s:0:\"\";s:10:\"created_at\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}}}}','import','product',0,'interactive'),(5,'Export Customers','2011-08-06 13:58:37','2011-08-06 13:58:37','<action type=\"customer/convert_adapter_customer\" method=\"load\">\r\n <var name=\"store\"><![CDATA[0]]></var>\r\n <var name=\"filter/adressType\"><![CDATA[default_billing]]></var>\r\n</action>\r\n\r\n<action type=\"customer/convert_parser_customer\" method=\"unparse\">\r\n <var name=\"store\"><![CDATA[0]]></var>\r\n</action>\r\n\r\n<action type=\"dataflow/convert_mapper_column\" method=\"map\">\r\n</action>\r\n\r\n<action type=\"dataflow/convert_parser_csv\" method=\"unparse\">\r\n <var name=\"delimiter\"><![CDATA[,]]></var>\r\n <var name=\"enclose\"><![CDATA[\"]]></var>\r\n <var name=\"fieldnames\">true</var>\r\n</action>\r\n\r\n<action type=\"dataflow/convert_adapter_io\" method=\"save\">\r\n <var name=\"type\">file</var>\r\n <var name=\"path\">var/export</var>\r\n <var name=\"filename\"><![CDATA[export_customers.csv]]></var>\r\n</action>\r\n\r\n','a:5:{s:4:\"file\";a:7:{s:4:\"type\";s:4:\"file\";s:8:\"filename\";s:20:\"export_customers.csv\";s:4:\"path\";s:10:\"var/export\";s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:8:\"password\";s:0:\"\";s:7:\"passive\";s:0:\"\";}s:5:\"parse\";a:5:{s:4:\"type\";s:3:\"csv\";s:12:\"single_sheet\";s:0:\"\";s:9:\"delimiter\";s:1:\",\";s:7:\"enclose\";s:1:\"\"\";s:10:\"fieldnames\";s:4:\"true\";}s:3:\"map\";a:3:{s:14:\"only_specified\";s:0:\"\";s:7:\"product\";a:2:{s:2:\"db\";a:0:{}s:4:\"file\";a:0:{}}s:8:\"customer\";a:2:{s:2:\"db\";a:0:{}s:4:\"file\";a:0:{}}}s:7:\"product\";a:1:{s:6:\"filter\";a:8:{s:4:\"name\";s:0:\"\";s:3:\"sku\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:13:\"attribute_set\";s:0:\"\";s:5:\"price\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}s:3:\"qty\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}s:10:\"visibility\";s:1:\"0\";s:6:\"status\";s:1:\"0\";}}s:8:\"customer\";a:1:{s:6:\"filter\";a:10:{s:9:\"firstname\";s:0:\"\";s:8:\"lastname\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"group\";s:1:\"0\";s:10:\"adressType\";s:15:\"default_billing\";s:9:\"telephone\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:0:\"\";s:6:\"region\";s:0:\"\";s:10:\"created_at\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}}}}','export','customer',0,'file'),(6,'Import Customers','2011-08-06 13:58:37','2011-08-06 13:58:37','<action type=\"dataflow/convert_parser_csv\" method=\"parse\">\r\n <var name=\"delimiter\"><![CDATA[,]]></var>\r\n <var name=\"enclose\"><![CDATA[\"]]></var>\r\n <var name=\"fieldnames\">true</var>\r\n <var name=\"store\"><![CDATA[0]]></var>\r\n <var name=\"adapter\">customer/convert_adapter_customer</var>\r\n <var name=\"method\">parse</var>\r\n</action>','a:5:{s:4:\"file\";a:7:{s:4:\"type\";s:4:\"file\";s:8:\"filename\";s:19:\"export_customer.csv\";s:4:\"path\";s:10:\"var/export\";s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:8:\"password\";s:0:\"\";s:7:\"passive\";s:0:\"\";}s:5:\"parse\";a:5:{s:4:\"type\";s:3:\"csv\";s:12:\"single_sheet\";s:0:\"\";s:9:\"delimiter\";s:1:\",\";s:7:\"enclose\";s:1:\"\"\";s:10:\"fieldnames\";s:4:\"true\";}s:3:\"map\";a:3:{s:14:\"only_specified\";s:0:\"\";s:7:\"product\";a:2:{s:2:\"db\";a:0:{}s:4:\"file\";a:0:{}}s:8:\"customer\";a:2:{s:2:\"db\";a:0:{}s:4:\"file\";a:0:{}}}s:7:\"product\";a:1:{s:6:\"filter\";a:8:{s:4:\"name\";s:0:\"\";s:3:\"sku\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:13:\"attribute_set\";s:0:\"\";s:5:\"price\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}s:3:\"qty\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}s:10:\"visibility\";s:1:\"0\";s:6:\"status\";s:1:\"0\";}}s:8:\"customer\";a:1:{s:6:\"filter\";a:10:{s:9:\"firstname\";s:0:\"\";s:8:\"lastname\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"group\";s:1:\"0\";s:10:\"adressType\";s:15:\"default_billing\";s:9:\"telephone\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:0:\"\";s:6:\"region\";s:0:\"\";s:10:\"created_at\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:0:\"\";}}}}','import','customer',0,'interactive'); /*!40000 ALTER TABLE `dataflow_profile` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dataflow_profile_history` -- DROP TABLE IF EXISTS `dataflow_profile_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dataflow_profile_history` ( `history_id` int(10) unsigned NOT NULL auto_increment, `profile_id` int(10) unsigned NOT NULL default '0', `action_code` varchar(64) default NULL, `user_id` int(10) unsigned NOT NULL default '0', `performed_at` datetime default NULL, PRIMARY KEY (`history_id`), KEY `FK_dataflow_profile_history` (`profile_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dataflow_profile_history` -- LOCK TABLES `dataflow_profile_history` WRITE; /*!40000 ALTER TABLE `dataflow_profile_history` DISABLE KEYS */; /*!40000 ALTER TABLE `dataflow_profile_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dataflow_session` -- DROP TABLE IF EXISTS `dataflow_session`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dataflow_session` ( `session_id` int(11) NOT NULL auto_increment, `user_id` int(11) NOT NULL, `created_date` datetime default NULL, `file` varchar(255) default NULL, `type` varchar(32) default NULL, `direction` varchar(32) default NULL, `comment` varchar(255) default NULL, PRIMARY KEY (`session_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dataflow_session` -- LOCK TABLES `dataflow_session` WRITE; /*!40000 ALTER TABLE `dataflow_session` DISABLE KEYS */; /*!40000 ALTER TABLE `dataflow_session` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `design_change` -- DROP TABLE IF EXISTS `design_change`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `design_change` ( `design_change_id` int(11) NOT NULL auto_increment, `store_id` smallint(5) unsigned NOT NULL default '0', `design` varchar(255) NOT NULL default '', `date_from` date default NULL, `date_to` date default NULL, PRIMARY KEY (`design_change_id`), KEY `FK_DESIGN_CHANGE_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 `directory_country` -- DROP TABLE IF EXISTS `directory_country`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `directory_country` ( `country_id` varchar(2) NOT NULL default '', `iso2_code` varchar(2) NOT NULL default '', `iso3_code` varchar(3) NOT NULL default '', PRIMARY KEY (`country_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Countries'; 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'),('PR','PR','PRI'),('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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `directory_country_format` ( `country_format_id` int(10) unsigned NOT NULL auto_increment, `country_id` varchar(2) NOT NULL default '', `type` varchar(30) NOT NULL default '', `format` text NOT NULL, PRIMARY KEY (`country_format_id`), UNIQUE KEY `country_type` (`country_id`,`type`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Countries format'; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `directory_country_region` ( `region_id` mediumint(8) unsigned NOT NULL auto_increment, `country_id` varchar(4) NOT NULL default '0', `code` varchar(32) NOT NULL default '', `default_name` varchar(255) default NULL, PRIMARY KEY (`region_id`), KEY `FK_REGION_COUNTRY` (`country_id`) ) ENGINE=MyISAM AUTO_INCREMENT=485 DEFAULT CHARSET=utf8 COMMENT='Country regions'; 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','AF','Armed Forces Africa'),(7,'US','AA','Armed Forces Americas'),(8,'US','AC','Armed Forces Canada'),(9,'US','AE','Armed Forces Europe'),(10,'US','AM','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','Voralberg'),(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','01','Ain'),(183,'FR','02','Aisne'),(184,'FR','03','Allier'),(185,'FR','04','Alpes-de-Haute-Provence'),(186,'FR','05','Hautes-Alpes'),(187,'FR','06','Alpes-Maritimes'),(188,'FR','07','Ardèche'),(189,'FR','08','Ardennes'),(190,'FR','09','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'); /*!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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `directory_country_region_name` ( `locale` varchar(8) NOT NULL default '', `region_id` mediumint(8) unsigned NOT NULL default '0', `name` varchar(64) NOT NULL default '', PRIMARY KEY (`locale`,`region_id`), KEY `FK_DIRECTORY_REGION_NAME_REGION` (`region_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Regions names'; 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,'Voralberg'),('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'); /*!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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `directory_currency_rate` ( `currency_from` char(3) NOT NULL default '', `currency_to` char(3) NOT NULL default '', `rate` decimal(24,12) NOT NULL default '0.000000000000', PRIMARY KEY (`currency_from`,`currency_to`), KEY `FK_CURRENCY_RATE_TO` (`currency_to`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `downloadable_link` ( `link_id` int(10) unsigned NOT NULL auto_increment, `product_id` int(10) unsigned NOT NULL default '0', `sort_order` int(10) unsigned NOT NULL default '0', `number_of_downloads` int(10) unsigned default NULL, `is_shareable` smallint(1) unsigned NOT NULL default '0', `link_url` varchar(255) NOT NULL default '', `link_file` varchar(255) NOT NULL default '', `link_type` varchar(20) NOT NULL default '', `sample_url` varchar(255) NOT NULL default '', `sample_file` varchar(255) NOT NULL default '', `sample_type` varchar(20) NOT NULL default '', PRIMARY KEY (`link_id`), KEY `DOWNLODABLE_LINK_PRODUCT` (`product_id`), KEY `DOWNLODABLE_LINK_PRODUCT_SORT_ORDER` (`product_id`,`sort_order`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `downloadable_link_price` ( `price_id` int(10) unsigned NOT NULL auto_increment, `link_id` int(10) unsigned NOT NULL default '0', `website_id` smallint(5) unsigned NOT NULL default '0', `price` decimal(12,4) NOT NULL default '0.0000', PRIMARY KEY (`price_id`), KEY `DOWNLOADABLE_LINK_PRICE_LINK` (`link_id`), KEY `DOWNLOADABLE_LINK_PRICE_WEBSITE` (`website_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `downloadable_link_purchased` ( `purchased_id` int(10) unsigned NOT NULL auto_increment, `order_id` int(10) unsigned default '0', `order_increment_id` varchar(50) NOT NULL default '', `order_item_id` int(10) unsigned NOT NULL default '0', `created_at` datetime NOT NULL default '0000-00-00 00:00:00', `updated_at` datetime NOT NULL default '0000-00-00 00:00:00', `customer_id` int(10) unsigned NOT NULL default '0', `product_name` varchar(255) NOT NULL default '', `product_sku` varchar(255) NOT NULL default '', `link_section_title` varchar(255) NOT NULL default '', PRIMARY KEY (`purchased_id`), KEY `DOWNLOADABLE_ORDER_ID` (`order_id`), KEY `DOWNLOADABLE_CUSTOMER_ID` (`customer_id`), KEY `KEY_DOWNLOADABLE_ORDER_ITEM_ID` (`order_item_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `downloadable_link_purchased_item` ( `item_id` int(10) unsigned NOT NULL auto_increment, `purchased_id` int(10) unsigned NOT NULL default '0', `order_item_id` int(10) unsigned default '0', `product_id` int(10) unsigned default '0', `link_hash` varchar(255) NOT NULL default '', `number_of_downloads_bought` int(10) unsigned NOT NULL default '0', `number_of_downloads_used` int(10) unsigned NOT NULL default '0', `link_id` int(20) unsigned NOT NULL default '0', `link_title` varchar(255) NOT NULL default '', `is_shareable` smallint(1) unsigned NOT NULL default '0', `link_url` varchar(255) NOT NULL default '', `link_file` varchar(255) NOT NULL default '', `link_type` varchar(255) NOT NULL default '', `status` varchar(50) NOT NULL default '', `created_at` datetime NOT NULL default '0000-00-00 00:00:00', `updated_at` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`item_id`), KEY `DOWNLOADABLE_LINK_PURCHASED_ID` (`purchased_id`), KEY `DOWNLOADABLE_ORDER_ITEM_ID` (`order_item_id`), KEY `DOWNLOADALBE_LINK_HASH` (`link_hash`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `downloadable_link_title` ( `title_id` int(10) unsigned NOT NULL auto_increment, `link_id` int(10) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `title` varchar(255) NOT NULL default '', PRIMARY KEY (`title_id`), UNIQUE KEY `UNQ_LINK_TITLE_STORE` (`link_id`,`store_id`), KEY `DOWNLOADABLE_LINK_TITLE_LINK` (`link_id`), KEY `DOWNLOADABLE_LINK_TITLE_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `downloadable_sample` ( `sample_id` int(10) unsigned NOT NULL auto_increment, `product_id` int(10) unsigned NOT NULL default '0', `sample_url` varchar(255) NOT NULL default '', `sample_file` varchar(255) NOT NULL default '', `sample_type` varchar(20) NOT NULL default '', `sort_order` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`sample_id`), KEY `DOWNLODABLE_SAMPLE_PRODUCT` (`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `downloadable_sample_title` ( `title_id` int(10) unsigned NOT NULL auto_increment, `sample_id` int(10) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `title` varchar(255) NOT NULL default '', PRIMARY KEY (`title_id`), UNIQUE KEY `UNQ_SAMPLE_TITLE_STORE` (`sample_id`,`store_id`), KEY `DOWNLOADABLE_SAMPLE_TITLE_SAMPLE` (`sample_id`), KEY `DOWNLOADABLE_SAMPLE_TITLE_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `eav_attribute` ( `attribute_id` smallint(5) unsigned NOT NULL auto_increment, `entity_type_id` smallint(5) unsigned NOT NULL default '0', `attribute_code` varchar(255) NOT NULL default '', `attribute_model` varchar(255) default NULL, `backend_model` varchar(255) default NULL, `backend_type` enum('static','datetime','decimal','int','text','varchar') NOT NULL default 'static', `backend_table` varchar(255) default NULL, `frontend_model` varchar(255) default NULL, `frontend_input` varchar(50) default NULL, `frontend_label` varchar(255) default NULL, `frontend_class` varchar(255) default NULL, `source_model` varchar(255) default NULL, `is_required` tinyint(1) unsigned NOT NULL default '0', `is_user_defined` tinyint(1) unsigned NOT NULL default '0', `default_value` text, `is_unique` tinyint(1) unsigned NOT NULL default '0', `note` varchar(255) NOT NULL, PRIMARY KEY (`attribute_id`), UNIQUE KEY `entity_type_id` (`entity_type_id`,`attribute_code`), KEY `IDX_USED_FOR_SORT_BY` (`entity_type_id`), KEY `IDX_USED_IN_PRODUCT_LISTING` (`entity_type_id`) ) ENGINE=MyISAM AUTO_INCREMENT=122 DEFAULT CHARSET=utf8; 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,'customer/customer_attribute_backend_website','static','','','select','Associate to Website','','customer/customer_attribute_source_website',1,0,'',0,''),(2,1,'store_id',NULL,'customer/customer_attribute_backend_store','static','','','select','Create In','','customer/customer_attribute_source_store',1,0,'',0,''),(3,1,'created_in',NULL,'','varchar','','','text','Created From','','',0,0,'',0,''),(4,1,'prefix',NULL,'','varchar','','','text','Prefix','','',0,0,'',0,''),(5,1,'firstname',NULL,'','varchar','','','text','First Name','','',1,0,'',0,''),(6,1,'middlename',NULL,'','varchar','','','text','Middle Name/Initial','','',0,0,'',0,''),(7,1,'lastname',NULL,'','varchar','','','text','Last Name','','',1,0,'',0,''),(8,1,'suffix',NULL,'','varchar','','','text','Suffix','','',0,0,'',0,''),(9,1,'email',NULL,'','static','','','text','Email','','',1,0,'',0,''),(10,1,'group_id',NULL,'','static','','','select','Group','','customer/customer_attribute_source_group',1,0,'',0,''),(11,1,'dob',NULL,'eav/entity_attribute_backend_datetime','datetime','','eav/entity_attribute_frontend_datetime','date','Date Of Birth','','',0,0,'',0,''),(12,1,'password_hash',NULL,'customer/customer_attribute_backend_password','varchar','','','hidden','','','',0,0,'',0,''),(13,1,'default_billing',NULL,'customer/customer_attribute_backend_billing','int','','','text','Default Billing Address','','',0,0,'',0,''),(14,1,'default_shipping',NULL,'customer/customer_attribute_backend_shipping','int','','','text','Default Shipping Address','','',0,0,'',0,''),(15,1,'taxvat',NULL,'','varchar','','','text','Tax/VAT Number','','',0,0,'',0,''),(16,1,'confirmation',NULL,'','varchar','','','text','Is Confirmed','','',0,0,'',0,''),(17,1,'created_at',NULL,'','static','','','date','Created At','','',0,0,'',0,''),(18,2,'prefix',NULL,'','varchar','','','text','Prefix','','',0,0,'',0,''),(19,2,'firstname',NULL,'','varchar','','','text','First Name','','',1,0,'',0,''),(20,2,'middlename',NULL,'','varchar','','','text','Middle Name/Initial','','',0,0,'',0,''),(21,2,'lastname',NULL,'','varchar','','','text','Last Name','','',1,0,'',0,''),(22,2,'suffix',NULL,'','varchar','','','text','Suffix','','',0,0,'',0,''),(23,2,'company',NULL,'','varchar','','','text','Company','','',0,0,'',0,''),(24,2,'street',NULL,'customer_entity/address_attribute_backend_street','text','','','multiline','Street Address','','',1,0,'',0,''),(25,2,'city',NULL,'','varchar','','','text','City','','',1,0,'',0,''),(26,2,'country_id',NULL,'','varchar','','','select','Country','','customer_entity/address_attribute_source_country',1,0,'',0,''),(27,2,'region',NULL,'customer_entity/address_attribute_backend_region','varchar','','','text','State/Province','','',0,0,'',0,''),(28,2,'region_id',NULL,'','int','','','hidden','State/Province','','customer_entity/address_attribute_source_region',0,0,'',0,''),(29,2,'postcode',NULL,'','varchar','','','text','Zip/Postal Code','','',1,0,'',0,''),(30,2,'telephone',NULL,'','varchar','','','text','Telephone','','',1,0,'',0,''),(31,2,'fax',NULL,'','varchar','','','text','Fax','','',0,0,'',0,''),(32,1,'gender',NULL,'','int','','','select','Gender','','eav/entity_attribute_source_table',0,0,'',0,''),(33,3,'name',NULL,'','varchar','','','text','Name','','',1,0,'',0,''),(34,3,'is_active',NULL,'','int','','','select','Is Active','','eav/entity_attribute_source_boolean',1,0,'',0,''),(35,3,'url_key',NULL,'catalog/category_attribute_backend_urlkey','varchar','','','text','URL key','','',0,0,'',0,''),(36,3,'description',NULL,'','text','','','textarea','Description','','',0,0,'',0,''),(37,3,'image',NULL,'catalog/category_attribute_backend_image','varchar','','','image','Image','','',0,0,'',0,''),(38,3,'meta_title',NULL,'','varchar','','','text','Page Title','','',0,0,'',0,''),(39,3,'meta_keywords',NULL,'','text','','','textarea','Meta Keywords','','',0,0,'',0,''),(40,3,'meta_description',NULL,'','text','','','textarea','Meta Description','','',0,0,'',0,''),(41,3,'display_mode',NULL,'','varchar','','','select','Display Mode','','catalog/category_attribute_source_mode',0,0,'',0,''),(42,3,'landing_page',NULL,'','int','','','select','CMS Block','','catalog/category_attribute_source_page',0,0,'',0,''),(43,3,'is_anchor',NULL,'','int','','','select','Is Anchor','','eav/entity_attribute_source_boolean',0,0,'',0,''),(44,3,'path',NULL,'','static','','','','Path','','',0,0,'',0,''),(45,3,'position',NULL,'','static','','','','Position','','',0,0,'',0,''),(46,3,'all_children',NULL,'','text','','','','','','',0,0,'',0,''),(47,3,'path_in_store',NULL,'','text','','','','','','',0,0,'',0,''),(48,3,'children',NULL,'','text','','','','','','',0,0,'',0,''),(49,3,'url_path',NULL,'','varchar','','','','','','',0,0,'',0,''),(50,3,'custom_design',NULL,'','varchar','','','select','Custom Design','','core/design_source_design',0,0,'',0,''),(52,3,'custom_design_from',NULL,'eav/entity_attribute_backend_datetime','datetime','','','date','Active From','','',0,0,'',0,''),(53,3,'custom_design_to',NULL,'eav/entity_attribute_backend_datetime','datetime','','','date','Active To','','',0,0,'',0,''),(54,3,'page_layout',NULL,'','varchar','','','select','Page Layout','','catalog/category_attribute_source_layout',0,0,'',0,''),(55,3,'custom_layout_update',NULL,'catalog/attribute_backend_customlayoutupdate','text','','','textarea','Custom Layout Update','','',0,0,'',0,''),(56,3,'level',NULL,'','static','','','','Level','','',0,0,'',0,''),(57,3,'children_count',NULL,'','static','','','','Children Count','','',0,0,'',0,''),(58,3,'available_sort_by',NULL,'catalog/category_attribute_backend_sortby','text','','','multiselect','Available Product Listing Sort By','','catalog/category_attribute_source_sortby',1,0,'',0,''),(59,3,'default_sort_by',NULL,'catalog/category_attribute_backend_sortby','varchar','','','select','Default Product Listing Sort By','','catalog/category_attribute_source_sortby',1,0,'',0,''),(60,4,'name',NULL,'','varchar','','','text','Name','','',1,0,'',0,''),(61,4,'description',NULL,'','text','','','textarea','Description','','',1,0,'',0,''),(62,4,'short_description',NULL,'','text','','','textarea','Short Description','','',1,0,'',0,''),(63,4,'sku',NULL,'catalog/product_attribute_backend_sku','static','','','text','SKU','','',1,0,'',1,''),(64,4,'price',NULL,'catalog/product_attribute_backend_price','decimal','','','price','Price','','',1,0,'',0,''),(65,4,'special_price',NULL,'catalog/product_attribute_backend_price','decimal','','','price','Special Price','','',0,0,'',0,''),(66,4,'special_from_date',NULL,'catalog/product_attribute_backend_startdate','datetime','','','date','Special Price From Date','','',0,0,'',0,''),(67,4,'special_to_date',NULL,'eav/entity_attribute_backend_datetime','datetime','','','date','Special Price To Date','','',0,0,'',0,''),(68,4,'cost',NULL,'catalog/product_attribute_backend_price','decimal','','','price','Cost','','',0,1,'',0,''),(69,4,'weight',NULL,'','decimal','','','text','Weight','','',1,0,'',0,''),(70,4,'manufacturer',NULL,'','int','','','select','Manufacturer','','',0,1,'',0,''),(71,4,'meta_title',NULL,'','varchar','','','text','Meta Title','','',0,0,'',0,''),(72,4,'meta_keyword',NULL,'','text','','','textarea','Meta Keywords','','',0,0,'',0,''),(73,4,'meta_description',NULL,'','varchar','','','textarea','Meta Description','validate-length maximum-length-255','',0,0,'',0,'Maximum 255 chars'),(74,4,'image',NULL,'','varchar','','catalog/product_attribute_frontend_image','media_image','Base Image','','',0,0,'',0,''),(75,4,'small_image',NULL,'','varchar','','catalog/product_attribute_frontend_image','media_image','Small Image','','',0,0,'',0,''),(76,4,'thumbnail',NULL,'','varchar','','catalog/product_attribute_frontend_image','media_image','Thumbnail','','',0,0,'',0,''),(77,4,'media_gallery',NULL,'catalog/product_attribute_backend_media','varchar','','','gallery','Media Gallery','','',0,0,'',0,''),(78,4,'old_id',NULL,'','int','','','','','','',0,0,'',0,''),(79,4,'tier_price',NULL,'catalog/product_attribute_backend_tierprice','decimal','','','text','Tier Price','','',0,0,'',0,''),(80,4,'color',NULL,'','int','','','select','Color','','',0,1,'',0,''),(81,4,'news_from_date',NULL,'eav/entity_attribute_backend_datetime','datetime','','','date','Set Product as New from Date','','',0,0,'',0,''),(82,4,'news_to_date',NULL,'eav/entity_attribute_backend_datetime','datetime','','','date','Set Product as New to Date','','',0,0,'',0,''),(83,4,'gallery',NULL,'','varchar','','','gallery','Image Gallery','','',0,0,'',0,''),(84,4,'status',NULL,'','int','','','select','Status','','catalog/product_status',1,0,'',0,''),(85,4,'tax_class_id',NULL,'','int','','','select','Tax Class','','tax/class_source_product',1,0,'',0,''),(86,4,'url_key',NULL,'catalog/product_attribute_backend_urlkey','varchar','','','text','URL key','','',0,0,'',0,''),(87,4,'url_path',NULL,'','varchar','','','','','','',0,0,'',0,''),(88,4,'minimal_price',NULL,'','decimal','','','price','Minimal Price','','',0,0,'',0,''),(89,4,'is_recurring',NULL,'','int','','','select','Enable Recurring Profile','','eav/entity_attribute_source_boolean',0,0,'',0,'Products with recurring profile participate in catalog as nominal items.'),(90,4,'recurring_profile',NULL,'catalog/product_attribute_backend_recurring','text','','','text','Recurring Payment Profile','','',0,0,'',0,''),(91,4,'visibility',NULL,'','int','','','select','Visibility','','catalog/product_visibility',1,0,'4',0,''),(92,4,'custom_design',NULL,'','varchar','','','select','Custom Design','','core/design_source_design',0,0,'',0,''),(93,4,'custom_design_from',NULL,'eav/entity_attribute_backend_datetime','datetime','','','date','Active From','','',0,0,'',0,''),(94,4,'custom_design_to',NULL,'eav/entity_attribute_backend_datetime','datetime','','','date','Active To','','',0,0,'',0,''),(95,4,'custom_layout_update',NULL,'catalog/attribute_backend_customlayoutupdate','text','','','textarea','Custom Layout Update','','',0,0,'',0,''),(96,4,'page_layout',NULL,'','varchar','','','select','Page Layout','','catalog/product_attribute_source_layout',0,0,'',0,''),(97,4,'options_container',NULL,'','varchar','','','select','Display product options in','','catalog/entity_product_attribute_design_options_container',0,0,'container2',0,''),(98,4,'required_options',NULL,'','static','','','text','','','',0,0,'',0,''),(99,4,'has_options',NULL,'','static','','','text','','','',0,0,'',0,''),(100,4,'image_label',NULL,'','varchar','','','text','Image Label','','',0,0,'',0,''),(101,4,'small_image_label',NULL,'','varchar','','','text','Small Image Label','','',0,0,'',0,''),(102,4,'thumbnail_label',NULL,'','varchar','','','text','Thumbnail Label','','',0,0,'',0,''),(103,4,'created_at',NULL,'eav/entity_attribute_backend_time_created','static','','','text','','','',1,0,'',0,''),(104,4,'updated_at',NULL,'eav/entity_attribute_backend_time_updated','static','','','text','','','',1,0,'',0,''),(105,3,'include_in_menu',NULL,'','int','','','select','Include in Navigation Menu','','eav/entity_attribute_source_boolean',1,0,'1',0,''),(106,3,'custom_use_parent_settings',NULL,'','int','','','select','Use Parent Category Settings','','eav/entity_attribute_source_boolean',0,0,'',0,''),(107,3,'custom_apply_to_products',NULL,'','int','','','select','Apply To Products','','eav/entity_attribute_source_boolean',0,0,'',0,''),(108,3,'filter_price_range',NULL,'','int','','','text','Layered Navigation Price Step','','',0,0,'',0,''),(109,4,'enable_googlecheckout',NULL,'','int','','','select','Is product available for purchase with Google Checkout','','eav/entity_attribute_source_boolean',0,0,'1',0,''),(110,4,'gift_message_available',NULL,'catalog/product_attribute_backend_boolean','varchar','','','select','Allow Gift Message','','eav/entity_attribute_source_boolean',0,0,'',0,''),(111,4,'price_type',NULL,'','int','','','','','','',1,0,'',0,''),(112,4,'sku_type',NULL,'','int','','','','','','',1,0,'',0,''),(113,4,'weight_type',NULL,'','int','','','','','','',1,0,'',0,''),(114,4,'price_view',NULL,'','int','','','select','Price View','','bundle/product_attribute_source_price_view',1,0,'',0,''),(115,4,'shipment_type',NULL,'','int','','','','Shipment','','',1,0,'',0,''),(116,4,'links_purchased_separately',NULL,'','int','','','','Links can be purchased separately','','',1,0,'',0,''),(117,4,'samples_title',NULL,'','varchar','','','','Samples title','','',1,0,'',0,''),(118,4,'links_title',NULL,'','varchar','','','','Links title','','',1,0,'',0,''),(119,4,'links_exist',NULL,'','int','','','','','','',0,0,'0',0,''),(120,3,'thumbnail',NULL,'catalog/category_attribute_backend_image','varchar','','','image','Thumbnail Image','','',0,0,'',0,''),(121,4,'is_imported',NULL,'','int','','','select','In feed','','eav/entity_attribute_source_boolean',0,0,'',0,''); /*!40000 ALTER TABLE `eav_attribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `eav_attribute_group` -- DROP TABLE IF EXISTS `eav_attribute_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `eav_attribute_group` ( `attribute_group_id` smallint(5) unsigned NOT NULL auto_increment, `attribute_set_id` smallint(5) unsigned NOT NULL default '0', `attribute_group_name` varchar(255) NOT NULL default '', `sort_order` smallint(6) NOT NULL default '0', `default_id` smallint(5) unsigned default '0', PRIMARY KEY (`attribute_group_id`), UNIQUE KEY `attribute_set_id` (`attribute_set_id`,`attribute_group_name`), KEY `attribute_set_id_2` (`attribute_set_id`,`sort_order`) ) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8; 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),(2,2,'General',1,1),(3,3,'General Information',10,1),(4,4,'General',1,1),(5,4,'Prices',2,0),(6,4,'Meta Information',3,0),(7,4,'Images',4,0),(8,4,'Recurring Profile',5,0),(9,4,'Design',6,0),(10,3,'Display Settings',20,0),(11,3,'Custom Design',30,0),(12,5,'General',1,1),(13,6,'General',1,1),(14,7,'General',1,1),(15,8,'General',1,1),(16,4,'Gift Options',7,0); /*!40000 ALTER TABLE `eav_attribute_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `eav_attribute_label` -- DROP TABLE IF EXISTS `eav_attribute_label`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `eav_attribute_label` ( `attribute_label_id` int(11) unsigned NOT NULL auto_increment, `attribute_id` smallint(5) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `value` varchar(255) NOT NULL default '', PRIMARY KEY (`attribute_label_id`), KEY `IDX_ATTRIBUTE_LABEL_ATTRIBUTE` (`attribute_id`), KEY `IDX_ATTRIBUTE_LABEL_STORE` (`store_id`), KEY `IDX_ATTRIBUTE_LABEL_ATTRIBUTE_STORE` (`attribute_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `eav_attribute_option` ( `option_id` int(10) unsigned NOT NULL auto_increment, `attribute_id` smallint(5) unsigned NOT NULL default '0', `sort_order` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`option_id`), KEY `FK_ATTRIBUTE_OPTION_ATTRIBUTE` (`attribute_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Attributes option (for source model)'; 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,32,0),(2,32,1); /*!40000 ALTER TABLE `eav_attribute_option` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `eav_attribute_option_value` -- DROP TABLE IF EXISTS `eav_attribute_option_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `eav_attribute_option_value` ( `value_id` int(10) unsigned NOT NULL auto_increment, `option_id` int(10) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `value` varchar(255) NOT NULL default '', PRIMARY KEY (`value_id`), KEY `FK_ATTRIBUTE_OPTION_VALUE_OPTION` (`option_id`), KEY `FK_ATTRIBUTE_OPTION_VALUE_STORE` (`store_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Attribute option values per store'; 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'); /*!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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `eav_attribute_set` ( `attribute_set_id` smallint(5) unsigned NOT NULL auto_increment, `entity_type_id` smallint(5) unsigned NOT NULL default '0', `attribute_set_name` varchar(255) character set utf8 collate utf8_swedish_ci NOT NULL default '', `sort_order` smallint(6) NOT NULL default '0', PRIMARY KEY (`attribute_set_id`), UNIQUE KEY `entity_type_id` (`entity_type_id`,`attribute_set_name`), KEY `entity_type_id_2` (`entity_type_id`,`sort_order`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; 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',1),(2,2,'Default',1),(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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `eav_entity` ( `entity_id` int(10) unsigned NOT NULL auto_increment, `entity_type_id` smallint(8) unsigned NOT NULL default '0', `attribute_set_id` smallint(5) unsigned NOT NULL default '0', `increment_id` varchar(50) NOT NULL default '', `parent_id` int(11) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `created_at` datetime NOT NULL default '0000-00-00 00:00:00', `updated_at` datetime NOT NULL default '0000-00-00 00:00:00', `is_active` tinyint(1) unsigned NOT NULL default '1', PRIMARY KEY (`entity_id`), KEY `FK_ENTITY_ENTITY_TYPE` (`entity_type_id`), KEY `FK_ENTITY_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Entityies'; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `eav_entity_attribute` ( `entity_attribute_id` int(10) unsigned NOT NULL auto_increment, `entity_type_id` smallint(5) unsigned NOT NULL default '0', `attribute_set_id` smallint(5) unsigned NOT NULL default '0', `attribute_group_id` smallint(5) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `sort_order` smallint(6) NOT NULL default '0', PRIMARY KEY (`entity_attribute_id`), UNIQUE KEY `attribute_set_id_2` (`attribute_set_id`,`attribute_id`), UNIQUE KEY `attribute_group_id` (`attribute_group_id`,`attribute_id`), KEY `attribute_set_id_3` (`attribute_set_id`,`sort_order`), KEY `FK_EAV_ENTITY_ATTRIVUTE_ATTRIBUTE` (`attribute_id`) ) ENGINE=MyISAM AUTO_INCREMENT=120 DEFAULT CHARSET=utf8; 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,0),(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,0),(13,1,1,1,13,0),(14,1,1,1,14,0),(15,1,1,1,15,100),(16,1,1,1,16,0),(17,1,1,1,17,86),(18,2,2,2,18,10),(19,2,2,2,19,20),(20,2,2,2,20,30),(21,2,2,2,21,40),(22,2,2,2,22,50),(23,2,2,2,23,60),(24,2,2,2,24,70),(25,2,2,2,25,80),(26,2,2,2,26,90),(27,2,2,2,27,100),(28,2,2,2,28,100),(29,2,2,2,29,110),(30,2,2,2,30,120),(31,2,2,2,31,130),(32,1,1,1,32,110),(33,3,3,3,33,1),(34,3,3,3,34,2),(35,3,3,3,35,3),(36,3,3,3,36,4),(37,3,3,3,37,5),(38,3,3,3,38,6),(39,3,3,3,39,7),(40,3,3,3,40,8),(41,3,3,10,41,10),(42,3,3,10,42,20),(43,3,3,10,43,30),(44,3,3,3,44,12),(45,3,3,3,45,13),(46,3,3,3,46,14),(47,3,3,3,47,15),(48,3,3,3,48,16),(49,3,3,3,49,17),(50,3,3,11,50,10),(51,3,3,11,51,20),(52,3,3,11,52,30),(53,3,3,11,53,40),(54,3,3,11,54,50),(55,3,3,11,55,60),(56,3,3,3,56,24),(57,3,3,3,57,25),(58,3,3,10,58,40),(59,3,3,10,59,50),(60,4,4,4,60,1),(61,4,4,4,61,2),(62,4,4,4,62,3),(63,4,4,4,63,4),(64,4,4,5,64,1),(65,4,4,5,65,2),(66,4,4,5,66,3),(67,4,4,5,67,4),(68,4,4,5,68,5),(69,4,4,4,69,5),(70,4,4,6,71,1),(71,4,4,6,72,2),(72,4,4,6,73,3),(73,4,4,7,74,1),(74,4,4,7,75,2),(75,4,4,7,76,3),(76,4,4,7,77,4),(77,4,4,4,78,6),(78,4,4,5,79,6),(79,4,4,4,81,7),(80,4,4,4,82,8),(81,4,4,7,83,5),(82,4,4,4,84,9),(83,4,4,5,85,7),(84,4,4,4,86,10),(85,4,4,4,87,11),(86,4,4,5,88,8),(87,4,4,8,89,1),(88,4,4,8,90,2),(89,4,4,4,91,12),(90,4,4,9,92,1),(91,4,4,9,93,2),(92,4,4,9,94,3),(93,4,4,9,95,4),(94,4,4,9,96,5),(95,4,4,9,97,6),(96,4,4,4,98,13),(97,4,4,4,99,14),(98,4,4,4,100,15),(99,4,4,4,101,16),(100,4,4,4,102,17),(101,4,4,4,103,18),(102,4,4,4,104,19),(103,3,3,3,105,10),(104,3,3,11,106,5),(105,3,3,11,107,6),(106,3,3,10,108,51),(107,4,4,5,109,20),(108,4,4,16,110,20),(109,4,4,4,111,20),(110,4,4,4,112,21),(111,4,4,4,113,22),(112,4,4,5,114,21),(113,4,4,4,115,23),(114,4,4,4,116,24),(115,4,4,4,117,25),(116,4,4,4,118,26),(117,4,4,4,119,27),(118,3,3,3,120,4),(119,4,4,4,121,28); /*!40000 ALTER TABLE `eav_entity_attribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `eav_entity_datetime` -- DROP TABLE IF EXISTS `eav_entity_datetime`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `eav_entity_datetime` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` smallint(5) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`value_id`), UNIQUE KEY `UNQ_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`,`store_id`), KEY `FK_ATTRIBUTE_DATETIME_ENTITY_TYPE` (`entity_type_id`), KEY `FK_ATTRIBUTE_DATETIME_ATTRIBUTE` (`attribute_id`), KEY `FK_ATTRIBUTE_DATETIME_STORE` (`store_id`), KEY `FK_ATTRIBUTE_DATETIME_ENTITY` (`entity_id`), KEY `value_by_attribute` (`attribute_id`,`value`), KEY `value_by_entity_type` (`entity_type_id`,`value`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Datetime values of attributes'; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `eav_entity_decimal` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` smallint(5) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` decimal(12,4) NOT NULL default '0.0000', PRIMARY KEY (`value_id`), UNIQUE KEY `UNQ_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`,`store_id`), KEY `FK_ATTRIBUTE_DECIMAL_ENTITY_TYPE` (`entity_type_id`), KEY `FK_ATTRIBUTE_DECIMAL_ATTRIBUTE` (`attribute_id`), KEY `FK_ATTRIBUTE_DECIMAL_STORE` (`store_id`), KEY `FK_ATTRIBUTE_DECIMAL_ENTITY` (`entity_id`), KEY `value_by_attribute` (`attribute_id`,`value`), KEY `value_by_entity_type` (`entity_type_id`,`value`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Decimal values of attributes'; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `eav_entity_int` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` smallint(5) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` int(11) NOT NULL default '0', PRIMARY KEY (`value_id`), UNIQUE KEY `UNQ_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`,`store_id`), KEY `FK_ATTRIBUTE_INT_ENTITY_TYPE` (`entity_type_id`), KEY `FK_ATTRIBUTE_INT_ATTRIBUTE` (`attribute_id`), KEY `FK_ATTRIBUTE_INT_STORE` (`store_id`), KEY `FK_ATTRIBUTE_INT_ENTITY` (`entity_id`), KEY `value_by_attribute` (`attribute_id`,`value`), KEY `value_by_entity_type` (`entity_type_id`,`value`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Integer values of attributes'; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `eav_entity_store` ( `entity_store_id` int(10) unsigned NOT NULL auto_increment, `entity_type_id` smallint(5) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `increment_prefix` varchar(20) NOT NULL default '', `increment_last_id` varchar(50) NOT NULL default '', PRIMARY KEY (`entity_store_id`), KEY `FK_eav_entity_store_entity_type` (`entity_type_id`), KEY `FK_eav_entity_store_store` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `eav_entity_text` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` smallint(5) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` text NOT NULL, PRIMARY KEY (`value_id`), UNIQUE KEY `UNQ_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`,`store_id`), KEY `FK_ATTRIBUTE_TEXT_ENTITY_TYPE` (`entity_type_id`), KEY `FK_ATTRIBUTE_TEXT_ATTRIBUTE` (`attribute_id`), KEY `FK_ATTRIBUTE_TEXT_STORE` (`store_id`), KEY `FK_ATTRIBUTE_TEXT_ENTITY` (`entity_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Text values of attributes'; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `eav_entity_type` ( `entity_type_id` smallint(5) unsigned NOT NULL auto_increment, `entity_type_code` varchar(50) NOT NULL default '', `entity_model` varchar(255) NOT NULL, `attribute_model` varchar(255) NOT NULL, `entity_table` varchar(255) NOT NULL default '', `value_table_prefix` varchar(255) NOT NULL default '', `entity_id_field` varchar(255) NOT NULL default '', `is_data_sharing` tinyint(4) unsigned NOT NULL default '1', `data_sharing_key` varchar(100) default 'default', `default_attribute_set_id` smallint(5) unsigned NOT NULL default '0', `increment_model` varchar(255) NOT NULL default '', `increment_per_store` tinyint(1) unsigned NOT NULL default '0', `increment_pad_length` tinyint(8) unsigned NOT NULL default '8', `increment_pad_char` char(1) NOT NULL default '0', `additional_attribute_table` varchar(255) NOT NULL default '', `entity_attribute_collection` varchar(255) NOT NULL default '', PRIMARY KEY (`entity_type_id`), KEY `entity_name` (`entity_type_code`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; 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','customer/customer','customer/attribute','customer/entity','','',1,'default',1,'eav/entity_increment_numeric',0,8,'0','customer/eav_attribute','customer/attribute_collection'),(2,'customer_address','customer/address','customer/attribute','customer/address_entity','','',1,'default',2,'',0,8,'0','customer/eav_attribute','customer/address_attribute_collection'),(3,'catalog_category','catalog/category','catalog/resource_eav_attribute','catalog/category','','',1,'default',3,'',0,8,'0','catalog/eav_attribute','catalog/category_attribute_collection'),(4,'catalog_product','catalog/product','catalog/resource_eav_attribute','catalog/product','','',1,'default',4,'',0,8,'0','catalog/eav_attribute','catalog/product_attribute_collection'),(5,'order','sales/order','','sales/order','','',1,'default',0,'eav/entity_increment_numeric',1,8,'0','',''),(6,'invoice','sales/order_invoice','','sales/invoice','','',1,'default',0,'eav/entity_increment_numeric',1,8,'0','',''),(7,'creditmemo','sales/order_creditmemo','','sales/creditmemo','','',1,'default',0,'eav/entity_increment_numeric',1,8,'0','',''),(8,'shipment','sales/order_shipment','','sales/shipment','','',1,'default',0,'eav/entity_increment_numeric',1,8,'0','',''); /*!40000 ALTER TABLE `eav_entity_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `eav_entity_varchar` -- DROP TABLE IF EXISTS `eav_entity_varchar`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `eav_entity_varchar` ( `value_id` int(11) NOT NULL auto_increment, `entity_type_id` smallint(5) unsigned NOT NULL default '0', `attribute_id` smallint(5) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `value` varchar(255) NOT NULL default '', PRIMARY KEY (`value_id`), UNIQUE KEY `UNQ_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`,`store_id`), KEY `FK_ATTRIBUTE_VARCHAR_ENTITY_TYPE` (`entity_type_id`), KEY `FK_ATTRIBUTE_VARCHAR_ATTRIBUTE` (`attribute_id`), KEY `FK_ATTRIBUTE_VARCHAR_STORE` (`store_id`), KEY `FK_ATTRIBUTE_VARCHAR_ENTITY` (`entity_id`), KEY `value_by_attribute` (`attribute_id`,`value`), KEY `value_by_entity_type` (`entity_type_id`,`value`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Varchar values of attributes'; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `eav_form_element` ( `element_id` int(10) unsigned NOT NULL auto_increment, `type_id` smallint(5) unsigned NOT NULL, `fieldset_id` smallint(5) unsigned default NULL, `attribute_id` smallint(5) unsigned NOT NULL, `sort_order` int(11) NOT NULL default '0', PRIMARY KEY (`element_id`), UNIQUE KEY `UNQ_FORM_ATTRIBUTE` (`type_id`,`attribute_id`), KEY `IDX_FORM_TYPE` (`type_id`), KEY `IDX_FORM_FIELDSET` (`fieldset_id`), KEY `IDX_FORM_ATTRIBUTE` (`attribute_id`) ) ENGINE=MyISAM AUTO_INCREMENT=69 DEFAULT CHARSET=utf8; 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,1,5,0),(2,1,1,7,1),(3,1,1,9,2),(4,2,2,5,0),(5,2,2,7,1),(6,2,2,9,2),(7,3,3,19,0),(8,3,3,21,1),(9,3,3,23,2),(10,3,3,30,3),(11,3,3,31,4),(12,3,4,24,0),(13,3,4,25,1),(14,3,4,27,2),(15,3,4,29,3),(16,3,4,26,4),(17,4,NULL,19,0),(18,4,NULL,21,1),(19,4,NULL,23,2),(20,4,NULL,9,3),(21,4,NULL,24,4),(22,4,NULL,25,5),(23,4,NULL,27,6),(24,4,NULL,29,7),(25,4,NULL,26,8),(26,4,NULL,30,9),(27,4,NULL,31,10),(28,5,NULL,19,0),(29,5,NULL,21,1),(30,5,NULL,23,2),(31,5,NULL,9,3),(32,5,NULL,24,4),(33,5,NULL,25,5),(34,5,NULL,27,6),(35,5,NULL,29,7),(36,5,NULL,26,8),(37,5,NULL,30,9),(38,5,NULL,31,10),(39,6,NULL,19,0),(40,6,NULL,21,1),(41,6,NULL,23,2),(42,6,NULL,24,3),(43,6,NULL,25,4),(44,6,NULL,27,5),(45,6,NULL,29,6),(46,6,NULL,26,7),(47,6,NULL,30,8),(48,6,NULL,31,9),(49,7,NULL,19,0),(50,7,NULL,21,1),(51,7,NULL,23,2),(52,7,NULL,24,3),(53,7,NULL,25,4),(54,7,NULL,27,5),(55,7,NULL,29,6),(56,7,NULL,26,7),(57,7,NULL,30,8),(58,7,NULL,31,9),(59,8,5,5,0),(60,8,5,7,1),(61,8,5,9,2),(62,8,6,23,0),(63,8,6,30,1),(64,8,6,24,2),(65,8,6,25,3),(66,8,6,27,4),(67,8,6,29,5),(68,8,6,26,6); /*!40000 ALTER TABLE `eav_form_element` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `eav_form_fieldset` -- DROP TABLE IF EXISTS `eav_form_fieldset`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `eav_form_fieldset` ( `fieldset_id` smallint(5) unsigned NOT NULL auto_increment, `type_id` smallint(5) unsigned NOT NULL, `code` char(64) NOT NULL, `sort_order` int(11) NOT NULL default '0', PRIMARY KEY (`fieldset_id`), UNIQUE KEY `UNQ_FORM_FIELDSET_CODE` (`type_id`,`code`), KEY `IDX_FORM_TYPE` (`type_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; 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 */; INSERT INTO `eav_form_fieldset` VALUES (1,1,'general',1),(2,2,'general',1),(3,3,'contact',1),(4,3,'address',2),(5,8,'general',1),(6,8,'address',2); /*!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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `eav_form_fieldset_label` ( `fieldset_id` smallint(5) unsigned NOT NULL, `store_id` smallint(5) unsigned NOT NULL, `label` varchar(255) NOT NULL, PRIMARY KEY (`fieldset_id`,`store_id`), KEY `IDX_FORM_FIELDSET` (`fieldset_id`), KEY `IDX_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 */; INSERT INTO `eav_form_fieldset_label` VALUES (1,0,'Personal Information'),(2,0,'Account Information'),(3,0,'Contact Information'),(4,0,'Address'),(5,0,'Personal Information'),(6,0,'Address Information'); /*!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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `eav_form_type` ( `type_id` smallint(5) unsigned NOT NULL auto_increment, `code` char(64) NOT NULL, `label` varchar(255) NOT NULL, `is_system` tinyint(1) unsigned NOT NULL default '0', `theme` varchar(64) NOT NULL default '', `store_id` smallint(5) unsigned NOT NULL, PRIMARY KEY (`type_id`), UNIQUE KEY `UNQ_FORM_TYPE_CODE` (`code`,`theme`,`store_id`), KEY `IDX_STORE` (`store_id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; 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,'customer_account_create','customer_account_create',1,'',0),(2,'customer_account_edit','customer_account_edit',1,'',0),(3,'customer_address_edit','customer_address_edit',1,'',0),(4,'checkout_onepage_register','checkout_onepage_register',1,'',0),(5,'checkout_onepage_register_guest','checkout_onepage_register_guest',1,'',0),(6,'checkout_onepage_billing_address','checkout_onepage_billing_address',1,'',0),(7,'checkout_onepage_shipping_address','checkout_onepage_shipping_address',1,'',0),(8,'checkout_multishipping_register','checkout_multishipping_register',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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `eav_form_type_entity` ( `type_id` smallint(5) unsigned NOT NULL, `entity_type_id` smallint(5) unsigned NOT NULL, PRIMARY KEY (`type_id`,`entity_type_id`), KEY `IDX_EAV_ENTITY_TYPE` (`entity_type_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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),(3,2),(4,1),(4,2),(5,1),(5,2),(6,2),(7,2),(8,1),(8,2); /*!40000 ALTER TABLE `eav_form_type_entity` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `find_feed_import_codes` -- DROP TABLE IF EXISTS `find_feed_import_codes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `find_feed_import_codes` ( `code_id` int(10) unsigned NOT NULL auto_increment, `import_code` varchar(255) NOT NULL, `eav_code` varchar(255) NOT NULL, `is_imported` int(10) unsigned NOT NULL, PRIMARY KEY (`code_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `find_feed_import_codes` -- LOCK TABLES `find_feed_import_codes` WRITE; /*!40000 ALTER TABLE `find_feed_import_codes` DISABLE KEYS */; /*!40000 ALTER TABLE `find_feed_import_codes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gift_message` -- DROP TABLE IF EXISTS `gift_message`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `gift_message` ( `gift_message_id` int(7) unsigned NOT NULL auto_increment, `customer_id` int(7) unsigned NOT NULL default '0', `sender` varchar(255) NOT NULL default '', `recipient` varchar(255) NOT NULL default '', `message` text NOT NULL, PRIMARY KEY (`gift_message_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 `googlebase_attributes` -- DROP TABLE IF EXISTS `googlebase_attributes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `googlebase_attributes` ( `id` int(10) unsigned NOT NULL auto_increment, `attribute_id` smallint(5) unsigned NOT NULL, `gbase_attribute` varchar(255) NOT NULL, `type_id` int(10) unsigned NOT NULL, PRIMARY KEY (`id`), KEY `GOOGLEBASE_ATTRIBUTES_ATTRIBUTE_ID` (`attribute_id`), KEY `GOOGLEBASE_ATTRIBUTES_TYPE_ID` (`type_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Google Base Attributes link Product Attributes'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `googlebase_attributes` -- LOCK TABLES `googlebase_attributes` WRITE; /*!40000 ALTER TABLE `googlebase_attributes` DISABLE KEYS */; /*!40000 ALTER TABLE `googlebase_attributes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `googlebase_items` -- DROP TABLE IF EXISTS `googlebase_items`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `googlebase_items` ( `item_id` int(10) unsigned NOT NULL auto_increment, `type_id` int(10) unsigned NOT NULL default '0', `product_id` int(10) unsigned NOT NULL, `gbase_item_id` varchar(255) NOT NULL, `store_id` smallint(5) unsigned NOT NULL, `published` datetime NOT NULL default '0000-00-00 00:00:00', `expires` datetime NOT NULL default '0000-00-00 00:00:00', `impr` smallint(5) unsigned NOT NULL default '0', `clicks` smallint(5) unsigned NOT NULL default '0', `views` smallint(5) unsigned NOT NULL default '0', `is_hidden` tinyint(4) NOT NULL default '0', PRIMARY KEY (`item_id`), KEY `GOOGLEBASE_ITEMS_PRODUCT_ID` (`product_id`), KEY `GOOGLEBASE_ITEMS_STORE_ID` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Google Base Items Products'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `googlebase_items` -- LOCK TABLES `googlebase_items` WRITE; /*!40000 ALTER TABLE `googlebase_items` DISABLE KEYS */; /*!40000 ALTER TABLE `googlebase_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `googlebase_types` -- DROP TABLE IF EXISTS `googlebase_types`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `googlebase_types` ( `type_id` int(10) unsigned NOT NULL auto_increment, `attribute_set_id` smallint(5) unsigned NOT NULL, `gbase_itemtype` varchar(255) NOT NULL, `target_country` varchar(2) NOT NULL default 'US', PRIMARY KEY (`type_id`), KEY `GOOGLEBASE_TYPES_ATTRIBUTE_SET_ID` (`attribute_set_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Google Base Item Types link Attribute Sets'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `googlebase_types` -- LOCK TABLES `googlebase_types` WRITE; /*!40000 ALTER TABLE `googlebase_types` DISABLE KEYS */; /*!40000 ALTER TABLE `googlebase_types` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `googlecheckout_api_debug` -- DROP TABLE IF EXISTS `googlecheckout_api_debug`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `googlecheckout_api_debug` ( `debug_id` int(10) unsigned NOT NULL auto_increment, `dir` enum('in','out') default NULL, `url` varchar(255) default NULL, `request_body` text, `response_body` text, PRIMARY KEY (`debug_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `googlecheckout_api_debug` -- LOCK TABLES `googlecheckout_api_debug` WRITE; /*!40000 ALTER TABLE `googlecheckout_api_debug` DISABLE KEYS */; /*!40000 ALTER TABLE `googlecheckout_api_debug` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `googlecheckout_notification` -- DROP TABLE IF EXISTS `googlecheckout_notification`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `googlecheckout_notification` ( `serial_number` varchar(30) NOT NULL, `started_at` datetime default NULL, `status` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`serial_number`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `googlecheckout_notification` -- LOCK TABLES `googlecheckout_notification` WRITE; /*!40000 ALTER TABLE `googlecheckout_notification` DISABLE KEYS */; /*!40000 ALTER TABLE `googlecheckout_notification` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `googleoptimizer_code` -- DROP TABLE IF EXISTS `googleoptimizer_code`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `googleoptimizer_code` ( `code_id` int(10) unsigned NOT NULL auto_increment, `entity_id` int(10) unsigned NOT NULL, `entity_type` varchar(50) NOT NULL default '', `store_id` smallint(5) unsigned NOT NULL, `control_script` text, `tracking_script` text, `conversion_script` text, `conversion_page` varchar(255) NOT NULL default '', `additional_data` text, PRIMARY KEY (`code_id`), KEY `GOOGLEOPTIMIZER_CODE_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 `importexport_importdata` -- DROP TABLE IF EXISTS `importexport_importdata`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `importexport_importdata` ( `id` int(10) unsigned NOT NULL auto_increment, `entity` varchar(50) NOT NULL, `behavior` set('append','replace','delete') NOT NULL default 'append', `data` mediumtext NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 */; /*!40000 ALTER TABLE `importexport_importdata` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `index_event` -- DROP TABLE IF EXISTS `index_event`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `index_event` ( `event_id` bigint(20) unsigned NOT NULL auto_increment, `type` varchar(64) NOT NULL, `entity` varchar(64) NOT NULL, `entity_pk` bigint(20) default NULL, `created_at` datetime NOT NULL, `old_data` mediumtext, `new_data` mediumtext, PRIMARY KEY (`event_id`), UNIQUE KEY `IDX_UNIQUE_EVENT` (`type`,`entity`,`entity_pk`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `index_event` -- LOCK TABLES `index_event` WRITE; /*!40000 ALTER TABLE `index_event` DISABLE KEYS */; INSERT INTO `index_event` VALUES (1,'save','catalog_category',1,'2011-08-06 09:58:40','a:3:{s:30:\"Mage_Catalog_Model_Indexer_Url\";N;s:43:\"Mage_Catalog_Model_Category_Indexer_Product\";N;s:41:\"Mage_CatalogSearch_Model_Indexer_Fulltext\";N;}','a:8:{s:35:\"cataloginventory_stock_match_result\";b:0;s:34:\"catalog_product_price_match_result\";b:0;s:24:\"catalog_url_match_result\";b:1;s:30:\"Mage_Catalog_Model_Indexer_Url\";N;s:37:\"catalog_category_product_match_result\";b:1;s:43:\"Mage_Catalog_Model_Category_Indexer_Product\";N;s:35:\"catalogsearch_fulltext_match_result\";b:1;s:41:\"Mage_CatalogSearch_Model_Indexer_Fulltext\";N;}'),(2,'save','catalog_category',2,'2011-08-06 09:58:40','a:3:{s:30:\"Mage_Catalog_Model_Indexer_Url\";N;s:43:\"Mage_Catalog_Model_Category_Indexer_Product\";N;s:41:\"Mage_CatalogSearch_Model_Indexer_Fulltext\";N;}','a:8:{s:35:\"cataloginventory_stock_match_result\";b:0;s:34:\"catalog_product_price_match_result\";b:0;s:24:\"catalog_url_match_result\";b:1;s:30:\"Mage_Catalog_Model_Indexer_Url\";N;s:37:\"catalog_category_product_match_result\";b:1;s:43:\"Mage_Catalog_Model_Category_Indexer_Product\";N;s:35:\"catalogsearch_fulltext_match_result\";b:1;s:41:\"Mage_CatalogSearch_Model_Indexer_Fulltext\";N;}'); /*!40000 ALTER TABLE `index_event` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `index_process` -- DROP TABLE IF EXISTS `index_process`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `index_process` ( `process_id` int(10) unsigned NOT NULL auto_increment, `indexer_code` varchar(32) NOT NULL, `status` enum('pending','working','require_reindex') NOT NULL default 'pending', `started_at` datetime default NULL, `ended_at` datetime default NULL, `mode` enum('real_time','manual') NOT NULL default 'real_time', PRIMARY KEY (`process_id`), UNIQUE KEY `IDX_CODE` (`indexer_code`) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `index_process` -- LOCK TABLES `index_process` WRITE; /*!40000 ALTER TABLE `index_process` DISABLE KEYS */; INSERT INTO `index_process` VALUES (1,'catalog_product_attribute','pending','2012-05-31 21:00:46','2012-05-31 21:00:47','real_time'),(2,'catalog_product_price','pending','2012-05-31 21:00:47','2012-05-31 21:00:50','real_time'),(3,'catalog_url','pending','2012-05-31 21:00:50','2012-05-31 21:00:51','real_time'),(4,'catalog_product_flat','pending','2012-05-31 21:00:51','2012-05-31 21:00:52','real_time'),(5,'catalog_category_flat','pending','2012-05-31 21:00:52','2012-05-31 21:00:53','real_time'),(6,'catalog_category_product','pending','2012-05-31 21:00:53','2012-05-31 21:00:53','real_time'),(7,'catalogsearch_fulltext','pending','2012-05-31 21:00:53','2012-05-31 21:00:53','real_time'),(8,'cataloginventory_stock','pending','2012-05-31 21:00:43','2012-05-31 21:00:46','real_time'),(9,'tag_summary','pending','2012-05-31 21:00:53','2012-05-31 21:00:53','real_time'); /*!40000 ALTER TABLE `index_process` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `index_process_event` -- DROP TABLE IF EXISTS `index_process_event`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `index_process_event` ( `process_id` int(10) unsigned NOT NULL, `event_id` bigint(20) unsigned NOT NULL, `status` enum('new','working','done','error') NOT NULL default 'new', PRIMARY KEY (`process_id`,`event_id`), KEY `FK_INDEX_EVNT_PROCESS` (`event_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `index_process_event` -- LOCK TABLES `index_process_event` WRITE; /*!40000 ALTER TABLE `index_process_event` DISABLE KEYS */; INSERT INTO `index_process_event` VALUES (3,1,'done'),(3,2,'done'),(6,1,'done'),(6,2,'done'),(7,1,'done'),(7,2,'done'); /*!40000 ALTER TABLE `index_process_event` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_customer` -- DROP TABLE IF EXISTS `log_customer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `log_customer` ( `log_id` int(10) unsigned NOT NULL auto_increment, `visitor_id` bigint(20) unsigned default NULL, `customer_id` int(11) NOT NULL default '0', `login_at` datetime NOT NULL default '0000-00-00 00:00:00', `logout_at` datetime default NULL, `store_id` smallint(5) unsigned NOT NULL, PRIMARY KEY (`log_id`), KEY `IDX_VISITOR` (`visitor_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Customers log information'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `log_customer` -- LOCK TABLES `log_customer` WRITE; /*!40000 ALTER TABLE `log_customer` DISABLE KEYS */; /*!40000 ALTER TABLE `log_customer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_quote` -- DROP TABLE IF EXISTS `log_quote`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `log_quote` ( `quote_id` int(10) unsigned NOT NULL default '0', `visitor_id` bigint(20) unsigned default NULL, `created_at` datetime NOT NULL default '0000-00-00 00:00:00', `deleted_at` datetime default NULL, PRIMARY KEY (`quote_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Quote log data'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `log_quote` -- LOCK TABLES `log_quote` WRITE; /*!40000 ALTER TABLE `log_quote` DISABLE KEYS */; /*!40000 ALTER TABLE `log_quote` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_summary` -- DROP TABLE IF EXISTS `log_summary`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `log_summary` ( `summary_id` bigint(20) unsigned NOT NULL auto_increment, `store_id` smallint(5) unsigned NOT NULL, `type_id` smallint(5) unsigned default NULL, `visitor_count` int(11) NOT NULL default '0', `customer_count` int(11) NOT NULL default '0', `add_date` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`summary_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Summary log information'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `log_summary` -- LOCK TABLES `log_summary` WRITE; /*!40000 ALTER TABLE `log_summary` DISABLE KEYS */; /*!40000 ALTER TABLE `log_summary` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_summary_type` -- DROP TABLE IF EXISTS `log_summary_type`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `log_summary_type` ( `type_id` smallint(5) unsigned NOT NULL auto_increment, `type_code` varchar(64) NOT NULL default '', `period` smallint(5) unsigned NOT NULL default '0', `period_type` enum('MINUTE','HOUR','DAY','WEEK','MONTH') NOT NULL default 'MINUTE', PRIMARY KEY (`type_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Type of summary information'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `log_summary_type` -- LOCK TABLES `log_summary_type` WRITE; /*!40000 ALTER TABLE `log_summary_type` DISABLE KEYS */; INSERT INTO `log_summary_type` VALUES (1,'hour',1,'HOUR'),(2,'day',1,'DAY'); /*!40000 ALTER TABLE `log_summary_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_url` -- DROP TABLE IF EXISTS `log_url`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `log_url` ( `url_id` bigint(20) unsigned NOT NULL default '0', `visitor_id` bigint(20) unsigned default NULL, `visit_time` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`url_id`), KEY `IDX_VISITOR` (`visitor_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='URL visiting history'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `log_url` -- LOCK TABLES `log_url` WRITE; /*!40000 ALTER TABLE `log_url` DISABLE KEYS */; INSERT INTO `log_url` VALUES (1,1,'2012-05-31 20:50:57'),(2,1,'2012-05-31 20:52:21'),(3,2,'2012-06-01 16:44:27'); /*!40000 ALTER TABLE `log_url` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_url_info` -- DROP TABLE IF EXISTS `log_url_info`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `log_url_info` ( `url_id` bigint(20) unsigned NOT NULL auto_increment, `url` varchar(255) NOT NULL default '', `referer` varchar(255) default NULL, PRIMARY KEY (`url_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Detale information about url visit'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `log_url_info` -- LOCK TABLES `log_url_info` WRITE; /*!40000 ALTER TABLE `log_url_info` DISABLE KEYS */; INSERT INTO `log_url_info` VALUES (1,'http://truthfortheworld.org/magento/',''),(2,'http://truthfortheworld.org/magento/',''),(3,'http://truthfortheworld.org/magento/',''); /*!40000 ALTER TABLE `log_url_info` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_visitor` -- DROP TABLE IF EXISTS `log_visitor`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `log_visitor` ( `visitor_id` bigint(20) unsigned NOT NULL auto_increment, `session_id` char(64) NOT NULL default '', `first_visit_at` datetime default NULL, `last_visit_at` datetime NOT NULL default '0000-00-00 00:00:00', `last_url_id` bigint(20) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL, PRIMARY KEY (`visitor_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='System visitors log'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `log_visitor` -- LOCK TABLES `log_visitor` WRITE; /*!40000 ALTER TABLE `log_visitor` DISABLE KEYS */; INSERT INTO `log_visitor` VALUES (1,'12ae470c7ee627406d51ffdb2b336f77','2012-05-31 20:50:53','2012-05-31 20:52:21',2,1),(2,'22988f7477d57fdb7f487454df0b543c','2012-06-01 16:44:20','2012-06-01 16:44:27',3,1); /*!40000 ALTER TABLE `log_visitor` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_visitor_info` -- DROP TABLE IF EXISTS `log_visitor_info`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `log_visitor_info` ( `visitor_id` bigint(20) unsigned NOT NULL default '0', `http_referer` varchar(255) default NULL, `http_user_agent` varchar(255) default NULL, `http_accept_charset` varchar(255) default NULL, `http_accept_language` varchar(255) default NULL, `server_addr` bigint(20) default NULL, `remote_addr` bigint(20) default NULL, PRIMARY KEY (`visitor_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Additional information by visitor'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `log_visitor_info` -- LOCK TABLES `log_visitor_info` WRITE; /*!40000 ALTER TABLE `log_visitor_info` DISABLE KEYS */; INSERT INTO `log_visitor_info` VALUES (1,'','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5','ISO-8859-7,utf-8;q=0.7,*;q=0.3','en,el;q=0.8',170991981,413115426),(2,'','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5','ISO-8859-7,utf-8;q=0.7,*;q=0.3','en,el;q=0.8',170991986,413115426); /*!40000 ALTER TABLE `log_visitor_info` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_visitor_online` -- DROP TABLE IF EXISTS `log_visitor_online`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `log_visitor_online` ( `visitor_id` bigint(20) unsigned NOT NULL auto_increment, `visitor_type` char(1) NOT NULL, `remote_addr` bigint(20) NOT NULL, `first_visit_at` datetime default NULL, `last_visit_at` datetime default NULL, `customer_id` int(10) unsigned default NULL, `last_url` varchar(255) default NULL, PRIMARY KEY (`visitor_id`), KEY `IDX_VISITOR_TYPE` (`visitor_type`), KEY `IDX_VISIT_TIME` (`first_visit_at`,`last_visit_at`), KEY `IDX_CUSTOMER` (`customer_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `log_visitor_online` -- LOCK TABLES `log_visitor_online` WRITE; /*!40000 ALTER TABLE `log_visitor_online` DISABLE KEYS */; /*!40000 ALTER TABLE `log_visitor_online` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `newsletter_problem` -- DROP TABLE IF EXISTS `newsletter_problem`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `newsletter_problem` ( `problem_id` int(7) unsigned NOT NULL auto_increment, `subscriber_id` int(7) unsigned default NULL, `queue_id` int(7) unsigned NOT NULL default '0', `problem_error_code` int(3) unsigned default '0', `problem_error_text` varchar(200) default NULL, PRIMARY KEY (`problem_id`), KEY `FK_PROBLEM_SUBSCRIBER` (`subscriber_id`), KEY `FK_PROBLEM_QUEUE` (`queue_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Newsletter problems'; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `newsletter_queue` ( `queue_id` int(7) unsigned NOT NULL auto_increment, `template_id` int(7) unsigned NOT NULL default '0', `newsletter_type` int(3) default NULL, `newsletter_text` text, `newsletter_styles` text, `newsletter_subject` varchar(200) default NULL, `newsletter_sender_name` varchar(200) default NULL, `newsletter_sender_email` varchar(200) character set latin1 collate latin1_general_ci default NULL, `queue_status` int(3) unsigned NOT NULL default '0', `queue_start_at` datetime default NULL, `queue_finish_at` datetime default NULL, PRIMARY KEY (`queue_id`), KEY `FK_QUEUE_TEMPLATE` (`template_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Newsletter queue'; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `newsletter_queue_link` ( `queue_link_id` int(9) unsigned NOT NULL auto_increment, `queue_id` int(7) unsigned NOT NULL default '0', `subscriber_id` int(7) unsigned NOT NULL default '0', `letter_sent_at` datetime default NULL, PRIMARY KEY (`queue_link_id`), KEY `FK_QUEUE_LINK_SUBSCRIBER` (`subscriber_id`), KEY `FK_QUEUE_LINK_QUEUE` (`queue_id`), KEY `IDX_NEWSLETTER_QUEUE_LINK_SEND_AT` (`queue_id`,`letter_sent_at`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Newsletter queue to subscriber link'; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `newsletter_queue_store_link` ( `queue_id` int(7) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`queue_id`,`store_id`), KEY `FK_NEWSLETTER_QUEUE_STORE_LINK_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `newsletter_subscriber` ( `subscriber_id` int(7) unsigned NOT NULL auto_increment, `store_id` smallint(5) unsigned default '0', `change_status_at` datetime default NULL, `customer_id` int(11) unsigned NOT NULL default '0', `subscriber_email` varchar(150) character set latin1 collate latin1_general_ci NOT NULL default '', `subscriber_status` int(3) NOT NULL default '0', `subscriber_confirm_code` varchar(32) default 'NULL', PRIMARY KEY (`subscriber_id`), KEY `FK_SUBSCRIBER_CUSTOMER` (`customer_id`), KEY `FK_NEWSLETTER_SUBSCRIBER_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Newsletter subscribers'; 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 */; /*!40000 ALTER TABLE `newsletter_subscriber` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `newsletter_template` -- DROP TABLE IF EXISTS `newsletter_template`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `newsletter_template` ( `template_id` int(7) unsigned NOT NULL auto_increment, `template_code` varchar(150) default NULL, `template_text` text, `template_text_preprocessed` text COMMENT 'deprecated since 1.4.0.1', `template_styles` text, `template_type` int(3) unsigned default NULL, `template_subject` varchar(200) default NULL, `template_sender_name` varchar(200) default NULL, `template_sender_email` varchar(200) character set latin1 collate latin1_general_ci default NULL, `template_actual` tinyint(1) unsigned default '1', `added_at` datetime default NULL, `modified_at` datetime default NULL, PRIMARY KEY (`template_id`), KEY `template_actual` (`template_actual`), KEY `added_at` (`added_at`), KEY `modified_at` (`modified_at`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Newsletter templates'; 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 `paygate_authorizenet_debug` -- DROP TABLE IF EXISTS `paygate_authorizenet_debug`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `paygate_authorizenet_debug` ( `debug_id` int(10) unsigned NOT NULL auto_increment, `request_body` text, `response_body` text, `request_serialized` text, `result_serialized` text, `request_dump` text, `result_dump` text, PRIMARY KEY (`debug_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `paygate_authorizenet_debug` -- LOCK TABLES `paygate_authorizenet_debug` WRITE; /*!40000 ALTER TABLE `paygate_authorizenet_debug` DISABLE KEYS */; /*!40000 ALTER TABLE `paygate_authorizenet_debug` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `paypal_api_debug` -- DROP TABLE IF EXISTS `paypal_api_debug`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `paypal_api_debug` ( `debug_id` int(10) unsigned NOT NULL auto_increment, `debug_at` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `request_body` text, `response_body` text, PRIMARY KEY (`debug_id`), KEY `debug_at` (`debug_at`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `paypal_api_debug` -- LOCK TABLES `paypal_api_debug` WRITE; /*!40000 ALTER TABLE `paypal_api_debug` DISABLE KEYS */; /*!40000 ALTER TABLE `paypal_api_debug` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `paypal_cert` -- DROP TABLE IF EXISTS `paypal_cert`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `paypal_cert` ( `cert_id` smallint(5) unsigned NOT NULL auto_increment, `website_id` smallint(5) unsigned NOT NULL default '0', `content` mediumblob NOT NULL, `updated_at` datetime default NULL, PRIMARY KEY (`cert_id`), KEY `IDX_PAYPAL_CERT_WEBSITE` (`website_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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_settlement_report` -- DROP TABLE IF EXISTS `paypal_settlement_report`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `paypal_settlement_report` ( `report_id` int(10) unsigned NOT NULL auto_increment, `report_date` date NOT NULL, `account_id` varchar(64) NOT NULL, `filename` varchar(24) NOT NULL, `last_modified` datetime NOT NULL, PRIMARY KEY (`report_id`), UNIQUE KEY `UNQ_REPORT_DATE_ACCOUNT` (`report_date`,`account_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `paypal_settlement_report_row` ( `row_id` int(10) unsigned NOT NULL auto_increment, `report_id` int(10) unsigned NOT NULL, `transaction_id` varchar(19) NOT NULL, `invoice_id` varchar(127) default NULL, `paypal_reference_id` varchar(19) NOT NULL, `paypal_reference_id_type` enum('ODR','TXN','SUB','PAP','') NOT NULL, `transaction_event_code` char(5) NOT NULL default '', `transaction_initiation_date` datetime default NULL, `transaction_completion_date` datetime default NULL, `transaction_debit_or_credit` enum('CR','DR') NOT NULL default 'CR', `gross_transaction_amount` decimal(20,6) NOT NULL default '0.000000', `gross_transaction_currency` char(3) NOT NULL default '', `fee_debit_or_credit` enum('CR','DR') NOT NULL, `fee_amount` decimal(20,6) NOT NULL default '0.000000', `fee_currency` char(3) NOT NULL, `custom_field` varchar(255) default NULL, `consumer_id` varchar(127) NOT NULL default '', PRIMARY KEY (`row_id`), KEY `IDX_REPORT_ID` (`report_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 `paypaluk_api_debug` -- DROP TABLE IF EXISTS `paypaluk_api_debug`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `paypaluk_api_debug` ( `debug_id` int(10) unsigned NOT NULL auto_increment, `debug_at` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `request_body` text, `response_body` text, PRIMARY KEY (`debug_id`), KEY `debug_at` (`debug_at`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `paypaluk_api_debug` -- LOCK TABLES `paypaluk_api_debug` WRITE; /*!40000 ALTER TABLE `paypaluk_api_debug` DISABLE KEYS */; /*!40000 ALTER TABLE `paypaluk_api_debug` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `poll` -- DROP TABLE IF EXISTS `poll`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `poll` ( `poll_id` int(10) unsigned NOT NULL auto_increment, `poll_title` varchar(255) NOT NULL default '', `votes_count` int(10) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned default '0', `date_posted` datetime NOT NULL default '0000-00-00 00:00:00', `date_closed` datetime default NULL, `active` smallint(6) NOT NULL default '1', `closed` tinyint(1) NOT NULL default '0', `answers_display` smallint(6) default NULL, PRIMARY KEY (`poll_id`), KEY `FK_POLL_STORE` (`store_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `poll` -- LOCK TABLES `poll` WRITE; /*!40000 ALTER TABLE `poll` DISABLE KEYS */; INSERT INTO `poll` VALUES (1,'What is your favorite color',5,1,'2011-08-06 13:58:53',NULL,1,0,NULL); /*!40000 ALTER TABLE `poll` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `poll_answer` -- DROP TABLE IF EXISTS `poll_answer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `poll_answer` ( `answer_id` int(10) unsigned NOT NULL auto_increment, `poll_id` int(10) unsigned NOT NULL default '0', `answer_title` varchar(255) NOT NULL default '', `votes_count` int(10) unsigned NOT NULL default '0', `answer_order` smallint(6) NOT NULL default '0', PRIMARY KEY (`answer_id`), KEY `FK_POLL_PARENT` (`poll_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `poll_answer` -- LOCK TABLES `poll_answer` WRITE; /*!40000 ALTER TABLE `poll_answer` DISABLE KEYS */; INSERT INTO `poll_answer` VALUES (1,1,'Green',4,0),(2,1,'Red',1,0),(3,1,'Black',0,0),(4,1,'Magenta',0,0); /*!40000 ALTER TABLE `poll_answer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `poll_store` -- DROP TABLE IF EXISTS `poll_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `poll_store` ( `poll_id` int(10) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`poll_id`,`store_id`), KEY `FK_POLL_STORE_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `poll_store` -- LOCK TABLES `poll_store` WRITE; /*!40000 ALTER TABLE `poll_store` DISABLE KEYS */; INSERT INTO `poll_store` VALUES (1,1); /*!40000 ALTER TABLE `poll_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `poll_vote` -- DROP TABLE IF EXISTS `poll_vote`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `poll_vote` ( `vote_id` int(10) unsigned NOT NULL auto_increment, `poll_id` int(10) unsigned NOT NULL default '0', `poll_answer_id` int(10) unsigned NOT NULL default '0', `ip_address` bigint(20) default NULL, `customer_id` int(11) default NULL, `vote_time` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`vote_id`), KEY `FK_POLL_ANSWER` (`poll_answer_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `poll_vote` -- LOCK TABLES `poll_vote` WRITE; /*!40000 ALTER TABLE `poll_vote` DISABLE KEYS */; /*!40000 ALTER TABLE `poll_vote` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `product_alert_price` -- DROP TABLE IF EXISTS `product_alert_price`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `product_alert_price` ( `alert_price_id` int(10) unsigned NOT NULL auto_increment, `customer_id` int(10) unsigned NOT NULL default '0', `product_id` int(10) unsigned NOT NULL default '0', `price` decimal(12,4) NOT NULL default '0.0000', `website_id` smallint(5) unsigned NOT NULL default '0', `add_date` datetime NOT NULL default '0000-00-00 00:00:00', `last_send_date` datetime default NULL, `send_count` smallint(5) unsigned NOT NULL default '0', `status` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`alert_price_id`), KEY `FK_PRODUCT_ALERT_PRICE_CUSTOMER` (`customer_id`), KEY `FK_PRODUCT_ALERT_PRICE_PRODUCT` (`product_id`), KEY `FK_PRODUCT_ALERT_PRICE_WEBSITE` (`website_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `product_alert_stock` ( `alert_stock_id` int(10) unsigned NOT NULL auto_increment, `customer_id` int(10) unsigned NOT NULL default '0', `product_id` int(10) unsigned NOT NULL default '0', `website_id` smallint(5) unsigned NOT NULL default '0', `add_date` datetime NOT NULL default '0000-00-00 00:00:00', `send_date` datetime default NULL, `send_count` smallint(5) unsigned NOT NULL default '0', `status` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`alert_stock_id`), KEY `FK_PRODUCT_ALERT_STOCK_CUSTOMER` (`customer_id`), KEY `FK_PRODUCT_ALERT_STOCK_PRODUCT` (`product_id`), KEY `FK_PRODUCT_ALERT_STOCK_WEBSITE` (`website_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 `rating` -- DROP TABLE IF EXISTS `rating`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `rating` ( `rating_id` smallint(6) unsigned NOT NULL auto_increment, `entity_id` smallint(6) unsigned NOT NULL default '0', `rating_code` varchar(64) NOT NULL default '', `position` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`rating_id`), UNIQUE KEY `IDX_CODE` (`rating_code`), KEY `FK_RATING_ENTITY` (`entity_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='ratings'; 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),(2,1,'Value',0),(3,1,'Price',0); /*!40000 ALTER TABLE `rating` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `rating_entity` -- DROP TABLE IF EXISTS `rating_entity`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `rating_entity` ( `entity_id` smallint(6) unsigned NOT NULL auto_increment, `entity_code` varchar(64) NOT NULL default '', PRIMARY KEY (`entity_id`), UNIQUE KEY `IDX_CODE` (`entity_code`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Rating entities'; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `rating_option` ( `option_id` int(10) unsigned NOT NULL auto_increment, `rating_id` smallint(6) unsigned NOT NULL default '0', `code` varchar(32) NOT NULL default '', `value` tinyint(3) unsigned NOT NULL default '0', `position` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`option_id`), KEY `FK_RATING_OPTION_RATING` (`rating_id`) ) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8 COMMENT='Rating options'; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `rating_option_vote` ( `vote_id` bigint(20) unsigned NOT NULL auto_increment, `option_id` int(10) unsigned NOT NULL default '0', `remote_ip` varchar(16) NOT NULL default '', `remote_ip_long` int(11) NOT NULL default '0', `customer_id` int(11) unsigned default '0', `entity_pk_value` bigint(20) unsigned NOT NULL default '0', `rating_id` smallint(6) unsigned NOT NULL default '0', `review_id` bigint(20) unsigned default NULL, `percent` tinyint(3) NOT NULL default '0', `value` tinyint(3) NOT NULL default '0', PRIMARY KEY (`vote_id`), KEY `FK_RATING_OPTION_VALUE_OPTION` (`option_id`), KEY `FK_RATING_OPTION_REVIEW_ID` (`review_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Rating option values'; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `rating_option_vote_aggregated` ( `primary_id` int(11) NOT NULL auto_increment, `rating_id` smallint(6) unsigned NOT NULL default '0', `entity_pk_value` bigint(20) unsigned NOT NULL default '0', `vote_count` int(10) unsigned NOT NULL default '0', `vote_value_sum` int(10) unsigned NOT NULL default '0', `percent` tinyint(3) NOT NULL default '0', `percent_approved` tinyint(3) default '0', `store_id` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`primary_id`), KEY `FK_RATING_OPTION_VALUE_AGGREGATE` (`rating_id`), KEY `FK_RATING_OPTION_VOTE_AGGREGATED_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `rating_store` ( `rating_id` smallint(6) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`rating_id`,`store_id`), KEY `FK_RATING_STORE_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `rating_title` ( `rating_id` smallint(6) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `value` varchar(255) NOT NULL default '', PRIMARY KEY (`rating_id`,`store_id`), KEY `FK_RATING_TITLE_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 `report_compared_product_index` -- DROP TABLE IF EXISTS `report_compared_product_index`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `report_compared_product_index` ( `index_id` bigint(20) unsigned NOT NULL auto_increment, `visitor_id` int(10) unsigned default NULL, `customer_id` int(10) unsigned default NULL, `product_id` int(10) unsigned NOT NULL, `store_id` smallint(5) unsigned default NULL, `added_at` datetime NOT NULL, PRIMARY KEY (`index_id`), UNIQUE KEY `UNQ_BY_VISITOR` (`visitor_id`,`product_id`), UNIQUE KEY `UNQ_BY_CUSTOMER` (`customer_id`,`product_id`), KEY `IDX_STORE` (`store_id`), KEY `IDX_SORT_ADDED_AT` (`added_at`), KEY `product_id` (`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `report_event` ( `event_id` bigint(20) unsigned NOT NULL auto_increment, `logged_at` datetime NOT NULL default '0000-00-00 00:00:00', `event_type_id` smallint(6) unsigned NOT NULL default '0', `object_id` int(10) unsigned NOT NULL default '0', `subject_id` int(10) unsigned NOT NULL default '0', `subtype` tinyint(3) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL, PRIMARY KEY (`event_id`), KEY `IDX_EVENT_TYPE` (`event_type_id`), KEY `IDX_SUBJECT` (`subject_id`), KEY `IDX_OBJECT` (`object_id`), KEY `IDX_SUBTYPE` (`subtype`), KEY `FK_REPORT_EVENT_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 */; /*!40000 ALTER TABLE `report_event` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `report_event_types` -- DROP TABLE IF EXISTS `report_event_types`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `report_event_types` ( `event_type_id` smallint(6) unsigned NOT NULL auto_increment, `event_name` varchar(64) NOT NULL, `customer_login` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`event_type_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; 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',1),(2,'sendfriend_product',1),(3,'catalog_product_compare_add_product',1),(4,'checkout_cart_add_product',1),(5,'wishlist_add_product',1),(6,'wishlist_share',1); /*!40000 ALTER TABLE `report_event_types` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `report_viewed_product_index` -- DROP TABLE IF EXISTS `report_viewed_product_index`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `report_viewed_product_index` ( `index_id` bigint(20) unsigned NOT NULL auto_increment, `visitor_id` int(10) unsigned default NULL, `customer_id` int(10) unsigned default NULL, `product_id` int(10) unsigned NOT NULL, `store_id` smallint(5) unsigned default NULL, `added_at` datetime NOT NULL, PRIMARY KEY (`index_id`), UNIQUE KEY `UNQ_BY_VISITOR` (`visitor_id`,`product_id`), UNIQUE KEY `UNQ_BY_CUSTOMER` (`customer_id`,`product_id`), KEY `IDX_STORE` (`store_id`), KEY `IDX_SORT_ADDED_AT` (`added_at`), KEY `product_id` (`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 */; /*!40000 ALTER TABLE `report_viewed_product_index` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `review` -- DROP TABLE IF EXISTS `review`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `review` ( `review_id` bigint(20) unsigned NOT NULL auto_increment, `created_at` datetime NOT NULL default '0000-00-00 00:00:00', `entity_id` smallint(5) unsigned NOT NULL default '0', `entity_pk_value` int(10) unsigned NOT NULL default '0', `status_id` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`review_id`), KEY `FK_REVIEW_ENTITY` (`entity_id`), KEY `FK_REVIEW_STATUS` (`status_id`), KEY `FK_REVIEW_PARENT_PRODUCT` (`entity_pk_value`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Review base information'; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `review_detail` ( `detail_id` bigint(20) unsigned NOT NULL auto_increment, `review_id` bigint(20) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned default '0', `title` varchar(255) NOT NULL default '', `detail` text NOT NULL, `nickname` varchar(128) NOT NULL default '', `customer_id` int(10) unsigned default NULL, PRIMARY KEY (`detail_id`), KEY `FK_REVIEW_DETAIL_REVIEW` (`review_id`), KEY `FK_REVIEW_DETAIL_STORE` (`store_id`), KEY `FK_REVIEW_DETAIL_CUSTOMER` (`customer_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Review detail information'; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `review_entity` ( `entity_id` smallint(5) unsigned NOT NULL auto_increment, `entity_code` varchar(32) NOT NULL default '', PRIMARY KEY (`entity_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Review entities'; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `review_entity_summary` ( `primary_id` bigint(20) NOT NULL auto_increment, `entity_pk_value` bigint(20) NOT NULL default '0', `entity_type` tinyint(4) NOT NULL default '0', `reviews_count` smallint(6) NOT NULL default '0', `rating_summary` tinyint(4) NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`primary_id`), KEY `FK_REVIEW_ENTITY_SUMMARY_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `review_status` ( `status_id` tinyint(3) unsigned NOT NULL auto_increment, `status_code` varchar(32) NOT NULL default '', PRIMARY KEY (`status_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Review statuses'; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `review_store` ( `review_id` bigint(20) unsigned NOT NULL, `store_id` smallint(5) unsigned NOT NULL, PRIMARY KEY (`review_id`,`store_id`), KEY `FK_REVIEW_STORE_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_bestsellers_aggregated_daily` ( `id` int(11) unsigned NOT NULL auto_increment, `period` date NOT NULL default '0000-00-00', `store_id` smallint(5) unsigned default NULL, `product_id` int(10) unsigned default NULL, `product_name` varchar(255) NOT NULL default '', `product_price` decimal(12,4) NOT NULL default '0.0000', `qty_ordered` decimal(12,4) NOT NULL default '0.0000', `rating_pos` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `UNQ_PERIOD_STORE_PRODUCT` (`period`,`store_id`,`product_id`), KEY `IDX_STORE_ID` (`store_id`), KEY `IDX_PRODUCT_ID` (`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 */; /*!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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_bestsellers_aggregated_monthly` ( `id` int(11) unsigned NOT NULL auto_increment, `period` date NOT NULL default '0000-00-00', `store_id` smallint(5) unsigned default NULL, `product_id` int(10) unsigned default NULL, `product_name` varchar(255) NOT NULL default '', `product_price` decimal(12,4) NOT NULL default '0.0000', `qty_ordered` decimal(12,4) NOT NULL default '0.0000', `rating_pos` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `UNQ_PERIOD_STORE_PRODUCT` (`period`,`store_id`,`product_id`), KEY `IDX_STORE_ID` (`store_id`), KEY `IDX_PRODUCT_ID` (`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 */; /*!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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_bestsellers_aggregated_yearly` ( `id` int(11) unsigned NOT NULL auto_increment, `period` date NOT NULL default '0000-00-00', `store_id` smallint(5) unsigned default NULL, `product_id` int(10) unsigned default NULL, `product_name` varchar(255) NOT NULL default '', `product_price` decimal(12,4) NOT NULL default '0.0000', `qty_ordered` decimal(12,4) NOT NULL default '0.0000', `rating_pos` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `UNQ_PERIOD_STORE_PRODUCT` (`period`,`store_id`,`product_id`), KEY `IDX_STORE_ID` (`store_id`), KEY `IDX_PRODUCT_ID` (`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 */; /*!40000 ALTER TABLE `sales_bestsellers_aggregated_yearly` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_billing_agreement` -- DROP TABLE IF EXISTS `sales_billing_agreement`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_billing_agreement` ( `agreement_id` int(10) unsigned NOT NULL auto_increment, `customer_id` int(10) unsigned NOT NULL, `method_code` varchar(32) NOT NULL, `reference_id` varchar(32) NOT NULL, `status` varchar(20) NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime default NULL, `store_id` smallint(5) unsigned default NULL, `agreement_label` varchar(255) default NULL, PRIMARY KEY (`agreement_id`), KEY `IDX_CUSTOMER` (`customer_id`), KEY `FK_BILLING_AGREEMENT_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sales_billing_agreement` -- LOCK TABLES `sales_billing_agreement` WRITE; /*!40000 ALTER TABLE `sales_billing_agreement` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_billing_agreement` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_billing_agreement_order` -- DROP TABLE IF EXISTS `sales_billing_agreement_order`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_billing_agreement_order` ( `agreement_id` int(10) unsigned NOT NULL, `order_id` int(10) unsigned NOT NULL, UNIQUE KEY `UNQ_BILLING_AGREEMENT_ORDER` (`agreement_id`,`order_id`), KEY `FK_BILLING_AGREEMENT_ORDER_ORDER` (`order_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sales_billing_agreement_order` -- LOCK TABLES `sales_billing_agreement_order` WRITE; /*!40000 ALTER TABLE `sales_billing_agreement_order` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_billing_agreement_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_flat_creditmemo` -- DROP TABLE IF EXISTS `sales_flat_creditmemo`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_flat_creditmemo` ( `entity_id` int(10) unsigned NOT NULL auto_increment, `store_id` smallint(5) unsigned default NULL, `adjustment_positive` decimal(12,4) default NULL, `base_shipping_tax_amount` decimal(12,4) default NULL, `store_to_order_rate` decimal(12,4) default NULL, `base_discount_amount` decimal(12,4) default NULL, `base_to_order_rate` decimal(12,4) default NULL, `grand_total` decimal(12,4) default NULL, `base_adjustment_negative` decimal(12,4) default NULL, `base_subtotal_incl_tax` decimal(12,4) default NULL, `shipping_amount` decimal(12,4) default NULL, `subtotal_incl_tax` decimal(12,4) default NULL, `adjustment_negative` decimal(12,4) default NULL, `base_shipping_amount` decimal(12,4) default NULL, `store_to_base_rate` decimal(12,4) default NULL, `base_to_global_rate` decimal(12,4) default NULL, `base_adjustment` decimal(12,4) default NULL, `base_subtotal` decimal(12,4) default NULL, `discount_amount` decimal(12,4) default NULL, `subtotal` decimal(12,4) default NULL, `adjustment` decimal(12,4) default NULL, `base_grand_total` decimal(12,4) default NULL, `base_adjustment_positive` decimal(12,4) default NULL, `base_tax_amount` decimal(12,4) default NULL, `shipping_tax_amount` decimal(12,4) default NULL, `tax_amount` decimal(12,4) default NULL, `order_id` int(10) unsigned NOT NULL, `email_sent` tinyint(1) unsigned default NULL, `creditmemo_status` int(10) default NULL, `state` int(10) default NULL, `shipping_address_id` int(10) default NULL, `billing_address_id` int(10) default NULL, `invoice_id` int(10) default NULL, `cybersource_token` varchar(255) default NULL, `store_currency_code` char(3) default NULL, `order_currency_code` char(3) default NULL, `base_currency_code` char(3) default NULL, `global_currency_code` char(3) default NULL, `transaction_id` varchar(255) default NULL, `increment_id` varchar(50) default NULL, `created_at` datetime default NULL, `updated_at` datetime default NULL, `hidden_tax_amount` decimal(12,4) default NULL, `base_hidden_tax_amount` decimal(12,4) default NULL, `shipping_hidden_tax_amount` decimal(12,4) default NULL, `base_shipping_hidden_tax_amount` decimal(12,4) default NULL, `shipping_incl_tax` decimal(12,4) default NULL, `base_shipping_incl_tax` decimal(12,4) default NULL, PRIMARY KEY (`entity_id`), UNIQUE KEY `UNQ_INCREMENT_ID` (`increment_id`), KEY `IDX_STORE_ID` (`store_id`), KEY `IDX_ORDER_ID` (`order_id`), KEY `IDX_CREDITMEMO_STATUS` (`creditmemo_status`), KEY `IDX_STATE` (`state`), KEY `IDX_CREATED_AT` (`created_at`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sales_flat_creditmemo` -- LOCK TABLES `sales_flat_creditmemo` WRITE; /*!40000 ALTER TABLE `sales_flat_creditmemo` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_flat_creditmemo` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_flat_creditmemo_comment` -- DROP TABLE IF EXISTS `sales_flat_creditmemo_comment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_flat_creditmemo_comment` ( `entity_id` int(10) unsigned NOT NULL auto_increment, `parent_id` int(10) unsigned NOT NULL, `is_customer_notified` int(10) default NULL, `is_visible_on_front` tinyint(1) unsigned NOT NULL default '0', `comment` text, `created_at` datetime default NULL, PRIMARY KEY (`entity_id`), KEY `IDX_CREATED_AT` (`created_at`), KEY `IDX_PARENT_ID` (`parent_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sales_flat_creditmemo_comment` -- LOCK TABLES `sales_flat_creditmemo_comment` WRITE; /*!40000 ALTER TABLE `sales_flat_creditmemo_comment` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_flat_creditmemo_comment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_flat_creditmemo_grid` -- DROP TABLE IF EXISTS `sales_flat_creditmemo_grid`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_flat_creditmemo_grid` ( `entity_id` int(10) unsigned NOT NULL auto_increment, `store_id` smallint(5) unsigned default NULL, `store_to_order_rate` decimal(12,4) default NULL, `base_to_order_rate` decimal(12,4) default NULL, `grand_total` decimal(12,4) default NULL, `store_to_base_rate` decimal(12,4) default NULL, `base_to_global_rate` decimal(12,4) default NULL, `base_grand_total` decimal(12,4) default NULL, `order_id` int(10) unsigned NOT NULL, `creditmemo_status` int(10) default NULL, `state` int(10) default NULL, `invoice_id` int(10) default NULL, `store_currency_code` char(3) default NULL, `order_currency_code` char(3) default NULL, `base_currency_code` char(3) default NULL, `global_currency_code` char(3) default NULL, `increment_id` varchar(50) default NULL, `order_increment_id` varchar(50) default NULL, `created_at` datetime default NULL, `order_created_at` datetime default NULL, `billing_name` varchar(255) default NULL, PRIMARY KEY (`entity_id`), UNIQUE KEY `UNQ_INCREMENT_ID` (`increment_id`), KEY `IDX_STORE_ID` (`store_id`), KEY `IDX_GRAND_TOTAL` (`grand_total`), KEY `IDX_BASE_GRAND_TOTAL` (`base_grand_total`), KEY `IDX_ORDER_ID` (`order_id`), KEY `IDX_CREDITMEMO_STATUS` (`creditmemo_status`), KEY `IDX_STATE` (`state`), KEY `IDX_ORDER_INCREMENT_ID` (`order_increment_id`), KEY `IDX_CREATED_AT` (`created_at`), KEY `IDX_ORDER_CREATED_AT` (`order_created_at`), KEY `IDX_BILLING_NAME` (`billing_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sales_flat_creditmemo_grid` -- LOCK TABLES `sales_flat_creditmemo_grid` WRITE; /*!40000 ALTER TABLE `sales_flat_creditmemo_grid` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_flat_creditmemo_grid` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_flat_creditmemo_item` -- DROP TABLE IF EXISTS `sales_flat_creditmemo_item`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_flat_creditmemo_item` ( `entity_id` int(10) unsigned NOT NULL auto_increment, `parent_id` int(10) unsigned NOT NULL, `weee_tax_applied_row_amount` decimal(12,4) default NULL, `base_price` decimal(12,4) default NULL, `base_weee_tax_row_disposition` decimal(12,4) default NULL, `tax_amount` decimal(12,4) default NULL, `base_weee_tax_applied_amount` decimal(12,4) default NULL, `weee_tax_row_disposition` decimal(12,4) default NULL, `base_row_total` decimal(12,4) default NULL, `discount_amount` decimal(12,4) default NULL, `row_total` decimal(12,4) default NULL, `weee_tax_applied_amount` decimal(12,4) default NULL, `base_discount_amount` decimal(12,4) default NULL, `base_weee_tax_disposition` decimal(12,4) default NULL, `price_incl_tax` decimal(12,4) default NULL, `base_tax_amount` decimal(12,4) default NULL, `weee_tax_disposition` decimal(12,4) default NULL, `base_price_incl_tax` decimal(12,4) default NULL, `qty` decimal(12,4) default NULL, `base_cost` decimal(12,4) default NULL, `base_weee_tax_applied_row_amount` decimal(12,4) default NULL, `price` decimal(12,4) default NULL, `base_row_total_incl_tax` decimal(12,4) default NULL, `row_total_incl_tax` decimal(12,4) default NULL, `product_id` int(10) default NULL, `order_item_id` int(10) default NULL, `additional_data` text, `description` text, `weee_tax_applied` text, `sku` varchar(255) default NULL, `name` varchar(255) default NULL, `hidden_tax_amount` decimal(12,4) default NULL, `base_hidden_tax_amount` decimal(12,4) default NULL, PRIMARY KEY (`entity_id`), KEY `IDX_PARENT_ID` (`parent_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sales_flat_creditmemo_item` -- LOCK TABLES `sales_flat_creditmemo_item` WRITE; /*!40000 ALTER TABLE `sales_flat_creditmemo_item` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_flat_creditmemo_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_flat_invoice` -- DROP TABLE IF EXISTS `sales_flat_invoice`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_flat_invoice` ( `entity_id` int(10) unsigned NOT NULL auto_increment, `store_id` smallint(5) unsigned default NULL, `base_grand_total` decimal(12,4) default NULL, `shipping_tax_amount` decimal(12,4) default NULL, `tax_amount` decimal(12,4) default NULL, `base_tax_amount` decimal(12,4) default NULL, `store_to_order_rate` decimal(12,4) default NULL, `base_shipping_tax_amount` decimal(12,4) default NULL, `base_discount_amount` decimal(12,4) default NULL, `base_to_order_rate` decimal(12,4) default NULL, `grand_total` decimal(12,4) default NULL, `shipping_amount` decimal(12,4) default NULL, `subtotal_incl_tax` decimal(12,4) default NULL, `base_subtotal_incl_tax` decimal(12,4) default NULL, `store_to_base_rate` decimal(12,4) default NULL, `base_shipping_amount` decimal(12,4) default NULL, `total_qty` decimal(12,4) default NULL, `base_to_global_rate` decimal(12,4) default NULL, `subtotal` decimal(12,4) default NULL, `base_subtotal` decimal(12,4) default NULL, `discount_amount` decimal(12,4) default NULL, `billing_address_id` int(10) default NULL, `is_used_for_refund` tinyint(1) unsigned default NULL, `order_id` int(10) unsigned NOT NULL, `email_sent` tinyint(1) unsigned default NULL, `can_void_flag` tinyint(1) unsigned default NULL, `state` int(10) default NULL, `shipping_address_id` int(10) default NULL, `cybersource_token` varchar(255) default NULL, `store_currency_code` char(3) default NULL, `transaction_id` varchar(255) default NULL, `order_currency_code` char(3) default NULL, `base_currency_code` char(3) default NULL, `global_currency_code` char(3) default NULL, `increment_id` varchar(50) default NULL, `created_at` datetime default NULL, `updated_at` datetime default NULL, `hidden_tax_amount` decimal(12,4) default NULL, `base_hidden_tax_amount` decimal(12,4) default NULL, `shipping_hidden_tax_amount` decimal(12,4) default NULL, `base_shipping_hidden_tax_amount` decimal(12,4) default NULL, `shipping_incl_tax` decimal(12,4) default NULL, `base_shipping_incl_tax` decimal(12,4) default NULL, `base_total_refunded` decimal(12,4) default NULL, PRIMARY KEY (`entity_id`), UNIQUE KEY `UNQ_INCREMENT_ID` (`increment_id`), KEY `IDX_STORE_ID` (`store_id`), KEY `IDX_GRAND_TOTAL` (`grand_total`), KEY `IDX_ORDER_ID` (`order_id`), KEY `IDX_STATE` (`state`), KEY `IDX_CREATED_AT` (`created_at`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sales_flat_invoice` -- LOCK TABLES `sales_flat_invoice` WRITE; /*!40000 ALTER TABLE `sales_flat_invoice` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_flat_invoice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_flat_invoice_comment` -- DROP TABLE IF EXISTS `sales_flat_invoice_comment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_flat_invoice_comment` ( `entity_id` int(10) unsigned NOT NULL auto_increment, `parent_id` int(10) unsigned NOT NULL, `is_customer_notified` tinyint(1) unsigned default NULL, `is_visible_on_front` tinyint(1) unsigned NOT NULL default '0', `comment` text, `created_at` datetime default NULL, PRIMARY KEY (`entity_id`), KEY `IDX_CREATED_AT` (`created_at`), KEY `IDX_PARENT_ID` (`parent_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sales_flat_invoice_comment` -- LOCK TABLES `sales_flat_invoice_comment` WRITE; /*!40000 ALTER TABLE `sales_flat_invoice_comment` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_flat_invoice_comment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_flat_invoice_grid` -- DROP TABLE IF EXISTS `sales_flat_invoice_grid`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_flat_invoice_grid` ( `entity_id` int(10) unsigned NOT NULL auto_increment, `store_id` smallint(5) unsigned default NULL, `base_grand_total` decimal(12,4) default NULL, `grand_total` decimal(12,4) default NULL, `order_id` int(10) unsigned NOT NULL, `state` int(10) default NULL, `store_currency_code` char(3) default NULL, `order_currency_code` char(3) default NULL, `base_currency_code` char(3) default NULL, `global_currency_code` char(3) default NULL, `increment_id` varchar(50) default NULL, `order_increment_id` varchar(50) default NULL, `created_at` datetime default NULL, `order_created_at` datetime default NULL, `billing_name` varchar(255) default NULL, PRIMARY KEY (`entity_id`), UNIQUE KEY `UNQ_INCREMENT_ID` (`increment_id`), KEY `IDX_STORE_ID` (`store_id`), KEY `IDX_GRAND_TOTAL` (`grand_total`), KEY `IDX_ORDER_ID` (`order_id`), KEY `IDX_STATE` (`state`), KEY `IDX_ORDER_INCREMENT_ID` (`order_increment_id`), KEY `IDX_CREATED_AT` (`created_at`), KEY `IDX_ORDER_CREATED_AT` (`order_created_at`), KEY `IDX_BILLING_NAME` (`billing_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sales_flat_invoice_grid` -- LOCK TABLES `sales_flat_invoice_grid` WRITE; /*!40000 ALTER TABLE `sales_flat_invoice_grid` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_flat_invoice_grid` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_flat_invoice_item` -- DROP TABLE IF EXISTS `sales_flat_invoice_item`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_flat_invoice_item` ( `entity_id` int(10) unsigned NOT NULL auto_increment, `parent_id` int(10) unsigned NOT NULL, `base_price` decimal(12,4) default NULL, `base_weee_tax_row_disposition` decimal(12,4) default NULL, `weee_tax_applied_row_amount` decimal(12,4) default NULL, `base_weee_tax_applied_amount` decimal(12,4) default NULL, `tax_amount` decimal(12,4) default NULL, `base_row_total` decimal(12,4) default NULL, `discount_amount` decimal(12,4) default NULL, `row_total` decimal(12,4) default NULL, `weee_tax_row_disposition` decimal(12,4) default NULL, `base_discount_amount` decimal(12,4) default NULL, `base_weee_tax_disposition` decimal(12,4) default NULL, `price_incl_tax` decimal(12,4) default NULL, `weee_tax_applied_amount` decimal(12,4) default NULL, `base_tax_amount` decimal(12,4) default NULL, `base_price_incl_tax` decimal(12,4) default NULL, `qty` decimal(12,4) default NULL, `weee_tax_disposition` decimal(12,4) default NULL, `base_cost` decimal(12,4) default NULL, `base_weee_tax_applied_row_amount` decimal(12,4) default NULL, `price` decimal(12,4) default NULL, `base_row_total_incl_tax` decimal(12,4) default NULL, `row_total_incl_tax` decimal(12,4) default NULL, `product_id` int(10) default NULL, `order_item_id` int(10) default NULL, `additional_data` text, `description` text, `weee_tax_applied` text, `sku` varchar(255) default NULL, `name` varchar(255) default NULL, `hidden_tax_amount` decimal(12,4) default NULL, `base_hidden_tax_amount` decimal(12,4) default NULL, PRIMARY KEY (`entity_id`), KEY `IDX_PARENT_ID` (`parent_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sales_flat_invoice_item` -- LOCK TABLES `sales_flat_invoice_item` WRITE; /*!40000 ALTER TABLE `sales_flat_invoice_item` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_flat_invoice_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_flat_order` -- DROP TABLE IF EXISTS `sales_flat_order`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_flat_order` ( `entity_id` int(10) unsigned NOT NULL auto_increment, `state` varchar(32) default NULL, `status` varchar(32) default NULL, `coupon_code` varchar(255) default NULL, `protect_code` varchar(255) default NULL, `shipping_description` varchar(255) default NULL, `is_virtual` tinyint(1) unsigned default NULL, `store_id` smallint(5) unsigned default NULL, `customer_id` int(10) unsigned default NULL, `base_discount_amount` decimal(12,4) default NULL, `base_discount_canceled` decimal(12,4) default NULL, `base_discount_invoiced` decimal(12,4) default NULL, `base_discount_refunded` decimal(12,4) default NULL, `base_grand_total` decimal(12,4) default NULL, `base_shipping_amount` decimal(12,4) default NULL, `base_shipping_canceled` decimal(12,4) default NULL, `base_shipping_invoiced` decimal(12,4) default NULL, `base_shipping_refunded` decimal(12,4) default NULL, `base_shipping_tax_amount` decimal(12,4) default NULL, `base_shipping_tax_refunded` decimal(12,4) default NULL, `base_subtotal` decimal(12,4) default NULL, `base_subtotal_canceled` decimal(12,4) default NULL, `base_subtotal_invoiced` decimal(12,4) default NULL, `base_subtotal_refunded` decimal(12,4) default NULL, `base_tax_amount` decimal(12,4) default NULL, `base_tax_canceled` decimal(12,4) default NULL, `base_tax_invoiced` decimal(12,4) default NULL, `base_tax_refunded` decimal(12,4) default NULL, `base_to_global_rate` decimal(12,4) default NULL, `base_to_order_rate` decimal(12,4) default NULL, `base_total_canceled` decimal(12,4) default NULL, `base_total_invoiced` decimal(12,4) default NULL, `base_total_invoiced_cost` decimal(12,4) default NULL, `base_total_offline_refunded` decimal(12,4) default NULL, `base_total_online_refunded` decimal(12,4) default NULL, `base_total_paid` decimal(12,4) default NULL, `base_total_qty_ordered` decimal(12,4) default NULL, `base_total_refunded` decimal(12,4) default NULL, `discount_amount` decimal(12,4) default NULL, `discount_canceled` decimal(12,4) default NULL, `discount_invoiced` decimal(12,4) default NULL, `discount_refunded` decimal(12,4) default NULL, `grand_total` decimal(12,4) default NULL, `shipping_amount` decimal(12,4) default NULL, `shipping_canceled` decimal(12,4) default NULL, `shipping_invoiced` decimal(12,4) default NULL, `shipping_refunded` decimal(12,4) default NULL, `shipping_tax_amount` decimal(12,4) default NULL, `shipping_tax_refunded` decimal(12,4) default NULL, `store_to_base_rate` decimal(12,4) default NULL, `store_to_order_rate` decimal(12,4) default NULL, `subtotal` decimal(12,4) default NULL, `subtotal_canceled` decimal(12,4) default NULL, `subtotal_invoiced` decimal(12,4) default NULL, `subtotal_refunded` decimal(12,4) default NULL, `tax_amount` decimal(12,4) default NULL, `tax_canceled` decimal(12,4) default NULL, `tax_invoiced` decimal(12,4) default NULL, `tax_refunded` decimal(12,4) default NULL, `total_canceled` decimal(12,4) default NULL, `total_invoiced` decimal(12,4) default NULL, `total_offline_refunded` decimal(12,4) default NULL, `total_online_refunded` decimal(12,4) default NULL, `total_paid` decimal(12,4) default NULL, `total_qty_ordered` decimal(12,4) default NULL, `total_refunded` decimal(12,4) default NULL, `can_ship_partially` tinyint(1) unsigned default NULL, `can_ship_partially_item` tinyint(1) unsigned default NULL, `customer_is_guest` tinyint(1) unsigned default NULL, `customer_note_notify` tinyint(1) unsigned default NULL, `billing_address_id` int(10) default NULL, `customer_group_id` smallint(5) default NULL, `edit_increment` int(10) default NULL, `email_sent` tinyint(1) unsigned default NULL, `forced_do_shipment_with_invoice` tinyint(1) unsigned default NULL, `gift_message_id` int(10) default NULL, `payment_authorization_expiration` int(10) default NULL, `paypal_ipn_customer_notified` int(10) default NULL, `quote_address_id` int(10) default NULL, `quote_id` int(10) default NULL, `shipping_address_id` int(10) default NULL, `adjustment_negative` decimal(12,4) default NULL, `adjustment_positive` decimal(12,4) default NULL, `base_adjustment_negative` decimal(12,4) default NULL, `base_adjustment_positive` decimal(12,4) default NULL, `base_shipping_discount_amount` decimal(12,4) default NULL, `base_subtotal_incl_tax` decimal(12,4) default NULL, `base_total_due` decimal(12,4) default NULL, `payment_authorization_amount` decimal(12,4) default NULL, `shipping_discount_amount` decimal(12,4) default NULL, `subtotal_incl_tax` decimal(12,4) default NULL, `total_due` decimal(12,4) default NULL, `weight` decimal(12,4) default NULL, `customer_dob` datetime default NULL, `increment_id` varchar(50) default NULL, `applied_rule_ids` varchar(255) default NULL, `base_currency_code` char(3) default NULL, `customer_email` varchar(255) default NULL, `customer_firstname` varchar(255) default NULL, `customer_lastname` varchar(255) default NULL, `customer_middlename` varchar(255) default NULL, `customer_prefix` varchar(255) default NULL, `customer_suffix` varchar(255) default NULL, `customer_taxvat` varchar(255) default NULL, `discount_description` varchar(255) default NULL, `ext_customer_id` varchar(255) default NULL, `ext_order_id` varchar(255) default NULL, `global_currency_code` char(3) default NULL, `hold_before_state` varchar(255) default NULL, `hold_before_status` varchar(255) default NULL, `order_currency_code` varchar(255) default NULL, `original_increment_id` varchar(50) default NULL, `relation_child_id` varchar(32) default NULL, `relation_child_real_id` varchar(32) default NULL, `relation_parent_id` varchar(32) default NULL, `relation_parent_real_id` varchar(32) default NULL, `remote_ip` varchar(255) default NULL, `shipping_method` varchar(255) default NULL, `store_currency_code` char(3) default NULL, `store_name` varchar(255) default NULL, `x_forwarded_for` varchar(255) default NULL, `customer_note` text, `created_at` datetime default NULL, `updated_at` datetime default NULL, `total_item_count` smallint(5) unsigned default '0', `customer_gender` int(11) default NULL, `hidden_tax_amount` decimal(12,4) default NULL, `base_hidden_tax_amount` decimal(12,4) default NULL, `shipping_hidden_tax_amount` decimal(12,4) default NULL, `base_shipping_hidden_tax_amount` decimal(12,4) default NULL, `hidden_tax_invoiced` decimal(12,4) default NULL, `base_hidden_tax_invoiced` decimal(12,4) default NULL, `hidden_tax_refunded` decimal(12,4) default NULL, `base_hidden_tax_refunded` decimal(12,4) default NULL, `shipping_incl_tax` decimal(12,4) default NULL, `base_shipping_incl_tax` decimal(12,4) default NULL, PRIMARY KEY (`entity_id`), UNIQUE KEY `UNQ_INCREMENT_ID` (`increment_id`), KEY `IDX_STATUS` (`status`), KEY `IDX_STATE` (`state`), KEY `IDX_STORE_ID` (`store_id`), KEY `IDX_CREATED_AT` (`created_at`), KEY `IDX_CUSTOMER_ID` (`customer_id`), KEY `IDX_EXT_ORDER_ID` (`ext_order_id`), KEY `IDX_UPDATED_AT` (`updated_at`), KEY `IDX_QUOTE_ID` (`quote_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sales_flat_order` -- LOCK TABLES `sales_flat_order` WRITE; /*!40000 ALTER TABLE `sales_flat_order` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_flat_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_flat_order_address` -- DROP TABLE IF EXISTS `sales_flat_order_address`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_flat_order_address` ( `entity_id` int(10) unsigned NOT NULL auto_increment, `parent_id` int(10) unsigned default NULL, `customer_address_id` int(10) default NULL, `quote_address_id` int(10) default NULL, `region_id` int(10) default NULL, `customer_id` int(10) default NULL, `fax` varchar(255) default NULL, `region` varchar(255) default NULL, `postcode` varchar(255) default NULL, `lastname` varchar(255) default NULL, `street` varchar(255) default NULL, `city` varchar(255) default NULL, `email` varchar(255) default NULL, `telephone` varchar(255) default NULL, `country_id` char(2) default NULL, `firstname` varchar(255) default NULL, `address_type` varchar(255) default NULL, `prefix` varchar(255) default NULL, `middlename` varchar(255) default NULL, `suffix` varchar(255) default NULL, `company` varchar(255) default NULL, PRIMARY KEY (`entity_id`), KEY `IDX_PARENT_ID` (`parent_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sales_flat_order_address` -- LOCK TABLES `sales_flat_order_address` WRITE; /*!40000 ALTER TABLE `sales_flat_order_address` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_flat_order_address` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_flat_order_grid` -- DROP TABLE IF EXISTS `sales_flat_order_grid`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_flat_order_grid` ( `entity_id` int(10) unsigned NOT NULL auto_increment, `status` varchar(32) default NULL, `store_id` smallint(5) unsigned default NULL, `store_name` varchar(255) default NULL, `customer_id` int(10) unsigned default NULL, `base_grand_total` decimal(12,4) default NULL, `base_total_paid` decimal(12,4) default NULL, `grand_total` decimal(12,4) default NULL, `total_paid` decimal(12,4) default NULL, `increment_id` varchar(50) default NULL, `base_currency_code` char(3) default NULL, `order_currency_code` varchar(255) default NULL, `shipping_name` varchar(255) default NULL, `billing_name` varchar(255) default NULL, `created_at` datetime default NULL, `updated_at` datetime default NULL, PRIMARY KEY (`entity_id`), UNIQUE KEY `UNQ_INCREMENT_ID` (`increment_id`), KEY `IDX_STATUS` (`status`), KEY `IDX_STORE_ID` (`store_id`), KEY `IDX_BASE_GRAND_TOTAL` (`base_grand_total`), KEY `IDX_BASE_TOTAL_PAID` (`base_total_paid`), KEY `IDX_GRAND_TOTAL` (`grand_total`), KEY `IDX_TOTAL_PAID` (`total_paid`), KEY `IDX_SHIPPING_NAME` (`shipping_name`), KEY `IDX_BILLING_NAME` (`billing_name`), KEY `IDX_CREATED_AT` (`created_at`), KEY `IDX_CUSTOMER_ID` (`customer_id`), KEY `IDX_UPDATED_AT` (`updated_at`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sales_flat_order_grid` -- LOCK TABLES `sales_flat_order_grid` WRITE; /*!40000 ALTER TABLE `sales_flat_order_grid` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_flat_order_grid` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_flat_order_item` -- DROP TABLE IF EXISTS `sales_flat_order_item`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_flat_order_item` ( `item_id` int(10) unsigned NOT NULL auto_increment, `order_id` int(10) unsigned NOT NULL default '0', `parent_item_id` int(10) unsigned default NULL, `quote_item_id` int(10) unsigned default NULL, `store_id` smallint(5) unsigned default NULL, `created_at` datetime NOT NULL default '0000-00-00 00:00:00', `updated_at` datetime NOT NULL default '0000-00-00 00:00:00', `product_id` int(10) unsigned default NULL, `product_type` varchar(255) default NULL, `product_options` text, `weight` decimal(12,4) default '0.0000', `is_virtual` tinyint(1) unsigned default NULL, `sku` varchar(255) NOT NULL default '', `name` varchar(255) default NULL, `description` text, `applied_rule_ids` text, `additional_data` text, `free_shipping` tinyint(1) unsigned NOT NULL default '0', `is_qty_decimal` tinyint(1) unsigned default NULL, `no_discount` tinyint(1) unsigned default '0', `qty_backordered` decimal(12,4) default '0.0000', `qty_canceled` decimal(12,4) default '0.0000', `qty_invoiced` decimal(12,4) default '0.0000', `qty_ordered` decimal(12,4) default '0.0000', `qty_refunded` decimal(12,4) default '0.0000', `qty_shipped` decimal(12,4) default '0.0000', `base_cost` decimal(12,4) default '0.0000', `price` decimal(12,4) NOT NULL default '0.0000', `base_price` decimal(12,4) NOT NULL default '0.0000', `original_price` decimal(12,4) default NULL, `base_original_price` decimal(12,4) default NULL, `tax_percent` decimal(12,4) default '0.0000', `tax_amount` decimal(12,4) default '0.0000', `base_tax_amount` decimal(12,4) default '0.0000', `tax_invoiced` decimal(12,4) default '0.0000', `base_tax_invoiced` decimal(12,4) default '0.0000', `discount_percent` decimal(12,4) default '0.0000', `discount_amount` decimal(12,4) default '0.0000', `base_discount_amount` decimal(12,4) default '0.0000', `discount_invoiced` decimal(12,4) default '0.0000', `base_discount_invoiced` decimal(12,4) default '0.0000', `amount_refunded` decimal(12,4) default '0.0000', `base_amount_refunded` decimal(12,4) default '0.0000', `row_total` decimal(12,4) NOT NULL default '0.0000', `base_row_total` decimal(12,4) NOT NULL default '0.0000', `row_invoiced` decimal(12,4) NOT NULL default '0.0000', `base_row_invoiced` decimal(12,4) NOT NULL default '0.0000', `row_weight` decimal(12,4) default '0.0000', `gift_message_id` int(10) default NULL, `gift_message_available` int(10) default NULL, `base_tax_before_discount` decimal(12,4) default NULL, `tax_before_discount` decimal(12,4) default NULL, `ext_order_item_id` varchar(255) default NULL, `weee_tax_applied` text, `weee_tax_applied_amount` decimal(12,4) default NULL, `weee_tax_applied_row_amount` decimal(12,4) default NULL, `base_weee_tax_applied_amount` decimal(12,4) default NULL, `base_weee_tax_applied_row_amount` decimal(12,4) default NULL, `weee_tax_disposition` decimal(12,4) default NULL, `weee_tax_row_disposition` decimal(12,4) default NULL, `base_weee_tax_disposition` decimal(12,4) default NULL, `base_weee_tax_row_disposition` decimal(12,4) default NULL, `locked_do_invoice` tinyint(1) unsigned default NULL, `locked_do_ship` tinyint(1) unsigned default NULL, `price_incl_tax` decimal(12,4) default NULL, `base_price_incl_tax` decimal(12,4) default NULL, `row_total_incl_tax` decimal(12,4) default NULL, `base_row_total_incl_tax` decimal(12,4) default NULL, `hidden_tax_amount` decimal(12,4) default NULL, `base_hidden_tax_amount` decimal(12,4) default NULL, `hidden_tax_invoiced` decimal(12,4) default NULL, `base_hidden_tax_invoiced` decimal(12,4) default NULL, `hidden_tax_refunded` decimal(12,4) default NULL, `base_hidden_tax_refunded` decimal(12,4) default NULL, `is_nominal` int(11) NOT NULL default '0', `tax_canceled` decimal(12,4) default NULL, `hidden_tax_canceled` decimal(12,4) default NULL, `tax_refunded` decimal(12,4) default NULL, PRIMARY KEY (`item_id`), KEY `IDX_ORDER` (`order_id`), KEY `IDX_STORE_ID` (`store_id`), KEY `IDX_PRODUCT_ID` (`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sales_flat_order_item` -- LOCK TABLES `sales_flat_order_item` WRITE; /*!40000 ALTER TABLE `sales_flat_order_item` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_flat_order_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_flat_order_payment` -- DROP TABLE IF EXISTS `sales_flat_order_payment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_flat_order_payment` ( `entity_id` int(10) unsigned NOT NULL auto_increment, `parent_id` int(10) unsigned NOT NULL, `base_shipping_captured` decimal(12,4) default NULL, `shipping_captured` decimal(12,4) default NULL, `amount_refunded` decimal(12,4) default NULL, `base_amount_paid` decimal(12,4) default NULL, `amount_canceled` decimal(12,4) default NULL, `base_amount_authorized` decimal(12,4) default NULL, `base_amount_paid_online` decimal(12,4) default NULL, `base_amount_refunded_online` decimal(12,4) default NULL, `base_shipping_amount` decimal(12,4) default NULL, `shipping_amount` decimal(12,4) default NULL, `amount_paid` decimal(12,4) default NULL, `amount_authorized` decimal(12,4) default NULL, `base_amount_ordered` decimal(12,4) default NULL, `base_shipping_refunded` decimal(12,4) default NULL, `shipping_refunded` decimal(12,4) default NULL, `base_amount_refunded` decimal(12,4) default NULL, `amount_ordered` decimal(12,4) default NULL, `base_amount_canceled` decimal(12,4) default NULL, `ideal_transaction_checked` tinyint(1) unsigned default NULL, `quote_payment_id` int(10) default NULL, `additional_data` text, `cc_exp_month` varchar(255) default NULL, `cc_ss_start_year` varchar(255) default NULL, `echeck_bank_name` varchar(255) default NULL, `method` varchar(255) default NULL, `cc_debug_request_body` varchar(255) default NULL, `cc_secure_verify` varchar(255) default NULL, `cybersource_token` varchar(255) default NULL, `ideal_issuer_title` varchar(255) default NULL, `protection_eligibility` varchar(255) default NULL, `cc_approval` varchar(255) default NULL, `cc_last4` varchar(255) default NULL, `cc_status_description` varchar(255) default NULL, `echeck_type` varchar(255) default NULL, `paybox_question_number` varchar(255) default NULL, `cc_debug_response_serialized` varchar(255) default NULL, `cc_ss_start_month` varchar(255) default NULL, `echeck_account_type` varchar(255) default NULL, `last_trans_id` varchar(255) default NULL, `cc_cid_status` varchar(255) default NULL, `cc_owner` varchar(255) default NULL, `cc_type` varchar(255) default NULL, `ideal_issuer_id` varchar(255) default NULL, `po_number` varchar(255) default NULL, `cc_exp_year` varchar(255) default NULL, `cc_status` varchar(255) default NULL, `echeck_routing_number` varchar(255) default NULL, `account_status` varchar(255) default NULL, `anet_trans_method` varchar(255) default NULL, `cc_debug_response_body` varchar(255) default NULL, `cc_ss_issue` varchar(255) default NULL, `echeck_account_name` varchar(255) default NULL, `cc_avs_status` varchar(255) default NULL, `cc_number_enc` varchar(255) default NULL, `cc_trans_id` varchar(255) default NULL, `flo2cash_account_id` varchar(255) default NULL, `paybox_request_number` varchar(255) default NULL, `address_status` varchar(255) default NULL, `additional_information` text, PRIMARY KEY (`entity_id`), KEY `IDX_PARENT_ID` (`parent_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sales_flat_order_payment` -- LOCK TABLES `sales_flat_order_payment` WRITE; /*!40000 ALTER TABLE `sales_flat_order_payment` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_flat_order_payment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_flat_order_status_history` -- DROP TABLE IF EXISTS `sales_flat_order_status_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_flat_order_status_history` ( `entity_id` int(10) unsigned NOT NULL auto_increment, `parent_id` int(10) unsigned NOT NULL, `is_customer_notified` int(10) default NULL, `is_visible_on_front` tinyint(1) unsigned NOT NULL default '0', `comment` text, `status` varchar(32) default NULL, `created_at` datetime default NULL, PRIMARY KEY (`entity_id`), KEY `IDX_PARENT_ID` (`parent_id`), KEY `IDX_CREATED_AT` (`created_at`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sales_flat_order_status_history` -- LOCK TABLES `sales_flat_order_status_history` WRITE; /*!40000 ALTER TABLE `sales_flat_order_status_history` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_flat_order_status_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_flat_quote` -- DROP TABLE IF EXISTS `sales_flat_quote`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_flat_quote` ( `entity_id` int(10) unsigned NOT NULL auto_increment, `store_id` smallint(5) unsigned NOT NULL default '0', `created_at` datetime NOT NULL default '0000-00-00 00:00:00', `updated_at` datetime NOT NULL default '0000-00-00 00:00:00', `converted_at` datetime NOT NULL default '0000-00-00 00:00:00', `is_active` tinyint(1) unsigned default '1', `is_virtual` tinyint(1) unsigned default '0', `is_multi_shipping` tinyint(1) unsigned default '0', `items_count` int(10) unsigned default '0', `items_qty` decimal(12,4) default '0.0000', `orig_order_id` int(10) unsigned default '0', `store_to_base_rate` decimal(12,4) default '0.0000', `store_to_quote_rate` decimal(12,4) default '0.0000', `base_currency_code` varchar(255) default NULL, `store_currency_code` varchar(255) default NULL, `quote_currency_code` varchar(255) default NULL, `grand_total` decimal(12,4) default '0.0000', `base_grand_total` decimal(12,4) default '0.0000', `checkout_method` varchar(255) default NULL, `customer_id` int(10) unsigned default '0', `customer_tax_class_id` int(10) unsigned default '0', `customer_group_id` int(10) unsigned default '0', `customer_email` varchar(255) default NULL, `customer_prefix` varchar(40) default NULL, `customer_firstname` varchar(255) default NULL, `customer_middlename` varchar(40) default NULL, `customer_lastname` varchar(255) default NULL, `customer_suffix` varchar(40) default NULL, `customer_dob` datetime default NULL, `customer_note` varchar(255) default NULL, `customer_note_notify` tinyint(1) unsigned default '1', `customer_is_guest` tinyint(1) unsigned default '0', `remote_ip` varchar(32) default NULL, `applied_rule_ids` varchar(255) default NULL, `reserved_order_id` varchar(64) default '', `password_hash` varchar(255) default NULL, `coupon_code` varchar(255) default NULL, `global_currency_code` varchar(255) default NULL, `base_to_global_rate` decimal(12,4) default NULL, `base_to_quote_rate` decimal(12,4) default NULL, `customer_taxvat` varchar(255) default NULL, `customer_gender` varchar(255) default NULL, `subtotal` decimal(12,4) default NULL, `base_subtotal` decimal(12,4) default NULL, `subtotal_with_discount` decimal(12,4) default NULL, `base_subtotal_with_discount` decimal(12,4) default NULL, `is_changed` int(10) unsigned default NULL, `trigger_recollect` tinyint(1) NOT NULL default '0', `ext_shipping_info` text, `gift_message_id` int(10) unsigned default NULL, PRIMARY KEY (`entity_id`), KEY `IDX_CUSTOMER` (`customer_id`,`store_id`,`is_active`), KEY `FK_SALES_QUOTE_STORE` (`store_id`), KEY `IDX_IS_ACTIVE` (`is_active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sales_flat_quote` -- LOCK TABLES `sales_flat_quote` WRITE; /*!40000 ALTER TABLE `sales_flat_quote` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_flat_quote` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_flat_quote_address` -- DROP TABLE IF EXISTS `sales_flat_quote_address`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_flat_quote_address` ( `address_id` int(10) unsigned NOT NULL auto_increment, `quote_id` int(10) unsigned NOT NULL default '0', `created_at` datetime NOT NULL default '0000-00-00 00:00:00', `updated_at` datetime NOT NULL default '0000-00-00 00:00:00', `customer_id` int(10) unsigned default NULL, `save_in_address_book` tinyint(1) default '0', `customer_address_id` int(10) unsigned default NULL, `address_type` varchar(255) default NULL, `email` varchar(255) default NULL, `prefix` varchar(40) default NULL, `firstname` varchar(255) default NULL, `middlename` varchar(40) default NULL, `lastname` varchar(255) default NULL, `suffix` varchar(40) default NULL, `company` varchar(255) default NULL, `street` varchar(255) default NULL, `city` varchar(255) default NULL, `region` varchar(255) default NULL, `region_id` int(10) unsigned default NULL, `postcode` varchar(255) default NULL, `country_id` varchar(255) default NULL, `telephone` varchar(255) default NULL, `fax` varchar(255) default NULL, `same_as_billing` tinyint(1) unsigned NOT NULL default '0', `free_shipping` tinyint(1) unsigned NOT NULL default '0', `collect_shipping_rates` tinyint(1) unsigned NOT NULL default '0', `shipping_method` varchar(255) NOT NULL default '', `shipping_description` varchar(255) NOT NULL default '', `weight` decimal(12,4) NOT NULL default '0.0000', `subtotal` decimal(12,4) NOT NULL default '0.0000', `base_subtotal` decimal(12,4) NOT NULL default '0.0000', `subtotal_with_discount` decimal(12,4) NOT NULL default '0.0000', `base_subtotal_with_discount` decimal(12,4) NOT NULL default '0.0000', `tax_amount` decimal(12,4) NOT NULL default '0.0000', `base_tax_amount` decimal(12,4) NOT NULL default '0.0000', `shipping_amount` decimal(12,4) NOT NULL default '0.0000', `base_shipping_amount` decimal(12,4) NOT NULL default '0.0000', `shipping_tax_amount` decimal(12,4) default NULL, `base_shipping_tax_amount` decimal(12,4) default NULL, `discount_amount` decimal(12,4) NOT NULL default '0.0000', `base_discount_amount` decimal(12,4) NOT NULL default '0.0000', `grand_total` decimal(12,4) NOT NULL default '0.0000', `base_grand_total` decimal(12,4) NOT NULL default '0.0000', `customer_notes` text, `applied_taxes` text, `discount_description` varchar(255) default NULL, `shipping_discount_amount` decimal(12,4) default NULL, `base_shipping_discount_amount` decimal(12,4) default NULL, `subtotal_incl_tax` decimal(12,4) default NULL, `base_subtotal_total_incl_tax` decimal(12,4) default NULL, `gift_message_id` int(10) unsigned default NULL, `hidden_tax_amount` decimal(12,4) default NULL, `base_hidden_tax_amount` decimal(12,4) default NULL, `shipping_hidden_tax_amount` decimal(12,4) default NULL, `base_shipping_hidden_tax_amount` decimal(12,4) default NULL, `shipping_incl_tax` decimal(12,4) default NULL, `base_shipping_incl_tax` decimal(12,4) default NULL, PRIMARY KEY (`address_id`), KEY `FK_SALES_QUOTE_ADDRESS_SALES_QUOTE` (`quote_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sales_flat_quote_address` -- LOCK TABLES `sales_flat_quote_address` WRITE; /*!40000 ALTER TABLE `sales_flat_quote_address` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_flat_quote_address` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_flat_quote_address_item` -- DROP TABLE IF EXISTS `sales_flat_quote_address_item`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_flat_quote_address_item` ( `address_item_id` int(10) unsigned NOT NULL auto_increment, `parent_item_id` int(10) unsigned default NULL, `quote_address_id` int(10) unsigned NOT NULL default '0', `quote_item_id` int(10) unsigned NOT NULL default '0', `created_at` datetime NOT NULL default '0000-00-00 00:00:00', `updated_at` datetime NOT NULL default '0000-00-00 00:00:00', `applied_rule_ids` text, `additional_data` text, `weight` decimal(12,4) default '0.0000', `qty` decimal(12,4) NOT NULL default '0.0000', `discount_amount` decimal(12,4) default '0.0000', `tax_amount` decimal(12,4) default '0.0000', `row_total` decimal(12,4) NOT NULL default '0.0000', `base_row_total` decimal(12,4) NOT NULL default '0.0000', `row_total_with_discount` decimal(12,4) default '0.0000', `base_discount_amount` decimal(12,4) default '0.0000', `base_tax_amount` decimal(12,4) default '0.0000', `row_weight` decimal(12,4) default '0.0000', `product_id` int(10) unsigned default NULL, `super_product_id` int(10) unsigned default NULL, `parent_product_id` int(10) unsigned default NULL, `sku` varchar(255) default NULL, `image` varchar(255) default NULL, `name` varchar(255) default NULL, `description` text, `free_shipping` int(10) unsigned default NULL, `is_qty_decimal` int(10) unsigned default NULL, `price` decimal(12,4) default NULL, `discount_percent` decimal(12,4) default NULL, `no_discount` int(10) unsigned default NULL, `tax_percent` decimal(12,4) default NULL, `base_price` decimal(12,4) default NULL, `base_cost` decimal(12,4) default NULL, `price_incl_tax` decimal(12,4) default NULL, `base_price_incl_tax` decimal(12,4) default NULL, `row_total_incl_tax` decimal(12,4) default NULL, `base_row_total_incl_tax` decimal(12,4) default NULL, `gift_message_id` int(10) unsigned default NULL, `hidden_tax_amount` decimal(12,4) default NULL, `base_hidden_tax_amount` decimal(12,4) default NULL, PRIMARY KEY (`address_item_id`), KEY `FK_QUOTE_ADDRESS_ITEM_QUOTE_ADDRESS` (`quote_address_id`), KEY `FK_SALES_FLAT_QUOTE_ADDRESS_ITEM_PARENT` (`parent_item_id`), KEY `FK_SALES_QUOTE_ADDRESS_ITEM_QUOTE_ITEM` (`quote_item_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sales_flat_quote_address_item` -- LOCK TABLES `sales_flat_quote_address_item` WRITE; /*!40000 ALTER TABLE `sales_flat_quote_address_item` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_flat_quote_address_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_flat_quote_item` -- DROP TABLE IF EXISTS `sales_flat_quote_item`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_flat_quote_item` ( `item_id` int(10) unsigned NOT NULL auto_increment, `quote_id` int(10) unsigned NOT NULL default '0', `created_at` datetime NOT NULL default '0000-00-00 00:00:00', `updated_at` datetime NOT NULL default '0000-00-00 00:00:00', `product_id` int(10) unsigned default NULL, `store_id` smallint(5) unsigned default NULL, `parent_item_id` int(10) unsigned default NULL, `is_virtual` tinyint(1) unsigned default NULL, `sku` varchar(255) NOT NULL default '', `name` varchar(255) default NULL, `description` text, `applied_rule_ids` text, `additional_data` text, `free_shipping` tinyint(1) unsigned NOT NULL default '0', `is_qty_decimal` tinyint(1) unsigned default NULL, `no_discount` tinyint(1) unsigned default '0', `weight` decimal(12,4) default '0.0000', `qty` decimal(12,4) NOT NULL default '0.0000', `price` decimal(12,4) NOT NULL default '0.0000', `base_price` decimal(12,4) NOT NULL default '0.0000', `custom_price` decimal(12,4) default NULL, `discount_percent` decimal(12,4) default '0.0000', `discount_amount` decimal(12,4) default '0.0000', `base_discount_amount` decimal(12,4) default '0.0000', `tax_percent` decimal(12,4) default '0.0000', `tax_amount` decimal(12,4) default '0.0000', `base_tax_amount` decimal(12,4) default '0.0000', `row_total` decimal(12,4) NOT NULL default '0.0000', `base_row_total` decimal(12,4) NOT NULL default '0.0000', `row_total_with_discount` decimal(12,4) default '0.0000', `row_weight` decimal(12,4) default '0.0000', `product_type` varchar(255) default NULL, `base_tax_before_discount` decimal(12,4) default NULL, `tax_before_discount` decimal(12,4) default NULL, `original_custom_price` decimal(12,4) default NULL, `redirect_url` varchar(255) default NULL, `base_cost` decimal(12,4) default NULL, `price_incl_tax` decimal(12,4) default NULL, `base_price_incl_tax` decimal(12,4) default NULL, `row_total_incl_tax` decimal(12,4) default NULL, `base_row_total_incl_tax` decimal(12,4) default NULL, `gift_message_id` int(10) unsigned default NULL, `weee_tax_applied` text, `weee_tax_applied_amount` decimal(12,4) default NULL, `weee_tax_applied_row_amount` decimal(12,4) default NULL, `base_weee_tax_applied_amount` decimal(12,4) default NULL, `base_weee_tax_applied_row_amount` decimal(12,4) default NULL, `weee_tax_disposition` decimal(12,4) default NULL, `weee_tax_row_disposition` decimal(12,4) default NULL, `base_weee_tax_disposition` decimal(12,4) default NULL, `base_weee_tax_row_disposition` decimal(12,4) default NULL, `hidden_tax_amount` decimal(12,4) default NULL, `base_hidden_tax_amount` decimal(12,4) default NULL, PRIMARY KEY (`item_id`), KEY `FK_SALES_FLAT_QUOTE_ITEM_PARENT_ITEM` (`parent_item_id`), KEY `FK_SALES_QUOTE_ITEM_CATALOG_PRODUCT_ENTITY` (`product_id`), KEY `FK_SALES_QUOTE_ITEM_SALES_QUOTE` (`quote_id`), KEY `FK_SALES_QUOTE_ITEM_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sales_flat_quote_item` -- LOCK TABLES `sales_flat_quote_item` WRITE; /*!40000 ALTER TABLE `sales_flat_quote_item` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_flat_quote_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_flat_quote_item_option` -- DROP TABLE IF EXISTS `sales_flat_quote_item_option`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_flat_quote_item_option` ( `option_id` int(10) unsigned NOT NULL auto_increment, `item_id` int(10) unsigned NOT NULL, `product_id` int(10) unsigned NOT NULL, `code` varchar(255) NOT NULL, `value` text NOT NULL, PRIMARY KEY (`option_id`), KEY `FK_SALES_QUOTE_ITEM_OPTION_ITEM_ID` (`item_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Additional options for quote item'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sales_flat_quote_item_option` -- LOCK TABLES `sales_flat_quote_item_option` WRITE; /*!40000 ALTER TABLE `sales_flat_quote_item_option` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_flat_quote_item_option` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_flat_quote_payment` -- DROP TABLE IF EXISTS `sales_flat_quote_payment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_flat_quote_payment` ( `payment_id` int(10) unsigned NOT NULL auto_increment, `quote_id` int(10) unsigned NOT NULL default '0', `created_at` datetime NOT NULL default '0000-00-00 00:00:00', `updated_at` datetime NOT NULL default '0000-00-00 00:00:00', `method` varchar(255) default '', `cc_type` varchar(255) default '', `cc_number_enc` varchar(255) default '', `cc_last4` varchar(255) default '', `cc_cid_enc` varchar(255) default '', `cc_owner` varchar(255) default '', `cc_exp_month` tinyint(2) unsigned default '0', `cc_exp_year` smallint(4) unsigned default '0', `cc_ss_owner` varchar(255) default '', `cc_ss_start_month` tinyint(2) unsigned default '0', `cc_ss_start_year` smallint(4) unsigned default '0', `cybersource_token` varchar(255) default '', `paypal_correlation_id` varchar(255) default '', `paypal_payer_id` varchar(255) default '', `paypal_payer_status` varchar(255) default '', `po_number` varchar(255) default '', `additional_data` text, `cc_ss_issue` varchar(255) default NULL, `additional_information` text, `ideal_issuer_id` varchar(255) default NULL, `ideal_issuer_list` text, PRIMARY KEY (`payment_id`), KEY `FK_SALES_QUOTE_PAYMENT_SALES_QUOTE` (`quote_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sales_flat_quote_payment` -- LOCK TABLES `sales_flat_quote_payment` WRITE; /*!40000 ALTER TABLE `sales_flat_quote_payment` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_flat_quote_payment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_flat_quote_shipping_rate` -- DROP TABLE IF EXISTS `sales_flat_quote_shipping_rate`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_flat_quote_shipping_rate` ( `rate_id` int(10) unsigned NOT NULL auto_increment, `address_id` int(10) unsigned NOT NULL default '0', `created_at` datetime NOT NULL default '0000-00-00 00:00:00', `updated_at` datetime NOT NULL default '0000-00-00 00:00:00', `carrier` varchar(255) default NULL, `carrier_title` varchar(255) default NULL, `code` varchar(255) default NULL, `method` varchar(255) default NULL, `method_description` text, `price` decimal(12,4) NOT NULL default '0.0000', `error_message` text, `method_title` text, PRIMARY KEY (`rate_id`), KEY `FK_SALES_QUOTE_SHIPPING_RATE_ADDRESS` (`address_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sales_flat_quote_shipping_rate` -- LOCK TABLES `sales_flat_quote_shipping_rate` WRITE; /*!40000 ALTER TABLE `sales_flat_quote_shipping_rate` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_flat_quote_shipping_rate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_flat_shipment` -- DROP TABLE IF EXISTS `sales_flat_shipment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_flat_shipment` ( `entity_id` int(10) unsigned NOT NULL auto_increment, `store_id` smallint(5) unsigned default NULL, `total_weight` decimal(12,4) default NULL, `total_qty` decimal(12,4) default NULL, `email_sent` tinyint(1) unsigned default NULL, `order_id` int(10) unsigned NOT NULL, `customer_id` int(10) default NULL, `shipping_address_id` int(10) default NULL, `billing_address_id` int(10) default NULL, `shipment_status` int(10) default NULL, `increment_id` varchar(50) default NULL, `created_at` datetime default NULL, `updated_at` datetime default NULL, PRIMARY KEY (`entity_id`), UNIQUE KEY `UNQ_INCREMENT_ID` (`increment_id`), KEY `IDX_STORE_ID` (`store_id`), KEY `IDX_TOTAL_QTY` (`total_qty`), KEY `IDX_ORDER_ID` (`order_id`), KEY `IDX_CREATED_AT` (`created_at`), KEY `IDX_UPDATED_AT` (`updated_at`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sales_flat_shipment` -- LOCK TABLES `sales_flat_shipment` WRITE; /*!40000 ALTER TABLE `sales_flat_shipment` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_flat_shipment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_flat_shipment_comment` -- DROP TABLE IF EXISTS `sales_flat_shipment_comment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_flat_shipment_comment` ( `entity_id` int(10) unsigned NOT NULL auto_increment, `parent_id` int(10) unsigned NOT NULL, `is_customer_notified` int(10) default NULL, `is_visible_on_front` tinyint(1) unsigned NOT NULL default '0', `comment` text, `created_at` datetime default NULL, PRIMARY KEY (`entity_id`), KEY `IDX_CREATED_AT` (`created_at`), KEY `IDX_PARENT_ID` (`parent_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sales_flat_shipment_comment` -- LOCK TABLES `sales_flat_shipment_comment` WRITE; /*!40000 ALTER TABLE `sales_flat_shipment_comment` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_flat_shipment_comment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_flat_shipment_grid` -- DROP TABLE IF EXISTS `sales_flat_shipment_grid`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_flat_shipment_grid` ( `entity_id` int(10) unsigned NOT NULL auto_increment, `store_id` smallint(5) unsigned default NULL, `total_qty` decimal(12,4) default NULL, `order_id` int(10) unsigned NOT NULL, `shipment_status` int(10) default NULL, `increment_id` varchar(50) default NULL, `order_increment_id` varchar(50) default NULL, `created_at` datetime default NULL, `order_created_at` datetime default NULL, `shipping_name` varchar(255) default NULL, PRIMARY KEY (`entity_id`), UNIQUE KEY `UNQ_INCREMENT_ID` (`increment_id`), KEY `IDX_STORE_ID` (`store_id`), KEY `IDX_TOTAL_QTY` (`total_qty`), KEY `IDX_ORDER_ID` (`order_id`), KEY `IDX_SHIPMENT_STATUS` (`shipment_status`), KEY `IDX_ORDER_INCREMENT_ID` (`order_increment_id`), KEY `IDX_CREATED_AT` (`created_at`), KEY `IDX_ORDER_CREATED_AT` (`order_created_at`), KEY `IDX_SHIPPING_NAME` (`shipping_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sales_flat_shipment_grid` -- LOCK TABLES `sales_flat_shipment_grid` WRITE; /*!40000 ALTER TABLE `sales_flat_shipment_grid` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_flat_shipment_grid` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_flat_shipment_item` -- DROP TABLE IF EXISTS `sales_flat_shipment_item`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_flat_shipment_item` ( `entity_id` int(10) unsigned NOT NULL auto_increment, `parent_id` int(10) unsigned NOT NULL, `row_total` decimal(12,4) default NULL, `price` decimal(12,4) default NULL, `weight` decimal(12,4) default NULL, `qty` decimal(12,4) default NULL, `product_id` int(10) default NULL, `order_item_id` int(10) default NULL, `additional_data` text, `description` text, `name` varchar(255) default NULL, `sku` varchar(255) default NULL, PRIMARY KEY (`entity_id`), KEY `IDX_PARENT_ID` (`parent_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sales_flat_shipment_item` -- LOCK TABLES `sales_flat_shipment_item` WRITE; /*!40000 ALTER TABLE `sales_flat_shipment_item` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_flat_shipment_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_flat_shipment_track` -- DROP TABLE IF EXISTS `sales_flat_shipment_track`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_flat_shipment_track` ( `entity_id` int(10) unsigned NOT NULL auto_increment, `parent_id` int(10) unsigned NOT NULL, `weight` decimal(12,4) default NULL, `qty` decimal(12,4) default NULL, `order_id` int(10) unsigned NOT NULL, `number` text, `description` text, `title` varchar(255) default NULL, `carrier_code` varchar(32) default NULL, `created_at` datetime default NULL, `updated_at` datetime default NULL, PRIMARY KEY (`entity_id`), KEY `IDX_PARENT_ID` (`parent_id`), KEY `IDX_ORDER_ID` (`order_id`), KEY `IDX_CREATED_AT` (`created_at`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sales_flat_shipment_track` -- LOCK TABLES `sales_flat_shipment_track` WRITE; /*!40000 ALTER TABLE `sales_flat_shipment_track` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_flat_shipment_track` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_invoiced_aggregated` -- DROP TABLE IF EXISTS `sales_invoiced_aggregated`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_invoiced_aggregated` ( `id` int(11) unsigned NOT NULL auto_increment, `period` date NOT NULL default '0000-00-00', `store_id` smallint(5) unsigned default NULL, `order_status` varchar(50) NOT NULL default '', `orders_count` int(11) NOT NULL default '0', `orders_invoiced` decimal(12,4) NOT NULL default '0.0000', `invoiced` decimal(12,4) NOT NULL default '0.0000', `invoiced_captured` decimal(12,4) NOT NULL default '0.0000', `invoiced_not_captured` decimal(12,4) NOT NULL default '0.0000', PRIMARY KEY (`id`), UNIQUE KEY `UNQ_PERIOD_STORE_ORDER_STATUS` (`period`,`store_id`,`order_status`), KEY `IDX_STORE_ID` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_invoiced_aggregated_order` ( `id` int(11) unsigned NOT NULL auto_increment, `period` date NOT NULL default '0000-00-00', `store_id` smallint(5) unsigned default NULL, `order_status` varchar(50) NOT NULL default '', `orders_count` int(11) NOT NULL default '0', `orders_invoiced` decimal(12,4) NOT NULL default '0.0000', `invoiced` decimal(12,4) NOT NULL default '0.0000', `invoiced_captured` decimal(12,4) NOT NULL default '0.0000', `invoiced_not_captured` decimal(12,4) NOT NULL default '0.0000', PRIMARY KEY (`id`), UNIQUE KEY `UNQ_PERIOD_STORE_ORDER_STATUS` (`period`,`store_id`,`order_status`), KEY `IDX_STORE_ID` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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_aggregated_created` -- DROP TABLE IF EXISTS `sales_order_aggregated_created`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_order_aggregated_created` ( `id` int(11) unsigned NOT NULL auto_increment, `period` date NOT NULL default '0000-00-00', `store_id` smallint(5) unsigned default NULL, `order_status` varchar(50) NOT NULL default '', `orders_count` int(11) NOT NULL default '0', `total_qty_ordered` decimal(12,4) NOT NULL default '0.0000', `total_qty_invoiced` decimal(12,4) NOT NULL default '0.0000', `total_income_amount` decimal(12,4) NOT NULL default '0.0000', `total_revenue_amount` decimal(12,4) NOT NULL default '0.0000', `total_profit_amount` decimal(12,4) NOT NULL default '0.0000', `total_invoiced_amount` decimal(12,4) NOT NULL default '0.0000', `total_canceled_amount` decimal(12,4) NOT NULL default '0.0000', `total_paid_amount` decimal(12,4) NOT NULL default '0.0000', `total_refunded_amount` decimal(12,4) NOT NULL default '0.0000', `total_tax_amount` decimal(12,4) NOT NULL default '0.0000', `total_tax_amount_actual` decimal(12,4) NOT NULL default '0.0000', `total_shipping_amount` decimal(12,4) NOT NULL default '0.0000', `total_shipping_amount_actual` decimal(12,4) NOT NULL default '0.0000', `total_discount_amount` decimal(12,4) NOT NULL default '0.0000', `total_discount_amount_actual` decimal(12,4) NOT NULL default '0.0000', PRIMARY KEY (`id`), UNIQUE KEY `UNQ_PERIOD_STORE_ORDER_STATUS` (`period`,`store_id`,`order_status`), KEY `IDX_STORE_ID` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 */; /*!40000 ALTER TABLE `sales_order_aggregated_created` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_order_status` -- DROP TABLE IF EXISTS `sales_order_status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_order_status` ( `status` varchar(32) NOT NULL, `label` varchar(128) NOT NULL, PRIMARY KEY (`status`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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'),('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_label` -- DROP TABLE IF EXISTS `sales_order_status_label`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_order_status_label` ( `status` varchar(32) NOT NULL, `store_id` smallint(5) unsigned NOT NULL, `label` varchar(128) NOT NULL, PRIMARY KEY (`status`,`store_id`), KEY `FK_SALES_ORDER_STATUS_LABEL_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_order_status_state` ( `status` varchar(32) NOT NULL, `state` varchar(32) NOT NULL, `is_default` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`status`,`state`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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),('closed','closed',1),('complete','complete',1),('fraud','payment_review',0),('holded','holded',1),('payment_review','payment_review',1),('pending','new',1),('pending_payment','pending_payment',1),('processing','processing',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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_order_tax` ( `tax_id` int(10) unsigned NOT NULL auto_increment, `order_id` int(10) unsigned NOT NULL, `code` varchar(255) NOT NULL, `title` varchar(255) NOT NULL, `percent` decimal(12,4) NOT NULL, `amount` decimal(12,4) NOT NULL, `priority` int(11) NOT NULL, `position` int(11) NOT NULL, `base_amount` decimal(12,4) NOT NULL, `process` smallint(6) NOT NULL, `base_real_amount` decimal(12,4) NOT NULL, `hidden` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`tax_id`), KEY `IDX_ORDER_TAX` (`order_id`,`priority`,`position`) ) ENGINE=MyISAM AUTO_INCREMENT=105 DEFAULT CHARSET=utf8; 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_payment_transaction` -- DROP TABLE IF EXISTS `sales_payment_transaction`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_payment_transaction` ( `transaction_id` int(10) unsigned NOT NULL auto_increment, `parent_id` int(10) unsigned default NULL, `order_id` int(10) unsigned NOT NULL default '0', `payment_id` int(10) unsigned NOT NULL default '0', `txn_id` varchar(100) NOT NULL default '', `parent_txn_id` varchar(100) default NULL, `txn_type` varchar(15) NOT NULL default '', `is_closed` tinyint(1) unsigned NOT NULL default '1', `additional_information` blob, `created_at` datetime default NULL, PRIMARY KEY (`transaction_id`), UNIQUE KEY `UNQ_ORDER_PAYMENT_TXN` (`order_id`,`payment_id`,`txn_id`), KEY `IDX_ORDER_ID` (`order_id`), KEY `IDX_PARENT_ID` (`parent_id`), KEY `IDX_PAYMENT_ID` (`payment_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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_recurring_profile` -- DROP TABLE IF EXISTS `sales_recurring_profile`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_recurring_profile` ( `profile_id` int(10) unsigned NOT NULL auto_increment, `state` varchar(20) NOT NULL, `customer_id` int(10) unsigned default NULL, `store_id` smallint(5) unsigned default NULL, `method_code` varchar(32) NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime default NULL, `reference_id` varchar(32) default NULL, `subscriber_name` varchar(150) default NULL, `start_datetime` datetime NOT NULL, `internal_reference_id` varchar(42) NOT NULL, `schedule_description` varchar(255) NOT NULL, `suspension_threshold` smallint(6) unsigned default NULL, `bill_failed_later` tinyint(1) unsigned NOT NULL default '0', `period_unit` varchar(20) NOT NULL, `period_frequency` tinyint(3) unsigned default NULL, `period_max_cycles` tinyint(3) unsigned default NULL, `billing_amount` double(12,4) unsigned NOT NULL default '0.0000', `trial_period_unit` varchar(20) default NULL, `trial_period_frequency` tinyint(3) unsigned default NULL, `trial_period_max_cycles` tinyint(3) unsigned default NULL, `trial_billing_amount` double(12,4) unsigned default NULL, `currency_code` char(3) NOT NULL, `shipping_amount` decimal(12,4) unsigned default NULL, `tax_amount` decimal(12,4) unsigned default NULL, `init_amount` decimal(12,4) unsigned default NULL, `init_may_fail` tinyint(1) unsigned NOT NULL default '0', `order_info` text NOT NULL, `order_item_info` text NOT NULL, `billing_address_info` text NOT NULL, `shipping_address_info` text, `profile_vendor_info` text, `additional_info` text, PRIMARY KEY (`profile_id`), UNIQUE KEY `UNQ_INTERNAL_REF_ID` (`internal_reference_id`), KEY `IDX_RECURRING_PROFILE_CUSTOMER` (`customer_id`), KEY `IDX_RECURRING_PROFILE_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sales_recurring_profile` -- LOCK TABLES `sales_recurring_profile` WRITE; /*!40000 ALTER TABLE `sales_recurring_profile` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_recurring_profile` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_recurring_profile_order` -- DROP TABLE IF EXISTS `sales_recurring_profile_order`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_recurring_profile_order` ( `link_id` int(10) unsigned NOT NULL auto_increment, `profile_id` int(10) unsigned NOT NULL default '0', `order_id` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`link_id`), UNIQUE KEY `UNQ_PROFILE_ORDER` (`profile_id`,`order_id`), KEY `IDX_ORDER` (`order_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sales_recurring_profile_order` -- LOCK TABLES `sales_recurring_profile_order` WRITE; /*!40000 ALTER TABLE `sales_recurring_profile_order` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_recurring_profile_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_refunded_aggregated` -- DROP TABLE IF EXISTS `sales_refunded_aggregated`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_refunded_aggregated` ( `id` int(11) unsigned NOT NULL auto_increment, `period` date NOT NULL default '0000-00-00', `store_id` smallint(5) unsigned default NULL, `order_status` varchar(50) NOT NULL default '', `orders_count` int(11) NOT NULL default '0', `refunded` decimal(12,4) NOT NULL default '0.0000', `online_refunded` decimal(12,4) NOT NULL default '0.0000', `offline_refunded` decimal(12,4) NOT NULL default '0.0000', PRIMARY KEY (`id`), UNIQUE KEY `UNQ_PERIOD_STORE_ORDER_STATUS` (`period`,`store_id`,`order_status`), KEY `IDX_STORE_ID` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_refunded_aggregated_order` ( `id` int(11) unsigned NOT NULL auto_increment, `period` date NOT NULL default '0000-00-00', `store_id` smallint(5) unsigned default NULL, `order_status` varchar(50) NOT NULL default '', `orders_count` int(11) NOT NULL default '0', `refunded` decimal(12,4) NOT NULL default '0.0000', `online_refunded` decimal(12,4) NOT NULL default '0.0000', `offline_refunded` decimal(12,4) NOT NULL default '0.0000', PRIMARY KEY (`id`), UNIQUE KEY `UNQ_PERIOD_STORE_ORDER_STATUS` (`period`,`store_id`,`order_status`), KEY `IDX_STORE_ID` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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_shipping_aggregated` -- DROP TABLE IF EXISTS `sales_shipping_aggregated`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_shipping_aggregated` ( `id` int(11) unsigned NOT NULL auto_increment, `period` date NOT NULL default '0000-00-00', `store_id` smallint(5) unsigned default NULL, `order_status` varchar(50) NOT NULL default '', `shipping_description` varchar(255) NOT NULL default '', `orders_count` int(11) NOT NULL default '0', `total_shipping` decimal(12,4) NOT NULL default '0.0000', `total_shipping_actual` decimal(12,4) NOT NULL default '0.0000', PRIMARY KEY (`id`), UNIQUE KEY `UNQ_PERIOD_STORE_ORDER_STATUS` (`period`,`store_id`,`order_status`,`shipping_description`), KEY `IDX_STORE_ID` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sales_shipping_aggregated_order` ( `id` int(11) unsigned NOT NULL auto_increment, `period` date NOT NULL default '0000-00-00', `store_id` smallint(5) unsigned default NULL, `order_status` varchar(50) NOT NULL default '', `shipping_description` varchar(255) NOT NULL default '', `orders_count` int(11) NOT NULL default '0', `total_shipping` decimal(12,4) NOT NULL default '0.0000', `total_shipping_actual` decimal(12,4) NOT NULL default '0.0000', PRIMARY KEY (`id`), UNIQUE KEY `UNQ_PERIOD_STORE_ORDER_STATUS` (`period`,`store_id`,`order_status`,`shipping_description`), KEY `IDX_STORE_ID` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 */; /*!40000 ALTER TABLE `sales_shipping_aggregated_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `salesrule` -- DROP TABLE IF EXISTS `salesrule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `salesrule` ( `rule_id` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `description` text NOT NULL, `from_date` date default '0000-00-00', `to_date` date default '0000-00-00', `uses_per_customer` int(11) NOT NULL default '0', `customer_group_ids` text, `is_active` tinyint(1) NOT NULL default '0', `conditions_serialized` mediumtext NOT NULL, `actions_serialized` mediumtext NOT NULL, `stop_rules_processing` tinyint(1) NOT NULL default '1', `is_advanced` tinyint(3) unsigned NOT NULL default '1', `product_ids` text, `sort_order` int(10) unsigned NOT NULL default '0', `simple_action` varchar(32) NOT NULL default '', `discount_amount` decimal(12,4) NOT NULL default '0.0000', `discount_qty` decimal(12,4) unsigned default NULL, `discount_step` int(10) unsigned NOT NULL, `simple_free_shipping` tinyint(1) unsigned NOT NULL default '0', `apply_to_shipping` tinyint(1) unsigned NOT NULL default '0', `times_used` int(11) unsigned NOT NULL default '0', `is_rss` tinyint(4) NOT NULL default '0', `website_ids` text, `coupon_type` smallint(5) unsigned NOT NULL default '1', PRIMARY KEY (`rule_id`), KEY `sort_order` (`is_active`,`sort_order`,`to_date`,`from_date`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `salesrule_coupon` ( `coupon_id` int(10) unsigned NOT NULL auto_increment, `rule_id` int(10) unsigned NOT NULL, `code` varchar(255) NOT NULL, `usage_limit` int(10) unsigned default NULL, `usage_per_customer` int(10) unsigned default NULL, `times_used` int(10) unsigned NOT NULL default '0', `expiration_date` datetime default NULL, `is_primary` tinyint(1) unsigned default NULL, PRIMARY KEY (`coupon_id`), UNIQUE KEY `UNQ_COUPON_CODE` (`code`), UNIQUE KEY `UNQ_RULE_MAIN_COUPON` (`rule_id`,`is_primary`), KEY `FK_SALESRULE_COUPON_RULE_ID_SALESRULE` (`rule_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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_usage` -- DROP TABLE IF EXISTS `salesrule_coupon_usage`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `salesrule_coupon_usage` ( `coupon_id` int(10) unsigned NOT NULL, `customer_id` int(10) unsigned NOT NULL, `times_used` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`coupon_id`,`customer_id`), KEY `FK_SALESRULE_COUPON_CUSTOMER_COUPON_ID_CUSTOMER_ENTITY` (`coupon_id`), KEY `FK_SALESRULE_COUPON_CUSTOMER_CUSTOMER_ID_CUSTOMER_ENTITY` (`customer_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `salesrule_customer` ( `rule_customer_id` int(10) unsigned NOT NULL auto_increment, `rule_id` int(10) unsigned NOT NULL default '0', `customer_id` int(10) unsigned NOT NULL default '0', `times_used` smallint(11) unsigned NOT NULL default '0', PRIMARY KEY (`rule_customer_id`), KEY `rule_id` (`rule_id`,`customer_id`), KEY `customer_id` (`customer_id`,`rule_id`) ) ENGINE=MyISAM AUTO_INCREMENT=46 DEFAULT CHARSET=utf8; 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_label` -- DROP TABLE IF EXISTS `salesrule_label`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `salesrule_label` ( `label_id` int(10) unsigned NOT NULL auto_increment, `rule_id` int(10) unsigned NOT NULL, `store_id` smallint(5) unsigned NOT NULL, `label` varchar(255) default NULL, PRIMARY KEY (`label_id`), UNIQUE KEY `IDX_RULE_STORE` (`rule_id`,`store_id`), KEY `FK_SALESRULE_LABEL_STORE` (`store_id`), KEY `FK_SALESRULE_LABEL_RULE` (`rule_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `salesrule_product_attribute` ( `rule_id` int(10) unsigned NOT NULL, `website_id` smallint(5) unsigned NOT NULL, `customer_group_id` smallint(5) unsigned NOT NULL, `attribute_id` smallint(5) unsigned NOT NULL, PRIMARY KEY (`rule_id`,`website_id`,`customer_group_id`,`attribute_id`), KEY `IDX_WEBSITE` (`website_id`), KEY `IDX_CUSTOMER_GROUP` (`customer_group_id`), KEY `IDX_ATTRIBUTE` (`attribute_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 `sendfriend_log` -- DROP TABLE IF EXISTS `sendfriend_log`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sendfriend_log` ( `log_id` int(10) unsigned NOT NULL auto_increment, `ip` bigint(20) NOT NULL default '0', `time` int(10) unsigned NOT NULL, `website_id` smallint(5) NOT NULL, PRIMARY KEY (`log_id`), KEY `IDX_REMOTE_ADDR` (`ip`), KEY `IDX_LOG_TIME` (`time`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Send to friend function log storage table'; 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 `shipping_tablerate` -- DROP TABLE IF EXISTS `shipping_tablerate`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `shipping_tablerate` ( `pk` int(10) unsigned NOT NULL auto_increment, `website_id` int(11) NOT NULL default '0', `dest_country_id` varchar(4) NOT NULL default '0', `dest_region_id` int(10) NOT NULL default '0', `dest_zip` varchar(10) NOT NULL default '', `condition_name` varchar(20) NOT NULL default '', `condition_value` decimal(12,4) NOT NULL default '0.0000', `price` decimal(12,4) NOT NULL default '0.0000', `cost` decimal(12,4) NOT NULL default '0.0000', PRIMARY KEY (`pk`), UNIQUE KEY `dest_country` (`website_id`,`dest_country_id`,`dest_region_id`,`dest_zip`,`condition_name`,`condition_value`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 `sitemap` -- DROP TABLE IF EXISTS `sitemap`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sitemap` ( `sitemap_id` int(11) NOT NULL auto_increment, `sitemap_type` varchar(32) default NULL, `sitemap_filename` varchar(32) default NULL, `sitemap_path` tinytext, `sitemap_time` timestamp NULL default NULL, `store_id` smallint(5) unsigned NOT NULL, PRIMARY KEY (`sitemap_id`), KEY `FK_SITEMAP_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 `tag` -- DROP TABLE IF EXISTS `tag`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tag` ( `tag_id` int(11) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `status` smallint(6) NOT NULL default '0', `first_customer_id` int(10) unsigned NOT NULL default '0', `first_store_id` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`tag_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tag` -- LOCK TABLES `tag` WRITE; /*!40000 ALTER TABLE `tag` DISABLE KEYS */; /*!40000 ALTER TABLE `tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tag_properties` -- DROP TABLE IF EXISTS `tag_properties`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tag_properties` ( `tag_id` int(11) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `base_popularity` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`tag_id`,`store_id`), KEY `FK_TAG_PROPERTIES_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tag_properties` -- LOCK TABLES `tag_properties` WRITE; /*!40000 ALTER TABLE `tag_properties` DISABLE KEYS */; /*!40000 ALTER TABLE `tag_properties` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tag_relation` -- DROP TABLE IF EXISTS `tag_relation`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tag_relation` ( `tag_relation_id` int(11) unsigned NOT NULL auto_increment, `tag_id` int(11) unsigned NOT NULL default '0', `customer_id` int(10) unsigned default NULL, `product_id` int(11) unsigned NOT NULL default '0', `store_id` smallint(6) unsigned NOT NULL default '1', `active` tinyint(1) unsigned NOT NULL default '1', `created_at` datetime default NULL, PRIMARY KEY (`tag_relation_id`), UNIQUE KEY `UNQ_TAG_CUSTOMER_PRODUCT_STORE` (`tag_id`,`customer_id`,`product_id`,`store_id`), KEY `IDX_PRODUCT` (`product_id`), KEY `IDX_TAG` (`tag_id`), KEY `IDX_CUSTOMER` (`customer_id`), KEY `IDX_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tag_relation` -- LOCK TABLES `tag_relation` WRITE; /*!40000 ALTER TABLE `tag_relation` DISABLE KEYS */; /*!40000 ALTER TABLE `tag_relation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tag_summary` -- DROP TABLE IF EXISTS `tag_summary`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tag_summary` ( `tag_id` int(11) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned NOT NULL default '0', `customers` int(11) unsigned NOT NULL default '0', `products` int(11) unsigned NOT NULL default '0', `uses` int(11) unsigned NOT NULL default '0' COMMENT 'deprecated since 1.4.0.1', `historical_uses` int(11) unsigned NOT NULL default '0' COMMENT 'deprecated since 1.4.0.1', `popularity` int(11) unsigned NOT NULL default '0', `base_popularity` int(11) unsigned NOT NULL default '0' COMMENT 'deprecated since 1.4.0.1', PRIMARY KEY (`tag_id`,`store_id`), KEY `FK_TAG_SUMMARY_STORE` (`store_id`), KEY `IDX_TAG` (`tag_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tag_summary` -- LOCK TABLES `tag_summary` WRITE; /*!40000 ALTER TABLE `tag_summary` DISABLE KEYS */; /*!40000 ALTER TABLE `tag_summary` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tax_calculation` -- DROP TABLE IF EXISTS `tax_calculation`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tax_calculation` ( `tax_calculation_rate_id` int(11) NOT NULL, `tax_calculation_rule_id` int(11) NOT NULL, `customer_tax_class_id` smallint(6) NOT NULL, `product_tax_class_id` smallint(6) NOT NULL, KEY `FK_TAX_CALCULATION_RULE` (`tax_calculation_rule_id`), KEY `FK_TAX_CALCULATION_RATE` (`tax_calculation_rate_id`), KEY `FK_TAX_CALCULATION_CTC` (`customer_tax_class_id`), KEY `FK_TAX_CALCULATION_PTC` (`product_tax_class_id`), KEY `IDX_TAX_CALCULATION` (`tax_calculation_rate_id`,`customer_tax_class_id`,`product_tax_class_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 */; INSERT INTO `tax_calculation` VALUES (1,1,3,2),(2,1,3,2); /*!40000 ALTER TABLE `tax_calculation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tax_calculation_rate` -- DROP TABLE IF EXISTS `tax_calculation_rate`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tax_calculation_rate` ( `tax_calculation_rate_id` int(11) NOT NULL auto_increment, `tax_country_id` char(2) NOT NULL, `tax_region_id` mediumint(9) NOT NULL, `tax_postcode` varchar(21) NOT NULL, `code` varchar(255) NOT NULL, `rate` decimal(12,4) NOT NULL, `zip_is_range` tinyint(1) default NULL, `zip_from` int(11) unsigned default NULL, `zip_to` int(11) unsigned default NULL, PRIMARY KEY (`tax_calculation_rate_id`), KEY `IDX_TAX_CALCULATION_RATE` (`tax_country_id`,`tax_region_id`,`tax_postcode`), KEY `IDX_TAX_CALCULATION_RATE_CODE` (`code`), KEY `IDX_TAX_CALCULATION_RATE_RANGE` (`tax_calculation_rate_id`,`tax_country_id`,`tax_region_id`,`zip_is_range`,`tax_postcode`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tax_calculation_rate_title` ( `tax_calculation_rate_title_id` int(11) NOT NULL auto_increment, `tax_calculation_rate_id` int(11) NOT NULL, `store_id` smallint(5) unsigned NOT NULL, `value` varchar(255) NOT NULL, PRIMARY KEY (`tax_calculation_rate_title_id`), KEY `IDX_TAX_CALCULATION_RATE_TITLE` (`tax_calculation_rate_id`,`store_id`), KEY `FK_TAX_CALCULATION_RATE_TITLE_RATE` (`tax_calculation_rate_id`), KEY `FK_TAX_CALCULATION_RATE_TITLE_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tax_calculation_rule` ( `tax_calculation_rule_id` int(11) NOT NULL auto_increment, `code` varchar(255) NOT NULL, `priority` mediumint(9) NOT NULL, `position` mediumint(9) NOT NULL, PRIMARY KEY (`tax_calculation_rule_id`), KEY `IDX_TAX_CALCULATION_RULE` (`priority`,`position`,`tax_calculation_rule_id`), KEY `IDX_TAX_CALCULATION_RULE_CODE` (`code`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; 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 */; INSERT INTO `tax_calculation_rule` VALUES (1,'Retail Customer-Taxable Goods-Rate 1',1,1); /*!40000 ALTER TABLE `tax_calculation_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tax_class` -- DROP TABLE IF EXISTS `tax_class`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tax_class` ( `class_id` smallint(6) NOT NULL auto_increment, `class_name` varchar(255) NOT NULL default '', `class_type` enum('CUSTOMER','PRODUCT') NOT NULL default 'CUSTOMER', PRIMARY KEY (`class_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; 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'),(4,'Shipping','PRODUCT'); /*!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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tax_order_aggregated_created` ( `id` int(11) unsigned NOT NULL auto_increment, `period` date NOT NULL default '0000-00-00', `store_id` smallint(5) unsigned default NULL, `code` varchar(255) NOT NULL default '', `order_status` varchar(50) NOT NULL default '', `percent` float(12,4) NOT NULL default '0.0000', `orders_count` int(11) unsigned NOT NULL default '0', `tax_base_amount_sum` float(12,4) NOT NULL default '0.0000', PRIMARY KEY (`id`), UNIQUE KEY `UNQ_PERIOD_STORE_CODE_ORDER_STATUS` (`period`,`store_id`,`code`,`percent`,`order_status`), KEY `IDX_STORE_ID` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 `weee_discount` -- DROP TABLE IF EXISTS `weee_discount`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `weee_discount` ( `entity_id` int(10) unsigned NOT NULL default '0', `website_id` smallint(5) unsigned NOT NULL default '0', `customer_group_id` smallint(5) unsigned NOT NULL, `value` decimal(12,4) NOT NULL default '0.0000', KEY `FK_CATALOG_PRODUCT_ENTITY_WEEE_DISCOUNT_WEBSITE` (`website_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_WEEE_DISCOUNT_PRODUCT_ENTITY` (`entity_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_WEEE_DISCOUNT_GROUP` (`customer_group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `weee_discount` -- LOCK TABLES `weee_discount` WRITE; /*!40000 ALTER TABLE `weee_discount` DISABLE KEYS */; /*!40000 ALTER TABLE `weee_discount` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `weee_tax` -- DROP TABLE IF EXISTS `weee_tax`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `weee_tax` ( `value_id` int(11) NOT NULL auto_increment, `website_id` smallint(5) unsigned NOT NULL default '0', `entity_id` int(10) unsigned NOT NULL default '0', `country` varchar(2) NOT NULL default '', `value` decimal(12,4) NOT NULL default '0.0000', `state` varchar(255) NOT NULL default '*', `attribute_id` smallint(5) unsigned NOT NULL, `entity_type_id` smallint(5) unsigned NOT NULL, PRIMARY KEY (`value_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_WEEE_TAX_WEBSITE` (`website_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_WEEE_TAX_PRODUCT_ENTITY` (`entity_id`), KEY `FK_CATALOG_PRODUCT_ENTITY_WEEE_TAX_COUNTRY` (`country`), KEY `FK_WEEE_TAX_ATTRIBUTE_ID` (`attribute_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `widget` ( `widget_id` int(10) unsigned NOT NULL auto_increment, `code` varchar(255) NOT NULL, `type` varchar(255) NOT NULL, `parameters` text, PRIMARY KEY (`widget_id`), KEY `IDX_CODE` (`code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Preconfigured Widgets'; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `widget_instance` ( `instance_id` int(11) unsigned NOT NULL auto_increment, `type` varchar(255) NOT NULL default '', `package_theme` varchar(255) NOT NULL default '', `title` varchar(255) NOT NULL default '', `store_ids` varchar(255) NOT NULL default '0', `widget_parameters` text, `sort_order` smallint(5) NOT NULL default '0', PRIMARY KEY (`instance_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `widget_instance_page` ( `page_id` int(11) unsigned NOT NULL auto_increment, `instance_id` int(11) unsigned NOT NULL default '0', `group` varchar(25) NOT NULL default '', `layout_handle` varchar(255) NOT NULL default '', `block_reference` varchar(255) NOT NULL default '', `for` varchar(25) NOT NULL default '', `entities` text, `template` varchar(255) NOT NULL default '', PRIMARY KEY (`page_id`), KEY `IDX_WIDGET_WIDGET_INSTANCE_ID` (`instance_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `widget_instance_page_layout` ( `page_id` int(11) unsigned NOT NULL default '0', `layout_update_id` int(10) unsigned NOT NULL default '0', UNIQUE KEY `page_id` (`page_id`,`layout_update_id`), KEY `IDX_WIDGET_WIDGET_INSTANCE_PAGE_ID` (`page_id`), KEY `IDX_WIDGET_WIDGET_INSTANCE_LAYOUT_UPDATE_ID` (`layout_update_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wishlist` ( `wishlist_id` int(10) unsigned NOT NULL auto_increment, `customer_id` int(10) unsigned NOT NULL default '0', `shared` tinyint(1) unsigned default '0', `sharing_code` varchar(32) character set latin1 collate latin1_general_ci NOT NULL default '', `updated_at` datetime default NULL, PRIMARY KEY (`wishlist_id`), UNIQUE KEY `UNQ_CUSTOMER` (`customer_id`), KEY `IDX_IS_SHARED` (`shared`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Wishlist main'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wishlist` -- LOCK TABLES `wishlist` WRITE; /*!40000 ALTER TABLE `wishlist` DISABLE KEYS */; /*!40000 ALTER TABLE `wishlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wishlist_item` -- DROP TABLE IF EXISTS `wishlist_item`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wishlist_item` ( `wishlist_item_id` int(10) unsigned NOT NULL auto_increment, `wishlist_id` int(10) unsigned NOT NULL default '0', `product_id` int(10) unsigned NOT NULL default '0', `store_id` smallint(5) unsigned default NULL, `added_at` datetime default NULL, `description` text, `qty` decimal(12,4) NOT NULL, PRIMARY KEY (`wishlist_item_id`), KEY `IDX_WISHLIST` (`wishlist_id`), KEY `IDX_PRODUCT` (`product_id`), KEY `IDX_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Wishlist items'; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wishlist_item_option` ( `option_id` int(10) unsigned NOT NULL auto_increment, `wishlist_item_id` int(10) unsigned NOT NULL, `product_id` int(10) unsigned NOT NULL, `code` varchar(255) NOT NULL, `value` text NOT NULL, PRIMARY KEY (`option_id`), KEY `FK_WISHLIST_ITEM_OPTION_ITEM_ID` (`wishlist_item_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Additional options for wishlist item'; 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; -- -- Table structure for table `xmlconnect_application` -- DROP TABLE IF EXISTS `xmlconnect_application`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `xmlconnect_application` ( `application_id` smallint(5) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL, `code` varchar(32) NOT NULL, `type` varchar(32) NOT NULL, `store_id` smallint(5) unsigned default NULL, `active_from` date default NULL, `active_to` date default NULL, `updated_at` datetime NOT NULL default '0000-00-00 00:00:00', `configuration` blob, `status` tinyint(1) NOT NULL default '0', `browsing_mode` tinyint(1) default '0', PRIMARY KEY (`application_id`), UNIQUE KEY `UNQ_XMLCONNECT_APPLICATION_CODE` (`code`), KEY `FK_XMLCONNECT_APPLICAION_STORE` (`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `xmlconnect_application` -- LOCK TABLES `xmlconnect_application` WRITE; /*!40000 ALTER TABLE `xmlconnect_application` DISABLE KEYS */; /*!40000 ALTER TABLE `xmlconnect_application` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `xmlconnect_history` -- DROP TABLE IF EXISTS `xmlconnect_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `xmlconnect_history` ( `history_id` int(11) NOT NULL auto_increment, `application_id` smallint(5) unsigned NOT NULL, `created_at` datetime NOT NULL default '0000-00-00 00:00:00', `store_id` smallint(5) unsigned default NULL, `params` blob, `title` varchar(200) NOT NULL, `activation_key` varchar(255) NOT NULL, `name` varchar(255) NOT NULL, `code` varchar(255) NOT NULL, PRIMARY KEY (`history_id`), KEY `FK_XMLCONNECT_HISTORY_APPLICATION` (`application_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `xmlconnect_history` -- LOCK TABLES `xmlconnect_history` WRITE; /*!40000 ALTER TABLE `xmlconnect_history` DISABLE KEYS */; /*!40000 ALTER TABLE `xmlconnect_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `xmlconnect_notification_template` -- DROP TABLE IF EXISTS `xmlconnect_notification_template`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `xmlconnect_notification_template` ( `id` int(11) NOT NULL auto_increment, `app_code` varchar(32) NOT NULL, `name` varchar(255) NOT NULL, `push_title` varchar(141) NOT NULL, `message_title` varchar(255) NOT NULL, `content` text NOT NULL, `created_at` timestamp NOT NULL default CURRENT_TIMESTAMP, `modified_at` timestamp NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id`), KEY `FK_APP_CODE` (`app_code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `xmlconnect_notification_template` -- LOCK TABLES `xmlconnect_notification_template` WRITE; /*!40000 ALTER TABLE `xmlconnect_notification_template` DISABLE KEYS */; /*!40000 ALTER TABLE `xmlconnect_notification_template` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `xmlconnect_queue` -- DROP TABLE IF EXISTS `xmlconnect_queue`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `xmlconnect_queue` ( `id` int(11) NOT NULL auto_increment, `create_time` timestamp NOT NULL default CURRENT_TIMESTAMP, `exec_time` timestamp NULL default NULL, `template_id` int(11) NOT NULL, `push_title` varchar(140) NOT NULL, `message_title` varchar(255) NOT NULL, `content` text NOT NULL, `status` tinyint(4) NOT NULL default '0', `type` varchar(12) NOT NULL, `app_code` varchar(32) NOT NULL, PRIMARY KEY (`id`), KEY `FK_TEMPLATE_ID` (`template_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `xmlconnect_queue` -- LOCK TABLES `xmlconnect_queue` WRITE; /*!40000 ALTER TABLE `xmlconnect_queue` DISABLE KEYS */; /*!40000 ALTER TABLE `xmlconnect_queue` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '21_0038a79_0' -- DELIMITER ;; DELIMITER ; /*!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 2012-06-01 16:46:03