0 votes

ORM designer 2.1.9.691 is not exporting my one-to-one associations.Is there a known issue or fix for this?

http://i.imgur.com/2bYEJxt.png

Example

in Solved by
recategorized by

1 Answer

0 votes
Best answer

You didn't write which ORM framework are you using, but if it's Doctrine2, you need to set-up association aliases.

enter image description here

If this is not your case and you have correctly filled aliases, please post screen of your association settings.

by Skipper developer (141k points)

That was the problem. Thanks!

You're welcome. I'm glad we solved it.