added new constant
This commit is contained in:
parent
5b7089cb86
commit
ec36e81d60
@ -85,6 +85,10 @@ final class Doctrine {
|
|||||||
* automatic type validations attribute
|
* automatic type validations attribute
|
||||||
*/
|
*/
|
||||||
const ATTR_AUTO_TYPE_VLD = 20;
|
const ATTR_AUTO_TYPE_VLD = 20;
|
||||||
|
/**
|
||||||
|
* default table type attribute
|
||||||
|
*/
|
||||||
|
const ATTR_DEFAULT_TABLE_TYPE = 21;
|
||||||
|
|
||||||
|
|
||||||
/** TODO: REMOVE THE FOLLOWING CONSTANTS AND UPDATE THE DOCS ! */
|
/** TODO: REMOVE THE FOLLOWING CONSTANTS AND UPDATE THE DOCS ! */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user