herz-nsot/prisma/migrations/20230402213727_/migration.sql

9 lines
211 B
SQL

-- AlterTable
ALTER TABLE "Device" ADD COLUMN "description" TEXT;
-- AlterTable
ALTER TABLE "DeviceTypes" ADD COLUMN "description" TEXT;
-- AlterTable
ALTER TABLE "Manufacturer" ADD COLUMN "description" TEXT;