Files

3 lines
97 B
SQL

-- AlterTable
ALTER TABLE "projects" ADD COLUMN "image_urls" TEXT[] DEFAULT ARRAY[]::TEXT[];