We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
En usuarios/view se están trayendo asociaciones con respecto a turnos del usuario que no son utilizadas por la vista.
5 SELECT Turno.id_turno, Turno.paciente_id, Turno.medico_id, Turno.fecha_inicio, Turno.fecha_fin, Turno.consultorio_id, Turno.recibido, Turno.atendido, Turno.cancelado FROM turnera.turnos AS Turno WHERE Turno.paciente_id = (73)
Turno
id_turno
paciente_id
medico_id
fecha_inicio
fecha_fin
consultorio_id
recibido
atendido
cancelado
turnera
turnos
The text was updated successfully, but these errors were encountered:
No branches or pull requests
En usuarios/view se están trayendo asociaciones con respecto a turnos del usuario que no son utilizadas por la vista.
5 SELECT
Turno
.id_turno
,Turno
.paciente_id
,Turno
.medico_id
,Turno
.fecha_inicio
,Turno
.fecha_fin
,Turno
.consultorio_id
,Turno
.recibido
,Turno
.atendido
,Turno
.cancelado
FROMturnera
.turnos
ASTurno
WHERETurno
.paciente_id
= (73)The text was updated successfully, but these errors were encountered: