Skip to content

Commit

Permalink
Correct typo of 'column' in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod authored and iaincollins committed Oct 7, 2020
1 parent ea65d87 commit 01c897f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/schemas/adapters.md
Expand Up @@ -188,7 +188,7 @@ npx @prisma/cli generate

### Custom Models

You can add properties to the schema and map them to any database colum names you wish, but you should not change the base properties or types defined in the example schema.
You can add properties to the schema and map them to any database column names you wish, but you should not change the base properties or types defined in the example schema.

The model names themselves can be changed with a configuration option, and the datasource can be changed to anything supported by Prisma.

Expand Down

1 comment on commit 01c897f

@vercel
Copy link

@vercel vercel bot commented on 01c897f Oct 7, 2020

Choose a reason for hiding this comment

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

Please sign in to comment.