13 lines
377 B
JSON
13 lines
377 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "UPDATE movies SET state = 'downloading',\n updated_at = strftime('%Y-%m-%dT%H:%M:%fZ', 'now')\n WHERE id = ?",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "792226f98ff3c19945154c7fda9e36f1fcf4fea39541f19989ee312da55c9f47"
|
|
}
|