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-615ef0e996461da6943ed45802bc1a98c0b7b8ccc1f7cfe50566e44f620928eb.json
521 B · 20 lines
History
Blame
Raw
1
{
2
"
db_name
"
:
"
PostgreSQL
"
,
3
"
query
"
:
"
INSERT INTO idempotency_keys (key, user_id, method, path, status_code, response_body)
\n
VALUES ($1, $2, $3, $4, $5, $6)
\n
ON CONFLICT (key, user_id, method, path) DO NOTHING
"
,
4
"
describe
"
:
{
5
"
columns
"
:
[
]
,
6
"
parameters
"
:
{
7
"
Left
"
:
[
8
"
Text
"
,
9
"
Uuid
"
,
10
"
Text
"
,
11
"
Text
"
,
12
"
Int2
"
,
13
"
Text
"
14
]
15
}
,
16
"
nullable
"
:
[
]
17
}
,
18
"
hash
"
:
"
615ef0e996461da6943ed45802bc1a98c0b7b8ccc1f7cfe50566e44f620928eb
"
19
}
20