3 lines
92 B
SQL
3 lines
92 B
SQL
-- AlterTable
|
|
ALTER TABLE "users" ADD COLUMN "disabled" BOOLEAN NOT NULL DEFAULT false;
|