{ "db_name": "PostgreSQL", "query": "INSERT INTO cqrs_billing_bill_query (\n version,\n created_time,\n store_id,\n bill_id,\n token_number,\n total_price_major,\n total_price_minor,\n total_price_currency,\n deleted\n\n ) VALUES (\n $1, $2, $3, $4, $5, $6, $7, $8, $9\n );", "describe": { "columns": [], "parameters": { "Left": [ "Int8", "Timestamptz", "Uuid", "Uuid", "Int4", "Int4", "Int4", "Text", "Bool" ] }, "nullable": [] }, "hash": "6d9b6f386f4425d45d6aa8f7c2331c44587f54c3583849d07d81e87e1f773c2b" }