| Server IP : 138.197.176.125 / Your IP : 216.73.217.55 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/automatecrm75/modules/CTTimeControl/ |
Upload File : |
<?xml version='1.0'?> <schema> <tables> <table> <name>vtiger_cttimecontrol</name> <sql><![CDATA[CREATE TABLE `vtiger_cttimecontrol` ( `cttimecontrolid` int(19) NOT NULL, `cttimecontrol_no` varchar(24) DEFAULT NULL, `related_tracking` int(11) DEFAULT NULL, `date_start` date DEFAULT NULL, `time_start` varchar(50) DEFAULT NULL, `date_end` date DEFAULT NULL, `time_end` varchar(50) DEFAULT NULL, `check_in_location` varchar(255) DEFAULT NULL, `check_out_location` varchar(255) DEFAULT NULL, `check_in_address` text, `check_out_address` text, PRIMARY KEY (`cttimecontrolid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8]]></sql> </table> <table> <name>vtiger_cttimecontrolcf</name> <sql><![CDATA[CREATE TABLE `vtiger_cttimecontrolcf` ( `cttimecontrolid` int(19) NOT NULL, PRIMARY KEY (`cttimecontrolid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8]]></sql> </table> </tables> </schema>