| 1 |
0.67 ms |
SELECT d0_.domain AS domain_0, d0_.activity AS activity_1, d0_.id AS id_2, d0_.created AS created_3, d0_.modified AS modified_4, d0_.company_name AS company_name_5, d0_.company_address AS company_address_6, d0_.primary_email AS primary_email_7, d0_.support_email AS support_email_8, d0_.sales_email AS sales_email_9, d0_.telegram AS telegram_10, d0_.vk AS vk_11, d0_.contact_person AS contact_person_12, d0_.contract_no AS contract_no_13, d0_.label_name AS label_name_14, d0_.label_country AS label_country_15, d0_.personal_percentage AS personal_percentage_16, d0_.percentage AS percentage_17, d0_.inside_percentage AS inside_percentage_18, d0_.type AS type_19, d0_.policies_id AS policies_id_20, d0_.terms_id AS terms_id_21, d0_.privacy_id AS privacy_id_22 FROM domains d0_ WHERE (d0_.domain = ?) AND d0_.type IN ('CUSTOM_DOMAIN', 'LABEL_DOMAIN')
Parameters: [
"dev.musicdistributions.com"
]
SELECT d0_.domain AS domain_0, d0_.activity AS activity_1, d0_.id AS id_2, d0_.created AS created_3, d0_.modified AS modified_4, d0_.company_name AS company_name_5, d0_.company_address AS company_address_6, d0_.primary_email AS primary_email_7, d0_.support_email AS support_email_8, d0_.sales_email AS sales_email_9, d0_.telegram AS telegram_10, d0_.vk AS vk_11, d0_.contact_person AS contact_person_12, d0_.contract_no AS contract_no_13, d0_.label_name AS label_name_14, d0_.label_country AS label_country_15, d0_.personal_percentage AS personal_percentage_16, d0_.percentage AS percentage_17, d0_.inside_percentage AS inside_percentage_18, d0_.type AS type_19, d0_.policies_id AS policies_id_20, d0_.terms_id AS terms_id_21, d0_.privacy_id AS privacy_id_22 FROM domains d0_ WHERE (d0_.domain = 'dev.musicdistributions.com') AND d0_.type IN ('CUSTOM_DOMAIN', 'LABEL_DOMAIN');
|
| 2 |
0.61 ms |
SELECT d0_.domain AS domain_0, d0_.activity AS activity_1, d0_.id AS id_2, d0_.created AS created_3, d0_.modified AS modified_4, d0_.company_name AS company_name_5, d0_.company_address AS company_address_6, d0_.primary_email AS primary_email_7, d0_.support_email AS support_email_8, d0_.sales_email AS sales_email_9, d0_.telegram AS telegram_10, d0_.vk AS vk_11, d0_.contact_person AS contact_person_12, d0_.contract_no AS contract_no_13, d0_.label_name AS label_name_14, d0_.label_country AS label_country_15, d0_.personal_percentage AS personal_percentage_16, d0_.percentage AS percentage_17, d0_.inside_percentage AS inside_percentage_18, d0_.type AS type_19, d0_.policies_id AS policies_id_20, d0_.terms_id AS terms_id_21, d0_.privacy_id AS privacy_id_22 FROM domains d0_ WHERE (d0_.activity = 1 AND d0_.domain = ?) AND d0_.type IN ('LABEL_DOMAIN')
Parameters: [
"dev.musicdistributions.com"
]
SELECT d0_.domain AS domain_0, d0_.activity AS activity_1, d0_.id AS id_2, d0_.created AS created_3, d0_.modified AS modified_4, d0_.company_name AS company_name_5, d0_.company_address AS company_address_6, d0_.primary_email AS primary_email_7, d0_.support_email AS support_email_8, d0_.sales_email AS sales_email_9, d0_.telegram AS telegram_10, d0_.vk AS vk_11, d0_.contact_person AS contact_person_12, d0_.contract_no AS contract_no_13, d0_.label_name AS label_name_14, d0_.label_country AS label_country_15, d0_.personal_percentage AS personal_percentage_16, d0_.percentage AS percentage_17, d0_.inside_percentage AS inside_percentage_18, d0_.type AS type_19, d0_.policies_id AS policies_id_20, d0_.terms_id AS terms_id_21, d0_.privacy_id AS privacy_id_22 FROM domains d0_ WHERE (d0_.activity = 1 AND d0_.domain = 'dev.musicdistributions.com') AND d0_.type IN ('LABEL_DOMAIN');
|
| 3 |
2.84 ms |
SELECT t0.ip AS ip_1, t0.strike AS strike_2, t0.last_activity AS last_activity_3, t0.password AS password_4, t0.roles AS roles_5, t0.first_name AS first_name_6, t0.middle_name AS middle_name_7, t0.last_name AS last_name_8, t0.email AS email_9, t0.phone AS phone_10, t0.country AS country_11, t0.activity AS activity_12, t0.id AS id_13, t0.created AS created_14, t0.modified AS modified_15, t0.percentage AS percentage_16, t0.inside_percentage AS inside_percentage_17, t19.verified_email AS verified_email_18, t19.id AS id_20, t19.created AS created_21, t19.modified AS modified_22, t19.user_id AS user_id_23, t0.context_id AS context_id_24, t0.referral_id AS referral_id_25, t0.discr FROM users t0 LEFT JOIN kyc t19 ON t19.user_id = t0.id WHERE t0.email = ? AND t0.context_id = ? AND t0.discr IN ('user') LIMIT 1
Parameters: [
"reload.core@gmail.com"
1
]
SELECT t0.ip AS ip_1, t0.strike AS strike_2, t0.last_activity AS last_activity_3, t0.password AS password_4, t0.roles AS roles_5, t0.first_name AS first_name_6, t0.middle_name AS middle_name_7, t0.last_name AS last_name_8, t0.email AS email_9, t0.phone AS phone_10, t0.country AS country_11, t0.activity AS activity_12, t0.id AS id_13, t0.created AS created_14, t0.modified AS modified_15, t0.percentage AS percentage_16, t0.inside_percentage AS inside_percentage_17, t19.verified_email AS verified_email_18, t19.id AS id_20, t19.created AS created_21, t19.modified AS modified_22, t19.user_id AS user_id_23, t0.context_id AS context_id_24, t0.referral_id AS referral_id_25, t0.discr FROM users t0 LEFT JOIN kyc t19 ON t19.user_id = t0.id WHERE t0.email = 'reload.core@gmail.com' AND t0.context_id = 1 AND t0.discr IN ('user') LIMIT 1;
|