mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 18:24:08 +00:00
38 lines
812 B
JSON
38 lines
812 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n SELECT user_id, username\n FROM contacts\n ORDER BY user_id\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "user_id",
|
|
"ordinal": 0,
|
|
"type_info": "Integer",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "contacts",
|
|
"name": "user_id"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "username",
|
|
"ordinal": 1,
|
|
"type_info": "Text",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "contacts",
|
|
"name": "username"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false
|
|
]
|
|
},
|
|
"hash": "f14a47bb8c173ad393d4822151e129471217ba0bff76ae265b0e0d5b6f7c73fe"
|
|
}
|