mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Entity generator doesn't generate values for all supported options #5699
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 @lcp0578 on GitHub (Sep 15, 2017).
Originally assigned to: @lcobucci on GitHub.
in symfony 3.2.12 , doctrine 2.5, doctrine bundle 1.6
UserTest.orm.yml
convert annotation
UserTest.php
but @ORM\Column(name="mobile", type="string", length=11, nullable=false) not filxed=true
thx
@lcobucci commented on GitHub (Nov 26, 2017):
@lcp0578 handled in #6849. It will be available on
v2.6.xonly.@lcp0578 commented on GitHub (Nov 27, 2017):
@lcobucci thx