Inheritance TABLE_PER_CLASS bad table for column ID to SubClass

But even removing @Table on the FATHER class it chooses a table name for the parent class ??

And I also tried by changing the inheritance strategy (by removing @Inheritance) and ditto he wants a table for the father …

I’m lost there …