1.21 ms (64.59%)
|
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.google AS google_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.legal_name AS legal_name_7, t0.sex AS sex_8, t0.account_type AS account_type_9, t0.nin AS nin_10, t0.status AS status_11, t0.is_suspended AS is_suspended_12, t0.roles AS roles_13, t0.balance AS balance_14, t0.is_subscribed AS is_subscribed_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17, t0.language_id AS language_id_18, t19.id AS id_20, t19.phone_number AS phone_number_21, t19.status AS status_22, t19.code AS code_23, t19.ip_address AS ip_address_24, t19.created_at AS created_at_25, t19.updated_at AS updated_at_26, t19.tenant_id AS tenant_id_27 FROM ax_tenant t0 LEFT JOIN ax_tenant_phone t19 ON t19.tenant_id = t0.id WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.google AS google_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.legal_name AS legal_name_7, t0.sex AS sex_8, t0.account_type AS account_type_9, t0.nin AS nin_10, t0.status AS status_11, t0.is_suspended AS is_suspended_12, t0.roles AS roles_13, t0.balance AS balance_14, t0.is_subscribed AS is_subscribed_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17, t0.language_id AS language_id_18, t19.id AS id_20, t19.phone_number AS phone_number_21, t19.status AS status_22, t19.code AS code_23, t19.ip_address AS ip_address_24, t19.created_at AS created_at_25, t19.updated_at AS updated_at_26, t19.tenant_id AS tenant_id_27 FROM ax_tenant t0 LEFT JOIN ax_tenant_phone t19 ON t19.tenant_id = t0.id WHERE t0.id = 1;
|
0.46 ms (24.33%)
|
1 |
INSERT INTO ax_tenant_log_in_out (last_login, last_logout, ip_address, user_agent, created_at, updated_at, tenant_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters: [
null
"2026-04-09 11:05:24"
"95.65.44.237"
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:149.0) Gecko/20100101 Firefox/149.0"
"2026-04-09 11:05:24"
null
1
]
INSERT INTO ax_tenant_log_in_out (last_login, last_logout, ip_address, user_agent, created_at, updated_at, tenant_id) VALUES (NULL, '2026-04-09 11:05:24', '95.65.44.237', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:149.0) Gecko/20100101 Firefox/149.0', '2026-04-09 11:05:24', NULL, 1);
|