Your IP : 216.73.216.142


Current Path : /proc/thread-self/cwd/administrator/components/com_rsform/sql/mysql/
Upload File :
Current File : //proc/thread-self/cwd/administrator/components/com_rsform/sql/mysql/directory.sql

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,
  `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,
  `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=utf8;