Skip to main content
Makenot
.
work
Discover
Use Cases
Docs
Fan+
Login
Join
max
/
makenotwork
main
tag: launch-2026-06-01
Files
Commits
Issues
makenotwork
/
server
/
.sqlx
/
query-cf99b70b83553f5c4709d9e79c10524aa3f320282e9ff2ec9010e04180173beb.json
452 B · 24 lines
History
Blame
Raw
1
{
2
"
db_name
"
:
"
PostgreSQL
"
,
3
"
query
"
:
"
SELECT scopes FROM oauth_granted_scopes WHERE user_id = $1 AND app_id = $2
"
,
4
"
describe
"
:
{
5
"
columns
"
:
[
6
{
7
"
ordinal
"
:
0
,
8
"
name
"
:
"
scopes
"
,
9
"
type_info
"
:
"
Text
"
10
}
11
]
,
12
"
parameters
"
:
{
13
"
Left
"
:
[
14
"
Uuid
"
,
15
"
Uuid
"
16
]
17
}
,
18
"
nullable
"
:
[
19
false
20
]
21
}
,
22
"
hash
"
:
"
cf99b70b83553f5c4709d9e79c10524aa3f320282e9ff2ec9010e04180173beb
"
23
}
24