Table1:
@OneToMany(() => Table2, x => x.Value, { nullable: true, cascade: true }) sender?: any[]; @OneToMany(() => Table2, x =>