Se agrega el campo DYN_VERSION a la tabla DYNAFORM

This commit is contained in:
Daniel Rojas
2014-06-27 17:00:34 -04:00
parent 2f379b8d86
commit f0c3c209ef
6 changed files with 82 additions and 13 deletions

View File

@@ -75,6 +75,8 @@ class DynaformMapBuilder
$tMap->addColumn('DYN_CONTENT', 'DynContent', 'string', CreoleTypes::LONGVARCHAR, false, null);
$tMap->addColumn('DYN_VERSION', 'DynVersion', 'int', CreoleTypes::INTEGER, true, null);
$tMap->addValidator('DYN_TYPE', 'validValues', 'propel.validator.ValidValuesValidator', 'xmlform|grid', 'Please select a valid dynaform type.');
} // doBuild()