Type of extended Prisma client is too long (TS7056)
Migrate prisma lost data
npx prisma migrate dev --create-only --name rename-column
a SQL file is created so I modify it by :
ALTER TABLE "Token" RENAME COLUMN "token" TO "tokens";
and I still lost my data inside that column. Is this even possible to rename a column without lost all datas ??...No matter what command I run, I keep getting the error “maximum call stack size exceeded.”

Unexpected error login into prisma console

Prisma Migrate dev --create-only resets my DB!
Easy prisma question, users or chatroomusers in functions

Purge Global Cache via API
Cannot import type in svelte component
Cannot Use Locally Host MongoDB in Prisma
DATABASE_URL=mongodb://localhost:2174/testdb
Console down still/again?
Get "normal" database credentials from prisma.io Postgres db.
Update help
Why `prisma generate --sql` needs to have `DATABASE_URL`?
prisma generate --sql
but not if executing prisma generate
:
```
4.679 api:build: > prisma generate --sql
4.679 api:build: ...How to create a new database w/ schema from Node - not CLI?
Composing relation types
Any reason on why Prisma would allow a non-type safe query?
schema.prisma
by renaming some relations. We expected that some queries would stop working and that TypeScript would warn us about these issues. Fast forward to today, when we noticed part of our website wasn't functioning. After investigating the query, we discovered that Prisma/TypeScript wasn't warning us about a missing relation that no longer exists.
Is my way the most optimal in this case ?
Can't delete