26 lines
512 B
JSON
26 lines
512 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT * FROM 'service_token_role_membership' WHERE token_id = $1",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "role_name",
|
|
"ordinal": 0,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "token_id",
|
|
"ordinal": 1,
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false
|
|
]
|
|
},
|
|
"hash": "36485bb70f499346cd1be569887ea8b6f438f4f845ef883e80d58875b839500a"
|
|
}
|