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