Lucy Keer
Lucy Keer
Please share your feedback about the `tracing` functionality released in [v4.2.0](https://github.com/prisma/prisma/releases/tag/4.2.0) in this issue. - If you encounter a bug, please [open a bug report](https://github.com/prisma/prisma/issues/new?assignees=&labels=&template=bug_report.md&title=) in this repo. - If...
> On our "Relations" page on the other hand we have a pretty confusing ERD that should help understand a specific data model, but is actually pretty weird: > [https://www.prisma.io/docs/concepts/components/prisma-schema/relations#:~:text=For%20relational%20databases%[…]o%20the%20sample%20Prisma%20schema%3A](https://www.prisma.io/docs/concepts/components/prisma-schema/relations#:~:text=For%20relational%20databases%2C%20the%20following%20entity%20relationship%20diagram%20represents%20the%20database%20that%20corresponds%20to%20the%20sample%20Prisma%20schema%3A)...
Currently we have [this subsection](https://www.prisma.io/docs/concepts/components/prisma-migrate#migration-history) on migration histories. Would be good to clarify the difference between the migration files and the migration table, and use consistent terminology to refer to...
Currently the [Baselining a database](https://www.prisma.io/docs/guides/database/developing-with-prisma-migrate/baselining) guide sends you off to [these instructions on updating the development environment](https://www.prisma.io/docs/guides/database/developing-with-prisma-migrate/add-prisma-migrate-to-a-project#update-the-development-environment) for creating your initial SQL migration. I found this pretty confusing when trying...
There are a few oddities in [Developing with Prisma Migrate](https://www.prisma.io/docs/guides/database/developing-with-prisma-migrate) that broke the flow when I tried to follow it: - There's [an intentional typo](https://www.prisma.io/docs/guides/database/developing-with-prisma-migrate#:~:text=biograpy%20String%20//%20Intentional%20typo!) in the schema, but it...
Some of the `migrate` commands do extra 'magic' which is not very well explained in the CLI reference. For example the [`migrate reset` introduction](https://www.prisma.io/docs/reference/api-reference/command-reference#migrate-reset) says 'This command deletes and recreates...
Currently we have [this Python script](https://github.com/mhwelander/doc-tools/blob/master/error_code_parser.py) that pulls in error codes from the prisma-engines repo and formats them for our [Error Reference page](https://www.prisma.io/docs/reference/api-reference/error-reference). At a minimum it would be nice...
From @janpio: > We are currently using an _ to document the "default" argument of our attributes in PSL which can be used with and without its "name": > `@@index(_...
Add `@map` for fields to schema data model page to match `@map` for models From @janpio: > I think we are missing an `@map` for fields example on https://www.prisma.io/docs/concepts/components/prisma-schema/data-model >...
Currently we have the following docs for full text search/indexes: - Indexes concepts page has a section on [Full-text indexes](https://www.prisma.io/docs/concepts/components/prisma-schema/indexes#full-text-indexes-mysql-and-mongodb) for **MySQL** and **MongoDB** - [Full-text search concepts page](https://www.prisma.io/docs/concepts/components/prisma-client/full-text-search) for...