39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n\t\tSELECT\n\t\t\tdaily.instance_id AS \"instance_id!: String\",\n\t\t\tdaily.instance_name AS \"instance_name!: String\",\n\t\t\tdaily.played_seconds AS \"played_seconds!: i64\",\n\t\t\tdaily.session_count AS \"session_count!: i64\"\n\t\tFROM instance_daily_playtime daily\n\t\tWHERE daily.played_on = ?\n\t\t\tAND daily.played_seconds > 0\n\t\tORDER BY daily.played_seconds DESC, daily.instance_name ASC\n\t\t",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "instance_id!: String",
|
|
"ordinal": 0,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "instance_name!: String",
|
|
"ordinal": 1,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "played_seconds!: i64",
|
|
"ordinal": 2,
|
|
"type_info": "Integer"
|
|
},
|
|
{
|
|
"name": "session_count!: i64",
|
|
"ordinal": 3,
|
|
"type_info": "Integer"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false,
|
|
false,
|
|
false
|
|
]
|
|
},
|
|
"hash": "74f4b5572aba675288f23eae542cd6ee7bf232de9811b77c94993c0f1213c63b"
|
|
}
|