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
Let's say I have a simple database where there are Students and Classes. It would be very ideal if there was some kind of join where you could create a Schema that relates to other Schemas. For example,
Let's say I have a simple database where there are
Students
andClasses
. It would be very ideal if there was some kind of join where you could create a Schema that relates to other Schemas. For example,So if you do
Student.findOne()
, it could look like this:Would this be possible?
EDIT: I know you can kind of do it this way. Maybe it'd be nice to expedite the process.
The text was updated successfully, but these errors were encountered: