{ "db_name": "PostgreSQL", "query": "\n INSERT INTO post (\n semantic_id, title, description, preview_image_url, content, published_time\n ) VALUES ($1, $2, $3, $4, $5, $6)\n RETURNING id\n ", "describe": { "columns": [ { "ordinal": 0, "name": "id", "type_info": "Int4" } ], "parameters": { "Left": [ "Varchar", "Text", "Text", "Text", "Text", "Timestamp" ] }, "nullable": [ false ] }, "hash": "82c4c8d03298009e776d42ae6069182cc318e0b1d8497a675cf4449adcaf1927" }