{ "db_name": "PostgreSQL", "query": "UPDATE loops\n SET last_run_id = $2, next_fire_at = $3, updated_at = now()\n WHERE id = $1", "describe": { "columns": [], "parameters": { "Left": [ "Uuid", "Uuid", "Timestamptz" ] }, "nullable": [] }, "hash": "7b22d878f560708e4e9723d71423e0c5800c1f714b5afc693aea49d352003f1f" }