3.78 ms (38.63%)
|
1 |
SELECT d0_.id AS id_0, d0_.unique_id AS unique_id_1, d0_.name AS name_2, d0_.avatar_name AS avatar_name_3, d0_.status AS status_4, d0_.paired_at AS paired_at_5, d0_.geolocation_enabled AS geolocation_enabled_6, d0_.is_enabled AS is_enabled_7, d0_.internet_enabled AS internet_enabled_8, d0_.curfew_start AS curfew_start_9, d0_.curfew_end AS curfew_end_10, d0_.config_version AS config_version_11, d0_.installed_config_version AS installed_config_version_12, d0_.last_seen_at AS last_seen_at_13, d0_.fcm_token AS fcm_token_14, d0_.fcm_token_updated_at AS fcm_token_updated_at_15, d0_.created_at AS created_at_16, d0_.updated_at AS updated_at_17, d1_.id AS id_18, d1_.operator AS operator_19, d1_.service_name AS service_name_20, d1_.descriptions AS descriptions_21, d1_.primary_address AS primary_address_22, d1_.secondary_address AS secondary_address_23, d1_.information_url AS information_url_24, d1_.created_at AS created_at_25, d1_.updated_at AS updated_at_26, d0_.parent_id AS parent_id_27, d0_.dns_provider_id AS dns_provider_id_28 FROM device d0_ LEFT JOIN dns_provider d1_ ON d0_.dns_provider_id = d1_.id WHERE d0_.parent_id = ? ORDER BY d0_.id ASC
Parameters: [
"019e1fdf-3da9-71cb-b195-c6c4c6513e7f"
]
SELECT d0_.id AS id_0, d0_.unique_id AS unique_id_1, d0_.name AS name_2, d0_.avatar_name AS avatar_name_3, d0_.status AS status_4, d0_.paired_at AS paired_at_5, d0_.geolocation_enabled AS geolocation_enabled_6, d0_.is_enabled AS is_enabled_7, d0_.internet_enabled AS internet_enabled_8, d0_.curfew_start AS curfew_start_9, d0_.curfew_end AS curfew_end_10, d0_.config_version AS config_version_11, d0_.installed_config_version AS installed_config_version_12, d0_.last_seen_at AS last_seen_at_13, d0_.fcm_token AS fcm_token_14, d0_.fcm_token_updated_at AS fcm_token_updated_at_15, d0_.created_at AS created_at_16, d0_.updated_at AS updated_at_17, d1_.id AS id_18, d1_.operator AS operator_19, d1_.service_name AS service_name_20, d1_.descriptions AS descriptions_21, d1_.primary_address AS primary_address_22, d1_.secondary_address AS secondary_address_23, d1_.information_url AS information_url_24, d1_.created_at AS created_at_25, d1_.updated_at AS updated_at_26, d0_.parent_id AS parent_id_27, d0_.dns_provider_id AS dns_provider_id_28 FROM device d0_ LEFT JOIN dns_provider d1_ ON d0_.dns_provider_id = d1_.id WHERE d0_.parent_id = '019e1fdf-3da9-71cb-b195-c6c4c6513e7f' ORDER BY d0_.id ASC;
|
1.35 ms (13.78%)
|
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.first_name AS first_name_4, t0.is_email_verified AS is_email_verified_5, t0.is_active AS is_active_6, t0.failed_login_attempts AS failed_login_attempts_7, t0.locked_until AS locked_until_8, t0.pending_email AS pending_email_9, t0.pending_email_requested_at AS pending_email_requested_at_10, t0.scheduled_for_deletion_at AS scheduled_for_deletion_at_11, t0.age_verified_at AS age_verified_at_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14 FROM "user" t0 WHERE t0.id = ?
Parameters: [
"019e1fdf-3da9-71cb-b195-c6c4c6513e7f"
]
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.first_name AS first_name_4, t0.is_email_verified AS is_email_verified_5, t0.is_active AS is_active_6, t0.failed_login_attempts AS failed_login_attempts_7, t0.locked_until AS locked_until_8, t0.pending_email AS pending_email_9, t0.pending_email_requested_at AS pending_email_requested_at_10, t0.scheduled_for_deletion_at AS scheduled_for_deletion_at_11, t0.age_verified_at AS age_verified_at_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14 FROM "user" t0 WHERE t0.id = '019e1fdf-3da9-71cb-b195-c6c4c6513e7f';
|