Use fix routes for user profile edit handles to make it easier when user decides to change his username
23 lines
411 B
JSON
23 lines
411 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT author_id FROM posts WHERE post_id = $1",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "author_id",
|
|
"type_info": "Uuid"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Uuid"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "84fcada696e1be5db55ef276e120ffef9adf7f5a4f5c4d5975b85e008e15620b"
|
|
}
|