You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
synctv/.sqlx/query-32367e6243022f66811cb...

63 lines
1.3 KiB
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT target_id, ip_address, user_agent, details AS \"details!: serde_json::Value\" FROM audit_logs WHERE actor_id = '100107'",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "target_id",
"type_info": "Varchar",
"origin": {
"Table": {
"table": "audit_logs",
"name": "target_id"
}
}
},
{
"ordinal": 1,
"name": "ip_address",
"type_info": "Text",
"origin": {
"Table": {
"table": "audit_logs",
"name": "ip_address"
}
}
},
{
"ordinal": 2,
"name": "user_agent",
"type_info": "Text",
"origin": {
"Table": {
"table": "audit_logs",
"name": "user_agent"
}
}
},
{
"ordinal": 3,
"name": "details!: serde_json::Value",
"type_info": "Jsonb",
"origin": {
"Table": {
"table": "audit_logs",
"name": "details"
}
}
}
],
"parameters": {
"Left": []
},
"nullable": [
true,
true,
true,
true
]
},
"hash": "32367e6243022f66811cb08856bcd1195d4b0980a81562caaa43987805320f86"
}