nxtgauge-backend-rust/.sqlx/query-44cc3b9f921c16cfc1f07a4bc245ac890efc1bcb91a4653336ecfe5aefebe3cf.json

71 lines
1.4 KiB
JSON
Raw Permalink Normal View History

{
"db_name": "PostgreSQL",
"query": "\n SELECT id, user_id, business_name, bio, location, custom_data, status, created_at, updated_at\n FROM catering_service_profiles\n WHERE id = $1\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Uuid"
},
{
"ordinal": 1,
"name": "user_id",
"type_info": "Uuid"
},
{
"ordinal": 2,
"name": "business_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": "44cc3b9f921c16cfc1f07a4bc245ac890efc1bcb91a4653336ecfe5aefebe3cf"
}