java - how to generate liquibase changelog with insert statement -


I am getting my hands around the Tabishab library and I want to copy to work with existing database. That's why I manage to generate changelog from the command line and I was wondering if it is possible to generate insights for the data?

Thank you for reading this.

Yes --diffTypes = "data" parameter output use CSV files that are referenced from the generated changelog And will populate your database.


Comments