Bilal Malik
Results
2
issues of
Bilal Malik
Hi, I only want to unattached image not delete from the page. 
user.entity.ts ``` @PolymorphicChildren(() => Media, { eager: true, }) media: Media[]; ``` media.entity.ts ``` @PolymorphicParent(() => [User]) owner: User; @Column({ length: 191, nullable: true }) entityType: string; @Column({ nullable: true...