spring-boot-microservices icon indicating copy to clipboard operation
spring-boot-microservices copied to clipboard

fixed unnecessary table created by Hibernate

Open jchoker opened this issue 1 year ago • 0 comments

fixed unnecessary created table by Hibernate that links Orders to OrderLineItems. For this a field of type Order is added to OrderLineItems that acts as a foreign key on the DB level.

jchoker avatar Mar 08 '23 03:03 jchoker