Currently, database tables are auto-generated from the entities in the Spring Boot application. To improve database management and version control, integrate Flyway to handle database migrations. The goal is to separate schema management from the Spring framework and control database changes through Flyway scripts
Currently, database tables are auto-generated from the entities in the Spring Boot application. To improve database management and version control, integrate Flyway to handle database migrations. The goal is to separate schema management from the Spring framework and control database changes through Flyway scripts