23 lines
439 B
JSON
23 lines
439 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n SELECT email\n FROM af_user\n WHERE uid = $1\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "email",
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "aa70aeecc5c9c9aae53c8b064810031b4701a7f8a07f026364de53a8cb6750b7"
|
|
}
|