-
Notifications
You must be signed in to change notification settings - Fork 862
Closed
Labels
type/docsDocumentation creation, updates or correctionsDocumentation creation, updates or corrections
Description
In some pages we provide the SQL, and then the supposed Introspection result. Example: https://www.prisma.io/docs/getting-started/setup-prisma/add-to-existing-project/relational-databases/introspection-typescript-postgres
We should revisit all of these to make sure the introspected schema actually represents the SQL that is provided. The example above for examples seems to be missing the referential actions definitions a user would see if they follow this tutorial.
Small differences like these can cause confusion and make it harder to build a mental model you can trust during the tutorial.
(Searching for CREATE TABLE might be a good way to find all ways in the docs where we have SQL to create a table to later be introspected)
Jolg42 and keerlu
Metadata
Metadata
Assignees
Labels
type/docsDocumentation creation, updates or correctionsDocumentation creation, updates or corrections