vanikam/.sqlx/query-d46bb69f4e2afbae01ab08beb48a67b2cade64d9ebd47f3fc6143b057671cc1b.json

18 lines
552 B
JSON
Raw Normal View History

{
"db_name": "PostgreSQL",
2024-09-21 15:34:26 +05:30
"query": "UPDATE\n cqrs_inventory_product_customizations_query\n SET\n version = $1,\n name = $2,\n product_id = $3,\n deleted = $4;",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Text",
"Uuid",
"Bool"
]
},
"nullable": []
},
2024-09-21 15:34:26 +05:30
"hash": "d46bb69f4e2afbae01ab08beb48a67b2cade64d9ebd47f3fc6143b057671cc1b"
}