Is it possible to generate a changelog for a specific table?
For example.. I have a schema with ~150 tables and I only want the liquibase-xml to create 2 of them.
I tried to use "--defaultSchemaName schemaname.tablename" but that does not work, at least not on oracle.
regards