how to do many to many tables and not overwrite when generating entities #1299
Unanswered
brandonpollack23
asked this question in
Q&A
Replies: 0 comments
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.
-
When generating entities it will overwrite the files so any via definitions will be overwritten. The alternatives I thought of are manually move the relation and related traits to the model file and delete the autogenerated ones (every time), use regular seaquery expressions in my model and manage the join table manually, or don't use entity generation.
What's the recommended approach?
Beta Was this translation helpful? Give feedback.
All reactions