18 lines
1.6 KiB
XML
18 lines
1.6 KiB
XML
|
|
<?xml version='1.0'?>
|
||
|
|
<schema>
|
||
|
|
<tables>
|
||
|
|
<table>
|
||
|
|
<name>vtiger_reviews</name>
|
||
|
|
<sql><![CDATA[CREATE TABLE `vtiger_reviews` (`reviewsid` int(11) NOT NULL, `reviewsno` varchar(100) default NULL, `reviews_tks_account` int(19) default NULL ,`reviews_tks_contact` int(19) default NULL ,`reviews_tks_d1` decimal(5,2) default NULL ,`reviews_tks_d2` decimal(5,2) default NULL ,`reviews_tks_d3` decimal(5,2) default NULL ,`reviews_tks_d4` decimal(5,2) default NULL ,`reviews_tks_d5` decimal(5,2) default NULL ,`reviews_tks_d6` decimal(5,2) default NULL ,`reviews_tks_d7` decimal(5,2) default NULL ,`reviews_tks_d8` decimal(5,2) default NULL ,`reviews_tks_d9` decimal(5,2) default NULL ,`reviews_tks_d10` decimal(5,2) default NULL ,`reviews_tks_d11` decimal(5,2) default NULL ,`reviews_tks_d12` decimal(5,2) default NULL ,`reviews_tks_d13` decimal(5,2) default NULL ,`reviews_tks_d14` decimal(5,2) default NULL ,`reviews_tks_d15` decimal(5,2) default NULL ,`reviews_tks_comment` varchar(250) default NULL , PRIMARY KEY (`reviewsid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8]]></sql>
|
||
|
|
</table>
|
||
|
|
<table>
|
||
|
|
<name>vtiger_reviewscf</name>
|
||
|
|
<sql><![CDATA[CREATE TABLE `vtiger_reviewscf` (`reviewsid` int(11) NOT NULL, PRIMARY KEY (`reviewsid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8]]></sql>
|
||
|
|
</table>
|
||
|
|
<table>
|
||
|
|
<name>vtiger_reviews_user_field</name>
|
||
|
|
<sql><![CDATA[CREATE TABLE `vtiger_reviews_user_field` (`recordid` int(25) NOT NULL, `userid` int(25) NOT NULL, `starred` varchar(100) default NULL , KEY (`vtiger_reviews_user_field`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8]]></sql>
|
||
|
|
</table>
|
||
|
|
</tables>
|
||
|
|
</schema>
|