0.30 ms (36.26%)
|
1 |
SELECT t0.id AS id_1, t0.work_order_number AS work_order_number_2, t0.problem_description AS problem_description_3, t0.description AS description_4, t0.work_performed AS work_performed_5, t0.service_type AS service_type_6, t0.service_types AS service_types_7, t0.tags AS tags_8, t0.notes AS notes_9, t0.estimated_cost AS estimated_cost_10, t0.expected_completion_date AS expected_completion_date_11, t0.labor_cost AS labor_cost_12, t0.parts_cost AS parts_cost_13, t0.total_cost AS total_cost_14, t0.status AS status_15, t0.hours_worked AS hours_worked_16, t0.parts_used AS parts_used_17, t0.technical_notes AS technical_notes_18, t0.customer_rating AS customer_rating_19, t0.customer_feedback AS customer_feedback_20, t0.photos AS photos_21, t0.warranty_days AS warranty_days_22, t0.current_mileage AS current_mileage_23, t0.public_token AS public_token_24, t0.created_at AS created_at_25, t0.completed_at AS completed_at_26, t0.workshop_id AS workshop_id_27, t0.customer_id AS customer_id_28, t0.vehicle_id AS vehicle_id_29, t0.booking_id AS booking_id_30 FROM work_orders t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.work_order_number AS work_order_number_2, t0.problem_description AS problem_description_3, t0.description AS description_4, t0.work_performed AS work_performed_5, t0.service_type AS service_type_6, t0.service_types AS service_types_7, t0.tags AS tags_8, t0.notes AS notes_9, t0.estimated_cost AS estimated_cost_10, t0.expected_completion_date AS expected_completion_date_11, t0.labor_cost AS labor_cost_12, t0.parts_cost AS parts_cost_13, t0.total_cost AS total_cost_14, t0.status AS status_15, t0.hours_worked AS hours_worked_16, t0.parts_used AS parts_used_17, t0.technical_notes AS technical_notes_18, t0.customer_rating AS customer_rating_19, t0.customer_feedback AS customer_feedback_20, t0.photos AS photos_21, t0.warranty_days AS warranty_days_22, t0.current_mileage AS current_mileage_23, t0.public_token AS public_token_24, t0.created_at AS created_at_25, t0.completed_at AS completed_at_26, t0.workshop_id AS workshop_id_27, t0.customer_id AS customer_id_28, t0.vehicle_id AS vehicle_id_29, t0.booking_id AS booking_id_30 FROM work_orders t0 WHERE t0.id = '22';
|
0.22 ms (26.73%)
|
1 |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.email AS email_4, t0.phone AS phone_5, t0.address AS address_6, t0.city AS city_7, t0.province AS province_8, t0.postal_code AS postal_code_9, t0.created_at AS created_at_10, t0.workshop_id AS workshop_id_11 FROM customers 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.email AS email_4, t0.phone AS phone_5, t0.address AS address_6, t0.city AS city_7, t0.province AS province_8, t0.postal_code AS postal_code_9, t0.created_at AS created_at_10, t0.workshop_id AS workshop_id_11 FROM customers t0 WHERE t0.id = 33;
|