Files
nroxy/packages/db/prisma/migrations/20260310134000_add_plan_pricing/migration.sql
2026-03-10 14:03:52 +03:00

4 lines
156 B
SQL

ALTER TABLE "SubscriptionPlan"
ADD COLUMN "monthlyPriceUsd" DECIMAL(12,2) NOT NULL DEFAULT 9.99,
ADD COLUMN "billingCurrency" TEXT NOT NULL DEFAULT 'USDT';