-- AlterTable
ALTER TABLE `Orders` MODIFY `discountPercentage` DOUBLE NOT NULL DEFAULT 0,
    MODIFY `discountAmount` DOUBLE NOT NULL DEFAULT 0;
