sqlx prepare3
This commit is contained in:
28
.sqlx/query-db54895c3374fcf0350103caf03604c60fb37077eb83754161cb546425912ca9.json
generated
Normal file
28
.sqlx/query-db54895c3374fcf0350103caf03604c60fb37077eb83754161cb546425912ca9.json
generated
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"db_name": "PostgreSQL",
|
||||
"query": "INSERT INTO schemas (name) VALUES ($1) RETURNING id",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"ordinal": 0,
|
||||
"name": "id",
|
||||
"type_info": "Int8",
|
||||
"origin": {
|
||||
"Table": {
|
||||
"table": "schemas",
|
||||
"name": "id"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Left": [
|
||||
"Text"
|
||||
]
|
||||
},
|
||||
"nullable": [
|
||||
false
|
||||
]
|
||||
},
|
||||
"hash": "db54895c3374fcf0350103caf03604c60fb37077eb83754161cb546425912ca9"
|
||||
}
|
||||
Reference in New Issue
Block a user