This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Prisma
prisma.io
did:plc:m6mbn4cko4m6vyynh7q675df
One of the most common workflows is to run `npx prisma migrate dev` which will:
1. Create a migration file
2. Apply the migration
To be able to intervene with the migration before it's applied, we need to pass `--create-only`
2025-02-22T17:00:07.051Z