summaryrefslogtreecommitdiff
path: root/sqlx-data.json
blob: cce3a536129140dab5adbeb3b4efd5c36bf3ccbe (plain)
{
  "db": "MySQL",
  "07221a593704fa3cb5d17f15f3fc18dff0359631db8393b5a1cebfdef748b495": {
    "describe": {
      "columns": [
        {
          "name": "id: Uuid",
          "ordinal": 0,
          "type_info": {
            "char_set": 63,
            "flags": {
              "bits": 4231
            },
            "max_size": 16,
            "type": "String"
          }
        },
        {
          "name": "username",
          "ordinal": 1,
          "type_info": {
            "char_set": 224,
            "flags": {
              "bits": 4101
            },
            "max_size": 1020,
            "type": "VarString"
          }
        },
        {
          "name": "password_hash",
          "ordinal": 2,
          "type_info": {
            "char_set": 63,
            "flags": {
              "bits": 4241
            },
            "max_size": 255,
            "type": "Blob"
          }
        },
        {
          "name": "password_salt",
          "ordinal": 3,
          "type_info": {
            "char_set": 63,
            "flags": {
              "bits": 4241
            },
            "max_size": 255,
            "type": "Blob"
          }
        },
        {
          "name": "password_version",
          "ordinal": 4,
          "type_info": {
            "char_set": 63,
            "flags": {
              "bits": 33
            },
            "max_size": 10,
            "type": "Long"
          }
        }
      ],
      "nullable": [
        false,
        false,
        false,
        false,
        false
      ],
      "parameters": {
        "Right": 1
      }
    },
    "query": "SELECT id as `id: Uuid`, username, password_hash, password_salt, password_version\n\t\t  FROM users\n\t\t  WHERE LOCATE(?, username) != 0"
  },
  "0d28efa4c9c7bdc32bc51152dab7cf4b2ecdd2955c930e59abfeed6e4b25e726": {
    "describe": {
      "columns": [
        {
          "name": "e: bool",
          "ordinal": 0,
          "type_info": {
            "char_set": 63,
            "flags": {
              "bits": 129
            },
            "max_size": 1,
            "type": "LongLong"
          }
        }
      ],
      "nullable": [
        false
      ],
      "parameters": {
        "Right": 1
      }
    },
    "query": "SELECT EXISTS(SELECT id FROM clients WHERE id = ?) as `e: bool`"
  },
  "0fb414b2015617ebdbe1303d71439302920d31275c97995d3d50513b07382ac1": {
    "describe": {
      "columns": [],
      "nullable": [],
      "parameters": {
        "Right": 2
      }
    },
    "query": "UPDATE clients SET type = ? WHERE id = ?"
  },
  "19270d592676012569585d7796cb407d2c331dfbc7ac4481e5e38bcee5b6fcde": {
    "describe": {
      "columns": [
        {
          "name": "type: ClientType",
          "ordinal": 0,
          "type_info": {
            "char_set": 224,
            "flags": {
              "bits": 4097
            },
            "max_size": 180,
            "type": "VarString"
          }
        }
      ],
      "nullable": [
        false
      ],
      "parameters": {
        "Right": 1
      }
    },
    "query": "SELECT type as `type: ClientType` FROM clients WHERE id = ?"
  },
  "1ef0455513dcdc1b7e468d826139613502a8209aca0db3372cd4acc46c226ba5": {
    "describe": {
      "columns": [],
      "nullable": [],
      "parameters": {
        "Right": 1
      }
    },
    "query": "DELETE FROM client_redirect_uris WHERE client_id = ?"
  },
  "22617c9e76806df78eb4a2636780837ff0993f142029a0e9d323981dd316a9d8": {
    "describe": {
      "columns": [],
      "nullable": [],
      "parameters": {
        "Right": 2
      }
    },
    "query": "INSERT INTO auth_codes (jti, exp)\n\t                VALUES       (  ?,   ?)"
  },
  "2558b6cad04d6c8af7efabc0e95e669e1de0ce9e04f7de2be321db4cbfae9eb5": {
    "describe": {
      "columns": [
        {
          "name": "e: bool",
          "ordinal": 0,
          "type_info": {
            "char_set": 63,
            "flags": {
              "bits": 129
            },
            "max_size": 1,
            "type": "LongLong"
          }
        }
      ],
      "nullable": [
        false
      ],
      "parameters": {
        "Right": 2
      }
    },
    "query": "SELECT EXISTS(\n\t\t\t  SELECT redirect_uri\n\t\t\t  FROM client_redirect_uris\n\t\t\t  WHERE client_id = ? AND redirect_uri = ?\n\t\t  ) as `e: bool`"
  },
  "32e1e172efd2dfe26c97ec9bf82b5d773a7373ebf949bbe73677c863cc67b45d": {
    "describe": {
      "columns": [
        {
          "name": "e: bool",
          "ordinal": 0,
          "type_info": {
            "char_set": 63,
            "flags": {
              "bits": 129
            },
            "max_size": 1,
            "type": "LongLong"
          }
        }
      ],
      "nullable": [
        false
      ],
      "parameters": {
        "Right": 1
      }
    },
    "query": "SELECT EXISTS(SELECT alias FROM clients WHERE alias = ?) as `e: bool`"
  },
  "37589f6cbc849bbbcf243c67392c1a39f6d3d408f999a030fd21e1b42021f08e": {
    "describe": {
      "columns": [],
      "nullable": [],
      "parameters": {
        "Right": 3
      }
    },
    "query": "INSERT INTO access_tokens (jti, auth_code, exp)\n\t                         VALUES (  ?,         ?,   ?)"
  },
  "3976faac4ffd4660e3d9523fcb7f69f52797d7e0b0bc6a0b9bb18a5198bc9721": {
    "describe": {
      "columns": [],
      "nullable": [],
      "parameters": {
        "Right": 1
      }
    },
    "query": "DELETE FROM access_tokens WHERE auth_code = ?"
  },
  "3eef97b5a7d77ef845923d890f929321c9a8a125893fe5f6c847364797d20c9c": {
    "describe": {
      "columns": [
        {
          "name": "redirect_uri",
          "ordinal": 0,
          "type_info": {
            "char_set": 224,
            "flags": {
              "bits": 4099
            },
            "max_size": 1020,
            "type": "VarString"
          }
        }
      ],
      "nullable": [
        false
      ],
      "parameters": {
        "Right": 1
      }
    },
    "query": "SELECT redirect_uri FROM client_redirect_uris WHERE client_id = ?"
  },
  "4de0b09543ed56032215a9830d75a2b41878bdb795df1fc3786a530a5455ae9e": {
    "describe": {
      "columns": [],
      "nullable": [],
      "parameters": {
        "Right": 1
      }
    },
    "query": "DELETE FROM refresh_tokens WHERE exp < ?"
  },
  "4faa455ac38672dd2f3f29287125d772aae6956d7a3c0e67d31597e09778e1ee": {
    "describe": {
      "columns": [],
      "nullable": [],
      "parameters": {
        "Right": 1
      }
    },
    "query": "DELETE FROM auth_codes WHERE exp < ?"
  },
  "5ae6b0a1174e5735cb3ea5b073f4d1877f7552ac0a6df54c978fcad9e87d5f9b": {
    "describe": {
      "columns": [
        {
          "name": "allowed_scopes",
          "ordinal": 0,
          "type_info": {
            "char_set": 224,
            "flags": {
              "bits": 4113
            },
            "max_size": 67108860,
            "type": "Blob"
          }
        }
      ],
      "nullable": [
        false
      ],
      "parameters": {
        "Right": 1
      }
    },
    "query": "SELECT allowed_scopes FROM clients WHERE id = ?"
  },
  "5c1a88c154b6e69bb53aee7d0beafbfe7519592f51579d7880117fa52b7be315": {
    "describe": {
      "columns": [],
      "nullable": [],
      "parameters": {
        "Right": 8
      }
    },
    "query": "INSERT INTO clients (id, alias, type, secret_hash, secret_salt, secret_version, allowed_scopes, default_scopes)\n\t\t\t\t\t   VALUES ( ?,     ?,    ?,           ?,           ?,              ?,              ?,              ?)"
  },
  "5f3a2ca5d0f61a806ca58195ebbb051758302ed0d376875c671a0aaddb448224": {
    "describe": {
      "columns": [
        {
          "name": "default_scopes",
          "ordinal": 0,
          "type_info": {
            "char_set": 224,
            "flags": {
              "bits": 16
            },
            "max_size": 67108860,
            "type": "Blob"
          }
        }
      ],
      "nullable": [
        true
      ],
      "parameters": {
        "Right": 1
      }
    },
    "query": "SELECT default_scopes FROM clients WHERE id = ?"
  },
  "64bd64c1c6b272fdd47d12e928be89f2eb69cc0a9f904402d038616b460c8553": {
    "describe": {
      "columns": [],
      "nullable": [],
      "parameters": {
        "Right": 2
      }
    },
    "query": "UPDATE refresh_tokens SET revoked_reason = ? WHERE jti = ?"
  },
  "65e689c69b316a8c3423cc6b96f536ec967530f8f1761f1fee45af98397f2292": {
    "describe": {
      "columns": [
        {
          "name": "e: bool",
          "ordinal": 0,
          "type_info": {
            "char_set": 63,
            "flags": {
              "bits": 129
            },
            "max_size": 1,
            "type": "LongLong"
          }
        }
      ],
      "nullable": [
        false
      ],
      "parameters": {
        "Right": 1
      }
    },
    "query": "SELECT EXISTS(SELECT jti FROM refresh_tokens WHERE jti = ?) as `e: bool`"
  },
  "67705466821f2940497b914bd10e7fafae76f5deb5d5460d9126ccfdb8fab51d": {
    "describe": {
      "columns": [],
      "nullable": [],
      "parameters": {
        "Right": 1
      }
    },
    "query": "DELETE FROM access_tokens WHERE exp < ?"
  },
  "72abd9cddf183bcb13ea75491c532ede5a1b165c56347f0c4822ff19a50758d4": {
    "describe": {
      "columns": [
        {
          "name": "e: bool",
          "ordinal": 0,
          "type_info": {
            "char_set": 63,
            "flags": {
              "bits": 129
            },
            "max_size": 1,
            "type": "LongLong"
          }
        }
      ],
      "nullable": [
        false
      ],
      "parameters": {
        "Right": 1
      }
    },
    "query": "SELECT EXISTS(SELECT jti FROM access_tokens WHERE jti = ?) as `e: bool`"
  },
  "76a5f21dacb2b48fb797bcc0e5054b519192ae0bb6dcf8c29fbf9c2913b4746b": {
    "describe": {
      "columns": [
        {
          "name": "username",
          "ordinal": 0,
          "type_info": {
            "char_set": 224,
            "flags": {
              "bits": 4101
            },
            "max_size": 1020,
            "type": "VarString"
          }
        }
      ],
      "nullable": [
        false
      ],
      "parameters": {
        "Right": 1
      }
    },
    "query": "SELECT username FROM users where id = ?"
  },
  "7a004114b63d4356573591c960bb640d1d1ab61c4dc89e9030d59869278a2f94": {
    "describe": {
      "columns": [],
      "nullable": [],
      "parameters": {
        "Right": 1
      }
    },
    "query": "DELETE FROM auth_codes WHERE jti = ?"
  },
  "7b6de4c923629669f449f91fe17679c8654a6ce9c1238b07dcec2cdb7fcdf18d": {
    "describe": {
      "columns": [],
      "nullable": [],
      "parameters": {
        "Right": 2
      }
    },
    "query": "UPDATE clients SET allowed_scopes = ? WHERE id = ?"
  },
  "866d1d42c698528f0195a0c2fc7c971ca1a140802dd205bd9918bdcc08fe377b": {
    "describe": {
      "columns": [],
      "nullable": [],
      "parameters": {
        "Right": 2
      }
    },
    "query": "UPDATE clients SET alias = ? WHERE id = ?"
  },
  "8c2f7aa20382907ae8e101522c75d6ea3d371d78aca92b2b7c90c544cc0e4919": {
    "describe": {
      "columns": [],
      "nullable": [],
      "parameters": {
        "Right": 2
      }
    },
    "query": "UPDATE refresh_tokens SET revoked_reason = ? WHERE auth_code = ?"
  },
  "8f4656ed3a928dd4b33cf037b9aa60092a17219b9a46366a5fdb0c28ea3e79a7": {
    "describe": {
      "columns": [],
      "nullable": [],
      "parameters": {
        "Right": 1
      }
    },
    "query": "UPDATE clients\n\t\t\t  SET secret_hash = NULL, secret_salt = NULL, secret_version = NULL\n\t\t\t  WHERE id = ?"
  },
  "91688c5521ab1272e4937451a2bd9c467915f8e4d8cef6eac95013a5a94cc08a": {
    "describe": {
      "columns": [],
      "nullable": [],
      "parameters": {
        "Right": 5
      }
    },
    "query": "INSERT INTO users (id, username, password_hash, password_salt, password_version)\n\t\t\t\t\t VALUES ( ?,        ?,             ?,             ?,                ?)"
  },
  "95484e1dd619ec5e486ce61b3827a08cbe629826d1fb89a6af9790eb54eb2185": {
    "describe": {
      "columns": [
        {
          "name": "e: bool",
          "ordinal": 0,
          "type_info": {
            "char_set": 63,
            "flags": {
              "bits": 129
            },
            "max_size": 1,
            "type": "LongLong"
          }
        }
      ],
      "nullable": [
        false
      ],
      "parameters": {
        "Right": 1
      }
    },
    "query": "SELECT EXISTS(SELECT jti FROM auth_codes WHERE jti = ?) as `e: bool`"
  },
  "9710cd5915616165c6d27031b21cc7b3cfbd5aae574eb07797dca57064880ef9": {
    "describe": {
      "columns": [],
      "nullable": [],
      "parameters": {
        "Right": 2
      }
    },
    "query": "UPDATE users SET username = ? WHERE id = ?"
  },
  "981d6ca67138bfa4377025ff560f53fd77edcb9bed0d7f0cfb3468357ea5f1fe": {
    "describe": {
      "columns": [],
      "nullable": [],
      "parameters": {
        "Right": 8
      }
    },
    "query": "UPDATE clients SET\n\t\talias = ?,\n\t\ttype = ?,\n\t\tsecret_hash = ?,\n\t\tsecret_salt = ?,\n\t\tsecret_version = ?,\n\t\tallowed_scopes = ?,\n\t\tdefault_scopes = ?\n\t\tWHERE id = ?"
  },
  "983348e316c3c8c11f9f5cf0479170d4d7246696010302a472267caeb5d2b62d": {
    "describe": {
      "columns": [],
      "nullable": [],
      "parameters": {
        "Right": 2
      }
    },
    "query": "UPDATE clients SET default_scopes = ? WHERE id = ?"
  },
  "a5d7e7e4a36cb1bb0675ccde12dadd013ae2c847648b3274494e206b14cc1370": {
    "describe": {
      "columns": [
        {
          "name": "id: Uuid",
          "ordinal": 0,
          "type_info": {
            "char_set": 63,
            "flags": {
              "bits": 4231
            },
            "max_size": 16,
            "type": "String"
          }
        },
        {
          "name": "username",
          "ordinal": 1,
          "type_info": {
            "char_set": 224,
            "flags": {
              "bits": 4101
            },
            "max_size": 1020,
            "type": "VarString"
          }
        },
        {
          "name": "password_hash",
          "ordinal": 2,
          "type_info": {
            "char_set": 63,
            "flags": {
              "bits": 4241
            },
            "max_size": 255,
            "type": "Blob"
          }
        },
        {
          "name": "password_salt",
          "ordinal": 3,
          "type_info": {
            "char_set": 63,
            "flags": {
              "bits": 4241
            },
            "max_size": 255,
            "type": "Blob"
          }
        },
        {
          "name": "password_version",
          "ordinal": 4,
          "type_info": {
            "char_set": 63,
            "flags": {
              "bits": 33
            },
            "max_size": 10,
            "type": "Long"
          }
        }
      ],
      "nullable": [
        false,
        false,
        false,
        false,
        false
      ],
      "parameters": {
        "Right": 1
      }
    },
    "query": "SELECT id as `id: Uuid`, username, password_hash, password_salt, password_version\n\t\t  FROM users WHERE id = ?"
  },
  "ac93da5d341986aef384f8f11c24861fc290aa9974c44400fb46ee09e383dcae": {
    "describe": {
      "columns": [],
      "nullable": [],
      "parameters": {
        "Right": 2
      }
    },
    "query": "INSERT INTO client_redirect_uris (client_id, redirect_uri)\n\t\t\t\t\t\t\t\t\t    VALUES (        ?,            ?)"
  },
  "b1d60244a68b9c132e5b3125505606d156913acf062802e4e1783f9e859f4c49": {
    "describe": {
      "columns": [
        {
          "name": "e: bool",
          "ordinal": 0,
          "type_info": {
            "char_set": 63,
            "flags": {
              "bits": 129
            },
            "max_size": 1,
            "type": "LongLong"
          }
        }
      ],
      "nullable": [
        false
      ],
      "parameters": {
        "Right": 1
      }
    },
    "query": "SELECT EXISTS(SELECT id FROM users WHERE username = ?) as \"e: bool\""
  },
  "b765470e11aa3a02586b0ea0a65f1bb93f104afde56fb2d77b2c72a8742fb9e0": {
    "describe": {
      "columns": [
        {
          "name": "secret_hash",
          "ordinal": 0,
          "type_info": {
            "char_set": 63,
            "flags": {
              "bits": 144
            },
            "max_size": 255,
            "type": "Blob"
          }
        },
        {
          "name": "secret_salt",
          "ordinal": 1,
          "type_info": {
            "char_set": 63,
            "flags": {
              "bits": 144
            },
            "max_size": 255,
            "type": "Blob"
          }
        },
        {
          "name": "secret_version",
          "ordinal": 2,
          "type_info": {
            "char_set": 63,
            "flags": {
              "bits": 32
            },
            "max_size": 10,
            "type": "Long"
          }
        }
      ],
      "nullable": [
        true,
        true,
        true
      ],
      "parameters": {
        "Right": 1
      }
    },
    "query": "SELECT secret_hash, secret_salt, secret_version\n\t\tFROM clients WHERE id = ?"
  },
  "c61516c0c3d51f322a8207581802c2c9723a65beeaeae558d997590dc9e88ef2": {
    "describe": {
      "columns": [
        {
          "name": "e: bool",
          "ordinal": 0,
          "type_info": {
            "char_set": 63,
            "flags": {
              "bits": 129
            },
            "max_size": 1,
            "type": "LongLong"
          }
        }
      ],
      "nullable": [
        false
      ],
      "parameters": {
        "Right": 1
      }
    },
    "query": "SELECT EXISTS(SELECT id FROM users WHERE id = ?) as `e: bool`"
  },
  "db75cdf97363794437c3a14c142639473ac2a07cdf00fa7186407c27678dee96": {
    "describe": {
      "columns": [
        {
          "name": "e: bool",
          "ordinal": 0,
          "type_info": {
            "char_set": 63,
            "flags": {
              "bits": 128
            },
            "max_size": 1,
            "type": "LongLong"
          }
        }
      ],
      "nullable": [
        true
      ],
      "parameters": {
        "Right": 1
      }
    },
    "query": "SELECT EXISTS(\n\t\t\tSELECT revoked_reason FROM refresh_tokens WHERE jti = ? and revoked_reason IS NOT NULL\n\t\t) as `e: bool`"
  },
  "dda087e364dd82216ea8e5d7266d63ab671382744eb350d446fe1025e2df12bb": {
    "describe": {
      "columns": [
        {
          "name": "alias",
          "ordinal": 0,
          "type_info": {
            "char_set": 224,
            "flags": {
              "bits": 4101
            },
            "max_size": 1020,
            "type": "VarString"
          }
        }
      ],
      "nullable": [
        false
      ],
      "parameters": {
        "Right": 1
      }
    },
    "query": "SELECT alias FROM clients WHERE id = ?"
  },
  "df0033aa7c0e5066fed30d944387293d26d1de93b1a24a202214d6ee06fc6a1c": {
    "describe": {
      "columns": [],
      "nullable": [],
      "parameters": {
        "Right": 4
      }
    },
    "query": "UPDATE users SET\n\t\tpassword_hash = ?,\n\t\tpassword_salt = ?,\n\t\tpassword_version = ?\n\t\tWHERE id = ?"
  },
  "e757406f5b996a1204700cd4840ac2c5d1e09b82e13aa98d6dc017da81c059e0": {
    "describe": {
      "columns": [
        {
          "name": "id: Uuid",
          "ordinal": 0,
          "type_info": {
            "char_set": 63,
            "flags": {
              "bits": 4231
            },
            "max_size": 16,
            "type": "String"
          }
        },
        {
          "name": "alias",
          "ordinal": 1,
          "type_info": {
            "char_set": 224,
            "flags": {
              "bits": 4101
            },
            "max_size": 1020,
            "type": "VarString"
          }
        },
        {
          "name": "client_type: ClientType",
          "ordinal": 2,
          "type_info": {
            "char_set": 224,
            "flags": {
              "bits": 4097
            },
            "max_size": 180,
            "type": "VarString"
          }
        },
        {
          "name": "allowed_scopes",
          "ordinal": 3,
          "type_info": {
            "char_set": 224,
            "flags": {
              "bits": 4113
            },
            "max_size": 67108860,
            "type": "Blob"
          }
        },
        {
          "name": "default_scopes",
          "ordinal": 4,
          "type_info": {
            "char_set": 224,
            "flags": {
              "bits": 16
            },
            "max_size": 67108860,
            "type": "Blob"
          }
        }
      ],
      "nullable": [
        false,
        false,
        false,
        false,
        true
      ],
      "parameters": {
        "Right": 1
      }
    },
    "query": "SELECT id as `id: Uuid`,\n\t\t         alias,\n\t\t\t\t type as `client_type: ClientType`,\n\t\t\t\t allowed_scopes,\n\t\t\t\t default_scopes\n\t\t  FROM clients WHERE id = ?"
  },
  "f39c1d0c05c8cba9f31aa7365b36eff3c258eb6f554be456600f79b925a808d6": {
    "describe": {
      "columns": [
        {
          "name": "id: Uuid",
          "ordinal": 0,
          "type_info": {
            "char_set": 63,
            "flags": {
              "bits": 4231
            },
            "max_size": 16,
            "type": "String"
          }
        }
      ],
      "nullable": [
        false
      ],
      "parameters": {
        "Right": 1
      }
    },
    "query": "SELECT id as `id: Uuid` FROM clients WHERE alias = ?"
  },
  "f488b319d6f387db08fb49920ddb381b2b1496605914275cd1ccd81c9420b23c": {
    "describe": {
      "columns": [
        {
          "name": "id: Uuid",
          "ordinal": 0,
          "type_info": {
            "char_set": 63,
            "flags": {
              "bits": 4231
            },
            "max_size": 16,
            "type": "String"
          }
        },
        {
          "name": "username",
          "ordinal": 1,
          "type_info": {
            "char_set": 224,
            "flags": {
              "bits": 4101
            },
            "max_size": 1020,
            "type": "VarString"
          }
        },
        {
          "name": "password_hash",
          "ordinal": 2,
          "type_info": {
            "char_set": 63,
            "flags": {
              "bits": 4241
            },
            "max_size": 255,
            "type": "Blob"
          }
        },
        {
          "name": "password_salt",
          "ordinal": 3,
          "type_info": {
            "char_set": 63,
            "flags": {
              "bits": 4241
            },
            "max_size": 255,
            "type": "Blob"
          }
        },
        {
          "name": "password_version",
          "ordinal": 4,
          "type_info": {
            "char_set": 63,
            "flags": {
              "bits": 33
            },
            "max_size": 10,
            "type": "Long"
          }
        }
      ],
      "nullable": [
        false,
        false,
        false,
        false,
        false
      ],
      "parameters": {
        "Right": 3
      }
    },
    "query": "SELECT id as `id: Uuid`, username, password_hash, password_salt, password_version\n\t\t  FROM users\n\t\t  WHERE LOCATE(?, username) != 0\n\t\t  LIMIT ?\n\t\t  OFFSET ?"
  },
  "f4e088a309a5fa63652fd1aeb95805d64d255a12d5313dbf2f7f2f99c7918e62": {
    "describe": {
      "columns": [],
      "nullable": [],
      "parameters": {
        "Right": 4
      }
    },
    "query": "UPDATE clients SET secret_hash = ?, secret_salt = ?, secret_version = ? WHERE id = ?"
  },
  "f9d2c85bdcc3b7d0d1fca4e2f0bb37df6dee23bc50af97d8e4112baacd6eb7c9": {
    "describe": {
      "columns": [],
      "nullable": [],
      "parameters": {
        "Right": 5
      }
    },
    "query": "UPDATE users SET\n\t\t  username = ?,\n\t\t  password_hash = ?,\n\t\t  password_salt = ?,\n\t\t  password_version = ?\n\t\t  WHERE id = ?"
  },
  "fc393b1464413bb7045d33a8ca5aa0100ab217434570e6be732f97db1d9b04aa": {
    "describe": {
      "columns": [
        {
          "name": "id: Uuid",
          "ordinal": 0,
          "type_info": {
            "char_set": 63,
            "flags": {
              "bits": 4231
            },
            "max_size": 16,
            "type": "String"
          }
        },
        {
          "name": "username",
          "ordinal": 1,
          "type_info": {
            "char_set": 224,
            "flags": {
              "bits": 4101
            },
            "max_size": 1020,
            "type": "VarString"
          }
        },
        {
          "name": "password_hash",
          "ordinal": 2,
          "type_info": {
            "char_set": 63,
            "flags": {
              "bits": 4241
            },
            "max_size": 255,
            "type": "Blob"
          }
        },
        {
          "name": "password_salt",
          "ordinal": 3,
          "type_info": {
            "char_set": 63,
            "flags": {
              "bits": 4241
            },
            "max_size": 255,
            "type": "Blob"
          }
        },
        {
          "name": "password_version",
          "ordinal": 4,
          "type_info": {
            "char_set": 63,
            "flags": {
              "bits": 33
            },
            "max_size": 10,
            "type": "Long"
          }
        }
      ],
      "nullable": [
        false,
        false,
        false,
        false,
        false
      ],
      "parameters": {
        "Right": 1
      }
    },
    "query": "SELECT id as `id: Uuid`, username, password_hash, password_salt, password_version\n\t\t  FROM users WHERE username = ?"
  }
}