DROP TABLE IF EXISTS `ps_jxmegalayout_extra_html_lang`; CREATE TABLE `ps_jxmegalayout_extra_html_lang` ( `id_extra_html` int(11) NOT NULL AUTO_INCREMENT, `id_lang` int(11) NOT NULL, `name` varchar(100) DEFAULT NULL, `content` text, PRIMARY KEY (`id_extra_html`,`id_lang`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /* Scheme for table ps_jxmegalayout_extra_html_lang */ INSERT INTO `ps_jxmegalayout_extra_html_lang` VALUES ('1','1','Example-empty',NULL), ('1','2','Example-empty',NULL), ('1','3','Example-empty',NULL), ('1','5','Example-empty',NULL), ('2','1','Free shipping','
on all olders over $35*
\r\non all olders over $35*
\r\non all olders over $35*
\r\non all olders over $35*
\r\nMake your house a proper home with our range of furnishings and accessories.
'), ('4','2','Bestseller','Make your house a proper home with our range of furnishings and accessories.
'), ('4','3','Bestseller','Make your house a proper home with our range of furnishings and accessories.
'), ('4','5','Bestseller','Make your house a proper home with our range of furnishings and accessories.
'), ('4','8','Bestseller','Make your house a proper home with our range of furnishings and accessories.
');