You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an email relates to multiple models, such as a job related to a client that also has a contact, there needs to be a way to have it be clear that this email relates to all these entities.
A solution for this could be to have a 'emailLinks' table of sorts, that would have multiple rows all with the same email id, with the related model.
One can then just reference this relation, which then references the email relation accordingly.
The text was updated successfully, but these errors were encountered:
If an email relates to multiple models, such as a job related to a client that also has a contact, there needs to be a way to have it be clear that this email relates to all these entities.
A solution for this could be to have a 'emailLinks' table of sorts, that would have multiple rows all with the same email id, with the related model.
One can then just reference this relation, which then references the email relation accordingly.
The text was updated successfully, but these errors were encountered: