[Start Case Trigger] Schema and endpoint
This commit is contained in:
dheeyi william
2016-11-10 17:28:35 -04:00
parent 9a12369aef
commit 53e18a634c
6 changed files with 206 additions and 138 deletions

View File

@@ -91,6 +91,8 @@ class ProcessMapBuilder
$tMap->addColumn('PRO_SUBPROCESS', 'ProSubprocess', 'int', CreoleTypes::TINYINT, true, null);
$tMap->addColumn('PRO_TRI_CREATE', 'ProTriCreate', 'string', CreoleTypes::VARCHAR, true, 32);
$tMap->addColumn('PRO_TRI_OPEN', 'ProTriOpen', 'string', CreoleTypes::VARCHAR, true, 32);
$tMap->addColumn('PRO_TRI_DELETED', 'ProTriDeleted', 'string', CreoleTypes::VARCHAR, true, 32);