Database Tables not created when Export/Import an App
We are attempting to export an app from a dev PRPC server to a test PRPC server. When going to DesignerStudio->Application->Distribution->Package and selecting all the appropriate options, everything seems to export correctly. However, after successfully importing the app on the test instance, everything seems to work except for the database tables created for the custom classes are missing. The database tables in the PEGA DATA schema are not created on the target database, i.e. pc_CustomClassName_work and pc_History_CustomClassName_work.
Do we need to create these manually or should they be created automagically when importing the application.
If we need to create these manually, do all the tables for the custom classes need to be created (PC_ and PR_) or only the PC_ tables?
Environment is PRPC 7.1.7, JBoss EAP 6.3, RHEL 6.6, Oracle 12c.
Thanks!