I\'m trying to create a model hook that automatically creates an associated record when the main model has been created. How can I access my other models within the hook functio
You can access the other model through sequelize.models.OtherModel.
sequelize.models.OtherModel