2 lines
93 B
SQL
2 lines
93 B
SQL
-- AlterTable
|
|
ALTER TABLE "User" ADD COLUMN "superAdmin" BOOLEAN NOT NULL DEFAULT false;
|