summaryrefslogtreecommitdiff
path: root/server/.sqlx/query-c75ed143fca19b2d827d589ce115a989097782d7f86a1fbfe7687cafb33e040c.json
blob: 7a582af3f4fecfa1bdb83d3767bd8daa3c363d96 (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
56
57
58
{
  "db_name": "MySQL",
  "query": "SELECT id,username,name,dn FROM users ORDER BY username LIMIT ? OFFSET ?",
  "describe": {
    "columns": [
      {
        "ordinal": 0,
        "name": "id",
        "type_info": {
          "type": "LongLong",
          "flags": "NOT_NULL | PRIMARY_KEY | UNSIGNED | AUTO_INCREMENT",
          "char_set": 63,
          "max_size": 20
        }
      },
      {
        "ordinal": 1,
        "name": "username",
        "type_info": {
          "type": "VarString",
          "flags": "NOT_NULL | UNIQUE_KEY | NO_DEFAULT_VALUE",
          "char_set": 224,
          "max_size": 1024
        }
      },
      {
        "ordinal": 2,
        "name": "name",
        "type_info": {
          "type": "VarString",
          "flags": "NOT_NULL",
          "char_set": 224,
          "max_size": 4096
        }
      },
      {
        "ordinal": 3,
        "name": "dn",
        "type_info": {
          "type": "VarString",
          "flags": "",
          "char_set": 224,
          "max_size": 1024
        }
      }
    ],
    "parameters": {
      "Right": 2
    },
    "nullable": [
      false,
      false,
      false,
      true
    ]
  },
  "hash": "c75ed143fca19b2d827d589ce115a989097782d7f86a1fbfe7687cafb33e040c"
}