Posts by Mardonis Alves Bezerra • 1 point
2 posts
-
-1
votes1
answer14
viewsA: Error ondelete Scade sequelize
I solved as follows in my migrate Tasks in the attribute Userid put a property onDelete: 'CASCADE'. No matter how much you put it right into the model it doesn’t work. Uei mysql and postgres and…
-
-1
votes1
answer14
viewsQ: Error ondelete Scade sequelize
I am in error when I will do the cascade deletion , using postgres sequelize in version 6. original: error: update or delete on table "Users" violates Foreign key Constraint "Tarefas_userid_fkey" on…