mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
How to setup a joined inheritance mapping with differents columns name ? #6767
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 @nthnptt on GitHub (Jun 25, 2021).
Hi !
I'm using doctrine for getting data from an external data source. I need to create an joined inheritance type between two tables. But tables has linked by columns with different name. There is a way to setup a joined inheritance mapping with different columns name ?
Thanks for your help.