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-447d91c0a01db595a0cd5...

18 lines
467 B
JSON

{
"db_name": "PostgreSQL",
"query": "INSERT INTO notifications (user_id, type, title, content, data, is_read, created_at, updated_at)\n VALUES ($1, $2, 'Old Unread', 'old', $3, false, $4, $4)",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Int2",
"Jsonb",
"Timestamptz"
]
},
"nullable": []
},
"hash": "447d91c0a01db595a0cd59797db807fd0ed69fa4b0e2a8bfa319da247f4f9819"
}