How to retrieve Programmatically the ReferencedColumnName in an entity relation in Doctrine

前端 未结 0 1231
抹茶落季
抹茶落季 2020-12-07 00:40

I use this Customer entity

   class Customer {
   ...
   /**
    * @ORM\\Column(type="string")
    */
    private $email;

   /**
    * @ORM\\ManyTo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题