27 lines
515 B
JSON
27 lines
515 B
JSON
|
|
{
|
||
|
|
"db_name": "SQLite",
|
||
|
|
"query": "SELECT\n id,\n name\n FROM trips_types",
|
||
|
|
"describe": {
|
||
|
|
"columns": [
|
||
|
|
{
|
||
|
|
"name": "id",
|
||
|
|
"ordinal": 0,
|
||
|
|
"type_info": "Text"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "name",
|
||
|
|
"ordinal": 1,
|
||
|
|
"type_info": "Text"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"parameters": {
|
||
|
|
"Right": 0
|
||
|
|
},
|
||
|
|
"nullable": [
|
||
|
|
false,
|
||
|
|
false
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"hash": "1eb9a8fdb9412753592f48a9267c97042aeaf6691546efae894e5d34ee92f34b"
|
||
|
|
}
|