I am running a spring boot application(jdk:17) with mysql 5.7 i linked them with docker compose but when the application is started it doesnt create all the tables it created only 14 tables out of 24But when i run the same code on windows it creates all the tables.Any solution?
I tried to upgrade mysql to mysql 8