Results 1 comments of Lucas Beluomini

In my case I need to use the 'Relation': ``` @ManyToOne(() => Entity, (entity) => entity.property, { eager: true }) @JoinColumn({ name: "entity_id", referencedColumnName: "id" }) entity: Relation; @Column("text", {...