Re: [doctrine-user] Wrong Entity names generated from database (postgres with diferent schemas)

2018-09-20 Thread Marco Pivetta
Did you already try with newest DBAL/ORM? On Thu, 20 Sep 2018, 06:25 Dunior Socarras, wrote: > I'm using Doctrine 2.5, I have a database in PostgreSQL 6 and my tables > are inside diferent schemas. > When I excecute the command "doctrine orm:convert-mapping --from-database > annotation", Doctrin

[doctrine-user] Wrong Entity names generated from database (postgres with diferent schemas)

2018-09-19 Thread Dunior Socarras
I'm using Doctrine 2.5, I have a database in PostgreSQL 6 and my tables are inside diferent schemas. When I excecute the command "doctrine orm:convert-mapping --from-database annotation", Doctrine generate the entities but with a wrong name, ex.: if the Schema name in PostgreSQL is "people" and