User Bithday not required applied to propel schema

This commit is contained in:
Enrique Ponce de Leon
2011-02-15 15:05:11 +00:00
parent 216c30e687
commit 7546b0514a
3 changed files with 4 additions and 4 deletions

View File

@@ -106,7 +106,7 @@ class UsersMapBuilder {
$tMap->addColumn('USR_RESUME', 'UsrResume', 'string', CreoleTypes::VARCHAR, true, 100);
$tMap->addColumn('USR_BIRTHDAY', 'UsrBirthday', 'int', CreoleTypes::DATE, true, null);
$tMap->addColumn('USR_BIRTHDAY', 'UsrBirthday', 'int', CreoleTypes::DATE, false, null);
$tMap->addColumn('USR_ROLE', 'UsrRole', 'string', CreoleTypes::VARCHAR, false, 32);