liquibase + h2

Please help me.
When I use or then erased remarks into “column1”. I use h2database. How to solve this problem?

Unfortunately that was an issue with the SQL generated through Liquibase 3.2.2. There is a fix for 3.3.0 (out very soon) that should resolve it. Without updating for 3.3.0, you’ll have to switch to a block to control the SQL generated.

Nathan