3 lines
99 B
MySQL
3 lines
99 B
MySQL
|
-- AlterTable
|
||
|
ALTER TABLE "users" ADD COLUMN "receiveMonthlyDigestEmail" BOOLEAN DEFAULT true;
|