3 lines
88 B
MySQL
3 lines
88 B
MySQL
|
|
-- AlterTable
|
||
|
|
ALTER TABLE "User" ADD COLUMN "admin" BOOLEAN NOT NULL DEFAULT false;
|