I'm trying to grab space listing date which is greater than another date.
So far, I have...
Booking.where({ space_listing_id: 22, approved_status: true, ['move_out < ?', potential_move_in] })
I need to check if the Booking potential date is greater than each space_listing with move_out date.
My move_out and move_in is a datetime.