Relation table for implicit m:n-relation not recognized by introspection #1885
Labels
bug/2-confirmed
Bug has been reproduced and confirmed.
kind/bug
A reported bug.
topic: introspection
Milestone
Bug description
Relation table for implicit m:n-relation not recognized by introspection.
How to reproduce
I have this Prisma schema:
Now I run:
This created this README.md for the migration:
The DB looks as follows:
Then I remove the models from the Prisma schema and run:
The resulting models in the Prisma schema look as follows:
Expected behavior
I would except to obtain the same models as the initial schema with the implicit m:n-relation:
Tested with
alpha
andpreview024
with same results.The text was updated successfully, but these errors were encountered: