{ "db_name": "PostgreSQL", "query": "SELECT pf.post_id AS \"post_id!\", p.author_id AS \"author_id!\", t.id AS \"thread_id!\"\n FROM post_flags pf\n JOIN posts p ON p.id = pf.post_id\n JOIN threads t ON t.id = p.thread_id\n JOIN categories c ON c.id = t.category_id\n WHERE pf.id = $1 AND c.community_id = $2", "describe": { "columns": [ { "ordinal": 0, "name": "post_id!", "type_info": "Uuid" }, { "ordinal": 1, "name": "author_id!", "type_info": "Uuid" }, { "ordinal": 2, "name": "thread_id!", "type_info": "Uuid" } ], "parameters": { "Left": [ "Uuid", "Uuid" ] }, "nullable": [ false, false, false ] }, "hash": "5ed94c9e85f15c46c8dd1e701dde63071ba44711af8d7c340850e56df6388cac" }