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-9cf3d6fd8adc8c0fdf769...

18 lines
530 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n INSERT INTO chat_message_mentions (\n room_id, message_id, message_created_at, mentioned_user_id,\n start_char, length_chars\n ) VALUES ($1, $2, $3, $4, 0, 1)\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Int8",
"Timestamptz",
"Int8"
]
},
"nullable": []
},
"hash": "9cf3d6fd8adc8c0fdf7695a0034ff85524093803bacc241f5ac97657feb4324a"
}