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