How create relation one-to-one in this case? #11939
Unanswered
WinterSilence
asked this question in
Support Questions
Replies: 1 comment
-
Can't find any solution and open issue to fix it |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I want store meta data of products and categories in separated table i.e. create tables:
I create entities with one-to-one relations:
In this case, foreign keys adds to
products
andcategories
tables, but I want adds foreign keys tometa_data
table to delete meta data at product/category deletion. How configure entities in this case?Beta Was this translation helpful? Give feedback.
All reactions