3 lines
101 B
MySQL
3 lines
101 B
MySQL
|
-- AlterTable
|
||
|
ALTER TABLE "users" ADD COLUMN "noteTerritoryPosts" BOOLEAN NOT NULL DEFAULT true;
|