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
/
multithreaded
/
.sqlx
/
query-46c6d9a2ac3b426fdf20840b63310209de5461fea7645f0d46b7586b08c027fa.json
454 B · 20 lines
History
Blame
Raw
1
{
2
"
db_name
"
:
"
PostgreSQL
"
,
3
"
query
"
:
"
INSERT INTO mod_log (community_id, actor_id, action, target_user, target_id, reason)
\n
VALUES ($1, $2, $3, $4, $5, $6)
"
,
4
"
describe
"
:
{
5
"
columns
"
:
[
]
,
6
"
parameters
"
:
{
7
"
Left
"
:
[
8
"
Uuid
"
,
9
"
Uuid
"
,
10
"
Text
"
,
11
"
Uuid
"
,
12
"
Uuid
"
,
13
"
Text
"
14
]
15
}
,
16
"
nullable
"
:
[
]
17
}
,
18
"
hash
"
:
"
46c6d9a2ac3b426fdf20840b63310209de5461fea7645f0d46b7586b08c027fa
"
19
}
20