Replies: 1 comment
-
@achrinza. Can you please help me regarding this? |
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.
-
While generating the models using lb4 discover or lb4 model exports an interface WithRelation. Why is it exported even if the generated model has no relation?
I have a scenario where I have two tables in the DB named
Translations
&TranslationsWithRelations
. This is creating a conflict with the default model generated by lb4 exporting the interface with the same name.Beta Was this translation helpful? Give feedback.
All reactions