How to model a child table with multiple foreign keys?
echatzikyriakidis opened this issue · 0 comments
echatzikyriakidis commented
Hi @avsolatorio !
I have a child table with multiple foreign keys to different parent tables.
Something like Car<-CarStatus, Car<-CarManufacturer relationships.
How can I generate the child table Car? It seems that I have to build many relational models for each relationship but then how should I merge the generated sampled data into one table?
Thanks!