Skip to content

ttt3pu/attt-prisma

Repository files navigation

attt-prisma

Commands

Generate types and etc (Execute after changing models)

pnpm prisma generate

Create migration

pnpm prisma migrate dev --name migration_file_name

Reset Data

pnpm prisma migrate reset

View DB data in browser

pnpm prisma studio