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
618 B
JSON
29 lines
618 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT expires_at FROM file_references WHERE reference_kind = 'chat_message_attachment' AND reference_id = $1",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "expires_at",
|
|
"type_info": "Timestamptz",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "file_references",
|
|
"name": "expires_at"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": [
|
|
true
|
|
]
|
|
},
|
|
"hash": "3262a7b51ec24d8b14b1485a4d6eae0d3c81fd9cc797a7d37dd4951c09e4be6a"
|
|
}
|