-- AlterTable
ALTER TABLE "UserRedemptionHistory" ADD COLUMN     "courierType" TEXT,
ADD COLUMN     "remarks" TEXT,
ADD COLUMN     "shippingNo" TEXT;
