22 lines
862 B
JSON
22 lines
862 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE\n cqrs_billing_bill_query\n SET\n version = $1,\n\n created_time = $2,\n store_id = $3,\n bill_id = $4,\n token_number = $5,\n total_price_major = $6,\n total_price_minor = $7,\n total_price_currency = $8,\n\n deleted = $9;",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Timestamptz",
|
|
"Uuid",
|
|
"Uuid",
|
|
"Int4",
|
|
"Int4",
|
|
"Int4",
|
|
"Text",
|
|
"Bool"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "b335fc519289a42c707855b620a35433d3f8bd1e798772c05fc156494c036ef5"
|
|
}
|