3 lines
98 B
MySQL
3 lines
98 B
MySQL
|
-- AlterTable
|
||
|
ALTER TABLE "User" ADD COLUMN "displayLinkIcons" BOOLEAN NOT NULL DEFAULT true;
|