Liquibase Rollback without delete new data

Hi
Can I use Liquibase Rollback without delete any data?
For example - Liquibase create table, after → I insert in this table data, → after I use Liquibase Rollback
Can I save new table with data?