| Server IP : 138.197.176.125 / Your IP : 216.73.216.41 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/soltelcocrm/modules/Webforms/ |
Upload File : |
<?xml version='1.0'?> <schema> <tables> <table> <name>vtiger_webforms</name> <sql><![CDATA[CREATE TABLE `vtiger_webforms` ( `id` int(19) NOT NULL AUTO_INCREMENT, `name` varchar(100) NOT NULL, `publicid` varchar(100) NOT NULL, `enabled` int(1) NOT NULL DEFAULT '1', `targetmodule` varchar(50) NOT NULL, `description` varchar(250) DEFAULT NULL, `ownerid` int(19) NOT NULL, `returnurl` varchar(250) DEFAULT NULL, `captcha` int(1) NOT NULL DEFAULT '0', `roundrobin` int(1) NOT NULL DEFAULT '0', `roundrobin_userid` varchar(256)DEFAULT NULL, `roundrobin_logic` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `webformname` (`name`), UNIQUE KEY `publicid` (`id`), KEY `webforms_webforms_id_idx` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8]]></sql> </table> <table> <name>vtiger_webforms_field</name> <sql><![CDATA[CREATE TABLE `vtiger_webforms_field` ( `id` int(19) NOT NULL AUTO_INCREMENT, `webformid` int(19) NOT NULL, `fieldname` varchar(50) NOT NULL, `neutralizedfield` varchar(50) NOT NULL, `defaultvalue` TEXT DEFAULT NULL, `required` int(10) NOT NULL DEFAULT '0', `sequence` int(10) DEFAULT NULL, `hidden` int(10) DEFAULT NULL, PRIMARY KEY (`id`), KEY `webforms_webforms_field_idx` (`id`), KEY `fk_1_vtiger_webforms_field` (`webformid`), KEY `fk_2_vtiger_webforms_field` (`fieldname`), CONSTRAINT `fk_1_vtiger_webforms_field` FOREIGN KEY (`webformid`) REFERENCES `vtiger_webforms` (`id`) ON DELETE CASCADE, CONSTRAINT `fk_3_vtiger_webforms_field` FOREIGN KEY (`fieldname`) REFERENCES `vtiger_field` (`fieldname`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8]]></sql> </table> </tables> </schema>