Prisma Commands npx prisma migrate dev for update schema and generate migration file npx prisma db push for update schema without creating migration file. (will cause data loss) npx prisma db seed for seeding