Hi,
Thanks for reply, I was setting the below property as true so it was dropping all the table and creating new table.
I have set it to false and it was not deleting the existing table and records while adding the new column
SpringLiquibase liquibase = new SpringLiquibase();
liquibase.setDropFirst(true);
Can you please share us any link which include detailed documentation with examples about migration in liquibase