paper-burner/local-proxy/prisma/migrations/20260325035303_/migration.sql

4 lines
98 B
SQL

-- AlterTable
ALTER TABLE "documents" ADD COLUMN "ossKey" TEXT,
ADD COLUMN "ossUrl" TEXT;