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