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
To define a view, you need to add it to your database with plain SQL.
For example via a custom migration that you can create with `prisma migrate dev --create-only`.
You can then execute that migration with `prisma migrate deploy`.
👉
https://pris.ly/d/customizing-migrations?utm_source=bluesky
2025-08-21T09:02:08.571Z