Is is possible to use pgSchema with pgTableCreator

I want to use pgSchema and pgTableCreator together to have the tables in a specified schema in postgres and also have prefix for each table. Is there a way to do it?
Was this page helpful?