How to add create an entity inside another entity (NestJS)?

前端 未结 0 473
我在风中等你
我在风中等你 2021-01-06 22:58

I have two entities: User and Photo with relationship OneToMany. One user can have many photos. User:

@Entity(\'users\')
export class User {
  @PrimaryGenerat         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题