Switching to CockroachDB. After some work, I was a...
# orm-help
a
Switching to CockroachDB. After some work, I was able to run a migration but after the migration was created, I get this error.
Copy code
The following migration(s) have been created and applied from new schema changes:

migrations/
  └─ 20220629115129_init/
    └─ migration.sql

Your database is now in sync with your schema.

Running generate... (Use --skip-generate to skip the generators)
Error: Get DMMF: Schema parsing - Error while interacting with query-engine-node-api library
Error code: P1012
error: Datasource provider not known: "cockroachdb".
  -->  schema.prisma:6
   | 
 5 | datasource db {
 6 |   provider = "cockroachdb"
   | 

Validation Error Count: 1