sequelize order by date in increase order code example Example: sequelize order by date Users.findAll({ order: [['updatedAt', 'DESC']]}); // or ASC