{ "db_name": "PostgreSQL", "query": "\n\t\tselect\n\t\t\tg.id as \"id: DBAttributionGroupId\",\n\t\t\tg.flame_project,\n\t\t\tg.attribution,\n\t\t\tg.attributed_at,\n\t\t\tg.attributed_by as \"attributed_by: i64\"\n\t\tfrom project_attribution_groups g\n\t\twhere g.project_id = $1\n\t\t", "describe": { "columns": [ { "ordinal": 0, "name": "id: DBAttributionGroupId", "type_info": "Int8" }, { "ordinal": 1, "name": "flame_project", "type_info": "Jsonb" }, { "ordinal": 2, "name": "attribution", "type_info": "Jsonb" }, { "ordinal": 3, "name": "attributed_at", "type_info": "Timestamptz" }, { "ordinal": 4, "name": "attributed_by: i64", "type_info": "Int8" } ], "parameters": { "Left": [ "Int8" ] }, "nullable": [ false, true, true, true, true ] }, "hash": "1d96df0ac64801641f9af796d482d2964c1acf2d03e15b8f1397340d0c994af6" }