project-knedita/prisma/migrations/20230725204148_modified_comments_model/migration.sql

3 lines
113 B
MySQL
Raw Permalink Normal View History

-- AlterTable
ALTER TABLE "Comments" ADD COLUMN "updatedAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP;