13 lines
376 B
JSON
13 lines
376 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "INSERT INTO inventory_items\n (id, name, description, weight, category_id, user_id)\n VALUES\n (?, ?, ?, ?, ?, ?)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 6
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "f6a5ccd2290b8c3d12cddd7c80899b551fa40dbec71f1498974f9a07cdf5f70e"
|
|
}
|