| 1 |
0.64 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.reunions_number AS reunions_number_3, t0.mentees_per_team AS mentees_per_team_4, t0.mentors_per_team AS mentors_per_team_5, t0.teams_per_mentor AS teams_per_mentor_6, t0.meetings_init AS meetings_init_7, t0.meetings_end AS meetings_end_8, t0.period_id AS period_id_9 FROM mentory t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.reunions_number AS reunions_number_3, t0.mentees_per_team AS mentees_per_team_4, t0.mentors_per_team AS mentors_per_team_5, t0.teams_per_mentor AS teams_per_mentor_6, t0.meetings_init AS meetings_init_7, t0.meetings_end AS meetings_end_8, t0.period_id AS period_id_9 FROM mentory t0 WHERE t0.id = '1';
|
| 3 |
0.51 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.deactivated_notifications AS deactivated_notifications_5, t0.sex AS sex_6, t0.rut AS rut_7, t0.name AS name_8, t0.last_name AS last_name_9, t0.phone AS phone_10, t0.picture AS picture_11, t0.reset_token AS reset_token_12, t0.reset_token_expires_at AS reset_token_expires_at_13, t0.consents AS consents_14 FROM `user` t0 INNER JOIN mentory_administrator ON t0.id = mentory_administrator.user_id WHERE mentory_administrator.mentory_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.deactivated_notifications AS deactivated_notifications_5, t0.sex AS sex_6, t0.rut AS rut_7, t0.name AS name_8, t0.last_name AS last_name_9, t0.phone AS phone_10, t0.picture AS picture_11, t0.reset_token AS reset_token_12, t0.reset_token_expires_at AS reset_token_expires_at_13, t0.consents AS consents_14 FROM `user` t0 INNER JOIN mentory_administrator ON t0.id = mentory_administrator.user_id WHERE mentory_administrator.mentory_id = 1;
|
| 5 |
0.35 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.place AS place_3, t0.first_possible_date AS first_possible_date_4, t0.last_possible_date AS last_possible_date_5, t0.team_id AS team_id_6 FROM meeting t0 WHERE t0.team_id = ?
SELECT t0.id AS id_1, t0.date AS date_2, t0.place AS place_3, t0.first_possible_date AS first_possible_date_4, t0.last_possible_date AS last_possible_date_5, t0.team_id AS team_id_6 FROM meeting t0 WHERE t0.team_id = 1;
|