Replies: 1 comment 1 reply
-
This is not supported, and there isn't really a good way for us to start supporting it because So I think a different setup would probably be better. One option may be to change |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
We have application module which should be shared between two applications. This module has one table "SharedModule" which ideally needs to reference "UserProfile" table as foreign key
However
UserProfiles
defines each application and it has different structure. My idea was to create mixin or interfaceand reference it in SharedTable
But this produce warning
Is this scenario somehow supported or do we need to come up with different solution / architecture?
Beta Was this translation helpful? Give feedback.
All reactions