dependencies:
devDependencies:
pnpm prisma init
- Initialize Prismapnpm prisma db push
- Create the database and tablespnpm prisma generate
- Generate the Prisma clientpnpm prisma studio
- Open the Prisma Studiopnpm prisma migrate dev --name init
- Create a migrationpnpm prisma migrate deploy
- Deploy the migrationpnpm prisma migrate resolve
- Resolve the migrationpnpm prisma migrate reset
- Reset the migrationpnpm prisma migrate status
- Show the migration statuspnpm prisma migrate list
- List the migrationspnpm prisma migrate up
- Apply the migrationpnpm prisma migrate down
- Revert the migrationpnpm prisma format
- Format the schemapnpm prisma introspect
- Introspect the database