mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Typed Properties and default column/association types #6358
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 @beberlei on GitHub (Dec 1, 2019).
Feature Request
Summary
When declaring a type on a property, this should act as a default for field type or ManyToOne/OneToOne targetEntity.
The relevant code would be in
ClassMetadataInfo::mapField,mapManyToOneandmapOneToOne. WhenevertypeortargetEntityis missing, it could look this up in reflection property instead if it has a type.@renanbr commented on GitHub (Dec 2, 2019):
Could we expect it'll also detect
nullableproperties?@Lustmored commented on GitHub (Jan 26, 2021):
I have submitted #8439 as an attempt to implement features discussed in this issue. It probably still needs work, but it would be great to get some feedback :)
@beberlei commented on GitHub (Mar 21, 2021):
Fixed in #8439