1
0
mirror of synced 2025-01-31 12:32:59 +03:00

added new constant

This commit is contained in:
zYne 2006-11-24 23:22:20 +00:00
parent 5b7089cb86
commit ec36e81d60

View File

@ -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 ! */