1
0.83 ms
SELECT t0 . id AS id_1 , t0 . created_at AS created_at_2 , t0 . title AS title_3 , t0 . content AS content_4 , t0 . is_after_prospect AS is_after_prospect_5 , t0 . is_after_customer AS is_after_customer_6 , t0 . is_enable AS is_enable_7 , t0 . final_message AS final_message_8 , t0 . slug AS slug_9 , t0 . is_pro AS is_pro_10 , t0 . context_id AS context_id_11 FROM landing t0 WHERE t0 . slug = ? LIMIT 1
Parameters :
[
"tablette "
]
SELECT t0 . id AS id_1 , t0 . created_at AS created_at_2 , t0 . title AS title_3 , t0 . content AS content_4 , t0 . is_after_prospect AS is_after_prospect_5 , t0 . is_after_customer AS is_after_customer_6 , t0 . is_enable AS is_enable_7 , t0 . final_message AS final_message_8 , t0 . slug AS slug_9 , t0 . is_pro AS is_pro_10 , t0 . context_id AS context_id_11 FROM landing t0 WHERE t0 . slug = 'tablette' LIMIT 1 ;
Copy
2
0.34 ms
SELECT t0_ . id AS id_0 , t0_ . action AS action_1 , t0_ . content AS content_2 , t0_ . created_at AS created_at_3 , t0_ . reminder AS reminder_4 , t0_ . reminder_is_reading AS reminder_is_reading_5 , t0_ . amount AS amount_6 , t0_ . file AS file_7 , t0_ . author_id AS author_id_8 , t0_ . context_id AS context_id_9 , t0_ . customer_id AS customer_id_10 , t0_ . reminder_for_id AS reminder_for_id_11 , t0_ . invoice_id AS invoice_id_12 FROM timeline t0_ WHERE t0_ . reminder_for_id = ? AND t0_ . reminder_is_reading IS NULL AND t0_ . reminder < = ?
Parameters :
[
null
"2026-07-02 13:46:04 "
]
SELECT t0_ . id AS id_0 , t0_ . action AS action_1 , t0_ . content AS content_2 , t0_ . created_at AS created_at_3 , t0_ . reminder AS reminder_4 , t0_ . reminder_is_reading AS reminder_is_reading_5 , t0_ . amount AS amount_6 , t0_ . file AS file_7 , t0_ . author_id AS author_id_8 , t0_ . context_id AS context_id_9 , t0_ . customer_id AS customer_id_10 , t0_ . reminder_for_id AS reminder_for_id_11 , t0_ . invoice_id AS invoice_id_12 FROM timeline t0_ WHERE t0_ . reminder_for_id = NULL AND t0_ . reminder_is_reading IS NULL AND t0_ . reminder < = '2026-07-02 13:46:04' ;
Copy
3
0.28 ms
SELECT t0_ . id AS id_0 , t0_ . action AS action_1 , t0_ . content AS content_2 , t0_ . created_at AS created_at_3 , t0_ . reminder AS reminder_4 , t0_ . reminder_is_reading AS reminder_is_reading_5 , t0_ . amount AS amount_6 , t0_ . file AS file_7 , t0_ . author_id AS author_id_8 , t0_ . context_id AS context_id_9 , t0_ . customer_id AS customer_id_10 , t0_ . reminder_for_id AS reminder_for_id_11 , t0_ . invoice_id AS invoice_id_12 FROM timeline t0_ WHERE t0_ . reminder_for_id = ? AND t0_ . reminder_is_reading = 0 AND t0_ . reminder < = ?
Parameters :
[
null
"2026-07-02 13:46:04 "
]
SELECT t0_ . id AS id_0 , t0_ . action AS action_1 , t0_ . content AS content_2 , t0_ . created_at AS created_at_3 , t0_ . reminder AS reminder_4 , t0_ . reminder_is_reading AS reminder_is_reading_5 , t0_ . amount AS amount_6 , t0_ . file AS file_7 , t0_ . author_id AS author_id_8 , t0_ . context_id AS context_id_9 , t0_ . customer_id AS customer_id_10 , t0_ . reminder_for_id AS reminder_for_id_11 , t0_ . invoice_id AS invoice_id_12 FROM timeline t0_ WHERE t0_ . reminder_for_id = NULL AND t0_ . reminder_is_reading = 0 AND t0_ . reminder < = '2026-07-02 13:46:04' ;
Copy
4
0.31 ms
SELECT t0 . id AS id_1 , t0 . timeline_id AS timeline_id_2 , t0 . user_id AS user_id_3 FROM notification t0 WHERE t0 . user_id IS NULL
SELECT t0 . id AS id_1 , t0 . timeline_id AS timeline_id_2 , t0 . user_id AS user_id_3 FROM notification t0 WHERE t0 . user_id IS NULL ;
Copy
5
0.29 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . tva_rate AS tva_rate_3 , t0 . logo AS logo_4 , t0 . color AS color_5 , t0 . sleeping_duration AS sleeping_duration_6 , t0 . column_name_csv AS column_name_csv_7 , t0 . parent_context_id AS parent_context_id_8 FROM context t0
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . tva_rate AS tva_rate_3 , t0 . logo AS logo_4 , t0 . color AS color_5 , t0 . sleeping_duration AS sleeping_duration_6 , t0 . column_name_csv AS column_name_csv_7 , t0 . parent_context_id AS parent_context_id_8 FROM context t0 ;
Copy
6
1.13 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . title AS title_3 , t0 . required AS required_4 , t0 . is_firstname AS is_firstname_5 , t0 . is_lastname AS is_lastname_6 , t0 . is_email AS is_email_7 , t0 . is_phone AS is_phone_8 , t0 . position AS position_9 , t0 . select_values AS select_values_10 , t0 . is_multiple AS is_multiple_11 , t0 . landing_id AS landing_id_12 FROM landing_input t0 WHERE t0 . landing_id = ? ORDER BY t0 . position ASC
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . title AS title_3 , t0 . required AS required_4 , t0 . is_firstname AS is_firstname_5 , t0 . is_lastname AS is_lastname_6 , t0 . is_email AS is_email_7 , t0 . is_phone AS is_phone_8 , t0 . position AS position_9 , t0 . select_values AS select_values_10 , t0 . is_multiple AS is_multiple_11 , t0 . landing_id AS landing_id_12 FROM landing_input t0 WHERE t0 . landing_id = 5 ORDER BY t0 . position ASC ;
Copy