nxtgauge-backend-rust/.sqlx/query-43b86001294e093e0d4d2600dc14a5914a6f2345ad729e4ded37832f1cc712b2.json

53 lines
1.1 KiB
JSON
Raw Permalink Normal View History

{
"db_name": "PostgreSQL",
"query": "\n SELECT rc.id, rc.role_id, rc.config_json, rc.version, rc.is_active, rc.updated_at\n FROM runtime_configs rc\n JOIN roles r ON rc.role_id = r.id\n WHERE r.key = $1 AND rc.is_active = true\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Uuid"
},
{
"ordinal": 1,
"name": "role_id",
"type_info": "Uuid"
},
{
"ordinal": 2,
"name": "config_json",
"type_info": "Jsonb"
},
{
"ordinal": 3,
"name": "version",
"type_info": "Int4"
},
{
"ordinal": 4,
"name": "is_active",
"type_info": "Bool"
},
{
"ordinal": 5,
"name": "updated_at",
"type_info": "Timestamptz"
}
],
"parameters": {
"Left": [
"Text"
]
},
"nullable": [
false,
false,
false,
false,
false,
false
]
},
"hash": "43b86001294e093e0d4d2600dc14a5914a6f2345ad729e4ded37832f1cc712b2"
}