I\'m in the process of converting a legacy PHP application to Symfony 2. The application data is not very consistent at the moment, so I would like to avoid creating foreign
Try to add onDelete="CASCADE" like
* @ORM\JoinColumn(name="manufacturer_id", referencedColumnName="id", onDelete="CASCADE")