One other question, if I want to start over by com...
# orm-help
c
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
Just delete your database and then run
prisma migrate dev
. This should create new migrations from scratch.