added ATTR_DECIMAL_PLACES
This commit is contained in:
parent
29a6d2ef7f
commit
4d1722fba4
2 changed files with 2 additions and 0 deletions
|
@ -155,6 +155,7 @@ final class Doctrine
|
|||
const ATTR_DBNAME_FORMAT = 117;
|
||||
const ATTR_TBLCLASS_FORMAT = 119;
|
||||
const ATTR_EXPORT = 140;
|
||||
const ATTR_DECIMAL_PLACES = 141;
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -134,6 +134,7 @@ abstract class Doctrine_Configurable
|
|||
case Doctrine::ATTR_EMULATE_DATABASE:
|
||||
case Doctrine::ATTR_DEFAULT_SEQUENCE:
|
||||
case Doctrine::ATTR_EXPORT:
|
||||
case Doctrine::ATTR_DECIMAL_PLACES:
|
||||
|
||||
break;
|
||||
case Doctrine::ATTR_SEQCOL_NAME:
|
||||
|
|
Loading…
Add table
Reference in a new issue