79323868

Date: 2025-01-02 13:38:20
Score: 1
Natty:
Report link
  1. Run:
npm install tsx --save-dev
  1. Add the following code to package.json
"prisma": {
        "seed": "tsx prisma/seed.ts"
    },
  1. run the migration steps.
npx prisma migrate dev --name init
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: 胡文涛