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

16 lines
584 B
SQL

DROP TABLE IF EXISTS `ps_jxmegalayout_extra_banner`;
CREATE TABLE `ps_jxmegalayout_extra_banner` (
`id_extra_banner` int(11) NOT NULL AUTO_INCREMENT,
`specific_class` text,
PRIMARY KEY (`id_extra_banner`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/* Scheme for table ps_jxmegalayout_extra_banner */
INSERT INTO `ps_jxmegalayout_extra_banner` VALUES
('1','slide-type-01 text-center'),
('2','slide-type-01 text-center'),
('3','slide-type-01 text-center'),
('4','banner-type-1'),
('5','banner-type-1 top-position text-center'),
('6','banner-type-1 bottom-position');