sqlx prepare ready
This commit is contained in:
22
server/.sqlx/query-7b1b134886c98c0b897cacb13d6e4614f6473f7f8fd18b1443713437e4493896.json
generated
Normal file
22
server/.sqlx/query-7b1b134886c98c0b897cacb13d6e4614f6473f7f8fd18b1443713437e4493896.json
generated
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"db_name": "PostgreSQL",
|
||||
"query": "SELECT COUNT(*) as count FROM table_definitions WHERE profile_id = $1",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"ordinal": 0,
|
||||
"name": "count",
|
||||
"type_info": "Int8"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Left": [
|
||||
"Int8"
|
||||
]
|
||||
},
|
||||
"nullable": [
|
||||
null
|
||||
]
|
||||
},
|
||||
"hash": "7b1b134886c98c0b897cacb13d6e4614f6473f7f8fd18b1443713437e4493896"
|
||||
}
|
||||
Reference in New Issue
Block a user