20 lines
400 B
JSON
20 lines
400 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT user_id FROM sales_person_user WHERE sales_person_id = ?",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "user_id",
|
|
"ordinal": 0,
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "906f6f9cd7e4c67b0b110b63ffef96231ba68c2296d6b14d7739e13eb25d8aab"
|
|
}
|