movie_showtimes(theatre_id) references theatres(id)
movie_showtimes(theatre_id, room) references auditoriums(theatre_id, room)
auditoriums(theatre_id) references theatres(theatre_id)
