mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-09-16 05:22:20 +02:00
3 lines
91 B
SQL
3 lines
91 B
SQL
-- AlterTable
|
|
ALTER TABLE "User" ADD COLUMN "notVegan" BOOLEAN NOT NULL DEFAULT false;
|