Files
enuxia-quiz/.sqlx/query-d399cb531bf1e4e0e4fd5eef1ed341974401adddda33d27ed81870a20d391597.json
T
Julien Denizot 7f7c095015
Build & Push / build (push) Failing after 11s
Traefik Config / traefik (push) Has been cancelled
feat: ci: add Dockerfile, docker-compose, Traefik config and Gitea Actions workflows
2026-04-13 18:31:37 +02:00

63 lines
1.5 KiB
JSON

{
"db_name": "SQLite",
"query": "SELECT id, title, description,\n active as \"active: bool\",\n shuffle_questions as \"shuffle_questions: bool\",\n shuffle_answers as \"shuffle_answers: bool\",\n time_limit_seconds,\n created_at as \"created_at: chrono::DateTime<chrono::Utc>\"\n FROM quizzes ORDER BY created_at DESC",
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Integer"
},
{
"name": "title",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "description",
"ordinal": 2,
"type_info": "Text"
},
{
"name": "active: bool",
"ordinal": 3,
"type_info": "Bool"
},
{
"name": "shuffle_questions: bool",
"ordinal": 4,
"type_info": "Bool"
},
{
"name": "shuffle_answers: bool",
"ordinal": 5,
"type_info": "Bool"
},
{
"name": "time_limit_seconds",
"ordinal": 6,
"type_info": "Integer"
},
{
"name": "created_at: chrono::DateTime<chrono::Utc>",
"ordinal": 7,
"type_info": "Text"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false,
false,
false,
false,
false,
false,
true,
false
]
},
"hash": "d399cb531bf1e4e0e4fd5eef1ed341974401adddda33d27ed81870a20d391597"
}