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-0d0e89605b02f7c4d1a6f...

18 lines
446 B
JSON

{
"db_name": "PostgreSQL",
"query": "INSERT INTO chat_messages (id, room_id, user_id, content, message_type, created_at)\n VALUES ($1, $2, $3, 'old cursor message', 1, $4)",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Int8",
"Int8",
"Timestamptz"
]
},
"nullable": []
},
"hash": "0d0e89605b02f7c4d1a6fb34a451ca6dc2d127f102fac70bbb5bbd8201e5fab3"
}