3 lines
89 B
MySQL
Raw Permalink Normal View History

-- AlterTable
ALTER TABLE "Item" ADD COLUMN "apiKey" BOOLEAN NOT NULL DEFAULT false;