mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 13:44:07 +00:00
12 lines
301 B
JSON
12 lines
301 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "INSERT INTO contacts(user_id, username, avatar_svg_compressed) VALUES (?, ?, ?)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 3
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "36d08507990dc90860bde55e44e28a2e7637c422eb966d0a0b89b97ec7a9a8fb"
|
|
}
|