| 1 |
1.45 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.start_date AS start_date_4, t0.end_date AS end_date_5, t0.location AS location_6, t0.status AS status_7, t0.image AS image_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.deleted_at AS deleted_at_11, t0.organization_id AS organization_id_12 FROM event t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.start_date AS start_date_4, t0.end_date AS end_date_5, t0.location AS location_6, t0.status AS status_7, t0.image AS image_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.deleted_at AS deleted_at_11, t0.organization_id AS organization_id_12 FROM event t0 WHERE t0.id = 76;
|
| 2 |
0.79 ms |
SELECT t0.id AS id_1, t0.setting_key AS setting_key_2, t0.setting_value AS setting_value_3, t0.setting_type AS setting_type_4, t0.label AS label_5, t0.description AS description_6, t0.updated_at AS updated_at_7 FROM site_setting t0
SELECT t0.id AS id_1, t0.setting_key AS setting_key_2, t0.setting_value AS setting_value_3, t0.setting_type AS setting_type_4, t0.label AS label_5, t0.description AS description_6, t0.updated_at AS updated_at_7 FROM site_setting t0;
|
| 3 |
2.52 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;
|