| 1 |
3.17 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.active AS active_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.profile_id AS profile_id_8, t9.id AS id_10, t9.display_name AS display_name_11, t9.identity AS identity_12, t9.interested_in AS interested_in_13, t9.story_types AS story_types_14, t9.fantasy AS fantasy_15, t9.onboarding_complete AS onboarding_complete_16, t9.has_seen_product_splash AS has_seen_product_splash_17, t9.language AS language_18, t9.credits AS credits_19, t9.voice_usage_carry_seconds AS voice_usage_carry_seconds_20, t9.voice_chat_auto_listen AS voice_chat_auto_listen_21, t9.default_story_voice_id AS default_story_voice_id_22, t9.default_story_voice_lang AS default_story_voice_lang_23, t9.stories_left AS stories_left_24, t9.plan AS plan_25, t9.premium_until AS premium_until_26, t9.created_at AS created_at_27, t9.updated_at AS updated_at_28, t9.user_id AS user_id_29 FROM user t0 LEFT JOIN user_preferences t9 ON t9.user_id = t0.id WHERE t0.email = ? LIMIT 1
Parameters: [
"pavel_ltu@abv.bg"
]
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.active AS active_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.profile_id AS profile_id_8, t9.id AS id_10, t9.display_name AS display_name_11, t9.identity AS identity_12, t9.interested_in AS interested_in_13, t9.story_types AS story_types_14, t9.fantasy AS fantasy_15, t9.onboarding_complete AS onboarding_complete_16, t9.has_seen_product_splash AS has_seen_product_splash_17, t9.language AS language_18, t9.credits AS credits_19, t9.voice_usage_carry_seconds AS voice_usage_carry_seconds_20, t9.voice_chat_auto_listen AS voice_chat_auto_listen_21, t9.default_story_voice_id AS default_story_voice_id_22, t9.default_story_voice_lang AS default_story_voice_lang_23, t9.stories_left AS stories_left_24, t9.plan AS plan_25, t9.premium_until AS premium_until_26, t9.created_at AS created_at_27, t9.updated_at AS updated_at_28, t9.user_id AS user_id_29 FROM user t0 LEFT JOIN user_preferences t9 ON t9.user_id = t0.id WHERE t0.email = 'pavel_ltu@abv.bg' LIMIT 1;
|
| 2 |
1.10 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.language AS language_3, t0.python_voice_id AS python_voice_id_4, t0.is_default AS is_default_5, t0.synced_at AS synced_at_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.user_id AS user_id_9, t0.sample_file_id AS sample_file_id_10 FROM voice_profile t0 WHERE t0.user_id = ? ORDER BY t0.id DESC
SELECT t0.id AS id_1, t0.name AS name_2, t0.language AS language_3, t0.python_voice_id AS python_voice_id_4, t0.is_default AS is_default_5, t0.synced_at AS synced_at_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.user_id AS user_id_9, t0.sample_file_id AS sample_file_id_10 FROM voice_profile t0 WHERE t0.user_id = 3 ORDER BY t0.id DESC;
|