summaryrefslogtreecommitdiff
path: root/server/.sqlx/query-2bc668a035fccffc3906fc2eecae70925916336adf7c5062e0b36a6229b3f252.json
blob: 97d107d4409814bb4b5c2481bdf47bd17485ccbd (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
{
  "db_name": "MySQL",
  "query": "SELECT id,remote,main_branch FROM projects",
  "describe": {
    "columns": [
      {
        "ordinal": 0,
        "name": "id",
        "type_info": {
          "type": "VarString",
          "flags": "NOT_NULL | PRIMARY_KEY | NO_DEFAULT_VALUE",
          "char_set": 224,
          "max_size": 512
        }
      },
      {
        "ordinal": 1,
        "name": "remote",
        "type_info": {
          "type": "VarString",
          "flags": "NOT_NULL | NO_DEFAULT_VALUE",
          "char_set": 224,
          "max_size": 8192
        }
      },
      {
        "ordinal": 2,
        "name": "main_branch",
        "type_info": {
          "type": "VarString",
          "flags": "NOT_NULL | NO_DEFAULT_VALUE",
          "char_set": 224,
          "max_size": 4096
        }
      }
    ],
    "parameters": {
      "Right": 0
    },
    "nullable": [
      false,
      false,
      false
    ]
  },
  "hash": "2bc668a035fccffc3906fc2eecae70925916336adf7c5062e0b36a6229b3f252"
}