First off, let me start of my saying I am quiet impressed with Liquibase and I am excited about integrating it’s use on my team. We are utilizing Oracle’s XMLType column on our project and I was impressed to see that Liquibase recognizes the column type. Oracle XMLType columns have four main storage options:
- Clob XML Storage
- Object Relational XML Storage
- Object Relational Storage
- Binary XML Storage (New in Oracle 11g)
Liquibase creates the XMLType column as a Clob XML Storage and our team requires a Binary XML Storage. Does anybody know of a way to change this configuration or does Liquibase not support this column type configurations? (For an overview of Oracle’s XMLType columns, see http://www.liberidu.com/blog/?p=203)