17 lines
424 B
JSON
17 lines
424 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE table_definition_columns\n SET display_name = $1\n WHERE table_definition_id = $2 AND display_name = $3\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text",
|
|
"Int8",
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "ae5ff10297a8c41e1ab61bc587673ca8e18366b2ab429f72d9688c5641ba6dfb"
|
|
}
|