Were you ever able to resolve this? I'm running into a similar issue now
using Liquibase 3.2.2 and MySQl 5.6. Out of approximately 200
tables in my database (all of which have columns), only 2 show up with
columns in the changeLog.xml.
Otherwise I just see a bunch of the following:
- <changeSet author="eddie (generated)" id="1409095248246-137">
- <createTable tableName="sessions"/>
- </changeSet>