Jacob Martin
05/23/2022, 5:38 PM» npx prisma migrate dev --name add_config --create-only
Environment variables loaded from .env
Prisma schema loaded from prisma/schema.prisma
Datasource "db": PostgreSQL database "xxx", schema "public" at "<http://xxx.b.db.ondigitalocean.com:25060|xxx.b.db.ondigitalocean.com:25060>"
Error: P3006
Migration `20220222031047_init` failed to apply cleanly to the shadow database.
Error code: P1014
Error:
The underlying table for model `migrations` does not exist.
Jacob Martin
05/23/2022, 5:39 PMJacob Martin
05/23/2022, 5:46 PMNurul
05/24/2022, 7:25 AMJacob Martin
06/02/2022, 6:56 PM