Add a configuration option to disallow automatic field additions #91
Labels
domain/schema
Issue in the "Schema" domain: Prisma Schema, Introspection, Migrations etc.
kind/feature
A request for a new feature.
topic: formatting
topic: prisma-fmt
When I save this schema:
it gets corrected to:
(notice the extra field in the
User
model)which is nice, but today while I was updating the schema that I use in Studio's tests (which has a lot of different kinds of relations), it quickly became very annoying to see new fields pop up all over the place. I think this will generally be an issue for all schemas that heavily rely on relations.
I propose we add a configuration option that disallows the extension from makin any changes to the schema exept formatting.
The text was updated successfully, but these errors were encountered: