I have a class Category containing this:
/** * @ORM\\OneToMany(targetEntity=\"Friend\", mappedBy=\"category\") * @ORM\\OrderBy({\"name\" =
This must be a crazy answer but did you update database schema? onDelete="SET NULL" is on database level, it must work on innoDB.
onDelete="SET NULL"