79165140

Date: 2024-11-07 05:45:59
Score: 2.5
Natty:
Report link

When you face the problem bigserial doesn't exist when giving it in prisma datatype then

Run the command npx prisma migrate dev --create only

It will generate a migration.sql file inside the generated file changed all BIGSERIAL to BIGINT

And now run the command npx prisma migrate dev

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Starts with a question (0.5): When you
  • Low reputation (1):
Posted by: Aryan Trivedi