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
635 B
JSON
31 lines
635 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT id AS \"id!\" FROM chat_messages WHERE room_id = $1 AND user_id = $2 AND content = $3 ORDER BY id DESC LIMIT 1",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "id!",
|
|
"type_info": "Int8",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "chat_messages",
|
|
"name": "id"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int8",
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "3b7ec5212690530c31e813a96c5edb7ed3f5c8f28f6ccd06627fd9c927565a37"
|
|
}
|