generateChangeLog has no contents for view table

I was using liquibase-maven-plugin 4.1.1 to reverse engineering a MSSQLServer database. However, it seems that the changesets for view tables are all empty

<changeSet author="me (generated)" id="1603999479808-1819">
    <createView fullDefinition="true" viewName="XXX_YYYY_ZZZZZ_VW">null</createView>
</changeSet>

I was just using mvn liquibase:generateChangeLog command

What happens when you use the latest Liquibase 3.10.x version? We are using MySQL but views are picked up and placed into the auto-generated changelog.

Sorry, I found that it could be with SQL user permission. So no issues here. Just that liquibase plugin did not show any errors

1 Like