Skip to content

Commit

Permalink
Update 500-troubleshooting-relations.mdx (#5275)
Browse files Browse the repository at this point in the history
  • Loading branch information
sably authored Nov 23, 2023
1 parent 36201fe commit 0b2e22e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ model Animal {
}
```

The resulting relation table in SQL looks as follows, where `A` represents prey (`a_eats`) and `B` represents predators (`a_eatenBy`):
The resulting relation table in SQL looks as follows, where `A` represents prey (`a_eats`) and `B` represents predators (`b_eatenBy`):

| A | B |
| :----------- | :--------- |
Expand Down

1 comment on commit 0b2e22e

@vercel
Copy link

@vercel vercel bot commented on 0b2e22e Nov 23, 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 – ./

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

Please sign in to comment.