Faiz Khatri
PPrisma
•Created by Faiz Khatri on 11/5/2024 in #help-and-questions
Migration creates Implicit relational tables in database for an explicit M-N relationship
I have created two models, Parameters and Tests. Also, there is a model that defines explicit M-N relationship between these models.
When I migrate the schema to database, it is also creating a table "_ParameterToTest" in the database, that is usually created for implicit relationship. How do I avoid creating this database?
5 replies