Hi Steve,
Sorry for the confusion I may have cause.
Let me try to explain the workflow:
- We initialize a new database a schema using liquibase changeset.
- We can add a new table and field to database a at run-time. Or during the time when the application is running. For example, we add a new table people to the schema of database a, which is not originally in the changeset.
- Now, we create a new database b.
- We want to import the schema of database a to b, with people table.
I hope that is clear.
Thanks and Regards,
czetsuya