sqlx prepare

This commit is contained in:
Priec
2026-08-14 14:10:15 +02:00
parent 0bca319a50
commit 6725444c18
22 changed files with 959 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"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"
}