aboutsummaryrefslogtreecommitdiffstats
path: root/.sqlx/query-bd0c565ebe2ea4b64d4c8940ac7162cf70134d0af9c85e2571d2727ffd1bc767.json
blob: 655e3586774e25142568469be295362efbf5dbca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
  "db_name": "PostgreSQL",
  "query": "\n            select * from transaction_schema\n            where ($1::bigint is null or (id, schema_type, schema_version) > ($1, $2, $3))\n            order by id asc, schema_type asc, schema_version asc\n            limit $4\n            ",
  "describe": {
    "columns": [
      {
        "ordinal": 0,
        "name": "id",
        "type_info": "Int8"
      },
      {
        "ordinal": 1,
        "name": "schema_type",
        "type_info": "Text"
      },
      {
        "ordinal": 2,
        "name": "schema_version",
        "type_info": "Varchar"
      },
      {
        "ordinal": 3,
        "name": "schema",
        "type_info": "Jsonb"
      },
      {
        "ordinal": 4,
        "name": "created_at",
        "type_info": "Timestamptz"
      },
      {
        "ordinal": 5,
        "name": "updated_at",
        "type_info": "Timestamptz"
      }
    ],
    "parameters": {
      "Left": [
        "Int8",
        "Text",
        "Text",
        "Int8"
      ]
    },
    "nullable": [
      false,
      false,
      false,
      false,
      false,
      false
    ]
  },
  "hash": "bd0c565ebe2ea4b64d4c8940ac7162cf70134d0af9c85e2571d2727ffd1bc767"
}