How to update related table?

后端 未结 0 1519
耶瑟儿~
耶瑟儿~ 2020-12-11 00:26

I have the following tables:

@Entity(\'personas\')
export class Personas {

    @PrimaryGeneratedColumn()
    @IsNumber()
    public id: number;

    @Column(         


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