I am not sure if this was correct but I had positive terminal output. No changes in database dashboard.
Then I executed
npx prisma migrate dev
npx prisma migrate dev
Followed by the termianl output suggestion to run
npx prisma migrate reset
npx prisma migrate reset
Followed by one more execution of
npx prisma migrate dev
npx prisma migrate dev
My output always looks fine but still no changes in dashboard. "You do not have any database models set up yet."
I do have my migration file in my code though.
My terminal output from the last run: Environment variables loaded from .env Prisma schema loaded from prisma/schema.prisma Datasource "db": PostgreSQL database "postgres", schema "public" at "accelerate.prisma-data.net"
Enter a name for the new migration: … create-user-table Applying migration
20250403135846_create_user_table
20250403135846_create_user_table
The following migration(s) have been created and applied from new schema changes: