| 1 |
3.20 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.subdomain AS subdomain_3, t0.name AS name_4, t0.contact_email AS contact_email_5, t0.contact_phone AS contact_phone_6, t0.plan AS plan_7, t0.status AS status_8, t0.locale AS locale_9, t0.currency AS currency_10, t0.timezone AS timezone_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13 FROM tenant t0 WHERE t0.subdomain = ? AND t0.status = ? LIMIT 1
Parameters: [
"demo-sarl"
"active"
]
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.subdomain AS subdomain_3, t0.name AS name_4, t0.contact_email AS contact_email_5, t0.contact_phone AS contact_phone_6, t0.plan AS plan_7, t0.status AS status_8, t0.locale AS locale_9, t0.currency AS currency_10, t0.timezone AS timezone_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13 FROM tenant t0 WHERE t0.subdomain = 'demo-sarl' AND t0.status = 'active' LIMIT 1;
|
| 2 |
1.16 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.phone AS phone_5, t0.password AS password_6, t0.roles AS roles_7, t0.is_active AS is_active_8, t0.created_at AS created_at_9, t0.last_login_at AS last_login_at_10, t0.tenant_id AS tenant_id_11, t0.agency_id AS agency_id_12 FROM "user" t0 WHERE t0.id = ? AND ((t0.tenant_id = '019e45e3-02d6-7f20-97d1-f3cc4c15028d'))
Parameters: [
"019e465d-9834-7ed5-9ba4-ca1ac05fbaaf"
]
SELECT t0.id AS id_1, t0.email AS email_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.phone AS phone_5, t0.password AS password_6, t0.roles AS roles_7, t0.is_active AS is_active_8, t0.created_at AS created_at_9, t0.last_login_at AS last_login_at_10, t0.tenant_id AS tenant_id_11, t0.agency_id AS agency_id_12 FROM "user" t0 WHERE t0.id = '019e465d-9834-7ed5-9ba4-ca1ac05fbaaf' AND ((t0.tenant_id = '019e45e3-02d6-7f20-97d1-f3cc4c15028d'));
|