DROP TABLE IF EXISTS `ps_jxblog_category_group`; CREATE TABLE `ps_jxblog_category_group` ( `id_jxblog_category` int(10) NOT NULL, `id_group` int(10) NOT NULL, PRIMARY KEY (`id_jxblog_category`,`id_group`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /* Scheme for table ps_jxblog_category_group */ INSERT INTO `ps_jxblog_category_group` VALUES ('2','1'), ('2','2'), ('2','3'), ('3','1'), ('3','2'), ('3','3'), ('4','1'), ('4','2'), ('4','3');