0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 00:47:50 +01:00
posthog/rust/.sqlx/query-2a1514685491269ca61a0a898d7491f908b5047e86b13fbff22cf8f58e85cc81.json
2024-11-18 13:58:59 +02:00

48 lines
949 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT id, team_id, status, name, description FROM posthog_errortrackingissue\n WHERE team_id = $1 AND id = $2\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Uuid"
},
{
"ordinal": 1,
"name": "team_id",
"type_info": "Int4"
},
{
"ordinal": 2,
"name": "status",
"type_info": "Text"
},
{
"ordinal": 3,
"name": "name",
"type_info": "Text"
},
{
"ordinal": 4,
"name": "description",
"type_info": "Text"
}
],
"parameters": {
"Left": [
"Int4",
"Uuid"
]
},
"nullable": [
false,
false,
false,
true,
true
]
},
"hash": "2a1514685491269ca61a0a898d7491f908b5047e86b13fbff22cf8f58e85cc81"
}