-- MySQL dump 10.16 Distrib 10.2.12-MariaDB, for Linux (x86_64) -- -- Host: localhost Database: test -- ------------------------------------------------------ -- Server version 10.2.12-MariaDB-log /*!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 `ps_category` -- DROP TABLE IF EXISTS `ps_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ps_category` ( `id_category` int(10) unsigned NOT NULL AUTO_INCREMENT, `id_parent` int(10) unsigned NOT NULL, `id_shop_default` int(10) unsigned NOT NULL DEFAULT 1, `level_depth` tinyint(3) unsigned NOT NULL DEFAULT 0, `nleft` int(10) unsigned NOT NULL DEFAULT 0, `nright` int(10) unsigned NOT NULL DEFAULT 0, `active` tinyint(1) unsigned NOT NULL DEFAULT 0, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `position` int(10) unsigned NOT NULL DEFAULT 0, `is_root_category` tinyint(1) NOT NULL DEFAULT 0, PRIMARY KEY (`id_category`), KEY `category_parent` (`id_parent`), KEY `nleftright` (`nleft`,`nright`), KEY `nleftrightactive` (`nleft`,`nright`,`active`), KEY `level_depth` (`level_depth`), KEY `nright` (`nright`), KEY `nleft` (`nleft`) ) ENGINE=MyISAM AUTO_INCREMENT=36 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ps_category` -- LOCK TABLES `ps_category` WRITE; /*!40000 ALTER TABLE `ps_category` DISABLE KEYS */; INSERT INTO `ps_category` VALUES (1,0,1,0,1,42,1,'2013-06-16 16:52:34','2013-06-16 16:52:34',0,0),(2,1,1,1,2,41,1,'2013-06-16 16:52:34','2013-06-16 16:52:34',0,1),(30,14,1,3,32,33,1,'2013-09-30 21:36:29','2013-12-28 18:23:26',2,0),(29,14,1,3,30,31,1,'2013-09-30 21:36:04','2013-12-28 18:23:08',1,0),(27,34,1,3,6,7,1,'2013-09-24 15:48:01','2013-12-28 22:11:07',2,0),(35,2,1,2,25,28,1,'2013-10-02 14:45:56','2013-10-02 14:45:56',0,0),(33,14,1,3,38,39,1,'2013-09-30 21:37:17','2013-12-28 18:24:02',5,0),(9,34,1,3,22,23,1,'2013-06-16 20:24:07','2013-10-02 14:37:11',6,0),(32,14,1,3,36,37,1,'2013-09-30 21:37:02','2013-12-28 18:23:49',4,0),(11,35,1,3,26,27,1,'2013-06-16 20:24:47','2013-10-02 14:46:31',10,0),(12,34,1,3,18,19,1,'2013-06-16 20:24:59','2013-10-02 14:41:46',7,0),(13,34,1,3,14,15,1,'2013-06-16 20:25:17','2013-10-02 14:40:27',1,0),(14,2,1,2,29,40,1,'2013-06-16 20:26:32','2013-12-28 18:22:26',3,0),(34,2,1,2,3,24,1,'2013-10-01 13:23:10','2013-12-28 17:17:43',1,0),(31,14,1,3,34,35,1,'2013-09-30 21:36:46','2013-12-28 18:23:38',3,0),(18,34,1,3,16,17,1,'2013-06-16 22:34:44','2013-10-02 14:32:27',3,0),(19,34,1,3,12,13,1,'2013-06-16 22:35:15','2013-10-02 14:33:42',4,0),(23,34,1,3,8,9,1,'2013-06-16 23:07:50','2013-10-02 14:41:01',3,0),(24,34,1,3,10,11,1,'2013-06-16 23:07:51','2013-10-02 14:40:44',4,0),(25,34,1,3,4,5,1,'2013-06-16 23:19:32','2013-12-28 22:10:16',1,0),(26,34,1,3,20,21,1,'2013-06-16 23:19:34','2013-10-02 14:42:01',8,0); /*!40000 ALTER TABLE `ps_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_category_product` -- DROP TABLE IF EXISTS `ps_category_product`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ps_category_product` ( `id_category` int(10) unsigned NOT NULL, `id_product` int(10) unsigned NOT NULL, `position` int(10) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`id_category`,`id_product`), KEY `id_product` (`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ps_category_product` -- LOCK TABLES `ps_category_product` WRITE; /*!40000 ALTER TABLE `ps_category_product` DISABLE KEYS */; INSERT INTO `ps_category_product` VALUES (31,216,5),(31,215,4),(31,214,0),(31,213,3),(31,212,2),(32,211,3),(32,210,2),(32,209,1),(32,208,0),(29,207,30),(30,315372,5),(2,161,7),(2,132,6),(33,315380,1),(31,315371,1),(29,315370,6),(29,315373,31),(29,315369,5),(29,315374,32),(29,315368,4),(29,315375,33),(29,315367,3),(29,183,2),(29,182,1),(30,177,0),(29,315376,34),(13,315365,9),(2,167,5),(2,315357,4),(2,164,3),(2,159,2),(2,131,1),(2,127,0),(14,315364,0),(27,315363,8),(29,205,29),(29,204,28),(29,203,27),(29,202,26),(29,201,25),(29,200,24),(29,199,23),(29,198,22),(29,197,21),(29,196,20),(29,195,19),(29,194,18),(29,193,17),(29,192,16),(29,191,15),(29,190,14),(29,189,13),(14,188,1),(29,187,12),(29,186,11),(29,185,10),(29,184,9),(29,315377,35),(29,315378,36),(29,181,8),(33,315379,0),(29,179,7),(30,178,7),(29,180,0),(30,176,6),(30,175,4),(30,174,3),(30,173,2),(30,172,1),(11,171,5),(11,170,4),(11,169,3),(11,168,2),(11,167,1),(11,166,0),(26,165,1),(26,164,0),(9,163,1),(9,162,0),(12,161,2),(12,160,1),(12,159,0),(19,158,8),(19,157,7),(19,156,6),(19,155,5),(19,154,4),(19,153,3),(19,152,2),(19,151,1),(19,150,0),(18,149,6),(18,148,5),(18,147,4),(18,146,3),(18,145,2),(18,144,1),(18,143,0),(13,142,8),(13,141,7),(13,140,6),(13,139,5),(13,138,4),(13,137,3),(13,136,2),(13,135,1),(25,130,5),(25,132,7),(25,131,6),(13,134,0),(23,114,13),(23,115,14),(24,116,0),(25,133,8),(24,117,1),(23,105,4),(23,106,5),(23,107,6),(24,118,2),(25,129,4),(24,121,5),(24,123,7),(24,119,3),(24,120,4),(27,315355,0),(27,315361,6),(27,315358,3),(27,315359,4),(23,104,3),(23,113,12),(23,101,0),(24,122,6),(23,109,8),(23,103,2),(27,315360,5),(27,315362,7),(25,128,3),(24,124,8),(25,125,0),(25,126,1),(25,127,2),(23,112,11),(23,111,10),(23,110,9),(27,315356,1),(27,315357,2),(23,108,7),(23,102,1); /*!40000 ALTER TABLE `ps_category_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_feature_product` -- DROP TABLE IF EXISTS `ps_feature_product`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ps_feature_product` ( `id_feature` int(10) unsigned NOT NULL, `id_product` int(10) unsigned NOT NULL, `id_feature_value` int(10) unsigned NOT NULL, PRIMARY KEY (`id_feature`,`id_product`), KEY `id_feature_value` (`id_feature_value`), KEY `id_product` (`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ps_feature_product` -- LOCK TABLES `ps_feature_product` WRITE; /*!40000 ALTER TABLE `ps_feature_product` DISABLE KEYS */; INSERT INTO `ps_feature_product` VALUES (11,159,31),(11,160,31),(11,161,31),(11,101,32),(11,102,32),(11,103,32),(10,102,26),(11,104,32),(10,104,28),(11,107,32),(10,107,29),(11,126,33),(10,126,26),(11,132,33),(10,132,27),(9,159,23),(11,164,32),(10,164,26),(8,167,18),(7,167,15),(11,105,32),(10,105,28),(11,106,32),(10,106,28),(11,108,32),(10,108,29),(11,109,32),(10,109,29),(8,116,19),(7,116,16),(8,117,18),(7,117,16),(8,118,20),(7,118,16),(11,119,32),(10,119,28),(8,120,19),(7,120,16),(8,121,20),(7,121,16),(11,122,32),(10,122,29),(8,123,19),(7,123,16),(8,124,20),(7,124,16),(10,315358,27),(9,315358,23),(10,315359,27),(9,315359,23),(10,315360,27),(9,315360,23),(11,134,32),(10,134,27),(11,135,32),(10,135,27),(8,315365,18),(7,315365,15),(10,143,26),(9,143,24),(8,143,19),(7,143,16),(10,146,26),(9,146,23),(8,146,19),(7,146,16),(8,145,18),(7,145,16),(8,147,18),(7,147,16),(9,148,23),(8,148,18),(9,149,23),(8,149,19),(7,149,16),(7,148,16),(8,144,19),(7,144,16),(11,150,31),(10,150,27),(9,150,24),(11,151,31),(10,151,27),(9,151,23),(8,151,19),(11,152,31),(10,152,26),(9,152,24),(8,152,19),(11,154,31),(10,154,26),(9,154,25),(8,154,18),(11,155,31),(10,155,26),(9,155,23),(8,155,19),(11,156,31),(10,156,26),(9,156,23),(8,156,18),(11,157,31),(10,157,30),(9,157,23),(8,157,18),(11,158,31),(10,158,30),(9,158,23),(8,158,19),(11,153,31),(10,153,26),(9,153,25),(8,153,19),(8,150,21),(11,113,32),(10,113,26),(9,113,22),(8,113,19),(11,114,32),(10,114,26),(9,114,22),(8,114,18),(11,115,32),(10,115,26),(9,115,22),(8,115,20),(11,128,33),(10,128,26),(9,128,22),(8,128,19),(11,129,33),(10,129,26),(9,129,22),(8,129,18),(11,130,33),(10,130,26),(9,130,22),(8,130,20),(11,136,32),(10,136,26),(9,136,24),(8,136,19),(11,137,32),(10,137,26),(9,137,25),(8,137,19),(11,138,32),(10,138,26),(9,138,25),(8,138,18),(11,140,32),(10,140,26),(9,140,23),(8,140,18),(11,141,32),(10,141,30),(9,141,23),(8,141,18),(11,142,32),(10,142,30),(9,142,23),(8,142,19),(11,139,32),(10,139,26),(9,139,23),(8,139,19),(11,110,32),(10,110,27),(9,110,23),(11,112,32),(10,112,27),(9,112,23),(11,111,32),(10,111,27),(9,111,23),(10,315361,26),(9,315361,22),(8,315361,19),(7,315361,15),(10,315362,26),(9,315362,22),(8,315362,20),(7,315362,15),(10,315363,26),(9,315363,22),(8,315363,18),(7,315363,15),(8,180,19),(10,101,26),(10,103,26),(11,125,33),(10,125,26),(11,127,33),(10,127,26),(11,131,33),(10,131,27),(11,133,33),(10,133,27),(11,315355,31),(10,315355,26),(11,315356,31),(10,315356,26),(8,315357,18),(7,315357,15),(9,160,23),(9,161,23),(9,134,24),(8,134,21),(7,150,15),(7,151,15),(7,152,15),(7,153,15),(7,154,15),(7,155,15),(7,156,15),(7,157,15),(7,158,15),(8,159,18),(7,159,17),(8,160,18),(7,160,17),(8,161,19),(7,161,17),(9,315355,23),(8,315355,19),(7,315355,15),(9,315356,23),(8,315356,20),(7,315356,15),(9,315357,23),(10,315357,26),(11,315357,31),(8,315358,19),(7,315358,15),(8,315359,20),(7,315359,15),(8,315360,18),(7,315360,15),(11,315361,31),(11,315362,31),(11,315363,31),(9,125,23),(8,125,19),(7,125,15),(9,126,23),(8,126,18),(7,126,15),(9,127,23),(8,127,20),(7,127,15),(7,130,15),(7,129,15),(7,128,15),(9,131,23),(8,131,19),(7,131,15),(9,132,23),(8,132,18),(7,132,15),(9,133,23),(8,133,20),(7,133,15),(9,101,23),(8,101,19),(7,101,15),(9,102,23),(8,102,18),(7,102,15),(9,103,23),(8,103,20),(7,103,15),(9,104,23),(8,104,18),(7,104,15),(9,105,23),(8,105,19),(7,105,15),(9,106,23),(8,106,20),(7,106,15),(9,107,23),(8,107,18),(7,107,15),(9,108,23),(8,108,19),(7,108,15),(9,109,23),(8,109,20),(7,109,15),(8,110,19),(7,110,15),(8,111,18),(7,111,15),(8,112,20),(7,112,15),(7,113,15),(7,114,15),(7,115,15),(9,116,23),(10,116,26),(11,116,32),(9,117,23),(10,117,26),(11,117,32),(9,118,23),(10,118,26),(11,118,32),(9,119,23),(8,119,18),(7,119,16),(9,120,23),(10,120,28),(11,120,32),(9,121,23),(10,121,28),(11,121,32),(9,122,23),(8,122,18),(7,122,16),(9,123,23),(10,123,29),(11,123,32),(9,124,23),(10,124,29),(11,124,32),(11,143,32),(9,144,25),(10,144,26),(11,144,32),(9,145,25),(10,145,26),(11,145,32),(11,146,32),(9,147,23),(10,147,26),(11,147,32),(10,149,30),(11,149,32),(7,141,15),(9,315365,23),(10,315365,27),(11,315365,32),(11,165,32),(10,165,26),(9,165,22),(8,165,18),(7,165,15),(9,164,34),(8,164,18),(7,164,15),(11,163,32),(7,162,15),(10,148,30),(11,148,32),(7,134,15),(9,135,23),(8,135,19),(7,135,15),(7,136,15),(7,137,15),(7,138,15),(7,139,15),(7,140,15),(7,142,15),(11,315359,31),(11,315360,31),(11,315358,31),(11,162,32),(7,163,15),(8,175,19),(8,181,21),(8,183,19),(8,187,21),(8,315369,18),(8,315370,18),(8,315372,18),(8,315373,19),(8,315374,18),(8,315375,19),(8,315376,18),(8,315379,18),(8,315380,19); /*!40000 ALTER TABLE `ps_feature_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_layered_price_index` -- DROP TABLE IF EXISTS `ps_layered_price_index`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ps_layered_price_index` ( `id_product` int(11) NOT NULL, `id_currency` int(11) NOT NULL, `id_shop` int(11) NOT NULL, `price_min` int(11) NOT NULL, `price_max` int(11) NOT NULL, PRIMARY KEY (`id_product`,`id_currency`,`id_shop`), KEY `id_currency` (`id_currency`), KEY `price_min` (`price_min`), KEY `price_max` (`price_max`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ps_layered_price_index` -- LOCK TABLES `ps_layered_price_index` WRITE; /*!40000 ALTER TABLE `ps_layered_price_index` DISABLE KEYS */; INSERT INTO `ps_layered_price_index` VALUES (101,1,1,391,470),(102,1,1,391,470),(103,1,1,441,530),(104,1,1,400,480),(105,1,1,400,480),(106,1,1,441,530),(107,1,1,466,560),(108,1,1,466,560),(109,1,1,516,620),(110,1,1,433,520),(111,1,1,433,520),(112,1,1,483,580),(113,1,1,425,510),(114,1,1,425,510),(115,1,1,487,585),(116,1,1,0,0),(117,1,1,0,0),(118,1,1,0,0),(119,1,1,0,0),(120,1,1,0,0),(121,1,1,0,0),(122,1,1,314,378),(123,1,1,0,0),(124,1,1,0,0),(125,1,1,491,590),(126,1,1,491,590),(127,1,1,533,640),(128,1,1,525,630),(129,1,1,525,630),(130,1,1,558,670),(131,1,1,508,610),(132,1,1,508,610),(133,1,1,533,640),(134,1,1,158,190),(135,1,1,208,250),(136,1,1,233,280),(137,1,1,250,300),(138,1,1,250,300),(139,1,1,300,360),(140,1,1,300,360),(141,1,1,270,325),(142,1,1,325,390),(143,1,1,0,0),(144,1,1,0,0),(145,1,1,0,0),(146,1,1,0,0),(147,1,1,0,0),(148,1,1,0,0),(149,1,1,0,0),(150,1,1,400,480),(151,1,1,441,530),(152,1,1,508,610),(153,1,1,541,650),(154,1,1,541,650),(155,1,1,508,610),(156,1,1,508,610),(157,1,1,508,610),(158,1,1,508,610),(159,1,1,370,445),(160,1,1,412,495),(161,1,1,0,0),(162,1,1,0,0),(163,1,1,300,360),(164,1,1,200,240),(165,1,1,158,190),(166,1,1,0,0),(167,1,1,0,0),(168,1,1,0,0),(169,1,1,0,0),(170,1,1,0,0),(171,1,1,0,0),(172,1,1,0,0),(173,1,1,0,0),(174,1,1,0,0),(175,1,1,0,0),(176,1,1,0,0),(177,1,1,0,0),(178,1,1,0,0),(179,1,1,0,0),(180,1,1,0,0),(181,1,1,0,0),(182,1,1,0,0),(183,1,1,0,0),(184,1,1,0,0),(185,1,1,0,0),(186,1,1,0,0),(187,1,1,0,0),(188,1,1,0,0),(189,1,1,0,0),(190,1,1,0,0),(191,1,1,0,0),(192,1,1,0,0),(193,1,1,0,0),(194,1,1,0,0),(195,1,1,0,0),(196,1,1,0,0),(197,1,1,0,0),(198,1,1,0,0),(199,1,1,0,0),(200,1,1,0,0),(201,1,1,0,0),(202,1,1,0,0),(203,1,1,0,0),(204,1,1,0,0),(205,1,1,0,0),(206,1,1,0,0),(207,1,1,0,0),(208,1,1,0,0),(209,1,1,0,0),(210,1,1,0,0),(211,1,1,0,0),(212,1,1,0,0),(213,1,1,0,0),(214,1,1,0,0),(215,1,1,0,0),(216,1,1,0,0),(315355,1,1,0,0),(315356,1,1,0,0),(315357,1,1,0,0),(315358,1,1,0,0),(315359,1,1,0,0),(315360,1,1,0,0),(315361,1,1,0,0),(315362,1,1,0,0),(315363,1,1,0,0),(315364,1,1,0,0),(315365,1,1,0,0),(315366,1,1,0,0),(315367,1,1,0,0),(315368,1,1,0,0),(315369,1,1,0,0),(315370,1,1,0,0),(315371,1,1,0,0),(315372,1,1,0,0),(315373,1,1,0,0),(315374,1,1,0,0),(315375,1,1,0,0),(315376,1,1,0,0),(315377,1,1,0,0),(315378,1,1,0,0),(315379,1,1,0,0),(315380,1,1,0,0); /*!40000 ALTER TABLE `ps_layered_price_index` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product` -- DROP TABLE IF EXISTS `ps_product`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ps_product` ( `id_product` int(10) unsigned NOT NULL AUTO_INCREMENT, `id_supplier` int(10) unsigned DEFAULT NULL, `id_manufacturer` int(10) unsigned DEFAULT NULL, `id_category_default` int(10) unsigned DEFAULT NULL, `id_shop_default` int(10) unsigned NOT NULL DEFAULT 1, `id_tax_rules_group` int(11) unsigned NOT NULL, `on_sale` tinyint(1) unsigned NOT NULL DEFAULT 0, `online_only` tinyint(1) unsigned NOT NULL DEFAULT 0, `ean13` varchar(13) DEFAULT NULL, `upc` varchar(12) DEFAULT NULL, `ecotax` decimal(17,6) NOT NULL DEFAULT 0.000000, `quantity` int(10) NOT NULL DEFAULT 0, `minimal_quantity` int(10) unsigned NOT NULL DEFAULT 1, `price` decimal(20,6) NOT NULL DEFAULT 0.000000, `wholesale_price` decimal(20,6) NOT NULL DEFAULT 0.000000, `unity` varchar(255) DEFAULT NULL, `unit_price_ratio` decimal(20,6) NOT NULL DEFAULT 0.000000, `additional_shipping_cost` decimal(20,2) NOT NULL DEFAULT 0.00, `reference` varchar(32) DEFAULT NULL, `supplier_reference` varchar(32) DEFAULT NULL, `location` varchar(64) DEFAULT NULL, `width` decimal(20,6) NOT NULL DEFAULT 0.000000, `height` decimal(20,6) NOT NULL DEFAULT 0.000000, `depth` decimal(20,6) NOT NULL DEFAULT 0.000000, `weight` decimal(20,6) NOT NULL DEFAULT 0.000000, `out_of_stock` int(10) unsigned NOT NULL DEFAULT 2, `quantity_discount` tinyint(1) DEFAULT 0, `customizable` tinyint(2) NOT NULL DEFAULT 0, `uploadable_files` tinyint(4) NOT NULL DEFAULT 0, `text_fields` tinyint(4) NOT NULL DEFAULT 0, `active` tinyint(1) unsigned NOT NULL DEFAULT 0, `redirect_type` enum('','404','301','302') NOT NULL DEFAULT '', `id_product_redirected` int(10) unsigned NOT NULL DEFAULT 0, `available_for_order` tinyint(1) NOT NULL DEFAULT 1, `available_date` date NOT NULL, `condition` enum('new','used','refurbished') NOT NULL DEFAULT 'new', `show_price` tinyint(1) NOT NULL DEFAULT 1, `indexed` tinyint(1) NOT NULL DEFAULT 0, `visibility` enum('both','catalog','search','none') NOT NULL DEFAULT 'both', `cache_is_pack` tinyint(1) NOT NULL DEFAULT 0, `cache_has_attachments` tinyint(1) NOT NULL DEFAULT 0, `is_virtual` tinyint(1) NOT NULL DEFAULT 0, `cache_default_attribute` int(10) unsigned DEFAULT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `advanced_stock_management` tinyint(1) NOT NULL DEFAULT 0, PRIMARY KEY (`id_product`), KEY `product_supplier` (`id_supplier`), KEY `product_manufacturer` (`id_manufacturer`), KEY `id_category_default` (`id_category_default`), KEY `indexed` (`indexed`), KEY `date_add` (`date_add`) ) ENGINE=MyISAM AUTO_INCREMENT=315381 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ps_product` -- LOCK TABLES `ps_product` WRITE; /*!40000 ALTER TABLE `ps_product` DISABLE KEYS */; INSERT INTO `ps_product` VALUES (102,0,5,23,1,1,0,0,'','',0.000000,0,1,391.666667,0.000000,'',0.000000,0.00,'3051','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:47:53',0),(103,0,5,23,1,1,0,0,'','',0.000000,0,1,441.666667,0.000000,'',0.000000,0.00,'3006','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:48:02',0),(104,0,5,23,1,1,0,0,'','',0.000000,0,1,400.000000,0.000000,'',0.000000,0.00,'3151','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:48:11',0),(105,0,5,23,1,1,0,0,'','',0.000000,0,1,400.000000,0.000000,'',0.000000,0.00,'3100','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:48:18',0),(106,0,5,23,1,1,0,0,'','',0.000000,0,1,441.666667,0.000000,'',0.000000,0.00,'3106','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:48:24',0),(107,0,5,23,1,1,0,0,'','',0.000000,0,1,466.666667,0.000000,'',0.000000,0.00,'3049','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:48:30',0),(108,0,5,23,1,1,0,0,'','',0.000000,0,1,466.666667,0.000000,'',0.000000,0.00,'3067','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:48:37',0),(109,0,5,23,1,1,0,0,'','',0.000000,0,1,516.666667,0.000000,'',0.000000,0.00,'3066','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:48:49',0),(110,0,5,23,1,1,0,0,'','',0.000000,0,1,433.333333,0.000000,'',0.000000,0.00,'3020','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:48:56',0),(111,0,5,23,1,1,0,0,'','',0.000000,0,1,433.333333,0.000000,'',0.000000,0.00,'3021','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:49:17',0),(112,0,5,23,1,1,0,0,'','',0.000000,0,1,483.333333,0.000000,'',0.000000,0.00,'3026','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:49:23',0),(113,0,5,23,1,1,0,0,'','',0.000000,0,1,425.000000,0.000000,'',0.000000,0.00,'30002','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:49:32',0),(114,0,5,23,1,1,0,0,'','',0.000000,0,1,425.000000,0.000000,'',0.000000,0.00,'30512','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:49:42',0),(115,0,5,23,1,1,0,0,'','',0.000000,0,1,487.500000,0.000000,'',0.000000,0.00,'30062','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:49:51',0),(116,0,5,24,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'3000-24','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-10-02 23:17:52',0),(117,0,5,24,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'3051-24','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-10-02 23:18:03',0),(118,0,5,24,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'3006-24','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-10-02 23:18:14',0),(119,0,5,24,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'3151-24','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-10-08 10:58:09',0),(120,0,5,24,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'3100-24','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-10-02 23:19:07',0),(121,0,5,24,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'3106-24','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-10-02 23:19:26',0),(122,0,5,24,1,1,0,0,'','',0.000000,0,1,314.870000,0.000000,'',0.000000,0.00,'3049-24','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-10-12 16:06:42',1),(123,0,5,24,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'3067-24','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-10-02 23:21:24',0),(124,0,5,24,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'3066-24','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-10-02 23:21:44',0),(125,0,5,25,1,1,0,0,'','',0.000000,0,1,491.666667,0.000000,'',0.000000,0.00,'30001','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:50:11',0),(126,0,5,25,1,1,0,0,'','',0.000000,0,1,491.666667,0.000000,'',0.000000,0.00,'30511','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:50:43',0),(127,0,5,25,1,1,0,0,'','',0.000000,0,1,533.333333,0.000000,'',0.000000,0.00,'30061','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:57:10',0),(128,0,5,25,1,1,0,0,'','',0.000000,0,1,525.000000,0.000000,'',0.000000,0.00,'30003','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:57:44',0),(129,0,5,25,1,1,0,0,'','',0.000000,0,1,525.000000,0.000000,'',0.000000,0.00,'30513','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:58:22',0),(130,0,5,25,1,1,0,0,'','',0.000000,0,1,558.333333,0.000000,'',0.000000,0.00,'30063','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:58:53',0),(131,0,5,25,1,1,0,0,'','',0.000000,0,1,508.333333,0.000000,'',0.000000,0.00,'30201','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:51:23',0),(132,0,5,25,1,1,0,0,'','',0.000000,0,1,508.333333,0.000000,'',0.000000,0.00,'30211','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 19:43:32',0),(133,0,5,25,1,1,0,0,'','',0.000000,0,1,533.333333,0.000000,'',0.000000,0.00,'30261','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:51:44',0),(134,0,5,13,1,1,0,0,'','',0.000000,0,1,158.333333,0.000000,'',0.000000,0.00,'5149','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:52:10',1),(135,0,5,13,1,1,0,0,'','',0.000000,0,1,208.333333,0.000000,'',0.000000,0.00,'2020','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:55:49',1),(136,0,5,13,1,1,0,0,'','',0.000000,0,1,233.333333,0.000000,'',0.000000,0.00,'7900','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:56:38',0),(137,0,5,13,1,1,0,0,'','',0.000000,0,1,250.000000,0.000000,'',0.000000,0.00,'7901','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:53:37',1),(138,0,5,13,1,1,0,0,'','',0.000000,0,1,250.000000,0.000000,'',0.000000,0.00,'7951','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:53:22',1),(139,0,5,13,1,1,0,0,'','',0.000000,0,1,300.000000,0.000000,'',0.000000,0.00,'2000','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:53:14',1),(140,0,5,13,1,1,0,0,'','',0.000000,0,1,300.000000,0.000000,'',0.000000,0.00,'2051','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:52:57',1),(141,0,5,13,1,1,0,0,'','',0.000000,0,1,270.833333,0.000000,'',0.000000,0.00,'2049','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:59:25',1),(142,0,5,13,1,1,0,0,'','',0.000000,0,1,325.000000,0.000000,'',0.000000,0.00,'2067','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:52:41',1),(143,0,5,18,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'7900-24','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-10-02 23:24:08',0),(144,0,5,18,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'7901-24','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-10-02 23:26:15',0),(145,0,5,18,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'7951-24','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-10-02 23:26:45',0),(146,0,5,18,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'2000-24','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-10-02 23:32:54',0),(147,0,5,18,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'2051-24','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-10-02 23:33:33',0),(148,0,5,18,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'2049-24','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-10-03 00:31:46',0),(149,0,5,18,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'2067-24','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-10-02 23:35:19',0),(150,0,5,19,1,1,0,0,'','',0.000000,0,1,400.000000,0.000000,'',0.000000,0.00,'51494','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:54:03',0),(151,0,5,19,1,1,0,0,'','',0.000000,0,1,441.666667,0.000000,'',0.000000,0.00,'20204','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:56:04',0),(152,0,5,19,1,1,0,0,'','',0.000000,0,1,508.333333,0.000000,'',0.000000,0.00,'79004','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:56:55',0),(153,0,5,19,1,1,0,0,'','',0.000000,0,1,541.666667,0.000000,'',0.000000,0.00,'79014','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:57:26',0),(154,0,5,19,1,1,0,0,'','',0.000000,0,1,541.666667,0.000000,'',0.000000,0.00,'79514','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:58:07',0),(155,0,5,19,1,1,0,0,'','',0.000000,0,1,508.333333,0.000000,'',0.000000,0.00,'20004','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:58:38',0),(156,0,5,19,1,1,0,0,'','',0.000000,0,1,508.333333,0.000000,'',0.000000,0.00,'20514','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:59:09',0),(157,0,5,19,1,1,0,0,'','',0.000000,0,1,508.333333,0.000000,'',0.000000,0.00,'20494','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:59:40',0),(158,0,5,19,1,1,0,0,'','',0.000000,0,1,508.333333,0.000000,'',0.000000,0.00,'20674','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:59:55',0),(159,0,5,12,1,1,0,0,'','',0.000000,0,1,370.833333,0.000000,'8',0.000000,0.00,'4411','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:46:17',0),(160,0,5,12,1,1,0,0,'','',0.000000,0,1,412.500000,0.000000,'8',0.000000,0.00,'4421','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,0,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:55:33',0),(161,0,5,12,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'8',0.000000,0.00,'4422','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 19:45:31',0),(162,0,5,9,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'8130','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,0,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-10-12 17:18:33',1),(163,0,5,9,1,1,0,0,'','',0.000000,0,1,300.000000,0.000000,'',0.000000,0.00,'8132','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:55:05',1),(164,0,5,26,1,1,0,0,'','',0.000000,0,1,200.000000,0.000000,'',0.000000,0.00,'2151','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:54:31',1),(165,0,5,26,1,1,0,0,'','',0.000000,0,1,158.333333,0.000000,'',0.000000,0.00,'2121','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:56:21',0),(166,0,5,11,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'3320','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-10-08 11:02:29',0),(167,0,5,11,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'3321','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-10-08 11:01:55',0),(168,0,5,11,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'3367','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-10-08 11:01:25',0),(169,0,5,11,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'3349','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-10-08 11:00:43',0),(170,0,5,11,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'33672','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-10-08 10:59:45',0),(171,0,5,11,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'33492','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-10-08 10:59:20',0),(172,0,5,30,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'30100','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 20:26:08',0),(173,0,5,30,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'30200','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 20:26:24',0),(174,0,5,30,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'39000','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 20:24:39',0),(175,0,5,30,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'15305','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 20:09:45',0),(176,0,5,30,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'3020-D','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 20:26:39',0),(177,0,5,30,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'3020-20','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 20:19:39',0),(178,0,5,30,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'31900','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 20:24:49',0),(179,0,5,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'1204','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-12-28 21:17:33',0),(180,0,5,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'10200','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-11-06 00:09:30',0),(181,0,5,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'15201','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-12-28 18:19:08',0),(182,0,5,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'15303','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 20:22:04',0),(183,0,5,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'15304','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 20:09:59',0),(184,0,5,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'15320','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 20:22:14',0),(185,0,5,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'15321','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 20:22:30',0),(186,0,5,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'15444','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-12-28 18:53:01',0),(187,0,5,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'16300','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-12-28 18:30:30',0),(188,0,5,14,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'17920','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-10-12 16:01:13',1),(189,0,5,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'18000','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-12-28 18:54:54',0),(190,0,5,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'2020-10','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 20:12:01',0),(191,0,5,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'2020-10X','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 20:12:14',0),(192,0,5,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'2020-20','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 20:18:05',0),(193,0,5,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'2020-20X','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-12-28 21:17:08',0),(194,0,5,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'2020-32','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 20:18:18',0),(195,0,5,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'2020-D','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-12-28 19:44:52',0),(196,0,5,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'2020-Y','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-12-28 19:27:43',0),(197,0,5,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'2020-X','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-12-28 19:24:19',0),(198,0,5,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'2049-10','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 20:18:30',0),(199,0,5,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'2049-10X','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-12-28 19:17:47',0),(200,0,5,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'2049-20','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 20:18:44',0),(201,0,5,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'2049-20X','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-12-28 19:18:11',0),(202,0,5,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'2049-32','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 20:18:56',0),(203,0,5,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'2049-32X','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-12-28 19:18:50',0),(204,0,5,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'2049-D','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-12-28 19:41:42',0),(205,0,5,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'49000','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 20:24:57',0),(315372,0,0,30,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'15306','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-11-06 00:05:04','2014-02-25 20:10:14',0),(207,0,5,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'7921','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-12-28 17:47:56',0),(208,0,5,32,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'20100','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 20:26:52',0),(209,0,5,32,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'21163','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-12-28 17:47:41',0),(210,0,5,32,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'29000','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 20:25:19',0),(211,0,5,32,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'2221','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-12-28 18:08:26',0),(212,0,5,31,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'8110','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-12-28 20:01:49',0),(213,0,5,31,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'81007','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 20:22:39',0),(101,0,5,23,1,1,0,0,'','',0.000000,0,1,391.666667,0.000000,'',0.000000,0.00,'3000','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 00:47:46',0),(214,0,5,31,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'81301','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 20:22:49',0),(215,0,5,31,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'8131','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2013-12-28 20:05:12',0),(216,0,5,31,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'49030','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 14:28:57','2014-02-25 20:25:31',0),(315355,0,0,27,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'30004','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 15:58:29','2013-10-02 22:30:35',0),(315356,0,0,27,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'30064','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 15:59:42','2013-10-02 22:31:28',0),(315357,0,0,27,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'30514','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 16:00:16','2013-10-02 22:32:24',0),(315368,0,0,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'15302','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-11-05 23:10:41','2014-02-25 20:23:07',0),(315358,0,0,27,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'30204','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 16:00:38','2013-10-12 17:06:52',0),(315359,0,0,27,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'30264','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 16:00:59','2013-10-12 17:05:23',0),(315360,0,0,27,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'30214','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 16:01:21','2013-10-12 17:05:39',0),(315365,0,0,13,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'2021','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-25 11:22:09','2013-10-03 00:24:23',0),(315361,0,0,27,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'30005','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 16:01:45','2013-10-02 22:29:34',0),(315362,0,0,27,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'30065','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 16:02:03','2013-10-02 22:29:43',0),(315363,0,0,27,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'30515','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 16:02:28','2013-10-02 22:29:52',0),(315364,0,0,14,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'3020-20','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-24 22:20:40','2014-02-25 20:19:06',0),(315367,0,0,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'15301','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-11-05 23:04:10','2014-02-25 20:22:59',0),(315369,0,0,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'15307','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-11-05 23:14:24','2014-02-25 20:10:05',0),(315370,0,0,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'10251','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-11-05 23:27:05','2013-12-28 20:34:49',0),(315371,0,0,31,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'81303','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-11-05 23:42:07','2014-02-25 20:23:16',0),(315373,0,5,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'15202','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-12-28 18:17:13','2013-12-28 18:19:28',0),(315374,0,5,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'15203','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-12-28 18:17:58','2013-12-28 18:58:34',0),(315375,0,5,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'16301','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-12-28 18:28:32','2013-12-28 18:29:36',0),(315376,0,5,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'16303','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-12-28 18:28:37','2013-12-28 18:30:09',0),(315377,0,0,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'2049-Y','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-12-28 19:32:20','2013-12-28 19:53:16',0),(315378,0,0,29,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'2049-X','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-12-28 19:53:21','2013-12-28 19:54:55',0),(315379,0,0,33,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'15344','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-12-28 20:15:51','2014-02-25 20:10:21',0),(315380,0,0,33,1,1,0,0,'','',0.000000,0,1,0.000000,0.000000,'',0.000000,0.00,'15345','','',0.000000,0.000000,0.000000,0.000000,2,0,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-12-28 20:15:55','2014-02-25 20:10:27',0); /*!40000 ALTER TABLE `ps_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product_shop` -- DROP TABLE IF EXISTS `ps_product_shop`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ps_product_shop` ( `id_product` int(10) unsigned NOT NULL, `id_shop` int(10) unsigned NOT NULL, `id_category_default` int(10) unsigned DEFAULT NULL, `id_tax_rules_group` int(11) unsigned NOT NULL, `on_sale` tinyint(1) unsigned NOT NULL DEFAULT 0, `online_only` tinyint(1) unsigned NOT NULL DEFAULT 0, `ecotax` decimal(17,6) NOT NULL DEFAULT 0.000000, `minimal_quantity` int(10) unsigned NOT NULL DEFAULT 1, `price` decimal(20,6) NOT NULL DEFAULT 0.000000, `wholesale_price` decimal(20,6) NOT NULL DEFAULT 0.000000, `unity` varchar(255) DEFAULT NULL, `unit_price_ratio` decimal(20,6) NOT NULL DEFAULT 0.000000, `additional_shipping_cost` decimal(20,2) NOT NULL DEFAULT 0.00, `customizable` tinyint(2) NOT NULL DEFAULT 0, `uploadable_files` tinyint(4) NOT NULL DEFAULT 0, `text_fields` tinyint(4) NOT NULL DEFAULT 0, `active` tinyint(1) unsigned NOT NULL DEFAULT 0, `redirect_type` enum('','404','301','302') NOT NULL DEFAULT '', `id_product_redirected` int(10) unsigned NOT NULL DEFAULT 0, `available_for_order` tinyint(1) NOT NULL DEFAULT 1, `available_date` date NOT NULL, `condition` enum('new','used','refurbished') NOT NULL DEFAULT 'new', `show_price` tinyint(1) NOT NULL DEFAULT 1, `indexed` tinyint(1) NOT NULL DEFAULT 0, `visibility` enum('both','catalog','search','none') NOT NULL DEFAULT 'both', `cache_default_attribute` int(10) unsigned DEFAULT NULL, `advanced_stock_management` tinyint(1) NOT NULL DEFAULT 0, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_product`,`id_shop`), KEY `id_category_default` (`id_category_default`), KEY `date_add` (`date_add`,`active`,`visibility`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ps_product_shop` -- LOCK TABLES `ps_product_shop` WRITE; /*!40000 ALTER TABLE `ps_product_shop` DISABLE KEYS */; INSERT INTO `ps_product_shop` VALUES (315360,1,27,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 16:01:21','2013-10-12 17:05:39'),(315367,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-11-05 23:04:10','2014-02-25 20:22:59'),(315359,1,27,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 16:00:59','2013-10-12 17:05:23'),(315358,1,27,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 16:00:38','2013-10-12 17:06:52'),(315357,1,27,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 16:00:16','2013-10-02 22:32:24'),(315356,1,27,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 15:59:42','2013-10-02 22:31:28'),(315355,1,27,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 15:58:29','2013-10-02 22:30:35'),(216,1,31,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 20:25:31'),(215,1,31,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-12-28 20:05:12'),(214,1,31,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 20:22:49'),(213,1,31,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 20:22:39'),(212,1,31,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-12-28 20:01:49'),(211,1,32,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-12-28 18:08:26'),(210,1,32,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 20:25:19'),(209,1,32,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-12-28 17:47:41'),(208,1,32,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 20:26:52'),(207,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-12-28 17:47:56'),(315372,1,30,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-11-06 00:05:04','2014-02-25 20:10:14'),(205,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 20:24:57'),(204,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-12-28 19:41:42'),(203,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-12-28 19:18:50'),(202,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 20:18:56'),(201,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-12-28 19:18:11'),(200,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 20:18:44'),(199,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-12-28 19:17:47'),(198,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 20:18:30'),(197,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-12-28 19:24:19'),(196,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-12-28 19:27:43'),(195,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-12-28 19:44:52'),(194,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 20:18:18'),(193,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-12-28 21:17:08'),(192,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 20:18:05'),(191,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 20:12:14'),(190,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 20:12:01'),(189,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-12-28 18:54:54'),(188,1,14,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,1,'2013-09-24 14:28:57','2013-10-12 16:01:13'),(187,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-12-28 18:30:30'),(186,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-12-28 18:53:01'),(185,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 20:22:30'),(184,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 20:22:14'),(183,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 20:09:59'),(182,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 20:22:04'),(181,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-12-28 18:19:08'),(180,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-11-06 00:09:30'),(179,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-12-28 21:17:33'),(178,1,30,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 20:24:49'),(177,1,30,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 20:19:39'),(176,1,30,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 20:26:39'),(175,1,30,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 20:09:45'),(174,1,30,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 20:24:39'),(173,1,30,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 20:26:24'),(172,1,30,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 20:26:08'),(171,1,11,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-10-08 10:59:20'),(170,1,11,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-10-08 10:59:45'),(169,1,11,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-10-08 11:00:43'),(168,1,11,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-10-08 11:01:25'),(167,1,11,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-10-08 11:01:55'),(166,1,11,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-10-08 11:02:29'),(165,1,26,1,0,0,0.000000,1,158.333333,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:56:21'),(164,1,26,1,0,0,0.000000,1,200.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,1,'2013-09-24 14:28:57','2014-02-25 00:54:31'),(163,1,9,1,0,0,0.000000,1,300.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,1,'2013-09-24 14:28:57','2014-02-25 00:55:05'),(162,1,9,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,0,'404',0,0,'0000-00-00','new',1,1,'both',0,1,'2013-09-24 14:28:57','2013-10-12 17:18:33'),(161,1,12,1,0,0,0.000000,1,0.000000,0.000000,'8',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 19:45:31'),(160,1,12,1,0,0,0.000000,1,412.500000,0.000000,'8',0.000000,0.00,0,0,0,0,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:55:33'),(159,1,12,1,0,0,0.000000,1,370.833333,0.000000,'8',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:46:17'),(158,1,19,1,0,0,0.000000,1,508.333333,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:59:55'),(157,1,19,1,0,0,0.000000,1,508.333333,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:59:40'),(156,1,19,1,0,0,0.000000,1,508.333333,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:59:09'),(155,1,19,1,0,0,0.000000,1,508.333333,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:58:38'),(154,1,19,1,0,0,0.000000,1,541.666667,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:58:07'),(153,1,19,1,0,0,0.000000,1,541.666667,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:57:26'),(152,1,19,1,0,0,0.000000,1,508.333333,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:56:55'),(151,1,19,1,0,0,0.000000,1,441.666667,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:56:04'),(150,1,19,1,0,0,0.000000,1,400.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:54:03'),(149,1,18,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-10-02 23:35:19'),(148,1,18,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-10-03 00:31:46'),(147,1,18,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-10-02 23:33:33'),(146,1,18,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-10-02 23:32:54'),(145,1,18,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-10-02 23:26:45'),(144,1,18,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-10-02 23:26:15'),(143,1,18,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-10-02 23:24:08'),(142,1,13,1,0,0,0.000000,1,325.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,1,'2013-09-24 14:28:57','2014-02-25 00:52:41'),(141,1,13,1,0,0,0.000000,1,270.833333,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,1,'2013-09-24 14:28:57','2014-02-25 00:59:25'),(140,1,13,1,0,0,0.000000,1,300.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,1,'2013-09-24 14:28:57','2014-02-25 00:52:57'),(139,1,13,1,0,0,0.000000,1,300.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,1,'2013-09-24 14:28:57','2014-02-25 00:53:14'),(138,1,13,1,0,0,0.000000,1,250.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,1,'2013-09-24 14:28:57','2014-02-25 00:53:22'),(137,1,13,1,0,0,0.000000,1,250.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,1,'2013-09-24 14:28:57','2014-02-25 00:53:37'),(136,1,13,1,0,0,0.000000,1,233.333333,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:56:38'),(135,1,13,1,0,0,0.000000,1,208.333333,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,1,'2013-09-24 14:28:57','2014-02-25 00:55:49'),(134,1,13,1,0,0,0.000000,1,158.333333,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,1,'2013-09-24 14:28:57','2014-02-25 00:52:10'),(133,1,25,1,0,0,0.000000,1,533.333333,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:51:44'),(132,1,25,1,0,0,0.000000,1,508.333333,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 19:43:32'),(131,1,25,1,0,0,0.000000,1,508.333333,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:51:23'),(130,1,25,1,0,0,0.000000,1,558.333333,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:58:53'),(129,1,25,1,0,0,0.000000,1,525.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:58:22'),(128,1,25,1,0,0,0.000000,1,525.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:57:44'),(127,1,25,1,0,0,0.000000,1,533.333333,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:57:10'),(126,1,25,1,0,0,0.000000,1,491.666667,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:50:43'),(125,1,25,1,0,0,0.000000,1,491.666667,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:50:11'),(124,1,24,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-10-02 23:21:44'),(123,1,24,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-10-02 23:21:24'),(122,1,24,1,0,0,0.000000,1,314.870000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,1,'2013-09-24 14:28:57','2013-10-12 16:06:42'),(121,1,24,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-10-02 23:19:26'),(120,1,24,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-10-02 23:19:07'),(119,1,24,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-10-08 10:58:09'),(118,1,24,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-10-02 23:18:14'),(117,1,24,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-10-02 23:18:03'),(116,1,24,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2013-10-02 23:17:52'),(115,1,23,1,0,0,0.000000,1,487.500000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:49:51'),(114,1,23,1,0,0,0.000000,1,425.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:49:42'),(113,1,23,1,0,0,0.000000,1,425.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:49:32'),(112,1,23,1,0,0,0.000000,1,483.333333,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:49:23'),(111,1,23,1,0,0,0.000000,1,433.333333,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:49:17'),(110,1,23,1,0,0,0.000000,1,433.333333,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:48:56'),(109,1,23,1,0,0,0.000000,1,516.666667,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:48:49'),(108,1,23,1,0,0,0.000000,1,466.666667,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:48:37'),(107,1,23,1,0,0,0.000000,1,466.666667,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:48:30'),(106,1,23,1,0,0,0.000000,1,441.666667,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:48:24'),(105,1,23,1,0,0,0.000000,1,400.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:48:18'),(104,1,23,1,0,0,0.000000,1,400.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:48:11'),(101,1,23,1,0,0,0.000000,1,391.666667,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:47:46'),(102,1,23,1,0,0,0.000000,1,391.666667,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:47:53'),(103,1,23,1,0,0,0.000000,1,441.666667,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 14:28:57','2014-02-25 00:48:02'),(315365,1,13,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-25 11:22:09','2013-10-03 00:24:23'),(315361,1,27,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 16:01:45','2013-10-02 22:29:34'),(315362,1,27,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 16:02:03','2013-10-02 22:29:43'),(315363,1,27,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 16:02:28','2013-10-02 22:29:52'),(315368,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-11-05 23:10:41','2014-02-25 20:23:07'),(315364,1,14,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-09-24 22:20:40','2014-02-25 20:19:06'),(315369,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-11-05 23:14:24','2014-02-25 20:10:05'),(315370,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-11-05 23:27:05','2013-12-28 20:34:49'),(315371,1,31,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-11-05 23:42:07','2014-02-25 20:23:16'),(315373,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-12-28 18:17:13','2013-12-28 18:19:28'),(315374,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-12-28 18:17:58','2013-12-28 18:58:34'),(315375,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-12-28 18:28:32','2013-12-28 18:29:36'),(315376,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-12-28 18:28:37','2013-12-28 18:30:09'),(315377,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-12-28 19:32:20','2013-12-28 19:53:16'),(315378,1,29,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-12-28 19:53:21','2013-12-28 19:54:55'),(315379,1,33,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-12-28 20:15:51','2014-02-25 20:10:21'),(315380,1,33,1,0,0,0.000000,1,0.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,0,'0000-00-00','new',1,1,'both',0,0,'2013-12-28 20:15:55','2014-02-25 20:10:27'); /*!40000 ALTER TABLE `ps_product_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_stock_available` -- DROP TABLE IF EXISTS `ps_stock_available`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ps_stock_available` ( `id_stock_available` int(11) unsigned NOT NULL AUTO_INCREMENT, `id_product` int(11) unsigned NOT NULL, `id_product_attribute` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, `id_shop_group` int(11) unsigned NOT NULL, `quantity` int(10) NOT NULL DEFAULT 0, `depends_on_stock` tinyint(1) unsigned NOT NULL DEFAULT 0, `out_of_stock` tinyint(1) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`id_stock_available`), UNIQUE KEY `product_sqlstock` (`id_product`,`id_product_attribute`,`id_shop`,`id_shop_group`), KEY `id_shop` (`id_shop`), KEY `id_shop_group` (`id_shop_group`), KEY `id_product` (`id_product`), KEY `id_product_attribute` (`id_product_attribute`) ) ENGINE=MyISAM AUTO_INCREMENT=687 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ps_stock_available` -- LOCK TABLES `ps_stock_available` WRITE; /*!40000 ALTER TABLE `ps_stock_available` DISABLE KEYS */; INSERT INTO `ps_stock_available` VALUES (636,192,0,1,0,0,0,2),(637,193,0,1,0,0,0,2),(641,197,0,1,0,0,0,2),(642,198,0,1,0,0,0,2),(643,199,0,1,0,0,0,2),(644,200,0,1,0,0,0,2),(660,216,0,1,0,0,0,2),(638,194,0,1,0,0,0,2),(639,195,0,1,0,0,0,2),(640,196,0,1,0,0,0,2),(428,2,0,1,0,0,0,0),(623,179,0,1,0,0,0,2),(624,180,0,1,0,0,0,2),(625,181,0,1,0,0,0,2),(626,182,0,1,0,0,0,2),(627,183,0,1,0,0,0,2),(651,207,0,1,0,0,0,2),(35,0,0,1,0,0,0,0),(645,201,0,1,0,0,0,2),(628,184,0,1,0,0,0,2),(635,191,0,1,0,0,0,2),(629,185,0,1,0,0,0,2),(649,205,0,1,0,0,0,2),(657,213,0,1,0,0,0,2),(648,204,0,1,0,0,0,2),(646,202,0,1,0,0,0,2),(659,215,0,1,0,0,0,2),(647,203,0,1,0,0,0,2),(631,187,0,1,0,0,0,2),(634,190,0,1,0,0,0,2),(653,209,0,1,0,0,0,2),(633,189,0,1,0,0,0,2),(630,186,0,1,0,0,0,2),(632,188,0,1,0,0,1,2),(622,178,0,1,0,0,0,2),(621,177,0,1,0,0,0,2),(336,15321,0,1,0,0,0,0),(620,176,0,1,0,0,0,2),(619,175,0,1,0,0,0,2),(618,174,0,1,0,0,0,2),(617,173,0,1,0,0,0,2),(616,172,0,1,0,0,0,2),(615,171,0,1,0,0,0,2),(614,170,0,1,0,0,0,2),(613,169,0,1,0,0,0,2),(612,168,0,1,0,0,0,2),(611,167,0,1,0,0,0,2),(610,166,0,1,0,0,0,2),(609,165,0,1,0,0,0,2),(608,164,0,1,0,0,1,2),(607,163,0,1,0,0,1,2),(606,162,0,1,0,0,0,2),(605,161,0,1,0,0,0,2),(604,160,0,1,0,0,0,2),(603,159,0,1,0,-2,0,2),(602,158,0,1,0,0,0,2),(601,157,0,1,0,0,0,2),(600,156,0,1,0,0,0,2),(599,155,0,1,0,0,0,2),(598,154,0,1,0,0,0,2),(597,153,0,1,0,0,0,2),(596,152,0,1,0,0,0,2),(595,151,0,1,0,0,0,2),(594,150,0,1,0,0,0,2),(593,149,0,1,0,0,0,2),(592,148,0,1,0,0,0,2),(591,147,0,1,0,0,0,2),(590,146,0,1,0,0,0,2),(589,145,0,1,0,0,0,2),(588,144,0,1,0,0,0,2),(587,143,0,1,0,0,0,2),(586,142,0,1,0,0,1,2),(585,141,0,1,0,0,1,2),(584,140,0,1,0,0,1,2),(583,139,0,1,0,0,1,2),(582,138,0,1,0,0,1,2),(581,137,0,1,0,0,1,2),(580,136,0,1,0,0,0,2),(575,131,0,1,0,0,0,2),(577,133,0,1,0,0,0,2),(576,132,0,1,0,0,0,2),(579,135,0,1,0,0,1,2),(559,115,0,1,0,0,0,2),(560,116,0,1,0,0,0,2),(561,117,0,1,0,0,0,2),(124,15305,0,1,0,0,0,0),(578,134,0,1,0,0,0,2),(562,118,0,1,0,0,0,2),(550,106,0,1,0,0,0,2),(551,107,0,1,0,0,0,2),(129,10200,0,1,0,0,0,0),(130,15201,0,1,0,0,0,0),(131,15303,0,1,0,0,0,0),(132,15304,0,1,0,0,0,0),(552,108,0,1,0,0,0,2),(553,109,0,1,0,0,0,2),(547,103,0,1,0,0,0,2),(136,16300,0,1,0,0,0,0),(556,112,0,1,0,0,0,2),(555,111,0,1,0,0,0,2),(549,105,0,1,0,0,0,2),(558,114,0,1,0,0,0,2),(663,315357,0,1,0,0,0,2),(664,315358,0,1,0,0,0,2),(661,315355,0,1,0,0,0,2),(666,315360,0,1,0,0,0,2),(665,315359,0,1,0,0,0,2),(667,315361,0,1,0,0,0,2),(545,101,0,1,0,0,0,2),(662,315356,0,1,0,0,0,2),(546,102,0,1,0,0,0,2),(566,122,0,1,0,0,1,2),(568,124,0,1,0,0,0,2),(574,130,0,1,0,0,0,2),(571,127,0,1,0,0,0,2),(570,126,0,1,0,0,0,2),(548,104,0,1,0,0,0,2),(572,128,0,1,0,0,0,2),(557,113,0,1,0,0,0,2),(573,129,0,1,0,0,0,2),(565,121,0,1,0,0,0,2),(564,120,0,1,0,0,0,2),(563,119,0,1,0,0,0,2),(554,110,0,1,0,0,0,2),(163,81301,0,1,0,0,0,0),(569,125,0,1,0,0,0,2),(567,123,0,1,0,0,0,2),(654,210,0,1,0,0,0,2),(655,211,0,1,0,0,0,2),(656,212,0,1,0,0,0,2),(658,214,0,1,0,0,0,2),(678,315372,0,1,0,0,0,2),(652,208,0,1,0,0,0,2),(668,315362,0,1,0,0,0,2),(669,315363,0,1,0,0,0,2),(670,315364,0,1,0,0,0,2),(671,315365,0,1,0,0,0,2),(673,315367,0,1,0,0,0,2),(674,315368,0,1,0,0,0,2),(675,315369,0,1,0,0,0,2),(676,315370,0,1,0,0,0,2),(677,315371,0,1,0,0,0,2),(679,315373,0,1,0,0,0,2),(680,315374,0,1,0,0,0,2),(681,315375,0,1,0,0,0,2),(682,315376,0,1,0,0,0,2),(683,315377,0,1,0,0,0,2),(684,315378,0,1,0,0,0,2),(685,315379,0,1,0,0,0,2),(686,315380,0,1,0,0,0,2); /*!40000 ALTER TABLE `ps_stock_available` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2018-02-08 10:17:55