I have a SQL 2008 db with several tables that have columns defined as varbinary(max). I’d like to get liquibase up and running for an existing development project, so am using generateChangeLog to extract the schema. However in the XML these columns are being defined as varbinary(2147483647). This naturally results in syntax errors in SQL . Any workarounds to this issue that don’t involve hacking into the API? I’d like to not have to maintain my own version of LB.