Files

3 lines
88 B
MySQL
Raw Permalink Normal View History

-- AlterTable
ALTER TABLE "users" ADD COLUMN "is_admin" BOOLEAN NOT NULL DEFAULT false;