22 lines
479 B
JSON
22 lines
479 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT\n url\n FROM\n survey_mcaptcha_hostname\n WHERE\n secret = $1; ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "url",
|
|
"type_info": "Varchar"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "677376147c1346f9136c5d60914efc5062a25eb0ada991f04197189aa6dcb2c4"
|
|
}
|