DB Migration in Play

Hi all,
I have read the documentation about the evolutions in play and would like to comment on some things.

At the moment, using ebean, if you generate this automatically the database only performs create and drop. For the evolutions of the database, it is not comfortable because it deletes all the data. I have read https://ebean.io/docs/setup/dbmigration but I cannot put it into operation in 2.7.x

if use play evolutions, you have to write the scripts manually and it is not a good option.

What do you use for this or what is the correct way to generate the update scripts automatically with the modification of the classes?
Regards

As I know, there is not any automatic way at this time! Enjoy writing sql scripts…