23 lines
467 B
JSON
23 lines
467 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n SELECT workspace_name\n FROM public.af_workspace\n WHERE workspace_id = $1\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "workspace_name",
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Uuid"
|
|
]
|
|
},
|
|
"nullable": [
|
|
true
|
|
]
|
|
},
|
|
"hash": "6821f1e02da2c71cdf0566a163c85ff185bf0ba89c770254c9c15880ba76a553"
|
|
}
|