select*from `users` where `users`.`deleted_at` isnull select `halls`.*, `hall_user`.`user_id` as `laravel_through_key` from `halls` innerjoin `hall_user` on `hall_user`.`hall_id` = `halls`.`id` where `hall_user`.`user_id` = ? and `halls`.`deleted_at` isnulland `hall_user`.`deleted_at` isnull limit 1 [1] select `halls`.*, `hall_user`.`user_id` as `laravel_through_key` from `halls` innerjoin `hall_user` on `hall_user`.`hall_id` = `halls`.`id` where `hall_user`.`user_id` = ? and `halls`.`deleted_at` isnulland `hall_user`.`deleted_at` isnull limit 1 [2] select `halls`.*, `hall_user`.`user_id` as `laravel_through_key` from `halls` innerjoin `hall_user` on `hall_user`.`hall_id` = `halls`.`id` where `hall_user`.`user_id` = ? and `halls`.`deleted_at` isnulland `hall_user`.`deleted_at` isnull limit 1 [3]
select*from `users` where `users`.`deleted_at` isnull select `halls`.*, `hall_user`.`user_id` as `laravel_through_key` from `halls` innerjoin `hall_user` on `hall_user`.`hall_id` = `halls`.`id` where `hall_user`.`user_id` in (1, 2, 3, 4, 5, 6) and `halls`.`deleted_at` isnulland `hall_user`.`deleted_at` isnull
select*from `users` where `users`.`deleted_at` isnull select `halls`.*, `hall_user`.`user_id` as `laravel_through_key` from `halls` innerjoin `hall_user` on `hall_user`.`hall_id` = `halls`.`id` where `hall_user`.`user_id` in (1, 2, 3, 4, 5, 6) and `halls`.`deleted_at` isnulland `hall_user`.`deleted_at` isnull select `areas`.*, `area_hall`.`hall_id` as `laravel_through_key` from `areas` innerjoin `area_hall` on `area_hall`.`area_id` = `areas`.`id` where `area_hall`.`hall_id` in (1, 2, 4, 5, 12, 13, 18, 19, 20, 47, 48) and `areas`.`deleted_at` isnulland `area_hall`.`deleted_at` isnull