| 1 |
0.74 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.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.id = '3';
|
| 2 |
0.40 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.mentor_id AS mentor_id_3, t0.mentory_id AS mentory_id_4 FROM `team` t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.mentor_id AS mentor_id_3, t0.mentory_id AS mentory_id_4 FROM `team` t0 WHERE t0.id = 1;
|
| 3 |
0.52 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 team_user ON t0.id = team_user.user_id WHERE team_user.team_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 team_user ON t0.id = team_user.user_id WHERE team_user.team_id = 1;
|
| 4 |
0.40 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 meeting_user ON t0.id = meeting_user.user_id WHERE meeting_user.meeting_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 meeting_user ON t0.id = meeting_user.user_id WHERE meeting_user.meeting_id = 3;
|