this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "INSERT INTO account_preferences (user_id, name, value_json) VALUES ($1, $2, $3)\n ON CONFLICT (user_id, name) DO NOTHING",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Uuid",
9 "Text",
10 "Jsonb"
11 ]
12 },
13 "nullable": []
14 },
15 "hash": "6efda9a01aff3277386c617e8500150271613b6779178816d9acfb244b48066c"
16}