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.
42 lines
946 B
JSON
42 lines
946 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n SELECT event_id, sequence\n FROM room_resource_events\n WHERE room_id = $1\n AND event_id = $2\n LIMIT 1\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "event_id",
|
|
"type_info": "Text",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "room_resource_events",
|
|
"name": "event_id"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"ordinal": 1,
|
|
"name": "sequence",
|
|
"type_info": "Int8",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "room_resource_events",
|
|
"name": "sequence"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false
|
|
]
|
|
},
|
|
"hash": "12c36219f0dd96926e0bfe0ed2382092e4ffe1ba2b7910bf5d5466c488fa5d6d"
|
|
}
|