Files
quicklanch-server/prisma/migrations/20260412181256_order_schema_change/migration.sql
T

4 lines
114 B
SQL
Raw Normal View History

-- AlterTable
ALTER TABLE "Order" ADD COLUMN "customerEmail" TEXT,
ALTER COLUMN "customerNote" DROP NOT NULL;