| 1 |
0.41 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.is_active AS is_active_6, t0.created_at AS created_at_7, t0.test_phase_start AS test_phase_start_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.street AS street_11, t0.zip_code AS zip_code_12, t0.city AS city_13, t0.country AS country_14, t0.stripe_customer_id AS stripe_customer_id_15, t0.pending_package_slug AS pending_package_slug_16, t0.pending_package_interval AS pending_package_interval_17, t0.vat_id AS vat_id_18, t0.favorite_cooldown_until AS favorite_cooldown_until_19, t0.ab_version AS ab_version_20, t0.trial_ends_at AS trial_ends_at_21, t0.subscription_active AS subscription_active_22 FROM `user` t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.is_active AS is_active_6, t0.created_at AS created_at_7, t0.test_phase_start AS test_phase_start_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.street AS street_11, t0.zip_code AS zip_code_12, t0.city AS city_13, t0.country AS country_14, t0.stripe_customer_id AS stripe_customer_id_15, t0.pending_package_slug AS pending_package_slug_16, t0.pending_package_interval AS pending_package_interval_17, t0.vat_id AS vat_id_18, t0.favorite_cooldown_until AS favorite_cooldown_until_19, t0.ab_version AS ab_version_20, t0.trial_ends_at AS trial_ends_at_21, t0.subscription_active AS subscription_active_22 FROM `user` t0 WHERE t0.id = 28;
|
| 3 |
0.25 ms |
SELECT t0.session_id AS session_id_1, t0.first_seen_at AS first_seen_at_2, t0.last_seen_at AS last_seen_at_3, t0.current_path AS current_path_4, t0.area AS area_5, t0.visitor_id AS visitor_id_6, t0.user_id AS user_id_7 FROM analytics_session t0 WHERE t0.session_id = ?
Parameters: [
"ca986535-08f2-4b2b-b7c2-258c25032b59"
]
SELECT t0.session_id AS session_id_1, t0.first_seen_at AS first_seen_at_2, t0.last_seen_at AS last_seen_at_3, t0.current_path AS current_path_4, t0.area AS area_5, t0.visitor_id AS visitor_id_6, t0.user_id AS user_id_7 FROM analytics_session t0 WHERE t0.session_id = 'ca986535-08f2-4b2b-b7c2-258c25032b59';
|