3 lines
89 B
MySQL
3 lines
89 B
MySQL
|
-- AlterTable
|
||
|
ALTER TABLE "users" ADD COLUMN "theme" TEXT NOT NULL DEFAULT E'light';
|