I”m working through the HowToGraphQL tutorial. I’m...
# orm-help
m
I”m working through the HowToGraphQL tutorial. I’m in the section: Adding a Database > Getting Started with SQLite. When I run:
Copy code
npx prisma migrate dev --preview-feature
I see this message in the console:
migrate dev is not a prisma command.
▸ Perhaps you meant generate
r
@Mitchell 👋 What version of Prisma are you on currently?