I have a 4 tables.
User(id) Room(id) Room_User(user_id, room_id) *pivot Schedule(id, room_id)
I want join Schedule table and Room_User table.
first, I calle