mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-19 00:38:54 +00:00
74 lines
1.7 KiB
JSON
74 lines
1.7 KiB
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT\n user_id as \"user_id: i64\",\n username,\n id as \"id: i64\",\n last_update as \"last_update: DateTime\",\n pp_std, pp_taiko, pp_mania, pp_catch,\n failures as \"failures: u8\",\n std_weighted_map_length\n FROM osu_users",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "user_id: i64",
|
|
"ordinal": 0,
|
|
"type_info": "Int64"
|
|
},
|
|
{
|
|
"name": "username",
|
|
"ordinal": 1,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "id: i64",
|
|
"ordinal": 2,
|
|
"type_info": "Int64"
|
|
},
|
|
{
|
|
"name": "last_update: DateTime",
|
|
"ordinal": 3,
|
|
"type_info": "Datetime"
|
|
},
|
|
{
|
|
"name": "pp_std",
|
|
"ordinal": 4,
|
|
"type_info": "Float"
|
|
},
|
|
{
|
|
"name": "pp_taiko",
|
|
"ordinal": 5,
|
|
"type_info": "Float"
|
|
},
|
|
{
|
|
"name": "pp_mania",
|
|
"ordinal": 6,
|
|
"type_info": "Float"
|
|
},
|
|
{
|
|
"name": "pp_catch",
|
|
"ordinal": 7,
|
|
"type_info": "Float"
|
|
},
|
|
{
|
|
"name": "failures: u8",
|
|
"ordinal": 8,
|
|
"type_info": "Int64"
|
|
},
|
|
{
|
|
"name": "std_weighted_map_length",
|
|
"ordinal": 9,
|
|
"type_info": "Float"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": [
|
|
false,
|
|
true,
|
|
false,
|
|
false,
|
|
true,
|
|
true,
|
|
true,
|
|
true,
|
|
false,
|
|
true
|
|
]
|
|
},
|
|
"hash": "6ef67ca385287a4cef9fdd47bf4258ec9de4802d90dbb2ab48de32c1a4ada601"
|
|
}
|