Unhandled rejection SequelizeUniqueConstraintError: Validation error

后端 未结 5 558
花落未央
花落未央 2021-02-01 23:47

I\'m getting this error:

Unhandled rejection SequelizeUniqueConstraintError: Validation error

How can I fix this?

This is my models/use

5条回答
  •  旧时难觅i
    2021-02-02 00:13

    Check in your database if you have an Unique Constraint created, my guess is that you put some value to unique: true and changed it, but sequelize wasn't able to delete it's constraint from your database.

提交回复
热议问题