docs
docs copied to clipboard
📚 Prisma Documentation
Bumps [got](https://github.com/sindresorhus/got) to 12.6.1 and updates ancestor dependency [remark-lint-no-dead-urls](https://github.com/remarkjs/remark-lint-no-dead-urls). These dependencies need to be updated together. Updates `got` from 9.6.0 to 12.6.1 Release notes Sourced from got's releases. v12.6.1 Fix...
Fix incorrect spelling of preferred in 200-raw-queries.mdx Changes: Line 66: Change prefered to preferred Line 244: Change prefered to preferred
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?...
Help article for converting implicit many-to-many relations to explicit many-to-many ## What issue does this fix? - https://github.com/prisma/docs/issues/3325
**Overview:** This pull request aims to enhance the Prisma documentation by providing clearer instructions and troubleshooting tips for commonly used commands, specifically `npx prisma migrate` and `npx prisma db push`....
### Title: Improve Documentation for Running Prisma Commands ### Description: I would like to suggest an enhancement to the Prisma documentation regarding the execution of Prisma tasks, such as `prisma...
Hey guys, I was wandering around the doc to find out how can I create an empty migration and then I ended up [herje](https://www.prisma.io/docs/orm/reference/prisma-cli-reference#migrate-dev) under options section I read that...
### Bug description Your "generate" command is trying to force me to put `prisma` as a dev dependency. That is wrong, it is a dependency. Nevertheless, it doesn't work. If...
This PR corrects a typo in the Profile table by renaming the column biograpy to biography. This change ensures that the column name accurately reflects its intended purpose, improving readability...