21 lines
496 B
JSON
21 lines
496 B
JSON
|
|
{
|
||
|
|
"db_name": "SQLite",
|
||
|
|
"query": "INSERT INTO places\n (name, address, open_hours, icon, description, longitude, latitude, url)\n VALUES (?, ?, ?, ?, ?, ?, ?, ?)\n RETURNING id",
|
||
|
|
"describe": {
|
||
|
|
"columns": [
|
||
|
|
{
|
||
|
|
"name": "id",
|
||
|
|
"ordinal": 0,
|
||
|
|
"type_info": "Int64"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"parameters": {
|
||
|
|
"Right": 8
|
||
|
|
},
|
||
|
|
"nullable": [
|
||
|
|
false
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"hash": "92ac9ff4e52046e57f006846914912c790d4fa63428c2e5d432358aa55bd2bbc"
|
||
|
|
}
|