Jan Piotrowski
Jan Piotrowski
... to see if it is even tested
Migrate this schema: ```prisma // This is your Prisma schema file, // learn more about it in the docs: https://pris.ly/d/prisma-schema generator client { provider = "prisma-client-js" } datasource db {...
## Problem Sometimes the database just has to go, to be recreated from nothing. Would be nice if Prisma CLI would help me with that. ## Suggested solution `prisma db...
# Feature Request ## Motivation Behind Feature Currently there is not feedback or output if your `build.json` is not even applied because the `ios` key is missing or similar problems....
# Bug Report ## Problem ### What is expected to happen? `cordova requirements` should treat all the software it checks for equally and show similar error message for similar problems....
In [Prisma ORM 5.11.0](https://github.com/prisma/prisma/releases/tag/5.11.0) we released support for edge function deployments - but only support Cloudflare Workers and Pages, and Vercel Edge Functions and Middlewares, for now. Supabase and Netlify...
If you use a custom generator, the output currently looks like this: ``` ✔ Generated Prisma Client to .\node_modules\@prisma\client in 287ms ✔ Generated Prisma Test Utils to .\prisma\node_modules\@generated\prisma-test-utils in 3.50s...
Confusion around about our Json support for SQL Server: [prisma.io/docs/reference/api-reference/prisma-schema-reference#json](https://www.prisma.io/docs/reference/api-reference/prisma-schema-reference#json) [prisma.io/docs/reference/api-reference/prisma-schema-reference#microsoft-sql-server-7](https://www.prisma.io/docs/reference/api-reference/prisma-schema-reference#microsoft-sql-server-7) But: https://github.com/prisma/prisma/issues/7417 (I confirmed this manually) https://github.com/prisma/prisma/issues/6843 It seems to not actually be implemented. Why do we document otherwise?...