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.
18 lines
460 B
JSON
18 lines
460 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', 'old', $3, false, $4, $4)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int2",
|
|
"Jsonb",
|
|
"Timestamptz"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "9ee6e13fe607a00d54e46c4a1261191dcd91894ee5725b3d9b625b6e65475293"
|
|
}
|