Server : Apache System : Linux webm012.cluster129.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : eventfrsgx ( 61451) PHP Version : 7.3.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Directory : /home/eventfrsgx/www/administrator/components/com_sppagebuilder/sql/ |
CREATE TABLE IF NOT EXISTS `#__sppagebuilder` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL, `alias` varchar(255) NOT NULL DEFAULT '', `text` mediumtext NOT NULL, `published` tinyint(3) NOT NULL DEFAULT '1', `access` int(10) NOT NULL DEFAULT '0', `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_user_id` bigint(20) NOT NULL DEFAULT '0', `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_user_id` bigint(20) NOT NULL DEFAULT '0', `og_title` varchar(255) NOT NULL, `og_image` varchar(255) NOT NULL, `og_description` varchar(255) NOT NULL, `page_layout` varchar(55) DEFAULT NULL, `language` char(7) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;