PostgreSQL is not creating any table while running springboot without any exception
I cannot create any table or column in PostgreSQL with springboot and there's no exception observed. It's driving me crazy. I really need your help. here is my code. This is the model class @Entity @Data @AllArgsConstructor @Table(name = "doctor_info")…