| 1 |
0.18 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.roles AS roles_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.phone AS phone_7, t0.whatsapp AS whatsapp_8, t0.company AS company_9, t0.locale AS locale_10, t0.avatar_filename AS avatar_filename_11, t0.stripe_customer_id AS stripe_customer_id_12, t0.subscription_plan AS subscription_plan_13, t0.subscription_expires_at AS subscription_expires_at_14, t0.is_verified AS is_verified_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM user t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.roles AS roles_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.phone AS phone_7, t0.whatsapp AS whatsapp_8, t0.company AS company_9, t0.locale AS locale_10, t0.avatar_filename AS avatar_filename_11, t0.stripe_customer_id AS stripe_customer_id_12, t0.subscription_plan AS subscription_plan_13, t0.subscription_expires_at AS subscription_expires_at_14, t0.is_verified AS is_verified_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM user t0 WHERE t0.id = 3;
|
| 2 |
0.34 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.address AS address_4, t0.city AS city_5, t0.postal_code AS postal_code_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.property_type AS property_type_10, t0.capacity AS capacity_11, t0.bedrooms AS bedrooms_12, t0.bathrooms AS bathrooms_13, t0.amenities AS amenities_14, t0.photos AS photos_15, t0.cover_photo AS cover_photo_16, t0.property_group AS property_group_17, t0.is_active AS is_active_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.owner_id AS owner_id_21 FROM property t0 WHERE t0.owner_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.address AS address_4, t0.city AS city_5, t0.postal_code AS postal_code_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.property_type AS property_type_10, t0.capacity AS capacity_11, t0.bedrooms AS bedrooms_12, t0.bathrooms AS bathrooms_13, t0.amenities AS amenities_14, t0.photos AS photos_15, t0.cover_photo AS cover_photo_16, t0.property_group AS property_group_17, t0.is_active AS is_active_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.owner_id AS owner_id_21 FROM property t0 WHERE t0.owner_id = 3;
|
| 3 |
0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.head_scripts AS head_scripts_5, t0.body_scripts AS body_scripts_6, t0.is_required AS is_required_7, t0.is_active AS is_active_8, t0.position AS position_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM cookie_category t0 WHERE t0.is_active = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.head_scripts AS head_scripts_5, t0.body_scripts AS body_scripts_6, t0.is_required AS is_required_7, t0.is_active AS is_active_8, t0.position AS position_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM cookie_category t0 WHERE t0.is_active = 1 ORDER BY t0.position ASC;
|
| 4 |
0.16 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.label AS label_3, t0.price_monthly AS price_monthly_4, t0.stripe_price_id AS stripe_price_id_5, t0.max_guidebooks AS max_guidebooks_6, t0.max_modules AS max_modules_7, t0.max_pois AS max_pois_8, t0.features AS features_9, t0.max_checkin_photos AS max_checkin_photos_10, t0.max_checkout_photos AS max_checkout_photos_11, t0.is_popular AS is_popular_12, t0.is_quote AS is_quote_13, t0.is_active AS is_active_14, t0.position AS position_15, t0.description AS description_16, t0.created_at AS created_at_17, t0.updated_at AS updated_at_18 FROM plan t0 WHERE t0.is_active = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.label AS label_3, t0.price_monthly AS price_monthly_4, t0.stripe_price_id AS stripe_price_id_5, t0.max_guidebooks AS max_guidebooks_6, t0.max_modules AS max_modules_7, t0.max_pois AS max_pois_8, t0.features AS features_9, t0.max_checkin_photos AS max_checkin_photos_10, t0.max_checkout_photos AS max_checkout_photos_11, t0.is_popular AS is_popular_12, t0.is_quote AS is_quote_13, t0.is_active AS is_active_14, t0.position AS position_15, t0.description AS description_16, t0.created_at AS created_at_17, t0.updated_at AS updated_at_18 FROM plan t0 WHERE t0.is_active = 1 ORDER BY t0.position ASC;
|