-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathquery-5c73d0745d726987c709f3ffb11fb7fd7b08d08ca113961b89ecf890fecba848.json
More file actions
101 lines (101 loc) · 2.17 KB
/
query-5c73d0745d726987c709f3ffb11fb7fd7b08d08ca113961b89ecf890fecba848.json
File metadata and controls
101 lines (101 loc) · 2.17 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"db_name": "PostgreSQL",
"query": "\n SELECT bot_id, client_id, type, approximate_votes, shards, library, invite_clicks, clicks,\n servers, last_claimed, claimed_by, approval_note, short, invite FROM bots\n INNER JOIN internal_user_cache__discord discord_users ON bots.bot_id = discord_users.id\n WHERE bot_id = $1 OR client_id = $1 OR discord_users.username ILIKE $2 ORDER BY bots.created_at\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "bot_id",
"type_info": "Text"
},
{
"ordinal": 1,
"name": "client_id",
"type_info": "Text"
},
{
"ordinal": 2,
"name": "type",
"type_info": "Text"
},
{
"ordinal": 3,
"name": "approximate_votes",
"type_info": "Int4"
},
{
"ordinal": 4,
"name": "shards",
"type_info": "Int4"
},
{
"ordinal": 5,
"name": "library",
"type_info": "Text"
},
{
"ordinal": 6,
"name": "invite_clicks",
"type_info": "Int4"
},
{
"ordinal": 7,
"name": "clicks",
"type_info": "Int4"
},
{
"ordinal": 8,
"name": "servers",
"type_info": "Int4"
},
{
"ordinal": 9,
"name": "last_claimed",
"type_info": "Timestamptz"
},
{
"ordinal": 10,
"name": "claimed_by",
"type_info": "Text"
},
{
"ordinal": 11,
"name": "approval_note",
"type_info": "Text"
},
{
"ordinal": 12,
"name": "short",
"type_info": "Text"
},
{
"ordinal": 13,
"name": "invite",
"type_info": "Text"
}
],
"parameters": {
"Left": [
"Text",
"Text"
]
},
"nullable": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
true,
false,
false,
false
]
},
"hash": "5c73d0745d726987c709f3ffb11fb7fd7b08d08ca113961b89ecf890fecba848"
}