Your IP : 216.73.216.229


Current Path : /home/jeromecohp/www/administrator/components/com_rsform/sql/mysql/
Upload File :
Current File : /home/jeromecohp/www/administrator/components/com_rsform/sql/mysql/directory_fields.sql

CREATE TABLE IF NOT EXISTS `#__rsform_directory_fields` (
  `formId` int(11) NOT NULL,
  `componentId` int(11) NOT NULL,
  `viewable` tinyint(1) NOT NULL,
  `searchable` tinyint(1) NOT NULL,
  `editable` tinyint(1) NOT NULL,
  `indetails` tinyint(1) NOT NULL,
  `incsv` tinyint(1) NOT NULL,
  `ordering` int(11) NOT NULL,
  UNIQUE KEY `formId` (`formId`,`componentId`)
) DEFAULT CHARSET=utf8;