Skip to content

Commit

Permalink
fix(psl): Remove not actually supported Json type for SQL Server (#4584)
Browse files Browse the repository at this point in the history
  • Loading branch information
janpio authored Nov 15, 2023
1 parent 3471e3f commit 5942cdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ A JSON object.
| Connector | Default mapping |
| ----------- | -------------------------------------------------------------------------------------------------------- |
| PostgreSQL | `jsonb` |
| SQL Server | `nvarchar(1000)` |
| SQL Server | [Not supported](https://github.com/prisma/prisma/issues/7417) |
| MySQL | `JSON` |
| MongoDB | [A valid `BSON` object (Relaxed mode)](https://docs.mongodb.com/manual/reference/mongodb-extended-json/) |
| SQLite | Not supported |
Expand Down

1 comment on commit 5942cdd

@vercel
Copy link

@vercel vercel bot commented on 5942cdd Nov 15, 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-git-main-prisma.vercel.app
docs-prisma.vercel.app
prisma2-docs.vercel.app

Please sign in to comment.