sqlx prepare added
This commit is contained in:
28
server/.sqlx/query-b519307ed5b2dba41c37845f23f9abff35312b62cf05ef2e8c5faa4ab0b0c194.json
generated
Normal file
28
server/.sqlx/query-b519307ed5b2dba41c37845f23f9abff35312b62cf05ef2e8c5faa4ab0b0c194.json
generated
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"db_name": "PostgreSQL",
|
||||
"query": "SELECT target_column, script FROM table_scripts WHERE table_definitions_id = $1",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"ordinal": 0,
|
||||
"name": "target_column",
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"ordinal": 1,
|
||||
"name": "script",
|
||||
"type_info": "Text"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Left": [
|
||||
"Int8"
|
||||
]
|
||||
},
|
||||
"nullable": [
|
||||
false,
|
||||
false
|
||||
]
|
||||
},
|
||||
"hash": "b519307ed5b2dba41c37845f23f9abff35312b62cf05ef2e8c5faa4ab0b0c194"
|
||||
}
|
||||
Reference in New Issue
Block a user