2022-12-07.sql 159 字节 原文件 审查 历史 永久链接 1 2 ALTER TABLE "public"."node_task" ADD COLUMN "last_sent_at" timestamptz(6); COMMENT ON COLUMN "public"."node_task"."last_sent_at" IS '最后一次发送时间';