summaryrefslogtreecommitdiff
path: root/.sqlx/query-613199c25e16a52d85761e213750fe202abfa2af5347010dee59d3b8075eb19e.json
blob: 1657efad55ea30ea740b08b44641d9dbded99479 (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                delete\n                from token\n                where user = $1\n                returning id as \"id: Id\"\n            ",
  "describe": {
    "columns": [
      {
        "name": "id: Id",
        "ordinal": 0,
        "type_info": "Text"
      }
    ],
    "parameters": {
      "Right": 1
    },
    "nullable": [
      false
    ]
  },
  "hash": "613199c25e16a52d85761e213750fe202abfa2af5347010dee59d3b8075eb19e"
}