Thanks, that looks like what I needed. It's not working though. Here's the command I'm using:
Code:
database reverse engineer --schema EO_NPN --package ~.db --excludeTables "EO_NPN.MANAGE_STUDENTS EO_NPN.PERSON EO_NPN.SESSIONS EO_NPN.SESSION_BACKUP317 EO_NPN.STATION_SPECIES EO_NPN.USERS"
I also tried
Code:
database reverse engineer --schema EO_NPN --package ~.db --excludeTables "MANAGE_STUDENTS PERSON SESSIONS SESSION_BACKUP317 STATION_SPECIES USERS"
In both cases, the classes are not ignored. Am I still missing something?
Thanks!