I have an entity that looks like:
import { Entity, PrimaryGeneratedColumn, Column, ManyToOne, OneToMany } from \'typeorm\'; import { Project } from \'../proje
Do you forget to set relationKey 's configration ?
your core entities
like : { cascade :true }
try it!!!