/*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `qs_Post2Tag` ( `id` int(11) NOT NULL AUTO_INCREMENT, `idPost` int(11) NOT NULL, `idTag` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `idPost` (`idPost`,`idTag`) ) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; INSERT INTO `qs_Post2Tag` (`id`, `idPost`, `idTag`) VALUES (14,24,1),(12,25,1),(13,25,2),(15,24,3),(16,27,4),(17,25,5),(18,25,6);