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-a515b612f62ccae3f613e6b3e6f4954a347f41cea6737150ca9736c5efed2594.json
551 B · 24 lines
History
Blame
Raw
1
{
2
"
db_name
"
:
"
PostgreSQL
"
,
3
"
query
"
:
"
\n
INSERT INTO email_signups (email, source)
\n
VALUES ($1, $2)
\n
ON CONFLICT (email) DO UPDATE SET email = EXCLUDED.email
\n
RETURNING id
\n
"
,
4
"
describe
"
:
{
5
"
columns
"
:
[
6
{
7
"
ordinal
"
:
0
,
8
"
name
"
:
"
id
"
,
9
"
type_info
"
:
"
Uuid
"
10
}
11
]
,
12
"
parameters
"
:
{
13
"
Left
"
:
[
14
"
Text
"
,
15
"
Varchar
"
16
]
17
}
,
18
"
nullable
"
:
[
19
false
20
]
21
}
,
22
"
hash
"
:
"
a515b612f62ccae3f613e6b3e6f4954a347f41cea6737150ca9736c5efed2594
"
23
}
24