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