mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
21 lines
476 B
JSON
21 lines
476 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT COUNT(*) AS \"count!: i64\" FROM sqlite_master WHERE type = 'table' AND name IN ('custom_minecraft_skins', 'minecraft_users')",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "count!: i64",
|
|
"ordinal": 0,
|
|
"type_info": "Integer"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "01d62695f1845e5258d7e39fd80a61cff39b759f832b89e6491d29dc51c18714"
|
|
}
|