0byt3m1n1
Path:
/
data
/
19
/
3
/
93
/
86
/
3093738
/
meta
/
3447532
/
mysql.backup
/
[
Home
]
File: coupondb.mysqlv102.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv102 Database: coupondb -- ------------------------------------------------------ -- 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 `ad_packs` -- DROP TABLE IF EXISTS `ad_packs`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ad_packs` ( `id` int(255) NOT NULL auto_increment, `price` decimal(6,2) NOT NULL default '0.00', `days` int(255) NOT NULL default '0', `bought` int(255) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ad_packs` -- LOCK TABLES `ad_packs` WRITE; /*!40000 ALTER TABLE `ad_packs` DISABLE KEYS */; INSERT INTO `ad_packs` VALUES (1,'1.00',7,1),(2,'2.00',15,0),(3,'3.50',30,0); /*!40000 ALTER TABLE `ad_packs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ban_reasons` -- DROP TABLE IF EXISTS `ban_reasons`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ban_reasons` ( `id` int(255) NOT NULL auto_increment, `user` int(255) NOT NULL default '0', `reason` text NOT NULL, `date` int(255) NOT NULL default '0', PRIMARY KEY (`id`), KEY `user` (`user`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ban_reasons` -- LOCK TABLES `ban_reasons` WRITE; /*!40000 ALTER TABLE `ban_reasons` DISABLE KEYS */; /*!40000 ALTER TABLE `ban_reasons` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `banners` -- DROP TABLE IF EXISTS `banners`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `banners` ( `id` int(255) NOT NULL auto_increment, `user` int(255) NOT NULL default '0', `banner_url` varchar(255) NOT NULL, `site_url` varchar(255) NOT NULL, `views` int(255) NOT NULL default '0', `clicks` int(255) NOT NULL default '0', `status` int(11) NOT NULL default '0', `expiration` int(255) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `banners` -- LOCK TABLES `banners` WRITE; /*!40000 ALTER TABLE `banners` DISABLE KEYS */; /*!40000 ALTER TABLE `banners` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `blacklist` -- DROP TABLE IF EXISTS `blacklist`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `blacklist` ( `id` int(255) NOT NULL auto_increment, `value` varchar(255) collate utf8_unicode_ci NOT NULL, `type` int(32) NOT NULL default '0', PRIMARY KEY (`id`), KEY `value` (`value`,`type`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `blacklist` -- LOCK TABLES `blacklist` WRITE; /*!40000 ALTER TABLE `blacklist` DISABLE KEYS */; /*!40000 ALTER TABLE `blacklist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `blog` -- DROP TABLE IF EXISTS `blog`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `blog` ( `id` int(255) NOT NULL auto_increment, `author` int(255) NOT NULL default '0', `title` varchar(255) NOT NULL, `content` text NOT NULL, `views` int(255) NOT NULL default '0', `timestamp` int(255) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `blog` -- LOCK TABLES `blog` WRITE; /*!40000 ALTER TABLE `blog` DISABLE KEYS */; INSERT INTO `blog` VALUES (1,1,'New Exchange System','Hello! Welcome we need more members so the greatest way to start getting coins is to use the referral system, the member with the best stats by the end of the month wins a prize!',3,1379126386); /*!40000 ALTER TABLE `blog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `blog_comments` -- DROP TABLE IF EXISTS `blog_comments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `blog_comments` ( `id` int(255) NOT NULL auto_increment, `bid` int(255) NOT NULL default '0', `author` int(255) NOT NULL default '0', `comment` text NOT NULL, `timestamp` int(255) NOT NULL default '0', PRIMARY KEY (`id`), KEY `bid` (`bid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `blog_comments` -- LOCK TABLES `blog_comments` WRITE; /*!40000 ALTER TABLE `blog_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `blog_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `c_pack` -- DROP TABLE IF EXISTS `c_pack`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `c_pack` ( `id` int(255) NOT NULL auto_increment, `name` varchar(255) collate utf8_unicode_ci NOT NULL, `coins` int(255) NOT NULL default '0', `price` decimal(5,2) NOT NULL default '0.00', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `c_pack` -- LOCK TABLES `c_pack` WRITE; /*!40000 ALTER TABLE `c_pack` DISABLE KEYS */; INSERT INTO `c_pack` VALUES (1,'500 Coins',100,'1.00'),(2,'10000 Coins',10000,'10.00'); /*!40000 ALTER TABLE `c_pack` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `c_transfers` -- DROP TABLE IF EXISTS `c_transfers`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `c_transfers` ( `id` int(255) NOT NULL auto_increment, `receiver` int(255) NOT NULL default '0', `sender` varchar(255) collate utf8_unicode_ci NOT NULL, `coins` int(255) NOT NULL default '0', `date` int(255) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `c_transfers` -- LOCK TABLES `c_transfers` WRITE; /*!40000 ALTER TABLE `c_transfers` DISABLE KEYS */; /*!40000 ALTER TABLE `c_transfers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `coins_to_cash` -- DROP TABLE IF EXISTS `coins_to_cash`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `coins_to_cash` ( `id` int(255) NOT NULL auto_increment, `user` int(11) NOT NULL, `coins` int(255) NOT NULL default '0', `cash` decimal(5,2) NOT NULL default '0.00', `conv_rate` int(64) NOT NULL default '0', `date` int(255) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `coins_to_cash` -- LOCK TABLES `coins_to_cash` WRITE; /*!40000 ALTER TABLE `coins_to_cash` DISABLE KEYS */; /*!40000 ALTER TABLE `coins_to_cash` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `coupons` -- DROP TABLE IF EXISTS `coupons`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `coupons` ( `id` int(255) NOT NULL auto_increment, `code` varchar(255) collate utf8_unicode_ci NOT NULL, `coins` int(255) NOT NULL default '0', `uses` varchar(255) collate utf8_unicode_ci NOT NULL default '0', `used` int(255) NOT NULL default '0', `type` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `coupons` -- LOCK TABLES `coupons` WRITE; /*!40000 ALTER TABLE `coupons` DISABLE KEYS */; INSERT INTO `coupons` VALUES (1,'confreebie',100,'29',1,0),(2,'rarecode',30,'5',0,1); /*!40000 ALTER TABLE `coupons` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cron` -- DROP TABLE IF EXISTS `cron`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cron` ( `name` varchar(40) NOT NULL default '', `time` bigint(255) NOT NULL default '0', PRIMARY KEY (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cron` -- LOCK TABLES `cron` WRITE; /*!40000 ALTER TABLE `cron` DISABLE KEYS */; INSERT INTO `cron` VALUES ('day',1367992800); /*!40000 ALTER TABLE `cron` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `facebook` -- DROP TABLE IF EXISTS `facebook`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `facebook` ( `id` int(11) NOT NULL auto_increment, `user` int(255) NOT NULL, `url` varchar(255) collate utf8_unicode_ci NOT NULL, `title` varchar(255) collate utf8_unicode_ci NOT NULL, `clicks` int(255) NOT NULL default '0', `active` int(11) NOT NULL default '0', `cpc` int(11) NOT NULL default '2', `type` int(11) NOT NULL default '0', `country` varchar(64) collate utf8_unicode_ci NOT NULL default '0', `sex` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `facebook` -- LOCK TABLES `facebook` WRITE; /*!40000 ALTER TABLE `facebook` DISABLE KEYS */; INSERT INTO `facebook` VALUES (1,1,'https://www.facebook.com/convictcartel','Convict Cartel Clothing',0,0,10,1,'0',0); /*!40000 ALTER TABLE `facebook` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `faq` -- DROP TABLE IF EXISTS `faq`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `faq` ( `id` int(255) NOT NULL auto_increment, `question` varchar(255) NOT NULL, `answer` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `faq` -- LOCK TABLES `faq` WRITE; /*!40000 ALTER TABLE `faq` DISABLE KEYS */; /*!40000 ALTER TABLE `faq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fb_photo` -- DROP TABLE IF EXISTS `fb_photo`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fb_photo` ( `id` int(11) NOT NULL auto_increment, `user` int(255) NOT NULL, `url` varchar(255) collate utf8_unicode_ci NOT NULL, `title` varchar(255) collate utf8_unicode_ci NOT NULL, `img` varchar(255) collate utf8_unicode_ci NOT NULL, `clicks` int(255) NOT NULL default '0', `active` int(11) NOT NULL default '0', `cpc` int(11) NOT NULL default '2', `country` varchar(64) collate utf8_unicode_ci NOT NULL default '0', `sex` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fb_photo` -- LOCK TABLES `fb_photo` WRITE; /*!40000 ALTER TABLE `fb_photo` DISABLE KEYS */; /*!40000 ALTER TABLE `fb_photo` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fb_share` -- DROP TABLE IF EXISTS `fb_share`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fb_share` ( `id` int(11) NOT NULL auto_increment, `user` int(255) NOT NULL, `url` varchar(255) collate utf8_unicode_ci NOT NULL, `title` varchar(255) collate utf8_unicode_ci NOT NULL, `clicks` int(255) NOT NULL default '0', `active` int(11) NOT NULL default '0', `cpc` int(11) NOT NULL default '2', `country` varchar(64) collate utf8_unicode_ci NOT NULL default '0', `sex` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fb_share` -- LOCK TABLES `fb_share` WRITE; /*!40000 ALTER TABLE `fb_share` DISABLE KEYS */; /*!40000 ALTER TABLE `fb_share` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fb_shared` -- DROP TABLE IF EXISTS `fb_shared`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fb_shared` ( `user_id` int(255) NOT NULL, `site_id` int(255) NOT NULL, KEY `site_id` (`site_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fb_shared` -- LOCK TABLES `fb_shared` WRITE; /*!40000 ALTER TABLE `fb_shared` DISABLE KEYS */; /*!40000 ALTER TABLE `fb_shared` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fb_subscribe` -- DROP TABLE IF EXISTS `fb_subscribe`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fb_subscribe` ( `id` int(11) NOT NULL auto_increment, `user` int(255) NOT NULL, `url` varchar(255) collate utf8_unicode_ci NOT NULL, `title` varchar(255) collate utf8_unicode_ci NOT NULL, `clicks` int(255) NOT NULL default '0', `active` int(11) NOT NULL default '0', `cpc` int(11) NOT NULL default '2', `country` varchar(64) collate utf8_unicode_ci NOT NULL default '0', `sex` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fb_subscribe` -- LOCK TABLES `fb_subscribe` WRITE; /*!40000 ALTER TABLE `fb_subscribe` DISABLE KEYS */; /*!40000 ALTER TABLE `fb_subscribe` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fbp_liked` -- DROP TABLE IF EXISTS `fbp_liked`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fbp_liked` ( `user_id` int(255) NOT NULL, `site_id` int(255) NOT NULL, KEY `site_id` (`site_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fbp_liked` -- LOCK TABLES `fbp_liked` WRITE; /*!40000 ALTER TABLE `fbp_liked` DISABLE KEYS */; /*!40000 ALTER TABLE `fbp_liked` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fbs_liked` -- DROP TABLE IF EXISTS `fbs_liked`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `fbs_liked` ( `user_id` int(255) NOT NULL, `site_id` int(255) NOT NULL, KEY `site_id` (`site_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `fbs_liked` -- LOCK TABLES `fbs_liked` WRITE; /*!40000 ALTER TABLE `fbs_liked` DISABLE KEYS */; /*!40000 ALTER TABLE `fbs_liked` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `followed` -- DROP TABLE IF EXISTS `followed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `followed` ( `user_id` int(255) NOT NULL, `site_id` int(255) NOT NULL, KEY `site_id` (`site_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `followed` -- LOCK TABLES `followed` WRITE; /*!40000 ALTER TABLE `followed` DISABLE KEYS */; /*!40000 ALTER TABLE `followed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `google` -- DROP TABLE IF EXISTS `google`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `google` ( `id` int(11) NOT NULL auto_increment, `user` int(255) NOT NULL default '0', `url` varchar(255) collate utf8_unicode_ci NOT NULL, `title` varchar(64) collate utf8_unicode_ci NOT NULL, `clicks` int(255) NOT NULL default '0', `active` int(11) NOT NULL default '0', `cpc` int(11) NOT NULL default '1', `country` varchar(64) collate utf8_unicode_ci NOT NULL default '0', `sex` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `google` -- LOCK TABLES `google` WRITE; /*!40000 ALTER TABLE `google` DISABLE KEYS */; /*!40000 ALTER TABLE `google` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `liked` -- DROP TABLE IF EXISTS `liked`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `liked` ( `user_id` int(255) NOT NULL, `site_id` int(255) NOT NULL, KEY `site_id` (`site_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `liked` -- LOCK TABLES `liked` WRITE; /*!40000 ALTER TABLE `liked` DISABLE KEYS */; /*!40000 ALTER TABLE `liked` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `linked_done` -- DROP TABLE IF EXISTS `linked_done`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `linked_done` ( `user_id` int(255) NOT NULL, `site_id` int(255) NOT NULL, KEY `site_id` (`site_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `linked_done` -- LOCK TABLES `linked_done` WRITE; /*!40000 ALTER TABLE `linked_done` DISABLE KEYS */; /*!40000 ALTER TABLE `linked_done` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `linkedin` -- DROP TABLE IF EXISTS `linkedin`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `linkedin` ( `id` int(11) NOT NULL auto_increment, `user` int(255) NOT NULL, `url` varchar(255) collate utf8_unicode_ci NOT NULL, `title` varchar(255) collate utf8_unicode_ci NOT NULL, `clicks` int(255) NOT NULL default '0', `active` int(11) NOT NULL default '0', `cpc` int(11) NOT NULL default '2', `country` varchar(64) collate utf8_unicode_ci NOT NULL default '0', `sex` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `linkedin` -- LOCK TABLES `linkedin` WRITE; /*!40000 ALTER TABLE `linkedin` DISABLE KEYS */; /*!40000 ALTER TABLE `linkedin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `list_countries` -- DROP TABLE IF EXISTS `list_countries`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `list_countries` ( `id` int(11) NOT NULL auto_increment, `country` varchar(255) NOT NULL default '', `code` varchar(255) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=221 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `list_countries` -- LOCK TABLES `list_countries` WRITE; /*!40000 ALTER TABLE `list_countries` DISABLE KEYS */; INSERT INTO `list_countries` VALUES (1,'United States','US'),(2,'United Kingdom','UK'),(3,'Norway','NO'),(4,'Greece','GR'),(5,'Afghanistan','AF'),(6,'Albania','AL'),(7,'Algeria','DZ'),(8,'American Samoa','AS'),(9,'Andorra','AD'),(10,'Angola','AO'),(11,'Anguilla','AI'),(12,'Antigua & Barbuda','AG'),(13,'Antilles, Netherlands','AN'),(182,'Senegal','SN'),(15,'Argentina','AR'),(16,'Armenia','AM'),(17,'Aruba','AW'),(18,'Australia','AU'),(19,'Austria','AT'),(20,'Azerbaijan','AZ'),(21,'Bahamas, The','BS'),(22,'Bahrain','BH'),(23,'Bangladesh','BD'),(24,'Barbados','BB'),(25,'Belarus','BY'),(26,'Belgium','BE'),(27,'Belize','BZ'),(28,'Benin','BJ'),(29,'Bermuda','BM'),(30,'Bhutan','BT'),(31,'Bolivia','BO'),(32,'Bosnia and Herzegovina','BA'),(33,'Botswana','BW'),(34,'Brazil','BR'),(35,'British Virgin Islands','VG'),(36,'Brunei Darussalam','BN'),(37,'Bulgaria','BG'),(38,'Burkina Faso','BF'),(39,'Burundi','BI'),(40,'Cambodia','KH'),(41,'Cameroon','CM'),(42,'Canada','CA'),(43,'Cape Verde','CV'),(44,'Cayman Islands','KY'),(45,'Central African Republic','CF'),(46,'Chad','TD'),(47,'Chile','CL'),(48,'China','CN'),(49,'Colombia','CO'),(50,'Comoros','KM'),(51,'Congo','CG'),(52,'Congo','CD'),(53,'Cook Islands','CK'),(54,'Costa Rica','CR'),(55,'Cote D\'Ivoire','CI'),(56,'Croatia','HR'),(57,'Cuba','CU'),(58,'Cyprus','CY'),(59,'Czech Republic','CZ'),(60,'Denmark','DK'),(61,'Djibouti','DJ'),(62,'Dominica','DM'),(63,'Dominican Republic','DO'),(64,'East Timor (Timor-Leste)','TP'),(65,'Ecuador','EC'),(66,'Egypt','EG'),(67,'El Salvador','SV'),(68,'Equatorial Guinea','GQ'),(69,'Eritrea','ER'),(70,'Estonia','EE'),(71,'Ethiopia','ET'),(72,'Falkland Islands','FK'),(73,'Faroe Islands','FO'),(74,'Fiji','FJ'),(75,'Finland','FI'),(76,'France','FR'),(77,'French Guiana','GF'),(78,'French Polynesia','PF'),(79,'Gabon','GA'),(80,'Gambia, the','GM'),(81,'Georgia','GE'),(82,'Germany','DE'),(83,'Ghana','GH'),(84,'Gibraltar','GI'),(86,'Greenland','GL'),(87,'Grenada','GD'),(88,'Guadeloupe','GP'),(89,'Guam','GU'),(90,'Guatemala','GT'),(91,'Guernsey and Alderney','GG'),(92,'Guinea','GN'),(93,'Guinea-Bissau','GW'),(94,'Guinea, Equatorial','GP'),(95,'Guiana, French','GF'),(96,'Guyana','GY'),(97,'Haiti','HT'),(179,'San Marino','SM'),(99,'Honduras','HN'),(100,'Hong Kong, (China)','HK'),(101,'Hungary','HU'),(102,'Iceland','IS'),(103,'India','IN'),(104,'Indonesia','ID'),(105,'Iran, Islamic Republic of','IR'),(106,'Iraq','IQ'),(107,'Ireland','IE'),(108,'Israel','IL'),(109,'Ivory Coast (Cote d\'Ivoire)','CI'),(110,'Italy','IT'),(111,'Jamaica','JM'),(112,'Japan','JP'),(113,'Jersey','JE'),(114,'Jordan','JO'),(115,'Kazakhstan','KZ'),(116,'Kenya','KE'),(117,'Kiribati','KI'),(118,'Korea, (South) Rep. of','KR'),(119,'Kuwait','KW'),(120,'Kyrgyzstan','KG'),(121,'Lao People\'s Dem. Rep.','LA'),(122,'Latvia','LV'),(123,'Lebanon','LB'),(124,'Lesotho','LS'),(125,'Libyan Arab Jamahiriya','LY'),(126,'Liechtenstein','LI'),(127,'Lithuania','LT'),(128,'Luxembourg','LU'),(129,'Macao, (China)','MO'),(130,'Macedonia, TFYR','MK'),(131,'Madagascar','MG'),(132,'Malawi','MW'),(133,'Malaysia','MY'),(134,'Maldives','MV'),(135,'Mali','ML'),(136,'Malta','MT'),(137,'Martinique','MQ'),(138,'Mauritania','MR'),(139,'Mauritius','MU'),(140,'Mexico','MX'),(141,'Micronesia','FM'),(142,'Moldova, Republic of','MD'),(143,'Monaco','MC'),(144,'Mongolia','MN'),(145,'Montenegro','CS'),(146,'Morocco','MA'),(147,'Mozambique','MZ'),(148,'Myanmar (ex-Burma)','MM'),(149,'Namibia','NA'),(150,'Nepal','NP'),(151,'Netherlands','NL'),(152,'New Caledonia','NC'),(153,'New Zealand','NZ'),(154,'Nicaragua','NI'),(155,'Niger','NE'),(156,'Nigeria','NG'),(157,'Northern Mariana Islands','MP'),(159,'Oman','OM'),(160,'Pakistan','PK'),(161,'Palestinian Territory','PS'),(162,'Panama','PA'),(163,'Papua New Guinea','PG'),(164,'Paraguay','PY'),(165,'Peru','PE'),(166,'Philippines','PH'),(167,'Poland','PL'),(168,'Portugal','PT'),(170,'Qatar','QA'),(171,'Reunion','RE'),(172,'Romania','RO'),(173,'Russian Federation','RU'),(174,'Rwanda','RW'),(175,'Saint Kitts and Nevis','KN'),(176,'Saint Lucia','LC'),(177,'St. Vincent & the Grenad.','VC'),(178,'Samoa','WS'),(180,'Sao Tome and Principe','ST'),(181,'Saudi Arabia','SA'),(183,'Serbia','RS'),(184,'Seychelles','SC'),(185,'Singapore','SG'),(186,'Slovakia','SK'),(187,'Slovenia','SI'),(188,'Solomon Islands','SB'),(189,'Somalia','SO'),(220,'South Africa','ZA'),(190,'Spain','ES'),(191,'Sri Lanka (ex-Ceilan)','LK'),(192,'Sudan','SD'),(193,'Suriname','SR'),(194,'Swaziland','SZ'),(195,'Sweden','SE'),(196,'Switzerland','CH'),(197,'Syrian Arab Republic','SY'),(198,'Taiwan','TW'),(199,'Tajikistan','TJ'),(200,'Tanzania, United Rep. of','TZ'),(201,'Thailand','TH'),(202,'Togo','TG'),(203,'Tonga','TO'),(204,'Trinidad & Tobago','TT'),(205,'Tunisia','TN'),(206,'Turkey','TR'),(207,'Turkmenistan','TM'),(208,'Uganda','UG'),(209,'Ukraine','UA'),(210,'United Arab Emirates','AE'),(211,'Uruguay','UY'),(212,'Uzbekistan','UZ'),(213,'Vanuatu','VU'),(214,'Venezuela','VE'),(215,'Viet Nam','VN'),(216,'Virgin Islands, U.S.','VI'),(217,'Yemen','YE'),(218,'Zambia','ZM'),(219,'Zimbabwe','ZW'); /*!40000 ALTER TABLE `list_countries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `module_session` -- DROP TABLE IF EXISTS `module_session`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `module_session` ( `user_id` int(255) NOT NULL default '0', `page_id` int(255) NOT NULL default '0', `ses_key` int(255) NOT NULL default '0', `module` varchar(255) collate utf8_unicode_ci NOT NULL, `timestamp` int(255) NOT NULL default '0', KEY `user_id` (`user_id`,`page_id`,`module`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `module_session` -- LOCK TABLES `module_session` WRITE; /*!40000 ALTER TABLE `module_session` DISABLE KEYS */; /*!40000 ALTER TABLE `module_session` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `p_pack` -- DROP TABLE IF EXISTS `p_pack`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `p_pack` ( `id` int(255) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `days` int(255) NOT NULL default '0', `price` decimal(5,2) NOT NULL default '0.00', `coins_price` int(255) NOT NULL default '0', `type` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `p_pack` -- LOCK TABLES `p_pack` WRITE; /*!40000 ALTER TABLE `p_pack` DISABLE KEYS */; INSERT INTO `p_pack` VALUES (1,'14 Days',14,'2.00',0,0),(2,'30 Days',30,'3.00',0,0),(3,'60 Days',60,'5.00',0,0),(4,'120 Days',120,'9.00',0,0),(5,'180 Days',180,'12.50',0,0),(6,'365 Days',365,'25.00',0,0); /*!40000 ALTER TABLE `p_pack` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `plused` -- DROP TABLE IF EXISTS `plused`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `plused` ( `user_id` int(255) NOT NULL, `site_id` int(255) NOT NULL, KEY `site_id` (`site_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `plused` -- LOCK TABLES `plused` WRITE; /*!40000 ALTER TABLE `plused` DISABLE KEYS */; /*!40000 ALTER TABLE `plused` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_access` -- DROP TABLE IF EXISTS `ps_access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_access` ( `id_profile` int(10) unsigned NOT NULL, `id_tab` int(10) unsigned NOT NULL, `view` int(11) NOT NULL, `add` int(11) NOT NULL, `edit` int(11) NOT NULL, `delete` int(11) NOT NULL, PRIMARY KEY (`id_profile`,`id_tab`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_access` -- LOCK TABLES `ps_access` WRITE; /*!40000 ALTER TABLE `ps_access` DISABLE KEYS */; INSERT INTO `ps_access` VALUES (1,0,1,1,1,1),(1,1,1,1,1,1),(1,5,1,1,1,1),(1,7,1,1,1,1),(1,9,1,1,1,1),(1,10,1,1,1,1),(1,11,1,1,1,1),(1,13,1,1,1,1),(1,14,1,1,1,1),(1,15,1,1,1,1),(1,16,1,1,1,1),(1,19,1,1,1,1),(1,20,1,1,1,1),(1,21,1,1,1,1),(1,22,1,1,1,1),(1,23,1,1,1,1),(1,24,1,1,1,1),(1,25,1,1,1,1),(1,26,1,1,1,1),(1,27,1,1,1,1),(1,28,1,1,1,1),(1,29,1,1,1,1),(1,30,1,1,1,1),(1,32,1,1,1,1),(1,33,1,1,1,1),(1,34,1,1,1,1),(1,35,1,1,1,1),(1,36,1,1,1,1),(1,37,1,1,1,1),(1,39,1,1,1,1),(1,40,1,1,1,1),(1,41,1,1,1,1),(1,42,1,1,1,1),(1,43,1,1,1,1),(1,45,1,1,1,1),(1,46,1,1,1,1),(1,51,1,1,1,1),(1,50,1,1,1,1),(1,53,1,1,1,1),(1,54,1,1,1,1),(1,55,1,1,1,1),(1,56,1,1,1,1),(1,57,1,1,1,1),(1,59,1,1,1,1),(1,58,1,1,1,1),(1,60,1,1,1,1),(1,62,1,1,1,1),(1,63,1,1,1,1),(1,64,1,1,1,1),(1,67,1,1,1,1),(1,68,1,1,1,1),(1,69,1,1,1,1),(1,70,1,1,1,1),(1,71,1,1,1,1),(1,72,1,1,1,1),(1,74,1,1,1,1),(1,75,1,1,1,1),(1,76,1,1,1,1),(1,77,1,1,1,1),(1,78,1,1,1,1),(1,79,1,1,1,1),(1,81,1,1,1,1),(1,82,1,1,1,1),(1,83,1,1,1,1),(1,84,1,1,1,1),(1,85,1,1,1,1),(1,87,1,1,1,1),(1,88,1,1,1,1),(1,89,1,1,1,1),(1,90,1,1,1,1),(1,93,1,1,1,1),(1,94,1,1,1,1),(1,95,1,1,1,1),(1,96,1,1,1,1),(1,97,1,1,1,1),(1,100,1,1,1,1),(1,101,1,1,1,1),(2,1,1,1,1,1),(2,2,0,0,0,0),(2,3,0,0,0,0),(2,4,0,0,0,0),(2,5,1,1,1,1),(2,6,1,1,1,1),(2,7,1,1,1,1),(2,8,0,0,0,0),(2,9,1,1,1,1),(2,10,1,1,1,1),(2,11,1,1,1,1),(2,12,0,0,0,0),(2,13,1,1,1,1),(2,14,1,1,1,1),(2,15,1,1,1,1),(2,16,1,1,1,1),(2,17,0,0,0,0),(2,18,1,1,1,1),(2,19,1,1,1,1),(2,20,1,1,1,1),(2,21,1,1,1,1),(2,22,1,1,1,1),(2,23,1,1,1,1),(2,24,1,1,1,1),(2,25,1,1,1,1),(2,26,1,1,1,1),(2,27,1,1,1,1),(2,28,1,1,1,1),(2,29,1,1,1,1),(2,30,1,1,1,1),(2,31,1,1,1,1),(2,32,1,1,1,1),(2,33,1,1,1,1),(2,34,1,1,1,1),(2,35,1,1,1,1),(2,36,1,1,1,1),(2,37,1,1,1,1),(2,38,1,1,1,1),(2,39,1,1,1,1),(2,40,1,1,1,1),(2,41,1,1,1,1),(2,42,1,1,1,1),(2,43,1,1,1,1),(2,44,0,0,0,0),(2,45,1,1,1,1),(2,46,1,1,1,1),(2,47,0,0,0,0),(2,48,0,0,0,0),(2,49,1,1,1,1),(2,50,1,1,1,1),(2,51,0,0,0,0),(2,52,1,1,1,1),(2,53,1,1,1,1),(2,54,1,1,1,1),(2,55,1,1,1,1),(2,56,1,1,1,1),(2,57,1,1,1,1),(2,58,1,1,1,1),(2,59,1,1,1,1),(2,60,1,1,1,1),(2,61,1,1,1,1),(2,62,1,1,1,1),(2,63,1,1,1,1),(2,64,1,1,1,1),(2,65,1,1,1,1),(2,66,1,1,1,1),(2,67,1,1,1,1),(2,68,1,1,1,1),(2,69,1,1,1,1),(2,70,1,1,1,1),(2,71,1,1,1,1),(2,72,1,1,1,1),(2,73,0,0,0,0),(2,74,1,1,1,1),(2,75,1,1,1,1),(2,76,1,1,1,1),(2,77,1,1,1,1),(2,78,1,1,1,1),(2,79,1,1,1,1),(2,80,0,0,0,0),(2,81,1,1,1,1),(2,82,1,1,1,1),(2,83,1,1,1,1),(2,84,1,1,1,1),(2,85,1,1,1,1),(2,86,1,1,1,1),(2,87,1,1,1,1),(2,88,1,0,0,0),(2,89,1,1,1,1),(2,90,1,1,1,1),(2,91,0,0,0,0),(2,92,1,1,1,1),(2,93,1,1,1,1),(2,94,1,1,1,1),(2,95,1,1,1,1),(2,96,1,1,1,1),(2,97,1,1,1,1),(2,98,0,0,0,0),(2,99,0,0,0,0),(2,100,1,1,1,1),(2,101,1,1,1,1),(2,102,0,0,0,0),(3,1,0,0,0,0),(3,2,0,0,0,0),(3,3,0,0,0,0),(3,4,0,0,0,0),(3,5,0,0,0,0),(3,6,0,0,0,0),(3,7,0,0,0,0),(3,8,0,0,0,0),(3,9,1,1,1,1),(3,10,1,1,1,1),(3,11,1,1,1,1),(3,12,0,0,0,0),(3,13,1,1,1,1),(3,14,0,0,0,0),(3,15,0,0,0,0),(3,16,0,0,0,0),(3,17,0,0,0,0),(3,18,0,0,0,0),(3,19,0,0,0,0),(3,20,1,1,1,1),(3,21,1,1,1,1),(3,22,1,1,1,1),(3,23,1,1,1,1),(3,24,0,0,0,0),(3,25,0,0,0,0),(3,26,0,0,0,0),(3,27,1,1,1,1),(3,28,0,0,0,0),(3,29,0,0,0,0),(3,30,0,0,0,0),(3,31,1,1,1,1),(3,32,1,1,1,1),(3,33,1,1,1,1),(3,34,1,1,1,1),(3,35,1,1,1,1),(3,36,1,1,1,1),(3,37,0,0,0,0),(3,38,1,1,1,1),(3,39,1,1,1,1),(3,40,0,0,0,0),(3,41,0,0,0,0),(3,42,0,0,0,0),(3,43,0,0,0,0),(3,44,0,0,0,0),(3,45,0,0,0,0),(3,46,0,0,0,0),(3,47,0,0,0,0),(3,48,0,0,0,0),(3,49,1,1,1,1),(3,50,1,1,1,1),(3,51,0,0,0,0),(3,52,0,0,0,0),(3,53,0,0,0,0),(3,54,0,0,0,0),(3,55,0,0,0,0),(3,56,0,0,0,0),(3,57,0,0,0,0),(3,58,0,0,0,0),(3,59,0,0,0,0),(3,60,0,0,0,0),(3,61,1,1,1,1),(3,62,0,0,0,0),(3,63,0,0,0,0),(3,64,0,0,0,0),(3,65,0,0,0,0),(3,66,0,0,0,0),(3,67,0,0,0,0),(3,68,0,0,0,0),(3,69,0,0,0,0),(3,70,0,0,0,0),(3,71,0,0,0,0),(3,72,0,0,0,0),(3,73,0,0,0,0),(3,74,0,0,0,0),(3,75,0,0,0,0),(3,76,0,0,0,0),(3,77,0,0,0,0),(3,78,0,0,0,0),(3,79,0,0,0,0),(3,80,0,0,0,0),(3,81,0,0,0,0),(3,82,0,0,0,0),(3,83,0,0,0,0),(3,84,0,0,0,0),(3,85,0,0,0,0),(3,86,0,0,0,0),(3,87,0,0,0,0),(3,88,0,0,0,0),(3,89,0,0,0,0),(3,90,0,0,0,0),(3,91,0,0,0,0),(3,92,0,0,0,0),(3,93,0,0,0,0),(3,94,0,0,0,0),(3,95,1,1,1,1),(3,96,1,1,1,1),(3,97,1,1,1,1),(3,98,0,0,0,0),(3,99,0,0,0,0),(3,100,1,1,1,1),(3,101,1,1,1,1),(3,102,0,0,0,0),(4,1,0,0,0,0),(4,2,0,0,0,0),(4,3,0,0,0,0),(4,4,0,0,0,0),(4,5,1,0,0,0),(4,6,0,0,0,0),(4,7,0,0,0,0),(4,8,0,0,0,0),(4,9,1,1,1,1),(4,10,0,0,0,0),(4,11,0,0,0,0),(4,12,0,0,0,0),(4,13,0,0,0,0),(4,14,0,0,0,0),(4,15,0,0,0,0),(4,16,0,0,0,0),(4,17,0,0,0,0),(4,18,0,0,0,0),(4,19,0,0,0,0),(4,20,0,0,0,0),(4,21,1,1,1,1),(4,22,1,1,1,1),(4,23,0,0,0,0),(4,24,0,0,0,0),(4,25,0,0,0,0),(4,26,0,0,0,0),(4,27,0,0,0,0),(4,28,0,0,0,0),(4,29,0,0,0,0),(4,30,0,0,0,0),(4,31,0,0,0,0),(4,32,0,0,0,0),(4,33,0,0,0,0),(4,34,0,0,0,0),(4,35,0,0,0,0),(4,36,0,0,0,0),(4,37,0,0,0,0),(4,38,0,0,0,0),(4,39,0,0,0,0),(4,40,0,0,0,0),(4,41,0,0,0,0),(4,42,0,0,0,0),(4,43,0,0,0,0),(4,44,0,0,0,0),(4,45,0,0,0,0),(4,46,0,0,0,0),(4,47,0,0,0,0),(4,48,0,0,0,0),(4,49,0,0,0,0),(4,50,0,0,0,0),(4,51,0,0,0,0),(4,52,0,0,0,0),(4,53,0,0,0,0),(4,54,0,0,0,0),(4,55,0,0,0,0),(4,56,0,0,0,0),(4,57,0,0,0,0),(4,58,0,0,0,0),(4,59,0,0,0,0),(4,60,1,1,1,1),(4,61,0,0,0,0),(4,62,0,0,0,0),(4,63,0,0,0,0),(4,64,0,0,0,0),(4,65,0,0,0,0),(4,66,0,0,0,0),(4,67,0,0,0,0),(4,68,0,0,0,0),(4,69,0,0,0,0),(4,70,0,0,0,0),(4,71,1,1,1,1),(4,72,0,0,0,0),(4,73,0,0,0,0),(4,74,0,0,0,0),(4,75,0,0,0,0),(4,76,0,0,0,0),(4,77,0,0,0,0),(4,78,0,0,0,0),(4,79,0,0,0,0),(4,80,0,0,0,0),(4,81,0,0,0,0),(4,82,0,0,0,0),(4,83,0,0,0,0),(4,84,0,0,0,0),(4,85,0,0,0,0),(4,86,0,0,0,0),(4,87,0,0,0,0),(4,88,0,0,0,0),(4,89,0,0,0,0),(4,90,0,0,0,0),(4,91,0,0,0,0),(4,92,0,0,0,0),(4,93,0,0,0,0),(4,94,0,0,0,0),(4,95,0,0,0,0),(4,96,0,0,0,0),(4,97,0,0,0,0),(4,98,0,0,0,0),(4,99,0,0,0,0),(4,100,0,0,0,0),(4,101,0,0,0,0),(4,102,0,0,0,0),(5,1,0,0,0,0),(5,2,0,0,0,0),(5,3,0,0,0,0),(5,4,0,0,0,0),(5,5,1,0,0,0),(5,6,0,0,0,0),(5,7,0,0,0,0),(5,8,0,0,0,0),(5,9,1,1,1,1),(5,10,1,1,1,1),(5,11,1,1,1,1),(5,12,0,0,0,0),(5,13,0,0,0,0),(5,14,0,0,0,0),(5,15,0,0,0,0),(5,16,0,0,0,0),(5,17,0,0,0,0),(5,18,0,0,0,0),(5,19,1,1,1,1),(5,20,1,0,0,0),(5,21,1,1,1,1),(5,22,1,1,1,1),(5,23,0,0,0,0),(5,24,0,0,0,0),(5,25,0,0,0,0),(5,26,1,0,0,0),(5,27,0,0,0,0),(5,28,0,0,0,0),(5,29,0,0,0,0),(5,30,0,0,0,0),(5,31,1,1,1,1),(5,32,1,1,1,1),(5,33,0,0,0,0),(5,34,0,0,0,0),(5,35,1,1,1,1),(5,36,0,0,0,0),(5,37,1,1,1,1),(5,38,1,1,1,1),(5,39,1,1,1,1),(5,40,1,1,1,1),(5,41,1,1,1,1),(5,42,0,0,0,0),(5,43,0,0,0,0),(5,44,0,0,0,0),(5,45,0,0,0,0),(5,46,0,0,0,0),(5,47,0,0,0,0),(5,48,0,0,0,0),(5,49,0,0,0,0),(5,50,0,0,0,0),(5,51,0,0,0,0),(5,52,0,0,0,0),(5,53,0,0,0,0),(5,54,0,0,0,0),(5,55,0,0,0,0),(5,56,0,0,0,0),(5,57,0,0,0,0),(5,58,0,0,0,0),(5,59,0,0,0,0),(5,60,0,0,0,0),(5,61,1,1,1,1),(5,62,0,0,0,0),(5,63,0,0,0,0),(5,64,0,0,0,0),(5,65,0,0,0,0),(5,66,0,0,0,0),(5,67,0,0,0,0),(5,68,0,0,0,0),(5,69,0,0,0,0),(5,70,0,0,0,0),(5,71,0,0,0,0),(5,72,0,0,0,0),(5,73,0,0,0,0),(5,74,0,0,0,0),(5,75,0,0,0,0),(5,76,0,0,0,0),(5,77,0,0,0,0),(5,78,0,0,0,0),(5,79,0,0,0,0),(5,80,0,0,0,0),(5,81,0,0,0,0),(5,82,0,0,0,0),(5,83,0,0,0,0),(5,84,0,0,0,0),(5,85,1,1,1,1),(5,86,0,0,0,0),(5,87,0,0,0,0),(5,88,0,0,0,0),(5,89,0,0,0,0),(5,90,0,0,0,0),(5,91,0,0,0,0),(5,92,1,1,1,1),(5,93,0,0,0,0),(5,94,1,1,1,1),(5,95,0,0,0,0),(5,96,0,0,0,0),(5,97,0,0,0,0),(5,98,0,0,0,0),(5,99,0,0,0,0),(5,100,1,0,0,0),(5,101,0,0,0,0),(5,102,0,0,0,0),(2,0,1,1,1,1),(3,0,1,1,1,1),(4,0,1,1,1,1),(5,0,1,1,1,1); /*!40000 ALTER TABLE `ps_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_accessory` -- DROP TABLE IF EXISTS `ps_accessory`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_accessory` ( `id_product_1` int(10) unsigned NOT NULL, `id_product_2` int(10) unsigned NOT NULL, KEY `accessory_product` (`id_product_1`,`id_product_2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_accessory` -- LOCK TABLES `ps_accessory` WRITE; /*!40000 ALTER TABLE `ps_accessory` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_accessory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_address` -- DROP TABLE IF EXISTS `ps_address`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_address` ( `id_address` int(10) unsigned NOT NULL auto_increment, `id_country` int(10) unsigned NOT NULL, `id_state` int(10) unsigned default NULL, `id_customer` int(10) unsigned NOT NULL default '0', `id_manufacturer` int(10) unsigned NOT NULL default '0', `id_supplier` int(10) unsigned NOT NULL default '0', `id_warehouse` int(10) unsigned NOT NULL default '0', `alias` varchar(32) NOT NULL, `company` varchar(64) default NULL, `lastname` varchar(32) NOT NULL, `firstname` varchar(32) NOT NULL, `address1` varchar(128) NOT NULL, `address2` varchar(128) default NULL, `postcode` varchar(12) default NULL, `city` varchar(64) NOT NULL, `other` text, `phone` varchar(32) default NULL, `phone_mobile` varchar(32) default NULL, `vat_number` varchar(32) default NULL, `dni` varchar(16) default NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `active` tinyint(1) unsigned NOT NULL default '1', `deleted` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_address`), KEY `address_customer` (`id_customer`), KEY `id_country` (`id_country`), KEY `id_state` (`id_state`), KEY `id_manufacturer` (`id_manufacturer`), KEY `id_supplier` (`id_supplier`), KEY `id_warehouse` (`id_warehouse`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_address` -- LOCK TABLES `ps_address` WRITE; /*!40000 ALTER TABLE `ps_address` DISABLE KEYS */; INSERT INTO `ps_address` VALUES (1,21,0,0,1,0,0,'manufacturer','','COOK','Tim','1 Infinite Loop','','95014','Cupertino','','(800) 275-2273','','','','2013-09-15 16:44:39','2013-09-15 16:44:39',1,0),(2,8,0,1,0,0,0,'Mon adresse','My Company','DOE','John','16, Main street','2nd floor','75002','Paris ','','0102030405','','','','2013-09-15 16:44:39','2013-09-15 16:44:39',1,0),(3,21,32,0,0,1,0,'supplier','Apple','supplier','supplier','767 Fifth Ave.','','10153','New York','','(212) 336-1440','','','','2013-09-15 16:44:39','2013-09-15 16:44:39',1,0),(4,21,13,0,0,2,0,'supplier','Shure','supplier','supplier','5800 W. Touhy Ave','','60714','Niles','','800-434-3350','','','','2013-09-15 16:44:39','2013-09-15 16:44:39',1,0); /*!40000 ALTER TABLE `ps_address` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_address_format` -- DROP TABLE IF EXISTS `ps_address_format`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_address_format` ( `id_country` int(10) unsigned NOT NULL, `format` varchar(255) NOT NULL default '', PRIMARY KEY (`id_country`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_address_format` -- LOCK TABLES `ps_address_format` WRITE; /*!40000 ALTER TABLE `ps_address_format` DISABLE KEYS */; INSERT INTO `ps_address_format` VALUES (1,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(2,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(3,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(4,'firstname lastname\ncompany\naddress1\naddress2\ncity State:name postcode\nCountry:name\nphone'),(5,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(6,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(7,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(8,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(9,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(10,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(11,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(12,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(13,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(14,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(15,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(16,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(17,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(18,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(19,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(20,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(21,'firstname lastname\ncompany\naddress1 address2\ncity, State:name postcode\nCountry:name\nphone'),(22,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(23,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(24,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(25,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(26,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(27,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(28,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(29,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(30,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(31,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(32,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(33,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(34,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(35,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(36,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(37,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(38,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(39,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(40,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(41,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(42,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(43,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(44,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(45,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(46,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(47,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(48,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(49,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(50,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(51,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(52,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(53,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(54,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(55,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(56,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(57,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(58,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(59,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(60,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(61,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(62,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(63,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(64,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(65,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(66,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(67,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(68,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(69,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(70,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(71,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(72,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(73,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(74,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(75,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(76,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(77,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(78,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(79,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(80,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(81,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(82,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(83,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(84,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(85,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(86,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(87,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(88,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(89,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(90,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(91,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(92,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(93,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(94,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(95,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(96,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(97,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(98,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(99,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(100,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(101,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(102,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(103,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(104,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(105,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(106,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(107,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(108,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(109,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(110,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(111,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(112,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(113,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(114,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(115,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(116,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(117,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(118,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(119,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(120,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(121,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(122,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(123,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(124,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(125,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(126,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(127,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(128,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(129,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(130,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(131,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(132,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(133,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(134,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(135,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(136,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(137,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(138,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(139,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(140,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(141,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(142,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(143,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(144,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(145,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(146,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(147,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(148,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(149,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(150,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(151,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(152,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(153,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(154,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(155,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(156,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(157,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(158,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(159,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(160,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(161,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(162,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(163,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(164,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(165,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(166,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(167,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(168,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(169,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(170,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(171,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(172,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(173,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(174,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(175,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(176,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(177,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(178,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(179,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(180,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(181,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(182,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(183,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(184,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(185,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(186,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(187,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(188,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(189,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(190,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(191,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(192,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(193,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(194,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(195,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(196,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(197,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(198,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(199,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(200,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(201,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(202,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(203,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(204,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(205,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(206,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(207,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(208,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(209,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(210,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(211,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(212,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(213,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(214,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(215,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(216,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(217,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(218,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(219,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(220,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(221,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(222,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(223,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(224,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(225,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(226,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(227,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(228,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(229,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(230,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(231,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(232,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(233,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(234,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(235,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(236,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(237,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(238,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(239,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(240,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(241,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(242,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(243,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(244,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'); /*!40000 ALTER TABLE `ps_address_format` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_advice` -- DROP TABLE IF EXISTS `ps_advice`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_advice` ( `id_advice` int(11) NOT NULL auto_increment, `id_ps_advice` int(11) NOT NULL, `id_tab` int(11) NOT NULL, `ids_tab` text, `validated` tinyint(1) unsigned NOT NULL default '0', `location` enum('after','before') NOT NULL, `selector` varchar(255) default NULL, PRIMARY KEY (`id_advice`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_advice` -- LOCK TABLES `ps_advice` WRITE; /*!40000 ALTER TABLE `ps_advice` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_advice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_advice_lang` -- DROP TABLE IF EXISTS `ps_advice_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_advice_lang` ( `id_advice` int(11) NOT NULL, `id_lang` int(11) NOT NULL, `html` text, PRIMARY KEY (`id_advice`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_advice_lang` -- LOCK TABLES `ps_advice_lang` WRITE; /*!40000 ALTER TABLE `ps_advice_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_advice_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_alias` -- DROP TABLE IF EXISTS `ps_alias`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_alias` ( `id_alias` int(10) unsigned NOT NULL auto_increment, `alias` varchar(255) NOT NULL, `search` varchar(255) NOT NULL, `active` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id_alias`), UNIQUE KEY `alias` (`alias`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_alias` -- LOCK TABLES `ps_alias` WRITE; /*!40000 ALTER TABLE `ps_alias` DISABLE KEYS */; INSERT INTO `ps_alias` VALUES (1,'ipdo','ipod',1),(2,'piod','ipod',1); /*!40000 ALTER TABLE `ps_alias` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_attachment` -- DROP TABLE IF EXISTS `ps_attachment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_attachment` ( `id_attachment` int(10) unsigned NOT NULL auto_increment, `file` varchar(40) NOT NULL, `file_name` varchar(128) NOT NULL, `mime` varchar(128) NOT NULL, PRIMARY KEY (`id_attachment`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_attachment` -- LOCK TABLES `ps_attachment` WRITE; /*!40000 ALTER TABLE `ps_attachment` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_attachment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_attachment_lang` -- DROP TABLE IF EXISTS `ps_attachment_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_attachment_lang` ( `id_attachment` int(10) unsigned NOT NULL auto_increment, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) default NULL, `description` text, PRIMARY KEY (`id_attachment`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_attachment_lang` -- LOCK TABLES `ps_attachment_lang` WRITE; /*!40000 ALTER TABLE `ps_attachment_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_attachment_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_attribute` -- DROP TABLE IF EXISTS `ps_attribute`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_attribute` ( `id_attribute` int(10) unsigned NOT NULL auto_increment, `id_attribute_group` int(10) unsigned NOT NULL, `color` varchar(32) default NULL, `position` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_attribute`), KEY `attribute_group` (`id_attribute_group`) ) ENGINE=MyISAM AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_attribute` -- LOCK TABLES `ps_attribute` WRITE; /*!40000 ALTER TABLE `ps_attribute` DISABLE KEYS */; INSERT INTO `ps_attribute` VALUES (1,1,'',0),(2,1,'',1),(3,2,'#D2D6D5',0),(4,2,'#008CB7',1),(5,2,'#F3349E',2),(6,2,'#93D52D',3),(7,2,'#FD9812',4),(8,1,'',2),(9,1,'',3),(10,3,'',0),(11,3,'',1),(12,1,'',4),(13,1,'',5),(14,2,'#000000',5),(15,1,'',6),(16,1,'',7),(17,1,'',8),(18,2,'#7800F0',6),(19,2,'#F6EF04',7),(20,2,'#F60409',8); /*!40000 ALTER TABLE `ps_attribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_attribute_group` -- DROP TABLE IF EXISTS `ps_attribute_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_attribute_group` ( `id_attribute_group` int(10) unsigned NOT NULL auto_increment, `is_color_group` tinyint(1) NOT NULL default '0', `group_type` enum('select','radio','color') NOT NULL default 'select', `position` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_attribute_group`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_attribute_group` -- LOCK TABLES `ps_attribute_group` WRITE; /*!40000 ALTER TABLE `ps_attribute_group` DISABLE KEYS */; INSERT INTO `ps_attribute_group` VALUES (1,0,'select',0),(2,1,'color',1),(3,0,'select',2); /*!40000 ALTER TABLE `ps_attribute_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_attribute_group_lang` -- DROP TABLE IF EXISTS `ps_attribute_group_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_attribute_group_lang` ( `id_attribute_group` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(128) NOT NULL, `public_name` varchar(64) NOT NULL, PRIMARY KEY (`id_attribute_group`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_attribute_group_lang` -- LOCK TABLES `ps_attribute_group_lang` WRITE; /*!40000 ALTER TABLE `ps_attribute_group_lang` DISABLE KEYS */; INSERT INTO `ps_attribute_group_lang` VALUES (1,1,'Disk space','Disk space'),(2,1,'Color','Color'),(3,1,'ICU','Processor'); /*!40000 ALTER TABLE `ps_attribute_group_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_attribute_group_shop` -- DROP TABLE IF EXISTS `ps_attribute_group_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_attribute_group_shop` ( `id_attribute_group` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_attribute_group`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_attribute_group_shop` -- LOCK TABLES `ps_attribute_group_shop` WRITE; /*!40000 ALTER TABLE `ps_attribute_group_shop` DISABLE KEYS */; INSERT INTO `ps_attribute_group_shop` VALUES (1,1),(2,1),(3,1); /*!40000 ALTER TABLE `ps_attribute_group_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_attribute_impact` -- DROP TABLE IF EXISTS `ps_attribute_impact`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_attribute_impact` ( `id_attribute_impact` int(10) unsigned NOT NULL auto_increment, `id_product` int(11) unsigned NOT NULL, `id_attribute` int(11) unsigned NOT NULL, `weight` decimal(20,6) NOT NULL, `price` decimal(17,2) NOT NULL, PRIMARY KEY (`id_attribute_impact`), UNIQUE KEY `id_product` (`id_product`,`id_attribute`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_attribute_impact` -- LOCK TABLES `ps_attribute_impact` WRITE; /*!40000 ALTER TABLE `ps_attribute_impact` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_attribute_impact` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_attribute_lang` -- DROP TABLE IF EXISTS `ps_attribute_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_attribute_lang` ( `id_attribute` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(128) NOT NULL, PRIMARY KEY (`id_attribute`,`id_lang`), KEY `id_lang` (`id_lang`,`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_attribute_lang` -- LOCK TABLES `ps_attribute_lang` WRITE; /*!40000 ALTER TABLE `ps_attribute_lang` DISABLE KEYS */; INSERT INTO `ps_attribute_lang` VALUES (1,1,'2GB'),(2,1,'4GB'),(3,1,'Metal'),(4,1,'Blue'),(5,1,'Pink'),(6,1,'Green'),(7,1,'Orange'),(8,1,'Optional 64GB solid-state drive'),(9,1,'80GB Parallel ATA Drive @ 4200 rpm'),(10,1,'1.60GHz Intel Core 2 Duo'),(11,1,'1.80GHz Intel Core 2 Duo'),(12,1,'80GB: 20,000 Songs'),(13,1,'160GB: 40,000 Songs'),(14,1,'Black'),(15,1,'8GB'),(16,1,'16GB'),(17,1,'32GB'),(18,1,'Purple'),(19,1,'Yellow'),(20,1,'Red'); /*!40000 ALTER TABLE `ps_attribute_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_attribute_shop` -- DROP TABLE IF EXISTS `ps_attribute_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_attribute_shop` ( `id_attribute` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_attribute`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_attribute_shop` -- LOCK TABLES `ps_attribute_shop` WRITE; /*!40000 ALTER TABLE `ps_attribute_shop` DISABLE KEYS */; INSERT INTO `ps_attribute_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1),(9,1),(10,1),(11,1),(12,1),(13,1),(14,1),(15,1),(16,1),(17,1),(18,1),(19,1),(20,1); /*!40000 ALTER TABLE `ps_attribute_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_badge` -- DROP TABLE IF EXISTS `ps_badge`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_badge` ( `id_badge` int(11) NOT NULL auto_increment, `id_ps_badge` int(11) NOT NULL, `type` varchar(32) NOT NULL, `id_group` int(11) NOT NULL, `group_position` int(11) NOT NULL, `scoring` int(11) NOT NULL, `validated` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_badge`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_badge` -- LOCK TABLES `ps_badge` WRITE; /*!40000 ALTER TABLE `ps_badge` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_badge` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_badge_lang` -- DROP TABLE IF EXISTS `ps_badge_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_badge_lang` ( `id_badge` int(11) NOT NULL, `id_lang` int(11) NOT NULL, `name` varchar(64) default NULL, `description` varchar(255) default NULL, `group_name` varchar(255) default NULL, PRIMARY KEY (`id_badge`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_badge_lang` -- LOCK TABLES `ps_badge_lang` WRITE; /*!40000 ALTER TABLE `ps_badge_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_badge_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_carrier` -- DROP TABLE IF EXISTS `ps_carrier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_carrier` ( `id_carrier` int(10) unsigned NOT NULL auto_increment, `id_reference` int(10) unsigned NOT NULL, `id_tax_rules_group` int(10) unsigned default '0', `name` varchar(64) NOT NULL, `url` varchar(255) default NULL, `active` tinyint(1) unsigned NOT NULL default '0', `deleted` tinyint(1) unsigned NOT NULL default '0', `shipping_handling` tinyint(1) unsigned NOT NULL default '1', `range_behavior` tinyint(1) unsigned NOT NULL default '0', `is_module` tinyint(1) unsigned NOT NULL default '0', `is_free` tinyint(1) unsigned NOT NULL default '0', `shipping_external` tinyint(1) unsigned NOT NULL default '0', `need_range` tinyint(1) unsigned NOT NULL default '0', `external_module_name` varchar(64) default NULL, `shipping_method` int(2) NOT NULL default '0', `position` int(10) unsigned NOT NULL default '0', `max_width` int(10) default '0', `max_height` int(10) default '0', `max_depth` int(10) default '0', `max_weight` decimal(20,6) default '0.000000', `grade` int(10) default '0', PRIMARY KEY (`id_carrier`), KEY `deleted` (`deleted`,`active`), KEY `id_tax_rules_group` (`id_tax_rules_group`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_carrier` -- LOCK TABLES `ps_carrier` WRITE; /*!40000 ALTER TABLE `ps_carrier` DISABLE KEYS */; INSERT INTO `ps_carrier` VALUES (1,1,0,'0','',1,0,0,0,0,0,0,0,'',0,0,0,0,0,'0.000000',0),(2,2,0,'My carrier','',1,0,1,0,0,0,0,0,'',0,1,0,0,0,'0.000000',0); /*!40000 ALTER TABLE `ps_carrier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_carrier_group` -- DROP TABLE IF EXISTS `ps_carrier_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_carrier_group` ( `id_carrier` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, PRIMARY KEY (`id_carrier`,`id_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_carrier_group` -- LOCK TABLES `ps_carrier_group` WRITE; /*!40000 ALTER TABLE `ps_carrier_group` DISABLE KEYS */; INSERT INTO `ps_carrier_group` VALUES (1,1),(1,2),(1,3),(2,1),(2,2),(2,3); /*!40000 ALTER TABLE `ps_carrier_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_carrier_lang` -- DROP TABLE IF EXISTS `ps_carrier_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_carrier_lang` ( `id_carrier` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_lang` int(10) unsigned NOT NULL, `delay` varchar(128) default NULL, PRIMARY KEY (`id_lang`,`id_shop`,`id_carrier`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_carrier_lang` -- LOCK TABLES `ps_carrier_lang` WRITE; /*!40000 ALTER TABLE `ps_carrier_lang` DISABLE KEYS */; INSERT INTO `ps_carrier_lang` VALUES (1,1,1,'Pick up in-store'),(2,1,1,'Delivery next day!'); /*!40000 ALTER TABLE `ps_carrier_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_carrier_shop` -- DROP TABLE IF EXISTS `ps_carrier_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_carrier_shop` ( `id_carrier` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_carrier`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_carrier_shop` -- LOCK TABLES `ps_carrier_shop` WRITE; /*!40000 ALTER TABLE `ps_carrier_shop` DISABLE KEYS */; INSERT INTO `ps_carrier_shop` VALUES (1,1),(2,1); /*!40000 ALTER TABLE `ps_carrier_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_carrier_tax_rules_group_shop` -- DROP TABLE IF EXISTS `ps_carrier_tax_rules_group_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_carrier_tax_rules_group_shop` ( `id_carrier` int(11) unsigned NOT NULL, `id_tax_rules_group` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_carrier`,`id_tax_rules_group`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_carrier_tax_rules_group_shop` -- LOCK TABLES `ps_carrier_tax_rules_group_shop` WRITE; /*!40000 ALTER TABLE `ps_carrier_tax_rules_group_shop` DISABLE KEYS */; INSERT INTO `ps_carrier_tax_rules_group_shop` VALUES (1,1,1),(2,1,1); /*!40000 ALTER TABLE `ps_carrier_tax_rules_group_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_carrier_zone` -- DROP TABLE IF EXISTS `ps_carrier_zone`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_carrier_zone` ( `id_carrier` int(10) unsigned NOT NULL, `id_zone` int(10) unsigned NOT NULL, PRIMARY KEY (`id_carrier`,`id_zone`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_carrier_zone` -- LOCK TABLES `ps_carrier_zone` WRITE; /*!40000 ALTER TABLE `ps_carrier_zone` DISABLE KEYS */; INSERT INTO `ps_carrier_zone` VALUES (1,1),(2,1),(2,2); /*!40000 ALTER TABLE `ps_carrier_zone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cart` -- DROP TABLE IF EXISTS `ps_cart`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cart` ( `id_cart` int(10) unsigned NOT NULL auto_increment, `id_shop_group` int(11) unsigned NOT NULL default '1', `id_shop` int(11) unsigned NOT NULL default '1', `id_carrier` int(10) unsigned NOT NULL, `delivery_option` text NOT NULL, `id_lang` int(10) unsigned NOT NULL, `id_address_delivery` int(10) unsigned NOT NULL, `id_address_invoice` int(10) unsigned NOT NULL, `id_currency` int(10) unsigned NOT NULL, `id_customer` int(10) unsigned NOT NULL, `id_guest` int(10) unsigned NOT NULL, `secure_key` varchar(32) NOT NULL default '-1', `recyclable` tinyint(1) unsigned NOT NULL default '1', `gift` tinyint(1) unsigned NOT NULL default '0', `gift_message` text, `mobile_theme` tinyint(1) NOT NULL default '0', `allow_seperated_package` tinyint(1) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_cart`), KEY `cart_customer` (`id_customer`), KEY `id_address_delivery` (`id_address_delivery`), KEY `id_address_invoice` (`id_address_invoice`), KEY `id_carrier` (`id_carrier`), KEY `id_lang` (`id_lang`), KEY `id_currency` (`id_currency`), KEY `id_guest` (`id_guest`), KEY `id_shop_group` (`id_shop_group`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cart` -- LOCK TABLES `ps_cart` WRITE; /*!40000 ALTER TABLE `ps_cart` DISABLE KEYS */; INSERT INTO `ps_cart` VALUES (1,1,1,2,'',1,2,2,1,1,1,'-1',1,0,'',0,0,'2013-09-15 16:44:39','2013-09-15 16:44:39'); /*!40000 ALTER TABLE `ps_cart` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cart_cart_rule` -- DROP TABLE IF EXISTS `ps_cart_cart_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cart_cart_rule` ( `id_cart` int(10) unsigned NOT NULL, `id_cart_rule` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cart`,`id_cart_rule`), KEY `id_cart_rule` (`id_cart_rule`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cart_cart_rule` -- LOCK TABLES `ps_cart_cart_rule` WRITE; /*!40000 ALTER TABLE `ps_cart_cart_rule` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_cart_cart_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cart_product` -- DROP TABLE IF EXISTS `ps_cart_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cart_product` ( `id_cart` int(10) unsigned NOT NULL, `id_product` int(10) unsigned NOT NULL, `id_address_delivery` int(10) unsigned default '0', `id_shop` int(10) unsigned NOT NULL default '1', `id_product_attribute` int(10) unsigned default NULL, `quantity` int(10) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, KEY `cart_product_index` (`id_cart`,`id_product`), KEY `id_product_attribute` (`id_product_attribute`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cart_product` -- LOCK TABLES `ps_cart_product` WRITE; /*!40000 ALTER TABLE `ps_cart_product` DISABLE KEYS */; INSERT INTO `ps_cart_product` VALUES (1,5,0,1,11,1,'0000-00-00 00:00:00'),(1,7,0,1,0,1,'0000-00-00 00:00:00'); /*!40000 ALTER TABLE `ps_cart_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cart_rule` -- DROP TABLE IF EXISTS `ps_cart_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cart_rule` ( `id_cart_rule` int(10) unsigned NOT NULL auto_increment, `id_customer` int(10) unsigned NOT NULL default '0', `date_from` datetime NOT NULL, `date_to` datetime NOT NULL, `description` text, `quantity` int(10) unsigned NOT NULL default '0', `quantity_per_user` int(10) unsigned NOT NULL default '0', `priority` int(10) unsigned NOT NULL default '1', `partial_use` tinyint(1) unsigned NOT NULL default '0', `code` varchar(254) NOT NULL, `minimum_amount` decimal(17,2) NOT NULL default '0.00', `minimum_amount_tax` tinyint(1) NOT NULL default '0', `minimum_amount_currency` int(10) unsigned NOT NULL default '0', `minimum_amount_shipping` tinyint(1) NOT NULL default '0', `country_restriction` tinyint(1) unsigned NOT NULL default '0', `carrier_restriction` tinyint(1) unsigned NOT NULL default '0', `group_restriction` tinyint(1) unsigned NOT NULL default '0', `cart_rule_restriction` tinyint(1) unsigned NOT NULL default '0', `product_restriction` tinyint(1) unsigned NOT NULL default '0', `shop_restriction` tinyint(1) unsigned NOT NULL default '0', `free_shipping` tinyint(1) NOT NULL default '0', `reduction_percent` decimal(5,2) NOT NULL default '0.00', `reduction_amount` decimal(17,2) NOT NULL default '0.00', `reduction_tax` tinyint(1) unsigned NOT NULL default '0', `reduction_currency` int(10) unsigned NOT NULL default '0', `reduction_product` int(10) NOT NULL default '0', `gift_product` int(10) unsigned NOT NULL default '0', `gift_product_attribute` int(10) unsigned NOT NULL default '0', `highlight` tinyint(1) unsigned NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_cart_rule`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cart_rule` -- LOCK TABLES `ps_cart_rule` WRITE; /*!40000 ALTER TABLE `ps_cart_rule` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_cart_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cart_rule_carrier` -- DROP TABLE IF EXISTS `ps_cart_rule_carrier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cart_rule_carrier` ( `id_cart_rule` int(10) unsigned NOT NULL, `id_carrier` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cart_rule`,`id_carrier`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cart_rule_carrier` -- LOCK TABLES `ps_cart_rule_carrier` WRITE; /*!40000 ALTER TABLE `ps_cart_rule_carrier` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_cart_rule_carrier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cart_rule_combination` -- DROP TABLE IF EXISTS `ps_cart_rule_combination`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cart_rule_combination` ( `id_cart_rule_1` int(10) unsigned NOT NULL, `id_cart_rule_2` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cart_rule_1`,`id_cart_rule_2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cart_rule_combination` -- LOCK TABLES `ps_cart_rule_combination` WRITE; /*!40000 ALTER TABLE `ps_cart_rule_combination` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_cart_rule_combination` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cart_rule_country` -- DROP TABLE IF EXISTS `ps_cart_rule_country`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cart_rule_country` ( `id_cart_rule` int(10) unsigned NOT NULL, `id_country` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cart_rule`,`id_country`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cart_rule_country` -- LOCK TABLES `ps_cart_rule_country` WRITE; /*!40000 ALTER TABLE `ps_cart_rule_country` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_cart_rule_country` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cart_rule_group` -- DROP TABLE IF EXISTS `ps_cart_rule_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cart_rule_group` ( `id_cart_rule` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cart_rule`,`id_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cart_rule_group` -- LOCK TABLES `ps_cart_rule_group` WRITE; /*!40000 ALTER TABLE `ps_cart_rule_group` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_cart_rule_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cart_rule_lang` -- DROP TABLE IF EXISTS `ps_cart_rule_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cart_rule_lang` ( `id_cart_rule` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(254) NOT NULL, PRIMARY KEY (`id_cart_rule`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cart_rule_lang` -- LOCK TABLES `ps_cart_rule_lang` WRITE; /*!40000 ALTER TABLE `ps_cart_rule_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_cart_rule_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cart_rule_product_rule` -- DROP TABLE IF EXISTS `ps_cart_rule_product_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cart_rule_product_rule` ( `id_product_rule` int(10) unsigned NOT NULL auto_increment, `id_product_rule_group` int(10) unsigned NOT NULL, `type` enum('products','categories','attributes','manufacturers','suppliers') NOT NULL, PRIMARY KEY (`id_product_rule`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cart_rule_product_rule` -- LOCK TABLES `ps_cart_rule_product_rule` WRITE; /*!40000 ALTER TABLE `ps_cart_rule_product_rule` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_cart_rule_product_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cart_rule_product_rule_group` -- DROP TABLE IF EXISTS `ps_cart_rule_product_rule_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cart_rule_product_rule_group` ( `id_product_rule_group` int(10) unsigned NOT NULL auto_increment, `id_cart_rule` int(10) unsigned NOT NULL, `quantity` int(10) unsigned NOT NULL default '1', PRIMARY KEY (`id_product_rule_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cart_rule_product_rule_group` -- LOCK TABLES `ps_cart_rule_product_rule_group` WRITE; /*!40000 ALTER TABLE `ps_cart_rule_product_rule_group` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_cart_rule_product_rule_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cart_rule_product_rule_value` -- DROP TABLE IF EXISTS `ps_cart_rule_product_rule_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cart_rule_product_rule_value` ( `id_product_rule` int(10) unsigned NOT NULL, `id_item` int(10) unsigned NOT NULL, PRIMARY KEY (`id_product_rule`,`id_item`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cart_rule_product_rule_value` -- LOCK TABLES `ps_cart_rule_product_rule_value` WRITE; /*!40000 ALTER TABLE `ps_cart_rule_product_rule_value` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_cart_rule_product_rule_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cart_rule_shop` -- DROP TABLE IF EXISTS `ps_cart_rule_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cart_rule_shop` ( `id_cart_rule` int(10) unsigned NOT NULL, `id_shop` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cart_rule`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cart_rule_shop` -- LOCK TABLES `ps_cart_rule_shop` WRITE; /*!40000 ALTER TABLE `ps_cart_rule_shop` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_cart_rule_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_category` -- DROP TABLE IF EXISTS `ps_category`; SET @saved_cs_client = @@character_set_client; 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=6 DEFAULT CHARSET=utf8; 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,10,1,'2013-09-15 16:43:35','2013-09-15 16:43:35',0,0),(2,1,1,1,2,9,1,'2013-09-15 16:43:35','2013-09-15 16:43:35',0,1),(3,2,1,2,3,4,1,'2013-09-15 16:44:38','2013-09-15 16:44:38',0,0),(4,2,1,2,5,6,1,'2013-09-15 16:44:38','2013-09-15 16:44:38',0,0),(5,2,1,2,7,8,1,'2013-09-15 16:44:38','2013-09-15 16:44:38',0,0); /*!40000 ALTER TABLE `ps_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_category_group` -- DROP TABLE IF EXISTS `ps_category_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_category_group` ( `id_category` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, PRIMARY KEY (`id_category`,`id_group`), KEY `id_category` (`id_category`), KEY `id_group` (`id_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_category_group` -- LOCK TABLES `ps_category_group` WRITE; /*!40000 ALTER TABLE `ps_category_group` DISABLE KEYS */; INSERT INTO `ps_category_group` VALUES (1,0),(2,0),(2,1),(2,2),(2,3),(3,1),(3,2),(3,3),(4,1),(4,2),(4,3),(5,1),(5,2),(5,3); /*!40000 ALTER TABLE `ps_category_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_category_lang` -- DROP TABLE IF EXISTS `ps_category_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_category_lang` ( `id_category` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_lang` int(10) unsigned NOT NULL, `name` varchar(128) NOT NULL, `description` text, `link_rewrite` varchar(128) NOT NULL, `meta_title` varchar(128) default NULL, `meta_keywords` varchar(255) default NULL, `meta_description` varchar(255) default NULL, PRIMARY KEY (`id_category`,`id_shop`,`id_lang`), KEY `category_name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_category_lang` -- LOCK TABLES `ps_category_lang` WRITE; /*!40000 ALTER TABLE `ps_category_lang` DISABLE KEYS */; INSERT INTO `ps_category_lang` VALUES (1,1,1,'Root','','root','','',''),(2,1,1,'Home','','home','','',''),(3,1,1,'iPods','Now that you can buy movies from the iTunes Store and sync them to your iPod, the whole world is your theater.','music-ipods','','',''),(4,1,1,'Accessories','Wonderful accessories for your iPod','accessories-ipod','','',''),(5,1,1,'Laptops','The latest Intel processor, a bigger hard drive, plenty of memory, and even more new features all fit inside just one liberating inch. The new Mac laptops have the performance, power, and connectivity of a desktop computer. Without the desk part.','laptops','Apple laptops','Apple laptops MacBook Air','Powerful and chic Apple laptops'); /*!40000 ALTER TABLE `ps_category_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_category_product` -- DROP TABLE IF EXISTS `ps_category_product`; SET @saved_cs_client = @@character_set_client; 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; 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 (2,1,0),(2,2,1),(2,4,2),(2,5,3),(3,1,0),(3,2,1),(3,5,2),(4,6,0),(4,7,1),(5,3,0),(5,4,1); /*!40000 ALTER TABLE `ps_category_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_category_shop` -- DROP TABLE IF EXISTS `ps_category_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_category_shop` ( `id_category` int(11) NOT NULL, `id_shop` int(11) NOT NULL, `position` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_category`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_category_shop` -- LOCK TABLES `ps_category_shop` WRITE; /*!40000 ALTER TABLE `ps_category_shop` DISABLE KEYS */; INSERT INTO `ps_category_shop` VALUES (1,1,1),(2,1,1),(3,1,1),(4,1,2),(5,1,3); /*!40000 ALTER TABLE `ps_category_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cms` -- DROP TABLE IF EXISTS `ps_cms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cms` ( `id_cms` int(10) unsigned NOT NULL auto_increment, `id_cms_category` int(10) unsigned NOT NULL, `position` int(10) unsigned NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_cms`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cms` -- LOCK TABLES `ps_cms` WRITE; /*!40000 ALTER TABLE `ps_cms` DISABLE KEYS */; INSERT INTO `ps_cms` VALUES (1,1,0,1),(2,1,1,1),(3,1,2,1),(4,1,3,1),(5,1,4,1); /*!40000 ALTER TABLE `ps_cms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cms_block` -- DROP TABLE IF EXISTS `ps_cms_block`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cms_block` ( `id_cms_block` int(10) unsigned NOT NULL auto_increment, `id_cms_category` int(10) unsigned NOT NULL, `location` tinyint(1) unsigned NOT NULL, `position` int(10) unsigned NOT NULL default '0', `display_store` tinyint(1) unsigned NOT NULL default '1', PRIMARY KEY (`id_cms_block`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cms_block` -- LOCK TABLES `ps_cms_block` WRITE; /*!40000 ALTER TABLE `ps_cms_block` DISABLE KEYS */; INSERT INTO `ps_cms_block` VALUES (1,1,0,0,1); /*!40000 ALTER TABLE `ps_cms_block` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cms_block_lang` -- DROP TABLE IF EXISTS `ps_cms_block_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cms_block_lang` ( `id_cms_block` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(40) NOT NULL default '', PRIMARY KEY (`id_cms_block`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cms_block_lang` -- LOCK TABLES `ps_cms_block_lang` WRITE; /*!40000 ALTER TABLE `ps_cms_block_lang` DISABLE KEYS */; INSERT INTO `ps_cms_block_lang` VALUES (1,1,'Information'); /*!40000 ALTER TABLE `ps_cms_block_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cms_block_page` -- DROP TABLE IF EXISTS `ps_cms_block_page`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cms_block_page` ( `id_cms_block_page` int(10) unsigned NOT NULL auto_increment, `id_cms_block` int(10) unsigned NOT NULL, `id_cms` int(10) unsigned NOT NULL, `is_category` tinyint(1) unsigned NOT NULL, PRIMARY KEY (`id_cms_block_page`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cms_block_page` -- LOCK TABLES `ps_cms_block_page` WRITE; /*!40000 ALTER TABLE `ps_cms_block_page` DISABLE KEYS */; INSERT INTO `ps_cms_block_page` VALUES (1,1,1,0),(2,1,2,0),(3,1,3,0),(4,1,4,0),(5,1,5,0); /*!40000 ALTER TABLE `ps_cms_block_page` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cms_block_shop` -- DROP TABLE IF EXISTS `ps_cms_block_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cms_block_shop` ( `id_cms_block` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cms_block`,`id_shop`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cms_block_shop` -- LOCK TABLES `ps_cms_block_shop` WRITE; /*!40000 ALTER TABLE `ps_cms_block_shop` DISABLE KEYS */; INSERT INTO `ps_cms_block_shop` VALUES (1,1); /*!40000 ALTER TABLE `ps_cms_block_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cms_category` -- DROP TABLE IF EXISTS `ps_cms_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cms_category` ( `id_cms_category` int(10) unsigned NOT NULL auto_increment, `id_parent` int(10) unsigned NOT NULL, `level_depth` tinyint(3) 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', PRIMARY KEY (`id_cms_category`), KEY `category_parent` (`id_parent`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cms_category` -- LOCK TABLES `ps_cms_category` WRITE; /*!40000 ALTER TABLE `ps_cms_category` DISABLE KEYS */; INSERT INTO `ps_cms_category` VALUES (1,0,1,1,'2013-09-15 16:43:35','2013-09-15 16:43:35',0); /*!40000 ALTER TABLE `ps_cms_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cms_category_lang` -- DROP TABLE IF EXISTS `ps_cms_category_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cms_category_lang` ( `id_cms_category` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(128) NOT NULL, `description` text, `link_rewrite` varchar(128) NOT NULL, `meta_title` varchar(128) default NULL, `meta_keywords` varchar(255) default NULL, `meta_description` varchar(255) default NULL, PRIMARY KEY (`id_cms_category`,`id_lang`), KEY `category_name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cms_category_lang` -- LOCK TABLES `ps_cms_category_lang` WRITE; /*!40000 ALTER TABLE `ps_cms_category_lang` DISABLE KEYS */; INSERT INTO `ps_cms_category_lang` VALUES (1,1,'Home','','home','','',''); /*!40000 ALTER TABLE `ps_cms_category_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cms_lang` -- DROP TABLE IF EXISTS `ps_cms_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cms_lang` ( `id_cms` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `meta_title` varchar(128) NOT NULL, `meta_description` varchar(255) default NULL, `meta_keywords` varchar(255) default NULL, `content` longtext, `link_rewrite` varchar(128) NOT NULL, PRIMARY KEY (`id_cms`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cms_lang` -- LOCK TABLES `ps_cms_lang` WRITE; /*!40000 ALTER TABLE `ps_cms_lang` DISABLE KEYS */; INSERT INTO `ps_cms_lang` VALUES (1,1,'Delivery','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','<h2>Shipments and returns</h2><h3>Your pack shipment</h3><p>Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.</p><p>Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.<br /><br />Boxes are amply sized and your items are well-protected.</p>','delivery'),(2,1,'Legal Notice','Legal notice','notice, legal, credits','<h2>Legal</h2><h3>Credits</h3><p>Concept and production:</p><p>This Web site was created using <a href=\"http://www.prestashop.com\">PrestaShop</a>™ open-source software.</p>','legal-notice'),(3,1,'Terms and conditions of use','Our terms and conditions of use','conditions, terms, use, sell','<h2>Your terms and conditions of use</h2><h3>Rule 1</h3><p>Here is the rule 1 content</p>\r\n<h3>Rule 2</h3><p>Here is the rule 2 content</p>\r\n<h3>Rule 3</h3><p>Here is the rule 3 content</p>','terms-and-conditions-of-use'),(4,1,'About us','Learn more about us','about us, informations','<h2>About us</h2>\r\n<h3>Our company</h3><p>Our company</p>\r\n<h3>Our team</h3><p>Our team</p>\r\n<h3>Informations</h3><p>Informations</p>','about-us'),(5,1,'Secure payment','Our secure payment mean','secure payment, ssl, visa, mastercard, paypal','<h2>Secure payment</h2>\r\n<h3>Our secure payment</h3><p>With SSL</p>\r\n<h3>Using Visa/Mastercard/Paypal</h3><p>About this services</p>','secure-payment'); /*!40000 ALTER TABLE `ps_cms_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_cms_shop` -- DROP TABLE IF EXISTS `ps_cms_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_cms_shop` ( `id_cms` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_cms`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_cms_shop` -- LOCK TABLES `ps_cms_shop` WRITE; /*!40000 ALTER TABLE `ps_cms_shop` DISABLE KEYS */; INSERT INTO `ps_cms_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1); /*!40000 ALTER TABLE `ps_cms_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_compare` -- DROP TABLE IF EXISTS `ps_compare`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_compare` ( `id_compare` int(10) unsigned NOT NULL auto_increment, `id_customer` int(10) unsigned NOT NULL, PRIMARY KEY (`id_compare`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_compare` -- LOCK TABLES `ps_compare` WRITE; /*!40000 ALTER TABLE `ps_compare` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_compare` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_compare_product` -- DROP TABLE IF EXISTS `ps_compare_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_compare_product` ( `id_compare` int(10) unsigned NOT NULL, `id_product` int(10) unsigned NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_compare`,`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_compare_product` -- LOCK TABLES `ps_compare_product` WRITE; /*!40000 ALTER TABLE `ps_compare_product` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_compare_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_condition` -- DROP TABLE IF EXISTS `ps_condition`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_condition` ( `id_condition` int(11) NOT NULL auto_increment, `id_ps_condition` int(11) NOT NULL, `type` enum('configuration','install','sql') NOT NULL, `request` text, `operator` varchar(32) default NULL, `value` varchar(64) default NULL, `result` varchar(64) default NULL, `calculation_type` enum('hook','time') default NULL, `calculation_detail` varchar(64) default NULL, `validated` tinyint(1) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_condition`,`id_ps_condition`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_condition` -- LOCK TABLES `ps_condition` WRITE; /*!40000 ALTER TABLE `ps_condition` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_condition` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_condition_advice` -- DROP TABLE IF EXISTS `ps_condition_advice`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_condition_advice` ( `id_condition` int(11) NOT NULL, `id_advice` int(11) NOT NULL, `display` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_condition`,`id_advice`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_condition_advice` -- LOCK TABLES `ps_condition_advice` WRITE; /*!40000 ALTER TABLE `ps_condition_advice` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_condition_advice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_condition_badge` -- DROP TABLE IF EXISTS `ps_condition_badge`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_condition_badge` ( `id_condition` int(11) NOT NULL, `id_badge` int(11) NOT NULL, PRIMARY KEY (`id_condition`,`id_badge`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_condition_badge` -- LOCK TABLES `ps_condition_badge` WRITE; /*!40000 ALTER TABLE `ps_condition_badge` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_condition_badge` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_configuration` -- DROP TABLE IF EXISTS `ps_configuration`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_configuration` ( `id_configuration` int(10) unsigned NOT NULL auto_increment, `id_shop_group` int(11) unsigned default NULL, `id_shop` int(11) unsigned default NULL, `name` varchar(32) NOT NULL, `value` text, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_configuration`), KEY `name` (`name`), KEY `id_shop` (`id_shop`), KEY `id_shop_group` (`id_shop_group`) ) ENGINE=MyISAM AUTO_INCREMENT=266 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_configuration` -- LOCK TABLES `ps_configuration` WRITE; /*!40000 ALTER TABLE `ps_configuration` DISABLE KEYS */; INSERT INTO `ps_configuration` VALUES (1,NULL,NULL,'PS_LANG_DEFAULT','1','2013-09-15 16:43:21','2013-09-15 16:43:21'),(2,NULL,NULL,'PS_CARRIER_DEFAULT','1','2013-09-15 16:43:34','2013-09-15 16:43:34'),(3,NULL,NULL,'PS_GROUP_FEATURE_ACTIVE','1','2013-09-15 16:43:35','2013-09-15 16:43:35'),(4,NULL,NULL,'PS_SEARCH_INDEXATION','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(5,NULL,NULL,'PS_ONE_PHONE_AT_LEAST','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,NULL,NULL,'PS_CURRENCY_DEFAULT','1','0000-00-00 00:00:00','2013-09-15 16:44:08'),(7,NULL,NULL,'PS_COUNTRY_DEFAULT','21','0000-00-00 00:00:00','2013-09-15 16:44:02'),(8,NULL,NULL,'PS_REWRITING_SETTINGS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(9,NULL,NULL,'PS_ORDER_OUT_OF_STOCK','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(10,NULL,NULL,'PS_LAST_QTIES','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(11,NULL,NULL,'PS_CART_REDIRECT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(12,NULL,NULL,'PS_HELPBOX','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(13,NULL,NULL,'PS_CONDITIONS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(14,NULL,NULL,'PS_RECYCLABLE_PACK','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(15,NULL,NULL,'PS_GIFT_WRAPPING','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(16,NULL,NULL,'PS_GIFT_WRAPPING_PRICE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(17,NULL,NULL,'PS_STOCK_MANAGEMENT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(18,NULL,NULL,'PS_NAVIGATION_PIPE','>','0000-00-00 00:00:00','0000-00-00 00:00:00'),(19,NULL,NULL,'PS_PRODUCTS_PER_PAGE','10','0000-00-00 00:00:00','0000-00-00 00:00:00'),(20,NULL,NULL,'PS_PURCHASE_MINIMUM','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(21,NULL,NULL,'PS_PRODUCTS_ORDER_WAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(22,NULL,NULL,'PS_PRODUCTS_ORDER_BY','4','0000-00-00 00:00:00','0000-00-00 00:00:00'),(23,NULL,NULL,'PS_DISPLAY_QTIES','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(24,NULL,NULL,'PS_SHIPPING_HANDLING','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(25,NULL,NULL,'PS_SHIPPING_FREE_PRICE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(26,NULL,NULL,'PS_SHIPPING_FREE_WEIGHT','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(27,NULL,NULL,'PS_SHIPPING_METHOD','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(28,NULL,NULL,'PS_TAX','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(29,NULL,NULL,'PS_SHOP_ENABLE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(30,NULL,NULL,'PS_NB_DAYS_NEW_PRODUCT','20','0000-00-00 00:00:00','0000-00-00 00:00:00'),(31,NULL,NULL,'PS_SSL_ENABLED','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(32,NULL,NULL,'PS_WEIGHT_UNIT','lb','0000-00-00 00:00:00','2013-09-15 16:44:03'),(33,NULL,NULL,'PS_BLOCK_CART_AJAX','1','0000-00-00 00:00:00','2013-09-15 16:44:13'),(34,NULL,NULL,'PS_ORDER_RETURN','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(35,NULL,NULL,'PS_ORDER_RETURN_NB_DAYS','7','0000-00-00 00:00:00','0000-00-00 00:00:00'),(36,NULL,NULL,'PS_MAIL_TYPE','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(37,NULL,NULL,'PS_PRODUCT_PICTURE_MAX_SIZE','8388608','0000-00-00 00:00:00','0000-00-00 00:00:00'),(38,NULL,NULL,'PS_PRODUCT_PICTURE_WIDTH','64','0000-00-00 00:00:00','0000-00-00 00:00:00'),(39,NULL,NULL,'PS_PRODUCT_PICTURE_HEIGHT','64','0000-00-00 00:00:00','0000-00-00 00:00:00'),(40,NULL,NULL,'PS_INVOICE_PREFIX','IN','0000-00-00 00:00:00','0000-00-00 00:00:00'),(41,NULL,NULL,'PS_INVOICE_NUMBER','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(42,NULL,NULL,'PS_DELIVERY_PREFIX','DE','0000-00-00 00:00:00','0000-00-00 00:00:00'),(43,NULL,NULL,'PS_DELIVERY_NUMBER','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(44,NULL,NULL,'PS_INVOICE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(45,NULL,NULL,'PS_PASSWD_TIME_BACK','360','0000-00-00 00:00:00','0000-00-00 00:00:00'),(46,NULL,NULL,'PS_PASSWD_TIME_FRONT','360','0000-00-00 00:00:00','0000-00-00 00:00:00'),(47,NULL,NULL,'PS_DISP_UNAVAILABLE_ATTR','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(48,NULL,NULL,'PS_SEARCH_MINWORDLEN','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(49,NULL,NULL,'PS_SEARCH_BLACKLIST','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(50,NULL,NULL,'PS_SEARCH_WEIGHT_PNAME','6','0000-00-00 00:00:00','0000-00-00 00:00:00'),(51,NULL,NULL,'PS_SEARCH_WEIGHT_REF','10','0000-00-00 00:00:00','0000-00-00 00:00:00'),(52,NULL,NULL,'PS_SEARCH_WEIGHT_SHORTDESC','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(53,NULL,NULL,'PS_SEARCH_WEIGHT_DESC','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(54,NULL,NULL,'PS_SEARCH_WEIGHT_CNAME','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(55,NULL,NULL,'PS_SEARCH_WEIGHT_MNAME','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(56,NULL,NULL,'PS_SEARCH_WEIGHT_TAG','4','0000-00-00 00:00:00','0000-00-00 00:00:00'),(57,NULL,NULL,'PS_SEARCH_WEIGHT_ATTRIBUTE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(58,NULL,NULL,'PS_SEARCH_WEIGHT_FEATURE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(59,NULL,NULL,'PS_SEARCH_AJAX','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(60,NULL,NULL,'PS_TIMEZONE','US/Eastern','0000-00-00 00:00:00','2013-09-15 16:44:02'),(61,NULL,NULL,'PS_THEME_V11','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(62,NULL,NULL,'PRESTASTORE_LIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(63,NULL,NULL,'PS_TIN_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(64,NULL,NULL,'PS_SHOW_ALL_MODULES','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(65,NULL,NULL,'PS_BACKUP_ALL','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(66,NULL,NULL,'PS_1_3_UPDATE_DATE','2011-12-27 10:20:42','0000-00-00 00:00:00','0000-00-00 00:00:00'),(67,NULL,NULL,'PS_PRICE_ROUND_MODE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(68,NULL,NULL,'PS_1_3_2_UPDATE_DATE','2011-12-27 10:20:42','0000-00-00 00:00:00','0000-00-00 00:00:00'),(69,NULL,NULL,'PS_CONDITIONS_CMS_ID','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(70,NULL,NULL,'TRACKING_DIRECT_TRAFFIC','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(71,NULL,NULL,'PS_META_KEYWORDS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(72,NULL,NULL,'PS_DISPLAY_JQZOOM','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(73,NULL,NULL,'PS_VOLUME_UNIT','gal','0000-00-00 00:00:00','2013-09-15 16:44:03'),(74,NULL,NULL,'PS_CIPHER_ALGORITHM','1','0000-00-00 00:00:00','2013-09-15 16:44:02'),(75,NULL,NULL,'PS_ATTRIBUTE_CATEGORY_DISPLAY','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(76,NULL,NULL,'PS_CUSTOMER_SERVICE_FILE_UPLOAD','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(77,NULL,NULL,'PS_CUSTOMER_SERVICE_SIGNATURE','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(78,NULL,NULL,'PS_BLOCK_BESTSELLERS_DISPLAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(79,NULL,NULL,'PS_BLOCK_NEWPRODUCTS_DISPLAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(80,NULL,NULL,'PS_BLOCK_SPECIALS_DISPLAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(81,NULL,NULL,'PS_STOCK_MVT_REASON_DEFAULT','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(82,NULL,NULL,'PS_COMPARATOR_MAX_ITEM','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(83,NULL,NULL,'PS_ORDER_PROCESS_TYPE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(84,NULL,NULL,'PS_SPECIFIC_PRICE_PRIORITIES','id_shop;id_currency;id_country;id_group','0000-00-00 00:00:00','0000-00-00 00:00:00'),(85,NULL,NULL,'PS_TAX_DISPLAY','0','0000-00-00 00:00:00','2013-09-15 16:44:03'),(86,NULL,NULL,'PS_SMARTY_FORCE_COMPILE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(87,NULL,NULL,'PS_DISTANCE_UNIT','mi','0000-00-00 00:00:00','2013-09-15 16:44:03'),(88,NULL,NULL,'PS_STORES_DISPLAY_CMS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(89,NULL,NULL,'PS_STORES_DISPLAY_FOOTER','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(90,NULL,NULL,'PS_STORES_SIMPLIFIED','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(91,NULL,NULL,'SHOP_LOGO_WIDTH','209','0000-00-00 00:00:00','2013-09-15 16:44:02'),(92,NULL,NULL,'SHOP_LOGO_HEIGHT','52','0000-00-00 00:00:00','2013-09-15 16:44:02'),(93,NULL,NULL,'EDITORIAL_IMAGE_WIDTH','530','0000-00-00 00:00:00','0000-00-00 00:00:00'),(94,NULL,NULL,'EDITORIAL_IMAGE_HEIGHT','228','0000-00-00 00:00:00','0000-00-00 00:00:00'),(95,NULL,NULL,'PS_STATSDATA_CUSTOMER_PAGESVIEWS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(96,NULL,NULL,'PS_STATSDATA_PAGESVIEWS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(97,NULL,NULL,'PS_STATSDATA_PLUGINS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(98,NULL,NULL,'PS_GEOLOCATION_ENABLED','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(99,NULL,NULL,'PS_ALLOWED_COUNTRIES','AF;ZA;AX;AL;DZ;DE;AD;AO;AI;AQ;AG;AN;SA;AR;AM;AW;AU;AT;AZ;BS;BH;BD;BB;BY;BE;BZ;BJ;BM;BT;BO;BA;BW;BV;BR;BN;BG;BF;MM;BI;KY;KH;CM;CA;CV;CF;CL;CN;CX;CY;CC;CO;KM;CG;CD;CK;KR;KP;CR;CI;HR;CU;DK;DJ;DM;EG;IE;SV;AE;EC;ER;ES;EE;ET;FK;FO;FJ;FI;FR;GA;GM;GE;GS;GH;GI;GR;GD;GL;GP;GU;GT;GG;GN;GQ;GW;GY;GF;HT;HM;HN;HK;HU;IM;MU;VG;VI;IN;ID;IR;IQ;IS;IL;IT;JM;JP;JE;JO;KZ;KE;KG;KI;KW;LA;LS;LV;LB;LR;LY;LI;LT;LU;MO;MK;MG;MY;MW;MV;ML;MT;MP;MA;MH;MQ;MR;YT;MX;FM;MD;MC;MN;ME;MS;MZ;NA;NR;NP;NI;NE;NG;NU;NF;NO;NC;NZ;IO;OM;UG;UZ;PK;PW;PS;PA;PG;PY;NL;PE;PH;PN;PL;PF;PR;PT;QA;DO;CZ;RE;RO;GB;RU;RW;EH;BL;KN;SM;MF;PM;VA;VC;LC;SB;WS;AS;ST;SN;RS;SC;SL;SG;SK;SI;SO;SD;LK;SE;CH;SR;SJ;SZ;SY;TJ;TW;TZ;TD;TF;TH;TL;TG;TK;TO;TT;TN;TM;TC;TR;TV;UA;UY;US;VU;VE;VN;WF;YE;ZM;ZW','0000-00-00 00:00:00','0000-00-00 00:00:00'),(100,NULL,NULL,'PS_GEOLOCATION_BEHAVIOR','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(101,NULL,NULL,'PS_LOCALE_LANGUAGE','en','0000-00-00 00:00:00','2013-09-15 16:44:02'),(102,NULL,NULL,'PS_LOCALE_COUNTRY','us','0000-00-00 00:00:00','2013-09-15 16:44:02'),(103,NULL,NULL,'PS_ATTACHMENT_MAXIMUM_SIZE','8','0000-00-00 00:00:00','0000-00-00 00:00:00'),(104,NULL,NULL,'PS_SMARTY_CACHE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(105,NULL,NULL,'PS_DIMENSION_UNIT','in','0000-00-00 00:00:00','2013-09-15 16:44:03'),(106,NULL,NULL,'PS_GUEST_CHECKOUT_ENABLED','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(107,NULL,NULL,'PS_DISPLAY_SUPPLIERS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(108,NULL,NULL,'PS_CATALOG_MODE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(109,NULL,NULL,'PS_GEOLOCATION_WHITELIST','127;209.185.108;209.185.253;209.85.238;209.85.238.11;209.85.238.4;216.239.33.96;216.239.33.97;216.239.33.98;216.239.33.99;216.239.37.98;216.239.37.99;216.239.39.98;216.239.39.99;216.239.41.96;216.239.41.97;216.239.41.98;216.239.41.99;216.239.45.4;216.239.46;216.239.51.96;216.239.51.97;216.239.51.98;216.239.51.99;216.239.53.98;216.239.53.99;216.239.57.96;216.239.57.97;216.239.57.98;216.239.57.99;216.239.59.98;216.239.59.99;216.33.229.163;64.233.173.193;64.233.173.194;64.233.173.195;64.233.173.196;64.233.173.197;64.233.173.198;64.233.173.199;64.233.173.200;64.233.173.201;64.233.173.202;64.233.173.203;64.233.173.204;64.233.173.205;64.233.173.206;64.233.173.207;64.233.173.208;64.233.173.209;64.233.173.210;64.233.173.211;64.233.173.212;64.233.173.213;64.233.173.214;64.233.173.215;64.233.173.216;64.233.173.217;64.233.173.218;64.233.173.219;64.233.173.220;64.233.173.221;64.233.173.222;64.233.173.223;64.233.173.224;64.233.173.225;64.233.173.226;64.233.173.227;64.233.173.228;64.233.173.229;64.233.173.230;64.233.173.231;64.233.173.232;64.233.173.233;64.233.173.234;64.233.173.235;64.233.173.236;64.233.173.237;64.233.173.238;64.233.173.239;64.233.173.240;64.233.173.241;64.233.173.242;64.233.173.243;64.233.173.244;64.233.173.245;64.233.173.246;64.233.173.247;64.233.173.248;64.233.173.249;64.233.173.250;64.233.173.251;64.233.173.252;64.233.173.253;64.233.173.254;64.233.173.255;64.68.80;64.68.81;64.68.82;64.68.83;64.68.84;64.68.85;64.68.86;64.68.87;64.68.88;64.68.89;64.68.90.1;64.68.90.10;64.68.90.11;64.68.90.12;64.68.90.129;64.68.90.13;64.68.90.130;64.68.90.131;64.68.90.132;64.68.90.133;64.68.90.134;64.68.90.135;64.68.90.136;64.68.90.137;64.68.90.138;64.68.90.139;64.68.90.14;64.68.90.140;64.68.90.141;64.68.90.142;64.68.90.143;64.68.90.144;64.68.90.145;64.68.90.146;64.68.90.147;64.68.90.148;64.68.90.149;64.68.90.15;64.68.90.150;64.68.90.151;64.68.90.152;64.68.90.153;64.68.90.154;64.68.90.155;64.68.90.156;64.68.90.157;64.68.90.158;64.68.90.159;64.68.90.16;64.68.90.160;64.68.90.161;64.68.90.162;64.68.90.163;64.68.90.164;64.68.90.165;64.68.90.166;64.68.90.167;64.68.90.168;64.68.90.169;64.68.90.17;64.68.90.170;64.68.90.171;64.68.90.172;64.68.90.173;64.68.90.174;64.68.90.175;64.68.90.176;64.68.90.177;64.68.90.178;64.68.90.179;64.68.90.18;64.68.90.180;64.68.90.181;64.68.90.182;64.68.90.183;64.68.90.184;64.68.90.185;64.68.90.186;64.68.90.187;64.68.90.188;64.68.90.189;64.68.90.19;64.68.90.190;64.68.90.191;64.68.90.192;64.68.90.193;64.68.90.194;64.68.90.195;64.68.90.196;64.68.90.197;64.68.90.198;64.68.90.199;64.68.90.2;64.68.90.20;64.68.90.200;64.68.90.201;64.68.90.202;64.68.90.203;64.68.90.204;64.68.90.205;64.68.90.206;64.68.90.207;64.68.90.208;64.68.90.21;64.68.90.22;64.68.90.23;64.68.90.24;64.68.90.25;64.68.90.26;64.68.90.27;64.68.90.28;64.68.90.29;64.68.90.3;64.68.90.30;64.68.90.31;64.68.90.32;64.68.90.33;64.68.90.34;64.68.90.35;64.68.90.36;64.68.90.37;64.68.90.38;64.68.90.39;64.68.90.4;64.68.90.40;64.68.90.41;64.68.90.42;64.68.90.43;64.68.90.44;64.68.90.45;64.68.90.46;64.68.90.47;64.68.90.48;64.68.90.49;64.68.90.5;64.68.90.50;64.68.90.51;64.68.90.52;64.68.90.53;64.68.90.54;64.68.90.55;64.68.90.56;64.68.90.57;64.68.90.58;64.68.90.59;64.68.90.6;64.68.90.60;64.68.90.61;64.68.90.62;64.68.90.63;64.68.90.64;64.68.90.65;64.68.90.66;64.68.90.67;64.68.90.68;64.68.90.69;64.68.90.7;64.68.90.70;64.68.90.71;64.68.90.72;64.68.90.73;64.68.90.74;64.68.90.75;64.68.90.76;64.68.90.77;64.68.90.78;64.68.90.79;64.68.90.8;64.68.90.80;64.68.90.9;64.68.91;64.68.92;66.249.64;66.249.65;66.249.66;66.249.67;66.249.68;66.249.69;66.249.70;66.249.71;66.249.72;66.249.73;66.249.78;66.249.79;72.14.199;8.6.48','0000-00-00 00:00:00','0000-00-00 00:00:00'),(110,NULL,NULL,'PS_LOGS_BY_EMAIL','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(111,NULL,NULL,'PS_COOKIE_CHECKIP','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(112,NULL,NULL,'PS_STORES_CENTER_LAT','25.948969','0000-00-00 00:00:00','0000-00-00 00:00:00'),(113,NULL,NULL,'PS_STORES_CENTER_LONG','-80.226439','0000-00-00 00:00:00','0000-00-00 00:00:00'),(114,NULL,NULL,'PS_USE_ECOTAX','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(115,NULL,NULL,'PS_CANONICAL_REDIRECT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(116,NULL,NULL,'PS_IMG_UPDATE_TIME','1324977642','0000-00-00 00:00:00','0000-00-00 00:00:00'),(117,NULL,NULL,'PS_BACKUP_DROP_TABLE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(118,NULL,NULL,'PS_OS_CHEQUE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(119,NULL,NULL,'PS_OS_PAYMENT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(120,NULL,NULL,'PS_OS_PREPARATION','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(121,NULL,NULL,'PS_OS_SHIPPING','4','0000-00-00 00:00:00','0000-00-00 00:00:00'),(122,NULL,NULL,'PS_OS_DELIVERED','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(123,NULL,NULL,'PS_OS_CANCELED','6','0000-00-00 00:00:00','0000-00-00 00:00:00'),(124,NULL,NULL,'PS_OS_REFUND','7','0000-00-00 00:00:00','0000-00-00 00:00:00'),(125,NULL,NULL,'PS_OS_ERROR','8','0000-00-00 00:00:00','0000-00-00 00:00:00'),(126,NULL,NULL,'PS_OS_OUTOFSTOCK','9','0000-00-00 00:00:00','0000-00-00 00:00:00'),(127,NULL,NULL,'PS_OS_BANKWIRE','10','0000-00-00 00:00:00','0000-00-00 00:00:00'),(128,NULL,NULL,'PS_OS_PAYPAL','11','0000-00-00 00:00:00','0000-00-00 00:00:00'),(129,NULL,NULL,'PS_OS_WS_PAYMENT','12','0000-00-00 00:00:00','0000-00-00 00:00:00'),(130,NULL,NULL,'PS_LEGACY_IMAGES','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(131,NULL,NULL,'PS_IMAGE_QUALITY','jpg','0000-00-00 00:00:00','0000-00-00 00:00:00'),(132,NULL,NULL,'PS_PNG_QUALITY','7','0000-00-00 00:00:00','0000-00-00 00:00:00'),(133,NULL,NULL,'PS_JPEG_QUALITY','90','0000-00-00 00:00:00','0000-00-00 00:00:00'),(134,NULL,NULL,'PS_COOKIE_LIFETIME_FO','480','0000-00-00 00:00:00','0000-00-00 00:00:00'),(135,NULL,NULL,'PS_COOKIE_LIFETIME_BO','480','0000-00-00 00:00:00','0000-00-00 00:00:00'),(136,NULL,NULL,'PS_RESTRICT_DELIVERED_COUNTRIES','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(137,NULL,NULL,'PS_SHOW_NEW_ORDERS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(138,NULL,NULL,'PS_SHOW_NEW_CUSTOMERS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(139,NULL,NULL,'PS_SHOW_NEW_MESSAGES','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(140,NULL,NULL,'PS_FEATURE_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(141,NULL,NULL,'PS_COMBINATION_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(142,NULL,NULL,'PS_SPECIFIC_PRICE_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(143,NULL,NULL,'PS_SCENE_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(144,NULL,NULL,'PS_VIRTUAL_PROD_FEATURE_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(145,NULL,NULL,'PS_CUSTOMIZATION_FEATURE_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(146,NULL,NULL,'PS_CART_RULE_FEATURE_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(147,NULL,NULL,'PS_PACK_FEATURE_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(148,NULL,NULL,'PS_ALIAS_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(149,NULL,NULL,'PS_TAX_ADDRESS_TYPE','id_address_delivery','0000-00-00 00:00:00','0000-00-00 00:00:00'),(150,NULL,NULL,'PS_SHOP_DEFAULT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(151,NULL,NULL,'PS_CARRIER_DEFAULT_SORT','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(152,NULL,NULL,'PS_STOCK_MVT_INC_REASON_DEFAULT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(153,NULL,NULL,'PS_STOCK_MVT_DEC_REASON_DEFAULT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(154,NULL,NULL,'PS_ADVANCED_STOCK_MANAGEMENT','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(155,NULL,NULL,'PS_ADMINREFRESH_NOTIFICATION','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(156,NULL,NULL,'PS_STOCK_MVT_TRANSFER_TO','7','0000-00-00 00:00:00','0000-00-00 00:00:00'),(157,NULL,NULL,'PS_STOCK_MVT_TRANSFER_FROM','6','0000-00-00 00:00:00','0000-00-00 00:00:00'),(158,NULL,NULL,'PS_CARRIER_DEFAULT_ORDER','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(159,NULL,NULL,'PS_STOCK_MVT_SUPPLY_ORDER','8','0000-00-00 00:00:00','0000-00-00 00:00:00'),(160,NULL,NULL,'PS_STOCK_CUSTOMER_ORDER_REASON','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(161,NULL,NULL,'PS_UNIDENTIFIED_GROUP','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(162,NULL,NULL,'PS_GUEST_GROUP','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(163,NULL,NULL,'PS_CUSTOMER_GROUP','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(164,NULL,NULL,'PS_SMARTY_CONSOLE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(165,NULL,NULL,'PS_INVOICE_MODEL','invoice','0000-00-00 00:00:00','0000-00-00 00:00:00'),(166,NULL,NULL,'PS_LIMIT_UPLOAD_IMAGE_VALUE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(167,NULL,NULL,'PS_LIMIT_UPLOAD_FILE_VALUE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(168,NULL,NULL,'MB_PAY_TO_EMAIL','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(169,NULL,NULL,'MB_SECRET_WORD','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(170,NULL,NULL,'MB_HIDE_LOGIN','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(171,NULL,NULL,'MB_ID_LOGO','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(172,NULL,NULL,'MB_ID_LOGO_WALLET','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(173,NULL,NULL,'MB_PARAMETERS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(174,NULL,NULL,'MB_PARAMETERS_2','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(175,NULL,NULL,'MB_DISPLAY_MODE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(176,NULL,NULL,'MB_CANCEL_URL','http://www.yoursite.com','0000-00-00 00:00:00','0000-00-00 00:00:00'),(177,NULL,NULL,'MB_LOCAL_METHODS','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(178,NULL,NULL,'MB_INTER_METHODS','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(179,NULL,NULL,'BANK_WIRE_CURRENCIES','2,1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(180,NULL,NULL,'CHEQUE_CURRENCIES','2,1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(181,NULL,NULL,'PRODUCTS_VIEWED_NBR','2','0000-00-00 00:00:00','2013-09-15 16:44:15'),(182,NULL,NULL,'BLOCK_CATEG_DHTML','1','0000-00-00 00:00:00','2013-09-15 16:44:13'),(183,NULL,NULL,'BLOCK_CATEG_MAX_DEPTH','4','0000-00-00 00:00:00','2013-09-15 16:44:13'),(184,NULL,NULL,'MANUFACTURER_DISPLAY_FORM','1','0000-00-00 00:00:00','2013-09-15 16:44:14'),(185,NULL,NULL,'MANUFACTURER_DISPLAY_TEXT','1','0000-00-00 00:00:00','2013-09-15 16:44:14'),(186,NULL,NULL,'MANUFACTURER_DISPLAY_TEXT_NB','5','0000-00-00 00:00:00','2013-09-15 16:44:14'),(187,NULL,NULL,'NEW_PRODUCTS_NBR','5','0000-00-00 00:00:00','2013-09-15 16:44:14'),(188,NULL,NULL,'PS_TOKEN_ENABLE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(189,NULL,NULL,'PS_STATS_RENDER','graphxmlswfcharts','0000-00-00 00:00:00','2013-09-15 16:44:15'),(190,NULL,NULL,'PS_STATS_OLD_CONNECT_AUTO_CLEAN','never','0000-00-00 00:00:00','0000-00-00 00:00:00'),(191,NULL,NULL,'PS_STATS_GRID_RENDER','gridhtml','0000-00-00 00:00:00','0000-00-00 00:00:00'),(192,NULL,NULL,'BLOCKTAGS_NBR','10','0000-00-00 00:00:00','2013-09-15 16:44:15'),(193,NULL,NULL,'CHECKUP_DESCRIPTIONS_LT','100','0000-00-00 00:00:00','0000-00-00 00:00:00'),(194,NULL,NULL,'CHECKUP_DESCRIPTIONS_GT','400','0000-00-00 00:00:00','0000-00-00 00:00:00'),(195,NULL,NULL,'CHECKUP_IMAGES_LT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(196,NULL,NULL,'CHECKUP_IMAGES_GT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(197,NULL,NULL,'CHECKUP_SALES_LT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(198,NULL,NULL,'CHECKUP_SALES_GT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(199,NULL,NULL,'CHECKUP_STOCK_LT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(200,NULL,NULL,'CHECKUP_STOCK_GT','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(201,NULL,NULL,'FOOTER_CMS','0_3|0_4','0000-00-00 00:00:00','2013-09-15 16:44:14'),(202,NULL,NULL,'FOOTER_BLOCK_ACTIVATION','0_3|0_4','0000-00-00 00:00:00','2013-09-15 16:44:14'),(203,NULL,NULL,'FOOTER_POWEREDBY','1','0000-00-00 00:00:00','2013-09-15 16:44:14'),(204,NULL,NULL,'BLOCKADVERT_LINK','http://www.prestashop.com','0000-00-00 00:00:00','2013-09-15 16:44:13'),(205,NULL,NULL,'BLOCKSTORE_IMG','store.jpg','0000-00-00 00:00:00','0000-00-00 00:00:00'),(206,NULL,NULL,'BLOCKADVERT_IMG_EXT','jpg','0000-00-00 00:00:00','0000-00-00 00:00:00'),(207,NULL,NULL,'MOD_BLOCKTOPMENU_ITEMS','CAT2,CAT3,CAT4','0000-00-00 00:00:00','2013-09-15 16:44:15'),(208,NULL,NULL,'MOD_BLOCKTOPMENU_SEARCH','','0000-00-00 00:00:00','2013-09-15 16:44:15'),(209,NULL,NULL,'blocksocial_facebook','http://www.facebook.com/prestashop','0000-00-00 00:00:00','2013-09-15 16:44:15'),(210,NULL,NULL,'blocksocial_twitter','http://www.twitter.com/prestashop','0000-00-00 00:00:00','2013-09-15 16:44:15'),(211,NULL,NULL,'blocksocial_rss','http://www.prestashop.com/blog/en/feed/','0000-00-00 00:00:00','2013-09-15 16:44:15'),(212,NULL,NULL,'blockcontactinfos_company','My Company','0000-00-00 00:00:00','2013-09-15 16:44:14'),(213,NULL,NULL,'blockcontactinfos_address','42 avenue des Champs Elysées\n75000 Paris\nFrance','0000-00-00 00:00:00','2013-09-15 16:44:14'),(214,NULL,NULL,'blockcontactinfos_phone','0123-456-789','0000-00-00 00:00:00','2013-09-15 16:44:14'),(215,NULL,NULL,'blockcontactinfos_email','sales@yourcompany.com','0000-00-00 00:00:00','2013-09-15 16:44:14'),(216,NULL,NULL,'blockcontact_telnumber','0123-456-789','0000-00-00 00:00:00','2013-09-15 16:44:14'),(217,NULL,NULL,'blockcontact_email','sales@yourcompany.com','0000-00-00 00:00:00','2013-09-15 16:44:14'),(218,NULL,NULL,'SUPPLIER_DISPLAY_TEXT','1','0000-00-00 00:00:00','2013-09-15 16:44:15'),(219,NULL,NULL,'SUPPLIER_DISPLAY_TEXT_NB','5','0000-00-00 00:00:00','2013-09-15 16:44:15'),(220,NULL,NULL,'SUPPLIER_DISPLAY_FORM','1','0000-00-00 00:00:00','2013-09-15 16:44:15'),(221,NULL,NULL,'BLOCK_CATEG_NBR_COLUMN_FOOTER','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(222,NULL,NULL,'UPGRADER_BACKUPDB_FILENAME','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(223,NULL,NULL,'UPGRADER_BACKUPFILES_FILENAME','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(224,NULL,NULL,'blockreinsurance_nbblocks','5','0000-00-00 00:00:00','2013-09-15 16:44:14'),(225,NULL,NULL,'HOMESLIDER_WIDTH','535','0000-00-00 00:00:00','0000-00-00 00:00:00'),(226,NULL,NULL,'HOMESLIDER_HEIGHT','300','0000-00-00 00:00:00','0000-00-00 00:00:00'),(227,NULL,NULL,'HOMESLIDER_SPEED','500','0000-00-00 00:00:00','2013-09-15 16:44:16'),(228,NULL,NULL,'HOMESLIDER_PAUSE','3000','0000-00-00 00:00:00','2013-09-15 16:44:16'),(229,NULL,NULL,'PS_VERSION_DB','1.5.5.0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(230,NULL,NULL,'PS_BASE_DISTANCE_UNIT','ft','0000-00-00 00:00:00','2013-09-15 16:44:03'),(231,NULL,NULL,'PS_SHOP_DOMAIN','convictcartel.com','0000-00-00 00:00:00','2013-09-15 16:44:02'),(232,NULL,NULL,'PS_SHOP_DOMAIN_SSL','convictcartel.com','0000-00-00 00:00:00','2013-09-15 16:44:02'),(233,NULL,NULL,'PS_INSTALL_VERSION','1.5.5.0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(234,NULL,NULL,'PS_SHOP_NAME','Enigmatic Concept','0000-00-00 00:00:00','2013-09-15 16:44:02'),(235,NULL,NULL,'PS_SHOP_EMAIL','convictcartel@yahoo.com','0000-00-00 00:00:00','2013-09-15 16:44:09'),(236,NULL,NULL,'PS_MAIL_METHOD','1','0000-00-00 00:00:00','2013-09-15 16:44:02'),(237,NULL,NULL,'PS_SHOP_ACTIVITY','9','0000-00-00 00:00:00','2013-09-15 16:44:02'),(238,NULL,NULL,'PS_LOGO','logo.jpg','0000-00-00 00:00:00','0000-00-00 00:00:00'),(239,NULL,NULL,'PS_FAVICON','favicon.ico','0000-00-00 00:00:00','0000-00-00 00:00:00'),(240,NULL,NULL,'PS_STORES_ICON','logo_stores.gif','0000-00-00 00:00:00','0000-00-00 00:00:00'),(241,NULL,NULL,'PS_ROOT_CATEGORY','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(242,NULL,NULL,'PS_HOME_CATEGORY','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(243,NULL,NULL,'PS_CONFIGURATION_AGREMENT','0','0000-00-00 00:00:00','2013-09-15 16:44:02'),(244,NULL,NULL,'PS_MAIL_SERVER',NULL,'0000-00-00 00:00:00','2013-09-15 16:44:02'),(245,NULL,NULL,'PS_MAIL_USER','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(246,NULL,NULL,'PS_MAIL_PASSWD','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(247,NULL,NULL,'PS_MAIL_SMTP_ENCRYPTION',NULL,'0000-00-00 00:00:00','2013-09-15 16:44:02'),(248,NULL,NULL,'PS_MAIL_SMTP_PORT','0','0000-00-00 00:00:00','2013-09-15 16:44:02'),(249,NULL,NULL,'PS_MAIL_COLOR','#db3484','0000-00-00 00:00:00','0000-00-00 00:00:00'),(250,NULL,NULL,'NW_SALT','RvwBskZbPMi71mPB','0000-00-00 00:00:00','2013-09-15 16:44:14'),(251,NULL,NULL,'PS_PAYMENT_LOGO_CMS_ID','0','0000-00-00 00:00:00','2013-09-15 16:44:14'),(252,NULL,NULL,'HOME_FEATURED_NBR','8','0000-00-00 00:00:00','2013-09-15 16:44:16'),(253,NULL,NULL,'SEK_MIN_OCCURENCES','1','0000-00-00 00:00:00','2013-09-15 16:44:16'),(254,NULL,NULL,'SEK_FILTER_KW','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(255,NULL,NULL,'PS_ALLOW_MOBILE_DEVICE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(256,NULL,NULL,'PS_CUSTOMER_CREATION_EMAIL','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(257,NULL,NULL,'PS_SMARTY_CONSOLE_KEY','SMARTY_DEBUG','0000-00-00 00:00:00','0000-00-00 00:00:00'),(258,NULL,NULL,'BLOCKADVERT_TITLE','PrestaShop','2013-09-15 16:44:13','2013-09-15 16:44:13'),(259,NULL,NULL,'CUSTPRIV_MESSAGE',NULL,'2013-09-15 16:44:14','2013-09-15 16:44:14'),(260,NULL,NULL,'BLOCKSPECIALS_NB_CACHES','20','2013-09-15 16:44:15','2013-09-15 16:44:15'),(261,NULL,NULL,'HOMESLIDER_LOOP','1','2013-09-15 16:44:16','2013-09-15 16:44:16'),(262,NULL,NULL,'GF_INSTALL_CALC','0','2013-09-15 16:44:28','2013-09-15 16:44:28'),(263,NULL,NULL,'GF_CURRENT_LEVEL','1','2013-09-15 16:44:28','2013-09-15 16:44:28'),(264,NULL,NULL,'GF_CURRENT_LEVEL_PERCENT','0','2013-09-15 16:44:28','2013-09-15 16:44:28'),(265,NULL,NULL,'GF_NOTIFICATION','0','2013-09-15 16:44:29','2013-09-15 16:44:29'); /*!40000 ALTER TABLE `ps_configuration` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_configuration_lang` -- DROP TABLE IF EXISTS `ps_configuration_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_configuration_lang` ( `id_configuration` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `value` text, `date_upd` datetime default NULL, PRIMARY KEY (`id_configuration`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_configuration_lang` -- LOCK TABLES `ps_configuration_lang` WRITE; /*!40000 ALTER TABLE `ps_configuration_lang` DISABLE KEYS */; INSERT INTO `ps_configuration_lang` VALUES (40,1,'IN',NULL),(42,1,'DE',NULL),(49,1,'a|the|of|on|in|and|to',NULL),(71,1,'0',NULL),(77,1,'Dear Customer,\r\n\r\nRegards,\r\nCustomer service',NULL),(259,1,'The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the "My Account" page. ','2013-09-15 16:44:14'); /*!40000 ALTER TABLE `ps_configuration_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_connections` -- DROP TABLE IF EXISTS `ps_connections`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_connections` ( `id_connections` int(10) unsigned NOT NULL auto_increment, `id_shop_group` int(11) unsigned NOT NULL default '1', `id_shop` int(11) unsigned NOT NULL default '1', `id_guest` int(10) unsigned NOT NULL, `id_page` int(10) unsigned NOT NULL, `ip_address` bigint(20) default NULL, `date_add` datetime NOT NULL, `http_referer` varchar(255) default NULL, PRIMARY KEY (`id_connections`), KEY `id_guest` (`id_guest`), KEY `date_add` (`date_add`), KEY `id_page` (`id_page`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_connections` -- LOCK TABLES `ps_connections` WRITE; /*!40000 ALTER TABLE `ps_connections` DISABLE KEYS */; INSERT INTO `ps_connections` VALUES (1,1,1,1,1,2130706433,'2013-09-15 16:44:39','http://www.prestashop.com'); /*!40000 ALTER TABLE `ps_connections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_connections_page` -- DROP TABLE IF EXISTS `ps_connections_page`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_connections_page` ( `id_connections` int(10) unsigned NOT NULL, `id_page` int(10) unsigned NOT NULL, `time_start` datetime NOT NULL, `time_end` datetime default NULL, PRIMARY KEY (`id_connections`,`id_page`,`time_start`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_connections_page` -- LOCK TABLES `ps_connections_page` WRITE; /*!40000 ALTER TABLE `ps_connections_page` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_connections_page` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_connections_source` -- DROP TABLE IF EXISTS `ps_connections_source`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_connections_source` ( `id_connections_source` int(10) unsigned NOT NULL auto_increment, `id_connections` int(10) unsigned NOT NULL, `http_referer` varchar(255) default NULL, `request_uri` varchar(255) default NULL, `keywords` varchar(255) default NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_connections_source`), KEY `connections` (`id_connections`), KEY `orderby` (`date_add`), KEY `http_referer` (`http_referer`), KEY `request_uri` (`request_uri`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_connections_source` -- LOCK TABLES `ps_connections_source` WRITE; /*!40000 ALTER TABLE `ps_connections_source` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_connections_source` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_contact` -- DROP TABLE IF EXISTS `ps_contact`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_contact` ( `id_contact` int(10) unsigned NOT NULL auto_increment, `email` varchar(128) NOT NULL, `customer_service` tinyint(1) NOT NULL default '0', `position` tinyint(2) unsigned NOT NULL default '0', PRIMARY KEY (`id_contact`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_contact` -- LOCK TABLES `ps_contact` WRITE; /*!40000 ALTER TABLE `ps_contact` DISABLE KEYS */; INSERT INTO `ps_contact` VALUES (1,'convictcartel@yahoo.com',1,0),(2,'convictcartel@yahoo.com',1,0); /*!40000 ALTER TABLE `ps_contact` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_contact_lang` -- DROP TABLE IF EXISTS `ps_contact_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_contact_lang` ( `id_contact` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) NOT NULL, `description` text, PRIMARY KEY (`id_contact`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_contact_lang` -- LOCK TABLES `ps_contact_lang` WRITE; /*!40000 ALTER TABLE `ps_contact_lang` DISABLE KEYS */; INSERT INTO `ps_contact_lang` VALUES (1,1,'Webmaster','If a technical problem occurs on this website'),(2,1,'Customer service','For any question about a product, an order'); /*!40000 ALTER TABLE `ps_contact_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_contact_shop` -- DROP TABLE IF EXISTS `ps_contact_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_contact_shop` ( `id_contact` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_contact`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_contact_shop` -- LOCK TABLES `ps_contact_shop` WRITE; /*!40000 ALTER TABLE `ps_contact_shop` DISABLE KEYS */; INSERT INTO `ps_contact_shop` VALUES (1,1),(2,1); /*!40000 ALTER TABLE `ps_contact_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_country` -- DROP TABLE IF EXISTS `ps_country`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_country` ( `id_country` int(10) unsigned NOT NULL auto_increment, `id_zone` int(10) unsigned NOT NULL, `id_currency` int(10) unsigned NOT NULL default '0', `iso_code` varchar(3) NOT NULL, `call_prefix` int(10) NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', `contains_states` tinyint(1) NOT NULL default '0', `need_identification_number` tinyint(1) NOT NULL default '0', `need_zip_code` tinyint(1) NOT NULL default '1', `zip_code_format` varchar(12) NOT NULL default '', `display_tax_label` tinyint(1) NOT NULL, PRIMARY KEY (`id_country`), KEY `country_iso_code` (`iso_code`), KEY `country_` (`id_zone`) ) ENGINE=MyISAM AUTO_INCREMENT=245 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_country` -- LOCK TABLES `ps_country` WRITE; /*!40000 ALTER TABLE `ps_country` DISABLE KEYS */; INSERT INTO `ps_country` VALUES (1,1,0,'DE',49,0,0,0,1,'NNNNN',1),(2,1,0,'AT',43,0,0,0,1,'NNNN',1),(3,1,0,'BE',32,0,0,0,1,'NNNN',1),(4,2,0,'CA',1,0,1,0,1,'LNL NLN',0),(5,3,0,'CN',86,0,0,0,1,'NNNNNN',1),(6,1,0,'ES',34,0,0,1,1,'NNNNN',1),(7,1,0,'FI',358,0,0,0,1,'NNNNN',1),(8,1,0,'FR',33,0,0,0,1,'NNNNN',1),(9,1,0,'GR',30,0,0,0,1,'NNNNN',1),(10,1,0,'IT',39,0,1,0,1,'NNNNN',1),(11,3,0,'JP',81,0,1,0,1,'NNN-NNNN',1),(12,1,0,'LU',352,0,0,0,1,'NNNN',1),(13,1,0,'NL',31,0,0,0,1,'NNNN LL',1),(14,1,0,'PL',48,0,0,0,1,'NN-NNN',1),(15,1,0,'PT',351,0,0,0,1,'NNNN NNN',1),(16,1,0,'CZ',420,0,0,0,1,'NNN NN',1),(17,1,0,'GB',44,0,0,0,1,'',1),(18,1,0,'SE',46,0,0,0,1,'NNN NN',1),(19,7,0,'CH',41,0,0,0,1,'NNNN',1),(20,1,0,'DK',45,0,0,0,1,'NNNN',1),(21,2,0,'US',1,1,1,0,1,'NNNNN',0),(22,3,0,'HK',852,0,0,0,0,'',1),(23,7,0,'NO',47,0,0,0,1,'NNNN',1),(24,5,0,'AU',61,0,0,0,1,'NNNN',1),(25,3,0,'SG',65,0,0,0,1,'NNNNNN',1),(26,1,0,'IE',353,0,0,0,1,'',1),(27,5,0,'NZ',64,0,0,0,1,'NNNN',1),(28,3,0,'KR',82,0,0,0,1,'NNN-NNN',1),(29,3,0,'IL',972,0,0,0,1,'NNNNN',1),(30,4,0,'ZA',27,0,0,0,1,'NNNN',1),(31,4,0,'NG',234,0,0,0,1,'',1),(32,4,0,'CI',225,0,0,0,1,'',1),(33,4,0,'TG',228,0,0,0,1,'',1),(34,6,0,'BO',591,0,0,0,1,'',1),(35,4,0,'MU',230,0,0,0,1,'',1),(36,1,0,'RO',40,0,0,0,1,'NNNNNN',1),(37,1,0,'SK',421,0,0,0,1,'NNN NN',1),(38,4,0,'DZ',213,0,0,0,1,'NNNNN',1),(39,2,0,'AS',0,0,0,0,1,'',1),(40,7,0,'AD',376,0,0,0,1,'CNNN',1),(41,4,0,'AO',244,0,0,0,0,'',1),(42,8,0,'AI',0,0,0,0,1,'',1),(43,2,0,'AG',0,0,0,0,1,'',1),(44,6,0,'AR',54,0,1,0,1,'LNNNN',1),(45,3,0,'AM',374,0,0,0,1,'NNNN',1),(46,8,0,'AW',297,0,0,0,1,'',1),(47,3,0,'AZ',994,0,0,0,1,'CNNNN',1),(48,2,0,'BS',0,0,0,0,1,'',1),(49,3,0,'BH',973,0,0,0,1,'',1),(50,3,0,'BD',880,0,0,0,1,'NNNN',1),(51,2,0,'BB',0,0,0,0,1,'CNNNNN',1),(52,7,0,'BY',0,0,0,0,1,'NNNNNN',1),(53,8,0,'BZ',501,0,0,0,0,'',1),(54,4,0,'BJ',229,0,0,0,0,'',1),(55,2,0,'BM',0,0,0,0,1,'',1),(56,3,0,'BT',975,0,0,0,1,'',1),(57,4,0,'BW',267,0,0,0,1,'',1),(58,6,0,'BR',55,0,0,0,1,'NNNNN-NNN',1),(59,3,0,'BN',673,0,0,0,1,'LLNNNN',1),(60,4,0,'BF',226,0,0,0,1,'',1),(61,3,0,'MM',95,0,0,0,1,'',1),(62,4,0,'BI',257,0,0,0,1,'',1),(63,3,0,'KH',855,0,0,0,1,'NNNNN',1),(64,4,0,'CM',237,0,0,0,1,'',1),(65,4,0,'CV',238,0,0,0,1,'NNNN',1),(66,4,0,'CF',236,0,0,0,1,'',1),(67,4,0,'TD',235,0,0,0,1,'',1),(68,6,0,'CL',56,0,0,0,1,'NNN-NNNN',1),(69,6,0,'CO',57,0,0,0,1,'NNNNNN',1),(70,4,0,'KM',269,0,0,0,1,'',1),(71,4,0,'CD',242,0,0,0,1,'',1),(72,4,0,'CG',243,0,0,0,1,'',1),(73,8,0,'CR',506,0,0,0,1,'NNNNN',1),(74,7,0,'HR',385,0,0,0,1,'NNNNN',1),(75,8,0,'CU',53,0,0,0,1,'',1),(76,1,0,'CY',357,0,0,0,1,'NNNN',1),(77,4,0,'DJ',253,0,0,0,1,'',1),(78,8,0,'DM',0,0,0,0,1,'',1),(79,8,0,'DO',0,0,0,0,1,'',1),(80,3,0,'TL',670,0,0,0,1,'',1),(81,6,0,'EC',593,0,0,0,1,'CNNNNNN',1),(82,4,0,'EG',20,0,0,0,0,'',1),(83,8,0,'SV',503,0,0,0,1,'',1),(84,4,0,'GQ',240,0,0,0,1,'',1),(85,4,0,'ER',291,0,0,0,1,'',1),(86,1,0,'EE',372,0,0,0,1,'NNNNN',1),(87,4,0,'ET',251,0,0,0,1,'',1),(88,8,0,'FK',0,0,0,0,1,'LLLL NLL',1),(89,7,0,'FO',298,0,0,0,1,'',1),(90,5,0,'FJ',679,0,0,0,1,'',1),(91,4,0,'GA',241,0,0,0,1,'',1),(92,4,0,'GM',220,0,0,0,1,'',1),(93,3,0,'GE',995,0,0,0,1,'NNNN',1),(94,4,0,'GH',233,0,0,0,1,'',1),(95,8,0,'GD',0,0,0,0,1,'',1),(96,7,0,'GL',299,0,0,0,1,'',1),(97,7,0,'GI',350,0,0,0,1,'',1),(98,8,0,'GP',590,0,0,0,1,'',1),(99,5,0,'GU',0,0,0,0,1,'',1),(100,8,0,'GT',502,0,0,0,1,'',1),(101,7,0,'GG',0,0,0,0,1,'LLN NLL',1),(102,4,0,'GN',224,0,0,0,1,'',1),(103,4,0,'GW',245,0,0,0,1,'',1),(104,6,0,'GY',592,0,0,0,1,'',1),(105,8,0,'HT',509,0,0,0,1,'',1),(106,5,0,'HM',0,0,0,0,1,'',1),(107,7,0,'VA',379,0,0,0,1,'NNNNN',1),(108,8,0,'HN',504,0,0,0,1,'',1),(109,7,0,'IS',354,0,0,0,1,'NNN',1),(110,3,0,'IN',91,0,0,0,1,'NNN NNN',1),(111,3,0,'ID',62,0,1,0,1,'NNNNN',1),(112,3,0,'IR',98,0,0,0,1,'NNNNN-NNNNN',1),(113,3,0,'IQ',964,0,0,0,1,'NNNNN',1),(114,7,0,'IM',0,0,0,0,1,'CN NLL',1),(115,8,0,'JM',0,0,0,0,1,'',1),(116,7,0,'JE',0,0,0,0,1,'CN NLL',1),(117,3,0,'JO',962,0,0,0,1,'',1),(118,3,0,'KZ',7,0,0,0,1,'NNNNNN',1),(119,4,0,'KE',254,0,0,0,1,'',1),(120,5,0,'KI',686,0,0,0,1,'',1),(121,3,0,'KP',850,0,0,0,1,'',1),(122,3,0,'KW',965,0,0,0,1,'',1),(123,3,0,'KG',996,0,0,0,1,'',1),(124,3,0,'LA',856,0,0,0,1,'',1),(125,1,0,'LV',371,0,0,0,1,'C-NNNN',1),(126,3,0,'LB',961,0,0,0,1,'',1),(127,4,0,'LS',266,0,0,0,1,'',1),(128,4,0,'LR',231,0,0,0,1,'',1),(129,4,0,'LY',218,0,0,0,1,'',1),(130,1,0,'LI',423,0,0,0,1,'NNNN',1),(131,1,0,'LT',370,0,0,0,1,'NNNNN',1),(132,3,0,'MO',853,0,0,0,0,'',1),(133,7,0,'MK',389,0,0,0,1,'',1),(134,4,0,'MG',261,0,0,0,1,'',1),(135,4,0,'MW',265,0,0,0,1,'',1),(136,3,0,'MY',60,0,0,0,1,'NNNNN',1),(137,3,0,'MV',960,0,0,0,1,'',1),(138,4,0,'ML',223,0,0,0,1,'',1),(139,1,0,'MT',356,0,0,0,1,'LLL NNNN',1),(140,5,0,'MH',692,0,0,0,1,'',1),(141,8,0,'MQ',596,0,0,0,1,'',1),(142,4,0,'MR',222,0,0,0,1,'',1),(143,1,0,'HU',36,0,0,0,1,'NNNN',1),(144,4,0,'YT',262,0,0,0,1,'',1),(145,2,0,'MX',52,0,1,1,1,'NNNNN',1),(146,5,0,'FM',691,0,0,0,1,'',1),(147,7,0,'MD',373,0,0,0,1,'C-NNNN',1),(148,7,0,'MC',377,0,0,0,1,'980NN',1),(149,3,0,'MN',976,0,0,0,1,'',1),(150,7,0,'ME',382,0,0,0,1,'NNNNN',1),(151,8,0,'MS',0,0,0,0,1,'',1),(152,4,0,'MA',212,0,0,0,1,'NNNNN',1),(153,4,0,'MZ',258,0,0,0,1,'',1),(154,4,0,'NA',264,0,0,0,1,'',1),(155,5,0,'NR',674,0,0,0,1,'',1),(156,3,0,'NP',977,0,0,0,1,'',1),(157,8,0,'AN',599,0,0,0,1,'',1),(158,5,0,'NC',687,0,0,0,1,'',1),(159,8,0,'NI',505,0,0,0,1,'NNNNNN',1),(160,4,0,'NE',227,0,0,0,1,'',1),(161,5,0,'NU',683,0,0,0,1,'',1),(162,5,0,'NF',0,0,0,0,1,'',1),(163,5,0,'MP',0,0,0,0,1,'',1),(164,3,0,'OM',968,0,0,0,1,'',1),(165,3,0,'PK',92,0,0,0,1,'',1),(166,5,0,'PW',680,0,0,0,1,'',1),(167,3,0,'PS',0,0,0,0,1,'',1),(168,8,0,'PA',507,0,0,0,1,'NNNNNN',1),(169,5,0,'PG',675,0,0,0,1,'',1),(170,6,0,'PY',595,0,0,0,1,'',1),(171,6,0,'PE',51,0,0,0,1,'',1),(172,3,0,'PH',63,0,0,0,1,'NNNN',1),(173,5,0,'PN',0,0,0,0,1,'LLLL NLL',1),(174,8,0,'PR',0,0,0,0,1,'NNNNN',1),(175,3,0,'QA',974,0,0,0,1,'',1),(176,4,0,'RE',262,0,0,0,1,'',1),(177,7,0,'RU',7,0,0,0,1,'NNNNNN',1),(178,4,0,'RW',250,0,0,0,1,'',1),(179,8,0,'BL',0,0,0,0,1,'',1),(180,8,0,'KN',0,0,0,0,1,'',1),(181,8,0,'LC',0,0,0,0,1,'',1),(182,8,0,'MF',0,0,0,0,1,'',1),(183,8,0,'PM',508,0,0,0,1,'',1),(184,8,0,'VC',0,0,0,0,1,'',1),(185,5,0,'WS',685,0,0,0,1,'',1),(186,7,0,'SM',378,0,0,0,1,'NNNNN',1),(187,4,0,'ST',239,0,0,0,1,'',1),(188,3,0,'SA',966,0,0,0,1,'',1),(189,4,0,'SN',221,0,0,0,1,'',1),(190,7,0,'RS',381,0,0,0,1,'NNNNN',1),(191,4,0,'SC',248,0,0,0,1,'',1),(192,4,0,'SL',232,0,0,0,1,'',1),(193,1,0,'SI',386,0,0,0,1,'C-NNNN',1),(194,5,0,'SB',677,0,0,0,1,'',1),(195,4,0,'SO',252,0,0,0,1,'',1),(196,8,0,'GS',0,0,0,0,1,'LLLL NLL',1),(197,3,0,'LK',94,0,0,0,1,'NNNNN',1),(198,4,0,'SD',249,0,0,0,1,'',1),(199,8,0,'SR',597,0,0,0,1,'',1),(200,7,0,'SJ',0,0,0,0,1,'',1),(201,4,0,'SZ',268,0,0,0,1,'',1),(202,3,0,'SY',963,0,0,0,1,'',1),(203,3,0,'TW',886,0,0,0,1,'NNNNN',1),(204,3,0,'TJ',992,0,0,0,1,'',1),(205,4,0,'TZ',255,0,0,0,1,'',1),(206,3,0,'TH',66,0,0,0,1,'NNNNN',1),(207,5,0,'TK',690,0,0,0,1,'',1),(208,5,0,'TO',676,0,0,0,1,'',1),(209,6,0,'TT',0,0,0,0,1,'',1),(210,4,0,'TN',216,0,0,0,1,'',1),(211,7,0,'TR',90,0,0,0,1,'NNNNN',1),(212,3,0,'TM',993,0,0,0,1,'',1),(213,8,0,'TC',0,0,0,0,1,'LLLL NLL',1),(214,5,0,'TV',688,0,0,0,1,'',1),(215,4,0,'UG',256,0,0,0,1,'',1),(216,1,0,'UA',380,0,0,0,1,'NNNNN',1),(217,3,0,'AE',971,0,0,0,1,'',1),(218,6,0,'UY',598,0,0,0,1,'',1),(219,3,0,'UZ',998,0,0,0,1,'',1),(220,5,0,'VU',678,0,0,0,1,'',1),(221,6,0,'VE',58,0,0,0,1,'',1),(222,3,0,'VN',84,0,0,0,1,'NNNNNN',1),(223,2,0,'VG',0,0,0,0,1,'CNNNN',1),(224,2,0,'VI',0,0,0,0,1,'',1),(225,5,0,'WF',681,0,0,0,1,'',1),(226,4,0,'EH',0,0,0,0,1,'',1),(227,3,0,'YE',967,0,0,0,1,'',1),(228,4,0,'ZM',260,0,0,0,1,'',1),(229,4,0,'ZW',263,0,0,0,1,'',1),(230,7,0,'AL',355,0,0,0,1,'NNNN',1),(231,3,0,'AF',93,0,0,0,0,'',1),(232,5,0,'AQ',0,0,0,0,1,'',1),(233,1,0,'BA',387,0,0,0,1,'',1),(234,5,0,'BV',0,0,0,0,1,'',1),(235,5,0,'IO',0,0,0,0,1,'LLLL NLL',1),(236,1,0,'BG',359,0,0,0,1,'NNNN',1),(237,8,0,'KY',0,0,0,0,1,'',1),(238,3,0,'CX',0,0,0,0,1,'',1),(239,3,0,'CC',0,0,0,0,1,'',1),(240,5,0,'CK',682,0,0,0,1,'',1),(241,6,0,'GF',594,0,0,0,1,'',1),(242,5,0,'PF',689,0,0,0,1,'',1),(243,5,0,'TF',0,0,0,0,1,'',1),(244,7,0,'AX',0,0,0,0,1,'NNNNN',1); /*!40000 ALTER TABLE `ps_country` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_country_lang` -- DROP TABLE IF EXISTS `ps_country_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_country_lang` ( `id_country` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`id_country`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_country_lang` -- LOCK TABLES `ps_country_lang` WRITE; /*!40000 ALTER TABLE `ps_country_lang` DISABLE KEYS */; INSERT INTO `ps_country_lang` VALUES (1,1,'Germany'),(2,1,'Austria'),(3,1,'Belgium'),(4,1,'Canada'),(5,1,'China'),(6,1,'Spain'),(7,1,'Finland'),(8,1,'France'),(9,1,'Greece'),(10,1,'Italy'),(11,1,'Japan'),(12,1,'Luxemburg'),(13,1,'Netherlands'),(14,1,'Poland'),(15,1,'Portugal'),(16,1,'Czech Republic'),(17,1,'United Kingdom'),(18,1,'Sweden'),(19,1,'Switzerland'),(20,1,'Denmark'),(21,1,'United States'),(22,1,'HongKong'),(23,1,'Norway'),(24,1,'Australia'),(25,1,'Singapore'),(26,1,'Ireland'),(27,1,'New Zealand'),(28,1,'South Korea'),(29,1,'Israel'),(30,1,'South Africa'),(31,1,'Nigeria'),(32,1,'Ivory Coast'),(33,1,'Togo'),(34,1,'Bolivia'),(35,1,'Mauritius'),(36,1,'Romania'),(37,1,'Slovakia'),(38,1,'Algeria'),(39,1,'American Samoa'),(40,1,'Andorra'),(41,1,'Angola'),(42,1,'Anguilla'),(43,1,'Antigua and Barbuda'),(44,1,'Argentina'),(45,1,'Armenia'),(46,1,'Aruba'),(47,1,'Azerbaijan'),(48,1,'Bahamas'),(49,1,'Bahrain'),(50,1,'Bangladesh'),(51,1,'Barbados'),(52,1,'Belarus'),(53,1,'Belize'),(54,1,'Benin'),(55,1,'Bermuda'),(56,1,'Bhutan'),(57,1,'Botswana'),(58,1,'Brazil'),(59,1,'Brunei'),(60,1,'Burkina Faso'),(61,1,'Burma (Myanmar)'),(62,1,'Burundi'),(63,1,'Cambodia'),(64,1,'Cameroon'),(65,1,'Cape Verde'),(66,1,'Central African Republic'),(67,1,'Chad'),(68,1,'Chile'),(69,1,'Colombia'),(70,1,'Comoros'),(71,1,'Congo, Dem. Republic'),(72,1,'Congo, Republic'),(73,1,'Costa Rica'),(74,1,'Croatia'),(75,1,'Cuba'),(76,1,'Cyprus'),(77,1,'Djibouti'),(78,1,'Dominica'),(79,1,'Dominican Republic'),(80,1,'East Timor'),(81,1,'Ecuador'),(82,1,'Egypt'),(83,1,'El Salvador'),(84,1,'Equatorial Guinea'),(85,1,'Eritrea'),(86,1,'Estonia'),(87,1,'Ethiopia'),(88,1,'Falkland Islands'),(89,1,'Faroe Islands'),(90,1,'Fiji'),(91,1,'Gabon'),(92,1,'Gambia'),(93,1,'Georgia'),(94,1,'Ghana'),(95,1,'Grenada'),(96,1,'Greenland'),(97,1,'Gibraltar'),(98,1,'Guadeloupe'),(99,1,'Guam'),(100,1,'Guatemala'),(101,1,'Guernsey'),(102,1,'Guinea'),(103,1,'Guinea-Bissau'),(104,1,'Guyana'),(105,1,'Haiti'),(106,1,'Heard Island and McDonald Islands'),(107,1,'Vatican City State'),(108,1,'Honduras'),(109,1,'Iceland'),(110,1,'India'),(111,1,'Indonesia'),(112,1,'Iran'),(113,1,'Iraq'),(114,1,'Man Island'),(115,1,'Jamaica'),(116,1,'Jersey'),(117,1,'Jordan'),(118,1,'Kazakhstan'),(119,1,'Kenya'),(120,1,'Kiribati'),(121,1,'Korea, Dem. Republic of'),(122,1,'Kuwait'),(123,1,'Kyrgyzstan'),(124,1,'Laos'),(125,1,'Latvia'),(126,1,'Lebanon'),(127,1,'Lesotho'),(128,1,'Liberia'),(129,1,'Libya'),(130,1,'Liechtenstein'),(131,1,'Lithuania'),(132,1,'Macau'),(133,1,'Macedonia'),(134,1,'Madagascar'),(135,1,'Malawi'),(136,1,'Malaysia'),(137,1,'Maldives'),(138,1,'Mali'),(139,1,'Malta'),(140,1,'Marshall Islands'),(141,1,'Martinique'),(142,1,'Mauritania'),(143,1,'Hungary'),(144,1,'Mayotte'),(145,1,'Mexico'),(146,1,'Micronesia'),(147,1,'Moldova'),(148,1,'Monaco'),(149,1,'Mongolia'),(150,1,'Montenegro'),(151,1,'Montserrat'),(152,1,'Morocco'),(153,1,'Mozambique'),(154,1,'Namibia'),(155,1,'Nauru'),(156,1,'Nepal'),(157,1,'Netherlands Antilles'),(158,1,'New Caledonia'),(159,1,'Nicaragua'),(160,1,'Niger'),(161,1,'Niue'),(162,1,'Norfolk Island'),(163,1,'Northern Mariana Islands'),(164,1,'Oman'),(165,1,'Pakistan'),(166,1,'Palau'),(167,1,'Palestinian Territories'),(168,1,'Panama'),(169,1,'Papua New Guinea'),(170,1,'Paraguay'),(171,1,'Peru'),(172,1,'Philippines'),(173,1,'Pitcairn'),(174,1,'Puerto Rico'),(175,1,'Qatar'),(176,1,'Reunion Island'),(177,1,'Russian Federation'),(178,1,'Rwanda'),(179,1,'Saint Barthelemy'),(180,1,'Saint Kitts and Nevis'),(181,1,'Saint Lucia'),(182,1,'Saint Martin'),(183,1,'Saint Pierre and Miquelon'),(184,1,'Saint Vincent and the Grenadines'),(185,1,'Samoa'),(186,1,'San Marino'),(187,1,'São Tomé and Príncipe'),(188,1,'Saudi Arabia'),(189,1,'Senegal'),(190,1,'Serbia'),(191,1,'Seychelles'),(192,1,'Sierra Leone'),(193,1,'Slovenia'),(194,1,'Solomon Islands'),(195,1,'Somalia'),(196,1,'South Georgia and the South Sandwich Islands'),(197,1,'Sri Lanka'),(198,1,'Sudan'),(199,1,'Suriname'),(200,1,'Svalbard and Jan Mayen'),(201,1,'Swaziland'),(202,1,'Syria'),(203,1,'Taiwan'),(204,1,'Tajikistan'),(205,1,'Tanzania'),(206,1,'Thailand'),(207,1,'Tokelau'),(208,1,'Tonga'),(209,1,'Trinidad and Tobago'),(210,1,'Tunisia'),(211,1,'Turkey'),(212,1,'Turkmenistan'),(213,1,'Turks and Caicos Islands'),(214,1,'Tuvalu'),(215,1,'Uganda'),(216,1,'Ukraine'),(217,1,'United Arab Emirates'),(218,1,'Uruguay'),(219,1,'Uzbekistan'),(220,1,'Vanuatu'),(221,1,'Venezuela'),(222,1,'Vietnam'),(223,1,'Virgin Islands (British)'),(224,1,'Virgin Islands (U.S.)'),(225,1,'Wallis and Futuna'),(226,1,'Western Sahara'),(227,1,'Yemen'),(228,1,'Zambia'),(229,1,'Zimbabwe'),(230,1,'Albania'),(231,1,'Afghanistan'),(232,1,'Antarctica'),(233,1,'Bosnia and Herzegovina'),(234,1,'Bouvet Island'),(235,1,'British Indian Ocean Territory'),(236,1,'Bulgaria'),(237,1,'Cayman Islands'),(238,1,'Christmas Island'),(239,1,'Cocos (Keeling) Islands'),(240,1,'Cook Islands'),(241,1,'French Guiana'),(242,1,'French Polynesia'),(243,1,'French Southern Territories'),(244,1,'Åland Islands'); /*!40000 ALTER TABLE `ps_country_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_country_shop` -- DROP TABLE IF EXISTS `ps_country_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_country_shop` ( `id_country` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_country`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_country_shop` -- LOCK TABLES `ps_country_shop` WRITE; /*!40000 ALTER TABLE `ps_country_shop` DISABLE KEYS */; INSERT INTO `ps_country_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1),(9,1),(10,1),(11,1),(12,1),(13,1),(14,1),(15,1),(16,1),(17,1),(18,1),(19,1),(20,1),(21,1),(22,1),(23,1),(24,1),(25,1),(26,1),(27,1),(28,1),(29,1),(30,1),(31,1),(32,1),(33,1),(34,1),(35,1),(36,1),(37,1),(38,1),(39,1),(40,1),(41,1),(42,1),(43,1),(44,1),(45,1),(46,1),(47,1),(48,1),(49,1),(50,1),(51,1),(52,1),(53,1),(54,1),(55,1),(56,1),(57,1),(58,1),(59,1),(60,1),(61,1),(62,1),(63,1),(64,1),(65,1),(66,1),(67,1),(68,1),(69,1),(70,1),(71,1),(72,1),(73,1),(74,1),(75,1),(76,1),(77,1),(78,1),(79,1),(80,1),(81,1),(82,1),(83,1),(84,1),(85,1),(86,1),(87,1),(88,1),(89,1),(90,1),(91,1),(92,1),(93,1),(94,1),(95,1),(96,1),(97,1),(98,1),(99,1),(100,1),(101,1),(102,1),(103,1),(104,1),(105,1),(106,1),(107,1),(108,1),(109,1),(110,1),(111,1),(112,1),(113,1),(114,1),(115,1),(116,1),(117,1),(118,1),(119,1),(120,1),(121,1),(122,1),(123,1),(124,1),(125,1),(126,1),(127,1),(128,1),(129,1),(130,1),(131,1),(132,1),(133,1),(134,1),(135,1),(136,1),(137,1),(138,1),(139,1),(140,1),(141,1),(142,1),(143,1),(144,1),(145,1),(146,1),(147,1),(148,1),(149,1),(150,1),(151,1),(152,1),(153,1),(154,1),(155,1),(156,1),(157,1),(158,1),(159,1),(160,1),(161,1),(162,1),(163,1),(164,1),(165,1),(166,1),(167,1),(168,1),(169,1),(170,1),(171,1),(172,1),(173,1),(174,1),(175,1),(176,1),(177,1),(178,1),(179,1),(180,1),(181,1),(182,1),(183,1),(184,1),(185,1),(186,1),(187,1),(188,1),(189,1),(190,1),(191,1),(192,1),(193,1),(194,1),(195,1),(196,1),(197,1),(198,1),(199,1),(200,1),(201,1),(202,1),(203,1),(204,1),(205,1),(206,1),(207,1),(208,1),(209,1),(210,1),(211,1),(212,1),(213,1),(214,1),(215,1),(216,1),(217,1),(218,1),(219,1),(220,1),(221,1),(222,1),(223,1),(224,1),(225,1),(226,1),(227,1),(228,1),(229,1),(230,1),(231,1),(232,1),(233,1),(234,1),(235,1),(236,1),(237,1),(238,1),(239,1),(240,1),(241,1),(242,1),(243,1),(244,1); /*!40000 ALTER TABLE `ps_country_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_currency` -- DROP TABLE IF EXISTS `ps_currency`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_currency` ( `id_currency` int(10) unsigned NOT NULL auto_increment, `name` varchar(32) NOT NULL, `iso_code` varchar(3) NOT NULL default '0', `iso_code_num` varchar(3) NOT NULL default '0', `sign` varchar(8) NOT NULL, `blank` tinyint(1) unsigned NOT NULL default '0', `format` tinyint(1) unsigned NOT NULL default '0', `decimals` tinyint(1) unsigned NOT NULL default '1', `conversion_rate` decimal(13,6) NOT NULL, `deleted` tinyint(1) unsigned NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '1', PRIMARY KEY (`id_currency`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_currency` -- LOCK TABLES `ps_currency` WRITE; /*!40000 ALTER TABLE `ps_currency` DISABLE KEYS */; INSERT INTO `ps_currency` VALUES (1,'Dollar','USD','840','$',0,1,1,'1.000000',0,1); /*!40000 ALTER TABLE `ps_currency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_currency_shop` -- DROP TABLE IF EXISTS `ps_currency_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_currency_shop` ( `id_currency` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, `conversion_rate` decimal(13,6) NOT NULL, PRIMARY KEY (`id_currency`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_currency_shop` -- LOCK TABLES `ps_currency_shop` WRITE; /*!40000 ALTER TABLE `ps_currency_shop` DISABLE KEYS */; INSERT INTO `ps_currency_shop` VALUES (1,1,'1.000000'); /*!40000 ALTER TABLE `ps_currency_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_customer` -- DROP TABLE IF EXISTS `ps_customer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_customer` ( `id_customer` int(10) unsigned NOT NULL auto_increment, `id_shop_group` int(11) unsigned NOT NULL default '1', `id_shop` int(11) unsigned NOT NULL default '1', `id_gender` int(10) unsigned NOT NULL, `id_default_group` int(10) unsigned NOT NULL default '1', `id_lang` int(10) unsigned default NULL, `id_risk` int(10) unsigned NOT NULL default '1', `company` varchar(64) default NULL, `siret` varchar(14) default NULL, `ape` varchar(5) default NULL, `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(128) NOT NULL, `passwd` varchar(32) NOT NULL, `last_passwd_gen` timestamp NOT NULL default CURRENT_TIMESTAMP, `birthday` date default NULL, `newsletter` tinyint(1) unsigned NOT NULL default '0', `ip_registration_newsletter` varchar(15) default NULL, `newsletter_date_add` datetime default NULL, `optin` tinyint(1) unsigned NOT NULL default '0', `website` varchar(128) default NULL, `outstanding_allow_amount` decimal(20,6) NOT NULL default '0.000000', `show_public_prices` tinyint(1) unsigned NOT NULL default '0', `max_payment_days` int(10) unsigned NOT NULL default '60', `secure_key` varchar(32) NOT NULL default '-1', `note` text, `active` tinyint(1) unsigned NOT NULL default '0', `is_guest` tinyint(1) NOT NULL default '0', `deleted` tinyint(1) NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_customer`), KEY `customer_email` (`email`), KEY `customer_login` (`email`,`passwd`), KEY `id_customer_passwd` (`id_customer`,`passwd`), KEY `id_gender` (`id_gender`), KEY `id_shop_group` (`id_shop_group`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_customer` -- LOCK TABLES `ps_customer` WRITE; /*!40000 ALTER TABLE `ps_customer` DISABLE KEYS */; INSERT INTO `ps_customer` VALUES (1,1,1,1,3,1,0,'','','','John','DOE','pub@prestashop.com','16f00a6e44cc055be15c8f789afd4da8','2013-09-15 14:44:39','1970-01-15',1,'','2013-09-15 16:44:39',1,'','0.000000',0,0,'bc69abe6c27a87551b3d8cebe5626223','',1,0,0,'2013-09-15 16:44:39','2013-09-15 16:44:39'); /*!40000 ALTER TABLE `ps_customer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_customer_group` -- DROP TABLE IF EXISTS `ps_customer_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_customer_group` ( `id_customer` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, PRIMARY KEY (`id_customer`,`id_group`), KEY `customer_login` (`id_group`), KEY `id_customer` (`id_customer`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_customer_group` -- LOCK TABLES `ps_customer_group` WRITE; /*!40000 ALTER TABLE `ps_customer_group` DISABLE KEYS */; INSERT INTO `ps_customer_group` VALUES (1,3); /*!40000 ALTER TABLE `ps_customer_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_customer_message` -- DROP TABLE IF EXISTS `ps_customer_message`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_customer_message` ( `id_customer_message` int(10) unsigned NOT NULL auto_increment, `id_customer_thread` int(11) default NULL, `id_employee` int(10) unsigned default NULL, `message` text NOT NULL, `file_name` varchar(18) default NULL, `ip_address` int(11) default NULL, `user_agent` varchar(128) default NULL, `date_add` datetime NOT NULL, `private` tinyint(4) NOT NULL default '0', `read` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_customer_message`), KEY `id_customer_thread` (`id_customer_thread`), KEY `id_employee` (`id_employee`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_customer_message` -- LOCK TABLES `ps_customer_message` WRITE; /*!40000 ALTER TABLE `ps_customer_message` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_customer_message` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_customer_message_sync_imap` -- DROP TABLE IF EXISTS `ps_customer_message_sync_imap`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_customer_message_sync_imap` ( `md5_header` varbinary(32) NOT NULL, KEY `md5_header_index` (`md5_header`(4)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_customer_message_sync_imap` -- LOCK TABLES `ps_customer_message_sync_imap` WRITE; /*!40000 ALTER TABLE `ps_customer_message_sync_imap` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_customer_message_sync_imap` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_customer_thread` -- DROP TABLE IF EXISTS `ps_customer_thread`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_customer_thread` ( `id_customer_thread` int(11) unsigned NOT NULL auto_increment, `id_shop` int(11) unsigned NOT NULL default '1', `id_lang` int(10) unsigned NOT NULL, `id_contact` int(10) unsigned NOT NULL, `id_customer` int(10) unsigned default NULL, `id_order` int(10) unsigned default NULL, `id_product` int(10) unsigned default NULL, `status` enum('open','closed','pending1','pending2') NOT NULL default 'open', `email` varchar(128) NOT NULL, `token` varchar(12) default NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_customer_thread`), KEY `id_shop` (`id_shop`), KEY `id_lang` (`id_lang`), KEY `id_contact` (`id_contact`), KEY `id_customer` (`id_customer`), KEY `id_order` (`id_order`), KEY `id_product` (`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_customer_thread` -- LOCK TABLES `ps_customer_thread` WRITE; /*!40000 ALTER TABLE `ps_customer_thread` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_customer_thread` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_customization` -- DROP TABLE IF EXISTS `ps_customization`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_customization` ( `id_customization` int(10) unsigned NOT NULL auto_increment, `id_product_attribute` int(10) unsigned NOT NULL default '0', `id_address_delivery` int(10) unsigned NOT NULL default '0', `id_cart` int(10) unsigned NOT NULL, `id_product` int(10) NOT NULL, `quantity` int(10) NOT NULL, `quantity_refunded` int(11) NOT NULL default '0', `quantity_returned` int(11) NOT NULL default '0', `in_cart` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_customization`,`id_cart`,`id_product`,`id_address_delivery`), KEY `id_product_attribute` (`id_product_attribute`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_customization` -- LOCK TABLES `ps_customization` WRITE; /*!40000 ALTER TABLE `ps_customization` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_customization` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_customization_field` -- DROP TABLE IF EXISTS `ps_customization_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_customization_field` ( `id_customization_field` int(10) unsigned NOT NULL auto_increment, `id_product` int(10) unsigned NOT NULL, `type` tinyint(1) NOT NULL, `required` tinyint(1) NOT NULL, PRIMARY KEY (`id_customization_field`), KEY `id_product` (`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_customization_field` -- LOCK TABLES `ps_customization_field` WRITE; /*!40000 ALTER TABLE `ps_customization_field` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_customization_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_customization_field_lang` -- DROP TABLE IF EXISTS `ps_customization_field_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_customization_field_lang` ( `id_customization_field` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(255) NOT NULL, PRIMARY KEY (`id_customization_field`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_customization_field_lang` -- LOCK TABLES `ps_customization_field_lang` WRITE; /*!40000 ALTER TABLE `ps_customization_field_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_customization_field_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_customized_data` -- DROP TABLE IF EXISTS `ps_customized_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_customized_data` ( `id_customization` int(10) unsigned NOT NULL, `type` tinyint(1) NOT NULL, `index` int(3) NOT NULL, `value` varchar(255) NOT NULL, PRIMARY KEY (`id_customization`,`type`,`index`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_customized_data` -- LOCK TABLES `ps_customized_data` WRITE; /*!40000 ALTER TABLE `ps_customized_data` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_customized_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_date_range` -- DROP TABLE IF EXISTS `ps_date_range`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_date_range` ( `id_date_range` int(10) unsigned NOT NULL auto_increment, `time_start` datetime NOT NULL, `time_end` datetime NOT NULL, PRIMARY KEY (`id_date_range`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_date_range` -- LOCK TABLES `ps_date_range` WRITE; /*!40000 ALTER TABLE `ps_date_range` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_date_range` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_delivery` -- DROP TABLE IF EXISTS `ps_delivery`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_delivery` ( `id_delivery` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned default NULL, `id_shop_group` int(10) unsigned default NULL, `id_carrier` int(10) unsigned NOT NULL, `id_range_price` int(10) unsigned default NULL, `id_range_weight` int(10) unsigned default NULL, `id_zone` int(10) unsigned NOT NULL, `price` decimal(20,6) NOT NULL, PRIMARY KEY (`id_delivery`), KEY `id_zone` (`id_zone`), KEY `id_carrier` (`id_carrier`,`id_zone`), KEY `id_range_price` (`id_range_price`), KEY `id_range_weight` (`id_range_weight`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_delivery` -- LOCK TABLES `ps_delivery` WRITE; /*!40000 ALTER TABLE `ps_delivery` DISABLE KEYS */; INSERT INTO `ps_delivery` VALUES (1,NULL,NULL,2,0,1,1,'5.000000'),(2,NULL,NULL,2,0,1,2,'5.000000'),(3,NULL,NULL,2,1,0,1,'5.000000'),(4,NULL,NULL,2,1,0,2,'5.000000'); /*!40000 ALTER TABLE `ps_delivery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_employee` -- DROP TABLE IF EXISTS `ps_employee`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_employee` ( `id_employee` int(10) unsigned NOT NULL auto_increment, `id_profile` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL default '0', `lastname` varchar(32) NOT NULL, `firstname` varchar(32) NOT NULL, `email` varchar(128) NOT NULL, `passwd` varchar(32) NOT NULL, `last_passwd_gen` timestamp NOT NULL default CURRENT_TIMESTAMP, `stats_date_from` date default NULL, `stats_date_to` date default NULL, `bo_color` varchar(32) default NULL, `bo_theme` varchar(32) default NULL, `default_tab` int(10) unsigned NOT NULL default '0', `bo_width` int(10) unsigned NOT NULL default '0', `bo_show_screencast` tinyint(1) NOT NULL default '1', `active` tinyint(1) unsigned NOT NULL default '0', `id_last_order` int(10) unsigned NOT NULL default '0', `id_last_customer_message` int(10) unsigned NOT NULL default '0', `id_last_customer` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_employee`), KEY `employee_login` (`email`,`passwd`), KEY `id_employee_passwd` (`id_employee`,`passwd`), KEY `id_profile` (`id_profile`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_employee` -- LOCK TABLES `ps_employee` WRITE; /*!40000 ALTER TABLE `ps_employee` DISABLE KEYS */; INSERT INTO `ps_employee` VALUES (1,1,1,'Shearer','Isaac','convictcartel@yahoo.com','35b104909a9f10ebd0e86003a2ff4bdb','2013-09-15 14:44:09','2013-09-15','2013-09-15',NULL,'default',0,0,1,1,0,0,0); /*!40000 ALTER TABLE `ps_employee` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_employee_shop` -- DROP TABLE IF EXISTS `ps_employee_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_employee_shop` ( `id_employee` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_employee`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_employee_shop` -- LOCK TABLES `ps_employee_shop` WRITE; /*!40000 ALTER TABLE `ps_employee_shop` DISABLE KEYS */; INSERT INTO `ps_employee_shop` VALUES (1,1); /*!40000 ALTER TABLE `ps_employee_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_favorite_product` -- DROP TABLE IF EXISTS `ps_favorite_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_favorite_product` ( `id_favorite_product` int(10) unsigned NOT NULL auto_increment, `id_product` int(10) unsigned NOT NULL, `id_customer` int(10) unsigned NOT NULL, `id_shop` int(10) unsigned NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_favorite_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_favorite_product` -- LOCK TABLES `ps_favorite_product` WRITE; /*!40000 ALTER TABLE `ps_favorite_product` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_favorite_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_feature` -- DROP TABLE IF EXISTS `ps_feature`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_feature` ( `id_feature` int(10) unsigned NOT NULL auto_increment, `position` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_feature`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_feature` -- LOCK TABLES `ps_feature` WRITE; /*!40000 ALTER TABLE `ps_feature` DISABLE KEYS */; INSERT INTO `ps_feature` VALUES (1,0),(2,1),(3,2),(4,3),(5,4); /*!40000 ALTER TABLE `ps_feature` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_feature_lang` -- DROP TABLE IF EXISTS `ps_feature_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_feature_lang` ( `id_feature` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(128) default NULL, PRIMARY KEY (`id_feature`,`id_lang`), KEY `id_lang` (`id_lang`,`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_feature_lang` -- LOCK TABLES `ps_feature_lang` WRITE; /*!40000 ALTER TABLE `ps_feature_lang` DISABLE KEYS */; INSERT INTO `ps_feature_lang` VALUES (1,1,'Height'),(2,1,'Width'),(3,1,'Depth'),(4,1,'Weight'),(5,1,'Headphone'); /*!40000 ALTER TABLE `ps_feature_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_feature_product` -- DROP TABLE IF EXISTS `ps_feature_product`; SET @saved_cs_client = @@character_set_client; 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; 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 */; /*!40000 ALTER TABLE `ps_feature_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_feature_shop` -- DROP TABLE IF EXISTS `ps_feature_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_feature_shop` ( `id_feature` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_feature`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_feature_shop` -- LOCK TABLES `ps_feature_shop` WRITE; /*!40000 ALTER TABLE `ps_feature_shop` DISABLE KEYS */; INSERT INTO `ps_feature_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1); /*!40000 ALTER TABLE `ps_feature_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_feature_value` -- DROP TABLE IF EXISTS `ps_feature_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_feature_value` ( `id_feature_value` int(10) unsigned NOT NULL auto_increment, `id_feature` int(10) unsigned NOT NULL, `custom` tinyint(3) unsigned default NULL, PRIMARY KEY (`id_feature_value`), KEY `feature` (`id_feature`) ) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_feature_value` -- LOCK TABLES `ps_feature_value` WRITE; /*!40000 ALTER TABLE `ps_feature_value` DISABLE KEYS */; INSERT INTO `ps_feature_value` VALUES (1,5,0),(2,5,0),(3,1,1),(4,2,1),(5,4,1),(6,3,1),(7,1,1),(8,2,1),(9,4,1),(10,3,1),(11,1,1),(12,2,1),(13,4,1),(14,3,1); /*!40000 ALTER TABLE `ps_feature_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_feature_value_lang` -- DROP TABLE IF EXISTS `ps_feature_value_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_feature_value_lang` ( `id_feature_value` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `value` varchar(255) default NULL, PRIMARY KEY (`id_feature_value`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_feature_value_lang` -- LOCK TABLES `ps_feature_value_lang` WRITE; /*!40000 ALTER TABLE `ps_feature_value_lang` DISABLE KEYS */; INSERT INTO `ps_feature_value_lang` VALUES (1,1,'Jack stereo'),(2,1,'Mini-jack stereo'),(3,1,'2.75 in'),(4,1,'2.06 in'),(5,1,'49.2 g'),(6,1,'0.26 in'),(7,1,'1.07 in'),(8,1,'1.62 in'),(9,1,'15.5 g'),(10,1,'0.41 in (clip included)'),(11,1,'4.33 in'),(12,1,'2.76 in'),(13,1,'120g'),(14,1,'0.31 in'); /*!40000 ALTER TABLE `ps_feature_value_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_gender` -- DROP TABLE IF EXISTS `ps_gender`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_gender` ( `id_gender` int(11) NOT NULL auto_increment, `type` tinyint(1) NOT NULL, PRIMARY KEY (`id_gender`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_gender` -- LOCK TABLES `ps_gender` WRITE; /*!40000 ALTER TABLE `ps_gender` DISABLE KEYS */; INSERT INTO `ps_gender` VALUES (1,0),(2,1),(3,1); /*!40000 ALTER TABLE `ps_gender` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_gender_lang` -- DROP TABLE IF EXISTS `ps_gender_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_gender_lang` ( `id_gender` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(20) NOT NULL, PRIMARY KEY (`id_gender`,`id_lang`), KEY `id_gender` (`id_gender`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_gender_lang` -- LOCK TABLES `ps_gender_lang` WRITE; /*!40000 ALTER TABLE `ps_gender_lang` DISABLE KEYS */; INSERT INTO `ps_gender_lang` VALUES (1,1,'Mr.'),(2,1,'Ms.'),(3,1,'Miss'); /*!40000 ALTER TABLE `ps_gender_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_group` -- DROP TABLE IF EXISTS `ps_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_group` ( `id_group` int(10) unsigned NOT NULL auto_increment, `reduction` decimal(17,2) NOT NULL default '0.00', `price_display_method` tinyint(4) NOT NULL default '0', `show_prices` tinyint(1) unsigned NOT NULL default '1', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_group`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_group` -- LOCK TABLES `ps_group` WRITE; /*!40000 ALTER TABLE `ps_group` DISABLE KEYS */; INSERT INTO `ps_group` VALUES (1,'0.00',1,1,'2013-09-15 16:43:35','2013-09-15 16:44:03'),(2,'0.00',1,1,'2013-09-15 16:43:35','2013-09-15 16:44:03'),(3,'0.00',1,1,'2013-09-15 16:43:35','2013-09-15 16:44:03'); /*!40000 ALTER TABLE `ps_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_group_lang` -- DROP TABLE IF EXISTS `ps_group_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_group_lang` ( `id_group` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`id_group`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_group_lang` -- LOCK TABLES `ps_group_lang` WRITE; /*!40000 ALTER TABLE `ps_group_lang` DISABLE KEYS */; INSERT INTO `ps_group_lang` VALUES (1,1,'Visitor'),(2,1,'Guest'),(3,1,'Customer'); /*!40000 ALTER TABLE `ps_group_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_group_reduction` -- DROP TABLE IF EXISTS `ps_group_reduction`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_group_reduction` ( `id_group_reduction` mediumint(8) unsigned NOT NULL auto_increment, `id_group` int(10) unsigned NOT NULL, `id_category` int(10) unsigned NOT NULL, `reduction` decimal(4,3) NOT NULL, PRIMARY KEY (`id_group_reduction`), UNIQUE KEY `id_group` (`id_group`,`id_category`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_group_reduction` -- LOCK TABLES `ps_group_reduction` WRITE; /*!40000 ALTER TABLE `ps_group_reduction` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_group_reduction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_group_shop` -- DROP TABLE IF EXISTS `ps_group_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_group_shop` ( `id_group` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_group`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_group_shop` -- LOCK TABLES `ps_group_shop` WRITE; /*!40000 ALTER TABLE `ps_group_shop` DISABLE KEYS */; INSERT INTO `ps_group_shop` VALUES (1,1),(2,1),(3,1); /*!40000 ALTER TABLE `ps_group_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_guest` -- DROP TABLE IF EXISTS `ps_guest`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_guest` ( `id_guest` int(10) unsigned NOT NULL auto_increment, `id_operating_system` int(10) unsigned default NULL, `id_web_browser` int(10) unsigned default NULL, `id_customer` int(10) unsigned default NULL, `javascript` tinyint(1) default '0', `screen_resolution_x` smallint(5) unsigned default NULL, `screen_resolution_y` smallint(5) unsigned default NULL, `screen_color` tinyint(3) unsigned default NULL, `sun_java` tinyint(1) default NULL, `adobe_flash` tinyint(1) default NULL, `adobe_director` tinyint(1) default NULL, `apple_quicktime` tinyint(1) default NULL, `real_player` tinyint(1) default NULL, `windows_media` tinyint(1) default NULL, `accept_language` varchar(8) default NULL, `mobile_theme` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_guest`), KEY `id_customer` (`id_customer`), KEY `id_operating_system` (`id_operating_system`), KEY `id_web_browser` (`id_web_browser`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_guest` -- LOCK TABLES `ps_guest` WRITE; /*!40000 ALTER TABLE `ps_guest` DISABLE KEYS */; INSERT INTO `ps_guest` VALUES (1,0,0,1,1,1680,1050,32,1,1,0,1,1,0,'en-us',0); /*!40000 ALTER TABLE `ps_guest` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_help_access` -- DROP TABLE IF EXISTS `ps_help_access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_help_access` ( `id_help_access` int(11) NOT NULL auto_increment, `label` varchar(45) NOT NULL, `version` varchar(8) NOT NULL, PRIMARY KEY (`id_help_access`), UNIQUE KEY `label` (`label`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_help_access` -- LOCK TABLES `ps_help_access` WRITE; /*!40000 ALTER TABLE `ps_help_access` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_help_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_homeslider` -- DROP TABLE IF EXISTS `ps_homeslider`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_homeslider` ( `id_homeslider_slides` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL, PRIMARY KEY (`id_homeslider_slides`,`id_shop`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_homeslider` -- LOCK TABLES `ps_homeslider` WRITE; /*!40000 ALTER TABLE `ps_homeslider` DISABLE KEYS */; INSERT INTO `ps_homeslider` VALUES (1,1),(2,1),(3,1),(4,1),(5,1); /*!40000 ALTER TABLE `ps_homeslider` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_homeslider_slides` -- DROP TABLE IF EXISTS `ps_homeslider_slides`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_homeslider_slides` ( `id_homeslider_slides` int(10) unsigned NOT NULL auto_increment, `position` int(10) unsigned NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_homeslider_slides`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_homeslider_slides` -- LOCK TABLES `ps_homeslider_slides` WRITE; /*!40000 ALTER TABLE `ps_homeslider_slides` DISABLE KEYS */; INSERT INTO `ps_homeslider_slides` VALUES (1,1,1),(2,2,1),(3,3,1),(4,4,1),(5,5,1); /*!40000 ALTER TABLE `ps_homeslider_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_homeslider_slides_lang` -- DROP TABLE IF EXISTS `ps_homeslider_slides_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_homeslider_slides_lang` ( `id_homeslider_slides` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `title` varchar(255) NOT NULL, `description` text NOT NULL, `legend` varchar(255) NOT NULL, `url` varchar(255) NOT NULL, `image` varchar(255) NOT NULL, PRIMARY KEY (`id_homeslider_slides`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_homeslider_slides_lang` -- LOCK TABLES `ps_homeslider_slides_lang` WRITE; /*!40000 ALTER TABLE `ps_homeslider_slides_lang` DISABLE KEYS */; INSERT INTO `ps_homeslider_slides_lang` VALUES (1,1,'Sample 1','This is a sample picture','sample-1','http://www.prestashop.com','sample-1.jpg'),(2,1,'Sample 2','This is a sample picture','sample-2','http://www.prestashop.com','sample-2.jpg'),(3,1,'Sample 3','This is a sample picture','sample-3','http://www.prestashop.com','sample-3.jpg'),(4,1,'Sample 4','This is a sample picture','sample-4','http://www.prestashop.com','sample-4.jpg'),(5,1,'Sample 5','This is a sample picture','sample-5','http://www.prestashop.com','sample-5.jpg'); /*!40000 ALTER TABLE `ps_homeslider_slides_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_hook` -- DROP TABLE IF EXISTS `ps_hook`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_hook` ( `id_hook` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `title` varchar(64) NOT NULL, `description` text, `position` tinyint(1) NOT NULL default '1', `live_edit` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_hook`), UNIQUE KEY `hook_name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=112 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_hook` -- LOCK TABLES `ps_hook` WRITE; /*!40000 ALTER TABLE `ps_hook` DISABLE KEYS */; INSERT INTO `ps_hook` VALUES (1,'displayPayment','Payment','This hook displays new elements on the payment page',1,1),(2,'actionValidateOrder','New orders','',1,0),(3,'actionPaymentConfirmation','Payment confirmation','This hook displays new elements after the payment is validated',1,0),(4,'displayPaymentReturn','Payment return','',1,0),(5,'actionUpdateQuantity','Quantity update','Quantity is updated only when a customer effectively places their order',1,0),(6,'displayRightColumn','Right column blocks','This hook displays new elements in the right-hand column',1,1),(7,'displayLeftColumn','Left column blocks','This hook displays new elements in the left-hand column',1,1),(8,'displayHome','Homepage content','This hook displays new elements on the homepage',1,1),(9,'displayHeader','Pages header','This hook displays additional elements in the header of your pages',1,0),(10,'actionCartSave','Cart creation and update','This hook is displayed when a product is added to the cart or if the cart\'s content is modified',1,0),(11,'actionAuthentication','Successful customer authentication','This hook is displayed after a customer successfully signs in',1,0),(12,'actionProductAdd','Product creation','This hook is displayed after a product is created',1,0),(13,'actionProductUpdate','Product update','This hook is displayed after a product has been updated',1,0),(14,'displayTop','Top of pages','This hook displays additional elements at the top of your pages',1,0),(15,'displayRightColumnProduct','New elements on the product page (right column)','This hook displays new elements in the right-hand column of the product page',1,0),(16,'actionProductDelete','Product deletion','This hook is called when a product is deleted',1,0),(17,'displayFooterProduct','Product footer','This hook adds new blocks under the product\'s description',1,1),(18,'displayInvoice','Invoice','This hook displays new blocks on the invoice (order)',1,0),(19,'actionOrderStatusUpdate','Order status update - Event','This hook launches modules when the status of an order changes.',1,0),(20,'displayAdminOrder','Display new elements in the Back Office, tab AdminOrder','This hook launches modules when the AdminOrder\" tab is displayed in the Back Office\"',1,0),(21,'displayFooter','Footer','This hook displays new blocks in the footer',1,0),(22,'displayPDFInvoice','PDF Invoice','This hook allows you to display additional information on PDF invoices',1,0),(23,'displayAdminCustomers','Display new elements in the Back Office, tab AdminCustomers','This hook launches modules when the AdminCustomers\" tab is displayed in the Back Office\"',1,0),(24,'displayOrderConfirmation','Order confirmation page','This hook is called within an order\'s confirmation page',1,0),(25,'actionCustomerAccountAdd','Successful customer account creation','This hook is called when a new customer creates an account successfully',1,0),(26,'displayCustomerAccount','Customer account displayed in Front Office','This hook displays new elements on the customer account page',1,0),(27,'actionOrderSlipAdd','Order slip creation','This hook is called when a new credit slip is added regarding client order',1,0),(28,'displayProductTab','Tabs on product page','This hook is called on the product page\'s tab',1,0),(29,'displayProductTabContent','Tabs content on the product page','This hook is called on the product page\'s tab',1,0),(30,'displayShoppingCartFooter','Shopping cart footer','This hook displays some specific information on the shopping cart\'s page',1,0),(31,'displayCustomerAccountForm','Customer account creation form','This hook displays some information on the form to create a customer account',1,0),(32,'displayAdminStatsModules','Stats - Modules','',1,0),(33,'displayAdminStatsGraphEngine','Graph engines','',1,0),(34,'actionOrderReturn','Returned product','This hook is displayed when a customer returns a product ',1,0),(35,'displayProductButtons','Product page actions','This hook adds new action buttons on the product page',1,0),(36,'displayBackOfficeHome','Administration panel homepage','This hook is displayed on the admin panel\'s homepage',1,0),(37,'displayAdminStatsGridEngine','Grid engines','',1,0),(38,'actionWatermark','Watermark','',1,0),(39,'actionProductCancel','Product cancelled','This hook is called when you cancel a product in an order',1,0),(40,'displayLeftColumnProduct','New elements on the product page (left column)','This hook displays new elements in the left-hand column of the product page',1,0),(41,'actionProductOutOfStock','Out-of-stock product','This hook displays new action buttons if a product is out of stock',1,0),(42,'actionProductAttributeUpdate','Product attribute update','This hook is displayed when a product\'s attribute is updated',1,0),(43,'displayCarrierList','Extra carrier (module mode)','',1,0),(44,'displayShoppingCart','Shopping cart - Additional button','This hook displays new action buttons within the shopping cart',1,0),(45,'actionSearch','Search','',1,0),(46,'displayBeforePayment','Redirect during the order process','This hook redirects the user to the module instead of displaying payment modules',1,0),(47,'actionCarrierUpdate','Carrier Update','This hook is called when a carrier is updated',1,0),(48,'actionOrderStatusPostUpdate','Post update of order status','',1,0),(49,'displayCustomerAccountFormTop','Block above the form for create an account','This hook is displayed above the customer\'s account creation form',1,0),(50,'displayBackOfficeHeader','Administration panel header','This hook is displayed in the header of the admin panel',1,0),(51,'displayBackOfficeTop','Administration panel hover the tabs','This hook is displayed on the roll hover of the tabs within the admin panel',1,0),(52,'displayBackOfficeFooter','Administration panel footer','This hook is displayed within the admin panel\'s footer',1,0),(53,'actionProductAttributeDelete','Product attribute deletion','This hook is displayed when a product\'s attribute is deleted',1,0),(54,'actionCarrierProcess','Carrier process','',1,0),(55,'actionOrderDetail','Order detail','This hook is used to set the follow-up in Smarty when an order\'s detail is called',1,0),(56,'displayBeforeCarrier','Before carriers list','This hook is displayed before the carrier list in Front Office',1,0),(57,'displayOrderDetail','Order detail','This hook is displayed within the order\'s details in Front Office',1,0),(58,'actionPaymentCCAdd','Payment CC added','',1,0),(59,'displayProductComparison','Extra product comparison','',1,0),(60,'actionCategoryAdd','Category creation','This hook is displayed when a category is created',1,0),(61,'actionCategoryUpdate','Category modification','This hook is displayed when a category is modified',1,0),(62,'actionCategoryDelete','Category deletion','This hook is displayed when a category is deleted',1,0),(63,'actionBeforeAuthentication','Before authentication','This hook is displayed before the customer\'s authentication',1,0),(64,'displayPaymentTop','Top of payment page','This hook is displayed at the top of the payment page',1,0),(65,'actionHtaccessCreate','After htaccess creation','This hook is displayed after the htaccess creation',1,0),(66,'actionAdminMetaSave','After saving the configuration in AdminMeta','This hook is displayed after saving the configuration in AdminMeta',1,0),(67,'displayAttributeGroupForm','Add fields to the form \'attribute group\'','This hook adds fields to the form \'attribute group\'',1,0),(68,'actionAttributeGroupSave','Saving an attribute group','This hook is called while saving an attributes group',1,0),(69,'actionAttributeGroupDelete','Deleting attribute group','This hook is called while deleting an attributes group',1,0),(70,'displayFeatureForm','Add fields to the form \'feature\'','This hook adds fields to the form \'feature\'',1,0),(71,'actionFeatureSave','Saving attributes\' features','This hook is called while saving an attributes features',1,0),(72,'actionFeatureDelete','Deleting attributes\' features','This hook is called while deleting an attributes features',1,0),(73,'actionProductSave','Saving products','This hook is called while saving products',1,0),(74,'actionProductListOverride','Assign a products list to a category','This hook assigns a products list to a category',1,0),(75,'displayAttributeGroupPostProcess','On post-process in admin attribute group','This hook is called on post-process in admin attribute group',1,0),(76,'displayFeaturePostProcess','On post-process in admin feature','This hook is called on post-process in admin feature',1,0),(77,'displayFeatureValueForm','Add fields to the form \'feature value\'','This hook adds fields to the form \'feature value\'',1,0),(78,'displayFeatureValuePostProcess','On post-process in admin feature value','This hook is called on post-process in admin feature value',1,0),(79,'actionFeatureValueDelete','Deleting attributes\' features\' values','This hook is called while deleting an attributes features value',1,0),(80,'actionFeatureValueSave','Saving an attributes features value','This hook is called while saving an attributes features value',1,0),(81,'displayAttributeForm','Add fields to the form \'attribute value\'','This hook adds fields to the form \'attribute value\'',1,0),(82,'actionAttributePostProcess','On post-process in admin feature value','This hook is called on post-process in admin feature value',1,0),(83,'actionAttributeDelete','Deleting an attributes features value','This hook is called while deleting an attributes features value',1,0),(84,'actionAttributeSave','Saving an attributes features value','This hook is called while saving an attributes features value',1,0),(85,'actionTaxManager','Tax Manager Factory','',1,0),(86,'displayMyAccountBlock','My account block','This hook displays extra information within the \'my account\' block\"',1,0),(87,'actionModuleInstallBefore','actionModuleInstallBefore','',1,0),(88,'actionModuleInstallAfter','actionModuleInstallAfter','',1,0),(89,'actionCartListOverride','actionCartListOverride','',0,0),(90,'actionAdminMetaControllerUpdate_optionsBefore','actionAdminMetaControllerUpdate_optionsBefore','',0,0),(91,'actionAdminLanguagesControllerStatusBefore','actionAdminLanguagesControllerStatusBefore','',0,0),(92,'actionObjectCmsUpdateAfter','actionObjectCmsUpdateAfter','',0,0),(93,'actionObjectCmsDeleteAfter','actionObjectCmsDeleteAfter','',0,0),(94,'actionShopDataDuplication','actionShopDataDuplication','',0,0),(95,'actionBeforeSubmitAccount','actionBeforeSubmitAccount','',0,0),(96,'actionObjectManufacturerDeleteAfter','actionObjectManufacturerDeleteAfter','',0,0),(97,'actionObjectManufacturerAddAfter','actionObjectManufacturerAddAfter','',0,0),(98,'actionObjectManufacturerUpdateAfter','actionObjectManufacturerUpdateAfter','',0,0),(99,'actionModuleRegisterHookAfter','actionModuleRegisterHookAfter','',0,0),(100,'actionModuleUnRegisterUnHookAfter','actionModuleUnRegisterUnHookAfter','',0,0),(101,'displayMyAccountBlockfooter','My account block','Display extra informations inside the \"my account\" block',1,0),(102,'actionModuleUnRegisterHookAfter','actionModuleUnRegisterHookAfter','',0,0),(103,'displayMobileTopSiteMap','displayMobileTopSiteMap','',0,0),(104,'actionObjectSupplierDeleteAfter','actionObjectSupplierDeleteAfter','',0,0),(105,'actionObjectSupplierAddAfter','actionObjectSupplierAddAfter','',0,0),(106,'actionObjectSupplierUpdateAfter','actionObjectSupplierUpdateAfter','',0,0),(107,'actionObjectCategoryUpdateAfter','actionObjectCategoryUpdateAfter','',0,0),(108,'actionObjectCategoryDeleteAfter','actionObjectCategoryDeleteAfter','',0,0),(109,'actionObjectCategoryAddAfter','actionObjectCategoryAddAfter','',0,0),(110,'actionObjectProductUpdateAfter','actionObjectProductUpdateAfter','',0,0),(111,'actionObjectProductDeleteAfter','actionObjectProductDeleteAfter','',0,0); /*!40000 ALTER TABLE `ps_hook` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_hook_alias` -- DROP TABLE IF EXISTS `ps_hook_alias`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_hook_alias` ( `id_hook_alias` int(10) unsigned NOT NULL auto_increment, `alias` varchar(64) NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`id_hook_alias`), UNIQUE KEY `alias` (`alias`) ) ENGINE=MyISAM AUTO_INCREMENT=87 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_hook_alias` -- LOCK TABLES `ps_hook_alias` WRITE; /*!40000 ALTER TABLE `ps_hook_alias` DISABLE KEYS */; INSERT INTO `ps_hook_alias` VALUES (1,'payment','displayPayment'),(2,'newOrder','actionValidateOrder'),(3,'paymentConfirm','actionPaymentConfirmation'),(4,'paymentReturn','displayPaymentReturn'),(5,'updateQuantity','actionUpdateQuantity'),(6,'rightColumn','displayRightColumn'),(7,'leftColumn','displayLeftColumn'),(8,'home','displayHome'),(9,'header','displayHeader'),(10,'cart','actionCartSave'),(11,'authentication','actionAuthentication'),(12,'addproduct','actionProductAdd'),(13,'updateproduct','actionProductUpdate'),(14,'top','displayTop'),(15,'extraRight','displayRightColumnProduct'),(16,'deleteproduct','actionProductDelete'),(17,'productfooter','displayFooterProduct'),(18,'invoice','displayInvoice'),(19,'updateOrderStatus','actionOrderStatusUpdate'),(20,'adminOrder','displayAdminOrder'),(21,'footer','displayFooter'),(22,'PDFInvoice','displayPDFInvoice'),(23,'adminCustomers','displayAdminCustomers'),(24,'orderConfirmation','displayOrderConfirmation'),(25,'createAccount','actionCustomerAccountAdd'),(26,'customerAccount','displayCustomerAccount'),(27,'orderSlip','actionOrderSlipAdd'),(28,'productTab','displayProductTab'),(29,'productTabContent','displayProductTabContent'),(30,'shoppingCart','displayShoppingCartFooter'),(31,'createAccountForm','displayCustomerAccountForm'),(32,'AdminStatsModules','displayAdminStatsModules'),(33,'GraphEngine','displayAdminStatsGraphEngine'),(34,'orderReturn','actionOrderReturn'),(35,'productActions','displayProductButtons'),(36,'backOfficeHome','displayBackOfficeHome'),(37,'GridEngine','displayAdminStatsGridEngine'),(38,'watermark','actionWatermark'),(39,'cancelProduct','actionProductCancel'),(40,'extraLeft','displayLeftColumnProduct'),(41,'productOutOfStock','actionProductOutOfStock'),(42,'updateProductAttribute','actionProductAttributeUpdate'),(43,'extraCarrier','displayCarrierList'),(44,'shoppingCartExtra','displayShoppingCart'),(45,'search','actionSearch'),(46,'backBeforePayment','displayBeforePayment'),(47,'updateCarrier','actionCarrierUpdate'),(48,'postUpdateOrderStatus','actionOrderStatusPostUpdate'),(49,'createAccountTop','displayCustomerAccountFormTop'),(50,'backOfficeHeader','displayBackOfficeHeader'),(51,'backOfficeTop','displayBackOfficeTop'),(52,'backOfficeFooter','displayBackOfficeFooter'),(53,'deleteProductAttribute','actionProductAttributeDelete'),(54,'processCarrier','actionCarrierProcess'),(55,'orderDetail','actionOrderDetail'),(56,'beforeCarrier','displayBeforeCarrier'),(57,'orderDetailDisplayed','displayOrderDetail'),(58,'paymentCCAdded','actionPaymentCCAdd'),(59,'extraProductComparison','displayProductComparison'),(60,'categoryAddition','actionCategoryAdd'),(61,'categoryUpdate','actionCategoryUpdate'),(62,'categoryDeletion','actionCategoryDelete'),(63,'beforeAuthentication','actionBeforeAuthentication'),(64,'paymentTop','displayPaymentTop'),(65,'afterCreateHtaccess','actionHtaccessCreate'),(66,'afterSaveAdminMeta','actionAdminMetaSave'),(67,'attributeGroupForm','displayAttributeGroupForm'),(68,'afterSaveAttributeGroup','actionAttributeGroupSave'),(69,'afterDeleteAttributeGroup','actionAttributeGroupDelete'),(70,'featureForm','displayFeatureForm'),(71,'afterSaveFeature','actionFeatureSave'),(72,'afterDeleteFeature','actionFeatureDelete'),(73,'afterSaveProduct','actionProductSave'),(74,'productListAssign','actionProductListOverride'),(75,'postProcessAttributeGroup','displayAttributeGroupPostProcess'),(76,'postProcessFeature','displayFeaturePostProcess'),(77,'featureValueForm','displayFeatureValueForm'),(78,'postProcessFeatureValue','displayFeatureValuePostProcess'),(79,'afterDeleteFeatureValue','actionFeatureValueDelete'),(80,'afterSaveFeatureValue','actionFeatureValueSave'),(81,'attributeForm','displayAttributeForm'),(82,'postProcessAttribute','actionAttributePostProcess'),(83,'afterDeleteAttribute','actionAttributeDelete'),(84,'afterSaveAttribute','actionAttributeSave'),(85,'taxManager','actionTaxManager'),(86,'myAccountBlock','displayMyAccountBlock'); /*!40000 ALTER TABLE `ps_hook_alias` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_hook_module` -- DROP TABLE IF EXISTS `ps_hook_module`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_hook_module` ( `id_module` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_hook` int(10) unsigned NOT NULL, `position` tinyint(2) unsigned NOT NULL, PRIMARY KEY (`id_module`,`id_hook`,`id_shop`), KEY `id_hook` (`id_hook`), KEY `id_module` (`id_module`), KEY `position` (`id_shop`,`position`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_hook_module` -- LOCK TABLES `ps_hook_module` WRITE; /*!40000 ALTER TABLE `ps_hook_module` DISABLE KEYS */; INSERT INTO `ps_hook_module` VALUES (1,1,30,1),(1,1,9,1),(2,1,1,2),(2,1,4,2),(3,1,7,7),(4,1,6,1),(4,1,9,2),(4,1,48,1),(4,1,12,1),(4,1,13,1),(4,1,16,1),(5,1,14,7),(5,1,9,5),(5,1,89,1),(6,1,7,3),(6,1,21,2),(6,1,9,9),(6,1,60,1),(6,1,61,1),(6,1,62,1),(6,1,90,1),(6,1,91,1),(7,1,7,6),(7,1,6,5),(7,1,9,16),(7,1,21,4),(7,1,92,1),(7,1,93,1),(7,1,94,1),(8,1,6,26),(8,1,9,6),(9,1,9,21),(9,1,21,6),(10,1,14,2),(10,1,9,11),(11,1,31,1),(11,1,9,9),(11,1,95,1),(12,1,14,1),(12,1,9,14),(13,1,7,5),(13,1,9,15),(13,1,96,1),(13,1,97,1),(13,1,98,1),(14,1,9,6),(14,1,99,1),(14,1,100,1),(15,1,21,4),(15,1,9,13),(15,1,99,2),(15,1,102,1),(16,1,6,2),(16,1,9,12),(16,1,12,2),(16,1,13,2),(16,1,16,2),(17,1,7,9),(17,1,9,25),(17,1,25,1),(18,1,7,8),(18,1,9,2),(19,1,14,3),(19,1,9,3),(20,1,21,1),(21,1,14,4),(21,1,9,20),(21,1,103,1),(22,1,40,1),(23,1,9,5),(23,1,21,5),(24,1,6,4),(24,1,9,10),(24,1,12,3),(24,1,13,3),(24,1,16,3),(25,1,6,6),(25,1,9,19),(26,1,7,5),(26,1,9,27),(26,1,104,1),(26,1,105,1),(26,1,106,1),(27,1,7,2),(27,1,9,18),(28,1,14,6),(28,1,107,1),(28,1,108,1),(28,1,109,1),(28,1,92,2),(28,1,93,2),(28,1,106,2),(28,1,104,2),(28,1,98,2),(28,1,96,2),(28,1,110,1),(28,1,111,1),(28,1,61,2),(28,1,94,2),(29,1,14,5),(29,1,9,13),(30,1,7,4),(30,1,9,4),(31,1,1,1),(31,1,4,1),(32,1,86,1),(32,1,26,1),(32,1,40,2),(32,1,9,23),(33,1,33,4),(34,1,33,3),(35,1,33,1),(36,1,33,2),(37,1,37,1),(38,1,8,2),(38,1,9,24),(38,1,12,4),(38,1,13,4),(38,1,16,4),(39,1,8,1),(39,1,94,1),(40,1,14,8),(40,1,32,10),(41,1,14,7),(41,1,32,11),(42,1,32,15),(43,1,32,8),(44,1,32,13),(45,1,32,16),(46,1,32,7),(47,1,32,17),(48,1,32,7),(49,1,32,20),(50,1,21,7),(50,1,11,1),(50,1,25,1),(51,1,32,6),(52,1,32,22),(53,1,32,5),(54,1,32,18),(55,1,32,9),(56,1,32,4),(57,1,32,12),(58,1,32,3),(59,1,32,2),(60,1,45,1),(60,1,32,19),(61,1,32,21),(62,1,32,1),(64,1,50,1); /*!40000 ALTER TABLE `ps_hook_module` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_hook_module_exceptions` -- DROP TABLE IF EXISTS `ps_hook_module_exceptions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_hook_module_exceptions` ( `id_hook_module_exceptions` int(10) unsigned NOT NULL auto_increment, `id_shop` int(11) unsigned NOT NULL default '1', `id_module` int(10) unsigned NOT NULL, `id_hook` int(10) unsigned NOT NULL, `file_name` varchar(255) default NULL, PRIMARY KEY (`id_hook_module_exceptions`), KEY `id_module` (`id_module`), KEY `id_hook` (`id_hook`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_hook_module_exceptions` -- LOCK TABLES `ps_hook_module_exceptions` WRITE; /*!40000 ALTER TABLE `ps_hook_module_exceptions` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_hook_module_exceptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_image` -- DROP TABLE IF EXISTS `ps_image`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_image` ( `id_image` int(10) unsigned NOT NULL auto_increment, `id_product` int(10) unsigned NOT NULL, `position` smallint(2) unsigned NOT NULL default '0', `cover` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_image`), UNIQUE KEY `idx_product_image` (`id_image`,`id_product`,`cover`), KEY `image_product` (`id_product`), KEY `id_product_cover` (`id_product`,`cover`) ) ENGINE=MyISAM AUTO_INCREMENT=27 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_image` -- LOCK TABLES `ps_image` WRITE; /*!40000 ALTER TABLE `ps_image` DISABLE KEYS */; INSERT INTO `ps_image` VALUES (1,3,1,1),(2,3,2,0),(3,3,3,0),(4,4,1,0),(5,4,2,0),(6,4,3,1),(7,5,1,1),(8,5,2,0),(9,5,3,0),(10,5,4,0),(11,5,5,0),(12,5,6,0),(13,6,1,1),(14,7,1,1),(15,1,1,1),(16,1,2,0),(17,1,3,0),(18,1,4,0),(19,1,5,0),(20,1,6,0),(21,1,7,0),(22,1,8,0),(23,2,1,1),(24,2,2,0),(25,2,3,0),(26,2,4,0); /*!40000 ALTER TABLE `ps_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_image_lang` -- DROP TABLE IF EXISTS `ps_image_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_image_lang` ( `id_image` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `legend` varchar(128) default NULL, PRIMARY KEY (`id_image`,`id_lang`), KEY `id_image` (`id_image`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_image_lang` -- LOCK TABLES `ps_image_lang` WRITE; /*!40000 ALTER TABLE `ps_image_lang` DISABLE KEYS */; INSERT INTO `ps_image_lang` VALUES (1,1,NULL),(2,1,NULL),(3,1,NULL),(4,1,NULL),(5,1,NULL),(6,1,NULL),(7,1,NULL),(8,1,NULL),(9,1,NULL),(10,1,NULL),(11,1,NULL),(12,1,NULL),(13,1,NULL),(14,1,NULL),(15,1,NULL),(16,1,NULL),(17,1,NULL),(18,1,NULL),(19,1,NULL),(20,1,NULL),(21,1,NULL),(22,1,NULL),(23,1,NULL),(24,1,NULL),(25,1,NULL),(26,1,NULL); /*!40000 ALTER TABLE `ps_image_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_image_shop` -- DROP TABLE IF EXISTS `ps_image_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_image_shop` ( `id_image` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, `cover` tinyint(1) NOT NULL, KEY `id_image` (`id_image`,`id_shop`,`cover`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_image_shop` -- LOCK TABLES `ps_image_shop` WRITE; /*!40000 ALTER TABLE `ps_image_shop` DISABLE KEYS */; INSERT INTO `ps_image_shop` VALUES (1,1,1),(2,1,0),(3,1,0),(4,1,0),(5,1,0),(6,1,1),(7,1,1),(8,1,0),(9,1,0),(10,1,0),(11,1,0),(12,1,0),(13,1,1),(14,1,1),(15,1,1),(16,1,0),(17,1,0),(18,1,0),(19,1,0),(20,1,0),(21,1,0),(22,1,0),(23,1,1),(24,1,0),(25,1,0),(26,1,0); /*!40000 ALTER TABLE `ps_image_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_image_type` -- DROP TABLE IF EXISTS `ps_image_type`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_image_type` ( `id_image_type` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `width` int(10) unsigned NOT NULL, `height` int(10) unsigned NOT NULL, `products` tinyint(1) NOT NULL default '1', `categories` tinyint(1) NOT NULL default '1', `manufacturers` tinyint(1) NOT NULL default '1', `suppliers` tinyint(1) NOT NULL default '1', `scenes` tinyint(1) NOT NULL default '1', `stores` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id_image_type`), KEY `image_type_name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_image_type` -- LOCK TABLES `ps_image_type` WRITE; /*!40000 ALTER TABLE `ps_image_type` DISABLE KEYS */; INSERT INTO `ps_image_type` VALUES (1,'small_default',45,45,1,1,1,1,0,0),(2,'medium_default',58,58,1,1,1,1,0,1),(3,'large_default',264,264,1,1,1,1,0,0),(4,'thickbox_default',600,600,1,0,0,0,0,0),(5,'category_default',500,150,0,1,0,0,0,0),(6,'home_default',124,124,1,0,0,0,0,0),(7,'scene_default',520,189,0,0,0,0,1,0),(8,'m_scene_default',161,58,0,0,0,0,1,0); /*!40000 ALTER TABLE `ps_image_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_import_match` -- DROP TABLE IF EXISTS `ps_import_match`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_import_match` ( `id_import_match` int(10) NOT NULL auto_increment, `name` varchar(32) NOT NULL, `match` text NOT NULL, `skip` int(2) NOT NULL, PRIMARY KEY (`id_import_match`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_import_match` -- LOCK TABLES `ps_import_match` WRITE; /*!40000 ALTER TABLE `ps_import_match` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_import_match` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_lang` -- DROP TABLE IF EXISTS `ps_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_lang` ( `id_lang` int(10) unsigned NOT NULL auto_increment, `name` varchar(32) NOT NULL, `active` tinyint(3) unsigned NOT NULL default '0', `iso_code` char(2) NOT NULL, `language_code` char(5) NOT NULL, `date_format_lite` char(32) NOT NULL default 'Y-m-d', `date_format_full` char(32) NOT NULL default 'Y-m-d H:i:s', `is_rtl` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_lang`), KEY `lang_iso_code` (`iso_code`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_lang` -- LOCK TABLES `ps_lang` WRITE; /*!40000 ALTER TABLE `ps_lang` DISABLE KEYS */; INSERT INTO `ps_lang` VALUES (1,'English (United States)',1,'en','en','Y-m-d','Y-m-d H:i:s',0); /*!40000 ALTER TABLE `ps_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_lang_shop` -- DROP TABLE IF EXISTS `ps_lang_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_lang_shop` ( `id_lang` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_lang`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_lang_shop` -- LOCK TABLES `ps_lang_shop` WRITE; /*!40000 ALTER TABLE `ps_lang_shop` DISABLE KEYS */; INSERT INTO `ps_lang_shop` VALUES (1,1); /*!40000 ALTER TABLE `ps_lang_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_linksmenutop` -- DROP TABLE IF EXISTS `ps_linksmenutop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_linksmenutop` ( `id_linksmenutop` int(10) unsigned NOT NULL auto_increment, `id_shop` int(11) unsigned NOT NULL, `new_window` tinyint(1) NOT NULL, PRIMARY KEY (`id_linksmenutop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_linksmenutop` -- LOCK TABLES `ps_linksmenutop` WRITE; /*!40000 ALTER TABLE `ps_linksmenutop` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_linksmenutop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_linksmenutop_lang` -- DROP TABLE IF EXISTS `ps_linksmenutop_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_linksmenutop_lang` ( `id_linksmenutop` int(11) unsigned NOT NULL, `id_lang` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, `label` varchar(128) NOT NULL, `link` varchar(128) NOT NULL, KEY `id_linksmenutop` (`id_linksmenutop`,`id_lang`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_linksmenutop_lang` -- LOCK TABLES `ps_linksmenutop_lang` WRITE; /*!40000 ALTER TABLE `ps_linksmenutop_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_linksmenutop_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_log` -- DROP TABLE IF EXISTS `ps_log`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_log` ( `id_log` int(10) unsigned NOT NULL auto_increment, `severity` tinyint(1) NOT NULL, `error_code` int(11) default NULL, `message` text NOT NULL, `object_type` varchar(32) default NULL, `object_id` int(10) unsigned default NULL, `id_employee` int(10) unsigned default NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_log`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_log` -- LOCK TABLES `ps_log` WRITE; /*!40000 ALTER TABLE `ps_log` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_manufacturer` -- DROP TABLE IF EXISTS `ps_manufacturer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_manufacturer` ( `id_manufacturer` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `active` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_manufacturer`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_manufacturer` -- LOCK TABLES `ps_manufacturer` WRITE; /*!40000 ALTER TABLE `ps_manufacturer` DISABLE KEYS */; INSERT INTO `ps_manufacturer` VALUES (1,'Apple Computer, Inc','2013-09-15 16:44:38','2013-09-15 16:44:38',1),(2,'Shure Incorporated','2013-09-15 16:44:38','2013-09-15 16:44:38',1); /*!40000 ALTER TABLE `ps_manufacturer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_manufacturer_lang` -- DROP TABLE IF EXISTS `ps_manufacturer_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_manufacturer_lang` ( `id_manufacturer` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `description` text, `short_description` varchar(254) default NULL, `meta_title` varchar(128) default NULL, `meta_keywords` varchar(255) default NULL, `meta_description` varchar(255) default NULL, PRIMARY KEY (`id_manufacturer`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_manufacturer_lang` -- LOCK TABLES `ps_manufacturer_lang` WRITE; /*!40000 ALTER TABLE `ps_manufacturer_lang` DISABLE KEYS */; INSERT INTO `ps_manufacturer_lang` VALUES (1,1,'','','','',''),(2,1,'','','','',''); /*!40000 ALTER TABLE `ps_manufacturer_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_manufacturer_shop` -- DROP TABLE IF EXISTS `ps_manufacturer_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_manufacturer_shop` ( `id_manufacturer` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_manufacturer`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_manufacturer_shop` -- LOCK TABLES `ps_manufacturer_shop` WRITE; /*!40000 ALTER TABLE `ps_manufacturer_shop` DISABLE KEYS */; INSERT INTO `ps_manufacturer_shop` VALUES (1,1),(2,1); /*!40000 ALTER TABLE `ps_manufacturer_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_memcached_servers` -- DROP TABLE IF EXISTS `ps_memcached_servers`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_memcached_servers` ( `id_memcached_server` int(11) unsigned NOT NULL auto_increment, `ip` varchar(254) NOT NULL, `port` int(11) unsigned NOT NULL, `weight` int(11) unsigned NOT NULL, PRIMARY KEY (`id_memcached_server`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_memcached_servers` -- LOCK TABLES `ps_memcached_servers` WRITE; /*!40000 ALTER TABLE `ps_memcached_servers` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_memcached_servers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_message` -- DROP TABLE IF EXISTS `ps_message`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_message` ( `id_message` int(10) unsigned NOT NULL auto_increment, `id_cart` int(10) unsigned default NULL, `id_customer` int(10) unsigned NOT NULL, `id_employee` int(10) unsigned default NULL, `id_order` int(10) unsigned NOT NULL, `message` text NOT NULL, `private` tinyint(1) unsigned NOT NULL default '1', `date_add` datetime NOT NULL, PRIMARY KEY (`id_message`), KEY `message_order` (`id_order`), KEY `id_cart` (`id_cart`), KEY `id_customer` (`id_customer`), KEY `id_employee` (`id_employee`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_message` -- LOCK TABLES `ps_message` WRITE; /*!40000 ALTER TABLE `ps_message` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_message` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_message_readed` -- DROP TABLE IF EXISTS `ps_message_readed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_message_readed` ( `id_message` int(10) unsigned NOT NULL, `id_employee` int(10) unsigned NOT NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_message`,`id_employee`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_message_readed` -- LOCK TABLES `ps_message_readed` WRITE; /*!40000 ALTER TABLE `ps_message_readed` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_message_readed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_meta` -- DROP TABLE IF EXISTS `ps_meta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_meta` ( `id_meta` int(10) unsigned NOT NULL auto_increment, `page` varchar(64) NOT NULL, PRIMARY KEY (`id_meta`), KEY `meta_name` (`page`) ) ENGINE=MyISAM AUTO_INCREMENT=27 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_meta` -- LOCK TABLES `ps_meta` WRITE; /*!40000 ALTER TABLE `ps_meta` DISABLE KEYS */; INSERT INTO `ps_meta` VALUES (1,'404'),(2,'best-sales'),(3,'contact'),(4,'index'),(5,'manufacturer'),(6,'new-products'),(7,'password'),(8,'prices-drop'),(9,'sitemap'),(10,'supplier'),(11,'address'),(12,'addresses'),(13,'authentication'),(14,'cart'),(15,'discount'),(16,'history'),(17,'identity'),(18,'my-account'),(19,'order-follow'),(20,'order-slip'),(21,'order'),(22,'search'),(23,'stores'),(24,'order-opc'),(25,'guest-tracking'),(26,'order-confirmation'); /*!40000 ALTER TABLE `ps_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_meta_lang` -- DROP TABLE IF EXISTS `ps_meta_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_meta_lang` ( `id_meta` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_lang` int(10) unsigned NOT NULL, `title` varchar(128) default NULL, `description` varchar(255) default NULL, `keywords` varchar(255) default NULL, `url_rewrite` varchar(254) NOT NULL, PRIMARY KEY (`id_meta`,`id_shop`,`id_lang`), KEY `id_shop` (`id_shop`), KEY `id_lang` (`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_meta_lang` -- LOCK TABLES `ps_meta_lang` WRITE; /*!40000 ALTER TABLE `ps_meta_lang` DISABLE KEYS */; INSERT INTO `ps_meta_lang` VALUES (1,1,1,'404 error','This page cannot be found','','page-not-found'),(2,1,1,'Best sales','Our best sales','','best-sales'),(3,1,1,'Contact us','Use our form to contact us','','contact-us'),(4,1,1,'','Shop powered by PrestaShop','',''),(5,1,1,'Manufacturers','Manufacturers list','','manufacturers'),(6,1,1,'New products','Our new products','','new-products'),(7,1,1,'Forgot your password','Enter your e-mail address used to register in goal to get e-mail with your new password','','password-recovery'),(8,1,1,'Prices drop','Our special products','','prices-drop'),(9,1,1,'Sitemap','Lost ? Find what your are looking for','','sitemap'),(10,1,1,'Suppliers','Suppliers list','','supplier'),(11,1,1,'Address','','','address'),(12,1,1,'Addresses','','','addresses'),(13,1,1,'Login','','','login'),(14,1,1,'Cart','','','cart'),(15,1,1,'Discount','','','discount'),(16,1,1,'Order history','','','order-history'),(17,1,1,'Identity','','','identity'),(18,1,1,'My account','','','my-account'),(19,1,1,'Order follow','','','order-follow'),(20,1,1,'Order slip','','','order-slip'),(21,1,1,'Order','','','order'),(22,1,1,'Search','','','search'),(23,1,1,'Stores','','','stores'),(24,1,1,'Order','','','quick-order'),(25,1,1,'Guest tracking','','','guest-tracking'),(26,1,1,'Order confirmation','','','order-confirmation'); /*!40000 ALTER TABLE `ps_meta_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_module` -- DROP TABLE IF EXISTS `ps_module`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_module` ( `id_module` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `active` tinyint(1) unsigned NOT NULL default '0', `version` varchar(8) NOT NULL, PRIMARY KEY (`id_module`), KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=65 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_module` -- LOCK TABLES `ps_module` WRITE; /*!40000 ALTER TABLE `ps_module` DISABLE KEYS */; INSERT INTO `ps_module` VALUES (1,'carriercompare',1,'1.2'),(2,'bankwire',1,'0.6'),(3,'blockadvertising',1,'0.5'),(4,'blockbestsellers',1,'1.2'),(5,'blockcart',1,'1.2'),(6,'blockcategories',1,'2.0'),(7,'blockcms',1,'1.3'),(8,'blockcontact',1,'1.0'),(9,'blockcontactinfos',1,'1.0'),(10,'blockcurrencies',1,'0.1'),(11,'blockcustomerprivacy',1,'1.0'),(12,'blocklanguages',1,'1.1'),(13,'blockmanufacturer',1,'1'),(14,'blockmyaccount',1,'1.2'),(15,'blockmyaccountfooter',1,'1.3'),(16,'blocknewproducts',1,'1.4'),(17,'blocknewsletter',1,'1.4'),(18,'blockpaymentlogo',1,'0.2'),(19,'blockpermanentlinks',1,'0.1'),(20,'blockreinsurance',1,'2.0'),(21,'blocksearch',1,'1.2'),(22,'blocksharefb',1,'1.0'),(23,'blocksocial',1,'1.0'),(24,'blockspecials',1,'0.9'),(25,'blockstore',1,'1'),(26,'blocksupplier',1,'1'),(27,'blocktags',1,'1.1'),(28,'blocktopmenu',1,'1.6'),(29,'blockuserinfo',1,'0.1'),(30,'blockviewed',1,'0.9'),(31,'cheque',1,'2.3'),(32,'favoriteproducts',1,'1'),(33,'graphartichow',1,'1'),(34,'graphgooglechart',1,'1'),(35,'graphvisifire',1,'1'),(36,'graphxmlswfcharts',1,'1'),(37,'gridhtml',1,'1'),(38,'homefeatured',1,'1.1'),(39,'homeslider',1,'1.2.1'),(40,'pagesnotfound',1,'1.1'),(41,'sekeywords',1,'1'),(42,'statsbestcategories',1,'1'),(43,'statsbestcustomers',1,'1'),(44,'statsbestproducts',1,'1'),(45,'statsbestsuppliers',1,'1'),(46,'statsbestvouchers',1,'1'),(47,'statscarrier',1,'1'),(48,'statscatalog',1,'1'),(49,'statscheckup',1,'1'),(50,'statsdata',1,'1'),(51,'statsequipment',1,'1'),(52,'statsforecast',1,'1'),(53,'statslive',1,'1'),(54,'statsnewsletter',1,'1'),(55,'statsorigin',1,'1'),(56,'statspersonalinfos',1,'1'),(57,'statsproduct',1,'1'),(58,'statsregistrations',1,'1'),(59,'statssales',1,'1'),(60,'statssearch',1,'1'),(61,'statsstock',1,'1'),(62,'statsvisits',1,'1'),(63,'themeinstallator',1,'2.4'),(64,'gamification',1,'1.5.1'); /*!40000 ALTER TABLE `ps_module` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_module_access` -- DROP TABLE IF EXISTS `ps_module_access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_module_access` ( `id_profile` int(10) unsigned NOT NULL, `id_module` int(10) unsigned NOT NULL, `view` tinyint(1) NOT NULL, `configure` tinyint(1) NOT NULL, PRIMARY KEY (`id_profile`,`id_module`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_module_access` -- LOCK TABLES `ps_module_access` WRITE; /*!40000 ALTER TABLE `ps_module_access` DISABLE KEYS */; INSERT INTO `ps_module_access` VALUES (2,1,1,0),(2,2,1,0),(2,3,1,0),(2,4,1,0),(2,5,1,0),(2,6,1,0),(2,7,1,0),(2,8,1,0),(2,9,1,0),(2,10,1,0),(2,11,1,0),(2,12,1,0),(2,13,1,0),(2,14,1,0),(2,15,1,0),(2,16,1,0),(2,17,1,0),(2,18,1,0),(2,19,1,0),(2,20,1,0),(2,21,1,0),(2,22,1,0),(2,23,1,0),(2,24,1,0),(2,25,1,0),(2,26,1,0),(2,27,1,0),(2,28,1,0),(2,29,1,0),(2,30,1,0),(2,31,1,0),(2,32,1,0),(2,33,1,0),(2,34,1,0),(2,35,1,0),(2,36,1,0),(2,37,1,0),(2,38,1,0),(2,39,1,0),(2,40,1,0),(2,41,1,0),(2,42,1,0),(2,43,1,0),(2,44,1,0),(2,45,1,0),(2,46,1,0),(2,47,1,0),(2,48,1,0),(2,49,1,0),(2,50,1,0),(2,51,1,0),(2,52,1,0),(2,53,1,0),(2,54,1,0),(2,55,1,0),(2,56,1,0),(2,57,1,0),(2,58,1,0),(2,59,1,0),(2,60,1,0),(2,61,1,0),(2,62,1,0),(2,63,1,0),(2,64,1,0),(3,1,1,0),(3,2,1,0),(3,3,1,0),(3,4,1,0),(3,5,1,0),(3,6,1,0),(3,7,1,0),(3,8,1,0),(3,9,1,0),(3,10,1,0),(3,11,1,0),(3,12,1,0),(3,13,1,0),(3,14,1,0),(3,15,1,0),(3,16,1,0),(3,17,1,0),(3,18,1,0),(3,19,1,0),(3,20,1,0),(3,21,1,0),(3,22,1,0),(3,23,1,0),(3,24,1,0),(3,25,1,0),(3,26,1,0),(3,27,1,0),(3,28,1,0),(3,29,1,0),(3,30,1,0),(3,31,1,0),(3,32,1,0),(3,33,1,0),(3,34,1,0),(3,35,1,0),(3,36,1,0),(3,37,1,0),(3,38,1,0),(3,39,1,0),(3,40,1,0),(3,41,1,0),(3,42,1,0),(3,43,1,0),(3,44,1,0),(3,45,1,0),(3,46,1,0),(3,47,1,0),(3,48,1,0),(3,49,1,0),(3,50,1,0),(3,51,1,0),(3,52,1,0),(3,53,1,0),(3,54,1,0),(3,55,1,0),(3,56,1,0),(3,57,1,0),(3,58,1,0),(3,59,1,0),(3,60,1,0),(3,61,1,0),(3,62,1,0),(3,63,1,0),(3,64,1,0),(4,1,1,0),(4,2,1,0),(4,3,1,0),(4,4,1,0),(4,5,1,0),(4,6,1,0),(4,7,1,0),(4,8,1,0),(4,9,1,0),(4,10,1,0),(4,11,1,0),(4,12,1,0),(4,13,1,0),(4,14,1,0),(4,15,1,0),(4,16,1,0),(4,17,1,0),(4,18,1,0),(4,19,1,0),(4,20,1,0),(4,21,1,0),(4,22,1,0),(4,23,1,0),(4,24,1,0),(4,25,1,0),(4,26,1,0),(4,27,1,0),(4,28,1,0),(4,29,1,0),(4,30,1,0),(4,31,1,0),(4,32,1,0),(4,33,1,0),(4,34,1,0),(4,35,1,0),(4,36,1,0),(4,37,1,0),(4,38,1,0),(4,39,1,0),(4,40,1,0),(4,41,1,0),(4,42,1,0),(4,43,1,0),(4,44,1,0),(4,45,1,0),(4,46,1,0),(4,47,1,0),(4,48,1,0),(4,49,1,0),(4,50,1,0),(4,51,1,0),(4,52,1,0),(4,53,1,0),(4,54,1,0),(4,55,1,0),(4,56,1,0),(4,57,1,0),(4,58,1,0),(4,59,1,0),(4,60,1,0),(4,61,1,0),(4,62,1,0),(4,63,1,0),(4,64,1,0),(5,1,1,0),(5,2,1,0),(5,3,1,0),(5,4,1,0),(5,5,1,0),(5,6,1,0),(5,7,1,0),(5,8,1,0),(5,9,1,0),(5,10,1,0),(5,11,1,0),(5,12,1,0),(5,13,1,0),(5,14,1,0),(5,15,1,0),(5,16,1,0),(5,17,1,0),(5,18,1,0),(5,19,1,0),(5,20,1,0),(5,21,1,0),(5,22,1,0),(5,23,1,0),(5,24,1,0),(5,25,1,0),(5,26,1,0),(5,27,1,0),(5,28,1,0),(5,29,1,0),(5,30,1,0),(5,31,1,0),(5,32,1,0),(5,33,1,0),(5,34,1,0),(5,35,1,0),(5,36,1,0),(5,37,1,0),(5,38,1,0),(5,39,1,0),(5,40,1,0),(5,41,1,0),(5,42,1,0),(5,43,1,0),(5,44,1,0),(5,45,1,0),(5,46,1,0),(5,47,1,0),(5,48,1,0),(5,49,1,0),(5,50,1,0),(5,51,1,0),(5,52,1,0),(5,53,1,0),(5,54,1,0),(5,55,1,0),(5,56,1,0),(5,57,1,0),(5,58,1,0),(5,59,1,0),(5,60,1,0),(5,61,1,0),(5,62,1,0),(5,63,1,0),(5,64,1,0); /*!40000 ALTER TABLE `ps_module_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_module_country` -- DROP TABLE IF EXISTS `ps_module_country`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_module_country` ( `id_module` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_country` int(10) unsigned NOT NULL, PRIMARY KEY (`id_module`,`id_shop`,`id_country`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_module_country` -- LOCK TABLES `ps_module_country` WRITE; /*!40000 ALTER TABLE `ps_module_country` DISABLE KEYS */; INSERT INTO `ps_module_country` VALUES (2,1,21),(31,1,21); /*!40000 ALTER TABLE `ps_module_country` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_module_currency` -- DROP TABLE IF EXISTS `ps_module_currency`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_module_currency` ( `id_module` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_currency` int(11) NOT NULL, PRIMARY KEY (`id_module`,`id_shop`,`id_currency`), KEY `id_module` (`id_module`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_module_currency` -- LOCK TABLES `ps_module_currency` WRITE; /*!40000 ALTER TABLE `ps_module_currency` DISABLE KEYS */; INSERT INTO `ps_module_currency` VALUES (2,1,1),(31,1,1); /*!40000 ALTER TABLE `ps_module_currency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_module_group` -- DROP TABLE IF EXISTS `ps_module_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_module_group` ( `id_module` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_group` int(11) unsigned NOT NULL, PRIMARY KEY (`id_module`,`id_shop`,`id_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_module_group` -- LOCK TABLES `ps_module_group` WRITE; /*!40000 ALTER TABLE `ps_module_group` DISABLE KEYS */; INSERT INTO `ps_module_group` VALUES (1,1,1),(1,1,2),(1,1,3),(2,1,1),(2,1,2),(2,1,3),(3,1,1),(3,1,2),(3,1,3),(4,1,1),(4,1,2),(4,1,3),(5,1,1),(5,1,2),(5,1,3),(6,1,1),(6,1,2),(6,1,3),(7,1,1),(7,1,2),(7,1,3),(8,1,1),(8,1,2),(8,1,3),(9,1,1),(9,1,2),(9,1,3),(10,1,1),(10,1,2),(10,1,3),(11,1,1),(11,1,2),(11,1,3),(12,1,1),(12,1,2),(12,1,3),(13,1,1),(13,1,2),(13,1,3),(14,1,1),(14,1,2),(14,1,3),(15,1,1),(15,1,2),(15,1,3),(16,1,1),(16,1,2),(16,1,3),(17,1,1),(17,1,2),(17,1,3),(18,1,1),(18,1,2),(18,1,3),(19,1,1),(19,1,2),(19,1,3),(20,1,1),(20,1,2),(20,1,3),(21,1,1),(21,1,2),(21,1,3),(22,1,1),(22,1,2),(22,1,3),(23,1,1),(23,1,2),(23,1,3),(24,1,1),(24,1,2),(24,1,3),(25,1,1),(25,1,2),(25,1,3),(26,1,1),(26,1,2),(26,1,3),(27,1,1),(27,1,2),(27,1,3),(28,1,1),(28,1,2),(28,1,3),(29,1,1),(29,1,2),(29,1,3),(30,1,1),(30,1,2),(30,1,3),(31,1,1),(31,1,2),(31,1,3),(32,1,1),(32,1,2),(32,1,3),(33,1,1),(33,1,2),(33,1,3),(34,1,1),(34,1,2),(34,1,3),(35,1,1),(35,1,2),(35,1,3),(36,1,1),(36,1,2),(36,1,3),(37,1,1),(37,1,2),(37,1,3),(38,1,1),(38,1,2),(38,1,3),(39,1,1),(39,1,2),(39,1,3),(40,1,1),(40,1,2),(40,1,3),(41,1,1),(41,1,2),(41,1,3),(42,1,1),(42,1,2),(42,1,3),(43,1,1),(43,1,2),(43,1,3),(44,1,1),(44,1,2),(44,1,3),(45,1,1),(45,1,2),(45,1,3),(46,1,1),(46,1,2),(46,1,3),(47,1,1),(47,1,2),(47,1,3),(48,1,1),(48,1,2),(48,1,3),(49,1,1),(49,1,2),(49,1,3),(50,1,1),(50,1,2),(50,1,3),(51,1,1),(51,1,2),(51,1,3),(52,1,1),(52,1,2),(52,1,3),(53,1,1),(53,1,2),(53,1,3),(54,1,1),(54,1,2),(54,1,3),(55,1,1),(55,1,2),(55,1,3),(56,1,1),(56,1,2),(56,1,3),(57,1,1),(57,1,2),(57,1,3),(58,1,1),(58,1,2),(58,1,3),(59,1,1),(59,1,2),(59,1,3),(60,1,1),(60,1,2),(60,1,3),(61,1,1),(61,1,2),(61,1,3),(62,1,1),(62,1,2),(62,1,3),(63,1,1),(63,1,2),(63,1,3),(64,1,1),(64,1,2),(64,1,3); /*!40000 ALTER TABLE `ps_module_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_module_preference` -- DROP TABLE IF EXISTS `ps_module_preference`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_module_preference` ( `id_module_preference` int(11) NOT NULL auto_increment, `id_employee` int(11) NOT NULL, `module` varchar(255) NOT NULL, `interest` tinyint(1) default NULL, `favorite` tinyint(1) default NULL, PRIMARY KEY (`id_module_preference`), UNIQUE KEY `employee_module` (`id_employee`,`module`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_module_preference` -- LOCK TABLES `ps_module_preference` WRITE; /*!40000 ALTER TABLE `ps_module_preference` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_module_preference` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_module_shop` -- DROP TABLE IF EXISTS `ps_module_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_module_shop` ( `id_module` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_module`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_module_shop` -- LOCK TABLES `ps_module_shop` WRITE; /*!40000 ALTER TABLE `ps_module_shop` DISABLE KEYS */; INSERT INTO `ps_module_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1),(9,1),(10,1),(11,1),(12,1),(13,1),(14,1),(15,1),(16,1),(17,1),(18,1),(19,1),(20,1),(21,1),(22,1),(23,1),(24,1),(25,1),(26,1),(27,1),(28,1),(29,1),(30,1),(31,1),(32,1),(33,1),(34,1),(35,1),(36,1),(37,1),(38,1),(39,1),(40,1),(41,1),(42,1),(43,1),(44,1),(45,1),(46,1),(47,1),(48,1),(49,1),(50,1),(51,1),(52,1),(53,1),(54,1),(55,1),(56,1),(57,1),(58,1),(59,1),(60,1),(61,1),(62,1),(63,1),(64,1); /*!40000 ALTER TABLE `ps_module_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_newsletter` -- DROP TABLE IF EXISTS `ps_newsletter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_newsletter` ( `id` int(6) NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL default '1', `id_shop_group` int(10) unsigned NOT NULL default '1', `email` varchar(255) NOT NULL, `newsletter_date_add` datetime default NULL, `ip_registration_newsletter` varchar(15) NOT NULL, `http_referer` varchar(255) default NULL, `active` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_newsletter` -- LOCK TABLES `ps_newsletter` WRITE; /*!40000 ALTER TABLE `ps_newsletter` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_newsletter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_operating_system` -- DROP TABLE IF EXISTS `ps_operating_system`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_operating_system` ( `id_operating_system` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) default NULL, PRIMARY KEY (`id_operating_system`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_operating_system` -- LOCK TABLES `ps_operating_system` WRITE; /*!40000 ALTER TABLE `ps_operating_system` DISABLE KEYS */; INSERT INTO `ps_operating_system` VALUES (1,'Windows XP'),(2,'Windows Vista'),(3,'Windows 7'),(4,'Windows 8'),(5,'MacOsX'),(6,'Linux'),(7,'Android'); /*!40000 ALTER TABLE `ps_operating_system` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_carrier` -- DROP TABLE IF EXISTS `ps_order_carrier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_carrier` ( `id_order_carrier` int(11) NOT NULL auto_increment, `id_order` int(11) unsigned NOT NULL, `id_carrier` int(11) unsigned NOT NULL, `id_order_invoice` int(11) unsigned default NULL, `weight` decimal(20,6) default NULL, `shipping_cost_tax_excl` decimal(20,6) default NULL, `shipping_cost_tax_incl` decimal(20,6) default NULL, `tracking_number` varchar(64) default NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_order_carrier`), KEY `id_order` (`id_order`), KEY `id_carrier` (`id_carrier`), KEY `id_order_invoice` (`id_order_invoice`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_carrier` -- LOCK TABLES `ps_order_carrier` WRITE; /*!40000 ALTER TABLE `ps_order_carrier` DISABLE KEYS */; INSERT INTO `ps_order_carrier` VALUES (1,1,2,0,'0.000000','0.000000','0.000000','','2013-09-15 16:44:39'); /*!40000 ALTER TABLE `ps_order_carrier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_cart_rule` -- DROP TABLE IF EXISTS `ps_order_cart_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_cart_rule` ( `id_order_cart_rule` int(10) unsigned NOT NULL auto_increment, `id_order` int(10) unsigned NOT NULL, `id_cart_rule` int(10) unsigned NOT NULL, `id_order_invoice` int(10) unsigned default '0', `name` varchar(254) NOT NULL, `value` decimal(17,2) NOT NULL default '0.00', `value_tax_excl` decimal(17,2) NOT NULL default '0.00', `free_shipping` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_order_cart_rule`), KEY `id_order` (`id_order`), KEY `id_cart_rule` (`id_cart_rule`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_cart_rule` -- LOCK TABLES `ps_order_cart_rule` WRITE; /*!40000 ALTER TABLE `ps_order_cart_rule` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_order_cart_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_detail` -- DROP TABLE IF EXISTS `ps_order_detail`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_detail` ( `id_order_detail` int(10) unsigned NOT NULL auto_increment, `id_order` int(10) unsigned NOT NULL, `id_order_invoice` int(11) default NULL, `id_warehouse` int(10) unsigned default '0', `id_shop` int(11) unsigned NOT NULL, `product_id` int(10) unsigned NOT NULL, `product_attribute_id` int(10) unsigned default NULL, `product_name` varchar(255) NOT NULL, `product_quantity` int(10) unsigned NOT NULL default '0', `product_quantity_in_stock` int(10) NOT NULL default '0', `product_quantity_refunded` int(10) unsigned NOT NULL default '0', `product_quantity_return` int(10) unsigned NOT NULL default '0', `product_quantity_reinjected` int(10) unsigned NOT NULL default '0', `product_price` decimal(20,6) NOT NULL default '0.000000', `reduction_percent` decimal(10,2) NOT NULL default '0.00', `reduction_amount` decimal(20,6) NOT NULL default '0.000000', `reduction_amount_tax_incl` decimal(20,6) NOT NULL default '0.000000', `reduction_amount_tax_excl` decimal(20,6) NOT NULL default '0.000000', `group_reduction` decimal(10,2) NOT NULL default '0.00', `product_quantity_discount` decimal(20,6) NOT NULL default '0.000000', `product_ean13` varchar(13) default NULL, `product_upc` varchar(12) default NULL, `product_reference` varchar(32) default NULL, `product_supplier_reference` varchar(32) default NULL, `product_weight` decimal(20,6) NOT NULL, `tax_computation_method` tinyint(1) unsigned NOT NULL default '0', `tax_name` varchar(16) NOT NULL, `tax_rate` decimal(10,3) NOT NULL default '0.000', `ecotax` decimal(21,6) NOT NULL default '0.000000', `ecotax_tax_rate` decimal(5,3) NOT NULL default '0.000', `discount_quantity_applied` tinyint(1) NOT NULL default '0', `download_hash` varchar(255) default NULL, `download_nb` int(10) unsigned default '0', `download_deadline` datetime default NULL, `total_price_tax_incl` decimal(20,6) NOT NULL default '0.000000', `total_price_tax_excl` decimal(20,6) NOT NULL default '0.000000', `unit_price_tax_incl` decimal(20,6) NOT NULL default '0.000000', `unit_price_tax_excl` decimal(20,6) NOT NULL default '0.000000', `total_shipping_price_tax_incl` decimal(20,6) NOT NULL default '0.000000', `total_shipping_price_tax_excl` decimal(20,6) NOT NULL default '0.000000', `purchase_supplier_price` decimal(20,6) NOT NULL default '0.000000', `original_product_price` decimal(20,6) NOT NULL default '0.000000', PRIMARY KEY (`id_order_detail`), KEY `order_detail_order` (`id_order`), KEY `product_id` (`product_id`), KEY `product_attribute_id` (`product_attribute_id`), KEY `id_order_id_order_detail` (`id_order`,`id_order_detail`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_detail` -- LOCK TABLES `ps_order_detail` WRITE; /*!40000 ALTER TABLE `ps_order_detail` DISABLE KEYS */; INSERT INTO `ps_order_detail` VALUES (1,1,0,0,1,5,11,'iPod touch - Capacité: 32Go',1,0,0,0,0,'392.140500','0.00','0.000000','0.000000','0.000000','0.00','0.000000','','','','','0.000000',0,'','0.000','0.000000','0.000',0,'',0,'0000-00-00 00:00:00','469.000000','392.140000','469.000000','392.140468','0.000000','0.000000','0.000000','0.000000'),(2,1,0,0,1,7,0,'Écouteurs à isolation sonore Shure SE210',1,0,0,0,0,'124.581900','0.00','0.000000','0.000000','0.000000','0.00','0.000000','','','','','0.000000',0,'','0.000','0.000000','0.000',0,'',0,'0000-00-00 00:00:00','149.000000','124.580000','149.000000','124.581940','0.000000','0.000000','0.000000','0.000000'); /*!40000 ALTER TABLE `ps_order_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_detail_tax` -- DROP TABLE IF EXISTS `ps_order_detail_tax`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_detail_tax` ( `id_order_detail` int(11) NOT NULL, `id_tax` int(11) NOT NULL, `unit_amount` decimal(16,6) NOT NULL default '0.000000', `total_amount` decimal(16,6) NOT NULL default '0.000000' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_detail_tax` -- LOCK TABLES `ps_order_detail_tax` WRITE; /*!40000 ALTER TABLE `ps_order_detail_tax` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_order_detail_tax` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_history` -- DROP TABLE IF EXISTS `ps_order_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_history` ( `id_order_history` int(10) unsigned NOT NULL auto_increment, `id_employee` int(10) unsigned NOT NULL, `id_order` int(10) unsigned NOT NULL, `id_order_state` int(10) unsigned NOT NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_order_history`), KEY `order_history_order` (`id_order`), KEY `id_employee` (`id_employee`), KEY `id_order_state` (`id_order_state`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_history` -- LOCK TABLES `ps_order_history` WRITE; /*!40000 ALTER TABLE `ps_order_history` DISABLE KEYS */; INSERT INTO `ps_order_history` VALUES (1,0,1,1,'2013-09-15 16:44:40'); /*!40000 ALTER TABLE `ps_order_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_invoice` -- DROP TABLE IF EXISTS `ps_order_invoice`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_invoice` ( `id_order_invoice` int(11) unsigned NOT NULL auto_increment, `id_order` int(11) NOT NULL, `number` int(11) NOT NULL, `delivery_number` int(11) NOT NULL, `delivery_date` datetime default NULL, `total_discount_tax_excl` decimal(17,2) NOT NULL default '0.00', `total_discount_tax_incl` decimal(17,2) NOT NULL default '0.00', `total_paid_tax_excl` decimal(17,2) NOT NULL default '0.00', `total_paid_tax_incl` decimal(17,2) NOT NULL default '0.00', `total_products` decimal(17,2) NOT NULL default '0.00', `total_products_wt` decimal(17,2) NOT NULL default '0.00', `total_shipping_tax_excl` decimal(17,2) NOT NULL default '0.00', `total_shipping_tax_incl` decimal(17,2) NOT NULL default '0.00', `shipping_tax_computation_method` int(10) unsigned NOT NULL, `total_wrapping_tax_excl` decimal(17,2) NOT NULL default '0.00', `total_wrapping_tax_incl` decimal(17,2) NOT NULL default '0.00', `note` text, `date_add` datetime NOT NULL, PRIMARY KEY (`id_order_invoice`), KEY `id_order` (`id_order`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_invoice` -- LOCK TABLES `ps_order_invoice` WRITE; /*!40000 ALTER TABLE `ps_order_invoice` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_order_invoice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_invoice_payment` -- DROP TABLE IF EXISTS `ps_order_invoice_payment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_invoice_payment` ( `id_order_invoice` int(11) unsigned NOT NULL, `id_order_payment` int(11) unsigned NOT NULL, `id_order` int(11) unsigned NOT NULL, PRIMARY KEY (`id_order_invoice`,`id_order_payment`), KEY `order_payment` (`id_order_payment`), KEY `id_order` (`id_order`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_invoice_payment` -- LOCK TABLES `ps_order_invoice_payment` WRITE; /*!40000 ALTER TABLE `ps_order_invoice_payment` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_order_invoice_payment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_invoice_tax` -- DROP TABLE IF EXISTS `ps_order_invoice_tax`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_invoice_tax` ( `id_order_invoice` int(11) NOT NULL, `type` varchar(15) NOT NULL, `id_tax` int(11) NOT NULL, `amount` decimal(10,6) NOT NULL default '0.000000' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_invoice_tax` -- LOCK TABLES `ps_order_invoice_tax` WRITE; /*!40000 ALTER TABLE `ps_order_invoice_tax` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_order_invoice_tax` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_message` -- DROP TABLE IF EXISTS `ps_order_message`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_message` ( `id_order_message` int(10) unsigned NOT NULL auto_increment, `date_add` datetime NOT NULL, PRIMARY KEY (`id_order_message`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_message` -- LOCK TABLES `ps_order_message` WRITE; /*!40000 ALTER TABLE `ps_order_message` DISABLE KEYS */; INSERT INTO `ps_order_message` VALUES (1,'2013-09-15 16:44:40'); /*!40000 ALTER TABLE `ps_order_message` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_message_lang` -- DROP TABLE IF EXISTS `ps_order_message_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_message_lang` ( `id_order_message` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(128) NOT NULL, `message` text NOT NULL, PRIMARY KEY (`id_order_message`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_message_lang` -- LOCK TABLES `ps_order_message_lang` WRITE; /*!40000 ALTER TABLE `ps_order_message_lang` DISABLE KEYS */; INSERT INTO `ps_order_message_lang` VALUES (1,1,'Delay','Hi,\n\nUnfortunately, an item on your order is currently out of stock. This may cause a slight delay in delivery.\nPlease accept our apologies and rest assured that we are working hard to rectify this.\n\nBest regards,'); /*!40000 ALTER TABLE `ps_order_message_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_payment` -- DROP TABLE IF EXISTS `ps_order_payment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_payment` ( `id_order_payment` int(11) NOT NULL auto_increment, `order_reference` varchar(9) default NULL, `id_currency` int(10) unsigned NOT NULL, `amount` decimal(10,2) NOT NULL, `payment_method` varchar(255) NOT NULL, `conversion_rate` decimal(13,6) NOT NULL default '1.000000', `transaction_id` varchar(254) default NULL, `card_number` varchar(254) default NULL, `card_brand` varchar(254) default NULL, `card_expiration` char(7) default NULL, `card_holder` varchar(254) default NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_order_payment`), KEY `order_reference` (`order_reference`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_payment` -- LOCK TABLES `ps_order_payment` WRITE; /*!40000 ALTER TABLE `ps_order_payment` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_order_payment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_return` -- DROP TABLE IF EXISTS `ps_order_return`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_return` ( `id_order_return` int(10) unsigned NOT NULL auto_increment, `id_customer` int(10) unsigned NOT NULL, `id_order` int(10) unsigned NOT NULL, `state` tinyint(1) unsigned NOT NULL default '1', `question` text NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_order_return`), KEY `order_return_customer` (`id_customer`), KEY `id_order` (`id_order`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_return` -- LOCK TABLES `ps_order_return` WRITE; /*!40000 ALTER TABLE `ps_order_return` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_order_return` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_return_detail` -- DROP TABLE IF EXISTS `ps_order_return_detail`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_return_detail` ( `id_order_return` int(10) unsigned NOT NULL, `id_order_detail` int(10) unsigned NOT NULL, `id_customization` int(10) unsigned NOT NULL default '0', `product_quantity` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_order_return`,`id_order_detail`,`id_customization`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_return_detail` -- LOCK TABLES `ps_order_return_detail` WRITE; /*!40000 ALTER TABLE `ps_order_return_detail` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_order_return_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_return_state` -- DROP TABLE IF EXISTS `ps_order_return_state`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_return_state` ( `id_order_return_state` int(10) unsigned NOT NULL auto_increment, `color` varchar(32) default NULL, PRIMARY KEY (`id_order_return_state`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_return_state` -- LOCK TABLES `ps_order_return_state` WRITE; /*!40000 ALTER TABLE `ps_order_return_state` DISABLE KEYS */; INSERT INTO `ps_order_return_state` VALUES (1,'RoyalBlue'),(2,'BlueViolet'),(3,'LimeGreen'),(4,'Crimson'),(5,'#108510'); /*!40000 ALTER TABLE `ps_order_return_state` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_return_state_lang` -- DROP TABLE IF EXISTS `ps_order_return_state_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_return_state_lang` ( `id_order_return_state` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`id_order_return_state`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_return_state_lang` -- LOCK TABLES `ps_order_return_state_lang` WRITE; /*!40000 ALTER TABLE `ps_order_return_state_lang` DISABLE KEYS */; INSERT INTO `ps_order_return_state_lang` VALUES (1,1,'Waiting for confirmation'),(2,1,'Waiting for package'),(3,1,'Package received'),(4,1,'Return denied'),(5,1,'Return completed'); /*!40000 ALTER TABLE `ps_order_return_state_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_slip` -- DROP TABLE IF EXISTS `ps_order_slip`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_slip` ( `id_order_slip` int(10) unsigned NOT NULL auto_increment, `conversion_rate` decimal(13,6) NOT NULL default '1.000000', `id_customer` int(10) unsigned NOT NULL, `id_order` int(10) unsigned NOT NULL, `shipping_cost` tinyint(3) unsigned NOT NULL default '0', `amount` decimal(10,2) NOT NULL, `shipping_cost_amount` decimal(10,2) NOT NULL, `partial` tinyint(1) NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_order_slip`), KEY `order_slip_customer` (`id_customer`), KEY `id_order` (`id_order`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_slip` -- LOCK TABLES `ps_order_slip` WRITE; /*!40000 ALTER TABLE `ps_order_slip` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_order_slip` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_slip_detail` -- DROP TABLE IF EXISTS `ps_order_slip_detail`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_slip_detail` ( `id_order_slip` int(10) unsigned NOT NULL, `id_order_detail` int(10) unsigned NOT NULL, `product_quantity` int(10) unsigned NOT NULL default '0', `amount_tax_excl` decimal(10,2) default NULL, `amount_tax_incl` decimal(10,2) default NULL, PRIMARY KEY (`id_order_slip`,`id_order_detail`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_slip_detail` -- LOCK TABLES `ps_order_slip_detail` WRITE; /*!40000 ALTER TABLE `ps_order_slip_detail` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_order_slip_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_state` -- DROP TABLE IF EXISTS `ps_order_state`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_state` ( `id_order_state` int(10) unsigned NOT NULL auto_increment, `invoice` tinyint(1) unsigned default '0', `send_email` tinyint(1) unsigned NOT NULL default '0', `module_name` varchar(255) default NULL, `color` varchar(32) default NULL, `unremovable` tinyint(1) unsigned NOT NULL, `hidden` tinyint(1) unsigned NOT NULL default '0', `logable` tinyint(1) NOT NULL default '0', `delivery` tinyint(1) unsigned NOT NULL default '0', `shipped` tinyint(1) unsigned NOT NULL default '0', `paid` tinyint(1) unsigned NOT NULL default '0', `deleted` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_order_state`), KEY `module_name` (`module_name`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_state` -- LOCK TABLES `ps_order_state` WRITE; /*!40000 ALTER TABLE `ps_order_state` DISABLE KEYS */; INSERT INTO `ps_order_state` VALUES (1,0,1,'cheque','RoyalBlue',1,0,0,0,0,0,0),(2,1,1,'','LimeGreen',1,0,1,0,0,1,0),(3,1,1,'','DarkOrange',1,0,1,1,0,1,0),(4,1,1,'','BlueViolet',1,0,1,1,1,1,0),(5,1,0,'','#108510',1,0,1,1,1,1,0),(6,0,1,'','Crimson',1,0,0,0,0,0,0),(7,1,1,'','#ec2e15',1,0,0,0,0,0,0),(8,0,1,'','#8f0621',1,0,0,0,0,0,0),(9,1,1,'','HotPink',1,0,0,0,0,1,0),(10,0,1,'bankwire','RoyalBlue',1,0,0,0,0,0,0),(11,0,0,'','RoyalBlue',1,0,0,0,0,0,0),(12,1,1,'','LimeGreen',1,0,1,0,0,1,0); /*!40000 ALTER TABLE `ps_order_state` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_order_state_lang` -- DROP TABLE IF EXISTS `ps_order_state_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_order_state_lang` ( `id_order_state` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(64) NOT NULL, `template` varchar(64) NOT NULL, PRIMARY KEY (`id_order_state`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_order_state_lang` -- LOCK TABLES `ps_order_state_lang` WRITE; /*!40000 ALTER TABLE `ps_order_state_lang` DISABLE KEYS */; INSERT INTO `ps_order_state_lang` VALUES (1,1,'Awaiting cheque payment','cheque'),(2,1,'Payment accepted','payment'),(3,1,'Preparation in progress','preparation'),(4,1,'Shipped','shipped'),(5,1,'Delivered',''),(6,1,'Canceled','order_canceled'),(7,1,'Refund','refund'),(8,1,'Payment error','payment_error'),(9,1,'On backorder','outofstock'),(10,1,'Awaiting bank wire payment','bankwire'),(11,1,'Awaiting PayPal payment',''),(12,1,'Payment remotely accepted','payment'); /*!40000 ALTER TABLE `ps_order_state_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_orders` -- DROP TABLE IF EXISTS `ps_orders`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_orders` ( `id_order` int(10) unsigned NOT NULL auto_increment, `reference` varchar(9) default NULL, `id_shop_group` int(11) unsigned NOT NULL default '1', `id_shop` int(11) unsigned NOT NULL default '1', `id_carrier` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `id_customer` int(10) unsigned NOT NULL, `id_cart` int(10) unsigned NOT NULL, `id_currency` int(10) unsigned NOT NULL, `id_address_delivery` int(10) unsigned NOT NULL, `id_address_invoice` int(10) unsigned NOT NULL, `current_state` int(10) unsigned NOT NULL, `secure_key` varchar(32) NOT NULL default '-1', `payment` varchar(255) NOT NULL, `conversion_rate` decimal(13,6) NOT NULL default '1.000000', `module` varchar(255) default NULL, `recyclable` tinyint(1) unsigned NOT NULL default '0', `gift` tinyint(1) unsigned NOT NULL default '0', `gift_message` text, `mobile_theme` tinyint(1) NOT NULL default '0', `shipping_number` varchar(32) default NULL, `total_discounts` decimal(17,2) NOT NULL default '0.00', `total_discounts_tax_incl` decimal(17,2) NOT NULL default '0.00', `total_discounts_tax_excl` decimal(17,2) NOT NULL default '0.00', `total_paid` decimal(17,2) NOT NULL default '0.00', `total_paid_tax_incl` decimal(17,2) NOT NULL default '0.00', `total_paid_tax_excl` decimal(17,2) NOT NULL default '0.00', `total_paid_real` decimal(17,2) NOT NULL default '0.00', `total_products` decimal(17,2) NOT NULL default '0.00', `total_products_wt` decimal(17,2) NOT NULL default '0.00', `total_shipping` decimal(17,2) NOT NULL default '0.00', `total_shipping_tax_incl` decimal(17,2) NOT NULL default '0.00', `total_shipping_tax_excl` decimal(17,2) NOT NULL default '0.00', `carrier_tax_rate` decimal(10,3) NOT NULL default '0.000', `total_wrapping` decimal(17,2) NOT NULL default '0.00', `total_wrapping_tax_incl` decimal(17,2) NOT NULL default '0.00', `total_wrapping_tax_excl` decimal(17,2) NOT NULL default '0.00', `invoice_number` int(10) unsigned NOT NULL default '0', `delivery_number` int(10) unsigned NOT NULL default '0', `invoice_date` datetime NOT NULL, `delivery_date` datetime NOT NULL, `valid` int(1) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_order`), KEY `id_customer` (`id_customer`), KEY `id_cart` (`id_cart`), KEY `invoice_number` (`invoice_number`), KEY `id_carrier` (`id_carrier`), KEY `id_lang` (`id_lang`), KEY `id_currency` (`id_currency`), KEY `id_address_delivery` (`id_address_delivery`), KEY `id_address_invoice` (`id_address_invoice`), KEY `id_shop_group` (`id_shop_group`), KEY `id_shop` (`id_shop`), KEY `date_add` (`date_add`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_orders` -- LOCK TABLES `ps_orders` WRITE; /*!40000 ALTER TABLE `ps_orders` DISABLE KEYS */; INSERT INTO `ps_orders` VALUES (1,'XKBKNABJK',1,1,2,1,1,1,1,2,2,1,'47ce86627c1f3c792a80773c5d2deaf8','Chèque','1.000000','cheque',0,0,'',0,'','0.00','0.00','0.00','626.37','626.37','523.72','0.00','516.72','618.00','7.98','8.37','7.00','19.600','0.00','0.00','0.00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'2013-09-15 16:44:39','2013-09-15 16:44:40'); /*!40000 ALTER TABLE `ps_orders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_pack` -- DROP TABLE IF EXISTS `ps_pack`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_pack` ( `id_product_pack` int(10) unsigned NOT NULL, `id_product_item` int(10) unsigned NOT NULL, `quantity` int(10) unsigned NOT NULL default '1', PRIMARY KEY (`id_product_pack`,`id_product_item`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_pack` -- LOCK TABLES `ps_pack` WRITE; /*!40000 ALTER TABLE `ps_pack` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_pack` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_page` -- DROP TABLE IF EXISTS `ps_page`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_page` ( `id_page` int(10) unsigned NOT NULL auto_increment, `id_page_type` int(10) unsigned NOT NULL, `id_object` int(10) unsigned default NULL, PRIMARY KEY (`id_page`), KEY `id_page_type` (`id_page_type`), KEY `id_object` (`id_object`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_page` -- LOCK TABLES `ps_page` WRITE; /*!40000 ALTER TABLE `ps_page` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_page` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_page_type` -- DROP TABLE IF EXISTS `ps_page_type`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_page_type` ( `id_page_type` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL, PRIMARY KEY (`id_page_type`), KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_page_type` -- LOCK TABLES `ps_page_type` WRITE; /*!40000 ALTER TABLE `ps_page_type` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_page_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_page_viewed` -- DROP TABLE IF EXISTS `ps_page_viewed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_page_viewed` ( `id_page` int(10) unsigned NOT NULL, `id_shop_group` int(10) unsigned NOT NULL default '1', `id_shop` int(10) unsigned NOT NULL default '1', `id_date_range` int(10) unsigned NOT NULL, `counter` int(10) unsigned NOT NULL, PRIMARY KEY (`id_page`,`id_date_range`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_page_viewed` -- LOCK TABLES `ps_page_viewed` WRITE; /*!40000 ALTER TABLE `ps_page_viewed` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_page_viewed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_pagenotfound` -- DROP TABLE IF EXISTS `ps_pagenotfound`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_pagenotfound` ( `id_pagenotfound` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL default '1', `id_shop_group` int(10) unsigned NOT NULL default '1', `request_uri` varchar(256) NOT NULL, `http_referer` varchar(256) NOT NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_pagenotfound`), KEY `date_add` (`date_add`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_pagenotfound` -- LOCK TABLES `ps_pagenotfound` WRITE; /*!40000 ALTER TABLE `ps_pagenotfound` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_pagenotfound` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product` -- DROP TABLE IF EXISTS `ps_product`; SET @saved_cs_client = @@character_set_client; 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=8 DEFAULT CHARSET=utf8; 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 (1,1,1,3,1,1,0,0,'0','','0.000000',0,1,'124.581940','70.000000','','0.000000','0.00','demo_1','','','0.000000','0.000000','0.000000','0.500000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-15 16:44:39','2013-09-15 16:44:39',0),(2,1,1,3,1,1,0,0,'0','','0.000000',0,1,'66.053500','33.000000','','0.000000','0.00','demo_2','','','0.000000','0.000000','0.000000','0.000000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-15 16:44:39','2013-09-15 16:44:39',0),(3,1,1,5,1,1,0,0,'0','','0.000000',0,1,'1504.180602','1000.000000','','0.000000','0.00','demo_3','','','0.000000','0.000000','0.000000','1.360000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-15 16:44:39','2013-09-15 16:44:39',0),(4,1,1,5,1,1,0,0,'0','','0.000000',0,1,'1170.568561','0.000000','','0.000000','0.00','demo_4','','','0.000000','0.000000','0.000000','0.750000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-15 16:44:39','2013-09-15 16:44:39',0),(5,0,0,3,1,1,0,0,'0','','0.000000',0,1,'241.638796','200.000000','','0.000000','0.00','demo_5','','','0.000000','0.000000','0.000000','0.000000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-15 16:44:39','2013-09-15 16:44:39',0),(6,0,0,4,1,1,0,1,'0','','0.000000',0,1,'25.041806','0.000000','','0.000000','0.00','demo_6','','','0.000000','0.000000','0.000000','0.000000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-15 16:44:39','2013-09-15 16:44:39',0),(7,2,2,4,1,1,0,1,'0','','0.000000',0,1,'124.581940','0.000000','','0.000000','0.00','demo_7','','','0.000000','0.000000','0.000000','0.000000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-15 16:44:39','2013-09-15 16:44:39',0); /*!40000 ALTER TABLE `ps_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product_attachment` -- DROP TABLE IF EXISTS `ps_product_attachment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_product_attachment` ( `id_product` int(10) unsigned NOT NULL, `id_attachment` int(10) unsigned NOT NULL, PRIMARY KEY (`id_product`,`id_attachment`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_product_attachment` -- LOCK TABLES `ps_product_attachment` WRITE; /*!40000 ALTER TABLE `ps_product_attachment` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_product_attachment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product_attribute` -- DROP TABLE IF EXISTS `ps_product_attribute`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_product_attribute` ( `id_product_attribute` int(10) unsigned NOT NULL auto_increment, `id_product` int(10) unsigned NOT NULL, `reference` varchar(32) default NULL, `supplier_reference` varchar(32) default NULL, `location` varchar(64) default NULL, `ean13` varchar(13) default NULL, `upc` varchar(12) default NULL, `wholesale_price` decimal(20,6) NOT NULL default '0.000000', `price` decimal(20,6) NOT NULL default '0.000000', `ecotax` decimal(17,6) NOT NULL default '0.000000', `quantity` int(10) NOT NULL default '0', `weight` decimal(20,6) NOT NULL default '0.000000', `unit_price_impact` decimal(17,2) NOT NULL default '0.00', `default_on` tinyint(1) unsigned NOT NULL default '0', `minimal_quantity` int(10) unsigned NOT NULL default '1', `available_date` date NOT NULL, PRIMARY KEY (`id_product_attribute`), KEY `product_attribute_product` (`id_product`), KEY `reference` (`reference`), KEY `supplier_reference` (`supplier_reference`), KEY `product_default` (`id_product`,`default_on`), KEY `id_product_id_product_attribute` (`id_product_attribute`,`id_product`) ) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_product_attribute` -- LOCK TABLES `ps_product_attribute` WRITE; /*!40000 ALTER TABLE `ps_product_attribute` DISABLE KEYS */; INSERT INTO `ps_product_attribute` VALUES (1,2,'','','','','','0.000000','0.000000','0.000000',10,'0.000000','0.00',0,1,'0000-00-00'),(2,2,'','','','','','0.000000','0.000000','0.000000',20,'0.000000','0.00',1,1,'0000-00-00'),(3,2,'','','','','','0.000000','0.000000','0.000000',30,'0.000000','0.00',0,1,'0000-00-00'),(4,2,'','','','','','0.000000','0.000000','0.000000',40,'0.000000','0.00',0,1,'0000-00-00'),(5,3,'','','','','','0.000000','751.672241','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(6,3,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',1,1,'0000-00-00'),(7,3,'','','','','','0.000000','225.752508','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(8,3,'','','','','','0.000000','977.424749','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(9,5,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',1,1,'0000-00-00'),(10,5,'','','','','','0.000000','75.250836','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(11,5,'','','','','','0.000000','150.501672','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(12,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,4,'0000-00-00'),(13,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(14,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(15,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(16,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(17,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(18,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',1,1,'0000-00-00'),(19,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(20,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(21,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(22,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(23,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(24,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(25,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(26,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(27,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'); /*!40000 ALTER TABLE `ps_product_attribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product_attribute_combination` -- DROP TABLE IF EXISTS `ps_product_attribute_combination`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_product_attribute_combination` ( `id_attribute` int(10) unsigned NOT NULL, `id_product_attribute` int(10) unsigned NOT NULL, PRIMARY KEY (`id_attribute`,`id_product_attribute`), KEY `id_product_attribute` (`id_product_attribute`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_product_attribute_combination` -- LOCK TABLES `ps_product_attribute_combination` WRITE; /*!40000 ALTER TABLE `ps_product_attribute_combination` DISABLE KEYS */; INSERT INTO `ps_product_attribute_combination` VALUES (3,3),(3,5),(3,6),(3,7),(3,8),(3,16),(3,17),(4,1),(4,12),(4,13),(5,4),(5,22),(5,23),(6,2),(6,24),(6,25),(7,20),(7,21),(8,6),(8,8),(9,5),(9,7),(10,5),(10,6),(11,7),(11,8),(14,18),(14,19),(15,9),(15,13),(15,15),(15,17),(15,19),(15,21),(15,23),(15,25),(15,27),(16,10),(16,12),(16,14),(16,16),(16,18),(16,20),(16,22),(16,24),(16,26),(17,11),(18,26),(18,27),(19,14),(19,15); /*!40000 ALTER TABLE `ps_product_attribute_combination` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product_attribute_image` -- DROP TABLE IF EXISTS `ps_product_attribute_image`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_product_attribute_image` ( `id_product_attribute` int(10) unsigned NOT NULL, `id_image` int(10) unsigned NOT NULL, PRIMARY KEY (`id_product_attribute`,`id_image`), KEY `id_image` (`id_image`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_product_attribute_image` -- LOCK TABLES `ps_product_attribute_image` WRITE; /*!40000 ALTER TABLE `ps_product_attribute_image` DISABLE KEYS */; INSERT INTO `ps_product_attribute_image` VALUES (1,23),(2,24),(3,26),(4,25),(5,0),(6,0),(7,0),(8,0),(9,0),(10,0),(11,0),(12,16),(13,16),(14,22),(15,22),(16,21),(17,21),(18,15),(19,15),(20,18),(21,18),(22,19),(23,19),(24,17),(25,17),(26,20),(27,20); /*!40000 ALTER TABLE `ps_product_attribute_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product_attribute_shop` -- DROP TABLE IF EXISTS `ps_product_attribute_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_product_attribute_shop` ( `id_product_attribute` int(10) unsigned NOT NULL, `id_shop` int(10) unsigned NOT NULL, `wholesale_price` decimal(20,6) NOT NULL default '0.000000', `price` decimal(20,6) NOT NULL default '0.000000', `ecotax` decimal(17,6) NOT NULL default '0.000000', `weight` decimal(20,6) NOT NULL default '0.000000', `unit_price_impact` decimal(17,2) NOT NULL default '0.00', `default_on` tinyint(1) unsigned NOT NULL default '0', `minimal_quantity` int(10) unsigned NOT NULL default '1', `available_date` date NOT NULL, PRIMARY KEY (`id_product_attribute`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_product_attribute_shop` -- LOCK TABLES `ps_product_attribute_shop` WRITE; /*!40000 ALTER TABLE `ps_product_attribute_shop` DISABLE KEYS */; INSERT INTO `ps_product_attribute_shop` VALUES (1,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(2,1,'0.000000','0.000000','0.000000','0.000000','0.00',1,1,'0000-00-00'),(3,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(4,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(5,1,'0.000000','751.672241','0.000000','0.000000','0.00',0,1,'0000-00-00'),(6,1,'0.000000','0.000000','0.000000','0.000000','0.00',1,1,'0000-00-00'),(7,1,'0.000000','225.752508','0.000000','0.000000','0.00',0,1,'0000-00-00'),(8,1,'0.000000','977.424749','0.000000','0.000000','0.00',0,1,'0000-00-00'),(9,1,'0.000000','0.000000','0.000000','0.000000','0.00',1,1,'0000-00-00'),(10,1,'0.000000','75.250836','0.000000','0.000000','0.00',0,1,'0000-00-00'),(11,1,'0.000000','150.501672','0.000000','0.000000','0.00',0,1,'0000-00-00'),(12,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,4,'0000-00-00'),(13,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(14,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,1,'0000-00-00'),(15,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(16,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,1,'0000-00-00'),(17,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(18,1,'0.000000','41.806020','0.000000','0.000000','0.00',1,1,'0000-00-00'),(19,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(20,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,1,'0000-00-00'),(21,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(22,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,1,'0000-00-00'),(23,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(24,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,1,'0000-00-00'),(25,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(26,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,1,'0000-00-00'),(27,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'); /*!40000 ALTER TABLE `ps_product_attribute_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product_carrier` -- DROP TABLE IF EXISTS `ps_product_carrier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_product_carrier` ( `id_product` int(10) unsigned NOT NULL, `id_carrier_reference` int(10) unsigned NOT NULL, `id_shop` int(10) unsigned NOT NULL, PRIMARY KEY (`id_product`,`id_carrier_reference`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_product_carrier` -- LOCK TABLES `ps_product_carrier` WRITE; /*!40000 ALTER TABLE `ps_product_carrier` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_product_carrier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product_country_tax` -- DROP TABLE IF EXISTS `ps_product_country_tax`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_product_country_tax` ( `id_product` int(11) NOT NULL, `id_country` int(11) NOT NULL, `id_tax` int(11) NOT NULL, PRIMARY KEY (`id_product`,`id_country`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_product_country_tax` -- LOCK TABLES `ps_product_country_tax` WRITE; /*!40000 ALTER TABLE `ps_product_country_tax` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_product_country_tax` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product_download` -- DROP TABLE IF EXISTS `ps_product_download`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_product_download` ( `id_product_download` int(10) unsigned NOT NULL auto_increment, `id_product` int(10) unsigned NOT NULL, `display_filename` varchar(255) default NULL, `filename` varchar(255) default NULL, `date_add` datetime NOT NULL, `date_expiration` datetime default NULL, `nb_days_accessible` int(10) unsigned default NULL, `nb_downloadable` int(10) unsigned default '1', `active` tinyint(1) unsigned NOT NULL default '1', `is_shareable` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_product_download`), KEY `product_active` (`id_product`,`active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_product_download` -- LOCK TABLES `ps_product_download` WRITE; /*!40000 ALTER TABLE `ps_product_download` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_product_download` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product_group_reduction_cache` -- DROP TABLE IF EXISTS `ps_product_group_reduction_cache`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_product_group_reduction_cache` ( `id_product` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, `reduction` decimal(4,3) NOT NULL, PRIMARY KEY (`id_product`,`id_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_product_group_reduction_cache` -- LOCK TABLES `ps_product_group_reduction_cache` WRITE; /*!40000 ALTER TABLE `ps_product_group_reduction_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_product_group_reduction_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product_lang` -- DROP TABLE IF EXISTS `ps_product_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_product_lang` ( `id_product` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_lang` int(10) unsigned NOT NULL, `description` text, `description_short` text, `link_rewrite` varchar(128) NOT NULL, `meta_description` varchar(255) default NULL, `meta_keywords` varchar(255) default NULL, `meta_title` varchar(128) default NULL, `name` varchar(128) NOT NULL, `available_now` varchar(255) default NULL, `available_later` varchar(255) default NULL, PRIMARY KEY (`id_product`,`id_shop`,`id_lang`), KEY `id_lang` (`id_lang`), KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_product_lang` -- LOCK TABLES `ps_product_lang` WRITE; /*!40000 ALTER TABLE `ps_product_lang` DISABLE KEYS */; INSERT INTO `ps_product_lang` VALUES (1,1,1,'<p><strong><span style=\"font-size: small;\">Curved ahead of the curve.</span></strong></p>\r\n<p>For those about to rock, we give you nine amazing colors. But that\'s only part of the story. Feel the curved, all-aluminum and glass design and you won\'t want to put iPod nano down.</p>\r\n<p><strong><span style=\"font-size: small;\">Great looks. And brains, too.</span></strong></p>\r\n<p>The new Genius feature turns iPod nano into your own highly intelligent, personal DJ. It creates playlists by finding songs in your library that go great together.</p>\r\n<p><strong><span style=\"font-size: small;\">Made to move with your moves.</span></strong></p>\r\n<p>The accelerometer comes to iPod nano. Give it a shake to shuffle your music. Turn it sideways to view Cover Flow. And play games designed with your moves in mind.</p>','<p>New design. New features. Now in 8GB and 16GB. iPod nano rocks like never before.</p>','ipod-nano','','','','iPod Nano','In stock',''),(2,1,1,'<p><span style=\"font-size: small;\"><strong>Instant attachment.</strong></span></p>\r\n<p>Wear up to 500 songs on your sleeve. Or your belt. Or your gym shorts. iPod shuffle is a badge of musical devotion. Now in new, more brilliant colors.</p>\r\n<p><span style=\"font-size: small;\"><strong>Feed your iPod shuffle.</strong></span></p>\r\n<p>iTunes is your entertainment superstore. It’s your ultra-organized music collection and jukebox. And it’s how you load up your iPod shuffle in one click.</p>\r\n<p><span style=\"font-size: small;\"><strong>Beauty and the beat.</strong></span></p>\r\n<p>Intensely colorful anodized aluminum complements the simple design of iPod shuffle. Now in blue, green, pink, red, and original silver.</p>','<p>iPod shuffle, the world’s most wearable music player, now clips on in more vibrant blue, green, pink, and red.</p>','ipod-shuffle','','','','iPod shuffle','In stock',''),(3,1,1,'<p>MacBook Air is nearly as thin as your index finger. Practically every detail that could be streamlined has been. Yet it still has a 13.3-inch widescreen LED display, full-size keyboard, and large multi-touch trackpad. It’s incomparably portable without the usual ultraportable screen and keyboard compromises.</p><p>The incredible thinness of MacBook Air is the result of numerous size- and weight-shaving innovations. From a slimmer hard drive to strategically hidden I/O ports to a lower-profile battery, everything has been considered and reconsidered with thinness in mind.</p><p>MacBook Air is designed and engineered to take full advantage of the wireless world. A world in which 802.11n Wi-Fi is now so fast and so available, people are truly living untethered — buying and renting movies online, downloading software, and sharing and storing files on the web. </p>','MacBook Air is ultrathin, ultraportable, and ultra unlike anything else. But you don’t lose inches and pounds overnight. It’s the result of rethinking conventions. Of multiple wireless innovations. And of breakthrough design. With MacBook Air, mobile computing suddenly has a new standard.','macbook-air','','','','MacBook Air','',''),(4,1,1,'Every MacBook has a larger hard drive, up to 250GB, to store growing media collections and valuable data.<br /><br />The 2.4GHz MacBook models now include 2GB of memory standard — perfect for running more of your favorite applications smoothly.','MacBook makes it easy to hit the road thanks to its tough polycarbonate case, built-in wireless technologies, and innovative MagSafe Power Adapter that releases automatically if someone accidentally trips on the cord.','macbook','','','','MacBook','',''),(5,1,1,'<h3>Five new hands-on applications</h3>\r\n<p>View rich HTML email with photos as well as PDF, Word, and Excel attachments. Get maps, directions, and real-time traffic information. Take notes and read stock and weather reports.</p>\r\n<h3>Touch your music, movies, and more</h3>\r\n<p>The revolutionary Multi-Touch technology built into the gorgeous 3.5-inch display lets you pinch, zoom, scroll, and flick with your fingers.</p>\r\n<h3>Internet in your pocket</h3>\r\n<p>With the Safari web browser, see websites the way they were designed to be seen and zoom in and out with a tap.<sup>2</sup> And add Web Clips to your Home screen for quick access to favorite sites.</p>\r\n<h3>What\'s in the box</h3>\r\n<ul>\r\n<li><span></span>iPod touch</li>\r\n<li><span></span>Earphones</li>\r\n<li><span></span>USB 2.0 cable</li>\r\n<li><span></span>Dock adapter</li>\r\n<li><span></span>Polishing cloth</li>\r\n<li><span></span>Stand</li>\r\n<li><span></span>Quick Start guide</li>\r\n</ul>','<ul>\r\n<li>Revolutionary Multi-Touch interface</li>\r\n<li>3.5-inch widescreen color display</li>\r\n<li>Wi-Fi (802.11b/g)</li>\r\n<li>8 mm thin</li>\r\n<li>Safari, YouTube, Mail, Stocks, Weather, Notes, iTunes Wi-Fi Music Store, Maps</li>\r\n</ul>','ipod-touch','','','','iPod touch','',''),(6,1,1,'<p>Lorem ipsum</p>','<p>Lorem ipsum</p>','belkin-leather-folio-for-ipod-nano-black-chocolate','','','','Belkin Leather Folio for iPod nano - Black / Chocolate','',''),(7,1,1,'<div class=\"product-overview-full\">Using Hi-Definition MicroSpeakers to deliver full-range audio, the ergonomic and lightweight design of the SE210 earphones is ideal for premium on-the-go listening on your iPod or iPhone. They offer the most accurate audio reproduction from both portable and home stereo audio sources--for the ultimate in precision highs and rich low end. In addition, the flexible design allows you to choose the most comfortable fit from a variety of wearing positions. <br /> <br /> <strong>Features </strong> <br /> \r\n<ul>\r\n<li>Sound-isolating design </li>\r\n<li> Hi-Definition MicroSpeaker with a single balanced armature driver </li>\r\n<li> Detachable, modular cable so you can make the cable longer or shorter depending on your activity </li>\r\n<li> Connector compatible with earphone ports on both iPod and iPhone </li>\r\n</ul>\r\n<strong>Specifications </strong><br /> \r\n<ul>\r\n<li>Speaker type: Hi-Definition MicroSpeaker </li>\r\n<li> Frequency range: 25Hz-18.5kHz </li>\r\n<li> Impedance (1kHz): 26 Ohms </li>\r\n<li> Sensitivity (1mW): 114 dB SPL/mW </li>\r\n<li> Cable length (with extension): 18.0 in./45.0 cm (54.0 in./137.1 cm) </li>\r\n</ul>\r\n<strong>In the box</strong><br /> \r\n<ul>\r\n<li>Shure SE210 earphones </li>\r\n<li> Extension cable (36.0 in./91.4 cm) </li>\r\n<li> Three pairs foam earpiece sleeves (small, medium, large) </li>\r\n<li> Three pairs soft flex earpiece sleeves (small, medium, large) </li>\r\n<li> One pair triple-flange earpiece sleeves </li>\r\n<li> Carrying case </li>\r\n</ul>\r\nWarranty<br /> Two-year limited <br />(For details, please visit <br />www.shure.com/PersonalAudio/CustomerSupport/ProductReturnsAndWarranty/index.htm.) <br /><br /> Mfr. Part No.: SE210-A-EFS <br /><br />Note: Products sold through this website that do not bear the Apple Brand name are serviced and supported exclusively by their manufacturers in accordance with terms and conditions packaged with the products. Apple\'s Limited Warranty does not apply to products that are not Apple-branded, even if packaged or sold with Apple products. Please contact the manufacturer directly for technical support and customer service.</div>','<p>Evolved from personal monitor technology road-tested by pro musicians and perfected by Shure engineers, the lightweight and stylish SE210 delivers full-range audio that\'s free from outside noise.</p>','ecouteurs-a-isolation-sonore-shure-se210-blanc','','','','Shure SE210 Sound-Isolating Earphones for iPod and iPhone','',''); /*!40000 ALTER TABLE `ps_product_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product_sale` -- DROP TABLE IF EXISTS `ps_product_sale`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_product_sale` ( `id_product` int(10) unsigned NOT NULL, `quantity` int(10) unsigned NOT NULL default '0', `sale_nbr` int(10) unsigned NOT NULL default '0', `date_upd` date NOT NULL, PRIMARY KEY (`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_product_sale` -- LOCK TABLES `ps_product_sale` WRITE; /*!40000 ALTER TABLE `ps_product_sale` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_product_sale` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product_shop` -- DROP TABLE IF EXISTS `ps_product_shop`; SET @saved_cs_client = @@character_set_client; 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; 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 (1,1,3,1,0,0,'0.000000',1,'124.581940','70.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-15 16:44:39','2013-09-15 16:44:39'),(2,1,3,1,0,0,'0.000000',1,'66.053500','33.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-15 16:44:39','2013-09-15 16:44:39'),(3,1,5,1,0,0,'0.000000',1,'1504.180602','1000.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-15 16:44:39','2013-09-15 16:44:39'),(4,1,5,1,0,0,'0.000000',1,'1170.568561','0.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-15 16:44:39','2013-09-15 16:44:39'),(5,1,3,1,0,0,'0.000000',1,'241.638796','200.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-15 16:44:39','2013-09-15 16:44:39'),(6,1,4,1,0,1,'0.000000',1,'25.041806','0.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-15 16:44:39','2013-09-15 16:44:39'),(7,1,4,1,0,1,'0.000000',1,'124.581940','0.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-15 16:44:39','2013-09-15 16:44:39'); /*!40000 ALTER TABLE `ps_product_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product_supplier` -- DROP TABLE IF EXISTS `ps_product_supplier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_product_supplier` ( `id_product_supplier` int(11) unsigned NOT NULL auto_increment, `id_product` int(11) unsigned NOT NULL, `id_product_attribute` int(11) unsigned NOT NULL default '0', `id_supplier` int(11) unsigned NOT NULL, `product_supplier_reference` varchar(32) default NULL, `product_supplier_price_te` decimal(20,6) NOT NULL default '0.000000', `id_currency` int(11) unsigned NOT NULL, PRIMARY KEY (`id_product_supplier`), UNIQUE KEY `id_product` (`id_product`,`id_product_attribute`,`id_supplier`) ) ENGINE=MyISAM AUTO_INCREMENT=35 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_product_supplier` -- LOCK TABLES `ps_product_supplier` WRITE; /*!40000 ALTER TABLE `ps_product_supplier` DISABLE KEYS */; INSERT INTO `ps_product_supplier` VALUES (1,1,0,1,'','0.000000',0),(2,1,12,1,'','0.000000',0),(3,1,13,1,'','0.000000',0),(4,1,14,1,'','0.000000',0),(5,1,15,1,'','0.000000',0),(6,1,16,1,'','0.000000',0),(7,1,17,1,'','0.000000',0),(8,1,18,1,'','0.000000',0),(9,1,19,1,'','0.000000',0),(10,1,20,1,'','0.000000',0),(11,1,21,1,'','0.000000',0),(12,1,22,1,'','0.000000',0),(13,1,23,1,'','0.000000',0),(14,1,24,1,'','0.000000',0),(15,1,25,1,'','0.000000',0),(16,1,26,1,'','0.000000',0),(17,1,27,1,'','0.000000',0),(18,3,0,1,'','0.000000',0),(19,3,5,1,'','0.000000',0),(20,3,6,1,'','0.000000',0),(21,3,7,1,'','0.000000',0),(22,3,8,1,'','0.000000',0),(23,6,0,1,'','0.000000',0),(24,2,0,1,'','0.000000',0),(25,2,1,1,'','0.000000',0),(26,2,2,1,'','0.000000',0),(27,2,3,1,'','0.000000',0),(28,2,4,1,'','0.000000',0),(29,4,0,1,'','0.000000',0),(30,5,0,1,'','0.000000',0),(31,5,9,1,'','0.000000',0),(32,5,10,1,'','0.000000',0),(33,5,11,1,'','0.000000',0),(34,7,0,2,'','0.000000',0); /*!40000 ALTER TABLE `ps_product_supplier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_product_tag` -- DROP TABLE IF EXISTS `ps_product_tag`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_product_tag` ( `id_product` int(10) unsigned NOT NULL, `id_tag` int(10) unsigned NOT NULL, PRIMARY KEY (`id_product`,`id_tag`), KEY `id_tag` (`id_tag`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_product_tag` -- LOCK TABLES `ps_product_tag` WRITE; /*!40000 ALTER TABLE `ps_product_tag` DISABLE KEYS */; INSERT INTO `ps_product_tag` VALUES (1,1),(1,2),(1,3),(2,2),(2,6),(4,1),(4,4),(5,5); /*!40000 ALTER TABLE `ps_product_tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_profile` -- DROP TABLE IF EXISTS `ps_profile`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_profile` ( `id_profile` int(10) unsigned NOT NULL auto_increment, PRIMARY KEY (`id_profile`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_profile` -- LOCK TABLES `ps_profile` WRITE; /*!40000 ALTER TABLE `ps_profile` DISABLE KEYS */; INSERT INTO `ps_profile` VALUES (1),(2),(3),(4),(5); /*!40000 ALTER TABLE `ps_profile` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_profile_lang` -- DROP TABLE IF EXISTS `ps_profile_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_profile_lang` ( `id_lang` int(10) unsigned NOT NULL, `id_profile` int(10) unsigned NOT NULL, `name` varchar(128) NOT NULL, PRIMARY KEY (`id_profile`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_profile_lang` -- LOCK TABLES `ps_profile_lang` WRITE; /*!40000 ALTER TABLE `ps_profile_lang` DISABLE KEYS */; INSERT INTO `ps_profile_lang` VALUES (1,1,'SuperAdmin'),(1,2,'Administrator'),(1,3,'Logistician'),(1,4,'Translator'),(1,5,'Salesman'); /*!40000 ALTER TABLE `ps_profile_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_quick_access` -- DROP TABLE IF EXISTS `ps_quick_access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_quick_access` ( `id_quick_access` int(10) unsigned NOT NULL auto_increment, `new_window` tinyint(1) NOT NULL default '0', `link` varchar(128) NOT NULL, PRIMARY KEY (`id_quick_access`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_quick_access` -- LOCK TABLES `ps_quick_access` WRITE; /*!40000 ALTER TABLE `ps_quick_access` DISABLE KEYS */; INSERT INTO `ps_quick_access` VALUES (1,0,'index.php'),(2,1,'../'),(3,0,'index.php?controller=AdminCategories&addcategory'),(4,0,'index.php?controller=AdminProducts&addproduct'),(5,0,'index.php?controller=AdminCartRules&addcart_rule'); /*!40000 ALTER TABLE `ps_quick_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_quick_access_lang` -- DROP TABLE IF EXISTS `ps_quick_access_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_quick_access_lang` ( `id_quick_access` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`id_quick_access`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_quick_access_lang` -- LOCK TABLES `ps_quick_access_lang` WRITE; /*!40000 ALTER TABLE `ps_quick_access_lang` DISABLE KEYS */; INSERT INTO `ps_quick_access_lang` VALUES (1,1,'Home'),(2,1,'My Shop'),(3,1,'New category'),(4,1,'New product'),(5,1,'New voucher'); /*!40000 ALTER TABLE `ps_quick_access_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_range_price` -- DROP TABLE IF EXISTS `ps_range_price`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_range_price` ( `id_range_price` int(10) unsigned NOT NULL auto_increment, `id_carrier` int(10) unsigned NOT NULL, `delimiter1` decimal(20,6) NOT NULL, `delimiter2` decimal(20,6) NOT NULL, PRIMARY KEY (`id_range_price`), UNIQUE KEY `id_carrier` (`id_carrier`,`delimiter1`,`delimiter2`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_range_price` -- LOCK TABLES `ps_range_price` WRITE; /*!40000 ALTER TABLE `ps_range_price` DISABLE KEYS */; INSERT INTO `ps_range_price` VALUES (1,2,'0.000000','10000.000000'); /*!40000 ALTER TABLE `ps_range_price` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_range_weight` -- DROP TABLE IF EXISTS `ps_range_weight`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_range_weight` ( `id_range_weight` int(10) unsigned NOT NULL auto_increment, `id_carrier` int(10) unsigned NOT NULL, `delimiter1` decimal(20,6) NOT NULL, `delimiter2` decimal(20,6) NOT NULL, PRIMARY KEY (`id_range_weight`), UNIQUE KEY `id_carrier` (`id_carrier`,`delimiter1`,`delimiter2`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_range_weight` -- LOCK TABLES `ps_range_weight` WRITE; /*!40000 ALTER TABLE `ps_range_weight` DISABLE KEYS */; INSERT INTO `ps_range_weight` VALUES (1,2,'0.000000','10000.000000'); /*!40000 ALTER TABLE `ps_range_weight` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_referrer` -- DROP TABLE IF EXISTS `ps_referrer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_referrer` ( `id_referrer` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `passwd` varchar(32) default NULL, `http_referer_regexp` varchar(64) default NULL, `http_referer_like` varchar(64) default NULL, `request_uri_regexp` varchar(64) default NULL, `request_uri_like` varchar(64) default NULL, `http_referer_regexp_not` varchar(64) default NULL, `http_referer_like_not` varchar(64) default NULL, `request_uri_regexp_not` varchar(64) default NULL, `request_uri_like_not` varchar(64) default NULL, `base_fee` decimal(5,2) NOT NULL default '0.00', `percent_fee` decimal(5,2) NOT NULL default '0.00', `click_fee` decimal(5,2) NOT NULL default '0.00', `date_add` datetime NOT NULL, PRIMARY KEY (`id_referrer`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_referrer` -- LOCK TABLES `ps_referrer` WRITE; /*!40000 ALTER TABLE `ps_referrer` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_referrer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_referrer_cache` -- DROP TABLE IF EXISTS `ps_referrer_cache`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_referrer_cache` ( `id_connections_source` int(11) unsigned NOT NULL, `id_referrer` int(11) unsigned NOT NULL, PRIMARY KEY (`id_connections_source`,`id_referrer`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_referrer_cache` -- LOCK TABLES `ps_referrer_cache` WRITE; /*!40000 ALTER TABLE `ps_referrer_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_referrer_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_referrer_shop` -- DROP TABLE IF EXISTS `ps_referrer_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_referrer_shop` ( `id_referrer` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL default '1', `cache_visitors` int(11) default NULL, `cache_visits` int(11) default NULL, `cache_pages` int(11) default NULL, `cache_registrations` int(11) default NULL, `cache_orders` int(11) default NULL, `cache_sales` decimal(17,2) default NULL, `cache_reg_rate` decimal(5,4) default NULL, `cache_order_rate` decimal(5,4) default NULL, PRIMARY KEY (`id_referrer`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_referrer_shop` -- LOCK TABLES `ps_referrer_shop` WRITE; /*!40000 ALTER TABLE `ps_referrer_shop` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_referrer_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_reinsurance` -- DROP TABLE IF EXISTS `ps_reinsurance`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_reinsurance` ( `id_reinsurance` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL, `file_name` varchar(100) NOT NULL, PRIMARY KEY (`id_reinsurance`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_reinsurance` -- LOCK TABLES `ps_reinsurance` WRITE; /*!40000 ALTER TABLE `ps_reinsurance` DISABLE KEYS */; INSERT INTO `ps_reinsurance` VALUES (1,1,'reinsurance-1-1.jpg'),(2,1,'reinsurance-2-1.jpg'),(3,1,'reinsurance-3-1.jpg'),(4,1,'reinsurance-4-1.jpg'),(5,1,'reinsurance-5-1.jpg'); /*!40000 ALTER TABLE `ps_reinsurance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_reinsurance_lang` -- DROP TABLE IF EXISTS `ps_reinsurance_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_reinsurance_lang` ( `id_reinsurance` int(10) unsigned NOT NULL auto_increment, `id_lang` int(10) unsigned NOT NULL, `text` varchar(300) NOT NULL, PRIMARY KEY (`id_reinsurance`,`id_lang`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_reinsurance_lang` -- LOCK TABLES `ps_reinsurance_lang` WRITE; /*!40000 ALTER TABLE `ps_reinsurance_lang` DISABLE KEYS */; INSERT INTO `ps_reinsurance_lang` VALUES (1,1,'Money back guarantee.'),(2,1,'In-store exchange.'),(3,1,'Payment upon shipment.'),(4,1,'Free Shipping.'),(5,1,'100% secure payment processing.'); /*!40000 ALTER TABLE `ps_reinsurance_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_request_sql` -- DROP TABLE IF EXISTS `ps_request_sql`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_request_sql` ( `id_request_sql` int(11) NOT NULL auto_increment, `name` varchar(200) NOT NULL, `sql` text NOT NULL, PRIMARY KEY (`id_request_sql`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_request_sql` -- LOCK TABLES `ps_request_sql` WRITE; /*!40000 ALTER TABLE `ps_request_sql` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_request_sql` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_required_field` -- DROP TABLE IF EXISTS `ps_required_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_required_field` ( `id_required_field` int(11) NOT NULL auto_increment, `object_name` varchar(32) NOT NULL, `field_name` varchar(32) NOT NULL, PRIMARY KEY (`id_required_field`), KEY `object_name` (`object_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_required_field` -- LOCK TABLES `ps_required_field` WRITE; /*!40000 ALTER TABLE `ps_required_field` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_required_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_risk` -- DROP TABLE IF EXISTS `ps_risk`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_risk` ( `id_risk` int(11) unsigned NOT NULL auto_increment, `percent` tinyint(3) NOT NULL, `color` varchar(32) default NULL, PRIMARY KEY (`id_risk`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_risk` -- LOCK TABLES `ps_risk` WRITE; /*!40000 ALTER TABLE `ps_risk` DISABLE KEYS */; INSERT INTO `ps_risk` VALUES (1,0,'LimeGreen'),(2,35,'DarkOrange'),(3,75,'Crimson'),(4,100,'#ec2e15'); /*!40000 ALTER TABLE `ps_risk` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_risk_lang` -- DROP TABLE IF EXISTS `ps_risk_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_risk_lang` ( `id_risk` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(20) NOT NULL, PRIMARY KEY (`id_risk`,`id_lang`), KEY `id_risk` (`id_risk`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_risk_lang` -- LOCK TABLES `ps_risk_lang` WRITE; /*!40000 ALTER TABLE `ps_risk_lang` DISABLE KEYS */; INSERT INTO `ps_risk_lang` VALUES (1,1,'None'),(2,1,'Low'),(3,1,'Medium'),(4,1,'High'); /*!40000 ALTER TABLE `ps_risk_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_scene` -- DROP TABLE IF EXISTS `ps_scene`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_scene` ( `id_scene` int(10) unsigned NOT NULL auto_increment, `active` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id_scene`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_scene` -- LOCK TABLES `ps_scene` WRITE; /*!40000 ALTER TABLE `ps_scene` DISABLE KEYS */; INSERT INTO `ps_scene` VALUES (1,1),(2,1),(3,1); /*!40000 ALTER TABLE `ps_scene` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_scene_category` -- DROP TABLE IF EXISTS `ps_scene_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_scene_category` ( `id_scene` int(10) unsigned NOT NULL, `id_category` int(10) unsigned NOT NULL, PRIMARY KEY (`id_scene`,`id_category`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_scene_category` -- LOCK TABLES `ps_scene_category` WRITE; /*!40000 ALTER TABLE `ps_scene_category` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_scene_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_scene_lang` -- DROP TABLE IF EXISTS `ps_scene_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_scene_lang` ( `id_scene` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(100) NOT NULL, PRIMARY KEY (`id_scene`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_scene_lang` -- LOCK TABLES `ps_scene_lang` WRITE; /*!40000 ALTER TABLE `ps_scene_lang` DISABLE KEYS */; INSERT INTO `ps_scene_lang` VALUES (1,1,'The iPods Nano'),(2,1,'The iPods'),(3,1,'The MacBooks'); /*!40000 ALTER TABLE `ps_scene_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_scene_products` -- DROP TABLE IF EXISTS `ps_scene_products`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_scene_products` ( `id_scene` int(10) unsigned NOT NULL, `id_product` int(10) unsigned NOT NULL, `x_axis` int(4) NOT NULL, `y_axis` int(4) NOT NULL, `zone_width` int(3) NOT NULL, `zone_height` int(3) NOT NULL, PRIMARY KEY (`id_scene`,`id_product`,`x_axis`,`y_axis`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_scene_products` -- LOCK TABLES `ps_scene_products` WRITE; /*!40000 ALTER TABLE `ps_scene_products` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_scene_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_scene_shop` -- DROP TABLE IF EXISTS `ps_scene_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_scene_shop` ( `id_scene` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_scene`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_scene_shop` -- LOCK TABLES `ps_scene_shop` WRITE; /*!40000 ALTER TABLE `ps_scene_shop` DISABLE KEYS */; INSERT INTO `ps_scene_shop` VALUES (1,1),(2,1),(3,1); /*!40000 ALTER TABLE `ps_scene_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_search_engine` -- DROP TABLE IF EXISTS `ps_search_engine`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_search_engine` ( `id_search_engine` int(10) unsigned NOT NULL auto_increment, `server` varchar(64) NOT NULL, `getvar` varchar(16) NOT NULL, PRIMARY KEY (`id_search_engine`) ) ENGINE=MyISAM AUTO_INCREMENT=39 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_search_engine` -- LOCK TABLES `ps_search_engine` WRITE; /*!40000 ALTER TABLE `ps_search_engine` DISABLE KEYS */; INSERT INTO `ps_search_engine` VALUES (1,'google','q'),(2,'aol','q'),(3,'yandex','text'),(4,'ask.com','q'),(5,'nhl.com','q'),(6,'yahoo','p'),(7,'baidu','wd'),(8,'lycos','query'),(9,'exalead','q'),(10,'search.live','q'),(11,'voila','rdata'),(12,'altavista','q'),(13,'bing','q'),(14,'daum','q'),(15,'eniro','search_word'),(16,'naver','query'),(17,'msn','q'),(18,'netscape','query'),(19,'cnn','query'),(20,'about','terms'),(21,'mamma','query'),(22,'alltheweb','q'),(23,'virgilio','qs'),(24,'alice','qs'),(25,'najdi','q'),(26,'mama','query'),(27,'seznam','q'),(28,'onet','qt'),(29,'szukacz','q'),(30,'yam','k'),(31,'pchome','q'),(32,'kvasir','q'),(33,'sesam','q'),(34,'ozu','q'),(35,'terra','query'),(36,'mynet','q'),(37,'ekolay','q'),(38,'rambler','words'); /*!40000 ALTER TABLE `ps_search_engine` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_search_index` -- DROP TABLE IF EXISTS `ps_search_index`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_search_index` ( `id_product` int(11) unsigned NOT NULL, `id_word` int(11) unsigned NOT NULL, `weight` smallint(4) unsigned NOT NULL default '1', PRIMARY KEY (`id_word`,`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_search_index` -- LOCK TABLES `ps_search_index` WRITE; /*!40000 ALTER TABLE `ps_search_index` DISABLE KEYS */; INSERT INTO `ps_search_index` VALUES (1,1,14),(1,2,14),(1,3,10),(1,4,3),(1,5,2),(1,6,1),(1,7,1),(1,8,17),(1,9,17),(1,10,1),(1,11,1),(1,12,1),(1,13,1),(1,14,2),(1,15,1),(1,16,1),(1,17,1),(1,18,1),(1,19,1),(1,20,1),(1,21,2),(1,22,2),(1,23,1),(1,24,1),(1,25,1),(1,26,1),(1,27,2),(1,28,1),(1,29,1),(1,30,1),(1,31,1),(1,32,1),(1,33,1),(1,34,1),(1,35,1),(1,36,1),(1,37,1),(1,38,1),(1,39,2),(1,40,1),(1,41,1),(1,42,1),(1,43,1),(1,44,1),(1,45,1),(1,46,1),(1,47,5),(1,48,1),(1,49,1),(1,50,1),(1,51,1),(1,52,1),(1,53,1),(1,54,1),(1,55,1),(1,56,1),(1,57,1),(1,58,1),(1,59,1),(1,60,2),(1,61,2),(1,62,1),(1,63,1),(1,64,1),(1,65,1),(1,66,1),(1,67,1),(1,68,1),(1,69,1),(1,70,1),(1,71,1),(1,72,1),(1,73,1),(1,74,1),(1,75,1),(1,76,3),(1,77,7),(1,78,3),(1,79,3),(1,80,4),(1,81,4),(1,82,4),(1,83,4),(1,84,4),(1,85,4),(1,86,4),(1,87,4),(2,1,15),(2,65,15),(2,3,10),(2,88,1),(2,89,1),(2,90,1),(2,66,2),(2,91,1),(2,7,3),(2,92,1),(2,93,2),(2,94,1),(2,81,4),(2,82,4),(2,85,4),(2,95,2),(2,96,1),(2,97,1),(2,98,1),(2,99,1),(2,55,1),(2,47,7),(2,100,1),(2,101,1),(2,102,1),(2,103,1),(2,104,1),(2,105,1),(2,106,1),(2,4,1),(2,107,1),(2,25,1),(2,108,1),(2,109,1),(2,110,1),(2,111,1),(2,112,1),(2,113,1),(2,114,1),(2,115,1),(2,116,1),(2,22,1),(2,117,1),(2,118,1),(2,119,1),(2,120,1),(2,121,1),(2,122,1),(2,123,1),(2,124,1),(2,33,1),(2,125,1),(2,126,1),(2,5,1),(2,127,1),(2,128,1),(2,76,3),(2,77,3),(2,78,3),(2,79,3),(2,83,2),(3,129,11),(3,130,11),(3,3,10),(3,131,1),(3,132,2),(3,112,1),(3,133,1),(3,134,1),(3,135,1),(3,26,1),(3,22,1),(3,136,1),(3,137,1),(3,138,1),(3,139,1),(3,140,1),(3,141,2),(3,142,1),(3,143,1),(3,144,1),(3,145,2),(3,146,2),(3,147,1),(3,5,1),(3,60,2),(3,148,1),(3,149,1),(3,150,1),(3,151,4),(3,4,1),(3,152,1),(3,153,1),(3,154,1),(3,47,1),(3,155,1),(3,156,1),(3,157,1),(3,158,1),(3,159,1),(3,27,1),(3,160,1),(3,161,1),(3,162,2),(3,163,1),(3,164,1),(3,165,1),(3,166,1),(3,167,1),(3,168,1),(3,169,1),(3,170,2),(3,171,2),(3,172,2),(3,173,1),(3,174,1),(3,175,1),(3,176,1),(3,177,1),(3,178,1),(3,179,1),(3,180,1),(3,181,1),(3,182,1),(3,183,1),(3,184,2),(3,185,1),(3,186,1),(3,187,1),(3,188,1),(3,189,1),(3,190,1),(3,191,9),(3,192,1),(3,193,1),(3,194,1),(3,195,1),(3,196,1),(3,197,1),(3,198,1),(3,199,1),(3,200,1),(3,75,1),(3,74,1),(3,201,1),(3,202,1),(3,203,1),(3,88,2),(3,204,1),(3,205,1),(3,7,1),(3,206,1),(3,207,1),(3,208,1),(3,209,1),(3,210,1),(3,211,1),(3,212,1),(3,213,1),(3,214,1),(3,215,1),(3,216,1),(3,217,1),(3,218,1),(3,219,1),(3,220,1),(3,221,1),(3,222,1),(3,223,3),(3,77,3),(3,78,3),(3,79,3),(3,224,4),(3,225,8),(3,226,8),(3,227,8),(3,228,4),(3,229,4),(3,230,4),(3,231,4),(3,232,4),(3,233,4),(3,83,8),(3,234,4),(3,235,4),(3,236,4),(3,237,4),(4,129,9),(4,3,10),(4,238,1),(4,239,1),(4,240,1),(4,241,1),(4,242,1),(4,243,1),(4,244,1),(4,245,1),(4,246,1),(4,247,1),(4,145,1),(4,248,1),(4,249,1),(4,250,1),(4,251,1),(4,252,1),(4,27,1),(4,253,1),(4,254,1),(4,255,1),(4,256,1),(4,257,1),(4,258,1),(4,158,1),(4,151,1),(4,259,1),(4,190,1),(4,191,1),(4,260,1),(4,261,1),(4,262,1),(4,263,1),(4,264,1),(4,265,1),(4,266,1),(4,267,1),(4,268,1),(4,7,1),(4,269,1),(4,270,1),(4,271,1),(4,152,1),(4,272,1),(4,17,1),(4,273,1),(4,93,1),(4,47,1),(4,274,1),(4,275,1),(4,276,1),(4,223,3),(4,77,7),(4,78,3),(4,79,3),(4,277,4),(5,1,11),(5,175,14),(5,3,10),(5,278,2),(5,174,2),(5,279,1),(5,166,2),(5,167,1),(5,280,1),(5,169,2),(5,281,1),(5,154,1),(5,282,2),(5,283,1),(5,284,1),(5,285,1),(5,286,2),(5,287,2),(5,109,1),(5,66,2),(5,261,1),(5,288,2),(5,289,1),(5,4,1),(5,290,1),(5,275,1),(5,69,1),(5,291,1),(5,292,1),(5,293,1),(5,60,4),(5,294,1),(5,295,1),(5,296,1),(5,297,1),(5,298,1),(5,299,1),(5,300,1),(5,301,1),(5,302,1),(5,303,1),(5,304,1),(5,305,1),(5,202,1),(5,306,1),(5,307,1),(5,308,1),(5,47,4),(5,215,1),(5,93,1),(5,309,1),(5,247,1),(5,46,1),(5,310,1),(5,311,1),(5,22,1),(5,312,1),(5,313,2),(5,314,1),(5,315,1),(5,316,1),(5,317,1),(5,318,1),(5,222,2),(5,319,1),(5,320,1),(5,321,1),(5,322,1),(5,323,1),(5,324,1),(5,74,1),(5,325,1),(5,326,1),(5,327,1),(5,328,1),(5,92,1),(5,329,1),(5,181,1),(5,17,1),(5,330,2),(5,331,1),(5,274,1),(5,332,1),(5,333,1),(5,334,1),(5,335,1),(5,336,1),(5,337,1),(5,338,1),(5,252,1),(5,339,1),(5,340,1),(5,341,1),(5,342,1),(5,343,1),(5,76,3),(5,9,2),(5,344,2),(5,8,2),(6,345,6),(6,346,6),(6,347,6),(6,17,6),(6,1,6),(6,2,6),(6,80,6),(6,348,6),(6,3,10),(6,349,2),(6,350,2),(6,351,3),(7,352,12),(7,353,10),(7,354,7),(7,355,7),(7,335,8),(7,17,10),(7,1,8),(7,356,8),(7,3,10),(7,357,1),(7,188,4),(7,51,1),(7,358,1),(7,309,1),(7,241,1),(7,359,1),(7,360,1),(7,361,1),(7,362,1),(7,363,1),(7,364,2),(7,365,1),(7,366,1),(7,170,2),(7,367,3),(7,368,4),(7,27,3),(7,369,1),(7,370,1),(7,371,1),(7,372,1),(7,373,3),(7,374,1),(7,375,1),(7,376,1),(7,5,3),(7,377,1),(7,378,1),(7,379,1),(7,47,2),(7,323,1),(7,380,1),(7,89,2),(7,381,1),(7,382,1),(7,383,2),(7,178,1),(7,329,1),(7,384,1),(7,385,1),(7,386,1),(7,387,1),(7,388,1),(7,291,1),(7,389,1),(7,390,1),(7,391,1),(7,392,1),(7,393,1),(7,22,2),(7,394,1),(7,395,1),(7,396,1),(7,397,1),(7,398,1),(7,399,1),(7,6,1),(7,400,2),(7,60,6),(7,401,1),(7,402,1),(7,403,1),(7,404,1),(7,405,1),(7,406,1),(7,337,4),(7,407,1),(7,408,1),(7,409,1),(7,410,1),(7,411,1),(7,412,1),(7,413,1),(7,414,1),(7,415,1),(7,194,1),(7,416,1),(7,417,1),(7,418,1),(7,419,1),(7,420,1),(7,421,1),(7,422,1),(7,423,1),(7,424,1),(7,425,1),(7,426,1),(7,427,1),(7,428,1),(7,429,1),(7,430,2),(7,431,1),(7,432,1),(7,433,1),(7,434,1),(7,334,1),(7,435,1),(7,436,1),(7,437,2),(7,438,2),(7,439,1),(7,440,3),(7,441,3),(7,442,2),(7,443,2),(7,173,2),(7,444,1),(7,445,1),(7,118,1),(7,446,1),(7,447,1),(7,448,1),(7,449,1),(7,246,1),(7,450,2),(7,451,1),(7,452,1),(7,453,2),(7,454,1),(7,455,2),(7,456,1),(7,457,1),(7,458,1),(7,459,1),(7,460,1),(7,461,1),(7,155,1),(7,462,1),(7,463,1),(7,29,1),(7,464,1),(7,465,1),(7,466,4),(7,467,2),(7,468,1),(7,469,1),(7,470,1),(7,471,3),(7,472,1),(7,77,4),(7,473,1),(7,474,1),(7,209,2),(7,475,1),(7,476,1),(7,477,1),(7,478,1),(7,479,1),(7,480,1),(7,481,1),(7,482,1),(7,483,2),(7,484,1),(7,485,1),(7,486,1),(7,487,1),(7,488,1),(7,489,1),(7,490,1),(7,491,1),(7,492,1),(7,493,1),(7,494,1),(7,351,3),(7,495,3); /*!40000 ALTER TABLE `ps_search_index` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_search_word` -- DROP TABLE IF EXISTS `ps_search_word`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_search_word` ( `id_word` int(10) unsigned NOT NULL auto_increment, `id_shop` int(11) unsigned NOT NULL default '1', `id_lang` int(10) unsigned NOT NULL, `word` varchar(15) NOT NULL, PRIMARY KEY (`id_word`), UNIQUE KEY `id_lang` (`id_lang`,`id_shop`,`word`) ) ENGINE=MyISAM AUTO_INCREMENT=496 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_search_word` -- LOCK TABLES `ps_search_word` WRITE; /*!40000 ALTER TABLE `ps_search_word` DISABLE KEYS */; INSERT INTO `ps_search_word` VALUES (1,1,1,'ipod'),(2,1,1,'nano'),(3,1,1,'demo'),(4,1,1,'new'),(5,1,1,'design'),(6,1,1,'features'),(7,1,1,'now'),(8,1,1,'8gb'),(9,1,1,'16gb'),(10,1,1,'rocks'),(11,1,1,'like'),(12,1,1,'never'),(13,1,1,'before'),(14,1,1,'curved'),(15,1,1,'ahead'),(16,1,1,'curve'),(17,1,1,'for'),(18,1,1,'those'),(19,1,1,'about'),(20,1,1,'rock'),(21,1,1,'give'),(22,1,1,'you'),(23,1,1,'nine'),(24,1,1,'amazing'),(25,1,1,'colors'),(26,1,1,'but'),(27,1,1,'that'),(28,1,1,'only'),(29,1,1,'part'),(30,1,1,'story'),(31,1,1,'feel'),(32,1,1,'all'),(33,1,1,'aluminum'),(34,1,1,'glass'),(35,1,1,'won'),(36,1,1,'want'),(37,1,1,'put'),(38,1,1,'down'),(39,1,1,'great'),(40,1,1,'looks'),(41,1,1,'brains'),(42,1,1,'too'),(43,1,1,'genius'),(44,1,1,'feature'),(45,1,1,'turns'),(46,1,1,'into'),(47,1,1,'your'),(48,1,1,'own'),(49,1,1,'highly'),(50,1,1,'intelligent'),(51,1,1,'personal'),(52,1,1,'creates'),(53,1,1,'playlists'),(54,1,1,'finding'),(55,1,1,'songs'),(56,1,1,'library'),(57,1,1,'together'),(58,1,1,'made'),(59,1,1,'move'),(60,1,1,'with'),(61,1,1,'moves'),(62,1,1,'accelerometer'),(63,1,1,'comes'),(64,1,1,'shake'),(65,1,1,'shuffle'),(66,1,1,'music'),(67,1,1,'turn'),(68,1,1,'sideways'),(69,1,1,'view'),(70,1,1,'cover'),(71,1,1,'flow'),(72,1,1,'play'),(73,1,1,'games'),(74,1,1,'designed'),(75,1,1,'mind'),(76,1,1,'ipods'),(77,1,1,'apple'),(78,1,1,'computer'),(79,1,1,'inc'),(80,1,1,'black'),(81,1,1,'blue'),(82,1,1,'green'),(83,1,1,'metal'),(84,1,1,'orange'),(85,1,1,'pink'),(86,1,1,'purple'),(87,1,1,'yellow'),(88,1,1,'world'),(89,1,1,'most'),(90,1,1,'wearable'),(91,1,1,'player'),(92,1,1,'clips'),(93,1,1,'more'),(94,1,1,'vibrant'),(95,1,1,'red'),(96,1,1,'instant'),(97,1,1,'attachment'),(98,1,1,'wear'),(99,1,1,'500'),(100,1,1,'sleeve'),(101,1,1,'belt'),(102,1,1,'gym'),(103,1,1,'shorts'),(104,1,1,'badge'),(105,1,1,'musical'),(106,1,1,'devotion'),(107,1,1,'brilliant'),(108,1,1,'feed'),(109,1,1,'itunes'),(110,1,1,'entertainment'),(111,1,1,'superstore'),(112,1,1,'ultra'),(113,1,1,'organized'),(114,1,1,'collection'),(115,1,1,'jukebox'),(116,1,1,'how'),(117,1,1,'load'),(118,1,1,'one'),(119,1,1,'click'),(120,1,1,'beauty'),(121,1,1,'beat'),(122,1,1,'intensely'),(123,1,1,'colorful'),(124,1,1,'anodized'),(125,1,1,'complements'),(126,1,1,'simple'),(127,1,1,'original'),(128,1,1,'silver'),(129,1,1,'macbook'),(130,1,1,'air'),(131,1,1,'ultrathin'),(132,1,1,'ultraportable'),(133,1,1,'unlike'),(134,1,1,'anything'),(135,1,1,'else'),(136,1,1,'don'),(137,1,1,'lose'),(138,1,1,'inches'),(139,1,1,'pounds'),(140,1,1,'overnight'),(141,1,1,'result'),(142,1,1,'rethinking'),(143,1,1,'conventions'),(144,1,1,'multiple'),(145,1,1,'wireless'),(146,1,1,'innovations'),(147,1,1,'breakthrough'),(148,1,1,'mobile'),(149,1,1,'computing'),(150,1,1,'suddenly'),(151,1,1,'has'),(152,1,1,'standard'),(153,1,1,'nearly'),(154,1,1,'thin'),(155,1,1,'index'),(156,1,1,'finger'),(157,1,1,'practically'),(158,1,1,'every'),(159,1,1,'detail'),(160,1,1,'could'),(161,1,1,'streamlined'),(162,1,1,'been'),(163,1,1,'yet'),(164,1,1,'still'),(165,1,1,'133'),(166,1,1,'inch'),(167,1,1,'widescreen'),(168,1,1,'led'),(169,1,1,'display'),(170,1,1,'full'),(171,1,1,'size'),(172,1,1,'keyboard'),(173,1,1,'large'),(174,1,1,'multi'),(175,1,1,'touch'),(176,1,1,'trackpad'),(177,1,1,'incomparably'),(178,1,1,'portable'),(179,1,1,'without'),(180,1,1,'usual'),(181,1,1,'screen'),(182,1,1,'compromises'),(183,1,1,'incredible'),(184,1,1,'thinness'),(185,1,1,'numerous'),(186,1,1,'weight'),(187,1,1,'shaving'),(188,1,1,'from'),(189,1,1,'slimmer'),(190,1,1,'hard'),(191,1,1,'drive'),(192,1,1,'strategically'),(193,1,1,'hidden'),(194,1,1,'ports'),(195,1,1,'lower'),(196,1,1,'profile'),(197,1,1,'battery'),(198,1,1,'everything'),(199,1,1,'considered'),(200,1,1,'reconsidered'),(201,1,1,'engineered'),(202,1,1,'take'),(203,1,1,'advantage'),(204,1,1,'which'),(205,1,1,'80211n'),(206,1,1,'fast'),(207,1,1,'available'),(208,1,1,'people'),(209,1,1,'are'),(210,1,1,'truly'),(211,1,1,'living'),(212,1,1,'untethered'),(213,1,1,'buying'),(214,1,1,'renting'),(215,1,1,'movies'),(216,1,1,'online'),(217,1,1,'downloading'),(218,1,1,'software'),(219,1,1,'sharing'),(220,1,1,'storing'),(221,1,1,'files'),(222,1,1,'web'),(223,1,1,'laptops'),(224,1,1,'160ghz'),(225,1,1,'intel'),(226,1,1,'core'),(227,1,1,'duo'),(228,1,1,'180ghz'),(229,1,1,'80gb'),(230,1,1,'parallel'),(231,1,1,'ata'),(232,1,1,'4200'),(233,1,1,'rpm'),(234,1,1,'optional'),(235,1,1,'64gb'),(236,1,1,'solid'),(237,1,1,'state'),(238,1,1,'makes'),(239,1,1,'easy'),(240,1,1,'hit'),(241,1,1,'road'),(242,1,1,'thanks'),(243,1,1,'its'),(244,1,1,'tough'),(245,1,1,'polycarbonate'),(246,1,1,'case'),(247,1,1,'built'),(248,1,1,'technologies'),(249,1,1,'innovative'),(250,1,1,'magsafe'),(251,1,1,'power'),(252,1,1,'adapter'),(253,1,1,'releases'),(254,1,1,'automatically'),(255,1,1,'someone'),(256,1,1,'accidentally'),(257,1,1,'trips'),(258,1,1,'cord'),(259,1,1,'larger'),(260,1,1,'250gb'),(261,1,1,'store'),(262,1,1,'growing'),(263,1,1,'media'),(264,1,1,'collections'),(265,1,1,'valuable'),(266,1,1,'data'),(267,1,1,'24ghz'),(268,1,1,'models'),(269,1,1,'include'),(270,1,1,'2gb'),(271,1,1,'memory'),(272,1,1,'perfect'),(273,1,1,'running'),(274,1,1,'favorite'),(275,1,1,'applications'),(276,1,1,'smoothly'),(277,1,1,'superdrive'),(278,1,1,'revolutionary'),(279,1,1,'interface'),(280,1,1,'color'),(281,1,1,'80211b'),(282,1,1,'safari'),(283,1,1,'youtube'),(284,1,1,'mail'),(285,1,1,'stocks'),(286,1,1,'weather'),(287,1,1,'notes'),(288,1,1,'maps'),(289,1,1,'five'),(290,1,1,'hands'),(291,1,1,'rich'),(292,1,1,'html'),(293,1,1,'email'),(294,1,1,'photos'),(295,1,1,'well'),(296,1,1,'pdf'),(297,1,1,'word'),(298,1,1,'excel'),(299,1,1,'attachments'),(300,1,1,'get'),(301,1,1,'directions'),(302,1,1,'real'),(303,1,1,'time'),(304,1,1,'traffic'),(305,1,1,'information'),(306,1,1,'read'),(307,1,1,'stock'),(308,1,1,'reports'),(309,1,1,'technology'),(310,1,1,'gorgeous'),(311,1,1,'lets'),(312,1,1,'pinch'),(313,1,1,'zoom'),(314,1,1,'scroll'),(315,1,1,'flick'),(316,1,1,'fingers'),(317,1,1,'internet'),(318,1,1,'pocket'),(319,1,1,'browser'),(320,1,1,'see'),(321,1,1,'websites'),(322,1,1,'way'),(323,1,1,'they'),(324,1,1,'were'),(325,1,1,'seen'),(326,1,1,'out'),(327,1,1,'tap'),(328,1,1,'add'),(329,1,1,'home'),(330,1,1,'quick'),(331,1,1,'access'),(332,1,1,'sites'),(333,1,1,'what'),(334,1,1,'box'),(335,1,1,'earphones'),(336,1,1,'usb'),(337,1,1,'cable'),(338,1,1,'dock'),(339,1,1,'polishing'),(340,1,1,'cloth'),(341,1,1,'stand'),(342,1,1,'start'),(343,1,1,'guide'),(344,1,1,'32gb'),(345,1,1,'belkin'),(346,1,1,'leather'),(347,1,1,'folio'),(348,1,1,'chocolate'),(349,1,1,'lorem'),(350,1,1,'ipsum'),(351,1,1,'accessories'),(352,1,1,'shure'),(353,1,1,'se210'),(354,1,1,'sound'),(355,1,1,'isolating'),(356,1,1,'iphone'),(357,1,1,'evolved'),(358,1,1,'monitor'),(359,1,1,'tested'),(360,1,1,'pro'),(361,1,1,'musicians'),(362,1,1,'perfected'),(363,1,1,'engineers'),(364,1,1,'lightweight'),(365,1,1,'stylish'),(366,1,1,'delivers'),(367,1,1,'range'),(368,1,1,'audio'),(369,1,1,'free'),(370,1,1,'outside'),(371,1,1,'noise'),(372,1,1,'using'),(373,1,1,'definition'),(374,1,1,'microspeakers'),(375,1,1,'deliver'),(376,1,1,'ergonomic'),(377,1,1,'ideal'),(378,1,1,'premium'),(379,1,1,'listening'),(380,1,1,'offer'),(381,1,1,'accurate'),(382,1,1,'reproduction'),(383,1,1,'both'),(384,1,1,'stereo'),(385,1,1,'sources'),(386,1,1,'ultimate'),(387,1,1,'precision'),(388,1,1,'highs'),(389,1,1,'low'),(390,1,1,'end'),(391,1,1,'addition'),(392,1,1,'flexible'),(393,1,1,'allows'),(394,1,1,'choose'),(395,1,1,'comfortable'),(396,1,1,'fit'),(397,1,1,'variety'),(398,1,1,'wearing'),(399,1,1,'positions'),(400,1,1,'microspeaker'),(401,1,1,'single'),(402,1,1,'balanced'),(403,1,1,'armature'),(404,1,1,'driver'),(405,1,1,'detachable'),(406,1,1,'modular'),(407,1,1,'can'),(408,1,1,'make'),(409,1,1,'longer'),(410,1,1,'shorter'),(411,1,1,'depending'),(412,1,1,'activity'),(413,1,1,'connector'),(414,1,1,'compatible'),(415,1,1,'earphone'),(416,1,1,'specifications'),(417,1,1,'speaker'),(418,1,1,'type'),(419,1,1,'frequency'),(420,1,1,'25hz'),(421,1,1,'185khz'),(422,1,1,'impedance'),(423,1,1,'1khz'),(424,1,1,'ohms'),(425,1,1,'sensitivity'),(426,1,1,'1mw'),(427,1,1,'114'),(428,1,1,'spl'),(429,1,1,'length'),(430,1,1,'extension'),(431,1,1,'180'),(432,1,1,'450'),(433,1,1,'540'),(434,1,1,'1371'),(435,1,1,'360'),(436,1,1,'914'),(437,1,1,'three'),(438,1,1,'pairs'),(439,1,1,'foam'),(440,1,1,'earpiece'),(441,1,1,'sleeves'),(442,1,1,'small'),(443,1,1,'medium'),(444,1,1,'soft'),(445,1,1,'flex'),(446,1,1,'pair'),(447,1,1,'triple'),(448,1,1,'flange'),(449,1,1,'carrying'),(450,1,1,'warranty'),(451,1,1,'two'),(452,1,1,'year'),(453,1,1,'limited'),(454,1,1,'details'),(455,1,1,'please'),(456,1,1,'visit'),(457,1,1,'www'),(458,1,1,'com'),(459,1,1,'personalaudio'),(460,1,1,'customersupport'),(461,1,1,'productreturnsa'),(462,1,1,'htm'),(463,1,1,'mfr'),(464,1,1,'efs'),(465,1,1,'note'),(466,1,1,'products'),(467,1,1,'sold'),(468,1,1,'through'),(469,1,1,'this'),(470,1,1,'website'),(471,1,1,'not'),(472,1,1,'bear'),(473,1,1,'brand'),(474,1,1,'name'),(475,1,1,'serviced'),(476,1,1,'supported'),(477,1,1,'exclusively'),(478,1,1,'their'),(479,1,1,'manufacturers'),(480,1,1,'accordance'),(481,1,1,'terms'),(482,1,1,'conditions'),(483,1,1,'packaged'),(484,1,1,'does'),(485,1,1,'apply'),(486,1,1,'branded'),(487,1,1,'even'),(488,1,1,'contact'),(489,1,1,'manufacturer'),(490,1,1,'directly'),(491,1,1,'technical'),(492,1,1,'support'),(493,1,1,'customer'),(494,1,1,'service'),(495,1,1,'incorporated'); /*!40000 ALTER TABLE `ps_search_word` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_sekeyword` -- DROP TABLE IF EXISTS `ps_sekeyword`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_sekeyword` ( `id_sekeyword` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL default '1', `id_shop_group` int(10) unsigned NOT NULL default '1', `keyword` varchar(256) NOT NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_sekeyword`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_sekeyword` -- LOCK TABLES `ps_sekeyword` WRITE; /*!40000 ALTER TABLE `ps_sekeyword` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_sekeyword` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_shop` -- DROP TABLE IF EXISTS `ps_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_shop` ( `id_shop` int(11) unsigned NOT NULL auto_increment, `id_shop_group` int(11) unsigned NOT NULL, `name` varchar(64) NOT NULL, `id_category` int(11) unsigned NOT NULL default '1', `id_theme` int(1) unsigned NOT NULL, `active` tinyint(1) NOT NULL default '1', `deleted` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_shop`), KEY `id_shop_group` (`id_shop_group`), KEY `id_category` (`id_category`), KEY `id_theme` (`id_theme`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_shop` -- LOCK TABLES `ps_shop` WRITE; /*!40000 ALTER TABLE `ps_shop` DISABLE KEYS */; INSERT INTO `ps_shop` VALUES (1,1,'Enigmatic Concept',2,1,1,0); /*!40000 ALTER TABLE `ps_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_shop_group` -- DROP TABLE IF EXISTS `ps_shop_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_shop_group` ( `id_shop_group` int(11) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `share_customer` tinyint(1) NOT NULL, `share_order` tinyint(1) NOT NULL, `share_stock` tinyint(1) NOT NULL, `active` tinyint(1) NOT NULL default '1', `deleted` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_shop_group`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_shop_group` -- LOCK TABLES `ps_shop_group` WRITE; /*!40000 ALTER TABLE `ps_shop_group` DISABLE KEYS */; INSERT INTO `ps_shop_group` VALUES (1,'Default',0,0,0,1,0); /*!40000 ALTER TABLE `ps_shop_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_shop_url` -- DROP TABLE IF EXISTS `ps_shop_url`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_shop_url` ( `id_shop_url` int(11) unsigned NOT NULL auto_increment, `id_shop` int(11) unsigned NOT NULL, `domain` varchar(150) NOT NULL, `domain_ssl` varchar(150) NOT NULL, `physical_uri` varchar(64) NOT NULL, `virtual_uri` varchar(64) NOT NULL, `main` tinyint(1) NOT NULL, `active` tinyint(1) NOT NULL, PRIMARY KEY (`id_shop_url`), UNIQUE KEY `full_shop_url` (`domain`,`physical_uri`,`virtual_uri`), UNIQUE KEY `full_shop_url_ssl` (`domain_ssl`,`physical_uri`,`virtual_uri`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_shop_url` -- LOCK TABLES `ps_shop_url` WRITE; /*!40000 ALTER TABLE `ps_shop_url` DISABLE KEYS */; INSERT INTO `ps_shop_url` VALUES (1,1,'convictcartel.com','convictcartel.com','/prestashop/','',1,1); /*!40000 ALTER TABLE `ps_shop_url` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_specific_price` -- DROP TABLE IF EXISTS `ps_specific_price`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_specific_price` ( `id_specific_price` int(10) unsigned NOT NULL auto_increment, `id_specific_price_rule` int(11) unsigned NOT NULL, `id_cart` int(11) unsigned NOT NULL, `id_product` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_shop_group` int(11) unsigned NOT NULL, `id_currency` int(10) unsigned NOT NULL, `id_country` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, `id_customer` int(10) unsigned NOT NULL, `id_product_attribute` int(10) unsigned NOT NULL, `price` decimal(20,6) NOT NULL, `from_quantity` mediumint(8) unsigned NOT NULL, `reduction` decimal(20,6) NOT NULL, `reduction_type` enum('amount','percentage') NOT NULL, `from` datetime NOT NULL, `to` datetime NOT NULL, PRIMARY KEY (`id_specific_price`), KEY `id_product` (`id_product`,`id_shop`,`id_currency`,`id_country`,`id_group`,`id_customer`,`from_quantity`,`from`,`to`), KEY `from_quantity` (`from_quantity`), KEY `id_specific_price_rule` (`id_specific_price_rule`), KEY `id_cart` (`id_cart`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_specific_price` -- LOCK TABLES `ps_specific_price` WRITE; /*!40000 ALTER TABLE `ps_specific_price` DISABLE KEYS */; INSERT INTO `ps_specific_price` VALUES (1,0,0,1,0,0,0,0,0,0,0,'-1.000000',1,'0.050000','percentage','0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `ps_specific_price` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_specific_price_priority` -- DROP TABLE IF EXISTS `ps_specific_price_priority`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_specific_price_priority` ( `id_specific_price_priority` int(11) NOT NULL auto_increment, `id_product` int(11) NOT NULL, `priority` varchar(80) NOT NULL, PRIMARY KEY (`id_specific_price_priority`,`id_product`), UNIQUE KEY `id_product` (`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_specific_price_priority` -- LOCK TABLES `ps_specific_price_priority` WRITE; /*!40000 ALTER TABLE `ps_specific_price_priority` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_specific_price_priority` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_specific_price_rule` -- DROP TABLE IF EXISTS `ps_specific_price_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_specific_price_rule` ( `id_specific_price_rule` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_currency` int(10) unsigned NOT NULL, `id_country` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, `from_quantity` mediumint(8) unsigned NOT NULL, `price` decimal(20,6) default NULL, `reduction` decimal(20,6) NOT NULL, `reduction_type` enum('amount','percentage') NOT NULL, `from` datetime NOT NULL, `to` datetime NOT NULL, PRIMARY KEY (`id_specific_price_rule`), KEY `id_product` (`id_shop`,`id_currency`,`id_country`,`id_group`,`from_quantity`,`from`,`to`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_specific_price_rule` -- LOCK TABLES `ps_specific_price_rule` WRITE; /*!40000 ALTER TABLE `ps_specific_price_rule` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_specific_price_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_specific_price_rule_condition` -- DROP TABLE IF EXISTS `ps_specific_price_rule_condition`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_specific_price_rule_condition` ( `id_specific_price_rule_condition` int(11) unsigned NOT NULL auto_increment, `id_specific_price_rule_condition_group` int(11) unsigned NOT NULL, `type` varchar(255) NOT NULL, `value` varchar(255) NOT NULL, PRIMARY KEY (`id_specific_price_rule_condition`), KEY `id_specific_price_rule_condition_group` (`id_specific_price_rule_condition_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_specific_price_rule_condition` -- LOCK TABLES `ps_specific_price_rule_condition` WRITE; /*!40000 ALTER TABLE `ps_specific_price_rule_condition` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_specific_price_rule_condition` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_specific_price_rule_condition_group` -- DROP TABLE IF EXISTS `ps_specific_price_rule_condition_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_specific_price_rule_condition_group` ( `id_specific_price_rule_condition_group` int(11) unsigned NOT NULL auto_increment, `id_specific_price_rule` int(11) unsigned NOT NULL, PRIMARY KEY (`id_specific_price_rule_condition_group`,`id_specific_price_rule`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_specific_price_rule_condition_group` -- LOCK TABLES `ps_specific_price_rule_condition_group` WRITE; /*!40000 ALTER TABLE `ps_specific_price_rule_condition_group` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_specific_price_rule_condition_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_state` -- DROP TABLE IF EXISTS `ps_state`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_state` ( `id_state` int(10) unsigned NOT NULL auto_increment, `id_country` int(11) unsigned NOT NULL, `id_zone` int(11) unsigned NOT NULL, `name` varchar(64) NOT NULL, `iso_code` varchar(7) NOT NULL, `tax_behavior` smallint(1) NOT NULL default '0', `active` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_state`), KEY `id_country` (`id_country`), KEY `name` (`name`), KEY `id_zone` (`id_zone`) ) ENGINE=MyISAM AUTO_INCREMENT=313 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_state` -- LOCK TABLES `ps_state` WRITE; /*!40000 ALTER TABLE `ps_state` DISABLE KEYS */; INSERT INTO `ps_state` VALUES (1,21,2,'Alabama','AL',0,1),(2,21,2,'Alaska','AK',0,1),(3,21,2,'Arizona','AZ',0,1),(4,21,2,'Arkansas','AR',0,1),(5,21,2,'California','CA',0,1),(6,21,2,'Colorado','CO',0,1),(7,21,2,'Connecticut','CT',0,1),(8,21,2,'Delaware','DE',0,1),(9,21,2,'Florida','FL',0,1),(10,21,2,'Georgia','GA',0,1),(11,21,2,'Hawaii','HI',0,1),(12,21,2,'Idaho','ID',0,1),(13,21,2,'Illinois','IL',0,1),(14,21,2,'Indiana','IN',0,1),(15,21,2,'Iowa','IA',0,1),(16,21,2,'Kansas','KS',0,1),(17,21,2,'Kentucky','KY',0,1),(18,21,2,'Louisiana','LA',0,1),(19,21,2,'Maine','ME',0,1),(20,21,2,'Maryland','MD',0,1),(21,21,2,'Massachusetts','MA',0,1),(22,21,2,'Michigan','MI',0,1),(23,21,2,'Minnesota','MN',0,1),(24,21,2,'Mississippi','MS',0,1),(25,21,2,'Missouri','MO',0,1),(26,21,2,'Montana','MT',0,1),(27,21,2,'Nebraska','NE',0,1),(28,21,2,'Nevada','NV',0,1),(29,21,2,'New Hampshire','NH',0,1),(30,21,2,'New Jersey','NJ',0,1),(31,21,2,'New Mexico','NM',0,1),(32,21,2,'New York','NY',0,1),(33,21,2,'North Carolina','NC',0,1),(34,21,2,'North Dakota','ND',0,1),(35,21,2,'Ohio','OH',0,1),(36,21,2,'Oklahoma','OK',0,1),(37,21,2,'Oregon','OR',0,1),(38,21,2,'Pennsylvania','PA',0,1),(39,21,2,'Rhode Island','RI',0,1),(40,21,2,'South Carolina','SC',0,1),(41,21,2,'South Dakota','SD',0,1),(42,21,2,'Tennessee','TN',0,1),(43,21,2,'Texas','TX',0,1),(44,21,2,'Utah','UT',0,1),(45,21,2,'Vermont','VT',0,1),(46,21,2,'Virginia','VA',0,1),(47,21,2,'Washington','WA',0,1),(48,21,2,'West Virginia','WV',0,1),(49,21,2,'Wisconsin','WI',0,1),(50,21,2,'Wyoming','WY',0,1),(51,21,2,'Puerto Rico','PR',0,1),(52,21,2,'US Virgin Islands','VI',0,1),(53,21,2,'District of Columbia','DC',0,1),(54,145,2,'Aguascalientes','AGS',0,1),(55,145,2,'Baja California','BCN',0,1),(56,145,2,'Baja California Sur','BCS',0,1),(57,145,2,'Campeche','CAM',0,1),(58,145,2,'Chiapas','CHP',0,1),(59,145,2,'Chihuahua','CHH',0,1),(60,145,2,'Coahuila','COA',0,1),(61,145,2,'Colima','COL',0,1),(62,145,2,'Distrito Federal','DIF',0,1),(63,145,2,'Durango','DUR',0,1),(64,145,2,'Guanajuato','GUA',0,1),(65,145,2,'Guerrero','GRO',0,1),(66,145,2,'Hidalgo','HID',0,1),(67,145,2,'Jalisco','JAL',0,1),(68,145,2,'Estado de México','MEX',0,1),(69,145,2,'Michoacán','MIC',0,1),(70,145,2,'Morelos','MOR',0,1),(71,145,2,'Nayarit','NAY',0,1),(72,145,2,'Nuevo León','NLE',0,1),(73,145,2,'Oaxaca','OAX',0,1),(74,145,2,'Puebla','PUE',0,1),(75,145,2,'Querétaro','QUE',0,1),(76,145,2,'Quintana Roo','ROO',0,1),(77,145,2,'San Luis Potosí','SLP',0,1),(78,145,2,'Sinaloa','SIN',0,1),(79,145,2,'Sonora','SON',0,1),(80,145,2,'Tabasco','TAB',0,1),(81,145,2,'Tamaulipas','TAM',0,1),(82,145,2,'Tlaxcala','TLA',0,1),(83,145,2,'Veracruz','VER',0,1),(84,145,2,'Yucatán','YUC',0,1),(85,145,2,'Zacatecas','ZAC',0,1),(86,4,2,'Ontario','ON',0,1),(87,4,2,'Quebec','QC',0,1),(88,4,2,'British Columbia','BC',0,1),(89,4,2,'Alberta','AB',0,1),(90,4,2,'Manitoba','MB',0,1),(91,4,2,'Saskatchewan','SK',0,1),(92,4,2,'Nova Scotia','NS',0,1),(93,4,2,'New Brunswick','NB',0,1),(94,4,2,'Newfoundland and Labrador','NL',0,1),(95,4,2,'Prince Edward Island','PE',0,1),(96,4,2,'Northwest Territories','NT',0,1),(97,4,2,'Yukon','YT',0,1),(98,4,2,'Nunavut','NU',0,1),(99,44,6,'Buenos Aires','B',0,1),(100,44,6,'Catamarca','K',0,1),(101,44,6,'Chaco','H',0,1),(102,44,6,'Chubut','U',0,1),(103,44,6,'Ciudad de Buenos Aires','C',0,1),(104,44,6,'Córdoba','X',0,1),(105,44,6,'Corrientes','W',0,1),(106,44,6,'Entre Ríos','E',0,1),(107,44,6,'Formosa','P',0,1),(108,44,6,'Jujuy','Y',0,1),(109,44,6,'La Pampa','L',0,1),(110,44,6,'La Rioja','F',0,1),(111,44,6,'Mendoza','M',0,1),(112,44,6,'Misiones','N',0,1),(113,44,6,'Neuquén','Q',0,1),(114,44,6,'Río Negro','R',0,1),(115,44,6,'Salta','A',0,1),(116,44,6,'San Juan','J',0,1),(117,44,6,'San Luis','D',0,1),(118,44,6,'Santa Cruz','Z',0,1),(119,44,6,'Santa Fe','S',0,1),(120,44,6,'Santiago del Estero','G',0,1),(121,44,6,'Tierra del Fuego','V',0,1),(122,44,6,'Tucumán','T',0,1),(123,10,1,'Agrigento','AG',0,1),(124,10,1,'Alessandria','AL',0,1),(125,10,1,'Ancona','AN',0,1),(126,10,1,'Aosta','AO',0,1),(127,10,1,'Arezzo','AR',0,1),(128,10,1,'Ascoli Piceno','AP',0,1),(129,10,1,'Asti','AT',0,1),(130,10,1,'Avellino','AV',0,1),(131,10,1,'Bari','BA',0,1),(132,10,1,'Barletta-Andria-Trani','BT',0,1),(133,10,1,'Belluno','BL',0,1),(134,10,1,'Benevento','BN',0,1),(135,10,1,'Bergamo','BG',0,1),(136,10,1,'Biella','BI',0,1),(137,10,1,'Bologna','BO',0,1),(138,10,1,'Bolzano','BZ',0,1),(139,10,1,'Brescia','BS',0,1),(140,10,1,'Brindisi','BR',0,1),(141,10,1,'Cagliari','CA',0,1),(142,10,1,'Caltanissetta','CL',0,1),(143,10,1,'Campobasso','CB',0,1),(144,10,1,'Carbonia-Iglesias','CI',0,1),(145,10,1,'Caserta','CE',0,1),(146,10,1,'Catania','CT',0,1),(147,10,1,'Catanzaro','CZ',0,1),(148,10,1,'Chieti','CH',0,1),(149,10,1,'Como','CO',0,1),(150,10,1,'Cosenza','CS',0,1),(151,10,1,'Cremona','CR',0,1),(152,10,1,'Crotone','KR',0,1),(153,10,1,'Cuneo','CN',0,1),(154,10,1,'Enna','EN',0,1),(155,10,1,'Fermo','FM',0,1),(156,10,1,'Ferrara','FE',0,1),(157,10,1,'Firenze','FI',0,1),(158,10,1,'Foggia','FG',0,1),(159,10,1,'Forlì-Cesena','FC',0,1),(160,10,1,'Frosinone','FR',0,1),(161,10,1,'Genova','GE',0,1),(162,10,1,'Gorizia','GO',0,1),(163,10,1,'Grosseto','GR',0,1),(164,10,1,'Imperia','IM',0,1),(165,10,1,'Isernia','IS',0,1),(166,10,1,'L\'Aquila','AQ',0,1),(167,10,1,'La Spezia','SP',0,1),(168,10,1,'Latina','LT',0,1),(169,10,1,'Lecce','LE',0,1),(170,10,1,'Lecco','LC',0,1),(171,10,1,'Livorno','LI',0,1),(172,10,1,'Lodi','LO',0,1),(173,10,1,'Lucca','LU',0,1),(174,10,1,'Macerata','MC',0,1),(175,10,1,'Mantova','MN',0,1),(176,10,1,'Massa','MS',0,1),(177,10,1,'Matera','MT',0,1),(178,10,1,'Medio Campidano','VS',0,1),(179,10,1,'Messina','ME',0,1),(180,10,1,'Milano','MI',0,1),(181,10,1,'Modena','MO',0,1),(182,10,1,'Monza e della Brianza','MB',0,1),(183,10,1,'Napoli','NA',0,1),(184,10,1,'Novara','NO',0,1),(185,10,1,'Nuoro','NU',0,1),(186,10,1,'Ogliastra','OG',0,1),(187,10,1,'Olbia-Tempio','OT',0,1),(188,10,1,'Oristano','OR',0,1),(189,10,1,'Padova','PD',0,1),(190,10,1,'Palermo','PA',0,1),(191,10,1,'Parma','PR',0,1),(192,10,1,'Pavia','PV',0,1),(193,10,1,'Perugia','PG',0,1),(194,10,1,'Pesaro-Urbino','PU',0,1),(195,10,1,'Pescara','PE',0,1),(196,10,1,'Piacenza','PC',0,1),(197,10,1,'Pisa','PI',0,1),(198,10,1,'Pistoia','PT',0,1),(199,10,1,'Pordenone','PN',0,1),(200,10,1,'Potenza','PZ',0,1),(201,10,1,'Prato','PO',0,1),(202,10,1,'Ragusa','RG',0,1),(203,10,1,'Ravenna','RA',0,1),(204,10,1,'Reggio Calabria','RC',0,1),(205,10,1,'Reggio Emilia','RE',0,1),(206,10,1,'Rieti','RI',0,1),(207,10,1,'Rimini','RN',0,1),(208,10,1,'Roma','RM',0,1),(209,10,1,'Rovigo','RO',0,1),(210,10,1,'Salerno','SA',0,1),(211,10,1,'Sassari','SS',0,1),(212,10,1,'Savona','SV',0,1),(213,10,1,'Siena','SI',0,1),(214,10,1,'Siracusa','SR',0,1),(215,10,1,'Sondrio','SO',0,1),(216,10,1,'Taranto','TA',0,1),(217,10,1,'Teramo','TE',0,1),(218,10,1,'Terni','TR',0,1),(219,10,1,'Torino','TO',0,1),(220,10,1,'Trapani','TP',0,1),(221,10,1,'Trento','TN',0,1),(222,10,1,'Treviso','TV',0,1),(223,10,1,'Trieste','TS',0,1),(224,10,1,'Udine','UD',0,1),(225,10,1,'Varese','VA',0,1),(226,10,1,'Venezia','VE',0,1),(227,10,1,'Verbano-Cusio-Ossola','VB',0,1),(228,10,1,'Vercelli','VC',0,1),(229,10,1,'Verona','VR',0,1),(230,10,1,'Vibo Valentia','VV',0,1),(231,10,1,'Vicenza','VI',0,1),(232,10,1,'Viterbo','VT',0,1),(233,111,3,'Aceh','AC',0,1),(234,111,3,'Bali','BA',0,1),(235,111,3,'Bangka','BB',0,1),(236,111,3,'Banten','BT',0,1),(237,111,3,'Bengkulu','BE',0,1),(238,111,3,'Central Java','JT',0,1),(239,111,3,'Central Kalimantan','KT',0,1),(240,111,3,'Central Sulawesi','ST',0,1),(241,111,3,'Coat of arms of East Java','JI',0,1),(242,111,3,'East kalimantan','KI',0,1),(243,111,3,'East Nusa Tenggara','NT',0,1),(244,111,3,'Lambang propinsi','GO',0,1),(245,111,3,'Jakarta','JK',0,1),(246,111,3,'Jambi','JA',0,1),(247,111,3,'Lampung','LA',0,1),(248,111,3,'Maluku','MA',0,1),(249,111,3,'North Maluku','MU',0,1),(250,111,3,'North Sulawesi','SA',0,1),(251,111,3,'North Sumatra','SU',0,1),(252,111,3,'Papua','PA',0,1),(253,111,3,'Riau','RI',0,1),(254,111,3,'Lambang Riau','KR',0,1),(255,111,3,'Southeast Sulawesi','SG',0,1),(256,111,3,'South Kalimantan','KS',0,1),(257,111,3,'South Sulawesi','SN',0,1),(258,111,3,'South Sumatra','SS',0,1),(259,111,3,'West Java','JB',0,1),(260,111,3,'West Kalimantan','KB',0,1),(261,111,3,'West Nusa Tenggara','NB',0,1),(262,111,3,'Lambang Provinsi Papua Barat','PB',0,1),(263,111,3,'West Sulawesi','SR',0,1),(264,111,3,'West Sumatra','SB',0,1),(265,111,3,'Yogyakarta','YO',0,1),(266,11,3,'Aichi','23',0,1),(267,11,3,'Akita','05',0,1),(268,11,3,'Aomori','02',0,1),(269,11,3,'Chiba','12',0,1),(270,11,3,'Ehime','38',0,1),(271,11,3,'Fukui','18',0,1),(272,11,3,'Fukuoka','40',0,1),(273,11,3,'Fukushima','07',0,1),(274,11,3,'Gifu','21',0,1),(275,11,3,'Gunma','10',0,1),(276,11,3,'Hiroshima','34',0,1),(277,11,3,'Hokkaido','01',0,1),(278,11,3,'Hyogo','28',0,1),(279,11,3,'Ibaraki','08',0,1),(280,11,3,'Ishikawa','17',0,1),(281,11,3,'Iwate','03',0,1),(282,11,3,'Kagawa','37',0,1),(283,11,3,'Kagoshima','46',0,1),(284,11,3,'Kanagawa','14',0,1),(285,11,3,'Kochi','39',0,1),(286,11,3,'Kumamoto','43',0,1),(287,11,3,'Kyoto','26',0,1),(288,11,3,'Mie','24',0,1),(289,11,3,'Miyagi','04',0,1),(290,11,3,'Miyazaki','45',0,1),(291,11,3,'Nagano','20',0,1),(292,11,3,'Nagasaki','42',0,1),(293,11,3,'Nara','29',0,1),(294,11,3,'Niigata','15',0,1),(295,11,3,'Oita','44',0,1),(296,11,3,'Okayama','33',0,1),(297,11,3,'Okinawa','47',0,1),(298,11,3,'Osaka','27',0,1),(299,11,3,'Saga','41',0,1),(300,11,3,'Saitama','11',0,1),(301,11,3,'Shiga','25',0,1),(302,11,3,'Shimane','32',0,1),(303,11,3,'Shizuoka','22',0,1),(304,11,3,'Tochigi','09',0,1),(305,11,3,'Tokushima','36',0,1),(306,11,3,'Tokyo','13',0,1),(307,11,3,'Tottori','31',0,1),(308,11,3,'Toyama','16',0,1),(309,11,3,'Wakayama','30',0,1),(310,11,3,'Yamagata','06',0,1),(311,11,3,'Yamaguchi','35',0,1),(312,11,3,'Yamanashi','19',0,1); /*!40000 ALTER TABLE `ps_state` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_statssearch` -- DROP TABLE IF EXISTS `ps_statssearch`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_statssearch` ( `id_statssearch` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL default '1', `id_shop_group` int(10) unsigned NOT NULL default '1', `keywords` varchar(255) NOT NULL, `results` int(6) NOT NULL default '0', `date_add` datetime NOT NULL, PRIMARY KEY (`id_statssearch`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_statssearch` -- LOCK TABLES `ps_statssearch` WRITE; /*!40000 ALTER TABLE `ps_statssearch` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_statssearch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_stock` -- DROP TABLE IF EXISTS `ps_stock`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_stock` ( `id_stock` int(11) unsigned NOT NULL auto_increment, `id_warehouse` int(11) unsigned NOT NULL, `id_product` int(11) unsigned NOT NULL, `id_product_attribute` int(11) unsigned NOT NULL, `reference` varchar(32) NOT NULL, `ean13` varchar(13) default NULL, `upc` varchar(12) default NULL, `physical_quantity` int(11) unsigned NOT NULL, `usable_quantity` int(11) unsigned NOT NULL, `price_te` decimal(20,6) default '0.000000', PRIMARY KEY (`id_stock`), KEY `id_warehouse` (`id_warehouse`), KEY `id_product` (`id_product`), KEY `id_product_attribute` (`id_product_attribute`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_stock` -- LOCK TABLES `ps_stock` WRITE; /*!40000 ALTER TABLE `ps_stock` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_stock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_stock_available` -- DROP TABLE IF EXISTS `ps_stock_available`; SET @saved_cs_client = @@character_set_client; 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=35 DEFAULT CHARSET=utf8; 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 (1,1,0,1,0,160,0,2),(2,2,0,1,0,120,0,2),(3,3,0,1,0,400,0,2),(4,4,0,1,0,75,0,2),(5,5,0,1,0,120,0,2),(6,6,0,1,0,25,0,2),(7,7,0,1,0,15,0,2),(8,2,1,1,0,30,0,2),(9,2,2,1,0,30,0,2),(10,2,3,1,0,30,0,2),(11,2,4,1,0,30,0,2),(12,3,5,1,0,100,0,2),(13,3,6,1,0,100,0,2),(14,3,7,1,0,100,0,2),(15,3,8,1,0,100,0,2),(16,5,9,1,0,40,0,2),(17,5,10,1,0,40,0,2),(18,5,11,1,0,40,0,2),(19,1,12,1,0,10,0,2),(20,1,13,1,0,10,0,2),(21,1,14,1,0,10,0,2),(22,1,15,1,0,10,0,2),(23,1,16,1,0,10,0,2),(24,1,17,1,0,10,0,2),(25,1,18,1,0,10,0,2),(26,1,19,1,0,10,0,2),(27,1,20,1,0,10,0,2),(28,1,21,1,0,10,0,2),(29,1,22,1,0,10,0,2),(30,1,23,1,0,10,0,2),(31,1,24,1,0,10,0,2),(32,1,25,1,0,10,0,2),(33,1,26,1,0,10,0,2),(34,1,27,1,0,10,0,2); /*!40000 ALTER TABLE `ps_stock_available` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_stock_mvt` -- DROP TABLE IF EXISTS `ps_stock_mvt`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_stock_mvt` ( `id_stock_mvt` bigint(20) unsigned NOT NULL auto_increment, `id_stock` int(11) unsigned NOT NULL, `id_order` int(11) unsigned default NULL, `id_supply_order` int(11) unsigned default NULL, `id_stock_mvt_reason` int(11) unsigned NOT NULL, `id_employee` int(11) unsigned NOT NULL, `employee_lastname` varchar(32) default '', `employee_firstname` varchar(32) default '', `physical_quantity` int(11) unsigned NOT NULL, `date_add` datetime NOT NULL, `sign` tinyint(1) NOT NULL default '1', `price_te` decimal(20,6) default '0.000000', `last_wa` decimal(20,6) default '0.000000', `current_wa` decimal(20,6) default '0.000000', `referer` bigint(20) unsigned default NULL, PRIMARY KEY (`id_stock_mvt`), KEY `id_stock` (`id_stock`), KEY `id_stock_mvt_reason` (`id_stock_mvt_reason`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_stock_mvt` -- LOCK TABLES `ps_stock_mvt` WRITE; /*!40000 ALTER TABLE `ps_stock_mvt` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_stock_mvt` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_stock_mvt_reason` -- DROP TABLE IF EXISTS `ps_stock_mvt_reason`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_stock_mvt_reason` ( `id_stock_mvt_reason` int(11) unsigned NOT NULL auto_increment, `sign` tinyint(1) NOT NULL default '1', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `deleted` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_stock_mvt_reason`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_stock_mvt_reason` -- LOCK TABLES `ps_stock_mvt_reason` WRITE; /*!40000 ALTER TABLE `ps_stock_mvt_reason` DISABLE KEYS */; INSERT INTO `ps_stock_mvt_reason` VALUES (1,1,'2013-09-15 16:43:36','2013-09-15 16:43:36',0),(2,-1,'2013-09-15 16:43:36','2013-09-15 16:43:36',0),(3,-1,'2013-09-15 16:43:36','2013-09-15 16:43:36',0),(4,-1,'2013-09-15 16:43:36','2013-09-15 16:43:36',0),(5,1,'2013-09-15 16:43:36','2013-09-15 16:43:36',0),(6,-1,'2013-09-15 16:43:36','2013-09-15 16:43:36',0),(7,1,'2013-09-15 16:43:36','2013-09-15 16:43:36',0),(8,1,'2013-09-15 16:43:36','2013-09-15 16:43:36',0); /*!40000 ALTER TABLE `ps_stock_mvt_reason` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_stock_mvt_reason_lang` -- DROP TABLE IF EXISTS `ps_stock_mvt_reason_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_stock_mvt_reason_lang` ( `id_stock_mvt_reason` int(11) unsigned NOT NULL, `id_lang` int(11) unsigned NOT NULL, `name` varchar(255) NOT NULL, PRIMARY KEY (`id_stock_mvt_reason`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_stock_mvt_reason_lang` -- LOCK TABLES `ps_stock_mvt_reason_lang` WRITE; /*!40000 ALTER TABLE `ps_stock_mvt_reason_lang` DISABLE KEYS */; INSERT INTO `ps_stock_mvt_reason_lang` VALUES (1,1,'Increase'),(2,1,'Decrease'),(3,1,'Customer Order'),(4,1,'Regulation following an inventory of stock'),(5,1,'Regulation following an inventory of stock'),(6,1,'Transfer to another warehouse'),(7,1,'Transfer from another warehouse'),(8,1,'Supply Order'); /*!40000 ALTER TABLE `ps_stock_mvt_reason_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_store` -- DROP TABLE IF EXISTS `ps_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_store` ( `id_store` int(10) unsigned NOT NULL auto_increment, `id_country` int(10) unsigned NOT NULL, `id_state` int(10) unsigned default NULL, `name` varchar(128) NOT NULL, `address1` varchar(128) NOT NULL, `address2` varchar(128) default NULL, `city` varchar(64) NOT NULL, `postcode` varchar(12) NOT NULL, `latitude` decimal(13,8) default NULL, `longitude` decimal(13,8) default NULL, `hours` varchar(254) default NULL, `phone` varchar(16) default NULL, `fax` varchar(16) default NULL, `email` varchar(128) default NULL, `note` text, `active` tinyint(1) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_store`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_store` -- LOCK TABLES `ps_store` WRITE; /*!40000 ALTER TABLE `ps_store` DISABLE KEYS */; INSERT INTO `ps_store` VALUES (1,21,9,'Dade County','3030 SW 8th St Miami','','Miami',' 33135','25.76500500','-80.24379700','a:7:{i:0;s:13:\"09:00 - 19:00\";i:1;s:13:\"09:00 - 19:00\";i:2;s:13:\"09:00 - 19:00\";i:3;s:13:\"09:00 - 19:00\";i:4;s:13:\"09:00 - 19:00\";i:5;s:13:\"10:00 - 16:00\";i:6;s:13:\"10:00 - 16:00\";}','','','','',1,'2013-09-15 16:44:40','2013-09-15 16:44:40'),(2,21,9,'E Fort Lauderdale','1000 Northeast 4th Ave Fort Lauderdale','','Miami',' 33304','26.13793600','-80.13943500','a:7:{i:0;s:13:\"09:00 - 19:00\";i:1;s:13:\"09:00 - 19:00\";i:2;s:13:\"09:00 - 19:00\";i:3;s:13:\"09:00 - 19:00\";i:4;s:13:\"09:00 - 19:00\";i:5;s:13:\"10:00 - 16:00\";i:6;s:13:\"10:00 - 16:00\";}','','','','',1,'2013-09-15 16:44:40','2013-09-15 16:44:40'),(3,21,9,'Pembroke Pines','11001 Pines Blvd Pembroke Pines','','Miami','33026','26.00998700','-80.29447200','a:7:{i:0;s:13:\"09:00 - 19:00\";i:1;s:13:\"09:00 - 19:00\";i:2;s:13:\"09:00 - 19:00\";i:3;s:13:\"09:00 - 19:00\";i:4;s:13:\"09:00 - 19:00\";i:5;s:13:\"10:00 - 16:00\";i:6;s:13:\"10:00 - 16:00\";}','','','','',1,'2013-09-15 16:44:40','2013-09-15 16:44:40'),(4,21,9,'Coconut Grove','2999 SW 32nd Avenue','','Miami',' 33133','25.73629600','-80.24479700','a:7:{i:0;s:13:\"09:00 - 19:00\";i:1;s:13:\"09:00 - 19:00\";i:2;s:13:\"09:00 - 19:00\";i:3;s:13:\"09:00 - 19:00\";i:4;s:13:\"09:00 - 19:00\";i:5;s:13:\"10:00 - 16:00\";i:6;s:13:\"10:00 - 16:00\";}','','','','',1,'2013-09-15 16:44:40','2013-09-15 16:44:40'),(5,21,9,'N Miami/Biscayne','12055 Biscayne Blvd','','Miami','33181','25.88674000','-80.16329200','a:7:{i:0;s:13:\"09:00 - 19:00\";i:1;s:13:\"09:00 - 19:00\";i:2;s:13:\"09:00 - 19:00\";i:3;s:13:\"09:00 - 19:00\";i:4;s:13:\"09:00 - 19:00\";i:5;s:13:\"10:00 - 16:00\";i:6;s:13:\"10:00 - 16:00\";}','','','','',1,'2013-09-15 16:44:40','2013-09-15 16:44:40'); /*!40000 ALTER TABLE `ps_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_store_shop` -- DROP TABLE IF EXISTS `ps_store_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_store_shop` ( `id_store` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_store`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_store_shop` -- LOCK TABLES `ps_store_shop` WRITE; /*!40000 ALTER TABLE `ps_store_shop` DISABLE KEYS */; INSERT INTO `ps_store_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1); /*!40000 ALTER TABLE `ps_store_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_supplier` -- DROP TABLE IF EXISTS `ps_supplier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_supplier` ( `id_supplier` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `active` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_supplier`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_supplier` -- LOCK TABLES `ps_supplier` WRITE; /*!40000 ALTER TABLE `ps_supplier` DISABLE KEYS */; INSERT INTO `ps_supplier` VALUES (1,'AppleStore','2013-09-15 16:44:38','2013-09-15 16:44:38',1),(2,'Shure Online Store','2013-09-15 16:44:38','2013-09-15 16:44:38',1); /*!40000 ALTER TABLE `ps_supplier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_supplier_lang` -- DROP TABLE IF EXISTS `ps_supplier_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_supplier_lang` ( `id_supplier` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `description` text, `meta_title` varchar(128) default NULL, `meta_keywords` varchar(255) default NULL, `meta_description` varchar(255) default NULL, PRIMARY KEY (`id_supplier`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_supplier_lang` -- LOCK TABLES `ps_supplier_lang` WRITE; /*!40000 ALTER TABLE `ps_supplier_lang` DISABLE KEYS */; INSERT INTO `ps_supplier_lang` VALUES (1,1,'','','',''),(2,1,'','','',''); /*!40000 ALTER TABLE `ps_supplier_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_supplier_shop` -- DROP TABLE IF EXISTS `ps_supplier_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_supplier_shop` ( `id_supplier` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_supplier`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_supplier_shop` -- LOCK TABLES `ps_supplier_shop` WRITE; /*!40000 ALTER TABLE `ps_supplier_shop` DISABLE KEYS */; INSERT INTO `ps_supplier_shop` VALUES (1,1),(2,1); /*!40000 ALTER TABLE `ps_supplier_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_supply_order` -- DROP TABLE IF EXISTS `ps_supply_order`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_supply_order` ( `id_supply_order` int(11) unsigned NOT NULL auto_increment, `id_supplier` int(11) unsigned NOT NULL, `supplier_name` varchar(64) NOT NULL, `id_lang` int(11) unsigned NOT NULL, `id_warehouse` int(11) unsigned NOT NULL, `id_supply_order_state` int(11) unsigned NOT NULL, `id_currency` int(11) unsigned NOT NULL, `id_ref_currency` int(11) unsigned NOT NULL, `reference` varchar(64) NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `date_delivery_expected` datetime default NULL, `total_te` decimal(20,6) default '0.000000', `total_with_discount_te` decimal(20,6) default '0.000000', `total_tax` decimal(20,6) default '0.000000', `total_ti` decimal(20,6) default '0.000000', `discount_rate` decimal(20,6) default '0.000000', `discount_value_te` decimal(20,6) default '0.000000', `is_template` tinyint(1) default '0', PRIMARY KEY (`id_supply_order`), KEY `id_supplier` (`id_supplier`), KEY `id_warehouse` (`id_warehouse`), KEY `reference` (`reference`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_supply_order` -- LOCK TABLES `ps_supply_order` WRITE; /*!40000 ALTER TABLE `ps_supply_order` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_supply_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_supply_order_detail` -- DROP TABLE IF EXISTS `ps_supply_order_detail`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_supply_order_detail` ( `id_supply_order_detail` int(11) unsigned NOT NULL auto_increment, `id_supply_order` int(11) unsigned NOT NULL, `id_currency` int(11) unsigned NOT NULL, `id_product` int(11) unsigned NOT NULL, `id_product_attribute` int(11) unsigned NOT NULL, `reference` varchar(32) NOT NULL, `supplier_reference` varchar(32) NOT NULL, `name` varchar(128) NOT NULL, `ean13` varchar(13) default NULL, `upc` varchar(12) default NULL, `exchange_rate` decimal(20,6) default '0.000000', `unit_price_te` decimal(20,6) default '0.000000', `quantity_expected` int(11) unsigned NOT NULL, `quantity_received` int(11) unsigned NOT NULL, `price_te` decimal(20,6) default '0.000000', `discount_rate` decimal(20,6) default '0.000000', `discount_value_te` decimal(20,6) default '0.000000', `price_with_discount_te` decimal(20,6) default '0.000000', `tax_rate` decimal(20,6) default '0.000000', `tax_value` decimal(20,6) default '0.000000', `price_ti` decimal(20,6) default '0.000000', `tax_value_with_order_discount` decimal(20,6) default '0.000000', `price_with_order_discount_te` decimal(20,6) default '0.000000', PRIMARY KEY (`id_supply_order_detail`), KEY `id_supply_order` (`id_supply_order`), KEY `id_product` (`id_product`), KEY `id_product_attribute` (`id_product_attribute`), KEY `id_product_product_attribute` (`id_product`,`id_product_attribute`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_supply_order_detail` -- LOCK TABLES `ps_supply_order_detail` WRITE; /*!40000 ALTER TABLE `ps_supply_order_detail` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_supply_order_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_supply_order_history` -- DROP TABLE IF EXISTS `ps_supply_order_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_supply_order_history` ( `id_supply_order_history` int(11) unsigned NOT NULL auto_increment, `id_supply_order` int(11) unsigned NOT NULL, `id_employee` int(11) unsigned NOT NULL, `employee_lastname` varchar(32) default '', `employee_firstname` varchar(32) default '', `id_state` int(11) unsigned NOT NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_supply_order_history`), KEY `id_supply_order` (`id_supply_order`), KEY `id_employee` (`id_employee`), KEY `id_state` (`id_state`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_supply_order_history` -- LOCK TABLES `ps_supply_order_history` WRITE; /*!40000 ALTER TABLE `ps_supply_order_history` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_supply_order_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_supply_order_receipt_history` -- DROP TABLE IF EXISTS `ps_supply_order_receipt_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_supply_order_receipt_history` ( `id_supply_order_receipt_history` int(11) unsigned NOT NULL auto_increment, `id_supply_order_detail` int(11) unsigned NOT NULL, `id_employee` int(11) unsigned NOT NULL, `employee_lastname` varchar(32) default '', `employee_firstname` varchar(32) default '', `id_supply_order_state` int(11) unsigned NOT NULL, `quantity` int(11) unsigned NOT NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_supply_order_receipt_history`), KEY `id_supply_order_detail` (`id_supply_order_detail`), KEY `id_supply_order_state` (`id_supply_order_state`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_supply_order_receipt_history` -- LOCK TABLES `ps_supply_order_receipt_history` WRITE; /*!40000 ALTER TABLE `ps_supply_order_receipt_history` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_supply_order_receipt_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_supply_order_state` -- DROP TABLE IF EXISTS `ps_supply_order_state`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_supply_order_state` ( `id_supply_order_state` int(11) unsigned NOT NULL auto_increment, `delivery_note` tinyint(1) NOT NULL default '0', `editable` tinyint(1) NOT NULL default '0', `receipt_state` tinyint(1) NOT NULL default '0', `pending_receipt` tinyint(1) NOT NULL default '0', `enclosed` tinyint(1) NOT NULL default '0', `color` varchar(32) default NULL, PRIMARY KEY (`id_supply_order_state`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_supply_order_state` -- LOCK TABLES `ps_supply_order_state` WRITE; /*!40000 ALTER TABLE `ps_supply_order_state` DISABLE KEYS */; INSERT INTO `ps_supply_order_state` VALUES (1,0,1,0,0,0,'#faab00'),(2,1,0,0,0,0,'#273cff'),(3,0,0,0,1,0,'#ff37f5'),(4,0,0,1,1,0,'#ff3e33'),(5,0,0,1,0,1,'#00d60c'),(6,0,0,0,0,1,'#666666'); /*!40000 ALTER TABLE `ps_supply_order_state` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_supply_order_state_lang` -- DROP TABLE IF EXISTS `ps_supply_order_state_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_supply_order_state_lang` ( `id_supply_order_state` int(11) unsigned NOT NULL, `id_lang` int(11) unsigned NOT NULL, `name` varchar(128) default NULL, PRIMARY KEY (`id_supply_order_state`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_supply_order_state_lang` -- LOCK TABLES `ps_supply_order_state_lang` WRITE; /*!40000 ALTER TABLE `ps_supply_order_state_lang` DISABLE KEYS */; INSERT INTO `ps_supply_order_state_lang` VALUES (1,1,'1 - Creation in progress'),(2,1,'2 - Order validated'),(3,1,'3 - Pending receipt'),(4,1,'4 - Order received in part'),(5,1,'5 - Order received completely'),(6,1,'6 - Order canceled'); /*!40000 ALTER TABLE `ps_supply_order_state_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_tab` -- DROP TABLE IF EXISTS `ps_tab`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_tab` ( `id_tab` int(10) unsigned NOT NULL auto_increment, `id_parent` int(11) NOT NULL, `class_name` varchar(64) NOT NULL, `module` varchar(64) default NULL, `position` int(10) unsigned NOT NULL, `active` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id_tab`), KEY `class_name` (`class_name`), KEY `id_parent` (`id_parent`) ) ENGINE=MyISAM AUTO_INCREMENT=103 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_tab` -- LOCK TABLES `ps_tab` WRITE; /*!40000 ALTER TABLE `ps_tab` DISABLE KEYS */; INSERT INTO `ps_tab` VALUES (1,-1,'AdminHome','',0,1),(2,-1,'AdminCms','',1,1),(3,-1,'AdminCmsCategories','',2,1),(4,-1,'AdminAttributeGenerator','',3,1),(5,-1,'AdminSearch','',4,1),(6,-1,'AdminLogin','',5,1),(7,-1,'AdminShop','',6,1),(8,-1,'AdminShopUrl','',7,1),(9,0,'AdminCatalog','',0,1),(10,0,'AdminParentOrders','',1,1),(11,0,'AdminParentCustomer','',2,1),(12,0,'AdminPriceRule','',3,1),(13,0,'AdminParentShipping','',4,1),(14,0,'AdminParentLocalization','',5,1),(15,0,'AdminParentModules','',6,1),(16,0,'AdminParentPreferences','',7,1),(17,0,'AdminTools','',8,1),(18,0,'AdminAdmin','',9,1),(19,0,'AdminParentStats','',10,1),(20,0,'AdminStock','',11,1),(21,9,'AdminProducts','',0,1),(22,9,'AdminCategories','',1,1),(23,9,'AdminTracking','',2,1),(24,9,'AdminAttributesGroups','',3,1),(25,9,'AdminFeatures','',4,1),(26,9,'AdminManufacturers','',5,1),(27,9,'AdminSuppliers','',6,1),(28,9,'AdminScenes','',7,1),(29,9,'AdminTags','',8,1),(30,9,'AdminAttachments','',9,1),(31,10,'AdminOrders','',0,1),(32,10,'AdminInvoices','',1,1),(33,10,'AdminReturn','',2,1),(34,10,'AdminDeliverySlip','',3,1),(35,10,'AdminSlip','',4,1),(36,10,'AdminStatuses','',5,1),(37,10,'AdminOrderMessage','',6,1),(38,11,'AdminCustomers','',0,1),(39,11,'AdminAddresses','',1,1),(40,11,'AdminGroups','',2,1),(41,11,'AdminCarts','',3,1),(42,11,'AdminCustomerThreads','',4,1),(43,11,'AdminContacts','',5,1),(44,11,'AdminGenders','',6,1),(45,11,'AdminOutstanding','',7,0),(46,12,'AdminCartRules','',0,1),(47,12,'AdminSpecificPriceRule','',1,1),(48,12,'AdminMarketing','',2,1),(49,13,'AdminShipping','',0,1),(50,13,'AdminCarriers','',1,1),(51,13,'AdminCarrierWizard',NULL,2,1),(52,14,'AdminLocalization','',0,1),(53,14,'AdminLanguages','',1,1),(54,14,'AdminZones','',2,1),(55,14,'AdminCountries','',3,1),(56,14,'AdminStates','',4,1),(57,14,'AdminCurrencies','',5,1),(58,14,'AdminTaxes','',6,1),(59,14,'AdminTaxRulesGroup','',7,1),(60,14,'AdminTranslations','',8,1),(61,15,'AdminModules','',0,1),(62,15,'AdminAddonsCatalog','',1,1),(63,15,'AdminModulesPositions','',2,1),(64,15,'AdminPayment','',3,1),(65,16,'AdminPreferences','',0,1),(66,16,'AdminOrderPreferences','',1,1),(67,16,'AdminPPreferences','',2,1),(68,16,'AdminCustomerPreferences','',3,1),(69,16,'AdminThemes','',4,1),(70,16,'AdminMeta','',5,1),(71,16,'AdminCmsContent','',6,1),(72,16,'AdminImages','',7,1),(73,16,'AdminStores','',8,1),(74,16,'AdminSearchConf','',9,1),(75,16,'AdminMaintenance','',10,1),(76,16,'AdminGeolocation','',11,1),(77,17,'AdminInformation','',0,1),(78,17,'AdminPerformance','',1,1),(79,17,'AdminEmails','',2,1),(80,17,'AdminShopGroup','',3,0),(81,17,'AdminImport','',4,1),(82,17,'AdminBackup','',5,1),(83,17,'AdminRequestSql','',6,1),(84,17,'AdminLogs','',7,1),(85,17,'AdminWebservice','',8,1),(86,18,'AdminAdminPreferences','',0,1),(87,18,'AdminQuickAccesses','',1,1),(88,18,'AdminEmployees','',2,1),(89,18,'AdminProfiles','',3,1),(90,18,'AdminAccess','',4,1),(91,18,'AdminTabs','',5,1),(92,19,'AdminStats','',0,1),(93,19,'AdminSearchEngines','',1,1),(94,19,'AdminReferrers','',2,1),(95,20,'AdminWarehouses','',0,1),(96,20,'AdminStockManagement','',1,1),(97,20,'AdminStockMvt','',2,1),(98,20,'AdminStockInstantState','',3,1),(99,20,'AdminStockCover','',4,1),(100,20,'AdminSupplyOrders','',5,1),(101,20,'AdminStockConfiguration','',6,1),(102,18,'AdminGamification','gamification',6,1); /*!40000 ALTER TABLE `ps_tab` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_tab_advice` -- DROP TABLE IF EXISTS `ps_tab_advice`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_tab_advice` ( `id_tab` int(11) NOT NULL, `id_advice` int(11) NOT NULL, PRIMARY KEY (`id_tab`,`id_advice`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_tab_advice` -- LOCK TABLES `ps_tab_advice` WRITE; /*!40000 ALTER TABLE `ps_tab_advice` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_tab_advice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_tab_lang` -- DROP TABLE IF EXISTS `ps_tab_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_tab_lang` ( `id_tab` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) default NULL, PRIMARY KEY (`id_tab`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_tab_lang` -- LOCK TABLES `ps_tab_lang` WRITE; /*!40000 ALTER TABLE `ps_tab_lang` DISABLE KEYS */; INSERT INTO `ps_tab_lang` VALUES (1,1,'Home'),(2,1,'CMS Pages'),(3,1,'CMS Categories'),(4,1,'Combinations Generator'),(5,1,'Search'),(6,1,'Login'),(7,1,'Shops'),(8,1,'Shop URLs'),(9,1,'Catalog'),(10,1,'Orders'),(11,1,'Customers'),(12,1,'Price Rules'),(13,1,'Shipping'),(14,1,'Localization'),(15,1,'Modules'),(16,1,'Preferences'),(17,1,'Advanced Parameters'),(18,1,'Administration'),(19,1,'Stats'),(20,1,'Stock'),(21,1,'Products'),(22,1,'Categories'),(23,1,'Monitoring'),(24,1,'Attributes and Values'),(25,1,'Features'),(26,1,'Manufacturers'),(27,1,'Suppliers'),(28,1,'Image Mapping'),(29,1,'Tags'),(30,1,'Attachments'),(31,1,'Orders'),(32,1,'Invoices'),(33,1,'Merchandise Returns'),(34,1,'Delivery Slips'),(35,1,'Credit Slips'),(36,1,'Statuses'),(37,1,'Order Messages'),(38,1,'Customers'),(39,1,'Addresses'),(40,1,'Groups'),(41,1,'Shopping Carts'),(42,1,'Customer Service'),(43,1,'Contacts'),(44,1,'Titles'),(45,1,'Outstanding'),(46,1,'Cart Rules'),(47,1,'Catalog Price Rules'),(48,1,'Marketing'),(49,1,'Shipping'),(50,1,'Carriers'),(52,1,'Localization'),(53,1,'Languages'),(54,1,'Zones'),(55,1,'Countries'),(56,1,'States'),(57,1,'Currencies'),(58,1,'Taxes'),(59,1,'Tax Rules'),(60,1,'Translations'),(61,1,'Modules'),(62,1,'Modules & Themes Catalog'),(63,1,'Positions'),(64,1,'Payment'),(65,1,'General'),(66,1,'Orders'),(67,1,'Products'),(68,1,'Customers'),(69,1,'Themes'),(70,1,'SEO & URLs'),(71,1,'CMS'),(72,1,'Images'),(73,1,'Store Contacts'),(74,1,'Search'),(75,1,'Maintenance'),(76,1,'Geolocation'),(77,1,'Configuration Information'),(78,1,'Performance'),(79,1,'E-mail'),(80,1,'Multistore'),(81,1,'CSV Import'),(82,1,'DB Backup'),(83,1,'SQL Manager'),(84,1,'Logs'),(85,1,'Webservice'),(86,1,'Preferences'),(87,1,'Quick Access'),(88,1,'Employees'),(89,1,'Profiles'),(90,1,'Permissions'),(91,1,'Menus'),(92,1,'Stats'),(93,1,'Search Engines'),(94,1,'Referrers'),(95,1,'Warehouses'),(96,1,'Stock Management'),(97,1,'Stock Movement'),(98,1,'Instant Stock Status'),(99,1,'Stock Coverage'),(100,1,'Supply orders'),(101,1,'Configuration'),(102,1,'Merchant Expertise'); /*!40000 ALTER TABLE `ps_tab_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_tab_module_preference` -- DROP TABLE IF EXISTS `ps_tab_module_preference`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_tab_module_preference` ( `id_tab_module_preference` int(11) NOT NULL auto_increment, `id_employee` int(11) NOT NULL, `id_tab` int(11) NOT NULL, `module` varchar(255) NOT NULL, PRIMARY KEY (`id_tab_module_preference`), UNIQUE KEY `employee_module` (`id_employee`,`id_tab`,`module`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_tab_module_preference` -- LOCK TABLES `ps_tab_module_preference` WRITE; /*!40000 ALTER TABLE `ps_tab_module_preference` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_tab_module_preference` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_tag` -- DROP TABLE IF EXISTS `ps_tag`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_tag` ( `id_tag` int(10) unsigned NOT NULL auto_increment, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`id_tag`), KEY `tag_name` (`name`), KEY `id_lang` (`id_lang`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_tag` -- LOCK TABLES `ps_tag` WRITE; /*!40000 ALTER TABLE `ps_tag` DISABLE KEYS */; INSERT INTO `ps_tag` VALUES (1,1,'apple'),(2,1,'ipod'),(3,1,'nano'),(4,1,'superdrive'),(5,1,'Ipod touch'),(6,1,'shuffle'); /*!40000 ALTER TABLE `ps_tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_tax` -- DROP TABLE IF EXISTS `ps_tax`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_tax` ( `id_tax` int(10) unsigned NOT NULL auto_increment, `rate` decimal(10,3) NOT NULL, `active` tinyint(1) unsigned NOT NULL default '1', `deleted` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_tax`) ) ENGINE=MyISAM AUTO_INCREMENT=53 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_tax` -- LOCK TABLES `ps_tax` WRITE; /*!40000 ALTER TABLE `ps_tax` DISABLE KEYS */; INSERT INTO `ps_tax` VALUES (1,'4.000',1,0),(2,'0.000',1,0),(3,'6.600',1,0),(4,'6.000',1,0),(5,'8.250',1,0),(6,'2.900',1,0),(7,'0.000',1,0),(8,'0.000',1,0),(9,'6.000',1,0),(10,'4.000',1,0),(11,'4.000',1,0),(12,'6.000',1,0),(13,'6.250',1,0),(14,'7.000',1,0),(15,'6.000',1,0),(16,'5.300',1,0),(17,'6.000',1,0),(18,'4.000',1,0),(19,'5.000',1,0),(20,'6.000',1,0),(21,'6.250',1,0),(22,'6.000',1,0),(23,'6.875',1,0),(24,'7.000',1,0),(25,'4.225',1,0),(26,'0.000',1,0),(27,'5.500',1,0),(28,'6.850',1,0),(29,'0.000',1,0),(30,'7.000',1,0),(31,'5.125',1,0),(32,'4.000',1,0),(33,'5.500',1,0),(34,'5.000',1,0),(35,'5.500',1,0),(36,'4.500',1,0),(37,'0.000',1,0),(38,'6.000',1,0),(39,'7.000',1,0),(40,'6.000',1,0),(41,'4.000',1,0),(42,'7.000',1,0),(43,'6.250',1,0),(44,'4.750',1,0),(45,'6.000',1,0),(46,'4.000',1,0),(47,'6.500',1,0),(48,'6.000',1,0),(49,'5.000',1,0),(50,'4.000',1,0),(51,'5.500',1,0),(52,'6.000',1,0); /*!40000 ALTER TABLE `ps_tax` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_tax_lang` -- DROP TABLE IF EXISTS `ps_tax_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_tax_lang` ( `id_tax` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`id_tax`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_tax_lang` -- LOCK TABLES `ps_tax_lang` WRITE; /*!40000 ALTER TABLE `ps_tax_lang` DISABLE KEYS */; INSERT INTO `ps_tax_lang` VALUES (1,1,'Sales-taxes US-AL 4%'),(2,1,'Sales-taxes US-AK 0%'),(3,1,'Sales-taxes US-AZ 6.6%'),(4,1,'Sales-taxes US-AR 6%'),(5,1,'Sales-taxes US-CA 8.25%'),(6,1,'Sales-taxes US-CO 2.9%'),(7,1,'Sales-taxes US-CT 0%'),(8,1,'Sales-taxes US-DE 0%'),(9,1,'Sales-taxes US-FL 6%'),(10,1,'Sales-taxes US-GA 4%'),(11,1,'Sales-taxes US-HI 4%'),(12,1,'Sales-taxes US-ID 6%'),(13,1,'Sales-taxes US-IL 6.25%'),(14,1,'Sales-taxes US-IN 7%'),(15,1,'Sales-taxes US-IA 6%'),(16,1,'Sales-taxes US-KS 5.3%'),(17,1,'Sales-taxes US-KY 6%'),(18,1,'Sales-taxes US-LA 4%'),(19,1,'Sales-taxes US-ME 5%'),(20,1,'Sales-taxes US-MD 6%'),(21,1,'Sales-taxes US-MA 6.25%'),(22,1,'Sales-taxes US-MI 6%'),(23,1,'Sales-taxes US-MN 6.875%'),(24,1,'Sales-taxes US-MS 7%'),(25,1,'Sales-taxes US-MO 4.225%'),(26,1,'Sales-taxes US-MT 0.0%'),(27,1,'Sales-taxes US-NE 5.5%'),(28,1,'Sales-taxes US-NV 6.85%'),(29,1,'Sales-taxes US-NH 0%'),(30,1,'Sales-taxes US-NJ 7%'),(31,1,'Sales-taxes US-NM 5.125%'),(32,1,'Sales-taxes US-NY 4%'),(33,1,'Sales-taxes US-NC 5.5%'),(34,1,'Sales-taxes US-ND 5%'),(35,1,'Sales-taxes US-OH 5.5%'),(36,1,'Sales-taxes US-OK 4.5%'),(37,1,'Sales-taxes US-OR 0%'),(38,1,'Sales-taxes US-PA 6%'),(39,1,'Sales-taxes US-RI 7%'),(40,1,'Sales-taxes US-SC 6%'),(41,1,'Sales-taxes US-SD 4%'),(42,1,'Sales-taxes US-TN 7%'),(43,1,'Sales-taxes US-TX 6.25%'),(44,1,'Sales-taxes US-UT 4.75%'),(45,1,'Sales-taxes US-VT 6%'),(46,1,'Sales-taxes US-VA 4%'),(47,1,'Sales-taxes US-WA 6.5%'),(48,1,'Sales-taxes US-WV 6%'),(49,1,'Sales-taxes US-WI 5%'),(50,1,'Sales-taxes US-WY 4%'),(51,1,'Sales-taxes US-PR 5.5%'),(52,1,'Sales-taxes US-DC 6%'); /*!40000 ALTER TABLE `ps_tax_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_tax_rule` -- DROP TABLE IF EXISTS `ps_tax_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_tax_rule` ( `id_tax_rule` int(11) NOT NULL auto_increment, `id_tax_rules_group` int(11) NOT NULL, `id_country` int(11) NOT NULL, `id_state` int(11) NOT NULL, `zipcode_from` varchar(12) NOT NULL, `zipcode_to` varchar(12) NOT NULL, `id_tax` int(11) NOT NULL, `behavior` int(11) NOT NULL, `description` varchar(100) NOT NULL, PRIMARY KEY (`id_tax_rule`), KEY `id_tax_rules_group` (`id_tax_rules_group`), KEY `id_tax` (`id_tax`), KEY `category_getproducts` (`id_tax_rules_group`,`id_country`,`id_state`,`zipcode_from`) ) ENGINE=MyISAM AUTO_INCREMENT=53 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_tax_rule` -- LOCK TABLES `ps_tax_rule` WRITE; /*!40000 ALTER TABLE `ps_tax_rule` DISABLE KEYS */; INSERT INTO `ps_tax_rule` VALUES (1,1,21,1,'0','0',1,1,''),(2,2,21,2,'0','0',2,1,''),(3,3,21,3,'0','0',3,1,''),(4,4,21,4,'0','0',4,1,''),(5,5,21,5,'0','0',5,1,''),(6,6,21,6,'0','0',6,1,''),(7,7,21,7,'0','0',7,1,''),(8,8,21,8,'0','0',8,1,''),(9,9,21,9,'0','0',9,1,''),(10,10,21,10,'0','0',10,1,''),(11,11,21,11,'0','0',11,1,''),(12,12,21,12,'0','0',12,1,''),(13,13,21,13,'0','0',13,1,''),(14,14,21,14,'0','0',14,1,''),(15,15,21,15,'0','0',15,1,''),(16,16,21,16,'0','0',16,1,''),(17,17,21,17,'0','0',17,1,''),(18,18,21,18,'0','0',18,1,''),(19,19,21,19,'0','0',19,1,''),(20,20,21,20,'0','0',20,1,''),(21,21,21,21,'0','0',21,1,''),(22,22,21,22,'0','0',22,1,''),(23,23,21,23,'0','0',23,1,''),(24,24,21,24,'0','0',24,1,''),(25,25,21,25,'0','0',25,1,''),(26,26,21,26,'0','0',26,1,''),(27,27,21,27,'0','0',27,1,''),(28,28,21,28,'0','0',28,1,''),(29,29,21,29,'0','0',29,1,''),(30,30,21,30,'0','0',30,1,''),(31,31,21,31,'0','0',31,1,''),(32,32,21,32,'0','0',32,1,''),(33,33,21,33,'0','0',33,1,''),(34,34,21,34,'0','0',34,1,''),(35,35,21,35,'0','0',35,1,''),(36,36,21,36,'0','0',36,1,''),(37,37,21,37,'0','0',37,1,''),(38,38,21,38,'0','0',38,1,''),(39,39,21,39,'0','0',39,1,''),(40,40,21,40,'0','0',40,1,''),(41,41,21,41,'0','0',41,1,''),(42,42,21,42,'0','0',42,1,''),(43,43,21,43,'0','0',43,1,''),(44,44,21,44,'0','0',44,1,''),(45,45,21,45,'0','0',45,1,''),(46,46,21,46,'0','0',46,1,''),(47,47,21,47,'0','0',47,1,''),(48,48,21,48,'0','0',48,1,''),(49,49,21,49,'0','0',49,1,''),(50,50,21,50,'0','0',50,1,''),(51,51,21,51,'0','0',51,1,''),(52,52,21,53,'0','0',52,1,''); /*!40000 ALTER TABLE `ps_tax_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_tax_rules_group` -- DROP TABLE IF EXISTS `ps_tax_rules_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_tax_rules_group` ( `id_tax_rules_group` int(11) NOT NULL auto_increment, `name` varchar(50) NOT NULL, `active` int(11) NOT NULL, PRIMARY KEY (`id_tax_rules_group`) ) ENGINE=MyISAM AUTO_INCREMENT=53 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_tax_rules_group` -- LOCK TABLES `ps_tax_rules_group` WRITE; /*!40000 ALTER TABLE `ps_tax_rules_group` DISABLE KEYS */; INSERT INTO `ps_tax_rules_group` VALUES (1,'US-AL Rate (4%)',1),(2,'US-AK Rate (0%)',1),(3,'US-AZ Rate (6.6%)',1),(4,'US-AR Rate (6%)',1),(5,'US-CA Rate (8.25%)',1),(6,'US-CO Rate (2.9%)',1),(7,'US-CT Rate (0%)',1),(8,'US-DE Rate (0%)',1),(9,'US-FL Rate (6%)',1),(10,'US-GA Rate (4%)',1),(11,'US-HI Rate (4%)',1),(12,'US-ID Rate (6%)',1),(13,'US-IL Rate (6.25%)',1),(14,'US-IN Rate (7%)',1),(15,'US-IA Rate (6%)',1),(16,'US-KS Rate (5.3%)',1),(17,'US-KY Rate (6%)',1),(18,'US-LA Rate (4%)',1),(19,'US-ME Rate (5%)',1),(20,'US-MD Rate (6%)',1),(21,'US-MA Rate (6.25%)',1),(22,'US-MI Rate (6%)',1),(23,'US-MN Rate (6.875%)',1),(24,'US-MS Rate (7%)',1),(25,'US-MO Rate (4.225%)',1),(26,'US-MT Rate (0%)',1),(27,'US-NE Rate (5.5%)',1),(28,'US-NV Rate (6.85%)',1),(29,'US-NH Rate (0%)',1),(30,'US-NJ Rate (7%)',1),(31,'US-NM Rate (5.125%)',1),(32,'US-NY Rate (4%)',1),(33,'US-NC Rate (5.5%)',1),(34,'US-ND Rate (5%)',1),(35,'US-OH Rate (5.5%)',1),(36,'US-OK Rate (4.5%)',1),(37,'US-OR Rate (0%)',1),(38,'US-PA Rate (6%)',1),(39,'US-RI Rate (7%)',1),(40,'US-SC Rate (6%)',1),(41,'US-SD Rate (4%)',1),(42,'US-TN Rate (7%)',1),(43,'US-TX Rate (6.25%)',1),(44,'US-UT Rate (4.75%)',1),(45,'US-VT Rate (6%)',1),(46,'US-VA Rate (4%)',1),(47,'US-WA Rate (6.5%)',1),(48,'US-WV Rate (6%)',1),(49,'US-WI Rate (5%)',1),(50,'US-WY Rate (4%)',1),(51,'US-PR Rate (5.5%)',1),(52,'US-DC Rate (6%)',1); /*!40000 ALTER TABLE `ps_tax_rules_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_tax_rules_group_shop` -- DROP TABLE IF EXISTS `ps_tax_rules_group_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_tax_rules_group_shop` ( `id_tax_rules_group` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_tax_rules_group`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_tax_rules_group_shop` -- LOCK TABLES `ps_tax_rules_group_shop` WRITE; /*!40000 ALTER TABLE `ps_tax_rules_group_shop` DISABLE KEYS */; INSERT INTO `ps_tax_rules_group_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1),(9,1),(10,1),(11,1),(12,1),(13,1),(14,1),(15,1),(16,1),(17,1),(18,1),(19,1),(20,1),(21,1),(22,1),(23,1),(24,1),(25,1),(26,1),(27,1),(28,1),(29,1),(30,1),(31,1),(32,1),(33,1),(34,1),(35,1),(36,1),(37,1),(38,1),(39,1),(40,1),(41,1),(42,1),(43,1),(44,1),(45,1),(46,1),(47,1),(48,1),(49,1),(50,1),(51,1),(52,1); /*!40000 ALTER TABLE `ps_tax_rules_group_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_theme` -- DROP TABLE IF EXISTS `ps_theme`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_theme` ( `id_theme` int(11) NOT NULL auto_increment, `name` varchar(64) NOT NULL, `directory` varchar(64) NOT NULL, PRIMARY KEY (`id_theme`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_theme` -- LOCK TABLES `ps_theme` WRITE; /*!40000 ALTER TABLE `ps_theme` DISABLE KEYS */; INSERT INTO `ps_theme` VALUES (1,'default','default'); /*!40000 ALTER TABLE `ps_theme` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_theme_specific` -- DROP TABLE IF EXISTS `ps_theme_specific`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_theme_specific` ( `id_theme` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, `entity` int(11) unsigned NOT NULL, `id_object` int(11) unsigned NOT NULL, PRIMARY KEY (`id_theme`,`id_shop`,`entity`,`id_object`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_theme_specific` -- LOCK TABLES `ps_theme_specific` WRITE; /*!40000 ALTER TABLE `ps_theme_specific` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_theme_specific` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_timezone` -- DROP TABLE IF EXISTS `ps_timezone`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_timezone` ( `id_timezone` int(10) unsigned NOT NULL auto_increment, `name` varchar(32) NOT NULL, PRIMARY KEY (`id_timezone`) ) ENGINE=MyISAM AUTO_INCREMENT=561 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_timezone` -- LOCK TABLES `ps_timezone` WRITE; /*!40000 ALTER TABLE `ps_timezone` DISABLE KEYS */; INSERT INTO `ps_timezone` VALUES (1,'Africa/Abidjan'),(2,'Africa/Accra'),(3,'Africa/Addis_Ababa'),(4,'Africa/Algiers'),(5,'Africa/Asmara'),(6,'Africa/Asmera'),(7,'Africa/Bamako'),(8,'Africa/Bangui'),(9,'Africa/Banjul'),(10,'Africa/Bissau'),(11,'Africa/Blantyre'),(12,'Africa/Brazzaville'),(13,'Africa/Bujumbura'),(14,'Africa/Cairo'),(15,'Africa/Casablanca'),(16,'Africa/Ceuta'),(17,'Africa/Conakry'),(18,'Africa/Dakar'),(19,'Africa/Dar_es_Salaam'),(20,'Africa/Djibouti'),(21,'Africa/Douala'),(22,'Africa/El_Aaiun'),(23,'Africa/Freetown'),(24,'Africa/Gaborone'),(25,'Africa/Harare'),(26,'Africa/Johannesburg'),(27,'Africa/Kampala'),(28,'Africa/Khartoum'),(29,'Africa/Kigali'),(30,'Africa/Kinshasa'),(31,'Africa/Lagos'),(32,'Africa/Libreville'),(33,'Africa/Lome'),(34,'Africa/Luanda'),(35,'Africa/Lubumbashi'),(36,'Africa/Lusaka'),(37,'Africa/Malabo'),(38,'Africa/Maputo'),(39,'Africa/Maseru'),(40,'Africa/Mbabane'),(41,'Africa/Mogadishu'),(42,'Africa/Monrovia'),(43,'Africa/Nairobi'),(44,'Africa/Ndjamena'),(45,'Africa/Niamey'),(46,'Africa/Nouakchott'),(47,'Africa/Ouagadougou'),(48,'Africa/Porto-Novo'),(49,'Africa/Sao_Tome'),(50,'Africa/Timbuktu'),(51,'Africa/Tripoli'),(52,'Africa/Tunis'),(53,'Africa/Windhoek'),(54,'America/Adak'),(55,'America/Anchorage '),(56,'America/Anguilla'),(57,'America/Antigua'),(58,'America/Araguaina'),(59,'America/Argentina/Buenos_Aires'),(60,'America/Argentina/Catamarca'),(61,'America/Argentina/ComodRivadavia'),(62,'America/Argentina/Cordoba'),(63,'America/Argentina/Jujuy'),(64,'America/Argentina/La_Rioja'),(65,'America/Argentina/Mendoza'),(66,'America/Argentina/Rio_Gallegos'),(67,'America/Argentina/Salta'),(68,'America/Argentina/San_Juan'),(69,'America/Argentina/San_Luis'),(70,'America/Argentina/Tucuman'),(71,'America/Argentina/Ushuaia'),(72,'America/Aruba'),(73,'America/Asuncion'),(74,'America/Atikokan'),(75,'America/Atka'),(76,'America/Bahia'),(77,'America/Barbados'),(78,'America/Belem'),(79,'America/Belize'),(80,'America/Blanc-Sablon'),(81,'America/Boa_Vista'),(82,'America/Bogota'),(83,'America/Boise'),(84,'America/Buenos_Aires'),(85,'America/Cambridge_Bay'),(86,'America/Campo_Grande'),(87,'America/Cancun'),(88,'America/Caracas'),(89,'America/Catamarca'),(90,'America/Cayenne'),(91,'America/Cayman'),(92,'America/Chicago'),(93,'America/Chihuahua'),(94,'America/Coral_Harbour'),(95,'America/Cordoba'),(96,'America/Costa_Rica'),(97,'America/Cuiaba'),(98,'America/Curacao'),(99,'America/Danmarkshavn'),(100,'America/Dawson'),(101,'America/Dawson_Creek'),(102,'America/Denver'),(103,'America/Detroit'),(104,'America/Dominica'),(105,'America/Edmonton'),(106,'America/Eirunepe'),(107,'America/El_Salvador'),(108,'America/Ensenada'),(109,'America/Fort_Wayne'),(110,'America/Fortaleza'),(111,'America/Glace_Bay'),(112,'America/Godthab'),(113,'America/Goose_Bay'),(114,'America/Grand_Turk'),(115,'America/Grenada'),(116,'America/Guadeloupe'),(117,'America/Guatemala'),(118,'America/Guayaquil'),(119,'America/Guyana'),(120,'America/Halifax'),(121,'America/Havana'),(122,'America/Hermosillo'),(123,'America/Indiana/Indianapolis'),(124,'America/Indiana/Knox'),(125,'America/Indiana/Marengo'),(126,'America/Indiana/Petersburg'),(127,'America/Indiana/Tell_City'),(128,'America/Indiana/Vevay'),(129,'America/Indiana/Vincennes'),(130,'America/Indiana/Winamac'),(131,'America/Indianapolis'),(132,'America/Inuvik'),(133,'America/Iqaluit'),(134,'America/Jamaica'),(135,'America/Jujuy'),(136,'America/Juneau'),(137,'America/Kentucky/Louisville'),(138,'America/Kentucky/Monticello'),(139,'America/Knox_IN'),(140,'America/La_Paz'),(141,'America/Lima'),(142,'America/Los_Angeles'),(143,'America/Louisville'),(144,'America/Maceio'),(145,'America/Managua'),(146,'America/Manaus'),(147,'America/Marigot'),(148,'America/Martinique'),(149,'America/Mazatlan'),(150,'America/Mendoza'),(151,'America/Menominee'),(152,'America/Merida'),(153,'America/Mexico_City'),(154,'America/Miquelon'),(155,'America/Moncton'),(156,'America/Monterrey'),(157,'America/Montevideo'),(158,'America/Montreal'),(159,'America/Montserrat'),(160,'America/Nassau'),(161,'America/New_York'),(162,'America/Nipigon'),(163,'America/Nome'),(164,'America/Noronha'),(165,'America/North_Dakota/Center'),(166,'America/North_Dakota/New_Salem'),(167,'America/Panama'),(168,'America/Pangnirtung'),(169,'America/Paramaribo'),(170,'America/Phoenix'),(171,'America/Port-au-Prince'),(172,'America/Port_of_Spain'),(173,'America/Porto_Acre'),(174,'America/Porto_Velho'),(175,'America/Puerto_Rico'),(176,'America/Rainy_River'),(177,'America/Rankin_Inlet'),(178,'America/Recife'),(179,'America/Regina'),(180,'America/Resolute'),(181,'America/Rio_Branco'),(182,'America/Rosario'),(183,'America/Santarem'),(184,'America/Santiago'),(185,'America/Santo_Domingo'),(186,'America/Sao_Paulo'),(187,'America/Scoresbysund'),(188,'America/Shiprock'),(189,'America/St_Barthelemy'),(190,'America/St_Johns'),(191,'America/St_Kitts'),(192,'America/St_Lucia'),(193,'America/St_Thomas'),(194,'America/St_Vincent'),(195,'America/Swift_Current'),(196,'America/Tegucigalpa'),(197,'America/Thule'),(198,'America/Thunder_Bay'),(199,'America/Tijuana'),(200,'America/Toronto'),(201,'America/Tortola'),(202,'America/Vancouver'),(203,'America/Virgin'),(204,'America/Whitehorse'),(205,'America/Winnipeg'),(206,'America/Yakutat'),(207,'America/Yellowknife'),(208,'Antarctica/Casey'),(209,'Antarctica/Davis'),(210,'Antarctica/DumontDUrville'),(211,'Antarctica/Mawson'),(212,'Antarctica/McMurdo'),(213,'Antarctica/Palmer'),(214,'Antarctica/Rothera'),(215,'Antarctica/South_Pole'),(216,'Antarctica/Syowa'),(217,'Antarctica/Vostok'),(218,'Arctic/Longyearbyen'),(219,'Asia/Aden'),(220,'Asia/Almaty'),(221,'Asia/Amman'),(222,'Asia/Anadyr'),(223,'Asia/Aqtau'),(224,'Asia/Aqtobe'),(225,'Asia/Ashgabat'),(226,'Asia/Ashkhabad'),(227,'Asia/Baghdad'),(228,'Asia/Bahrain'),(229,'Asia/Baku'),(230,'Asia/Bangkok'),(231,'Asia/Beirut'),(232,'Asia/Bishkek'),(233,'Asia/Brunei'),(234,'Asia/Calcutta'),(235,'Asia/Choibalsan'),(236,'Asia/Chongqing'),(237,'Asia/Chungking'),(238,'Asia/Colombo'),(239,'Asia/Dacca'),(240,'Asia/Damascus'),(241,'Asia/Dhaka'),(242,'Asia/Dili'),(243,'Asia/Dubai'),(244,'Asia/Dushanbe'),(245,'Asia/Gaza'),(246,'Asia/Harbin'),(247,'Asia/Ho_Chi_Minh'),(248,'Asia/Hong_Kong'),(249,'Asia/Hovd'),(250,'Asia/Irkutsk'),(251,'Asia/Istanbul'),(252,'Asia/Jakarta'),(253,'Asia/Jayapura'),(254,'Asia/Jerusalem'),(255,'Asia/Kabul'),(256,'Asia/Kamchatka'),(257,'Asia/Karachi'),(258,'Asia/Kashgar'),(259,'Asia/Kathmandu'),(260,'Asia/Katmandu'),(261,'Asia/Kolkata'),(262,'Asia/Krasnoyarsk'),(263,'Asia/Kuala_Lumpur'),(264,'Asia/Kuching'),(265,'Asia/Kuwait'),(266,'Asia/Macao'),(267,'Asia/Macau'),(268,'Asia/Magadan'),(269,'Asia/Makassar'),(270,'Asia/Manila'),(271,'Asia/Muscat'),(272,'Asia/Nicosia'),(273,'Asia/Novosibirsk'),(274,'Asia/Omsk'),(275,'Asia/Oral'),(276,'Asia/Phnom_Penh'),(277,'Asia/Pontianak'),(278,'Asia/Pyongyang'),(279,'Asia/Qatar'),(280,'Asia/Qyzylorda'),(281,'Asia/Rangoon'),(282,'Asia/Riyadh'),(283,'Asia/Saigon'),(284,'Asia/Sakhalin'),(285,'Asia/Samarkand'),(286,'Asia/Seoul'),(287,'Asia/Shanghai'),(288,'Asia/Singapore'),(289,'Asia/Taipei'),(290,'Asia/Tashkent'),(291,'Asia/Tbilisi'),(292,'Asia/Tehran'),(293,'Asia/Tel_Aviv'),(294,'Asia/Thimbu'),(295,'Asia/Thimphu'),(296,'Asia/Tokyo'),(297,'Asia/Ujung_Pandang'),(298,'Asia/Ulaanbaatar'),(299,'Asia/Ulan_Bator'),(300,'Asia/Urumqi'),(301,'Asia/Vientiane'),(302,'Asia/Vladivostok'),(303,'Asia/Yakutsk'),(304,'Asia/Yekaterinburg'),(305,'Asia/Yerevan'),(306,'Atlantic/Azores'),(307,'Atlantic/Bermuda'),(308,'Atlantic/Canary'),(309,'Atlantic/Cape_Verde'),(310,'Atlantic/Faeroe'),(311,'Atlantic/Faroe'),(312,'Atlantic/Jan_Mayen'),(313,'Atlantic/Madeira'),(314,'Atlantic/Reykjavik'),(315,'Atlantic/South_Georgia'),(316,'Atlantic/St_Helena'),(317,'Atlantic/Stanley'),(318,'Australia/ACT'),(319,'Australia/Adelaide'),(320,'Australia/Brisbane'),(321,'Australia/Broken_Hill'),(322,'Australia/Canberra'),(323,'Australia/Currie'),(324,'Australia/Darwin'),(325,'Australia/Eucla'),(326,'Australia/Hobart'),(327,'Australia/LHI'),(328,'Australia/Lindeman'),(329,'Australia/Lord_Howe'),(330,'Australia/Melbourne'),(331,'Australia/North'),(332,'Australia/NSW'),(333,'Australia/Perth'),(334,'Australia/Queensland'),(335,'Australia/South'),(336,'Australia/Sydney'),(337,'Australia/Tasmania'),(338,'Australia/Victoria'),(339,'Australia/West'),(340,'Australia/Yancowinna'),(341,'Europe/Amsterdam'),(342,'Europe/Andorra'),(343,'Europe/Athens'),(344,'Europe/Belfast'),(345,'Europe/Belgrade'),(346,'Europe/Berlin'),(347,'Europe/Bratislava'),(348,'Europe/Brussels'),(349,'Europe/Bucharest'),(350,'Europe/Budapest'),(351,'Europe/Chisinau'),(352,'Europe/Copenhagen'),(353,'Europe/Dublin'),(354,'Europe/Gibraltar'),(355,'Europe/Guernsey'),(356,'Europe/Helsinki'),(357,'Europe/Isle_of_Man'),(358,'Europe/Istanbul'),(359,'Europe/Jersey'),(360,'Europe/Kaliningrad'),(361,'Europe/Kiev'),(362,'Europe/Lisbon'),(363,'Europe/Ljubljana'),(364,'Europe/London'),(365,'Europe/Luxembourg'),(366,'Europe/Madrid'),(367,'Europe/Malta'),(368,'Europe/Mariehamn'),(369,'Europe/Minsk'),(370,'Europe/Monaco'),(371,'Europe/Moscow'),(372,'Europe/Nicosia'),(373,'Europe/Oslo'),(374,'Europe/Paris'),(375,'Europe/Podgorica'),(376,'Europe/Prague'),(377,'Europe/Riga'),(378,'Europe/Rome'),(379,'Europe/Samara'),(380,'Europe/San_Marino'),(381,'Europe/Sarajevo'),(382,'Europe/Simferopol'),(383,'Europe/Skopje'),(384,'Europe/Sofia'),(385,'Europe/Stockholm'),(386,'Europe/Tallinn'),(387,'Europe/Tirane'),(388,'Europe/Tiraspol'),(389,'Europe/Uzhgorod'),(390,'Europe/Vaduz'),(391,'Europe/Vatican'),(392,'Europe/Vienna'),(393,'Europe/Vilnius'),(394,'Europe/Volgograd'),(395,'Europe/Warsaw'),(396,'Europe/Zagreb'),(397,'Europe/Zaporozhye'),(398,'Europe/Zurich'),(399,'Indian/Antananarivo'),(400,'Indian/Chagos'),(401,'Indian/Christmas'),(402,'Indian/Cocos'),(403,'Indian/Comoro'),(404,'Indian/Kerguelen'),(405,'Indian/Mahe'),(406,'Indian/Maldives'),(407,'Indian/Mauritius'),(408,'Indian/Mayotte'),(409,'Indian/Reunion'),(410,'Pacific/Apia'),(411,'Pacific/Auckland'),(412,'Pacific/Chatham'),(413,'Pacific/Easter'),(414,'Pacific/Efate'),(415,'Pacific/Enderbury'),(416,'Pacific/Fakaofo'),(417,'Pacific/Fiji'),(418,'Pacific/Funafuti'),(419,'Pacific/Galapagos'),(420,'Pacific/Gambier'),(421,'Pacific/Guadalcanal'),(422,'Pacific/Guam'),(423,'Pacific/Honolulu'),(424,'Pacific/Johnston'),(425,'Pacific/Kiritimati'),(426,'Pacific/Kosrae'),(427,'Pacific/Kwajalein'),(428,'Pacific/Majuro'),(429,'Pacific/Marquesas'),(430,'Pacific/Midway'),(431,'Pacific/Nauru'),(432,'Pacific/Niue'),(433,'Pacific/Norfolk'),(434,'Pacific/Noumea'),(435,'Pacific/Pago_Pago'),(436,'Pacific/Palau'),(437,'Pacific/Pitcairn'),(438,'Pacific/Ponape'),(439,'Pacific/Port_Moresby'),(440,'Pacific/Rarotonga'),(441,'Pacific/Saipan'),(442,'Pacific/Samoa'),(443,'Pacific/Tahiti'),(444,'Pacific/Tarawa'),(445,'Pacific/Tongatapu'),(446,'Pacific/Truk'),(447,'Pacific/Wake'),(448,'Pacific/Wallis'),(449,'Pacific/Yap'),(450,'Brazil/Acre'),(451,'Brazil/DeNoronha'),(452,'Brazil/East'),(453,'Brazil/West'),(454,'Canada/Atlantic'),(455,'Canada/Central'),(456,'Canada/East-Saskatchewan'),(457,'Canada/Eastern'),(458,'Canada/Mountain'),(459,'Canada/Newfoundland'),(460,'Canada/Pacific'),(461,'Canada/Saskatchewan'),(462,'Canada/Yukon'),(463,'CET'),(464,'Chile/Continental'),(465,'Chile/EasterIsland'),(466,'CST6CDT'),(467,'Cuba'),(468,'EET'),(469,'Egypt'),(470,'Eire'),(471,'EST'),(472,'EST5EDT'),(473,'Etc/GMT'),(474,'Etc/GMT+0'),(475,'Etc/GMT+1'),(476,'Etc/GMT+10'),(477,'Etc/GMT+11'),(478,'Etc/GMT+12'),(479,'Etc/GMT+2'),(480,'Etc/GMT+3'),(481,'Etc/GMT+4'),(482,'Etc/GMT+5'),(483,'Etc/GMT+6'),(484,'Etc/GMT+7'),(485,'Etc/GMT+8'),(486,'Etc/GMT+9'),(487,'Etc/GMT-0'),(488,'Etc/GMT-1'),(489,'Etc/GMT-10'),(490,'Etc/GMT-11'),(491,'Etc/GMT-12'),(492,'Etc/GMT-13'),(493,'Etc/GMT-14'),(494,'Etc/GMT-2'),(495,'Etc/GMT-3'),(496,'Etc/GMT-4'),(497,'Etc/GMT-5'),(498,'Etc/GMT-6'),(499,'Etc/GMT-7'),(500,'Etc/GMT-8'),(501,'Etc/GMT-9'),(502,'Etc/GMT0'),(503,'Etc/Greenwich'),(504,'Etc/UCT'),(505,'Etc/Universal'),(506,'Etc/UTC'),(507,'Etc/Zulu'),(508,'Factory'),(509,'GB'),(510,'GB-Eire'),(511,'GMT'),(512,'GMT+0'),(513,'GMT-0'),(514,'GMT0'),(515,'Greenwich'),(516,'Hongkong'),(517,'HST'),(518,'Iceland'),(519,'Iran'),(520,'Israel'),(521,'Jamaica'),(522,'Japan'),(523,'Kwajalein'),(524,'Libya'),(525,'MET'),(526,'Mexico/BajaNorte'),(527,'Mexico/BajaSur'),(528,'Mexico/General'),(529,'MST'),(530,'MST7MDT'),(531,'Navajo'),(532,'NZ'),(533,'NZ-CHAT'),(534,'Poland'),(535,'Portugal'),(536,'PRC'),(537,'PST8PDT'),(538,'ROC'),(539,'ROK'),(540,'Singapore'),(541,'Turkey'),(542,'UCT'),(543,'Universal'),(544,'US/Alaska'),(545,'US/Aleutian'),(546,'US/Arizona'),(547,'US/Central'),(548,'US/East-Indiana'),(549,'US/Eastern'),(550,'US/Hawaii'),(551,'US/Indiana-Starke'),(552,'US/Michigan'),(553,'US/Mountain'),(554,'US/Pacific'),(555,'US/Pacific-New'),(556,'US/Samoa'),(557,'UTC'),(558,'W-SU'),(559,'WET'),(560,'Zulu'); /*!40000 ALTER TABLE `ps_timezone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_warehouse` -- DROP TABLE IF EXISTS `ps_warehouse`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_warehouse` ( `id_warehouse` int(11) unsigned NOT NULL auto_increment, `id_currency` int(11) unsigned NOT NULL, `id_address` int(11) unsigned NOT NULL, `id_employee` int(11) unsigned NOT NULL, `reference` varchar(32) default NULL, `name` varchar(45) NOT NULL, `management_type` enum('WA','FIFO','LIFO') NOT NULL default 'WA', `deleted` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_warehouse`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_warehouse` -- LOCK TABLES `ps_warehouse` WRITE; /*!40000 ALTER TABLE `ps_warehouse` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_warehouse` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_warehouse_carrier` -- DROP TABLE IF EXISTS `ps_warehouse_carrier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_warehouse_carrier` ( `id_carrier` int(11) unsigned NOT NULL, `id_warehouse` int(11) unsigned NOT NULL, PRIMARY KEY (`id_warehouse`,`id_carrier`), KEY `id_warehouse` (`id_warehouse`), KEY `id_carrier` (`id_carrier`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_warehouse_carrier` -- LOCK TABLES `ps_warehouse_carrier` WRITE; /*!40000 ALTER TABLE `ps_warehouse_carrier` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_warehouse_carrier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_warehouse_product_location` -- DROP TABLE IF EXISTS `ps_warehouse_product_location`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_warehouse_product_location` ( `id_warehouse_product_location` int(11) unsigned NOT NULL auto_increment, `id_product` int(11) unsigned NOT NULL, `id_product_attribute` int(11) unsigned NOT NULL, `id_warehouse` int(11) unsigned NOT NULL, `location` varchar(64) default NULL, PRIMARY KEY (`id_warehouse_product_location`), UNIQUE KEY `id_product` (`id_product`,`id_product_attribute`,`id_warehouse`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_warehouse_product_location` -- LOCK TABLES `ps_warehouse_product_location` WRITE; /*!40000 ALTER TABLE `ps_warehouse_product_location` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_warehouse_product_location` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_warehouse_shop` -- DROP TABLE IF EXISTS `ps_warehouse_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_warehouse_shop` ( `id_shop` int(11) unsigned NOT NULL, `id_warehouse` int(11) unsigned NOT NULL, PRIMARY KEY (`id_warehouse`,`id_shop`), KEY `id_warehouse` (`id_warehouse`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_warehouse_shop` -- LOCK TABLES `ps_warehouse_shop` WRITE; /*!40000 ALTER TABLE `ps_warehouse_shop` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_warehouse_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_web_browser` -- DROP TABLE IF EXISTS `ps_web_browser`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_web_browser` ( `id_web_browser` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) default NULL, PRIMARY KEY (`id_web_browser`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_web_browser` -- LOCK TABLES `ps_web_browser` WRITE; /*!40000 ALTER TABLE `ps_web_browser` DISABLE KEYS */; INSERT INTO `ps_web_browser` VALUES (1,'Safari'),(2,'Safari iPad'),(3,'Firefox'),(4,'Opera'),(5,'IE 6'),(6,'IE 7'),(7,'IE 8'),(8,'IE 9'),(9,'IE 10'),(10,'Chrome'); /*!40000 ALTER TABLE `ps_web_browser` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_webservice_account` -- DROP TABLE IF EXISTS `ps_webservice_account`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_webservice_account` ( `id_webservice_account` int(11) NOT NULL auto_increment, `key` varchar(32) NOT NULL, `description` text, `class_name` varchar(50) NOT NULL default 'WebserviceRequest', `is_module` tinyint(2) NOT NULL default '0', `module_name` varchar(50) default NULL, `active` tinyint(2) NOT NULL, PRIMARY KEY (`id_webservice_account`), KEY `key` (`key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_webservice_account` -- LOCK TABLES `ps_webservice_account` WRITE; /*!40000 ALTER TABLE `ps_webservice_account` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_webservice_account` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_webservice_account_shop` -- DROP TABLE IF EXISTS `ps_webservice_account_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_webservice_account_shop` ( `id_webservice_account` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_webservice_account`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_webservice_account_shop` -- LOCK TABLES `ps_webservice_account_shop` WRITE; /*!40000 ALTER TABLE `ps_webservice_account_shop` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_webservice_account_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_webservice_permission` -- DROP TABLE IF EXISTS `ps_webservice_permission`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_webservice_permission` ( `id_webservice_permission` int(11) NOT NULL auto_increment, `resource` varchar(50) NOT NULL, `method` enum('GET','POST','PUT','DELETE','HEAD') NOT NULL, `id_webservice_account` int(11) NOT NULL, PRIMARY KEY (`id_webservice_permission`), UNIQUE KEY `resource_2` (`resource`,`method`,`id_webservice_account`), KEY `resource` (`resource`), KEY `method` (`method`), KEY `id_webservice_account` (`id_webservice_account`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_webservice_permission` -- LOCK TABLES `ps_webservice_permission` WRITE; /*!40000 ALTER TABLE `ps_webservice_permission` DISABLE KEYS */; /*!40000 ALTER TABLE `ps_webservice_permission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_zone` -- DROP TABLE IF EXISTS `ps_zone`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_zone` ( `id_zone` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `active` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_zone`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_zone` -- LOCK TABLES `ps_zone` WRITE; /*!40000 ALTER TABLE `ps_zone` DISABLE KEYS */; INSERT INTO `ps_zone` VALUES (1,'Europe',1),(2,'North America',1),(3,'Asia',1),(4,'Africa',1),(5,'Oceania',1),(6,'South America',1),(7,'Europe (out E.U)',1),(8,'Central America/Antilla',1); /*!40000 ALTER TABLE `ps_zone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ps_zone_shop` -- DROP TABLE IF EXISTS `ps_zone_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ps_zone_shop` ( `id_zone` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_zone`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ps_zone_shop` -- LOCK TABLES `ps_zone_shop` WRITE; /*!40000 ALTER TABLE `ps_zone_shop` DISABLE KEYS */; INSERT INTO `ps_zone_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1); /*!40000 ALTER TABLE `ps_zone_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_access` -- DROP TABLE IF EXISTS `psa_access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_access` ( `id_profile` int(10) unsigned NOT NULL, `id_tab` int(10) unsigned NOT NULL, `view` int(11) NOT NULL, `add` int(11) NOT NULL, `edit` int(11) NOT NULL, `delete` int(11) NOT NULL, PRIMARY KEY (`id_profile`,`id_tab`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_access` -- LOCK TABLES `psa_access` WRITE; /*!40000 ALTER TABLE `psa_access` DISABLE KEYS */; INSERT INTO `psa_access` VALUES (1,0,1,1,1,1),(1,1,1,1,1,1),(1,5,1,1,1,1),(1,7,1,1,1,1),(1,9,1,1,1,1),(1,10,1,1,1,1),(1,11,1,1,1,1),(1,13,1,1,1,1),(1,14,1,1,1,1),(1,15,1,1,1,1),(1,16,1,1,1,1),(1,19,1,1,1,1),(1,20,1,1,1,1),(1,21,1,1,1,1),(1,22,1,1,1,1),(1,23,1,1,1,1),(1,24,1,1,1,1),(1,25,1,1,1,1),(1,26,1,1,1,1),(1,27,1,1,1,1),(1,28,1,1,1,1),(1,29,1,1,1,1),(1,30,1,1,1,1),(1,32,1,1,1,1),(1,33,1,1,1,1),(1,34,1,1,1,1),(1,35,1,1,1,1),(1,36,1,1,1,1),(1,37,1,1,1,1),(1,39,1,1,1,1),(1,40,1,1,1,1),(1,41,1,1,1,1),(1,42,1,1,1,1),(1,43,1,1,1,1),(1,45,1,1,1,1),(1,46,1,1,1,1),(1,51,1,1,1,1),(1,50,1,1,1,1),(1,53,1,1,1,1),(1,54,1,1,1,1),(1,55,1,1,1,1),(1,56,1,1,1,1),(1,57,1,1,1,1),(1,59,1,1,1,1),(1,58,1,1,1,1),(1,60,1,1,1,1),(1,62,1,1,1,1),(1,63,1,1,1,1),(1,64,1,1,1,1),(1,67,1,1,1,1),(1,68,1,1,1,1),(1,69,1,1,1,1),(1,70,1,1,1,1),(1,71,1,1,1,1),(1,72,1,1,1,1),(1,74,1,1,1,1),(1,75,1,1,1,1),(1,76,1,1,1,1),(1,77,1,1,1,1),(1,78,1,1,1,1),(1,79,1,1,1,1),(1,81,1,1,1,1),(1,82,1,1,1,1),(1,83,1,1,1,1),(1,84,1,1,1,1),(1,85,1,1,1,1),(1,87,1,1,1,1),(1,88,1,1,1,1),(1,89,1,1,1,1),(1,90,1,1,1,1),(1,93,1,1,1,1),(1,94,1,1,1,1),(1,95,1,1,1,1),(1,96,1,1,1,1),(1,97,1,1,1,1),(1,100,1,1,1,1),(1,101,1,1,1,1),(2,1,1,1,1,1),(2,2,0,0,0,0),(2,3,0,0,0,0),(2,4,0,0,0,0),(2,5,1,1,1,1),(2,6,1,1,1,1),(2,7,1,1,1,1),(2,8,0,0,0,0),(2,9,1,1,1,1),(2,10,1,1,1,1),(2,11,1,1,1,1),(2,12,0,0,0,0),(2,13,1,1,1,1),(2,14,1,1,1,1),(2,15,1,1,1,1),(2,16,1,1,1,1),(2,17,0,0,0,0),(2,18,1,1,1,1),(2,19,1,1,1,1),(2,20,1,1,1,1),(2,21,1,1,1,1),(2,22,1,1,1,1),(2,23,1,1,1,1),(2,24,1,1,1,1),(2,25,1,1,1,1),(2,26,1,1,1,1),(2,27,1,1,1,1),(2,28,1,1,1,1),(2,29,1,1,1,1),(2,30,1,1,1,1),(2,31,1,1,1,1),(2,32,1,1,1,1),(2,33,1,1,1,1),(2,34,1,1,1,1),(2,35,1,1,1,1),(2,36,1,1,1,1),(2,37,1,1,1,1),(2,38,1,1,1,1),(2,39,1,1,1,1),(2,40,1,1,1,1),(2,41,1,1,1,1),(2,42,1,1,1,1),(2,43,1,1,1,1),(2,44,0,0,0,0),(2,45,1,1,1,1),(2,46,1,1,1,1),(2,47,0,0,0,0),(2,48,0,0,0,0),(2,49,1,1,1,1),(2,50,1,1,1,1),(2,51,0,0,0,0),(2,52,1,1,1,1),(2,53,1,1,1,1),(2,54,1,1,1,1),(2,55,1,1,1,1),(2,56,1,1,1,1),(2,57,1,1,1,1),(2,58,1,1,1,1),(2,59,1,1,1,1),(2,60,1,1,1,1),(2,61,1,1,1,1),(2,62,1,1,1,1),(2,63,1,1,1,1),(2,64,1,1,1,1),(2,65,1,1,1,1),(2,66,1,1,1,1),(2,67,1,1,1,1),(2,68,1,1,1,1),(2,69,1,1,1,1),(2,70,1,1,1,1),(2,71,1,1,1,1),(2,72,1,1,1,1),(2,73,0,0,0,0),(2,74,1,1,1,1),(2,75,1,1,1,1),(2,76,1,1,1,1),(2,77,1,1,1,1),(2,78,1,1,1,1),(2,79,1,1,1,1),(2,80,0,0,0,0),(2,81,1,1,1,1),(2,82,1,1,1,1),(2,83,1,1,1,1),(2,84,1,1,1,1),(2,85,1,1,1,1),(2,86,1,1,1,1),(2,87,1,1,1,1),(2,88,1,0,0,0),(2,89,1,1,1,1),(2,90,1,1,1,1),(2,91,0,0,0,0),(2,92,1,1,1,1),(2,93,1,1,1,1),(2,94,1,1,1,1),(2,95,1,1,1,1),(2,96,1,1,1,1),(2,97,1,1,1,1),(2,98,0,0,0,0),(2,99,0,0,0,0),(2,100,1,1,1,1),(2,101,1,1,1,1),(2,102,0,0,0,0),(3,1,0,0,0,0),(3,2,0,0,0,0),(3,3,0,0,0,0),(3,4,0,0,0,0),(3,5,0,0,0,0),(3,6,0,0,0,0),(3,7,0,0,0,0),(3,8,0,0,0,0),(3,9,1,1,1,1),(3,10,1,1,1,1),(3,11,1,1,1,1),(3,12,0,0,0,0),(3,13,1,1,1,1),(3,14,0,0,0,0),(3,15,0,0,0,0),(3,16,0,0,0,0),(3,17,0,0,0,0),(3,18,0,0,0,0),(3,19,0,0,0,0),(3,20,1,1,1,1),(3,21,1,1,1,1),(3,22,1,1,1,1),(3,23,1,1,1,1),(3,24,0,0,0,0),(3,25,0,0,0,0),(3,26,0,0,0,0),(3,27,1,1,1,1),(3,28,0,0,0,0),(3,29,0,0,0,0),(3,30,0,0,0,0),(3,31,1,1,1,1),(3,32,1,1,1,1),(3,33,1,1,1,1),(3,34,1,1,1,1),(3,35,1,1,1,1),(3,36,1,1,1,1),(3,37,0,0,0,0),(3,38,1,1,1,1),(3,39,1,1,1,1),(3,40,0,0,0,0),(3,41,0,0,0,0),(3,42,0,0,0,0),(3,43,0,0,0,0),(3,44,0,0,0,0),(3,45,0,0,0,0),(3,46,0,0,0,0),(3,47,0,0,0,0),(3,48,0,0,0,0),(3,49,1,1,1,1),(3,50,1,1,1,1),(3,51,0,0,0,0),(3,52,0,0,0,0),(3,53,0,0,0,0),(3,54,0,0,0,0),(3,55,0,0,0,0),(3,56,0,0,0,0),(3,57,0,0,0,0),(3,58,0,0,0,0),(3,59,0,0,0,0),(3,60,0,0,0,0),(3,61,1,1,1,1),(3,62,0,0,0,0),(3,63,0,0,0,0),(3,64,0,0,0,0),(3,65,0,0,0,0),(3,66,0,0,0,0),(3,67,0,0,0,0),(3,68,0,0,0,0),(3,69,0,0,0,0),(3,70,0,0,0,0),(3,71,0,0,0,0),(3,72,0,0,0,0),(3,73,0,0,0,0),(3,74,0,0,0,0),(3,75,0,0,0,0),(3,76,0,0,0,0),(3,77,0,0,0,0),(3,78,0,0,0,0),(3,79,0,0,0,0),(3,80,0,0,0,0),(3,81,0,0,0,0),(3,82,0,0,0,0),(3,83,0,0,0,0),(3,84,0,0,0,0),(3,85,0,0,0,0),(3,86,0,0,0,0),(3,87,0,0,0,0),(3,88,0,0,0,0),(3,89,0,0,0,0),(3,90,0,0,0,0),(3,91,0,0,0,0),(3,92,0,0,0,0),(3,93,0,0,0,0),(3,94,0,0,0,0),(3,95,1,1,1,1),(3,96,1,1,1,1),(3,97,1,1,1,1),(3,98,0,0,0,0),(3,99,0,0,0,0),(3,100,1,1,1,1),(3,101,1,1,1,1),(3,102,0,0,0,0),(4,1,0,0,0,0),(4,2,0,0,0,0),(4,3,0,0,0,0),(4,4,0,0,0,0),(4,5,1,0,0,0),(4,6,0,0,0,0),(4,7,0,0,0,0),(4,8,0,0,0,0),(4,9,1,1,1,1),(4,10,0,0,0,0),(4,11,0,0,0,0),(4,12,0,0,0,0),(4,13,0,0,0,0),(4,14,0,0,0,0),(4,15,0,0,0,0),(4,16,0,0,0,0),(4,17,0,0,0,0),(4,18,0,0,0,0),(4,19,0,0,0,0),(4,20,0,0,0,0),(4,21,1,1,1,1),(4,22,1,1,1,1),(4,23,0,0,0,0),(4,24,0,0,0,0),(4,25,0,0,0,0),(4,26,0,0,0,0),(4,27,0,0,0,0),(4,28,0,0,0,0),(4,29,0,0,0,0),(4,30,0,0,0,0),(4,31,0,0,0,0),(4,32,0,0,0,0),(4,33,0,0,0,0),(4,34,0,0,0,0),(4,35,0,0,0,0),(4,36,0,0,0,0),(4,37,0,0,0,0),(4,38,0,0,0,0),(4,39,0,0,0,0),(4,40,0,0,0,0),(4,41,0,0,0,0),(4,42,0,0,0,0),(4,43,0,0,0,0),(4,44,0,0,0,0),(4,45,0,0,0,0),(4,46,0,0,0,0),(4,47,0,0,0,0),(4,48,0,0,0,0),(4,49,0,0,0,0),(4,50,0,0,0,0),(4,51,0,0,0,0),(4,52,0,0,0,0),(4,53,0,0,0,0),(4,54,0,0,0,0),(4,55,0,0,0,0),(4,56,0,0,0,0),(4,57,0,0,0,0),(4,58,0,0,0,0),(4,59,0,0,0,0),(4,60,1,1,1,1),(4,61,0,0,0,0),(4,62,0,0,0,0),(4,63,0,0,0,0),(4,64,0,0,0,0),(4,65,0,0,0,0),(4,66,0,0,0,0),(4,67,0,0,0,0),(4,68,0,0,0,0),(4,69,0,0,0,0),(4,70,0,0,0,0),(4,71,1,1,1,1),(4,72,0,0,0,0),(4,73,0,0,0,0),(4,74,0,0,0,0),(4,75,0,0,0,0),(4,76,0,0,0,0),(4,77,0,0,0,0),(4,78,0,0,0,0),(4,79,0,0,0,0),(4,80,0,0,0,0),(4,81,0,0,0,0),(4,82,0,0,0,0),(4,83,0,0,0,0),(4,84,0,0,0,0),(4,85,0,0,0,0),(4,86,0,0,0,0),(4,87,0,0,0,0),(4,88,0,0,0,0),(4,89,0,0,0,0),(4,90,0,0,0,0),(4,91,0,0,0,0),(4,92,0,0,0,0),(4,93,0,0,0,0),(4,94,0,0,0,0),(4,95,0,0,0,0),(4,96,0,0,0,0),(4,97,0,0,0,0),(4,98,0,0,0,0),(4,99,0,0,0,0),(4,100,0,0,0,0),(4,101,0,0,0,0),(4,102,0,0,0,0),(5,1,0,0,0,0),(5,2,0,0,0,0),(5,3,0,0,0,0),(5,4,0,0,0,0),(5,5,1,0,0,0),(5,6,0,0,0,0),(5,7,0,0,0,0),(5,8,0,0,0,0),(5,9,1,1,1,1),(5,10,1,1,1,1),(5,11,1,1,1,1),(5,12,0,0,0,0),(5,13,0,0,0,0),(5,14,0,0,0,0),(5,15,0,0,0,0),(5,16,0,0,0,0),(5,17,0,0,0,0),(5,18,0,0,0,0),(5,19,1,1,1,1),(5,20,1,0,0,0),(5,21,1,1,1,1),(5,22,1,1,1,1),(5,23,0,0,0,0),(5,24,0,0,0,0),(5,25,0,0,0,0),(5,26,1,0,0,0),(5,27,0,0,0,0),(5,28,0,0,0,0),(5,29,0,0,0,0),(5,30,0,0,0,0),(5,31,1,1,1,1),(5,32,1,1,1,1),(5,33,0,0,0,0),(5,34,0,0,0,0),(5,35,1,1,1,1),(5,36,0,0,0,0),(5,37,1,1,1,1),(5,38,1,1,1,1),(5,39,1,1,1,1),(5,40,1,1,1,1),(5,41,1,1,1,1),(5,42,0,0,0,0),(5,43,0,0,0,0),(5,44,0,0,0,0),(5,45,0,0,0,0),(5,46,0,0,0,0),(5,47,0,0,0,0),(5,48,0,0,0,0),(5,49,0,0,0,0),(5,50,0,0,0,0),(5,51,0,0,0,0),(5,52,0,0,0,0),(5,53,0,0,0,0),(5,54,0,0,0,0),(5,55,0,0,0,0),(5,56,0,0,0,0),(5,57,0,0,0,0),(5,58,0,0,0,0),(5,59,0,0,0,0),(5,60,0,0,0,0),(5,61,1,1,1,1),(5,62,0,0,0,0),(5,63,0,0,0,0),(5,64,0,0,0,0),(5,65,0,0,0,0),(5,66,0,0,0,0),(5,67,0,0,0,0),(5,68,0,0,0,0),(5,69,0,0,0,0),(5,70,0,0,0,0),(5,71,0,0,0,0),(5,72,0,0,0,0),(5,73,0,0,0,0),(5,74,0,0,0,0),(5,75,0,0,0,0),(5,76,0,0,0,0),(5,77,0,0,0,0),(5,78,0,0,0,0),(5,79,0,0,0,0),(5,80,0,0,0,0),(5,81,0,0,0,0),(5,82,0,0,0,0),(5,83,0,0,0,0),(5,84,0,0,0,0),(5,85,1,1,1,1),(5,86,0,0,0,0),(5,87,0,0,0,0),(5,88,0,0,0,0),(5,89,0,0,0,0),(5,90,0,0,0,0),(5,91,0,0,0,0),(5,92,1,1,1,1),(5,93,0,0,0,0),(5,94,1,1,1,1),(5,95,0,0,0,0),(5,96,0,0,0,0),(5,97,0,0,0,0),(5,98,0,0,0,0),(5,99,0,0,0,0),(5,100,1,0,0,0),(5,101,0,0,0,0),(5,102,0,0,0,0),(2,0,1,1,1,1),(3,0,1,1,1,1),(4,0,1,1,1,1),(5,0,1,1,1,1); /*!40000 ALTER TABLE `psa_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_accessory` -- DROP TABLE IF EXISTS `psa_accessory`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_accessory` ( `id_product_1` int(10) unsigned NOT NULL, `id_product_2` int(10) unsigned NOT NULL, KEY `accessory_product` (`id_product_1`,`id_product_2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_accessory` -- LOCK TABLES `psa_accessory` WRITE; /*!40000 ALTER TABLE `psa_accessory` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_accessory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_address` -- DROP TABLE IF EXISTS `psa_address`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_address` ( `id_address` int(10) unsigned NOT NULL auto_increment, `id_country` int(10) unsigned NOT NULL, `id_state` int(10) unsigned default NULL, `id_customer` int(10) unsigned NOT NULL default '0', `id_manufacturer` int(10) unsigned NOT NULL default '0', `id_supplier` int(10) unsigned NOT NULL default '0', `id_warehouse` int(10) unsigned NOT NULL default '0', `alias` varchar(32) NOT NULL, `company` varchar(64) default NULL, `lastname` varchar(32) NOT NULL, `firstname` varchar(32) NOT NULL, `address1` varchar(128) NOT NULL, `address2` varchar(128) default NULL, `postcode` varchar(12) default NULL, `city` varchar(64) NOT NULL, `other` text, `phone` varchar(32) default NULL, `phone_mobile` varchar(32) default NULL, `vat_number` varchar(32) default NULL, `dni` varchar(16) default NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `active` tinyint(1) unsigned NOT NULL default '1', `deleted` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_address`), KEY `address_customer` (`id_customer`), KEY `id_country` (`id_country`), KEY `id_state` (`id_state`), KEY `id_manufacturer` (`id_manufacturer`), KEY `id_supplier` (`id_supplier`), KEY `id_warehouse` (`id_warehouse`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_address` -- LOCK TABLES `psa_address` WRITE; /*!40000 ALTER TABLE `psa_address` DISABLE KEYS */; INSERT INTO `psa_address` VALUES (1,21,0,0,1,0,0,'manufacturer','','COOK','Tim','1 Infinite Loop','','95014','Cupertino','','(800) 275-2273','','','','2013-09-17 00:25:41','2013-09-17 00:25:41',1,0),(2,8,0,1,0,0,0,'Mon adresse','My Company','DOE','John','16, Main street','2nd floor','75002','Paris ','','0102030405','','','','2013-09-17 00:25:41','2013-09-17 00:25:41',1,0),(3,21,32,0,0,1,0,'supplier','Apple','supplier','supplier','767 Fifth Ave.','','10153','New York','','(212) 336-1440','','','','2013-09-17 00:25:41','2013-09-17 00:25:41',1,0),(4,21,13,0,0,2,0,'supplier','Shure','supplier','supplier','5800 W. Touhy Ave','','60714','Niles','','800-434-3350','','','','2013-09-17 00:25:41','2013-09-17 00:25:41',1,0); /*!40000 ALTER TABLE `psa_address` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_address_format` -- DROP TABLE IF EXISTS `psa_address_format`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_address_format` ( `id_country` int(10) unsigned NOT NULL, `format` varchar(255) NOT NULL default '', PRIMARY KEY (`id_country`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_address_format` -- LOCK TABLES `psa_address_format` WRITE; /*!40000 ALTER TABLE `psa_address_format` DISABLE KEYS */; INSERT INTO `psa_address_format` VALUES (1,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(2,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(3,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(4,'firstname lastname\ncompany\naddress1\naddress2\ncity State:name postcode\nCountry:name\nphone'),(5,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(6,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(7,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(8,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(9,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(10,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(11,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(12,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(13,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(14,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(15,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(16,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(17,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(18,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(19,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(20,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(21,'firstname lastname\ncompany\naddress1 address2\ncity, State:name postcode\nCountry:name\nphone'),(22,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(23,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(24,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(25,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(26,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(27,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(28,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(29,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(30,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(31,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(32,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(33,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(34,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(35,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(36,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(37,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(38,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(39,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(40,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(41,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(42,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(43,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(44,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(45,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(46,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(47,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(48,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(49,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(50,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(51,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(52,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(53,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(54,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(55,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(56,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(57,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(58,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(59,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(60,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(61,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(62,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(63,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(64,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(65,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(66,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(67,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(68,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(69,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(70,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(71,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(72,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(73,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(74,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(75,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(76,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(77,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(78,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(79,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(80,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(81,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(82,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(83,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(84,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(85,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(86,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(87,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(88,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(89,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(90,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(91,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(92,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(93,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(94,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(95,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(96,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(97,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(98,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(99,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(100,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(101,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(102,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(103,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(104,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(105,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(106,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(107,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(108,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(109,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(110,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(111,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(112,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(113,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(114,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(115,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(116,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(117,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(118,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(119,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(120,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(121,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(122,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(123,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(124,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(125,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(126,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(127,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(128,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(129,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(130,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(131,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(132,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(133,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(134,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(135,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(136,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(137,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(138,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(139,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(140,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(141,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(142,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(143,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(144,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(145,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(146,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(147,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(148,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(149,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(150,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(151,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(152,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(153,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(154,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(155,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(156,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(157,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(158,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(159,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(160,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(161,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(162,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(163,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(164,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(165,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(166,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(167,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(168,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(169,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(170,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(171,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(172,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(173,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(174,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(175,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(176,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(177,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(178,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(179,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(180,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(181,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(182,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(183,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(184,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(185,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(186,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(187,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(188,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(189,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(190,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(191,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(192,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(193,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(194,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(195,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(196,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(197,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(198,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(199,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(200,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(201,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(202,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(203,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(204,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(205,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(206,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(207,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(208,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(209,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(210,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(211,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(212,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(213,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(214,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(215,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(216,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(217,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(218,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(219,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(220,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(221,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(222,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(223,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(224,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(225,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(226,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(227,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(228,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(229,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(230,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(231,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(232,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(233,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(234,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(235,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(236,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(237,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(238,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(239,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(240,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(241,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(242,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(243,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(244,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'); /*!40000 ALTER TABLE `psa_address_format` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_advice` -- DROP TABLE IF EXISTS `psa_advice`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_advice` ( `id_advice` int(11) NOT NULL auto_increment, `id_ps_advice` int(11) NOT NULL, `id_tab` int(11) NOT NULL, `ids_tab` text, `validated` tinyint(1) unsigned NOT NULL default '0', `location` enum('after','before') NOT NULL, `selector` varchar(255) default NULL, PRIMARY KEY (`id_advice`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_advice` -- LOCK TABLES `psa_advice` WRITE; /*!40000 ALTER TABLE `psa_advice` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_advice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_advice_lang` -- DROP TABLE IF EXISTS `psa_advice_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_advice_lang` ( `id_advice` int(11) NOT NULL, `id_lang` int(11) NOT NULL, `html` text, PRIMARY KEY (`id_advice`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_advice_lang` -- LOCK TABLES `psa_advice_lang` WRITE; /*!40000 ALTER TABLE `psa_advice_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_advice_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_alias` -- DROP TABLE IF EXISTS `psa_alias`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_alias` ( `id_alias` int(10) unsigned NOT NULL auto_increment, `alias` varchar(255) NOT NULL, `search` varchar(255) NOT NULL, `active` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id_alias`), UNIQUE KEY `alias` (`alias`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_alias` -- LOCK TABLES `psa_alias` WRITE; /*!40000 ALTER TABLE `psa_alias` DISABLE KEYS */; INSERT INTO `psa_alias` VALUES (1,'ipdo','ipod',1),(2,'piod','ipod',1); /*!40000 ALTER TABLE `psa_alias` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_attachment` -- DROP TABLE IF EXISTS `psa_attachment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_attachment` ( `id_attachment` int(10) unsigned NOT NULL auto_increment, `file` varchar(40) NOT NULL, `file_name` varchar(128) NOT NULL, `mime` varchar(128) NOT NULL, PRIMARY KEY (`id_attachment`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_attachment` -- LOCK TABLES `psa_attachment` WRITE; /*!40000 ALTER TABLE `psa_attachment` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_attachment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_attachment_lang` -- DROP TABLE IF EXISTS `psa_attachment_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_attachment_lang` ( `id_attachment` int(10) unsigned NOT NULL auto_increment, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) default NULL, `description` text, PRIMARY KEY (`id_attachment`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_attachment_lang` -- LOCK TABLES `psa_attachment_lang` WRITE; /*!40000 ALTER TABLE `psa_attachment_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_attachment_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_attribute` -- DROP TABLE IF EXISTS `psa_attribute`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_attribute` ( `id_attribute` int(10) unsigned NOT NULL auto_increment, `id_attribute_group` int(10) unsigned NOT NULL, `color` varchar(32) default NULL, `position` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_attribute`), KEY `attribute_group` (`id_attribute_group`) ) ENGINE=MyISAM AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_attribute` -- LOCK TABLES `psa_attribute` WRITE; /*!40000 ALTER TABLE `psa_attribute` DISABLE KEYS */; INSERT INTO `psa_attribute` VALUES (1,1,'',0),(2,1,'',1),(3,2,'#D2D6D5',0),(4,2,'#008CB7',1),(5,2,'#F3349E',2),(6,2,'#93D52D',3),(7,2,'#FD9812',4),(8,1,'',2),(9,1,'',3),(10,3,'',0),(11,3,'',1),(12,1,'',4),(13,1,'',5),(14,2,'#000000',5),(15,1,'',6),(16,1,'',7),(17,1,'',8),(18,2,'#7800F0',6),(19,2,'#F6EF04',7),(20,2,'#F60409',8); /*!40000 ALTER TABLE `psa_attribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_attribute_group` -- DROP TABLE IF EXISTS `psa_attribute_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_attribute_group` ( `id_attribute_group` int(10) unsigned NOT NULL auto_increment, `is_color_group` tinyint(1) NOT NULL default '0', `group_type` enum('select','radio','color') NOT NULL default 'select', `position` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_attribute_group`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_attribute_group` -- LOCK TABLES `psa_attribute_group` WRITE; /*!40000 ALTER TABLE `psa_attribute_group` DISABLE KEYS */; INSERT INTO `psa_attribute_group` VALUES (1,0,'select',0),(2,1,'color',1),(3,0,'select',2); /*!40000 ALTER TABLE `psa_attribute_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_attribute_group_lang` -- DROP TABLE IF EXISTS `psa_attribute_group_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_attribute_group_lang` ( `id_attribute_group` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(128) NOT NULL, `public_name` varchar(64) NOT NULL, PRIMARY KEY (`id_attribute_group`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_attribute_group_lang` -- LOCK TABLES `psa_attribute_group_lang` WRITE; /*!40000 ALTER TABLE `psa_attribute_group_lang` DISABLE KEYS */; INSERT INTO `psa_attribute_group_lang` VALUES (1,1,'Disk space','Disk space'),(2,1,'Color','Color'),(3,1,'ICU','Processor'); /*!40000 ALTER TABLE `psa_attribute_group_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_attribute_group_shop` -- DROP TABLE IF EXISTS `psa_attribute_group_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_attribute_group_shop` ( `id_attribute_group` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_attribute_group`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_attribute_group_shop` -- LOCK TABLES `psa_attribute_group_shop` WRITE; /*!40000 ALTER TABLE `psa_attribute_group_shop` DISABLE KEYS */; INSERT INTO `psa_attribute_group_shop` VALUES (1,1),(2,1),(3,1); /*!40000 ALTER TABLE `psa_attribute_group_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_attribute_impact` -- DROP TABLE IF EXISTS `psa_attribute_impact`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_attribute_impact` ( `id_attribute_impact` int(10) unsigned NOT NULL auto_increment, `id_product` int(11) unsigned NOT NULL, `id_attribute` int(11) unsigned NOT NULL, `weight` decimal(20,6) NOT NULL, `price` decimal(17,2) NOT NULL, PRIMARY KEY (`id_attribute_impact`), UNIQUE KEY `id_product` (`id_product`,`id_attribute`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_attribute_impact` -- LOCK TABLES `psa_attribute_impact` WRITE; /*!40000 ALTER TABLE `psa_attribute_impact` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_attribute_impact` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_attribute_lang` -- DROP TABLE IF EXISTS `psa_attribute_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_attribute_lang` ( `id_attribute` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(128) NOT NULL, PRIMARY KEY (`id_attribute`,`id_lang`), KEY `id_lang` (`id_lang`,`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_attribute_lang` -- LOCK TABLES `psa_attribute_lang` WRITE; /*!40000 ALTER TABLE `psa_attribute_lang` DISABLE KEYS */; INSERT INTO `psa_attribute_lang` VALUES (1,1,'2GB'),(2,1,'4GB'),(3,1,'Metal'),(4,1,'Blue'),(5,1,'Pink'),(6,1,'Green'),(7,1,'Orange'),(8,1,'Optional 64GB solid-state drive'),(9,1,'80GB Parallel ATA Drive @ 4200 rpm'),(10,1,'1.60GHz Intel Core 2 Duo'),(11,1,'1.80GHz Intel Core 2 Duo'),(12,1,'80GB: 20,000 Songs'),(13,1,'160GB: 40,000 Songs'),(14,1,'Black'),(15,1,'8GB'),(16,1,'16GB'),(17,1,'32GB'),(18,1,'Purple'),(19,1,'Yellow'),(20,1,'Red'); /*!40000 ALTER TABLE `psa_attribute_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_attribute_shop` -- DROP TABLE IF EXISTS `psa_attribute_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_attribute_shop` ( `id_attribute` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_attribute`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_attribute_shop` -- LOCK TABLES `psa_attribute_shop` WRITE; /*!40000 ALTER TABLE `psa_attribute_shop` DISABLE KEYS */; INSERT INTO `psa_attribute_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1),(9,1),(10,1),(11,1),(12,1),(13,1),(14,1),(15,1),(16,1),(17,1),(18,1),(19,1),(20,1); /*!40000 ALTER TABLE `psa_attribute_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_badge` -- DROP TABLE IF EXISTS `psa_badge`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_badge` ( `id_badge` int(11) NOT NULL auto_increment, `id_ps_badge` int(11) NOT NULL, `type` varchar(32) NOT NULL, `id_group` int(11) NOT NULL, `group_position` int(11) NOT NULL, `scoring` int(11) NOT NULL, `validated` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_badge`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_badge` -- LOCK TABLES `psa_badge` WRITE; /*!40000 ALTER TABLE `psa_badge` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_badge` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_badge_lang` -- DROP TABLE IF EXISTS `psa_badge_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_badge_lang` ( `id_badge` int(11) NOT NULL, `id_lang` int(11) NOT NULL, `name` varchar(64) default NULL, `description` varchar(255) default NULL, `group_name` varchar(255) default NULL, PRIMARY KEY (`id_badge`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_badge_lang` -- LOCK TABLES `psa_badge_lang` WRITE; /*!40000 ALTER TABLE `psa_badge_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_badge_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_carrier` -- DROP TABLE IF EXISTS `psa_carrier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_carrier` ( `id_carrier` int(10) unsigned NOT NULL auto_increment, `id_reference` int(10) unsigned NOT NULL, `id_tax_rules_group` int(10) unsigned default '0', `name` varchar(64) NOT NULL, `url` varchar(255) default NULL, `active` tinyint(1) unsigned NOT NULL default '0', `deleted` tinyint(1) unsigned NOT NULL default '0', `shipping_handling` tinyint(1) unsigned NOT NULL default '1', `range_behavior` tinyint(1) unsigned NOT NULL default '0', `is_module` tinyint(1) unsigned NOT NULL default '0', `is_free` tinyint(1) unsigned NOT NULL default '0', `shipping_external` tinyint(1) unsigned NOT NULL default '0', `need_range` tinyint(1) unsigned NOT NULL default '0', `external_module_name` varchar(64) default NULL, `shipping_method` int(2) NOT NULL default '0', `position` int(10) unsigned NOT NULL default '0', `max_width` int(10) default '0', `max_height` int(10) default '0', `max_depth` int(10) default '0', `max_weight` decimal(20,6) default '0.000000', `grade` int(10) default '0', PRIMARY KEY (`id_carrier`), KEY `deleted` (`deleted`,`active`), KEY `id_tax_rules_group` (`id_tax_rules_group`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_carrier` -- LOCK TABLES `psa_carrier` WRITE; /*!40000 ALTER TABLE `psa_carrier` DISABLE KEYS */; INSERT INTO `psa_carrier` VALUES (1,1,0,'0','',1,0,0,0,0,0,0,0,'',0,0,0,0,0,'0.000000',0),(2,2,0,'My carrier','',1,0,1,0,0,0,0,0,'',0,1,0,0,0,'0.000000',0); /*!40000 ALTER TABLE `psa_carrier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_carrier_group` -- DROP TABLE IF EXISTS `psa_carrier_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_carrier_group` ( `id_carrier` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, PRIMARY KEY (`id_carrier`,`id_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_carrier_group` -- LOCK TABLES `psa_carrier_group` WRITE; /*!40000 ALTER TABLE `psa_carrier_group` DISABLE KEYS */; INSERT INTO `psa_carrier_group` VALUES (1,1),(1,2),(1,3),(2,1),(2,2),(2,3); /*!40000 ALTER TABLE `psa_carrier_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_carrier_lang` -- DROP TABLE IF EXISTS `psa_carrier_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_carrier_lang` ( `id_carrier` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_lang` int(10) unsigned NOT NULL, `delay` varchar(128) default NULL, PRIMARY KEY (`id_lang`,`id_shop`,`id_carrier`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_carrier_lang` -- LOCK TABLES `psa_carrier_lang` WRITE; /*!40000 ALTER TABLE `psa_carrier_lang` DISABLE KEYS */; INSERT INTO `psa_carrier_lang` VALUES (1,1,1,'Pick up in-store'),(2,1,1,'Delivery next day!'); /*!40000 ALTER TABLE `psa_carrier_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_carrier_shop` -- DROP TABLE IF EXISTS `psa_carrier_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_carrier_shop` ( `id_carrier` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_carrier`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_carrier_shop` -- LOCK TABLES `psa_carrier_shop` WRITE; /*!40000 ALTER TABLE `psa_carrier_shop` DISABLE KEYS */; INSERT INTO `psa_carrier_shop` VALUES (1,1),(2,1); /*!40000 ALTER TABLE `psa_carrier_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_carrier_tax_rules_group_shop` -- DROP TABLE IF EXISTS `psa_carrier_tax_rules_group_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_carrier_tax_rules_group_shop` ( `id_carrier` int(11) unsigned NOT NULL, `id_tax_rules_group` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_carrier`,`id_tax_rules_group`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_carrier_tax_rules_group_shop` -- LOCK TABLES `psa_carrier_tax_rules_group_shop` WRITE; /*!40000 ALTER TABLE `psa_carrier_tax_rules_group_shop` DISABLE KEYS */; INSERT INTO `psa_carrier_tax_rules_group_shop` VALUES (1,1,1),(2,1,1); /*!40000 ALTER TABLE `psa_carrier_tax_rules_group_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_carrier_zone` -- DROP TABLE IF EXISTS `psa_carrier_zone`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_carrier_zone` ( `id_carrier` int(10) unsigned NOT NULL, `id_zone` int(10) unsigned NOT NULL, PRIMARY KEY (`id_carrier`,`id_zone`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_carrier_zone` -- LOCK TABLES `psa_carrier_zone` WRITE; /*!40000 ALTER TABLE `psa_carrier_zone` DISABLE KEYS */; INSERT INTO `psa_carrier_zone` VALUES (1,1),(2,1),(2,2); /*!40000 ALTER TABLE `psa_carrier_zone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_cart` -- DROP TABLE IF EXISTS `psa_cart`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_cart` ( `id_cart` int(10) unsigned NOT NULL auto_increment, `id_shop_group` int(11) unsigned NOT NULL default '1', `id_shop` int(11) unsigned NOT NULL default '1', `id_carrier` int(10) unsigned NOT NULL, `delivery_option` text NOT NULL, `id_lang` int(10) unsigned NOT NULL, `id_address_delivery` int(10) unsigned NOT NULL, `id_address_invoice` int(10) unsigned NOT NULL, `id_currency` int(10) unsigned NOT NULL, `id_customer` int(10) unsigned NOT NULL, `id_guest` int(10) unsigned NOT NULL, `secure_key` varchar(32) NOT NULL default '-1', `recyclable` tinyint(1) unsigned NOT NULL default '1', `gift` tinyint(1) unsigned NOT NULL default '0', `gift_message` text, `mobile_theme` tinyint(1) NOT NULL default '0', `allow_seperated_package` tinyint(1) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_cart`), KEY `cart_customer` (`id_customer`), KEY `id_address_delivery` (`id_address_delivery`), KEY `id_address_invoice` (`id_address_invoice`), KEY `id_carrier` (`id_carrier`), KEY `id_lang` (`id_lang`), KEY `id_currency` (`id_currency`), KEY `id_guest` (`id_guest`), KEY `id_shop_group` (`id_shop_group`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_cart` -- LOCK TABLES `psa_cart` WRITE; /*!40000 ALTER TABLE `psa_cart` DISABLE KEYS */; INSERT INTO `psa_cart` VALUES (1,1,1,2,'',1,2,2,1,1,1,'-1',1,0,'',0,0,'2013-09-17 00:25:41','2013-09-17 00:25:41'); /*!40000 ALTER TABLE `psa_cart` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_cart_cart_rule` -- DROP TABLE IF EXISTS `psa_cart_cart_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_cart_cart_rule` ( `id_cart` int(10) unsigned NOT NULL, `id_cart_rule` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cart`,`id_cart_rule`), KEY `id_cart_rule` (`id_cart_rule`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_cart_cart_rule` -- LOCK TABLES `psa_cart_cart_rule` WRITE; /*!40000 ALTER TABLE `psa_cart_cart_rule` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_cart_cart_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_cart_product` -- DROP TABLE IF EXISTS `psa_cart_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_cart_product` ( `id_cart` int(10) unsigned NOT NULL, `id_product` int(10) unsigned NOT NULL, `id_address_delivery` int(10) unsigned default '0', `id_shop` int(10) unsigned NOT NULL default '1', `id_product_attribute` int(10) unsigned default NULL, `quantity` int(10) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, KEY `cart_product_index` (`id_cart`,`id_product`), KEY `id_product_attribute` (`id_product_attribute`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_cart_product` -- LOCK TABLES `psa_cart_product` WRITE; /*!40000 ALTER TABLE `psa_cart_product` DISABLE KEYS */; INSERT INTO `psa_cart_product` VALUES (1,5,0,1,11,1,'0000-00-00 00:00:00'),(1,7,0,1,0,1,'0000-00-00 00:00:00'); /*!40000 ALTER TABLE `psa_cart_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_cart_rule` -- DROP TABLE IF EXISTS `psa_cart_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_cart_rule` ( `id_cart_rule` int(10) unsigned NOT NULL auto_increment, `id_customer` int(10) unsigned NOT NULL default '0', `date_from` datetime NOT NULL, `date_to` datetime NOT NULL, `description` text, `quantity` int(10) unsigned NOT NULL default '0', `quantity_per_user` int(10) unsigned NOT NULL default '0', `priority` int(10) unsigned NOT NULL default '1', `partial_use` tinyint(1) unsigned NOT NULL default '0', `code` varchar(254) NOT NULL, `minimum_amount` decimal(17,2) NOT NULL default '0.00', `minimum_amount_tax` tinyint(1) NOT NULL default '0', `minimum_amount_currency` int(10) unsigned NOT NULL default '0', `minimum_amount_shipping` tinyint(1) NOT NULL default '0', `country_restriction` tinyint(1) unsigned NOT NULL default '0', `carrier_restriction` tinyint(1) unsigned NOT NULL default '0', `group_restriction` tinyint(1) unsigned NOT NULL default '0', `cart_rule_restriction` tinyint(1) unsigned NOT NULL default '0', `product_restriction` tinyint(1) unsigned NOT NULL default '0', `shop_restriction` tinyint(1) unsigned NOT NULL default '0', `free_shipping` tinyint(1) NOT NULL default '0', `reduction_percent` decimal(5,2) NOT NULL default '0.00', `reduction_amount` decimal(17,2) NOT NULL default '0.00', `reduction_tax` tinyint(1) unsigned NOT NULL default '0', `reduction_currency` int(10) unsigned NOT NULL default '0', `reduction_product` int(10) NOT NULL default '0', `gift_product` int(10) unsigned NOT NULL default '0', `gift_product_attribute` int(10) unsigned NOT NULL default '0', `highlight` tinyint(1) unsigned NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_cart_rule`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_cart_rule` -- LOCK TABLES `psa_cart_rule` WRITE; /*!40000 ALTER TABLE `psa_cart_rule` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_cart_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_cart_rule_carrier` -- DROP TABLE IF EXISTS `psa_cart_rule_carrier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_cart_rule_carrier` ( `id_cart_rule` int(10) unsigned NOT NULL, `id_carrier` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cart_rule`,`id_carrier`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_cart_rule_carrier` -- LOCK TABLES `psa_cart_rule_carrier` WRITE; /*!40000 ALTER TABLE `psa_cart_rule_carrier` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_cart_rule_carrier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_cart_rule_combination` -- DROP TABLE IF EXISTS `psa_cart_rule_combination`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_cart_rule_combination` ( `id_cart_rule_1` int(10) unsigned NOT NULL, `id_cart_rule_2` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cart_rule_1`,`id_cart_rule_2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_cart_rule_combination` -- LOCK TABLES `psa_cart_rule_combination` WRITE; /*!40000 ALTER TABLE `psa_cart_rule_combination` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_cart_rule_combination` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_cart_rule_country` -- DROP TABLE IF EXISTS `psa_cart_rule_country`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_cart_rule_country` ( `id_cart_rule` int(10) unsigned NOT NULL, `id_country` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cart_rule`,`id_country`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_cart_rule_country` -- LOCK TABLES `psa_cart_rule_country` WRITE; /*!40000 ALTER TABLE `psa_cart_rule_country` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_cart_rule_country` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_cart_rule_group` -- DROP TABLE IF EXISTS `psa_cart_rule_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_cart_rule_group` ( `id_cart_rule` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cart_rule`,`id_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_cart_rule_group` -- LOCK TABLES `psa_cart_rule_group` WRITE; /*!40000 ALTER TABLE `psa_cart_rule_group` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_cart_rule_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_cart_rule_lang` -- DROP TABLE IF EXISTS `psa_cart_rule_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_cart_rule_lang` ( `id_cart_rule` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(254) NOT NULL, PRIMARY KEY (`id_cart_rule`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_cart_rule_lang` -- LOCK TABLES `psa_cart_rule_lang` WRITE; /*!40000 ALTER TABLE `psa_cart_rule_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_cart_rule_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_cart_rule_product_rule` -- DROP TABLE IF EXISTS `psa_cart_rule_product_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_cart_rule_product_rule` ( `id_product_rule` int(10) unsigned NOT NULL auto_increment, `id_product_rule_group` int(10) unsigned NOT NULL, `type` enum('products','categories','attributes','manufacturers','suppliers') NOT NULL, PRIMARY KEY (`id_product_rule`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_cart_rule_product_rule` -- LOCK TABLES `psa_cart_rule_product_rule` WRITE; /*!40000 ALTER TABLE `psa_cart_rule_product_rule` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_cart_rule_product_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_cart_rule_product_rule_group` -- DROP TABLE IF EXISTS `psa_cart_rule_product_rule_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_cart_rule_product_rule_group` ( `id_product_rule_group` int(10) unsigned NOT NULL auto_increment, `id_cart_rule` int(10) unsigned NOT NULL, `quantity` int(10) unsigned NOT NULL default '1', PRIMARY KEY (`id_product_rule_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_cart_rule_product_rule_group` -- LOCK TABLES `psa_cart_rule_product_rule_group` WRITE; /*!40000 ALTER TABLE `psa_cart_rule_product_rule_group` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_cart_rule_product_rule_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_cart_rule_product_rule_value` -- DROP TABLE IF EXISTS `psa_cart_rule_product_rule_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_cart_rule_product_rule_value` ( `id_product_rule` int(10) unsigned NOT NULL, `id_item` int(10) unsigned NOT NULL, PRIMARY KEY (`id_product_rule`,`id_item`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_cart_rule_product_rule_value` -- LOCK TABLES `psa_cart_rule_product_rule_value` WRITE; /*!40000 ALTER TABLE `psa_cart_rule_product_rule_value` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_cart_rule_product_rule_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_cart_rule_shop` -- DROP TABLE IF EXISTS `psa_cart_rule_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_cart_rule_shop` ( `id_cart_rule` int(10) unsigned NOT NULL, `id_shop` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cart_rule`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_cart_rule_shop` -- LOCK TABLES `psa_cart_rule_shop` WRITE; /*!40000 ALTER TABLE `psa_cart_rule_shop` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_cart_rule_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_category` -- DROP TABLE IF EXISTS `psa_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_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=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_category` -- LOCK TABLES `psa_category` WRITE; /*!40000 ALTER TABLE `psa_category` DISABLE KEYS */; INSERT INTO `psa_category` VALUES (1,0,1,0,1,10,1,'2013-09-17 00:24:32','2013-09-17 00:24:32',0,0),(2,1,1,1,2,9,1,'2013-09-17 00:24:32','2013-09-17 00:24:32',0,1),(3,2,1,2,3,4,1,'2013-09-17 00:25:40','2013-09-17 00:25:40',0,0),(4,2,1,2,5,6,1,'2013-09-17 00:25:40','2013-09-17 00:25:40',0,0),(5,2,1,2,7,8,1,'2013-09-17 00:25:40','2013-09-17 00:25:40',0,0); /*!40000 ALTER TABLE `psa_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_category_group` -- DROP TABLE IF EXISTS `psa_category_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_category_group` ( `id_category` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, PRIMARY KEY (`id_category`,`id_group`), KEY `id_category` (`id_category`), KEY `id_group` (`id_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_category_group` -- LOCK TABLES `psa_category_group` WRITE; /*!40000 ALTER TABLE `psa_category_group` DISABLE KEYS */; INSERT INTO `psa_category_group` VALUES (1,0),(2,0),(2,1),(2,2),(2,3),(3,1),(3,2),(3,3),(4,1),(4,2),(4,3),(5,1),(5,2),(5,3); /*!40000 ALTER TABLE `psa_category_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_category_lang` -- DROP TABLE IF EXISTS `psa_category_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_category_lang` ( `id_category` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_lang` int(10) unsigned NOT NULL, `name` varchar(128) NOT NULL, `description` text, `link_rewrite` varchar(128) NOT NULL, `meta_title` varchar(128) default NULL, `meta_keywords` varchar(255) default NULL, `meta_description` varchar(255) default NULL, PRIMARY KEY (`id_category`,`id_shop`,`id_lang`), KEY `category_name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_category_lang` -- LOCK TABLES `psa_category_lang` WRITE; /*!40000 ALTER TABLE `psa_category_lang` DISABLE KEYS */; INSERT INTO `psa_category_lang` VALUES (1,1,1,'Root','','root','','',''),(2,1,1,'Home','','home','','',''),(3,1,1,'iPods','Now that you can buy movies from the iTunes Store and sync them to your iPod, the whole world is your theater.','music-ipods','','',''),(4,1,1,'Accessories','Wonderful accessories for your iPod','accessories-ipod','','',''),(5,1,1,'Laptops','The latest Intel processor, a bigger hard drive, plenty of memory, and even more new features all fit inside just one liberating inch. The new Mac laptops have the performance, power, and connectivity of a desktop computer. Without the desk part.','laptops','Apple laptops','Apple laptops MacBook Air','Powerful and chic Apple laptops'); /*!40000 ALTER TABLE `psa_category_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_category_product` -- DROP TABLE IF EXISTS `psa_category_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_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; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_category_product` -- LOCK TABLES `psa_category_product` WRITE; /*!40000 ALTER TABLE `psa_category_product` DISABLE KEYS */; INSERT INTO `psa_category_product` VALUES (2,1,0),(2,2,1),(2,4,2),(2,5,3),(3,1,0),(3,2,1),(3,5,2),(4,6,0),(4,7,1),(5,3,0),(5,4,1); /*!40000 ALTER TABLE `psa_category_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_category_shop` -- DROP TABLE IF EXISTS `psa_category_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_category_shop` ( `id_category` int(11) NOT NULL, `id_shop` int(11) NOT NULL, `position` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_category`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_category_shop` -- LOCK TABLES `psa_category_shop` WRITE; /*!40000 ALTER TABLE `psa_category_shop` DISABLE KEYS */; INSERT INTO `psa_category_shop` VALUES (1,1,1),(2,1,1),(3,1,1),(4,1,2),(5,1,3); /*!40000 ALTER TABLE `psa_category_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_cms` -- DROP TABLE IF EXISTS `psa_cms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_cms` ( `id_cms` int(10) unsigned NOT NULL auto_increment, `id_cms_category` int(10) unsigned NOT NULL, `position` int(10) unsigned NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_cms`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_cms` -- LOCK TABLES `psa_cms` WRITE; /*!40000 ALTER TABLE `psa_cms` DISABLE KEYS */; INSERT INTO `psa_cms` VALUES (1,1,0,1),(2,1,1,1),(3,1,2,1),(4,1,3,1),(5,1,4,1); /*!40000 ALTER TABLE `psa_cms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_cms_block` -- DROP TABLE IF EXISTS `psa_cms_block`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_cms_block` ( `id_cms_block` int(10) unsigned NOT NULL auto_increment, `id_cms_category` int(10) unsigned NOT NULL, `location` tinyint(1) unsigned NOT NULL, `position` int(10) unsigned NOT NULL default '0', `display_store` tinyint(1) unsigned NOT NULL default '1', PRIMARY KEY (`id_cms_block`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_cms_block` -- LOCK TABLES `psa_cms_block` WRITE; /*!40000 ALTER TABLE `psa_cms_block` DISABLE KEYS */; INSERT INTO `psa_cms_block` VALUES (1,1,0,0,1); /*!40000 ALTER TABLE `psa_cms_block` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_cms_block_lang` -- DROP TABLE IF EXISTS `psa_cms_block_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_cms_block_lang` ( `id_cms_block` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(40) NOT NULL default '', PRIMARY KEY (`id_cms_block`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_cms_block_lang` -- LOCK TABLES `psa_cms_block_lang` WRITE; /*!40000 ALTER TABLE `psa_cms_block_lang` DISABLE KEYS */; INSERT INTO `psa_cms_block_lang` VALUES (1,1,'Information'); /*!40000 ALTER TABLE `psa_cms_block_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_cms_block_page` -- DROP TABLE IF EXISTS `psa_cms_block_page`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_cms_block_page` ( `id_cms_block_page` int(10) unsigned NOT NULL auto_increment, `id_cms_block` int(10) unsigned NOT NULL, `id_cms` int(10) unsigned NOT NULL, `is_category` tinyint(1) unsigned NOT NULL, PRIMARY KEY (`id_cms_block_page`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_cms_block_page` -- LOCK TABLES `psa_cms_block_page` WRITE; /*!40000 ALTER TABLE `psa_cms_block_page` DISABLE KEYS */; INSERT INTO `psa_cms_block_page` VALUES (1,1,1,0),(2,1,2,0),(3,1,3,0),(4,1,4,0),(5,1,5,0); /*!40000 ALTER TABLE `psa_cms_block_page` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_cms_block_shop` -- DROP TABLE IF EXISTS `psa_cms_block_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_cms_block_shop` ( `id_cms_block` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL, PRIMARY KEY (`id_cms_block`,`id_shop`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_cms_block_shop` -- LOCK TABLES `psa_cms_block_shop` WRITE; /*!40000 ALTER TABLE `psa_cms_block_shop` DISABLE KEYS */; INSERT INTO `psa_cms_block_shop` VALUES (1,1); /*!40000 ALTER TABLE `psa_cms_block_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_cms_category` -- DROP TABLE IF EXISTS `psa_cms_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_cms_category` ( `id_cms_category` int(10) unsigned NOT NULL auto_increment, `id_parent` int(10) unsigned NOT NULL, `level_depth` tinyint(3) 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', PRIMARY KEY (`id_cms_category`), KEY `category_parent` (`id_parent`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_cms_category` -- LOCK TABLES `psa_cms_category` WRITE; /*!40000 ALTER TABLE `psa_cms_category` DISABLE KEYS */; INSERT INTO `psa_cms_category` VALUES (1,0,1,1,'2013-09-17 00:24:32','2013-09-17 00:24:32',0); /*!40000 ALTER TABLE `psa_cms_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_cms_category_lang` -- DROP TABLE IF EXISTS `psa_cms_category_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_cms_category_lang` ( `id_cms_category` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(128) NOT NULL, `description` text, `link_rewrite` varchar(128) NOT NULL, `meta_title` varchar(128) default NULL, `meta_keywords` varchar(255) default NULL, `meta_description` varchar(255) default NULL, PRIMARY KEY (`id_cms_category`,`id_lang`), KEY `category_name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_cms_category_lang` -- LOCK TABLES `psa_cms_category_lang` WRITE; /*!40000 ALTER TABLE `psa_cms_category_lang` DISABLE KEYS */; INSERT INTO `psa_cms_category_lang` VALUES (1,1,'Home','','home','','',''); /*!40000 ALTER TABLE `psa_cms_category_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_cms_lang` -- DROP TABLE IF EXISTS `psa_cms_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_cms_lang` ( `id_cms` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `meta_title` varchar(128) NOT NULL, `meta_description` varchar(255) default NULL, `meta_keywords` varchar(255) default NULL, `content` longtext, `link_rewrite` varchar(128) NOT NULL, PRIMARY KEY (`id_cms`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_cms_lang` -- LOCK TABLES `psa_cms_lang` WRITE; /*!40000 ALTER TABLE `psa_cms_lang` DISABLE KEYS */; INSERT INTO `psa_cms_lang` VALUES (1,1,'Delivery','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','<h2>Shipments and returns</h2><h3>Your pack shipment</h3><p>Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.</p><p>Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.<br /><br />Boxes are amply sized and your items are well-protected.</p>','delivery'),(2,1,'Legal Notice','Legal notice','notice, legal, credits','<h2>Legal</h2><h3>Credits</h3><p>Concept and production:</p><p>This Web site was created using <a href=\"http://www.prestashop.com\">PrestaShop</a>™ open-source software.</p>','legal-notice'),(3,1,'Terms and conditions of use','Our terms and conditions of use','conditions, terms, use, sell','<h2>Your terms and conditions of use</h2><h3>Rule 1</h3><p>Here is the rule 1 content</p>\r\n<h3>Rule 2</h3><p>Here is the rule 2 content</p>\r\n<h3>Rule 3</h3><p>Here is the rule 3 content</p>','terms-and-conditions-of-use'),(4,1,'About us','Learn more about us','about us, informations','<h2>About us</h2>\r\n<h3>Our company</h3><p>Our company</p>\r\n<h3>Our team</h3><p>Our team</p>\r\n<h3>Informations</h3><p>Informations</p>','about-us'),(5,1,'Secure payment','Our secure payment mean','secure payment, ssl, visa, mastercard, paypal','<h2>Secure payment</h2>\r\n<h3>Our secure payment</h3><p>With SSL</p>\r\n<h3>Using Visa/Mastercard/Paypal</h3><p>About this services</p>','secure-payment'); /*!40000 ALTER TABLE `psa_cms_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_cms_shop` -- DROP TABLE IF EXISTS `psa_cms_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_cms_shop` ( `id_cms` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_cms`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_cms_shop` -- LOCK TABLES `psa_cms_shop` WRITE; /*!40000 ALTER TABLE `psa_cms_shop` DISABLE KEYS */; INSERT INTO `psa_cms_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1); /*!40000 ALTER TABLE `psa_cms_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_compare` -- DROP TABLE IF EXISTS `psa_compare`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_compare` ( `id_compare` int(10) unsigned NOT NULL auto_increment, `id_customer` int(10) unsigned NOT NULL, PRIMARY KEY (`id_compare`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_compare` -- LOCK TABLES `psa_compare` WRITE; /*!40000 ALTER TABLE `psa_compare` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_compare` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_compare_product` -- DROP TABLE IF EXISTS `psa_compare_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_compare_product` ( `id_compare` int(10) unsigned NOT NULL, `id_product` int(10) unsigned NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_compare`,`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_compare_product` -- LOCK TABLES `psa_compare_product` WRITE; /*!40000 ALTER TABLE `psa_compare_product` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_compare_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_condition` -- DROP TABLE IF EXISTS `psa_condition`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_condition` ( `id_condition` int(11) NOT NULL auto_increment, `id_ps_condition` int(11) NOT NULL, `type` enum('configuration','install','sql') NOT NULL, `request` text, `operator` varchar(32) default NULL, `value` varchar(64) default NULL, `result` varchar(64) default NULL, `calculation_type` enum('hook','time') default NULL, `calculation_detail` varchar(64) default NULL, `validated` tinyint(1) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_condition`,`id_ps_condition`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_condition` -- LOCK TABLES `psa_condition` WRITE; /*!40000 ALTER TABLE `psa_condition` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_condition` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_condition_advice` -- DROP TABLE IF EXISTS `psa_condition_advice`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_condition_advice` ( `id_condition` int(11) NOT NULL, `id_advice` int(11) NOT NULL, `display` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_condition`,`id_advice`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_condition_advice` -- LOCK TABLES `psa_condition_advice` WRITE; /*!40000 ALTER TABLE `psa_condition_advice` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_condition_advice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_condition_badge` -- DROP TABLE IF EXISTS `psa_condition_badge`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_condition_badge` ( `id_condition` int(11) NOT NULL, `id_badge` int(11) NOT NULL, PRIMARY KEY (`id_condition`,`id_badge`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_condition_badge` -- LOCK TABLES `psa_condition_badge` WRITE; /*!40000 ALTER TABLE `psa_condition_badge` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_condition_badge` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_configuration` -- DROP TABLE IF EXISTS `psa_configuration`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_configuration` ( `id_configuration` int(10) unsigned NOT NULL auto_increment, `id_shop_group` int(11) unsigned default NULL, `id_shop` int(11) unsigned default NULL, `name` varchar(32) NOT NULL, `value` text, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_configuration`), KEY `name` (`name`), KEY `id_shop` (`id_shop`), KEY `id_shop_group` (`id_shop_group`) ) ENGINE=MyISAM AUTO_INCREMENT=266 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_configuration` -- LOCK TABLES `psa_configuration` WRITE; /*!40000 ALTER TABLE `psa_configuration` DISABLE KEYS */; INSERT INTO `psa_configuration` VALUES (1,NULL,NULL,'PS_LANG_DEFAULT','1','2013-09-17 00:24:18','2013-09-17 00:24:18'),(2,NULL,NULL,'PS_CARRIER_DEFAULT','1','2013-09-17 00:24:32','2013-09-17 00:24:32'),(3,NULL,NULL,'PS_GROUP_FEATURE_ACTIVE','1','2013-09-17 00:24:32','2013-09-17 00:24:32'),(4,NULL,NULL,'PS_SEARCH_INDEXATION','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(5,NULL,NULL,'PS_ONE_PHONE_AT_LEAST','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,NULL,NULL,'PS_CURRENCY_DEFAULT','1','0000-00-00 00:00:00','2013-09-17 00:25:10'),(7,NULL,NULL,'PS_COUNTRY_DEFAULT','21','0000-00-00 00:00:00','2013-09-17 00:25:03'),(8,NULL,NULL,'PS_REWRITING_SETTINGS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(9,NULL,NULL,'PS_ORDER_OUT_OF_STOCK','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(10,NULL,NULL,'PS_LAST_QTIES','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(11,NULL,NULL,'PS_CART_REDIRECT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(12,NULL,NULL,'PS_HELPBOX','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(13,NULL,NULL,'PS_CONDITIONS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(14,NULL,NULL,'PS_RECYCLABLE_PACK','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(15,NULL,NULL,'PS_GIFT_WRAPPING','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(16,NULL,NULL,'PS_GIFT_WRAPPING_PRICE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(17,NULL,NULL,'PS_STOCK_MANAGEMENT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(18,NULL,NULL,'PS_NAVIGATION_PIPE','>','0000-00-00 00:00:00','0000-00-00 00:00:00'),(19,NULL,NULL,'PS_PRODUCTS_PER_PAGE','10','0000-00-00 00:00:00','0000-00-00 00:00:00'),(20,NULL,NULL,'PS_PURCHASE_MINIMUM','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(21,NULL,NULL,'PS_PRODUCTS_ORDER_WAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(22,NULL,NULL,'PS_PRODUCTS_ORDER_BY','4','0000-00-00 00:00:00','0000-00-00 00:00:00'),(23,NULL,NULL,'PS_DISPLAY_QTIES','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(24,NULL,NULL,'PS_SHIPPING_HANDLING','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(25,NULL,NULL,'PS_SHIPPING_FREE_PRICE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(26,NULL,NULL,'PS_SHIPPING_FREE_WEIGHT','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(27,NULL,NULL,'PS_SHIPPING_METHOD','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(28,NULL,NULL,'PS_TAX','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(29,NULL,NULL,'PS_SHOP_ENABLE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(30,NULL,NULL,'PS_NB_DAYS_NEW_PRODUCT','20','0000-00-00 00:00:00','0000-00-00 00:00:00'),(31,NULL,NULL,'PS_SSL_ENABLED','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(32,NULL,NULL,'PS_WEIGHT_UNIT','lb','0000-00-00 00:00:00','2013-09-17 00:25:05'),(33,NULL,NULL,'PS_BLOCK_CART_AJAX','1','0000-00-00 00:00:00','2013-09-17 00:25:15'),(34,NULL,NULL,'PS_ORDER_RETURN','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(35,NULL,NULL,'PS_ORDER_RETURN_NB_DAYS','7','0000-00-00 00:00:00','0000-00-00 00:00:00'),(36,NULL,NULL,'PS_MAIL_TYPE','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(37,NULL,NULL,'PS_PRODUCT_PICTURE_MAX_SIZE','8388608','0000-00-00 00:00:00','0000-00-00 00:00:00'),(38,NULL,NULL,'PS_PRODUCT_PICTURE_WIDTH','64','0000-00-00 00:00:00','0000-00-00 00:00:00'),(39,NULL,NULL,'PS_PRODUCT_PICTURE_HEIGHT','64','0000-00-00 00:00:00','0000-00-00 00:00:00'),(40,NULL,NULL,'PS_INVOICE_PREFIX','IN','0000-00-00 00:00:00','0000-00-00 00:00:00'),(41,NULL,NULL,'PS_INVOICE_NUMBER','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(42,NULL,NULL,'PS_DELIVERY_PREFIX','DE','0000-00-00 00:00:00','0000-00-00 00:00:00'),(43,NULL,NULL,'PS_DELIVERY_NUMBER','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(44,NULL,NULL,'PS_INVOICE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(45,NULL,NULL,'PS_PASSWD_TIME_BACK','360','0000-00-00 00:00:00','0000-00-00 00:00:00'),(46,NULL,NULL,'PS_PASSWD_TIME_FRONT','360','0000-00-00 00:00:00','0000-00-00 00:00:00'),(47,NULL,NULL,'PS_DISP_UNAVAILABLE_ATTR','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(48,NULL,NULL,'PS_SEARCH_MINWORDLEN','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(49,NULL,NULL,'PS_SEARCH_BLACKLIST','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(50,NULL,NULL,'PS_SEARCH_WEIGHT_PNAME','6','0000-00-00 00:00:00','0000-00-00 00:00:00'),(51,NULL,NULL,'PS_SEARCH_WEIGHT_REF','10','0000-00-00 00:00:00','0000-00-00 00:00:00'),(52,NULL,NULL,'PS_SEARCH_WEIGHT_SHORTDESC','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(53,NULL,NULL,'PS_SEARCH_WEIGHT_DESC','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(54,NULL,NULL,'PS_SEARCH_WEIGHT_CNAME','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(55,NULL,NULL,'PS_SEARCH_WEIGHT_MNAME','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(56,NULL,NULL,'PS_SEARCH_WEIGHT_TAG','4','0000-00-00 00:00:00','0000-00-00 00:00:00'),(57,NULL,NULL,'PS_SEARCH_WEIGHT_ATTRIBUTE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(58,NULL,NULL,'PS_SEARCH_WEIGHT_FEATURE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(59,NULL,NULL,'PS_SEARCH_AJAX','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(60,NULL,NULL,'PS_TIMEZONE','US/Eastern','0000-00-00 00:00:00','2013-09-17 00:25:03'),(61,NULL,NULL,'PS_THEME_V11','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(62,NULL,NULL,'PRESTASTORE_LIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(63,NULL,NULL,'PS_TIN_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(64,NULL,NULL,'PS_SHOW_ALL_MODULES','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(65,NULL,NULL,'PS_BACKUP_ALL','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(66,NULL,NULL,'PS_1_3_UPDATE_DATE','2011-12-27 10:20:42','0000-00-00 00:00:00','0000-00-00 00:00:00'),(67,NULL,NULL,'PS_PRICE_ROUND_MODE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(68,NULL,NULL,'PS_1_3_2_UPDATE_DATE','2011-12-27 10:20:42','0000-00-00 00:00:00','0000-00-00 00:00:00'),(69,NULL,NULL,'PS_CONDITIONS_CMS_ID','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(70,NULL,NULL,'TRACKING_DIRECT_TRAFFIC','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(71,NULL,NULL,'PS_META_KEYWORDS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(72,NULL,NULL,'PS_DISPLAY_JQZOOM','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(73,NULL,NULL,'PS_VOLUME_UNIT','gal','0000-00-00 00:00:00','2013-09-17 00:25:05'),(74,NULL,NULL,'PS_CIPHER_ALGORITHM','1','0000-00-00 00:00:00','2013-09-17 00:25:03'),(75,NULL,NULL,'PS_ATTRIBUTE_CATEGORY_DISPLAY','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(76,NULL,NULL,'PS_CUSTOMER_SERVICE_FILE_UPLOAD','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(77,NULL,NULL,'PS_CUSTOMER_SERVICE_SIGNATURE','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(78,NULL,NULL,'PS_BLOCK_BESTSELLERS_DISPLAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(79,NULL,NULL,'PS_BLOCK_NEWPRODUCTS_DISPLAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(80,NULL,NULL,'PS_BLOCK_SPECIALS_DISPLAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(81,NULL,NULL,'PS_STOCK_MVT_REASON_DEFAULT','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(82,NULL,NULL,'PS_COMPARATOR_MAX_ITEM','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(83,NULL,NULL,'PS_ORDER_PROCESS_TYPE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(84,NULL,NULL,'PS_SPECIFIC_PRICE_PRIORITIES','id_shop;id_currency;id_country;id_group','0000-00-00 00:00:00','0000-00-00 00:00:00'),(85,NULL,NULL,'PS_TAX_DISPLAY','0','0000-00-00 00:00:00','2013-09-17 00:25:05'),(86,NULL,NULL,'PS_SMARTY_FORCE_COMPILE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(87,NULL,NULL,'PS_DISTANCE_UNIT','mi','0000-00-00 00:00:00','2013-09-17 00:25:05'),(88,NULL,NULL,'PS_STORES_DISPLAY_CMS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(89,NULL,NULL,'PS_STORES_DISPLAY_FOOTER','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(90,NULL,NULL,'PS_STORES_SIMPLIFIED','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(91,NULL,NULL,'SHOP_LOGO_WIDTH','209','0000-00-00 00:00:00','2013-09-17 00:25:03'),(92,NULL,NULL,'SHOP_LOGO_HEIGHT','52','0000-00-00 00:00:00','2013-09-17 00:25:03'),(93,NULL,NULL,'EDITORIAL_IMAGE_WIDTH','530','0000-00-00 00:00:00','0000-00-00 00:00:00'),(94,NULL,NULL,'EDITORIAL_IMAGE_HEIGHT','228','0000-00-00 00:00:00','0000-00-00 00:00:00'),(95,NULL,NULL,'PS_STATSDATA_CUSTOMER_PAGESVIEWS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(96,NULL,NULL,'PS_STATSDATA_PAGESVIEWS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(97,NULL,NULL,'PS_STATSDATA_PLUGINS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(98,NULL,NULL,'PS_GEOLOCATION_ENABLED','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(99,NULL,NULL,'PS_ALLOWED_COUNTRIES','AF;ZA;AX;AL;DZ;DE;AD;AO;AI;AQ;AG;AN;SA;AR;AM;AW;AU;AT;AZ;BS;BH;BD;BB;BY;BE;BZ;BJ;BM;BT;BO;BA;BW;BV;BR;BN;BG;BF;MM;BI;KY;KH;CM;CA;CV;CF;CL;CN;CX;CY;CC;CO;KM;CG;CD;CK;KR;KP;CR;CI;HR;CU;DK;DJ;DM;EG;IE;SV;AE;EC;ER;ES;EE;ET;FK;FO;FJ;FI;FR;GA;GM;GE;GS;GH;GI;GR;GD;GL;GP;GU;GT;GG;GN;GQ;GW;GY;GF;HT;HM;HN;HK;HU;IM;MU;VG;VI;IN;ID;IR;IQ;IS;IL;IT;JM;JP;JE;JO;KZ;KE;KG;KI;KW;LA;LS;LV;LB;LR;LY;LI;LT;LU;MO;MK;MG;MY;MW;MV;ML;MT;MP;MA;MH;MQ;MR;YT;MX;FM;MD;MC;MN;ME;MS;MZ;NA;NR;NP;NI;NE;NG;NU;NF;NO;NC;NZ;IO;OM;UG;UZ;PK;PW;PS;PA;PG;PY;NL;PE;PH;PN;PL;PF;PR;PT;QA;DO;CZ;RE;RO;GB;RU;RW;EH;BL;KN;SM;MF;PM;VA;VC;LC;SB;WS;AS;ST;SN;RS;SC;SL;SG;SK;SI;SO;SD;LK;SE;CH;SR;SJ;SZ;SY;TJ;TW;TZ;TD;TF;TH;TL;TG;TK;TO;TT;TN;TM;TC;TR;TV;UA;UY;US;VU;VE;VN;WF;YE;ZM;ZW','0000-00-00 00:00:00','0000-00-00 00:00:00'),(100,NULL,NULL,'PS_GEOLOCATION_BEHAVIOR','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(101,NULL,NULL,'PS_LOCALE_LANGUAGE','en','0000-00-00 00:00:00','2013-09-17 00:25:03'),(102,NULL,NULL,'PS_LOCALE_COUNTRY','us','0000-00-00 00:00:00','2013-09-17 00:25:03'),(103,NULL,NULL,'PS_ATTACHMENT_MAXIMUM_SIZE','8','0000-00-00 00:00:00','0000-00-00 00:00:00'),(104,NULL,NULL,'PS_SMARTY_CACHE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(105,NULL,NULL,'PS_DIMENSION_UNIT','in','0000-00-00 00:00:00','2013-09-17 00:25:05'),(106,NULL,NULL,'PS_GUEST_CHECKOUT_ENABLED','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(107,NULL,NULL,'PS_DISPLAY_SUPPLIERS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(108,NULL,NULL,'PS_CATALOG_MODE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(109,NULL,NULL,'PS_GEOLOCATION_WHITELIST','127;209.185.108;209.185.253;209.85.238;209.85.238.11;209.85.238.4;216.239.33.96;216.239.33.97;216.239.33.98;216.239.33.99;216.239.37.98;216.239.37.99;216.239.39.98;216.239.39.99;216.239.41.96;216.239.41.97;216.239.41.98;216.239.41.99;216.239.45.4;216.239.46;216.239.51.96;216.239.51.97;216.239.51.98;216.239.51.99;216.239.53.98;216.239.53.99;216.239.57.96;216.239.57.97;216.239.57.98;216.239.57.99;216.239.59.98;216.239.59.99;216.33.229.163;64.233.173.193;64.233.173.194;64.233.173.195;64.233.173.196;64.233.173.197;64.233.173.198;64.233.173.199;64.233.173.200;64.233.173.201;64.233.173.202;64.233.173.203;64.233.173.204;64.233.173.205;64.233.173.206;64.233.173.207;64.233.173.208;64.233.173.209;64.233.173.210;64.233.173.211;64.233.173.212;64.233.173.213;64.233.173.214;64.233.173.215;64.233.173.216;64.233.173.217;64.233.173.218;64.233.173.219;64.233.173.220;64.233.173.221;64.233.173.222;64.233.173.223;64.233.173.224;64.233.173.225;64.233.173.226;64.233.173.227;64.233.173.228;64.233.173.229;64.233.173.230;64.233.173.231;64.233.173.232;64.233.173.233;64.233.173.234;64.233.173.235;64.233.173.236;64.233.173.237;64.233.173.238;64.233.173.239;64.233.173.240;64.233.173.241;64.233.173.242;64.233.173.243;64.233.173.244;64.233.173.245;64.233.173.246;64.233.173.247;64.233.173.248;64.233.173.249;64.233.173.250;64.233.173.251;64.233.173.252;64.233.173.253;64.233.173.254;64.233.173.255;64.68.80;64.68.81;64.68.82;64.68.83;64.68.84;64.68.85;64.68.86;64.68.87;64.68.88;64.68.89;64.68.90.1;64.68.90.10;64.68.90.11;64.68.90.12;64.68.90.129;64.68.90.13;64.68.90.130;64.68.90.131;64.68.90.132;64.68.90.133;64.68.90.134;64.68.90.135;64.68.90.136;64.68.90.137;64.68.90.138;64.68.90.139;64.68.90.14;64.68.90.140;64.68.90.141;64.68.90.142;64.68.90.143;64.68.90.144;64.68.90.145;64.68.90.146;64.68.90.147;64.68.90.148;64.68.90.149;64.68.90.15;64.68.90.150;64.68.90.151;64.68.90.152;64.68.90.153;64.68.90.154;64.68.90.155;64.68.90.156;64.68.90.157;64.68.90.158;64.68.90.159;64.68.90.16;64.68.90.160;64.68.90.161;64.68.90.162;64.68.90.163;64.68.90.164;64.68.90.165;64.68.90.166;64.68.90.167;64.68.90.168;64.68.90.169;64.68.90.17;64.68.90.170;64.68.90.171;64.68.90.172;64.68.90.173;64.68.90.174;64.68.90.175;64.68.90.176;64.68.90.177;64.68.90.178;64.68.90.179;64.68.90.18;64.68.90.180;64.68.90.181;64.68.90.182;64.68.90.183;64.68.90.184;64.68.90.185;64.68.90.186;64.68.90.187;64.68.90.188;64.68.90.189;64.68.90.19;64.68.90.190;64.68.90.191;64.68.90.192;64.68.90.193;64.68.90.194;64.68.90.195;64.68.90.196;64.68.90.197;64.68.90.198;64.68.90.199;64.68.90.2;64.68.90.20;64.68.90.200;64.68.90.201;64.68.90.202;64.68.90.203;64.68.90.204;64.68.90.205;64.68.90.206;64.68.90.207;64.68.90.208;64.68.90.21;64.68.90.22;64.68.90.23;64.68.90.24;64.68.90.25;64.68.90.26;64.68.90.27;64.68.90.28;64.68.90.29;64.68.90.3;64.68.90.30;64.68.90.31;64.68.90.32;64.68.90.33;64.68.90.34;64.68.90.35;64.68.90.36;64.68.90.37;64.68.90.38;64.68.90.39;64.68.90.4;64.68.90.40;64.68.90.41;64.68.90.42;64.68.90.43;64.68.90.44;64.68.90.45;64.68.90.46;64.68.90.47;64.68.90.48;64.68.90.49;64.68.90.5;64.68.90.50;64.68.90.51;64.68.90.52;64.68.90.53;64.68.90.54;64.68.90.55;64.68.90.56;64.68.90.57;64.68.90.58;64.68.90.59;64.68.90.6;64.68.90.60;64.68.90.61;64.68.90.62;64.68.90.63;64.68.90.64;64.68.90.65;64.68.90.66;64.68.90.67;64.68.90.68;64.68.90.69;64.68.90.7;64.68.90.70;64.68.90.71;64.68.90.72;64.68.90.73;64.68.90.74;64.68.90.75;64.68.90.76;64.68.90.77;64.68.90.78;64.68.90.79;64.68.90.8;64.68.90.80;64.68.90.9;64.68.91;64.68.92;66.249.64;66.249.65;66.249.66;66.249.67;66.249.68;66.249.69;66.249.70;66.249.71;66.249.72;66.249.73;66.249.78;66.249.79;72.14.199;8.6.48','0000-00-00 00:00:00','0000-00-00 00:00:00'),(110,NULL,NULL,'PS_LOGS_BY_EMAIL','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(111,NULL,NULL,'PS_COOKIE_CHECKIP','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(112,NULL,NULL,'PS_STORES_CENTER_LAT','25.948969','0000-00-00 00:00:00','0000-00-00 00:00:00'),(113,NULL,NULL,'PS_STORES_CENTER_LONG','-80.226439','0000-00-00 00:00:00','0000-00-00 00:00:00'),(114,NULL,NULL,'PS_USE_ECOTAX','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(115,NULL,NULL,'PS_CANONICAL_REDIRECT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(116,NULL,NULL,'PS_IMG_UPDATE_TIME','1324977642','0000-00-00 00:00:00','0000-00-00 00:00:00'),(117,NULL,NULL,'PS_BACKUP_DROP_TABLE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(118,NULL,NULL,'PS_OS_CHEQUE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(119,NULL,NULL,'PS_OS_PAYMENT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(120,NULL,NULL,'PS_OS_PREPARATION','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(121,NULL,NULL,'PS_OS_SHIPPING','4','0000-00-00 00:00:00','0000-00-00 00:00:00'),(122,NULL,NULL,'PS_OS_DELIVERED','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(123,NULL,NULL,'PS_OS_CANCELED','6','0000-00-00 00:00:00','0000-00-00 00:00:00'),(124,NULL,NULL,'PS_OS_REFUND','7','0000-00-00 00:00:00','0000-00-00 00:00:00'),(125,NULL,NULL,'PS_OS_ERROR','8','0000-00-00 00:00:00','0000-00-00 00:00:00'),(126,NULL,NULL,'PS_OS_OUTOFSTOCK','9','0000-00-00 00:00:00','0000-00-00 00:00:00'),(127,NULL,NULL,'PS_OS_BANKWIRE','10','0000-00-00 00:00:00','0000-00-00 00:00:00'),(128,NULL,NULL,'PS_OS_PAYPAL','11','0000-00-00 00:00:00','0000-00-00 00:00:00'),(129,NULL,NULL,'PS_OS_WS_PAYMENT','12','0000-00-00 00:00:00','0000-00-00 00:00:00'),(130,NULL,NULL,'PS_LEGACY_IMAGES','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(131,NULL,NULL,'PS_IMAGE_QUALITY','jpg','0000-00-00 00:00:00','0000-00-00 00:00:00'),(132,NULL,NULL,'PS_PNG_QUALITY','7','0000-00-00 00:00:00','0000-00-00 00:00:00'),(133,NULL,NULL,'PS_JPEG_QUALITY','90','0000-00-00 00:00:00','0000-00-00 00:00:00'),(134,NULL,NULL,'PS_COOKIE_LIFETIME_FO','480','0000-00-00 00:00:00','0000-00-00 00:00:00'),(135,NULL,NULL,'PS_COOKIE_LIFETIME_BO','480','0000-00-00 00:00:00','0000-00-00 00:00:00'),(136,NULL,NULL,'PS_RESTRICT_DELIVERED_COUNTRIES','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(137,NULL,NULL,'PS_SHOW_NEW_ORDERS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(138,NULL,NULL,'PS_SHOW_NEW_CUSTOMERS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(139,NULL,NULL,'PS_SHOW_NEW_MESSAGES','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(140,NULL,NULL,'PS_FEATURE_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(141,NULL,NULL,'PS_COMBINATION_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(142,NULL,NULL,'PS_SPECIFIC_PRICE_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(143,NULL,NULL,'PS_SCENE_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(144,NULL,NULL,'PS_VIRTUAL_PROD_FEATURE_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(145,NULL,NULL,'PS_CUSTOMIZATION_FEATURE_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(146,NULL,NULL,'PS_CART_RULE_FEATURE_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(147,NULL,NULL,'PS_PACK_FEATURE_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(148,NULL,NULL,'PS_ALIAS_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(149,NULL,NULL,'PS_TAX_ADDRESS_TYPE','id_address_delivery','0000-00-00 00:00:00','0000-00-00 00:00:00'),(150,NULL,NULL,'PS_SHOP_DEFAULT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(151,NULL,NULL,'PS_CARRIER_DEFAULT_SORT','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(152,NULL,NULL,'PS_STOCK_MVT_INC_REASON_DEFAULT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(153,NULL,NULL,'PS_STOCK_MVT_DEC_REASON_DEFAULT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(154,NULL,NULL,'PS_ADVANCED_STOCK_MANAGEMENT','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(155,NULL,NULL,'PS_ADMINREFRESH_NOTIFICATION','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(156,NULL,NULL,'PS_STOCK_MVT_TRANSFER_TO','7','0000-00-00 00:00:00','0000-00-00 00:00:00'),(157,NULL,NULL,'PS_STOCK_MVT_TRANSFER_FROM','6','0000-00-00 00:00:00','0000-00-00 00:00:00'),(158,NULL,NULL,'PS_CARRIER_DEFAULT_ORDER','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(159,NULL,NULL,'PS_STOCK_MVT_SUPPLY_ORDER','8','0000-00-00 00:00:00','0000-00-00 00:00:00'),(160,NULL,NULL,'PS_STOCK_CUSTOMER_ORDER_REASON','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(161,NULL,NULL,'PS_UNIDENTIFIED_GROUP','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(162,NULL,NULL,'PS_GUEST_GROUP','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(163,NULL,NULL,'PS_CUSTOMER_GROUP','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(164,NULL,NULL,'PS_SMARTY_CONSOLE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(165,NULL,NULL,'PS_INVOICE_MODEL','invoice','0000-00-00 00:00:00','0000-00-00 00:00:00'),(166,NULL,NULL,'PS_LIMIT_UPLOAD_IMAGE_VALUE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(167,NULL,NULL,'PS_LIMIT_UPLOAD_FILE_VALUE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(168,NULL,NULL,'MB_PAY_TO_EMAIL','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(169,NULL,NULL,'MB_SECRET_WORD','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(170,NULL,NULL,'MB_HIDE_LOGIN','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(171,NULL,NULL,'MB_ID_LOGO','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(172,NULL,NULL,'MB_ID_LOGO_WALLET','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(173,NULL,NULL,'MB_PARAMETERS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(174,NULL,NULL,'MB_PARAMETERS_2','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(175,NULL,NULL,'MB_DISPLAY_MODE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(176,NULL,NULL,'MB_CANCEL_URL','http://www.yoursite.com','0000-00-00 00:00:00','0000-00-00 00:00:00'),(177,NULL,NULL,'MB_LOCAL_METHODS','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(178,NULL,NULL,'MB_INTER_METHODS','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(179,NULL,NULL,'BANK_WIRE_CURRENCIES','2,1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(180,NULL,NULL,'CHEQUE_CURRENCIES','2,1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(181,NULL,NULL,'PRODUCTS_VIEWED_NBR','2','0000-00-00 00:00:00','2013-09-17 00:25:17'),(182,NULL,NULL,'BLOCK_CATEG_DHTML','1','0000-00-00 00:00:00','2013-09-17 00:25:16'),(183,NULL,NULL,'BLOCK_CATEG_MAX_DEPTH','4','0000-00-00 00:00:00','2013-09-17 00:25:16'),(184,NULL,NULL,'MANUFACTURER_DISPLAY_FORM','1','0000-00-00 00:00:00','2013-09-17 00:25:16'),(185,NULL,NULL,'MANUFACTURER_DISPLAY_TEXT','1','0000-00-00 00:00:00','2013-09-17 00:25:16'),(186,NULL,NULL,'MANUFACTURER_DISPLAY_TEXT_NB','5','0000-00-00 00:00:00','2013-09-17 00:25:16'),(187,NULL,NULL,'NEW_PRODUCTS_NBR','5','0000-00-00 00:00:00','2013-09-17 00:25:16'),(188,NULL,NULL,'PS_TOKEN_ENABLE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(189,NULL,NULL,'PS_STATS_RENDER','graphxmlswfcharts','0000-00-00 00:00:00','2013-09-17 00:25:17'),(190,NULL,NULL,'PS_STATS_OLD_CONNECT_AUTO_CLEAN','never','0000-00-00 00:00:00','0000-00-00 00:00:00'),(191,NULL,NULL,'PS_STATS_GRID_RENDER','gridhtml','0000-00-00 00:00:00','0000-00-00 00:00:00'),(192,NULL,NULL,'BLOCKTAGS_NBR','10','0000-00-00 00:00:00','2013-09-17 00:25:17'),(193,NULL,NULL,'CHECKUP_DESCRIPTIONS_LT','100','0000-00-00 00:00:00','0000-00-00 00:00:00'),(194,NULL,NULL,'CHECKUP_DESCRIPTIONS_GT','400','0000-00-00 00:00:00','0000-00-00 00:00:00'),(195,NULL,NULL,'CHECKUP_IMAGES_LT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(196,NULL,NULL,'CHECKUP_IMAGES_GT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(197,NULL,NULL,'CHECKUP_SALES_LT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(198,NULL,NULL,'CHECKUP_SALES_GT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(199,NULL,NULL,'CHECKUP_STOCK_LT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(200,NULL,NULL,'CHECKUP_STOCK_GT','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(201,NULL,NULL,'FOOTER_CMS','0_3|0_4','0000-00-00 00:00:00','2013-09-17 00:25:16'),(202,NULL,NULL,'FOOTER_BLOCK_ACTIVATION','0_3|0_4','0000-00-00 00:00:00','2013-09-17 00:25:16'),(203,NULL,NULL,'FOOTER_POWEREDBY','1','0000-00-00 00:00:00','2013-09-17 00:25:16'),(204,NULL,NULL,'BLOCKADVERT_LINK','http://www.prestashop.com','0000-00-00 00:00:00','2013-09-17 00:25:15'),(205,NULL,NULL,'BLOCKSTORE_IMG','store.jpg','0000-00-00 00:00:00','0000-00-00 00:00:00'),(206,NULL,NULL,'BLOCKADVERT_IMG_EXT','jpg','0000-00-00 00:00:00','0000-00-00 00:00:00'),(207,NULL,NULL,'MOD_BLOCKTOPMENU_ITEMS','CAT2,CAT3,CAT4','0000-00-00 00:00:00','2013-09-17 00:25:17'),(208,NULL,NULL,'MOD_BLOCKTOPMENU_SEARCH','','0000-00-00 00:00:00','2013-09-17 00:25:17'),(209,NULL,NULL,'blocksocial_facebook','http://www.facebook.com/prestashop','0000-00-00 00:00:00','2013-09-17 00:25:16'),(210,NULL,NULL,'blocksocial_twitter','http://www.twitter.com/prestashop','0000-00-00 00:00:00','2013-09-17 00:25:16'),(211,NULL,NULL,'blocksocial_rss','http://www.prestashop.com/blog/en/feed/','0000-00-00 00:00:00','2013-09-17 00:25:16'),(212,NULL,NULL,'blockcontactinfos_company','My Company','0000-00-00 00:00:00','2013-09-17 00:25:16'),(213,NULL,NULL,'blockcontactinfos_address','42 avenue des Champs Elysées\n75000 Paris\nFrance','0000-00-00 00:00:00','2013-09-17 00:25:16'),(214,NULL,NULL,'blockcontactinfos_phone','0123-456-789','0000-00-00 00:00:00','2013-09-17 00:25:16'),(215,NULL,NULL,'blockcontactinfos_email','sales@yourcompany.com','0000-00-00 00:00:00','2013-09-17 00:25:16'),(216,NULL,NULL,'blockcontact_telnumber','0123-456-789','0000-00-00 00:00:00','2013-09-17 00:25:16'),(217,NULL,NULL,'blockcontact_email','sales@yourcompany.com','0000-00-00 00:00:00','2013-09-17 00:25:16'),(218,NULL,NULL,'SUPPLIER_DISPLAY_TEXT','1','0000-00-00 00:00:00','2013-09-17 00:25:17'),(219,NULL,NULL,'SUPPLIER_DISPLAY_TEXT_NB','5','0000-00-00 00:00:00','2013-09-17 00:25:17'),(220,NULL,NULL,'SUPPLIER_DISPLAY_FORM','1','0000-00-00 00:00:00','2013-09-17 00:25:17'),(221,NULL,NULL,'BLOCK_CATEG_NBR_COLUMN_FOOTER','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(222,NULL,NULL,'UPGRADER_BACKUPDB_FILENAME','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(223,NULL,NULL,'UPGRADER_BACKUPFILES_FILENAME','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(224,NULL,NULL,'blockreinsurance_nbblocks','5','0000-00-00 00:00:00','2013-09-17 00:25:16'),(225,NULL,NULL,'HOMESLIDER_WIDTH','535','0000-00-00 00:00:00','0000-00-00 00:00:00'),(226,NULL,NULL,'HOMESLIDER_HEIGHT','300','0000-00-00 00:00:00','0000-00-00 00:00:00'),(227,NULL,NULL,'HOMESLIDER_SPEED','500','0000-00-00 00:00:00','2013-09-17 00:25:18'),(228,NULL,NULL,'HOMESLIDER_PAUSE','3000','0000-00-00 00:00:00','2013-09-17 00:25:18'),(229,NULL,NULL,'PS_VERSION_DB','1.5.5.0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(230,NULL,NULL,'PS_BASE_DISTANCE_UNIT','ft','0000-00-00 00:00:00','2013-09-17 00:25:05'),(231,NULL,NULL,'PS_SHOP_DOMAIN','convictcartel.com','0000-00-00 00:00:00','2013-09-17 00:25:03'),(232,NULL,NULL,'PS_SHOP_DOMAIN_SSL','convictcartel.com','0000-00-00 00:00:00','2013-09-17 00:25:03'),(233,NULL,NULL,'PS_INSTALL_VERSION','1.5.5.0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(234,NULL,NULL,'PS_SHOP_NAME','Enigmatic Concept','0000-00-00 00:00:00','2013-09-17 00:25:03'),(235,NULL,NULL,'PS_SHOP_EMAIL','convictcartel@yahoo.com','0000-00-00 00:00:00','2013-09-17 00:25:10'),(236,NULL,NULL,'PS_MAIL_METHOD','1','0000-00-00 00:00:00','2013-09-17 00:25:03'),(237,NULL,NULL,'PS_SHOP_ACTIVITY','9','0000-00-00 00:00:00','2013-09-17 00:25:03'),(238,NULL,NULL,'PS_LOGO','logo.jpg','0000-00-00 00:00:00','0000-00-00 00:00:00'),(239,NULL,NULL,'PS_FAVICON','favicon.ico','0000-00-00 00:00:00','0000-00-00 00:00:00'),(240,NULL,NULL,'PS_STORES_ICON','logo_stores.gif','0000-00-00 00:00:00','0000-00-00 00:00:00'),(241,NULL,NULL,'PS_ROOT_CATEGORY','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(242,NULL,NULL,'PS_HOME_CATEGORY','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(243,NULL,NULL,'PS_CONFIGURATION_AGREMENT','0','0000-00-00 00:00:00','2013-09-17 00:25:03'),(244,NULL,NULL,'PS_MAIL_SERVER',NULL,'0000-00-00 00:00:00','2013-09-17 00:25:03'),(245,NULL,NULL,'PS_MAIL_USER','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(246,NULL,NULL,'PS_MAIL_PASSWD','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(247,NULL,NULL,'PS_MAIL_SMTP_ENCRYPTION',NULL,'0000-00-00 00:00:00','2013-09-17 00:25:03'),(248,NULL,NULL,'PS_MAIL_SMTP_PORT','0','0000-00-00 00:00:00','2013-09-17 00:25:03'),(249,NULL,NULL,'PS_MAIL_COLOR','#db3484','0000-00-00 00:00:00','0000-00-00 00:00:00'),(250,NULL,NULL,'NW_SALT','MRpxP0Ioro3O4WNY','0000-00-00 00:00:00','2013-09-17 00:25:16'),(251,NULL,NULL,'PS_PAYMENT_LOGO_CMS_ID','0','0000-00-00 00:00:00','2013-09-17 00:25:16'),(252,NULL,NULL,'HOME_FEATURED_NBR','8','0000-00-00 00:00:00','2013-09-17 00:25:18'),(253,NULL,NULL,'SEK_MIN_OCCURENCES','1','0000-00-00 00:00:00','2013-09-17 00:25:18'),(254,NULL,NULL,'SEK_FILTER_KW','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(255,NULL,NULL,'PS_ALLOW_MOBILE_DEVICE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(256,NULL,NULL,'PS_CUSTOMER_CREATION_EMAIL','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(257,NULL,NULL,'PS_SMARTY_CONSOLE_KEY','SMARTY_DEBUG','0000-00-00 00:00:00','0000-00-00 00:00:00'),(258,NULL,NULL,'BLOCKADVERT_TITLE','PrestaShop','2013-09-17 00:25:15','2013-09-17 00:25:15'),(259,NULL,NULL,'CUSTPRIV_MESSAGE',NULL,'2013-09-17 00:25:16','2013-09-17 00:25:16'),(260,NULL,NULL,'BLOCKSPECIALS_NB_CACHES','20','2013-09-17 00:25:17','2013-09-17 00:25:17'),(261,NULL,NULL,'HOMESLIDER_LOOP','1','2013-09-17 00:25:18','2013-09-17 00:25:18'),(262,NULL,NULL,'GF_INSTALL_CALC','0','2013-09-17 00:25:30','2013-09-17 00:25:30'),(263,NULL,NULL,'GF_CURRENT_LEVEL','1','2013-09-17 00:25:30','2013-09-17 00:25:30'),(264,NULL,NULL,'GF_CURRENT_LEVEL_PERCENT','0','2013-09-17 00:25:30','2013-09-17 00:25:30'),(265,NULL,NULL,'GF_NOTIFICATION','0','2013-09-17 00:25:30','2013-09-17 00:25:30'); /*!40000 ALTER TABLE `psa_configuration` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_configuration_lang` -- DROP TABLE IF EXISTS `psa_configuration_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_configuration_lang` ( `id_configuration` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `value` text, `date_upd` datetime default NULL, PRIMARY KEY (`id_configuration`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_configuration_lang` -- LOCK TABLES `psa_configuration_lang` WRITE; /*!40000 ALTER TABLE `psa_configuration_lang` DISABLE KEYS */; INSERT INTO `psa_configuration_lang` VALUES (40,1,'IN',NULL),(42,1,'DE',NULL),(49,1,'a|the|of|on|in|and|to',NULL),(71,1,'0',NULL),(77,1,'Dear Customer,\r\n\r\nRegards,\r\nCustomer service',NULL),(259,1,'The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the "My Account" page. ','2013-09-17 00:25:16'); /*!40000 ALTER TABLE `psa_configuration_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_connections` -- DROP TABLE IF EXISTS `psa_connections`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_connections` ( `id_connections` int(10) unsigned NOT NULL auto_increment, `id_shop_group` int(11) unsigned NOT NULL default '1', `id_shop` int(11) unsigned NOT NULL default '1', `id_guest` int(10) unsigned NOT NULL, `id_page` int(10) unsigned NOT NULL, `ip_address` bigint(20) default NULL, `date_add` datetime NOT NULL, `http_referer` varchar(255) default NULL, PRIMARY KEY (`id_connections`), KEY `id_guest` (`id_guest`), KEY `date_add` (`date_add`), KEY `id_page` (`id_page`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_connections` -- LOCK TABLES `psa_connections` WRITE; /*!40000 ALTER TABLE `psa_connections` DISABLE KEYS */; INSERT INTO `psa_connections` VALUES (1,1,1,1,1,2130706433,'2013-09-17 00:25:41','http://www.prestashop.com'); /*!40000 ALTER TABLE `psa_connections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_connections_page` -- DROP TABLE IF EXISTS `psa_connections_page`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_connections_page` ( `id_connections` int(10) unsigned NOT NULL, `id_page` int(10) unsigned NOT NULL, `time_start` datetime NOT NULL, `time_end` datetime default NULL, PRIMARY KEY (`id_connections`,`id_page`,`time_start`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_connections_page` -- LOCK TABLES `psa_connections_page` WRITE; /*!40000 ALTER TABLE `psa_connections_page` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_connections_page` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_connections_source` -- DROP TABLE IF EXISTS `psa_connections_source`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_connections_source` ( `id_connections_source` int(10) unsigned NOT NULL auto_increment, `id_connections` int(10) unsigned NOT NULL, `http_referer` varchar(255) default NULL, `request_uri` varchar(255) default NULL, `keywords` varchar(255) default NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_connections_source`), KEY `connections` (`id_connections`), KEY `orderby` (`date_add`), KEY `http_referer` (`http_referer`), KEY `request_uri` (`request_uri`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_connections_source` -- LOCK TABLES `psa_connections_source` WRITE; /*!40000 ALTER TABLE `psa_connections_source` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_connections_source` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_contact` -- DROP TABLE IF EXISTS `psa_contact`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_contact` ( `id_contact` int(10) unsigned NOT NULL auto_increment, `email` varchar(128) NOT NULL, `customer_service` tinyint(1) NOT NULL default '0', `position` tinyint(2) unsigned NOT NULL default '0', PRIMARY KEY (`id_contact`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_contact` -- LOCK TABLES `psa_contact` WRITE; /*!40000 ALTER TABLE `psa_contact` DISABLE KEYS */; INSERT INTO `psa_contact` VALUES (1,'convictcartel@yahoo.com',1,0),(2,'convictcartel@yahoo.com',1,0); /*!40000 ALTER TABLE `psa_contact` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_contact_lang` -- DROP TABLE IF EXISTS `psa_contact_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_contact_lang` ( `id_contact` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) NOT NULL, `description` text, PRIMARY KEY (`id_contact`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_contact_lang` -- LOCK TABLES `psa_contact_lang` WRITE; /*!40000 ALTER TABLE `psa_contact_lang` DISABLE KEYS */; INSERT INTO `psa_contact_lang` VALUES (1,1,'Webmaster','If a technical problem occurs on this website'),(2,1,'Customer service','For any question about a product, an order'); /*!40000 ALTER TABLE `psa_contact_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_contact_shop` -- DROP TABLE IF EXISTS `psa_contact_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_contact_shop` ( `id_contact` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_contact`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_contact_shop` -- LOCK TABLES `psa_contact_shop` WRITE; /*!40000 ALTER TABLE `psa_contact_shop` DISABLE KEYS */; INSERT INTO `psa_contact_shop` VALUES (1,1),(2,1); /*!40000 ALTER TABLE `psa_contact_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_country` -- DROP TABLE IF EXISTS `psa_country`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_country` ( `id_country` int(10) unsigned NOT NULL auto_increment, `id_zone` int(10) unsigned NOT NULL, `id_currency` int(10) unsigned NOT NULL default '0', `iso_code` varchar(3) NOT NULL, `call_prefix` int(10) NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', `contains_states` tinyint(1) NOT NULL default '0', `need_identification_number` tinyint(1) NOT NULL default '0', `need_zip_code` tinyint(1) NOT NULL default '1', `zip_code_format` varchar(12) NOT NULL default '', `display_tax_label` tinyint(1) NOT NULL, PRIMARY KEY (`id_country`), KEY `country_iso_code` (`iso_code`), KEY `country_` (`id_zone`) ) ENGINE=MyISAM AUTO_INCREMENT=245 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_country` -- LOCK TABLES `psa_country` WRITE; /*!40000 ALTER TABLE `psa_country` DISABLE KEYS */; INSERT INTO `psa_country` VALUES (1,1,0,'DE',49,0,0,0,1,'NNNNN',1),(2,1,0,'AT',43,0,0,0,1,'NNNN',1),(3,1,0,'BE',32,0,0,0,1,'NNNN',1),(4,2,0,'CA',1,0,1,0,1,'LNL NLN',0),(5,3,0,'CN',86,0,0,0,1,'NNNNNN',1),(6,1,0,'ES',34,0,0,1,1,'NNNNN',1),(7,1,0,'FI',358,0,0,0,1,'NNNNN',1),(8,1,0,'FR',33,0,0,0,1,'NNNNN',1),(9,1,0,'GR',30,0,0,0,1,'NNNNN',1),(10,1,0,'IT',39,0,1,0,1,'NNNNN',1),(11,3,0,'JP',81,0,1,0,1,'NNN-NNNN',1),(12,1,0,'LU',352,0,0,0,1,'NNNN',1),(13,1,0,'NL',31,0,0,0,1,'NNNN LL',1),(14,1,0,'PL',48,0,0,0,1,'NN-NNN',1),(15,1,0,'PT',351,0,0,0,1,'NNNN NNN',1),(16,1,0,'CZ',420,0,0,0,1,'NNN NN',1),(17,1,0,'GB',44,0,0,0,1,'',1),(18,1,0,'SE',46,0,0,0,1,'NNN NN',1),(19,7,0,'CH',41,0,0,0,1,'NNNN',1),(20,1,0,'DK',45,0,0,0,1,'NNNN',1),(21,2,0,'US',1,1,1,0,1,'NNNNN',0),(22,3,0,'HK',852,0,0,0,0,'',1),(23,7,0,'NO',47,0,0,0,1,'NNNN',1),(24,5,0,'AU',61,0,0,0,1,'NNNN',1),(25,3,0,'SG',65,0,0,0,1,'NNNNNN',1),(26,1,0,'IE',353,0,0,0,1,'',1),(27,5,0,'NZ',64,0,0,0,1,'NNNN',1),(28,3,0,'KR',82,0,0,0,1,'NNN-NNN',1),(29,3,0,'IL',972,0,0,0,1,'NNNNN',1),(30,4,0,'ZA',27,0,0,0,1,'NNNN',1),(31,4,0,'NG',234,0,0,0,1,'',1),(32,4,0,'CI',225,0,0,0,1,'',1),(33,4,0,'TG',228,0,0,0,1,'',1),(34,6,0,'BO',591,0,0,0,1,'',1),(35,4,0,'MU',230,0,0,0,1,'',1),(36,1,0,'RO',40,0,0,0,1,'NNNNNN',1),(37,1,0,'SK',421,0,0,0,1,'NNN NN',1),(38,4,0,'DZ',213,0,0,0,1,'NNNNN',1),(39,2,0,'AS',0,0,0,0,1,'',1),(40,7,0,'AD',376,0,0,0,1,'CNNN',1),(41,4,0,'AO',244,0,0,0,0,'',1),(42,8,0,'AI',0,0,0,0,1,'',1),(43,2,0,'AG',0,0,0,0,1,'',1),(44,6,0,'AR',54,0,1,0,1,'LNNNN',1),(45,3,0,'AM',374,0,0,0,1,'NNNN',1),(46,8,0,'AW',297,0,0,0,1,'',1),(47,3,0,'AZ',994,0,0,0,1,'CNNNN',1),(48,2,0,'BS',0,0,0,0,1,'',1),(49,3,0,'BH',973,0,0,0,1,'',1),(50,3,0,'BD',880,0,0,0,1,'NNNN',1),(51,2,0,'BB',0,0,0,0,1,'CNNNNN',1),(52,7,0,'BY',0,0,0,0,1,'NNNNNN',1),(53,8,0,'BZ',501,0,0,0,0,'',1),(54,4,0,'BJ',229,0,0,0,0,'',1),(55,2,0,'BM',0,0,0,0,1,'',1),(56,3,0,'BT',975,0,0,0,1,'',1),(57,4,0,'BW',267,0,0,0,1,'',1),(58,6,0,'BR',55,0,0,0,1,'NNNNN-NNN',1),(59,3,0,'BN',673,0,0,0,1,'LLNNNN',1),(60,4,0,'BF',226,0,0,0,1,'',1),(61,3,0,'MM',95,0,0,0,1,'',1),(62,4,0,'BI',257,0,0,0,1,'',1),(63,3,0,'KH',855,0,0,0,1,'NNNNN',1),(64,4,0,'CM',237,0,0,0,1,'',1),(65,4,0,'CV',238,0,0,0,1,'NNNN',1),(66,4,0,'CF',236,0,0,0,1,'',1),(67,4,0,'TD',235,0,0,0,1,'',1),(68,6,0,'CL',56,0,0,0,1,'NNN-NNNN',1),(69,6,0,'CO',57,0,0,0,1,'NNNNNN',1),(70,4,0,'KM',269,0,0,0,1,'',1),(71,4,0,'CD',242,0,0,0,1,'',1),(72,4,0,'CG',243,0,0,0,1,'',1),(73,8,0,'CR',506,0,0,0,1,'NNNNN',1),(74,7,0,'HR',385,0,0,0,1,'NNNNN',1),(75,8,0,'CU',53,0,0,0,1,'',1),(76,1,0,'CY',357,0,0,0,1,'NNNN',1),(77,4,0,'DJ',253,0,0,0,1,'',1),(78,8,0,'DM',0,0,0,0,1,'',1),(79,8,0,'DO',0,0,0,0,1,'',1),(80,3,0,'TL',670,0,0,0,1,'',1),(81,6,0,'EC',593,0,0,0,1,'CNNNNNN',1),(82,4,0,'EG',20,0,0,0,0,'',1),(83,8,0,'SV',503,0,0,0,1,'',1),(84,4,0,'GQ',240,0,0,0,1,'',1),(85,4,0,'ER',291,0,0,0,1,'',1),(86,1,0,'EE',372,0,0,0,1,'NNNNN',1),(87,4,0,'ET',251,0,0,0,1,'',1),(88,8,0,'FK',0,0,0,0,1,'LLLL NLL',1),(89,7,0,'FO',298,0,0,0,1,'',1),(90,5,0,'FJ',679,0,0,0,1,'',1),(91,4,0,'GA',241,0,0,0,1,'',1),(92,4,0,'GM',220,0,0,0,1,'',1),(93,3,0,'GE',995,0,0,0,1,'NNNN',1),(94,4,0,'GH',233,0,0,0,1,'',1),(95,8,0,'GD',0,0,0,0,1,'',1),(96,7,0,'GL',299,0,0,0,1,'',1),(97,7,0,'GI',350,0,0,0,1,'',1),(98,8,0,'GP',590,0,0,0,1,'',1),(99,5,0,'GU',0,0,0,0,1,'',1),(100,8,0,'GT',502,0,0,0,1,'',1),(101,7,0,'GG',0,0,0,0,1,'LLN NLL',1),(102,4,0,'GN',224,0,0,0,1,'',1),(103,4,0,'GW',245,0,0,0,1,'',1),(104,6,0,'GY',592,0,0,0,1,'',1),(105,8,0,'HT',509,0,0,0,1,'',1),(106,5,0,'HM',0,0,0,0,1,'',1),(107,7,0,'VA',379,0,0,0,1,'NNNNN',1),(108,8,0,'HN',504,0,0,0,1,'',1),(109,7,0,'IS',354,0,0,0,1,'NNN',1),(110,3,0,'IN',91,0,0,0,1,'NNN NNN',1),(111,3,0,'ID',62,0,1,0,1,'NNNNN',1),(112,3,0,'IR',98,0,0,0,1,'NNNNN-NNNNN',1),(113,3,0,'IQ',964,0,0,0,1,'NNNNN',1),(114,7,0,'IM',0,0,0,0,1,'CN NLL',1),(115,8,0,'JM',0,0,0,0,1,'',1),(116,7,0,'JE',0,0,0,0,1,'CN NLL',1),(117,3,0,'JO',962,0,0,0,1,'',1),(118,3,0,'KZ',7,0,0,0,1,'NNNNNN',1),(119,4,0,'KE',254,0,0,0,1,'',1),(120,5,0,'KI',686,0,0,0,1,'',1),(121,3,0,'KP',850,0,0,0,1,'',1),(122,3,0,'KW',965,0,0,0,1,'',1),(123,3,0,'KG',996,0,0,0,1,'',1),(124,3,0,'LA',856,0,0,0,1,'',1),(125,1,0,'LV',371,0,0,0,1,'C-NNNN',1),(126,3,0,'LB',961,0,0,0,1,'',1),(127,4,0,'LS',266,0,0,0,1,'',1),(128,4,0,'LR',231,0,0,0,1,'',1),(129,4,0,'LY',218,0,0,0,1,'',1),(130,1,0,'LI',423,0,0,0,1,'NNNN',1),(131,1,0,'LT',370,0,0,0,1,'NNNNN',1),(132,3,0,'MO',853,0,0,0,0,'',1),(133,7,0,'MK',389,0,0,0,1,'',1),(134,4,0,'MG',261,0,0,0,1,'',1),(135,4,0,'MW',265,0,0,0,1,'',1),(136,3,0,'MY',60,0,0,0,1,'NNNNN',1),(137,3,0,'MV',960,0,0,0,1,'',1),(138,4,0,'ML',223,0,0,0,1,'',1),(139,1,0,'MT',356,0,0,0,1,'LLL NNNN',1),(140,5,0,'MH',692,0,0,0,1,'',1),(141,8,0,'MQ',596,0,0,0,1,'',1),(142,4,0,'MR',222,0,0,0,1,'',1),(143,1,0,'HU',36,0,0,0,1,'NNNN',1),(144,4,0,'YT',262,0,0,0,1,'',1),(145,2,0,'MX',52,0,1,1,1,'NNNNN',1),(146,5,0,'FM',691,0,0,0,1,'',1),(147,7,0,'MD',373,0,0,0,1,'C-NNNN',1),(148,7,0,'MC',377,0,0,0,1,'980NN',1),(149,3,0,'MN',976,0,0,0,1,'',1),(150,7,0,'ME',382,0,0,0,1,'NNNNN',1),(151,8,0,'MS',0,0,0,0,1,'',1),(152,4,0,'MA',212,0,0,0,1,'NNNNN',1),(153,4,0,'MZ',258,0,0,0,1,'',1),(154,4,0,'NA',264,0,0,0,1,'',1),(155,5,0,'NR',674,0,0,0,1,'',1),(156,3,0,'NP',977,0,0,0,1,'',1),(157,8,0,'AN',599,0,0,0,1,'',1),(158,5,0,'NC',687,0,0,0,1,'',1),(159,8,0,'NI',505,0,0,0,1,'NNNNNN',1),(160,4,0,'NE',227,0,0,0,1,'',1),(161,5,0,'NU',683,0,0,0,1,'',1),(162,5,0,'NF',0,0,0,0,1,'',1),(163,5,0,'MP',0,0,0,0,1,'',1),(164,3,0,'OM',968,0,0,0,1,'',1),(165,3,0,'PK',92,0,0,0,1,'',1),(166,5,0,'PW',680,0,0,0,1,'',1),(167,3,0,'PS',0,0,0,0,1,'',1),(168,8,0,'PA',507,0,0,0,1,'NNNNNN',1),(169,5,0,'PG',675,0,0,0,1,'',1),(170,6,0,'PY',595,0,0,0,1,'',1),(171,6,0,'PE',51,0,0,0,1,'',1),(172,3,0,'PH',63,0,0,0,1,'NNNN',1),(173,5,0,'PN',0,0,0,0,1,'LLLL NLL',1),(174,8,0,'PR',0,0,0,0,1,'NNNNN',1),(175,3,0,'QA',974,0,0,0,1,'',1),(176,4,0,'RE',262,0,0,0,1,'',1),(177,7,0,'RU',7,0,0,0,1,'NNNNNN',1),(178,4,0,'RW',250,0,0,0,1,'',1),(179,8,0,'BL',0,0,0,0,1,'',1),(180,8,0,'KN',0,0,0,0,1,'',1),(181,8,0,'LC',0,0,0,0,1,'',1),(182,8,0,'MF',0,0,0,0,1,'',1),(183,8,0,'PM',508,0,0,0,1,'',1),(184,8,0,'VC',0,0,0,0,1,'',1),(185,5,0,'WS',685,0,0,0,1,'',1),(186,7,0,'SM',378,0,0,0,1,'NNNNN',1),(187,4,0,'ST',239,0,0,0,1,'',1),(188,3,0,'SA',966,0,0,0,1,'',1),(189,4,0,'SN',221,0,0,0,1,'',1),(190,7,0,'RS',381,0,0,0,1,'NNNNN',1),(191,4,0,'SC',248,0,0,0,1,'',1),(192,4,0,'SL',232,0,0,0,1,'',1),(193,1,0,'SI',386,0,0,0,1,'C-NNNN',1),(194,5,0,'SB',677,0,0,0,1,'',1),(195,4,0,'SO',252,0,0,0,1,'',1),(196,8,0,'GS',0,0,0,0,1,'LLLL NLL',1),(197,3,0,'LK',94,0,0,0,1,'NNNNN',1),(198,4,0,'SD',249,0,0,0,1,'',1),(199,8,0,'SR',597,0,0,0,1,'',1),(200,7,0,'SJ',0,0,0,0,1,'',1),(201,4,0,'SZ',268,0,0,0,1,'',1),(202,3,0,'SY',963,0,0,0,1,'',1),(203,3,0,'TW',886,0,0,0,1,'NNNNN',1),(204,3,0,'TJ',992,0,0,0,1,'',1),(205,4,0,'TZ',255,0,0,0,1,'',1),(206,3,0,'TH',66,0,0,0,1,'NNNNN',1),(207,5,0,'TK',690,0,0,0,1,'',1),(208,5,0,'TO',676,0,0,0,1,'',1),(209,6,0,'TT',0,0,0,0,1,'',1),(210,4,0,'TN',216,0,0,0,1,'',1),(211,7,0,'TR',90,0,0,0,1,'NNNNN',1),(212,3,0,'TM',993,0,0,0,1,'',1),(213,8,0,'TC',0,0,0,0,1,'LLLL NLL',1),(214,5,0,'TV',688,0,0,0,1,'',1),(215,4,0,'UG',256,0,0,0,1,'',1),(216,1,0,'UA',380,0,0,0,1,'NNNNN',1),(217,3,0,'AE',971,0,0,0,1,'',1),(218,6,0,'UY',598,0,0,0,1,'',1),(219,3,0,'UZ',998,0,0,0,1,'',1),(220,5,0,'VU',678,0,0,0,1,'',1),(221,6,0,'VE',58,0,0,0,1,'',1),(222,3,0,'VN',84,0,0,0,1,'NNNNNN',1),(223,2,0,'VG',0,0,0,0,1,'CNNNN',1),(224,2,0,'VI',0,0,0,0,1,'',1),(225,5,0,'WF',681,0,0,0,1,'',1),(226,4,0,'EH',0,0,0,0,1,'',1),(227,3,0,'YE',967,0,0,0,1,'',1),(228,4,0,'ZM',260,0,0,0,1,'',1),(229,4,0,'ZW',263,0,0,0,1,'',1),(230,7,0,'AL',355,0,0,0,1,'NNNN',1),(231,3,0,'AF',93,0,0,0,0,'',1),(232,5,0,'AQ',0,0,0,0,1,'',1),(233,1,0,'BA',387,0,0,0,1,'',1),(234,5,0,'BV',0,0,0,0,1,'',1),(235,5,0,'IO',0,0,0,0,1,'LLLL NLL',1),(236,1,0,'BG',359,0,0,0,1,'NNNN',1),(237,8,0,'KY',0,0,0,0,1,'',1),(238,3,0,'CX',0,0,0,0,1,'',1),(239,3,0,'CC',0,0,0,0,1,'',1),(240,5,0,'CK',682,0,0,0,1,'',1),(241,6,0,'GF',594,0,0,0,1,'',1),(242,5,0,'PF',689,0,0,0,1,'',1),(243,5,0,'TF',0,0,0,0,1,'',1),(244,7,0,'AX',0,0,0,0,1,'NNNNN',1); /*!40000 ALTER TABLE `psa_country` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_country_lang` -- DROP TABLE IF EXISTS `psa_country_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_country_lang` ( `id_country` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`id_country`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_country_lang` -- LOCK TABLES `psa_country_lang` WRITE; /*!40000 ALTER TABLE `psa_country_lang` DISABLE KEYS */; INSERT INTO `psa_country_lang` VALUES (1,1,'Germany'),(2,1,'Austria'),(3,1,'Belgium'),(4,1,'Canada'),(5,1,'China'),(6,1,'Spain'),(7,1,'Finland'),(8,1,'France'),(9,1,'Greece'),(10,1,'Italy'),(11,1,'Japan'),(12,1,'Luxemburg'),(13,1,'Netherlands'),(14,1,'Poland'),(15,1,'Portugal'),(16,1,'Czech Republic'),(17,1,'United Kingdom'),(18,1,'Sweden'),(19,1,'Switzerland'),(20,1,'Denmark'),(21,1,'United States'),(22,1,'HongKong'),(23,1,'Norway'),(24,1,'Australia'),(25,1,'Singapore'),(26,1,'Ireland'),(27,1,'New Zealand'),(28,1,'South Korea'),(29,1,'Israel'),(30,1,'South Africa'),(31,1,'Nigeria'),(32,1,'Ivory Coast'),(33,1,'Togo'),(34,1,'Bolivia'),(35,1,'Mauritius'),(36,1,'Romania'),(37,1,'Slovakia'),(38,1,'Algeria'),(39,1,'American Samoa'),(40,1,'Andorra'),(41,1,'Angola'),(42,1,'Anguilla'),(43,1,'Antigua and Barbuda'),(44,1,'Argentina'),(45,1,'Armenia'),(46,1,'Aruba'),(47,1,'Azerbaijan'),(48,1,'Bahamas'),(49,1,'Bahrain'),(50,1,'Bangladesh'),(51,1,'Barbados'),(52,1,'Belarus'),(53,1,'Belize'),(54,1,'Benin'),(55,1,'Bermuda'),(56,1,'Bhutan'),(57,1,'Botswana'),(58,1,'Brazil'),(59,1,'Brunei'),(60,1,'Burkina Faso'),(61,1,'Burma (Myanmar)'),(62,1,'Burundi'),(63,1,'Cambodia'),(64,1,'Cameroon'),(65,1,'Cape Verde'),(66,1,'Central African Republic'),(67,1,'Chad'),(68,1,'Chile'),(69,1,'Colombia'),(70,1,'Comoros'),(71,1,'Congo, Dem. Republic'),(72,1,'Congo, Republic'),(73,1,'Costa Rica'),(74,1,'Croatia'),(75,1,'Cuba'),(76,1,'Cyprus'),(77,1,'Djibouti'),(78,1,'Dominica'),(79,1,'Dominican Republic'),(80,1,'East Timor'),(81,1,'Ecuador'),(82,1,'Egypt'),(83,1,'El Salvador'),(84,1,'Equatorial Guinea'),(85,1,'Eritrea'),(86,1,'Estonia'),(87,1,'Ethiopia'),(88,1,'Falkland Islands'),(89,1,'Faroe Islands'),(90,1,'Fiji'),(91,1,'Gabon'),(92,1,'Gambia'),(93,1,'Georgia'),(94,1,'Ghana'),(95,1,'Grenada'),(96,1,'Greenland'),(97,1,'Gibraltar'),(98,1,'Guadeloupe'),(99,1,'Guam'),(100,1,'Guatemala'),(101,1,'Guernsey'),(102,1,'Guinea'),(103,1,'Guinea-Bissau'),(104,1,'Guyana'),(105,1,'Haiti'),(106,1,'Heard Island and McDonald Islands'),(107,1,'Vatican City State'),(108,1,'Honduras'),(109,1,'Iceland'),(110,1,'India'),(111,1,'Indonesia'),(112,1,'Iran'),(113,1,'Iraq'),(114,1,'Man Island'),(115,1,'Jamaica'),(116,1,'Jersey'),(117,1,'Jordan'),(118,1,'Kazakhstan'),(119,1,'Kenya'),(120,1,'Kiribati'),(121,1,'Korea, Dem. Republic of'),(122,1,'Kuwait'),(123,1,'Kyrgyzstan'),(124,1,'Laos'),(125,1,'Latvia'),(126,1,'Lebanon'),(127,1,'Lesotho'),(128,1,'Liberia'),(129,1,'Libya'),(130,1,'Liechtenstein'),(131,1,'Lithuania'),(132,1,'Macau'),(133,1,'Macedonia'),(134,1,'Madagascar'),(135,1,'Malawi'),(136,1,'Malaysia'),(137,1,'Maldives'),(138,1,'Mali'),(139,1,'Malta'),(140,1,'Marshall Islands'),(141,1,'Martinique'),(142,1,'Mauritania'),(143,1,'Hungary'),(144,1,'Mayotte'),(145,1,'Mexico'),(146,1,'Micronesia'),(147,1,'Moldova'),(148,1,'Monaco'),(149,1,'Mongolia'),(150,1,'Montenegro'),(151,1,'Montserrat'),(152,1,'Morocco'),(153,1,'Mozambique'),(154,1,'Namibia'),(155,1,'Nauru'),(156,1,'Nepal'),(157,1,'Netherlands Antilles'),(158,1,'New Caledonia'),(159,1,'Nicaragua'),(160,1,'Niger'),(161,1,'Niue'),(162,1,'Norfolk Island'),(163,1,'Northern Mariana Islands'),(164,1,'Oman'),(165,1,'Pakistan'),(166,1,'Palau'),(167,1,'Palestinian Territories'),(168,1,'Panama'),(169,1,'Papua New Guinea'),(170,1,'Paraguay'),(171,1,'Peru'),(172,1,'Philippines'),(173,1,'Pitcairn'),(174,1,'Puerto Rico'),(175,1,'Qatar'),(176,1,'Reunion Island'),(177,1,'Russian Federation'),(178,1,'Rwanda'),(179,1,'Saint Barthelemy'),(180,1,'Saint Kitts and Nevis'),(181,1,'Saint Lucia'),(182,1,'Saint Martin'),(183,1,'Saint Pierre and Miquelon'),(184,1,'Saint Vincent and the Grenadines'),(185,1,'Samoa'),(186,1,'San Marino'),(187,1,'São Tomé and Príncipe'),(188,1,'Saudi Arabia'),(189,1,'Senegal'),(190,1,'Serbia'),(191,1,'Seychelles'),(192,1,'Sierra Leone'),(193,1,'Slovenia'),(194,1,'Solomon Islands'),(195,1,'Somalia'),(196,1,'South Georgia and the South Sandwich Islands'),(197,1,'Sri Lanka'),(198,1,'Sudan'),(199,1,'Suriname'),(200,1,'Svalbard and Jan Mayen'),(201,1,'Swaziland'),(202,1,'Syria'),(203,1,'Taiwan'),(204,1,'Tajikistan'),(205,1,'Tanzania'),(206,1,'Thailand'),(207,1,'Tokelau'),(208,1,'Tonga'),(209,1,'Trinidad and Tobago'),(210,1,'Tunisia'),(211,1,'Turkey'),(212,1,'Turkmenistan'),(213,1,'Turks and Caicos Islands'),(214,1,'Tuvalu'),(215,1,'Uganda'),(216,1,'Ukraine'),(217,1,'United Arab Emirates'),(218,1,'Uruguay'),(219,1,'Uzbekistan'),(220,1,'Vanuatu'),(221,1,'Venezuela'),(222,1,'Vietnam'),(223,1,'Virgin Islands (British)'),(224,1,'Virgin Islands (U.S.)'),(225,1,'Wallis and Futuna'),(226,1,'Western Sahara'),(227,1,'Yemen'),(228,1,'Zambia'),(229,1,'Zimbabwe'),(230,1,'Albania'),(231,1,'Afghanistan'),(232,1,'Antarctica'),(233,1,'Bosnia and Herzegovina'),(234,1,'Bouvet Island'),(235,1,'British Indian Ocean Territory'),(236,1,'Bulgaria'),(237,1,'Cayman Islands'),(238,1,'Christmas Island'),(239,1,'Cocos (Keeling) Islands'),(240,1,'Cook Islands'),(241,1,'French Guiana'),(242,1,'French Polynesia'),(243,1,'French Southern Territories'),(244,1,'Åland Islands'); /*!40000 ALTER TABLE `psa_country_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_country_shop` -- DROP TABLE IF EXISTS `psa_country_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_country_shop` ( `id_country` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_country`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_country_shop` -- LOCK TABLES `psa_country_shop` WRITE; /*!40000 ALTER TABLE `psa_country_shop` DISABLE KEYS */; INSERT INTO `psa_country_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1),(9,1),(10,1),(11,1),(12,1),(13,1),(14,1),(15,1),(16,1),(17,1),(18,1),(19,1),(20,1),(21,1),(22,1),(23,1),(24,1),(25,1),(26,1),(27,1),(28,1),(29,1),(30,1),(31,1),(32,1),(33,1),(34,1),(35,1),(36,1),(37,1),(38,1),(39,1),(40,1),(41,1),(42,1),(43,1),(44,1),(45,1),(46,1),(47,1),(48,1),(49,1),(50,1),(51,1),(52,1),(53,1),(54,1),(55,1),(56,1),(57,1),(58,1),(59,1),(60,1),(61,1),(62,1),(63,1),(64,1),(65,1),(66,1),(67,1),(68,1),(69,1),(70,1),(71,1),(72,1),(73,1),(74,1),(75,1),(76,1),(77,1),(78,1),(79,1),(80,1),(81,1),(82,1),(83,1),(84,1),(85,1),(86,1),(87,1),(88,1),(89,1),(90,1),(91,1),(92,1),(93,1),(94,1),(95,1),(96,1),(97,1),(98,1),(99,1),(100,1),(101,1),(102,1),(103,1),(104,1),(105,1),(106,1),(107,1),(108,1),(109,1),(110,1),(111,1),(112,1),(113,1),(114,1),(115,1),(116,1),(117,1),(118,1),(119,1),(120,1),(121,1),(122,1),(123,1),(124,1),(125,1),(126,1),(127,1),(128,1),(129,1),(130,1),(131,1),(132,1),(133,1),(134,1),(135,1),(136,1),(137,1),(138,1),(139,1),(140,1),(141,1),(142,1),(143,1),(144,1),(145,1),(146,1),(147,1),(148,1),(149,1),(150,1),(151,1),(152,1),(153,1),(154,1),(155,1),(156,1),(157,1),(158,1),(159,1),(160,1),(161,1),(162,1),(163,1),(164,1),(165,1),(166,1),(167,1),(168,1),(169,1),(170,1),(171,1),(172,1),(173,1),(174,1),(175,1),(176,1),(177,1),(178,1),(179,1),(180,1),(181,1),(182,1),(183,1),(184,1),(185,1),(186,1),(187,1),(188,1),(189,1),(190,1),(191,1),(192,1),(193,1),(194,1),(195,1),(196,1),(197,1),(198,1),(199,1),(200,1),(201,1),(202,1),(203,1),(204,1),(205,1),(206,1),(207,1),(208,1),(209,1),(210,1),(211,1),(212,1),(213,1),(214,1),(215,1),(216,1),(217,1),(218,1),(219,1),(220,1),(221,1),(222,1),(223,1),(224,1),(225,1),(226,1),(227,1),(228,1),(229,1),(230,1),(231,1),(232,1),(233,1),(234,1),(235,1),(236,1),(237,1),(238,1),(239,1),(240,1),(241,1),(242,1),(243,1),(244,1); /*!40000 ALTER TABLE `psa_country_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_currency` -- DROP TABLE IF EXISTS `psa_currency`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_currency` ( `id_currency` int(10) unsigned NOT NULL auto_increment, `name` varchar(32) NOT NULL, `iso_code` varchar(3) NOT NULL default '0', `iso_code_num` varchar(3) NOT NULL default '0', `sign` varchar(8) NOT NULL, `blank` tinyint(1) unsigned NOT NULL default '0', `format` tinyint(1) unsigned NOT NULL default '0', `decimals` tinyint(1) unsigned NOT NULL default '1', `conversion_rate` decimal(13,6) NOT NULL, `deleted` tinyint(1) unsigned NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '1', PRIMARY KEY (`id_currency`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_currency` -- LOCK TABLES `psa_currency` WRITE; /*!40000 ALTER TABLE `psa_currency` DISABLE KEYS */; INSERT INTO `psa_currency` VALUES (1,'Dollar','USD','840','$',0,1,1,'1.000000',0,1); /*!40000 ALTER TABLE `psa_currency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_currency_shop` -- DROP TABLE IF EXISTS `psa_currency_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_currency_shop` ( `id_currency` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, `conversion_rate` decimal(13,6) NOT NULL, PRIMARY KEY (`id_currency`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_currency_shop` -- LOCK TABLES `psa_currency_shop` WRITE; /*!40000 ALTER TABLE `psa_currency_shop` DISABLE KEYS */; INSERT INTO `psa_currency_shop` VALUES (1,1,'1.000000'); /*!40000 ALTER TABLE `psa_currency_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_customer` -- DROP TABLE IF EXISTS `psa_customer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_customer` ( `id_customer` int(10) unsigned NOT NULL auto_increment, `id_shop_group` int(11) unsigned NOT NULL default '1', `id_shop` int(11) unsigned NOT NULL default '1', `id_gender` int(10) unsigned NOT NULL, `id_default_group` int(10) unsigned NOT NULL default '1', `id_lang` int(10) unsigned default NULL, `id_risk` int(10) unsigned NOT NULL default '1', `company` varchar(64) default NULL, `siret` varchar(14) default NULL, `ape` varchar(5) default NULL, `firstname` varchar(32) NOT NULL, `lastname` varchar(32) NOT NULL, `email` varchar(128) NOT NULL, `passwd` varchar(32) NOT NULL, `last_passwd_gen` timestamp NOT NULL default CURRENT_TIMESTAMP, `birthday` date default NULL, `newsletter` tinyint(1) unsigned NOT NULL default '0', `ip_registration_newsletter` varchar(15) default NULL, `newsletter_date_add` datetime default NULL, `optin` tinyint(1) unsigned NOT NULL default '0', `website` varchar(128) default NULL, `outstanding_allow_amount` decimal(20,6) NOT NULL default '0.000000', `show_public_prices` tinyint(1) unsigned NOT NULL default '0', `max_payment_days` int(10) unsigned NOT NULL default '60', `secure_key` varchar(32) NOT NULL default '-1', `note` text, `active` tinyint(1) unsigned NOT NULL default '0', `is_guest` tinyint(1) NOT NULL default '0', `deleted` tinyint(1) NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_customer`), KEY `customer_email` (`email`), KEY `customer_login` (`email`,`passwd`), KEY `id_customer_passwd` (`id_customer`,`passwd`), KEY `id_gender` (`id_gender`), KEY `id_shop_group` (`id_shop_group`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_customer` -- LOCK TABLES `psa_customer` WRITE; /*!40000 ALTER TABLE `psa_customer` DISABLE KEYS */; INSERT INTO `psa_customer` VALUES (1,1,1,1,3,1,0,'','','','John','DOE','pub@prestashop.com','94a975607ee12795783b927dd3bbf838','2013-09-16 22:25:41','1970-01-15',1,'','2013-09-17 00:25:41',1,'','0.000000',0,0,'d102913bcf2b8ad26e41e09008c8dbbb','',1,0,0,'2013-09-17 00:25:41','2013-09-17 00:25:41'); /*!40000 ALTER TABLE `psa_customer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_customer_group` -- DROP TABLE IF EXISTS `psa_customer_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_customer_group` ( `id_customer` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, PRIMARY KEY (`id_customer`,`id_group`), KEY `customer_login` (`id_group`), KEY `id_customer` (`id_customer`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_customer_group` -- LOCK TABLES `psa_customer_group` WRITE; /*!40000 ALTER TABLE `psa_customer_group` DISABLE KEYS */; INSERT INTO `psa_customer_group` VALUES (1,3); /*!40000 ALTER TABLE `psa_customer_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_customer_message` -- DROP TABLE IF EXISTS `psa_customer_message`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_customer_message` ( `id_customer_message` int(10) unsigned NOT NULL auto_increment, `id_customer_thread` int(11) default NULL, `id_employee` int(10) unsigned default NULL, `message` text NOT NULL, `file_name` varchar(18) default NULL, `ip_address` int(11) default NULL, `user_agent` varchar(128) default NULL, `date_add` datetime NOT NULL, `private` tinyint(4) NOT NULL default '0', `read` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_customer_message`), KEY `id_customer_thread` (`id_customer_thread`), KEY `id_employee` (`id_employee`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_customer_message` -- LOCK TABLES `psa_customer_message` WRITE; /*!40000 ALTER TABLE `psa_customer_message` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_customer_message` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_customer_message_sync_imap` -- DROP TABLE IF EXISTS `psa_customer_message_sync_imap`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_customer_message_sync_imap` ( `md5_header` varbinary(32) NOT NULL, KEY `md5_header_index` (`md5_header`(4)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_customer_message_sync_imap` -- LOCK TABLES `psa_customer_message_sync_imap` WRITE; /*!40000 ALTER TABLE `psa_customer_message_sync_imap` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_customer_message_sync_imap` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_customer_thread` -- DROP TABLE IF EXISTS `psa_customer_thread`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_customer_thread` ( `id_customer_thread` int(11) unsigned NOT NULL auto_increment, `id_shop` int(11) unsigned NOT NULL default '1', `id_lang` int(10) unsigned NOT NULL, `id_contact` int(10) unsigned NOT NULL, `id_customer` int(10) unsigned default NULL, `id_order` int(10) unsigned default NULL, `id_product` int(10) unsigned default NULL, `status` enum('open','closed','pending1','pending2') NOT NULL default 'open', `email` varchar(128) NOT NULL, `token` varchar(12) default NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_customer_thread`), KEY `id_shop` (`id_shop`), KEY `id_lang` (`id_lang`), KEY `id_contact` (`id_contact`), KEY `id_customer` (`id_customer`), KEY `id_order` (`id_order`), KEY `id_product` (`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_customer_thread` -- LOCK TABLES `psa_customer_thread` WRITE; /*!40000 ALTER TABLE `psa_customer_thread` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_customer_thread` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_customization` -- DROP TABLE IF EXISTS `psa_customization`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_customization` ( `id_customization` int(10) unsigned NOT NULL auto_increment, `id_product_attribute` int(10) unsigned NOT NULL default '0', `id_address_delivery` int(10) unsigned NOT NULL default '0', `id_cart` int(10) unsigned NOT NULL, `id_product` int(10) NOT NULL, `quantity` int(10) NOT NULL, `quantity_refunded` int(11) NOT NULL default '0', `quantity_returned` int(11) NOT NULL default '0', `in_cart` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_customization`,`id_cart`,`id_product`,`id_address_delivery`), KEY `id_product_attribute` (`id_product_attribute`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_customization` -- LOCK TABLES `psa_customization` WRITE; /*!40000 ALTER TABLE `psa_customization` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_customization` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_customization_field` -- DROP TABLE IF EXISTS `psa_customization_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_customization_field` ( `id_customization_field` int(10) unsigned NOT NULL auto_increment, `id_product` int(10) unsigned NOT NULL, `type` tinyint(1) NOT NULL, `required` tinyint(1) NOT NULL, PRIMARY KEY (`id_customization_field`), KEY `id_product` (`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_customization_field` -- LOCK TABLES `psa_customization_field` WRITE; /*!40000 ALTER TABLE `psa_customization_field` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_customization_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_customization_field_lang` -- DROP TABLE IF EXISTS `psa_customization_field_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_customization_field_lang` ( `id_customization_field` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(255) NOT NULL, PRIMARY KEY (`id_customization_field`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_customization_field_lang` -- LOCK TABLES `psa_customization_field_lang` WRITE; /*!40000 ALTER TABLE `psa_customization_field_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_customization_field_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_customized_data` -- DROP TABLE IF EXISTS `psa_customized_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_customized_data` ( `id_customization` int(10) unsigned NOT NULL, `type` tinyint(1) NOT NULL, `index` int(3) NOT NULL, `value` varchar(255) NOT NULL, PRIMARY KEY (`id_customization`,`type`,`index`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_customized_data` -- LOCK TABLES `psa_customized_data` WRITE; /*!40000 ALTER TABLE `psa_customized_data` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_customized_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_date_range` -- DROP TABLE IF EXISTS `psa_date_range`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_date_range` ( `id_date_range` int(10) unsigned NOT NULL auto_increment, `time_start` datetime NOT NULL, `time_end` datetime NOT NULL, PRIMARY KEY (`id_date_range`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_date_range` -- LOCK TABLES `psa_date_range` WRITE; /*!40000 ALTER TABLE `psa_date_range` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_date_range` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_delivery` -- DROP TABLE IF EXISTS `psa_delivery`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_delivery` ( `id_delivery` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned default NULL, `id_shop_group` int(10) unsigned default NULL, `id_carrier` int(10) unsigned NOT NULL, `id_range_price` int(10) unsigned default NULL, `id_range_weight` int(10) unsigned default NULL, `id_zone` int(10) unsigned NOT NULL, `price` decimal(20,6) NOT NULL, PRIMARY KEY (`id_delivery`), KEY `id_zone` (`id_zone`), KEY `id_carrier` (`id_carrier`,`id_zone`), KEY `id_range_price` (`id_range_price`), KEY `id_range_weight` (`id_range_weight`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_delivery` -- LOCK TABLES `psa_delivery` WRITE; /*!40000 ALTER TABLE `psa_delivery` DISABLE KEYS */; INSERT INTO `psa_delivery` VALUES (1,NULL,NULL,2,0,1,1,'5.000000'),(2,NULL,NULL,2,0,1,2,'5.000000'),(3,NULL,NULL,2,1,0,1,'5.000000'),(4,NULL,NULL,2,1,0,2,'5.000000'); /*!40000 ALTER TABLE `psa_delivery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_employee` -- DROP TABLE IF EXISTS `psa_employee`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_employee` ( `id_employee` int(10) unsigned NOT NULL auto_increment, `id_profile` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL default '0', `lastname` varchar(32) NOT NULL, `firstname` varchar(32) NOT NULL, `email` varchar(128) NOT NULL, `passwd` varchar(32) NOT NULL, `last_passwd_gen` timestamp NOT NULL default CURRENT_TIMESTAMP, `stats_date_from` date default NULL, `stats_date_to` date default NULL, `bo_color` varchar(32) default NULL, `bo_theme` varchar(32) default NULL, `default_tab` int(10) unsigned NOT NULL default '0', `bo_width` int(10) unsigned NOT NULL default '0', `bo_show_screencast` tinyint(1) NOT NULL default '1', `active` tinyint(1) unsigned NOT NULL default '0', `id_last_order` int(10) unsigned NOT NULL default '0', `id_last_customer_message` int(10) unsigned NOT NULL default '0', `id_last_customer` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_employee`), KEY `employee_login` (`email`,`passwd`), KEY `id_employee_passwd` (`id_employee`,`passwd`), KEY `id_profile` (`id_profile`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_employee` -- LOCK TABLES `psa_employee` WRITE; /*!40000 ALTER TABLE `psa_employee` DISABLE KEYS */; INSERT INTO `psa_employee` VALUES (1,1,1,'Cartel','Convict','convictcartel@yahoo.com','30085e85a3840399b6fc273d8aca78b1','2013-09-16 22:25:10','2013-09-17','2013-09-17',NULL,'default',0,0,1,1,0,0,0); /*!40000 ALTER TABLE `psa_employee` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_employee_shop` -- DROP TABLE IF EXISTS `psa_employee_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_employee_shop` ( `id_employee` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_employee`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_employee_shop` -- LOCK TABLES `psa_employee_shop` WRITE; /*!40000 ALTER TABLE `psa_employee_shop` DISABLE KEYS */; INSERT INTO `psa_employee_shop` VALUES (1,1); /*!40000 ALTER TABLE `psa_employee_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_favorite_product` -- DROP TABLE IF EXISTS `psa_favorite_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_favorite_product` ( `id_favorite_product` int(10) unsigned NOT NULL auto_increment, `id_product` int(10) unsigned NOT NULL, `id_customer` int(10) unsigned NOT NULL, `id_shop` int(10) unsigned NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_favorite_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_favorite_product` -- LOCK TABLES `psa_favorite_product` WRITE; /*!40000 ALTER TABLE `psa_favorite_product` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_favorite_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_feature` -- DROP TABLE IF EXISTS `psa_feature`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_feature` ( `id_feature` int(10) unsigned NOT NULL auto_increment, `position` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_feature`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_feature` -- LOCK TABLES `psa_feature` WRITE; /*!40000 ALTER TABLE `psa_feature` DISABLE KEYS */; INSERT INTO `psa_feature` VALUES (1,0),(2,1),(3,2),(4,3),(5,4); /*!40000 ALTER TABLE `psa_feature` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_feature_lang` -- DROP TABLE IF EXISTS `psa_feature_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_feature_lang` ( `id_feature` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(128) default NULL, PRIMARY KEY (`id_feature`,`id_lang`), KEY `id_lang` (`id_lang`,`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_feature_lang` -- LOCK TABLES `psa_feature_lang` WRITE; /*!40000 ALTER TABLE `psa_feature_lang` DISABLE KEYS */; INSERT INTO `psa_feature_lang` VALUES (1,1,'Height'),(2,1,'Width'),(3,1,'Depth'),(4,1,'Weight'),(5,1,'Headphone'); /*!40000 ALTER TABLE `psa_feature_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_feature_product` -- DROP TABLE IF EXISTS `psa_feature_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_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; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_feature_product` -- LOCK TABLES `psa_feature_product` WRITE; /*!40000 ALTER TABLE `psa_feature_product` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_feature_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_feature_shop` -- DROP TABLE IF EXISTS `psa_feature_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_feature_shop` ( `id_feature` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_feature`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_feature_shop` -- LOCK TABLES `psa_feature_shop` WRITE; /*!40000 ALTER TABLE `psa_feature_shop` DISABLE KEYS */; INSERT INTO `psa_feature_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1); /*!40000 ALTER TABLE `psa_feature_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_feature_value` -- DROP TABLE IF EXISTS `psa_feature_value`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_feature_value` ( `id_feature_value` int(10) unsigned NOT NULL auto_increment, `id_feature` int(10) unsigned NOT NULL, `custom` tinyint(3) unsigned default NULL, PRIMARY KEY (`id_feature_value`), KEY `feature` (`id_feature`) ) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_feature_value` -- LOCK TABLES `psa_feature_value` WRITE; /*!40000 ALTER TABLE `psa_feature_value` DISABLE KEYS */; INSERT INTO `psa_feature_value` VALUES (1,5,0),(2,5,0),(3,1,1),(4,2,1),(5,4,1),(6,3,1),(7,1,1),(8,2,1),(9,4,1),(10,3,1),(11,1,1),(12,2,1),(13,4,1),(14,3,1); /*!40000 ALTER TABLE `psa_feature_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_feature_value_lang` -- DROP TABLE IF EXISTS `psa_feature_value_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_feature_value_lang` ( `id_feature_value` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `value` varchar(255) default NULL, PRIMARY KEY (`id_feature_value`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_feature_value_lang` -- LOCK TABLES `psa_feature_value_lang` WRITE; /*!40000 ALTER TABLE `psa_feature_value_lang` DISABLE KEYS */; INSERT INTO `psa_feature_value_lang` VALUES (1,1,'Jack stereo'),(2,1,'Mini-jack stereo'),(3,1,'2.75 in'),(4,1,'2.06 in'),(5,1,'49.2 g'),(6,1,'0.26 in'),(7,1,'1.07 in'),(8,1,'1.62 in'),(9,1,'15.5 g'),(10,1,'0.41 in (clip included)'),(11,1,'4.33 in'),(12,1,'2.76 in'),(13,1,'120g'),(14,1,'0.31 in'); /*!40000 ALTER TABLE `psa_feature_value_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_gender` -- DROP TABLE IF EXISTS `psa_gender`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_gender` ( `id_gender` int(11) NOT NULL auto_increment, `type` tinyint(1) NOT NULL, PRIMARY KEY (`id_gender`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_gender` -- LOCK TABLES `psa_gender` WRITE; /*!40000 ALTER TABLE `psa_gender` DISABLE KEYS */; INSERT INTO `psa_gender` VALUES (1,0),(2,1),(3,1); /*!40000 ALTER TABLE `psa_gender` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_gender_lang` -- DROP TABLE IF EXISTS `psa_gender_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_gender_lang` ( `id_gender` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(20) NOT NULL, PRIMARY KEY (`id_gender`,`id_lang`), KEY `id_gender` (`id_gender`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_gender_lang` -- LOCK TABLES `psa_gender_lang` WRITE; /*!40000 ALTER TABLE `psa_gender_lang` DISABLE KEYS */; INSERT INTO `psa_gender_lang` VALUES (1,1,'Mr.'),(2,1,'Ms.'),(3,1,'Miss'); /*!40000 ALTER TABLE `psa_gender_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_group` -- DROP TABLE IF EXISTS `psa_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_group` ( `id_group` int(10) unsigned NOT NULL auto_increment, `reduction` decimal(17,2) NOT NULL default '0.00', `price_display_method` tinyint(4) NOT NULL default '0', `show_prices` tinyint(1) unsigned NOT NULL default '1', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_group`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_group` -- LOCK TABLES `psa_group` WRITE; /*!40000 ALTER TABLE `psa_group` DISABLE KEYS */; INSERT INTO `psa_group` VALUES (1,'0.00',1,1,'2013-09-17 00:24:32','2013-09-17 00:25:04'),(2,'0.00',1,1,'2013-09-17 00:24:32','2013-09-17 00:25:04'),(3,'0.00',1,1,'2013-09-17 00:24:32','2013-09-17 00:25:04'); /*!40000 ALTER TABLE `psa_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_group_lang` -- DROP TABLE IF EXISTS `psa_group_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_group_lang` ( `id_group` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`id_group`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_group_lang` -- LOCK TABLES `psa_group_lang` WRITE; /*!40000 ALTER TABLE `psa_group_lang` DISABLE KEYS */; INSERT INTO `psa_group_lang` VALUES (1,1,'Visitor'),(2,1,'Guest'),(3,1,'Customer'); /*!40000 ALTER TABLE `psa_group_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_group_reduction` -- DROP TABLE IF EXISTS `psa_group_reduction`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_group_reduction` ( `id_group_reduction` mediumint(8) unsigned NOT NULL auto_increment, `id_group` int(10) unsigned NOT NULL, `id_category` int(10) unsigned NOT NULL, `reduction` decimal(4,3) NOT NULL, PRIMARY KEY (`id_group_reduction`), UNIQUE KEY `id_group` (`id_group`,`id_category`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_group_reduction` -- LOCK TABLES `psa_group_reduction` WRITE; /*!40000 ALTER TABLE `psa_group_reduction` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_group_reduction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_group_shop` -- DROP TABLE IF EXISTS `psa_group_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_group_shop` ( `id_group` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_group`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_group_shop` -- LOCK TABLES `psa_group_shop` WRITE; /*!40000 ALTER TABLE `psa_group_shop` DISABLE KEYS */; INSERT INTO `psa_group_shop` VALUES (1,1),(2,1),(3,1); /*!40000 ALTER TABLE `psa_group_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_guest` -- DROP TABLE IF EXISTS `psa_guest`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_guest` ( `id_guest` int(10) unsigned NOT NULL auto_increment, `id_operating_system` int(10) unsigned default NULL, `id_web_browser` int(10) unsigned default NULL, `id_customer` int(10) unsigned default NULL, `javascript` tinyint(1) default '0', `screen_resolution_x` smallint(5) unsigned default NULL, `screen_resolution_y` smallint(5) unsigned default NULL, `screen_color` tinyint(3) unsigned default NULL, `sun_java` tinyint(1) default NULL, `adobe_flash` tinyint(1) default NULL, `adobe_director` tinyint(1) default NULL, `apple_quicktime` tinyint(1) default NULL, `real_player` tinyint(1) default NULL, `windows_media` tinyint(1) default NULL, `accept_language` varchar(8) default NULL, `mobile_theme` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_guest`), KEY `id_customer` (`id_customer`), KEY `id_operating_system` (`id_operating_system`), KEY `id_web_browser` (`id_web_browser`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_guest` -- LOCK TABLES `psa_guest` WRITE; /*!40000 ALTER TABLE `psa_guest` DISABLE KEYS */; INSERT INTO `psa_guest` VALUES (1,0,0,1,1,1680,1050,32,1,1,0,1,1,0,'en-us',0); /*!40000 ALTER TABLE `psa_guest` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_help_access` -- DROP TABLE IF EXISTS `psa_help_access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_help_access` ( `id_help_access` int(11) NOT NULL auto_increment, `label` varchar(45) NOT NULL, `version` varchar(8) NOT NULL, PRIMARY KEY (`id_help_access`), UNIQUE KEY `label` (`label`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_help_access` -- LOCK TABLES `psa_help_access` WRITE; /*!40000 ALTER TABLE `psa_help_access` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_help_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_homeslider` -- DROP TABLE IF EXISTS `psa_homeslider`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_homeslider` ( `id_homeslider_slides` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL, PRIMARY KEY (`id_homeslider_slides`,`id_shop`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_homeslider` -- LOCK TABLES `psa_homeslider` WRITE; /*!40000 ALTER TABLE `psa_homeslider` DISABLE KEYS */; INSERT INTO `psa_homeslider` VALUES (1,1),(2,1),(3,1),(4,1),(5,1); /*!40000 ALTER TABLE `psa_homeslider` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_homeslider_slides` -- DROP TABLE IF EXISTS `psa_homeslider_slides`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_homeslider_slides` ( `id_homeslider_slides` int(10) unsigned NOT NULL auto_increment, `position` int(10) unsigned NOT NULL default '0', `active` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_homeslider_slides`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_homeslider_slides` -- LOCK TABLES `psa_homeslider_slides` WRITE; /*!40000 ALTER TABLE `psa_homeslider_slides` DISABLE KEYS */; INSERT INTO `psa_homeslider_slides` VALUES (1,1,1),(2,2,1),(3,3,1),(4,4,1),(5,5,1); /*!40000 ALTER TABLE `psa_homeslider_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_homeslider_slides_lang` -- DROP TABLE IF EXISTS `psa_homeslider_slides_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_homeslider_slides_lang` ( `id_homeslider_slides` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `title` varchar(255) NOT NULL, `description` text NOT NULL, `legend` varchar(255) NOT NULL, `url` varchar(255) NOT NULL, `image` varchar(255) NOT NULL, PRIMARY KEY (`id_homeslider_slides`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_homeslider_slides_lang` -- LOCK TABLES `psa_homeslider_slides_lang` WRITE; /*!40000 ALTER TABLE `psa_homeslider_slides_lang` DISABLE KEYS */; INSERT INTO `psa_homeslider_slides_lang` VALUES (1,1,'Sample 1','This is a sample picture','sample-1','http://www.prestashop.com','sample-1.jpg'),(2,1,'Sample 2','This is a sample picture','sample-2','http://www.prestashop.com','sample-2.jpg'),(3,1,'Sample 3','This is a sample picture','sample-3','http://www.prestashop.com','sample-3.jpg'),(4,1,'Sample 4','This is a sample picture','sample-4','http://www.prestashop.com','sample-4.jpg'),(5,1,'Sample 5','This is a sample picture','sample-5','http://www.prestashop.com','sample-5.jpg'); /*!40000 ALTER TABLE `psa_homeslider_slides_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_hook` -- DROP TABLE IF EXISTS `psa_hook`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_hook` ( `id_hook` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `title` varchar(64) NOT NULL, `description` text, `position` tinyint(1) NOT NULL default '1', `live_edit` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_hook`), UNIQUE KEY `hook_name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=112 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_hook` -- LOCK TABLES `psa_hook` WRITE; /*!40000 ALTER TABLE `psa_hook` DISABLE KEYS */; INSERT INTO `psa_hook` VALUES (1,'displayPayment','Payment','This hook displays new elements on the payment page',1,1),(2,'actionValidateOrder','New orders','',1,0),(3,'actionPaymentConfirmation','Payment confirmation','This hook displays new elements after the payment is validated',1,0),(4,'displayPaymentReturn','Payment return','',1,0),(5,'actionUpdateQuantity','Quantity update','Quantity is updated only when a customer effectively places their order',1,0),(6,'displayRightColumn','Right column blocks','This hook displays new elements in the right-hand column',1,1),(7,'displayLeftColumn','Left column blocks','This hook displays new elements in the left-hand column',1,1),(8,'displayHome','Homepage content','This hook displays new elements on the homepage',1,1),(9,'displayHeader','Pages header','This hook displays additional elements in the header of your pages',1,0),(10,'actionCartSave','Cart creation and update','This hook is displayed when a product is added to the cart or if the cart\'s content is modified',1,0),(11,'actionAuthentication','Successful customer authentication','This hook is displayed after a customer successfully signs in',1,0),(12,'actionProductAdd','Product creation','This hook is displayed after a product is created',1,0),(13,'actionProductUpdate','Product update','This hook is displayed after a product has been updated',1,0),(14,'displayTop','Top of pages','This hook displays additional elements at the top of your pages',1,0),(15,'displayRightColumnProduct','New elements on the product page (right column)','This hook displays new elements in the right-hand column of the product page',1,0),(16,'actionProductDelete','Product deletion','This hook is called when a product is deleted',1,0),(17,'displayFooterProduct','Product footer','This hook adds new blocks under the product\'s description',1,1),(18,'displayInvoice','Invoice','This hook displays new blocks on the invoice (order)',1,0),(19,'actionOrderStatusUpdate','Order status update - Event','This hook launches modules when the status of an order changes.',1,0),(20,'displayAdminOrder','Display new elements in the Back Office, tab AdminOrder','This hook launches modules when the AdminOrder\" tab is displayed in the Back Office\"',1,0),(21,'displayFooter','Footer','This hook displays new blocks in the footer',1,0),(22,'displayPDFInvoice','PDF Invoice','This hook allows you to display additional information on PDF invoices',1,0),(23,'displayAdminCustomers','Display new elements in the Back Office, tab AdminCustomers','This hook launches modules when the AdminCustomers\" tab is displayed in the Back Office\"',1,0),(24,'displayOrderConfirmation','Order confirmation page','This hook is called within an order\'s confirmation page',1,0),(25,'actionCustomerAccountAdd','Successful customer account creation','This hook is called when a new customer creates an account successfully',1,0),(26,'displayCustomerAccount','Customer account displayed in Front Office','This hook displays new elements on the customer account page',1,0),(27,'actionOrderSlipAdd','Order slip creation','This hook is called when a new credit slip is added regarding client order',1,0),(28,'displayProductTab','Tabs on product page','This hook is called on the product page\'s tab',1,0),(29,'displayProductTabContent','Tabs content on the product page','This hook is called on the product page\'s tab',1,0),(30,'displayShoppingCartFooter','Shopping cart footer','This hook displays some specific information on the shopping cart\'s page',1,0),(31,'displayCustomerAccountForm','Customer account creation form','This hook displays some information on the form to create a customer account',1,0),(32,'displayAdminStatsModules','Stats - Modules','',1,0),(33,'displayAdminStatsGraphEngine','Graph engines','',1,0),(34,'actionOrderReturn','Returned product','This hook is displayed when a customer returns a product ',1,0),(35,'displayProductButtons','Product page actions','This hook adds new action buttons on the product page',1,0),(36,'displayBackOfficeHome','Administration panel homepage','This hook is displayed on the admin panel\'s homepage',1,0),(37,'displayAdminStatsGridEngine','Grid engines','',1,0),(38,'actionWatermark','Watermark','',1,0),(39,'actionProductCancel','Product cancelled','This hook is called when you cancel a product in an order',1,0),(40,'displayLeftColumnProduct','New elements on the product page (left column)','This hook displays new elements in the left-hand column of the product page',1,0),(41,'actionProductOutOfStock','Out-of-stock product','This hook displays new action buttons if a product is out of stock',1,0),(42,'actionProductAttributeUpdate','Product attribute update','This hook is displayed when a product\'s attribute is updated',1,0),(43,'displayCarrierList','Extra carrier (module mode)','',1,0),(44,'displayShoppingCart','Shopping cart - Additional button','This hook displays new action buttons within the shopping cart',1,0),(45,'actionSearch','Search','',1,0),(46,'displayBeforePayment','Redirect during the order process','This hook redirects the user to the module instead of displaying payment modules',1,0),(47,'actionCarrierUpdate','Carrier Update','This hook is called when a carrier is updated',1,0),(48,'actionOrderStatusPostUpdate','Post update of order status','',1,0),(49,'displayCustomerAccountFormTop','Block above the form for create an account','This hook is displayed above the customer\'s account creation form',1,0),(50,'displayBackOfficeHeader','Administration panel header','This hook is displayed in the header of the admin panel',1,0),(51,'displayBackOfficeTop','Administration panel hover the tabs','This hook is displayed on the roll hover of the tabs within the admin panel',1,0),(52,'displayBackOfficeFooter','Administration panel footer','This hook is displayed within the admin panel\'s footer',1,0),(53,'actionProductAttributeDelete','Product attribute deletion','This hook is displayed when a product\'s attribute is deleted',1,0),(54,'actionCarrierProcess','Carrier process','',1,0),(55,'actionOrderDetail','Order detail','This hook is used to set the follow-up in Smarty when an order\'s detail is called',1,0),(56,'displayBeforeCarrier','Before carriers list','This hook is displayed before the carrier list in Front Office',1,0),(57,'displayOrderDetail','Order detail','This hook is displayed within the order\'s details in Front Office',1,0),(58,'actionPaymentCCAdd','Payment CC added','',1,0),(59,'displayProductComparison','Extra product comparison','',1,0),(60,'actionCategoryAdd','Category creation','This hook is displayed when a category is created',1,0),(61,'actionCategoryUpdate','Category modification','This hook is displayed when a category is modified',1,0),(62,'actionCategoryDelete','Category deletion','This hook is displayed when a category is deleted',1,0),(63,'actionBeforeAuthentication','Before authentication','This hook is displayed before the customer\'s authentication',1,0),(64,'displayPaymentTop','Top of payment page','This hook is displayed at the top of the payment page',1,0),(65,'actionHtaccessCreate','After htaccess creation','This hook is displayed after the htaccess creation',1,0),(66,'actionAdminMetaSave','After saving the configuration in AdminMeta','This hook is displayed after saving the configuration in AdminMeta',1,0),(67,'displayAttributeGroupForm','Add fields to the form \'attribute group\'','This hook adds fields to the form \'attribute group\'',1,0),(68,'actionAttributeGroupSave','Saving an attribute group','This hook is called while saving an attributes group',1,0),(69,'actionAttributeGroupDelete','Deleting attribute group','This hook is called while deleting an attributes group',1,0),(70,'displayFeatureForm','Add fields to the form \'feature\'','This hook adds fields to the form \'feature\'',1,0),(71,'actionFeatureSave','Saving attributes\' features','This hook is called while saving an attributes features',1,0),(72,'actionFeatureDelete','Deleting attributes\' features','This hook is called while deleting an attributes features',1,0),(73,'actionProductSave','Saving products','This hook is called while saving products',1,0),(74,'actionProductListOverride','Assign a products list to a category','This hook assigns a products list to a category',1,0),(75,'displayAttributeGroupPostProcess','On post-process in admin attribute group','This hook is called on post-process in admin attribute group',1,0),(76,'displayFeaturePostProcess','On post-process in admin feature','This hook is called on post-process in admin feature',1,0),(77,'displayFeatureValueForm','Add fields to the form \'feature value\'','This hook adds fields to the form \'feature value\'',1,0),(78,'displayFeatureValuePostProcess','On post-process in admin feature value','This hook is called on post-process in admin feature value',1,0),(79,'actionFeatureValueDelete','Deleting attributes\' features\' values','This hook is called while deleting an attributes features value',1,0),(80,'actionFeatureValueSave','Saving an attributes features value','This hook is called while saving an attributes features value',1,0),(81,'displayAttributeForm','Add fields to the form \'attribute value\'','This hook adds fields to the form \'attribute value\'',1,0),(82,'actionAttributePostProcess','On post-process in admin feature value','This hook is called on post-process in admin feature value',1,0),(83,'actionAttributeDelete','Deleting an attributes features value','This hook is called while deleting an attributes features value',1,0),(84,'actionAttributeSave','Saving an attributes features value','This hook is called while saving an attributes features value',1,0),(85,'actionTaxManager','Tax Manager Factory','',1,0),(86,'displayMyAccountBlock','My account block','This hook displays extra information within the \'my account\' block\"',1,0),(87,'actionModuleInstallBefore','actionModuleInstallBefore','',1,0),(88,'actionModuleInstallAfter','actionModuleInstallAfter','',1,0),(89,'actionCartListOverride','actionCartListOverride','',0,0),(90,'actionAdminMetaControllerUpdate_optionsBefore','actionAdminMetaControllerUpdate_optionsBefore','',0,0),(91,'actionAdminLanguagesControllerStatusBefore','actionAdminLanguagesControllerStatusBefore','',0,0),(92,'actionObjectCmsUpdateAfter','actionObjectCmsUpdateAfter','',0,0),(93,'actionObjectCmsDeleteAfter','actionObjectCmsDeleteAfter','',0,0),(94,'actionShopDataDuplication','actionShopDataDuplication','',0,0),(95,'actionBeforeSubmitAccount','actionBeforeSubmitAccount','',0,0),(96,'actionObjectManufacturerDeleteAfter','actionObjectManufacturerDeleteAfter','',0,0),(97,'actionObjectManufacturerAddAfter','actionObjectManufacturerAddAfter','',0,0),(98,'actionObjectManufacturerUpdateAfter','actionObjectManufacturerUpdateAfter','',0,0),(99,'actionModuleRegisterHookAfter','actionModuleRegisterHookAfter','',0,0),(100,'actionModuleUnRegisterUnHookAfter','actionModuleUnRegisterUnHookAfter','',0,0),(101,'displayMyAccountBlockfooter','My account block','Display extra informations inside the \"my account\" block',1,0),(102,'actionModuleUnRegisterHookAfter','actionModuleUnRegisterHookAfter','',0,0),(103,'displayMobileTopSiteMap','displayMobileTopSiteMap','',0,0),(104,'actionObjectSupplierDeleteAfter','actionObjectSupplierDeleteAfter','',0,0),(105,'actionObjectSupplierAddAfter','actionObjectSupplierAddAfter','',0,0),(106,'actionObjectSupplierUpdateAfter','actionObjectSupplierUpdateAfter','',0,0),(107,'actionObjectCategoryUpdateAfter','actionObjectCategoryUpdateAfter','',0,0),(108,'actionObjectCategoryDeleteAfter','actionObjectCategoryDeleteAfter','',0,0),(109,'actionObjectCategoryAddAfter','actionObjectCategoryAddAfter','',0,0),(110,'actionObjectProductUpdateAfter','actionObjectProductUpdateAfter','',0,0),(111,'actionObjectProductDeleteAfter','actionObjectProductDeleteAfter','',0,0); /*!40000 ALTER TABLE `psa_hook` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_hook_alias` -- DROP TABLE IF EXISTS `psa_hook_alias`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_hook_alias` ( `id_hook_alias` int(10) unsigned NOT NULL auto_increment, `alias` varchar(64) NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`id_hook_alias`), UNIQUE KEY `alias` (`alias`) ) ENGINE=MyISAM AUTO_INCREMENT=87 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_hook_alias` -- LOCK TABLES `psa_hook_alias` WRITE; /*!40000 ALTER TABLE `psa_hook_alias` DISABLE KEYS */; INSERT INTO `psa_hook_alias` VALUES (1,'payment','displayPayment'),(2,'newOrder','actionValidateOrder'),(3,'paymentConfirm','actionPaymentConfirmation'),(4,'paymentReturn','displayPaymentReturn'),(5,'updateQuantity','actionUpdateQuantity'),(6,'rightColumn','displayRightColumn'),(7,'leftColumn','displayLeftColumn'),(8,'home','displayHome'),(9,'header','displayHeader'),(10,'cart','actionCartSave'),(11,'authentication','actionAuthentication'),(12,'addproduct','actionProductAdd'),(13,'updateproduct','actionProductUpdate'),(14,'top','displayTop'),(15,'extraRight','displayRightColumnProduct'),(16,'deleteproduct','actionProductDelete'),(17,'productfooter','displayFooterProduct'),(18,'invoice','displayInvoice'),(19,'updateOrderStatus','actionOrderStatusUpdate'),(20,'adminOrder','displayAdminOrder'),(21,'footer','displayFooter'),(22,'PDFInvoice','displayPDFInvoice'),(23,'adminCustomers','displayAdminCustomers'),(24,'orderConfirmation','displayOrderConfirmation'),(25,'createAccount','actionCustomerAccountAdd'),(26,'customerAccount','displayCustomerAccount'),(27,'orderSlip','actionOrderSlipAdd'),(28,'productTab','displayProductTab'),(29,'productTabContent','displayProductTabContent'),(30,'shoppingCart','displayShoppingCartFooter'),(31,'createAccountForm','displayCustomerAccountForm'),(32,'AdminStatsModules','displayAdminStatsModules'),(33,'GraphEngine','displayAdminStatsGraphEngine'),(34,'orderReturn','actionOrderReturn'),(35,'productActions','displayProductButtons'),(36,'backOfficeHome','displayBackOfficeHome'),(37,'GridEngine','displayAdminStatsGridEngine'),(38,'watermark','actionWatermark'),(39,'cancelProduct','actionProductCancel'),(40,'extraLeft','displayLeftColumnProduct'),(41,'productOutOfStock','actionProductOutOfStock'),(42,'updateProductAttribute','actionProductAttributeUpdate'),(43,'extraCarrier','displayCarrierList'),(44,'shoppingCartExtra','displayShoppingCart'),(45,'search','actionSearch'),(46,'backBeforePayment','displayBeforePayment'),(47,'updateCarrier','actionCarrierUpdate'),(48,'postUpdateOrderStatus','actionOrderStatusPostUpdate'),(49,'createAccountTop','displayCustomerAccountFormTop'),(50,'backOfficeHeader','displayBackOfficeHeader'),(51,'backOfficeTop','displayBackOfficeTop'),(52,'backOfficeFooter','displayBackOfficeFooter'),(53,'deleteProductAttribute','actionProductAttributeDelete'),(54,'processCarrier','actionCarrierProcess'),(55,'orderDetail','actionOrderDetail'),(56,'beforeCarrier','displayBeforeCarrier'),(57,'orderDetailDisplayed','displayOrderDetail'),(58,'paymentCCAdded','actionPaymentCCAdd'),(59,'extraProductComparison','displayProductComparison'),(60,'categoryAddition','actionCategoryAdd'),(61,'categoryUpdate','actionCategoryUpdate'),(62,'categoryDeletion','actionCategoryDelete'),(63,'beforeAuthentication','actionBeforeAuthentication'),(64,'paymentTop','displayPaymentTop'),(65,'afterCreateHtaccess','actionHtaccessCreate'),(66,'afterSaveAdminMeta','actionAdminMetaSave'),(67,'attributeGroupForm','displayAttributeGroupForm'),(68,'afterSaveAttributeGroup','actionAttributeGroupSave'),(69,'afterDeleteAttributeGroup','actionAttributeGroupDelete'),(70,'featureForm','displayFeatureForm'),(71,'afterSaveFeature','actionFeatureSave'),(72,'afterDeleteFeature','actionFeatureDelete'),(73,'afterSaveProduct','actionProductSave'),(74,'productListAssign','actionProductListOverride'),(75,'postProcessAttributeGroup','displayAttributeGroupPostProcess'),(76,'postProcessFeature','displayFeaturePostProcess'),(77,'featureValueForm','displayFeatureValueForm'),(78,'postProcessFeatureValue','displayFeatureValuePostProcess'),(79,'afterDeleteFeatureValue','actionFeatureValueDelete'),(80,'afterSaveFeatureValue','actionFeatureValueSave'),(81,'attributeForm','displayAttributeForm'),(82,'postProcessAttribute','actionAttributePostProcess'),(83,'afterDeleteAttribute','actionAttributeDelete'),(84,'afterSaveAttribute','actionAttributeSave'),(85,'taxManager','actionTaxManager'),(86,'myAccountBlock','displayMyAccountBlock'); /*!40000 ALTER TABLE `psa_hook_alias` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_hook_module` -- DROP TABLE IF EXISTS `psa_hook_module`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_hook_module` ( `id_module` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_hook` int(10) unsigned NOT NULL, `position` tinyint(2) unsigned NOT NULL, PRIMARY KEY (`id_module`,`id_hook`,`id_shop`), KEY `id_hook` (`id_hook`), KEY `id_module` (`id_module`), KEY `position` (`id_shop`,`position`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_hook_module` -- LOCK TABLES `psa_hook_module` WRITE; /*!40000 ALTER TABLE `psa_hook_module` DISABLE KEYS */; INSERT INTO `psa_hook_module` VALUES (1,1,30,1),(1,1,9,1),(2,1,1,2),(2,1,4,2),(3,1,7,7),(4,1,6,1),(4,1,9,2),(4,1,48,1),(4,1,12,1),(4,1,13,1),(4,1,16,1),(5,1,14,7),(5,1,9,5),(5,1,89,1),(6,1,7,3),(6,1,21,2),(6,1,9,9),(6,1,60,1),(6,1,61,1),(6,1,62,1),(6,1,90,1),(6,1,91,1),(7,1,7,6),(7,1,6,5),(7,1,9,16),(7,1,21,4),(7,1,92,1),(7,1,93,1),(7,1,94,1),(8,1,6,26),(8,1,9,6),(9,1,9,21),(9,1,21,6),(10,1,14,2),(10,1,9,11),(11,1,31,1),(11,1,9,9),(11,1,95,1),(12,1,14,1),(12,1,9,14),(13,1,7,5),(13,1,9,15),(13,1,96,1),(13,1,97,1),(13,1,98,1),(14,1,9,6),(14,1,99,1),(14,1,100,1),(15,1,21,4),(15,1,9,13),(15,1,99,2),(15,1,102,1),(16,1,6,2),(16,1,9,12),(16,1,12,2),(16,1,13,2),(16,1,16,2),(17,1,7,9),(17,1,9,25),(17,1,25,1),(18,1,7,8),(18,1,9,2),(19,1,14,3),(19,1,9,3),(20,1,21,1),(21,1,14,4),(21,1,9,20),(21,1,103,1),(22,1,40,1),(23,1,9,5),(23,1,21,5),(24,1,6,4),(24,1,9,10),(24,1,12,3),(24,1,13,3),(24,1,16,3),(25,1,6,6),(25,1,9,19),(26,1,7,5),(26,1,9,27),(26,1,104,1),(26,1,105,1),(26,1,106,1),(27,1,7,2),(27,1,9,18),(28,1,14,6),(28,1,107,1),(28,1,108,1),(28,1,109,1),(28,1,92,2),(28,1,93,2),(28,1,106,2),(28,1,104,2),(28,1,98,2),(28,1,96,2),(28,1,110,1),(28,1,111,1),(28,1,61,2),(28,1,94,2),(29,1,14,5),(29,1,9,13),(30,1,7,4),(30,1,9,4),(31,1,1,1),(31,1,4,1),(32,1,86,1),(32,1,26,1),(32,1,40,2),(32,1,9,23),(33,1,33,4),(34,1,33,3),(35,1,33,1),(36,1,33,2),(37,1,37,1),(38,1,8,2),(38,1,9,24),(38,1,12,4),(38,1,13,4),(38,1,16,4),(39,1,8,1),(39,1,94,1),(40,1,14,8),(40,1,32,10),(41,1,14,7),(41,1,32,11),(42,1,32,15),(43,1,32,8),(44,1,32,13),(45,1,32,16),(46,1,32,7),(47,1,32,17),(48,1,32,7),(49,1,32,20),(50,1,21,7),(50,1,11,1),(50,1,25,1),(51,1,32,6),(52,1,32,22),(53,1,32,5),(54,1,32,18),(55,1,32,9),(56,1,32,4),(57,1,32,12),(58,1,32,3),(59,1,32,2),(60,1,45,1),(60,1,32,19),(61,1,32,21),(62,1,32,1),(64,1,50,1); /*!40000 ALTER TABLE `psa_hook_module` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_hook_module_exceptions` -- DROP TABLE IF EXISTS `psa_hook_module_exceptions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_hook_module_exceptions` ( `id_hook_module_exceptions` int(10) unsigned NOT NULL auto_increment, `id_shop` int(11) unsigned NOT NULL default '1', `id_module` int(10) unsigned NOT NULL, `id_hook` int(10) unsigned NOT NULL, `file_name` varchar(255) default NULL, PRIMARY KEY (`id_hook_module_exceptions`), KEY `id_module` (`id_module`), KEY `id_hook` (`id_hook`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_hook_module_exceptions` -- LOCK TABLES `psa_hook_module_exceptions` WRITE; /*!40000 ALTER TABLE `psa_hook_module_exceptions` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_hook_module_exceptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_image` -- DROP TABLE IF EXISTS `psa_image`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_image` ( `id_image` int(10) unsigned NOT NULL auto_increment, `id_product` int(10) unsigned NOT NULL, `position` smallint(2) unsigned NOT NULL default '0', `cover` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_image`), UNIQUE KEY `idx_product_image` (`id_image`,`id_product`,`cover`), KEY `image_product` (`id_product`), KEY `id_product_cover` (`id_product`,`cover`) ) ENGINE=MyISAM AUTO_INCREMENT=27 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_image` -- LOCK TABLES `psa_image` WRITE; /*!40000 ALTER TABLE `psa_image` DISABLE KEYS */; INSERT INTO `psa_image` VALUES (1,3,1,1),(2,3,2,0),(3,3,3,0),(4,4,1,0),(5,4,2,0),(6,4,3,1),(7,5,1,1),(8,5,2,0),(9,5,3,0),(10,5,4,0),(11,5,5,0),(12,5,6,0),(13,6,1,1),(14,7,1,1),(15,1,1,1),(16,1,2,0),(17,1,3,0),(18,1,4,0),(19,1,5,0),(20,1,6,0),(21,1,7,0),(22,1,8,0),(23,2,1,1),(24,2,2,0),(25,2,3,0),(26,2,4,0); /*!40000 ALTER TABLE `psa_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_image_lang` -- DROP TABLE IF EXISTS `psa_image_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_image_lang` ( `id_image` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `legend` varchar(128) default NULL, PRIMARY KEY (`id_image`,`id_lang`), KEY `id_image` (`id_image`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_image_lang` -- LOCK TABLES `psa_image_lang` WRITE; /*!40000 ALTER TABLE `psa_image_lang` DISABLE KEYS */; INSERT INTO `psa_image_lang` VALUES (1,1,NULL),(2,1,NULL),(3,1,NULL),(4,1,NULL),(5,1,NULL),(6,1,NULL),(7,1,NULL),(8,1,NULL),(9,1,NULL),(10,1,NULL),(11,1,NULL),(12,1,NULL),(13,1,NULL),(14,1,NULL),(15,1,NULL),(16,1,NULL),(17,1,NULL),(18,1,NULL),(19,1,NULL),(20,1,NULL),(21,1,NULL),(22,1,NULL),(23,1,NULL),(24,1,NULL),(25,1,NULL),(26,1,NULL); /*!40000 ALTER TABLE `psa_image_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_image_shop` -- DROP TABLE IF EXISTS `psa_image_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_image_shop` ( `id_image` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, `cover` tinyint(1) NOT NULL, KEY `id_image` (`id_image`,`id_shop`,`cover`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_image_shop` -- LOCK TABLES `psa_image_shop` WRITE; /*!40000 ALTER TABLE `psa_image_shop` DISABLE KEYS */; INSERT INTO `psa_image_shop` VALUES (1,1,1),(2,1,0),(3,1,0),(4,1,0),(5,1,0),(6,1,1),(7,1,1),(8,1,0),(9,1,0),(10,1,0),(11,1,0),(12,1,0),(13,1,1),(14,1,1),(15,1,1),(16,1,0),(17,1,0),(18,1,0),(19,1,0),(20,1,0),(21,1,0),(22,1,0),(23,1,1),(24,1,0),(25,1,0),(26,1,0); /*!40000 ALTER TABLE `psa_image_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_image_type` -- DROP TABLE IF EXISTS `psa_image_type`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_image_type` ( `id_image_type` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `width` int(10) unsigned NOT NULL, `height` int(10) unsigned NOT NULL, `products` tinyint(1) NOT NULL default '1', `categories` tinyint(1) NOT NULL default '1', `manufacturers` tinyint(1) NOT NULL default '1', `suppliers` tinyint(1) NOT NULL default '1', `scenes` tinyint(1) NOT NULL default '1', `stores` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id_image_type`), KEY `image_type_name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_image_type` -- LOCK TABLES `psa_image_type` WRITE; /*!40000 ALTER TABLE `psa_image_type` DISABLE KEYS */; INSERT INTO `psa_image_type` VALUES (1,'small_default',45,45,1,1,1,1,0,0),(2,'medium_default',58,58,1,1,1,1,0,1),(3,'large_default',264,264,1,1,1,1,0,0),(4,'thickbox_default',600,600,1,0,0,0,0,0),(5,'category_default',500,150,0,1,0,0,0,0),(6,'home_default',124,124,1,0,0,0,0,0),(7,'scene_default',520,189,0,0,0,0,1,0),(8,'m_scene_default',161,58,0,0,0,0,1,0); /*!40000 ALTER TABLE `psa_image_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_import_match` -- DROP TABLE IF EXISTS `psa_import_match`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_import_match` ( `id_import_match` int(10) NOT NULL auto_increment, `name` varchar(32) NOT NULL, `match` text NOT NULL, `skip` int(2) NOT NULL, PRIMARY KEY (`id_import_match`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_import_match` -- LOCK TABLES `psa_import_match` WRITE; /*!40000 ALTER TABLE `psa_import_match` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_import_match` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_lang` -- DROP TABLE IF EXISTS `psa_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_lang` ( `id_lang` int(10) unsigned NOT NULL auto_increment, `name` varchar(32) NOT NULL, `active` tinyint(3) unsigned NOT NULL default '0', `iso_code` char(2) NOT NULL, `language_code` char(5) NOT NULL, `date_format_lite` char(32) NOT NULL default 'Y-m-d', `date_format_full` char(32) NOT NULL default 'Y-m-d H:i:s', `is_rtl` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_lang`), KEY `lang_iso_code` (`iso_code`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_lang` -- LOCK TABLES `psa_lang` WRITE; /*!40000 ALTER TABLE `psa_lang` DISABLE KEYS */; INSERT INTO `psa_lang` VALUES (1,'English (United States)',1,'en','en','Y-m-d','Y-m-d H:i:s',0); /*!40000 ALTER TABLE `psa_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_lang_shop` -- DROP TABLE IF EXISTS `psa_lang_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_lang_shop` ( `id_lang` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_lang`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_lang_shop` -- LOCK TABLES `psa_lang_shop` WRITE; /*!40000 ALTER TABLE `psa_lang_shop` DISABLE KEYS */; INSERT INTO `psa_lang_shop` VALUES (1,1); /*!40000 ALTER TABLE `psa_lang_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_linksmenutop` -- DROP TABLE IF EXISTS `psa_linksmenutop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_linksmenutop` ( `id_linksmenutop` int(10) unsigned NOT NULL auto_increment, `id_shop` int(11) unsigned NOT NULL, `new_window` tinyint(1) NOT NULL, PRIMARY KEY (`id_linksmenutop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_linksmenutop` -- LOCK TABLES `psa_linksmenutop` WRITE; /*!40000 ALTER TABLE `psa_linksmenutop` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_linksmenutop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_linksmenutop_lang` -- DROP TABLE IF EXISTS `psa_linksmenutop_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_linksmenutop_lang` ( `id_linksmenutop` int(11) unsigned NOT NULL, `id_lang` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, `label` varchar(128) NOT NULL, `link` varchar(128) NOT NULL, KEY `id_linksmenutop` (`id_linksmenutop`,`id_lang`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_linksmenutop_lang` -- LOCK TABLES `psa_linksmenutop_lang` WRITE; /*!40000 ALTER TABLE `psa_linksmenutop_lang` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_linksmenutop_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_log` -- DROP TABLE IF EXISTS `psa_log`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_log` ( `id_log` int(10) unsigned NOT NULL auto_increment, `severity` tinyint(1) NOT NULL, `error_code` int(11) default NULL, `message` text NOT NULL, `object_type` varchar(32) default NULL, `object_id` int(10) unsigned default NULL, `id_employee` int(10) unsigned default NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_log`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_log` -- LOCK TABLES `psa_log` WRITE; /*!40000 ALTER TABLE `psa_log` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_manufacturer` -- DROP TABLE IF EXISTS `psa_manufacturer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_manufacturer` ( `id_manufacturer` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `active` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_manufacturer`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_manufacturer` -- LOCK TABLES `psa_manufacturer` WRITE; /*!40000 ALTER TABLE `psa_manufacturer` DISABLE KEYS */; INSERT INTO `psa_manufacturer` VALUES (1,'Apple Computer, Inc','2013-09-17 00:25:40','2013-09-17 00:25:40',1),(2,'Shure Incorporated','2013-09-17 00:25:40','2013-09-17 00:25:40',1); /*!40000 ALTER TABLE `psa_manufacturer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_manufacturer_lang` -- DROP TABLE IF EXISTS `psa_manufacturer_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_manufacturer_lang` ( `id_manufacturer` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `description` text, `short_description` varchar(254) default NULL, `meta_title` varchar(128) default NULL, `meta_keywords` varchar(255) default NULL, `meta_description` varchar(255) default NULL, PRIMARY KEY (`id_manufacturer`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_manufacturer_lang` -- LOCK TABLES `psa_manufacturer_lang` WRITE; /*!40000 ALTER TABLE `psa_manufacturer_lang` DISABLE KEYS */; INSERT INTO `psa_manufacturer_lang` VALUES (1,1,'','','','',''),(2,1,'','','','',''); /*!40000 ALTER TABLE `psa_manufacturer_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_manufacturer_shop` -- DROP TABLE IF EXISTS `psa_manufacturer_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_manufacturer_shop` ( `id_manufacturer` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_manufacturer`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_manufacturer_shop` -- LOCK TABLES `psa_manufacturer_shop` WRITE; /*!40000 ALTER TABLE `psa_manufacturer_shop` DISABLE KEYS */; INSERT INTO `psa_manufacturer_shop` VALUES (1,1),(2,1); /*!40000 ALTER TABLE `psa_manufacturer_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_memcached_servers` -- DROP TABLE IF EXISTS `psa_memcached_servers`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_memcached_servers` ( `id_memcached_server` int(11) unsigned NOT NULL auto_increment, `ip` varchar(254) NOT NULL, `port` int(11) unsigned NOT NULL, `weight` int(11) unsigned NOT NULL, PRIMARY KEY (`id_memcached_server`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_memcached_servers` -- LOCK TABLES `psa_memcached_servers` WRITE; /*!40000 ALTER TABLE `psa_memcached_servers` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_memcached_servers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_message` -- DROP TABLE IF EXISTS `psa_message`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_message` ( `id_message` int(10) unsigned NOT NULL auto_increment, `id_cart` int(10) unsigned default NULL, `id_customer` int(10) unsigned NOT NULL, `id_employee` int(10) unsigned default NULL, `id_order` int(10) unsigned NOT NULL, `message` text NOT NULL, `private` tinyint(1) unsigned NOT NULL default '1', `date_add` datetime NOT NULL, PRIMARY KEY (`id_message`), KEY `message_order` (`id_order`), KEY `id_cart` (`id_cart`), KEY `id_customer` (`id_customer`), KEY `id_employee` (`id_employee`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_message` -- LOCK TABLES `psa_message` WRITE; /*!40000 ALTER TABLE `psa_message` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_message` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_message_readed` -- DROP TABLE IF EXISTS `psa_message_readed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_message_readed` ( `id_message` int(10) unsigned NOT NULL, `id_employee` int(10) unsigned NOT NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_message`,`id_employee`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_message_readed` -- LOCK TABLES `psa_message_readed` WRITE; /*!40000 ALTER TABLE `psa_message_readed` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_message_readed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_meta` -- DROP TABLE IF EXISTS `psa_meta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_meta` ( `id_meta` int(10) unsigned NOT NULL auto_increment, `page` varchar(64) NOT NULL, PRIMARY KEY (`id_meta`), KEY `meta_name` (`page`) ) ENGINE=MyISAM AUTO_INCREMENT=27 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_meta` -- LOCK TABLES `psa_meta` WRITE; /*!40000 ALTER TABLE `psa_meta` DISABLE KEYS */; INSERT INTO `psa_meta` VALUES (1,'404'),(2,'best-sales'),(3,'contact'),(4,'index'),(5,'manufacturer'),(6,'new-products'),(7,'password'),(8,'prices-drop'),(9,'sitemap'),(10,'supplier'),(11,'address'),(12,'addresses'),(13,'authentication'),(14,'cart'),(15,'discount'),(16,'history'),(17,'identity'),(18,'my-account'),(19,'order-follow'),(20,'order-slip'),(21,'order'),(22,'search'),(23,'stores'),(24,'order-opc'),(25,'guest-tracking'),(26,'order-confirmation'); /*!40000 ALTER TABLE `psa_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_meta_lang` -- DROP TABLE IF EXISTS `psa_meta_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_meta_lang` ( `id_meta` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_lang` int(10) unsigned NOT NULL, `title` varchar(128) default NULL, `description` varchar(255) default NULL, `keywords` varchar(255) default NULL, `url_rewrite` varchar(254) NOT NULL, PRIMARY KEY (`id_meta`,`id_shop`,`id_lang`), KEY `id_shop` (`id_shop`), KEY `id_lang` (`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_meta_lang` -- LOCK TABLES `psa_meta_lang` WRITE; /*!40000 ALTER TABLE `psa_meta_lang` DISABLE KEYS */; INSERT INTO `psa_meta_lang` VALUES (1,1,1,'404 error','This page cannot be found','','page-not-found'),(2,1,1,'Best sales','Our best sales','','best-sales'),(3,1,1,'Contact us','Use our form to contact us','','contact-us'),(4,1,1,'','Shop powered by PrestaShop','',''),(5,1,1,'Manufacturers','Manufacturers list','','manufacturers'),(6,1,1,'New products','Our new products','','new-products'),(7,1,1,'Forgot your password','Enter your e-mail address used to register in goal to get e-mail with your new password','','password-recovery'),(8,1,1,'Prices drop','Our special products','','prices-drop'),(9,1,1,'Sitemap','Lost ? Find what your are looking for','','sitemap'),(10,1,1,'Suppliers','Suppliers list','','supplier'),(11,1,1,'Address','','','address'),(12,1,1,'Addresses','','','addresses'),(13,1,1,'Login','','','login'),(14,1,1,'Cart','','','cart'),(15,1,1,'Discount','','','discount'),(16,1,1,'Order history','','','order-history'),(17,1,1,'Identity','','','identity'),(18,1,1,'My account','','','my-account'),(19,1,1,'Order follow','','','order-follow'),(20,1,1,'Order slip','','','order-slip'),(21,1,1,'Order','','','order'),(22,1,1,'Search','','','search'),(23,1,1,'Stores','','','stores'),(24,1,1,'Order','','','quick-order'),(25,1,1,'Guest tracking','','','guest-tracking'),(26,1,1,'Order confirmation','','','order-confirmation'); /*!40000 ALTER TABLE `psa_meta_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_module` -- DROP TABLE IF EXISTS `psa_module`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_module` ( `id_module` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `active` tinyint(1) unsigned NOT NULL default '0', `version` varchar(8) NOT NULL, PRIMARY KEY (`id_module`), KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=65 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_module` -- LOCK TABLES `psa_module` WRITE; /*!40000 ALTER TABLE `psa_module` DISABLE KEYS */; INSERT INTO `psa_module` VALUES (1,'carriercompare',1,'1.2'),(2,'bankwire',1,'0.6'),(3,'blockadvertising',1,'0.5'),(4,'blockbestsellers',1,'1.2'),(5,'blockcart',1,'1.2'),(6,'blockcategories',1,'2.0'),(7,'blockcms',1,'1.3'),(8,'blockcontact',1,'1.0'),(9,'blockcontactinfos',1,'1.0'),(10,'blockcurrencies',1,'0.1'),(11,'blockcustomerprivacy',1,'1.0'),(12,'blocklanguages',1,'1.1'),(13,'blockmanufacturer',1,'1'),(14,'blockmyaccount',1,'1.2'),(15,'blockmyaccountfooter',1,'1.3'),(16,'blocknewproducts',1,'1.4'),(17,'blocknewsletter',1,'1.4'),(18,'blockpaymentlogo',1,'0.2'),(19,'blockpermanentlinks',1,'0.1'),(20,'blockreinsurance',1,'2.0'),(21,'blocksearch',1,'1.2'),(22,'blocksharefb',1,'1.0'),(23,'blocksocial',1,'1.0'),(24,'blockspecials',1,'0.9'),(25,'blockstore',1,'1'),(26,'blocksupplier',1,'1'),(27,'blocktags',1,'1.1'),(28,'blocktopmenu',1,'1.6'),(29,'blockuserinfo',1,'0.1'),(30,'blockviewed',1,'0.9'),(31,'cheque',1,'2.3'),(32,'favoriteproducts',1,'1'),(33,'graphartichow',1,'1'),(34,'graphgooglechart',1,'1'),(35,'graphvisifire',1,'1'),(36,'graphxmlswfcharts',1,'1'),(37,'gridhtml',1,'1'),(38,'homefeatured',1,'1.1'),(39,'homeslider',1,'1.2.1'),(40,'pagesnotfound',1,'1.1'),(41,'sekeywords',1,'1'),(42,'statsbestcategories',1,'1'),(43,'statsbestcustomers',1,'1'),(44,'statsbestproducts',1,'1'),(45,'statsbestsuppliers',1,'1'),(46,'statsbestvouchers',1,'1'),(47,'statscarrier',1,'1'),(48,'statscatalog',1,'1'),(49,'statscheckup',1,'1'),(50,'statsdata',1,'1'),(51,'statsequipment',1,'1'),(52,'statsforecast',1,'1'),(53,'statslive',1,'1'),(54,'statsnewsletter',1,'1'),(55,'statsorigin',1,'1'),(56,'statspersonalinfos',1,'1'),(57,'statsproduct',1,'1'),(58,'statsregistrations',1,'1'),(59,'statssales',1,'1'),(60,'statssearch',1,'1'),(61,'statsstock',1,'1'),(62,'statsvisits',1,'1'),(63,'themeinstallator',1,'2.4'),(64,'gamification',1,'1.5.1'); /*!40000 ALTER TABLE `psa_module` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_module_access` -- DROP TABLE IF EXISTS `psa_module_access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_module_access` ( `id_profile` int(10) unsigned NOT NULL, `id_module` int(10) unsigned NOT NULL, `view` tinyint(1) NOT NULL, `configure` tinyint(1) NOT NULL, PRIMARY KEY (`id_profile`,`id_module`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_module_access` -- LOCK TABLES `psa_module_access` WRITE; /*!40000 ALTER TABLE `psa_module_access` DISABLE KEYS */; INSERT INTO `psa_module_access` VALUES (2,1,1,0),(2,2,1,0),(2,3,1,0),(2,4,1,0),(2,5,1,0),(2,6,1,0),(2,7,1,0),(2,8,1,0),(2,9,1,0),(2,10,1,0),(2,11,1,0),(2,12,1,0),(2,13,1,0),(2,14,1,0),(2,15,1,0),(2,16,1,0),(2,17,1,0),(2,18,1,0),(2,19,1,0),(2,20,1,0),(2,21,1,0),(2,22,1,0),(2,23,1,0),(2,24,1,0),(2,25,1,0),(2,26,1,0),(2,27,1,0),(2,28,1,0),(2,29,1,0),(2,30,1,0),(2,31,1,0),(2,32,1,0),(2,33,1,0),(2,34,1,0),(2,35,1,0),(2,36,1,0),(2,37,1,0),(2,38,1,0),(2,39,1,0),(2,40,1,0),(2,41,1,0),(2,42,1,0),(2,43,1,0),(2,44,1,0),(2,45,1,0),(2,46,1,0),(2,47,1,0),(2,48,1,0),(2,49,1,0),(2,50,1,0),(2,51,1,0),(2,52,1,0),(2,53,1,0),(2,54,1,0),(2,55,1,0),(2,56,1,0),(2,57,1,0),(2,58,1,0),(2,59,1,0),(2,60,1,0),(2,61,1,0),(2,62,1,0),(2,63,1,0),(2,64,1,0),(3,1,1,0),(3,2,1,0),(3,3,1,0),(3,4,1,0),(3,5,1,0),(3,6,1,0),(3,7,1,0),(3,8,1,0),(3,9,1,0),(3,10,1,0),(3,11,1,0),(3,12,1,0),(3,13,1,0),(3,14,1,0),(3,15,1,0),(3,16,1,0),(3,17,1,0),(3,18,1,0),(3,19,1,0),(3,20,1,0),(3,21,1,0),(3,22,1,0),(3,23,1,0),(3,24,1,0),(3,25,1,0),(3,26,1,0),(3,27,1,0),(3,28,1,0),(3,29,1,0),(3,30,1,0),(3,31,1,0),(3,32,1,0),(3,33,1,0),(3,34,1,0),(3,35,1,0),(3,36,1,0),(3,37,1,0),(3,38,1,0),(3,39,1,0),(3,40,1,0),(3,41,1,0),(3,42,1,0),(3,43,1,0),(3,44,1,0),(3,45,1,0),(3,46,1,0),(3,47,1,0),(3,48,1,0),(3,49,1,0),(3,50,1,0),(3,51,1,0),(3,52,1,0),(3,53,1,0),(3,54,1,0),(3,55,1,0),(3,56,1,0),(3,57,1,0),(3,58,1,0),(3,59,1,0),(3,60,1,0),(3,61,1,0),(3,62,1,0),(3,63,1,0),(3,64,1,0),(4,1,1,0),(4,2,1,0),(4,3,1,0),(4,4,1,0),(4,5,1,0),(4,6,1,0),(4,7,1,0),(4,8,1,0),(4,9,1,0),(4,10,1,0),(4,11,1,0),(4,12,1,0),(4,13,1,0),(4,14,1,0),(4,15,1,0),(4,16,1,0),(4,17,1,0),(4,18,1,0),(4,19,1,0),(4,20,1,0),(4,21,1,0),(4,22,1,0),(4,23,1,0),(4,24,1,0),(4,25,1,0),(4,26,1,0),(4,27,1,0),(4,28,1,0),(4,29,1,0),(4,30,1,0),(4,31,1,0),(4,32,1,0),(4,33,1,0),(4,34,1,0),(4,35,1,0),(4,36,1,0),(4,37,1,0),(4,38,1,0),(4,39,1,0),(4,40,1,0),(4,41,1,0),(4,42,1,0),(4,43,1,0),(4,44,1,0),(4,45,1,0),(4,46,1,0),(4,47,1,0),(4,48,1,0),(4,49,1,0),(4,50,1,0),(4,51,1,0),(4,52,1,0),(4,53,1,0),(4,54,1,0),(4,55,1,0),(4,56,1,0),(4,57,1,0),(4,58,1,0),(4,59,1,0),(4,60,1,0),(4,61,1,0),(4,62,1,0),(4,63,1,0),(4,64,1,0),(5,1,1,0),(5,2,1,0),(5,3,1,0),(5,4,1,0),(5,5,1,0),(5,6,1,0),(5,7,1,0),(5,8,1,0),(5,9,1,0),(5,10,1,0),(5,11,1,0),(5,12,1,0),(5,13,1,0),(5,14,1,0),(5,15,1,0),(5,16,1,0),(5,17,1,0),(5,18,1,0),(5,19,1,0),(5,20,1,0),(5,21,1,0),(5,22,1,0),(5,23,1,0),(5,24,1,0),(5,25,1,0),(5,26,1,0),(5,27,1,0),(5,28,1,0),(5,29,1,0),(5,30,1,0),(5,31,1,0),(5,32,1,0),(5,33,1,0),(5,34,1,0),(5,35,1,0),(5,36,1,0),(5,37,1,0),(5,38,1,0),(5,39,1,0),(5,40,1,0),(5,41,1,0),(5,42,1,0),(5,43,1,0),(5,44,1,0),(5,45,1,0),(5,46,1,0),(5,47,1,0),(5,48,1,0),(5,49,1,0),(5,50,1,0),(5,51,1,0),(5,52,1,0),(5,53,1,0),(5,54,1,0),(5,55,1,0),(5,56,1,0),(5,57,1,0),(5,58,1,0),(5,59,1,0),(5,60,1,0),(5,61,1,0),(5,62,1,0),(5,63,1,0),(5,64,1,0); /*!40000 ALTER TABLE `psa_module_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_module_country` -- DROP TABLE IF EXISTS `psa_module_country`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_module_country` ( `id_module` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_country` int(10) unsigned NOT NULL, PRIMARY KEY (`id_module`,`id_shop`,`id_country`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_module_country` -- LOCK TABLES `psa_module_country` WRITE; /*!40000 ALTER TABLE `psa_module_country` DISABLE KEYS */; INSERT INTO `psa_module_country` VALUES (2,1,21),(31,1,21); /*!40000 ALTER TABLE `psa_module_country` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_module_currency` -- DROP TABLE IF EXISTS `psa_module_currency`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_module_currency` ( `id_module` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_currency` int(11) NOT NULL, PRIMARY KEY (`id_module`,`id_shop`,`id_currency`), KEY `id_module` (`id_module`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_module_currency` -- LOCK TABLES `psa_module_currency` WRITE; /*!40000 ALTER TABLE `psa_module_currency` DISABLE KEYS */; INSERT INTO `psa_module_currency` VALUES (2,1,1),(31,1,1); /*!40000 ALTER TABLE `psa_module_currency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_module_group` -- DROP TABLE IF EXISTS `psa_module_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_module_group` ( `id_module` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_group` int(11) unsigned NOT NULL, PRIMARY KEY (`id_module`,`id_shop`,`id_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_module_group` -- LOCK TABLES `psa_module_group` WRITE; /*!40000 ALTER TABLE `psa_module_group` DISABLE KEYS */; INSERT INTO `psa_module_group` VALUES (1,1,1),(1,1,2),(1,1,3),(2,1,1),(2,1,2),(2,1,3),(3,1,1),(3,1,2),(3,1,3),(4,1,1),(4,1,2),(4,1,3),(5,1,1),(5,1,2),(5,1,3),(6,1,1),(6,1,2),(6,1,3),(7,1,1),(7,1,2),(7,1,3),(8,1,1),(8,1,2),(8,1,3),(9,1,1),(9,1,2),(9,1,3),(10,1,1),(10,1,2),(10,1,3),(11,1,1),(11,1,2),(11,1,3),(12,1,1),(12,1,2),(12,1,3),(13,1,1),(13,1,2),(13,1,3),(14,1,1),(14,1,2),(14,1,3),(15,1,1),(15,1,2),(15,1,3),(16,1,1),(16,1,2),(16,1,3),(17,1,1),(17,1,2),(17,1,3),(18,1,1),(18,1,2),(18,1,3),(19,1,1),(19,1,2),(19,1,3),(20,1,1),(20,1,2),(20,1,3),(21,1,1),(21,1,2),(21,1,3),(22,1,1),(22,1,2),(22,1,3),(23,1,1),(23,1,2),(23,1,3),(24,1,1),(24,1,2),(24,1,3),(25,1,1),(25,1,2),(25,1,3),(26,1,1),(26,1,2),(26,1,3),(27,1,1),(27,1,2),(27,1,3),(28,1,1),(28,1,2),(28,1,3),(29,1,1),(29,1,2),(29,1,3),(30,1,1),(30,1,2),(30,1,3),(31,1,1),(31,1,2),(31,1,3),(32,1,1),(32,1,2),(32,1,3),(33,1,1),(33,1,2),(33,1,3),(34,1,1),(34,1,2),(34,1,3),(35,1,1),(35,1,2),(35,1,3),(36,1,1),(36,1,2),(36,1,3),(37,1,1),(37,1,2),(37,1,3),(38,1,1),(38,1,2),(38,1,3),(39,1,1),(39,1,2),(39,1,3),(40,1,1),(40,1,2),(40,1,3),(41,1,1),(41,1,2),(41,1,3),(42,1,1),(42,1,2),(42,1,3),(43,1,1),(43,1,2),(43,1,3),(44,1,1),(44,1,2),(44,1,3),(45,1,1),(45,1,2),(45,1,3),(46,1,1),(46,1,2),(46,1,3),(47,1,1),(47,1,2),(47,1,3),(48,1,1),(48,1,2),(48,1,3),(49,1,1),(49,1,2),(49,1,3),(50,1,1),(50,1,2),(50,1,3),(51,1,1),(51,1,2),(51,1,3),(52,1,1),(52,1,2),(52,1,3),(53,1,1),(53,1,2),(53,1,3),(54,1,1),(54,1,2),(54,1,3),(55,1,1),(55,1,2),(55,1,3),(56,1,1),(56,1,2),(56,1,3),(57,1,1),(57,1,2),(57,1,3),(58,1,1),(58,1,2),(58,1,3),(59,1,1),(59,1,2),(59,1,3),(60,1,1),(60,1,2),(60,1,3),(61,1,1),(61,1,2),(61,1,3),(62,1,1),(62,1,2),(62,1,3),(63,1,1),(63,1,2),(63,1,3),(64,1,1),(64,1,2),(64,1,3); /*!40000 ALTER TABLE `psa_module_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_module_preference` -- DROP TABLE IF EXISTS `psa_module_preference`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_module_preference` ( `id_module_preference` int(11) NOT NULL auto_increment, `id_employee` int(11) NOT NULL, `module` varchar(255) NOT NULL, `interest` tinyint(1) default NULL, `favorite` tinyint(1) default NULL, PRIMARY KEY (`id_module_preference`), UNIQUE KEY `employee_module` (`id_employee`,`module`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_module_preference` -- LOCK TABLES `psa_module_preference` WRITE; /*!40000 ALTER TABLE `psa_module_preference` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_module_preference` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_module_shop` -- DROP TABLE IF EXISTS `psa_module_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_module_shop` ( `id_module` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_module`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_module_shop` -- LOCK TABLES `psa_module_shop` WRITE; /*!40000 ALTER TABLE `psa_module_shop` DISABLE KEYS */; INSERT INTO `psa_module_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1),(9,1),(10,1),(11,1),(12,1),(13,1),(14,1),(15,1),(16,1),(17,1),(18,1),(19,1),(20,1),(21,1),(22,1),(23,1),(24,1),(25,1),(26,1),(27,1),(28,1),(29,1),(30,1),(31,1),(32,1),(33,1),(34,1),(35,1),(36,1),(37,1),(38,1),(39,1),(40,1),(41,1),(42,1),(43,1),(44,1),(45,1),(46,1),(47,1),(48,1),(49,1),(50,1),(51,1),(52,1),(53,1),(54,1),(55,1),(56,1),(57,1),(58,1),(59,1),(60,1),(61,1),(62,1),(63,1),(64,1); /*!40000 ALTER TABLE `psa_module_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_newsletter` -- DROP TABLE IF EXISTS `psa_newsletter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_newsletter` ( `id` int(6) NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL default '1', `id_shop_group` int(10) unsigned NOT NULL default '1', `email` varchar(255) NOT NULL, `newsletter_date_add` datetime default NULL, `ip_registration_newsletter` varchar(15) NOT NULL, `http_referer` varchar(255) default NULL, `active` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_newsletter` -- LOCK TABLES `psa_newsletter` WRITE; /*!40000 ALTER TABLE `psa_newsletter` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_newsletter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_operating_system` -- DROP TABLE IF EXISTS `psa_operating_system`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_operating_system` ( `id_operating_system` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) default NULL, PRIMARY KEY (`id_operating_system`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_operating_system` -- LOCK TABLES `psa_operating_system` WRITE; /*!40000 ALTER TABLE `psa_operating_system` DISABLE KEYS */; INSERT INTO `psa_operating_system` VALUES (1,'Windows XP'),(2,'Windows Vista'),(3,'Windows 7'),(4,'Windows 8'),(5,'MacOsX'),(6,'Linux'),(7,'Android'); /*!40000 ALTER TABLE `psa_operating_system` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_order_carrier` -- DROP TABLE IF EXISTS `psa_order_carrier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_order_carrier` ( `id_order_carrier` int(11) NOT NULL auto_increment, `id_order` int(11) unsigned NOT NULL, `id_carrier` int(11) unsigned NOT NULL, `id_order_invoice` int(11) unsigned default NULL, `weight` decimal(20,6) default NULL, `shipping_cost_tax_excl` decimal(20,6) default NULL, `shipping_cost_tax_incl` decimal(20,6) default NULL, `tracking_number` varchar(64) default NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_order_carrier`), KEY `id_order` (`id_order`), KEY `id_carrier` (`id_carrier`), KEY `id_order_invoice` (`id_order_invoice`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_order_carrier` -- LOCK TABLES `psa_order_carrier` WRITE; /*!40000 ALTER TABLE `psa_order_carrier` DISABLE KEYS */; INSERT INTO `psa_order_carrier` VALUES (1,1,2,0,'0.000000','0.000000','0.000000','','2013-09-17 00:25:41'); /*!40000 ALTER TABLE `psa_order_carrier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_order_cart_rule` -- DROP TABLE IF EXISTS `psa_order_cart_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_order_cart_rule` ( `id_order_cart_rule` int(10) unsigned NOT NULL auto_increment, `id_order` int(10) unsigned NOT NULL, `id_cart_rule` int(10) unsigned NOT NULL, `id_order_invoice` int(10) unsigned default '0', `name` varchar(254) NOT NULL, `value` decimal(17,2) NOT NULL default '0.00', `value_tax_excl` decimal(17,2) NOT NULL default '0.00', `free_shipping` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_order_cart_rule`), KEY `id_order` (`id_order`), KEY `id_cart_rule` (`id_cart_rule`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_order_cart_rule` -- LOCK TABLES `psa_order_cart_rule` WRITE; /*!40000 ALTER TABLE `psa_order_cart_rule` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_order_cart_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_order_detail` -- DROP TABLE IF EXISTS `psa_order_detail`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_order_detail` ( `id_order_detail` int(10) unsigned NOT NULL auto_increment, `id_order` int(10) unsigned NOT NULL, `id_order_invoice` int(11) default NULL, `id_warehouse` int(10) unsigned default '0', `id_shop` int(11) unsigned NOT NULL, `product_id` int(10) unsigned NOT NULL, `product_attribute_id` int(10) unsigned default NULL, `product_name` varchar(255) NOT NULL, `product_quantity` int(10) unsigned NOT NULL default '0', `product_quantity_in_stock` int(10) NOT NULL default '0', `product_quantity_refunded` int(10) unsigned NOT NULL default '0', `product_quantity_return` int(10) unsigned NOT NULL default '0', `product_quantity_reinjected` int(10) unsigned NOT NULL default '0', `product_price` decimal(20,6) NOT NULL default '0.000000', `reduction_percent` decimal(10,2) NOT NULL default '0.00', `reduction_amount` decimal(20,6) NOT NULL default '0.000000', `reduction_amount_tax_incl` decimal(20,6) NOT NULL default '0.000000', `reduction_amount_tax_excl` decimal(20,6) NOT NULL default '0.000000', `group_reduction` decimal(10,2) NOT NULL default '0.00', `product_quantity_discount` decimal(20,6) NOT NULL default '0.000000', `product_ean13` varchar(13) default NULL, `product_upc` varchar(12) default NULL, `product_reference` varchar(32) default NULL, `product_supplier_reference` varchar(32) default NULL, `product_weight` decimal(20,6) NOT NULL, `tax_computation_method` tinyint(1) unsigned NOT NULL default '0', `tax_name` varchar(16) NOT NULL, `tax_rate` decimal(10,3) NOT NULL default '0.000', `ecotax` decimal(21,6) NOT NULL default '0.000000', `ecotax_tax_rate` decimal(5,3) NOT NULL default '0.000', `discount_quantity_applied` tinyint(1) NOT NULL default '0', `download_hash` varchar(255) default NULL, `download_nb` int(10) unsigned default '0', `download_deadline` datetime default NULL, `total_price_tax_incl` decimal(20,6) NOT NULL default '0.000000', `total_price_tax_excl` decimal(20,6) NOT NULL default '0.000000', `unit_price_tax_incl` decimal(20,6) NOT NULL default '0.000000', `unit_price_tax_excl` decimal(20,6) NOT NULL default '0.000000', `total_shipping_price_tax_incl` decimal(20,6) NOT NULL default '0.000000', `total_shipping_price_tax_excl` decimal(20,6) NOT NULL default '0.000000', `purchase_supplier_price` decimal(20,6) NOT NULL default '0.000000', `original_product_price` decimal(20,6) NOT NULL default '0.000000', PRIMARY KEY (`id_order_detail`), KEY `order_detail_order` (`id_order`), KEY `product_id` (`product_id`), KEY `product_attribute_id` (`product_attribute_id`), KEY `id_order_id_order_detail` (`id_order`,`id_order_detail`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_order_detail` -- LOCK TABLES `psa_order_detail` WRITE; /*!40000 ALTER TABLE `psa_order_detail` DISABLE KEYS */; INSERT INTO `psa_order_detail` VALUES (1,1,0,0,1,5,11,'iPod touch - Capacité: 32Go',1,0,0,0,0,'392.140500','0.00','0.000000','0.000000','0.000000','0.00','0.000000','','','','','0.000000',0,'','0.000','0.000000','0.000',0,'',0,'0000-00-00 00:00:00','469.000000','392.140000','469.000000','392.140468','0.000000','0.000000','0.000000','0.000000'),(2,1,0,0,1,7,0,'Écouteurs à isolation sonore Shure SE210',1,0,0,0,0,'124.581900','0.00','0.000000','0.000000','0.000000','0.00','0.000000','','','','','0.000000',0,'','0.000','0.000000','0.000',0,'',0,'0000-00-00 00:00:00','149.000000','124.580000','149.000000','124.581940','0.000000','0.000000','0.000000','0.000000'); /*!40000 ALTER TABLE `psa_order_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_order_detail_tax` -- DROP TABLE IF EXISTS `psa_order_detail_tax`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_order_detail_tax` ( `id_order_detail` int(11) NOT NULL, `id_tax` int(11) NOT NULL, `unit_amount` decimal(16,6) NOT NULL default '0.000000', `total_amount` decimal(16,6) NOT NULL default '0.000000' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_order_detail_tax` -- LOCK TABLES `psa_order_detail_tax` WRITE; /*!40000 ALTER TABLE `psa_order_detail_tax` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_order_detail_tax` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_order_history` -- DROP TABLE IF EXISTS `psa_order_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_order_history` ( `id_order_history` int(10) unsigned NOT NULL auto_increment, `id_employee` int(10) unsigned NOT NULL, `id_order` int(10) unsigned NOT NULL, `id_order_state` int(10) unsigned NOT NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_order_history`), KEY `order_history_order` (`id_order`), KEY `id_employee` (`id_employee`), KEY `id_order_state` (`id_order_state`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_order_history` -- LOCK TABLES `psa_order_history` WRITE; /*!40000 ALTER TABLE `psa_order_history` DISABLE KEYS */; INSERT INTO `psa_order_history` VALUES (1,0,1,1,'2013-09-17 00:25:42'); /*!40000 ALTER TABLE `psa_order_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_order_invoice` -- DROP TABLE IF EXISTS `psa_order_invoice`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_order_invoice` ( `id_order_invoice` int(11) unsigned NOT NULL auto_increment, `id_order` int(11) NOT NULL, `number` int(11) NOT NULL, `delivery_number` int(11) NOT NULL, `delivery_date` datetime default NULL, `total_discount_tax_excl` decimal(17,2) NOT NULL default '0.00', `total_discount_tax_incl` decimal(17,2) NOT NULL default '0.00', `total_paid_tax_excl` decimal(17,2) NOT NULL default '0.00', `total_paid_tax_incl` decimal(17,2) NOT NULL default '0.00', `total_products` decimal(17,2) NOT NULL default '0.00', `total_products_wt` decimal(17,2) NOT NULL default '0.00', `total_shipping_tax_excl` decimal(17,2) NOT NULL default '0.00', `total_shipping_tax_incl` decimal(17,2) NOT NULL default '0.00', `shipping_tax_computation_method` int(10) unsigned NOT NULL, `total_wrapping_tax_excl` decimal(17,2) NOT NULL default '0.00', `total_wrapping_tax_incl` decimal(17,2) NOT NULL default '0.00', `note` text, `date_add` datetime NOT NULL, PRIMARY KEY (`id_order_invoice`), KEY `id_order` (`id_order`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_order_invoice` -- LOCK TABLES `psa_order_invoice` WRITE; /*!40000 ALTER TABLE `psa_order_invoice` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_order_invoice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_order_invoice_payment` -- DROP TABLE IF EXISTS `psa_order_invoice_payment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_order_invoice_payment` ( `id_order_invoice` int(11) unsigned NOT NULL, `id_order_payment` int(11) unsigned NOT NULL, `id_order` int(11) unsigned NOT NULL, PRIMARY KEY (`id_order_invoice`,`id_order_payment`), KEY `order_payment` (`id_order_payment`), KEY `id_order` (`id_order`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_order_invoice_payment` -- LOCK TABLES `psa_order_invoice_payment` WRITE; /*!40000 ALTER TABLE `psa_order_invoice_payment` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_order_invoice_payment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_order_invoice_tax` -- DROP TABLE IF EXISTS `psa_order_invoice_tax`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_order_invoice_tax` ( `id_order_invoice` int(11) NOT NULL, `type` varchar(15) NOT NULL, `id_tax` int(11) NOT NULL, `amount` decimal(10,6) NOT NULL default '0.000000' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_order_invoice_tax` -- LOCK TABLES `psa_order_invoice_tax` WRITE; /*!40000 ALTER TABLE `psa_order_invoice_tax` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_order_invoice_tax` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_order_message` -- DROP TABLE IF EXISTS `psa_order_message`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_order_message` ( `id_order_message` int(10) unsigned NOT NULL auto_increment, `date_add` datetime NOT NULL, PRIMARY KEY (`id_order_message`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_order_message` -- LOCK TABLES `psa_order_message` WRITE; /*!40000 ALTER TABLE `psa_order_message` DISABLE KEYS */; INSERT INTO `psa_order_message` VALUES (1,'2013-09-17 00:25:42'); /*!40000 ALTER TABLE `psa_order_message` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_order_message_lang` -- DROP TABLE IF EXISTS `psa_order_message_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_order_message_lang` ( `id_order_message` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(128) NOT NULL, `message` text NOT NULL, PRIMARY KEY (`id_order_message`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_order_message_lang` -- LOCK TABLES `psa_order_message_lang` WRITE; /*!40000 ALTER TABLE `psa_order_message_lang` DISABLE KEYS */; INSERT INTO `psa_order_message_lang` VALUES (1,1,'Delay','Hi,\n\nUnfortunately, an item on your order is currently out of stock. This may cause a slight delay in delivery.\nPlease accept our apologies and rest assured that we are working hard to rectify this.\n\nBest regards,'); /*!40000 ALTER TABLE `psa_order_message_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_order_payment` -- DROP TABLE IF EXISTS `psa_order_payment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_order_payment` ( `id_order_payment` int(11) NOT NULL auto_increment, `order_reference` varchar(9) default NULL, `id_currency` int(10) unsigned NOT NULL, `amount` decimal(10,2) NOT NULL, `payment_method` varchar(255) NOT NULL, `conversion_rate` decimal(13,6) NOT NULL default '1.000000', `transaction_id` varchar(254) default NULL, `card_number` varchar(254) default NULL, `card_brand` varchar(254) default NULL, `card_expiration` char(7) default NULL, `card_holder` varchar(254) default NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_order_payment`), KEY `order_reference` (`order_reference`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_order_payment` -- LOCK TABLES `psa_order_payment` WRITE; /*!40000 ALTER TABLE `psa_order_payment` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_order_payment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_order_return` -- DROP TABLE IF EXISTS `psa_order_return`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_order_return` ( `id_order_return` int(10) unsigned NOT NULL auto_increment, `id_customer` int(10) unsigned NOT NULL, `id_order` int(10) unsigned NOT NULL, `state` tinyint(1) unsigned NOT NULL default '1', `question` text NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_order_return`), KEY `order_return_customer` (`id_customer`), KEY `id_order` (`id_order`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_order_return` -- LOCK TABLES `psa_order_return` WRITE; /*!40000 ALTER TABLE `psa_order_return` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_order_return` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_order_return_detail` -- DROP TABLE IF EXISTS `psa_order_return_detail`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_order_return_detail` ( `id_order_return` int(10) unsigned NOT NULL, `id_order_detail` int(10) unsigned NOT NULL, `id_customization` int(10) unsigned NOT NULL default '0', `product_quantity` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_order_return`,`id_order_detail`,`id_customization`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_order_return_detail` -- LOCK TABLES `psa_order_return_detail` WRITE; /*!40000 ALTER TABLE `psa_order_return_detail` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_order_return_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_order_return_state` -- DROP TABLE IF EXISTS `psa_order_return_state`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_order_return_state` ( `id_order_return_state` int(10) unsigned NOT NULL auto_increment, `color` varchar(32) default NULL, PRIMARY KEY (`id_order_return_state`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_order_return_state` -- LOCK TABLES `psa_order_return_state` WRITE; /*!40000 ALTER TABLE `psa_order_return_state` DISABLE KEYS */; INSERT INTO `psa_order_return_state` VALUES (1,'RoyalBlue'),(2,'BlueViolet'),(3,'LimeGreen'),(4,'Crimson'),(5,'#108510'); /*!40000 ALTER TABLE `psa_order_return_state` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_order_return_state_lang` -- DROP TABLE IF EXISTS `psa_order_return_state_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_order_return_state_lang` ( `id_order_return_state` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(64) NOT NULL, PRIMARY KEY (`id_order_return_state`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_order_return_state_lang` -- LOCK TABLES `psa_order_return_state_lang` WRITE; /*!40000 ALTER TABLE `psa_order_return_state_lang` DISABLE KEYS */; INSERT INTO `psa_order_return_state_lang` VALUES (1,1,'Waiting for confirmation'),(2,1,'Waiting for package'),(3,1,'Package received'),(4,1,'Return denied'),(5,1,'Return completed'); /*!40000 ALTER TABLE `psa_order_return_state_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_order_slip` -- DROP TABLE IF EXISTS `psa_order_slip`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_order_slip` ( `id_order_slip` int(10) unsigned NOT NULL auto_increment, `conversion_rate` decimal(13,6) NOT NULL default '1.000000', `id_customer` int(10) unsigned NOT NULL, `id_order` int(10) unsigned NOT NULL, `shipping_cost` tinyint(3) unsigned NOT NULL default '0', `amount` decimal(10,2) NOT NULL, `shipping_cost_amount` decimal(10,2) NOT NULL, `partial` tinyint(1) NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_order_slip`), KEY `order_slip_customer` (`id_customer`), KEY `id_order` (`id_order`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_order_slip` -- LOCK TABLES `psa_order_slip` WRITE; /*!40000 ALTER TABLE `psa_order_slip` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_order_slip` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_order_slip_detail` -- DROP TABLE IF EXISTS `psa_order_slip_detail`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_order_slip_detail` ( `id_order_slip` int(10) unsigned NOT NULL, `id_order_detail` int(10) unsigned NOT NULL, `product_quantity` int(10) unsigned NOT NULL default '0', `amount_tax_excl` decimal(10,2) default NULL, `amount_tax_incl` decimal(10,2) default NULL, PRIMARY KEY (`id_order_slip`,`id_order_detail`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_order_slip_detail` -- LOCK TABLES `psa_order_slip_detail` WRITE; /*!40000 ALTER TABLE `psa_order_slip_detail` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_order_slip_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_order_state` -- DROP TABLE IF EXISTS `psa_order_state`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_order_state` ( `id_order_state` int(10) unsigned NOT NULL auto_increment, `invoice` tinyint(1) unsigned default '0', `send_email` tinyint(1) unsigned NOT NULL default '0', `module_name` varchar(255) default NULL, `color` varchar(32) default NULL, `unremovable` tinyint(1) unsigned NOT NULL, `hidden` tinyint(1) unsigned NOT NULL default '0', `logable` tinyint(1) NOT NULL default '0', `delivery` tinyint(1) unsigned NOT NULL default '0', `shipped` tinyint(1) unsigned NOT NULL default '0', `paid` tinyint(1) unsigned NOT NULL default '0', `deleted` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_order_state`), KEY `module_name` (`module_name`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_order_state` -- LOCK TABLES `psa_order_state` WRITE; /*!40000 ALTER TABLE `psa_order_state` DISABLE KEYS */; INSERT INTO `psa_order_state` VALUES (1,0,1,'cheque','RoyalBlue',1,0,0,0,0,0,0),(2,1,1,'','LimeGreen',1,0,1,0,0,1,0),(3,1,1,'','DarkOrange',1,0,1,1,0,1,0),(4,1,1,'','BlueViolet',1,0,1,1,1,1,0),(5,1,0,'','#108510',1,0,1,1,1,1,0),(6,0,1,'','Crimson',1,0,0,0,0,0,0),(7,1,1,'','#ec2e15',1,0,0,0,0,0,0),(8,0,1,'','#8f0621',1,0,0,0,0,0,0),(9,1,1,'','HotPink',1,0,0,0,0,1,0),(10,0,1,'bankwire','RoyalBlue',1,0,0,0,0,0,0),(11,0,0,'','RoyalBlue',1,0,0,0,0,0,0),(12,1,1,'','LimeGreen',1,0,1,0,0,1,0); /*!40000 ALTER TABLE `psa_order_state` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_order_state_lang` -- DROP TABLE IF EXISTS `psa_order_state_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_order_state_lang` ( `id_order_state` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(64) NOT NULL, `template` varchar(64) NOT NULL, PRIMARY KEY (`id_order_state`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_order_state_lang` -- LOCK TABLES `psa_order_state_lang` WRITE; /*!40000 ALTER TABLE `psa_order_state_lang` DISABLE KEYS */; INSERT INTO `psa_order_state_lang` VALUES (1,1,'Awaiting cheque payment','cheque'),(2,1,'Payment accepted','payment'),(3,1,'Preparation in progress','preparation'),(4,1,'Shipped','shipped'),(5,1,'Delivered',''),(6,1,'Canceled','order_canceled'),(7,1,'Refund','refund'),(8,1,'Payment error','payment_error'),(9,1,'On backorder','outofstock'),(10,1,'Awaiting bank wire payment','bankwire'),(11,1,'Awaiting PayPal payment',''),(12,1,'Payment remotely accepted','payment'); /*!40000 ALTER TABLE `psa_order_state_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_orders` -- DROP TABLE IF EXISTS `psa_orders`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_orders` ( `id_order` int(10) unsigned NOT NULL auto_increment, `reference` varchar(9) default NULL, `id_shop_group` int(11) unsigned NOT NULL default '1', `id_shop` int(11) unsigned NOT NULL default '1', `id_carrier` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `id_customer` int(10) unsigned NOT NULL, `id_cart` int(10) unsigned NOT NULL, `id_currency` int(10) unsigned NOT NULL, `id_address_delivery` int(10) unsigned NOT NULL, `id_address_invoice` int(10) unsigned NOT NULL, `current_state` int(10) unsigned NOT NULL, `secure_key` varchar(32) NOT NULL default '-1', `payment` varchar(255) NOT NULL, `conversion_rate` decimal(13,6) NOT NULL default '1.000000', `module` varchar(255) default NULL, `recyclable` tinyint(1) unsigned NOT NULL default '0', `gift` tinyint(1) unsigned NOT NULL default '0', `gift_message` text, `mobile_theme` tinyint(1) NOT NULL default '0', `shipping_number` varchar(32) default NULL, `total_discounts` decimal(17,2) NOT NULL default '0.00', `total_discounts_tax_incl` decimal(17,2) NOT NULL default '0.00', `total_discounts_tax_excl` decimal(17,2) NOT NULL default '0.00', `total_paid` decimal(17,2) NOT NULL default '0.00', `total_paid_tax_incl` decimal(17,2) NOT NULL default '0.00', `total_paid_tax_excl` decimal(17,2) NOT NULL default '0.00', `total_paid_real` decimal(17,2) NOT NULL default '0.00', `total_products` decimal(17,2) NOT NULL default '0.00', `total_products_wt` decimal(17,2) NOT NULL default '0.00', `total_shipping` decimal(17,2) NOT NULL default '0.00', `total_shipping_tax_incl` decimal(17,2) NOT NULL default '0.00', `total_shipping_tax_excl` decimal(17,2) NOT NULL default '0.00', `carrier_tax_rate` decimal(10,3) NOT NULL default '0.000', `total_wrapping` decimal(17,2) NOT NULL default '0.00', `total_wrapping_tax_incl` decimal(17,2) NOT NULL default '0.00', `total_wrapping_tax_excl` decimal(17,2) NOT NULL default '0.00', `invoice_number` int(10) unsigned NOT NULL default '0', `delivery_number` int(10) unsigned NOT NULL default '0', `invoice_date` datetime NOT NULL, `delivery_date` datetime NOT NULL, `valid` int(1) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_order`), KEY `id_customer` (`id_customer`), KEY `id_cart` (`id_cart`), KEY `invoice_number` (`invoice_number`), KEY `id_carrier` (`id_carrier`), KEY `id_lang` (`id_lang`), KEY `id_currency` (`id_currency`), KEY `id_address_delivery` (`id_address_delivery`), KEY `id_address_invoice` (`id_address_invoice`), KEY `id_shop_group` (`id_shop_group`), KEY `id_shop` (`id_shop`), KEY `date_add` (`date_add`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_orders` -- LOCK TABLES `psa_orders` WRITE; /*!40000 ALTER TABLE `psa_orders` DISABLE KEYS */; INSERT INTO `psa_orders` VALUES (1,'XKBKNABJK',1,1,2,1,1,1,1,2,2,1,'47ce86627c1f3c792a80773c5d2deaf8','Chèque','1.000000','cheque',0,0,'',0,'','0.00','0.00','0.00','626.37','626.37','523.72','0.00','516.72','618.00','7.98','8.37','7.00','19.600','0.00','0.00','0.00',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'2013-09-17 00:25:41','2013-09-17 00:25:42'); /*!40000 ALTER TABLE `psa_orders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_pack` -- DROP TABLE IF EXISTS `psa_pack`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_pack` ( `id_product_pack` int(10) unsigned NOT NULL, `id_product_item` int(10) unsigned NOT NULL, `quantity` int(10) unsigned NOT NULL default '1', PRIMARY KEY (`id_product_pack`,`id_product_item`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_pack` -- LOCK TABLES `psa_pack` WRITE; /*!40000 ALTER TABLE `psa_pack` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_pack` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_page` -- DROP TABLE IF EXISTS `psa_page`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_page` ( `id_page` int(10) unsigned NOT NULL auto_increment, `id_page_type` int(10) unsigned NOT NULL, `id_object` int(10) unsigned default NULL, PRIMARY KEY (`id_page`), KEY `id_page_type` (`id_page_type`), KEY `id_object` (`id_object`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_page` -- LOCK TABLES `psa_page` WRITE; /*!40000 ALTER TABLE `psa_page` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_page` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_page_type` -- DROP TABLE IF EXISTS `psa_page_type`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_page_type` ( `id_page_type` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL, PRIMARY KEY (`id_page_type`), KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_page_type` -- LOCK TABLES `psa_page_type` WRITE; /*!40000 ALTER TABLE `psa_page_type` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_page_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_page_viewed` -- DROP TABLE IF EXISTS `psa_page_viewed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_page_viewed` ( `id_page` int(10) unsigned NOT NULL, `id_shop_group` int(10) unsigned NOT NULL default '1', `id_shop` int(10) unsigned NOT NULL default '1', `id_date_range` int(10) unsigned NOT NULL, `counter` int(10) unsigned NOT NULL, PRIMARY KEY (`id_page`,`id_date_range`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_page_viewed` -- LOCK TABLES `psa_page_viewed` WRITE; /*!40000 ALTER TABLE `psa_page_viewed` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_page_viewed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_pagenotfound` -- DROP TABLE IF EXISTS `psa_pagenotfound`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_pagenotfound` ( `id_pagenotfound` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL default '1', `id_shop_group` int(10) unsigned NOT NULL default '1', `request_uri` varchar(256) NOT NULL, `http_referer` varchar(256) NOT NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_pagenotfound`), KEY `date_add` (`date_add`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_pagenotfound` -- LOCK TABLES `psa_pagenotfound` WRITE; /*!40000 ALTER TABLE `psa_pagenotfound` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_pagenotfound` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_product` -- DROP TABLE IF EXISTS `psa_product`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_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=8 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_product` -- LOCK TABLES `psa_product` WRITE; /*!40000 ALTER TABLE `psa_product` DISABLE KEYS */; INSERT INTO `psa_product` VALUES (1,1,1,3,1,1,0,0,'0','','0.000000',0,1,'124.581940','70.000000','','0.000000','0.00','demo_1','','','0.000000','0.000000','0.000000','0.500000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-17 00:25:40','2013-09-17 00:25:40',0),(2,1,1,3,1,1,0,0,'0','','0.000000',0,1,'66.053500','33.000000','','0.000000','0.00','demo_2','','','0.000000','0.000000','0.000000','0.000000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-17 00:25:41','2013-09-17 00:25:41',0),(3,1,1,5,1,1,0,0,'0','','0.000000',0,1,'1504.180602','1000.000000','','0.000000','0.00','demo_3','','','0.000000','0.000000','0.000000','1.360000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-17 00:25:41','2013-09-17 00:25:41',0),(4,1,1,5,1,1,0,0,'0','','0.000000',0,1,'1170.568561','0.000000','','0.000000','0.00','demo_4','','','0.000000','0.000000','0.000000','0.750000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-17 00:25:41','2013-09-17 00:25:41',0),(5,0,0,3,1,1,0,0,'0','','0.000000',0,1,'241.638796','200.000000','','0.000000','0.00','demo_5','','','0.000000','0.000000','0.000000','0.000000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-17 00:25:41','2013-09-17 00:25:41',0),(6,0,0,4,1,1,0,1,'0','','0.000000',0,1,'25.041806','0.000000','','0.000000','0.00','demo_6','','','0.000000','0.000000','0.000000','0.000000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-17 00:25:41','2013-09-17 00:25:41',0),(7,2,2,4,1,1,0,1,'0','','0.000000',0,1,'124.581940','0.000000','','0.000000','0.00','demo_7','','','0.000000','0.000000','0.000000','0.000000',2,0,0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,0,0,'2013-09-17 00:25:41','2013-09-17 00:25:41',0); /*!40000 ALTER TABLE `psa_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_product_attachment` -- DROP TABLE IF EXISTS `psa_product_attachment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_product_attachment` ( `id_product` int(10) unsigned NOT NULL, `id_attachment` int(10) unsigned NOT NULL, PRIMARY KEY (`id_product`,`id_attachment`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_product_attachment` -- LOCK TABLES `psa_product_attachment` WRITE; /*!40000 ALTER TABLE `psa_product_attachment` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_product_attachment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_product_attribute` -- DROP TABLE IF EXISTS `psa_product_attribute`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_product_attribute` ( `id_product_attribute` int(10) unsigned NOT NULL auto_increment, `id_product` int(10) unsigned NOT NULL, `reference` varchar(32) default NULL, `supplier_reference` varchar(32) default NULL, `location` varchar(64) default NULL, `ean13` varchar(13) default NULL, `upc` varchar(12) default NULL, `wholesale_price` decimal(20,6) NOT NULL default '0.000000', `price` decimal(20,6) NOT NULL default '0.000000', `ecotax` decimal(17,6) NOT NULL default '0.000000', `quantity` int(10) NOT NULL default '0', `weight` decimal(20,6) NOT NULL default '0.000000', `unit_price_impact` decimal(17,2) NOT NULL default '0.00', `default_on` tinyint(1) unsigned NOT NULL default '0', `minimal_quantity` int(10) unsigned NOT NULL default '1', `available_date` date NOT NULL, PRIMARY KEY (`id_product_attribute`), KEY `product_attribute_product` (`id_product`), KEY `reference` (`reference`), KEY `supplier_reference` (`supplier_reference`), KEY `product_default` (`id_product`,`default_on`), KEY `id_product_id_product_attribute` (`id_product_attribute`,`id_product`) ) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_product_attribute` -- LOCK TABLES `psa_product_attribute` WRITE; /*!40000 ALTER TABLE `psa_product_attribute` DISABLE KEYS */; INSERT INTO `psa_product_attribute` VALUES (1,2,'','','','','','0.000000','0.000000','0.000000',10,'0.000000','0.00',0,1,'0000-00-00'),(2,2,'','','','','','0.000000','0.000000','0.000000',20,'0.000000','0.00',1,1,'0000-00-00'),(3,2,'','','','','','0.000000','0.000000','0.000000',30,'0.000000','0.00',0,1,'0000-00-00'),(4,2,'','','','','','0.000000','0.000000','0.000000',40,'0.000000','0.00',0,1,'0000-00-00'),(5,3,'','','','','','0.000000','751.672241','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(6,3,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',1,1,'0000-00-00'),(7,3,'','','','','','0.000000','225.752508','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(8,3,'','','','','','0.000000','977.424749','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(9,5,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',1,1,'0000-00-00'),(10,5,'','','','','','0.000000','75.250836','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(11,5,'','','','','','0.000000','150.501672','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(12,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,4,'0000-00-00'),(13,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(14,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(15,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(16,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(17,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(18,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',1,1,'0000-00-00'),(19,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(20,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(21,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(22,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(23,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(24,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(25,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(26,1,'','','','','','0.000000','41.806020','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'),(27,1,'','','','','','0.000000','0.000000','0.000000',0,'0.000000','0.00',0,1,'0000-00-00'); /*!40000 ALTER TABLE `psa_product_attribute` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_product_attribute_combination` -- DROP TABLE IF EXISTS `psa_product_attribute_combination`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_product_attribute_combination` ( `id_attribute` int(10) unsigned NOT NULL, `id_product_attribute` int(10) unsigned NOT NULL, PRIMARY KEY (`id_attribute`,`id_product_attribute`), KEY `id_product_attribute` (`id_product_attribute`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_product_attribute_combination` -- LOCK TABLES `psa_product_attribute_combination` WRITE; /*!40000 ALTER TABLE `psa_product_attribute_combination` DISABLE KEYS */; INSERT INTO `psa_product_attribute_combination` VALUES (3,3),(3,5),(3,6),(3,7),(3,8),(3,16),(3,17),(4,1),(4,12),(4,13),(5,4),(5,22),(5,23),(6,2),(6,24),(6,25),(7,20),(7,21),(8,6),(8,8),(9,5),(9,7),(10,5),(10,6),(11,7),(11,8),(14,18),(14,19),(15,9),(15,13),(15,15),(15,17),(15,19),(15,21),(15,23),(15,25),(15,27),(16,10),(16,12),(16,14),(16,16),(16,18),(16,20),(16,22),(16,24),(16,26),(17,11),(18,26),(18,27),(19,14),(19,15); /*!40000 ALTER TABLE `psa_product_attribute_combination` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_product_attribute_image` -- DROP TABLE IF EXISTS `psa_product_attribute_image`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_product_attribute_image` ( `id_product_attribute` int(10) unsigned NOT NULL, `id_image` int(10) unsigned NOT NULL, PRIMARY KEY (`id_product_attribute`,`id_image`), KEY `id_image` (`id_image`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_product_attribute_image` -- LOCK TABLES `psa_product_attribute_image` WRITE; /*!40000 ALTER TABLE `psa_product_attribute_image` DISABLE KEYS */; INSERT INTO `psa_product_attribute_image` VALUES (1,23),(2,24),(3,26),(4,25),(5,0),(6,0),(7,0),(8,0),(9,0),(10,0),(11,0),(12,16),(13,16),(14,22),(15,22),(16,21),(17,21),(18,15),(19,15),(20,18),(21,18),(22,19),(23,19),(24,17),(25,17),(26,20),(27,20); /*!40000 ALTER TABLE `psa_product_attribute_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_product_attribute_shop` -- DROP TABLE IF EXISTS `psa_product_attribute_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_product_attribute_shop` ( `id_product_attribute` int(10) unsigned NOT NULL, `id_shop` int(10) unsigned NOT NULL, `wholesale_price` decimal(20,6) NOT NULL default '0.000000', `price` decimal(20,6) NOT NULL default '0.000000', `ecotax` decimal(17,6) NOT NULL default '0.000000', `weight` decimal(20,6) NOT NULL default '0.000000', `unit_price_impact` decimal(17,2) NOT NULL default '0.00', `default_on` tinyint(1) unsigned NOT NULL default '0', `minimal_quantity` int(10) unsigned NOT NULL default '1', `available_date` date NOT NULL, PRIMARY KEY (`id_product_attribute`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_product_attribute_shop` -- LOCK TABLES `psa_product_attribute_shop` WRITE; /*!40000 ALTER TABLE `psa_product_attribute_shop` DISABLE KEYS */; INSERT INTO `psa_product_attribute_shop` VALUES (1,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(2,1,'0.000000','0.000000','0.000000','0.000000','0.00',1,1,'0000-00-00'),(3,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(4,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(5,1,'0.000000','751.672241','0.000000','0.000000','0.00',0,1,'0000-00-00'),(6,1,'0.000000','0.000000','0.000000','0.000000','0.00',1,1,'0000-00-00'),(7,1,'0.000000','225.752508','0.000000','0.000000','0.00',0,1,'0000-00-00'),(8,1,'0.000000','977.424749','0.000000','0.000000','0.00',0,1,'0000-00-00'),(9,1,'0.000000','0.000000','0.000000','0.000000','0.00',1,1,'0000-00-00'),(10,1,'0.000000','75.250836','0.000000','0.000000','0.00',0,1,'0000-00-00'),(11,1,'0.000000','150.501672','0.000000','0.000000','0.00',0,1,'0000-00-00'),(12,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,4,'0000-00-00'),(13,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(14,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,1,'0000-00-00'),(15,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(16,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,1,'0000-00-00'),(17,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(18,1,'0.000000','41.806020','0.000000','0.000000','0.00',1,1,'0000-00-00'),(19,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(20,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,1,'0000-00-00'),(21,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(22,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,1,'0000-00-00'),(23,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(24,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,1,'0000-00-00'),(25,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'),(26,1,'0.000000','41.806020','0.000000','0.000000','0.00',0,1,'0000-00-00'),(27,1,'0.000000','0.000000','0.000000','0.000000','0.00',0,1,'0000-00-00'); /*!40000 ALTER TABLE `psa_product_attribute_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_product_carrier` -- DROP TABLE IF EXISTS `psa_product_carrier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_product_carrier` ( `id_product` int(10) unsigned NOT NULL, `id_carrier_reference` int(10) unsigned NOT NULL, `id_shop` int(10) unsigned NOT NULL, PRIMARY KEY (`id_product`,`id_carrier_reference`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_product_carrier` -- LOCK TABLES `psa_product_carrier` WRITE; /*!40000 ALTER TABLE `psa_product_carrier` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_product_carrier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_product_country_tax` -- DROP TABLE IF EXISTS `psa_product_country_tax`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_product_country_tax` ( `id_product` int(11) NOT NULL, `id_country` int(11) NOT NULL, `id_tax` int(11) NOT NULL, PRIMARY KEY (`id_product`,`id_country`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_product_country_tax` -- LOCK TABLES `psa_product_country_tax` WRITE; /*!40000 ALTER TABLE `psa_product_country_tax` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_product_country_tax` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_product_download` -- DROP TABLE IF EXISTS `psa_product_download`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_product_download` ( `id_product_download` int(10) unsigned NOT NULL auto_increment, `id_product` int(10) unsigned NOT NULL, `display_filename` varchar(255) default NULL, `filename` varchar(255) default NULL, `date_add` datetime NOT NULL, `date_expiration` datetime default NULL, `nb_days_accessible` int(10) unsigned default NULL, `nb_downloadable` int(10) unsigned default '1', `active` tinyint(1) unsigned NOT NULL default '1', `is_shareable` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_product_download`), KEY `product_active` (`id_product`,`active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_product_download` -- LOCK TABLES `psa_product_download` WRITE; /*!40000 ALTER TABLE `psa_product_download` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_product_download` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_product_group_reduction_cache` -- DROP TABLE IF EXISTS `psa_product_group_reduction_cache`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_product_group_reduction_cache` ( `id_product` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, `reduction` decimal(4,3) NOT NULL, PRIMARY KEY (`id_product`,`id_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_product_group_reduction_cache` -- LOCK TABLES `psa_product_group_reduction_cache` WRITE; /*!40000 ALTER TABLE `psa_product_group_reduction_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_product_group_reduction_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_product_lang` -- DROP TABLE IF EXISTS `psa_product_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_product_lang` ( `id_product` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_lang` int(10) unsigned NOT NULL, `description` text, `description_short` text, `link_rewrite` varchar(128) NOT NULL, `meta_description` varchar(255) default NULL, `meta_keywords` varchar(255) default NULL, `meta_title` varchar(128) default NULL, `name` varchar(128) NOT NULL, `available_now` varchar(255) default NULL, `available_later` varchar(255) default NULL, PRIMARY KEY (`id_product`,`id_shop`,`id_lang`), KEY `id_lang` (`id_lang`), KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_product_lang` -- LOCK TABLES `psa_product_lang` WRITE; /*!40000 ALTER TABLE `psa_product_lang` DISABLE KEYS */; INSERT INTO `psa_product_lang` VALUES (1,1,1,'<p><strong><span style=\"font-size: small;\">Curved ahead of the curve.</span></strong></p>\r\n<p>For those about to rock, we give you nine amazing colors. But that\'s only part of the story. Feel the curved, all-aluminum and glass design and you won\'t want to put iPod nano down.</p>\r\n<p><strong><span style=\"font-size: small;\">Great looks. And brains, too.</span></strong></p>\r\n<p>The new Genius feature turns iPod nano into your own highly intelligent, personal DJ. It creates playlists by finding songs in your library that go great together.</p>\r\n<p><strong><span style=\"font-size: small;\">Made to move with your moves.</span></strong></p>\r\n<p>The accelerometer comes to iPod nano. Give it a shake to shuffle your music. Turn it sideways to view Cover Flow. And play games designed with your moves in mind.</p>','<p>New design. New features. Now in 8GB and 16GB. iPod nano rocks like never before.</p>','ipod-nano','','','','iPod Nano','In stock',''),(2,1,1,'<p><span style=\"font-size: small;\"><strong>Instant attachment.</strong></span></p>\r\n<p>Wear up to 500 songs on your sleeve. Or your belt. Or your gym shorts. iPod shuffle is a badge of musical devotion. Now in new, more brilliant colors.</p>\r\n<p><span style=\"font-size: small;\"><strong>Feed your iPod shuffle.</strong></span></p>\r\n<p>iTunes is your entertainment superstore. It’s your ultra-organized music collection and jukebox. And it’s how you load up your iPod shuffle in one click.</p>\r\n<p><span style=\"font-size: small;\"><strong>Beauty and the beat.</strong></span></p>\r\n<p>Intensely colorful anodized aluminum complements the simple design of iPod shuffle. Now in blue, green, pink, red, and original silver.</p>','<p>iPod shuffle, the world’s most wearable music player, now clips on in more vibrant blue, green, pink, and red.</p>','ipod-shuffle','','','','iPod shuffle','In stock',''),(3,1,1,'<p>MacBook Air is nearly as thin as your index finger. Practically every detail that could be streamlined has been. Yet it still has a 13.3-inch widescreen LED display, full-size keyboard, and large multi-touch trackpad. It’s incomparably portable without the usual ultraportable screen and keyboard compromises.</p><p>The incredible thinness of MacBook Air is the result of numerous size- and weight-shaving innovations. From a slimmer hard drive to strategically hidden I/O ports to a lower-profile battery, everything has been considered and reconsidered with thinness in mind.</p><p>MacBook Air is designed and engineered to take full advantage of the wireless world. A world in which 802.11n Wi-Fi is now so fast and so available, people are truly living untethered — buying and renting movies online, downloading software, and sharing and storing files on the web. </p>','MacBook Air is ultrathin, ultraportable, and ultra unlike anything else. But you don’t lose inches and pounds overnight. It’s the result of rethinking conventions. Of multiple wireless innovations. And of breakthrough design. With MacBook Air, mobile computing suddenly has a new standard.','macbook-air','','','','MacBook Air','',''),(4,1,1,'Every MacBook has a larger hard drive, up to 250GB, to store growing media collections and valuable data.<br /><br />The 2.4GHz MacBook models now include 2GB of memory standard — perfect for running more of your favorite applications smoothly.','MacBook makes it easy to hit the road thanks to its tough polycarbonate case, built-in wireless technologies, and innovative MagSafe Power Adapter that releases automatically if someone accidentally trips on the cord.','macbook','','','','MacBook','',''),(5,1,1,'<h3>Five new hands-on applications</h3>\r\n<p>View rich HTML email with photos as well as PDF, Word, and Excel attachments. Get maps, directions, and real-time traffic information. Take notes and read stock and weather reports.</p>\r\n<h3>Touch your music, movies, and more</h3>\r\n<p>The revolutionary Multi-Touch technology built into the gorgeous 3.5-inch display lets you pinch, zoom, scroll, and flick with your fingers.</p>\r\n<h3>Internet in your pocket</h3>\r\n<p>With the Safari web browser, see websites the way they were designed to be seen and zoom in and out with a tap.<sup>2</sup> And add Web Clips to your Home screen for quick access to favorite sites.</p>\r\n<h3>What\'s in the box</h3>\r\n<ul>\r\n<li><span></span>iPod touch</li>\r\n<li><span></span>Earphones</li>\r\n<li><span></span>USB 2.0 cable</li>\r\n<li><span></span>Dock adapter</li>\r\n<li><span></span>Polishing cloth</li>\r\n<li><span></span>Stand</li>\r\n<li><span></span>Quick Start guide</li>\r\n</ul>','<ul>\r\n<li>Revolutionary Multi-Touch interface</li>\r\n<li>3.5-inch widescreen color display</li>\r\n<li>Wi-Fi (802.11b/g)</li>\r\n<li>8 mm thin</li>\r\n<li>Safari, YouTube, Mail, Stocks, Weather, Notes, iTunes Wi-Fi Music Store, Maps</li>\r\n</ul>','ipod-touch','','','','iPod touch','',''),(6,1,1,'<p>Lorem ipsum</p>','<p>Lorem ipsum</p>','belkin-leather-folio-for-ipod-nano-black-chocolate','','','','Belkin Leather Folio for iPod nano - Black / Chocolate','',''),(7,1,1,'<div class=\"product-overview-full\">Using Hi-Definition MicroSpeakers to deliver full-range audio, the ergonomic and lightweight design of the SE210 earphones is ideal for premium on-the-go listening on your iPod or iPhone. They offer the most accurate audio reproduction from both portable and home stereo audio sources--for the ultimate in precision highs and rich low end. In addition, the flexible design allows you to choose the most comfortable fit from a variety of wearing positions. <br /> <br /> <strong>Features </strong> <br /> \r\n<ul>\r\n<li>Sound-isolating design </li>\r\n<li> Hi-Definition MicroSpeaker with a single balanced armature driver </li>\r\n<li> Detachable, modular cable so you can make the cable longer or shorter depending on your activity </li>\r\n<li> Connector compatible with earphone ports on both iPod and iPhone </li>\r\n</ul>\r\n<strong>Specifications </strong><br /> \r\n<ul>\r\n<li>Speaker type: Hi-Definition MicroSpeaker </li>\r\n<li> Frequency range: 25Hz-18.5kHz </li>\r\n<li> Impedance (1kHz): 26 Ohms </li>\r\n<li> Sensitivity (1mW): 114 dB SPL/mW </li>\r\n<li> Cable length (with extension): 18.0 in./45.0 cm (54.0 in./137.1 cm) </li>\r\n</ul>\r\n<strong>In the box</strong><br /> \r\n<ul>\r\n<li>Shure SE210 earphones </li>\r\n<li> Extension cable (36.0 in./91.4 cm) </li>\r\n<li> Three pairs foam earpiece sleeves (small, medium, large) </li>\r\n<li> Three pairs soft flex earpiece sleeves (small, medium, large) </li>\r\n<li> One pair triple-flange earpiece sleeves </li>\r\n<li> Carrying case </li>\r\n</ul>\r\nWarranty<br /> Two-year limited <br />(For details, please visit <br />www.shure.com/PersonalAudio/CustomerSupport/ProductReturnsAndWarranty/index.htm.) <br /><br /> Mfr. Part No.: SE210-A-EFS <br /><br />Note: Products sold through this website that do not bear the Apple Brand name are serviced and supported exclusively by their manufacturers in accordance with terms and conditions packaged with the products. Apple\'s Limited Warranty does not apply to products that are not Apple-branded, even if packaged or sold with Apple products. Please contact the manufacturer directly for technical support and customer service.</div>','<p>Evolved from personal monitor technology road-tested by pro musicians and perfected by Shure engineers, the lightweight and stylish SE210 delivers full-range audio that\'s free from outside noise.</p>','ecouteurs-a-isolation-sonore-shure-se210-blanc','','','','Shure SE210 Sound-Isolating Earphones for iPod and iPhone','',''); /*!40000 ALTER TABLE `psa_product_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_product_sale` -- DROP TABLE IF EXISTS `psa_product_sale`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_product_sale` ( `id_product` int(10) unsigned NOT NULL, `quantity` int(10) unsigned NOT NULL default '0', `sale_nbr` int(10) unsigned NOT NULL default '0', `date_upd` date NOT NULL, PRIMARY KEY (`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_product_sale` -- LOCK TABLES `psa_product_sale` WRITE; /*!40000 ALTER TABLE `psa_product_sale` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_product_sale` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_product_shop` -- DROP TABLE IF EXISTS `psa_product_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_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; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_product_shop` -- LOCK TABLES `psa_product_shop` WRITE; /*!40000 ALTER TABLE `psa_product_shop` DISABLE KEYS */; INSERT INTO `psa_product_shop` VALUES (1,1,3,1,0,0,'0.000000',1,'124.581940','70.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-17 00:25:40','2013-09-17 00:25:40'),(2,1,3,1,0,0,'0.000000',1,'66.053500','33.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-17 00:25:41','2013-09-17 00:25:41'),(3,1,5,1,0,0,'0.000000',1,'1504.180602','1000.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-17 00:25:41','2013-09-17 00:25:41'),(4,1,5,1,0,0,'0.000000',1,'1170.568561','0.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-17 00:25:41','2013-09-17 00:25:41'),(5,1,3,1,0,0,'0.000000',1,'241.638796','200.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-17 00:25:41','2013-09-17 00:25:41'),(6,1,4,1,0,1,'0.000000',1,'25.041806','0.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-17 00:25:41','2013-09-17 00:25:41'),(7,1,4,1,0,1,'0.000000',1,'124.581940','0.000000','','0.000000','0.00',0,0,0,1,'',0,1,'0000-00-00','new',1,1,'both',0,0,'2013-09-17 00:25:41','2013-09-17 00:25:41'); /*!40000 ALTER TABLE `psa_product_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_product_supplier` -- DROP TABLE IF EXISTS `psa_product_supplier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_product_supplier` ( `id_product_supplier` int(11) unsigned NOT NULL auto_increment, `id_product` int(11) unsigned NOT NULL, `id_product_attribute` int(11) unsigned NOT NULL default '0', `id_supplier` int(11) unsigned NOT NULL, `product_supplier_reference` varchar(32) default NULL, `product_supplier_price_te` decimal(20,6) NOT NULL default '0.000000', `id_currency` int(11) unsigned NOT NULL, PRIMARY KEY (`id_product_supplier`), UNIQUE KEY `id_product` (`id_product`,`id_product_attribute`,`id_supplier`) ) ENGINE=MyISAM AUTO_INCREMENT=35 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_product_supplier` -- LOCK TABLES `psa_product_supplier` WRITE; /*!40000 ALTER TABLE `psa_product_supplier` DISABLE KEYS */; INSERT INTO `psa_product_supplier` VALUES (1,1,0,1,'','0.000000',0),(2,1,12,1,'','0.000000',0),(3,1,13,1,'','0.000000',0),(4,1,14,1,'','0.000000',0),(5,1,15,1,'','0.000000',0),(6,1,16,1,'','0.000000',0),(7,1,17,1,'','0.000000',0),(8,1,18,1,'','0.000000',0),(9,1,19,1,'','0.000000',0),(10,1,20,1,'','0.000000',0),(11,1,21,1,'','0.000000',0),(12,1,22,1,'','0.000000',0),(13,1,23,1,'','0.000000',0),(14,1,24,1,'','0.000000',0),(15,1,25,1,'','0.000000',0),(16,1,26,1,'','0.000000',0),(17,1,27,1,'','0.000000',0),(18,3,0,1,'','0.000000',0),(19,3,5,1,'','0.000000',0),(20,3,6,1,'','0.000000',0),(21,3,7,1,'','0.000000',0),(22,3,8,1,'','0.000000',0),(23,6,0,1,'','0.000000',0),(24,2,0,1,'','0.000000',0),(25,2,1,1,'','0.000000',0),(26,2,2,1,'','0.000000',0),(27,2,3,1,'','0.000000',0),(28,2,4,1,'','0.000000',0),(29,4,0,1,'','0.000000',0),(30,5,0,1,'','0.000000',0),(31,5,9,1,'','0.000000',0),(32,5,10,1,'','0.000000',0),(33,5,11,1,'','0.000000',0),(34,7,0,2,'','0.000000',0); /*!40000 ALTER TABLE `psa_product_supplier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_product_tag` -- DROP TABLE IF EXISTS `psa_product_tag`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_product_tag` ( `id_product` int(10) unsigned NOT NULL, `id_tag` int(10) unsigned NOT NULL, PRIMARY KEY (`id_product`,`id_tag`), KEY `id_tag` (`id_tag`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_product_tag` -- LOCK TABLES `psa_product_tag` WRITE; /*!40000 ALTER TABLE `psa_product_tag` DISABLE KEYS */; INSERT INTO `psa_product_tag` VALUES (1,1),(1,2),(1,3),(2,2),(2,6),(4,1),(4,4),(5,5); /*!40000 ALTER TABLE `psa_product_tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_profile` -- DROP TABLE IF EXISTS `psa_profile`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_profile` ( `id_profile` int(10) unsigned NOT NULL auto_increment, PRIMARY KEY (`id_profile`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_profile` -- LOCK TABLES `psa_profile` WRITE; /*!40000 ALTER TABLE `psa_profile` DISABLE KEYS */; INSERT INTO `psa_profile` VALUES (1),(2),(3),(4),(5); /*!40000 ALTER TABLE `psa_profile` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_profile_lang` -- DROP TABLE IF EXISTS `psa_profile_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_profile_lang` ( `id_lang` int(10) unsigned NOT NULL, `id_profile` int(10) unsigned NOT NULL, `name` varchar(128) NOT NULL, PRIMARY KEY (`id_profile`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_profile_lang` -- LOCK TABLES `psa_profile_lang` WRITE; /*!40000 ALTER TABLE `psa_profile_lang` DISABLE KEYS */; INSERT INTO `psa_profile_lang` VALUES (1,1,'SuperAdmin'),(1,2,'Administrator'),(1,3,'Logistician'),(1,4,'Translator'),(1,5,'Salesman'); /*!40000 ALTER TABLE `psa_profile_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_quick_access` -- DROP TABLE IF EXISTS `psa_quick_access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_quick_access` ( `id_quick_access` int(10) unsigned NOT NULL auto_increment, `new_window` tinyint(1) NOT NULL default '0', `link` varchar(128) NOT NULL, PRIMARY KEY (`id_quick_access`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_quick_access` -- LOCK TABLES `psa_quick_access` WRITE; /*!40000 ALTER TABLE `psa_quick_access` DISABLE KEYS */; INSERT INTO `psa_quick_access` VALUES (1,0,'index.php'),(2,1,'../'),(3,0,'index.php?controller=AdminCategories&addcategory'),(4,0,'index.php?controller=AdminProducts&addproduct'),(5,0,'index.php?controller=AdminCartRules&addcart_rule'); /*!40000 ALTER TABLE `psa_quick_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_quick_access_lang` -- DROP TABLE IF EXISTS `psa_quick_access_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_quick_access_lang` ( `id_quick_access` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`id_quick_access`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_quick_access_lang` -- LOCK TABLES `psa_quick_access_lang` WRITE; /*!40000 ALTER TABLE `psa_quick_access_lang` DISABLE KEYS */; INSERT INTO `psa_quick_access_lang` VALUES (1,1,'Home'),(2,1,'My Shop'),(3,1,'New category'),(4,1,'New product'),(5,1,'New voucher'); /*!40000 ALTER TABLE `psa_quick_access_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_range_price` -- DROP TABLE IF EXISTS `psa_range_price`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_range_price` ( `id_range_price` int(10) unsigned NOT NULL auto_increment, `id_carrier` int(10) unsigned NOT NULL, `delimiter1` decimal(20,6) NOT NULL, `delimiter2` decimal(20,6) NOT NULL, PRIMARY KEY (`id_range_price`), UNIQUE KEY `id_carrier` (`id_carrier`,`delimiter1`,`delimiter2`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_range_price` -- LOCK TABLES `psa_range_price` WRITE; /*!40000 ALTER TABLE `psa_range_price` DISABLE KEYS */; INSERT INTO `psa_range_price` VALUES (1,2,'0.000000','10000.000000'); /*!40000 ALTER TABLE `psa_range_price` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_range_weight` -- DROP TABLE IF EXISTS `psa_range_weight`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_range_weight` ( `id_range_weight` int(10) unsigned NOT NULL auto_increment, `id_carrier` int(10) unsigned NOT NULL, `delimiter1` decimal(20,6) NOT NULL, `delimiter2` decimal(20,6) NOT NULL, PRIMARY KEY (`id_range_weight`), UNIQUE KEY `id_carrier` (`id_carrier`,`delimiter1`,`delimiter2`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_range_weight` -- LOCK TABLES `psa_range_weight` WRITE; /*!40000 ALTER TABLE `psa_range_weight` DISABLE KEYS */; INSERT INTO `psa_range_weight` VALUES (1,2,'0.000000','10000.000000'); /*!40000 ALTER TABLE `psa_range_weight` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_referrer` -- DROP TABLE IF EXISTS `psa_referrer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_referrer` ( `id_referrer` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `passwd` varchar(32) default NULL, `http_referer_regexp` varchar(64) default NULL, `http_referer_like` varchar(64) default NULL, `request_uri_regexp` varchar(64) default NULL, `request_uri_like` varchar(64) default NULL, `http_referer_regexp_not` varchar(64) default NULL, `http_referer_like_not` varchar(64) default NULL, `request_uri_regexp_not` varchar(64) default NULL, `request_uri_like_not` varchar(64) default NULL, `base_fee` decimal(5,2) NOT NULL default '0.00', `percent_fee` decimal(5,2) NOT NULL default '0.00', `click_fee` decimal(5,2) NOT NULL default '0.00', `date_add` datetime NOT NULL, PRIMARY KEY (`id_referrer`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_referrer` -- LOCK TABLES `psa_referrer` WRITE; /*!40000 ALTER TABLE `psa_referrer` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_referrer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_referrer_cache` -- DROP TABLE IF EXISTS `psa_referrer_cache`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_referrer_cache` ( `id_connections_source` int(11) unsigned NOT NULL, `id_referrer` int(11) unsigned NOT NULL, PRIMARY KEY (`id_connections_source`,`id_referrer`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_referrer_cache` -- LOCK TABLES `psa_referrer_cache` WRITE; /*!40000 ALTER TABLE `psa_referrer_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_referrer_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_referrer_shop` -- DROP TABLE IF EXISTS `psa_referrer_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_referrer_shop` ( `id_referrer` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL default '1', `cache_visitors` int(11) default NULL, `cache_visits` int(11) default NULL, `cache_pages` int(11) default NULL, `cache_registrations` int(11) default NULL, `cache_orders` int(11) default NULL, `cache_sales` decimal(17,2) default NULL, `cache_reg_rate` decimal(5,4) default NULL, `cache_order_rate` decimal(5,4) default NULL, PRIMARY KEY (`id_referrer`,`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_referrer_shop` -- LOCK TABLES `psa_referrer_shop` WRITE; /*!40000 ALTER TABLE `psa_referrer_shop` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_referrer_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_reinsurance` -- DROP TABLE IF EXISTS `psa_reinsurance`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_reinsurance` ( `id_reinsurance` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL, `file_name` varchar(100) NOT NULL, PRIMARY KEY (`id_reinsurance`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_reinsurance` -- LOCK TABLES `psa_reinsurance` WRITE; /*!40000 ALTER TABLE `psa_reinsurance` DISABLE KEYS */; INSERT INTO `psa_reinsurance` VALUES (1,1,'reinsurance-1-1.jpg'),(2,1,'reinsurance-2-1.jpg'),(3,1,'reinsurance-3-1.jpg'),(4,1,'reinsurance-4-1.jpg'),(5,1,'reinsurance-5-1.jpg'); /*!40000 ALTER TABLE `psa_reinsurance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_reinsurance_lang` -- DROP TABLE IF EXISTS `psa_reinsurance_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_reinsurance_lang` ( `id_reinsurance` int(10) unsigned NOT NULL auto_increment, `id_lang` int(10) unsigned NOT NULL, `text` varchar(300) NOT NULL, PRIMARY KEY (`id_reinsurance`,`id_lang`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_reinsurance_lang` -- LOCK TABLES `psa_reinsurance_lang` WRITE; /*!40000 ALTER TABLE `psa_reinsurance_lang` DISABLE KEYS */; INSERT INTO `psa_reinsurance_lang` VALUES (1,1,'Money back guarantee.'),(2,1,'In-store exchange.'),(3,1,'Payment upon shipment.'),(4,1,'Free Shipping.'),(5,1,'100% secure payment processing.'); /*!40000 ALTER TABLE `psa_reinsurance_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_request_sql` -- DROP TABLE IF EXISTS `psa_request_sql`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_request_sql` ( `id_request_sql` int(11) NOT NULL auto_increment, `name` varchar(200) NOT NULL, `sql` text NOT NULL, PRIMARY KEY (`id_request_sql`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_request_sql` -- LOCK TABLES `psa_request_sql` WRITE; /*!40000 ALTER TABLE `psa_request_sql` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_request_sql` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_required_field` -- DROP TABLE IF EXISTS `psa_required_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_required_field` ( `id_required_field` int(11) NOT NULL auto_increment, `object_name` varchar(32) NOT NULL, `field_name` varchar(32) NOT NULL, PRIMARY KEY (`id_required_field`), KEY `object_name` (`object_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_required_field` -- LOCK TABLES `psa_required_field` WRITE; /*!40000 ALTER TABLE `psa_required_field` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_required_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_risk` -- DROP TABLE IF EXISTS `psa_risk`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_risk` ( `id_risk` int(11) unsigned NOT NULL auto_increment, `percent` tinyint(3) NOT NULL, `color` varchar(32) default NULL, PRIMARY KEY (`id_risk`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_risk` -- LOCK TABLES `psa_risk` WRITE; /*!40000 ALTER TABLE `psa_risk` DISABLE KEYS */; INSERT INTO `psa_risk` VALUES (1,0,'LimeGreen'),(2,35,'DarkOrange'),(3,75,'Crimson'),(4,100,'#ec2e15'); /*!40000 ALTER TABLE `psa_risk` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_risk_lang` -- DROP TABLE IF EXISTS `psa_risk_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_risk_lang` ( `id_risk` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(20) NOT NULL, PRIMARY KEY (`id_risk`,`id_lang`), KEY `id_risk` (`id_risk`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_risk_lang` -- LOCK TABLES `psa_risk_lang` WRITE; /*!40000 ALTER TABLE `psa_risk_lang` DISABLE KEYS */; INSERT INTO `psa_risk_lang` VALUES (1,1,'None'),(2,1,'Low'),(3,1,'Medium'),(4,1,'High'); /*!40000 ALTER TABLE `psa_risk_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_scene` -- DROP TABLE IF EXISTS `psa_scene`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_scene` ( `id_scene` int(10) unsigned NOT NULL auto_increment, `active` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id_scene`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_scene` -- LOCK TABLES `psa_scene` WRITE; /*!40000 ALTER TABLE `psa_scene` DISABLE KEYS */; INSERT INTO `psa_scene` VALUES (1,1),(2,1),(3,1); /*!40000 ALTER TABLE `psa_scene` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_scene_category` -- DROP TABLE IF EXISTS `psa_scene_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_scene_category` ( `id_scene` int(10) unsigned NOT NULL, `id_category` int(10) unsigned NOT NULL, PRIMARY KEY (`id_scene`,`id_category`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_scene_category` -- LOCK TABLES `psa_scene_category` WRITE; /*!40000 ALTER TABLE `psa_scene_category` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_scene_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_scene_lang` -- DROP TABLE IF EXISTS `psa_scene_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_scene_lang` ( `id_scene` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(100) NOT NULL, PRIMARY KEY (`id_scene`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_scene_lang` -- LOCK TABLES `psa_scene_lang` WRITE; /*!40000 ALTER TABLE `psa_scene_lang` DISABLE KEYS */; INSERT INTO `psa_scene_lang` VALUES (1,1,'The iPods Nano'),(2,1,'The iPods'),(3,1,'The MacBooks'); /*!40000 ALTER TABLE `psa_scene_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_scene_products` -- DROP TABLE IF EXISTS `psa_scene_products`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_scene_products` ( `id_scene` int(10) unsigned NOT NULL, `id_product` int(10) unsigned NOT NULL, `x_axis` int(4) NOT NULL, `y_axis` int(4) NOT NULL, `zone_width` int(3) NOT NULL, `zone_height` int(3) NOT NULL, PRIMARY KEY (`id_scene`,`id_product`,`x_axis`,`y_axis`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_scene_products` -- LOCK TABLES `psa_scene_products` WRITE; /*!40000 ALTER TABLE `psa_scene_products` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_scene_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_scene_shop` -- DROP TABLE IF EXISTS `psa_scene_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_scene_shop` ( `id_scene` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_scene`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_scene_shop` -- LOCK TABLES `psa_scene_shop` WRITE; /*!40000 ALTER TABLE `psa_scene_shop` DISABLE KEYS */; INSERT INTO `psa_scene_shop` VALUES (1,1),(2,1),(3,1); /*!40000 ALTER TABLE `psa_scene_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_search_engine` -- DROP TABLE IF EXISTS `psa_search_engine`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_search_engine` ( `id_search_engine` int(10) unsigned NOT NULL auto_increment, `server` varchar(64) NOT NULL, `getvar` varchar(16) NOT NULL, PRIMARY KEY (`id_search_engine`) ) ENGINE=MyISAM AUTO_INCREMENT=39 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_search_engine` -- LOCK TABLES `psa_search_engine` WRITE; /*!40000 ALTER TABLE `psa_search_engine` DISABLE KEYS */; INSERT INTO `psa_search_engine` VALUES (1,'google','q'),(2,'aol','q'),(3,'yandex','text'),(4,'ask.com','q'),(5,'nhl.com','q'),(6,'yahoo','p'),(7,'baidu','wd'),(8,'lycos','query'),(9,'exalead','q'),(10,'search.live','q'),(11,'voila','rdata'),(12,'altavista','q'),(13,'bing','q'),(14,'daum','q'),(15,'eniro','search_word'),(16,'naver','query'),(17,'msn','q'),(18,'netscape','query'),(19,'cnn','query'),(20,'about','terms'),(21,'mamma','query'),(22,'alltheweb','q'),(23,'virgilio','qs'),(24,'alice','qs'),(25,'najdi','q'),(26,'mama','query'),(27,'seznam','q'),(28,'onet','qt'),(29,'szukacz','q'),(30,'yam','k'),(31,'pchome','q'),(32,'kvasir','q'),(33,'sesam','q'),(34,'ozu','q'),(35,'terra','query'),(36,'mynet','q'),(37,'ekolay','q'),(38,'rambler','words'); /*!40000 ALTER TABLE `psa_search_engine` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_search_index` -- DROP TABLE IF EXISTS `psa_search_index`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_search_index` ( `id_product` int(11) unsigned NOT NULL, `id_word` int(11) unsigned NOT NULL, `weight` smallint(4) unsigned NOT NULL default '1', PRIMARY KEY (`id_word`,`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_search_index` -- LOCK TABLES `psa_search_index` WRITE; /*!40000 ALTER TABLE `psa_search_index` DISABLE KEYS */; INSERT INTO `psa_search_index` VALUES (1,1,14),(1,2,14),(1,3,10),(1,4,3),(1,5,2),(1,6,1),(1,7,1),(1,8,17),(1,9,17),(1,10,1),(1,11,1),(1,12,1),(1,13,1),(1,14,2),(1,15,1),(1,16,1),(1,17,1),(1,18,1),(1,19,1),(1,20,1),(1,21,2),(1,22,2),(1,23,1),(1,24,1),(1,25,1),(1,26,1),(1,27,2),(1,28,1),(1,29,1),(1,30,1),(1,31,1),(1,32,1),(1,33,1),(1,34,1),(1,35,1),(1,36,1),(1,37,1),(1,38,1),(1,39,2),(1,40,1),(1,41,1),(1,42,1),(1,43,1),(1,44,1),(1,45,1),(1,46,1),(1,47,5),(1,48,1),(1,49,1),(1,50,1),(1,51,1),(1,52,1),(1,53,1),(1,54,1),(1,55,1),(1,56,1),(1,57,1),(1,58,1),(1,59,1),(1,60,2),(1,61,2),(1,62,1),(1,63,1),(1,64,1),(1,65,1),(1,66,1),(1,67,1),(1,68,1),(1,69,1),(1,70,1),(1,71,1),(1,72,1),(1,73,1),(1,74,1),(1,75,1),(1,76,3),(1,77,7),(1,78,3),(1,79,3),(1,80,4),(1,81,4),(1,82,4),(1,83,4),(1,84,4),(1,85,4),(1,86,4),(1,87,4),(2,1,15),(2,65,15),(2,3,10),(2,88,1),(2,89,1),(2,90,1),(2,66,2),(2,91,1),(2,7,3),(2,92,1),(2,93,2),(2,94,1),(2,81,4),(2,82,4),(2,85,4),(2,95,2),(2,96,1),(2,97,1),(2,98,1),(2,99,1),(2,55,1),(2,47,7),(2,100,1),(2,101,1),(2,102,1),(2,103,1),(2,104,1),(2,105,1),(2,106,1),(2,4,1),(2,107,1),(2,25,1),(2,108,1),(2,109,1),(2,110,1),(2,111,1),(2,112,1),(2,113,1),(2,114,1),(2,115,1),(2,116,1),(2,22,1),(2,117,1),(2,118,1),(2,119,1),(2,120,1),(2,121,1),(2,122,1),(2,123,1),(2,124,1),(2,33,1),(2,125,1),(2,126,1),(2,5,1),(2,127,1),(2,128,1),(2,76,3),(2,77,3),(2,78,3),(2,79,3),(2,83,2),(3,129,11),(3,130,11),(3,3,10),(3,131,1),(3,132,2),(3,112,1),(3,133,1),(3,134,1),(3,135,1),(3,26,1),(3,22,1),(3,136,1),(3,137,1),(3,138,1),(3,139,1),(3,140,1),(3,141,2),(3,142,1),(3,143,1),(3,144,1),(3,145,2),(3,146,2),(3,147,1),(3,5,1),(3,60,2),(3,148,1),(3,149,1),(3,150,1),(3,151,4),(3,4,1),(3,152,1),(3,153,1),(3,154,1),(3,47,1),(3,155,1),(3,156,1),(3,157,1),(3,158,1),(3,159,1),(3,27,1),(3,160,1),(3,161,1),(3,162,2),(3,163,1),(3,164,1),(3,165,1),(3,166,1),(3,167,1),(3,168,1),(3,169,1),(3,170,2),(3,171,2),(3,172,2),(3,173,1),(3,174,1),(3,175,1),(3,176,1),(3,177,1),(3,178,1),(3,179,1),(3,180,1),(3,181,1),(3,182,1),(3,183,1),(3,184,2),(3,185,1),(3,186,1),(3,187,1),(3,188,1),(3,189,1),(3,190,1),(3,191,9),(3,192,1),(3,193,1),(3,194,1),(3,195,1),(3,196,1),(3,197,1),(3,198,1),(3,199,1),(3,200,1),(3,75,1),(3,74,1),(3,201,1),(3,202,1),(3,203,1),(3,88,2),(3,204,1),(3,205,1),(3,7,1),(3,206,1),(3,207,1),(3,208,1),(3,209,1),(3,210,1),(3,211,1),(3,212,1),(3,213,1),(3,214,1),(3,215,1),(3,216,1),(3,217,1),(3,218,1),(3,219,1),(3,220,1),(3,221,1),(3,222,1),(3,223,3),(3,77,3),(3,78,3),(3,79,3),(3,224,4),(3,225,8),(3,226,8),(3,227,8),(3,228,4),(3,229,4),(3,230,4),(3,231,4),(3,232,4),(3,233,4),(3,83,8),(3,234,4),(3,235,4),(3,236,4),(3,237,4),(4,129,9),(4,3,10),(4,238,1),(4,239,1),(4,240,1),(4,241,1),(4,242,1),(4,243,1),(4,244,1),(4,245,1),(4,246,1),(4,247,1),(4,145,1),(4,248,1),(4,249,1),(4,250,1),(4,251,1),(4,252,1),(4,27,1),(4,253,1),(4,254,1),(4,255,1),(4,256,1),(4,257,1),(4,258,1),(4,158,1),(4,151,1),(4,259,1),(4,190,1),(4,191,1),(4,260,1),(4,261,1),(4,262,1),(4,263,1),(4,264,1),(4,265,1),(4,266,1),(4,267,1),(4,268,1),(4,7,1),(4,269,1),(4,270,1),(4,271,1),(4,152,1),(4,272,1),(4,17,1),(4,273,1),(4,93,1),(4,47,1),(4,274,1),(4,275,1),(4,276,1),(4,223,3),(4,77,7),(4,78,3),(4,79,3),(4,277,4),(5,1,11),(5,175,14),(5,3,10),(5,278,2),(5,174,2),(5,279,1),(5,166,2),(5,167,1),(5,280,1),(5,169,2),(5,281,1),(5,154,1),(5,282,2),(5,283,1),(5,284,1),(5,285,1),(5,286,2),(5,287,2),(5,109,1),(5,66,2),(5,261,1),(5,288,2),(5,289,1),(5,4,1),(5,290,1),(5,275,1),(5,69,1),(5,291,1),(5,292,1),(5,293,1),(5,60,4),(5,294,1),(5,295,1),(5,296,1),(5,297,1),(5,298,1),(5,299,1),(5,300,1),(5,301,1),(5,302,1),(5,303,1),(5,304,1),(5,305,1),(5,202,1),(5,306,1),(5,307,1),(5,308,1),(5,47,4),(5,215,1),(5,93,1),(5,309,1),(5,247,1),(5,46,1),(5,310,1),(5,311,1),(5,22,1),(5,312,1),(5,313,2),(5,314,1),(5,315,1),(5,316,1),(5,317,1),(5,318,1),(5,222,2),(5,319,1),(5,320,1),(5,321,1),(5,322,1),(5,323,1),(5,324,1),(5,74,1),(5,325,1),(5,326,1),(5,327,1),(5,328,1),(5,92,1),(5,329,1),(5,181,1),(5,17,1),(5,330,2),(5,331,1),(5,274,1),(5,332,1),(5,333,1),(5,334,1),(5,335,1),(5,336,1),(5,337,1),(5,338,1),(5,252,1),(5,339,1),(5,340,1),(5,341,1),(5,342,1),(5,343,1),(5,76,3),(5,9,2),(5,344,2),(5,8,2),(6,345,6),(6,346,6),(6,347,6),(6,17,6),(6,1,6),(6,2,6),(6,80,6),(6,348,6),(6,3,10),(6,349,2),(6,350,2),(6,351,3),(7,352,12),(7,353,10),(7,354,7),(7,355,7),(7,335,8),(7,17,10),(7,1,8),(7,356,8),(7,3,10),(7,357,1),(7,188,4),(7,51,1),(7,358,1),(7,309,1),(7,241,1),(7,359,1),(7,360,1),(7,361,1),(7,362,1),(7,363,1),(7,364,2),(7,365,1),(7,366,1),(7,170,2),(7,367,3),(7,368,4),(7,27,3),(7,369,1),(7,370,1),(7,371,1),(7,372,1),(7,373,3),(7,374,1),(7,375,1),(7,376,1),(7,5,3),(7,377,1),(7,378,1),(7,379,1),(7,47,2),(7,323,1),(7,380,1),(7,89,2),(7,381,1),(7,382,1),(7,383,2),(7,178,1),(7,329,1),(7,384,1),(7,385,1),(7,386,1),(7,387,1),(7,388,1),(7,291,1),(7,389,1),(7,390,1),(7,391,1),(7,392,1),(7,393,1),(7,22,2),(7,394,1),(7,395,1),(7,396,1),(7,397,1),(7,398,1),(7,399,1),(7,6,1),(7,400,2),(7,60,6),(7,401,1),(7,402,1),(7,403,1),(7,404,1),(7,405,1),(7,406,1),(7,337,4),(7,407,1),(7,408,1),(7,409,1),(7,410,1),(7,411,1),(7,412,1),(7,413,1),(7,414,1),(7,415,1),(7,194,1),(7,416,1),(7,417,1),(7,418,1),(7,419,1),(7,420,1),(7,421,1),(7,422,1),(7,423,1),(7,424,1),(7,425,1),(7,426,1),(7,427,1),(7,428,1),(7,429,1),(7,430,2),(7,431,1),(7,432,1),(7,433,1),(7,434,1),(7,334,1),(7,435,1),(7,436,1),(7,437,2),(7,438,2),(7,439,1),(7,440,3),(7,441,3),(7,442,2),(7,443,2),(7,173,2),(7,444,1),(7,445,1),(7,118,1),(7,446,1),(7,447,1),(7,448,1),(7,449,1),(7,246,1),(7,450,2),(7,451,1),(7,452,1),(7,453,2),(7,454,1),(7,455,2),(7,456,1),(7,457,1),(7,458,1),(7,459,1),(7,460,1),(7,461,1),(7,155,1),(7,462,1),(7,463,1),(7,29,1),(7,464,1),(7,465,1),(7,466,4),(7,467,2),(7,468,1),(7,469,1),(7,470,1),(7,471,3),(7,472,1),(7,77,4),(7,473,1),(7,474,1),(7,209,2),(7,475,1),(7,476,1),(7,477,1),(7,478,1),(7,479,1),(7,480,1),(7,481,1),(7,482,1),(7,483,2),(7,484,1),(7,485,1),(7,486,1),(7,487,1),(7,488,1),(7,489,1),(7,490,1),(7,491,1),(7,492,1),(7,493,1),(7,494,1),(7,351,3),(7,495,3); /*!40000 ALTER TABLE `psa_search_index` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_search_word` -- DROP TABLE IF EXISTS `psa_search_word`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_search_word` ( `id_word` int(10) unsigned NOT NULL auto_increment, `id_shop` int(11) unsigned NOT NULL default '1', `id_lang` int(10) unsigned NOT NULL, `word` varchar(15) NOT NULL, PRIMARY KEY (`id_word`), UNIQUE KEY `id_lang` (`id_lang`,`id_shop`,`word`) ) ENGINE=MyISAM AUTO_INCREMENT=496 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_search_word` -- LOCK TABLES `psa_search_word` WRITE; /*!40000 ALTER TABLE `psa_search_word` DISABLE KEYS */; INSERT INTO `psa_search_word` VALUES (1,1,1,'ipod'),(2,1,1,'nano'),(3,1,1,'demo'),(4,1,1,'new'),(5,1,1,'design'),(6,1,1,'features'),(7,1,1,'now'),(8,1,1,'8gb'),(9,1,1,'16gb'),(10,1,1,'rocks'),(11,1,1,'like'),(12,1,1,'never'),(13,1,1,'before'),(14,1,1,'curved'),(15,1,1,'ahead'),(16,1,1,'curve'),(17,1,1,'for'),(18,1,1,'those'),(19,1,1,'about'),(20,1,1,'rock'),(21,1,1,'give'),(22,1,1,'you'),(23,1,1,'nine'),(24,1,1,'amazing'),(25,1,1,'colors'),(26,1,1,'but'),(27,1,1,'that'),(28,1,1,'only'),(29,1,1,'part'),(30,1,1,'story'),(31,1,1,'feel'),(32,1,1,'all'),(33,1,1,'aluminum'),(34,1,1,'glass'),(35,1,1,'won'),(36,1,1,'want'),(37,1,1,'put'),(38,1,1,'down'),(39,1,1,'great'),(40,1,1,'looks'),(41,1,1,'brains'),(42,1,1,'too'),(43,1,1,'genius'),(44,1,1,'feature'),(45,1,1,'turns'),(46,1,1,'into'),(47,1,1,'your'),(48,1,1,'own'),(49,1,1,'highly'),(50,1,1,'intelligent'),(51,1,1,'personal'),(52,1,1,'creates'),(53,1,1,'playlists'),(54,1,1,'finding'),(55,1,1,'songs'),(56,1,1,'library'),(57,1,1,'together'),(58,1,1,'made'),(59,1,1,'move'),(60,1,1,'with'),(61,1,1,'moves'),(62,1,1,'accelerometer'),(63,1,1,'comes'),(64,1,1,'shake'),(65,1,1,'shuffle'),(66,1,1,'music'),(67,1,1,'turn'),(68,1,1,'sideways'),(69,1,1,'view'),(70,1,1,'cover'),(71,1,1,'flow'),(72,1,1,'play'),(73,1,1,'games'),(74,1,1,'designed'),(75,1,1,'mind'),(76,1,1,'ipods'),(77,1,1,'apple'),(78,1,1,'computer'),(79,1,1,'inc'),(80,1,1,'black'),(81,1,1,'blue'),(82,1,1,'green'),(83,1,1,'metal'),(84,1,1,'orange'),(85,1,1,'pink'),(86,1,1,'purple'),(87,1,1,'yellow'),(88,1,1,'world'),(89,1,1,'most'),(90,1,1,'wearable'),(91,1,1,'player'),(92,1,1,'clips'),(93,1,1,'more'),(94,1,1,'vibrant'),(95,1,1,'red'),(96,1,1,'instant'),(97,1,1,'attachment'),(98,1,1,'wear'),(99,1,1,'500'),(100,1,1,'sleeve'),(101,1,1,'belt'),(102,1,1,'gym'),(103,1,1,'shorts'),(104,1,1,'badge'),(105,1,1,'musical'),(106,1,1,'devotion'),(107,1,1,'brilliant'),(108,1,1,'feed'),(109,1,1,'itunes'),(110,1,1,'entertainment'),(111,1,1,'superstore'),(112,1,1,'ultra'),(113,1,1,'organized'),(114,1,1,'collection'),(115,1,1,'jukebox'),(116,1,1,'how'),(117,1,1,'load'),(118,1,1,'one'),(119,1,1,'click'),(120,1,1,'beauty'),(121,1,1,'beat'),(122,1,1,'intensely'),(123,1,1,'colorful'),(124,1,1,'anodized'),(125,1,1,'complements'),(126,1,1,'simple'),(127,1,1,'original'),(128,1,1,'silver'),(129,1,1,'macbook'),(130,1,1,'air'),(131,1,1,'ultrathin'),(132,1,1,'ultraportable'),(133,1,1,'unlike'),(134,1,1,'anything'),(135,1,1,'else'),(136,1,1,'don'),(137,1,1,'lose'),(138,1,1,'inches'),(139,1,1,'pounds'),(140,1,1,'overnight'),(141,1,1,'result'),(142,1,1,'rethinking'),(143,1,1,'conventions'),(144,1,1,'multiple'),(145,1,1,'wireless'),(146,1,1,'innovations'),(147,1,1,'breakthrough'),(148,1,1,'mobile'),(149,1,1,'computing'),(150,1,1,'suddenly'),(151,1,1,'has'),(152,1,1,'standard'),(153,1,1,'nearly'),(154,1,1,'thin'),(155,1,1,'index'),(156,1,1,'finger'),(157,1,1,'practically'),(158,1,1,'every'),(159,1,1,'detail'),(160,1,1,'could'),(161,1,1,'streamlined'),(162,1,1,'been'),(163,1,1,'yet'),(164,1,1,'still'),(165,1,1,'133'),(166,1,1,'inch'),(167,1,1,'widescreen'),(168,1,1,'led'),(169,1,1,'display'),(170,1,1,'full'),(171,1,1,'size'),(172,1,1,'keyboard'),(173,1,1,'large'),(174,1,1,'multi'),(175,1,1,'touch'),(176,1,1,'trackpad'),(177,1,1,'incomparably'),(178,1,1,'portable'),(179,1,1,'without'),(180,1,1,'usual'),(181,1,1,'screen'),(182,1,1,'compromises'),(183,1,1,'incredible'),(184,1,1,'thinness'),(185,1,1,'numerous'),(186,1,1,'weight'),(187,1,1,'shaving'),(188,1,1,'from'),(189,1,1,'slimmer'),(190,1,1,'hard'),(191,1,1,'drive'),(192,1,1,'strategically'),(193,1,1,'hidden'),(194,1,1,'ports'),(195,1,1,'lower'),(196,1,1,'profile'),(197,1,1,'battery'),(198,1,1,'everything'),(199,1,1,'considered'),(200,1,1,'reconsidered'),(201,1,1,'engineered'),(202,1,1,'take'),(203,1,1,'advantage'),(204,1,1,'which'),(205,1,1,'80211n'),(206,1,1,'fast'),(207,1,1,'available'),(208,1,1,'people'),(209,1,1,'are'),(210,1,1,'truly'),(211,1,1,'living'),(212,1,1,'untethered'),(213,1,1,'buying'),(214,1,1,'renting'),(215,1,1,'movies'),(216,1,1,'online'),(217,1,1,'downloading'),(218,1,1,'software'),(219,1,1,'sharing'),(220,1,1,'storing'),(221,1,1,'files'),(222,1,1,'web'),(223,1,1,'laptops'),(224,1,1,'160ghz'),(225,1,1,'intel'),(226,1,1,'core'),(227,1,1,'duo'),(228,1,1,'180ghz'),(229,1,1,'80gb'),(230,1,1,'parallel'),(231,1,1,'ata'),(232,1,1,'4200'),(233,1,1,'rpm'),(234,1,1,'optional'),(235,1,1,'64gb'),(236,1,1,'solid'),(237,1,1,'state'),(238,1,1,'makes'),(239,1,1,'easy'),(240,1,1,'hit'),(241,1,1,'road'),(242,1,1,'thanks'),(243,1,1,'its'),(244,1,1,'tough'),(245,1,1,'polycarbonate'),(246,1,1,'case'),(247,1,1,'built'),(248,1,1,'technologies'),(249,1,1,'innovative'),(250,1,1,'magsafe'),(251,1,1,'power'),(252,1,1,'adapter'),(253,1,1,'releases'),(254,1,1,'automatically'),(255,1,1,'someone'),(256,1,1,'accidentally'),(257,1,1,'trips'),(258,1,1,'cord'),(259,1,1,'larger'),(260,1,1,'250gb'),(261,1,1,'store'),(262,1,1,'growing'),(263,1,1,'media'),(264,1,1,'collections'),(265,1,1,'valuable'),(266,1,1,'data'),(267,1,1,'24ghz'),(268,1,1,'models'),(269,1,1,'include'),(270,1,1,'2gb'),(271,1,1,'memory'),(272,1,1,'perfect'),(273,1,1,'running'),(274,1,1,'favorite'),(275,1,1,'applications'),(276,1,1,'smoothly'),(277,1,1,'superdrive'),(278,1,1,'revolutionary'),(279,1,1,'interface'),(280,1,1,'color'),(281,1,1,'80211b'),(282,1,1,'safari'),(283,1,1,'youtube'),(284,1,1,'mail'),(285,1,1,'stocks'),(286,1,1,'weather'),(287,1,1,'notes'),(288,1,1,'maps'),(289,1,1,'five'),(290,1,1,'hands'),(291,1,1,'rich'),(292,1,1,'html'),(293,1,1,'email'),(294,1,1,'photos'),(295,1,1,'well'),(296,1,1,'pdf'),(297,1,1,'word'),(298,1,1,'excel'),(299,1,1,'attachments'),(300,1,1,'get'),(301,1,1,'directions'),(302,1,1,'real'),(303,1,1,'time'),(304,1,1,'traffic'),(305,1,1,'information'),(306,1,1,'read'),(307,1,1,'stock'),(308,1,1,'reports'),(309,1,1,'technology'),(310,1,1,'gorgeous'),(311,1,1,'lets'),(312,1,1,'pinch'),(313,1,1,'zoom'),(314,1,1,'scroll'),(315,1,1,'flick'),(316,1,1,'fingers'),(317,1,1,'internet'),(318,1,1,'pocket'),(319,1,1,'browser'),(320,1,1,'see'),(321,1,1,'websites'),(322,1,1,'way'),(323,1,1,'they'),(324,1,1,'were'),(325,1,1,'seen'),(326,1,1,'out'),(327,1,1,'tap'),(328,1,1,'add'),(329,1,1,'home'),(330,1,1,'quick'),(331,1,1,'access'),(332,1,1,'sites'),(333,1,1,'what'),(334,1,1,'box'),(335,1,1,'earphones'),(336,1,1,'usb'),(337,1,1,'cable'),(338,1,1,'dock'),(339,1,1,'polishing'),(340,1,1,'cloth'),(341,1,1,'stand'),(342,1,1,'start'),(343,1,1,'guide'),(344,1,1,'32gb'),(345,1,1,'belkin'),(346,1,1,'leather'),(347,1,1,'folio'),(348,1,1,'chocolate'),(349,1,1,'lorem'),(350,1,1,'ipsum'),(351,1,1,'accessories'),(352,1,1,'shure'),(353,1,1,'se210'),(354,1,1,'sound'),(355,1,1,'isolating'),(356,1,1,'iphone'),(357,1,1,'evolved'),(358,1,1,'monitor'),(359,1,1,'tested'),(360,1,1,'pro'),(361,1,1,'musicians'),(362,1,1,'perfected'),(363,1,1,'engineers'),(364,1,1,'lightweight'),(365,1,1,'stylish'),(366,1,1,'delivers'),(367,1,1,'range'),(368,1,1,'audio'),(369,1,1,'free'),(370,1,1,'outside'),(371,1,1,'noise'),(372,1,1,'using'),(373,1,1,'definition'),(374,1,1,'microspeakers'),(375,1,1,'deliver'),(376,1,1,'ergonomic'),(377,1,1,'ideal'),(378,1,1,'premium'),(379,1,1,'listening'),(380,1,1,'offer'),(381,1,1,'accurate'),(382,1,1,'reproduction'),(383,1,1,'both'),(384,1,1,'stereo'),(385,1,1,'sources'),(386,1,1,'ultimate'),(387,1,1,'precision'),(388,1,1,'highs'),(389,1,1,'low'),(390,1,1,'end'),(391,1,1,'addition'),(392,1,1,'flexible'),(393,1,1,'allows'),(394,1,1,'choose'),(395,1,1,'comfortable'),(396,1,1,'fit'),(397,1,1,'variety'),(398,1,1,'wearing'),(399,1,1,'positions'),(400,1,1,'microspeaker'),(401,1,1,'single'),(402,1,1,'balanced'),(403,1,1,'armature'),(404,1,1,'driver'),(405,1,1,'detachable'),(406,1,1,'modular'),(407,1,1,'can'),(408,1,1,'make'),(409,1,1,'longer'),(410,1,1,'shorter'),(411,1,1,'depending'),(412,1,1,'activity'),(413,1,1,'connector'),(414,1,1,'compatible'),(415,1,1,'earphone'),(416,1,1,'specifications'),(417,1,1,'speaker'),(418,1,1,'type'),(419,1,1,'frequency'),(420,1,1,'25hz'),(421,1,1,'185khz'),(422,1,1,'impedance'),(423,1,1,'1khz'),(424,1,1,'ohms'),(425,1,1,'sensitivity'),(426,1,1,'1mw'),(427,1,1,'114'),(428,1,1,'spl'),(429,1,1,'length'),(430,1,1,'extension'),(431,1,1,'180'),(432,1,1,'450'),(433,1,1,'540'),(434,1,1,'1371'),(435,1,1,'360'),(436,1,1,'914'),(437,1,1,'three'),(438,1,1,'pairs'),(439,1,1,'foam'),(440,1,1,'earpiece'),(441,1,1,'sleeves'),(442,1,1,'small'),(443,1,1,'medium'),(444,1,1,'soft'),(445,1,1,'flex'),(446,1,1,'pair'),(447,1,1,'triple'),(448,1,1,'flange'),(449,1,1,'carrying'),(450,1,1,'warranty'),(451,1,1,'two'),(452,1,1,'year'),(453,1,1,'limited'),(454,1,1,'details'),(455,1,1,'please'),(456,1,1,'visit'),(457,1,1,'www'),(458,1,1,'com'),(459,1,1,'personalaudio'),(460,1,1,'customersupport'),(461,1,1,'productreturnsa'),(462,1,1,'htm'),(463,1,1,'mfr'),(464,1,1,'efs'),(465,1,1,'note'),(466,1,1,'products'),(467,1,1,'sold'),(468,1,1,'through'),(469,1,1,'this'),(470,1,1,'website'),(471,1,1,'not'),(472,1,1,'bear'),(473,1,1,'brand'),(474,1,1,'name'),(475,1,1,'serviced'),(476,1,1,'supported'),(477,1,1,'exclusively'),(478,1,1,'their'),(479,1,1,'manufacturers'),(480,1,1,'accordance'),(481,1,1,'terms'),(482,1,1,'conditions'),(483,1,1,'packaged'),(484,1,1,'does'),(485,1,1,'apply'),(486,1,1,'branded'),(487,1,1,'even'),(488,1,1,'contact'),(489,1,1,'manufacturer'),(490,1,1,'directly'),(491,1,1,'technical'),(492,1,1,'support'),(493,1,1,'customer'),(494,1,1,'service'),(495,1,1,'incorporated'); /*!40000 ALTER TABLE `psa_search_word` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_sekeyword` -- DROP TABLE IF EXISTS `psa_sekeyword`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_sekeyword` ( `id_sekeyword` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL default '1', `id_shop_group` int(10) unsigned NOT NULL default '1', `keyword` varchar(256) NOT NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_sekeyword`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_sekeyword` -- LOCK TABLES `psa_sekeyword` WRITE; /*!40000 ALTER TABLE `psa_sekeyword` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_sekeyword` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_shop` -- DROP TABLE IF EXISTS `psa_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_shop` ( `id_shop` int(11) unsigned NOT NULL auto_increment, `id_shop_group` int(11) unsigned NOT NULL, `name` varchar(64) NOT NULL, `id_category` int(11) unsigned NOT NULL default '1', `id_theme` int(1) unsigned NOT NULL, `active` tinyint(1) NOT NULL default '1', `deleted` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_shop`), KEY `id_shop_group` (`id_shop_group`), KEY `id_category` (`id_category`), KEY `id_theme` (`id_theme`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_shop` -- LOCK TABLES `psa_shop` WRITE; /*!40000 ALTER TABLE `psa_shop` DISABLE KEYS */; INSERT INTO `psa_shop` VALUES (1,1,'Enigmatic Concept',2,1,1,0); /*!40000 ALTER TABLE `psa_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_shop_group` -- DROP TABLE IF EXISTS `psa_shop_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_shop_group` ( `id_shop_group` int(11) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `share_customer` tinyint(1) NOT NULL, `share_order` tinyint(1) NOT NULL, `share_stock` tinyint(1) NOT NULL, `active` tinyint(1) NOT NULL default '1', `deleted` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_shop_group`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_shop_group` -- LOCK TABLES `psa_shop_group` WRITE; /*!40000 ALTER TABLE `psa_shop_group` DISABLE KEYS */; INSERT INTO `psa_shop_group` VALUES (1,'Default',0,0,0,1,0); /*!40000 ALTER TABLE `psa_shop_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_shop_url` -- DROP TABLE IF EXISTS `psa_shop_url`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_shop_url` ( `id_shop_url` int(11) unsigned NOT NULL auto_increment, `id_shop` int(11) unsigned NOT NULL, `domain` varchar(150) NOT NULL, `domain_ssl` varchar(150) NOT NULL, `physical_uri` varchar(64) NOT NULL, `virtual_uri` varchar(64) NOT NULL, `main` tinyint(1) NOT NULL, `active` tinyint(1) NOT NULL, PRIMARY KEY (`id_shop_url`), UNIQUE KEY `full_shop_url` (`domain`,`physical_uri`,`virtual_uri`), UNIQUE KEY `full_shop_url_ssl` (`domain_ssl`,`physical_uri`,`virtual_uri`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_shop_url` -- LOCK TABLES `psa_shop_url` WRITE; /*!40000 ALTER TABLE `psa_shop_url` DISABLE KEYS */; INSERT INTO `psa_shop_url` VALUES (1,1,'convictcartel.com','convictcartel.com','/prestashop/','',1,1); /*!40000 ALTER TABLE `psa_shop_url` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_specific_price` -- DROP TABLE IF EXISTS `psa_specific_price`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_specific_price` ( `id_specific_price` int(10) unsigned NOT NULL auto_increment, `id_specific_price_rule` int(11) unsigned NOT NULL, `id_cart` int(11) unsigned NOT NULL, `id_product` int(10) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_shop_group` int(11) unsigned NOT NULL, `id_currency` int(10) unsigned NOT NULL, `id_country` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, `id_customer` int(10) unsigned NOT NULL, `id_product_attribute` int(10) unsigned NOT NULL, `price` decimal(20,6) NOT NULL, `from_quantity` mediumint(8) unsigned NOT NULL, `reduction` decimal(20,6) NOT NULL, `reduction_type` enum('amount','percentage') NOT NULL, `from` datetime NOT NULL, `to` datetime NOT NULL, PRIMARY KEY (`id_specific_price`), KEY `id_product` (`id_product`,`id_shop`,`id_currency`,`id_country`,`id_group`,`id_customer`,`from_quantity`,`from`,`to`), KEY `from_quantity` (`from_quantity`), KEY `id_specific_price_rule` (`id_specific_price_rule`), KEY `id_cart` (`id_cart`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_specific_price` -- LOCK TABLES `psa_specific_price` WRITE; /*!40000 ALTER TABLE `psa_specific_price` DISABLE KEYS */; INSERT INTO `psa_specific_price` VALUES (1,0,0,1,0,0,0,0,0,0,0,'-1.000000',1,'0.050000','percentage','0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `psa_specific_price` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_specific_price_priority` -- DROP TABLE IF EXISTS `psa_specific_price_priority`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_specific_price_priority` ( `id_specific_price_priority` int(11) NOT NULL auto_increment, `id_product` int(11) NOT NULL, `priority` varchar(80) NOT NULL, PRIMARY KEY (`id_specific_price_priority`,`id_product`), UNIQUE KEY `id_product` (`id_product`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_specific_price_priority` -- LOCK TABLES `psa_specific_price_priority` WRITE; /*!40000 ALTER TABLE `psa_specific_price_priority` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_specific_price_priority` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_specific_price_rule` -- DROP TABLE IF EXISTS `psa_specific_price_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_specific_price_rule` ( `id_specific_price_rule` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL, `id_shop` int(11) unsigned NOT NULL default '1', `id_currency` int(10) unsigned NOT NULL, `id_country` int(10) unsigned NOT NULL, `id_group` int(10) unsigned NOT NULL, `from_quantity` mediumint(8) unsigned NOT NULL, `price` decimal(20,6) default NULL, `reduction` decimal(20,6) NOT NULL, `reduction_type` enum('amount','percentage') NOT NULL, `from` datetime NOT NULL, `to` datetime NOT NULL, PRIMARY KEY (`id_specific_price_rule`), KEY `id_product` (`id_shop`,`id_currency`,`id_country`,`id_group`,`from_quantity`,`from`,`to`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_specific_price_rule` -- LOCK TABLES `psa_specific_price_rule` WRITE; /*!40000 ALTER TABLE `psa_specific_price_rule` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_specific_price_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_specific_price_rule_condition` -- DROP TABLE IF EXISTS `psa_specific_price_rule_condition`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_specific_price_rule_condition` ( `id_specific_price_rule_condition` int(11) unsigned NOT NULL auto_increment, `id_specific_price_rule_condition_group` int(11) unsigned NOT NULL, `type` varchar(255) NOT NULL, `value` varchar(255) NOT NULL, PRIMARY KEY (`id_specific_price_rule_condition`), KEY `id_specific_price_rule_condition_group` (`id_specific_price_rule_condition_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_specific_price_rule_condition` -- LOCK TABLES `psa_specific_price_rule_condition` WRITE; /*!40000 ALTER TABLE `psa_specific_price_rule_condition` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_specific_price_rule_condition` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_specific_price_rule_condition_group` -- DROP TABLE IF EXISTS `psa_specific_price_rule_condition_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_specific_price_rule_condition_group` ( `id_specific_price_rule_condition_group` int(11) unsigned NOT NULL auto_increment, `id_specific_price_rule` int(11) unsigned NOT NULL, PRIMARY KEY (`id_specific_price_rule_condition_group`,`id_specific_price_rule`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_specific_price_rule_condition_group` -- LOCK TABLES `psa_specific_price_rule_condition_group` WRITE; /*!40000 ALTER TABLE `psa_specific_price_rule_condition_group` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_specific_price_rule_condition_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_state` -- DROP TABLE IF EXISTS `psa_state`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_state` ( `id_state` int(10) unsigned NOT NULL auto_increment, `id_country` int(11) unsigned NOT NULL, `id_zone` int(11) unsigned NOT NULL, `name` varchar(64) NOT NULL, `iso_code` varchar(7) NOT NULL, `tax_behavior` smallint(1) NOT NULL default '0', `active` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_state`), KEY `id_country` (`id_country`), KEY `name` (`name`), KEY `id_zone` (`id_zone`) ) ENGINE=MyISAM AUTO_INCREMENT=313 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_state` -- LOCK TABLES `psa_state` WRITE; /*!40000 ALTER TABLE `psa_state` DISABLE KEYS */; INSERT INTO `psa_state` VALUES (1,21,2,'Alabama','AL',0,1),(2,21,2,'Alaska','AK',0,1),(3,21,2,'Arizona','AZ',0,1),(4,21,2,'Arkansas','AR',0,1),(5,21,2,'California','CA',0,1),(6,21,2,'Colorado','CO',0,1),(7,21,2,'Connecticut','CT',0,1),(8,21,2,'Delaware','DE',0,1),(9,21,2,'Florida','FL',0,1),(10,21,2,'Georgia','GA',0,1),(11,21,2,'Hawaii','HI',0,1),(12,21,2,'Idaho','ID',0,1),(13,21,2,'Illinois','IL',0,1),(14,21,2,'Indiana','IN',0,1),(15,21,2,'Iowa','IA',0,1),(16,21,2,'Kansas','KS',0,1),(17,21,2,'Kentucky','KY',0,1),(18,21,2,'Louisiana','LA',0,1),(19,21,2,'Maine','ME',0,1),(20,21,2,'Maryland','MD',0,1),(21,21,2,'Massachusetts','MA',0,1),(22,21,2,'Michigan','MI',0,1),(23,21,2,'Minnesota','MN',0,1),(24,21,2,'Mississippi','MS',0,1),(25,21,2,'Missouri','MO',0,1),(26,21,2,'Montana','MT',0,1),(27,21,2,'Nebraska','NE',0,1),(28,21,2,'Nevada','NV',0,1),(29,21,2,'New Hampshire','NH',0,1),(30,21,2,'New Jersey','NJ',0,1),(31,21,2,'New Mexico','NM',0,1),(32,21,2,'New York','NY',0,1),(33,21,2,'North Carolina','NC',0,1),(34,21,2,'North Dakota','ND',0,1),(35,21,2,'Ohio','OH',0,1),(36,21,2,'Oklahoma','OK',0,1),(37,21,2,'Oregon','OR',0,1),(38,21,2,'Pennsylvania','PA',0,1),(39,21,2,'Rhode Island','RI',0,1),(40,21,2,'South Carolina','SC',0,1),(41,21,2,'South Dakota','SD',0,1),(42,21,2,'Tennessee','TN',0,1),(43,21,2,'Texas','TX',0,1),(44,21,2,'Utah','UT',0,1),(45,21,2,'Vermont','VT',0,1),(46,21,2,'Virginia','VA',0,1),(47,21,2,'Washington','WA',0,1),(48,21,2,'West Virginia','WV',0,1),(49,21,2,'Wisconsin','WI',0,1),(50,21,2,'Wyoming','WY',0,1),(51,21,2,'Puerto Rico','PR',0,1),(52,21,2,'US Virgin Islands','VI',0,1),(53,21,2,'District of Columbia','DC',0,1),(54,145,2,'Aguascalientes','AGS',0,1),(55,145,2,'Baja California','BCN',0,1),(56,145,2,'Baja California Sur','BCS',0,1),(57,145,2,'Campeche','CAM',0,1),(58,145,2,'Chiapas','CHP',0,1),(59,145,2,'Chihuahua','CHH',0,1),(60,145,2,'Coahuila','COA',0,1),(61,145,2,'Colima','COL',0,1),(62,145,2,'Distrito Federal','DIF',0,1),(63,145,2,'Durango','DUR',0,1),(64,145,2,'Guanajuato','GUA',0,1),(65,145,2,'Guerrero','GRO',0,1),(66,145,2,'Hidalgo','HID',0,1),(67,145,2,'Jalisco','JAL',0,1),(68,145,2,'Estado de México','MEX',0,1),(69,145,2,'Michoacán','MIC',0,1),(70,145,2,'Morelos','MOR',0,1),(71,145,2,'Nayarit','NAY',0,1),(72,145,2,'Nuevo León','NLE',0,1),(73,145,2,'Oaxaca','OAX',0,1),(74,145,2,'Puebla','PUE',0,1),(75,145,2,'Querétaro','QUE',0,1),(76,145,2,'Quintana Roo','ROO',0,1),(77,145,2,'San Luis Potosí','SLP',0,1),(78,145,2,'Sinaloa','SIN',0,1),(79,145,2,'Sonora','SON',0,1),(80,145,2,'Tabasco','TAB',0,1),(81,145,2,'Tamaulipas','TAM',0,1),(82,145,2,'Tlaxcala','TLA',0,1),(83,145,2,'Veracruz','VER',0,1),(84,145,2,'Yucatán','YUC',0,1),(85,145,2,'Zacatecas','ZAC',0,1),(86,4,2,'Ontario','ON',0,1),(87,4,2,'Quebec','QC',0,1),(88,4,2,'British Columbia','BC',0,1),(89,4,2,'Alberta','AB',0,1),(90,4,2,'Manitoba','MB',0,1),(91,4,2,'Saskatchewan','SK',0,1),(92,4,2,'Nova Scotia','NS',0,1),(93,4,2,'New Brunswick','NB',0,1),(94,4,2,'Newfoundland and Labrador','NL',0,1),(95,4,2,'Prince Edward Island','PE',0,1),(96,4,2,'Northwest Territories','NT',0,1),(97,4,2,'Yukon','YT',0,1),(98,4,2,'Nunavut','NU',0,1),(99,44,6,'Buenos Aires','B',0,1),(100,44,6,'Catamarca','K',0,1),(101,44,6,'Chaco','H',0,1),(102,44,6,'Chubut','U',0,1),(103,44,6,'Ciudad de Buenos Aires','C',0,1),(104,44,6,'Córdoba','X',0,1),(105,44,6,'Corrientes','W',0,1),(106,44,6,'Entre Ríos','E',0,1),(107,44,6,'Formosa','P',0,1),(108,44,6,'Jujuy','Y',0,1),(109,44,6,'La Pampa','L',0,1),(110,44,6,'La Rioja','F',0,1),(111,44,6,'Mendoza','M',0,1),(112,44,6,'Misiones','N',0,1),(113,44,6,'Neuquén','Q',0,1),(114,44,6,'Río Negro','R',0,1),(115,44,6,'Salta','A',0,1),(116,44,6,'San Juan','J',0,1),(117,44,6,'San Luis','D',0,1),(118,44,6,'Santa Cruz','Z',0,1),(119,44,6,'Santa Fe','S',0,1),(120,44,6,'Santiago del Estero','G',0,1),(121,44,6,'Tierra del Fuego','V',0,1),(122,44,6,'Tucumán','T',0,1),(123,10,1,'Agrigento','AG',0,1),(124,10,1,'Alessandria','AL',0,1),(125,10,1,'Ancona','AN',0,1),(126,10,1,'Aosta','AO',0,1),(127,10,1,'Arezzo','AR',0,1),(128,10,1,'Ascoli Piceno','AP',0,1),(129,10,1,'Asti','AT',0,1),(130,10,1,'Avellino','AV',0,1),(131,10,1,'Bari','BA',0,1),(132,10,1,'Barletta-Andria-Trani','BT',0,1),(133,10,1,'Belluno','BL',0,1),(134,10,1,'Benevento','BN',0,1),(135,10,1,'Bergamo','BG',0,1),(136,10,1,'Biella','BI',0,1),(137,10,1,'Bologna','BO',0,1),(138,10,1,'Bolzano','BZ',0,1),(139,10,1,'Brescia','BS',0,1),(140,10,1,'Brindisi','BR',0,1),(141,10,1,'Cagliari','CA',0,1),(142,10,1,'Caltanissetta','CL',0,1),(143,10,1,'Campobasso','CB',0,1),(144,10,1,'Carbonia-Iglesias','CI',0,1),(145,10,1,'Caserta','CE',0,1),(146,10,1,'Catania','CT',0,1),(147,10,1,'Catanzaro','CZ',0,1),(148,10,1,'Chieti','CH',0,1),(149,10,1,'Como','CO',0,1),(150,10,1,'Cosenza','CS',0,1),(151,10,1,'Cremona','CR',0,1),(152,10,1,'Crotone','KR',0,1),(153,10,1,'Cuneo','CN',0,1),(154,10,1,'Enna','EN',0,1),(155,10,1,'Fermo','FM',0,1),(156,10,1,'Ferrara','FE',0,1),(157,10,1,'Firenze','FI',0,1),(158,10,1,'Foggia','FG',0,1),(159,10,1,'Forlì-Cesena','FC',0,1),(160,10,1,'Frosinone','FR',0,1),(161,10,1,'Genova','GE',0,1),(162,10,1,'Gorizia','GO',0,1),(163,10,1,'Grosseto','GR',0,1),(164,10,1,'Imperia','IM',0,1),(165,10,1,'Isernia','IS',0,1),(166,10,1,'L\'Aquila','AQ',0,1),(167,10,1,'La Spezia','SP',0,1),(168,10,1,'Latina','LT',0,1),(169,10,1,'Lecce','LE',0,1),(170,10,1,'Lecco','LC',0,1),(171,10,1,'Livorno','LI',0,1),(172,10,1,'Lodi','LO',0,1),(173,10,1,'Lucca','LU',0,1),(174,10,1,'Macerata','MC',0,1),(175,10,1,'Mantova','MN',0,1),(176,10,1,'Massa','MS',0,1),(177,10,1,'Matera','MT',0,1),(178,10,1,'Medio Campidano','VS',0,1),(179,10,1,'Messina','ME',0,1),(180,10,1,'Milano','MI',0,1),(181,10,1,'Modena','MO',0,1),(182,10,1,'Monza e della Brianza','MB',0,1),(183,10,1,'Napoli','NA',0,1),(184,10,1,'Novara','NO',0,1),(185,10,1,'Nuoro','NU',0,1),(186,10,1,'Ogliastra','OG',0,1),(187,10,1,'Olbia-Tempio','OT',0,1),(188,10,1,'Oristano','OR',0,1),(189,10,1,'Padova','PD',0,1),(190,10,1,'Palermo','PA',0,1),(191,10,1,'Parma','PR',0,1),(192,10,1,'Pavia','PV',0,1),(193,10,1,'Perugia','PG',0,1),(194,10,1,'Pesaro-Urbino','PU',0,1),(195,10,1,'Pescara','PE',0,1),(196,10,1,'Piacenza','PC',0,1),(197,10,1,'Pisa','PI',0,1),(198,10,1,'Pistoia','PT',0,1),(199,10,1,'Pordenone','PN',0,1),(200,10,1,'Potenza','PZ',0,1),(201,10,1,'Prato','PO',0,1),(202,10,1,'Ragusa','RG',0,1),(203,10,1,'Ravenna','RA',0,1),(204,10,1,'Reggio Calabria','RC',0,1),(205,10,1,'Reggio Emilia','RE',0,1),(206,10,1,'Rieti','RI',0,1),(207,10,1,'Rimini','RN',0,1),(208,10,1,'Roma','RM',0,1),(209,10,1,'Rovigo','RO',0,1),(210,10,1,'Salerno','SA',0,1),(211,10,1,'Sassari','SS',0,1),(212,10,1,'Savona','SV',0,1),(213,10,1,'Siena','SI',0,1),(214,10,1,'Siracusa','SR',0,1),(215,10,1,'Sondrio','SO',0,1),(216,10,1,'Taranto','TA',0,1),(217,10,1,'Teramo','TE',0,1),(218,10,1,'Terni','TR',0,1),(219,10,1,'Torino','TO',0,1),(220,10,1,'Trapani','TP',0,1),(221,10,1,'Trento','TN',0,1),(222,10,1,'Treviso','TV',0,1),(223,10,1,'Trieste','TS',0,1),(224,10,1,'Udine','UD',0,1),(225,10,1,'Varese','VA',0,1),(226,10,1,'Venezia','VE',0,1),(227,10,1,'Verbano-Cusio-Ossola','VB',0,1),(228,10,1,'Vercelli','VC',0,1),(229,10,1,'Verona','VR',0,1),(230,10,1,'Vibo Valentia','VV',0,1),(231,10,1,'Vicenza','VI',0,1),(232,10,1,'Viterbo','VT',0,1),(233,111,3,'Aceh','AC',0,1),(234,111,3,'Bali','BA',0,1),(235,111,3,'Bangka','BB',0,1),(236,111,3,'Banten','BT',0,1),(237,111,3,'Bengkulu','BE',0,1),(238,111,3,'Central Java','JT',0,1),(239,111,3,'Central Kalimantan','KT',0,1),(240,111,3,'Central Sulawesi','ST',0,1),(241,111,3,'Coat of arms of East Java','JI',0,1),(242,111,3,'East kalimantan','KI',0,1),(243,111,3,'East Nusa Tenggara','NT',0,1),(244,111,3,'Lambang propinsi','GO',0,1),(245,111,3,'Jakarta','JK',0,1),(246,111,3,'Jambi','JA',0,1),(247,111,3,'Lampung','LA',0,1),(248,111,3,'Maluku','MA',0,1),(249,111,3,'North Maluku','MU',0,1),(250,111,3,'North Sulawesi','SA',0,1),(251,111,3,'North Sumatra','SU',0,1),(252,111,3,'Papua','PA',0,1),(253,111,3,'Riau','RI',0,1),(254,111,3,'Lambang Riau','KR',0,1),(255,111,3,'Southeast Sulawesi','SG',0,1),(256,111,3,'South Kalimantan','KS',0,1),(257,111,3,'South Sulawesi','SN',0,1),(258,111,3,'South Sumatra','SS',0,1),(259,111,3,'West Java','JB',0,1),(260,111,3,'West Kalimantan','KB',0,1),(261,111,3,'West Nusa Tenggara','NB',0,1),(262,111,3,'Lambang Provinsi Papua Barat','PB',0,1),(263,111,3,'West Sulawesi','SR',0,1),(264,111,3,'West Sumatra','SB',0,1),(265,111,3,'Yogyakarta','YO',0,1),(266,11,3,'Aichi','23',0,1),(267,11,3,'Akita','05',0,1),(268,11,3,'Aomori','02',0,1),(269,11,3,'Chiba','12',0,1),(270,11,3,'Ehime','38',0,1),(271,11,3,'Fukui','18',0,1),(272,11,3,'Fukuoka','40',0,1),(273,11,3,'Fukushima','07',0,1),(274,11,3,'Gifu','21',0,1),(275,11,3,'Gunma','10',0,1),(276,11,3,'Hiroshima','34',0,1),(277,11,3,'Hokkaido','01',0,1),(278,11,3,'Hyogo','28',0,1),(279,11,3,'Ibaraki','08',0,1),(280,11,3,'Ishikawa','17',0,1),(281,11,3,'Iwate','03',0,1),(282,11,3,'Kagawa','37',0,1),(283,11,3,'Kagoshima','46',0,1),(284,11,3,'Kanagawa','14',0,1),(285,11,3,'Kochi','39',0,1),(286,11,3,'Kumamoto','43',0,1),(287,11,3,'Kyoto','26',0,1),(288,11,3,'Mie','24',0,1),(289,11,3,'Miyagi','04',0,1),(290,11,3,'Miyazaki','45',0,1),(291,11,3,'Nagano','20',0,1),(292,11,3,'Nagasaki','42',0,1),(293,11,3,'Nara','29',0,1),(294,11,3,'Niigata','15',0,1),(295,11,3,'Oita','44',0,1),(296,11,3,'Okayama','33',0,1),(297,11,3,'Okinawa','47',0,1),(298,11,3,'Osaka','27',0,1),(299,11,3,'Saga','41',0,1),(300,11,3,'Saitama','11',0,1),(301,11,3,'Shiga','25',0,1),(302,11,3,'Shimane','32',0,1),(303,11,3,'Shizuoka','22',0,1),(304,11,3,'Tochigi','09',0,1),(305,11,3,'Tokushima','36',0,1),(306,11,3,'Tokyo','13',0,1),(307,11,3,'Tottori','31',0,1),(308,11,3,'Toyama','16',0,1),(309,11,3,'Wakayama','30',0,1),(310,11,3,'Yamagata','06',0,1),(311,11,3,'Yamaguchi','35',0,1),(312,11,3,'Yamanashi','19',0,1); /*!40000 ALTER TABLE `psa_state` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_statssearch` -- DROP TABLE IF EXISTS `psa_statssearch`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_statssearch` ( `id_statssearch` int(10) unsigned NOT NULL auto_increment, `id_shop` int(10) unsigned NOT NULL default '1', `id_shop_group` int(10) unsigned NOT NULL default '1', `keywords` varchar(255) NOT NULL, `results` int(6) NOT NULL default '0', `date_add` datetime NOT NULL, PRIMARY KEY (`id_statssearch`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_statssearch` -- LOCK TABLES `psa_statssearch` WRITE; /*!40000 ALTER TABLE `psa_statssearch` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_statssearch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_stock` -- DROP TABLE IF EXISTS `psa_stock`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_stock` ( `id_stock` int(11) unsigned NOT NULL auto_increment, `id_warehouse` int(11) unsigned NOT NULL, `id_product` int(11) unsigned NOT NULL, `id_product_attribute` int(11) unsigned NOT NULL, `reference` varchar(32) NOT NULL, `ean13` varchar(13) default NULL, `upc` varchar(12) default NULL, `physical_quantity` int(11) unsigned NOT NULL, `usable_quantity` int(11) unsigned NOT NULL, `price_te` decimal(20,6) default '0.000000', PRIMARY KEY (`id_stock`), KEY `id_warehouse` (`id_warehouse`), KEY `id_product` (`id_product`), KEY `id_product_attribute` (`id_product_attribute`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_stock` -- LOCK TABLES `psa_stock` WRITE; /*!40000 ALTER TABLE `psa_stock` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_stock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_stock_available` -- DROP TABLE IF EXISTS `psa_stock_available`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_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=35 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_stock_available` -- LOCK TABLES `psa_stock_available` WRITE; /*!40000 ALTER TABLE `psa_stock_available` DISABLE KEYS */; INSERT INTO `psa_stock_available` VALUES (1,1,0,1,0,160,0,2),(2,2,0,1,0,120,0,2),(3,3,0,1,0,400,0,2),(4,4,0,1,0,75,0,2),(5,5,0,1,0,120,0,2),(6,6,0,1,0,25,0,2),(7,7,0,1,0,15,0,2),(8,2,1,1,0,30,0,2),(9,2,2,1,0,30,0,2),(10,2,3,1,0,30,0,2),(11,2,4,1,0,30,0,2),(12,3,5,1,0,100,0,2),(13,3,6,1,0,100,0,2),(14,3,7,1,0,100,0,2),(15,3,8,1,0,100,0,2),(16,5,9,1,0,40,0,2),(17,5,10,1,0,40,0,2),(18,5,11,1,0,40,0,2),(19,1,12,1,0,10,0,2),(20,1,13,1,0,10,0,2),(21,1,14,1,0,10,0,2),(22,1,15,1,0,10,0,2),(23,1,16,1,0,10,0,2),(24,1,17,1,0,10,0,2),(25,1,18,1,0,10,0,2),(26,1,19,1,0,10,0,2),(27,1,20,1,0,10,0,2),(28,1,21,1,0,10,0,2),(29,1,22,1,0,10,0,2),(30,1,23,1,0,10,0,2),(31,1,24,1,0,10,0,2),(32,1,25,1,0,10,0,2),(33,1,26,1,0,10,0,2),(34,1,27,1,0,10,0,2); /*!40000 ALTER TABLE `psa_stock_available` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_stock_mvt` -- DROP TABLE IF EXISTS `psa_stock_mvt`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_stock_mvt` ( `id_stock_mvt` bigint(20) unsigned NOT NULL auto_increment, `id_stock` int(11) unsigned NOT NULL, `id_order` int(11) unsigned default NULL, `id_supply_order` int(11) unsigned default NULL, `id_stock_mvt_reason` int(11) unsigned NOT NULL, `id_employee` int(11) unsigned NOT NULL, `employee_lastname` varchar(32) default '', `employee_firstname` varchar(32) default '', `physical_quantity` int(11) unsigned NOT NULL, `date_add` datetime NOT NULL, `sign` tinyint(1) NOT NULL default '1', `price_te` decimal(20,6) default '0.000000', `last_wa` decimal(20,6) default '0.000000', `current_wa` decimal(20,6) default '0.000000', `referer` bigint(20) unsigned default NULL, PRIMARY KEY (`id_stock_mvt`), KEY `id_stock` (`id_stock`), KEY `id_stock_mvt_reason` (`id_stock_mvt_reason`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_stock_mvt` -- LOCK TABLES `psa_stock_mvt` WRITE; /*!40000 ALTER TABLE `psa_stock_mvt` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_stock_mvt` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_stock_mvt_reason` -- DROP TABLE IF EXISTS `psa_stock_mvt_reason`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_stock_mvt_reason` ( `id_stock_mvt_reason` int(11) unsigned NOT NULL auto_increment, `sign` tinyint(1) NOT NULL default '1', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `deleted` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_stock_mvt_reason`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_stock_mvt_reason` -- LOCK TABLES `psa_stock_mvt_reason` WRITE; /*!40000 ALTER TABLE `psa_stock_mvt_reason` DISABLE KEYS */; INSERT INTO `psa_stock_mvt_reason` VALUES (1,1,'2013-09-17 00:24:34','2013-09-17 00:24:34',0),(2,-1,'2013-09-17 00:24:34','2013-09-17 00:24:34',0),(3,-1,'2013-09-17 00:24:34','2013-09-17 00:24:34',0),(4,-1,'2013-09-17 00:24:34','2013-09-17 00:24:34',0),(5,1,'2013-09-17 00:24:34','2013-09-17 00:24:34',0),(6,-1,'2013-09-17 00:24:34','2013-09-17 00:24:34',0),(7,1,'2013-09-17 00:24:34','2013-09-17 00:24:34',0),(8,1,'2013-09-17 00:24:34','2013-09-17 00:24:34',0); /*!40000 ALTER TABLE `psa_stock_mvt_reason` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_stock_mvt_reason_lang` -- DROP TABLE IF EXISTS `psa_stock_mvt_reason_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_stock_mvt_reason_lang` ( `id_stock_mvt_reason` int(11) unsigned NOT NULL, `id_lang` int(11) unsigned NOT NULL, `name` varchar(255) NOT NULL, PRIMARY KEY (`id_stock_mvt_reason`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_stock_mvt_reason_lang` -- LOCK TABLES `psa_stock_mvt_reason_lang` WRITE; /*!40000 ALTER TABLE `psa_stock_mvt_reason_lang` DISABLE KEYS */; INSERT INTO `psa_stock_mvt_reason_lang` VALUES (1,1,'Increase'),(2,1,'Decrease'),(3,1,'Customer Order'),(4,1,'Regulation following an inventory of stock'),(5,1,'Regulation following an inventory of stock'),(6,1,'Transfer to another warehouse'),(7,1,'Transfer from another warehouse'),(8,1,'Supply Order'); /*!40000 ALTER TABLE `psa_stock_mvt_reason_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_store` -- DROP TABLE IF EXISTS `psa_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_store` ( `id_store` int(10) unsigned NOT NULL auto_increment, `id_country` int(10) unsigned NOT NULL, `id_state` int(10) unsigned default NULL, `name` varchar(128) NOT NULL, `address1` varchar(128) NOT NULL, `address2` varchar(128) default NULL, `city` varchar(64) NOT NULL, `postcode` varchar(12) NOT NULL, `latitude` decimal(13,8) default NULL, `longitude` decimal(13,8) default NULL, `hours` varchar(254) default NULL, `phone` varchar(16) default NULL, `fax` varchar(16) default NULL, `email` varchar(128) default NULL, `note` text, `active` tinyint(1) unsigned NOT NULL default '0', `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_store`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_store` -- LOCK TABLES `psa_store` WRITE; /*!40000 ALTER TABLE `psa_store` DISABLE KEYS */; INSERT INTO `psa_store` VALUES (1,21,9,'Dade County','3030 SW 8th St Miami','','Miami',' 33135','25.76500500','-80.24379700','a:7:{i:0;s:13:\"09:00 - 19:00\";i:1;s:13:\"09:00 - 19:00\";i:2;s:13:\"09:00 - 19:00\";i:3;s:13:\"09:00 - 19:00\";i:4;s:13:\"09:00 - 19:00\";i:5;s:13:\"10:00 - 16:00\";i:6;s:13:\"10:00 - 16:00\";}','','','','',1,'2013-09-17 00:25:42','2013-09-17 00:25:42'),(2,21,9,'E Fort Lauderdale','1000 Northeast 4th Ave Fort Lauderdale','','Miami',' 33304','26.13793600','-80.13943500','a:7:{i:0;s:13:\"09:00 - 19:00\";i:1;s:13:\"09:00 - 19:00\";i:2;s:13:\"09:00 - 19:00\";i:3;s:13:\"09:00 - 19:00\";i:4;s:13:\"09:00 - 19:00\";i:5;s:13:\"10:00 - 16:00\";i:6;s:13:\"10:00 - 16:00\";}','','','','',1,'2013-09-17 00:25:42','2013-09-17 00:25:42'),(3,21,9,'Pembroke Pines','11001 Pines Blvd Pembroke Pines','','Miami','33026','26.00998700','-80.29447200','a:7:{i:0;s:13:\"09:00 - 19:00\";i:1;s:13:\"09:00 - 19:00\";i:2;s:13:\"09:00 - 19:00\";i:3;s:13:\"09:00 - 19:00\";i:4;s:13:\"09:00 - 19:00\";i:5;s:13:\"10:00 - 16:00\";i:6;s:13:\"10:00 - 16:00\";}','','','','',1,'2013-09-17 00:25:42','2013-09-17 00:25:42'),(4,21,9,'Coconut Grove','2999 SW 32nd Avenue','','Miami',' 33133','25.73629600','-80.24479700','a:7:{i:0;s:13:\"09:00 - 19:00\";i:1;s:13:\"09:00 - 19:00\";i:2;s:13:\"09:00 - 19:00\";i:3;s:13:\"09:00 - 19:00\";i:4;s:13:\"09:00 - 19:00\";i:5;s:13:\"10:00 - 16:00\";i:6;s:13:\"10:00 - 16:00\";}','','','','',1,'2013-09-17 00:25:42','2013-09-17 00:25:42'),(5,21,9,'N Miami/Biscayne','12055 Biscayne Blvd','','Miami','33181','25.88674000','-80.16329200','a:7:{i:0;s:13:\"09:00 - 19:00\";i:1;s:13:\"09:00 - 19:00\";i:2;s:13:\"09:00 - 19:00\";i:3;s:13:\"09:00 - 19:00\";i:4;s:13:\"09:00 - 19:00\";i:5;s:13:\"10:00 - 16:00\";i:6;s:13:\"10:00 - 16:00\";}','','','','',1,'2013-09-17 00:25:42','2013-09-17 00:25:42'); /*!40000 ALTER TABLE `psa_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_store_shop` -- DROP TABLE IF EXISTS `psa_store_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_store_shop` ( `id_store` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_store`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_store_shop` -- LOCK TABLES `psa_store_shop` WRITE; /*!40000 ALTER TABLE `psa_store_shop` DISABLE KEYS */; INSERT INTO `psa_store_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1); /*!40000 ALTER TABLE `psa_store_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_supplier` -- DROP TABLE IF EXISTS `psa_supplier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_supplier` ( `id_supplier` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `active` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_supplier`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_supplier` -- LOCK TABLES `psa_supplier` WRITE; /*!40000 ALTER TABLE `psa_supplier` DISABLE KEYS */; INSERT INTO `psa_supplier` VALUES (1,'AppleStore','2013-09-17 00:25:40','2013-09-17 00:25:40',1),(2,'Shure Online Store','2013-09-17 00:25:40','2013-09-17 00:25:40',1); /*!40000 ALTER TABLE `psa_supplier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_supplier_lang` -- DROP TABLE IF EXISTS `psa_supplier_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_supplier_lang` ( `id_supplier` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `description` text, `meta_title` varchar(128) default NULL, `meta_keywords` varchar(255) default NULL, `meta_description` varchar(255) default NULL, PRIMARY KEY (`id_supplier`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_supplier_lang` -- LOCK TABLES `psa_supplier_lang` WRITE; /*!40000 ALTER TABLE `psa_supplier_lang` DISABLE KEYS */; INSERT INTO `psa_supplier_lang` VALUES (1,1,'','','',''),(2,1,'','','',''); /*!40000 ALTER TABLE `psa_supplier_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_supplier_shop` -- DROP TABLE IF EXISTS `psa_supplier_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_supplier_shop` ( `id_supplier` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_supplier`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_supplier_shop` -- LOCK TABLES `psa_supplier_shop` WRITE; /*!40000 ALTER TABLE `psa_supplier_shop` DISABLE KEYS */; INSERT INTO `psa_supplier_shop` VALUES (1,1),(2,1); /*!40000 ALTER TABLE `psa_supplier_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_supply_order` -- DROP TABLE IF EXISTS `psa_supply_order`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_supply_order` ( `id_supply_order` int(11) unsigned NOT NULL auto_increment, `id_supplier` int(11) unsigned NOT NULL, `supplier_name` varchar(64) NOT NULL, `id_lang` int(11) unsigned NOT NULL, `id_warehouse` int(11) unsigned NOT NULL, `id_supply_order_state` int(11) unsigned NOT NULL, `id_currency` int(11) unsigned NOT NULL, `id_ref_currency` int(11) unsigned NOT NULL, `reference` varchar(64) NOT NULL, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, `date_delivery_expected` datetime default NULL, `total_te` decimal(20,6) default '0.000000', `total_with_discount_te` decimal(20,6) default '0.000000', `total_tax` decimal(20,6) default '0.000000', `total_ti` decimal(20,6) default '0.000000', `discount_rate` decimal(20,6) default '0.000000', `discount_value_te` decimal(20,6) default '0.000000', `is_template` tinyint(1) default '0', PRIMARY KEY (`id_supply_order`), KEY `id_supplier` (`id_supplier`), KEY `id_warehouse` (`id_warehouse`), KEY `reference` (`reference`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_supply_order` -- LOCK TABLES `psa_supply_order` WRITE; /*!40000 ALTER TABLE `psa_supply_order` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_supply_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_supply_order_detail` -- DROP TABLE IF EXISTS `psa_supply_order_detail`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_supply_order_detail` ( `id_supply_order_detail` int(11) unsigned NOT NULL auto_increment, `id_supply_order` int(11) unsigned NOT NULL, `id_currency` int(11) unsigned NOT NULL, `id_product` int(11) unsigned NOT NULL, `id_product_attribute` int(11) unsigned NOT NULL, `reference` varchar(32) NOT NULL, `supplier_reference` varchar(32) NOT NULL, `name` varchar(128) NOT NULL, `ean13` varchar(13) default NULL, `upc` varchar(12) default NULL, `exchange_rate` decimal(20,6) default '0.000000', `unit_price_te` decimal(20,6) default '0.000000', `quantity_expected` int(11) unsigned NOT NULL, `quantity_received` int(11) unsigned NOT NULL, `price_te` decimal(20,6) default '0.000000', `discount_rate` decimal(20,6) default '0.000000', `discount_value_te` decimal(20,6) default '0.000000', `price_with_discount_te` decimal(20,6) default '0.000000', `tax_rate` decimal(20,6) default '0.000000', `tax_value` decimal(20,6) default '0.000000', `price_ti` decimal(20,6) default '0.000000', `tax_value_with_order_discount` decimal(20,6) default '0.000000', `price_with_order_discount_te` decimal(20,6) default '0.000000', PRIMARY KEY (`id_supply_order_detail`), KEY `id_supply_order` (`id_supply_order`), KEY `id_product` (`id_product`), KEY `id_product_attribute` (`id_product_attribute`), KEY `id_product_product_attribute` (`id_product`,`id_product_attribute`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_supply_order_detail` -- LOCK TABLES `psa_supply_order_detail` WRITE; /*!40000 ALTER TABLE `psa_supply_order_detail` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_supply_order_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_supply_order_history` -- DROP TABLE IF EXISTS `psa_supply_order_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_supply_order_history` ( `id_supply_order_history` int(11) unsigned NOT NULL auto_increment, `id_supply_order` int(11) unsigned NOT NULL, `id_employee` int(11) unsigned NOT NULL, `employee_lastname` varchar(32) default '', `employee_firstname` varchar(32) default '', `id_state` int(11) unsigned NOT NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_supply_order_history`), KEY `id_supply_order` (`id_supply_order`), KEY `id_employee` (`id_employee`), KEY `id_state` (`id_state`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_supply_order_history` -- LOCK TABLES `psa_supply_order_history` WRITE; /*!40000 ALTER TABLE `psa_supply_order_history` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_supply_order_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_supply_order_receipt_history` -- DROP TABLE IF EXISTS `psa_supply_order_receipt_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_supply_order_receipt_history` ( `id_supply_order_receipt_history` int(11) unsigned NOT NULL auto_increment, `id_supply_order_detail` int(11) unsigned NOT NULL, `id_employee` int(11) unsigned NOT NULL, `employee_lastname` varchar(32) default '', `employee_firstname` varchar(32) default '', `id_supply_order_state` int(11) unsigned NOT NULL, `quantity` int(11) unsigned NOT NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_supply_order_receipt_history`), KEY `id_supply_order_detail` (`id_supply_order_detail`), KEY `id_supply_order_state` (`id_supply_order_state`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_supply_order_receipt_history` -- LOCK TABLES `psa_supply_order_receipt_history` WRITE; /*!40000 ALTER TABLE `psa_supply_order_receipt_history` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_supply_order_receipt_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_supply_order_state` -- DROP TABLE IF EXISTS `psa_supply_order_state`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_supply_order_state` ( `id_supply_order_state` int(11) unsigned NOT NULL auto_increment, `delivery_note` tinyint(1) NOT NULL default '0', `editable` tinyint(1) NOT NULL default '0', `receipt_state` tinyint(1) NOT NULL default '0', `pending_receipt` tinyint(1) NOT NULL default '0', `enclosed` tinyint(1) NOT NULL default '0', `color` varchar(32) default NULL, PRIMARY KEY (`id_supply_order_state`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_supply_order_state` -- LOCK TABLES `psa_supply_order_state` WRITE; /*!40000 ALTER TABLE `psa_supply_order_state` DISABLE KEYS */; INSERT INTO `psa_supply_order_state` VALUES (1,0,1,0,0,0,'#faab00'),(2,1,0,0,0,0,'#273cff'),(3,0,0,0,1,0,'#ff37f5'),(4,0,0,1,1,0,'#ff3e33'),(5,0,0,1,0,1,'#00d60c'),(6,0,0,0,0,1,'#666666'); /*!40000 ALTER TABLE `psa_supply_order_state` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_supply_order_state_lang` -- DROP TABLE IF EXISTS `psa_supply_order_state_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_supply_order_state_lang` ( `id_supply_order_state` int(11) unsigned NOT NULL, `id_lang` int(11) unsigned NOT NULL, `name` varchar(128) default NULL, PRIMARY KEY (`id_supply_order_state`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_supply_order_state_lang` -- LOCK TABLES `psa_supply_order_state_lang` WRITE; /*!40000 ALTER TABLE `psa_supply_order_state_lang` DISABLE KEYS */; INSERT INTO `psa_supply_order_state_lang` VALUES (1,1,'1 - Creation in progress'),(2,1,'2 - Order validated'),(3,1,'3 - Pending receipt'),(4,1,'4 - Order received in part'),(5,1,'5 - Order received completely'),(6,1,'6 - Order canceled'); /*!40000 ALTER TABLE `psa_supply_order_state_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_tab` -- DROP TABLE IF EXISTS `psa_tab`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_tab` ( `id_tab` int(10) unsigned NOT NULL auto_increment, `id_parent` int(11) NOT NULL, `class_name` varchar(64) NOT NULL, `module` varchar(64) default NULL, `position` int(10) unsigned NOT NULL, `active` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id_tab`), KEY `class_name` (`class_name`), KEY `id_parent` (`id_parent`) ) ENGINE=MyISAM AUTO_INCREMENT=103 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_tab` -- LOCK TABLES `psa_tab` WRITE; /*!40000 ALTER TABLE `psa_tab` DISABLE KEYS */; INSERT INTO `psa_tab` VALUES (1,-1,'AdminHome','',0,1),(2,-1,'AdminCms','',1,1),(3,-1,'AdminCmsCategories','',2,1),(4,-1,'AdminAttributeGenerator','',3,1),(5,-1,'AdminSearch','',4,1),(6,-1,'AdminLogin','',5,1),(7,-1,'AdminShop','',6,1),(8,-1,'AdminShopUrl','',7,1),(9,0,'AdminCatalog','',0,1),(10,0,'AdminParentOrders','',1,1),(11,0,'AdminParentCustomer','',2,1),(12,0,'AdminPriceRule','',3,1),(13,0,'AdminParentShipping','',4,1),(14,0,'AdminParentLocalization','',5,1),(15,0,'AdminParentModules','',6,1),(16,0,'AdminParentPreferences','',7,1),(17,0,'AdminTools','',8,1),(18,0,'AdminAdmin','',9,1),(19,0,'AdminParentStats','',10,1),(20,0,'AdminStock','',11,1),(21,9,'AdminProducts','',0,1),(22,9,'AdminCategories','',1,1),(23,9,'AdminTracking','',2,1),(24,9,'AdminAttributesGroups','',3,1),(25,9,'AdminFeatures','',4,1),(26,9,'AdminManufacturers','',5,1),(27,9,'AdminSuppliers','',6,1),(28,9,'AdminScenes','',7,1),(29,9,'AdminTags','',8,1),(30,9,'AdminAttachments','',9,1),(31,10,'AdminOrders','',0,1),(32,10,'AdminInvoices','',1,1),(33,10,'AdminReturn','',2,1),(34,10,'AdminDeliverySlip','',3,1),(35,10,'AdminSlip','',4,1),(36,10,'AdminStatuses','',5,1),(37,10,'AdminOrderMessage','',6,1),(38,11,'AdminCustomers','',0,1),(39,11,'AdminAddresses','',1,1),(40,11,'AdminGroups','',2,1),(41,11,'AdminCarts','',3,1),(42,11,'AdminCustomerThreads','',4,1),(43,11,'AdminContacts','',5,1),(44,11,'AdminGenders','',6,1),(45,11,'AdminOutstanding','',7,0),(46,12,'AdminCartRules','',0,1),(47,12,'AdminSpecificPriceRule','',1,1),(48,12,'AdminMarketing','',2,1),(49,13,'AdminShipping','',0,1),(50,13,'AdminCarriers','',1,1),(51,13,'AdminCarrierWizard',NULL,2,1),(52,14,'AdminLocalization','',0,1),(53,14,'AdminLanguages','',1,1),(54,14,'AdminZones','',2,1),(55,14,'AdminCountries','',3,1),(56,14,'AdminStates','',4,1),(57,14,'AdminCurrencies','',5,1),(58,14,'AdminTaxes','',6,1),(59,14,'AdminTaxRulesGroup','',7,1),(60,14,'AdminTranslations','',8,1),(61,15,'AdminModules','',0,1),(62,15,'AdminAddonsCatalog','',1,1),(63,15,'AdminModulesPositions','',2,1),(64,15,'AdminPayment','',3,1),(65,16,'AdminPreferences','',0,1),(66,16,'AdminOrderPreferences','',1,1),(67,16,'AdminPPreferences','',2,1),(68,16,'AdminCustomerPreferences','',3,1),(69,16,'AdminThemes','',4,1),(70,16,'AdminMeta','',5,1),(71,16,'AdminCmsContent','',6,1),(72,16,'AdminImages','',7,1),(73,16,'AdminStores','',8,1),(74,16,'AdminSearchConf','',9,1),(75,16,'AdminMaintenance','',10,1),(76,16,'AdminGeolocation','',11,1),(77,17,'AdminInformation','',0,1),(78,17,'AdminPerformance','',1,1),(79,17,'AdminEmails','',2,1),(80,17,'AdminShopGroup','',3,0),(81,17,'AdminImport','',4,1),(82,17,'AdminBackup','',5,1),(83,17,'AdminRequestSql','',6,1),(84,17,'AdminLogs','',7,1),(85,17,'AdminWebservice','',8,1),(86,18,'AdminAdminPreferences','',0,1),(87,18,'AdminQuickAccesses','',1,1),(88,18,'AdminEmployees','',2,1),(89,18,'AdminProfiles','',3,1),(90,18,'AdminAccess','',4,1),(91,18,'AdminTabs','',5,1),(92,19,'AdminStats','',0,1),(93,19,'AdminSearchEngines','',1,1),(94,19,'AdminReferrers','',2,1),(95,20,'AdminWarehouses','',0,1),(96,20,'AdminStockManagement','',1,1),(97,20,'AdminStockMvt','',2,1),(98,20,'AdminStockInstantState','',3,1),(99,20,'AdminStockCover','',4,1),(100,20,'AdminSupplyOrders','',5,1),(101,20,'AdminStockConfiguration','',6,1),(102,18,'AdminGamification','gamification',6,1); /*!40000 ALTER TABLE `psa_tab` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_tab_advice` -- DROP TABLE IF EXISTS `psa_tab_advice`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_tab_advice` ( `id_tab` int(11) NOT NULL, `id_advice` int(11) NOT NULL, PRIMARY KEY (`id_tab`,`id_advice`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_tab_advice` -- LOCK TABLES `psa_tab_advice` WRITE; /*!40000 ALTER TABLE `psa_tab_advice` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_tab_advice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_tab_lang` -- DROP TABLE IF EXISTS `psa_tab_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_tab_lang` ( `id_tab` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) default NULL, PRIMARY KEY (`id_tab`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_tab_lang` -- LOCK TABLES `psa_tab_lang` WRITE; /*!40000 ALTER TABLE `psa_tab_lang` DISABLE KEYS */; INSERT INTO `psa_tab_lang` VALUES (1,1,'Home'),(2,1,'CMS Pages'),(3,1,'CMS Categories'),(4,1,'Combinations Generator'),(5,1,'Search'),(6,1,'Login'),(7,1,'Shops'),(8,1,'Shop URLs'),(9,1,'Catalog'),(10,1,'Orders'),(11,1,'Customers'),(12,1,'Price Rules'),(13,1,'Shipping'),(14,1,'Localization'),(15,1,'Modules'),(16,1,'Preferences'),(17,1,'Advanced Parameters'),(18,1,'Administration'),(19,1,'Stats'),(20,1,'Stock'),(21,1,'Products'),(22,1,'Categories'),(23,1,'Monitoring'),(24,1,'Attributes and Values'),(25,1,'Features'),(26,1,'Manufacturers'),(27,1,'Suppliers'),(28,1,'Image Mapping'),(29,1,'Tags'),(30,1,'Attachments'),(31,1,'Orders'),(32,1,'Invoices'),(33,1,'Merchandise Returns'),(34,1,'Delivery Slips'),(35,1,'Credit Slips'),(36,1,'Statuses'),(37,1,'Order Messages'),(38,1,'Customers'),(39,1,'Addresses'),(40,1,'Groups'),(41,1,'Shopping Carts'),(42,1,'Customer Service'),(43,1,'Contacts'),(44,1,'Titles'),(45,1,'Outstanding'),(46,1,'Cart Rules'),(47,1,'Catalog Price Rules'),(48,1,'Marketing'),(49,1,'Shipping'),(50,1,'Carriers'),(52,1,'Localization'),(53,1,'Languages'),(54,1,'Zones'),(55,1,'Countries'),(56,1,'States'),(57,1,'Currencies'),(58,1,'Taxes'),(59,1,'Tax Rules'),(60,1,'Translations'),(61,1,'Modules'),(62,1,'Modules & Themes Catalog'),(63,1,'Positions'),(64,1,'Payment'),(65,1,'General'),(66,1,'Orders'),(67,1,'Products'),(68,1,'Customers'),(69,1,'Themes'),(70,1,'SEO & URLs'),(71,1,'CMS'),(72,1,'Images'),(73,1,'Store Contacts'),(74,1,'Search'),(75,1,'Maintenance'),(76,1,'Geolocation'),(77,1,'Configuration Information'),(78,1,'Performance'),(79,1,'E-mail'),(80,1,'Multistore'),(81,1,'CSV Import'),(82,1,'DB Backup'),(83,1,'SQL Manager'),(84,1,'Logs'),(85,1,'Webservice'),(86,1,'Preferences'),(87,1,'Quick Access'),(88,1,'Employees'),(89,1,'Profiles'),(90,1,'Permissions'),(91,1,'Menus'),(92,1,'Stats'),(93,1,'Search Engines'),(94,1,'Referrers'),(95,1,'Warehouses'),(96,1,'Stock Management'),(97,1,'Stock Movement'),(98,1,'Instant Stock Status'),(99,1,'Stock Coverage'),(100,1,'Supply orders'),(101,1,'Configuration'),(102,1,'Merchant Expertise'); /*!40000 ALTER TABLE `psa_tab_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_tab_module_preference` -- DROP TABLE IF EXISTS `psa_tab_module_preference`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_tab_module_preference` ( `id_tab_module_preference` int(11) NOT NULL auto_increment, `id_employee` int(11) NOT NULL, `id_tab` int(11) NOT NULL, `module` varchar(255) NOT NULL, PRIMARY KEY (`id_tab_module_preference`), UNIQUE KEY `employee_module` (`id_employee`,`id_tab`,`module`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_tab_module_preference` -- LOCK TABLES `psa_tab_module_preference` WRITE; /*!40000 ALTER TABLE `psa_tab_module_preference` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_tab_module_preference` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_tag` -- DROP TABLE IF EXISTS `psa_tag`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_tag` ( `id_tag` int(10) unsigned NOT NULL auto_increment, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`id_tag`), KEY `tag_name` (`name`), KEY `id_lang` (`id_lang`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_tag` -- LOCK TABLES `psa_tag` WRITE; /*!40000 ALTER TABLE `psa_tag` DISABLE KEYS */; INSERT INTO `psa_tag` VALUES (1,1,'apple'),(2,1,'ipod'),(3,1,'nano'),(4,1,'superdrive'),(5,1,'Ipod touch'),(6,1,'shuffle'); /*!40000 ALTER TABLE `psa_tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_tax` -- DROP TABLE IF EXISTS `psa_tax`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_tax` ( `id_tax` int(10) unsigned NOT NULL auto_increment, `rate` decimal(10,3) NOT NULL, `active` tinyint(1) unsigned NOT NULL default '1', `deleted` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_tax`) ) ENGINE=MyISAM AUTO_INCREMENT=53 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_tax` -- LOCK TABLES `psa_tax` WRITE; /*!40000 ALTER TABLE `psa_tax` DISABLE KEYS */; INSERT INTO `psa_tax` VALUES (1,'4.000',1,0),(2,'0.000',1,0),(3,'6.600',1,0),(4,'6.000',1,0),(5,'8.250',1,0),(6,'2.900',1,0),(7,'0.000',1,0),(8,'0.000',1,0),(9,'6.000',1,0),(10,'4.000',1,0),(11,'4.000',1,0),(12,'6.000',1,0),(13,'6.250',1,0),(14,'7.000',1,0),(15,'6.000',1,0),(16,'5.300',1,0),(17,'6.000',1,0),(18,'4.000',1,0),(19,'5.000',1,0),(20,'6.000',1,0),(21,'6.250',1,0),(22,'6.000',1,0),(23,'6.875',1,0),(24,'7.000',1,0),(25,'4.225',1,0),(26,'0.000',1,0),(27,'5.500',1,0),(28,'6.850',1,0),(29,'0.000',1,0),(30,'7.000',1,0),(31,'5.125',1,0),(32,'4.000',1,0),(33,'5.500',1,0),(34,'5.000',1,0),(35,'5.500',1,0),(36,'4.500',1,0),(37,'0.000',1,0),(38,'6.000',1,0),(39,'7.000',1,0),(40,'6.000',1,0),(41,'4.000',1,0),(42,'7.000',1,0),(43,'6.250',1,0),(44,'4.750',1,0),(45,'6.000',1,0),(46,'4.000',1,0),(47,'6.500',1,0),(48,'6.000',1,0),(49,'5.000',1,0),(50,'4.000',1,0),(51,'5.500',1,0),(52,'6.000',1,0); /*!40000 ALTER TABLE `psa_tax` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_tax_lang` -- DROP TABLE IF EXISTS `psa_tax_lang`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_tax_lang` ( `id_tax` int(10) unsigned NOT NULL, `id_lang` int(10) unsigned NOT NULL, `name` varchar(32) NOT NULL, PRIMARY KEY (`id_tax`,`id_lang`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_tax_lang` -- LOCK TABLES `psa_tax_lang` WRITE; /*!40000 ALTER TABLE `psa_tax_lang` DISABLE KEYS */; INSERT INTO `psa_tax_lang` VALUES (1,1,'Sales-taxes US-AL 4%'),(2,1,'Sales-taxes US-AK 0%'),(3,1,'Sales-taxes US-AZ 6.6%'),(4,1,'Sales-taxes US-AR 6%'),(5,1,'Sales-taxes US-CA 8.25%'),(6,1,'Sales-taxes US-CO 2.9%'),(7,1,'Sales-taxes US-CT 0%'),(8,1,'Sales-taxes US-DE 0%'),(9,1,'Sales-taxes US-FL 6%'),(10,1,'Sales-taxes US-GA 4%'),(11,1,'Sales-taxes US-HI 4%'),(12,1,'Sales-taxes US-ID 6%'),(13,1,'Sales-taxes US-IL 6.25%'),(14,1,'Sales-taxes US-IN 7%'),(15,1,'Sales-taxes US-IA 6%'),(16,1,'Sales-taxes US-KS 5.3%'),(17,1,'Sales-taxes US-KY 6%'),(18,1,'Sales-taxes US-LA 4%'),(19,1,'Sales-taxes US-ME 5%'),(20,1,'Sales-taxes US-MD 6%'),(21,1,'Sales-taxes US-MA 6.25%'),(22,1,'Sales-taxes US-MI 6%'),(23,1,'Sales-taxes US-MN 6.875%'),(24,1,'Sales-taxes US-MS 7%'),(25,1,'Sales-taxes US-MO 4.225%'),(26,1,'Sales-taxes US-MT 0.0%'),(27,1,'Sales-taxes US-NE 5.5%'),(28,1,'Sales-taxes US-NV 6.85%'),(29,1,'Sales-taxes US-NH 0%'),(30,1,'Sales-taxes US-NJ 7%'),(31,1,'Sales-taxes US-NM 5.125%'),(32,1,'Sales-taxes US-NY 4%'),(33,1,'Sales-taxes US-NC 5.5%'),(34,1,'Sales-taxes US-ND 5%'),(35,1,'Sales-taxes US-OH 5.5%'),(36,1,'Sales-taxes US-OK 4.5%'),(37,1,'Sales-taxes US-OR 0%'),(38,1,'Sales-taxes US-PA 6%'),(39,1,'Sales-taxes US-RI 7%'),(40,1,'Sales-taxes US-SC 6%'),(41,1,'Sales-taxes US-SD 4%'),(42,1,'Sales-taxes US-TN 7%'),(43,1,'Sales-taxes US-TX 6.25%'),(44,1,'Sales-taxes US-UT 4.75%'),(45,1,'Sales-taxes US-VT 6%'),(46,1,'Sales-taxes US-VA 4%'),(47,1,'Sales-taxes US-WA 6.5%'),(48,1,'Sales-taxes US-WV 6%'),(49,1,'Sales-taxes US-WI 5%'),(50,1,'Sales-taxes US-WY 4%'),(51,1,'Sales-taxes US-PR 5.5%'),(52,1,'Sales-taxes US-DC 6%'); /*!40000 ALTER TABLE `psa_tax_lang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_tax_rule` -- DROP TABLE IF EXISTS `psa_tax_rule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_tax_rule` ( `id_tax_rule` int(11) NOT NULL auto_increment, `id_tax_rules_group` int(11) NOT NULL, `id_country` int(11) NOT NULL, `id_state` int(11) NOT NULL, `zipcode_from` varchar(12) NOT NULL, `zipcode_to` varchar(12) NOT NULL, `id_tax` int(11) NOT NULL, `behavior` int(11) NOT NULL, `description` varchar(100) NOT NULL, PRIMARY KEY (`id_tax_rule`), KEY `id_tax_rules_group` (`id_tax_rules_group`), KEY `id_tax` (`id_tax`), KEY `category_getproducts` (`id_tax_rules_group`,`id_country`,`id_state`,`zipcode_from`) ) ENGINE=MyISAM AUTO_INCREMENT=53 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_tax_rule` -- LOCK TABLES `psa_tax_rule` WRITE; /*!40000 ALTER TABLE `psa_tax_rule` DISABLE KEYS */; INSERT INTO `psa_tax_rule` VALUES (1,1,21,1,'0','0',1,1,''),(2,2,21,2,'0','0',2,1,''),(3,3,21,3,'0','0',3,1,''),(4,4,21,4,'0','0',4,1,''),(5,5,21,5,'0','0',5,1,''),(6,6,21,6,'0','0',6,1,''),(7,7,21,7,'0','0',7,1,''),(8,8,21,8,'0','0',8,1,''),(9,9,21,9,'0','0',9,1,''),(10,10,21,10,'0','0',10,1,''),(11,11,21,11,'0','0',11,1,''),(12,12,21,12,'0','0',12,1,''),(13,13,21,13,'0','0',13,1,''),(14,14,21,14,'0','0',14,1,''),(15,15,21,15,'0','0',15,1,''),(16,16,21,16,'0','0',16,1,''),(17,17,21,17,'0','0',17,1,''),(18,18,21,18,'0','0',18,1,''),(19,19,21,19,'0','0',19,1,''),(20,20,21,20,'0','0',20,1,''),(21,21,21,21,'0','0',21,1,''),(22,22,21,22,'0','0',22,1,''),(23,23,21,23,'0','0',23,1,''),(24,24,21,24,'0','0',24,1,''),(25,25,21,25,'0','0',25,1,''),(26,26,21,26,'0','0',26,1,''),(27,27,21,27,'0','0',27,1,''),(28,28,21,28,'0','0',28,1,''),(29,29,21,29,'0','0',29,1,''),(30,30,21,30,'0','0',30,1,''),(31,31,21,31,'0','0',31,1,''),(32,32,21,32,'0','0',32,1,''),(33,33,21,33,'0','0',33,1,''),(34,34,21,34,'0','0',34,1,''),(35,35,21,35,'0','0',35,1,''),(36,36,21,36,'0','0',36,1,''),(37,37,21,37,'0','0',37,1,''),(38,38,21,38,'0','0',38,1,''),(39,39,21,39,'0','0',39,1,''),(40,40,21,40,'0','0',40,1,''),(41,41,21,41,'0','0',41,1,''),(42,42,21,42,'0','0',42,1,''),(43,43,21,43,'0','0',43,1,''),(44,44,21,44,'0','0',44,1,''),(45,45,21,45,'0','0',45,1,''),(46,46,21,46,'0','0',46,1,''),(47,47,21,47,'0','0',47,1,''),(48,48,21,48,'0','0',48,1,''),(49,49,21,49,'0','0',49,1,''),(50,50,21,50,'0','0',50,1,''),(51,51,21,51,'0','0',51,1,''),(52,52,21,53,'0','0',52,1,''); /*!40000 ALTER TABLE `psa_tax_rule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_tax_rules_group` -- DROP TABLE IF EXISTS `psa_tax_rules_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_tax_rules_group` ( `id_tax_rules_group` int(11) NOT NULL auto_increment, `name` varchar(50) NOT NULL, `active` int(11) NOT NULL, PRIMARY KEY (`id_tax_rules_group`) ) ENGINE=MyISAM AUTO_INCREMENT=53 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_tax_rules_group` -- LOCK TABLES `psa_tax_rules_group` WRITE; /*!40000 ALTER TABLE `psa_tax_rules_group` DISABLE KEYS */; INSERT INTO `psa_tax_rules_group` VALUES (1,'US-AL Rate (4%)',1),(2,'US-AK Rate (0%)',1),(3,'US-AZ Rate (6.6%)',1),(4,'US-AR Rate (6%)',1),(5,'US-CA Rate (8.25%)',1),(6,'US-CO Rate (2.9%)',1),(7,'US-CT Rate (0%)',1),(8,'US-DE Rate (0%)',1),(9,'US-FL Rate (6%)',1),(10,'US-GA Rate (4%)',1),(11,'US-HI Rate (4%)',1),(12,'US-ID Rate (6%)',1),(13,'US-IL Rate (6.25%)',1),(14,'US-IN Rate (7%)',1),(15,'US-IA Rate (6%)',1),(16,'US-KS Rate (5.3%)',1),(17,'US-KY Rate (6%)',1),(18,'US-LA Rate (4%)',1),(19,'US-ME Rate (5%)',1),(20,'US-MD Rate (6%)',1),(21,'US-MA Rate (6.25%)',1),(22,'US-MI Rate (6%)',1),(23,'US-MN Rate (6.875%)',1),(24,'US-MS Rate (7%)',1),(25,'US-MO Rate (4.225%)',1),(26,'US-MT Rate (0%)',1),(27,'US-NE Rate (5.5%)',1),(28,'US-NV Rate (6.85%)',1),(29,'US-NH Rate (0%)',1),(30,'US-NJ Rate (7%)',1),(31,'US-NM Rate (5.125%)',1),(32,'US-NY Rate (4%)',1),(33,'US-NC Rate (5.5%)',1),(34,'US-ND Rate (5%)',1),(35,'US-OH Rate (5.5%)',1),(36,'US-OK Rate (4.5%)',1),(37,'US-OR Rate (0%)',1),(38,'US-PA Rate (6%)',1),(39,'US-RI Rate (7%)',1),(40,'US-SC Rate (6%)',1),(41,'US-SD Rate (4%)',1),(42,'US-TN Rate (7%)',1),(43,'US-TX Rate (6.25%)',1),(44,'US-UT Rate (4.75%)',1),(45,'US-VT Rate (6%)',1),(46,'US-VA Rate (4%)',1),(47,'US-WA Rate (6.5%)',1),(48,'US-WV Rate (6%)',1),(49,'US-WI Rate (5%)',1),(50,'US-WY Rate (4%)',1),(51,'US-PR Rate (5.5%)',1),(52,'US-DC Rate (6%)',1); /*!40000 ALTER TABLE `psa_tax_rules_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_tax_rules_group_shop` -- DROP TABLE IF EXISTS `psa_tax_rules_group_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_tax_rules_group_shop` ( `id_tax_rules_group` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_tax_rules_group`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_tax_rules_group_shop` -- LOCK TABLES `psa_tax_rules_group_shop` WRITE; /*!40000 ALTER TABLE `psa_tax_rules_group_shop` DISABLE KEYS */; INSERT INTO `psa_tax_rules_group_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1),(9,1),(10,1),(11,1),(12,1),(13,1),(14,1),(15,1),(16,1),(17,1),(18,1),(19,1),(20,1),(21,1),(22,1),(23,1),(24,1),(25,1),(26,1),(27,1),(28,1),(29,1),(30,1),(31,1),(32,1),(33,1),(34,1),(35,1),(36,1),(37,1),(38,1),(39,1),(40,1),(41,1),(42,1),(43,1),(44,1),(45,1),(46,1),(47,1),(48,1),(49,1),(50,1),(51,1),(52,1); /*!40000 ALTER TABLE `psa_tax_rules_group_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_theme` -- DROP TABLE IF EXISTS `psa_theme`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_theme` ( `id_theme` int(11) NOT NULL auto_increment, `name` varchar(64) NOT NULL, `directory` varchar(64) NOT NULL, PRIMARY KEY (`id_theme`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_theme` -- LOCK TABLES `psa_theme` WRITE; /*!40000 ALTER TABLE `psa_theme` DISABLE KEYS */; INSERT INTO `psa_theme` VALUES (1,'default','default'); /*!40000 ALTER TABLE `psa_theme` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_theme_specific` -- DROP TABLE IF EXISTS `psa_theme_specific`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_theme_specific` ( `id_theme` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, `entity` int(11) unsigned NOT NULL, `id_object` int(11) unsigned NOT NULL, PRIMARY KEY (`id_theme`,`id_shop`,`entity`,`id_object`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_theme_specific` -- LOCK TABLES `psa_theme_specific` WRITE; /*!40000 ALTER TABLE `psa_theme_specific` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_theme_specific` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_timezone` -- DROP TABLE IF EXISTS `psa_timezone`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_timezone` ( `id_timezone` int(10) unsigned NOT NULL auto_increment, `name` varchar(32) NOT NULL, PRIMARY KEY (`id_timezone`) ) ENGINE=MyISAM AUTO_INCREMENT=561 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_timezone` -- LOCK TABLES `psa_timezone` WRITE; /*!40000 ALTER TABLE `psa_timezone` DISABLE KEYS */; INSERT INTO `psa_timezone` VALUES (1,'Africa/Abidjan'),(2,'Africa/Accra'),(3,'Africa/Addis_Ababa'),(4,'Africa/Algiers'),(5,'Africa/Asmara'),(6,'Africa/Asmera'),(7,'Africa/Bamako'),(8,'Africa/Bangui'),(9,'Africa/Banjul'),(10,'Africa/Bissau'),(11,'Africa/Blantyre'),(12,'Africa/Brazzaville'),(13,'Africa/Bujumbura'),(14,'Africa/Cairo'),(15,'Africa/Casablanca'),(16,'Africa/Ceuta'),(17,'Africa/Conakry'),(18,'Africa/Dakar'),(19,'Africa/Dar_es_Salaam'),(20,'Africa/Djibouti'),(21,'Africa/Douala'),(22,'Africa/El_Aaiun'),(23,'Africa/Freetown'),(24,'Africa/Gaborone'),(25,'Africa/Harare'),(26,'Africa/Johannesburg'),(27,'Africa/Kampala'),(28,'Africa/Khartoum'),(29,'Africa/Kigali'),(30,'Africa/Kinshasa'),(31,'Africa/Lagos'),(32,'Africa/Libreville'),(33,'Africa/Lome'),(34,'Africa/Luanda'),(35,'Africa/Lubumbashi'),(36,'Africa/Lusaka'),(37,'Africa/Malabo'),(38,'Africa/Maputo'),(39,'Africa/Maseru'),(40,'Africa/Mbabane'),(41,'Africa/Mogadishu'),(42,'Africa/Monrovia'),(43,'Africa/Nairobi'),(44,'Africa/Ndjamena'),(45,'Africa/Niamey'),(46,'Africa/Nouakchott'),(47,'Africa/Ouagadougou'),(48,'Africa/Porto-Novo'),(49,'Africa/Sao_Tome'),(50,'Africa/Timbuktu'),(51,'Africa/Tripoli'),(52,'Africa/Tunis'),(53,'Africa/Windhoek'),(54,'America/Adak'),(55,'America/Anchorage '),(56,'America/Anguilla'),(57,'America/Antigua'),(58,'America/Araguaina'),(59,'America/Argentina/Buenos_Aires'),(60,'America/Argentina/Catamarca'),(61,'America/Argentina/ComodRivadavia'),(62,'America/Argentina/Cordoba'),(63,'America/Argentina/Jujuy'),(64,'America/Argentina/La_Rioja'),(65,'America/Argentina/Mendoza'),(66,'America/Argentina/Rio_Gallegos'),(67,'America/Argentina/Salta'),(68,'America/Argentina/San_Juan'),(69,'America/Argentina/San_Luis'),(70,'America/Argentina/Tucuman'),(71,'America/Argentina/Ushuaia'),(72,'America/Aruba'),(73,'America/Asuncion'),(74,'America/Atikokan'),(75,'America/Atka'),(76,'America/Bahia'),(77,'America/Barbados'),(78,'America/Belem'),(79,'America/Belize'),(80,'America/Blanc-Sablon'),(81,'America/Boa_Vista'),(82,'America/Bogota'),(83,'America/Boise'),(84,'America/Buenos_Aires'),(85,'America/Cambridge_Bay'),(86,'America/Campo_Grande'),(87,'America/Cancun'),(88,'America/Caracas'),(89,'America/Catamarca'),(90,'America/Cayenne'),(91,'America/Cayman'),(92,'America/Chicago'),(93,'America/Chihuahua'),(94,'America/Coral_Harbour'),(95,'America/Cordoba'),(96,'America/Costa_Rica'),(97,'America/Cuiaba'),(98,'America/Curacao'),(99,'America/Danmarkshavn'),(100,'America/Dawson'),(101,'America/Dawson_Creek'),(102,'America/Denver'),(103,'America/Detroit'),(104,'America/Dominica'),(105,'America/Edmonton'),(106,'America/Eirunepe'),(107,'America/El_Salvador'),(108,'America/Ensenada'),(109,'America/Fort_Wayne'),(110,'America/Fortaleza'),(111,'America/Glace_Bay'),(112,'America/Godthab'),(113,'America/Goose_Bay'),(114,'America/Grand_Turk'),(115,'America/Grenada'),(116,'America/Guadeloupe'),(117,'America/Guatemala'),(118,'America/Guayaquil'),(119,'America/Guyana'),(120,'America/Halifax'),(121,'America/Havana'),(122,'America/Hermosillo'),(123,'America/Indiana/Indianapolis'),(124,'America/Indiana/Knox'),(125,'America/Indiana/Marengo'),(126,'America/Indiana/Petersburg'),(127,'America/Indiana/Tell_City'),(128,'America/Indiana/Vevay'),(129,'America/Indiana/Vincennes'),(130,'America/Indiana/Winamac'),(131,'America/Indianapolis'),(132,'America/Inuvik'),(133,'America/Iqaluit'),(134,'America/Jamaica'),(135,'America/Jujuy'),(136,'America/Juneau'),(137,'America/Kentucky/Louisville'),(138,'America/Kentucky/Monticello'),(139,'America/Knox_IN'),(140,'America/La_Paz'),(141,'America/Lima'),(142,'America/Los_Angeles'),(143,'America/Louisville'),(144,'America/Maceio'),(145,'America/Managua'),(146,'America/Manaus'),(147,'America/Marigot'),(148,'America/Martinique'),(149,'America/Mazatlan'),(150,'America/Mendoza'),(151,'America/Menominee'),(152,'America/Merida'),(153,'America/Mexico_City'),(154,'America/Miquelon'),(155,'America/Moncton'),(156,'America/Monterrey'),(157,'America/Montevideo'),(158,'America/Montreal'),(159,'America/Montserrat'),(160,'America/Nassau'),(161,'America/New_York'),(162,'America/Nipigon'),(163,'America/Nome'),(164,'America/Noronha'),(165,'America/North_Dakota/Center'),(166,'America/North_Dakota/New_Salem'),(167,'America/Panama'),(168,'America/Pangnirtung'),(169,'America/Paramaribo'),(170,'America/Phoenix'),(171,'America/Port-au-Prince'),(172,'America/Port_of_Spain'),(173,'America/Porto_Acre'),(174,'America/Porto_Velho'),(175,'America/Puerto_Rico'),(176,'America/Rainy_River'),(177,'America/Rankin_Inlet'),(178,'America/Recife'),(179,'America/Regina'),(180,'America/Resolute'),(181,'America/Rio_Branco'),(182,'America/Rosario'),(183,'America/Santarem'),(184,'America/Santiago'),(185,'America/Santo_Domingo'),(186,'America/Sao_Paulo'),(187,'America/Scoresbysund'),(188,'America/Shiprock'),(189,'America/St_Barthelemy'),(190,'America/St_Johns'),(191,'America/St_Kitts'),(192,'America/St_Lucia'),(193,'America/St_Thomas'),(194,'America/St_Vincent'),(195,'America/Swift_Current'),(196,'America/Tegucigalpa'),(197,'America/Thule'),(198,'America/Thunder_Bay'),(199,'America/Tijuana'),(200,'America/Toronto'),(201,'America/Tortola'),(202,'America/Vancouver'),(203,'America/Virgin'),(204,'America/Whitehorse'),(205,'America/Winnipeg'),(206,'America/Yakutat'),(207,'America/Yellowknife'),(208,'Antarctica/Casey'),(209,'Antarctica/Davis'),(210,'Antarctica/DumontDUrville'),(211,'Antarctica/Mawson'),(212,'Antarctica/McMurdo'),(213,'Antarctica/Palmer'),(214,'Antarctica/Rothera'),(215,'Antarctica/South_Pole'),(216,'Antarctica/Syowa'),(217,'Antarctica/Vostok'),(218,'Arctic/Longyearbyen'),(219,'Asia/Aden'),(220,'Asia/Almaty'),(221,'Asia/Amman'),(222,'Asia/Anadyr'),(223,'Asia/Aqtau'),(224,'Asia/Aqtobe'),(225,'Asia/Ashgabat'),(226,'Asia/Ashkhabad'),(227,'Asia/Baghdad'),(228,'Asia/Bahrain'),(229,'Asia/Baku'),(230,'Asia/Bangkok'),(231,'Asia/Beirut'),(232,'Asia/Bishkek'),(233,'Asia/Brunei'),(234,'Asia/Calcutta'),(235,'Asia/Choibalsan'),(236,'Asia/Chongqing'),(237,'Asia/Chungking'),(238,'Asia/Colombo'),(239,'Asia/Dacca'),(240,'Asia/Damascus'),(241,'Asia/Dhaka'),(242,'Asia/Dili'),(243,'Asia/Dubai'),(244,'Asia/Dushanbe'),(245,'Asia/Gaza'),(246,'Asia/Harbin'),(247,'Asia/Ho_Chi_Minh'),(248,'Asia/Hong_Kong'),(249,'Asia/Hovd'),(250,'Asia/Irkutsk'),(251,'Asia/Istanbul'),(252,'Asia/Jakarta'),(253,'Asia/Jayapura'),(254,'Asia/Jerusalem'),(255,'Asia/Kabul'),(256,'Asia/Kamchatka'),(257,'Asia/Karachi'),(258,'Asia/Kashgar'),(259,'Asia/Kathmandu'),(260,'Asia/Katmandu'),(261,'Asia/Kolkata'),(262,'Asia/Krasnoyarsk'),(263,'Asia/Kuala_Lumpur'),(264,'Asia/Kuching'),(265,'Asia/Kuwait'),(266,'Asia/Macao'),(267,'Asia/Macau'),(268,'Asia/Magadan'),(269,'Asia/Makassar'),(270,'Asia/Manila'),(271,'Asia/Muscat'),(272,'Asia/Nicosia'),(273,'Asia/Novosibirsk'),(274,'Asia/Omsk'),(275,'Asia/Oral'),(276,'Asia/Phnom_Penh'),(277,'Asia/Pontianak'),(278,'Asia/Pyongyang'),(279,'Asia/Qatar'),(280,'Asia/Qyzylorda'),(281,'Asia/Rangoon'),(282,'Asia/Riyadh'),(283,'Asia/Saigon'),(284,'Asia/Sakhalin'),(285,'Asia/Samarkand'),(286,'Asia/Seoul'),(287,'Asia/Shanghai'),(288,'Asia/Singapore'),(289,'Asia/Taipei'),(290,'Asia/Tashkent'),(291,'Asia/Tbilisi'),(292,'Asia/Tehran'),(293,'Asia/Tel_Aviv'),(294,'Asia/Thimbu'),(295,'Asia/Thimphu'),(296,'Asia/Tokyo'),(297,'Asia/Ujung_Pandang'),(298,'Asia/Ulaanbaatar'),(299,'Asia/Ulan_Bator'),(300,'Asia/Urumqi'),(301,'Asia/Vientiane'),(302,'Asia/Vladivostok'),(303,'Asia/Yakutsk'),(304,'Asia/Yekaterinburg'),(305,'Asia/Yerevan'),(306,'Atlantic/Azores'),(307,'Atlantic/Bermuda'),(308,'Atlantic/Canary'),(309,'Atlantic/Cape_Verde'),(310,'Atlantic/Faeroe'),(311,'Atlantic/Faroe'),(312,'Atlantic/Jan_Mayen'),(313,'Atlantic/Madeira'),(314,'Atlantic/Reykjavik'),(315,'Atlantic/South_Georgia'),(316,'Atlantic/St_Helena'),(317,'Atlantic/Stanley'),(318,'Australia/ACT'),(319,'Australia/Adelaide'),(320,'Australia/Brisbane'),(321,'Australia/Broken_Hill'),(322,'Australia/Canberra'),(323,'Australia/Currie'),(324,'Australia/Darwin'),(325,'Australia/Eucla'),(326,'Australia/Hobart'),(327,'Australia/LHI'),(328,'Australia/Lindeman'),(329,'Australia/Lord_Howe'),(330,'Australia/Melbourne'),(331,'Australia/North'),(332,'Australia/NSW'),(333,'Australia/Perth'),(334,'Australia/Queensland'),(335,'Australia/South'),(336,'Australia/Sydney'),(337,'Australia/Tasmania'),(338,'Australia/Victoria'),(339,'Australia/West'),(340,'Australia/Yancowinna'),(341,'Europe/Amsterdam'),(342,'Europe/Andorra'),(343,'Europe/Athens'),(344,'Europe/Belfast'),(345,'Europe/Belgrade'),(346,'Europe/Berlin'),(347,'Europe/Bratislava'),(348,'Europe/Brussels'),(349,'Europe/Bucharest'),(350,'Europe/Budapest'),(351,'Europe/Chisinau'),(352,'Europe/Copenhagen'),(353,'Europe/Dublin'),(354,'Europe/Gibraltar'),(355,'Europe/Guernsey'),(356,'Europe/Helsinki'),(357,'Europe/Isle_of_Man'),(358,'Europe/Istanbul'),(359,'Europe/Jersey'),(360,'Europe/Kaliningrad'),(361,'Europe/Kiev'),(362,'Europe/Lisbon'),(363,'Europe/Ljubljana'),(364,'Europe/London'),(365,'Europe/Luxembourg'),(366,'Europe/Madrid'),(367,'Europe/Malta'),(368,'Europe/Mariehamn'),(369,'Europe/Minsk'),(370,'Europe/Monaco'),(371,'Europe/Moscow'),(372,'Europe/Nicosia'),(373,'Europe/Oslo'),(374,'Europe/Paris'),(375,'Europe/Podgorica'),(376,'Europe/Prague'),(377,'Europe/Riga'),(378,'Europe/Rome'),(379,'Europe/Samara'),(380,'Europe/San_Marino'),(381,'Europe/Sarajevo'),(382,'Europe/Simferopol'),(383,'Europe/Skopje'),(384,'Europe/Sofia'),(385,'Europe/Stockholm'),(386,'Europe/Tallinn'),(387,'Europe/Tirane'),(388,'Europe/Tiraspol'),(389,'Europe/Uzhgorod'),(390,'Europe/Vaduz'),(391,'Europe/Vatican'),(392,'Europe/Vienna'),(393,'Europe/Vilnius'),(394,'Europe/Volgograd'),(395,'Europe/Warsaw'),(396,'Europe/Zagreb'),(397,'Europe/Zaporozhye'),(398,'Europe/Zurich'),(399,'Indian/Antananarivo'),(400,'Indian/Chagos'),(401,'Indian/Christmas'),(402,'Indian/Cocos'),(403,'Indian/Comoro'),(404,'Indian/Kerguelen'),(405,'Indian/Mahe'),(406,'Indian/Maldives'),(407,'Indian/Mauritius'),(408,'Indian/Mayotte'),(409,'Indian/Reunion'),(410,'Pacific/Apia'),(411,'Pacific/Auckland'),(412,'Pacific/Chatham'),(413,'Pacific/Easter'),(414,'Pacific/Efate'),(415,'Pacific/Enderbury'),(416,'Pacific/Fakaofo'),(417,'Pacific/Fiji'),(418,'Pacific/Funafuti'),(419,'Pacific/Galapagos'),(420,'Pacific/Gambier'),(421,'Pacific/Guadalcanal'),(422,'Pacific/Guam'),(423,'Pacific/Honolulu'),(424,'Pacific/Johnston'),(425,'Pacific/Kiritimati'),(426,'Pacific/Kosrae'),(427,'Pacific/Kwajalein'),(428,'Pacific/Majuro'),(429,'Pacific/Marquesas'),(430,'Pacific/Midway'),(431,'Pacific/Nauru'),(432,'Pacific/Niue'),(433,'Pacific/Norfolk'),(434,'Pacific/Noumea'),(435,'Pacific/Pago_Pago'),(436,'Pacific/Palau'),(437,'Pacific/Pitcairn'),(438,'Pacific/Ponape'),(439,'Pacific/Port_Moresby'),(440,'Pacific/Rarotonga'),(441,'Pacific/Saipan'),(442,'Pacific/Samoa'),(443,'Pacific/Tahiti'),(444,'Pacific/Tarawa'),(445,'Pacific/Tongatapu'),(446,'Pacific/Truk'),(447,'Pacific/Wake'),(448,'Pacific/Wallis'),(449,'Pacific/Yap'),(450,'Brazil/Acre'),(451,'Brazil/DeNoronha'),(452,'Brazil/East'),(453,'Brazil/West'),(454,'Canada/Atlantic'),(455,'Canada/Central'),(456,'Canada/East-Saskatchewan'),(457,'Canada/Eastern'),(458,'Canada/Mountain'),(459,'Canada/Newfoundland'),(460,'Canada/Pacific'),(461,'Canada/Saskatchewan'),(462,'Canada/Yukon'),(463,'CET'),(464,'Chile/Continental'),(465,'Chile/EasterIsland'),(466,'CST6CDT'),(467,'Cuba'),(468,'EET'),(469,'Egypt'),(470,'Eire'),(471,'EST'),(472,'EST5EDT'),(473,'Etc/GMT'),(474,'Etc/GMT+0'),(475,'Etc/GMT+1'),(476,'Etc/GMT+10'),(477,'Etc/GMT+11'),(478,'Etc/GMT+12'),(479,'Etc/GMT+2'),(480,'Etc/GMT+3'),(481,'Etc/GMT+4'),(482,'Etc/GMT+5'),(483,'Etc/GMT+6'),(484,'Etc/GMT+7'),(485,'Etc/GMT+8'),(486,'Etc/GMT+9'),(487,'Etc/GMT-0'),(488,'Etc/GMT-1'),(489,'Etc/GMT-10'),(490,'Etc/GMT-11'),(491,'Etc/GMT-12'),(492,'Etc/GMT-13'),(493,'Etc/GMT-14'),(494,'Etc/GMT-2'),(495,'Etc/GMT-3'),(496,'Etc/GMT-4'),(497,'Etc/GMT-5'),(498,'Etc/GMT-6'),(499,'Etc/GMT-7'),(500,'Etc/GMT-8'),(501,'Etc/GMT-9'),(502,'Etc/GMT0'),(503,'Etc/Greenwich'),(504,'Etc/UCT'),(505,'Etc/Universal'),(506,'Etc/UTC'),(507,'Etc/Zulu'),(508,'Factory'),(509,'GB'),(510,'GB-Eire'),(511,'GMT'),(512,'GMT+0'),(513,'GMT-0'),(514,'GMT0'),(515,'Greenwich'),(516,'Hongkong'),(517,'HST'),(518,'Iceland'),(519,'Iran'),(520,'Israel'),(521,'Jamaica'),(522,'Japan'),(523,'Kwajalein'),(524,'Libya'),(525,'MET'),(526,'Mexico/BajaNorte'),(527,'Mexico/BajaSur'),(528,'Mexico/General'),(529,'MST'),(530,'MST7MDT'),(531,'Navajo'),(532,'NZ'),(533,'NZ-CHAT'),(534,'Poland'),(535,'Portugal'),(536,'PRC'),(537,'PST8PDT'),(538,'ROC'),(539,'ROK'),(540,'Singapore'),(541,'Turkey'),(542,'UCT'),(543,'Universal'),(544,'US/Alaska'),(545,'US/Aleutian'),(546,'US/Arizona'),(547,'US/Central'),(548,'US/East-Indiana'),(549,'US/Eastern'),(550,'US/Hawaii'),(551,'US/Indiana-Starke'),(552,'US/Michigan'),(553,'US/Mountain'),(554,'US/Pacific'),(555,'US/Pacific-New'),(556,'US/Samoa'),(557,'UTC'),(558,'W-SU'),(559,'WET'),(560,'Zulu'); /*!40000 ALTER TABLE `psa_timezone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_warehouse` -- DROP TABLE IF EXISTS `psa_warehouse`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_warehouse` ( `id_warehouse` int(11) unsigned NOT NULL auto_increment, `id_currency` int(11) unsigned NOT NULL, `id_address` int(11) unsigned NOT NULL, `id_employee` int(11) unsigned NOT NULL, `reference` varchar(32) default NULL, `name` varchar(45) NOT NULL, `management_type` enum('WA','FIFO','LIFO') NOT NULL default 'WA', `deleted` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_warehouse`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_warehouse` -- LOCK TABLES `psa_warehouse` WRITE; /*!40000 ALTER TABLE `psa_warehouse` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_warehouse` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_warehouse_carrier` -- DROP TABLE IF EXISTS `psa_warehouse_carrier`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_warehouse_carrier` ( `id_carrier` int(11) unsigned NOT NULL, `id_warehouse` int(11) unsigned NOT NULL, PRIMARY KEY (`id_warehouse`,`id_carrier`), KEY `id_warehouse` (`id_warehouse`), KEY `id_carrier` (`id_carrier`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_warehouse_carrier` -- LOCK TABLES `psa_warehouse_carrier` WRITE; /*!40000 ALTER TABLE `psa_warehouse_carrier` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_warehouse_carrier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_warehouse_product_location` -- DROP TABLE IF EXISTS `psa_warehouse_product_location`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_warehouse_product_location` ( `id_warehouse_product_location` int(11) unsigned NOT NULL auto_increment, `id_product` int(11) unsigned NOT NULL, `id_product_attribute` int(11) unsigned NOT NULL, `id_warehouse` int(11) unsigned NOT NULL, `location` varchar(64) default NULL, PRIMARY KEY (`id_warehouse_product_location`), UNIQUE KEY `id_product` (`id_product`,`id_product_attribute`,`id_warehouse`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_warehouse_product_location` -- LOCK TABLES `psa_warehouse_product_location` WRITE; /*!40000 ALTER TABLE `psa_warehouse_product_location` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_warehouse_product_location` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_warehouse_shop` -- DROP TABLE IF EXISTS `psa_warehouse_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_warehouse_shop` ( `id_shop` int(11) unsigned NOT NULL, `id_warehouse` int(11) unsigned NOT NULL, PRIMARY KEY (`id_warehouse`,`id_shop`), KEY `id_warehouse` (`id_warehouse`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_warehouse_shop` -- LOCK TABLES `psa_warehouse_shop` WRITE; /*!40000 ALTER TABLE `psa_warehouse_shop` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_warehouse_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_web_browser` -- DROP TABLE IF EXISTS `psa_web_browser`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_web_browser` ( `id_web_browser` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) default NULL, PRIMARY KEY (`id_web_browser`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_web_browser` -- LOCK TABLES `psa_web_browser` WRITE; /*!40000 ALTER TABLE `psa_web_browser` DISABLE KEYS */; INSERT INTO `psa_web_browser` VALUES (1,'Safari'),(2,'Safari iPad'),(3,'Firefox'),(4,'Opera'),(5,'IE 6'),(6,'IE 7'),(7,'IE 8'),(8,'IE 9'),(9,'IE 10'),(10,'Chrome'); /*!40000 ALTER TABLE `psa_web_browser` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_webservice_account` -- DROP TABLE IF EXISTS `psa_webservice_account`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_webservice_account` ( `id_webservice_account` int(11) NOT NULL auto_increment, `key` varchar(32) NOT NULL, `description` text, `class_name` varchar(50) NOT NULL default 'WebserviceRequest', `is_module` tinyint(2) NOT NULL default '0', `module_name` varchar(50) default NULL, `active` tinyint(2) NOT NULL, PRIMARY KEY (`id_webservice_account`), KEY `key` (`key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_webservice_account` -- LOCK TABLES `psa_webservice_account` WRITE; /*!40000 ALTER TABLE `psa_webservice_account` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_webservice_account` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_webservice_account_shop` -- DROP TABLE IF EXISTS `psa_webservice_account_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_webservice_account_shop` ( `id_webservice_account` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_webservice_account`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_webservice_account_shop` -- LOCK TABLES `psa_webservice_account_shop` WRITE; /*!40000 ALTER TABLE `psa_webservice_account_shop` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_webservice_account_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_webservice_permission` -- DROP TABLE IF EXISTS `psa_webservice_permission`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_webservice_permission` ( `id_webservice_permission` int(11) NOT NULL auto_increment, `resource` varchar(50) NOT NULL, `method` enum('GET','POST','PUT','DELETE','HEAD') NOT NULL, `id_webservice_account` int(11) NOT NULL, PRIMARY KEY (`id_webservice_permission`), UNIQUE KEY `resource_2` (`resource`,`method`,`id_webservice_account`), KEY `resource` (`resource`), KEY `method` (`method`), KEY `id_webservice_account` (`id_webservice_account`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_webservice_permission` -- LOCK TABLES `psa_webservice_permission` WRITE; /*!40000 ALTER TABLE `psa_webservice_permission` DISABLE KEYS */; /*!40000 ALTER TABLE `psa_webservice_permission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_zone` -- DROP TABLE IF EXISTS `psa_zone`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_zone` ( `id_zone` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `active` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id_zone`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_zone` -- LOCK TABLES `psa_zone` WRITE; /*!40000 ALTER TABLE `psa_zone` DISABLE KEYS */; INSERT INTO `psa_zone` VALUES (1,'Europe',1),(2,'North America',1),(3,'Asia',1),(4,'Africa',1),(5,'Oceania',1),(6,'South America',1),(7,'Europe (out E.U)',1),(8,'Central America/Antilla',1); /*!40000 ALTER TABLE `psa_zone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `psa_zone_shop` -- DROP TABLE IF EXISTS `psa_zone_shop`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `psa_zone_shop` ( `id_zone` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_zone`,`id_shop`), KEY `id_shop` (`id_shop`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `psa_zone_shop` -- LOCK TABLES `psa_zone_shop` WRITE; /*!40000 ALTER TABLE `psa_zone_shop` DISABLE KEYS */; INSERT INTO `psa_zone_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1); /*!40000 ALTER TABLE `psa_zone_shop` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `reports` -- DROP TABLE IF EXISTS `reports`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `reports` ( `id` int(255) NOT NULL auto_increment, `page_id` int(255) NOT NULL default '0', `page_url` varchar(255) character set latin1 NOT NULL default '0', `owner_id` int(255) NOT NULL default '0', `reported_by` int(255) NOT NULL default '0', `reason` varchar(128) character set latin1 NOT NULL, `count` int(64) NOT NULL default '1', `module` varchar(64) character set latin1 NOT NULL, `status` int(11) NOT NULL default '0', `timestamp` int(255) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `reports` -- LOCK TABLES `reports` WRITE; /*!40000 ALTER TABLE `reports` DISABLE KEYS */; /*!40000 ALTER TABLE `reports` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `requests` -- DROP TABLE IF EXISTS `requests`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `requests` ( `id` int(255) NOT NULL auto_increment, `user` int(255) NOT NULL, `paypal` varchar(255) NOT NULL, `amount` decimal(5,2) NOT NULL default '0.00', `date` datetime NOT NULL default '0000-00-00 00:00:00', `paid` int(11) NOT NULL default '0', `gateway` varchar(64) NOT NULL default 'paypal', `reason` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `requests` -- LOCK TABLES `requests` WRITE; /*!40000 ALTER TABLE `requests` DISABLE KEYS */; /*!40000 ALTER TABLE `requests` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `retweet` -- DROP TABLE IF EXISTS `retweet`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `retweet` ( `id` int(11) NOT NULL auto_increment, `user` int(255) NOT NULL, `url` varchar(255) collate utf8_unicode_ci NOT NULL, `title` varchar(255) collate utf8_unicode_ci NOT NULL, `clicks` int(255) NOT NULL default '0', `active` int(11) NOT NULL default '0', `cpc` int(11) NOT NULL default '2', `country` varchar(64) collate utf8_unicode_ci NOT NULL default '0', `sex` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `retweet` -- LOCK TABLES `retweet` WRITE; /*!40000 ALTER TABLE `retweet` DISABLE KEYS */; /*!40000 ALTER TABLE `retweet` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `retweeted` -- DROP TABLE IF EXISTS `retweeted`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `retweeted` ( `user_id` int(255) NOT NULL, `site_id` int(255) NOT NULL, KEY `site_id` (`site_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `retweeted` -- LOCK TABLES `retweeted` WRITE; /*!40000 ALTER TABLE `retweeted` DISABLE KEYS */; /*!40000 ALTER TABLE `retweeted` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `settings` -- DROP TABLE IF EXISTS `settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `settings` ( `id` int(11) NOT NULL auto_increment, `site_name` text NOT NULL, `site_description` text NOT NULL, `site_url` varchar(255) NOT NULL, `site_email` varchar(255) NOT NULL, `paypal` varchar(64) NOT NULL, `maintenance` int(11) NOT NULL default '0', `m_progress` int(11) NOT NULL default '75', `m_twitter` varchar(255) NOT NULL, `fb_fan_url` varchar(255) NOT NULL, `free_cpc` int(32) NOT NULL default '5', `premium_cpc` int(32) NOT NULL default '10', `daily_bonus` int(255) NOT NULL default '0', `daily_bonus_vip` int(255) NOT NULL default '0', `crf_bonus` int(64) NOT NULL default '0', `surf_time` int(11) NOT NULL default '5', `surf_time_type` int(11) NOT NULL default '0', `ref_coins` int(11) NOT NULL default '10', `reg_coins` int(11) NOT NULL default '0', `reg_cash` decimal(5,2) NOT NULL default '0.00', `reg_status` int(11) NOT NULL default '0', `reg_reqmail` int(11) NOT NULL default '0', `scf_api` varchar(255) NOT NULL, `transfer_status` int(11) NOT NULL default '0', `transfer_fee` int(64) NOT NULL default '10', `refsys` int(11) NOT NULL default '1', `paysys` int(11) NOT NULL default '0', `ref_cash` decimal(5,2) NOT NULL default '0.00', `ref_sale` int(11) NOT NULL default '10', `pay_min` decimal(5,2) NOT NULL default '0.00', `surf_type` int(11) NOT NULL default '0', `currency_code` varchar(64) NOT NULL default 'USD', `banner_system` int(11) NOT NULL default '1', `def_lang` varchar(11) NOT NULL default 'en', `more_per_ip` int(11) NOT NULL default '0', `c_c_limit` int(11) NOT NULL default '2', `c_v_limit` int(11) NOT NULL default '5', `surf_fb_skip` int(11) NOT NULL default '0', `surf_fc_req` int(11) NOT NULL default '0', `hideref` int(11) NOT NULL default '1', `c_discount` int(64) NOT NULL default '0', `c_show_msg` int(11) NOT NULL default '0', `c_text_index` text NOT NULL, `payza` varchar(64) NOT NULL, `payza_security` varchar(255) NOT NULL, `paypal_status` int(11) NOT NULL default '1', `payza_status` int(11) NOT NULL default '0', `captcha_sys` int(11) NOT NULL default '0', `recaptcha_pub` varchar(255) NOT NULL default '0', `recaptcha_sec` varchar(255) NOT NULL default '0', `target_system` int(11) NOT NULL default '0', `aff_reg_days` int(64) NOT NULL default '0', `analytics_id` varchar(32) NOT NULL, `aff_click_req` int(64) NOT NULL default '10', `paypal_auto` int(11) NOT NULL default '1', `payza_auto` int(11) NOT NULL default '1', `report_limit` int(64) NOT NULL default '0', `mysql_random` int(11) NOT NULL default '1', `convert_enabled` int(11) NOT NULL default '0', `convert_rate` int(255) NOT NULL default '1000', `min_convert` int(64) NOT NULL default '100', `allow_withdraw` int(11) NOT NULL default '0', `instagram_id` varchar(255) NOT NULL default '0', `revshare_api` varchar(32) NOT NULL, `fb_app_id` varchar(128) NOT NULL, `fb_app_secret` varchar(128) NOT NULL, `auto_country` int(11) NOT NULL default '0', `blog_comments` int(11) NOT NULL default '1', `twitter_token` varchar(255) NOT NULL, `twitter_token_secret` varchar(255) NOT NULL, `twitter_consumer_key` varchar(255) NOT NULL, `twitter_consumer_secret` varchar(255) NOT NULL, `yt_api` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `settings` -- LOCK TABLES `settings` WRITE; /*!40000 ALTER TABLE `settings` DISABLE KEYS */; INSERT INTO `settings` VALUES (1,'Convict Cartel','Exchange System, get likes and views on pages, youtube videos and content!','http://convictcartel.com','convictcartel@yahoo.com','convictcartel@yahoo.com',0,75,'convictcartel','convictcartel',5,10,0,0,0,10,0,40,200,'0.00',0,1,'',0,10,1,0,'0.00',10,'0.00',0,'USD',1,'en',0,2,5,0,0,1,20,1,'Limited Time Offer, all membership packs 20% discount this month!','','',1,0,1,'6LcJMecSAAAAAEyWIrJSyfwdxo6Rj0NHGHXNy5k7','6LcJMecSAAAAALTbK7G02ggUTOlHi_VACHfwcToC',0,0,'',10,1,1,0,1,0,1000,100,0,'0','','','',0,1,'','','','',''); /*!40000 ALTER TABLE `settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stumble` -- DROP TABLE IF EXISTS `stumble`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `stumble` ( `id` int(11) NOT NULL auto_increment, `user` int(255) NOT NULL, `url` text collate utf8_unicode_ci NOT NULL, `title` varchar(255) collate utf8_unicode_ci NOT NULL, `clicks` int(255) NOT NULL default '0', `active` int(11) NOT NULL default '0', `cpc` int(11) NOT NULL default '2', `country` varchar(64) collate utf8_unicode_ci NOT NULL default '0', `sex` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `active` (`active`), KEY `cpc` (`cpc`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `stumble` -- LOCK TABLES `stumble` WRITE; /*!40000 ALTER TABLE `stumble` DISABLE KEYS */; /*!40000 ALTER TABLE `stumble` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stumbled` -- DROP TABLE IF EXISTS `stumbled`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `stumbled` ( `user_id` int(255) NOT NULL, `site_id` int(255) NOT NULL, KEY `site_id` (`site_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `stumbled` -- LOCK TABLES `stumbled` WRITE; /*!40000 ALTER TABLE `stumbled` DISABLE KEYS */; /*!40000 ALTER TABLE `stumbled` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `surf` -- DROP TABLE IF EXISTS `surf`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `surf` ( `id` int(255) NOT NULL auto_increment, `user` int(255) NOT NULL, `url` varchar(255) NOT NULL, `title` varchar(255) NOT NULL, `clicks` int(2) NOT NULL default '0', `active` int(11) NOT NULL default '0', `cpc` int(11) NOT NULL default '2', `confirm` int(11) NOT NULL default '0', `country` varchar(64) NOT NULL default '0', `sex` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `surf` -- LOCK TABLES `surf` WRITE; /*!40000 ALTER TABLE `surf` DISABLE KEYS */; INSERT INTO `surf` VALUES (1,1,'http://convictcartel.com','Convict Cartel',0,0,10,0,'0',0); /*!40000 ALTER TABLE `surf` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `surfed` -- DROP TABLE IF EXISTS `surfed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `surfed` ( `user` varchar(255) NOT NULL, `site` varchar(255) NOT NULL, KEY `site` (`site`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `surfed` -- LOCK TABLES `surfed` WRITE; /*!40000 ALTER TABLE `surfed` DISABLE KEYS */; /*!40000 ALTER TABLE `surfed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `transactions` -- DROP TABLE IF EXISTS `transactions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `transactions` ( `id` int(11) NOT NULL auto_increment, `user` text collate utf8_unicode_ci NOT NULL, `user_id` int(255) NOT NULL default '0', `type` int(11) NOT NULL default '0', `money` decimal(5,2) NOT NULL default '0.00', `gateway` varchar(64) collate utf8_unicode_ci NOT NULL default 'paypal', `date` datetime NOT NULL default '0000-00-00 00:00:00', `paid` int(11) NOT NULL default '1', `payer_email` varchar(128) collate utf8_unicode_ci default NULL, `trans_id` varchar(128) collate utf8_unicode_ci NOT NULL, `user_ip` varchar(64) collate utf8_unicode_ci default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `transactions` -- LOCK TABLES `transactions` WRITE; /*!40000 ALTER TABLE `transactions` DISABLE KEYS */; /*!40000 ALTER TABLE `transactions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `twitter` -- DROP TABLE IF EXISTS `twitter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `twitter` ( `id` int(255) NOT NULL auto_increment, `user` int(255) NOT NULL, `title` varchar(255) NOT NULL, `url` varchar(255) NOT NULL, `t_id` int(255) NOT NULL, `clicks` int(255) NOT NULL default '0', `cpc` int(11) NOT NULL default '2', `active` int(11) NOT NULL default '0', `country` varchar(64) NOT NULL default '0', `sex` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `twitter` -- LOCK TABLES `twitter` WRITE; /*!40000 ALTER TABLE `twitter` DISABLE KEYS */; /*!40000 ALTER TABLE `twitter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `used_coupons` -- DROP TABLE IF EXISTS `used_coupons`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `used_coupons` ( `id` int(255) NOT NULL auto_increment, `user_id` int(255) NOT NULL default '0', `coupon_id` int(255) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `used_coupons` -- LOCK TABLES `used_coupons` WRITE; /*!40000 ALTER TABLE `used_coupons` DISABLE KEYS */; INSERT INTO `used_coupons` VALUES (1,1,1); /*!40000 ALTER TABLE `used_coupons` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_clicks` -- DROP TABLE IF EXISTS `user_clicks`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `user_clicks` ( `uid` int(11) NOT NULL default '0', `module` varchar(64) NOT NULL, `total_clicks` int(255) NOT NULL default '0', `today_clicks` int(255) NOT NULL default '0', KEY `module` (`module`), KEY `uid` (`uid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `user_clicks` -- LOCK TABLES `user_clicks` WRITE; /*!40000 ALTER TABLE `user_clicks` DISABLE KEYS */; /*!40000 ALTER TABLE `user_clicks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_transactions` -- DROP TABLE IF EXISTS `user_transactions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `user_transactions` ( `id` int(255) NOT NULL auto_increment, `user_id` int(255) NOT NULL default '0', `type` int(11) NOT NULL default '0', `value` int(255) NOT NULL default '0', `cash` decimal(5,2) NOT NULL default '0.00', `date` int(255) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `user_transactions` -- LOCK TABLES `user_transactions` WRITE; /*!40000 ALTER TABLE `user_transactions` DISABLE KEYS */; INSERT INTO `user_transactions` VALUES (1,1,0,500,'2.00',1379127064),(2,1,0,500,'2.00',1379127068),(3,1,0,500,'2.00',1379408267); /*!40000 ALTER TABLE `user_transactions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users` -- DROP TABLE IF EXISTS `users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `users` ( `id` int(255) NOT NULL auto_increment, `email` varchar(128) default NULL, `login` varchar(32) NOT NULL, `admin` int(11) NOT NULL default '0', `coins` int(255) NOT NULL default '0', `account_balance` decimal(5,2) NOT NULL default '0.00', `premium` int(255) NOT NULL default '0', `IP` varchar(32) character set latin1 default NULL, `log_ip` varchar(32) NOT NULL default '0', `pass` varchar(32) default NULL, `ref` int(255) default NULL, `ref_paid` int(11) NOT NULL default '1', `signup` datetime NOT NULL default '0000-00-00 00:00:00', `online` datetime NOT NULL default '0000-00-00 00:00:00', `newsletter` int(11) NOT NULL default '1', `promote` int(255) NOT NULL default '0', `daily_bonus` int(255) NOT NULL default '0', `activate` int(255) NOT NULL default '0', `banned` int(11) NOT NULL default '0', `rec_hash` int(255) NOT NULL default '0', `country` varchar(64) NOT NULL default '0', `c_changes` int(11) NOT NULL default '0', `sex` int(11) NOT NULL default '0', `warn_message` varchar(255) NOT NULL, `warn_expire` int(255) NOT NULL default '0', `ref_source` varchar(255) NOT NULL default '0', PRIMARY KEY (`id`), KEY `login` (`login`), KEY `banned` (`banned`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `users` -- LOCK TABLES `users` WRITE; /*!40000 ALTER TABLE `users` DISABLE KEYS */; INSERT INTO `users` VALUES (1,'convictcartel@yahoo.com','convictcartel',1,6600,'44.00',1463726663,'108.215.62.48','108.215.62.48','f59d38525ae2f1b0fdbace295cb6c359',NULL,1,'2013-09-13 22:33:11','2013-09-22 22:15:21',1,0,0,0,0,0,'0',0,0,'',0,'0'); /*!40000 ALTER TABLE `users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `viewed` -- DROP TABLE IF EXISTS `viewed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `viewed` ( `user_id` int(255) NOT NULL, `site_id` int(255) NOT NULL, KEY `site_id` (`site_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `viewed` -- LOCK TABLES `viewed` WRITE; /*!40000 ALTER TABLE `viewed` DISABLE KEYS */; /*!40000 ALTER TABLE `viewed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `web_stats` -- DROP TABLE IF EXISTS `web_stats`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `web_stats` ( `id` int(255) NOT NULL auto_increment, `module_id` varchar(64) NOT NULL, `module_name` varchar(64) NOT NULL, `value` int(255) NOT NULL default '0', PRIMARY KEY (`id`), KEY `module_id` (`module_id`) ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `web_stats` -- LOCK TABLES `web_stats` WRITE; /*!40000 ALTER TABLE `web_stats` DISABLE KEYS */; INSERT INTO `web_stats` VALUES (1,'facebook','Facebook Likes',0),(2,'fb_photo','FB Photo Likes',0),(3,'fb_share','Facebook Share',0),(4,'fb_subscribe','Facebook Followers',0),(5,'google','Google +1',0),(6,'linkedin','LinkedIn Shares',0),(7,'retweet','Twitter Tweets',0),(8,'stumble','Stumbleupon Followers',0),(9,'surf','Traffic Exchange',0),(10,'twitter','Twitter Followers',0),(11,'ylike','Youtube Likes',0),(12,'youtube','Youtube Views',0),(13,'ysub','Youtube Subscribers',0); /*!40000 ALTER TABLE `web_stats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ylike` -- DROP TABLE IF EXISTS `ylike`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ylike` ( `id` int(255) NOT NULL auto_increment, `user` int(255) NOT NULL, `url` varchar(255) NOT NULL, `title` varchar(255) NOT NULL, `clicks` int(255) NOT NULL default '0', `active` int(11) NOT NULL default '0', `cpc` int(11) NOT NULL default '2', `country` varchar(64) NOT NULL default '0', `sex` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ylike` -- LOCK TABLES `ylike` WRITE; /*!40000 ALTER TABLE `ylike` DISABLE KEYS */; INSERT INTO `ylike` VALUES (1,1,'a0mYUCZpmdA','Sponsor Convict Cartel Video',0,0,10,'0',0); /*!40000 ALTER TABLE `ylike` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `yliked` -- DROP TABLE IF EXISTS `yliked`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `yliked` ( `user_id` int(255) NOT NULL, `site_id` int(255) NOT NULL, KEY `site_id` (`site_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `yliked` -- LOCK TABLES `yliked` WRITE; /*!40000 ALTER TABLE `yliked` DISABLE KEYS */; /*!40000 ALTER TABLE `yliked` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `youtube` -- DROP TABLE IF EXISTS `youtube`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `youtube` ( `id` int(255) NOT NULL auto_increment, `user` int(255) NOT NULL, `url` varchar(255) NOT NULL, `title` varchar(255) NOT NULL, `clicks` int(255) NOT NULL default '0', `active` int(11) NOT NULL default '0', `cpc` int(11) NOT NULL default '2', `country` varchar(64) NOT NULL default '0', `sex` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `youtube` -- LOCK TABLES `youtube` WRITE; /*!40000 ALTER TABLE `youtube` DISABLE KEYS */; INSERT INTO `youtube` VALUES (1,1,'qQOPKR5wfzU','Trailer Convict Cartel',0,0,10,'0',0),(2,1,'a0mYUCZpmdA','Sponsor Convict Cartel Video',0,0,10,'0',0),(3,1,'vwnVI_x5g0I','Denzel Curry - Threatz',0,0,10,'0',0); /*!40000 ALTER TABLE `youtube` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ysub` -- DROP TABLE IF EXISTS `ysub`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ysub` ( `id` int(255) NOT NULL auto_increment, `user` int(255) NOT NULL, `title` varchar(255) NOT NULL, `url` varchar(255) NOT NULL, `y_av` varchar(255) NOT NULL, `clicks` int(255) NOT NULL, `cpc` int(11) NOT NULL default '2', `active` int(11) NOT NULL, `country` varchar(64) character set latin1 NOT NULL default '0', `sex` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ysub` -- LOCK TABLES `ysub` WRITE; /*!40000 ALTER TABLE `ysub` DISABLE KEYS */; /*!40000 ALTER TABLE `ysub` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ysubed` -- DROP TABLE IF EXISTS `ysubed`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ysubed` ( `user_id` int(255) NOT NULL, `site_id` int(255) NOT NULL, KEY `site_id` (`site_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ysubed` -- LOCK TABLES `ysubed` WRITE; /*!40000 ALTER TABLE `ysubed` DISABLE KEYS */; /*!40000 ALTER TABLE `ysubed` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'coupondb' -- 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 2013-11-26 19:07:45