schema.prisma file and has been migrated earlier. So the foreign key is already defined and it exists.schema.prisma file with new models but no change in the definition of the Download model, the migration creates a line to add the foreign key to the Download table:--create-only , manually delete this line and then deploy the database. However, this could happen again in upcoming migrations and I was wondering if this can be fixed. So any ideas where I should look?"prisma": "6.18.0".