Hi! I have a question, I still don't really unders...
# prisma-migrate
d
Hi! I have a question, I still don't really understand how db migrations funcion, am I supouse to use GraphCool migrations with Prisma? I know Prisma configuration support migrations but I just don't see how those work...
n
hey Dalia, right now you can migrate your service by changing the datamodel and running
prisma deploy
.