Demonstrates a bug with Model.bulkCreate with {individualHooks: true, include: SubModel}
Create local postgres instance (localhost:5432, username: "postgres", password: "postgres")
docker-compose up
Then run the following commands:
npm i
sequelize db:create
sequelize db:migrate
npm start