Files
crm.clientright.ru/modules/Audit/schema.xml

18 lines
833 B
XML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version='1.0'?>
<schema>
<tables>
<table>
<name>vtiger_audit</name>
<sql><![CDATA[CREATE TABLE `vtiger_audit` (`auditid` int(11) NOT NULL, `auditno` varchar(100) default NULL, `audit_tks_Тариф` varchar(10) default NULL , PRIMARY KEY (`auditid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8]]></sql>
</table>
<table>
<name>vtiger_auditcf</name>
<sql><![CDATA[CREATE TABLE `vtiger_auditcf` (`auditid` int(11) NOT NULL, PRIMARY KEY (`auditid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8]]></sql>
</table>
<table>
<name>vtiger_audit_user_field</name>
<sql><![CDATA[CREATE TABLE `vtiger_audit_user_field` (`recordid` int(25) NOT NULL, `userid` int(25) NOT NULL, `starred` varchar(100) default NULL , KEY (`vtiger_audit_user_field`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8]]></sql>
</table>
</tables>
</schema>