35 lines
612 B
JSON
35 lines
612 B
JSON
|
{
|
||
|
"db_name": "PostgreSQL",
|
||
|
"query": "select * from chats where url_path = $1",
|
||
|
"describe": {
|
||
|
"columns": [
|
||
|
{
|
||
|
"ordinal": 0,
|
||
|
"name": "id",
|
||
|
"type_info": "Uuid"
|
||
|
},
|
||
|
{
|
||
|
"ordinal": 1,
|
||
|
"name": "url_path",
|
||
|
"type_info": "Bpchar"
|
||
|
},
|
||
|
{
|
||
|
"ordinal": 2,
|
||
|
"name": "name",
|
||
|
"type_info": "Text"
|
||
|
}
|
||
|
],
|
||
|
"parameters": {
|
||
|
"Left": [
|
||
|
"Bpchar"
|
||
|
]
|
||
|
},
|
||
|
"nullable": [
|
||
|
false,
|
||
|
false,
|
||
|
true
|
||
|
]
|
||
|
},
|
||
|
"hash": "db65377a842444664e08821fd12f74ba7d2ce697e56e8933a7c61118584e71ba"
|
||
|
}
|