This commit is contained in:
Dante
2015-12-20 13:56:19 -04:00
parent ccb37341f1
commit 5e337a0dbc
5 changed files with 180 additions and 75 deletions

View File

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