When testing out an initial migration locally, it ...
# prisma-migrate
r
When testing out an initial migration locally, it seems that primsa dropped my whole database. Is this normal? It's going to cause a lot of issues if I can't start using prisma without deleting all my data
c
Which command did you use? Can you post the migration SQL?
r
@Richard Dunlap 👋 Depends on your setup. 1. What commands did you run to create an initial migration. 2. Was there any data present or was it on a clean database