I have created a project to test PostgreSQL's inheritance feature with Spring Boot 3.2.5 with Java 21. I am using Flyway scripts to manually create the tables: create table if not exists products ( id ...