Description
When using Migrate Database Schema with MsSqlServer 2008, jdbc driver
<dependency>
<groupId>net.sourceforge.jtds</groupId>
<artifactId>jtds</artifactId>
<version>1.3.0</version>
</dependency>
It shows not only tables from schema configured in cayenne but also system tables. For example tables like: columns, sysprotects and so on.