Files
CRM/modules/Mobile/schema.xml
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

17 lines
447 B
XML

<?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 DEFAULT CHARSET=utf8]]></sql>
</table>
</tables>
</schema>