24.90 ms (96.66%)
|
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.reset_token AS reset_token_3, t0.reset_token_expires_at AS reset_token_expires_at_4, t0.verification_code AS verification_code_5, t0.verification_code_expires_at AS verification_code_expires_at_6, t0.google_id AS google_id_7, t0.avatar_url AS avatar_url_8, t0.full_name AS full_name_9, t0.phone AS phone_10, t0.roles AS roles_11, t0.password AS password_12, t0.is_verified AS is_verified_13, t0.created_at AS created_at_14, t0.pharmacie_id AS pharmacie_id_15 FROM `user` t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.reset_token AS reset_token_3, t0.reset_token_expires_at AS reset_token_expires_at_4, t0.verification_code AS verification_code_5, t0.verification_code_expires_at AS verification_code_expires_at_6, t0.google_id AS google_id_7, t0.avatar_url AS avatar_url_8, t0.full_name AS full_name_9, t0.phone AS phone_10, t0.roles AS roles_11, t0.password AS password_12, t0.is_verified AS is_verified_13, t0.created_at AS created_at_14, t0.pharmacie_id AS pharmacie_id_15 FROM `user` t0 WHERE t0.id = 48;
|
0.86 ms (3.34%)
|
1 |
SELECT t0.id AS id_1, t0.type AS type_2, t0.titre AS titre_3, t0.message AS message_4, t0.action_url AS action_url_5, t0.payload AS payload_6, t0.lue AS lue_7, t0.date_lecture AS date_lecture_8, t0.envoyee_push AS envoyee_push_9, t0.envoyee_sms AS envoyee_sms_10, t0.envoyee_email AS envoyee_email_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM notification t0 WHERE t0.user_id = ? ORDER BY t0.created_at DESC LIMIT 60
SELECT t0.id AS id_1, t0.type AS type_2, t0.titre AS titre_3, t0.message AS message_4, t0.action_url AS action_url_5, t0.payload AS payload_6, t0.lue AS lue_7, t0.date_lecture AS date_lecture_8, t0.envoyee_push AS envoyee_push_9, t0.envoyee_sms AS envoyee_sms_10, t0.envoyee_email AS envoyee_email_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.user_id AS user_id_14 FROM notification t0 WHERE t0.user_id = 48 ORDER BY t0.created_at DESC LIMIT 60;
|