2022-07-25 02:13:27 +01:00

3 lines
91 B
SQL

-- AlterTable
ALTER TABLE "User" ADD COLUMN "notVegan" BOOLEAN NOT NULL DEFAULT false;