ad/prisma/migrations/20240228132441_added_comment/migration.sql

3 lines
62 B
SQL

-- AlterTable
ALTER TABLE "ad" ADD COLUMN "comment" TEXT;