| 1 |
4.98 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.full_name AS full_name_5, t0.created_at AS created_at_6 FROM "user" t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.full_name AS full_name_5, t0.created_at AS created_at_6 FROM "user" t0 WHERE t0.id = 4;
|
| 2 |
3.37 ms |
SELECT t0.id AS id_1, t0.sponsor_type AS sponsor_type_2, t0.full_name AS full_name_3, t0.email AS email_4, t0.phone AS phone_5, t0.city AS city_6, t0.address AS address_7, t0.tax_identification AS tax_identification_8, t0.created_at AS created_at_9, t0.user_id AS user_id_10 FROM sponsor t0 WHERE t0.user_id = ? LIMIT 1
SELECT t0.id AS id_1, t0.sponsor_type AS sponsor_type_2, t0.full_name AS full_name_3, t0.email AS email_4, t0.phone AS phone_5, t0.city AS city_6, t0.address AS address_7, t0.tax_identification AS tax_identification_8, t0.created_at AS created_at_9, t0.user_id AS user_id_10 FROM sponsor t0 WHERE t0.user_id = 4 LIMIT 1;
|
| 3 |
3.48 ms |
SELECT t0.id AS id_1, t0.monthly_amount AS monthly_amount_2, t0.payment_method AS payment_method_3, t0.start_date AS start_date_4, t0.end_date AS end_date_5, t0.status AS status_6, t0.notes AS notes_7, t0.created_at AS created_at_8, t0.sponsor_id AS sponsor_id_9, t0.orphan_id AS orphan_id_10 FROM sponsorship t0 WHERE t0.sponsor_id = ?
SELECT t0.id AS id_1, t0.monthly_amount AS monthly_amount_2, t0.payment_method AS payment_method_3, t0.start_date AS start_date_4, t0.end_date AS end_date_5, t0.status AS status_6, t0.notes AS notes_7, t0.created_at AS created_at_8, t0.sponsor_id AS sponsor_id_9, t0.orphan_id AS orphan_id_10 FROM sponsorship t0 WHERE t0.sponsor_id = 1;
|
| 4 |
2.72 ms |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.gender AS gender_4, t0.birth_date AS birth_date_5, t0.school_level AS school_level_6, t0.health_status AS health_status_7, t0.photo_path AS photo_path_8, t0.photo_size AS photo_size_9, t0.status AS status_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.family_id AS family_id_13 FROM orphan t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.gender AS gender_4, t0.birth_date AS birth_date_5, t0.school_level AS school_level_6, t0.health_status AS health_status_7, t0.photo_path AS photo_path_8, t0.photo_size AS photo_size_9, t0.status AS status_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.family_id AS family_id_13 FROM orphan t0 WHERE t0.id = 1;
|