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