sqlx prepare3
This commit is contained in:
28
.sqlx/query-a700f750c32fb737108520217ab8027a1b669a3655acee3b45b2ef7f64094f47.json
generated
Normal file
28
.sqlx/query-a700f750c32fb737108520217ab8027a1b669a3655acee3b45b2ef7f64094f47.json
generated
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"db_name": "PostgreSQL",
|
||||
"query": "SELECT table_name FROM table_definitions WHERE schema_id = $1",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"ordinal": 0,
|
||||
"name": "table_name",
|
||||
"type_info": "Text",
|
||||
"origin": {
|
||||
"Table": {
|
||||
"table": "table_definitions",
|
||||
"name": "table_name"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Left": [
|
||||
"Int8"
|
||||
]
|
||||
},
|
||||
"nullable": [
|
||||
false
|
||||
]
|
||||
},
|
||||
"hash": "a700f750c32fb737108520217ab8027a1b669a3655acee3b45b2ef7f64094f47"
|
||||
}
|
||||
Reference in New Issue
Block a user