First changes...

This commit is contained in:
Julio Cesar Laura Avendaño
2021-03-30 15:48:27 +00:00
parent de06c121c8
commit c22cfd6e85
6 changed files with 204 additions and 139 deletions

View File

@@ -63,7 +63,9 @@ class AppMessageMapBuilder
$tMap = $this->dbMap->addTable('APP_MESSAGE');
$tMap->setPhpName('AppMessage');
$tMap->setUseIdGenerator(false);
$tMap->setUseIdGenerator(true);
$tMap->addColumn('APP_MSG_ID', 'AppMsgId', 'int', CreoleTypes::INTEGER, true, null);
$tMap->addPrimaryKey('APP_MSG_UID', 'AppMsgUid', 'string', CreoleTypes::VARCHAR, true, 32);