| 1 |
2.66 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.description AS description_3, t0.type AS type_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.deleted_at AS deleted_at_7, t0.provisioning_pending AS provisioning_pending_8, t0.provisioning_attempts AS provisioning_attempts_9, t0.provisioned_at AS provisioned_at_10, t0.user_info_id AS user_info_id_11 FROM domaine t0 WHERE t0.type = ?
SELECT t0.id AS id_1, t0.url AS url_2, t0.description AS description_3, t0.type AS type_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.deleted_at AS deleted_at_7, t0.provisioning_pending AS provisioning_pending_8, t0.provisioning_attempts AS provisioning_attempts_9, t0.provisioned_at AS provisioned_at_10, t0.user_info_id AS user_info_id_11 FROM domaine t0 WHERE t0.type = 'system';
|
| 2 |
1.64 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.telephone AS telephone_3, t0.objectif_site AS objectif_site_4, t0.secteur_activite AS secteur_activite_5, t0.consentement_rgpd AS consentement_rgpd_6, t0.outils_tiers AS outils_tiers_7, t0.nom_de_rue AS nom_de_rue_8, t0.numero AS numero_9, t0.code_postale AS code_postale_10, t0.ville AS ville_11, t0.pays AS pays_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.deleted_at AS deleted_at_15, t0.deleted AS deleted_16, t0.owner_id AS owner_id_17, t0.dtype, t0.raison_sociale AS raison_sociale_18, t0.forme_juridique AS forme_juridique_19, t0.siret AS siret_20, t0.tva_intracom AS tva_intracom_21, t0.nom_responsable_legal AS nom_responsable_legal_22, t0.type_projet AS type_projet_23 FROM user_information t0 WHERE t0.id = ? AND t0.dtype IN ('user_info', 'entreprise', 'autre')
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.telephone AS telephone_3, t0.objectif_site AS objectif_site_4, t0.secteur_activite AS secteur_activite_5, t0.consentement_rgpd AS consentement_rgpd_6, t0.outils_tiers AS outils_tiers_7, t0.nom_de_rue AS nom_de_rue_8, t0.numero AS numero_9, t0.code_postale AS code_postale_10, t0.ville AS ville_11, t0.pays AS pays_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.deleted_at AS deleted_at_15, t0.deleted AS deleted_16, t0.owner_id AS owner_id_17, t0.dtype, t0.raison_sociale AS raison_sociale_18, t0.forme_juridique AS forme_juridique_19, t0.siret AS siret_20, t0.tva_intracom AS tva_intracom_21, t0.nom_responsable_legal AS nom_responsable_legal_22, t0.type_projet AS type_projet_23 FROM user_information t0 WHERE t0.id = 1 AND t0.dtype IN ('user_info', 'entreprise', 'autre');
|
| 4 |
1.27 ms |
INSERT INTO newsletter_event (subscriber_id, email, type, occurred_at, mailjet_message_id, url, error_related_to, error, hard_bounce, comment, raw_payload, created_at, newsletter_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
null
"gestion@isatis-concept.fr"
"click"
"2026-07-28 13:56:37"
null
null
null
null
null
null
"{"name":"click","metadata":{"Payload":""},"tags":[""]}"
"2026-07-28 15:57:20"
null
]
INSERT INTO newsletter_event (subscriber_id, email, type, occurred_at, mailjet_message_id, url, error_related_to, error, hard_bounce, comment, raw_payload, created_at, newsletter_id) VALUES (NULL, 'gestion@isatis-concept.fr', 'click', '2026-07-28 13:56:37', NULL, NULL, NULL, NULL, NULL, NULL, '{\"name\":\"click\",\"metadata\":{\"Payload\":\"\"},\"tags\":[\"\"]}', '2026-07-28 15:57:20', NULL);
|