likwid/backend/.sqlx/query-c2a2d3c0016e6d4df3fd04f9e24c5c4fde0acbe42a195eaf74cf5299dacb846c.json

59 lines
1.2 KiB
JSON
Raw Normal View History

{
"db_name": "PostgreSQL",
"query": "SELECT \n id, community_id, export_type, \n format::text AS \"format!\", status::text AS \"status!\",\n record_count, download_url\n FROM export_jobs WHERE id = $1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Uuid"
},
{
"ordinal": 1,
"name": "community_id",
"type_info": "Uuid"
},
{
"ordinal": 2,
"name": "export_type",
"type_info": "Varchar"
},
{
"ordinal": 3,
"name": "format!",
"type_info": "Text"
},
{
"ordinal": 4,
"name": "status!",
"type_info": "Text"
},
{
"ordinal": 5,
"name": "record_count",
"type_info": "Int4"
},
{
"ordinal": 6,
"name": "download_url",
"type_info": "Text"
}
],
"parameters": {
"Left": [
"Uuid"
]
},
"nullable": [
false,
true,
false,
null,
null,
true,
true
]
},
"hash": "c2a2d3c0016e6d4df3fd04f9e24c5c4fde0acbe42a195eaf74cf5299dacb846c"
}