I have encountered a situation where I am utilizing an entity setup similar to the one explained in this resource. The problem arises when I try to remove entries from post.postToCategories
. Instead of deleting the entire row, TypeORM sets one side of the relation to null
, essentially causing a detachment issue.
How can I ensure the complete deletion of the row?