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