This commit is contained in:
Julio Cesar Laura Avendaño
2016-12-08 17:02:13 -05:00
parent a0f6329164
commit 0950649001
17 changed files with 1571 additions and 124 deletions

View File

@@ -63,7 +63,9 @@ class AppAssignSelfServiceValueMapBuilder
$tMap = $this->dbMap->addTable('APP_ASSIGN_SELF_SERVICE_VALUE');
$tMap->setPhpName('AppAssignSelfServiceValue');
$tMap->setUseIdGenerator(false);
$tMap->setUseIdGenerator(true);
$tMap->addPrimaryKey('ID', 'Id', 'int', CreoleTypes::INTEGER, true, null);
$tMap->addColumn('APP_UID', 'AppUid', 'string', CreoleTypes::VARCHAR, true, 32);