I am using liquibase directly in Java.
I am setting a change log table name as I have an existing table I want to use.
Liquibase fails to create a snapshot from existing table and tries to create the same table again. This of course fails as the object already exists,
Using liquibase version: 3.7.0