This commit is contained in:
Andrea Adamczyk
2019-11-08 09:48:59 -04:00
committed by Julio Cesar Laura Avendaño
parent 480c67ac37
commit cedc5bbae5
5 changed files with 77 additions and 10 deletions

View File

@@ -67,6 +67,8 @@ class AppSequenceMapBuilder
$tMap->addPrimaryKey('ID', 'Id', 'int', CreoleTypes::INTEGER, true, null);
$tMap->addColumn('APP_TYPE', 'AppType', 'string', CreoleTypes::VARCHAR, true, 20);
} // doBuild()
} // AppSequenceMapBuilder