Here's a list of all the Sequelize hooks: https://github.com/sequelize/sequelize/blob/main/lib/hooks.js
There are a four lifecycle events that an instance can go through:
- Validate
- Create
- Destroy
- Update
And Sequelize has default methods that allows us to hook into these lifecycle events!