❓│help-and-questions
PostgreSQL unique column with case insensitivity with length constraint
Insert value as highest value in column + 1
Combining a transaction with a post request
Typing with Includes
Prisma JSONB OrderBy
Database drift caused by adding a new optional field?
PrismaClientUnknownRequestError: Invalid `prisma.users.findFirst()` invocation:
ARGUMENT IS MISSING
Create a register inside a update query
Upsert with Composite Key
In an oddly specific circumstance, an incorrect ID is saved to an explicit relation table
History/Audit Extension
❌ Could not resolve @prisma/client despite the installation that we just tried.
[Solved] How to model a relationship - "A comment can have replies"
npx prisma init error:
Nested UpdateMany expects a where object
Trying to upsert.
Passing types around dynamic types
Prisma error
Atomic Operation not Working
`RETURNING` example in the v5.1.0 release notes
Anything changes in the schema engine stuff?
Guys i want to create before insert hook on one table i don't seem to find proper reference
Fails to make new row since another row with the same input exist.
How to update user's scalar list of models
schema postgres ERROR: relation "todo" does not exist
Error: Command failed with UNKNOWN: ts-node --compiler-options {"module":"CommonJS"} prisma/seed.ts
Solved
Prisma, SQLite and Datetime
Schema validation
TypeError: Do not know how to serialize a BigInt
findMany query takes longer time to execute vs. when querying the database directly
How to bypass the 100,000 rows limit?
Argument `providerType` is missing.
SQL Injection
PostgreSQL `ON CONFLICT UPDATE`
Handling Migrations
Error on Existing Columns
im getting this error: TypeError: Cannot set properties of undefined (setting 'UserRole')
Update previously created models, which are already saved in the database.
Upgrading for Prisma 3 to 5
Adding generic include, prisma project grows indefinitely
nothing seems to be working after upgrading to 5.1.0 (from 5.0.0)
.env.local in the Next with Prisma tutorial
Catching and ignoring Prisma errors inside interactive transactions
Missing relation typings when using a conditional in an include property in a query
Struggling with arguments for model extension
Has any built client extensions that implement RBAC (Role-based access control)?
SQLITE Auto migration with prisma
Do I need to have a unique ID here, or can I have unique conditions?
Use index in implicit m-n relation