/
home
/
assocoweys
/
sompe
/
administrator
/
components
/
com_sppagebuilder
/
sql
/
updates
/
mysql
/
Upload File
HOME
-- version: 5.5.5 CREATE TABLE IF NOT EXISTS `#__sppagebuilder_typography` ( `id` bigint NOT NULL AUTO_INCREMENT, `name` varchar(100) NOT NULL DEFAULT '', `typography` TEXT, `created` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, `created_by` int NOT NULL, `published` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;