Files
cupcontrol/.sqlx/query-2f0d0c29c0a1c4892c3a01b47a2aa586d25d4644a907d748cd3ade0401fc77be.json
2025-12-31 01:15:05 +01:00

45 lines
831 B
JSON

{
"db_name": "SQLite",
"query": "SELECT * FROM job_events ORDER BY created_at DESC LIMIT 1000",
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Integer"
},
{
"name": "job_name",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "event_type",
"ordinal": 2,
"type_info": "Text"
},
{
"name": "event_data",
"ordinal": 3,
"type_info": "Text"
},
{
"name": "created_at",
"ordinal": 4,
"type_info": "Text"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false,
false,
false,
true,
true
]
},
"hash": "2f0d0c29c0a1c4892c3a01b47a2aa586d25d4644a907d748cd3ade0401fc77be"
}