This commit is contained in:
parent
46ac880641
commit
eed203594e
@ -306,7 +306,7 @@ final class Doctrine
|
|||||||
* Portability: turn on all portability features.
|
* Portability: turn on all portability features.
|
||||||
* @see Doctrine::ATTR_PORTABILITY
|
* @see Doctrine::ATTR_PORTABILITY
|
||||||
*/
|
*/
|
||||||
const PORTABILITY_ALL = 33;
|
const PORTABILITY_ALL = 63;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* LOCKMODE CONSTANTS
|
* LOCKMODE CONSTANTS
|
||||||
@ -336,10 +336,14 @@ final class Doctrine
|
|||||||
* export constraints
|
* export constraints
|
||||||
*/
|
*/
|
||||||
const EXPORT_CONSTRAINTS = 2;
|
const EXPORT_CONSTRAINTS = 2;
|
||||||
|
/**
|
||||||
|
* export plugins
|
||||||
|
*/
|
||||||
|
const EXPORT_PLUGINS = 4;
|
||||||
/**
|
/**
|
||||||
* export all
|
* export all
|
||||||
*/
|
*/
|
||||||
const EXPORT_ALL = 3;
|
const EXPORT_ALL = 7;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* HYDRATION CONSTANTS
|
* HYDRATION CONSTANTS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user