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