The root issue is that you're trying to create a table when one already exists... Prisma shouldn't b

The root issue is that you're trying to create a table when one already exists... Prisma shouldn't be generating/running queries to create a table if it's already present.
Was this page helpful?