received by email:
Missing @ORM\Id when primary key is also foreign key with filled "column" property


/**
* @ORM\JoinColumn(name="products_id", referencedColumnName="products_id", nullable=false, unique=true)
* @ORM\OneToOne(targetEntity="Product", inversedBy="productDescription")
*/
private $product;