Attribute contains only ID, not whole entity, in persisted TypeORM entity

后端 未结 0 1038
渐次进展
渐次进展 2020-11-30 06:28

I\'ve got this entity class:

@Entity("organization")
export class OrganizationEntity {

    // ...

    @PrimaryColumn({name: "party_id"})         


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