| 1 |
1.05 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_enabled AS is_enabled_5, t0.created_at AS created_at_6, t7.id AS id_8, t7.nom AS nom_9, t7.prenom AS prenom_10, t7.photo_name AS photo_name_11, t7.bio AS bio_12, t7.cv_name AS cv_name_13, t7.competences AS competences_14, t7.experiences AS experiences_15, t7.formations AS formations_16, t7.created_at AS created_at_17, t7.updated_at AS updated_at_18, t7.user_id AS user_id_19, t20.id AS id_21, t20.nom AS nom_22, t20.entreprise AS entreprise_23, t20.secteur AS secteur_24, t20.logo_name AS logo_name_25, t20.description AS description_26, t20.created_at AS created_at_27, t20.updated_at AS updated_at_28, t20.user_id AS user_id_29 FROM `user` t0 LEFT JOIN candidat t7 ON t7.user_id = t0.id LEFT JOIN recruteur t20 ON t20.user_id = t0.id WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_enabled AS is_enabled_5, t0.created_at AS created_at_6, t7.id AS id_8, t7.nom AS nom_9, t7.prenom AS prenom_10, t7.photo_name AS photo_name_11, t7.bio AS bio_12, t7.cv_name AS cv_name_13, t7.competences AS competences_14, t7.experiences AS experiences_15, t7.formations AS formations_16, t7.created_at AS created_at_17, t7.updated_at AS updated_at_18, t7.user_id AS user_id_19, t20.id AS id_21, t20.nom AS nom_22, t20.entreprise AS entreprise_23, t20.secteur AS secteur_24, t20.logo_name AS logo_name_25, t20.description AS description_26, t20.created_at AS created_at_27, t20.updated_at AS updated_at_28, t20.user_id AS user_id_29 FROM `user` t0 LEFT JOIN candidat t7 ON t7.user_id = t0.id LEFT JOIN recruteur t20 ON t20.user_id = t0.id WHERE t0.id = 16;
|
| 2 |
0.64 ms |
SELECT t0.id AS id_1, t0.lettre_motivation AS lettre_motivation_2, t0.score_ia AS score_ia_3, t0.score_explication AS score_explication_4, t0.rendez_vous_at AS rendez_vous_at_5, t0.rendez_vous_heure AS rendez_vous_heure_6, t0.rendez_vous_lieu AS rendez_vous_lieu_7, t0.statut AS statut_8, t0.created_at AS created_at_9, t0.candidat_id AS candidat_id_10, t0.offre_id AS offre_id_11 FROM candidature t0 WHERE t0.candidat_id = ?
SELECT t0.id AS id_1, t0.lettre_motivation AS lettre_motivation_2, t0.score_ia AS score_ia_3, t0.score_explication AS score_explication_4, t0.rendez_vous_at AS rendez_vous_at_5, t0.rendez_vous_heure AS rendez_vous_heure_6, t0.rendez_vous_lieu AS rendez_vous_lieu_7, t0.statut AS statut_8, t0.created_at AS created_at_9, t0.candidat_id AS candidat_id_10, t0.offre_id AS offre_id_11 FROM candidature t0 WHERE t0.candidat_id = 11;
|
| 3 |
0.51 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3, t0.competences_requises AS competences_requises_4, t0.salaire AS salaire_5, t0.localisation AS localisation_6, t0.type_contrat AS type_contrat_7, t0.statut AS statut_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.recruteur_id AS recruteur_id_11 FROM offre t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3, t0.competences_requises AS competences_requises_4, t0.salaire AS salaire_5, t0.localisation AS localisation_6, t0.type_contrat AS type_contrat_7, t0.statut AS statut_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.recruteur_id AS recruteur_id_11 FROM offre t0 WHERE t0.id = 11;
|
| 4 |
0.44 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.entreprise AS entreprise_3, t0.secteur AS secteur_4, t0.logo_name AS logo_name_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.user_id AS user_id_9 FROM recruteur t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.entreprise AS entreprise_3, t0.secteur AS secteur_4, t0.logo_name AS logo_name_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.user_id AS user_id_9 FROM recruteur t0 WHERE t0.id = 4;
|