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.
synctv/.sqlx/query-6e3b2249e1c1cb7dceaad...

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"
}