| Server IP : 54.36.91.62 / Your IP : 216.73.217.112 Web Server : Apache System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : coopiak ( 151928) PHP Version : 8.3.23 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/coopiak/amisdesseniors-fr/nice/administrator/components/com_rsform/sql/mysql/ |
Upload File : |
CREATE TABLE IF NOT EXISTS `#__rsform_directory` (
`formId` int(11) NOT NULL,
`filename` VARCHAR(255) NOT NULL DEFAULT 'export.pdf',
`csvfilename` VARCHAR(255) NOT NULL DEFAULT '{alias}.csv',
`enablepdf` tinyint(1) NOT NULL,
`enablecsv` tinyint(1) NOT NULL,
`AllowCSVFullDownload` tinyint(1) NOT NULL,
`HideEmptyValues` tinyint(1) NOT NULL,
`ShowGoogleMap` tinyint(1) NOT NULL,
`ViewLayout` longtext NOT NULL,
`ViewLayoutName` text NOT NULL,
`ViewLayoutAutogenerate` tinyint(1) NOT NULL,
`CSS` mediumtext NOT NULL,
`JS` mediumtext NOT NULL,
`ListScript` mediumtext NOT NULL,
`EditScript` mediumtext NOT NULL,
`SaveScript` mediumtext NOT NULL,
`DetailsScript` mediumtext NOT NULL,
`EmailsScript` mediumtext NOT NULL,
`EmailsCreatedScript` mediumtext NOT NULL,
`groups` text NOT NULL,
`DeletionGroups` text NOT NULL,
PRIMARY KEY (`formId`)
) DEFAULT CHARSET=utf8mb4 DEFAULT COLLATE=utf8mb4_unicode_ci;