mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 18:24:08 +00:00
12 lines
334 B
JSON
12 lines
334 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n INSERT INTO contacts(user_id, username, accepted)\n VALUES(7, 'alice', 1)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "db998a6faae4968d03efb6496202c07be4b7c353d12372842b6cd5eb80fb7fd3"
|
|
}
|