Invalid `prisma.product.findMany()` invocation

So I was working on some filtering on a query for my Prisma DB and managed to bork the DB. Not sure what's going on. This is the error message:

prisma:error 
Invalid `prisma.product.findMany()` invocation:


The column `Product.category` does not exist in the current database.

The weird thing is that another person is working on a ssperate branches of this project, also just started getting this issue an hour or two ago. Both of our branches were working fine earlier today, and at the point they got forked. You'd think it's a problem with our DB or something, but we're both using local DB's...
Was this page helpful?