Files
wyczarujprezent.pl/modules/sampledatainstall/input/jxmegamenu_banner.sql
2024-10-28 22:14:22 +01:00

13 lines
442 B
SQL

DROP TABLE IF EXISTS `ps_jxmegamenu_banner`;
CREATE TABLE `ps_jxmegamenu_banner` (
`id_item` int(11) NOT NULL AUTO_INCREMENT,
`id_shop` int(11) NOT NULL DEFAULT '1',
`specific_class` varchar(100) DEFAULT NULL,
`blank` int(11) NOT NULL,
PRIMARY KEY (`id_item`,`id_shop`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/* Scheme for table ps_jxmegamenu_banner */
INSERT INTO `ps_jxmegamenu_banner` VALUES
('1','1',NULL,'0');