| 1 |
0.48 ms |
SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.photo AS photo_7, t0.phone AS phone_8, t0.bio AS bio_9, t0.enabled AS enabled_10, t0.reference AS reference_11, t0.theme AS theme_12, t0.kanban_notification AS kanban_notification_13, t0.last_activity_at AS last_activity_at_14, t0.is_active AS is_active_15, t0.google_id AS google_id_16, t0.google_access_token AS google_access_token_17, t0.google_refresh_token AS google_refresh_token_18, t0.google_token_expires_at AS google_token_expires_at_19, t0.google_token_expires AS google_token_expires_20, t0.role_id AS role_id_21, t0.client_id AS client_id_22 FROM user t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.photo AS photo_7, t0.phone AS phone_8, t0.bio AS bio_9, t0.enabled AS enabled_10, t0.reference AS reference_11, t0.theme AS theme_12, t0.kanban_notification AS kanban_notification_13, t0.last_activity_at AS last_activity_at_14, t0.is_active AS is_active_15, t0.google_id AS google_id_16, t0.google_access_token AS google_access_token_17, t0.google_refresh_token AS google_refresh_token_18, t0.google_token_expires_at AS google_token_expires_at_19, t0.google_token_expires AS google_token_expires_20, t0.role_id AS role_id_21, t0.client_id AS client_id_22 FROM user t0 WHERE t0.id = 9;
|
| 6 |
0.54 ms |
SELECT u0_.id AS id_0, u0_.full_name AS full_name_1, u0_.username AS username_2, u0_.email AS email_3, u0_.password AS password_4, u0_.roles AS roles_5, u0_.photo AS photo_6, u0_.phone AS phone_7, u0_.bio AS bio_8, u0_.enabled AS enabled_9, u0_.reference AS reference_10, u0_.theme AS theme_11, u0_.kanban_notification AS kanban_notification_12, u0_.last_activity_at AS last_activity_at_13, u0_.is_active AS is_active_14, u0_.google_id AS google_id_15, u0_.google_access_token AS google_access_token_16, u0_.google_refresh_token AS google_refresh_token_17, u0_.google_token_expires_at AS google_token_expires_at_18, u0_.google_token_expires AS google_token_expires_19, u0_.role_id AS role_id_20, u0_.client_id AS client_id_21 FROM user u0_ WHERE u0_.last_activity_at >= ? ORDER BY u0_.last_activity_at DESC
Parameters: [
"2026-07-21 13:31:32"
]
SELECT u0_.id AS id_0, u0_.full_name AS full_name_1, u0_.username AS username_2, u0_.email AS email_3, u0_.password AS password_4, u0_.roles AS roles_5, u0_.photo AS photo_6, u0_.phone AS phone_7, u0_.bio AS bio_8, u0_.enabled AS enabled_9, u0_.reference AS reference_10, u0_.theme AS theme_11, u0_.kanban_notification AS kanban_notification_12, u0_.last_activity_at AS last_activity_at_13, u0_.is_active AS is_active_14, u0_.google_id AS google_id_15, u0_.google_access_token AS google_access_token_16, u0_.google_refresh_token AS google_refresh_token_17, u0_.google_token_expires_at AS google_token_expires_at_18, u0_.google_token_expires AS google_token_expires_19, u0_.role_id AS role_id_20, u0_.client_id AS client_id_21 FROM user u0_ WHERE u0_.last_activity_at >= '2026-07-21 13:31:32' ORDER BY u0_.last_activity_at DESC;
|