3 lines
99 B
MySQL
Raw Permalink Normal View History

-- AlterTable
ALTER TABLE "users" ADD COLUMN "noReferralLinks" BOOLEAN NOT NULL DEFAULT false;