-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a relation between entities #28
Comments
Here is a complete example.
-> This last query returns an error.
Thank you for your help |
Hi @benatspo, Am I correct that this is a bug in our DDL implementation? |
Hi Davy, Yes, probably. Speaking with you previously, it could be a problem with the creation of the join table between those entities? Thank you |
I'll put it as a bug, I'll ping you when we switch to new backend, to see if that fixes it. |
Ok thanks :) |
@benatspo is this still an issue? |
Hi,
It is actually impossible to create a relation between two entities, except if those entities are both in a document database, or if the source entity is in a document database.
Actually, the only solution to create a physical relation between two entities in a relational database, is to add the relation in the ML schema, and reset the databases.
Thank you for the correction
The text was updated successfully, but these errors were encountered: