PM-2376: New Feature: We need the ability to modify the Subject tables

This commit is contained in:
Paula V. Quispe
2015-04-22 17:40:15 -04:00
parent b30275a36d
commit f2f1a15372
6 changed files with 82 additions and 10 deletions

View File

@@ -89,6 +89,7 @@ class AbeConfigurationMapBuilder
$tMap->addColumn('ABE_UPDATE_DATE', 'AbeUpdateDate', 'int', CreoleTypes::TIMESTAMP, false, null);
$tMap->addColumn('ABE_SUBJECT_FIELD', 'AbeSubjectField', 'string', CreoleTypes::VARCHAR, true, 100);
} // doBuild()
} // AbeConfigurationMapBuilder