Error: P3014 Prisma Migrate could not create the ...
# orm-help
s
Error: P3014 Prisma Migrate could not create the shadow database. Please make sure the database user has permission to create databases.
✔️ 1
a
You can read about it a little more here https://github.com/prisma/prisma/issues/4571
r
@srpies ligeros 👋 Currently Migrate requires permissions to create a database, so you would need to use a user that has permissions to do so. There is also an alternative mentioned here if you just want to prototype and add your changes directly to the database 🙂