Hola, estaba haciendo las pruebas en AgendarConsultas y me salio el siguiente error
2023-09-26T11:53:20.527-05:00 WARN 1176 --- [nio-8080-exec-1] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 1054, SQLState: 42S22 2023-09-26T11:53:20.528-05:00 ERROR 1176 --- [nio-8080-exec-1] o.h.engine.jdbc.spi.SqlExceptionHelper : Unknown column 'c1_0.mecido_id' in 'where clause' 2023-09-26T11:53:20.538-05:00 ERROR 1176 --- [nio-8080-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.springframework.dao.InvalidDataAccessResourceUsageException: JDBC exception executing SQL [select c1_0.id from consultas c1_0 where c1_0.mecido_id=? and c1_0.fecha=? limit ?] [Unknown column 'c1_0.mecido_id' in 'where clause'] [n/a]; SQL [n/a]] with root cause
java.sql.SQLSyntaxErrorException: Unknown column 'c1_0.mecido_id' in 'where clause'