Does Liquibase support Oracle Object Type?

Hello,

I am planning to use Liquibase in my local database and would like to know if Oracle Object type is supported?

 

Thanks for the help.

 

It is not currently directly supported so things like generateChangeLog and other diff logic won’t pick it up. However, for writing chagneSets you can always use the tag as a fallback if you run into problems with the normal change tags.


Nathan