mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 20:44:07 +00:00
12 lines
333 B
JSON
12 lines
333 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n INSERT INTO contacts (user_id, username)\n VALUES (1, 'one'), (2, 'two')\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "b3242f4964184d187d818d2e112aa826377c5ce5e09749f780c3a6a9870157d9"
|
|
}
|