32 lines
663 B
JSON
32 lines
663 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "select user,\n role,\n created_at as \"created_at: DateTime<Utc>\"\n\nfrom permissions\n",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "user",
|
|
"ordinal": 0,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "role",
|
|
"ordinal": 1,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "created_at: DateTime<Utc>",
|
|
"ordinal": 2,
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false,
|
|
false
|
|
]
|
|
},
|
|
"hash": "a9e910eedc27c495262571520627363290640b3af7d177a024cad06220a770f0"
|
|
}
|