๐ฆธ Add user's names to reviews
info
Extra activity! Do it if you have extra time or are following along at home. It won't be covered during the hands-on lab.
We want to store each user's name against their reviews.
- On the MongoDB diagram view, click the
reviewscollection. - On the relational mappings list on the right, click
+Add. - Select
Embedded documents. - Select
usersas Source table. - In the advanced settings check
Merge fields into the parent. - Only check
namefield. - Click
Save and close.
