Hello,
I used Python/Sqlalchemy to define tables in a Sqlite database, and then ran prisma introspect together with an existing schema in prisma/schema.prisma. The problem is that prisma introspect consistently retains some, but drops other, @relation custom names defined in the existing prisma/schema.prisma.
Please see this bug demo repo here for details:
https://github.com/ashih42/prisma-introspect-bug-report
Hello,
I used Python/Sqlalchemy to define tables in a Sqlite database, and then ran
prisma introspecttogether with an existing schema inprisma/schema.prisma. The problem is thatprisma introspectconsistently retains some, but drops other,@relationcustom names defined in the existingprisma/schema.prisma.Please see this bug demo repo here for details:
https://github.com/ashih42/prisma-introspect-bug-report