17 lines
464 B
XML
Executable File
17 lines
464 B
XML
Executable File
<?xml version='1.0'?>
|
|
<schema>
|
|
<tables>
|
|
<table>
|
|
<name>vtiger_mobile_alerts</name>
|
|
<sql><![CDATA[CREATE TABLE `vtiger_mobile_alerts` (
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
`handler_path` varchar(500) DEFAULT NULL,
|
|
`handler_class` varchar(50) DEFAULT NULL,
|
|
`sequence` int(11) DEFAULT NULL,
|
|
`deleted` int(11) NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`id`)
|
|
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8]]></sql>
|
|
</table>
|
|
</tables>
|
|
</schema>
|