tableModel.update( { name: Sequelize.fn("concat", Sequelize.col("name"), "your-suffix"), }, { where: { userType: "not-updated", }, } );