39 lines
901 B
JSON
39 lines
901 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT id AS \"id!: i64\", infohash AS \"infohash!: String\",\n target_kind AS \"target_kind!: String\", target_id AS \"target_id!: i64\"\n FROM grabs WHERE state = 'sent'",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "id!: i64",
|
|
"ordinal": 0,
|
|
"type_info": "Integer"
|
|
},
|
|
{
|
|
"name": "infohash!: String",
|
|
"ordinal": 1,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "target_kind!: String",
|
|
"ordinal": 2,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "target_id!: i64",
|
|
"ordinal": 3,
|
|
"type_info": "Integer"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": [
|
|
true,
|
|
false,
|
|
false,
|
|
false
|
|
]
|
|
},
|
|
"hash": "107d5702236ede18bc5a88daedd0fff699d5c80399c0d0139e1e89732b58b169"
|
|
}
|