Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 348 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 348 Bytes

Get Started

Start development server npm run dev

Database

Tools

Use Prisma Studio to explore data npm run studio

Migrations

  1. Add fields to schema
  2. run npx prisma migrate dev --name <migration_name>
  3. Commit the migration.sql file SOURCE