GI-216 La tabla GMAIL_RELABELING no se genera con la columna LABELING_ID autoincremental

This commit is contained in:
Dante
2015-12-21 10:35:12 -04:00
parent aa69313129
commit ab63620f9b
5 changed files with 15 additions and 14 deletions

View File

@@ -65,7 +65,7 @@ class GmailRelabelingMapBuilder
$tMap->setUseIdGenerator(false);
$tMap->addPrimaryKey('LABELING_UID', 'LabelingUid', 'int', CreoleTypes::INTEGER, true, null);
$tMap->addPrimaryKey('LABELING_UID', 'LabelingUid', 'string', CreoleTypes::VARCHAR, true, 32);
$tMap->addColumn('CREATE_DATE', 'CreateDate', 'int', CreoleTypes::TIMESTAMP, true, null);