{ "db_name": "PostgreSQL", "query": "\n INSERT INTO moderation_log (community_id, moderator_id, target_user_id, action_type, reason, details)\n VALUES ($1, $2, $3, $4, $5, $6)\n RETURNING id, created_at\n ", "describe": { "columns": [ { "ordinal": 0, "name": "id", "type_info": "Uuid" }, { "ordinal": 1, "name": "created_at", "type_info": "Timestamptz" } ], "parameters": { "Left": [ "Uuid", "Uuid", "Uuid", "Varchar", "Text", "Jsonb" ] }, "nullable": [ false, false ] }, "hash": "502a8e2b5a59105bcc6d1d668d47b04d7978dde7265c76ae37915f8ae8842033" }