mirror of
https://github.com/doctrine/orm.git
synced 2026-04-30 01:43:20 +02:00
"Persist" error with Embedded and IDENTITY strategy #6841
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 @maxm86545 on GitHub (Oct 4, 2021).
Bug Report
Summary
Current behavior
PostgreSQL create SEQUENCE with
user_id_seqname. Doctrine useuser_id_id_seqname.#[ORM\SequenceGenerator(sequenceName: 'user_id_seq')]don't work!How to reproduce
Entity:
Auto-generated migration:
Expected behavior
PostgreSQL create SEQUENCE with
user_id_seqname. Doctrine useuser_id_seqname.