This is my table:
@Entity(\'products\') export class Products { @PrimaryGeneratedColumn() @IsNumber() public id: number; @Column(\'decimal\'