12 lines
272 B
JSON
12 lines
272 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "INSERT INTO posts (user_id, content) VALUES (?, ?)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "c2804e9c7bbd92dcddc34dd6f9d95a2598bb69984d6023e38eeea54454887b90"
|
|
}
|