Liquibase does not generate consistent data difference of two databases
问题 I'm trying to generate migration with diffChangeLog. And it looks like Liquibase detects data changes only when table schema was modified. In other words if you have two DBs with same table, and you will insert or update rows in this table, Liquibase do nothing on diffChangeLog event with --diffTypes="data" parameter. But if toy create new table and insert rows in this table Liquibase generate inserts perfectly. Here are steps that I have made during my research: 1) Run two DBs: >sudo docker