Ubuntu – Spring Boot + Postgresql not creating table when running app
I've looked at a solution1, solution2, and tried the spring tutorial here. I haven't been able to resolve the problem. As you can see hibernate tries to create the table Hibernate: create table users (id bigserial not null, email varchar(255),…