3 lines
96 B
SQL
3 lines
96 B
SQL
-- AlterTable
|
|
ALTER TABLE "users" ADD COLUMN "noteCowboyHat" BOOLEAN NOT NULL DEFAULT true;
|