mirror of https://github.com/synctv-org/synctv
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.
29 lines
647 B
JSON
29 lines
647 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT id AS \"id: RoomId\"\n FROM rooms\n WHERE created_by = $1 AND deleted_at IS NULL\n ORDER BY id\n FOR UPDATE",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "id: RoomId",
|
|
"type_info": "Int8",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "rooms",
|
|
"name": "id"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "fc3063864bab219ad7bbf07f5b3b39ddc0b2a907e8d342b35c0aa9e85dce4e4b"
|
|
}
|