| 2 |
0.09 ms |
SELECT t0.id AS id_1, t0.registration_number AS registration_number_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.email AS email_5, t0.street AS street_6, t0.postal_code AS postal_code_7, t0.city AS city_8, t0.phone_number AS phone_number_9, t0.country AS country_10, t0.total_amount AS total_amount_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.email_verified_at AS email_verified_at_14, t0.paid_at AS paid_at_15, t0.email_verification_token AS email_verification_token_16, t0.invoice_file_path AS invoice_file_path_17, t0.invoice_generated_at AS invoice_generated_at_18, t0.privacy_accepted AS privacy_accepted_19, t0.privacy_accepted_at AS privacy_accepted_at_20, t0.camp_id AS camp_id_21 FROM registration t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.registration_number AS registration_number_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.email AS email_5, t0.street AS street_6, t0.postal_code AS postal_code_7, t0.city AS city_8, t0.phone_number AS phone_number_9, t0.country AS country_10, t0.total_amount AS total_amount_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.email_verified_at AS email_verified_at_14, t0.paid_at AS paid_at_15, t0.email_verification_token AS email_verification_token_16, t0.invoice_file_path AS invoice_file_path_17, t0.invoice_generated_at AS invoice_generated_at_18, t0.privacy_accepted AS privacy_accepted_19, t0.privacy_accepted_at AS privacy_accepted_at_20, t0.camp_id AS camp_id_21 FROM registration t0 WHERE t0.id = '8';
|
| 3 |
0.07 ms |
SELECT t0.id AS id_1, t0.child_registration_number AS child_registration_number_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birth_date AS birth_date_5, t0.status AS status_6, t0.jersey_number AS jersey_number_7, t0.tshirt_size AS tshirt_size_8, t0.shorts_size AS shorts_size_9, t0.jersey_print AS jersey_print_10, t0.has_allergy AS has_allergy_11, t0.allergy_details AS allergy_details_12, t0.registration_id AS registration_id_13, t0.shirt_type_id AS shirt_type_id_14, t0.price_category_id AS price_category_id_15 FROM child t0 WHERE t0.registration_id = ?
SELECT t0.id AS id_1, t0.child_registration_number AS child_registration_number_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birth_date AS birth_date_5, t0.status AS status_6, t0.jersey_number AS jersey_number_7, t0.tshirt_size AS tshirt_size_8, t0.shorts_size AS shorts_size_9, t0.jersey_print AS jersey_print_10, t0.has_allergy AS has_allergy_11, t0.allergy_details AS allergy_details_12, t0.registration_id AS registration_id_13, t0.shirt_type_id AS shirt_type_id_14, t0.price_category_id AS price_category_id_15 FROM child t0 WHERE t0.registration_id = 8;
|