| 1 |
0.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.status AS status_4, t0.start_date AS start_date_5, t0.end_date AS end_date_6, t0.budget AS budget_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM project t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.status AS status_4, t0.start_date AS start_date_5, t0.end_date AS end_date_6, t0.budget AS budget_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM project t0 WHERE t0.id = 4;
|
| 2 |
0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.unit AS unit_4, t0.baseline_value AS baseline_value_5, t0.target_value AS target_value_6, t0.current_value AS current_value_7, t0.category AS category_8, t0.frequency AS frequency_9, t0.created_at AS created_at_10, t0.project_id AS project_id_11 FROM indicator t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.unit AS unit_4, t0.baseline_value AS baseline_value_5, t0.target_value AS target_value_6, t0.current_value AS current_value_7, t0.category AS category_8, t0.frequency AS frequency_9, t0.created_at AS created_at_10, t0.project_id AS project_id_11 FROM indicator t0 WHERE t0.project_id = 4;
|
| 3 |
0.20 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.region AS region_3, t0.district AS district_4, t0.country AS country_5, t0.latitude AS latitude_6, t0.longitude AS longitude_7, t0.area_hectares AS area_hectares_8, t0.location_type AS location_type_9, t0.created_at AS created_at_10 FROM location t0 INNER JOIN project_location ON t0.id = project_location.location_id WHERE project_location.project_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.region AS region_3, t0.district AS district_4, t0.country AS country_5, t0.latitude AS latitude_6, t0.longitude AS longitude_7, t0.area_hectares AS area_hectares_8, t0.location_type AS location_type_9, t0.created_at AS created_at_10 FROM location t0 INNER JOIN project_location ON t0.id = project_location.location_id WHERE project_location.project_id = 4;
|
| 4 |
0.16 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.status AS status_4, t0.planned_date AS planned_date_5, t0.completed_date AS completed_date_6, t0.category AS category_7, t0.participant_count AS participant_count_8, t0.cost AS cost_9, t0.responsible_person AS responsible_person_10, t0.created_at AS created_at_11, t0.project_id AS project_id_12, t0.location_id AS location_id_13 FROM activity t0 WHERE t0.project_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.status AS status_4, t0.planned_date AS planned_date_5, t0.completed_date AS completed_date_6, t0.category AS category_7, t0.participant_count AS participant_count_8, t0.cost AS cost_9, t0.responsible_person AS responsible_person_10, t0.created_at AS created_at_11, t0.project_id AS project_id_12, t0.location_id AS location_id_13 FROM activity t0 WHERE t0.project_id = 4;
|