15.11 ms (42.48%)
1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . site AS site_3 , t0 . uid AS uid_4 , t0 . address AS address_5 , t0 . city AS city_6 , t0 . country AS country_7 , t0 . phone AS phone_8 , t0 . email AS email_9 , t0 . logo AS logo_10 , t0 . tax_rate AS tax_rate_11 , t0 . iban AS iban_12 , t0 . tax_identify_number AS tax_identify_number_13 , t0 . statistic_card AS statistic_card_14 , t0 . created_at AS created_at_15 , t0 . updated_at AS updated_at_16 , t0 . status AS status_17 , t0 . open_ai_token AS open_ai_token_18 , t0 . contact_user_id AS contact_user_id_19 , t0 . subscription_plan_id AS subscription_plan_id_20 FROM hotel t0 WHERE t0 . uid = ? LIMIT 1
Parameters :
[
"3c236664-075b-4f31-877f-b3bff8f4e570 "
]
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . site AS site_3 , t0 . uid AS uid_4 , t0 . address AS address_5 , t0 . city AS city_6 , t0 . country AS country_7 , t0 . phone AS phone_8 , t0 . email AS email_9 , t0 . logo AS logo_10 , t0 . tax_rate AS tax_rate_11 , t0 . iban AS iban_12 , t0 . tax_identify_number AS tax_identify_number_13 , t0 . statistic_card AS statistic_card_14 , t0 . created_at AS created_at_15 , t0 . updated_at AS updated_at_16 , t0 . status AS status_17 , t0 . open_ai_token AS open_ai_token_18 , t0 . contact_user_id AS contact_user_id_19 , t0 . subscription_plan_id AS subscription_plan_id_20 FROM hotel t0 WHERE t0 . uid = '3c236664-075b-4f31-877f-b3bff8f4e570' LIMIT 1 ;
Copy
6.59 ms (18.52%)
1
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . firstname AS firstname_5 , t0 . lastname AS lastname_6 , t0 . phone AS phone_7 , t0 . is_active AS is_active_8 , t0 . photo AS photo_9 , t0 . reset_token AS reset_token_10 , t0 . reset_token_expires_at AS reset_token_expires_at_11 , t0 . created_at AS created_at_12 , t0 . updated_at AS updated_at_13 , t0 . status AS status_14 , t0 . hotel_id AS hotel_id_15 FROM "user" t0 WHERE t0 . hotel_id = ?
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . firstname AS firstname_5 , t0 . lastname AS lastname_6 , t0 . phone AS phone_7 , t0 . is_active AS is_active_8 , t0 . photo AS photo_9 , t0 . reset_token AS reset_token_10 , t0 . reset_token_expires_at AS reset_token_expires_at_11 , t0 . created_at AS created_at_12 , t0 . updated_at AS updated_at_13 , t0 . status AS status_14 , t0 . hotel_id AS hotel_id_15 FROM "user" t0 WHERE t0 . hotel_id = 1 ;
Copy
3.28 ms (9.22%)
1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . number AS number_3 , t0 . description AS description_4 , t0 . price AS price_5 , t0 . quantity AS quantity_6 , t0 . status AS status_7 , t0 . category AS category_8 , t0 . matelas AS matelas_9 , t0 . features AS features_10 , t0 . created_at AS created_at_11 , t0 . updated_at AS updated_at_12 , t0 . hotel_id AS hotel_id_13 FROM room t0 WHERE t0 . hotel_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . number AS number_3 , t0 . description AS description_4 , t0 . price AS price_5 , t0 . quantity AS quantity_6 , t0 . status AS status_7 , t0 . category AS category_8 , t0 . matelas AS matelas_9 , t0 . features AS features_10 , t0 . created_at AS created_at_11 , t0 . updated_at AS updated_at_12 , t0 . hotel_id AS hotel_id_13 FROM room t0 WHERE t0 . hotel_id = 1 ;
Copy
2.95 ms (8.30%)
3
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . price AS price_4 , t0 . image AS image_5 , t0 . is_available AS is_available_6 , t0 . is_vegetarian AS is_vegetarian_7 , t0 . is_vegan AS is_vegan_8 , t0 . is_gluten_free AS is_gluten_free_9 , t0 . sort_order AS sort_order_10 , t0 . is_active AS is_active_11 , t0 . created_at AS created_at_12 , t0 . updated_at AS updated_at_13 , t0 . allergens AS allergens_14 , t0 . preparation_time AS preparation_time_15 , t0 . calories AS calories_16 , t0 . restaurant_id AS restaurant_id_17 , t0 . category_id AS category_id_18 FROM restaurant_products t0 WHERE t0 . category_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . price AS price_4 , t0 . image AS image_5 , t0 . is_available AS is_available_6 , t0 . is_vegetarian AS is_vegetarian_7 , t0 . is_vegan AS is_vegan_8 , t0 . is_gluten_free AS is_gluten_free_9 , t0 . sort_order AS sort_order_10 , t0 . is_active AS is_active_11 , t0 . created_at AS created_at_12 , t0 . updated_at AS updated_at_13 , t0 . allergens AS allergens_14 , t0 . preparation_time AS preparation_time_15 , t0 . calories AS calories_16 , t0 . restaurant_id AS restaurant_id_17 , t0 . category_id AS category_id_18 FROM restaurant_products t0 WHERE t0 . category_id = 1 ;
Copy
2.89 ms (8.13%)
3
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . is_primary AS is_primary_4 , t0 . created_at AS created_at_5 , t0 . room_id AS room_id_6 FROM room_image t0 WHERE t0 . room_id = ?
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . is_primary AS is_primary_4 , t0 . created_at AS created_at_5 , t0 . room_id AS room_id_6 FROM room_image t0 WHERE t0 . room_id = 1 ;
Copy
2.54 ms (7.13%)
2
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . color AS color_4 , t0 . icon AS icon_5 , t0 . is_active AS is_active_6 , t0 . sort_order AS sort_order_7 , t0 . image AS image_8 , t0 . created_at AS created_at_9 , t0 . updated_at AS updated_at_10 , t0 . restaurant_id AS restaurant_id_11 FROM restaurant_categories t0 WHERE t0 . restaurant_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . color AS color_4 , t0 . icon AS icon_5 , t0 . is_active AS is_active_6 , t0 . sort_order AS sort_order_7 , t0 . image AS image_8 , t0 . created_at AS created_at_9 , t0 . updated_at AS updated_at_10 , t0 . restaurant_id AS restaurant_id_11 FROM restaurant_categories t0 WHERE t0 . restaurant_id = 1 ;
Copy
2.21 ms (6.21%)
1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . phone AS phone_4 , t0 . email AS email_5 , t0 . address AS address_6 , t0 . image AS image_7 , t0 . opening_time AS opening_time_8 , t0 . closing_time AS closing_time_9 , t0 . is_active AS is_active_10 , t0 . created_at AS created_at_11 , t0 . updated_at AS updated_at_12 , t0 . hotel_id AS hotel_id_13 FROM restaurants t0 WHERE t0 . hotel_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . phone AS phone_4 , t0 . email AS email_5 , t0 . address AS address_6 , t0 . image AS image_7 , t0 . opening_time AS opening_time_8 , t0 . closing_time AS closing_time_9 , t0 . is_active AS is_active_10 , t0 . created_at AS created_at_11 , t0 . updated_at AS updated_at_12 , t0 . hotel_id AS hotel_id_13 FROM restaurants t0 WHERE t0 . hotel_id = 1 ;
Copy