19 lines
599 B
JSON
19 lines
599 B
JSON
|
{
|
||
|
"db_name": "PostgreSQL",
|
||
|
"query": "UPDATE\n cqrs_inventory_category_query\n SET\n version = $1,\n name = $2,\n description = $3,\n category_id = $4,\n store_id = $5;",
|
||
|
"describe": {
|
||
|
"columns": [],
|
||
|
"parameters": {
|
||
|
"Left": [
|
||
|
"Int8",
|
||
|
"Text",
|
||
|
"Text",
|
||
|
"Uuid",
|
||
|
"Uuid"
|
||
|
]
|
||
|
},
|
||
|
"nullable": []
|
||
|
},
|
||
|
"hash": "fed365b25499b05fbeb73416310b4c5ee1d3beb6dda94290c80c5ae038894116"
|
||
|
}
|