27 lines
489 B
JSON
27 lines
489 B
JSON
|
|
{
|
||
|
|
"db_name": "SQLite",
|
||
|
|
"query": "SELECT * FROM RelayLabels ORDER BY relay_id",
|
||
|
|
"describe": {
|
||
|
|
"columns": [
|
||
|
|
{
|
||
|
|
"name": "relay_id",
|
||
|
|
"ordinal": 0,
|
||
|
|
"type_info": "Integer"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "label",
|
||
|
|
"ordinal": 1,
|
||
|
|
"type_info": "Text"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"parameters": {
|
||
|
|
"Right": 0
|
||
|
|
},
|
||
|
|
"nullable": [
|
||
|
|
false,
|
||
|
|
false
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"hash": "117e7029e31f9283bbed6b5b3df23c4cdc025b9f7f14a392d63a99e8caef65cb"
|
||
|
|
}
|