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?
1 Reply
Same question. Has anyone managed to do this?
Ended up just doing this which is similar to how pgTableCreator is acutally implemented