Files
ppanel-web/migrations/postgres/02108_user_referral.sql
T
Ember Moth d2253bb8fa fix bugs
2026-07-05 22:22:13 +08:00

5 lines
154 B
SQL

ALTER TABLE "user"
ADD COLUMN "referral_percentage" SMALLINT NOT NULL DEFAULT 0,
ADD COLUMN "only_first_purchase" BOOLEAN NOT NULL DEFAULT true;