-- AlterTable ALTER TABLE `Product` MODIFY `discount` INTEGER NULL DEFAULT 1, MODIFY `saleDiscount` INTEGER NULL DEFAULT 1;