Typeorm not returning column when trying to query on null

前端 未结 0 1594
抹茶落季
抹茶落季 2020-12-07 02:37

My entity looks like this

@Unique([\'name\'])
export class DefEntity {
  @PrimaryGeneratedColumn()
  readonly id!: number;

  @Column()
  name!: string;

  @C         


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