How to setup a joined inheritance mapping with differents columns name ? #8788
Unanswered
nthnptt
asked this question in
Support Questions
Replies: 1 comment 1 reply
-
@yaman0 Why do you "need" tomake a joined inheritance type? Couldn't you also create an aggregation with a OneToOne or ManyToOne association? That would be more flexible w.r.t. to the column names as you can use the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions