Skip to content

Commit

Permalink
Update 200-one-to-many-relations.mdx (#4432)
Browse files Browse the repository at this point in the history
Co-authored-by: Zach Tilev <[email protected]>
  • Loading branch information
sliepe and zachtil authored Nov 16, 2023
1 parent 5d33727 commit 5ba41ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ The following MongoDB document represents a `User`:
{ "_id": { "$oid": "60d5922d00581b8f0062e3a8" }, "name": "Ella" }
```

The following list of `Post` MongoDB documents each have a `userId` field which reference the same user:
Each of the following `Post` MongoDB documents has an `authorId` field which references the same user:

```json
[
Expand Down

1 comment on commit 5ba41ca

@vercel
Copy link

@vercel vercel bot commented on 5ba41ca Nov 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./

prisma2-docs.vercel.app
docs-prisma.vercel.app
docs-git-main-prisma.vercel.app

Please sign in to comment.