Join Slack
Communities
Powered by
One other question, if I want to start over by com...
# orm-help
c
Chris Tsongas
07/27/2021, 4:59 PM
One other question, if I want to start over by completely wiping my database and creating a brand new initial migration file what's the easiest way to go about that?
r
Ryan
07/28/2021, 7:05 AM
Just delete your database and then run
prisma migrate dev
. This should create new migrations from scratch.
2
Views
Open in Slack
Previous
Next