| 1 |
0.37 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_active AS is_active_6, t0.created_at AS created_at_7, t0.last_login_at AS last_login_at_8 FROM users t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.username AS username_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_active AS is_active_6, t0.created_at AS created_at_7, t0.last_login_at AS last_login_at_8 FROM users t0 WHERE t0.id = 1;
|
| 2 |
0.58 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.name AS name_3, t0.description AS description_4, t0.callback_api_key AS callback_api_key_5, t0.entity_list_endpoint AS entity_list_endpoint_6, t0.entity_detail_endpoint AS entity_detail_endpoint_7, t0.check_entities_endpoint AS check_entities_endpoint_8, t0.last_validated_at AS last_validated_at_9, t0.is_active AS is_active_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.last_synced_at AS last_synced_at_13 FROM sources t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.url AS url_2, t0.name AS name_3, t0.description AS description_4, t0.callback_api_key AS callback_api_key_5, t0.entity_list_endpoint AS entity_list_endpoint_6, t0.entity_detail_endpoint AS entity_detail_endpoint_7, t0.check_entities_endpoint AS check_entities_endpoint_8, t0.last_validated_at AS last_validated_at_9, t0.is_active AS is_active_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.last_synced_at AS last_synced_at_13 FROM sources t0 WHERE t0.id = 1;
|
| 3 |
0.58 ms |
SELECT a0_.id AS id_0, a0_.key_hash AS key_hash_1, a0_.name AS name_2, a0_.type AS type_3, a0_.rate_limit_per_minute AS rate_limit_per_minute_4, a0_.is_active AS is_active_5, a0_.created_at AS created_at_6, a0_.last_used_at AS last_used_at_7, a0_.source_id AS source_id_8 FROM api_keys a0_ WHERE a0_.source_id = ? ORDER BY a0_.created_at DESC
SELECT a0_.id AS id_0, a0_.key_hash AS key_hash_1, a0_.name AS name_2, a0_.type AS type_3, a0_.rate_limit_per_minute AS rate_limit_per_minute_4, a0_.is_active AS is_active_5, a0_.created_at AS created_at_6, a0_.last_used_at AS last_used_at_7, a0_.source_id AS source_id_8 FROM api_keys a0_ WHERE a0_.source_id = 1 ORDER BY a0_.created_at DESC;
|