Add PRO_IOD and USR_ID columns to the list tables.
This commit is contained in:
davidcallizaya
2017-02-14 15:43:26 -04:00
parent 61c960e11f
commit 5a41120226
37 changed files with 1493 additions and 96 deletions

View File

@@ -105,6 +105,12 @@ class ListInboxMapBuilder
$tMap->addColumn('DEL_PRIORITY', 'DelPriority', 'string', CreoleTypes::VARCHAR, true, 32);
$tMap->addColumn('PRO_ID', 'ProId', 'int', CreoleTypes::INTEGER, false, null);
$tMap->addColumn('USR_ID', 'UsrId', 'int', CreoleTypes::INTEGER, false, null);
$tMap->addColumn('APP_STATUS_ID', 'AppStatusId', 'int', CreoleTypes::TINYINT, false, null);
} // doBuild()
} // ListInboxMapBuilder