Lucy Keer

Results 29 issues of Lucy Keer

> [This section](https://www.prisma.io/docs/concepts/components/prisma-schema/relations/many-to-many-relations#relation-tables) in our m:n relation docs is weird: > > - It seems to be a general description of relation/join tables and how they make m:n relations work...

docs
team: schema
topic: relations

https://www.prisma.io/docs/guides/schema-query-examples is empty and can be removed. Slack discussion: https://prisma-company.slack.com/archives/C5Z9TH6N9/p1660125380802549

docs
team: schema

Add some conceptual information/diagrams giving a high level overview of different Migrate commands See @ruheni's PR: #3749

docs
team: schema
size: M
topic: migrate

Add a guide explaining: - how Prisma's type system works - how to add native type attributes to refine the basic types - how to use native type attributes when...

docs
team: schema
size: M
topic: native types

This will be an experimental Preview feature, not fully complete in 4.3.0, but would be good to get some basic docs in.

docs
team: schema
size: L

It is confusing that our `@ignore` documentation example also uses `@@ignore`. It would be better if we had a standalone example that does not mix these super similar things together....

docs
team: schema

## Describe this PR Added examples of using `findUnique` with a multi-field constraint containing a composite type to: - the client reference entry for `findUnique` - Names in the underlying...

## Describe this PR Draft of the Postgres extensions preview feature (support for representing extensions in your schema) ## Changes ## What issue does this fix? Fixes #3836 ## Any...

## Describe this PR - Rename the `referentialIntegrity` field in the `datasource` block to `relationMode` - Rework the text to fit ## Changes ## What issue does this fix? Fixes...

Improve the documentation for optional/required relations [here](https://www.prisma.io/docs/concepts/components/prisma-schema/relations/one-to-one-relations#required-and-optional-1-1-relation-fields) and [here](https://www.prisma.io/docs/concepts/components/prisma-schema/relations/one-to-many-relations#required-and-optional-relation-fields-in-one-to-many-relations): - Currently we use required/mandatory/non-optional interchangeably and should pick one - Figure out how to describe relations - the relation itself...

docs
team: schema
topic: relations