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
hii , example my two collections 1-studentCollection => There is student information
2- reportCollection => There is report information . Relationship = reportCollection (student_id) ---> studentCollection (_id) join using ,I want to reverse studentCollection --> reportCollection. How can I do it.
hii , example my two collections 1-studentCollection => There is student information
2- reportCollection => There is report information . Relationship = reportCollection (student_id) ---> studentCollection (_id) join using ,I want to reverse studentCollection --> reportCollection. How can I do it.
studentCollection { _id,name}
reportCollection{ _id,student_id,report}}
The text was updated successfully, but these errors were encountered: