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
579 B
JSON
29 lines
579 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT user_id AS \"user_id?: UserId\" FROM chat_messages WHERE room_id = $1",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "user_id?: UserId",
|
|
"type_info": "Int8",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "chat_messages",
|
|
"name": "user_id"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": [
|
|
true
|
|
]
|
|
},
|
|
"hash": "a1d26bb151333a0f6222ab4f8b148c1dddbf8b5d63db250786119994e6e9fef6"
|
|
}
|