-
Currently there is no way to extend the configuration of the `schema.prisma` file, specifically for adding `previewFeatures` such as `postgresqlExtensions` in order to use pgvector:
```prisma
data…
-
### Bug description
Hi there, I'd like to add a new column to my User model but when I want to migrate dev, it gives me this error:
```
Error: P3006
Migration `20230621052236_product_purchas…
-
### Summary
Hi,
I would like to suggest (or perhaps ask if) using Redwood generate scaffold tool as a standalone one.
### Motivation
This scaffold tool is very powerful and had the ability to …
-
Hello there 👋
We are currently working with graphql.net. We miss some features that are proposed in this library and it seems like it would be a way better fit for our needs. Great work so far!
…
-
I am using **dotnet-sdk**, and when i am working with pixelmatch or looksame libraries from the VRT it is working fine.
but after changing the image comparison library to **odiff**, getting the follo…
-
Example schema with a belongs-to relation:
```prisma
model Item {
id Int @id @default(autoincrement())
name String
categoryId Int
category Category @relation(field…
-
I have something like this in my config:
```lua
vim.api.nvim_create_autocmd({ "BufRead", "BufNewFile" }, {
pattern = "*.org",
callback = function()
require("otter").activate()
end,
})…
-
### What would you like to see?
I'm trying to run the program on fedora, but I get the error that Prisma Client is based on debian-openssl.
Error: Invalid `prisma.workspaces.create()` invocation: …
-
The following errors were reported by 5.7.0-dev.20241027 vs 5.6.3
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pipeline run](…
-
Hi @AhmedElywa ! 🎐
I just wanted to let you know how my upgrade experience has been going for the new `createManyAndReturn` feature Prisma released. I've been running into some small issues.
Th…