You've already forked AstralRinth
forked from didirus/AstralRinth
35 lines
788 B
JSON
35 lines
788 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n SELECT hp.created, hp.amount, hp.status\n FROM historical_payouts hp\n WHERE hp.user_id = $1\n ORDER BY hp.created DESC\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "created",
|
|
"type_info": "Timestamptz"
|
|
},
|
|
{
|
|
"ordinal": 1,
|
|
"name": "amount",
|
|
"type_info": "Numeric"
|
|
},
|
|
{
|
|
"ordinal": 2,
|
|
"name": "status",
|
|
"type_info": "Varchar"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false,
|
|
false
|
|
]
|
|
},
|
|
"hash": "6d10ec782e422e868681827a6eb999edc6bf4fe8fa2b94d1f8970db2578c6db4"
|
|
}
|