| Current Path : /proc/thread-self/cwd/administrator/components/com_rsform/sql/mysql/ |
| Current File : //proc/thread-self/cwd/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;