Change column type and update values

Hi there, 


I’m quite new to Liquibase and I would liek to know if there is a way to change the data type of a column (from varchar to integer) and update the current values (for example the string “XYZ” gives 1, “ABC” gives 2)?


Thank you