{ "db_name": "PostgreSQL", "query": "\n INSERT INTO team_members (\n id, team_id, user_id, role, permissions, organization_permissions, is_owner, accepted\n )\n VALUES (\n $1, $2, $3, $4, $5, $6, $7, $8\n )\n ", "describe": { "columns": [], "parameters": { "Left": [ "Int8", "Int8", "Int8", "Varchar", "Int8", "Int8", "Bool", "Bool" ] }, "nullable": [] }, "hash": "8d6166509c910b6400efc1d1398aae92ebe04b0d4d1fe1762208167cee23b645" }