mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 09:08:32 +02:00
117 lines
2.5 KiB
JSON
117 lines
2.5 KiB
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n SELECT\n id, model, workspace_id, request_id, updated_at, created_at, url, status,\n status_reason, content_length, body_path, elapsed, elapsed_headers, error,\n version, remote_addr,\n headers AS \"headers!: sqlx::types::Json<Vec<HttpResponseHeader>>\"\n FROM http_responses\n WHERE workspace_id = ?\n ORDER BY created_at DESC\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "id",
|
|
"ordinal": 0,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "model",
|
|
"ordinal": 1,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "workspace_id",
|
|
"ordinal": 2,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "request_id",
|
|
"ordinal": 3,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"ordinal": 4,
|
|
"type_info": "Datetime"
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"ordinal": 5,
|
|
"type_info": "Datetime"
|
|
},
|
|
{
|
|
"name": "url",
|
|
"ordinal": 6,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "status",
|
|
"ordinal": 7,
|
|
"type_info": "Int64"
|
|
},
|
|
{
|
|
"name": "status_reason",
|
|
"ordinal": 8,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "content_length",
|
|
"ordinal": 9,
|
|
"type_info": "Int64"
|
|
},
|
|
{
|
|
"name": "body_path",
|
|
"ordinal": 10,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "elapsed",
|
|
"ordinal": 11,
|
|
"type_info": "Int64"
|
|
},
|
|
{
|
|
"name": "elapsed_headers",
|
|
"ordinal": 12,
|
|
"type_info": "Int64"
|
|
},
|
|
{
|
|
"name": "error",
|
|
"ordinal": 13,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "version",
|
|
"ordinal": 14,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "remote_addr",
|
|
"ordinal": 15,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "headers!: sqlx::types::Json<Vec<HttpResponseHeader>>",
|
|
"ordinal": 16,
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false,
|
|
false,
|
|
false,
|
|
false,
|
|
false,
|
|
false,
|
|
false,
|
|
true,
|
|
true,
|
|
true,
|
|
false,
|
|
false,
|
|
true,
|
|
true,
|
|
true,
|
|
false
|
|
]
|
|
},
|
|
"hash": "d5e087caa163a0c7bfbbadf07eccb80105501cf5baab706aa6792dfe90af8fc9"
|
|
}
|