Files
x-news-ai/prisma/migrations/20260417050432_update/migration.sql
T
2026-05-14 08:42:03 +00:00

4 lines
130 B
SQL

-- AlterTable
ALTER TABLE "Trend" ALTER COLUMN "updatedAt" DROP NOT NULL,
ALTER COLUMN "updatedAt" SET DEFAULT CURRENT_TIMESTAMP;