MySQL Exception in APP when the Mobile Notifications are enabled in env.ini
This commit is contained in:
dheeyi william
2017-05-04 14:36:19 -04:00
parent cf68fbc1b5
commit 154f5dc4cc
4 changed files with 14 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ class NotificationDeviceMapBuilder
$tMap->addColumn('SYS_LANG', 'SysLang', 'string', CreoleTypes::VARCHAR, false, 10);
$tMap->addColumn('DEV_REG_ID', 'DevRegId', 'string', CreoleTypes::VARCHAR, true, 150);
$tMap->addColumn('DEV_REG_ID', 'DevRegId', 'string', CreoleTypes::LONGVARCHAR, true, null);
$tMap->addColumn('DEV_TYPE', 'DevType', 'string', CreoleTypes::VARCHAR, true, 50);