When you introspect a database with an existing schema.prisma right now the full datamodel part is replaced. This is quite brutal, especially if I spent some time ordering my fields, as all that is gone now.
We could try to keep the order of fields in the datamodel. That would make it possible to look at a diff that is not so drastic.
When you introspect a database with an existing schema.prisma right now the full datamodel part is replaced. This is quite brutal, especially if I spent some time ordering my fields, as all that is gone now.
We could try to keep the order of fields in the datamodel. That would make it possible to look at a diff that is not so drastic.