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-96b258d531a69452f8ffb93123c05e112e0c2eae2b5c352d59c47979848305c3.json
367 B · 17 lines
History
Blame
Raw
1
{
2
"
db_name
"
:
"
PostgreSQL
"
,
3
"
query
"
:
"
UPDATE users SET signature_markdown = $2, signature_html = $3 WHERE mnw_account_id = $1
"
,
4
"
describe
"
:
{
5
"
columns
"
:
[
]
,
6
"
parameters
"
:
{
7
"
Left
"
:
[
8
"
Uuid
"
,
9
"
Text
"
,
10
"
Text
"
11
]
12
}
,
13
"
nullable
"
:
[
]
14
}
,
15
"
hash
"
:
"
96b258d531a69452f8ffb93123c05e112e0c2eae2b5c352d59c47979848305c3
"
16
}
17