-
Is there any issues that can happen with this type of setup? Note: The |
Beta Was this translation helpful? Give feedback.
Answered by
yodermk
Nov 4, 2019
Replies: 1 comment
-
|
Not the module author (and just getting started using it myself), but I don't see why that wouldn't work, just that you wouldn't be able to query for email across different sub-models. If it is in most instances, though, it might be better to include it in the base model but nullable. Kind of depends on how you intend to query it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bckohan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not the module author (and just getting started using it myself), but I don't see why that wouldn't work, just that you wouldn't be able to query for email across different sub-models. If it is in most instances, though, it might be better to include it in the base model but nullable. Kind of depends on how you intend to query it.