Skip to content

Commit

Permalink
Fix typo in Order of Fields section (#5472)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlacan authored Nov 20, 2023
1 parent 8ff58bd commit 781284c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ Defines a Prisma [model](/concepts/components/prisma-schema/data-model#defining-
#### Order of fields

- In version 2.3.0 and later, introspection lists model fields same order as the corresponding columns in the database. Relation fields are listed after scalar fields.
- In version 2.3.0 and later, introspection lists model fields in the same order as the corresponding columns in the database. Relation fields are listed after scalar fields.

### Examples

Expand Down

1 comment on commit 781284c

@vercel
Copy link

@vercel vercel bot commented on 781284c Nov 20, 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.