-- AlterTable ALTER TABLE "Order" ADD COLUMN "discountCode" TEXT; ALTER TABLE "Order" ADD COLUMN "discountAmount" INTEGER NOT NULL DEFAULT 0;