| 1 |
1.62 ms |
SELECT u0_.id AS id_0, u0_.firstname AS firstname_1, u0_.lastname AS lastname_2, u0_.email AS email_3, u0_.phone AS phone_4, u0_.password AS password_5, u0_.account_name AS account_name_6, u0_.iban AS iban_7, u0_.bank_bic AS bank_bic_8, u0_.created_at AS created_at_9, u0_.last_login AS last_login_10, u0_.flags AS flags_11, u0_.roles AS roles_12, u0_.code AS code_13, u0_.locale AS locale_14, u0_.revolut_counterparty_id AS revolut_counterparty_id_15, u0_.accept_terms_at AS accept_terms_at_16 FROM user u0_ WHERE u0_.email = ?
Parameters: [
"marius.gherasie@machteamsoft.ro"
]
SELECT u0_.id AS id_0, u0_.firstname AS firstname_1, u0_.lastname AS lastname_2, u0_.email AS email_3, u0_.phone AS phone_4, u0_.password AS password_5, u0_.account_name AS account_name_6, u0_.iban AS iban_7, u0_.bank_bic AS bank_bic_8, u0_.created_at AS created_at_9, u0_.last_login AS last_login_10, u0_.flags AS flags_11, u0_.roles AS roles_12, u0_.code AS code_13, u0_.locale AS locale_14, u0_.revolut_counterparty_id AS revolut_counterparty_id_15, u0_.accept_terms_at AS accept_terms_at_16 FROM user u0_ WHERE u0_.email = 'marius.gherasie@machteamsoft.ro';
|
| 2 |
1.68 ms |
SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.url AS url_2, w0_.domain AS domain_3, w0_.path AS path_4, w0_.locale AS locale_5, w0_.amount AS amount_6, w0_.currency AS currency_7, w0_.type AS type_8, w0_.status AS status_9, w0_.custom_css AS custom_css_10, w0_.background_image AS background_image_11, w0_.header_image AS header_image_12, w0_.created_at AS created_at_13, w0_.updated_at AS updated_at_14 FROM whitelabel_domain w0_ ORDER BY w0_.id DESC LIMIT 10
SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.url AS url_2, w0_.domain AS domain_3, w0_.path AS path_4, w0_.locale AS locale_5, w0_.amount AS amount_6, w0_.currency AS currency_7, w0_.type AS type_8, w0_.status AS status_9, w0_.custom_css AS custom_css_10, w0_.background_image AS background_image_11, w0_.header_image AS header_image_12, w0_.created_at AS created_at_13, w0_.updated_at AS updated_at_14 FROM whitelabel_domain w0_ ORDER BY w0_.id DESC LIMIT 10;
|