I have associations between two models defined as below:
For Contact Model (in a separate file)
classMethods: { associate: function (models){
I think you need to define it the other way around.
Contact.belongsTo(models.Users, { foreignKeyConstraint: true , onDelete: 'cascade' })