int array type for HQSLDB

Hello,


I’m trying to generate a table with an int array column for HSQLDB.


<span class=“Apple-tab-span”. Is it possible to bypass the interpretation of liquibase to allow arbitrary types?


Cheers,

Stan.

You can also use to replace portions of the generated SQL if you don’t want to re-write the entire SQL.


Nathan

You could just use a block and write the add column statement inside.

Hi there,

Yes, that would be a solution. i could write the entire create table that way.

thanks for the suggestion!


Cheers,

Stan.