mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
Problem custom name sequeceGenerator YAML for annotatition entities #5103
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 @monstrodopantano on GitHub (Apr 18, 2016).
Originally assigned to: @ostrolucky on GitHub.
Problem custom name sequeceGenerator YAML why not create the custom name you want. Being created the default postgres, where is the problem?
The entity is created like this:
use Doctrine\ORM\Mapping as ORM;
Should be created as specify:
@ostrolucky commented on GitHub (Aug 6, 2018):
Yaml driver has been removed in Doctrine 3.0 (see https://github.com/doctrine/doctrine2/pull/5932), so this is no longer relevant, sorry.