I have a postgres db that I query using Sequelize. The associations are as follows:
db.bookings.belongsTo(db.users); db.bookings.belongsTo(db.vehicles); db.ve