summaryrefslogtreecommitdiff
path: root/.sqlx/query-e7fcc523a4487a901460e904c0720b3c43c87fb335c2f7ca9fa694b9ca4822f7.json
blob: 0309783e90f8621be5e1ae2f925224e401352a7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "db_name": "SQLite",
  "query": "\n            select count(*) as \"exists: bool\"\n            from sqlite_master\n            where name = '_sqlx_migrations'\n        ",
  "describe": {
    "columns": [
      {
        "name": "exists: bool",
        "ordinal": 0,
        "type_info": "Integer"
      }
    ],
    "parameters": {
      "Right": 0
    },
    "nullable": [
      false
    ]
  },
  "hash": "e7fcc523a4487a901460e904c0720b3c43c87fb335c2f7ca9fa694b9ca4822f7"
}