Skip to content

Commit

Permalink
fix use of id attribute in the limitations page
Browse files Browse the repository at this point in the history
  • Loading branch information
pantharshit00 committed Jul 19, 2019
1 parent 9cdd43e commit b3e2803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
- No realtime API/subscriptions.
- Models must have an `@id` attribute and it must take one of these forms:
- `Int @id`
- `String @default(uuid())`
- `String @default(cuid())`
- `String @id @default(uuid())`
- `String @id @default(cuid())`
- When [introspecting](./introspection.md) a database, Prisma only recognizes many-to-many relations that follow the Prisma conventions for [relation tables](https://github.com/prisma/prisma2-docs/blob/master/relations.md#mn).

0 comments on commit b3e2803

Please sign in to comment.