nxtgauge-backend-rust/.sqlx/query-89febe7fec6ef53e3ceba135b49e75b26ead893c94db0bd3197baf364cef0757.json

71 lines
1.4 KiB
JSON
Raw Permalink Normal View History

{
"db_name": "PostgreSQL",
"query": "SELECT id, user_id, display_name, bio, location,\n custom_data,\n status, created_at, updated_at\n FROM developer_profiles WHERE user_id = $1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Uuid"
},
{
"ordinal": 1,
"name": "user_id",
"type_info": "Uuid"
},
{
"ordinal": 2,
"name": "display_name",
"type_info": "Varchar"
},
{
"ordinal": 3,
"name": "bio",
"type_info": "Text"
},
{
"ordinal": 4,
"name": "location",
"type_info": "Varchar"
},
{
"ordinal": 5,
"name": "custom_data",
"type_info": "Jsonb"
},
{
"ordinal": 6,
"name": "status",
"type_info": "Varchar"
},
{
"ordinal": 7,
"name": "created_at",
"type_info": "Timestamptz"
},
{
"ordinal": 8,
"name": "updated_at",
"type_info": "Timestamptz"
}
],
"parameters": {
"Left": [
"Uuid"
]
},
"nullable": [
false,
false,
true,
true,
true,
true,
false,
false,
false
]
},
"hash": "89febe7fec6ef53e3ceba135b49e75b26ead893c94db0bd3197baf364cef0757"
}