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-5e8f9f13890a81ff4781edd289a90afedcf56f1737fb18140a09978ce6b3cfc8.json
356 B · 16 lines
History
Blame
Raw
1
{
2
"
db_name
"
:
"
PostgreSQL
"
,
3
"
query
"
:
"
INSERT INTO contact_revocations (buyer_id, seller_id) VALUES ($1, $2) ON CONFLICT DO NOTHING
"
,
4
"
describe
"
:
{
5
"
columns
"
:
[
]
,
6
"
parameters
"
:
{
7
"
Left
"
:
[
8
"
Uuid
"
,
9
"
Uuid
"
10
]
11
}
,
12
"
nullable
"
:
[
]
13
}
,
14
"
hash
"
:
"
5e8f9f13890a81ff4781edd289a90afedcf56f1737fb18140a09978ce6b3cfc8
"
15
}
16