19 lines
566 B
JSON
19 lines
566 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO column_alias_rename_history (\n profile_name,\n table_definition_id,\n table_name,\n old_column_name,\n new_column_name\n )\n VALUES ($1, $2, $3, $4, $5)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text",
|
|
"Int8",
|
|
"Text",
|
|
"Text",
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "48ff715dc1d539d0acf61a462fb3c086df5e787c9f8f653950b2ceefa128677c"
|
|
}
|