Postgresql – Sequelize findAll() throwing error when including associations
I'm pretty new to Sequelize and trying to learn all of the cool tricks you can use to format your queries, but have run into a bit of a wall. Basically I have a table "invoices". I have another table…