Present in both answers;Present only in the new answer;Present only in the old answer;
If your table is partitioned then make sure that you have following property in your `application.yml`:```spring: jpa: properties: hibernate: hbm2ddl: extra_physical_table_types: PARTITIONED TABLE```
If your table is partitioned then make sure that you have following property in your `application.yml`:```spring: jpa: properties: hibernate: hbm2ddl: extra_physical_table_types: PARTITIONED TABLE```
Present in both answers;Present only in the new answer;Present only in the old answer;