13 lines
416 B
JSON
13 lines
416 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "UPDATE quizzes\n SET title = ?, description = ?, active = ?,\n shuffle_questions = ?, shuffle_answers = ?,\n time_limit_seconds = ?\n WHERE id = ?",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 7
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "b5ad1b275532a5fee969cd4dec66e1f7e5d6c6c2bafeb1bbfc6e84f86ee43e9e"
|
|
}
|