Your IP : 216.73.217.68


Current Path : /home/cbequiperp/www/administrator/components/com_rsform/sql/mysql/
Upload File :
Current File : /home/cbequiperp/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,
  `sort` tinyint(1) NOT NULL DEFAULT 0,
  `ordering` int(11) NOT NULL,
  UNIQUE KEY `formId` (`formId`,`componentId`)
) DEFAULT CHARSET=utf8;