prisma migrations using T3 stack
prisma migrations are not setup in the T3 stack
There is no script in package.json, or any documentation talking about migrations
Is it on purpose? Do you want people to use
npx prisma db push
? Or you want to give people freedom on how to handle migrations?6 Replies
Usually npm i runs it automatically
But when you change a model in .prisma, how do you apply to the db?
This will creat a migration file and also apply it
Yeah I know, but why it's not included in the T3 doc ?
I was just questioning if it was intentional, and the team want people to not use migrations idk
Maybe you could open an issue on github or maybe this finds the team
It may be a good first request
Yep, thank you!