LICIBASE ALTER -Spaltentyp / Länge
<changeSet author="liquibase" id="sample">
<modifyDataType
columnName="description"
newDataType="varchar(2000)"
tableName="account"/>
</changeSet>
Difficult Duck