Hi, I have been using liquibase diff option for a while for same database engine and it works pretty well.
I have a case and like to see if liquibase is the right tool. I have migrated a database from Oracle to PostgreSQL.
- In Oracle, all schema/table/index/columns are upper case. In PostgreSQL, they are lower case
- Some data type is different which is normal for different engine.
Is it possible for liquibase to to diff? I just want to make sure table, index, columns match in both databases (case insensitive).