You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
synctv/.sqlx/query-69362415adf56968dc016...

29 lines
675 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT settings AS \"settings!: RoomSettings\"\n FROM room_settings\n WHERE room_id = $1\n FOR UPDATE\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "settings!: RoomSettings",
"type_info": "Jsonb",
"origin": {
"Table": {
"table": "room_settings",
"name": "settings"
}
}
}
],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": [
false
]
},
"hash": "69362415adf56968dc0169025a432792f3f0f3711125f4cc9181caf60201650c"
}