Prisma Note
Rename a table
In schema.prisma file, rename the model
run prisma migrate dev --create-only and y, this cli would not run this created migration file immediately
name this created migration file
run npx prisma migrate dev to operate the created m...
adrienetz.hashnode.dev1 min read