0.48 ms (48.09%)
|
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.firstname AS firstname_3, t0.lastname AS lastname_4, t0.birthday AS birthday_5, t0.password AS password_6, t0.type_user AS type_user_7, t0.verification_code AS verification_code_8, t0.photo_profile AS photo_profile_9, t0.status AS status_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.phone AS phone_13 FROM `users` t0 WHERE t0.email = ? LIMIT 1
Parameters: [
"isaac.flores.paz@gmail.com"
]
SELECT t0.id AS id_1, t0.email AS email_2, t0.firstname AS firstname_3, t0.lastname AS lastname_4, t0.birthday AS birthday_5, t0.password AS password_6, t0.type_user AS type_user_7, t0.verification_code AS verification_code_8, t0.photo_profile AS photo_profile_9, t0.status AS status_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.phone AS phone_13 FROM `users` t0 WHERE t0.email = 'isaac.flores.paz@gmail.com' LIMIT 1;
|
0.30 ms (30.61%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.filename AS filename_4, t0.location AS location_5, t0.thumbnail AS thumbnail_6, t0.thumbnailName AS thumbnailName_7, t0.mime_type AS mime_type_8, t0.size AS size_9, t0.status AS status_10, t0.module_id AS module_id_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13 FROM media t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.filename AS filename_4, t0.location AS location_5, t0.thumbnail AS thumbnail_6, t0.thumbnailName AS thumbnailName_7, t0.mime_type AS mime_type_8, t0.size AS size_9, t0.status AS status_10, t0.module_id AS module_id_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13 FROM media t0 WHERE t0.id = '18';
|
0.21 ms (21.30%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.createdOn AS createdOn_4, t0.updatedOn AS updatedOn_5, t0.createdBy AS createdBy_6 FROM `module` t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.createdOn AS createdOn_4, t0.updatedOn AS updatedOn_5, t0.createdBy AS createdBy_6 FROM `module` t0 WHERE t0.id = 16;
|