vanikam/.sqlx/query-876ca2c177175439a1604a2d5aeec785e41473116ceda238a8089bcb33588e3d.json

19 lines
608 B
JSON
Raw Normal View History

2024-07-23 19:18:09 +05:30
{
"db_name": "PostgreSQL",
"query": "UPDATE\n cqrs_ordering_order_query\n SET\n version = $1,\n customer_name = $2,\n created_time = $3,\n store_id= $4,\n deleted = $5;",
2024-07-23 19:18:09 +05:30
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Text",
"Timestamptz",
"Uuid",
2024-07-23 19:18:09 +05:30
"Bool"
]
},
"nullable": []
},
"hash": "876ca2c177175439a1604a2d5aeec785e41473116ceda238a8089bcb33588e3d"
2024-07-23 19:18:09 +05:30
}