Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,4 @@ Don't see what you need? [Request an extension](https://pris.ly/i-want-extension

- **Prisma Studio** does not support tables that use custom types from extensions (e.g., `VECTOR`). Queries against those tables will return a deserialization error.
- **Prisma ORM** does not natively support all extension types. Custom types are represented as [`Unsupported`](/orm/prisma-schema/data-model/models#unsupported-types) in your schema and must be queried with [raw SQL](/orm/prisma-client/using-raw-sql).
- **PostGIS** is not yet supported. Support is coming soon.
- **PostGIS** is coming in 2026.
Loading