如果你进入容器中的 PSQL 并执行 UPDATE users SET last_seen_at=NULL WHERE id=bot-id-here; 会发生什么?
UPDATE users SET last_seen_at=NULL WHERE id=bot-id-here;