mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Propose support DDL ON UPDATE #5944
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ilyar on GitHub (Apr 7, 2018).
The current working alternative:
refs:
@Ocramius commented on GitHub (Apr 7, 2018):
"ON UPDATE" support was removed in doctrine/orm a few years back, as the
ORM cannot handle identifier changes.
It shouldn't be re-introduced unless a very strong and common use-case is
presented.
On Sat, 7 Apr 2018, 14:40 Ilya Rogov, notifications@github.com wrote: