Postgresql – Spring boot starter validations not working with postgres. Error excecuting DDL
I have a project with spring boot starter validations and recently added the driver to connect to a postgres database and the ddl-auto=create. When the application starts it is not able to create my table. I have two models with…