mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 16:24:08 +00:00
21 lines
418 B
JSON
21 lines
418 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT COUNT(*) FROM pragma_foreign_key_check",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "COUNT(*)",
|
|
"ordinal": 0,
|
|
"type_info": "Integer",
|
|
"origin": "Expression"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "e71ab6c0bf78b31953f11acc15663b9dd81cf5cf1545c7545c8a7ab4070d44a5"
|
|
}
|