Files
ppanel-web/migrations/postgres/02131_timestamptz_last_reported_at.down.sql
T
2026-07-05 20:36:25 +08:00

4 lines
121 B
SQL

ALTER TABLE "servers"
ALTER COLUMN "last_reported_at" TYPE timestamp(3)
USING "last_reported_at" AT TIME ZONE 'UTC';