Does Liquibase allow us to create a table column as an Array of nvarchar(100) using XML or YAML changesets.
I mean it is possible to do that within some databases natively.
There are other RDBMS as well, which also allow such a columns which are arrays of basic data types like arrays of string/ array of integers etc. My requirement is to implement such a table using Liquibase changeset and underlying H2 DB and subsequently some other DB which also has the array of string column feature.