hafribilal / ecom-app-spring-boot-2021

E-Commerce project for Spring Boot
MIT License
1 stars 0 forks source link

Missing Tables #1

Closed hafribilal closed 3 years ago

hafribilal commented 3 years ago

the tables on db is :

there is no

hafribilal commented 3 years ago

problem solved in this commit. just add

@Inheritance(strategy = InheritanceType.TABLE_PER_CLASS)

to the Superclass