I have the following tables:
@Entity(\'personas\') export class Personas { @PrimaryGeneratedColumn() @IsNumber() public id: number; @Column(