/*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `qs_Product2Category` ( `id` int(11) NOT NULL AUTO_INCREMENT, `productId` int(11) NOT NULL, `categoryId` int(11) NOT NULL, `added` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=923 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; INSERT INTO `qs_Product2Category` (`id`, `productId`, `categoryId`, `added`) VALUES (896,11,9,'0000-00-00 00:00:00'),(899,14,8,'0000-00-00 00:00:00'),(895,9,9,'0000-00-00 00:00:00'),(893,8,9,'0000-00-00 00:00:00'),(894,10,9,'0000-00-00 00:00:00'),(898,13,5,'0000-00-00 00:00:00'),(897,12,5,'0000-00-00 00:00:00'),(903,15,8,'0000-00-00 00:00:00'),(904,16,8,'0000-00-00 00:00:00'),(905,17,17,'0000-00-00 00:00:00'),(906,18,17,'0000-00-00 00:00:00'),(907,19,18,'0000-00-00 00:00:00'),(908,20,18,'0000-00-00 00:00:00'),(909,21,10,'0000-00-00 00:00:00'),(910,22,10,'0000-00-00 00:00:00'),(911,23,10,'0000-00-00 00:00:00'),(912,24,11,'0000-00-00 00:00:00'),(913,25,11,'0000-00-00 00:00:00'),(914,26,11,'0000-00-00 00:00:00'),(915,27,13,'0000-00-00 00:00:00'),(916,28,13,'0000-00-00 00:00:00'),(917,29,13,'0000-00-00 00:00:00'),(918,30,14,'0000-00-00 00:00:00'),(919,31,14,'0000-00-00 00:00:00'),(920,32,15,'0000-00-00 00:00:00'),(921,33,15,'0000-00-00 00:00:00'),(922,34,15,'0000-00-00 00:00:00');