| 1 |
0.62 ms |
SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.description AS description_2, e0_.start_date AS start_date_3, e0_.end_date AS end_date_4, e0_.location AS location_5, e0_.status AS status_6, e0_.image AS image_7, e0_.created_at AS created_at_8, e0_.updated_at AS updated_at_9, e0_.deleted_at AS deleted_at_10, e0_.organization_id AS organization_id_11 FROM event e0_ WHERE e0_.status = ? AND e0_.deleted_at IS NULL ORDER BY e0_.start_date ASC
Parameters: [
"published"
]
SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.description AS description_2, e0_.start_date AS start_date_3, e0_.end_date AS end_date_4, e0_.location AS location_5, e0_.status AS status_6, e0_.image AS image_7, e0_.created_at AS created_at_8, e0_.updated_at AS updated_at_9, e0_.deleted_at AS deleted_at_10, e0_.organization_id AS organization_id_11 FROM event e0_ WHERE e0_.status = 'published' AND e0_.deleted_at IS NULL ORDER BY e0_.start_date ASC;
|
| 2 |
0.59 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.logo AS logo_4, t0.contact_email AS contact_email_5, t0.contact_phone AS contact_phone_6, t0.website AS website_7, t0.areas AS areas_8, t0.is_active AS is_active_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.deleted_at AS deleted_at_12, t0.user_id AS user_id_13 FROM organization t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.logo AS logo_4, t0.contact_email AS contact_email_5, t0.contact_phone AS contact_phone_6, t0.website AS website_7, t0.areas AS areas_8, t0.is_active AS is_active_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.deleted_at AS deleted_at_12, t0.user_id AS user_id_13 FROM organization t0 WHERE t0.id = 39;
|
| 3 |
0.42 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.logo AS logo_4, t0.contact_email AS contact_email_5, t0.contact_phone AS contact_phone_6, t0.website AS website_7, t0.areas AS areas_8, t0.is_active AS is_active_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.deleted_at AS deleted_at_12, t0.user_id AS user_id_13 FROM organization t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.logo AS logo_4, t0.contact_email AS contact_email_5, t0.contact_phone AS contact_phone_6, t0.website AS website_7, t0.areas AS areas_8, t0.is_active AS is_active_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.deleted_at AS deleted_at_12, t0.user_id AS user_id_13 FROM organization t0 WHERE t0.id = 35;
|
| 4 |
0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.logo AS logo_4, t0.contact_email AS contact_email_5, t0.contact_phone AS contact_phone_6, t0.website AS website_7, t0.areas AS areas_8, t0.is_active AS is_active_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.deleted_at AS deleted_at_12, t0.user_id AS user_id_13 FROM organization t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.logo AS logo_4, t0.contact_email AS contact_email_5, t0.contact_phone AS contact_phone_6, t0.website AS website_7, t0.areas AS areas_8, t0.is_active AS is_active_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.deleted_at AS deleted_at_12, t0.user_id AS user_id_13 FROM organization t0 WHERE t0.id = 33;
|