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.
19 lines
471 B
JSON
19 lines
471 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO notifications (user_id, title, content, type, data, is_read, created_at, updated_at)\n VALUES ($1, $2, $3, $4, $5, FALSE, NOW(), NOW())",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Varchar",
|
|
"Text",
|
|
"Int2",
|
|
"Jsonb"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "209d7d13ba3723f53a01023e5bdfbc29ce0273e873554a5728ee25c48fe1e829"
|
|
}
|