mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Typed Properties and default column/association types #6356
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.