HOR-3260 applied './gulliver propel-build-model' command

This commit is contained in:
Roly Rudy Gutierrez Pinto
2017-05-24 13:37:44 -04:00
parent ba2cd5f120
commit deb50a8ffc
2 changed files with 3 additions and 3 deletions

View File

@@ -67,9 +67,9 @@ class WebEntryEventMapBuilder
$tMap->addPrimaryKey('WEE_UID', 'WeeUid', 'string', CreoleTypes::VARCHAR, true, 32);
$tMap->addColumn('WEE_TITLE', 'WeeTitle', 'string', CreoleTypes::LONGVARCHAR, true, null);
$tMap->addColumn('WEE_TITLE', 'WeeTitle', 'string', CreoleTypes::LONGVARCHAR, false, null);
$tMap->addColumn('WEE_DESCRIPTION', 'WeeDescription', 'string', CreoleTypes::LONGVARCHAR, true, null);
$tMap->addColumn('WEE_DESCRIPTION', 'WeeDescription', 'string', CreoleTypes::LONGVARCHAR, false, null);
$tMap->addColumn('PRJ_UID', 'PrjUid', 'string', CreoleTypes::VARCHAR, true, 32);