PostgreSQL supports multiple schema namespaces per database. It could be useful to support custom schema for each model to generate partially qualified (without database prefix) names.
By default table names should stay unqualified - contain only table name component.
This feature is a low priority nice to have eventually.