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
I've got a One-to-One relationship between a User model and a few role models such as Admin, Manager, and Customer. How might you handle a scenario like this? I'm using Mongoose, but I believe the same principles apply for any One-to-One relationship.
I've got a One-to-One relationship between a
User
model and a few role models such asAdmin
,Manager
, andCustomer
. How might you handle a scenario like this? I'm using Mongoose, but I believe the same principles apply for any One-to-One relationship.User Schema
Admin Schema
The text was updated successfully, but these errors were encountered: