sequelize order by date

Solutions on MaxInterview for sequelize order by date by the best coders in the world

showing results for - "sequelize order by date"
Guadalupe
18 Nov 2017
1Users.findAll({ order: [['updatedAt', 'DESC']]}); // or ASC