this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "\n INSERT INTO notification_queue (user_id, channel, notification_type, recipient, subject, body, metadata)\n VALUES ($1, $2::notification_channel, 'channel_verification', $3, 'Verify your channel', $4, $5)\n ",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Uuid",
9 {
10 "Custom": {
11 "name": "notification_channel",
12 "kind": {
13 "Enum": [
14 "email",
15 "discord",
16 "telegram",
17 "signal"
18 ]
19 }
20 }
21 },
22 "Text",
23 "Text",
24 "Jsonb"
25 ]
26 },
27 "nullable": []
28 },
29 "hash": "0bb332a1a1b648aaeca02415b8d2fc39c045bac9b3897b1c886b6ffc68538bac"
30}