Files
packager/.sqlx/query-31bd853345496b0680c337f7b9e3c5e5ee04a315af737507001d9a128e981c52.json

13 lines
344 B
JSON
Raw Permalink Normal View History

2023-08-29 21:34:00 +02:00
{
"db_name": "SQLite",
2023-08-29 21:34:00 +02:00
"query": "INSERT INTO inventory_items_categories\n (id, name, user_id)\n VALUES\n (?, ?, ?)",
2023-08-29 21:34:00 +02:00
"describe": {
"columns": [],
"parameters": {
2023-08-29 21:34:00 +02:00
"Right": 3
2023-08-29 21:34:00 +02:00
},
"nullable": []
},
2023-08-29 21:34:00 +02:00
"hash": "31bd853345496b0680c337f7b9e3c5e5ee04a315af737507001d9a128e981c52"
2023-08-29 21:34:00 +02:00
}