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