Laravel – SQLSTATE[42000]: Syntax error or access violation: 1055 'projectdb.rentalhouse_sizes.rental_id' isn't in GROUP BY
i have a 3 tables rentals table,unit sizes tables and rental_units_pivot table.the rentals table contains the details of a rental,the unit sizes table contains a list of the units sizes such as i bedroom,2 bed room,etc.A rental facility might have…