{ "db_name": "PostgreSQL", "query": "INSERT INTO posts (thread_id, author_id, body_markdown, body_html, external_ref)\n VALUES ($1, $2, $3, $4, $5)\n ON CONFLICT (external_ref) WHERE external_ref IS NOT NULL DO NOTHING\n RETURNING id", "describe": { "columns": [ { "ordinal": 0, "name": "id", "type_info": "Uuid" } ], "parameters": { "Left": [ "Uuid", "Uuid", "Text", "Text", "Text" ] }, "nullable": [ false ] }, "hash": "f389ab3dc65891c9532ff130143e28c42589a08527684ea77e9781abd2326188" }