-- AlterTable
ALTER TABLE "Dealer" ADD COLUMN     "cloudflareRecordId" TEXT,
ADD COLUMN     "publishedAt" TIMESTAMP(3);
