Dunior Socarras
2018-09-20 04:25:26 UTC
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 a Table name inside that
schema is "job", Doctrine generates a file named People.job.php and the
class name is People.job. It also doesn't inlcude the schema name inside
the @Table annotation. I need help, thanks
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 a Table name inside that
schema is "job", Doctrine generates a file named People.job.php and the
class name is People.job. It also doesn't inlcude the schema name inside
the @Table annotation. I need help, thanks
--
You received this message because you are subscribed to the Google Groups "doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to doctrine-user+***@googlegroups.com.
To post to this group, send email to doctrine-***@googlegroups.com.
Visit this group at https://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to doctrine-user+***@googlegroups.com.
To post to this group, send email to doctrine-***@googlegroups.com.
Visit this group at https://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.