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.
31 lines
669 B
JSON
31 lines
669 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n SELECT status AS \"status!\"\n FROM chat_messages\n WHERE room_id = $1 AND id = $2 AND created_at = $3\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "status!",
|
|
"type_info": "Int2",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "chat_messages",
|
|
"name": "status"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int8",
|
|
"Timestamptz"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "6e3b2249e1c1cb7dceaad8b25e611df1ec9a1e732597ee0b42b4b83812bd7608"
|
|
}
|