Real migrations are generated with:
npx prisma migrate dev --name initThis folder is a placeholder documenting where the first generated migration
(migration.sql) will live once the schema is applied against a real
PostgreSQL instance. Do not hand-write migration SQL — always generate it
from schema.prisma via Prisma CLI so schema and migrations stay in sync.