3 lines
114 B
MySQL
Raw Normal View History

2023-12-29 21:15:32 +08:00
-- AlterTable
ALTER TABLE "Monitor" ADD COLUMN "updatedAt" TIMESTAMPTZ(6) NOT NULL DEFAULT CURRENT_TIMESTAMP;