2023-02-01 17:40:49 -06:00

3 lines
96 B
SQL

-- AlterTable
ALTER TABLE "users" ADD COLUMN "noteCowboyHat" BOOLEAN NOT NULL DEFAULT true;