odin-codespace/file-uploader/prisma/migrations/20250609195945_add_modified_at/migration.sql
2025-06-26 16:30:30 -04:00

2 lines
121 B
SQL

-- AlterTable
ALTER TABLE "File" ADD COLUMN "modifiedAt" TIMESTAMP(3) NOT NULL DEFAULT '2020-03-19 14:21:00 +02:00';