{
  "db_name": "PostgreSQL",
  "query": "INSERT INTO comments (parent_post_id, parent_comment_id, author_user_id, content) VALUES ($1, $2, $3, $4)",
  "describe": {
    "columns": [],
    "parameters": {
      "Left": [
        "Int8",
        "Int8",
        "Int8",
        "Text"
      ]
    },
    "nullable": []
  },
  "hash": "fe72509852c87463cea9775d9606e89a9851b372b39d68a10c16961acd968eef"
}