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.
22 lines
493 B
JSON
22 lines
493 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT ARRAY_AGG(event_id ORDER BY event_id) AS \"event_ids?: Vec<String>\" FROM chat_message_events",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "event_ids?: Vec<String>",
|
|
"type_info": "TextArray",
|
|
"origin": "Expression"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": []
|
|
},
|
|
"nullable": [
|
|
null
|
|
]
|
|
},
|
|
"hash": "9e27ba490619fc188ab3df6f58e03a5bce64ee8ad5d155730ead557d1ef44efe"
|
|
}
|