Dalam sekuel kelas V4 dan metode instance dihapus. Sekarang Anda harus membuatnya seperti ini:
const Model = sequelize.define('Model', {
...
});
// Class Method
Model.associate = function (models) {
...associate the models
};
// Instance Method
Model.prototype.someMethod = function () {..}
Informasi selengkapnya di sini Urutkan perubahan yang melanggar v4