Giorgio Delgado
12/16/2021, 11:04 PMnpm run migrate dev
… the prisma cli ended up creating a pretty confusing / alarming migration.
Why is prisma trying to rename existing foreign key and index identifiers?
The model we created literally only had two columns so we were expecting a tiny CREATE TABLE
migrationMaciek K
12/17/2021, 7:01 AMGiorgio Delgado
12/17/2021, 9:27 PM