mmap/.sqlx/query-035b45ec1dafdf984b6e4a0e935a5820278730cfe3253144cb73322fc7e9bff5.json
Tsuki d4448c6129
Some checks are pending
Docker Build and Push / build (push) Waiting to run
sync: add settings
2025-08-11 00:05:52 +08:00

59 lines
1.3 KiB
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT id, setting_id, old_value, new_value, changed_by, change_reason, \n created_at as \"created_at: DateTime<Utc>\"\n FROM settings_history \n WHERE setting_id = $1 \n ORDER BY created_at DESC\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Uuid"
},
{
"ordinal": 1,
"name": "setting_id",
"type_info": "Uuid"
},
{
"ordinal": 2,
"name": "old_value",
"type_info": "Text"
},
{
"ordinal": 3,
"name": "new_value",
"type_info": "Text"
},
{
"ordinal": 4,
"name": "changed_by",
"type_info": "Uuid"
},
{
"ordinal": 5,
"name": "change_reason",
"type_info": "Text"
},
{
"ordinal": 6,
"name": "created_at: DateTime<Utc>",
"type_info": "Timestamp"
}
],
"parameters": {
"Left": [
"Uuid"
]
},
"nullable": [
false,
false,
true,
true,
true,
true,
false
]
},
"hash": "035b45ec1dafdf984b6e4a0e935a5820278730cfe3253144cb73322fc7e9bff5"
}