mirror of
https://github.com/modrinth/code.git
synced 2026-09-02 04:56:52 +00:00
18 lines
548 B
JSON
18 lines
548 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO payout_period_days (\n period,\n date,\n raw_estimated_aditude_revenue_usd,\n aditude_impressions\n )\n VALUES ($1, $2, $3, $4)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Date",
|
|
"Date",
|
|
"Numeric",
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "9a40aa709d370075823de2f37fefddb654be5145c7054c8d85602fdabac737e2"
|
|
}
|