@mikro-orm/coreEnumerationsVersion: NextOn this pageDeferMode Constraint deferral mode for database constraints (e.g., foreign keys, unique).Index Enumeration MembersINITIALLY_DEFERREDINITIALLY_IMMEDIATEEnumeration Members INITIALLY_DEFERREDINITIALLY_DEFERRED: deferredThe constraint is deferred until the transaction is committed.INITIALLY_IMMEDIATEINITIALLY_IMMEDIATE: immediateThe constraint is checked immediately by default, but can be deferred within a transaction.
Constraint deferral mode for database constraints (e.g., foreign keys, unique).