Is there a way to reset the database without seedi...
# orm-help
c
Is there a way to reset the database without seeding it?
n
Hey Chris 👋 You are looking for
--skip-seed
flag. You can read more about this here
👍 2