vanikam/.sqlx/query-34ba93d669697b7080df26bb23e7d27dcb4352041b04fc9d21e7332f0b8b32be.json

25 lines
1 KiB
JSON
Raw Normal View History

{
"db_name": "PostgreSQL",
2024-07-23 21:25:27 +05:30
"query": "INSERT INTO cqrs_ordering_line_item_query (\n version,\n product_name,\n product_id,\n line_item_id,\n quantity_minor_unit,\n quantity_minor_number,\n quantity_major_unit,\n quantity_major_number,\n created_time,\n kot_id,\n deleted\n ) VALUES (\n $1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11\n );",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Text",
"Uuid",
"Uuid",
"Text",
"Int4",
"Text",
"Int4",
2024-07-23 19:07:23 +05:30
"Timestamptz",
2024-07-23 21:25:27 +05:30
"Uuid",
"Bool"
]
},
"nullable": []
},
2024-07-23 21:25:27 +05:30
"hash": "34ba93d669697b7080df26bb23e7d27dcb4352041b04fc9d21e7332f0b8b32be"
}