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