ALTER TABLE `product_category` ADD `cat_display_page_text_long` LONGTEXT NOT NULL ;



ALTER TABLE `stores` ADD `st_locations_text_long` LONGTEXT NOT NULL ;


INSERT INTO `settings` ( `textkey` , `textvalue` )
VALUES (
'homepage_text_long', ''
);



ALTER TABLE `settings` CHANGE `textvalue` `textvalue` LONGTEXT CHARACTER SET utf8 COLLATE utf8_general_ci


ALTER TABLE `stores` ADD `st_locations_text` LONGTEXT NOT NULL ;



ALTER TABLE `product_category` ADD `cat_display_page_text` LONGTEXT NOT NULL ;


INSERT INTO `settings` ( `textkey` , `textvalue` )
VALUES (
'homepage_text', ''
);
