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