Or Ben-yossef
Results
1
comments of
Or Ben-yossef
Currently, there is a way of using `@ViewColumn` on a relation? Something like that - `@ViewColumn @OneToOne(() => A) @JoinColumn({ name: 'id' }) readonly banner?: A | null ` When...