Using reverse poco with PostgreSql
Scenario
schema1.typesTable
schema2.report
- id
- title
- description
- typesId (foreign key schema1)
The code generation does not create the navigation properties unless it's in the same schema.
I do not have any issues with MSSQL.