mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 16:04:08 +00:00
12 lines
328 B
JSON
12 lines
328 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n INSERT INTO groups(group_id, group_name)\n VALUES('group', 'Group')\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "e2a5bdab035e10052f1091991d249407492b87fc3fe4fd56dac858a77a8f6845"
|
|
}
|