1
1.13 ms
SELECT u0_ . id AS id_0 , u0_ . email AS email_1 , u0_ . username AS username_2 , u0_ . role AS role_3 , u0_ . password AS password_4 , u0_ . firstname AS firstname_5 , u0_ . lastname AS lastname_6 , u0_ . position AS position_7 , u0_ . user AS user_8 , u0_ . active AS active_9 , u0_ . phone AS phone_10 , u0_ . picture AS picture_11 , u0_ . plain_password AS plain_password_12 , u0_ . deleted AS deleted_13 , u0_ . language AS language_14 , u0_ . type AS type_15 , u0_ . created_at AS created_at_16 , u0_ . updated_at AS updated_at_17 , u0_ . created_by AS created_by_18 , u0_ . updated_by AS updated_by_19 , u0_ . function_id AS function_id_20 , u0_ . company_id AS company_id_21 FROM user u0_ WHERE u0_ . email = ? OR u0_ . username = ?
Parameters :
[
"exploitant.test@test.fr "
"exploitant.test@test.fr "
]
SELECT u0_ . id AS id_0 , u0_ . email AS email_1 , u0_ . username AS username_2 , u0_ . role AS role_3 , u0_ . password AS password_4 , u0_ . firstname AS firstname_5 , u0_ . lastname AS lastname_6 , u0_ . position AS position_7 , u0_ . user AS user_8 , u0_ . active AS active_9 , u0_ . phone AS phone_10 , u0_ . picture AS picture_11 , u0_ . plain_password AS plain_password_12 , u0_ . deleted AS deleted_13 , u0_ . language AS language_14 , u0_ . type AS type_15 , u0_ . created_at AS created_at_16 , u0_ . updated_at AS updated_at_17 , u0_ . created_by AS created_by_18 , u0_ . updated_by AS updated_by_19 , u0_ . function_id AS function_id_20 , u0_ . company_id AS company_id_21 FROM user u0_ WHERE u0_ . email = 'exploitant.test@test.fr' OR u0_ . username = 'exploitant.test@test.fr' ;
Copy
2
0.85 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . city AS city_4 , t0 . country AS country_5 , t0 . postalcode AS postalcode_6 , t0 . address AS address_7 , t0 . active AS active_8 , t0 . latitude AS latitude_9 , t0 . longitude AS longitude_10 , t0 . webcam_url AS webcam_url_11 , t0 . weather_station_id AS weather_station_id_12 , t0 . water_station_id AS water_station_id_13 , t0 . opening_hours AS opening_hours_14 , t0 . max_people AS max_people_15 , t0 . picture AS picture_16 , t0 . strymo_station_id AS strymo_station_id_17 , t0 . jauge_url AS jauge_url_18 , t0 . preview_code AS preview_code_19 , t0 . control_code AS control_code_20 , t0 . link AS link_21 , t0 . boazcreate AS boazcreate_22 , t0 . pict3d AS pict3d_23 , t0 . drive_directory AS drive_directory_24 , t0 . opening_days AS opening_days_25 , t0 . created_at AS created_at_26 , t0 . updated_at AS updated_at_27 , t0 . created_by AS created_by_28 , t0 . updated_by AS updated_by_29 , t0 . client_id AS client_id_30 FROM place t0 WHERE t0 . slug = ? LIMIT 1
Parameters :
[
"demo-aquapark "
]
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . city AS city_4 , t0 . country AS country_5 , t0 . postalcode AS postalcode_6 , t0 . address AS address_7 , t0 . active AS active_8 , t0 . latitude AS latitude_9 , t0 . longitude AS longitude_10 , t0 . webcam_url AS webcam_url_11 , t0 . weather_station_id AS weather_station_id_12 , t0 . water_station_id AS water_station_id_13 , t0 . opening_hours AS opening_hours_14 , t0 . max_people AS max_people_15 , t0 . picture AS picture_16 , t0 . strymo_station_id AS strymo_station_id_17 , t0 . jauge_url AS jauge_url_18 , t0 . preview_code AS preview_code_19 , t0 . control_code AS control_code_20 , t0 . link AS link_21 , t0 . boazcreate AS boazcreate_22 , t0 . pict3d AS pict3d_23 , t0 . drive_directory AS drive_directory_24 , t0 . opening_days AS opening_days_25 , t0 . created_at AS created_at_26 , t0 . updated_at AS updated_at_27 , t0 . created_by AS created_by_28 , t0 . updated_by AS updated_by_29 , t0 . client_id AS client_id_30 FROM place t0 WHERE t0 . slug = 'demo-aquapark' LIMIT 1 ;
Copy
3
1.10 ms
SELECT t0_ . id AS id_0 , t0_ . name AS name_1 , t0_ . slug AS slug_2 , t0_ . active AS active_3 , t0_ . description AS description_4 , t0_ . role AS role_5 , t0_ . parent_id AS parent_id_6 FROM taxonomy t0_ INNER JOIN taxonomy t1_ ON t0_ . parent_id = t1_ . id WHERE t1_ . slug = ? ORDER BY t0_ . name ASC
SELECT t0_ . id AS id_0 , t0_ . name AS name_1 , t0_ . slug AS slug_2 , t0_ . active AS active_3 , t0_ . description AS description_4 , t0_ . role AS role_5 , t0_ . parent_id AS parent_id_6 FROM taxonomy t0_ INNER JOIN taxonomy t1_ ON t0_ . parent_id = t1_ . id WHERE t1_ . slug = 'report' ORDER BY t0_ . name ASC ;
Copy
4
0.65 ms
SELECT t0_ . id AS id_0 , t0_ . name AS name_1 , t0_ . slug AS slug_2 , t0_ . active AS active_3 , t0_ . description AS description_4 , t0_ . role AS role_5 , t0_ . parent_id AS parent_id_6 FROM taxonomy t0_ INNER JOIN taxonomy t1_ ON t0_ . parent_id = t1_ . id WHERE t1_ . slug = ? ORDER BY t0_ . name ASC
Parameters :
[
"accident-report "
]
SELECT t0_ . id AS id_0 , t0_ . name AS name_1 , t0_ . slug AS slug_2 , t0_ . active AS active_3 , t0_ . description AS description_4 , t0_ . role AS role_5 , t0_ . parent_id AS parent_id_6 FROM taxonomy t0_ INNER JOIN taxonomy t1_ ON t0_ . parent_id = t1_ . id WHERE t1_ . slug = 'accident-report' ORDER BY t0_ . name ASC ;
Copy
5
1.38 ms
SELECT r0_ . id AS id_0 , r0_ . subject AS subject_1 , r0_ . content AS content_2 , r0_ . images AS images_3 , r0_ . date AS date_4 , r0_ . created_at AS created_at_5 , r0_ . updated_at AS updated_at_6 , r0_ . created_by AS created_by_7 , r0_ . updated_by AS updated_by_8 , r0_ . event_type_id AS event_type_id_9 , r0_ . module_id AS module_id_10 , r0_ . checklist_id AS checklist_id_11 FROM report r0_ INNER JOIN report_place r2_ ON r0_ . id = r2_ . report_id INNER JOIN place p1_ ON p1_ . id = r2_ . place_id WHERE r0_ . event_type_id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) AND p1_ . id = ? ORDER BY r0_ . created_at DESC
Parameters :
[
53
52
23
25
29
51
49
28
26
27
36
61
48
8
]
SELECT r0_ . id AS id_0 , r0_ . subject AS subject_1 , r0_ . content AS content_2 , r0_ . images AS images_3 , r0_ . date AS date_4 , r0_ . created_at AS created_at_5 , r0_ . updated_at AS updated_at_6 , r0_ . created_by AS created_by_7 , r0_ . updated_by AS updated_by_8 , r0_ . event_type_id AS event_type_id_9 , r0_ . module_id AS module_id_10 , r0_ . checklist_id AS checklist_id_11 FROM report r0_ INNER JOIN report_place r2_ ON r0_ . id = r2_ . report_id INNER JOIN place p1_ ON p1_ . id = r2_ . place_id WHERE r0_ . event_type_id IN (53 , 52 , 23 , 25 , 29 , 51 , 49 , 28 , 26 , 27 , 36 , 61 , 48 ) AND p1_ . id = 8 ORDER BY r0_ . created_at DESC ;
Copy
6
0.62 ms
SELECT t0 . id AS id_1 , t0 . value AS value_2 , t0 . raw AS raw_3 , t0 . source AS source_4 , t0 . timestamp AS timestamp_5 , t0 . forecast AS forecast_6 , t0 . strymo_id AS strymo_id_7 , t0 . kind AS kind_8 , t0 . day AS day_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . place_id AS place_id_12 , t0 . parameter_id AS parameter_id_13 , t0 . document_id AS document_id_14 , t0 . report_id AS report_id_15 FROM metric t0 WHERE t0 . report_id = ?
SELECT t0 . id AS id_1 , t0 . value AS value_2 , t0 . raw AS raw_3 , t0 . source AS source_4 , t0 . timestamp AS timestamp_5 , t0 . forecast AS forecast_6 , t0 . strymo_id AS strymo_id_7 , t0 . kind AS kind_8 , t0 . day AS day_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . place_id AS place_id_12 , t0 . parameter_id AS parameter_id_13 , t0 . document_id AS document_id_14 , t0 . report_id AS report_id_15 FROM metric t0 WHERE t0 . report_id = 1005 ;
Copy
7
0.65 ms
SELECT t0 . id AS id_1 , t0 . value AS value_2 , t0 . raw AS raw_3 , t0 . source AS source_4 , t0 . timestamp AS timestamp_5 , t0 . forecast AS forecast_6 , t0 . strymo_id AS strymo_id_7 , t0 . kind AS kind_8 , t0 . day AS day_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . place_id AS place_id_12 , t0 . parameter_id AS parameter_id_13 , t0 . document_id AS document_id_14 , t0 . report_id AS report_id_15 FROM metric t0 WHERE t0 . report_id = ?
SELECT t0 . id AS id_1 , t0 . value AS value_2 , t0 . raw AS raw_3 , t0 . source AS source_4 , t0 . timestamp AS timestamp_5 , t0 . forecast AS forecast_6 , t0 . strymo_id AS strymo_id_7 , t0 . kind AS kind_8 , t0 . day AS day_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . place_id AS place_id_12 , t0 . parameter_id AS parameter_id_13 , t0 . document_id AS document_id_14 , t0 . report_id AS report_id_15 FROM metric t0 WHERE t0 . report_id = 1004 ;
Copy
8
0.62 ms
SELECT t0 . id AS id_1 , t0 . value AS value_2 , t0 . raw AS raw_3 , t0 . source AS source_4 , t0 . timestamp AS timestamp_5 , t0 . forecast AS forecast_6 , t0 . strymo_id AS strymo_id_7 , t0 . kind AS kind_8 , t0 . day AS day_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . place_id AS place_id_12 , t0 . parameter_id AS parameter_id_13 , t0 . document_id AS document_id_14 , t0 . report_id AS report_id_15 FROM metric t0 WHERE t0 . report_id = ?
SELECT t0 . id AS id_1 , t0 . value AS value_2 , t0 . raw AS raw_3 , t0 . source AS source_4 , t0 . timestamp AS timestamp_5 , t0 . forecast AS forecast_6 , t0 . strymo_id AS strymo_id_7 , t0 . kind AS kind_8 , t0 . day AS day_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . place_id AS place_id_12 , t0 . parameter_id AS parameter_id_13 , t0 . document_id AS document_id_14 , t0 . report_id AS report_id_15 FROM metric t0 WHERE t0 . report_id = 1003 ;
Copy
9
0.77 ms
SELECT t0 . id AS id_1 , t0 . value AS value_2 , t0 . raw AS raw_3 , t0 . source AS source_4 , t0 . timestamp AS timestamp_5 , t0 . forecast AS forecast_6 , t0 . strymo_id AS strymo_id_7 , t0 . kind AS kind_8 , t0 . day AS day_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . place_id AS place_id_12 , t0 . parameter_id AS parameter_id_13 , t0 . document_id AS document_id_14 , t0 . report_id AS report_id_15 FROM metric t0 WHERE t0 . report_id = ?
SELECT t0 . id AS id_1 , t0 . value AS value_2 , t0 . raw AS raw_3 , t0 . source AS source_4 , t0 . timestamp AS timestamp_5 , t0 . forecast AS forecast_6 , t0 . strymo_id AS strymo_id_7 , t0 . kind AS kind_8 , t0 . day AS day_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . place_id AS place_id_12 , t0 . parameter_id AS parameter_id_13 , t0 . document_id AS document_id_14 , t0 . report_id AS report_id_15 FROM metric t0 WHERE t0 . report_id = 1002 ;
Copy
10
0.64 ms
SELECT t0 . id AS id_1 , t0 . value AS value_2 , t0 . raw AS raw_3 , t0 . source AS source_4 , t0 . timestamp AS timestamp_5 , t0 . forecast AS forecast_6 , t0 . strymo_id AS strymo_id_7 , t0 . kind AS kind_8 , t0 . day AS day_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . place_id AS place_id_12 , t0 . parameter_id AS parameter_id_13 , t0 . document_id AS document_id_14 , t0 . report_id AS report_id_15 FROM metric t0 WHERE t0 . report_id = ?
SELECT t0 . id AS id_1 , t0 . value AS value_2 , t0 . raw AS raw_3 , t0 . source AS source_4 , t0 . timestamp AS timestamp_5 , t0 . forecast AS forecast_6 , t0 . strymo_id AS strymo_id_7 , t0 . kind AS kind_8 , t0 . day AS day_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . place_id AS place_id_12 , t0 . parameter_id AS parameter_id_13 , t0 . document_id AS document_id_14 , t0 . report_id AS report_id_15 FROM metric t0 WHERE t0 . report_id = 1001 ;
Copy
11
0.56 ms
SELECT t0 . id AS id_1 , t0 . value AS value_2 , t0 . raw AS raw_3 , t0 . source AS source_4 , t0 . timestamp AS timestamp_5 , t0 . forecast AS forecast_6 , t0 . strymo_id AS strymo_id_7 , t0 . kind AS kind_8 , t0 . day AS day_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . place_id AS place_id_12 , t0 . parameter_id AS parameter_id_13 , t0 . document_id AS document_id_14 , t0 . report_id AS report_id_15 FROM metric t0 WHERE t0 . report_id = ?
SELECT t0 . id AS id_1 , t0 . value AS value_2 , t0 . raw AS raw_3 , t0 . source AS source_4 , t0 . timestamp AS timestamp_5 , t0 . forecast AS forecast_6 , t0 . strymo_id AS strymo_id_7 , t0 . kind AS kind_8 , t0 . day AS day_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . place_id AS place_id_12 , t0 . parameter_id AS parameter_id_13 , t0 . document_id AS document_id_14 , t0 . report_id AS report_id_15 FROM metric t0 WHERE t0 . report_id = 1000 ;
Copy
12
0.63 ms
SELECT t0 . id AS id_1 , t0 . value AS value_2 , t0 . raw AS raw_3 , t0 . source AS source_4 , t0 . timestamp AS timestamp_5 , t0 . forecast AS forecast_6 , t0 . strymo_id AS strymo_id_7 , t0 . kind AS kind_8 , t0 . day AS day_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . place_id AS place_id_12 , t0 . parameter_id AS parameter_id_13 , t0 . document_id AS document_id_14 , t0 . report_id AS report_id_15 FROM metric t0 WHERE t0 . report_id = ?
SELECT t0 . id AS id_1 , t0 . value AS value_2 , t0 . raw AS raw_3 , t0 . source AS source_4 , t0 . timestamp AS timestamp_5 , t0 . forecast AS forecast_6 , t0 . strymo_id AS strymo_id_7 , t0 . kind AS kind_8 , t0 . day AS day_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . place_id AS place_id_12 , t0 . parameter_id AS parameter_id_13 , t0 . document_id AS document_id_14 , t0 . report_id AS report_id_15 FROM metric t0 WHERE t0 . report_id = 990 ;
Copy
13
0.57 ms
SELECT t0 . id AS id_1 , t0 . value AS value_2 , t0 . raw AS raw_3 , t0 . source AS source_4 , t0 . timestamp AS timestamp_5 , t0 . forecast AS forecast_6 , t0 . strymo_id AS strymo_id_7 , t0 . kind AS kind_8 , t0 . day AS day_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . place_id AS place_id_12 , t0 . parameter_id AS parameter_id_13 , t0 . document_id AS document_id_14 , t0 . report_id AS report_id_15 FROM metric t0 WHERE t0 . report_id = ?
SELECT t0 . id AS id_1 , t0 . value AS value_2 , t0 . raw AS raw_3 , t0 . source AS source_4 , t0 . timestamp AS timestamp_5 , t0 . forecast AS forecast_6 , t0 . strymo_id AS strymo_id_7 , t0 . kind AS kind_8 , t0 . day AS day_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . place_id AS place_id_12 , t0 . parameter_id AS parameter_id_13 , t0 . document_id AS document_id_14 , t0 . report_id AS report_id_15 FROM metric t0 WHERE t0 . report_id = 989 ;
Copy
14
0.50 ms
SELECT t0 . id AS id_1 , t0 . value AS value_2 , t0 . raw AS raw_3 , t0 . source AS source_4 , t0 . timestamp AS timestamp_5 , t0 . forecast AS forecast_6 , t0 . strymo_id AS strymo_id_7 , t0 . kind AS kind_8 , t0 . day AS day_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . place_id AS place_id_12 , t0 . parameter_id AS parameter_id_13 , t0 . document_id AS document_id_14 , t0 . report_id AS report_id_15 FROM metric t0 WHERE t0 . report_id = ?
SELECT t0 . id AS id_1 , t0 . value AS value_2 , t0 . raw AS raw_3 , t0 . source AS source_4 , t0 . timestamp AS timestamp_5 , t0 . forecast AS forecast_6 , t0 . strymo_id AS strymo_id_7 , t0 . kind AS kind_8 , t0 . day AS day_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . place_id AS place_id_12 , t0 . parameter_id AS parameter_id_13 , t0 . document_id AS document_id_14 , t0 . report_id AS report_id_15 FROM metric t0 WHERE t0 . report_id = 988 ;
Copy
15
0.57 ms
SELECT t0 . id AS id_1 , t0 . value AS value_2 , t0 . raw AS raw_3 , t0 . source AS source_4 , t0 . timestamp AS timestamp_5 , t0 . forecast AS forecast_6 , t0 . strymo_id AS strymo_id_7 , t0 . kind AS kind_8 , t0 . day AS day_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . place_id AS place_id_12 , t0 . parameter_id AS parameter_id_13 , t0 . document_id AS document_id_14 , t0 . report_id AS report_id_15 FROM metric t0 WHERE t0 . report_id = ?
SELECT t0 . id AS id_1 , t0 . value AS value_2 , t0 . raw AS raw_3 , t0 . source AS source_4 , t0 . timestamp AS timestamp_5 , t0 . forecast AS forecast_6 , t0 . strymo_id AS strymo_id_7 , t0 . kind AS kind_8 , t0 . day AS day_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . place_id AS place_id_12 , t0 . parameter_id AS parameter_id_13 , t0 . document_id AS document_id_14 , t0 . report_id AS report_id_15 FROM metric t0 WHERE t0 . report_id = 987 ;
Copy
16
0.54 ms
SELECT t0 . id AS id_1 , t0 . value AS value_2 , t0 . raw AS raw_3 , t0 . source AS source_4 , t0 . timestamp AS timestamp_5 , t0 . forecast AS forecast_6 , t0 . strymo_id AS strymo_id_7 , t0 . kind AS kind_8 , t0 . day AS day_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . place_id AS place_id_12 , t0 . parameter_id AS parameter_id_13 , t0 . document_id AS document_id_14 , t0 . report_id AS report_id_15 FROM metric t0 WHERE t0 . report_id = ?
SELECT t0 . id AS id_1 , t0 . value AS value_2 , t0 . raw AS raw_3 , t0 . source AS source_4 , t0 . timestamp AS timestamp_5 , t0 . forecast AS forecast_6 , t0 . strymo_id AS strymo_id_7 , t0 . kind AS kind_8 , t0 . day AS day_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . place_id AS place_id_12 , t0 . parameter_id AS parameter_id_13 , t0 . document_id AS document_id_14 , t0 . report_id AS report_id_15 FROM metric t0 WHERE t0 . report_id = 985 ;
Copy
17
0.94 ms
SELECT r0_ . id AS id_0 , r0_ . subject AS subject_1 , r0_ . content AS content_2 , r0_ . images AS images_3 , r0_ . date AS date_4 , r0_ . created_at AS created_at_5 , r0_ . updated_at AS updated_at_6 , r0_ . created_by AS created_by_7 , r0_ . updated_by AS updated_by_8 , r0_ . event_type_id AS event_type_id_9 , r0_ . module_id AS module_id_10 , r0_ . checklist_id AS checklist_id_11 FROM report r0_ INNER JOIN report_place r2_ ON r0_ . id = r2_ . report_id INNER JOIN place p1_ ON p1_ . id = r2_ . place_id WHERE r0_ . event_type_id IN (? , ? , ? , ? ) AND p1_ . id = ? ORDER BY r0_ . created_at DESC
Parameters :
[
68
69
67
54
8
]
SELECT r0_ . id AS id_0 , r0_ . subject AS subject_1 , r0_ . content AS content_2 , r0_ . images AS images_3 , r0_ . date AS date_4 , r0_ . created_at AS created_at_5 , r0_ . updated_at AS updated_at_6 , r0_ . created_by AS created_by_7 , r0_ . updated_by AS updated_by_8 , r0_ . event_type_id AS event_type_id_9 , r0_ . module_id AS module_id_10 , r0_ . checklist_id AS checklist_id_11 FROM report r0_ INNER JOIN report_place r2_ ON r0_ . id = r2_ . report_id INNER JOIN place p1_ ON p1_ . id = r2_ . place_id WHERE r0_ . event_type_id IN (68 , 69 , 67 , 54 ) AND p1_ . id = 8 ORDER BY r0_ . created_at DESC ;
Copy
18
0.85 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . city AS city_4 , t0 . country AS country_5 , t0 . postalcode AS postalcode_6 , t0 . address AS address_7 , t0 . active AS active_8 , t0 . latitude AS latitude_9 , t0 . longitude AS longitude_10 , t0 . webcam_url AS webcam_url_11 , t0 . weather_station_id AS weather_station_id_12 , t0 . water_station_id AS water_station_id_13 , t0 . opening_hours AS opening_hours_14 , t0 . max_people AS max_people_15 , t0 . picture AS picture_16 , t0 . strymo_station_id AS strymo_station_id_17 , t0 . jauge_url AS jauge_url_18 , t0 . preview_code AS preview_code_19 , t0 . control_code AS control_code_20 , t0 . link AS link_21 , t0 . boazcreate AS boazcreate_22 , t0 . pict3d AS pict3d_23 , t0 . drive_directory AS drive_directory_24 , t0 . opening_days AS opening_days_25 , t0 . created_at AS created_at_26 , t0 . updated_at AS updated_at_27 , t0 . created_by AS created_by_28 , t0 . updated_by AS updated_by_29 , t0 . client_id AS client_id_30 FROM place t0 INNER JOIN user_place ON t0 . id = user_place . place_id WHERE user_place . user_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . city AS city_4 , t0 . country AS country_5 , t0 . postalcode AS postalcode_6 , t0 . address AS address_7 , t0 . active AS active_8 , t0 . latitude AS latitude_9 , t0 . longitude AS longitude_10 , t0 . webcam_url AS webcam_url_11 , t0 . weather_station_id AS weather_station_id_12 , t0 . water_station_id AS water_station_id_13 , t0 . opening_hours AS opening_hours_14 , t0 . max_people AS max_people_15 , t0 . picture AS picture_16 , t0 . strymo_station_id AS strymo_station_id_17 , t0 . jauge_url AS jauge_url_18 , t0 . preview_code AS preview_code_19 , t0 . control_code AS control_code_20 , t0 . link AS link_21 , t0 . boazcreate AS boazcreate_22 , t0 . pict3d AS pict3d_23 , t0 . drive_directory AS drive_directory_24 , t0 . opening_days AS opening_days_25 , t0 . created_at AS created_at_26 , t0 . updated_at AS updated_at_27 , t0 . created_by AS created_by_28 , t0 . updated_by AS updated_by_29 , t0 . client_id AS client_id_30 FROM place t0 INNER JOIN user_place ON t0 . id = user_place . place_id WHERE user_place . user_id = 91 ;
Copy
19
0.64 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . logo AS logo_4 , t0 . cover AS cover_5 , t0 . color AS color_6 , t0 . active AS active_7 , t0 . domain AS domain_8 , t0 . preview_code AS preview_code_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . created_by AS created_by_12 , t0 . updated_by AS updated_by_13 FROM client t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . logo AS logo_4 , t0 . cover AS cover_5 , t0 . color AS color_6 , t0 . active AS active_7 , t0 . domain AS domain_8 , t0 . preview_code AS preview_code_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . created_by AS created_by_12 , t0 . updated_by AS updated_by_13 FROM client t0 WHERE t0 . id = 8 ;
Copy
20
0.74 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . active AS active_4 , t0 . description AS description_5 , t0 . role AS role_6 , t0 . parent_id AS parent_id_7 FROM taxonomy t0 INNER JOIN place_taxonomy ON t0 . id = place_taxonomy . taxonomy_id WHERE place_taxonomy . place_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . active AS active_4 , t0 . description AS description_5 , t0 . role AS role_6 , t0 . parent_id AS parent_id_7 FROM taxonomy t0 INNER JOIN place_taxonomy ON t0 . id = place_taxonomy . taxonomy_id WHERE place_taxonomy . place_id = 8 ;
Copy
21
1.20 ms
SELECT t0 . id AS id_1 , t0 . status AS status_2 , t0 . opened_at AS opened_at_3 , t0 . received_at AS received_at_4 , t0 . user_id AS user_id_5 , t0 . place_id AS place_id_6 , t0 . notification_id AS notification_id_7 FROM message t0 WHERE t0 . user_id = ?
SELECT t0 . id AS id_1 , t0 . status AS status_2 , t0 . opened_at AS opened_at_3 , t0 . received_at AS received_at_4 , t0 . user_id AS user_id_5 , t0 . place_id AS place_id_6 , t0 . notification_id AS notification_id_7 FROM message t0 WHERE t0 . user_id = 91 ;
Copy
22
0.81 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 9710 ;
Copy
23
0.87 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 9733 ;
Copy
24
0.84 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 9756 ;
Copy
25
0.81 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 9779 ;
Copy
26
0.86 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 9802 ;
Copy
27
0.86 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 9829 ;
Copy
28
0.84 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 9850 ;
Copy
29
0.86 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 9867 ;
Copy
30
0.71 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 9890 ;
Copy
31
0.66 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 9922 ;
Copy
32
0.72 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 9954 ;
Copy
33
0.90 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 9986 ;
Copy
34
0.74 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10018 ;
Copy
35
0.76 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10054 ;
Copy
36
0.73 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10075 ;
Copy
37
0.65 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10096 ;
Copy
38
0.63 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10113 ;
Copy
39
0.68 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10145 ;
Copy
40
0.71 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10168 ;
Copy
41
0.75 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10191 ;
Copy
42
0.86 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10214 ;
Copy
43
0.75 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10237 ;
Copy
44
0.72 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10264 ;
Copy
45
0.84 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10285 ;
Copy
46
0.75 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10302 ;
Copy
47
0.77 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10329 ;
Copy
48
0.81 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10346 ;
Copy
49
0.69 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10378 ;
Copy
50
0.72 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10410 ;
Copy
51
0.66 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10442 ;
Copy
52
0.84 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10474 ;
Copy
53
0.70 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10510 ;
Copy
54
0.79 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10531 ;
Copy
55
0.66 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10552 ;
Copy
56
0.61 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10569 ;
Copy
57
0.77 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10605 ;
Copy
58
0.57 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10622 ;
Copy
59
0.69 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10645 ;
Copy
60
0.51 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10668 ;
Copy
61
0.82 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10691 ;
Copy
62
0.60 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10714 ;
Copy
63
0.56 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10741 ;
Copy
64
0.64 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10762 ;
Copy
65
0.71 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10783 ;
Copy
66
0.59 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10804 ;
Copy
67
0.59 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10821 ;
Copy
68
0.49 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10830 ;
Copy
69
0.54 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10834 ;
Copy
70
0.55 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10837 ;
Copy
71
0.53 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10838 ;
Copy
72
0.67 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10840 ;
Copy
73
0.64 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10843 ;
Copy
74
0.60 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10845 ;
Copy
75
0.78 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10848 ;
Copy
76
0.58 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10864 ;
Copy
77
0.65 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10896 ;
Copy
78
0.77 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10928 ;
Copy
79
0.59 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10960 ;
Copy
80
0.77 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 10992 ;
Copy
81
0.65 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 11028 ;
Copy
82
0.59 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 11049 ;
Copy
83
0.59 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 11070 ;
Copy
84
0.69 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 11091 ;
Copy
85
0.60 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 11112 ;
Copy
86
0.77 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 11129 ;
Copy
87
0.58 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 11146 ;
Copy
88
0.57 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 11147 ;
Copy
89
0.48 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 11148 ;
Copy
90
0.60 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 11149 ;
Copy
91
0.54 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 11152 ;
Copy
92
0.47 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 11156 ;
Copy
93
0.44 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 11159 ;
Copy
94
0.41 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 11163 ;
Copy
95
0.41 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 11164 ;
Copy
96
0.49 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 11165 ;
Copy
97
0.40 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 11168 ;
Copy
98
0.41 ms
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . content AS content_2 , t0 . subject AS subject_3 , t0 . images AS images_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . created_by AS created_by_7 , t0 . updated_by AS updated_by_8 , t0 . report_id AS report_id_9 , t0 . checklist_id AS checklist_id_10 FROM notification t0 WHERE t0 . id = 11172 ;
Copy