-
Hello! We have a many-to-many relation ship with a join table and its generated models are working fine. However, we now need to add extra columns in that join table. We've noticed that SQLBoiler gets confused when there are extra columns and the generated models don't look correct. Is there a way to overcome this issue? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
agis
May 28, 2021
Replies: 1 comment 1 reply
-
I've just noticed #81, so I assume that having the same helper relation ship methods in the original models while also having extra columns in their join table is not possible? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
stephenafamo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've just noticed #81, so I assume that having the same helper relation ship methods in the original models while also having extra columns in their join table is not possible?