Data type “Array” in “User.repositories” is not supported by “mysql” database

后端 未结 0 1678
孤街浪徒
孤街浪徒 2021-01-04 01:54

I have two entities with using typeorm like below:

user.entity

  @Column({array: true})
  @OneToMany(() => Repository, repo => repo.user)
  repositorie         


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