the find function in typeorm return field with __underscores__

前端 未结 0 1980
既然无缘
既然无缘 2021-01-07 14:49

I have entity in typeorm defined as:

@Entity(\'foo\', { schema: \'dbo\' })
export class Foo extends BaseEntity {

  ...
  @ManyToMany(() => Bar, (bar) =>         


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